{"product_id":"loleologie-truffle-oil-balsamic-vinegar-gift-set","title":"L'Oléologie Truffle Oil \u0026 Balsamic Vinegar Gift Set","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n    :root {\n      --gold:    #C4963A;\n      --dark:    #1A1714;\n      --warm-bg: #FAF7F2;\n      --cream:   #F5F0E8;\n      --rule:    #E8E4DE;\n      --body:    #3D3830;\n      --muted:   #4A4340;\n      --faint:   #77706A;\n      --sketch:  #6B5B3E;\n    }\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html { font-size: 16px; }\n    body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; }\n    .serif { font-family: 'Cormorant Garamond', Georgia, serif; }\n    .label {\n      display: block; font-size: 11px; font-weight: 600;\n      letter-spacing: 0.15em; text-transform: uppercase;\n      color: var(--gold); margin-bottom: 12px;\n    }\n    .btn-primary {\n      display: block; width: 100%; padding: 18px 32px;\n      background: var(--gold); color: #fff; font-size: 14px;\n      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;\n      text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease;\n    }\n    .btn-primary:hover { background: #B5882E; border-color: #B5882E; }\n    .link-secondary {\n      display: block; text-align: center; font-size: 13px;\n      color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0;\n    }\n    .stars { color: var(--gold); letter-spacing: 2px; }\n    .pill {\n      display: inline-block; border: 1px solid var(--rule);\n      border-radius: 9999px; padding: 5px 15px;\n      font-size: 13px; color: var(--muted); line-height: 1.4;\n    }\n    .pdp-thumb-wrapper { position: relative; padding: 0 14px; }\n    .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; }\n    .thumb {\n      cursor: pointer; border: 2px solid transparent; transition: border-color .15s;\n      overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0;\n    }\n    .thumb:hover, .thumb.active { border-color: var(--gold); }\n    .thumb-chevron {\n      position: absolute; top: 50%; transform: translateY(-50%);\n      width: 26px; height: 26px; border-radius: 50%;\n      background: rgba(255,255,255,0.95); border: 1px solid var(--rule);\n      font-size: 18px; line-height: 1; cursor: pointer; z-index: 2;\n      display: flex; align-items: center; justify-content: center;\n      color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18);\n      padding: 0; transition: background .15s, opacity .15s;\n    }\n    .thumb-chevron:hover { background: #fff; }\n    .thumb-prev { left: -13px; }\n    .thumb-next { right: -13px; }\n    .qty { display: inline-flex; border: 1px solid var(--rule); }\n    .qty button {\n      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer;\n    }\n    .qty span {\n      width: 45px; height: 40px; display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 500;\n      border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);\n    }\n    .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; }\n    .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; }\n    .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }\n    .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; }\n    .comp { width: 100%; border-collapse: collapse; }\n    .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); }\n    .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; }\n    .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }\n    .comp th:first-child { color: var(--faint); }\n    .comp .adv { color: var(--dark); font-weight: 500; }\n    .comp .dis { color: var(--faint); }\n    .comp tr:nth-child(even) td { background: var(--warm-bg); }\n    .comp tr:nth-child(even) td.adv { background: #F0EAE0; }\n    .check { color: var(--gold); font-weight: 700; }\n    .spec-row { display: flex; border-bottom: 1px solid var(--rule); }\n    .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; }\n    .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); }\n    .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; }\n    .review-card { background: var(--warm-bg); padding: 28px; }\n    .faq-item { border-bottom: 1px solid var(--rule); }\n    .faq-q {\n      width: 100%; text-align: left; padding: 22px 0;\n      font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n    }\n    .faq-q:hover { color: var(--gold); }\n    .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; }\n    .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; }\n    .faq-a.open { display: block; }\n    .faq-icon.open { transform: rotate(45deg); }\n    .acc-btn {\n      width: 100%; text-align: left; padding: 18px 0;\n      font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark);\n      background: none; border: none; cursor: pointer;\n      display: flex; justify-content: space-between; align-items: center;\n      border-top: 1px solid var(--rule);\n    }\n    .acc-btn:hover { color: var(--gold); }\n    .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; }\n    .acc-icon.open { transform: rotate(45deg); }\n    .acc-icon.chev { font-size: 14px; }\n    .acc-icon.chev.open { transform: rotate(180deg); }\n    .acc-body { display: none; padding-bottom: 28px; }\n    .acc-body.open { display: block; }\n    .sketch-wrap {\n      background: var(--cream); border: 1px solid var(--rule);\n      padding: 32px 24px; margin-bottom: 24px;\n    }\n    .sketch-caption {\n      font-size: 11px; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--faint); text-align: center; margin-top: 14px;\n    }\n    @media(max-width:480px){svg[data-fa19-ings=\"truffle\"]{transform:translateX(-18%)}}\n    .cs-card { background: var(--warm-bg); overflow: hidden; }\n    .cs-info { padding: 16px 18px; }\n    .swatch {\n      width: 32px; height: 32px; border-radius: 50%;\n      border: 2px solid var(--rule); cursor: pointer; padding: 0;\n      flex-shrink: 0; transition: transform .15s;\n    }\n    .swatch:hover { transform: scale(1.1); }\n    .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); }\n    .save-badge {\n      font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;\n      color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center;\n    }\n    .hc-sep { display: none; }\n    .hc-item { display: inline-block; margin-right: 14px; }\n    .hc-item::before {\n      content: \"•\"; font-weight: 700; font-style: normal;\n      color: var(--gold); margin-right: 5px;\n    }\n    .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; }\n    .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; }\n    .why-toggle-icon { display: none; }\n    .why-toggle-row  { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; }\n    @media (max-width: 749px) {\n      .why-toggle-row { display: block; }\n      .why-toggle-icon {\n        display: inline-block;\n        font-size: 13px; font-weight: 700; letter-spacing: 0;\n        color: #fff; background: var(--gold);\n        border-radius: 3px; padding: 2px 9px;\n        vertical-align: middle; line-height: 1.5;\n      }\n      .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; }\n      .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; }\n      .why-desc.open { max-height: 20em; margin-top: 10px !important; }\n    }\n    @media (max-width: 749px) {\n      .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; }\n      .pdp-two-col  { grid-template-columns: 1fr !important; gap: 32px !important; }\n      .pdp-divider  { display: none !important; }\n      .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-num-three { grid-template-columns: 1fr !important; }\n      .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; }\n      .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-three-col { grid-template-columns: 1fr !important; }\n      .pdp-tri-col   { grid-template-columns: 1fr !important; }\n      .pdp-toc-grid  { grid-template-columns: repeat(2,1fr) !important; }\n      .pdp-buybox-col { min-width: 0; }\n      .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n      .comp { min-width: 540px; }\n      h1.serif { font-size: 26px !important; text-align: center !important; }\n      h2.serif { font-size: 22px !important; }\n      .pdp-hero-label { display: block !important; text-align: center !important; }\n      .pdp-nav-links { display: none !important; }\n      .pdp-main-img { aspect-ratio: 4\/3 !important; }\n      .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; }\n      .pdp-breadcrumb   { display: none !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      .pdp-hero-caption { display: none !important; }\n      .pdp-h1-sub       { display: none !important; }\n      .pdp-hero-sec     { padding-top: 8px !important; padding-bottom: 8px !important; }\n      .pdp-buybox-desc  { display: none !important; }\n      .pdp-buybox-quote {\n        display: block !important;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        margin-bottom: 10px !important;\n      }\n      .pdp-buybox-quote .pdp-quote-attr { display: none !important; }\n      .pdp-buybox-stars { margin-bottom: 10px !important; }\n      .pdp-buybox-price { margin-bottom: 12px !important; }\n      .pdp-mobile-color-qty {\n        display: flex !important;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 16px;\n      }\n      .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; }\n      .pdp-mobile-color-qty .pdp-buybox-qty     { margin-bottom: 0 !important; }\n      .hc-br   { display: none !important; }\n      .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; }\n      .pdp-complete-set-grid { grid-template-columns: 1fr !important; }\n      .pdp-complete-set-left { padding: 40px 24px !important; }\n      .pdp-complete-set-img  { min-height: 280px !important; }\n    }\n    @media (min-width: 750px) and (max-width: 1099px) {\n      .pdp-hero-grid    { grid-template-columns: 1fr !important; gap: 16px !important; }\n      .pdp-main-img     { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; }\n      .pdp-thumb-wrapper { display: none !important; }\n      .pdp-thumb-strip  { display: none !important; }\n      #caption-inline   { display: none !important; }\n      #caption-band     { display: block !important; }\n    }\n    @media (min-width: 1100px) {\n      #caption-inline { display: none !important; }\n      #caption-band   { display: block !important; }\n    }\n    .q7-a-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-q-text { display: none; }\n    .q7-item[data-open=\"true\"] .q7-a-text { display: inline; }\n    .q7-plus::before { content: '+'; }\n    .q7-item[data-open=\"true\"] .q7-plus::before { content: '×'; }\n    .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; }\n  \u003c\/style\u003e\n\u003csection class=\"pdp-hero-sec\" style=\"max-width:1280px;margin:0 auto;padding:32px 24px;\"\u003e\n  \u003cdiv class=\"pdp-hero-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:flex-start;\"\u003e\n\n    \u003cdiv style=\"display:flex;flex-direction:column;\"\u003e\n      \u003cdiv class=\"pdp-main-img\" style=\"background:#F5F0E8;aspect-ratio:1\/1;overflow:hidden;margin-bottom:10px;\"\u003e\n        \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Vinegartrufflebundle.jpg?v=1717648196\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set - product image\" style=\"width:100%;height:100%;object-fit:cover;object-position:center center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-thumb-wrapper\" style=\"margin-top:0;\"\u003e\n        \u003cbutton class=\"thumb-chevron thumb-prev\" onclick=\"thumbScroll(-1)\" aria-label=\"Previous thumbnails\"\u003e‹\u003c\/button\u003e\n        \u003cdiv class=\"pdp-thumb-strip\"\u003e\n          \n          \u003cdiv class=\"thumb active\" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Vinegartrufflebundle.jpg?v=1717648196')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Vinegartrufflebundle.jpg?v=1717648196\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 1\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/L_OLEOLOGIETRUFFLEOIL_BALSAMICVINEGAR4PACKGIFTSET_LARGE_9bf951da-c1d7-49d0-a35d-c9608e34533c.png?v=1717648114')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/L_OLEOLOGIETRUFFLEOIL_BALSAMICVINEGAR4PACKGIFTSET_LARGE_9bf951da-c1d7-49d0-a35d-c9608e34533c.png?v=1717648114\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 2\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/L_OLEOLOGIETRUFFLEOIL_BALSAMICVINEGAR4PACKGIFTSET_LARGE_2.png?v=1717648114')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/L_OLEOLOGIETRUFFLEOIL_BALSAMICVINEGAR4PACKGIFTSET_LARGE_2.png?v=1717648114\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 3\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/52_b17278bb-45fe-4149-a824-478502bfbbb1.png?v=1717648114')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/52_b17278bb-45fe-4149-a824-478502bfbbb1.png?v=1717648114\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 4\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/53_6e904017-0ee4-4d4b-91c4-9f55af8b512f.png?v=1717648114')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/53_6e904017-0ee4-4d4b-91c4-9f55af8b512f.png?v=1717648114\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 5\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/56_ce0dd7ee-64f9-4701-a044-1fbe2e82f497.png?v=1717648114')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/56_ce0dd7ee-64f9-4701-a044-1fbe2e82f497.png?v=1717648114\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 6\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"thumb \" onclick=\"swapImg(this,'https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/57_625fd794-a7af-452f-98ca-06f7cae4c3f2.png?v=1717648114')\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/57_625fd794-a7af-452f-98ca-06f7cae4c3f2.png?v=1717648114\" style=\"width:100%;aspect-ratio:1;object-fit:cover;display:block;\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set ... view 7\" onerror=\"this.closest('.thumb').style.display='none'\"\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \u003cbutton class=\"thumb-chevron thumb-next\" onclick=\"thumbScroll(1)\" aria-label=\"Next thumbnails\"\u003e›\u003c\/button\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"caption-inline\" class=\"pdp-hero-caption\" style=\"margin-top:10px;padding-top:10px;border-top:1px solid #E8E4DE;\"\u003e\n        \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;\"\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eDark Italian Balsamic Vinegar\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eRich · velvety\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eRioja Spanish Barrel Vinegar\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eBerry · aged\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTruffle Black Italian Olive Oil\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eUmami · luxurious\u003c\/span\u003e\n          \n          \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTruffle White Italian Olive Oil\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eAromatic · delicate\u003c\/span\u003e\n          \n        \u003c\/div\u003e\n        \u003cspan class=\"hc-sep\" style=\"display:none;\"\u003e\u003c\/span\u003e\u003cbr class=\"hc-br\" style=\"display:none;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pdp-buybox-col\" style=\"padding-top:8px;\"\u003e\n      \u003cspan class=\"label pdp-hero-label\" style=\"margin-bottom:8px;\"\u003eL'Oleologie · Italy \u0026amp; Spain\u003c\/span\u003e\n      \u003ch1 class=\"serif pdp-h1-title\" style=\"font-size:34px;font-weight:600;line-height:1.2;color:#1A1714;margin-bottom:10px;\"\u003e\n        Black Truffle, White Truffle \u0026amp; Balsamic Vinegar\u003cspan class=\"pdp-h1-sub\"\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:19px;font-weight:400;color:#4A4340;\"\u003e4 Bottles · No Preservatives · Italy \u0026amp; Spain · Rich Flavors\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \n      \u003cp class=\"pdp-buybox-quote\" style=\"font-size:14px;color:#4A4340;margin-bottom:18px;font-style:italic;\"\u003e\n        \"The white Italian balsamic vinegar is so delicious. My hubby uses it for a dressing.\"\n        \u003cspan class=\"pdp-quote-attr\" style=\"font-style:normal;color:#4A4340;\"\u003ePam Lilly\u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"pdp-buybox-stars\" style=\"display:flex;align-items:center;gap:10px;margin-bottom:20px;\"\u003e\n        \u003cspan class=\"stars\" style=\"font-size:14px;\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003e4.8 · \u003cspan style=\"text-decoration:underline;cursor:pointer;\"\u003e60 reviews\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-buybox-price\" style=\"margin-bottom:20px;\"\u003e\n        \u003cdiv style=\"display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;\"\u003e\n          \u003cspan style=\"font-size:28px;font-weight:600;color:#1A1714;\"\u003e$139.95\u003c\/span\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pdp-mobile-color-qty\"\u003e\n        \n        \u003cdiv class=\"pdp-buybox-qty\" style=\"display:flex;align-items:center;gap:12px;margin-bottom:20px;\"\u003e\n          \u003cdiv class=\"qty\"\u003e\n            \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n            \u003cspan id=\"qtyVal\"\u003e1\u003c\/span\u003e\n            \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cscript\u003eif(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent=\"Adding…\";fetch(\"\/products\/\"+hdl+\".js\").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(\".swatch.active\")||{}).title||\"\";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options\u0026\u0026v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById(\"qtyVal\")||{}).textContent||\"1\"),10)||1;return fetch(\"\/cart\/add.js\",{method:\"POST\",headers:{\"Content-Type\":\"application\/json\"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent=\"Added!\";btn.style.opacity=\".7\";setTimeout(function(){btn.textContent=orig;btn.style.opacity=\"\";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}\u003c\/script\u003e\u003cbutton class=\"btn-primary\" style=\"text-align:center;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;\"\u003e\n        \u003ca style=\"background:#fff;border:1.5px solid #1A1714;color:#1A1714;font-size:13px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\" href=\"\/cart\/add?id=40138048962663\u0026amp;quantity=1\u0026amp;return_to=%2Fcheckout\" target=\"_blank\"\u003eBuy it now\u003c\/a\u003e\n        \n        \u003cbutton style=\"background:#2E7D32;border:none;color:#fff;font-size:12px;font-weight:600;padding:13px 12px;border-radius:4px;cursor:pointer;font-family:inherit;text-align:center;letter-spacing:.02em;\"\u003eSubscribe \u0026amp; Save \u003cspan style=\"color:#000;font-weight:800;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;\"\u003e10%\u003c\/span\u003e\u003c\/button\u003e\n        \n      \u003c\/div\u003e\n      \u003cp class=\"pdp-shipping-note\" style=\"font-size:12px;color:#888;text-align:center;margin:10px 0 0;letter-spacing:.01em;\"\u003eFree shipping on pantry orders over $59 — ships USPS Ground\u003c\/p\u003e\n      \u003cp class=\"pdp-buybox-desc\" style=\"font-size:14px;color:#4A4340;line-height:1.7;margin-top:20px;margin-bottom:0;\"\u003e\n        \u003cstrong\u003eBlack truffle\u003c\/strong\u003e and \u003cstrong\u003ewhite truffle\u003c\/strong\u003e oils meet the rich depth of \u003cstrong\u003eDark Italian Balsamic Vinegar\u003c\/strong\u003e and \u003cstrong\u003eRioja Spanish Barrel Vinegar\u003c\/strong\u003e. Crafted in Italy and Spain, this set embodies luxurious dining.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"caption-band\" style=\"display:block;margin-top:16px;padding-top:14px;border-top:1px solid #E8E4DE;\"\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;align-items:start;max-width:760px;margin:0 auto;\"\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eDark Italian Balsamic Vinegar\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eRich · velvety\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eRioja Spanish Barrel Vinegar\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eBerry · aged\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTruffle Black Italian Olive Oil\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eUmami · luxurious\u003c\/span\u003e\n      \n      \u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;border-right:1px solid #E8E4DE;text-align:center;\"\u003eTruffle White Italian Olive Oil\u003c\/span\u003e\u003cspan class=\"hc-item\" style=\"display:block;font-size:13px;color:#1A1714;font-style:italic;line-height:2.1;padding:0 10px;text-align:center;\"\u003eAromatic · delicate\u003c\/span\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#F5F0E8;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:28px 24px;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;text-align:center;margin-bottom:18px;letter-spacing:.1em;\"\u003eClick here to find out\u003c\/span\u003e\n    \u003cdiv class=\"pdp-toc-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:10px;\"\u003e\n      \n      \u003ca href=\"#section-right-for-you\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eRight for you?\u003c\/a\u003e\n      \n      \u003ca href=\"#section-problem\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eVs. famous brands\u003c\/a\u003e\n      \n      \u003ca href=\"#section-different\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's different\u003c\/a\u003e\n      \n      \u003ca href=\"#section-complete-set\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhat's included\u003c\/a\u003e\n      \n      \u003ca href=\"#section-why-choose\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eWhy buyers choose it\u003c\/a\u003e\n      \n      \u003ca href=\"#section-specs\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eSpecifications\u003c\/a\u003e\n      \n      \u003ca href=\"#section-faq\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#1A1714;text-decoration:none;border:1px solid #E8E4DE;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\"\u003e→\u003c\/span\u003eFAQ\u003c\/a\u003e\n      \n      \n      \u003ca href=\"#section-tco\" style=\"display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1A1714;text-decoration:none;border:2px solid #C4963A;border-radius:5px;padding:11px 14px;background:#fff;line-height:1.3;transition:background .15s,color .15s;\" onmouseover=\"this.style.background='#C4963A';this.style.color='#fff'\" onmouseout=\"this.style.background='#fff';this.style.color='#1A1714'\"\u003e\u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;\" class=\"cost-cta-arrow\"\u003e$\u003c\/span\u003eCost comparison\u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-different\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eWhat you notice first\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:14px;line-height:1.15;\"\u003eWhy L'Oléologie Truffle Set is different\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;color:#4A4340;font-style:italic;text-align:center;margin-bottom:44px;line-height:1.5;\"\u003e(Why our Italian black truffles make this collection unrivaled in flavor and authenticity)\u003c\/p\u003e\n    \u003cdiv class=\"pdp-usp-grid\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:40px;\"\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eFROM ITALY\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eCrafted with ingredients sourced from Italy's rich landscapes, offering an authentic taste of Europe.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eARTISAN\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted using traditional methods for superior quality and taste compared to industrial alternatives.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003ePURE TASTE\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eUses all-natural Italian truffles, delivering a rich and authentic sensory experience without synthetics.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"border-top:2px solid #C4963A;padding-top:22px;\"\u003e\n        \u003cp style=\"font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1A1714;margin-bottom:10px;\"\u003eSATISFACTION GUARANTEED\u003c\/p\u003e\n        \u003cp class=\"sec4-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSecure in the knowledge that each purchase supports sustainable and eco-friendly production.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec4-toggle\" onclick=\"toggleSec4()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-problem\" style=\"border-top:1px solid #E8E4DE;padding:72px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:640px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eThe problem with most olive oils and vinegars\u003c\/h2\u003e\n          \n      \n      \n      \u003csvg viewbox=\"-10 -42 540 180\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:520px;display:block;margin:0 auto 18px;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003cline x1=\"258\" y1=\"-36\" x2=\"258\" y2=\"148\" stroke=\"#E0D8CC\" stroke-width=\"0.9\" stroke-dasharray=\"5,3\"\u003e\u003c\/line\u003e\u003ctext x=\"122\" y=\"-30\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003eextra virgin olive oil\u003c\/text\u003e\u003ctext x=\"48\" y=\"-16\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003esolvent extracted\u003c\/text\u003e\u003crect x=\"12\" y=\"0\" width=\"80\" height=\"54\" rx=\"5\" fill=\"#ECEBE5\" stroke=\"#8A8078\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M 12 0 Q 52 -10 92 0\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\u003cpath d=\"M 28 4 Q 34 26 28 54\" stroke=\"#C0B8B0\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M 44 4 Q 50 26 44 54\" stroke=\"#C0B8B0\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M 60 4 Q 66 26 60 54\" stroke=\"#C0B8B0\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M 76 4 Q 82 26 76 54\" stroke=\"#C0B8B0\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003crect x=\"0\" y=\"18\" width=\"10\" height=\"22\" rx=\"2\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\u003cline x1=\"10\" y1=\"28\" x2=\"12\" y2=\"26\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/line\u003e\u003ctext x=\"5\" y=\"16\" font-family=\"Georgia,serif\" font-size=\"7\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ehexane\u003c\/text\u003e\u003ctext x=\"52\" y=\"70\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#B0A898\" font-style=\"italic\" text-anchor=\"middle\"\u003ediluted · bleached\u003c\/text\u003e\u003ctext x=\"192\" y=\"-16\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ecold pressed\u003c\/text\u003e\u003cellipse cx=\"192\" cy=\"26\" rx=\"28\" ry=\"28\" fill=\"#ECEBE5\" stroke=\"#8A8078\" stroke-width=\"1.5\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"192\" cy=\"26\" rx=\"12\" ry=\"12\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1.1\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"192\" cy=\"54\" rx=\"22\" ry=\"5\" fill=\"#D8D0C8\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/ellipse\u003e\u003ctext x=\"192\" y=\"70\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003efirst cold press\u003c\/text\u003e\u003ctext x=\"122\" y=\"90\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#6B5B3E\" text-anchor=\"middle\"\u003eno heat · no chemicals · no dilution\u003c\/text\u003e\u003ctext x=\"393\" y=\"-30\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional balsamic vinegar\u003c\/text\u003e\u003ctext x=\"308\" y=\"-16\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eindustrial acetator\u003c\/text\u003e\u003crect x=\"268\" y=\"0\" width=\"80\" height=\"56\" rx=\"5\" fill=\"#ECEBE5\" stroke=\"#8A8078\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\u003cpath d=\"M 268 0 Q 308 -10 348 0\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\u003cpath d=\"M 268 56 L 284 74 L 332 74 L 348 56\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\u003ccircle cx=\"285\" cy=\"42\" r=\"2.5\" stroke=\"#B0A898\" stroke-width=\"0.8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"308\" cy=\"34\" r=\"2\" stroke=\"#B0A898\" stroke-width=\"0.8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"328\" cy=\"40\" r=\"2.5\" stroke=\"#B0A898\" stroke-width=\"0.8\"\u003e\u003c\/circle\u003e\u003ctext x=\"308\" y=\"88\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#B0A898\" font-style=\"italic\" text-anchor=\"middle\"\u003ediluted · sulfites added\u003c\/text\u003e\u003ctext x=\"450\" y=\"-16\" font-family=\"Georgia,serif\" font-size=\"9\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ebarrel aged · acetaia\u003c\/text\u003e\u003cellipse cx=\"400\" cy=\"18\" rx=\"20\" ry=\"6\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1.1\"\u003e\u003c\/ellipse\u003e\u003crect x=\"380\" y=\"18\" width=\"40\" height=\"28\" rx=\"2\" fill=\"#ECEBE5\" stroke=\"#8A8078\" stroke-width=\"1.3\"\u003e\u003c\/rect\u003e\u003cellipse cx=\"400\" cy=\"46\" rx=\"20\" ry=\"6\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1\"\u003e\u003c\/ellipse\u003e\u003ctext x=\"400\" y=\"58\" font-family=\"Georgia,serif\" font-size=\"7.5\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eoak · yr 1–3\u003c\/text\u003e\u003cellipse cx=\"440\" cy=\"14\" rx=\"16\" ry=\"5\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"1\"\u003e\u003c\/ellipse\u003e\u003crect x=\"424\" y=\"14\" width=\"32\" height=\"22\" rx=\"2\" fill=\"#ECEBE5\" stroke=\"#8A8078\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\u003cellipse cx=\"440\" cy=\"36\" rx=\"16\" ry=\"5\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"0.9\"\u003e\u003c\/ellipse\u003e\u003ctext x=\"440\" y=\"48\" font-family=\"Georgia,serif\" font-size=\"7.5\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003ejuniper · yr 4–6\u003c\/text\u003e\u003cellipse cx=\"474\" cy=\"10\" rx=\"12\" ry=\"4\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"0.9\"\u003e\u003c\/ellipse\u003e\u003crect x=\"462\" y=\"10\" width=\"24\" height=\"16\" rx=\"2\" fill=\"#ECEBE5\" stroke=\"#8A8078\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\u003cellipse cx=\"474\" cy=\"26\" rx=\"12\" ry=\"4\" fill=\"#E0D8CC\" stroke=\"#8A8078\" stroke-width=\"0.8\"\u003e\u003c\/ellipse\u003e\u003ctext x=\"474\" y=\"38\" font-family=\"Georgia,serif\" font-size=\"7.5\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003emulberry · yr 7+\u003c\/text\u003e\u003ctext x=\"393\" y=\"70\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#6B5B3E\" text-anchor=\"middle\"\u003e12+ years · traditional barrels\u003c\/text\u003e\u003c\/svg\u003e\n      \n      \n    \n    \n    \n    \n    \n    \n    \n\n    \n    \u003cdiv style=\"margin-top:32px;text-align:left;\"\u003e\n      \u003cp style=\"font-family:Georgia,serif;font-size:13px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#1A1A1A;margin:0 0 10px;\"\u003eCompared to Mainstream Brands\u003c\/p\u003e\n      \u003cdetails id=\"pdp-mainstream-chart\"\u003e\n        \u003csummary style=\"display:flex;flex-direction:column;gap:10px;cursor:pointer;list-style:none;padding:14px 16px;background:#FAF7F3;border:1px solid #E8E0D4;border-radius:4px;user-select:none;\"\u003e\n          \u003cspan style=\"font-family:Georgia,serif;font-size:14px;color:#6B5B3E;\"\u003e\u003cstrong\u003eSPOILER ALERT\u003c\/strong\u003e — \u003cem\u003eI'd like \u003cstrong style=\"color:#C0392B;\"\u003esynthetic 2,4-Dithiapentane\u003c\/strong\u003e drizzled on my pasta please?\u003c\/em\u003e\u003c\/span\u003e\n          \u003cspan style=\"display:flex;justify-content:center;align-items:center;gap:8px;font-family:Georgia,serif;font-size:12px;font-weight:700;letter-spacing:0.06em;color:#8A7A60;text-transform:uppercase;\"\u003e\n            \u003cspan\u003eClick here to compare\u003c\/span\u003e\n            \u003cspan id=\"pdp-mc-chev\" style=\"font-size:13px;font-weight:900;color:#1A1A1A;display:inline-block;transition:transform 0.2s;\"\u003e▶\u003c\/span\u003e\n          \u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv style=\"overflow-x:auto;margin-top:12px;\"\u003e\n          \u003ctable style=\"width:100%;border-collapse:collapse;\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:left;\"\u003eBrand\u003c\/th\u003e\n                \u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:left;\"\u003eTruffle Type\u003c\/th\u003e\n                \u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:center;\"\u003eMade In\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eEpicurean Specialty\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eLa Tourangelle\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eFrance\/USA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eColavita\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eItaly\/USA\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:left;background:#F5F0E8;\"\u003eL'Oleologie \u003cspan style=\"font-size:11px;font-weight:400;font-style:italic;color:#8A7A60;\"\u003e(us!)\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:left;background:#F5F0E8;\"\u003eAll-natural Italian black truffle\u003c\/td\u003e\n                \u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:center;background:#F5F0E8;\"\u003eCalabria, Italy\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"margin-top:16px;font-family:Georgia,serif;font-size:14px;font-weight:700;color:#6B5B3E;line-height:1.6;text-align:center;\"\u003eNatural truffle aroma — or a chemical compound that mimics it?\u003c\/p\u003e\n\u003cp style=\"margin-top:8px;font-family:Georgia,serif;font-size:14px;font-weight:700;color:#6B5B3E;line-height:1.6;text-align:center;\"\u003e\u003cstrong style=\"color:#C0392B;\"\u003e2,4-Dithiapentane.\u003c\/strong\u003e That's the synthetic molecule in most truffle oils. One ingredient. Zero truffles.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003e\n    (function(){\n      var el = document.getElementById('pdp-mainstream-chart');\n      var chev = document.getElementById('pdp-mc-chev');\n      if(el \u0026\u0026 chev){\n        el.addEventListener('toggle', function(){\n          chev.style.transform = el.open ? 'rotate(90deg)' : 'rotate(0deg)';\n        });\n      }\n    })();\n    \u003c\/script\u003e\n\n    \n    \u003cdiv style=\"margin-top:28px;margin-bottom:28px;text-align:center;border-top:1px solid #E8E0D4;border-bottom:1px solid #E8E0D4;padding:22px 0;\"\u003e\n      \u003cp style=\"font-family:Georgia,serif;font-size:15px;font-weight:700;color:#5A4A30;line-height:1.6;margin:0;\"\u003e\n        Of all the brands in these comparison charts, only this product uses 100% natural truffle aroma ... all others use synthetic (2,4-Dithiapentane).\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \n\n    \n    \u003cdiv style=\"text-align:left;\"\u003e\n      \u003cp style=\"font-family:Georgia,serif;font-size:13px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#1A1A1A;margin:0 0 10px;\"\u003eCompared to Premium Brands\u003c\/p\u003e\n      \u003cdetails id=\"pdp-premium-chart\"\u003e\n        \u003csummary style=\"display:flex;flex-direction:column;gap:10px;cursor:pointer;list-style:none;padding:14px 16px;background:#FAF7F3;border:1px solid #E8E0D4;border-radius:4px;user-select:none;\"\u003e\n          \n          \u003cspan style=\"font-family:Georgia,serif;font-size:14px;color:#6B5B3E;\"\u003e\u003cstrong\u003eSPOILER ALERT\u003c\/strong\u003e — \u003cem\u003eEvery brand below says \u003cstrong\u003e'Italian truffle oil'\u003c\/strong\u003e — but the truffles? \u003cstrong\u003eSourced from non-Italian regions.\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\n          \n          \u003cspan style=\"display:flex;justify-content:center;align-items:center;gap:8px;font-family:Georgia,serif;font-size:12px;font-weight:700;letter-spacing:0.06em;color:#8A7A60;text-transform:uppercase;\"\u003e\n            \u003cspan\u003eClick here to compare\u003c\/span\u003e\n            \u003cspan id=\"pdp-pr-chev\" style=\"font-size:13px;font-weight:900;color:#1A1A1A;display:inline-block;transition:transform 0.2s;\"\u003e▶\u003c\/span\u003e\n          \u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv style=\"overflow-x:auto;margin-top:12px;\"\u003e\n          \u003ctable style=\"width:100%;border-collapse:collapse;\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:left;\"\u003eBrand\u003c\/th\u003e\n                \u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:left;\"\u003eTruffle Source\u003c\/th\u003e\n\u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:left;\"\u003eOil Base\u003c\/th\u003e\n\u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:left;\"\u003eOrigin\u003c\/th\u003e\n\u003cth style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;white-space:nowrap;text-align:center;\"\u003ePer Serving\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eUrbani\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eBlended EVOO\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eItaly\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$2.50\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSabatino\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eBlended EVOO\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eItaly\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$2.42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eTruff\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eBlended (EVOO\/sunflower)\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eUSA\/Mexico\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$2.65\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n\u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:left;background:#F5F0E8;\"\u003eL'Oleologie \u003cspan style=\"font-size:11px;font-weight:400;font-style:italic;color:#8A7A60;\"\u003e(us!)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:center;background:#F5F0E8;\"\u003eAll-natural Italian black truffle\u003c\/td\u003e\n\u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:center;background:#F5F0E8;\"\u003eExtra Virgin Olive Oil\u003c\/td\u003e\n\u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:center;background:#F5F0E8;\"\u003eItaly\u003c\/td\u003e\n\u003ctd style=\"padding:10px 12px;font-family:Georgia,serif;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;text-align:center;background:#F5F0E8;\"\u003e$1.87\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cp style=\"margin-top:8px;font-family:Georgia,serif;font-size:11px;color:#B0A898;font-style:italic;text-align:right;\"\u003e\n          *Oil source data from published labels and specs, May 2025; prices per 500 ml.\n        \u003c\/p\u003e\n        \n        \n        \u003cp style=\"margin-top:16px;font-family:Georgia,serif;font-size:14px;color:#6B5B3E;line-height:1.7;text-align:center;border-top:1px solid #E8E0D4;padding-top:14px;\"\u003e\n          Every brand above blends oils from multiple countries. This oil is \u003cstrong\u003epressed and bottled on a single estate\u003c\/strong\u003e in the same harvest window.\n        \u003c\/p\u003e\n        \n      \u003c\/details\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003e\n    (function(){\n      var el = document.getElementById('pdp-premium-chart');\n      var chev = document.getElementById('pdp-pr-chev');\n      if(el \u0026\u0026 chev){\n        el.addEventListener('toggle', function(){\n          chev.style.transform = el.open ? 'rotate(90deg)' : 'rotate(0deg)';\n        });\n      }\n    })();\n    \u003c\/script\u003e\n\n    \n    \n    \u003cp style=\"margin-top:28px;font-size:17px;line-height:1.7;color:#1A1714;font-style:italic;font-family:Georgia,serif;border-left:3px solid #C8BE9A;padding-left:18px;text-align:left;\"\u003e\n      L'Oleologie has the BEST overall balance of authentic Italian truffle infusion, aged vinegar complexity, sustainable production, and still-accessible retail price. It performs well across every category without major weaknesses.\n    \u003c\/p\u003e\n    \n\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n        \n    \n    \n    \u003csvg viewbox=\"0 0 300 155\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"display:block;margin:0 auto 8px;width:280px;max-width:100%;\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n      \u003cdefs\u003e\n        \u003cpattern id=\"fa3-hatch\" patternunits=\"userSpaceOnUse\" width=\"7\" height=\"7\"\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"7\" y2=\"0\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"7\" stroke=\"#B0A898\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n        \u003c\/pattern\u003e\n      \u003c\/defs\u003e\n      \n      \u003ctext x=\"58\" y=\"12\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003efactory-made · uniform\u003c\/text\u003e\n      \n      \u003crect x=\"8\" y=\"44\" width=\"28\" height=\"68\" rx=\"4\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"8\" y=\"44\" width=\"28\" height=\"68\" rx=\"4\" fill=\"url(#fa3-hatch)\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"10\" y=\"64\" width=\"24\" height=\"22\" rx=\"1\" fill=\"none\" stroke=\"#B0A898\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"11\" y=\"39\" width=\"26\" height=\"8\" rx=\"2\" fill=\"#E0D8CC\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n      \n      \u003crect x=\"46\" y=\"44\" width=\"28\" height=\"68\" rx=\"4\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"46\" y=\"44\" width=\"28\" height=\"68\" rx=\"4\" fill=\"url(#fa3-hatch)\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"48\" y=\"64\" width=\"24\" height=\"22\" rx=\"1\" fill=\"none\" stroke=\"#B0A898\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"49\" y=\"39\" width=\"26\" height=\"8\" rx=\"2\" fill=\"#E0D8CC\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n      \n      \u003crect x=\"84\" y=\"44\" width=\"28\" height=\"68\" rx=\"4\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"1.2\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"84\" y=\"44\" width=\"28\" height=\"68\" rx=\"4\" fill=\"url(#fa3-hatch)\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"86\" y=\"64\" width=\"24\" height=\"22\" rx=\"1\" fill=\"none\" stroke=\"#B0A898\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"87\" y=\"39\" width=\"26\" height=\"8\" rx=\"2\" fill=\"#E0D8CC\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n      \u003ctext x=\"58\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eidentical · mass-produced\u003c\/text\u003e\n      \n      \u003cline x1=\"138\" y1=\"8\" x2=\"138\" y2=\"148\" stroke-width=\"1\" stroke-dasharray=\"5,3\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n      \u003ctext x=\"148\" y=\"82\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n      \n      \u003ctext x=\"224\" y=\"12\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan · Italian\u003c\/text\u003e\n      \n      \u003crect x=\"182\" y=\"34\" width=\"84\" height=\"96\" rx=\"8\" fill=\"#DDD5C0\" stroke=\"#6B5B3E\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n      \n      \u003crect x=\"192\" y=\"26\" width=\"64\" height=\"12\" rx=\"4\" fill=\"#C8B898\" stroke=\"#6B5B3E\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\n      \n      \u003crect x=\"182\" y=\"68\" width=\"84\" height=\"36\" rx=\"0\" fill=\"#C8B898\" stroke=\"#8A7A60\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n      \n      \u003cpath d=\"M 186 52 Q 224 49 262 52\" stroke=\"#B0A090\" stroke-width=\"0.9\" fill=\"none\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M 186 60\" stroke=\"#B0A090\" stroke-width=\"0.7\" fill=\"none\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \n      \u003cline x1=\"192\" y1=\"80\" x2=\"258\" y2=\"80\" stroke=\"#8A7A60\" stroke-width=\"0.8\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"192\" y1=\"90\" x2=\"258\" y2=\"90\" stroke=\"#8A7A60\" stroke-width=\"0.5\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n      \n      \u003cpath d=\"M 224 44 Q 234 38 240 46 Q 232 52 224 44 Z\" fill=\"#C8B898\" stroke=\"#8A7A60\" stroke-width=\"0.8\" opacity=\"0.75\"\u003e\u003c\/path\u003e\n      \u003ctext x=\"224\" y=\"144\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003esmall-batch · handmade\u003c\/text\u003e\n    \u003c\/svg\u003e\n    \n    \n    \u003cspan class=\"label\" style=\"margin-bottom:20px;\"\u003eBefore you decide\u003c\/span\u003e\n    \u003cp class=\"serif\" style=\"font-size:22px;color:#4A4340;line-height:1.6;margin-bottom:32px;font-style:italic;\"\u003e\n      \"If the quality of Truff oils meets your standard, this set will elevate your culinary experience.\"\n    \u003c\/p\u003e\n    \u003cdiv style=\"width:36px;height:2px;background:#C4963A;margin-bottom:32px;\"\u003e\u003c\/div\u003e\n    \n    \u003cdiv style=\"display:flex;align-items:flex-start;gap:14px;\"\u003e\n      \n      \u003csvg viewbox=\"0 0 28 36\" width=\"28\" height=\"36\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;margin-top:6px;\" fill=\"none\"\u003e\n        \u003cellipse cx=\"14\" cy=\"8\" rx=\"6\" ry=\"2.5\" fill=\"#9A6A40\" stroke=\"#5A3010\" stroke-width=\"1\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M 8 8 Q 5 14 5 22 Q 5 30 8 32 L 20 32 Q 23 30 23 22 Q 23 14 20 8 Z\" fill=\"#8A5A30\" stroke=\"#5A3010\" stroke-width=\"1\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 6 14 Q 14 11 22 14\" stroke=\"#4A2A10\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 5 22 Q 14 19 23 22\" stroke=\"#4A2A10\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \n      \u003cp class=\"serif\" style=\"font-size:24px;color:#1A1714;line-height:1.6;font-weight:500;margin:0;\"\u003e\n        \"If what you seek is the genuine essence of Italian black truffles, this set delivers unparalleled luxury.\"\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-right-for-you\" style=\"padding:72px 0;background:#FAF7F2;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eAt a glance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:40px;font-weight:700;color:#1A1714;text-align:center;margin-bottom:40px;line-height:1.15;\"\u003eIs this variety pack right for you?\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n\n      \u003cdiv style=\"background:#fff;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#C4956A\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"24\" stroke=\"#C4956A\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"12\" stroke=\"#C4956A\" stroke-width=\"0.8\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M32 40 L38 46 L50 34\" stroke=\"#C4956A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1A1714;text-align:center;margin-bottom:24px;\"\u003eChoose this variety pack\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you adore truffles...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eThis set is ideal for those who relish the luxury of authentic truffle oils.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you value premium...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eSeekers of high-quality, European-sourced ingredients will find this set unparalleled.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.06);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf you host often...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003ePerfect for dinner parties where gourmet touches are a must.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✓\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eIf gifting matters...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#3D3830;\"\u003eAn exquisite choice for gifting discerning food lovers with refined tastes.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#F5F0E8;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"34\" stroke=\"#9B8B78\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"40\" cy=\"40\" r=\"22\" stroke=\"#9B8B78\" stroke-width=\"0.9\" stroke-dasharray=\"3,3\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"28\" y1=\"28\" x2=\"52\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"52\" y1=\"28\" x2=\"28\" y2=\"52\" stroke=\"#9B8B78\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A4340;text-align:center;margin-bottom:24px;\"\u003eSkip this variety pack if\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf budget is key...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis set may not fit if you're seeking low-cost options.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf synthetic is fine...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThose content with artificial flavors should look elsewhere.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(0,0,0,0.07);\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf simplicity suffices...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eThis set might overwhelm if you're seeking basic olive oil and vinegar.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#4A4340;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e✗\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#4A4340;font-style:italic;\"\u003eIf storage is limited...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:#4A4340;\"\u003eConsider space as these bottles demand a place of prominence.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#4A4340;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"background:#1A1714;padding:36px 30px;\"\u003e\n        \u003csvg viewbox=\"0 0 80 80\" width=\"56\" height=\"56\" style=\"display:block;margin:0 auto 16px;\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpolygon points=\"40,14 44.5,27 58,27 47,35.5 51,49 40,41 29,49 33,35.5 22,27 35.5,27\" stroke=\"#C4956A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n          \u003ccircle cx=\"22\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"58\" cy=\"56\" r=\"5\" stroke=\"#C4956A\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n          \u003cline x1=\"29\" y1=\"56\" x2=\"51\" y2=\"56\" stroke=\"#C4956A\" stroke-width=\"0.8\" stroke-dasharray=\"2,2\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003ch3 style=\"font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#C4963A;text-align:center;margin-bottom:24px;\"\u003eBest for\u003c\/h3\u003e\n        \u003cul style=\"list-style:none;margin:0;padding:0;\"\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eFor gourmet cooks...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eGourmet enthusiasts eager to elevate their dishes will treasure this set.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eFor refined palates...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eThose who appreciate nuanced flavors and premium ingredients.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eFor gift-givers...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003eIdeal for sharing the joy of gourmet excellence with loved ones.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n          \u003cli class=\"q7-item\" data-open=\"false\" onclick=\"toggleQ7item(this)\" style=\"display:flex;gap:12px;align-items:flex-start;padding:13px 0;\"\u003e\n            \u003cspan style=\"color:#C4963A;font-size:15px;flex-shrink:0;margin-top:2px;\"\u003e→\u003c\/span\u003e\n            \u003cspan style=\"flex:1;font-size:14px;line-height:1.6;\"\u003e\n              \u003cspan class=\"q7-q-text\" style=\"color:#C4963A;font-style:italic;\"\u003eFor food critics...\u003c\/span\u003e\n              \u003cspan class=\"q7-a-text\" style=\"color:rgba(255,255,255,0.75);\"\u003ePerfect for those who critique every bite and seek perfection in taste.\u003c\/span\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"q7-plus\" style=\"flex-shrink:0;margin-left:8px;color:#C4963A;font-size:20px;font-weight:300;line-height:1.2;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-complete-set\" style=\"padding:0;background:#1A1714;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;\"\u003e\n    \u003cdiv class=\"pdp-complete-set-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;align-items:stretch;\"\u003e\n      \u003cdiv class=\"pdp-complete-set-left\" style=\"padding:72px 64px 72px 48px;\"\u003e\n        \u003cspan class=\"label\" style=\"color:#C4963A;margin-bottom:16px;\"\u003eComplete gourmet experience\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:38px;color:#fff;line-height:1.15;margin-bottom:36px;\"\u003eYour premium\u003cbr\u003e4-bottle set\u003c\/h2\u003e\n        \u003cdiv style=\"border-top:1px solid rgba(255,255,255,0.12);\"\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eDark Italian Balsamic Vinegar\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003erich · velvety\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);font-style:italic;text-align:right;flex-shrink:0;max-width:46%;line-height:1.5;\"\u003egrape must, wine vinegar, caramel\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eRioja Spanish Barrel Vinegar\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eberry · aged\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);font-style:italic;text-align:right;flex-shrink:0;max-width:46%;line-height:1.5;\"\u003etempranillo grapes, wine vinegar\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.08);\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eTruffle Black Italian Olive Oil\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003eumami · luxurious\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);font-style:italic;text-align:right;flex-shrink:0;max-width:46%;line-height:1.5;\"\u003eblack truffle, olive oil\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:16px;padding:16px 0;\"\u003e\n            \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n              \u003cspan style=\"font-size:15px;color:#E8E4DE;font-weight:500;\"\u003eTruffle White Italian Olive Oil\u003c\/span\u003e\n              \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);letter-spacing:.04em;margin-left:10px;\"\u003earomatic · delicate\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.38);font-style:italic;text-align:right;flex-shrink:0;max-width:46%;line-height:1.5;\"\u003ewhite truffle, olive oil\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n          \u003cdiv style=\"display:flex;justify-content:space-between;align-items:center;padding:20px 0 0;\"\u003e\n            \u003cspan style=\"font-size:14px;font-weight:700;color:#C4963A;\"\u003e4 bottles · Gourmet indulgence\u003c\/span\u003e\n            \u003cspan style=\"font-size:12px;color:rgba(255,255,255,0.35);\"\u003eCrafted in Italy \u0026amp; Spain\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.7;color:rgba(255,255,255,0.35);margin-top:28px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;\"\u003eThis set includes rich balsamic vinegars and luxurious truffle oils. Perfect for gourmet cooking.\u003c\/p\u003e\n        \n        \u003cdetails class=\"allergen-collapse\" style=\"margin-top:20px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.09);border-left:3px solid #C4963A;border-radius:3px;\"\u003e\n          \u003csummary style=\"display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer;list-style:none;user-select:none;\"\u003e\n            \u003cspan style=\"font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C4963A;\"\u003eAllergen Information\u003c\/span\u003e\n            \u003csvg class=\"allergen-chev\" viewbox=\"0 0 16 16\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"#C4963A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink:0;transition:transform .22s ease;\"\u003e\n              \u003cpolyline points=\"4,6 8,10 12,6\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/summary\u003e\n          \u003cdiv style=\"padding:0 18px 14px;\"\u003e\n            \n            \u003cdiv style=\"display:flex;gap:12px;align-items:baseline;padding:5px 0;border-bottom:1px solid rgba(255,255,255,0.05);\"\u003e\n              \u003cspan style=\"font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,0.45);min-width:118px;flex-shrink:0;\"\u003eDairy\u003c\/span\u003e\n              \u003cspan style=\"font-size:13px;color:rgba(255,255,255,0.82);line-height:1.5;\"\u003eAll items are dairy-free.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv style=\"display:flex;gap:12px;align-items:baseline;padding:5px 0;border-bottom:1px solid rgba(255,255,255,0.05);\"\u003e\n              \u003cspan style=\"font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,0.45);min-width:118px;flex-shrink:0;\"\u003eNuts\u003c\/span\u003e\n              \u003cspan style=\"font-size:13px;color:rgba(255,255,255,0.82);line-height:1.5;\"\u003eNo nuts in this product. Made in a facility that also processes nuts.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv style=\"display:flex;gap:12px;align-items:baseline;padding:5px 0;\"\u003e\n              \u003cspan style=\"font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,0.45);min-width:118px;flex-shrink:0;\"\u003eEggs\u003c\/span\u003e\n              \u003cspan style=\"font-size:13px;color:rgba(255,255,255,0.82);line-height:1.5;\"\u003eNo egg-derived ingredients.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv class=\"pdp-complete-set-img\" style=\"overflow:hidden;min-height:460px;background:#1A1208;position:relative;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/52_b17278bb-45fe-4149-a824-478502bfbbb1.png?v=1717648114\u0026amp;width=1600\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set - complete set\" style=\"width:100%;height:100%;object-fit:cover;display:block;opacity:0.7;position:absolute;top:0;left:0;\" onerror=\"this.style.display='none'\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-why-choose\" style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:8px;\"\u003eBuyer profile\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;text-align:center;margin-bottom:40px;\"\u003eWhy buyers choose L'Oléologie\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e🌿\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-1')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eAuthentic Italian Truffles\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-1')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-1-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-1\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eSourced from the rich landscapes of Italy, offering unmatched truffle flavor.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e🍇\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-2')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eAged Vinegar Excellence\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-2')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-2-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-2\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eVinegars crafted with traditional aging methods for depth and complexity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;padding:30px 26px;\"\u003e\n        \u003cdiv style=\"font-size:24px;margin-bottom:14px;text-align:center;\"\u003e🌍\u003c\/div\u003e\n        \u003cp class=\"why-head\" onclick=\"toggleWhyDesc('why-desc-3')\" style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:10px;text-align:center;\"\u003eSustainable Production\u003c\/p\u003e\n        \u003cp class=\"why-toggle-row\" onclick=\"toggleWhyDesc('why-desc-3')\"\u003e\u003cspan class=\"why-toggle-icon\" id=\"why-desc-3-icon\"\u003e+\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp id=\"why-desc-3\" class=\"why-desc\" style=\"font-size:13px;line-height:1.7;color:#4A4340;\"\u003eFocused on eco-friendly practices, ensuring superior quality and a better planet.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"border-top:1px solid #E8E4DE;padding:40px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;border:1px solid #E8E4DE;border-radius:2px;overflow:hidden;\"\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eFLAVOR\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eNatural truffle essence\u003c\/strong\u003e in every bottle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;border-right:1px solid #E8E4DE;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eORIGIN\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003e\u003cstrong\u003eItalian and Spanish\u003c\/strong\u003e sourced ingredients.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"flex:1;min-width:200px;padding:24px 28px;\"\u003e\n        \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eEXPERIENCE\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.6;color:#1A1714;font-weight:500;\"\u003eElevate dishes with \u003cstrong\u003egourmet luxury\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e@media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri\u003ediv:first-child,.pdp-vb1-tri\u003ediv:last-child{display:none !important;}}\u003c\/style\u003e\u003cdiv class=\"pdp-vb1-tri\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;\"\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Vinegartrufflebundle.jpg?v=1717648196\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:10% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Vinegartrufflebundle.jpg?v=1717648196\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% center;display:block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"overflow:hidden;height:280px;background:#F5F0E8;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/Vinegartrufflebundle.jpg?v=1717648196\" alt=\"\" loading=\"lazy\" style=\"width:100%;height:100%;object-fit:cover;object-position:90% center;display:block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;background:#FAF7F2;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eA truffle and vinegar set that transforms meals.\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"width:100%;height:480px;overflow:hidden;background:#1A1714;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/52_b17278bb-45fe-4149-a824-478502bfbbb1.png?v=1717648114\u0026amp;width=1600\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0.85;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cp class=\"serif\" style=\"font-size:26px;color:#1A1714;line-height:1.6;\"\u003e\n      \u003cem\u003eFor those who savor life through exquisite flavors\u003c\/em\u003e, this set is your passport to culinary excellence.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:0 0 80px;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-num-three\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;\"\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eAroma and Flavor Revelation\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eOpening these bottles unveils a \u003cstrong\u003erich truffle aroma\u003c\/strong\u003e and a velvety vinegar texture, promising an unparalleled sensory journey. Each pour is a testament to the careful craftsmanship that defines L'Oleologie's legacy.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eVersatile Culinary Uses\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eFrom drizzling over salads to enhancing a steak's flavor, this set unlocks a world of gourmet possibilities. \u003cstrong\u003ePerfect for any occasion\u003c\/strong\u003e, it transforms everyday meals into exquisite experiences with ease.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"num-card\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch3 style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eItalian and Spanish Heritage\u003c\/h3\u003e\n        \u003cp class=\"sec9-body\" style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eSourced from the rich truffle regions of Italy and the renowned vineyards of Spain, each bottle delivers a taste of Europe's finest traditions. Enjoy the \u003cstrong\u003eauthentic flavors\u003c\/strong\u003e that only come from centuries-old artisan methods.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cdiv style=\"text-align:center;margin-top:14px;\"\u003e\n      \u003cbutton id=\"sec9-toggle\" onclick=\"toggleSec9()\" style=\"background:none;border:1px solid #E8E4DE;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:500;color:#4A4340;cursor:pointer;letter-spacing:.04em;transition:border-color .15s,color .15s;\" onmouseover=\"this.style.borderColor='#C4963A';this.style.color='#C4963A'\" onmouseout=\"this.style.borderColor='#E8E4DE';this.style.color='#4A4340'\"\u003eRead more ▾\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"padding:28px 24px;text-align:center;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:14px;\"\u003eThe set that makes every dish a masterpiece.\u003c\/p\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:block;width:fit-content;min-width:260px;margin:0 auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWhat changes after you buy it\u003c\/span\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;margin-bottom:28px;\"\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;flex:1;text-align:center;\"\u003eEvery meal becomes an event.\u003c\/h2\u003e\n      \u003csvg width=\"28\" height=\"72\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eBefore owning this set, meals might blend into routine. Now, every dish is a celebration of flavors, \u003cstrong\u003eelevating ordinary moments\u003c\/strong\u003e into extraordinary experiences. Truffle oil and balsamic vinegar become the go-to for gourmet flair.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eUpgrade your culinary journey with \u003cstrong\u003eauthentic artisan touches\u003c\/strong\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-specs\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:960px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eWhat the L'Oleologie set includes and its origins\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px;color:#4A4340;margin-bottom:32px;\"\u003eExpand each group for full detail.\u003c\/p\u003e\n\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-set-btn\" onclick=\"toggleAcc('spec-spec-set','spec-spec-set-btn')\"\u003e\n        \u003cspan\u003eContents\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-set-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-set\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eDark Italian Balsamic Vinegar\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e16.9 fl oz \/ 500 ml\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eRioja Spanish Barrel Vinegar\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e16.9 fl oz \/ 500 ml\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eTruffle Black Italian Olive Oil\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8.45 fl oz \/ 250 ml\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eTruffle White Italian Olive Oil\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003e8.45 fl oz \/ 250 ml\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eExact volumes ensure no drop of flavor is missed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-mat-btn\" onclick=\"toggleAcc('spec-spec-mat','spec-spec-mat-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eSourcing\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-mat-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-mat\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eOrigin\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eItaly (Truffle Oils \u0026amp; Dark Balsamic) · Spain (Rioja Vinegar)\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eProducer\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eL'Oleologie\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eAllergen Summary\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eDairy-free, nut-free environment.\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eSourced from trusted regions known for quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n      \u003cbutton class=\"acc-btn\" id=\"spec-spec-care-btn\" onclick=\"toggleAcc('spec-spec-care','spec-spec-care-btn')\" style=\"border-top:none;\"\u003e\n        \u003cspan\u003eStorage\u003c\/span\u003e\u003cspan class=\"acc-icon\" id=\"spec-spec-care-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv id=\"spec-spec-care\" class=\"acc-body\"\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eStorage Conditions\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eCool, dry place; avoid sunlight.\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-k\"\u003eAfter Opening\u003c\/div\u003e\n\u003cdiv class=\"spec-v\"\u003eNo refrigeration needed. Reseal tightly and store in a cool, dark place.\u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003cp style=\"font-size:13px;color:#4A4340;padding:8px 0 0;\"\u003eProper care retains flavor and quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n\n    \u003cp style=\"font-size:13px;color:#77706A;margin-top:16px;\"\u003eAll measurements are approximate.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#F5F0E8;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe assumption most buyers get wrong\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eTruffle oils are all the same... think again.\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMany believe truffle oil is just flavored. \u003cstrong\u003eL'Oleologie uses authentic Italian truffles\u003c\/strong\u003e, delivering unmatched flavor depth. This isn't just oil; it's a culinary upgrade.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eExperience the true essence of Italian truffles with every dish you create.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;\"\u003e\n      \u003cdiv style=\"overflow:hidden;aspect-ratio:1\/1;max-height:300px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/L_OLEOLOGIETRUFFLEOIL_BALSAMICVINEGAR4PACKGIFTSET_LARGE_2.png?v=1717648114\u0026amp;width=1200\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set - styled table\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eThe one-sentence decision\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eFor those who savor life through flavor.\u003c\/h2\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing the L'Oleologie set means embracing a commitment to quality and authenticity. It’s about savoring not just meals, but moments. Each bottle promises a journey through Europe’s most cherished culinary traditions.\u003c\/p\u003e\n        \u003cp style=\"font-size:16px;line-height:1.75;color:#1A1714;font-weight:500;\"\u003eMake every dish a \u003cstrong\u003emasterpiece\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#FAF7F2;padding:64px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eWho this is for\u003c\/span\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#3D3830;\"\u003eThis set is for the culinary adventurers, \u003cstrong\u003egourmet enthusiasts\u003c\/strong\u003e, and those who believe in the power of \u003cstrong\u003eauthentic ingredients\u003c\/strong\u003e to transform meals into experiences. It’s for anyone who cherishes the art of cooking and the joy of eating.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#fff;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eMaterial performance\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:36px;\"\u003eWhat each ingredient does in daily use\u003c\/h2\u003e\n\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \n      \u003csvg viewbox=\"-60 0 840 270\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \u003cdefs\u003e\n          \u003cpattern id=\"fa15-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\n            \u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n          \u003c\/pattern\u003e\n          \u003cpattern id=\"fa15-rich\" patternunits=\"userSpaceOnUse\" width=\"10\" height=\"10\"\u003e\n            \u003cellipse cx=\"3\" cy=\"3\" rx=\"1.8\" ry=\"1.2\" fill=\"#A89878\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"8\" cy=\"7\" rx=\"1.5\" ry=\"1\" fill=\"#A89878\" stroke=\"none\" opacity=\"0.5\"\u003e\u003c\/ellipse\u003e\n          \u003c\/pattern\u003e\n          \u003cclippath id=\"fa15-l-clip\"\u003e\u003crect x=\"80\" y=\"40\" width=\"200\" height=\"180\"\u003e\u003c\/rect\u003e\u003c\/clippath\u003e\n          \u003cclippath id=\"fa15-r-clip\"\u003e\u003crect x=\"440\" y=\"40\" width=\"200\" height=\"180\"\u003e\u003c\/rect\u003e\u003c\/clippath\u003e\n        \u003c\/defs\u003e\n        \n        \u003ctext x=\"180\" y=\"24\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003estandard ... industrial\u003c\/text\u003e\n        \u003crect x=\"80\" y=\"40\" width=\"200\" height=\"180\" rx=\"8\" fill=\"#EDE8DE\" stroke-width=\"1.5\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"80\" y=\"40\" width=\"200\" height=\"180\" fill=\"url(#fa15-hatch)\" clip-path=\"url(#fa15-l-clip)\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"130\" y=\"24\" width=\"100\" height=\"20\" rx=\"3\" fill=\"#E4DED4\" stroke=\"#9B8B78\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"80\" y1=\"120\" x2=\"280\" y2=\"120\" stroke-width=\"1.2\" stroke=\"#C0B8A8\" stroke-dasharray=\"4,3\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"80\" y1=\"160\" x2=\"280\" y2=\"160\" stroke-width=\"1.2\" stroke=\"#C0B8A8\" stroke-dasharray=\"4,3\"\u003e\u003c\/line\u003e\n        \u003ccircle cx=\"140\" cy=\"90\" r=\"6\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"0.9\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"185\" cy=\"95\" r=\"5\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"0.9\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"225\" cy=\"88\" r=\"7\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"0.9\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"155\" cy=\"140\" r=\"5\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"0.9\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"205\" cy=\"147\" r=\"6\" fill=\"#EDE8DE\" stroke=\"#9B8B78\" stroke-width=\"0.9\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"80\" y1=\"90\" x2=\"40\" y2=\"76\" stroke-width=\"1\" stroke=\"#9B8B78\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"36\" y=\"72\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003eadditives\u003c\/text\u003e\n        \u003cline x1=\"80\" y1=\"140\" x2=\"40\" y2=\"140\" stroke-width=\"1\" stroke=\"#9B8B78\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"36\" y=\"144\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"end\"\u003estabilisers\u003c\/text\u003e\n        \u003cline x1=\"180\" y1=\"220\" x2=\"180\" y2=\"240\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#B0A898\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"180\" y=\"254\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eaged in oak barrels\u003c\/text\u003e\n        \n        \u003cline x1=\"360\" y1=\"10\" x2=\"360\" y2=\"246\" stroke-width=\"1\" stroke-dasharray=\"5,4\" stroke=\"#D0C8BC\"\u003e\u003c\/line\u003e\n        \n        \u003ctext x=\"540\" y=\"24\" font-family=\"Georgia,serif\" font-size=\"16\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eartisan ... single origin\u003c\/text\u003e\n        \u003crect x=\"440\" y=\"40\" width=\"200\" height=\"180\" rx=\"8\" fill=\"#D8D0C4\" stroke-width=\"1.9\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"440\" y=\"40\" width=\"200\" height=\"180\" fill=\"url(#fa15-rich)\" clip-path=\"url(#fa15-r-clip)\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"490\" y=\"24\" width=\"100\" height=\"20\" rx=\"3\" fill=\"#D0C8BC\" stroke=\"#5A4A30\" stroke-width=\"1.3\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 440 130 Q 500 122 560 128 Q 600 132 640 126\" stroke-width=\"1.2\" stroke=\"#8A7A60\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 440 165 Q 490 158 550 163 Q 600 167 640 162\" stroke-width=\"1.2\" stroke=\"#8A7A60\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"490\" cy=\"95\" rx=\"9\" ry=\"14\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"1\" opacity=\"0.8\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"530\" cy=\"88\" rx=\"7\" ry=\"11\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"1\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"570\" cy=\"98\" rx=\"8\" ry=\"13\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"1\" opacity=\"0.75\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"510\" cy=\"148\" rx=\"6\" ry=\"10\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"1\" opacity=\"0.65\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"555\" cy=\"152\" rx=\"8\" ry=\"12\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"1\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003crect x=\"442\" y=\"205\" width=\"196\" height=\"13\" rx=\"4\" fill=\"#B8A888\" stroke=\"none\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"640\" y1=\"90\" x2=\"674\" y2=\"74\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"678\" y=\"70\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\"\u003eoil droplets\u003c\/text\u003e\n        \u003cline x1=\"640\" y1=\"210\" x2=\"674\" y2=\"218\" stroke-width=\"1\" stroke=\"#6B5B3E\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"678\" y=\"222\" font-family=\"Georgia,serif\" font-size=\"12\" fill=\"#6B5B3E\" font-style=\"italic\"\u003enatural sediment\u003c\/text\u003e\n        \u003cline x1=\"540\" y1=\"220\" x2=\"540\" y2=\"240\" stroke-width=\"1\" stroke-dasharray=\"3,2\" stroke=\"#8A7A60\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"540\" y=\"254\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003etempranillo grapes\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eBarrel-aging process for superior flavor\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-top:8px;\"\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eAged in Oak\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eThe oak barrels impart unique character and depth, enhancing sweetness and complexity.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eTempranillo Grapes\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eKnown for rich berry notes, they provide a full-bodied base for the vinegar.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"fbullet\"\u003e\n        \u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cstrong style=\"font-size:15px;color:#1A1714;\"\u003eTraditional Techniques\u003c\/strong\u003e\u003cbr\u003e\n          \u003cspan style=\"font-size:15px;line-height:1.75;color:#3D3830;\"\u003eHandcrafted with time-honored methods, ensuring a quality product distinct from mass-market options.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:60px 0;\"\u003e\n  \u003cdiv style=\"max-width:760px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:28px;\"\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.5;font-style:italic;text-align:center;flex:1;\"\u003e\n        \"The rich aroma of truffles fills the air as the vinegar glistens ... this is culinary luxury.\"\n      \u003c\/p\u003e\n      \u003csvg width=\"32\" height=\"80\" viewbox=\"0 0 32 88\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.3;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M28 84 Q20 70 26 56 Q32 42 24 28 Q16 14 22 4\" stroke=\"#6B5B3E\" stroke-width=\"1.3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M21 84 Q13 70 19 56 Q25 42 17 28 Q9 14 15 4\" stroke=\"#6B5B3E\" stroke-width=\"1.1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 84 Q6 70 12 56 Q18 42 10 28 Q2 14 8 4\" stroke=\"#6B5B3E\" stroke-width=\"0.9\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;padding:40px 24px;background:#1A1714;text-align:center;position:relative;overflow:hidden;\"\u003e\n  \u003cp class=\"serif\" style=\"font-size:110px;font-weight:700;opacity:0.04;color:#fff;letter-spacing:.25em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;line-height:1;\"\u003eTRUFFLE OIL \u0026amp; VINEGAR\u003c\/p\u003e\n  \u003cp style=\"font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;position:relative;\"\u003eL'Oleologie · Italy \u0026amp; Spain\u003c\/p\u003e\n  \u003cp class=\"serif\" style=\"font-size:18px;font-style:italic;color:#FFFFFF;position:relative;\"\u003eThe essence of culinary luxury in every drop.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv class=\"pdp-lifestyle-grid\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"label\"\u003eWhere it shines\u003c\/span\u003e\n        \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003eEnhance every occasion with gourmet flair\u003c\/h2\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAnniversary Dinners\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eCreate unforgettable meals that celebrate love and commitment with rich, luxurious flavors.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGourmet Parties\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eImpress your guests with exquisite dishes that highlight the finest ingredients.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eHoliday Feasts\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eElevate traditional dishes with gourmet touches that make every bite memorable.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"margin-bottom:22px;\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eGift Giving\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eShare the joy of authentic culinary experiences with loved ones through this elegant set.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"fbullet\" style=\"\"\u003e\n\u003cspan class=\"fdash\"\u003e·\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp style=\"font-size:16px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eEveryday Excellence\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;\"\u003eTransform routine meals into extraordinary experiences with just a drizzle of truffle oil.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n      \u003cdiv style=\"overflow:hidden;max-height:560px;background:#F5F0E8;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/52_b17278bb-45fe-4149-a824-478502bfbbb1.png?v=1717648114\u0026amp;width=1200\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set - detail\" style=\"width:100%;height:auto;object-fit:contain;display:block;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;text-align:center;\"\u003e\n    \u003cdiv style=\"display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px;\"\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#C4963A;\"\u003eFor those who savor life through exquisite flavors.\u003c\/span\u003e\n      \u003csvg width=\"40\" height=\"28\" viewbox=\"0 0 40 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"opacity:0.35;transform:scaleX(-1);\"\u003e\n        \u003cpath d=\"M2 26 Q8 18 6 10 Q12 2 20 6\" stroke=\"#EDE8DE\" stroke-width=\"1.2\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 26 Q16 18 14 10 Q20 2 28 6\" stroke=\"#EDE8DE\" stroke-width=\"1\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M18 26 Q24 18 22 10 Q28 4 36 8\" stroke=\"#EDE8DE\" stroke-width=\"0.8\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:34px;color:#EDE8DE;line-height:1.4;\"\u003eL'Oleologie is for the flavor seekers.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 36px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe grape \u0026amp; aging guide\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eUnderstanding grape variety and aging\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \n      \n      \n      \n      \n        \n        \n      \n      \u003csvg viewbox=\"0 0 500 170\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003ctext x=\"250\" y=\"12\" text-anchor=\"middle\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#8A7A60\" font-style=\"italic\" stroke=\"none\"\u003eItalian · Trebbiano\u003c\/text\u003e\u003cline x1=\"250\" y1=\"18\" x2=\"250\" y2=\"30\"\u003e\u003c\/line\u003e\u003cline x1=\"250\" y1=\"30\" x2=\"232\" y2=\"42\"\u003e\u003c\/line\u003e\u003cline x1=\"250\" y1=\"30\" x2=\"268\" y2=\"42\"\u003e\u003c\/line\u003e\u003cpath d=\"M 250 18 C 242 11 228 9 222 17 C 216 25 224 37 238 28 C 244 24 250 18\"\u003e\u003c\/path\u003e\u003cline x1=\"250\" y1=\"18\" x2=\"233\" y2=\"24\" stroke-width=\"0.6\"\u003e\u003c\/line\u003e\u003ccircle cx=\"250\" cy=\"40\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"228\" cy=\"58\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"272\" cy=\"58\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"212\" cy=\"78\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"250\" cy=\"78\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"288\" cy=\"78\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"228\" cy=\"98\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"272\" cy=\"98\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"250\" cy=\"118\" r=\"11\" fill=\"#F7F4EF\"\u003e\u003c\/circle\u003e\u003ctext x=\"250\" y=\"141\" text-anchor=\"middle\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#B0A898\" font-style=\"italic\" stroke=\"none\"\u003elarge · round · mild acid\u003c\/text\u003e\u003ctext x=\"250\" y=\"154\" text-anchor=\"middle\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" stroke=\"none\"\u003efor Balsamic Vinegar\u003c\/text\u003e\u003ctext x=\"250\" y=\"167\" text-anchor=\"middle\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#B0A898\" font-style=\"italic\" stroke=\"none\"\u003eEmilia-Romagna, Italy\u003c\/text\u003e\u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eComparing mass-market vs Italian ingredients\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-a-btn\" onclick=\"toggleAcc('edu-a-body','edu-a-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-a-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-a-body\" class=\"acc-body\"\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eMass-market vinegars may rely on \u003cstrong\u003equick acetification\u003c\/strong\u003e, sacrificing complexity. L'Oleologie's vinegars use \u003cstrong\u003eslow natural acetification\u003c\/strong\u003e, enhancing richness and depth.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eOur vinegars are aged in oak barrels, allowing for a \u003cstrong\u003efull-bodied flavor\u003c\/strong\u003e and a smooth acidity that mass-market alternatives lack.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eThe use of Tempranillo grapes adds unique berry notes, providing a sophisticated balance to the vinegar's profile.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003e\u003cstrong\u003eExperience authentic flavor\u003c\/strong\u003e with L'Oleologie's expertly aged vinegars.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:48px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe pairing guide\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003ePerfect pairings for our vinegars\u003c\/h2\u003e\n    \n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \n      \n      \n      \u003csvg viewbox=\"0 0 760 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003cdefs\u003e\u003cpattern id=\"to-hatch\" patternunits=\"userSpaceOnUse\" width=\"6\" height=\"6\" patterntransform=\"rotate(42)\"\u003e\u003cline x1=\"0\" y1=\"0\" x2=\"0\" y2=\"6\" stroke=\"#9B8B78\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\u003c\/pattern\u003e\u003c\/defs\u003e\u003cpath d=\"M55,145 Q52,130 51,100 L51,65 Q51,60 56,58 L70,58 Q75,60 75,65 L75,100 Q74,130 71,145 Z\" fill=\"#F5F0E8\" stroke-width=\"1.2\"\u003e\u003c\/path\u003e\u003cpath d=\"M53,90 L73,90 L73,100 Q72,128 70,143 L56,143 Q54,128 53,100 Z\" fill=\"url(#to-hatch)\" stroke=\"none\"\u003e\u003c\/path\u003e\u003crect x=\"57\" y=\"42\" width=\"12\" height=\"18\" rx=\"1\" fill=\"#F5F0E8\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"55\" y=\"36\" width=\"16\" height=\"8\" rx=\"2\" fill=\"#9B8B78\" stroke-width=\"1.1\"\u003e\u003c\/rect\u003e\u003crect x=\"55\" y=\"98\" width=\"16\" height=\"18\" rx=\"1\" fill=\"white\" stroke-width=\"0.7\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\u003cline x1=\"57\" y1=\"104\" x2=\"69\" y2=\"104\" stroke-width=\"0.6\" opacity=\"0.5\"\u003e\u003c\/line\u003e\u003cline x1=\"57\" y1=\"109\" x2=\"67\" y2=\"109\" stroke-width=\"0.6\" opacity=\"0.5\"\u003e\u003c\/line\u003e\u003cpath d=\"M63,36 Q95,15 140,42\" stroke-width=\"1\" stroke-dasharray=\"4 3\"\u003e\u003c\/path\u003e\u003cpath d=\"M140,42 Q158,54 162,76\" stroke-width=\"1\" stroke-dasharray=\"4 3\"\u003e\u003c\/path\u003e\u003cpath d=\"M160,73 Q162,82 167,78 Q169,72 164,69 Q160,69 160,73 Z\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/path\u003e\u003cellipse cx=\"240\" cy=\"100\" rx=\"36\" ry=\"24\" fill=\"white\" stroke-width=\"1.1\"\u003e\u003c\/ellipse\u003e\u003ccircle cx=\"242\" cy=\"98\" r=\"10\" fill=\"#F5E8C0\" stroke-width=\"0.9\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"239\" cy=\"96\" r=\"3.5\" fill=\"white\" stroke=\"none\" opacity=\"0.55\"\u003e\u003c\/circle\u003e\u003cellipse cx=\"240\" cy=\"106\" rx=\"40\" ry=\"6\" fill=\"none\" stroke-width=\"0.7\" opacity=\"0.35\"\u003e\u003c\/ellipse\u003e\u003ctext x=\"240\" y=\"142\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" text-anchor=\"middle\"\u003eEggs\u003c\/text\u003e\u003cpath d=\"M340,118 Q345,128 380,130 Q415,128 420,118 Q415,92 380,90 Q345,92 340,118 Z\" fill=\"white\" stroke-width=\"1.1\"\u003e\u003c\/path\u003e\u003cpath d=\"M356,104 Q366,99 376,104 Q386,109 394,104 Q402,100 406,103\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M354,112 Q364,107 374,112 Q384,117 392,112 Q399,108 403,111\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003ctext x=\"380\" y=\"150\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" text-anchor=\"middle\"\u003ePasta \u0026amp; risotto\u003c\/text\u003e\u003cpath d=\"M488,90 Q510,82 533,89 Q548,95 544,109 Q534,122 510,120 Q487,113 487,101 Q486,94 488,90 Z\" fill=\"white\" stroke-width=\"1.1\"\u003e\u003c\/path\u003e\u003cpath d=\"M495,93 Q510,89 525,94\" stroke-width=\"0.8\" opacity=\"0.7\"\u003e\u003c\/path\u003e\u003cpath d=\"M493,100 Q510,96 527,101\" stroke-width=\"0.8\" opacity=\"0.7\"\u003e\u003c\/path\u003e\u003cpath d=\"M494,107 Q510,103 525,108\" stroke-width=\"0.8\" opacity=\"0.7\"\u003e\u003c\/path\u003e\u003cellipse cx=\"516\" cy=\"114\" rx=\"43\" ry=\"7\" fill=\"none\" stroke-width=\"0.7\" opacity=\"0.35\"\u003e\u003c\/ellipse\u003e\u003ctext x=\"516\" y=\"147\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" text-anchor=\"middle\"\u003eFish \u0026amp; meat\u003c\/text\u003e\u003cpath d=\"M616,110 Q618,89 642,85 Q666,89 668,110 Q661,118 642,120 Q623,118 616,110 Z\" fill=\"white\" stroke-width=\"1.1\"\u003e\u003c\/path\u003e\u003cpath d=\"M618,110 Q642,114 666,110\" stroke-width=\"0.7\" stroke-dasharray=\"2 2\" opacity=\"0.55\"\u003e\u003c\/path\u003e\u003cpath d=\"M634,120 Q634,137 650,137 Q650,120 650,120\" stroke-width=\"1.1\"\u003e\u003c\/path\u003e\u003cpath d=\"M634,120 Q642,122 650,120\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003ccircle cx=\"635\" cy=\"91\" r=\"2\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"643\" cy=\"87\" r=\"1.8\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"651\" cy=\"92\" r=\"1.5\" fill=\"#9B8B78\" stroke=\"none\"\u003e\u003c\/circle\u003e\u003ctext x=\"642\" y=\"157\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" text-anchor=\"middle\"\u003eMushroom dishes\u003c\/text\u003e\u003cpath d=\"M167,76 Q195,60 218,82\" stroke-width=\"0.8\" stroke-dasharray=\"3 3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M167,76 Q265,44 344,92\" stroke-width=\"0.8\" stroke-dasharray=\"3 3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M167,76 Q335,34 467,87\" stroke-width=\"0.8\" stroke-dasharray=\"3 3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003cpath d=\"M167,76 Q395,18 595,84\" stroke-width=\"0.8\" stroke-dasharray=\"3 3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\u003crect x=\"110\" y=\"168\" width=\"540\" height=\"26\" rx=\"4\" fill=\"#F5F0E8\" stroke-width=\"0.9\"\u003e\u003c\/rect\u003e\u003ctext x=\"380\" y=\"185\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#3D2B1F\" text-anchor=\"middle\" font-style=\"italic\"\u003eAlways add at the very end — never cook with truffle oil, or the aroma disappears\u003c\/text\u003e\u003c\/svg\u003e\n      \u003cp class=\"sketch-caption\"\u003eAging process for ultimate flavor depth\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-b-btn\" onclick=\"toggleAcc('edu-b-body','edu-b-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-b-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-b-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eUnlike mass-produced options, our vinegars are \u003cstrong\u003ehandcrafted\u003c\/strong\u003e, resulting in unique flavor profiles that enhance gourmet dishes.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eEach bottle varies slightly, offering a \u003cstrong\u003epersonal touch\u003c\/strong\u003e that highlights the distinct characteristics of the ingredients.\u003c\/p\u003e\n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eUnlock new culinary dimensions with each pair.\u003c\/p\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1080px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"text-align:center;display:block;margin-bottom:12px;\"\u003eQuick recipes\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:32px;color:#1A1714;text-align:center;margin-bottom:10px;line-height:1.2;\"\u003eThree ways to use the set tonight\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;text-align:center;margin-bottom:48px;font-style:italic;\"\u003eDiscover new dimensions of flavor in every meal.\u003c\/p\u003e\n    \u003cdiv class=\"pdp-tri-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#E8E4DE;\"\u003e\n      \n      \u003cdiv style=\"background:#fff;overflow:hidden;\"\u003e\n\n        \n        \u003cdiv style=\"position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#F5F0E6 0%,#EAE0D0 100%);\"\u003e\n          \n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/rc-loleologie-truffle-oil-grilled-chicken-glaze-rs7_817cb84c-bd10-4f80-acf1-4fb8af364e94.png?v=1780512480\" alt=\"Grilled Chicken Glaze\" style=\"width:100%;height:100%;object-fit:cover;display:block;\" loading=\"lazy\" onerror=\"this.parentNode.style.background='linear-gradient(135deg,#F5F0E6,#E8DED0)';this.remove()\"\u003e\n          \n          \n          \n          \u003cdiv style=\"position:absolute;inset:0;pointer-events:none;\"\u003e\n            \n            \u003cspan style=\"position:absolute;top:10px;left:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eBalsamic Vinegar\u003c\/span\u003e\n            \n            \u003cspan style=\"position:absolute;top:10px;right:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eChicken\u003c\/span\u003e\n            \n            \u003cspan style=\"position:absolute;bottom:10px;left:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eOlive Oil\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n\n        \n        \n        \u003cdiv style=\"padding:26px 28px 32px;\"\u003e\n          \u003cp style=\"font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eDark Italian Balsamic Vinegar\u003c\/p\u003e\n          \u003cp class=\"serif\" style=\"font-size:20px;font-weight:700;color:#1A1714;margin-bottom:6px;line-height:1.25;\"\u003eGrilled Chicken Glaze\u003c\/p\u003e\n          \u003cp style=\"font-size:12px;color:#4A4340;margin-bottom:20px;font-style:italic;\"\u003eReady in 20-25 minutes (Serves 2-3)\u003c\/p\u003e\n          \u003col style=\"padding-left:18px;margin:0;display:flex;flex-direction:column;gap:10px;\"\u003e\n            \n            \u003cli style=\"font-size:14px;line-height:1.6;color:#3D3830;\"\u003eMarinate 1 lb (450 g) chicken breasts with 1\/4 cup (60 ml) vinegar, 2 tbsp (30 ml) \u003ca href=\"https:\/\/chefsmandalagourmet.com\/products\/oleologie-italian-extra-virgin-olive-oil-250-ml\" target=\"_blank\" rel=\"noopener\" style=\"color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;\"\u003eolive oil\u003c\/a\u003e, salt, and pepper.\u003c\/li\u003e\n            \n            \u003cli style=\"font-size:14px;line-height:1.6;color:#3D3830;\"\u003eGrill chicken over medium heat, basting with marinade, until cooked through (internal temp 165°F \/ 74°C), about 7 minutes per side.\u003c\/li\u003e\n            \n            \n            \n            \u003cli data-rc-extra=\"1\" style=\"display:none;font-size:14px;line-height:1.6;color:#3D3830;\"\u003eLet rest 5 minutes before slicing. Drizzle with extra vinegar and serve.\u003c\/li\u003e\n            \n            \u003cli data-rc-extra=\"1\" style=\"display:none;font-size:14px;line-height:1.6;color:#3D3830;\"\u003ePair with a side of roasted vegetables for a complete meal.\u003c\/li\u003e\n            \n            \u003cli style=\"list-style:none;padding-left:0;margin-top:6px;\"\u003e\n              \u003cbutton class=\"rc-toggle-btn\" style=\"background:none;border:none;padding:0;cursor:pointer;font-size:13px;font-weight:600;color:#C4963A;display:flex;align-items:center;gap:5px;\" onclick=\"(function(b){var o=b.closest('ol');var e=o.querySelectorAll('[data-rc-extra]');b._o=!b._o;e.forEach(function(l){l.style.display=b._o?'list-item':'none'});b.querySelector('.rc-lbl').textContent=b._o?'Show less':'Click here to see all steps';b.querySelector('.rc-chev').style.transform=b._o?'rotate(180deg)':''})(this)\"\u003e\u003cspan class=\"rc-lbl\"\u003eClick here to see all steps\u003c\/span\u003e\u003cspan class=\"rc-chev\" style=\"transition:transform .2s;display:inline-block;font-size:16px;\"\u003e▾\u003c\/span\u003e\u003c\/button\u003e\n            \u003c\/li\u003e\n            \n          \u003c\/ol\u003e\n          \n          \u003cdiv style=\"text-align:center;margin-top:20px;border-top:1px solid #E8E4DE;padding-top:20px;\"\u003e\n            \u003cp style=\"font-size:13px;font-weight:600;color:#C4963A;margin:0 0 10px;cursor:pointer;\" onclick=\"this.nextElementSibling.click()\"\u003eAdd this vinegar to your cart\u003c\/p\u003e\n            \u003cbutton class=\"rc-atc-btn\" data-sauce=\"\" data-pasta=\"oleologie-dark-italian-balsamic-vinegar-3-yr-500-ml\" style=\"display:inline-block;padding:11px 28px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;\"\u003eAdd to Cart\u003c\/button\u003e\n          \u003c\/div\u003e\n          \n          \u003ca href=\"https:\/\/chefs-mandala-gourmet-store.myshopify.com\/products\/oleologie-dark-italian-balsamic-vinegar-3-yr-500-ml\" style=\"display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;padding-bottom:1px;\" onmouseover=\"this.style.opacity='.7'\" onmouseout=\"this.style.opacity='1'\"\u003ePair with Balsamic Glaze →\u003c\/a\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#FAF7F2;overflow:hidden;\"\u003e\n\n        \n        \u003cdiv style=\"position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#F5F0E6 0%,#EAE0D0 100%);\"\u003e\n          \n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/rc-loleologie-truffle-oil-steak-vinaigrette-rs7_0dac16b6-b6e8-46c6-9f8d-231095aa8db3.png?v=1780512483\" alt=\"Steak Vinaigrette\" style=\"width:100%;height:100%;object-fit:cover;display:block;\" loading=\"lazy\" onerror=\"this.parentNode.style.background='linear-gradient(135deg,#F5F0E6,#E8DED0)';this.remove()\"\u003e\n          \n          \n          \n          \u003cdiv style=\"position:absolute;inset:0;pointer-events:none;\"\u003e\n            \n            \u003cspan style=\"position:absolute;top:10px;left:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eVinegar\u003c\/span\u003e\n            \n            \u003cspan style=\"position:absolute;top:10px;right:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eSteak\u003c\/span\u003e\n            \n            \u003cspan style=\"position:absolute;bottom:10px;left:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eHoney\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n\n        \n        \n        \u003cdiv style=\"padding:26px 28px 32px;\"\u003e\n          \u003cp style=\"font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eRioja Spanish Barrel Vinegar\u003c\/p\u003e\n          \u003cp class=\"serif\" style=\"font-size:20px;font-weight:700;color:#1A1714;margin-bottom:6px;line-height:1.25;\"\u003eSteak Vinaigrette\u003c\/p\u003e\n          \u003cp style=\"font-size:12px;color:#4A4340;margin-bottom:20px;font-style:italic;\"\u003eReady in 45-50 minutes (Serves 4)\u003c\/p\u003e\n          \u003col style=\"padding-left:18px;margin:0;display:flex;flex-direction:column;gap:10px;\"\u003e\n            \n            \u003cli style=\"font-size:14px;line-height:1.6;color:#3D3830;\"\u003eRub 2 steaks (about 8 oz each) with 2 tbsp (30 ml) \u003ca href=\"https:\/\/chefsmandalagourmet.com\/products\/oleologie-italian-extra-virgin-olive-oil-250-ml\" target=\"_blank\" rel=\"noopener\" style=\"color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;\"\u003eolive oil\u003c\/a\u003e, salt, and pepper.\u003c\/li\u003e\n            \n            \u003cli style=\"font-size:14px;line-height:1.6;color:#3D3830;\"\u003eSear in a hot \u003ca href=\"https:\/\/chefsmandalagourmet.com\/products\/10-hybrid-carbon-steel-skillet-hand-forged\" target=\"_blank\" rel=\"noopener\" style=\"color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;\"\u003eskillet\u003c\/a\u003e, 3 minutes per side (internal temp 145°F \/ 63°C for medium).\u003c\/li\u003e\n            \n            \n            \n            \u003cli data-rc-extra=\"1\" style=\"display:none;font-size:14px;line-height:1.6;color:#3D3830;\"\u003eLet rest 5 minutes. Meanwhile, whisk 1\/4 cup (60 ml) vinegar with 1 tbsp (15 ml) honey and a pinch of salt.\u003c\/li\u003e\n            \n            \u003cli data-rc-extra=\"1\" style=\"display:none;font-size:14px;line-height:1.6;color:#3D3830;\"\u003eSlice steak and drizzle vinaigrette over top before serving.\u003c\/li\u003e\n            \n            \u003cli style=\"list-style:none;padding-left:0;margin-top:6px;\"\u003e\n              \u003cbutton class=\"rc-toggle-btn\" style=\"background:none;border:none;padding:0;cursor:pointer;font-size:13px;font-weight:600;color:#C4963A;display:flex;align-items:center;gap:5px;\" onclick=\"(function(b){var o=b.closest('ol');var e=o.querySelectorAll('[data-rc-extra]');b._o=!b._o;e.forEach(function(l){l.style.display=b._o?'list-item':'none'});b.querySelector('.rc-lbl').textContent=b._o?'Show less':'Click here to see all steps';b.querySelector('.rc-chev').style.transform=b._o?'rotate(180deg)':''})(this)\"\u003e\u003cspan class=\"rc-lbl\"\u003eClick here to see all steps\u003c\/span\u003e\u003cspan class=\"rc-chev\" style=\"transition:transform .2s;display:inline-block;font-size:16px;\"\u003e▾\u003c\/span\u003e\u003c\/button\u003e\n            \u003c\/li\u003e\n            \n          \u003c\/ol\u003e\n          \n          \u003cdiv style=\"text-align:center;margin-top:20px;border-top:1px solid #E8E4DE;padding-top:20px;\"\u003e\n            \u003cp style=\"font-size:13px;font-weight:600;color:#C4963A;margin:0 0 10px;cursor:pointer;\" onclick=\"this.nextElementSibling.click()\"\u003eAdd this vinegar to your cart\u003c\/p\u003e\n            \u003cbutton class=\"rc-atc-btn\" data-sauce=\"\" data-pasta=\"oleologie-rioja-spanish-barrel-vinegar-5-yr-500-ml\" style=\"display:inline-block;padding:11px 28px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;\"\u003eAdd to Cart\u003c\/button\u003e\n          \u003c\/div\u003e\n          \n          \u003ca href=\"https:\/\/chefs-mandala-gourmet-store.myshopify.com\/products\/oleologie-rioja-spanish-barrel-vinegar-5-yr-500-ml\" style=\"display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;padding-bottom:1px;\" onmouseover=\"this.style.opacity='.7'\" onmouseout=\"this.style.opacity='1'\"\u003ePair with Vinaigrette →\u003c\/a\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"background:#fff;overflow:hidden;\"\u003e\n\n        \n        \u003cdiv style=\"position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#F5F0E6 0%,#EAE0D0 100%);\"\u003e\n          \n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/rc-loleologie-truffle-oil-pork-shoulder-roast-rs7_179a57aa-74f7-427e-b09c-a533378e5698.png?v=1780512487\" alt=\"Pork Shoulder Roast\" style=\"width:100%;height:100%;object-fit:cover;display:block;\" loading=\"lazy\" onerror=\"this.parentNode.style.background='linear-gradient(135deg,#F5F0E6,#E8DED0)';this.remove()\"\u003e\n          \n          \n          \n          \u003cdiv style=\"position:absolute;inset:0;pointer-events:none;\"\u003e\n            \n            \u003cspan style=\"position:absolute;top:10px;left:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eBlack Truffle\u003c\/span\u003e\n            \n            \u003cspan style=\"position:absolute;top:10px;right:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003ePork Shoulder\u003c\/span\u003e\n            \n            \u003cspan style=\"position:absolute;bottom:10px;left:8px;background:rgba(20,14,4,0.70);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#E8E0D0;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:4px 9px;border-radius:2px;white-space:nowrap;\"\u003eOlive Oil\u003c\/span\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n\n        \n        \n        \u003cdiv style=\"padding:26px 28px 32px;\"\u003e\n          \u003cp style=\"font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C4963A;margin-bottom:8px;\"\u003eTruffle Black Italian Olive Oil\u003c\/p\u003e\n          \u003cp class=\"serif\" style=\"font-size:20px;font-weight:700;color:#1A1714;margin-bottom:6px;line-height:1.25;\"\u003ePork Shoulder Roast\u003c\/p\u003e\n          \u003cp style=\"font-size:12px;color:#4A4340;margin-bottom:20px;font-style:italic;\"\u003eReady in 30-40 minutes (Serves 2-4)\u003c\/p\u003e\n          \u003col style=\"padding-left:18px;margin:0;display:flex;flex-direction:column;gap:10px;\"\u003e\n            \n            \u003cli style=\"font-size:14px;line-height:1.6;color:#3D3830;\"\u003eRub a 2 lb (900 g) pork shoulder with 2 tbsp (30 ml) black \u003ca href=\"https:\/\/chefsmandalagourmet.com\/products\/black-white-truffle-oil-flight-2-pack\" target=\"_blank\" rel=\"noopener\" style=\"color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;\"\u003etruffle oil\u003c\/a\u003e, salt, and pepper.\u003c\/li\u003e\n            \n            \u003cli style=\"font-size:14px;line-height:1.6;color:#3D3830;\"\u003eSear in a hot oven-safe \u003ca href=\"https:\/\/chefsmandalagourmet.com\/products\/10-hybrid-carbon-steel-skillet-hand-forged\" target=\"_blank\" rel=\"noopener\" style=\"color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;\"\u003eskillet\u003c\/a\u003e at 400°F (205°C) until browned, about 5 minutes per side.\u003c\/li\u003e\n            \n            \n            \n            \u003cli data-rc-extra=\"1\" style=\"display:none;font-size:14px;line-height:1.6;color:#3D3830;\"\u003eTransfer to the oven, roast until tender (internal temp 145°F \/ 63°C), about 25 minutes.\u003c\/li\u003e\n            \n            \u003cli data-rc-extra=\"1\" style=\"display:none;font-size:14px;line-height:1.6;color:#3D3830;\"\u003eLet rest for 10 minutes. Slice and serve with a drizzle of black \u003ca href=\"https:\/\/chefsmandalagourmet.com\/products\/black-white-truffle-oil-flight-2-pack\" target=\"_blank\" rel=\"noopener\" style=\"color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;\"\u003etruffle oil\u003c\/a\u003e.\u003c\/li\u003e\n            \n            \u003cli style=\"list-style:none;padding-left:0;margin-top:6px;\"\u003e\n              \u003cbutton class=\"rc-toggle-btn\" style=\"background:none;border:none;padding:0;cursor:pointer;font-size:13px;font-weight:600;color:#C4963A;display:flex;align-items:center;gap:5px;\" onclick=\"(function(b){var o=b.closest('ol');var e=o.querySelectorAll('[data-rc-extra]');b._o=!b._o;e.forEach(function(l){l.style.display=b._o?'list-item':'none'});b.querySelector('.rc-lbl').textContent=b._o?'Show less':'Click here to see all steps';b.querySelector('.rc-chev').style.transform=b._o?'rotate(180deg)':''})(this)\"\u003e\u003cspan class=\"rc-lbl\"\u003eClick here to see all steps\u003c\/span\u003e\u003cspan class=\"rc-chev\" style=\"transition:transform .2s;display:inline-block;font-size:16px;\"\u003e▾\u003c\/span\u003e\u003c\/button\u003e\n            \u003c\/li\u003e\n            \n          \u003c\/ol\u003e\n          \n          \u003cdiv style=\"text-align:center;margin-top:20px;border-top:1px solid #E8E4DE;padding-top:20px;\"\u003e\n            \u003cp style=\"font-size:13px;font-weight:600;color:#C4963A;margin:0 0 10px;cursor:pointer;\" onclick=\"this.nextElementSibling.click()\"\u003eAdd this vinegar to your cart\u003c\/p\u003e\n            \u003cbutton class=\"rc-atc-btn\" data-sauce=\"\" data-pasta=\"oleologie-truffle-black-italian-olive-oil-6x250-ml\" style=\"display:inline-block;padding:11px 28px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;\"\u003eAdd to Cart\u003c\/button\u003e\n          \u003c\/div\u003e\n          \n          \u003ca href=\"https:\/\/chefs-mandala-gourmet-store.myshopify.com\/products\/oleologie-truffle-black-italian-olive-oil-6x250-ml\" style=\"display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C4963A;text-decoration:none;border-bottom:1px solid #C4963A;padding-bottom:1px;\" onmouseover=\"this.style.opacity='.7'\" onmouseout=\"this.style.opacity='1'\"\u003ePair with Truffle Oil →\u003c\/a\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cscript\u003e\n  (function() {\n    document.querySelectorAll('.rc-atc-btn').forEach(function(btn) {\n      btn.addEventListener('click', function() {\n        if (btn._busy) return;\n        var sh = btn.dataset.sauce, ph = btn.dataset.pasta;\n        if (!ph) return;\n        btn._busy = true;\n        var orig = btn.textContent;\n        btn.textContent = 'Adding...';\n        (sh\n          ? Promise.all([\n              fetch('\/products\/' + sh + '.js').then(function(r) { return r.json(); }),\n              fetch('\/products\/' + ph + '.js').then(function(r) { return r.json(); })\n            ]).then(function(ps) {\n              return fetch('\/cart\/add.js', {\n                method: 'POST',\n                headers: {'Content-Type': 'application\/json'},\n                body: JSON.stringify({items: [\n                  {id: ps[0].variants[0].id, quantity: 1},\n                  {id: ps[1].variants[0].id, quantity: 1}\n                ]})\n              });\n            })\n          : fetch('\/products\/' + ph + '.js').then(function(r) { return r.json(); })\n            .then(function(p) {\n              return fetch('\/cart\/add.js', {\n                method: 'POST',\n                headers: {'Content-Type': 'application\/json'},\n                body: JSON.stringify({items: [{id: p.variants[0].id, quantity: 1}]})\n              });\n            })\n        ).then(function() {\n          btn.textContent = 'Added!';\n          btn.style.background = '#C4963A';\n          setTimeout(function() { btn.textContent = orig; btn.style.background = '#1A1714'; btn._busy = false; }, 2500);\n        }).catch(function() {\n          btn.textContent = 'Error - try again';\n          btn.style.background = '#c0392b';\n          setTimeout(function() { btn.textContent = orig; btn.style.background = '#1A1714'; btn._busy = false; }, 2000);\n        });\n      });\n    });\n  })();\n  \u003c\/script\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cstyle\u003e\n    .wine-row\u003esummary::-webkit-details-marker{display:none}\n    .wine-row\u003esummary{list-style:none}\n    .wine-row[open]\u003e.wine-summary .wine-chevron{transform:rotate(180deg)}\n    .wine-chevron{transition:transform .22s ease;display:inline-flex;align-items:center}\n    .wine-recipe\u003esummary::-webkit-details-marker{display:none}\n    .wine-recipe\u003esummary{list-style:none}\n    .wine-recipe[open] .wr-chevron{transform:rotate(90deg)}\n    .wr-chevron{transition:transform .15s ease;display:inline-block;margin-right:6px;font-size:16px;line-height:1}\n  \u003c\/style\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eCellar notes\u003c\/span\u003e\n    \n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:8px;\"\u003eWhat to drink with each vinegar\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:36px;font-style:italic;\"\u003eA trusted pairing for each jar in the set.\u003c\/p\u003e\n    \n    \u003cdiv\u003e\n      \n      \u003cdetails class=\"wine-row\" style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003csummary class=\"wine-summary\" style=\"display:flex;gap:16px;align-items:center;padding:16px 0;cursor:pointer;user-select:none;\"\u003e\n\n          \n          \u003cdiv style=\"flex-shrink:0;width:44px;display:flex;justify-content:center;align-items:flex-end;\"\u003e\n            \n            \u003csvg viewbox=\"0 0 36 88\" width=\"38\" height=\"84\" fill=\"none\" stroke=\"#C4963A\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M11,4 C7,14 6,30 7,48 C8,62 13,70 18,71 C23,70 28,62 29,48 C30,30 29,14 25,4 Q21,2 18,2 Q15,3 11,4 Z\"\u003e\u003c\/path\u003e\u003cline x1=\"18\" y1=\"71\" x2=\"18\" y2=\"83\"\u003e\u003c\/line\u003e\u003cline x1=\"11\" y1=\"83\" x2=\"25\" y2=\"83\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \n          \u003c\/div\u003e\n\n          \n          \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n            \u003cp style=\"font-size:14px;font-weight:600;color:#1A1714;margin:0 0 2px;\"\u003eDark Italian Balsamic Vinegar\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;color:#C4963A;font-weight:500;font-style:italic;margin:0;\"\u003eBarbera d'Asti, Italy\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \n          \u003cspan class=\"wine-chevron\" style=\"flex-shrink:0;\"\u003e\n            \u003csvg viewbox=\"0 0 16 16\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#4A4340\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\n              \u003cpolyline points=\"4,6 8,10 12,6\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/summary\u003e\n\n        \n        \u003cdiv style=\"padding:2px 0 20px 60px;\"\u003e\n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.65;margin:0 0 16px;\"\u003eBarbera's acidity complements the vinegar's sweetness.\u003c\/p\u003e\n          \n          \n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.5;margin:10px 0 0;border-top:1px solid #E8E4DE;padding-top:10px;\"\u003eExcellent pairing with the \u003cem\u003eGrilled Chicken Glaze\u003c\/em\u003e recipe above.\u003c\/p\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n      \u003cdetails class=\"wine-row\" style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003csummary class=\"wine-summary\" style=\"display:flex;gap:16px;align-items:center;padding:16px 0;cursor:pointer;user-select:none;\"\u003e\n\n          \n          \u003cdiv style=\"flex-shrink:0;width:44px;display:flex;justify-content:center;align-items:flex-end;\"\u003e\n            \n            \u003csvg viewbox=\"0 0 36 88\" width=\"38\" height=\"84\" fill=\"none\" stroke=\"#C4963A\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M11,4 C7,14 6,30 7,48 C8,62 13,70 18,71 C23,70 28,62 29,48 C30,30 29,14 25,4 Q21,2 18,2 Q15,3 11,4 Z\"\u003e\u003c\/path\u003e\u003cline x1=\"18\" y1=\"71\" x2=\"18\" y2=\"83\"\u003e\u003c\/line\u003e\u003cline x1=\"11\" y1=\"83\" x2=\"25\" y2=\"83\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \n          \u003c\/div\u003e\n\n          \n          \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n            \u003cp style=\"font-size:14px;font-weight:600;color:#1A1714;margin:0 0 2px;\"\u003eRioja Spanish Barrel Vinegar\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;color:#C4963A;font-weight:500;font-style:italic;margin:0;\"\u003eTempranillo, Spain\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \n          \u003cspan class=\"wine-chevron\" style=\"flex-shrink:0;\"\u003e\n            \u003csvg viewbox=\"0 0 16 16\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#4A4340\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\n              \u003cpolyline points=\"4,6 8,10 12,6\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/summary\u003e\n\n        \n        \u003cdiv style=\"padding:2px 0 20px 60px;\"\u003e\n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.65;margin:0 0 16px;\"\u003eTempranillo's fruitiness enhances the vinegar's berry notes.\u003c\/p\u003e\n          \n          \n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.5;margin:10px 0 0;border-top:1px solid #E8E4DE;padding-top:10px;\"\u003eExcellent pairing with the \u003cem\u003eSteak Vinaigrette\u003c\/em\u003e recipe above.\u003c\/p\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n      \u003cdetails class=\"wine-row\" style=\"border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003csummary class=\"wine-summary\" style=\"display:flex;gap:16px;align-items:center;padding:16px 0;cursor:pointer;user-select:none;\"\u003e\n\n          \n          \u003cdiv style=\"flex-shrink:0;width:44px;display:flex;justify-content:center;align-items:flex-end;\"\u003e\n            \n            \u003csvg viewbox=\"0 0 36 88\" width=\"38\" height=\"84\" fill=\"none\" stroke=\"#C4963A\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10,6 C2,16 1,30 2,46 C3,60 10,69 18,70 C26,69 33,60 34,46 C35,30 34,16 26,6 Q21,4 18,4 Q15,5 10,6 Z\"\u003e\u003c\/path\u003e\u003cline x1=\"18\" y1=\"70\" x2=\"18\" y2=\"81\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"81\" x2=\"26\" y2=\"81\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \n          \u003c\/div\u003e\n\n          \n          \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n            \u003cp style=\"font-size:14px;font-weight:600;color:#1A1714;margin:0 0 2px;\"\u003eTruffle Black Italian Olive Oil\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;color:#C4963A;font-weight:500;font-style:italic;margin:0;\"\u003eNebbiolo, Piedmont\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \n          \u003cspan class=\"wine-chevron\" style=\"flex-shrink:0;\"\u003e\n            \u003csvg viewbox=\"0 0 16 16\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#4A4340\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\n              \u003cpolyline points=\"4,6 8,10 12,6\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/summary\u003e\n\n        \n        \u003cdiv style=\"padding:2px 0 20px 60px;\"\u003e\n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.65;margin:0 0 16px;\"\u003eNebbiolo's earthiness pairs beautifully with truffle.\u003c\/p\u003e\n          \n          \n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.5;margin:10px 0 0;border-top:1px solid #E8E4DE;padding-top:10px;\"\u003eExcellent pairing with the \u003cem\u003ePork Shoulder Roast\u003c\/em\u003e recipe above.\u003c\/p\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n      \u003cdetails class=\"wine-row\" style=\"\"\u003e\n        \u003csummary class=\"wine-summary\" style=\"display:flex;gap:16px;align-items:center;padding:16px 0;cursor:pointer;user-select:none;\"\u003e\n\n          \n          \u003cdiv style=\"flex-shrink:0;width:44px;display:flex;justify-content:center;align-items:flex-end;\"\u003e\n            \n            \u003csvg viewbox=\"0 0 36 88\" width=\"38\" height=\"84\" fill=\"none\" stroke=\"#C4963A\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M14,5 C12,14 12,28 13,44 C13,56 15,62 18,63 C21,62 23,56 23,44 C24,28 24,14 22,5 Q20,3 18,3 Q16,4 14,5 Z\"\u003e\u003c\/path\u003e\u003cline x1=\"18\" y1=\"63\" x2=\"18\" y2=\"83\"\u003e\u003c\/line\u003e\u003cline x1=\"11\" y1=\"83\" x2=\"25\" y2=\"83\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \n          \u003c\/div\u003e\n\n          \n          \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n            \u003cp style=\"font-size:14px;font-weight:600;color:#1A1714;margin:0 0 2px;\"\u003eTruffle White Italian Olive Oil\u003c\/p\u003e\n            \u003cp style=\"font-size:15px;color:#C4963A;font-weight:500;font-style:italic;margin:0;\"\u003eChardonnay, Burgundy\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \n          \u003cspan class=\"wine-chevron\" style=\"flex-shrink:0;\"\u003e\n            \u003csvg viewbox=\"0 0 16 16\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"#4A4340\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\n              \u003cpolyline points=\"4,6 8,10 12,6\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n          \u003c\/span\u003e\n        \u003c\/summary\u003e\n\n        \n        \u003cdiv style=\"padding:2px 0 20px 60px;\"\u003e\n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.65;margin:0 0 16px;\"\u003eChardonnay's buttery notes align with white truffle's delicate aroma.\u003c\/p\u003e\n          \n          \n          \u003cp style=\"font-size:13px;color:#4A4340;line-height:1.5;margin:10px 0 0;border-top:1px solid #E8E4DE;padding-top:10px;\"\u003eExcellent pairing with the \u003cem\u003ePasta with White Truffle\u003c\/em\u003e recipe above.\u003c\/p\u003e\n          \n          \n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:72px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe producer heritage\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:28px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eOur rich production history\u003c\/h2\u003e\n    \u003cdiv class=\"sketch-wrap\"\u003e\n      \n      \n      \n      \u003csvg viewbox=\"0 0 520 128\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003cline x1=\"30\" y1=\"62\" x2=\"490\" y2=\"62\" stroke-width=\"1.8\"\u003e\u003c\/line\u003e\n        \u003cpolygon points=\"490,58 500,62 490,66\" fill=\"#6B5B3E\" stroke=\"none\"\u003e\u003c\/polygon\u003e\n        \n        \u003ccircle cx=\"50\" cy=\"62\" r=\"6\" fill=\"#F5F0E8\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"50\" y1=\"56\" x2=\"50\" y2=\"32\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"50\" y=\"26\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e~500 BC\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"15\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eGreek colonies\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"80\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eolives · wine\u003c\/text\u003e\n        \u003ctext x=\"50\" y=\"92\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eestablished in Sicily\u003c\/text\u003e\n        \n        \u003ccircle cx=\"155\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"155\" y1=\"68\" x2=\"155\" y2=\"96\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"155\" y=\"108\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e827 AD\u003c\/text\u003e\n        \u003ctext x=\"155\" y=\"119\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eArab era\u003c\/text\u003e\n        \u003ctext x=\"155\" y=\"40\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003evinegar · acid\u003c\/text\u003e\n        \u003ctext x=\"155\" y=\"51\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003epreserved flavors\u003c\/text\u003e\n        \n        \u003ccircle cx=\"278\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"278\" y1=\"56\" x2=\"278\" y2=\"32\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"278\" y=\"26\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e1600s\u003c\/text\u003e\n        \u003ctext x=\"278\" y=\"15\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003etomato arrives\u003c\/text\u003e\n        \u003ctext x=\"278\" y=\"80\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eSicilian cultivation\u003c\/text\u003e\n        \u003ctext x=\"278\" y=\"91\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ebegins\u003c\/text\u003e\n        \n        \u003ccircle cx=\"380\" cy=\"62\" r=\"5\" fill=\"#F5F0E8\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"380\" y1=\"68\" x2=\"380\" y2=\"96\" stroke-width=\"1\" stroke-dasharray=\"3,2\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"380\" y=\"108\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003e1800s\u003c\/text\u003e\n        \u003ctext x=\"380\" y=\"119\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eSicilian kitchen\u003c\/text\u003e\n        \u003ctext x=\"380\" y=\"40\" font-family=\"Georgia,serif\" font-size=\"11\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003ebalsamic tradition\u003c\/text\u003e\n        \u003ctext x=\"380\" y=\"51\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003eModena codified\u003c\/text\u003e\n        \n        \u003ccircle cx=\"462\" cy=\"62\" r=\"7\" fill=\"#C4963A\" stroke=\"#C4963A\" stroke-width=\"0\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"462\" y1=\"56\" x2=\"462\" y2=\"32\" stroke-width=\"1.2\" stroke=\"#C4963A\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"462\" y=\"26\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eTruffle \u0026amp; Balsamic\u003c\/text\u003e\n        \u003ctext x=\"462\" y=\"15\" font-family=\"Georgia,serif\" font-size=\"10\" fill=\"#77706A\" font-style=\"italic\" text-anchor=\"middle\"\u003etraditional ingredients\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n      \u003cp class=\"sketch-caption\"\u003eOur timeline of culinary tradition\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"edu-c-btn\" onclick=\"toggleAcc('edu-c-body','edu-c-btn')\" style=\"border-top:1px solid #E8E4DE;margin-top:4px;\"\u003e\n      \u003cspan style=\"display:flex;align-items:center;gap:10px;\"\u003e\n        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;opacity:0.55;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M8 2 Q10 0 14 4 L8 14 L2 4 Q6 0 8 2 Z\" stroke-width=\"1.1\" fill=\"#F5F0E8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 6 L8 14\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10 L8 14 L11 10\" stroke-width=\"0.9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Read the full explanation\n      \u003c\/span\u003e\n      \u003cspan class=\"acc-icon chev\" id=\"edu-c-icon\"\u003e▾\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"edu-c-body\" class=\"acc-body\"\u003e\n      \n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eRooted in the artisanal traditions of Italy and Spain, L'Oleologie emphasizes quality and authenticity. Our production reflects centuries of expertise, ensuring superior taste and a memorable dining experience.\u003c\/p\u003e\n      \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eChoosing to source from Italy and Spain allows us to highlight the unique flavors of these renowned regions, elevating our products above standard options.\u003c\/p\u003e\n      \n      \u003cp style=\"font-size:15px;color:#1A1714;font-weight:500;padding-top:16px;border-top:1px solid #E8E4DE;\"\u003eTrust in our heritage for quality that transcends generations.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"width:100%;height:220px;overflow:hidden;background:#1A1714;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/53_6e904017-0ee4-4d4b-91c4-9f55af8b512f.png?v=1717648114\u0026amp;width=1200\" alt=\"L'Oléologie Truffle Oil \u0026amp; Balsamic Vinegar Gift Set - detail\" style=\"width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0.82;\" onerror=\"this.style.display='none'\"\u003e\n\u003c\/div\u003e\n\n\u003csection id=\"section-tco\" style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eThe Honest Comparison\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:28px;\"\u003e\n\u003cstrong\u003eWould you pay $0.93 more\u003c\/strong\u003e per serving for an \u003cstrong\u003eall natural, authentic Italian truffle oil\u003c\/strong\u003e vs. a synthetic or Mexican one?\u003c\/h2\u003e\n\n    \u003cdiv style=\"background:#fff;border:1px solid #E8E4DE;border-left:3px solid #C4963A;border-radius:4px;padding:20px 24px;margin-bottom:28px;\"\u003e\n      \u003cp style=\"font-size:14px;font-weight:600;color:#1A1714;margin-bottom:8px;letter-spacing:.04em;text-transform:uppercase;\"\u003ePer-serving comparison\u003c\/p\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;\"\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:4px;\"\u003eStore-brand truffle oil\u003c\/p\u003e\n          \u003cp style=\"font-size:20px;font-weight:700;color:#1A1714;\"\u003e$0.62-$1.25 per serving\u003c\/p\u003e\n          \u003cp style=\"font-size:12px;color:#4A4340;\"\u003eSynthetic aroma, lacking true truffle essence.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"font-size:20px;color:#E8E4DE;font-weight:300;\"\u003evs.\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:13px;color:#4A4340;margin-bottom:4px;\"\u003eL'Oleologie Set\u003c\/p\u003e\n          \u003cp style=\"font-size:20px;font-weight:700;color:#C4963A;\"\u003e$1.87 per serving\u003c\/p\u003e\n          \u003cp style=\"font-size:12px;color:#4A4340;\"\u003eThe oil an Italian chef would choose. Every dish deserves this luxury.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:13px;color:#4A4340;margin-top:12px;font-style:italic;\"\u003e*Price estimates for 8.45 fl oz truffle oil, May 2025. Prices per serving.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"margin-bottom:28px;\"\u003e\n      \n      \n      \u003csvg viewbox=\"0 0 460 158\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;display:block;\" stroke=\"#6B5B3E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n        \n        \u003ctext x=\"100\" y=\"20\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003eSynthetic\u003c\/text\u003e\n        \n        \u003crect x=\"52\" y=\"31\" width=\"96\" height=\"11\" rx=\"2\" fill=\"#E0D8C8\" stroke-width=\"1.1\" stroke=\"#9B8B78\"\u003e\u003c\/rect\u003e\n        \n        \u003crect x=\"46\" y=\"42\" width=\"108\" height=\"72\" rx=\"4\" fill=\"#F0EBE2\" stroke-width=\"1.3\" stroke=\"#9B8B78\" stroke-dasharray=\"4,2\"\u003e\u003c\/rect\u003e\n        \n        \u003crect x=\"52\" y=\"54\" width=\"96\" height=\"30\" rx=\"2\" fill=\"#F8F4EE\" stroke=\"#C0B8A8\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"58\" y1=\"63\" x2=\"142\" y2=\"63\" stroke-width=\"0.7\" stroke=\"#C0B8A8\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"58\" y1=\"71\" x2=\"138\" y2=\"71\" stroke-width=\"0.7\" stroke=\"#C0B8A8\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"58\" y1=\"79\" x2=\"140\" y2=\"79\" stroke-width=\"0.7\" stroke=\"#C0B8A8\"\u003e\u003c\/line\u003e\n        \n        \u003crect x=\"46\" y=\"108\" width=\"108\" height=\"6\" fill=\"#E0D8C8\" stroke=\"#9B8B78\" stroke-width=\"0.8\"\u003e\u003c\/rect\u003e\n        \n        \u003ctext x=\"100\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003econsistent · standard\u003c\/text\u003e\n        \n        \u003ctext x=\"230\" y=\"76\" font-family=\"Georgia,serif\" font-size=\"14\" fill=\"#C8C2BA\" font-style=\"italic\" text-anchor=\"middle\"\u003evs.\u003c\/text\u003e\n        \n        \u003ctext x=\"360\" y=\"20\" font-family=\"Georgia,serif\" font-size=\"15\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eAuthentic\u003c\/text\u003e\n        \n        \u003crect x=\"336\" y=\"31\" width=\"48\" height=\"11\" rx=\"3\" fill=\"#C8C0B0\" stroke-width=\"1.5\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \n        \u003crect x=\"334\" y=\"42\" width=\"52\" height=\"72\" rx=\"5\" fill=\"#DDD5C0\" stroke-width=\"2\" stroke=\"#5A4A30\"\u003e\u003c\/rect\u003e\n        \n        \u003crect x=\"337\" y=\"54\" width=\"46\" height=\"28\" rx=\"2\" fill=\"#FAF7F2\" stroke=\"#8A7A60\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M 341 62 Q 360 60 379 62\" stroke-width=\"0.9\" stroke=\"#8A7A60\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 341 70 Q 360 68 379 70\" stroke-width=\"0.9\" stroke=\"#8A7A60\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M 341 78 Q 360 76 379 78\" stroke-width=\"0.9\" stroke=\"#8A7A60\" fill=\"none\"\u003e\u003c\/path\u003e\n        \n        \u003cellipse cx=\"350\" cy=\"103\" rx=\"5\" ry=\"4\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"0.9\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"360\" cy=\"101\" rx=\"4\" ry=\"3\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"0.9\" opacity=\"0.65\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"370\" cy=\"103\" rx=\"4\" ry=\"3\" fill=\"#C8BE9A\" stroke=\"#7A6A50\" stroke-width=\"0.9\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n        \n        \u003ctext x=\"360\" y=\"126\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#6B5B3E\" font-style=\"italic\" text-anchor=\"middle\"\u003eorigin-noted · seasonal\u003c\/text\u003e\n        \n        \u003ctext x=\"100\" y=\"142\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#9B8B78\" font-style=\"italic\" text-anchor=\"middle\"\u003e$0.62-$1.25\/serving\u003c\/text\u003e\n        \u003ctext x=\"360\" y=\"142\" font-family=\"Georgia,serif\" font-size=\"13\" fill=\"#8A7A60\" font-style=\"italic\" text-anchor=\"middle\"\u003e$1.21\/serving\u003c\/text\u003e\n      \u003c\/svg\u003e\n      \n      \n    \u003c\/div\u003e\n    \u003cbutton class=\"acc-btn\" id=\"hcomp-btn\" onclick=\"toggleAcc('hcomp-body','hcomp-btn')\" style=\"width:100%;border-top:1px solid #E8E4DE;margin-top:24px;font-size:13px;color:#C4963A;font-weight:600;padding:14px 0;text-align:left;border-bottom:none;\"\u003e\n      What's the difference? \u003cspan class=\"acc-icon\" id=\"hcomp-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"hcomp-body\" class=\"acc-body\"\u003e\n      \u003cdiv class=\"contrast-card\"\u003e\n        \u003ch3 style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eThese are not the same oils.\u003c\/h3\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:12px;\"\u003eWhile store-brands rely on \u003cstrong\u003esynthetic aromas\u003c\/strong\u003e, L'Oleologie uses \u003cstrong\u003e100% natural Italian truffles\u003c\/strong\u003e, creating an authentic flavor unmatched by mass-market alternatives. Experience the difference with every drizzle.\u003c\/p\u003e\n        \u003cp style=\"font-size:14px;color:#C4963A;font-weight:600;\"\u003eAuthenticity transforms every dish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"contrast-card\"\u003e\n        \u003ch3 style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:12px;\"\u003eUsed deliberately, not habitually.\u003c\/h3\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:12px;\"\u003eTrue gourmet ingredients are reserved for those special moments when flavor and quality matter most. Each serving becomes an \u003cstrong\u003eintentional indulgence\u003c\/strong\u003e, not just another meal.\u003c\/p\u003e\n        \u003cp style=\"font-size:14px;color:#C4963A;font-weight:600;\"\u003e$7.81 more per serving for artisan-made sauce that changes the dish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:15px;line-height:1.75;color:#4A4340;margin-top:8px;\"\u003eInvest in genuine culinary experiences ... because every meal should be extraordinary.\u003c\/p\u003e\n      \n      \u003cdiv style=\"margin-top:32px;border-top:1px solid #E8E4DE;padding-top:28px;\"\u003e\n        \u003cp style=\"font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#4A4340;margin-bottom:16px;\"\u003eCompared to Mainstream Brands\u003c\/p\u003e\n        \u003cdiv style=\"overflow-x:auto;\"\u003e\n          \u003ctable style=\"width:100%;border-collapse:collapse;font-family:Georgia,serif;\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:left;\"\u003eBrand\u003c\/th\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:left;\"\u003eTruffle Type\u003c\/th\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:center;\"\u003eMade In\u003c\/th\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:center;\"\u003eRetail \/ bottle\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eEpicurean Specialty\u003c\/td\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eUSA\u003c\/td\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$0.62\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eLa Tourangelle\u003c\/td\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eFrance\/USA\u003c\/td\u003e\n\u003ctd style=\"padding:8px 12px;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$1.25\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;\"\u003eL'Oleologie \u003cspan style=\"font-size:11px;font-weight:400;font-style:italic;color:#8A7A60;\"\u003e(us)\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;\"\u003eAll-natural Italian black truffle\u003c\/td\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;text-align:center;\"\u003eCalabria, Italy\u003c\/td\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;text-align:center;\"\u003e$139.95\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#4A4340;margin-bottom:16px;margin-top:28px;\"\u003eCompared to Premium Brands\u003c\/p\u003e\n        \u003cdiv style=\"overflow-x:auto;\"\u003e\n          \u003ctable style=\"width:100%;border-collapse:collapse;font-family:Georgia,serif;\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:left;\"\u003eBrand\u003c\/th\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:left;\"\u003eTruffle Type\u003c\/th\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:center;\"\u003eMade In\u003c\/th\u003e\n                \u003cth style=\"padding:9px 12px;font-size:12px;font-weight:700;color:#fff;background:#6B5B3E;border:1px solid #5A4A30;text-align:center;\"\u003eRetail \/ bottle\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eUrbani\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eBlended EVOO\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eItaly\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$2.50\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eSabatino\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eBlended EVOO\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eItaly\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$2.42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4\"\u003eTruff\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eSynthetic aroma\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eBlended (EVOO\/sunflower)\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003eUSA\/Mexico\u003c\/td\u003e\n\u003ctd style=\"padding:9px 12px;font-family:Georgia,serif;font-size:13px;color:#9B8B78;font-style:italic;border:1px solid #E8E0D4;text-align:center\"\u003e~$2.65\u003c\/td\u003e\n\u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;\"\u003eL'Oleologie \u003cspan style=\"font-size:11px;font-weight:400;font-style:italic;color:#8A7A60;\"\u003e(us)\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;\"\u003eAll-natural Italian black truffle\u003c\/td\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;text-align:center;\"\u003eCalabria, Italy\u003c\/td\u003e\n                \u003ctd style=\"padding:9px 12px;font-size:13px;font-weight:700;color:#5A4A30;border:1px solid #C8BE9A;background:#F5F0E8;text-align:center;\"\u003e$139.95\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:11px;color:#4A4340;font-style:italic;margin-top:10px;\"\u003e*Oil source data from published labels and specs, May 2025; prices per 500 ml.\u003c\/p\u003e\n        \n        \u003cp style=\"margin-top:16px;font-family:Georgia,serif;font-size:14px;color:#6B5B3E;line-height:1.7;border-left:3px solid #C8BE9A;padding-left:16px;\"\u003e\n          Every brand above blends oils from multiple countries. This oil is \u003cstrong\u003epressed and bottled on a single estate\u003c\/strong\u003e in the same harvest window.\n        \u003c\/p\u003e\n        \n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:40px;\"\u003e\n      \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;padding:14px 52px;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eFrom buyers who buy it\u003c\/h2\u003e\n    \u003cdiv class=\"pdp-three-col\" style=\"display:grid;grid-template-columns:repeat(3,1fr);gap:20px;\"\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"This truffle oil elevated my homemade pasta to restaurant quality. The flavor is simply exquisite.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eLiam H. ... used in gourmet dinner, 3 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"The balsamic is rich and smooth, perfect for my salads. A real treat!\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eEmma V. ... salad enthusiast, 2 months ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin-bottom:16px;\"\u003e\n          \u003cspan class=\"stars\" style=\"font-size:13px;\"\u003e★★★★★\u003c\/span\u003e\n          \u003cspan style=\"font-size:13px;color:#4A4340;\"\u003eVerified buyer\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-bottom:16px;\"\u003e\"I bought this as a gift and it was a hit! Beautifully packaged and delicious.\"\u003c\/p\u003e\n        \u003cp style=\"font-size:13px;color:#4A4340;font-weight:500;\"\u003eSophie J. ... gifted for a birthday, 1 month ago\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;\"\u003e\n  \u003cdiv style=\"max-width:1280px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\" style=\"display:block;margin-bottom:16px;\"\u003ePairs naturally with\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:8px;\"\u003eComplete the gourmet pantry\u003c\/h2\u003e\n    \u003cp style=\"font-size:15px;color:#4A4340;margin-bottom:40px;\"\u003eExplore more from L'Oleologie to enhance your culinary collection.\u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-bottom:36px;padding:22px 26px;background:#fff;border:1px solid #E8E4DE;border-left:3px solid #C4963A;border-radius:3px;display:flex;align-items:flex-start;gap:18px;\"\u003e\n      \u003csvg viewbox=\"0 0 32 32\" width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;margin-top:2px;\"\u003e\n        \u003crect x=\"2\" y=\"14\" width=\"28\" height=\"16\" rx=\"2\" stroke=\"#C4963A\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"2\" y=\"8\" width=\"28\" height=\"8\" rx=\"1\" stroke=\"#C4963A\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M16 8V30\" stroke=\"#C4963A\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M16 8 C16 5 13 2 10 4 C7 6 10 8 16 8\" stroke=\"#C4963A\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M16 8 C16 5 19 2 22 4 C25 6 22 8 16 8\" stroke=\"#C4963A\" stroke-width=\"1.2\" fill=\"none\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv\u003e\n        \u003cp style=\"font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#1A1714;margin-bottom:6px;\"\u003eGifting this?\u003c\/p\u003e\n        \u003cp style=\"font-size:14px;color:#4A4340;line-height:1.65;margin:0;\"\u003eIdeal for birthdays, anniversaries, and celebrations, presented in a gift-ready package. You can leave a personalized message for the lucky recipient when you process your order.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"pdp-four-col\" style=\"display:grid;grid-template-columns:repeat(4,1fr);gap:20px;\"\u003e\n      \n      \u003ca href=\"\/products\/oleologie-truffle-black-italian-olive-oil-6x250-ml\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/BlackTruffleOil.jpg?v=1716265798\u0026amp;width=600\" alt=\"L'Oléologie - Truffle Black Italian Olive Oil 250 ml\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eL'Oleologie\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eL'Oléologie - Truffle Black Italian Olive Oil 250 ml\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eRich truffle flavor\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/oleologie-truffle-white-italian-olive-oil-250-ml\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/WhiteTruffleOil.jpg?v=1716265576\u0026amp;width=600\" alt=\"L'Oléologie Truffle White Italian Olive Oil 250 ml\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eL'Oleologie\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eL'Oléologie Truffle White Italian Olive Oil 250 ml\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eDelicate truffle essence\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/oleologie-rioja-spanish-barrel-vinegar-5-yr-500-ml\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/SQUARE_-_Product_Page_Template_4400_x_4400_px_1.jpg?v=1737291491\u0026amp;width=600\" alt=\"L'Oléologie Rioja Spanish Barrel Vinegar (5 Yr) 250 ml\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eL'Oleologie\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eL'Oléologie Rioja Spanish Barrel Vinegar (5 Yr) 250 ml\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eAged berry notes\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n      \u003ca href=\"\/products\/oleologie-dark-italian-balsamic-vinegar-3-yr-500-ml\" style=\"text-decoration:none;color:inherit;display:block;\"\u003e\n      \u003cdiv class=\"cs-card\"\u003e\n        \u003cdiv style=\"height:200px;overflow:hidden;background:#F5F0E8;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0552\/9849\/0471\/files\/ItalianBV5002.jpg?v=1716265696\u0026amp;width=600\" alt=\"L'Oléologie - Dark Italian Balsamic Vinegar (3 Yr) 500 ml\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cs-info\"\u003e\n          \u003cp style=\"font-size:13px;color:#77706A;margin-bottom:4px;\"\u003eL'Oleologie\u003c\/p\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:6px;\"\u003eL'Oléologie - Dark Italian Balsamic Vinegar (3 Yr) 500 ml\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#C4963A;\"\u003eVelvety-smooth richness\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/a\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eAbout L'Oleologie\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:24px;\"\u003eCrafting culinary excellence from Italy and Spain\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;margin-bottom:20px;\"\u003eL'Oleologie was founded on a passion for authentic European flavors. We pride ourselves on using \u003cstrong\u003epremium ingredients\u003c\/strong\u003e from Italy and Spain, crafting each product with traditional methods to ensure superior quality and taste. Sustainability and eco-friendliness are at the core of our production philosophy.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.75;color:#3D3830;\"\u003eBy choosing to source from these renowned regions, we ensure that every bottle reflects the terroir-driven, artisan quality that defines our brand, setting us apart in the world of gourmet foods.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"padding:80px 0;background:#FAF7F2;border-top:1px solid #E8E4DE;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan class=\"label\"\u003eStoring your oils and vinegars\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;line-height:1.35;margin-bottom:32px;\"\u003eFour rules that preserve the flavor\u003c\/h2\u003e\n    \u003cdiv style=\"display:flex;flex-direction:column;gap:0;\"\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eKeep Cool\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eStore in a cool, dry place to maintain flavor.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eAvoid Sunlight\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eSunlight can degrade the quality; keep bottles away from direct light.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8E4DE;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eSeal Properly\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eEnsure caps are tight to prevent oxidation and preserve freshness.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv style=\"display:flex;gap:24px;align-items:flex-start;padding:20px 0;\"\u003e\n        \u003cspan style=\"font-family:'Cormorant Garamond',serif;font-size:36px;color:#E8E4DE;line-height:1;flex-shrink:0;\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:15px;font-weight:600;color:#1A1714;margin-bottom:4px;\"\u003eNo Refrigeration Needed\u003c\/p\u003e\n          \u003cp style=\"font-size:14px;color:#4A4340;\"\u003eOils should be refrigerated once opened; vinegars can remain at room temperature.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \u003cp style=\"font-size:15px;line-height:1.75;color:#3D3830;margin-top:28px;padding-top:20px;border-top:1px solid #E8E4DE;\"\u003eProper storage ensures each pour is as flavorful as the first.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"background:#1A1714;padding:96px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003cspan style=\"display:block;font-size:11px;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:#C4963A;margin-bottom:24px;\"\u003eFinal verdict\u003c\/span\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:36px;color:#E8E4DE;line-height:1.3;margin-bottom:28px;\"\u003eElevate your culinary experience with L'Oleologie\u003c\/h2\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#C8C4BE;margin-bottom:24px;\"\u003eEvery time you reach for generic supermarket oils, you miss out on the \u003cstrong\u003eauthentic truffle aroma\u003c\/strong\u003e and depth that L'Oleologie offers. This set transforms ordinary dishes into gourmet masterpieces, \u003cstrong\u003ecapturing the essence\u003c\/strong\u003e of Italy and Spain in every drop. Avoid the loss of flavor... subscribe to regular deliveries and ensure your pantry is always stocked with the best.\u003c\/p\u003e\n    \u003cp style=\"font-size:16px;line-height:1.8;color:#E8E4DE;font-weight:500;margin-bottom:40px;\"\u003eChoose L'Oleologie for a taste that truly transports.\u003c\/p\u003e\n    \u003cdiv style=\"padding:32px 0;border-top:1px solid rgba(255,255,255,0.1);\"\u003e\n      \u003cbutton style=\"display:block;width:100%;padding:18px 32px;background:#C4963A;color:#fff;font-size:14px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-align:center;border:2px solid #C4963A;cursor:pointer;\"\u003e\n        Add to Cart: $139.95\n      \u003c\/button\u003e\n      \u003ca style=\"display:block;text-align:center;font-size:13px;color:rgba(255,255,255,0.5);text-decoration:underline;padding:10px 0 0;cursor:pointer;\"\u003eOr buy it now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"section-faq\" style=\"padding:80px 0;\"\u003e\n  \u003cdiv style=\"max-width:680px;margin:0 auto;padding:0 24px;\"\u003e\n    \u003ch2 class=\"serif\" style=\"font-size:30px;color:#1A1714;margin-bottom:40px;\"\u003eThe questions buyers ask before deciding\u003c\/h2\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat dishes benefit from truffle oil?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eTruffle oil\u003c\/strong\u003e enhances the flavor of gourmet dishes, including risottos, pastas, and even simple dishes like scrambled eggs. It adds a luxurious finish to any meal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do the two vinegars in this set differ?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003eDark Italian Balsamic Vinegar\u003c\/strong\u003e offers a rich and velvety texture, while the \u003cstrong\u003eRioja Spanish Barrel Vinegar\u003c\/strong\u003e adds berry depth with its aged complexity. Both enhance distinct culinary creations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eCan this 4-bottle set be gifted for a dinner party?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely! Each bottle is individually cushioned in protective material, shipped in a padded box, and arrives presentation-ready for gifting ... no additional wrapping required.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow do you use truffle oil vs aged vinegar in the same dish?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eUse \u003cstrong\u003etruffle oil\u003c\/strong\u003e for finishing touches on dishes like risotto or pasta. Aged vinegars work well in dressings or drizzled over roasted vegetables for added depth.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat is the best way to use this truffle oil?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eDrizzle lightly over dishes just before serving to maintain the \u003cstrong\u003erich truffle aroma\u003c\/strong\u003e and flavor. Ideal for pasta, risotto, or roasted vegetables.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eIs this truffle oil and balsamic vinegar set safe for individuals with tree nut allergies?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eNone of the four bottles contain nuts as ingredients. However, the facility that produces these truffle oils and vinegars also processes tree nuts, so cross-contamination is possible. If you have a severe nut allergy, review the allergen statement on each bottle label before use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow long do the truffle oils and balsamic vinegars maintain their peak flavor after opening the bottles?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eOnce opened, the truffle oils maintain their peak peppery notes and aroma for 3-4 months when stored in a cool, dark place with caps tightly sealed. The balsamic vinegars retain their complex berry depth and velvety texture for 6-8 months after opening. Refrigeration is not required but can extend freshness.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat sauces are included in the variety pack?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe set includes \u003cstrong\u003eDark Italian Balsamic Vinegar\u003c\/strong\u003e, \u003cstrong\u003eRioja Spanish Barrel Vinegar\u003c\/strong\u003e, \u003cstrong\u003eTruffle Black Italian Olive Oil\u003c\/strong\u003e, and \u003cstrong\u003eTruffle White Italian Olive Oil\u003c\/strong\u003e. One sauce can be swapped by contacting the brand before shipment.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eHow is the product packaged for shipping?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eEach glass jar is individually cushioned in protective material and shipped in a padded box. The set arrives presentation-ready for gifting ... no additional wrapping required.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eAre the truffles in the oil from Sicily?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe truffles are sourced from Calabria and Umbria in Italy, where they grow in the limestone and volcanic hillside forests.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cbutton class=\"faq-q\" onclick=\"toggleFaq(this)\"\u003eWhat subscription delivery schedules are available for this 4-bottle truffle oil and balsamic vinegar set?\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n      \u003cdiv class=\"faq-a\"\u003eYou can subscribe to receive this set every 60, 90, or 120 days depending on your usage rate. Each shipment includes the same four bottles (both truffle oils and both vinegars) at a 10% discount, ensuring you're always cooking with fresh oils at peak polyphenol potency rather than letting opened bottles lose their vibrant flavor for months.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv style=\"background:#FAF7F2;border-top:1px solid #E8E4DE;border-bottom:1px solid #E8E4DE;padding:20px 24px;text-align:center;\"\u003e\n  \u003cbutton class=\"btn-primary\" style=\"display:inline-block;width:auto;white-space:nowrap;padding:13px 44px;font-size:14px;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart: $139.95\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    \n    { \"@type\": \"Question\", \"name\": \"What dishes benefit from truffle oil?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Truffle oil enhances the flavor of gourmet dishes, including risottos, pastas, and even simple dishes like scrambled eggs. It adds a luxurious finish to any meal.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How do the two vinegars in this set differ?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The Dark Italian Balsamic Vinegar offers a rich and velvety texture, while the Rioja Spanish Barrel Vinegar adds berry depth with its aged complexity. Both enhance distinct culinary creations.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Can this 4-bottle set be gifted for a dinner party?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Absolutely! Each bottle is individually cushioned in protective material, shipped in a padded box, and arrives presentation-ready for gifting ... no additional wrapping required.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How do you use truffle oil vs aged vinegar in the same dish?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Use truffle oil for finishing touches on dishes like risotto or pasta. Aged vinegars work well in dressings or drizzled over roasted vegetables for added depth.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What is the best way to use this truffle oil?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Drizzle lightly over dishes just before serving to maintain the rich truffle aroma and flavor. Ideal for pasta, risotto, or roasted vegetables.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Is the product nut-free?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No nuts in this product. Made in a facility that also processes nuts ... check the label if you have a nut allergy.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How long do open bottles keep?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Vinegar is self-preserving and keeps indefinitely at room temperature. Reseal tightly after use.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What sauces are included in the variety pack?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The set includes Dark Italian Balsamic Vinegar, Rioja Spanish Barrel Vinegar, Truffle Black Italian Olive Oil, and Truffle White Italian Olive Oil. One sauce can be swapped by contacting the brand before shipment.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"How is the product packaged for shipping?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Each glass jar is individually cushioned in protective material and shipped in a padded box. The set arrives presentation-ready for gifting ... no additional wrapping required.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"Are the truffles in the oil from Sicily?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The truffles are sourced from Calabria and Umbria in Italy, where they grow in the limestone and volcanic hillside forests.\" } },\n    \n    { \"@type\": \"Question\", \"name\": \"What subscription options are available?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Subscribe to receive regular deliveries of this gourmet set, ensuring you never run out of these luxurious ingredients.\" } }\n    \n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"L'Ol\\u00e9ologie Truffle Oil \u0026 Balsamic Vinegar Gift Set\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"L'Oleologie\"\n  },\n  \"description\": \"L'Oleologie Truffle Oil \u0026 Balsamic Vinegar Gift Set includes premium truffle oils and aged vinegars from Italy and Spain, crafted with authentic ingredients for gourmet experiences.\",\n  \"sku\": \"BNDL-0880\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"139.95\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"shippingDetails\": [\n      {\n        \"@type\": \"OfferShippingDetails\",\n        \"shippingLabel\": \"Standard Ground \\u2014 Free over $59\",\n        \"shippingRate\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"0.00\",\n          \"currency\": \"USD\"\n        },\n        \"freeShippingThreshold\": {\n          \"@type\": \"MonetaryAmount\",\n          \"value\": \"59.00\",\n          \"currency\": \"USD\"\n        },\n        \"shippingDestination\": {\n          \"@type\": \"DefinedRegion\",\n          \"addressCountry\": \"US\"\n        },\n        \"deliveryTime\": {\n          \"@type\": \"ShippingDeliveryTime\",\n          \"handlingTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 1,\n            \"maxValue\": 2,\n            \"unitCode\": \"DAY\"\n          },\n          \"transitTime\": {\n            \"@type\": \"QuantitativeValue\",\n            \"minValue\": 3,\n            \"maxValue\": 7,\n            \"unitCode\": \"DAY\"\n          }\n        }\n      }\n    ]\n  },\n  \"material\": \"Italian truffles, Spanish Tempranillo grapes\",\n  \"countryOfOrigin\": \"Italy \u0026 Spain\",\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Pack Count\",\n      \"value\": \"4 Bottles\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Production Method\",\n      \"value\": \"Handcrafted\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Origin\",\n      \"value\": \"Italy \u0026 Spain\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Net Weight\",\n      \"value\": \"16.9 fl oz \/ 500 ml\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  function swapImg(el, src) {\n    document.getElementById('mainImg').src = src;\n    document.querySelectorAll('.thumb').forEach(t =\u003e t.classList.remove('active'));\n    el.classList.add('active');\n  }\n  function thumbScroll(dir) {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (!strip) return;\n    var thumb = strip.querySelector('.thumb');\n    var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200;\n    strip.scrollBy({ left: dir * step, behavior: 'smooth' });\n    setTimeout(updateThumbChevrons, 350);\n  }\n  function updateThumbChevrons() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    var prev  = document.querySelector('.thumb-prev');\n    var next  = document.querySelector('.thumb-next');\n    if (!strip || !prev || !next) return;\n    var atStart = strip.scrollLeft \u003c= 2;\n    var atEnd   = strip.scrollLeft + strip.clientWidth \u003e= strip.scrollWidth - 2;\n    prev.style.opacity = atStart ? '0.25' : '1';\n    prev.style.pointerEvents = atStart ? 'none' : 'auto';\n    next.style.opacity = atEnd ? '0.25' : '1';\n    next.style.pointerEvents = atEnd ? 'none' : 'auto';\n  }\n  document.addEventListener('DOMContentLoaded', function() {\n    var strip = document.querySelector('.pdp-thumb-strip');\n    if (strip) {\n      updateThumbChevrons();\n      strip.addEventListener('scroll', updateThumbChevrons, { passive: true });\n    }\n  });\n  function selectSwatch(el, name) {\n    document.querySelectorAll('.swatch').forEach(s =\u003e s.classList.remove('active'));\n    el.classList.add('active');\n    document.getElementById('swatchLabel').textContent = name;\n  }\n  function changeQty(delta) {\n    const span = document.getElementById('qtyVal');\n    const v = parseInt(span.textContent) + delta;\n    if (v \u003e= 1) span.textContent = v;\n  }\n  function toggleFaq(btn) {\n    const a = btn.nextElementSibling;\n    const icon = btn.querySelector('.faq-icon');\n    a.classList.toggle('open');\n    icon.classList.toggle('open');\n  }\n  \/\/ Pasta pairing Add to Cart buttons\n  document.addEventListener('DOMContentLoaded', function() {\n    var eduBody = document.getElementById('edu-b-body');\n    if (!eduBody) return;\n    eduBody.querySelectorAll('a[href^=\"\/products\/\"]').forEach(function(link) {\n      var handle = link.getAttribute('href').replace('\/products\/', '');\n      var btn = document.createElement('button');\n      btn.textContent = 'Add to Cart';\n      btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:#1A1714;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;';\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (btn._busy) return;\n        btn._busy = true;\n        btn.textContent = 'Adding...';\n        fetch('\/products\/' + handle + '.js')\n          .then(function(r) { return r.json(); })\n          .then(function(p) {\n            return fetch('\/cart\/add.js', {\n              method: 'POST',\n              headers: {'Content-Type': 'application\/json'},\n              body: JSON.stringify({id: p.variants[0].id, quantity: 1})\n            });\n          })\n          .then(function() {\n            btn.textContent = 'Added';\n            btn.style.background = '#C4963A';\n            setTimeout(function() {\n              btn.textContent = 'Add to Cart';\n              btn.style.background = '#1A1714';\n              btn._busy = false;\n            }, 2500);\n          })\n          .catch(function() {\n            btn.textContent = 'Add to Cart';\n            btn._busy = false;\n          });\n      });\n      link.appendChild(btn);\n    });\n  });\n  function toggleAcc(bodyId, btnId) {\n    const body = document.getElementById(bodyId);\n    const btn  = document.getElementById(btnId);\n    if (!body) return;\n    const isOpen = body.classList.contains('open');\n    body.classList.toggle('open', !isOpen);\n    if (btn) {\n      const icon = btn.querySelector('.acc-icon');\n      if (icon) icon.classList.toggle('open', !isOpen);\n    }\n  }\n  function toggleWhyDesc(id) {\n    var desc = document.getElementById(id);\n    var icon = document.getElementById(id + '-icon');\n    if (!desc) return;\n    var isOpen = desc.classList.contains('open');\n    desc.classList.toggle('open', !isOpen);\n    if (icon) icon.textContent = isOpen ? '+' : '−';\n  }\n  function toggleComp() {\n    var extra = document.getElementById('comp-extra');\n    var link = document.getElementById('comp-link');\n    if (!extra) return;\n    var isOpen = extra.style.display !== 'none';\n    extra.style.display = isOpen ? 'none' : 'table-row-group';\n    if (link) link.textContent = isOpen ? 'See full comparison + (5 more dimensions)' : 'Hide comparison −';\n  }\n  function toggleSec4() {\n    var bodies = document.querySelectorAll('.sec4-body');\n    var btn = document.getElementById('sec4-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n  function toggleSec9() {\n    var bodies = document.querySelectorAll('.sec9-body');\n    var btn = document.getElementById('sec9-toggle');\n    var expanded = bodies.length \u003e 0 \u0026\u0026 bodies[0].classList.contains('expanded');\n    for (var i = 0; i \u003c bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); }\n    if (btn) btn.textContent = expanded ? 'Read more \\u25be' : 'Show less \\u25b4';\n  }\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-mob-dots{display:none!important}}\n  details.allergen-collapse summary::-webkit-details-marker{display:none}\n  details.allergen-collapse summary::marker{display:none}\n  details.allergen-collapse[open] .allergen-chev{transform:rotate(180deg)}\n\u003c\/style\u003e\n\u003cscript\u003e\n(function(){\n  function initCarousel(){\n    var wrap = document.querySelector('.pdp-main-img');\n    if(!wrap) return;\n    var mainImg = document.getElementById('mainImg');\n    if(!mainImg) return;\n    var imgs = [mainImg.src];\n    document.querySelectorAll('.pdp-thumb-strip .thumb img').forEach(function(t){ if(t.src) imgs.push(t.src); });\n    if(imgs.length \u003c 2) return;\n    var idx = 0;\n    var outer = document.createElement('div');\n    outer.style.cssText = 'position:relative;';\n    wrap.parentNode.insertBefore(outer, wrap);\n    outer.appendChild(wrap);\n    var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;';\n    var prev = document.createElement('button');\n    prev.className = 'pdp-mob-btn';\n    prev.innerHTML = '\u0026#8249;';\n    prev.setAttribute('aria-label','Previous image');\n    prev.style.cssText = BTN + 'left:10px;display:flex;';\n    outer.appendChild(prev);\n    var next = document.createElement('button');\n    next.className = 'pdp-mob-btn';\n    next.innerHTML = '\u0026#8250;';\n    next.setAttribute('aria-label','Next image');\n    next.style.cssText = BTN + 'right:10px;display:flex;';\n    outer.appendChild(next);\n    var dotsRow = document.createElement('div');\n    dotsRow.className = 'pdp-mob-dots';\n    dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;';\n    var dots = [];\n    imgs.forEach(function(_,i){\n      var d = document.createElement('button');\n      d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? '#C4963A' : '#E8E4DE') + ';';\n      d.setAttribute('aria-label','Image '+(i+1));\n      d.addEventListener('click', function(){ goTo(i); });\n      dots.push(d);\n      dotsRow.appendChild(d);\n    });\n    outer.parentNode.insertBefore(dotsRow, outer.nextSibling);\n    function goTo(n){\n      idx = ((n % imgs.length) + imgs.length) % imgs.length;\n      mainImg.src = imgs[idx];\n      dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; });\n      document.querySelectorAll('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('active', i===idx); });\n    }\n    prev.addEventListener('click', function(){ goTo(idx-1); });\n    next.addEventListener('click', function(){ goTo(idx+1); });\n    var tx = 0;\n    wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true});\n    wrap.addEventListener('touchend', function(e){\n      var dx = e.changedTouches[0].clientX - tx;\n      if(Math.abs(dx) \u003e 40) goTo(idx + (dx \u003c 0 ? 1 : -1));\n    }, {passive:true});\n    var orig = window.swapImg;\n    window.swapImg = function(el, src){\n      if(orig) orig(el, src);\n      var ni = imgs.indexOf(src);\n      if(ni \u003e= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? '#C4963A' : '#E8E4DE'; }); }\n    };\n  }\n  if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); }\n  else { initCarousel(); }\n})();\n\u003c\/script\u003e\n\n\u003cdiv id=\"pdp-sticky-atc\" style=\"display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1A1A1A;border-top:1px solid rgba(255,255,255,0.1);padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,0.3);\"\u003e\n  \u003cdiv style=\"max-width:500px;margin:0 auto;display:flex;align-items:center;gap:14px;\"\u003e\n    \u003cdiv style=\"flex:1;min-width:0;overflow:hidden;\"\u003e\n      \u003cp style=\"font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"\u003eBlack Truffle, White Truffle \u0026amp; Balsamic Vinegar\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:#C4963A;margin:0;font-weight:600;\"\u003e$139.95\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cbutton class=\"btn-primary\" style=\"white-space:nowrap;padding:11px 22px;font-size:13px;flex-shrink:0;width:auto;\" onclick=\"__pdpBuyboxAtc(this,'loleologie-truffle-oil-balsamic-vinegar-gift-set')\"\u003eAdd to Cart\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n  var bar = document.getElementById('pdp-sticky-atc');\n  if(!bar) return;\n  var btns = document.querySelectorAll('.btn-primary');\n  var firstAtc = btns.length ? btns[0] : null;\n  if(!firstAtc) return;\n  var isMobile = function(){ return window.innerWidth \u003c 750; };\n  var shown = false;\n  function check(){\n    if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; }\n    var rect = firstAtc.getBoundingClientRect();\n    var past = rect.bottom \u003c 0;\n    if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; }\n  }\n  window.addEventListener('scroll', check, {passive:true});\n  window.addEventListener('resize', check, {passive:true});\n  check();\n})();\n\u003c\/script\u003e","brand":"Chef's Mandala Gourmet Store","offers":[{"title":"Default Title","offer_id":52160831062309,"sku":"BNDL-0880","price":139.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0977\/5104\/0293\/files\/Vinegartrufflebundle.jpg?v=1774627056","url":"https:\/\/world-safari-shops.myshopify.com\/products\/loleologie-truffle-oil-balsamic-vinegar-gift-set","provider":"World Safari Shops","version":"1.0","type":"link"}