{"id":14447,"date":"2026-05-27T15:01:56","date_gmt":"2026-05-27T12:01:56","guid":{"rendered":"https:\/\/www.mediterrolio.com\/?page_id=14447"},"modified":"2026-05-27T15:12:31","modified_gmt":"2026-05-27T12:12:31","slug":"mopi-presentation","status":"publish","type":"page","link":"https:\/\/www.mediterrolio.com\/it\/mopi-presentation\/","title":{"rendered":"MOPI Presentation"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>The Mediterrolio Index \u2014 MOPI<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&#038;family=Barlow+Condensed:wght@200;300;400;600;700;800;900&#038;family=Barlow:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --olive-deep:   #1e2d10;\n    --olive-dark:   #3d4f22;\n    --olive-mid:    #556b2f;\n    --olive-light:  #8b9d77;\n    --olive-pale:   #f4f7f0;\n    --gold:         #c9a84c;\n    --gold-light:   #e8c96a;\n    --cream:        #f8f4ed;\n    --text:         #1a1a1a;\n    --white:        #ffffff;\n  }<\/p>\n<p>  * { margin:0; padding:0; box-sizing:border-box; }<\/p>\n<p>  html { scroll-behavior: smooth; }<\/p>\n<p>  body {\n    background: var(--olive-deep);\n    font-family: 'Barlow', sans-serif;\n    color: var(--white);\n    overflow-x: hidden;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE BASE \u2500\u2500 *\/\n  .slide {\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 80px;\n    position: relative;\n    overflow: hidden;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE 1: HERO \u2500\u2500 *\/\n  .slide-hero {\n    background: linear-gradient(160deg, #0f1a08 0%, #1e2d10 50%, #2a3d18 100%);\n    align-items: center;\n    text-align: center;\n    gap: 0;\n  }<\/p>\n<p>  .slide-hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse at 20% 80%, rgba(201,168,76,.12) 0%, transparent 55%),\n      radial-gradient(ellipse at 80% 20%, rgba(85,107,47,.15) 0%, transparent 55%);\n  }<\/p>\n<p>  .grid-overlay {\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);\n    background-size: 60px 60px;\n  }<\/p>\n<p>  .hero-eyebrow {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n  }<\/p>\n<p>  .hero-eyebrow::before, .hero-eyebrow::after {\n    content: '';\n    width: 40px; height: 1px;\n    background: var(--gold);\n    opacity: .5;\n  }<\/p>\n<p>  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(52px, 8vw, 96px);\n    font-weight: 900;\n    line-height: .95;\n    letter-spacing: -2px;\n    position: relative;\n    margin-bottom: 8px;\n  }<\/p>\n<p>  .hero-title .line1 { color: var(--white); display: block; }\n  .hero-title .line2 { color: var(--gold); display: block; font-style: italic; }\n  .hero-title .line3 { color: var(--olive-light); display: block; font-size: .55em; font-style: normal; font-weight: 400; letter-spacing: 0; margin-top: 10px; }<\/p>\n<p>  .hero-mopi {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(14px, 2vw, 18px);\n    font-weight: 300;\n    letter-spacing: 8px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,.4);\n    margin: 24px 0 40px;\n    position: relative;\n  }<\/p>\n<p>  .hero-stats {\n    display: flex;\n    gap: 48px;\n    justify-content: center;\n    position: relative;\n    flex-wrap: wrap;\n  }<\/p>\n<p>  .stat-item { text-align: center; }<\/p>\n<p>  .stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--gold);\n    display: block;\n  }<\/p>\n<p>  .stat-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,.4);\n    margin-top: 4px;\n    display: block;\n  }<\/p>\n<p>  .hero-divider {\n    width: 60px; height: 2px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    margin: 36px auto;\n    position: relative;\n  }<\/p>\n<p>  .scroll-hint {\n    position: absolute;\n    bottom: 32px; left: 50%;\n    transform: translateX(-50%);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,.25);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    animation: bounce 2s infinite;\n  }<\/p>\n<p>  @keyframes bounce {\n    0%,100% { transform: translateX(-50%) translateY(0); }\n    50% { transform: translateX(-50%) translateY(6px); }\n  }<\/p>\n<p>  .scroll-hint::after {\n    content: '\u2193';\n    font-size: 16px;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE 2: WHAT IS MOPI \u2500\u2500 *\/\n  .slide-what {\n    background: var(--cream);\n    color: var(--text);\n    gap: 48px;\n  }<\/p>\n<p>  .slide-what::before {\n    content: '';\n    position: absolute;\n    right: -100px; top: -100px;\n    width: 500px; height: 500px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(61,79,34,.06) 0%, transparent 70%);\n  }<\/p>\n<p>  .section-tag {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--olive-light);\n    margin-bottom: 6px;\n  }<\/p>\n<p>  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 5vw, 56px);\n    font-weight: 700;\n    color: var(--olive-dark);\n    line-height: 1.05;\n    margin-bottom: 20px;\n  }<\/p>\n<p>  .section-title em { color: var(--gold); font-style: italic; }<\/p>\n<p>  .section-body {\n    font-size: clamp(15px, 1.8vw, 18px);\n    color: #555;\n    line-height: 1.7;\n    max-width: 600px;\n  }<\/p>\n<p>  .what-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-top: 8px;\n  }<\/p>\n<p>  .what-card {\n    background: var(--white);\n    border: 1px solid #e8edd8;\n    border-top: 3px solid var(--gold);\n    border-radius: 8px;\n    padding: 20px;\n  }<\/p>\n<p>  .what-card-icon { font-size: 24px; margin-bottom: 8px; display: block; }<\/p>\n<p>  .what-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--olive-dark);\n    margin-bottom: 6px;\n  }<\/p>\n<p>  .what-card-text {\n    font-size: 13px;\n    color: #666;\n    line-height: 1.55;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE 3: COVERAGE \u2500\u2500 *\/\n  .slide-coverage {\n    background: linear-gradient(160deg, #1e2d10, #2a3d18);\n  }<\/p>\n<p>  .coverage-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n    gap: 10px;\n    margin-top: 24px;\n  }<\/p>\n<p>  .country-chip {\n    background: rgba(255,255,255,.05);\n    border: 1px solid rgba(255,255,255,.1);\n    border-radius: 6px;\n    padding: 12px 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    transition: all .2s;\n  }<\/p>\n<p>  .country-chip:hover {\n    background: rgba(201,168,76,.12);\n    border-color: rgba(201,168,76,.3);\n    transform: translateY(-2px);\n  }<\/p>\n<p>  .country-flag { font-size: 22px; flex-shrink: 0; }<\/p>\n<p>  .country-info { min-width: 0; }<\/p>\n<p>  .country-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--white);\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }<\/p>\n<p>  .country-price {\n    font-size: 11px;\n    color: var(--gold);\n    font-family: 'Barlow', sans-serif;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE 4: TOOLS \u2500\u2500 *\/\n  .slide-tools {\n    background: var(--cream);\n    color: var(--text);\n  }<\/p>\n<p>  .tools-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 24px;\n  }<\/p>\n<p>  .tool-card {\n    background: var(--white);\n    border-radius: 10px;\n    padding: 22px;\n    border: 1px solid #e8edd8;\n    position: relative;\n    overflow: hidden;\n    transition: transform .2s, box-shadow .2s;\n  }<\/p>\n<p>  .tool-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 32px rgba(61,79,34,.12);\n  }<\/p>\n<p>  .tool-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--olive-dark), var(--gold));\n  }<\/p>\n<p>  .tool-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n  }<\/p>\n<p>  .tool-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    letter-spacing: .5px;\n    color: var(--olive-dark);\n    margin-bottom: 6px;\n  }<\/p>\n<p>  .tool-desc {\n    font-size: 13px;\n    color: #666;\n    line-height: 1.55;\n  }<\/p>\n<p>  .tool-tag {\n    display: inline-block;\n    margin-top: 10px;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--olive-mid);\n    background: var(--olive-pale);\n    padding: 3px 8px;\n    border-radius: 3px;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE 5: DATA SOURCES \u2500\u2500 *\/\n  .slide-data {\n    background: linear-gradient(160deg, #1e2d10, #2a3d18);\n  }<\/p>\n<p>  .sources-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 24px;\n  }<\/p>\n<p>  .source-card {\n    background: rgba(255,255,255,.04);\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 8px;\n    padding: 18px;\n    text-align: center;\n  }<\/p>\n<p>  .source-icon { font-size: 28px; margin-bottom: 8px; display: block; }<\/p>\n<p>  .source-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--gold);\n    margin-bottom: 4px;\n  }<\/p>\n<p>  .source-desc {\n    font-size: 12px;\n    color: rgba(255,255,255,.45);\n    line-height: 1.5;\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE 6: CTA \u2500\u2500 *\/\n  .slide-cta {\n    background: linear-gradient(160deg, #0f1a08, #1e2d10);\n    align-items: center;\n    text-align: center;\n    gap: 0;\n  }<\/p>\n<p>  .slide-cta::before {\n    content: '';\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse at 50% 50%, rgba(201,168,76,.08) 0%, transparent 60%);\n  }<\/p>\n<p>  .cta-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(36px, 6vw, 72px);\n    font-weight: 900;\n    line-height: 1;\n    position: relative;\n    margin-bottom: 16px;\n  }<\/p>\n<p>  .cta-title .line1 { color: rgba(255,255,255,.9); display: block; }\n  .cta-title .line2 { color: var(--gold); font-style: italic; display: block; }<\/p>\n<p>  .cta-sub {\n    font-size: clamp(14px, 2vw, 18px);\n    color: rgba(255,255,255,.5);\n    margin-bottom: 40px;\n    position: relative;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.6;\n  }<\/p>\n<p>  .cta-url {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(20px, 3vw, 32px);\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: var(--gold);\n    position: relative;\n    text-decoration: none;\n    border-bottom: 2px solid rgba(201,168,76,.3);\n    padding-bottom: 4px;\n    transition: border-color .2s;\n  }<\/p>\n<p>  .cta-url:hover { border-color: var(--gold); }<\/p>\n<p>  .cta-badges {\n    display: flex;\n    gap: 16px;\n    justify-content: center;\n    margin-top: 36px;\n    flex-wrap: wrap;\n    position: relative;\n  }<\/p>\n<p>  .badge {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,.4);\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }<\/p>\n<p>  .badge::before {\n    content: '';\n    width: 4px; height: 4px;\n    border-radius: 50%;\n    background: var(--gold);\n    opacity: .5;\n  }<\/p>\n<p>  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  .nav {\n    position: fixed;\n    right: 24px; top: 50%;\n    transform: translateY(-50%);\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    z-index: 100;\n  }<\/p>\n<p>  .nav-dot {\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    border: 1.5px solid rgba(255,255,255,.3);\n    background: transparent;\n    cursor: pointer;\n    transition: all .2s;\n  }<\/p>\n<p>  .nav-dot.active {\n    background: var(--gold);\n    border-color: var(--gold);\n    transform: scale(1.3);\n  }<\/p>\n<p>  \/* \u2500\u2500 PRICE TICKER \u2500\u2500 *\/\n  .ticker-wrap {\n    overflow: hidden;\n    background: rgba(0,0,0,.3);\n    border-top: 1px solid rgba(201,168,76,.2);\n    border-bottom: 1px solid rgba(201,168,76,.2);\n    padding: 8px 0;\n    margin: 24px -80px;\n  }<\/p>\n<p>  .ticker {\n    display: flex;\n    gap: 48px;\n    animation: ticker 20s linear infinite;\n    white-space: nowrap;\n  }<\/p>\n<p>  .ticker-item {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    color: rgba(255,255,255,.6);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    flex-shrink: 0;\n  }<\/p>\n<p>  .ticker-price { color: var(--gold); }\n  .ticker-change-down { color: #e07070; }\n  .ticker-change-up { color: #7ab870; }<\/p>\n<p>  @keyframes ticker {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }<\/p>\n<p>  \/* \u2500\u2500 SLIDE LABEL \u2500\u2500 *\/\n  .slide-num {\n    position: absolute;\n    top: 32px; left: 80px;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    opacity: .3;\n  }<\/p>\n<p>  .slide-brand {\n    position: absolute;\n    top: 32px; right: 80px;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    opacity: .6;\n  }<\/p>\n<p>  \/* \u2500\u2500 HIGHLIGHT BAR \u2500\u2500 *\/\n  .highlight-bar {\n    display: flex;\n    gap: 24px;\n    background: rgba(201,168,76,.08);\n    border: 1px solid rgba(201,168,76,.2);\n    border-radius: 6px;\n    padding: 14px 20px;\n    margin-top: 20px;\n    flex-wrap: wrap;\n  }<\/p>\n<p>  .highlight-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    color: rgba(255,255,255,.7);\n  }<\/p>\n<p>  .highlight-item .dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: var(--gold);\n    flex-shrink: 0;\n  }<\/p>\n<p>  \/* \u2500\u2500 HIDE WORDPRESS CHROME \u2500\u2500 *\/\n  #wpadminbar,\n  .site-header,\n  .main-navigation,\n  header.site-header,\n  header#masthead,\n  #masthead,\n  .header-main,\n  nav.navbar,\n  .navbar,\n  #header,\n  .site-footer,\n  footer.site-footer,\n  footer#colophon,\n  #colophon,\n  .footer-widgets,\n  .footer-main,\n  #footer,\n  .wpml-ls-statics-shortcode_actions,\n  .pll-switcher-widget { display: none !important; }<\/p>\n<p>  html { margin-top: 0 !important; }<\/p>\n<p>  body.admin-bar { margin-top: 0 !important; padding-top: 0 !important; }<\/p>\n<p>  .site-content,\n  #content,\n  #page,\n  .hfeed,\n  main#main,\n  .site,\n  #genesis-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }<\/p>\n<p>  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .slide { padding: 48px 28px; }\n    .slide-num, .slide-brand { left: 28px; }\n    .slide-brand { right: 28px; left: auto; }\n    .ticker-wrap { margin: 20px -28px; }\n    .what-grid, .tools-grid { grid-template-columns: 1fr; }\n    .sources-grid { grid-template-columns: repeat(2, 1fr); }\n    .coverage-grid { grid-template-columns: repeat(2, 1fr); }\n    .nav { display: none; }\n    .hero-stats { gap: 24px; }\n  }<\/p>\n<p>  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n  .fade-up {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity .7s ease, transform .7s ease;\n  }<\/p>\n<p>  .fade-up.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }<\/p>\n<p>  .fade-up:nth-child(2) { transition-delay: .1s; }\n  .fade-up:nth-child(3) { transition-delay: .2s; }\n  .fade-up:nth-child(4) { transition-delay: .3s; }\n  .fade-up:nth-child(5) { transition-delay: .4s; }<\/p>\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- FLOATING CTA BUTTON --><br \/>\n<a href=\"https:\/\/www.mediterrolio.com\/mediterranean-olive-oil-prices\/\"\n   target=\"_blank\"\n   style=\"position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:200;\n          background:linear-gradient(135deg,#c9a84c,#e8c96a);\n          color:#1e2d10;text-decoration:none;\n          font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:800;\n          letter-spacing:2px;text-transform:uppercase;\n          padding:11px 28px;border-radius:30px;\n          box-shadow:0 4px 20px rgba(201,168,76,.4);\n          white-space:nowrap;\n          transition:all .2s;\"><br \/>\n  \ud83e\uded2 Read the Full Report \u2192<br \/>\n<\/a><\/p>\n<p><!-- NAV DOTS --><\/p>\n<nav class=\"nav\" id=\"nav\">\n<div class=\"nav-dot active\" onclick=\"scrollToSlide(0)\"><\/div>\n<div class=\"nav-dot\" onclick=\"scrollToSlide(1)\"><\/div>\n<div class=\"nav-dot\" onclick=\"scrollToSlide(2)\"><\/div>\n<div class=\"nav-dot\" onclick=\"scrollToSlide(3)\"><\/div>\n<div class=\"nav-dot\" onclick=\"scrollToSlide(4)\"><\/div>\n<div class=\"nav-dot\" onclick=\"scrollToSlide(5)\"><\/div>\n<\/nav>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SLIDE 1: HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"slide slide-hero\" id=\"slide-0\">\n<div class=\"grid-overlay\"><\/div>\n<div class=\"fade-up\" style=\"margin-bottom:20px;\">\n    <img decoding=\"async\" src=\"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png\" style=\"width:90px;height:auto;filter:drop-shadow(0 4px 16px rgba(0,0,0,.4));\" alt=\"Mediterrolio Logo\">\n  <\/div>\n<div class=\"hero-eyebrow fade-up\">Mediterranean Olive Oil Price Index<\/div>\n<h1 class=\"hero-title fade-up\">\n    <span class=\"line1\">The Mediterrolio<\/span><br \/>\n    <span class=\"line2\">Index<\/span><br \/>\n    <span class=\"line3\">MOPI \u2014 Mediterranean Olive Oil Price Index<\/span><br \/>\n  <\/h1>\n<div class=\"hero-mopi fade-up\">Published every Friday \u00b7 Free \u00b7 mediterrolio.com<\/div>\n<div class=\"ticker-wrap fade-up\">\n<div class=\"ticker\">\n<div class=\"ticker-item\">\ud83c\uddea\ud83c\uddf8 Spain (Ja\u00e9n) <span class=\"ticker-price\">\u20ac4.07\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -47.8% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddee\ud83c\uddf9 Italy (Bari) <span class=\"ticker-price\">\u20ac6.55\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -30.1% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddec\ud83c\uddf7 Greece (Chania) <span class=\"ticker-price\">\u20ac4.55\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -34.0% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf9\ud83c\uddf3 Tunisia (Sfax) <span class=\"ticker-price\">\u20ac3.98\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -36.1% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf5\ud83c\uddf9 Portugal <span class=\"ticker-price\">\u20ac4.35\/kg<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf9\ud83c\uddf7 Turkey (Izmir) <span class=\"ticker-price\">\u20ac4.55\/kg<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\udded\ud83c\uddf7 Croatia (Istria) <span class=\"ticker-price\">\u20ac14.75\/kg<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf2\ud83c\udde6 Morocco <span class=\"ticker-price\">\u20ac4.20\/kg<\/span><\/div>\n<p>      <!-- duplicate for loop --><\/p>\n<div class=\"ticker-item\">\ud83c\uddea\ud83c\uddf8 Spain (Ja\u00e9n) <span class=\"ticker-price\">\u20ac4.07\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -47.8% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddee\ud83c\uddf9 Italy (Bari) <span class=\"ticker-price\">\u20ac6.55\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -30.1% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddec\ud83c\uddf7 Greece (Chania) <span class=\"ticker-price\">\u20ac4.55\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -34.0% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf9\ud83c\uddf3 Tunisia (Sfax) <span class=\"ticker-price\">\u20ac3.98\/kg<\/span> <span class=\"ticker-change-down\">\u2193 -36.1% YoY<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf5\ud83c\uddf9 Portugal <span class=\"ticker-price\">\u20ac4.35\/kg<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf9\ud83c\uddf7 Turkey (Izmir) <span class=\"ticker-price\">\u20ac4.55\/kg<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\udded\ud83c\uddf7 Croatia (Istria) <span class=\"ticker-price\">\u20ac14.75\/kg<\/span><\/div>\n<div class=\"ticker-item\">\ud83c\uddf2\ud83c\udde6 Morocco <span class=\"ticker-price\">\u20ac4.20\/kg<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hero-stats fade-up\">\n<div class=\"stat-item\">\n      <span class=\"stat-num\">15+<\/span><br \/>\n      <span class=\"stat-label\">Origins Tracked<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-num\">4<\/span><br \/>\n      <span class=\"stat-label\">Interactive Tools<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-num\">Free<\/span><br \/>\n      <span class=\"stat-label\">Every Friday<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-num\">EST.<\/span><br \/>\n      <span class=\"stat-label\">2022<\/span>\n    <\/div>\n<\/p><\/div>\n<div class=\"scroll-hint\">scroll<\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SLIDE 2: WHAT IS MOPI \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"slide slide-what\" id=\"slide-1\">\n<div class=\"slide-num\" style=\"color:#3d4f22;\">02<\/div>\n<div class=\"slide-brand\">MOPI<\/div>\n<div>\n<div class=\"section-tag fade-up\">What is the Mediterrolio Index?<\/div>\n<h2 class=\"section-title fade-up\">The weekly<br \/>price benchmark<br \/>for <em>olive oil professionals<\/em><\/h2>\n<p class=\"section-body fade-up\">The Mediterrolio Index (MOPI) is a free weekly market intelligence report published every Friday \u2014 covering wholesale EVOO prices, quality data, agronomic conditions and buyer signals across the Mediterranean and beyond.<\/p>\n<\/p><\/div>\n<div class=\"what-grid fade-up\">\n<div class=\"what-card\">\n      <span class=\"what-card-icon\">\ud83d\udcca<\/span><\/p>\n<div class=\"what-card-title\">Price Intelligence<\/div>\n<div class=\"what-card-text\">Weekly wholesale prices for 15+ origins \u2014 Spain, Italy, Greece, Tunisia, Portugal, Turkey, Croatia, Morocco and New World producers.<\/div>\n<\/p><\/div>\n<div class=\"what-card\">\n      <span class=\"what-card-icon\">\ud83c\udfaf<\/span><\/p>\n<div class=\"what-card-title\">Buyer&#8217;s Signal<\/div>\n<div class=\"what-card-text\">Three actionable market moves every week \u2014 URGENT, OPPORTUNITY and QUALITY PLAY \u2014 for importers, traders and buyers.<\/div>\n<\/p><\/div>\n<div class=\"what-card\">\n      <span class=\"what-card-icon\">\ud83e\uddec<\/span><\/p>\n<div class=\"what-card-title\">Quality Index<\/div>\n<div class=\"what-card-text\">Polyphenol profiles, acidity ranges and EU health claim status by origin and variety \u2014 the quality layer behind the price.<\/div>\n<\/p><\/div>\n<div class=\"what-card\">\n      <span class=\"what-card-icon\">\u2600\ufe0f<\/span><\/p>\n<div class=\"what-card-title\">Agronomic Conditions<\/div>\n<div class=\"what-card-text\">Weather impact assessed per phenological stage \u2014 because the same rain can be beneficial in February and harmful in June.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SLIDE 3: COVERAGE \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"slide slide-coverage\" id=\"slide-2\">\n<div class=\"slide-num\">03<\/div>\n<div class=\"slide-brand\">MOPI<\/div>\n<div>\n<div class=\"section-tag fade-up\" style=\"color:var(--gold);\">Global Coverage<\/div>\n<h2 class=\"section-title fade-up\" style=\"color:var(--white);\">15 producing countries.<br \/><span style=\"color:var(--gold);font-style:italic;\">One weekly index.<\/span><\/h2>\n<\/p><\/div>\n<div class=\"coverage-grid fade-up\">\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddea\ud83c\uddf8<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Spain<\/div>\n<div class=\"country-price\">\u20ac4.07\/kg \u00b7 Ja\u00e9n<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddee\ud83c\uddf9<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Italy<\/div>\n<div class=\"country-price\">\u20ac6.55\/kg \u00b7 Bari<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddec\ud83c\uddf7<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Greece<\/div>\n<div class=\"country-price\">\u20ac4.55\/kg \u00b7 Chania<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddf9\ud83c\uddf3<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Tunisia<\/div>\n<div class=\"country-price\">\u20ac3.98\/kg \u00b7 Sfax<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddf5\ud83c\uddf9<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Portugal<\/div>\n<div class=\"country-price\">\u20ac4.35\/kg \u00b7 Alentejo<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddf9\ud83c\uddf7<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Turkey<\/div>\n<div class=\"country-price\">\u20ac4.55\/kg \u00b7 Izmir<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddf2\ud83c\udde6<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Morocco<\/div>\n<div class=\"country-price\">\u20ac4.20\/kg \u00b7 F\u00e8s<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\udded\ud83c\uddf7<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Croatia<\/div>\n<div class=\"country-price\">\u20ac14.75\/kg \u00b7 Istria<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\udde9\ud83c\uddff<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Algeria<\/div>\n<div class=\"country-price\">\u20ac4.20\u20137.00\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddf8\ud83c\uddfe<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Syria<\/div>\n<div class=\"country-price\">$4.80\u20135.30\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddef\ud83c\uddf4<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Jordan<\/div>\n<div class=\"country-price\">\u20ac6.00\u20138.00\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddf1\ud83c\udde7<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Lebanon<\/div>\n<div class=\"country-price\">\u20ac5.50\u201310.00\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\udde6\ud83c\uddf7<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Argentina<\/div>\n<div class=\"country-price\">$3.80\u201311.00\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\udde8\ud83c\uddf1<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Chile<\/div>\n<div class=\"country-price\">$4.00\u20138.70\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\udde6\ud83c\uddfa<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">Australia<\/div>\n<div class=\"country-price\">AUD 7\u201318\/kg<\/div>\n<\/div>\n<\/div>\n<div class=\"country-chip\"><span class=\"country-flag\">\ud83c\uddfa\ud83c\uddf8<\/span><\/p>\n<div class=\"country-info\">\n<div class=\"country-name\">USA (California)<\/div>\n<div class=\"country-price\">$5.50\u201315.00\/kg<\/div>\n<\/div>\n<\/div><\/div>\n<div class=\"highlight-bar fade-up\">\n<div class=\"highlight-item\">\n<div class=\"dot\"><\/div>\n<p>Mediterranean Basin \u2014 8 origins<\/p><\/div>\n<div class=\"highlight-item\">\n<div class=\"dot\"><\/div>\n<p>Middle East &#038; N. Africa \u2014 4 origins<\/p><\/div>\n<div class=\"highlight-item\">\n<div class=\"dot\"><\/div>\n<p>New World Producers \u2014 4 origins<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SLIDE 4: TOOLS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"slide slide-tools\" id=\"slide-3\">\n<div class=\"slide-num\" style=\"color:#3d4f22;\">04<\/div>\n<div class=\"slide-brand\">MOPI<\/div>\n<div>\n<div class=\"section-tag fade-up\">Interactive Tools<\/div>\n<h2 class=\"section-title fade-up\">Four tools built<br \/>for <em>industry professionals<\/em><\/h2>\n<p class=\"section-body fade-up\">Not just data \u2014 interactive calculators and comparison tools that help buyers, importers and traders make better decisions.<\/p>\n<\/p><\/div>\n<div class=\"tools-grid fade-up\">\n<div class=\"tool-card\">\n      <span class=\"tool-icon\">\ud83d\udcb1<\/span><\/p>\n<div class=\"tool-name\">FX Impact Calculator<\/div>\n<div class=\"tool-desc\">Convert all MOPI wholesale prices to USD, GBP, JPY or AUD in one click. See exact per-tonne cost in your currency.<\/div>\n<p>      <span class=\"tool-tag\">Live conversion<\/span>\n    <\/div>\n<div class=\"tool-card\">\n      <span class=\"tool-icon\">\u2696\ufe0f<\/span><\/p>\n<div class=\"tool-name\">Country Comparison Tool<\/div>\n<div class=\"tool-desc\">Compare any two origins side-by-side across 10 metrics: price, polyphenols, freight, acidity, YoY change and EU access.<\/div>\n<p>      <span class=\"tool-tag\">12 origins \u00b7 10 metrics<\/span>\n    <\/div>\n<div class=\"tool-card\">\n      <span class=\"tool-icon\">\ud83e\uddee<\/span><\/p>\n<div class=\"tool-name\">Delivered Cost Calculator<\/div>\n<div class=\"tool-desc\">Full landed cost breakdown: EXW + freight + insurance + port + customs + US tariff. Any origin, any quantity, any currency.<\/div>\n<p>      <span class=\"tool-tag\">All-in cost \u00b7 Any destination<\/span>\n    <\/div>\n<div class=\"tool-card\">\n      <span class=\"tool-icon\">\ud83e\uddec<\/span><\/p>\n<div class=\"tool-name\">Polyphenol Quality Index<\/div>\n<div class=\"tool-desc\">Interactive guide to polyphenol profiles by origin and variety. EU health claim status, CoA guidance and harvest timing notes.<\/div>\n<p>      <span class=\"tool-tag\">EU Reg. 432\/2012<\/span>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SLIDE 5: DATA \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"slide slide-data\" id=\"slide-4\">\n<div class=\"slide-num\">05<\/div>\n<div class=\"slide-brand\">MOPI<\/div>\n<div>\n<div class=\"section-tag fade-up\" style=\"color:var(--gold);\">Data Sources &#038; Methodology<\/div>\n<h2 class=\"section-title fade-up\" style=\"color:var(--white);\">Built on <span style=\"color:var(--gold);font-style:italic;\">industry-grade<\/span><br \/>primary sources<\/h2>\n<p class=\"section-body fade-up\" style=\"color:rgba(255,255,255,.55);\">The MOPI aggregates data from official institutional sources, wholesale price platforms and field network intelligence \u2014 updated every Friday.<\/p>\n<\/p><\/div>\n<div class=\"sources-grid fade-up\">\n<div class=\"source-card\">\n      <span class=\"source-icon\">\ud83c\udf10<\/span><\/p>\n<div class=\"source-name\">IOC<\/div>\n<div class=\"source-desc\">International Olive Council \u2014 official production, trade and price statistics<\/div>\n<\/p><\/div>\n<div class=\"source-card\">\n      <span class=\"source-icon\">\ud83d\udcca<\/span><\/p>\n<div class=\"source-name\">POOLred \/ Mercacei<\/div>\n<div class=\"source-desc\">Spanish wholesale price platform \u2014 Ja\u00e9n, C\u00f3rdoba, Seville, Catalonia<\/div>\n<\/p><\/div>\n<div class=\"source-card\">\n      <span class=\"source-icon\">\ud83c\uddee\ud83c\uddf9<\/span><\/p>\n<div class=\"source-name\">Oleista<\/div>\n<div class=\"source-desc\">Italian wholesale price tracking \u2014 Bari, Sicily, Tuscany, Calabria<\/div>\n<\/p><\/div>\n<div class=\"source-card\">\n      <span class=\"source-icon\">\ud83c\uddf9\ud83c\uddf3<\/span><\/p>\n<div class=\"source-name\">ONAGRI<\/div>\n<div class=\"source-desc\">Tunisian national agricultural data \u2014 harvest, export and pricing<\/div>\n<\/p><\/div>\n<div class=\"source-card\">\n      <span class=\"source-icon\">\ud83c\udfe6<\/span><\/p>\n<div class=\"source-name\">ECB<\/div>\n<div class=\"source-desc\">European Central Bank \u2014 weekly FX reference rates (EUR\/USD\/GBP\/JPY\/AUD)<\/div>\n<\/p><\/div>\n<div class=\"source-card\">\n      <span class=\"source-icon\">\ud83c\udf3f<\/span><\/p>\n<div class=\"source-name\">Field Network<\/div>\n<div class=\"source-desc\">Mediterrolio&#8217;s 50\u2013100 producer network across 11 Mediterranean countries<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SLIDE 6: CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 --><\/p>\n<section class=\"slide slide-cta\" id=\"slide-5\">\n<div class=\"grid-overlay\"><\/div>\n<div class=\"cta-title fade-up\">\n    <span class=\"line1\">Read it free.<\/span><br \/>\n    <span class=\"line2\">Every Friday.<\/span>\n  <\/div>\n<p class=\"cta-sub fade-up\">Join thousands of olive oil producers, importers, traders and investors who start their Friday with the MOPI.<\/p>\n<div class=\"fade-up\" style=\"margin-bottom:20px;\">\n    <img decoding=\"async\" src=\"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png\" style=\"width:72px;height:auto;opacity:0.7;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));\" alt=\"Mediterrolio\">\n  <\/div>\n<p>  <a href=\"https:\/\/www.mediterrolio.com\/mediterranean-olive-oil-prices\/\" class=\"cta-url fade-up\"><br \/>\n    mediterrolio.com<br \/>\n  <\/a><\/p>\n<div class=\"fade-up\" style=\"margin-top:32px;position:relative;\">\n    <a href=\"https:\/\/www.mediterrolio.com\/mediterranean-olive-oil-prices\/\"\n       target=\"_blank\"\n       style=\"display:inline-block;background:linear-gradient(135deg,#c9a84c,#e8c96a);color:#1e2d10;text-decoration:none;font-family:'Barlow Condensed',sans-serif;font-size:18px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:18px 48px;border-radius:6px;box-shadow:0 8px 32px rgba(201,168,76,.3);transition:all .2s;\"><br \/>\n      Read the Full Report \u2192<br \/>\n    <\/a><\/p>\n<div style=\"font-family:'Barlow Condensed',sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.3);margin-top:12px;\">\n      Free \u00b7 Updated every Friday \u00b7 No subscription required\n    <\/div>\n<\/p><\/div>\n<div class=\"cta-badges fade-up\">\n<div class=\"badge\">Free forever<\/div>\n<div class=\"badge\">No paywall<\/div>\n<div class=\"badge\">15+ origins<\/div>\n<div class=\"badge\">4 interactive tools<\/div>\n<div class=\"badge\">Every Friday<\/div>\n<\/p><\/div>\n<\/section>\n<p><script>\n  \/\/ Scroll to slide\n  function scrollToSlide(i) {\n    document.getElementById('slide-' + i).scrollIntoView({ behavior: 'smooth' });\n  }<\/p>\n<p>  \/\/ Update nav dots on scroll\n  const slides = document.querySelectorAll('.slide');\n  const dots = document.querySelectorAll('.nav-dot');<\/p>\n<p>  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        const idx = [...slides].indexOf(entry.target);\n        dots.forEach((d, i) => d.classList.toggle('active', i === idx));\n      }\n    });\n  }, { threshold: 0.5 });<\/p>\n<p>  slides.forEach(s => observer.observe(s));<\/p>\n<p>  \/\/ Fade-up animations\n  const fadeEls = document.querySelectorAll('.fade-up');\n  const fadeObserver = new IntersectionObserver((entries) => {\n    entries.forEach(e => {\n      if (e.isIntersecting) e.target.classList.add('visible');\n    });\n  }, { threshold: 0.15 });<\/p>\n<p>  fadeEls.forEach(el => fadeObserver.observe(el));\n<\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Mediterrolio Index \u2014 MOPI \ud83e\uded2 Read the Full Report \u2192 Mediterranean Olive Oil Price Index The Mediterrolio Index MOPI \u2014 Mediterranean Olive Oil Price Index Published every Friday \u00b7 Free \u00b7 mediterrolio.com \ud83c\uddea\ud83c\uddf8 Spain (Ja\u00e9n) \u20ac4.07\/kg \u2193 -47.8% YoY \ud83c\uddee\ud83c\uddf9 Italy (Bari) \u20ac6.55\/kg \u2193 -30.1% YoY \ud83c\uddec\ud83c\uddf7 Greece (Chania) \u20ac4.55\/kg \u2193 -34.0% YoY \ud83c\uddf9\ud83c\uddf3 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14447","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MOPI Presentation - Mediterrolio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mediterrolio.com\/it\/mopi-presentation\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MOPI Presentation - Mediterrolio\" \/>\n<meta property=\"og:description\" content=\"The Mediterrolio Index \u2014 MOPI \ud83e\uded2 Read the Full Report \u2192 Mediterranean Olive Oil Price Index The Mediterrolio Index MOPI \u2014 Mediterranean Olive Oil Price Index Published every Friday \u00b7 Free \u00b7 mediterrolio.com \ud83c\uddea\ud83c\uddf8 Spain (Ja\u00e9n) \u20ac4.07\/kg \u2193 -47.8% YoY \ud83c\uddee\ud83c\uddf9 Italy (Bari) \u20ac6.55\/kg \u2193 -30.1% YoY \ud83c\uddec\ud83c\uddf7 Greece (Chania) \u20ac4.55\/kg \u2193 -34.0% YoY \ud83c\uddf9\ud83c\uddf3 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mediterrolio.com\/it\/mopi-presentation\/\" \/>\n<meta property=\"og:site_name\" content=\"Mediterrolio\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T12:12:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/\",\"url\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/\",\"name\":\"MOPI Presentation - Mediterrolio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mediterrolio.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/MEDITERROLIO-3.png\",\"datePublished\":\"2026-05-27T12:01:56+00:00\",\"dateModified\":\"2026-05-27T12:12:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mediterrolio.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/MEDITERROLIO-3.png\",\"contentUrl\":\"https:\\\/\\\/www.mediterrolio.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/MEDITERROLIO-3.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/mopi-presentation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mediterrolio.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MOPI Presentation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mediterrolio.com\\\/#website\",\"url\":\"https:\\\/\\\/www.mediterrolio.com\\\/\",\"name\":\"Mediterrolio\",\"description\":\"Olive Oil Brands Network\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mediterrolio.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MOPI Presentation - Mediterrolio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mediterrolio.com\/it\/mopi-presentation\/","og_locale":"it_IT","og_type":"article","og_title":"MOPI Presentation - Mediterrolio","og_description":"The Mediterrolio Index \u2014 MOPI \ud83e\uded2 Read the Full Report \u2192 Mediterranean Olive Oil Price Index The Mediterrolio Index MOPI \u2014 Mediterranean Olive Oil Price Index Published every Friday \u00b7 Free \u00b7 mediterrolio.com \ud83c\uddea\ud83c\uddf8 Spain (Ja\u00e9n) \u20ac4.07\/kg \u2193 -47.8% YoY \ud83c\uddee\ud83c\uddf9 Italy (Bari) \u20ac6.55\/kg \u2193 -30.1% YoY \ud83c\uddec\ud83c\uddf7 Greece (Chania) \u20ac4.55\/kg \u2193 -34.0% YoY \ud83c\uddf9\ud83c\uddf3 [&hellip;]","og_url":"https:\/\/www.mediterrolio.com\/it\/mopi-presentation\/","og_site_name":"Mediterrolio","article_modified_time":"2026-05-27T12:12:31+00:00","og_image":[{"url":"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mediterrolio.com\/mopi-presentation\/","url":"https:\/\/www.mediterrolio.com\/mopi-presentation\/","name":"MOPI Presentation - Mediterrolio","isPartOf":{"@id":"https:\/\/www.mediterrolio.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mediterrolio.com\/mopi-presentation\/#primaryimage"},"image":{"@id":"https:\/\/www.mediterrolio.com\/mopi-presentation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png","datePublished":"2026-05-27T12:01:56+00:00","dateModified":"2026-05-27T12:12:31+00:00","breadcrumb":{"@id":"https:\/\/www.mediterrolio.com\/mopi-presentation\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mediterrolio.com\/mopi-presentation\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.mediterrolio.com\/mopi-presentation\/#primaryimage","url":"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png","contentUrl":"https:\/\/www.mediterrolio.com\/wp-content\/uploads\/2026\/05\/MEDITERROLIO-3.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mediterrolio.com\/mopi-presentation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mediterrolio.com\/"},{"@type":"ListItem","position":2,"name":"MOPI Presentation"}]},{"@type":"WebSite","@id":"https:\/\/www.mediterrolio.com\/#website","url":"https:\/\/www.mediterrolio.com\/","name":"Mediterrolio","description":"Rete dei marchi di olio d&#039;oliva","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mediterrolio.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/pages\/14447","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/comments?post=14447"}],"version-history":[{"count":2,"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/pages\/14447\/revisions"}],"predecessor-version":[{"id":14449,"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/pages\/14447\/revisions\/14449"}],"wp:attachment":[{"href":"https:\/\/www.mediterrolio.com\/it\/wp-json\/wp\/v2\/media?parent=14447"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}