/* ═══ Lentissima — restyling 25/9/2026 (attivo solo con <html class="rs">) ═══ */
html.rs{--ink:#171513;--ivory:#F5F1EA;--sand:#EAE3D8;--card:#EDE7DE;--line:#E3DCD1;--muted:#5E574F;--red:#8C1D1D;--gold:#C9A27A;--ok:#2F7D4B}
html.rs body{background:var(--ivory)!important;color:var(--ink);font-family:'Manrope',ui-sans-serif,system-ui,sans-serif!important;-webkit-font-smoothing:antialiased}
html.rs .serif,html.rs h1,html.rs h2{font-family:'Cormorant Garamond',Georgia,serif!important;font-weight:500!important;letter-spacing:-.005em!important}
html.rs h3,html.rs h4,html.rs h5,html.rs h6,html.rs p,html.rs a,html.rs button,html.rs input,html.rs select,html.rs textarea,html.rs label,html.rs span,html.rs li,html.rs td,html.rs th{font-family:'Manrope',ui-sans-serif,system-ui,sans-serif}
html.rs .rs-cap{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:600}

/* Header / top bar */
html.rs .rs-topbar{background:var(--ink)!important;color:#EDE7DE!important;letter-spacing:.03em}
html.rs header.sticky{background:rgba(245,241,234,.96)!important;backdrop-filter:saturate(1.2) blur(8px);border-bottom:1px solid var(--line)!important;box-shadow:none!important}
html.rs header.sticky nav a{color:var(--ink)!important;font-weight:500}
html.rs header.sticky nav a:hover{color:var(--red)!important}
html.rs .rs-logo{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-weight:500;font-size:30px;line-height:1;letter-spacing:-.01em;color:var(--ink)}
@media(min-width:1024px){html.rs .rs-logo{font-size:34px}}
html.rs header.sticky .rounded-full:hover,html.rs header.sticky .rounded-md:hover{background:var(--sand)!important}
html.rs #cart-count-badge{background:var(--ink)!important}
html.rs .bg-accent{background-color:var(--red)!important}
html.rs .text-accent{color:var(--red)!important}

/* Drawer, pannelli bianchi */
html.rs #search-drawer,html.rs [x-show="mobileMenuOpen"]{background:var(--ivory)!important}

/* Bottoni principali: neri → inchiostro, pillola */
html.rs .bg-black{background-color:var(--ink)!important}
html.rs button.bg-black,html.rs a.bg-black,html.rs button[type=submit].bg-black{border-radius:999px!important}
html.rs .hover\:bg-gray-800:hover{background-color:#2A2622!important}
html.rs .bg-gray-50{background-color:#F0EBE3!important}
html.rs .border-gray-100,html.rs .border-gray-200{border-color:var(--line)!important}

/* Card prodotto */
html.rs article.rs-card{background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important}
html.rs article.rs-card:hover{box-shadow:none!important}
html.rs article.rs-card .rs-card-img{background:var(--card)!important;border-radius:16px;overflow:hidden}
html.rs article.rs-card .rs-card-img img{mix-blend-mode:multiply;transition:transform .5s ease}
html.rs article.rs-card:hover .rs-card-img img{transform:scale(1.04)}
html.rs article.rs-card .rs-card-info{padding:14px 4px 6px!important}
html.rs article.rs-card h3{font-weight:600!important;font-size:14.5px!important;color:var(--ink)!important}
html.rs article.rs-card .rs-card-price{font-size:15px!important;font-weight:700!important;color:var(--ink)!important}

/* Immagini prodotto su fondo sabbia ovunque (scheda prodotto, liste) */
html.rs .rs-ph{mix-blend-mode:multiply}

/* Sezioni con fondi grigi/neri inline della vecchia grafica */
html.rs [style*="background:#f5f4f1"],html.rs [style*="background: #f5f4f1"]{background:var(--sand)!important}
html.rs [style*="background:#fff;padding"]{background:var(--ivory)!important}

/* Form */
html.rs input[type=text],html.rs input[type=email],html.rs input[type=tel],html.rs input[type=password],html.rs input[type=number],html.rs input[type=search],html.rs select,html.rs textarea{border-color:#CFC5B7}
html.rs input:focus,html.rs select:focus,html.rs textarea:focus{--tw-ring-color:var(--ink)!important;border-color:var(--ink)!important}

/* Footer */
html.rs footer.rs-footer{background:var(--ink)!important;color:#CFC7BC!important}
html.rs footer.rs-footer h3{color:#F5F1EA!important;letter-spacing:.14em}
html.rs footer.rs-footer a:hover{color:#F5F1EA!important}
html.rs footer.rs-footer .rs-logo{color:#F5F1EA;font-size:40px}

/* Scheda prodotto: titolo serif, prezzo, pulsanti */
html.rs main h1,html.rs h1.product-title{line-height:1.05!important}
html.rs .rounded-xl.bg-white,html.rs .bg-white.rounded-2xl{background:#fff}

/* ═══ Home nuova ═══ */
html.rs .rsh-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
html.rs .rsh-hero{display:grid;grid-template-columns:5fr 7fr;gap:32px;padding:56px 0 60px;align-items:stretch}
html.rs .rsh-hero h1{font-size:clamp(2.8rem,5.4vw,4.8rem)!important;line-height:1.02!important;margin:0}
html.rs .rsh-hero h1 em{font-style:italic}
html.rs .rsh-lead{font-size:17px;line-height:1.65;color:var(--muted);max-width:440px;margin:0}
html.rs .rsh-btns{display:flex;gap:12px;flex-wrap:wrap}
html.rs .rsh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s}
html.rs .rsh-btn-dark{background:var(--ink);color:var(--ivory)}
html.rs .rsh-btn-dark:hover{background:#2A2622;color:#fff}
html.rs .rsh-btn-line{border:1px solid var(--ink);color:var(--ink)}
html.rs .rsh-btn-line:hover{background:var(--ink);color:var(--ivory)}
html.rs .rsh-tiles{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:300px 250px;gap:16px}
html.rs .rsh-tile{position:relative;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--ink)}
html.rs .rsh-tile img{mix-blend-mode:multiply;max-width:84%;max-height:78%;object-fit:contain;transition:transform .5s ease}
html.rs .rsh-tile:hover img{transform:scale(1.04)}
html.rs .rsh-tile .rsh-tag{position:absolute;left:18px;bottom:16px;font-size:13px;font-weight:600}
html.rs .rsh-tile.big{grid-column:span 2}
html.rs .rsh-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
html.rs .rsh-trust-i{display:flex;gap:14px;align-items:flex-start}
html.rs .rsh-dot{width:40px;height:40px;border-radius:50%;background:var(--sand);display:flex;align-items:center;justify-content:center;flex-shrink:0}
html.rs .rsh-trust-t{font-size:14px;font-weight:700}
html.rs .rsh-trust-s{font-size:13px;color:var(--muted);line-height:1.5}
html.rs .rsh-brands{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 28px;padding:34px 0}
html.rs .rsh-brands a{font-family:'Cormorant Garamond',Georgia,serif;font-size:26px;font-weight:600;color:#3B3631;text-decoration:none;transition:color .2s}
html.rs .rsh-brands a:hover{color:var(--red)}
html.rs .rsh-sec{padding:40px 0 64px}
html.rs .rsh-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px}
html.rs .rsh-head h2{font-size:clamp(2rem,3.6vw,2.9rem)!important;margin:6px 0 0;line-height:1.05}
html.rs .rsh-link{font-size:14px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:2px;text-decoration:none;white-space:nowrap}
html.rs .rsh-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
html.rs .rsh-cats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-bottom:72px}
html.rs .rsh-cat{height:400px;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:30px;text-decoration:none;color:var(--ink);overflow:hidden}
html.rs .rsh-cat .serif{font-size:44px;line-height:1}
html.rs .rsh-cat img{width:100%;max-height:190px;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s ease}
html.rs .rsh-cat:hover img{transform:scale(1.05)}
html.rs .rsh-help{background:var(--ink);color:var(--ivory);border-radius:24px;padding:56px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;margin-bottom:72px}
html.rs .rsh-help h2{color:var(--ivory)!important;font-size:clamp(2rem,3.6vw,3rem)!important;margin:10px 0 14px;line-height:1.05}
html.rs .rsh-help p{color:#CFC7BC;font-size:16px;line-height:1.7;margin:0}
html.rs .rsh-help-list{display:flex;flex-direction:column;gap:14px}
html.rs .rsh-help-list a,html.rs .rsh-help-list div{display:flex;gap:14px;align-items:center;padding:18px 20px;border:1px solid #3B3631;border-radius:16px;color:var(--ivory);text-decoration:none;font-size:15px;font-weight:600}
html.rs .rsh-help-list a:hover{border-color:var(--gold)}
html.rs .rsh-duo{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:80px}
html.rs .rsh-box{border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:14px}
html.rs .rsh-box .serif{font-size:34px;line-height:1.1}
html.rs .rsh-nl{display:flex;gap:10px;margin-top:6px}
html.rs .rsh-nl input[type=email]{flex:1;min-width:0;height:52px;padding:0 20px;border-radius:999px;border:1px solid #CFC5B7;background:#fff;font-size:15px}
html.rs .rsh-nl button{height:52px;padding:0 26px;border-radius:999px;background:var(--ink);color:var(--ivory);border:0;font-size:15px;font-weight:600;cursor:pointer}
@media(max-width:1023px){
  html.rs .rsh-hero{grid-template-columns:1fr;padding:28px 0 36px;gap:24px}
  html.rs .rsh-tiles{grid-template-rows:260px 190px}
  html.rs .rsh-trust{grid-template-columns:1fr 1fr;gap:18px}
  html.rs .rsh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  html.rs .rsh-cats{grid-template-columns:1fr;gap:14px}
  html.rs .rsh-cat{height:260px;flex-direction:row;align-items:center;padding:24px}
  html.rs .rsh-cat img{width:55%}
  html.rs .rsh-help{grid-template-columns:1fr;padding:32px 24px;gap:24px}
  html.rs .rsh-duo{grid-template-columns:1fr}
  html.rs .rsh-box{padding:28px 22px}
  html.rs .rsh-brands{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:24px 0}
  html.rs .rsh-brands a{font-size:22px;white-space:nowrap}
}
@media(max-width:600px){
  html.rs .rsh-wrap{padding:0 16px}
  html.rs .rsh-tiles{grid-template-rows:230px 160px;gap:10px}
  html.rs .rsh-tile .rsh-tag{font-size:12px;left:12px;bottom:10px}
  html.rs .rsh-trust{grid-template-columns:1fr}
  html.rs .rsh-head{flex-direction:column;align-items:flex-start}
  html.rs .rsh-nl{flex-direction:column}
  html.rs .rsh-cat .serif{font-size:36px}
}

/* fix blend immagini card (il link interno crea un contesto di sovrapposizione) */
html.rs article.rs-card .rs-card-img > a{background:var(--card)}
/* Scheda prodotto: galleria su fondo sabbia */
html.rs .rs-gal{background:var(--card)!important;border:0!important;border-radius:20px!important}
html.rs .rs-gal img{mix-blend-mode:multiply}
html.rs .rs-thumb{background:var(--card)!important;border-radius:12px!important}
html.rs .rs-thumb img{mix-blend-mode:multiply}
html.rs .font-black{font-weight:700!important}
html.rs .bg-blue-600,html.rs .bg-blue-500{background-color:var(--ink)!important}
html.rs .hover\:bg-blue-700:hover{background-color:#2A2622!important}

/* Banner cookie */
html.rs #cc-banner{background:var(--ink)!important;color:#EDE7DE!important;border-top:1px solid #3B3631}
html.rs #cc-banner a{color:var(--gold)!important}
html.rs #cc-banner button{border-radius:999px!important;padding:10px 22px!important;font-weight:600!important}
html.rs #cc-banner button:first-child{background:var(--ivory)!important;color:var(--ink)!important}
html.rs #cc-banner button:last-child{background:transparent!important;border:1px solid #5E574F!important;color:#EDE7DE!important}

/* Pulsanti acquisto */
html.rs .bg-gray-900{background-color:var(--ink)!important}
html.rs .hover\:bg-black:hover{background-color:#2A2622!important}
html.rs .bg-red-700{background-color:var(--red)!important}
html.rs .hover\:bg-red-800:hover{background-color:#6F1616!important}
html.rs .fixed.bottom-0.bg-white{background:rgba(245,241,234,.97)!important;border-color:var(--line)!important}

/* Intestazione categoria: sabbia invece del nero */
html.rs .rs-cathero{background:var(--sand)!important}
html.rs .rs-cathero>img,html.rs .rs-cathero>.bg-gradient-to-r{display:none!important}
html.rs .rs-cathero h1{color:var(--ink)!important;font-size:clamp(2.6rem,5vw,4rem)!important}
html.rs .rs-cathero p{color:var(--muted)!important}
html.rs .rs-cathero nav,html.rs .rs-cathero nav a,html.rs .rs-cathero nav span{color:var(--muted)!important}

/* Titoletti piccoli (checkout, riepiloghi): restano in sans */
html.rs h2.uppercase,html.rs h2.text-xs,html.rs h2.text-sm,html.rs h2.text-base,html.rs h2.text-lg{font-family:'Manrope',ui-sans-serif,system-ui,sans-serif!important;font-weight:600!important;letter-spacing:.02em!important}
html.rs h2.uppercase,html.rs h2.text-xs{letter-spacing:.14em!important;color:var(--muted)!important}

/* ═════════════ v2 — 25/9/2026 sera ═════════════ */
/* Top bar */
html.rs .rs-topbar2{background:var(--ink);color:#EDE7DE;font-size:12px;letter-spacing:.04em;display:flex;gap:14px;justify-content:center;align-items:center;padding:9px 16px;text-align:center}
html.rs .rs-topbar2 .sep{opacity:.45}
@media(max-width:640px){html.rs .rs-topbar2 .hide-m{display:none}html.rs .rs-topbar2{font-size:11.5px;gap:8px}}
/* Header: menu a sinistra, logo al centro, icone a destra */
html.rs header.sticky .h-16{display:grid!important;grid-template-columns:1fr auto 1fr;height:72px!important;align-items:center}
html.rs header.sticky .h-16>a[aria-label^="Lentissima"]{grid-column:2;justify-self:center}
html.rs header.sticky .h-16>nav{grid-column:1;grid-row:1;justify-self:start;gap:28px!important}
html.rs header.sticky .h-16>button{grid-column:1;grid-row:1;justify-self:start}
html.rs header.sticky .h-16>div:last-child{grid-column:3;grid-row:1;justify-self:end}
html.rs header.sticky nav a{font-size:14px!important}
html.rs header.sticky svg{stroke-width:1.6}
@media(min-width:1024px){html.rs header.sticky .h-16{height:84px!important}}

/* ── Card prodotto ── */
html.rs .rsc{position:relative;display:flex;flex-direction:column;min-width:0}
html.rs .rsc-media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:var(--card);border-radius:18px;overflow:hidden}
html.rs .rsc-main{width:86%;height:86%;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s cubic-bezier(.2,.7,.2,1),opacity .2s}
html.rs .rsc:hover .rsc-main{transform:scale(1.05)}
html.rs .rsc-badges{position:absolute;left:12px;top:12px;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}
html.rs .rsc-badge{background:rgba(255,255,255,.85);color:var(--ink);font-size:10.5px;font-weight:600;letter-spacing:.04em;padding:5px 9px;border-radius:999px;backdrop-filter:blur(4px)}
html.rs .rsc-badge-dark{background:var(--ink);color:var(--ivory)}
html.rs .rsc-wish{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.9);border:0;display:flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer;transition:transform .2s}
html.rs .rsc-wish svg{fill:none}
html.rs .rsc-wish.on svg{fill:var(--red);stroke:var(--red)}
html.rs .rsc-wish:hover{transform:scale(1.08)}
html.rs .rsc-info{padding:14px 4px 4px;display:flex;flex-direction:column;gap:4px}
html.rs .rsc-brand{font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:600}
html.rs .rsc-name{font-size:14.5px;font-weight:600;line-height:1.35;color:var(--ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
html.rs .rsc-row{display:flex;align-items:baseline;gap:8px;margin-top:2px}
html.rs .rsc-price{font-size:15px;font-weight:700}
html.rs .rsc-compare{font-size:13px;color:#9A9189;text-decoration:line-through}
html.rs .rsc-color{font-size:12.5px;color:var(--muted);margin-top:2px}
html.rs .rsc-sw{display:flex;align-items:center;gap:6px;margin-top:8px}
html.rs .rsc-dot{width:34px;height:34px;border-radius:10px;background:var(--card);display:flex;align-items:center;justify-content:center;border:1.5px solid transparent;overflow:hidden;transition:border-color .2s}
html.rs .rsc-dot img{width:92%;height:92%;object-fit:contain;mix-blend-mode:multiply}
html.rs .rsc-dot.on{border-color:var(--ink)}
html.rs .rsc-dot:hover{border-color:#8f857a}
html.rs .rsc-sw-n{font-size:12px;color:var(--muted);margin-left:4px;white-space:nowrap}
@media(max-width:600px){html.rs .rsc-dot{width:28px;height:28px;border-radius:8px}html.rs .rsc-sw .rsc-dot:nth-child(n+4){display:none}html.rs .rsc-name{font-size:13.5px}html.rs .rsc-media{border-radius:14px}}

/* ── Scheda prodotto ── */
html.rs .rsp{max-width:1280px;margin:0 auto;padding:20px 24px 40px}
html.rs .rsp-crumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:12.5px;color:var(--muted);margin-bottom:20px}
html.rs .rsp-crumbs a{color:var(--muted);text-decoration:none}
html.rs .rsp-crumbs a:hover{color:var(--ink)}
html.rs .rsp-crumbs .cur{color:var(--ink);max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html.rs .rsp-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:56px;align-items:start}
html.rs .rsp-gallery{position:sticky;top:104px;display:flex;flex-direction:column;gap:12px}
html.rs .rsp-main{position:relative;aspect-ratio:1/1;background:var(--card);border-radius:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}
html.rs .rsp-main img{width:84%;height:84%;object-fit:contain;mix-blend-mode:multiply}
html.rs .rsp-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.85);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s}
html.rs .rsp-main:hover .rsp-arrow{opacity:1}
html.rs .rsp-arrow.l{left:16px}html.rs .rsp-arrow.r{right:16px}
html.rs .rsp-dots{position:absolute;bottom:16px;left:0;right:0;display:none;justify-content:center;gap:6px}
html.rs .rsp-dots span{width:6px;height:6px;border-radius:3px;background:var(--ink);opacity:.25;transition:all .2s}
html.rs .rsp-dots span.on{width:18px;opacity:1}
html.rs .rsp-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
html.rs .rsp-thumbs button{aspect-ratio:1/1;background:var(--card);border-radius:14px;border:1.5px solid transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden}
html.rs .rsp-thumbs button.on{border-color:var(--ink)}
html.rs .rsp-thumbs img{width:88%;height:88%;object-fit:contain;mix-blend-mode:multiply}
html.rs .rsp-info{display:flex;flex-direction:column;padding-top:8px}
html.rs .rsp-brand{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--red);text-decoration:none;margin-bottom:8px}
html.rs .rsp-title{font-size:clamp(2.2rem,3.6vw,3.3rem)!important;line-height:1.02!important;margin:0 0 10px}
html.rs .rsp-sub{font-size:14px;color:var(--muted);margin:0 0 22px}
html.rs .rsp-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
html.rs .rsp-price .now{font-size:30px;font-weight:700;letter-spacing:-.01em}
html.rs .rsp-price .was{font-size:17px;color:#9A9189;text-decoration:line-through}
html.rs .rsp-price .vat{font-size:12.5px;color:var(--muted)}
html.rs .rsp-klarna{margin-top:12px;background:var(--sand);border-radius:12px;padding:11px 15px;font-size:13.5px;color:#3B3631}
html.rs .rsp-avail{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;margin:18px 0 6px}
html.rs .rsp-avail .dot{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 4px rgba(47,125,75,.14)}
html.rs .rsp-avail.pre .dot{background:var(--gold);box-shadow:0 0 0 4px rgba(201,162,122,.2)}
html.rs .rsp-avail.no .dot{background:#9A9189;box-shadow:none}
html.rs .rsp-block{border-top:1px solid var(--line);padding:20px 0 4px;margin-top:18px}
html.rs .rsp-label{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-bottom:12px}
html.rs .rsp-label span{letter-spacing:0;text-transform:none;font-weight:500;color:var(--muted);font-size:13.5px;flex:1}
html.rs .rsp-link{background:none;border:0;padding:0;font-size:12.5px;letter-spacing:0;text-transform:none;font-weight:600;color:var(--ink);text-decoration:underline;text-underline-offset:3px;cursor:pointer}
html.rs .rsp-colors{display:flex;flex-wrap:wrap;gap:10px}
html.rs .rsp-colors a{position:relative;width:74px;height:74px;border-radius:16px;background:var(--card);border:1.5px solid transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s}
html.rs .rsp-colors a img{width:88%;height:88%;object-fit:contain;mix-blend-mode:multiply}
html.rs .rsp-colors a.on{border-color:var(--ink)}
html.rs .rsp-colors a:hover{border-color:#8f857a}
html.rs .rsp-colors a.off{opacity:.45}
html.rs .rsp-colors em{position:absolute;bottom:3px;left:0;right:0;text-align:center;font-style:normal;font-size:9.5px;font-weight:700;color:var(--muted)}
html.rs .rsp-hint{font-size:12.5px;color:var(--muted);margin-top:10px}
html.rs .rsp-sizes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
html.rs .rsp-sizes div{border:1px solid #D8CFC3;border-radius:14px;padding:11px 14px;display:flex;flex-direction:column;gap:2px}
html.rs .rsp-sizes small{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:600}
html.rs .rsp-sizes b{font-size:15.5px}
html.rs .rsp-buy{display:flex;flex-direction:column;gap:10px;margin-top:24px}
html.rs .rsp-buy-row{display:flex;gap:10px}
html.rs .rsp-qty{display:flex;align-items:center;border:1px solid #CFC5B7;border-radius:999px;height:56px;padding:0 6px;flex-shrink:0}
html.rs .rsp-qty button{width:38px;height:38px;border:0;background:none;font-size:18px;cursor:pointer;border-radius:50%;color:var(--ink)}
html.rs .rsp-qty button:hover{background:var(--sand)}
html.rs .rsp-qty span{min-width:22px;text-align:center;font-weight:700}
html.rs .rsp-btn{height:56px;border-radius:999px;font-size:15.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;transition:background .2s,color .2s,border-color .2s;text-decoration:none;padding:0 24px}
html.rs .rsp-btn.dark{background:var(--ink);color:var(--ivory);border:0}
html.rs .rsp-btn.dark:hover{background:#2A2622}
html.rs .rsp-btn.line{background:transparent;color:var(--ink);border:1px solid var(--ink)}
html.rs .rsp-btn.line:hover{background:var(--ink);color:var(--ivory)}
html.rs .rsp-paypal-f{margin-top:10px}
html.rs .rsp-btn.paypal{background:#fff;border:1px solid #D8CFC3;color:var(--ink);font-weight:500}
html.rs .rsp-btn.paypal b{font-weight:800;font-style:italic;color:#253B80;font-size:17px}
html.rs .rsp-btn.paypal b i{color:#179BD7}
html.rs .rsp-btn.paypal:hover{border-color:var(--ink)}
html.rs .rsp-notify{margin-top:24px;background:var(--sand);border-radius:18px;padding:22px}
html.rs .rsp-notify .t{font-weight:700;font-size:15px}
html.rs .rsp-notify p{font-size:13.5px;color:var(--muted);margin:4px 0 14px;line-height:1.55}
html.rs .rsp-notify .f{display:flex;flex-direction:column;gap:10px}
html.rs .rsp-notify input{height:52px;border-radius:999px;border:1px solid #CFC5B7;background:#fff;padding:0 20px;font-size:15px}
html.rs .rsp-notify .err{color:var(--red);font-size:13px;margin:0}
html.rs .rsp-notify .ok{font-weight:600;color:var(--ok)}
html.rs .rsp-wish{margin-top:6px}
html.rs .rsp-wish button{width:100%;background:none;border:0;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer}
html.rs .rsp-wish button.on svg{color:var(--red)}
html.rs .rsp-perks{list-style:none;margin:10px 0 0;padding:0;border-top:1px solid var(--line)}
html.rs .rsp-perks li{position:relative;padding:14px 0 14px 30px;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}
html.rs .rsp-perks li b{color:var(--ink);font-weight:700}
html.rs .rsp-perks li:before{content:"";position:absolute;left:2px;top:17px;width:14px;height:8px;border-left:2px solid var(--red);border-bottom:2px solid var(--red);transform:rotate(-45deg)}
html.rs .rsp-help{display:flex;flex-wrap:wrap;gap:6px;justify-content:space-between;align-items:center;margin-top:18px;padding:16px 18px;border-radius:16px;background:#fff;text-decoration:none;color:var(--ink);font-size:14px}
html.rs .rsp-help span{color:var(--muted)}
html.rs .rsp-pay{margin-top:16px;font-size:12px;color:#9A9189;text-align:center;letter-spacing:.02em}
html.rs .rsp-details{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:56px;border-top:1px solid var(--line);margin-top:64px;padding-top:56px}
html.rs .rsp-details h2{font-size:clamp(2rem,3vw,2.6rem)!important;margin:8px 0 24px;line-height:1.05}
html.rs .rsp-specs{margin:0;display:flex;flex-direction:column}
html.rs .rsp-specs div{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}
html.rs .rsp-specs dt{color:var(--muted)}
html.rs .rsp-specs dd{margin:0;font-weight:600}
html.rs .rsp-prose{font-size:15.5px;line-height:1.8;color:#3B3631}
html.rs .rsp-prose p{margin:0 0 16px}
html.rs .rsp-prose strong{color:var(--ink)}
html.rs .rsp-tp{display:flex;flex-direction:column;gap:6px;margin-top:24px;padding:20px 22px;border-radius:18px;background:#fff;text-decoration:none;color:var(--ink);font-size:14.5px}
html.rs .rsp-related{margin-top:72px}
html.rs .rsp-sticky{display:none}
html.rs .rsp-dialog{border:0;border-radius:24px;padding:0;max-width:460px;width:calc(100% - 32px);background:var(--ivory);color:var(--ink)}
html.rs .rsp-dialog::backdrop{background:rgba(23,21,19,.55);backdrop-filter:blur(3px)}
html.rs .rsp-dialog .in{padding:28px}
html.rs .rsp-dialog .hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
html.rs .rsp-dialog h3{font-size:30px;margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-weight:500}
html.rs .rsp-dialog .hd button{border:0;background:var(--sand);width:36px;height:36px;border-radius:50%;cursor:pointer}
html.rs .rsp-dialog p{font-size:14px;color:var(--muted);line-height:1.6}
html.rs .rsp-dialog .ex{font-size:22px;font-weight:700;background:#fff;border-radius:12px;padding:12px 16px;display:inline-block;margin:4px 0 14px}
html.rs .rsp-dialog ul{padding-left:18px;font-size:14px;line-height:1.7}
html.rs .rsp-dialog .note{border-top:1px solid var(--line);padding-top:12px;margin-top:12px}
@media(max-width:1023px){
  html.rs .rsp{padding:12px 16px 110px}
  html.rs .rsp-grid{grid-template-columns:1fr;gap:22px}
  html.rs .rsp-gallery{position:relative;top:0}
  html.rs .rsp-main{border-radius:20px}
  html.rs .rsp-dots{display:flex}
  html.rs .rsp-arrow{display:none}
  html.rs .rsp-thumbs{display:none}
  html.rs .rsp-details{grid-template-columns:1fr;gap:24px;margin-top:40px;padding-top:36px}
  html.rs .rsp-specs div{grid-template-columns:130px 1fr}
  html.rs .rsp-related{margin-top:48px}
  html.rs .rsp-sticky{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:45;gap:12px;align-items:center;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(245,241,234,.97);backdrop-filter:blur(8px);border-top:1px solid var(--line)}
  html.rs .rsp-sticky div{display:flex;flex-direction:column;min-width:0;flex:1}
  html.rs .rsp-sticky small{font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  html.rs .rsp-sticky b{font-size:18px}
  html.rs .rsp-sticky .rsp-btn{width:auto;height:50px;flex-shrink:0;font-size:14.5px}
  html.rs .rsp-colors a{width:64px;height:64px;border-radius:14px}
}

/* ── Catalogo / categoria ── */
html.rs .rsl{max-width:1280px;margin:0 auto;padding:20px 24px 72px}
html.rs .rsl-head{padding:12px 0 26px}
html.rs .rsl-head h1{font-size:clamp(2.6rem,5.4vw,4.6rem)!important;line-height:1!important;margin:0}
html.rs .rsl-head p{max-width:620px;font-size:16px;line-height:1.65;color:var(--muted);margin:14px 0 0}
html.rs .rsl-bar{position:sticky;top:72px;z-index:30;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;background:rgba(245,241,234,.96);backdrop-filter:blur(8px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
@media(min-width:1024px){html.rs .rsl-bar{top:84px}}
html.rs .rsl-cats{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
html.rs .rsl-cats::-webkit-scrollbar{display:none}
html.rs .rsl-cats a{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;color:var(--ink);text-decoration:none;white-space:nowrap;border:1px solid transparent}
html.rs .rsl-cats a:hover{border-color:#CFC5B7}
html.rs .rsl-cats a.on{background:var(--ink);color:var(--ivory)}
html.rs .rsl-tools{display:flex;gap:10px;flex-shrink:0}
html.rs .rsl-fbtn{display:flex;align-items:center;gap:8px;height:42px;padding:0 18px;border-radius:999px;border:1px solid #CFC5B7;background:#fff;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer}
html.rs .rsl-fbtn span{background:var(--ink);color:var(--ivory);border-radius:999px;font-size:11px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}
html.rs .rsl-sort select{height:42px;border-radius:999px;border:1px solid #CFC5B7;background-color:#fff;padding:0 38px 0 16px;font-size:14px;font-weight:600;color:var(--ink)}
html.rs .rsl-brands{display:flex;gap:6px 22px;flex-wrap:wrap;padding:18px 0 6px}
html.rs .rsl-brands a{font-family:'Cormorant Garamond',Georgia,serif;font-size:21px;font-weight:600;color:#6B6259;text-decoration:none;padding:2px 0;border-bottom:1.5px solid transparent;transition:color .2s}
html.rs .rsl-brands a:hover{color:var(--ink)}
html.rs .rsl-brands a.on{color:var(--ink);border-bottom-color:var(--ink)}
html.rs .rsl-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 0 22px;font-size:13.5px;color:var(--muted)}
html.rs .rsl-meta b{color:var(--ink)}
html.rs .rsl-chip{display:inline-flex;gap:8px;align-items:center;padding:6px 12px;border-radius:999px;background:var(--sand);color:var(--ink);text-decoration:none;font-weight:600;font-size:12.5px}
html.rs .rsl-clear{color:var(--ink);font-weight:600;text-decoration:underline;text-underline-offset:3px}
html.rs .rsl-grid{row-gap:40px!important}
html.rs .rsl-pages{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:56px}
html.rs .rsl-pages a,html.rs .rsl-pages .dis{height:46px;padding:0 22px;border-radius:999px;border:1px solid var(--ink);display:inline-flex;align-items:center;font-size:14px;font-weight:600;color:var(--ink);text-decoration:none}
html.rs .rsl-pages a:hover{background:var(--ink);color:var(--ivory)}
html.rs .rsl-pages .dis{opacity:.3;border-color:#9A9189}
html.rs .rsl-pages .n{font-size:13.5px;color:var(--muted)}
html.rs .rsl-empty{text-align:center;padding:80px 16px;display:flex;flex-direction:column;align-items:center;gap:12px}
html.rs .rsl-empty .serif{font-size:36px}
html.rs .rsl-empty p{color:var(--muted);max-width:420px}
html.rs .rsl-drawer{position:fixed;inset:0;z-index:80}
html.rs .rsl-drawer .bg{position:absolute;inset:0;background:rgba(23,21,19,.45)}
html.rs .rsl-drawer .pn{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);background:var(--ivory);display:flex;flex-direction:column}
html.rs .rsl-drawer .hd{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--line)}
html.rs .rsl-drawer .hd .serif{font-size:30px}
html.rs .rsl-drawer .hd button{border:0;background:var(--sand);width:38px;height:38px;border-radius:50%;cursor:pointer}
html.rs .rsl-drawer .bd{flex:1;overflow-y:auto;padding:8px 24px 24px}
html.rs .rsl-drawer fieldset{border:0;padding:18px 0;margin:0;border-bottom:1px solid var(--line)}
html.rs .rsl-drawer legend{font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin-bottom:12px;padding:0}
html.rs .rsl-drawer .opts{display:flex;flex-wrap:wrap;gap:8px}
html.rs .rsl-drawer .opts label{cursor:pointer}
html.rs .rsl-drawer .opts input{position:absolute;opacity:0;pointer-events:none}
html.rs .rsl-drawer .opts label{display:inline-flex;padding:8px 14px;border-radius:999px;border:1px solid #CFC5B7;font-size:13.5px;font-weight:600;background:#fff}
html.rs .rsl-drawer .opts label:has(input:checked){background:var(--ink);color:var(--ivory);border-color:var(--ink)}
html.rs .rsl-drawer .price{display:flex;gap:10px}
html.rs .rsl-drawer .price select{flex:1;height:46px;border-radius:12px;border:1px solid #CFC5B7;background-color:#fff;font-size:14px}
html.rs .rsl-drawer .tg{display:flex;align-items:center;gap:10px;font-size:14.5px;padding:6px 0;cursor:pointer}
html.rs .rsl-drawer .tg input{width:20px;height:20px;border-radius:6px;color:var(--ink)}
html.rs .rsl-drawer .ft{display:flex;gap:10px;padding:16px 24px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}
html.rs .rsl-drawer .ft>*{flex:1}
@media(max-width:1023px){
  html.rs .rsl{padding:12px 16px 56px}
  html.rs .rsl-bar{top:72px;flex-direction:column;align-items:stretch;gap:10px}
  html.rs .rsl-tools>*{flex:1}
  html.rs .rsl-sort select{width:100%}
  html.rs .rsl-fbtn{justify-content:center}
  html.rs .rsl-brands{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;gap:18px}
  html.rs .rsl-brands a{white-space:nowrap;font-size:19px}
  html.rs .rsl-grid{row-gap:28px!important}
  html.rs .rsl-pages{gap:10px}
  html.rs .rsl-pages a,html.rs .rsl-pages .dis{padding:0 14px;font-size:13px}
}

/* ── Footer ── */
html.rs .rsf{background:var(--sand);color:var(--ink);margin-top:40px;border-top:1px solid var(--line)}
html.rs .rsf-in{max-width:1280px;margin:0 auto;padding:64px 24px 28px}
html.rs .rsf-top{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:48px}
html.rs .rsf-brand .rs-logo{font-size:46px;text-decoration:none;display:inline-block}
html.rs .rsf-brand p{font-size:15px;line-height:1.65;color:var(--muted);max-width:360px;margin:14px 0 18px}
html.rs .rsf-contact{display:flex;flex-direction:column;gap:6px}
html.rs .rsf-contact a,html.rs .rsf-ig{font-size:14.5px;font-weight:600;color:var(--ink);text-decoration:none}
html.rs .rsf-ig{display:inline-flex;align-items:center;gap:8px;margin-top:14px}
html.rs .rsf-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
html.rs .rsf-cols div{display:flex;flex-direction:column;gap:11px}
html.rs .rsf-cols h3{font-size:11.5px!important;letter-spacing:.2em!important;text-transform:uppercase;font-weight:700!important;margin:0 0 6px;color:var(--ink)!important}
html.rs .rsf-cols a{font-size:14.5px;color:#4A433C;text-decoration:none}
html.rs .rsf a:hover{color:var(--red)}
html.rs .rsf-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 24px;margin-top:52px;padding-top:22px;border-top:1px solid #D8CFC3;font-size:12.5px;color:var(--muted)}
html.rs .rsf-bottom a{color:var(--muted);text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){
  html.rs .rsf-in{padding:44px 16px 24px}
  html.rs .rsf-top{grid-template-columns:1fr;gap:36px}
  html.rs .rsf-cols{grid-template-columns:1fr 1fr;row-gap:30px}
  html.rs .rsf-bottom{flex-direction:column}
}
/* back-to-top e chat sopra la barra acquisto mobile */
html.rs #back-to-top{background:var(--ink)!important}
@media(max-width:1023px){html.rs body:has(.rsp-sticky) #easychat-wrap{bottom:84px!important}}
@media(max-width:640px){html.rs .rs-topbar2 span{white-space:nowrap}html.rs .rs-topbar2{font-size:11px;padding:8px 10px}}
html.rs h1,html.rs h2,html.rs .serif{font-variant-numeric:lining-nums}
/* Header: niente sfondi sui pulsanti (su telefono il tocco lasciava il cerchio chiaro sulla X) */
html.rs header.sticky button,html.rs header.sticky .h-16 a{background:transparent!important;-webkit-tap-highlight-color:transparent;box-shadow:none!important}
html.rs header.sticky button:focus{outline:none}
html.rs header.sticky button:focus-visible,html.rs header.sticky .h-16 a:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
/* Menu mobile */
html.rs header.sticky nav[aria-label="Menu mobile"]{padding:10px 20px 22px!important}
html.rs header.sticky nav[aria-label="Menu mobile"] a,html.rs header.sticky nav[aria-label="Menu mobile"] button{font-size:16px!important;padding:12px 4px!important;border-radius:0!important;border-bottom:1px solid var(--line);color:var(--ink)!important;background:transparent!important}
html.rs header.sticky nav[aria-label="Menu mobile"] > a:nth-child(-n+6){font-family:'Cormorant Garamond',Georgia,serif;font-size:25px!important;font-weight:500!important;padding:10px 4px!important}
html.rs header.sticky .border-t.border-gray-100.bg-white{background:var(--ivory)!important;border-color:var(--line)!important}
html.rs .rsp-notify .priv{font-size:12px;color:var(--muted)}
/* Contatti */
html.rs .rsc-page{max-width:1180px;margin:0 auto;padding:20px 24px 72px}
html.rs .rsc-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:12px}
html.rs .rsc-h1{font-size:clamp(2.6rem,5vw,4.2rem)!important;line-height:1.02!important;margin:10px 0 18px}
html.rs .rsc-lead{font-size:16.5px;line-height:1.7;color:var(--muted);max-width:460px;margin:0 0 26px}
html.rs .rsc-ways{display:flex;flex-direction:column;gap:12px;max-width:440px}
html.rs .rsc-ways a{display:flex;flex-direction:column;gap:2px;padding:18px 22px;border-radius:18px;background:#fff;text-decoration:none;color:var(--ink);border:1px solid transparent;transition:border-color .2s}
html.rs .rsc-ways a:hover{border-color:var(--ink)}
html.rs .rsc-ways small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-weight:700}
html.rs .rsc-ways b{font-size:17px}
html.rs .rsc-hours{font-size:13.5px;color:var(--muted);margin-top:18px}
html.rs .rsc-formbox{background:var(--sand);border-radius:24px;padding:32px}
html.rs .rsc-formbox form{display:flex;flex-direction:column;gap:14px}
html.rs .rsc-formbox label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}
html.rs .rsc-formbox input,html.rs .rsc-formbox textarea{border:1px solid #CFC5B7;border-radius:14px;background:#fff;padding:13px 16px;font-size:15px}
html.rs .rsc-err{color:var(--red);font-size:12.5px;margin:-8px 0 0}
html.rs .rsc-ok{background:#fff;border-radius:14px;padding:14px 16px;margin-bottom:14px;font-weight:600;color:var(--ok)}
html.rs .rsc-legal{margin-top:48px;padding-top:20px;border-top:1px solid var(--line);font-size:12.5px;color:var(--muted)}
@media(max-width:900px){html.rs .rsc-page{padding:12px 16px 56px}html.rs .rsc-grid{grid-template-columns:1fr;gap:32px}html.rs .rsc-formbox{padding:22px}}
/* bottoni ambra rimasti (vecchie pagine) */
html.rs .bg-amber-500{background-color:var(--ink)!important}
html.rs .rsp-calibri{display:flex;flex-wrap:wrap;gap:8px}
html.rs .rsp-calibri a{display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 20px;border-radius:999px;border:1px solid #CFC5B7;background:#fff;font-weight:600;font-size:14.5px;color:var(--ink);text-decoration:none}
html.rs .rsp-calibri a.on{background:var(--ink);color:var(--ivory);border-color:var(--ink)}
html.rs .rsp-calibri em{font-style:normal;font-size:12px;opacity:.7}
/* filtro colore montatura 26/9 */
html.rs .rsl-colors label{display:flex;align-items:center;gap:.5rem}
html.rs .rsl-colors .sw{display:inline-block;width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.18);flex:0 0 16px}
/* descrizione prodotto: elenco leggibile 26/9 */
html.rs .rsp-prose ul{list-style:none;padding:0;margin:1rem 0;border-top:1px solid rgba(0,0,0,.08)}
html.rs .rsp-prose ul li{padding:.55rem 0;border-bottom:1px solid rgba(0,0,0,.08)}
html.rs .rsp-prose p{margin:.8rem 0}
/* badge polarizzate sui colori 26/9 */
html.rs .rsp-colors i.pol{position:absolute;top:4px;left:4px;font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.04em;background:var(--ink);color:#fff;border-radius:6px;padding:2px 4px;line-height:1}
/* galleria telefono a scorrimento 26/9 */
html.rs .rsp-slider-wrap{display:none}
@media (max-width: 1023px){
  html.rs .rsp-main{display:none}
  html.rs .rsp-slider-wrap{display:block}
  html.rs .rsp-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:20px;background:var(--card)}
  html.rs .rsp-slider::-webkit-scrollbar{display:none}
  html.rs .rsp-slider .sl{flex:0 0 100%;aspect-ratio:1/1;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;background:var(--card);isolation:isolate}
  html.rs .rsp-slider .sl img{width:86%;height:86%;object-fit:contain;mix-blend-mode:multiply}
  html.rs .rsp-sdots{display:flex;justify-content:center;gap:8px;margin-top:12px}
  html.rs .rsp-sdots button{width:8px;height:8px;border-radius:4px;border:0;padding:0;background:var(--ink);opacity:.25;transition:all .2s}
  html.rs .rsp-sdots button.on{width:22px;opacity:1}
  html.rs .rsp-scount{text-align:center;font-size:12px;color:var(--muted);margin-top:6px}
}

/* tessere home: testo sempre sotto la foto (26/9) */
html.rs .rsh-tile{flex-direction:column;padding:16px 18px 14px}
html.rs .rsh-tile img{flex:1 1 auto;min-height:0;max-height:100%;width:auto;max-width:84%}
html.rs .rsh-tile .rsh-tag{position:static;align-self:stretch;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35}
@media(max-width:600px){
  html.rs .rsh-tiles{grid-template-rows:240px 210px}
  html.rs .rsh-tile{padding:12px 12px 10px}
  html.rs .rsh-tile .rsh-tag{font-size:12px}
}
html.rs .rsh-tile .rsh-tag b{white-space:nowrap;font-weight:700}
/* pagine marchio/modello 26/9 */
html.rs .rsld .rsl-head p{max-width:760px}
html.rs .rsld-models{margin:8px 0 26px}
html.rs .rsld-models .lb{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:10px}
html.rs .rsld-models .ls{display:flex;flex-wrap:wrap;gap:8px}
html.rs .rsld-models a{display:inline-flex;flex-direction:column;padding:9px 14px;border:1px solid rgba(0,0,0,.14);border-radius:14px;text-decoration:none;color:var(--ink);font-weight:600;font-size:14px;background:#fff8}
html.rs .rsld-models a small{font-weight:400;font-size:11.5px;color:var(--muted)}
html.rs .rsld-models a:hover{border-color:var(--ink)}
html.rs .rsld-brands{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin:10px 0 40px}
html.rs .rsld-brand{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:20px;background:var(--card);text-decoration:none;color:var(--ink)}
html.rs .rsld-brand .im{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
html.rs .rsld-brand .im img{max-width:84%;max-height:84%;object-fit:contain;mix-blend-mode:multiply}
html.rs .rsld-brand .nm{font-family:'Cormorant Garamond',serif;font-size:24px}
html.rs .rsld-brand .mt{font-size:12.5px;color:var(--muted)}
html.rs .rsld-more{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:34px 0 10px}
@media(max-width:600px){html.rs .rsld-brands{grid-template-columns:1fr 1fr;gap:10px} html.rs .rsld-brand .nm{font-size:19px}}
html.rs .rsld-models details.more{margin-top:10px}
html.rs .rsld-models details.more summary{cursor:pointer;font-size:13.5px;font-weight:600;text-decoration:underline;text-underline-offset:3px;padding:6px 0;list-style:none}
html.rs .rsld-models details.more summary::-webkit-details-marker{display:none}
html.rs .rsld-models details.more .ls{margin-top:10px}
