{"product_id":"sandalo-unisex-saint-tropez","title":"Saint-Tropez Unisex Sandal","description":"\u003c!--\n  SEZIONE VENDITA — \"Saint-Tropez\" Unisex (Bottega Verati) — v2\n  Come usarla su Shopify: Tema \u003e Personalizza \u003e aggiungi sezione \"Custom Liquid\" \/ \"HTML personalizzato\"\n  e incolla questo codice. È autonoma (CSS + JS inclusi), non serve altro.\n  NOTA: le immagini del casale, del flat-lay e del primo piano sono incorporate in base64\n  (funzionano subito, ovunque). Per performance migliori in produzione, carica questi stessi\n  file su Shopify \u003e File e sostituisci i tag \u003cimg data-embedded ...\u003e con l'URL del CDN.\n--\u003e\n\u003cstyle\u003e\n    .sttz-section {\n      --stone: #EDE7DA;\n      --stone-deep: #E1D8C6;\n      --leather: #4A2E1F;\n      --leather-deep: #2E1B12;\n      --azure: #1C6B78;\n      --terracotta: #B5573A;\n      --ink: #241811;\n      --paper: #FBF8F2;\n      font-family: 'Work Sans', -apple-system, sans-serif;\n      color: var(--ink);\n      background: var(--stone);\n      overflow: hidden;\n      position: relative;\n    }\n    .sttz-section * { box-sizing: border-box; }\n    .sttz-section .serif {\n      font-family: 'Bodoni Moda', 'Times New Roman', serif;\n    }\n\n    \/* ---------- HERO ---------- *\/\n    .sttz-hero {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 96px 32px 80px;\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 64px;\n      align-items: center;\n    }\n    .sttz-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 12px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--azure);\n      font-weight: 600;\n      margin-bottom: 22px;\n      opacity: 0;\n      transform: translateY(10px);\n      animation: sttzRise 0.7s ease forwards;\n    }\n    .sttz-eyebrow::before {\n      content: \"\";\n      width: 26px;\n      height: 1px;\n      background: var(--azure);\n      display: inline-block;\n    }\n    .sttz-title {\n      font-size: clamp(52px, 8vw, 100px);\n      line-height: 1;\n      font-weight: 500;\n      color: var(--leather-deep);\n      margin: 0 0 26px;\n      letter-spacing: -0.005em;\n      opacity: 0;\n      transform: translateY(14px);\n      animation: sttzRise 0.8s ease 0.1s forwards;\n    }\n    .sttz-title em {\n      font-style: italic;\n      font-weight: 400;\n      color: var(--azure);\n      font-size: 0.46em;\n      display: block;\n      margin-top: 8px;\n    }\n    .sttz-lede {\n      font-size: 18px;\n      line-height: 1.65;\n      color: #4a3d31;\n      max-width: 48ch;\n      margin: 0 0 36px;\n      opacity: 0;\n      transform: translateY(14px);\n      animation: sttzRise 0.8s ease 0.22s forwards;\n    }\n    .sttz-lede strong { color: var(--leather); font-weight: 600; }\n\n    .sttz-tags {\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n      opacity: 0;\n      transform: translateY(14px);\n      animation: sttzRise 0.8s ease 0.34s forwards;\n    }\n    .sttz-tag {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 14px 18px;\n      background: var(--paper);\n      border: 1px solid var(--stone-deep);\n      border-left: 3px solid var(--azure);\n      border-radius: 4px;\n    }\n    .sttz-tag .num {\n      font-family: 'Bodoni Moda', serif;\n      font-style: italic;\n      font-size: 15px;\n      color: var(--azure);\n      min-width: 20px;\n    }\n    .sttz-tag .txt strong {\n      display: block;\n      font-size: 15px;\n      font-weight: 600;\n      color: var(--leather-deep);\n      margin-bottom: 2px;\n    }\n    .sttz-tag .txt span {\n      font-size: 13.5px;\n      color: #5c4d3e;\n      line-height: 1.4;\n    }\n\n    .sttz-hero-visual {\n      position: relative;\n      opacity: 0;\n      animation: sttzFade 1s ease 0.3s forwards;\n    }\n    .sttz-hero-visual img {\n      width: 100%;\n      display: block;\n      border-radius: 6px;\n      box-shadow: 0 30px 60px -20px rgba(46, 27, 18, 0.35);\n      aspect-ratio: 4 \/ 5;\n      object-fit: cover;\n      background: var(--stone-deep);\n    }\n    .sttz-hero-visual .stamp {\n      position: absolute;\n      bottom: -18px;\n      left: -18px;\n      background: var(--leather-deep);\n      color: var(--paper);\n      font-family: 'Bodoni Moda', serif;\n      font-style: italic;\n      font-size: 14px;\n      padding: 10px 18px;\n      border-radius: 3px;\n      box-shadow: 0 10px 24px rgba(0,0,0,0.25);\n    }\n\n    @keyframes sttzRise { to { opacity: 1; transform: translateY(0); } }\n    @keyframes sttzFade { to { opacity: 1; } }\n\n    \/* ---------- UNISEX (couple lifestyle image) ---------- *\/\n    .sttz-unisex {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 20px 32px 110px;\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 56px;\n      align-items: center;\n    }\n    .sttz-unisex-visual {\n      position: relative;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 30px 60px -24px rgba(46,27,18,0.4);\n    }\n    .sttz-unisex-visual img {\n      width: 100%;\n      display: block;\n    }\n    .sttz-unisex-badge {\n      position: absolute;\n      top: 20px;\n      left: 20px;\n      background: var(--azure);\n      color: var(--paper);\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      padding: 8px 14px;\n      border-radius: 3px;\n      box-shadow: 0 8px 18px rgba(0,0,0,0.2);\n    }\n    .sttz-unisex-copy .serif {\n      font-size: clamp(28px, 3.6vw, 42px);\n      color: var(--leather-deep);\n      margin: 0 0 18px;\n      font-weight: 600;\n      line-height: 1.15;\n    }\n    .sttz-unisex-copy \u003e p {\n      font-size: 15.5px;\n      color: #5c4d3e;\n      line-height: 1.65;\n      margin: 0 0 26px;\n    }\n    .sttz-unisex-copy strong { color: var(--leather); font-weight: 600; }\n    .sttz-unisex-split {\n      display: flex;\n      gap: 18px;\n    }\n    .sttz-unisex-split \u003e div {\n      flex: 1;\n      background: var(--paper);\n      border: 1px solid var(--stone-deep);\n      border-top: 3px solid var(--terracotta);\n      border-radius: 4px;\n      padding: 16px 18px;\n    }\n    .sttz-unisex-split .serif {\n      font-size: 15px;\n      font-style: italic;\n      margin: 0 0 4px;\n      color: var(--leather-deep);\n    }\n    .sttz-unisex-split p {\n      font-size: 13px;\n      color: #5c4d3e;\n      line-height: 1.45;\n      margin: 0;\n    }\n\n    \/* ---------- SHOWCASE IMAGE (flat-lay + sacca) ---------- *\/\n    .sttz-showcase {\n      position: relative;\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 32px 100px;\n    }\n    .sttz-showcase-frame {\n      position: relative;\n      border-radius: 8px;\n      overflow: hidden;\n      background: var(--leather-deep);\n    }\n    .sttz-showcase-frame img {\n      width: 100%;\n      display: block;\n      opacity: 0.97;\n    }\n    .sttz-showcase-caption {\n      position: absolute;\n      left: 32px;\n      bottom: 32px;\n      max-width: 380px;\n      color: var(--paper);\n    }\n    .sttz-showcase-caption .serif {\n      font-size: 26px;\n      font-style: italic;\n      line-height: 1.25;\n      margin: 0 0 8px;\n    }\n    .sttz-showcase-caption p {\n      font-size: 14px;\n      opacity: 0.85;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    \/* ---------- COLOR SCROLL ---------- *\/\n    .sttz-colors {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 32px 110px;\n    }\n    .sttz-colors-head {\n      max-width: 640px;\n      margin: 0 auto 48px;\n      text-align: center;\n    }\n    .sttz-colors-head .serif {\n      font-size: clamp(30px, 4vw, 44px);\n      color: var(--leather-deep);\n      margin: 0 0 14px;\n      font-weight: 600;\n    }\n    .sttz-colors-head p {\n      font-size: 15.5px;\n      color: #5c4d3e;\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    .sttz-rail-wrap { position: relative; }\n    .sttz-rail {\n      display: flex;\n      justify-content: center;\n      gap: 32px;\n      overflow-x: auto;\n      padding: 20px 6px 30px;\n      scroll-snap-type: x proximity;\n      scrollbar-width: none;\n      cursor: grab;\n    }\n    .sttz-rail::-webkit-scrollbar { display: none; }\n    .sttz-rail:active { cursor: grabbing; }\n\n    .sttz-tagcard {\n      flex: 0 0 auto;\n      width: 220px;\n      scroll-snap-align: start;\n      background: var(--paper);\n      border-radius: 4px;\n      padding: 16px 16px 20px;\n      box-shadow: 0 12px 28px -14px rgba(46,27,18,0.28);\n      position: relative;\n      transition: transform 0.25s ease, box-shadow 0.25s ease;\n    }\n    .sttz-tagcard:nth-child(odd) { transform: rotate(-1.4deg); }\n    .sttz-tagcard:nth-child(even) { transform: rotate(1.2deg); }\n    .sttz-tagcard:hover {\n      transform: rotate(0deg) translateY(-6px);\n      box-shadow: 0 20px 36px -14px rgba(46,27,18,0.35);\n    }\n    .sttz-tagcard .hole {\n      width: 12px; height: 12px;\n      border-radius: 50%;\n      background: var(--stone);\n      border: 2px solid var(--leather);\n      margin: 0 auto 8px;\n    }\n    .sttz-tagcard .thumb {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      border-radius: 3px;\n      overflow: hidden;\n      background: var(--stone-deep);\n      margin-bottom: 10px;\n    }\n    .sttz-tagcard .thumb img {\n      width: 100%; height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n    .sttz-tagcard .name {\n      font-family: 'Bodoni Moda', serif;\n      font-style: italic;\n      font-size: 16px;\n      color: var(--leather-deep);\n      text-align: center;\n    }\n    .sttz-tagcard .dot {\n      width: 9px; height: 9px;\n      border-radius: 50%;\n      display: inline-block;\n      margin-right: 6px;\n      vertical-align: middle;\n      border: 1px solid rgba(0,0,0,0.15);\n    }\n\n    .sttz-rail-hint {\n      text-align: center;\n      font-size: 12.5px;\n      color: #7a6b5a;\n      letter-spacing: 0.04em;\n      margin-top: 4px;\n    }\n    .sttz-rail-hint span { color: var(--azure); font-weight: 600; }\n\n    \/* ---------- CLOSING DETAIL (foto finale) ---------- *\/\n    .sttz-closing {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 32px 110px;\n    }\n    .sttz-closing-frame {\n      position: relative;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 30px 60px -24px rgba(46,27,18,0.4);\n    }\n    .sttz-closing-frame img {\n      width: 100%;\n      display: block;\n      max-height: 640px;\n      object-fit: cover;\n      object-position: center 30%;\n    }\n    .sttz-closing-panel {\n      position: absolute;\n      right: 0;\n      top: 0;\n      bottom: 0;\n      width: 42%;\n      background: linear-gradient(90deg, rgba(46,27,18,0) 0%, rgba(46,27,18,0.55) 30%, rgba(46,27,18,0.86) 100%);\n      display: flex;\n      align-items: center;\n      padding: 40px;\n    }\n    .sttz-closing-panel-inner { color: var(--paper); }\n    .sttz-closing-panel .serif {\n      font-size: clamp(24px, 3vw, 32px);\n      font-style: italic;\n      line-height: 1.25;\n      margin: 0 0 16px;\n    }\n    .sttz-detail-list {\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n    .sttz-detail-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n    .sttz-detail-item .mark {\n      flex: 0 0 auto;\n      width: 7px; height: 7px;\n      border-radius: 50%;\n      background: var(--terracotta);\n      margin-top: 7px;\n    }\n    .sttz-detail-item .txt strong {\n      display: block;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--paper);\n      margin-bottom: 2px;\n    }\n    .sttz-detail-item .txt span {\n      font-size: 12.5px;\n      color: rgba(251,248,242,0.78);\n      line-height: 1.45;\n    }\n\n    @media (max-width: 860px) {\n      .sttz-hero { grid-template-columns: 1fr; padding-top: 64px; }\n      .sttz-hero-visual { order: -1; }\n      .sttz-showcase-caption { left: 20px; bottom: 20px; max-width: 260px; }\n      .sttz-unisex { grid-template-columns: 1fr; }\n      .sttz-unisex-visual { order: -1; }\n      .sttz-unisex-split { flex-direction: column; }\n      .sttz-closing-frame img { max-height: 460px; object-position: center 20%; }\n      .sttz-closing-panel {\n        position: static;\n        width: auto;\n        background: var(--leather-deep);\n        padding: 28px 24px;\n      }\n    }\n    @media (prefers-reduced-motion: reduce) {\n      .sttz-eyebrow, .sttz-title, .sttz-lede, .sttz-tags, .sttz-hero-visual {\n        animation: none !important; opacity: 1 !important; transform: none !important;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"sttz-section\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;1,400;1,500\u0026amp;family=Work+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"sttz-hero\"\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"sttz-eyebrow\"\u003eFull-grain leather · Men and Women\u003c\/div\u003e\n    \u003ch2 class=\"sttz-title serif\"\u003eSaint-Tropez\u003cem\u003eone sandal, two ways to wear it.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"sttz-lede\"\u003eBorn on the coast, made for every foot. Saint-Tropez is the sandal he wears to the office and she wears to dinner — \u003cstrong\u003ethe same full-grain leather, the same artisanal care\u003c\/strong\u003e, with no compromise between the two worlds.\u003c\/p\u003e\n    \u003cdiv class=\"sttz-tags\"\u003e\n      \u003cdiv class=\"sttz-tag\"\u003e\n        \u003cspan class=\"num\"\u003e01\u003c\/span\u003e\n        \u003cspan class=\"txt\"\u003e\u003cstrong\u003eUnisex fit\u003c\/strong\u003e\u003cspan\u003eSizes 35 to 45, the same shape for him and her, designed to fit every foot type.\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sttz-tag\"\u003e\n        \u003cspan class=\"num\"\u003e02\u003c\/span\u003e\n        \u003cspan class=\"txt\"\u003e\u003cstrong\u003eAll-day comfort\u003c\/strong\u003e\u003cspan\u003ePadded anatomical insole, so you're on your feet from the beach to the aperitivo without weighing you down.\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sttz-tag\"\u003e\n        \u003cspan class=\"num\"\u003e03\u003c\/span\u003e\n        \u003cspan class=\"txt\"\u003e\u003cstrong\u003eBuilt to last\u003c\/strong\u003e\u003cspan\u003eHand-reinforced stitching and leather treated against wear and weather — 2-year warranty.\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"sttz-hero-visual\"\u003e\n    \u003cimg src=\"https:\/\/bottegaverati.com\/cdn\/shop\/files\/01.png?v=1786318023\u0026amp;width=1200\" alt=\"Saint-Tropez Leather Sandal\"\u003e\n    \u003cdiv class=\"stamp\"\u003eLeather · Saint-Tropez\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- UNISEX — foto reale di coppia --\u003e\n\u003cdiv class=\"sttz-unisex\"\u003e\n  \u003cdiv class=\"sttz-unisex-visual\"\u003e\n    \u003cimg data-embedded=\"couple\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/9607\/7144\/files\/sainttropez_couple.webp?v=1786331761\" alt=\"Couple wearing Saint-Tropez sandals, him in black and her in brown\"\u003e\n    \u003cspan class=\"sttz-unisex-badge\"\u003eHim \u0026amp; Her\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"sttz-unisex-copy\"\u003e\n    \u003ch3 class=\"serif\"\u003eIt's not \"for men\" or \"for women.\" It's Saint-Tropez.\u003c\/h3\u003e\n    \u003cp\u003eSame shape, same full-grain leather, the same artisanal care — worn exactly as it was made to be worn: \u003cstrong\u003eby anyone who loves the essential coastal style\u003c\/strong\u003e, no labels.\u003c\/p\u003e\n    \u003cdiv class=\"sttz-unisex-split\"\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"serif\"\u003eFor him\u003c\/p\u003e\n        \u003cp\u003eWith rolled-up chinos and a polo, from the terrace to drinks downtown.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"serif\"\u003eFor her\u003c\/p\u003e\n        \u003cp\u003eWith a linen dress or wide-leg pants, from the beach to dinner on the boat.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SHOWCASE — flat-lay con sacca firmata --\u003e\n\u003cdiv class=\"sttz-showcase\"\u003e\n  \u003cdiv class=\"sttz-showcase-frame\"\u003e\n    \u003cimg data-embedded=\"flatlay\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/9607\/7144\/files\/sainttropez_flatlay.webp?v=1786331761\" alt=\"The three colors of Saint-Tropez with the signature Bottega Verati pouch\"\u003e\n    \u003cdiv class=\"sttz-showcase-caption\"\u003e\n      \u003cp class=\"serif\"\u003eEvery Saint-Tropez arrives\u003cbr\u003ein its own signature pouch.\u003c\/p\u003e\n      \u003cp\u003eA detail designed to keep it safe — and to turn every order, even one for yourself, into a small gift.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- COLOR SCROLL --\u003e\n\u003cdiv class=\"sttz-colors\"\u003e\n  \u003cdiv class=\"sttz-colors-head\"\u003e\n    \u003ch3 class=\"serif\"\u003eThree colors, one style\u003c\/h3\u003e\n    \u003cp\u003eBlack for timeless elegance, Brown for the classic Riviera look, White for the brightest summer. Pick yours — or get all three.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"sttz-rail-wrap\"\u003e\n    \u003cdiv class=\"sttz-rail\" id=\"sttzRail\"\u003e\n      \u003cdiv class=\"sttz-tagcard\"\u003e\n        \u003cdiv class=\"hole\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/bottegaverati.com\/cdn\/shop\/files\/SandaliaMasculinaRavellopreta.jpg?v=1786317816\u0026amp;width=400\" alt=\"Black\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003e\n\u003cspan class=\"dot\" style=\"background:#1A1A1A;\"\u003e\u003c\/span\u003eBlack\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sttz-tagcard\"\u003e\n        \u003cdiv class=\"hole\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/bottegaverati.com\/cdn\/shop\/files\/SandaliaMasculinaRavellomarrom.jpg?v=1786317815\u0026amp;width=400\" alt=\"Brown\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003e\n\u003cspan class=\"dot\" style=\"background:#6B4226;\"\u003e\u003c\/span\u003eBrown\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sttz-tagcard\"\u003e\n        \u003cdiv class=\"hole\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/bottegaverati.com\/cdn\/shop\/files\/SandaliaMasculinaRavellobranca.jpg?v=1786317815\u0026amp;width=400\" alt=\"White\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"name\"\u003e\n\u003cspan class=\"dot\" style=\"background:#F5F1EA;border:1px solid #d8cfc0;\"\u003e\u003c\/span\u003eWhite\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"sttz-rail-hint\"\u003eSwipe to see the three colors \u003cspan\u003e→\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CLOSING — primo piano finale --\u003e\n\u003cdiv class=\"sttz-closing\"\u003e\n  \u003cdiv class=\"sttz-closing-frame\"\u003e\n    \u003cimg data-embedded=\"closeup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/9607\/7144\/files\/sainttropez_closeup.webp?v=1786331761\" alt=\"Close-up of the Saint-Tropez sandal being worn\"\u003e\n    \u003cdiv class=\"sttz-closing-panel\"\u003e\n      \u003cdiv class=\"sttz-closing-panel-inner\"\u003e\n        \u003cp class=\"serif\"\u003eEvery detail,\u003cbr\u003ea step away from you.\u003c\/p\u003e\n        \u003cdiv class=\"sttz-detail-list\"\u003e\n          \u003cdiv class=\"sttz-detail-item\"\u003e\n            \u003cspan class=\"mark\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"txt\"\u003e\u003cstrong\u003eHand-selected full-grain leather\u003c\/strong\u003e\u003cspan\u003eConsistent color and softness, hide after hide.\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"sttz-detail-item\"\u003e\n            \u003cspan class=\"mark\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"txt\"\u003e\u003cstrong\u003eReinforced stitching along every edge\u003c\/strong\u003e\u003cspan\u003eDesigned to withstand daily wear.\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"sttz-detail-item\"\u003e\n            \u003cspan class=\"mark\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"txt\"\u003e\u003cstrong\u003eFlexible, non-slip sole\u003c\/strong\u003e\u003cspan\u003eSecure grip, without stiffness underfoot.\u003c\/span\u003e\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    (function() {\n      var rail = document.getElementById('sttzRail');\n      if (!rail) return;\n      var isDown = false, startX, scrollLeft;\n      rail.addEventListener('mousedown', function(e) {\n        isDown = true; startX = e.pageX - rail.offsetLeft; scrollLeft = rail.scrollLeft;\n      });\n      window.addEventListener('mouseup', function() { isDown = false; });\n      rail.addEventListener('mouseleave', function() { isDown = false; });\n      rail.addEventListener('mousemove', function(e) {\n        if (!isDown) return;\n        e.preventDefault();\n        var x = e.pageX - rail.offsetLeft;\n        rail.scrollLeft = scrollLeft - (x - startX) * 1.4;\n      });\n    })();\n\u003c\/script\u003e\n\u003c\/section\u003e","brand":"Bottega Verati","offers":[{"title":"Black \/ 35","offer_id":44546290778200,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 36","offer_id":44546268790872,"sku":"#FiorinniRavello##1","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 37","offer_id":44546268823640,"sku":"#FiorinniRavello##2","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 38","offer_id":44546268856408,"sku":"#FiorinniRavello##3","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 39","offer_id":44546268889176,"sku":"#FiorinniRavello##4","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 40","offer_id":44546268921944,"sku":"#FiorinniRavello##5","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 41","offer_id":44546268954712,"sku":"#FiorinniRavello##6","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 42","offer_id":44546268987480,"sku":"#FiorinniRavello##7","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 43","offer_id":44546269020248,"sku":"#FiorinniRavello##8","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 44","offer_id":44546269053016,"sku":"#FiorinniRavello##9","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 45","offer_id":44546290810968,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 35","offer_id":44546290843736,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 36","offer_id":44546269085784,"sku":"#FiorinniRavello##0","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 37","offer_id":44546269118552,"sku":"#FiorinniRavello##11","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 38","offer_id":44546269151320,"sku":"#FiorinniRavello##22","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 39","offer_id":44546269184088,"sku":"#FiorinniRavello##33","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 40","offer_id":44546269216856,"sku":"#FiorinniRavello##44","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 41","offer_id":44546269249624,"sku":"#FiorinniRavello##55","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 42","offer_id":44546269282392,"sku":"#FiorinniRavello##66","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 43","offer_id":44546269315160,"sku":"#FiorinniRavello##77","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 44","offer_id":44546269347928,"sku":"#FiorinniRavello##88","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 45","offer_id":44546290876504,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 35","offer_id":44546290909272,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 36","offer_id":44546269380696,"sku":"#FiorinniRavello#1","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 37","offer_id":44546269413464,"sku":"#FiorinniRavello#2","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 38","offer_id":44546269446232,"sku":"#FiorinniRavello#3","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 39","offer_id":44546269479000,"sku":"#FiorinniRavello#4","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 40","offer_id":44546269511768,"sku":"#FiorinniRavello#5","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 41","offer_id":44546269544536,"sku":"#FiorinniRavello#6","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 42","offer_id":44546269577304,"sku":"#FiorinniRavello#7","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 43","offer_id":44546269610072,"sku":"#FiorinniRavello#8","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 44","offer_id":44546269642840,"sku":"#FiorinniRavello#9","price":44.99,"currency_code":"EUR","in_stock":true},{"title":"White \/ 45","offer_id":44546290942040,"sku":null,"price":44.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0731\/9607\/7144\/files\/01.png?v=1786318023","url":"https:\/\/bottegaverati.com\/en-en\/products\/sandalo-unisex-saint-tropez","provider":"Bottega Verati","version":"1.0","type":"link"}