/* ============================================================
   VeroSoft — design system
   Nessun !important di difesa: non c'è più un tema da combattere.
   ============================================================ */

:root{
  --ofx-blue:#245de8; --ofx-blue-d:#1646bc; --ofx-blue-l:#eaf1fe;
  --ofx-green:#00b67a; --ofx-green-d:#009a67;
  --ofx-ink:#142b49; --ofx-gray:#5b6573; --ofx-gray-l:#eef1f5;
  --ofx-bg:#f6f8fb; --ofx-white:#fff; --ofx-amber:#b45309; --ofx-amber-bg:#fff7ed;
  --ofx-radius:14px; --ofx-shadow:0 6px 24px rgba(21,32,46,.08);
  --ofx-shadow-sm:0 2px 8px rgba(21,32,46,.04);
  --ofx-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--ofx-font);color:var(--ofx-ink);background:var(--ofx-white);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:clip}
img{max-width:100%;height:auto}
a{color:var(--ofx-blue);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{line-height:1.25;margin:0 0 .5em;color:var(--ofx-ink);font-weight:700}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--ofx-blue);outline-offset:2px;border-radius:4px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--ofx-blue);color:#fff;padding:10px 16px;z-index:9999;border-radius:0 0 8px 0}
.skip-link:focus{left:0}

.ofx-container{max-width:1180px;margin:0 auto;padding:0 20px}
.ofx-section{padding:56px 0}
.ofx-section--alt{background:var(--ofx-bg)}
.ofx-kicker{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ofx-blue);margin-bottom:8px}
.ofx-h2{font-size:clamp(24px,3.2vw,32px);text-align:center;margin-bottom:8px}
.ofx-sub{color:var(--ofx-gray);text-align:center;max-width:640px;margin:0 auto 36px}

/* ---------- TOPBAR + HEADER ---------- */
#ofx-topbar{background:var(--ofx-ink);color:#fff;font-size:13px}
#ofx-topbar .ofx-container{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;flex-wrap:wrap;padding-top:4px;padding-bottom:4px}
#ofx-topbar .ofx-topbar-usp{display:flex;gap:18px;flex-wrap:wrap}
#ofx-topbar a{color:#9be3c6;font-weight:600}
@media(max-width:768px){#ofx-topbar .ofx-topbar-usp span:not(:first-child){display:none}}

#ofx-header{background:var(--ofx-white);border-bottom:1px solid var(--ofx-gray-l);position:sticky;top:0;z-index:500}
.admin-bar #ofx-header{top:32px}
@media(max-width:782px){.admin-bar #ofx-header{top:46px}}
#ofx-header .ofx-container{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px}
.ofx-logo{font-size:24px;font-weight:800;letter-spacing:.02em;color:var(--ofx-ink);text-decoration:none;display:flex;flex-direction:column;line-height:1.1}
.ofx-logo:hover{text-decoration:none}
.ofx-logo span{color:var(--ofx-blue)}
.ofx-logo small{font-size:11px;font-weight:500;color:var(--ofx-gray);letter-spacing:.04em}
.ofx-nav{display:flex;gap:26px;align-items:center}
.ofx-nav ul{display:flex;gap:26px;align-items:center;list-style:none;margin:0;padding:0}
.ofx-nav a{color:var(--ofx-ink);font-weight:600;font-size:15px}
.ofx-nav a:hover{color:var(--ofx-blue);text-decoration:none}
.ofx-nav .current-menu-item>a{color:var(--ofx-blue)}
.ofx-header-actions{display:flex;align-items:center;gap:12px}
.ofx-btn-wa-sm{display:inline-flex;align-items:center;gap:7px;background:var(--ofx-green);color:#fff;font-weight:700;font-size:14px;padding:9px 16px;border-radius:99px;transition:background .15s}
.ofx-btn-wa-sm:hover{background:var(--ofx-green-d);color:#fff;text-decoration:none}
.ofx-cart-link{display:inline-flex;align-items:center;gap:6px;color:var(--ofx-ink);font-weight:600;font-size:14px;padding:8px 10px;border:1px solid var(--ofx-gray-l);border-radius:10px}
.ofx-cart-link:hover{border-color:var(--ofx-blue);color:var(--ofx-blue);text-decoration:none}
.ofx-cart-count{background:var(--ofx-blue);color:#fff;border-radius:99px;font-size:11px;font-weight:800;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}
#ofx-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;background:transparent;border:0;cursor:pointer;-webkit-appearance:none;appearance:none}
#ofx-burger span{display:block;width:24px;height:2.5px;background:var(--ofx-ink);border-radius:2px;transition:transform .2s,opacity .2s}
@media(max-width:900px){.ofx-nav{display:none}#ofx-burger{display:inline-flex}.ofx-btn-wa-sm span{display:none}.ofx-btn-wa-sm{padding:9px 11px}}
#ofx-mobilenav{display:none;border-top:1px solid var(--ofx-gray-l);background:#fff}
#ofx-mobilenav.open{display:block}
#ofx-mobilenav ul{list-style:none;margin:0;padding:8px 0}
#ofx-mobilenav a{display:block;padding:13px 20px;font-weight:600;color:var(--ofx-ink);border-bottom:1px solid var(--ofx-gray-l)}
#ofx-mobilenav a:hover{background:var(--ofx-bg);text-decoration:none}

/* ---------- BREADCRUMB ---------- */
.ofx-breadcrumb{font-size:13px;color:var(--ofx-gray);padding:14px 0 0}
.ofx-breadcrumb a{color:var(--ofx-gray)}
.ofx-breadcrumb a:hover{color:var(--ofx-blue)}

/* ---------- HERO PRODOTTO ---------- */
#ofx-hero{padding:28px 0 48px}
.ofx-hero-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:48px;align-items:start}
.ofx-hero-media{position:sticky;top:96px}
.ofx-hero-imgbox{background:linear-gradient(160deg,var(--ofx-blue-l),#fff 70%);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:28px;text-align:center}
.ofx-hero-imgbox img{max-height:420px;object-fit:contain}
.ofx-hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;justify-content:center}
.ofx-chip{background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:99px;padding:6px 13px;font-size:12.5px;font-weight:600;color:var(--ofx-ink);display:inline-flex;align-items:center;gap:6px}
.ofx-chip svg{width:14px;height:14px;flex:none}
.ofx-overtitle{font-size:13px;font-weight:800;letter-spacing:.1em;color:var(--ofx-blue);text-transform:uppercase;margin-bottom:10px}
.ofx-h1{font-size:clamp(26px,3.6vw,38px);margin-bottom:12px}
.ofx-hero-subtitle{font-size:17px;color:var(--ofx-gray);margin-bottom:18px}
.ofx-pricebox{display:inline-flex;align-items:baseline;gap:12px;background:#fff;border:1px solid #e3e9f3;border-left:4px solid var(--ofx-blue);border-radius:12px;padding:14px 22px;margin:8px 0 14px;box-shadow:0 8px 22px rgba(21,32,46,.08)}
.ofx-pricebox .price{font-size:44px;font-weight:800;color:var(--ofx-ink);letter-spacing:-.5px;line-height:1}
.ofx-pricebox .price del{color:var(--ofx-gray);font-weight:500;font-size:20px;margin-right:8px}
.ofx-pricebox .price ins{text-decoration:none;color:var(--ofx-blue)}
.ofx-iva{font-size:12px;color:var(--ofx-blue-d);font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.ofx-payonce{font-size:13.5px;color:var(--ofx-green-d);font-weight:700;margin-bottom:16px}
.ofx-benefits{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:9px}
.ofx-benefits li{display:flex;gap:10px;align-items:flex-start;font-size:15px}
.ofx-benefits li svg{width:19px;height:19px;flex:none;margin-top:3px}
.ofx-diff{background:var(--ofx-blue-l);border-left:4px solid var(--ofx-blue);border-radius:10px;padding:14px 18px;font-size:16.5px;font-weight:700;color:var(--ofx-blue-d);margin-bottom:20px}
.ofx-cartform .quantity-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.ofx-cartform label{font-size:14px;font-weight:600;color:var(--ofx-gray)}
.ofx-cartform .quantity input{width:74px;padding:11px;border:1px solid var(--ofx-gray-l);border-radius:10px;font-size:15px;font-weight:700;text-align:center;font-family:inherit}
.ofx-btn-buy{display:flex;width:100%;align-items:center;justify-content:center;gap:10px;background:var(--ofx-blue);color:#fff;border:0;border-radius:12px;padding:17px 28px;font-size:18px;font-weight:800;letter-spacing:.03em;cursor:pointer;transition:background .15s,transform .1s;text-transform:uppercase}
.ofx-btn-buy:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
.ofx-btn-buy:active{transform:scale(.99)}
.ofx-btn-wa{display:flex;width:100%;align-items:center;justify-content:center;gap:10px;background:#fff;color:var(--ofx-green-d);border:2px solid var(--ofx-green);border-radius:12px;padding:13px 24px;font-size:15px;font-weight:700;margin-top:10px;transition:background .15s}
.ofx-btn-wa:hover{background:#f0fbf7;color:var(--ofx-green-d);text-decoration:none}
.ofx-microtext{text-align:center;font-size:13px;color:var(--ofx-gray);margin-top:10px}
.ofx-note{background:var(--ofx-amber-bg);border:1px solid #fcd9b6;border-radius:10px;padding:13px 16px;font-size:14px;color:var(--ofx-amber);margin-top:18px}
.ofx-note strong{color:#92400e}
@media(max-width:920px){.ofx-hero-grid{grid-template-columns:1fr;gap:28px}.ofx-hero-media{position:static}.ofx-hero-imgbox img{max-height:300px}}

/* ---------- TRUST BAR ---------- */
#ofx-trustbar{background:var(--ofx-ink);color:#fff;padding:18px 0}
#ofx-trustbar .ofx-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 30px;align-items:center}
.ofx-trust-item{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:600;color:#dbe3ee}
.ofx-trust-item .ofx-tp-stars{color:var(--ofx-green);letter-spacing:1px}
.ofx-trust-item a{color:#9be3c6}
@media(max-width:768px){#ofx-trustbar{padding:22px 0}#ofx-trustbar .ofx-container{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px;justify-items:start;text-align:left}.ofx-trust-item{font-size:13px}}
@media(max-width:430px){#ofx-trustbar .ofx-container{grid-template-columns:1fr;gap:13px}}

/* ---------- CARDS / APPS / STEPS ---------- */
.ofx-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ofx-card{background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:22px;box-shadow:var(--ofx-shadow-sm)}
.ofx-card h3{font-size:16px;margin:10px 0 6px}
.ofx-card p{font-size:14px;color:var(--ofx-gray);margin:0}
.ofx-card .ofx-ico{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--ofx-blue-l)}
.ofx-card .ofx-ico svg{width:22px;height:22px}

.ofx-apps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ofx-app{background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:18px 14px;text-align:center;transition:box-shadow .15s,transform .15s}
.ofx-app:hover{box-shadow:var(--ofx-shadow);transform:translateY(-2px)}
.ofx-app .ofx-app-badge{width:46px;height:46px;border-radius:10px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:19px;color:#fff}
.ofx-app h3{font-size:15px;margin:0 0 4px}
.ofx-app p{font-size:12.5px;color:var(--ofx-gray);margin:0}

.ofx-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}
.ofx-step{background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:22px;position:relative}
.ofx-step .num{width:34px;height:34px;border-radius:50%;background:var(--ofx-blue);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:12px}
.ofx-step h3{font-size:15.5px;margin-bottom:4px}
.ofx-step p{font-size:13.5px;color:var(--ofx-gray);margin:0}

/* ---------- SPECS ---------- */
.ofx-specs-wrap{max-width:840px;margin:0 auto}
.ofx-specs{width:100%;border-collapse:collapse;background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);overflow:hidden;font-size:14.5px;box-shadow:var(--ofx-shadow-sm)}
.ofx-specs th,.ofx-specs td{padding:13px 18px;text-align:left;border-bottom:1px solid var(--ofx-gray-l);vertical-align:top}
.ofx-specs tr:last-child th,.ofx-specs tr:last-child td{border-bottom:0}
.ofx-specs th{width:38%;color:var(--ofx-gray);font-weight:600;background:#fafbfd}
.ofx-specs td{font-weight:600}
.ofx-specs .warn{color:var(--ofx-amber)}
@media(max-width:600px){.ofx-specs th,.ofx-specs td{display:block;width:100%}.ofx-specs th{padding-bottom:2px;background:transparent}.ofx-specs td{padding-top:2px;border-bottom:1px solid var(--ofx-gray-l)}.ofx-specs tr:last-child td{border-bottom:0}}

/* ---------- WHY ---------- */
.ofx-why-lead{text-align:center;font-size:18px;font-weight:700;color:var(--ofx-blue-d);max-width:620px;margin:0 auto 32px}
.ofx-why{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:920px){.ofx-cards,.ofx-apps,.ofx-why{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.ofx-cards,.ofx-why{grid-template-columns:1fr}.ofx-apps{grid-template-columns:repeat(2,1fr)}}

/* ---------- RECENSIONI ---------- */
.ofx-tp-head{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}
.ofx-tp-score{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:18px}
.ofx-tp-score .stars{color:var(--ofx-green);font-size:20px;letter-spacing:2px}
.ofx-carousel-wrap{position:relative;margin-top:30px}
.ofx-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.ofx-review{flex:0 0 calc((100% - 36px)/3);scroll-snap-align:start;background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:22px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--ofx-shadow-sm)}
.ofx-review .stars{color:var(--ofx-green);font-size:17px;letter-spacing:2px}
.ofx-review h3{font-size:15px;margin:0}
.ofx-review p{font-size:14px;color:var(--ofx-gray);margin:0;flex:1}
.ofx-review .who{font-size:13px;font-weight:700;color:var(--ofx-ink)}
.ofx-review .when{font-size:12px;color:var(--ofx-gray);font-weight:500}
.ofx-car-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--ofx-gray-l);background:var(--ofx-white);box-shadow:var(--ofx-shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;font-size:0;padding:0}
.ofx-car-btn svg{width:18px;height:18px}
.ofx-car-btn:hover{border-color:var(--ofx-blue)}
.ofx-car-prev{left:-12px}.ofx-car-next{right:-12px}
.ofx-tp-foot{text-align:center;margin-top:14px;font-size:13.5px;color:var(--ofx-gray)}
.ofx-tp-foot a{font-weight:700}
@media(max-width:920px){.ofx-review{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:620px){.ofx-review{flex-basis:88%}.ofx-car-prev,.ofx-car-next{display:none}}
@media(prefers-reduced-motion:reduce){.ofx-carousel{scroll-behavior:auto}}

/* ---------- PAGAMENTI ---------- */
.ofx-pay-badges{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:22px}
.ofx-pay-badge{border:1px solid var(--ofx-gray-l);background:var(--ofx-white);border-radius:10px;padding:10px 22px;font-weight:800;font-size:15px;color:var(--ofx-ink);display:inline-flex;align-items:center;gap:8px}
.ofx-pay-badge.paypal{color:#003087}.ofx-pay-badge.visa{color:#1434cb}.ofx-pay-badge.mc{color:#eb001b}.ofx-pay-badge.stripe{color:#635bff}
.ofx-pay-note{text-align:center;font-size:13px;color:var(--ofx-gray);margin-top:14px}

/* ---------- FAQ ---------- */
.ofx-faq{max-width:820px;margin:0 auto}
.ofx-faq-item{border:1px solid var(--ofx-gray-l);border-radius:12px;background:var(--ofx-white);margin-bottom:10px;overflow:hidden}
.ofx-faq-q{display:flex;width:100%;justify-content:space-between;align-items:center;gap:14px;background:none;border:0;padding:16px 18px;font-size:15.5px;font-weight:700;color:var(--ofx-ink);cursor:pointer;text-align:left}
.ofx-faq-q:hover{background:#fafbfd}
.ofx-faq-q .chev{flex:none;width:22px;height:22px;border-radius:50%;background:var(--ofx-blue-l);color:var(--ofx-blue);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;transition:transform .2s}
.ofx-faq-q[aria-expanded=true] .chev{transform:rotate(45deg)}
.ofx-faq-a{padding:0 18px 16px;font-size:14.5px;color:var(--ofx-gray)}
.ofx-faq-a[hidden]{display:none}
@media(prefers-reduced-motion:reduce){.ofx-faq-q .chev{transition:none}}

/* ---------- CONTENUTO LUNGO / GUIDA SEO ---------- */
.ofx-seo-box{max-width:860px;margin:0 auto}
#ofx-seo h2.ofx-h2{text-align:left}
.ofx-seo-box h2{font-size:clamp(22px,2.8vw,28px);margin-top:34px}
.ofx-seo-box h3{font-size:20px;margin-top:32px}
.ofx-seo-box p,.ofx-seo-box li{font-size:15px;color:#3c4654}
.ofx-seo-box ul,.ofx-seo-box ol{padding-left:20px}
.ofx-seo-box table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14.5px}
.ofx-seo-box table th,.ofx-seo-box table td{border:1px solid var(--ofx-gray-l);padding:10px 14px;text-align:left}
.ofx-seo-box table th{background:#fafbfd;font-weight:700}
.ofx-toc{background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:12px;padding:18px 22px;margin:20px 0;font-size:14.5px}
.ofx-toc strong{display:block;margin-bottom:8px}
.ofx-toc ul{margin:0;padding-left:18px;columns:2;gap:28px}
.ofx-toc li{margin-bottom:5px}
@media(max-width:640px){.ofx-toc ul{columns:1}}
.ofx-seo-more{max-height:0;overflow:hidden}
.ofx-seo-more.open{max-height:none;overflow:visible}
.ofx-readmore{display:inline-flex;align-items:center;gap:8px;margin-top:18px;background:var(--ofx-white);color:var(--ofx-blue);border:2px solid var(--ofx-blue);border-radius:10px;padding:11px 26px;font-size:15px;font-weight:700;cursor:pointer}
.ofx-readmore:hover{background:var(--ofx-blue-l)}

/* ---------- CTA FINALE ---------- */
#ofx-final{background:linear-gradient(150deg,var(--ofx-blue-d),var(--ofx-blue));color:#fff;text-align:center}
#ofx-final h2{color:#fff;font-size:clamp(24px,3vw,32px)}
#ofx-final .ofx-final-sub{color:#eaf2ff;margin-bottom:18px}
#ofx-final .ofx-final-price{font-size:34px;font-weight:800;margin-bottom:20px}
#ofx-final .ofx-final-price del{font-size:20px;font-weight:500;color:#9db9e8;margin-right:10px}
#ofx-final .ofx-final-price ins{text-decoration:none;color:#fff}
#ofx-final .ofx-iva{color:#eaf2ff}
#ofx-final form{max-width:420px;margin:0 auto}
#ofx-final .ofx-btn-buy{background:#fff;color:var(--ofx-blue-d)}
#ofx-final .ofx-btn-buy:hover{background:var(--ofx-blue-l);color:var(--ofx-blue-d)}
#ofx-final .ofx-microtext{color:#dbe9ff}

/* ---------- FOOTER ---------- */
#ofx-footer{background:var(--ofx-ink);color:#aab6c5;font-size:14px}
#ofx-footer .ofx-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;padding:52px 0 36px}
#ofx-footer h4{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
#ofx-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
#ofx-footer a{color:#aab6c5}
#ofx-footer a:hover{color:#fff}
#ofx-footer .ofx-flogo{font-size:22px;font-weight:800;color:#fff;display:block;margin-bottom:10px}
#ofx-footer .ofx-flogo span{color:#5d9bf0}
#ofx-footer .ofx-fdesc{margin:0 0 16px;line-height:1.6}
#ofx-footer .ofx-fpay{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
#ofx-footer .ofx-fpay span{border:1px solid #2c3a4d;border-radius:7px;padding:4px 10px;font-size:11.5px;font-weight:700;color:#dbe3ee}
#ofx-footer .ofx-fbottom{border-top:1px solid #2c3a4d;padding:18px 0;font-size:12.5px;text-align:center;color:#7d8a9b}
#ofx-footer .ofx-fcontact li{display:flex;gap:9px;align-items:flex-start}
@media(max-width:920px){#ofx-footer .ofx-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){#ofx-footer .ofx-footer-grid{grid-template-columns:1fr}}

/* ---------- STICKY BUY BAR ---------- */
#ofx-sticky{position:fixed;left:0;right:0;bottom:0;background:var(--ofx-white);border-top:1px solid var(--ofx-gray-l);box-shadow:0 -6px 24px rgba(21,32,46,.10);z-index:990;transform:translateY(110%);transition:transform .25s}
#ofx-sticky.show{transform:translateY(0)}
#ofx-sticky .ofx-container{display:flex;align-items:center;gap:14px;padding-top:10px;padding-bottom:10px}
#ofx-sticky .ofx-sticky-name{font-weight:700;font-size:14px;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#ofx-sticky .ofx-sticky-price{font-weight:800;font-size:20px;white-space:nowrap;color:var(--ofx-ink)}
#ofx-sticky .ofx-sticky-price del{font-weight:500;color:var(--ofx-gray);font-size:13px;margin-right:6px}
#ofx-sticky .ofx-sticky-price ins{text-decoration:none}
#ofx-sticky .ofx-sticky-btn{background:var(--ofx-blue);color:#fff;font-weight:800;font-size:14px;border-radius:10px;padding:11px 20px;white-space:nowrap;border:0;cursor:pointer}
#ofx-sticky .ofx-sticky-btn:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
.ofx-sticky-mob{display:none}
@media(max-width:768px){#ofx-sticky .ofx-sticky-name,#ofx-sticky .ofx-sticky-price,#ofx-sticky .ofx-sticky-desk{display:none}#ofx-sticky .ofx-sticky-mob{display:block;width:100%}#ofx-sticky .ofx-sticky-mob .ofx-sticky-btn{display:block;width:100%;text-align:center;padding:14px 20px;font-size:16px}#ofx-sticky .ofx-container{padding:8px 14px}}
@media(prefers-reduced-motion:reduce){#ofx-sticky{transition:none}}

/* ============================================================
   SUPERFICI WOOCOMMERCE STANDARD
   Nessun template core sovrascritto: solo stile.
   Carrello, checkout, thank-you e account restano quelli di
   WooCommerce, così i plugin (VIES B2B, SmartBill, License
   Manager, Stripe, PayPal, PayU) continuano a funzionare.
   ============================================================ */

.ofx-page-head{background:var(--ofx-bg);border-bottom:1px solid var(--ofx-gray-l);padding:28px 0}
.ofx-page-head h1{font-size:clamp(24px,3.2vw,34px);margin:0}
.ofx-page-head .ofx-breadcrumb{padding:0 0 8px}
.ofx-main{padding:40px 0 64px}
.ofx-prose{max-width:820px}
.ofx-prose h2{font-size:24px;margin-top:32px}
.ofx-prose h3{font-size:19px;margin-top:26px}
.ofx-prose p,.ofx-prose li{font-size:16px;color:#3c4654}
.ofx-prose img{border-radius:var(--ofx-radius)}
.ofx-prose table{width:100%;border-collapse:collapse;margin:18px 0;font-size:15px}
.ofx-prose th,.ofx-prose td{border:1px solid var(--ofx-gray-l);padding:10px 14px;text-align:left}
.ofx-prose th{background:#fafbfd}
.ofx-prose blockquote{border-left:4px solid var(--ofx-blue);background:var(--ofx-blue-l);margin:20px 0;padding:14px 20px;border-radius:0 10px 10px 0}

/* --- griglia prodotti (shop + categorie + correlati) --- */
.woocommerce ul.products,ul.products{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media(max-width:920px){.woocommerce ul.products,ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.woocommerce ul.products,ul.products{grid-template-columns:1fr}}
ul.products li.product{background:var(--ofx-white);border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:18px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--ofx-shadow-sm);transition:box-shadow .15s,transform .15s;text-align:left;margin:0;width:auto;float:none}
ul.products li.product:hover{box-shadow:var(--ofx-shadow);transform:translateY(-2px)}
ul.products li.product a img{border-radius:10px;background:var(--ofx-bg);aspect-ratio:1/1;object-fit:contain;padding:10px;margin:0 0 6px}
ul.products li.product .woocommerce-loop-product__title{font-size:15.5px;font-weight:700;line-height:1.35;margin:0;color:var(--ofx-ink);padding:0}
ul.products li.product .price{font-size:21px;font-weight:800;color:var(--ofx-blue);margin:0}
ul.products li.product .price del{font-size:14px;font-weight:500;color:var(--ofx-gray);margin-right:6px}
ul.products li.product .price ins{text-decoration:none}
ul.products li.product .ofx-loop-meta{font-size:12.5px;color:var(--ofx-gray);margin-top:-2px}
ul.products li.product .button,ul.products li.product .added_to_cart{margin-top:auto;display:block;text-align:center;background:var(--ofx-blue);color:#fff;border:0;border-radius:10px;padding:11px 16px;font-size:14px;font-weight:700;cursor:pointer}
ul.products li.product .button:hover,ul.products li.product .added_to_cart:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
ul.products li.product .added_to_cart{background:var(--ofx-white);color:var(--ofx-blue);border:2px solid var(--ofx-blue);margin-top:8px}
.woocommerce-result-count{font-size:14px;color:var(--ofx-gray)}
.woocommerce-ordering select{padding:9px 12px;border:1px solid var(--ofx-gray-l);border-radius:10px;font-family:inherit;font-size:14px}
.ofx-shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:22px}
.ofx-term-desc{color:var(--ofx-gray);max-width:760px;margin:0 0 24px}

/* --- form e bottoni WooCommerce generici --- */
.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,
.woocommerce #respond input#submit,.woocommerce .button.alt,.woocommerce button.button.alt{
  background:var(--ofx-blue);color:#fff;border:0;border-radius:10px;padding:13px 22px;font-size:15px;font-weight:700;cursor:pointer;line-height:1.3;text-decoration:none;display:inline-block}
.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .button.alt:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
.woocommerce .button.alt{background:var(--ofx-blue)}
.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=tel],
.woocommerce input[type=password],.woocommerce input[type=number],.woocommerce textarea,.woocommerce select,
.woocommerce .select2-container .select2-selection--single{
  width:100%;padding:12px 14px;border:1px solid #d9e0ea;border-radius:10px;font-family:inherit;font-size:15px;background:#fff;color:var(--ofx-ink);height:auto}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered{line-height:1.4;padding:0}
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%)}
.woocommerce input:focus,.woocommerce textarea:focus,.woocommerce select:focus{outline:none;border-color:var(--ofx-blue);box-shadow:0 0 0 3px var(--ofx-blue-l)}
.woocommerce form .form-row{margin-bottom:16px;padding:0;display:block}
.woocommerce form .form-row label{display:block;font-size:14px;font-weight:600;color:var(--ofx-ink);margin-bottom:6px}
.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:48.5%;display:inline-block;vertical-align:top}
.woocommerce form .form-row-first{margin-right:2.5%}
@media(max-width:600px){.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%;margin-right:0}}
.woocommerce .required{color:#c0392b;text-decoration:none}

/* --- messaggi --- */
.woocommerce-message,.woocommerce-error,.woocommerce-info,.woocommerce-notice{
  list-style:none;background:var(--ofx-blue-l);border:1px solid #bcd6f7;border-radius:10px;padding:14px 18px;font-size:14.5px;margin:0 0 22px;color:var(--ofx-ink)}
.woocommerce-error{background:#fdf0f0;border-color:#efc4c4}
.woocommerce-message{background:#effaf5;border-color:#bfe9d7}
.woocommerce-message a.button,.woocommerce-error a.button,.woocommerce-info a.button{float:right;padding:7px 15px;border-radius:8px;font-size:13px;margin-left:12px}
.woocommerce-error li,.woocommerce-message li,.woocommerce-info li{margin:0}

/* --- carrello --- */
.woocommerce-cart-form table.shop_table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);overflow:hidden;font-size:15px}
.woocommerce table.shop_table th{background:#fafbfd;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--ofx-gray);padding:14px 16px;text-align:left;border-bottom:1px solid var(--ofx-gray-l)}
.woocommerce table.shop_table td{padding:16px;border-bottom:1px solid var(--ofx-gray-l);vertical-align:middle}
.woocommerce table.shop_table tr:last-child td{border-bottom:0}
.woocommerce table.shop_table .product-thumbnail img{width:64px;border-radius:8px;background:var(--ofx-bg)}
.woocommerce table.shop_table .product-name a{font-weight:700;color:var(--ofx-ink)}
.woocommerce table.shop_table .product-remove a.remove{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--ofx-gray-l);color:var(--ofx-gray)!important;font-size:18px;line-height:1;text-decoration:none}
.woocommerce table.shop_table .product-remove a.remove:hover{background:#fdd;color:#c0392b!important}
.woocommerce .quantity input.qty{width:74px;padding:10px;border:1px solid var(--ofx-gray-l);border-radius:10px;text-align:center;font-weight:700}
.cart-collaterals,.cart_totals{margin-top:28px}
.cart_totals h2{font-size:19px}
.cart_totals table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);overflow:hidden;font-size:15px}
.cart_totals table th,.cart_totals table td{padding:14px 18px;border-bottom:1px solid var(--ofx-gray-l);text-align:left}
.cart_totals table tr:last-child th,.cart_totals table tr:last-child td{border-bottom:0}
.cart_totals .order-total{font-size:19px;font-weight:800}
.wc-proceed-to-checkout{margin-top:18px}
.wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;background:var(--ofx-blue);color:#fff;border-radius:12px;padding:16px 24px;font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.wc-proceed-to-checkout a.checkout-button:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
.coupon{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.coupon input#coupon_code{width:auto;min-width:180px}
.ofx-cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:32px;align-items:start}
@media(max-width:920px){.ofx-cart-layout{grid-template-columns:1fr}}
.ofx-cart-layout .cart-collaterals{margin-top:0;position:sticky;top:96px}
@media(max-width:920px){.ofx-cart-layout .cart-collaterals{position:static}}

/* --- checkout --- */
.woocommerce-checkout h3{font-size:19px;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--ofx-gray-l)}
#customer_details{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:26px;box-shadow:var(--ofx-shadow-sm)}
#order_review_heading{margin-top:0;font-size:19px}
#order_review{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:26px;box-shadow:var(--ofx-shadow-sm)}
.woocommerce-checkout #payment{background:transparent;border-radius:0}
.woocommerce-checkout #payment ul.payment_methods{list-style:none;margin:0 0 18px;padding:0;border:0;display:grid;gap:10px}
.woocommerce-checkout #payment ul.payment_methods li{border:1px solid var(--ofx-gray-l);border-radius:12px;padding:14px 16px;background:#fff}
.woocommerce-checkout #payment ul.payment_methods li label{font-weight:700;display:inline-flex;align-items:center;gap:8px;margin:0}
.woocommerce-checkout #payment div.payment_box{background:var(--ofx-bg);border-radius:10px;padding:14px;font-size:14px;color:var(--ofx-gray);margin-top:10px}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #payment #place_order{width:100%;background:var(--ofx-blue);color:#fff;border:0;border-radius:12px;padding:17px 24px;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;cursor:pointer}
.woocommerce-checkout #payment #place_order:hover{background:var(--ofx-blue-d)}
.ofx-checkout-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:32px;align-items:start}
@media(max-width:980px){.ofx-checkout-layout{grid-template-columns:1fr}}
.ofx-checkout-layout .ofx-checkout-side{position:sticky;top:96px}
@media(max-width:980px){.ofx-checkout-layout .ofx-checkout-side{position:static}}
.woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;font-size:15px}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{padding:12px 0;border-bottom:1px solid var(--ofx-gray-l);text-align:left}
.woocommerce-checkout-review-order-table tfoot .order-total th,.woocommerce-checkout-review-order-table tfoot .order-total td{font-size:19px;font-weight:800;border-bottom:0}
.woocommerce-form-login,.woocommerce-form-coupon{border:1px solid var(--ofx-gray-l);border-radius:12px;padding:20px;background:#fff;margin-bottom:22px}
.ofx-checkout-trust{display:flex;flex-wrap:wrap;gap:12px 22px;justify-content:center;margin-top:18px;font-size:13px;color:var(--ofx-gray)}
.ofx-checkout-trust span{display:inline-flex;align-items:center;gap:7px}

/* --- thank you / ordine ricevuto --- */
.ofx-ty-hero{background:linear-gradient(150deg,var(--ofx-blue-d),var(--ofx-blue));color:#fff;text-align:center;padding:52px 0 44px;border-radius:var(--ofx-radius);margin-bottom:34px}
.ofx-ty-hero h1{color:#fff;font-size:clamp(26px,3.4vw,34px);margin-bottom:8px}
.ofx-ty-hero p{color:#eaf2ff;margin:0 auto;max-width:560px}
.ofx-ty-check{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.ofx-ty-check svg{width:32px;height:32px;stroke:#fff}
.ofx-ty-next{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:34px}
@media(max-width:800px){.ofx-ty-next{grid-template-columns:1fr}}
.woocommerce-order .woocommerce-order-overview,.woocommerce-order ul.order_details{list-style:none;margin:0 0 30px;padding:20px;display:flex;flex-wrap:wrap;gap:22px 34px;background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);box-shadow:var(--ofx-shadow-sm)}
.woocommerce-order ul.order_details li{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--ofx-gray);font-weight:600;border:0;padding:0;margin:0}
.woocommerce-order ul.order_details li strong{display:block;font-size:17px;text-transform:none;letter-spacing:0;color:var(--ofx-ink);margin-top:4px}
.woocommerce-order h2{font-size:20px;margin-top:34px}

/* --- my account --- */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:230px minmax(0,1fr);gap:32px;align-items:start}
@media(max-width:820px){.woocommerce-account .woocommerce{grid-template-columns:1fr}}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}
.woocommerce-MyAccount-navigation a{display:block;padding:11px 14px;border-radius:10px;font-weight:600;color:var(--ofx-ink)}
.woocommerce-MyAccount-navigation a:hover{background:var(--ofx-bg);text-decoration:none}
.woocommerce-MyAccount-navigation .is-active a{background:var(--ofx-blue);color:#fff}

/* --- recensioni prodotto WooCommerce --- */
#reviews .commentlist{list-style:none;margin:0;padding:0;display:grid;gap:16px}
#reviews .comment_container{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:12px;padding:18px;display:flex;gap:14px}
#reviews .comment_container img.avatar{width:46px;height:46px;border-radius:50%}
#reviews .star-rating{color:var(--ofx-green)}

/* --- paginazione --- */
.ofx-pagination{margin-top:34px;display:flex;justify-content:center}
.ofx-pagination .page-numbers{list-style:none;display:flex;gap:6px;padding:0;margin:0}
.ofx-pagination .page-numbers li a,.ofx-pagination .page-numbers li span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--ofx-gray-l);border-radius:10px;font-weight:700;color:var(--ofx-ink);background:#fff}
.ofx-pagination .page-numbers li span.current{background:var(--ofx-blue);border-color:var(--ofx-blue);color:#fff}
.ofx-pagination .page-numbers li a:hover{border-color:var(--ofx-blue);color:var(--ofx-blue);text-decoration:none}

/* --- blog --- */
.ofx-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:920px){.ofx-posts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.ofx-posts{grid-template-columns:1fr}}
.ofx-post-card{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--ofx-shadow-sm)}
.ofx-post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.ofx-post-card .body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.ofx-post-card h2{font-size:17px;margin:0}
.ofx-post-card .meta{font-size:12.5px;color:var(--ofx-gray)}
.ofx-post-card p{font-size:14px;color:var(--ofx-gray);margin:0;flex:1}

/* --- 404 + ricerca --- */
.ofx-404{text-align:center;padding:70px 0}
.ofx-404 .code{font-size:80px;font-weight:800;color:var(--ofx-blue-l);line-height:1}
.ofx-searchform{display:flex;gap:10px;max-width:460px;margin:22px auto 0}
.ofx-searchform input[type=search]{flex:1;padding:12px 14px;border:1px solid var(--ofx-gray-l);border-radius:10px;font-family:inherit;font-size:15px}
.ofx-searchform button{background:var(--ofx-blue);color:#fff;border:0;border-radius:10px;padding:12px 20px;font-weight:700;cursor:pointer}

/* --- stampa --- */
@media print{#ofx-topbar,#ofx-header,#ofx-footer,#ofx-sticky,.ofx-btn-wa,.ofx-car-btn{display:none!important}}

/* ============================================================
   HOMEPAGE
   ============================================================ */
.ofx-home-hero{padding:48px 0 52px;background:linear-gradient(170deg,var(--ofx-blue-l),#fff 62%)}
.ofx-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:46px;align-items:center}
@media(max-width:940px){.ofx-home-hero-grid{grid-template-columns:1fr;gap:32px}}
.ofx-home-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.ofx-home-cta .ofx-btn-buy{width:auto;display:inline-flex}
.ofx-home-cta .ofx-btn-wa{width:auto;display:inline-flex;margin-top:0}

.ofx-tp-panel{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:28px;box-shadow:var(--ofx-shadow);text-align:center}
.ofx-tp-panel-stars{color:var(--ofx-green);font-size:26px;letter-spacing:3px;display:block}
.ofx-tp-panel-score{font-size:52px;font-weight:800;line-height:1;margin:10px 0 2px;color:var(--ofx-ink)}
.ofx-tp-panel-score small{font-size:22px;font-weight:600;color:var(--ofx-gray)}
.ofx-tp-panel-label{margin:0;font-weight:700;color:var(--ofx-gray);text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.ofx-tp-panel-count{font-size:14px;color:var(--ofx-gray);margin:14px 0 0}
.ofx-tp-panel-quote{margin:18px 0 0;padding:16px;background:var(--ofx-bg);border-radius:12px;text-align:left}
.ofx-tp-panel-quote .stars{color:var(--ofx-green);letter-spacing:2px;font-size:15px}
.ofx-tp-panel-quote p{font-size:14px;color:var(--ofx-ink);margin:6px 0 8px;line-height:1.55}
.ofx-tp-panel-quote cite{font-style:normal;font-weight:700;font-size:13px}
.ofx-tp-panel-link{display:inline-block;margin-top:16px;font-weight:700;font-size:14px}

.ofx-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:820px){.ofx-cat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.ofx-cat-grid{grid-template-columns:1fr}}
.ofx-cat-card{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:22px;box-shadow:var(--ofx-shadow-sm);transition:box-shadow .15s,transform .15s,border-color .15s}
.ofx-cat-card:hover{box-shadow:var(--ofx-shadow);transform:translateY(-2px);border-color:var(--ofx-blue);text-decoration:none}
.ofx-cat-name{font-weight:700;font-size:17px;color:var(--ofx-ink)}
.ofx-cat-count{font-size:13px;color:var(--ofx-gray)}

.ofx-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px}
@media(max-width:820px){.ofx-stats{grid-template-columns:repeat(2,1fr)}}
.ofx-stat{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:var(--ofx-radius);padding:24px 18px;text-align:center;box-shadow:var(--ofx-shadow-sm)}
.ofx-stat strong{display:block;font-size:30px;font-weight:800;color:var(--ofx-blue);line-height:1.1}
.ofx-stat span{display:block;font-size:13.5px;color:var(--ofx-gray);margin-top:6px}

/* ============================================================
   RIFINITURE
   ============================================================ */

/* Badge "In offerta" di WooCommerce: statico, non piu appiccicato
   all'angolo della pagina dal CSS della vecchia stiva. */
.onsale{position:static!important;display:inline-flex;align-items:center;width:auto;height:auto;min-width:0;min-height:0;margin:0 0 10px;padding:5px 13px;border-radius:99px;background:var(--ofx-green);color:#fff;font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}

/* Descrizione breve del prodotto: coerente con il resto. */
.ofx-hero-subtitle p{margin:0 0 10px}
.ofx-hero-subtitle p:last-child{margin-bottom:0}
.ofx-hero-subtitle h2,.ofx-hero-subtitle h3,.ofx-hero-subtitle h4{font-size:18px;margin:0 0 6px;color:var(--ofx-ink)}
.ofx-hero-subtitle ul{margin:0 0 10px;padding-left:20px}
.ofx-hero-subtitle li{margin-bottom:4px}

/* Il modulo d'acquisto di WooCommerce dentro il nostro hero. */
.ofx-cartform form.cart{margin:0;display:block}
.ofx-cartform .quantity{display:inline-flex;align-items:center;margin:0 0 12px}
.ofx-cartform .quantity input.qty{width:80px;padding:12px;border:1px solid var(--ofx-gray-l);border-radius:10px;text-align:center;font-weight:700;font-size:15px;font-family:inherit}
.ofx-cartform .single_add_to_cart_button{display:flex;width:100%;align-items:center;justify-content:center;gap:10px;background:var(--ofx-blue);color:#fff;border:0;border-radius:12px;padding:17px 28px;font-size:18px;font-weight:800;letter-spacing:.03em;cursor:pointer;text-transform:uppercase;transition:background .15s}
.ofx-cartform .single_add_to_cart_button:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
.ofx-cartform .stock.out-of-stock{color:var(--ofx-amber);font-weight:700}
.ofx-cartform .product_meta{font-size:13px;color:var(--ofx-gray);margin-top:14px}

/* Prodotti correlati e upsell in fondo alla scheda. */
.related.products,.upsells.products{padding:44px 0 10px}
.related.products>h2,.upsells.products>h2{font-size:clamp(22px,2.8vw,28px);text-align:center;margin-bottom:26px}

/* Dimensione delle icone inline: senza questa regola gli SVG
   prendono la dimensione naturale e sfondano i bottoni. */
.ofx-btn-wa svg,.ofx-btn-wa-sm svg,.ofx-btn-buy svg,.ofx-sticky-btn svg{width:20px;height:20px;flex:none}
.ofx-trust-item svg{width:17px;height:17px;flex:none}
.ofx-fcontact svg{width:16px;height:16px;flex:none;margin-top:3px}
.ofx-checkout-trust svg{width:16px;height:16px;flex:none}
.ofx-cart-link svg{width:19px;height:19px;flex:none}
.ofx-ty-next .ofx-ico svg{width:22px;height:22px}
.ofx-home-cta .ofx-btn-wa{padding:15px 24px}

/* ============================================================
   IDENTITA E HOMEPAGE — concept "Blu essenziale"
   ============================================================ */

/* ---------- Logo ---------- */
.vs-logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--ofx-ink)}
.vs-logo img{display:block;width:188px;height:auto}
@media(max-width:1150px){.vs-logo img{width:164px}}
@media(max-width:560px){.vs-logo img{width:150px}}
.vs-logo:hover{text-decoration:none}
.vs-mark{width:34px;height:34px;flex:none;display:block}
.vs-logo-text{font-size:22px;font-weight:800;letter-spacing:-.015em;color:var(--ofx-ink);line-height:1}
#ofx-footer .vs-logo-text{color:#fff}
#ofx-footer .vs-logo{margin-bottom:12px}

/* ---------- Header: azioni ---------- */
#ofx-header .ofx-container{gap:28px}
.ofx-nav ul{gap:30px}
.ofx-nav a{font-weight:600;font-size:15.5px;color:#31404f}
.ofx-nav a:hover,.ofx-nav .current-menu-item>a{color:var(--ofx-blue)}
.vs-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;border-radius:10px;color:var(--ofx-ink);cursor:pointer;position:relative;text-decoration:none;padding:0}
.vs-icon-btn:hover{background:var(--ofx-bg);color:var(--ofx-blue);text-decoration:none}
.vs-icon-btn svg{width:21px;height:21px}
/* Mantiene le azioni dell'header identiche anche nelle pagine standard,
   neutralizzando gli stili legacy/globali dei pulsanti. */
#ofx-header #vs-search-toggle{
  -webkit-appearance:none!important;appearance:none!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:40px!important;height:40px!important;margin:0!important;padding:0!important;
  border:0!important;border-radius:10px!important;
  background:transparent!important;color:var(--ofx-ink)!important;
  box-shadow:none!important;text-shadow:none!important;
}
#ofx-header #vs-search-toggle:hover{
  background:var(--ofx-bg)!important;color:var(--ofx-blue)!important;
  border-color:transparent!important;box-shadow:none!important;
}
#ofx-header #vs-search-toggle:active{
  background:var(--ofx-bg)!important;color:var(--ofx-blue)!important;
  border-color:transparent!important;box-shadow:none!important;
}
#ofx-header #vs-search-toggle:focus:not(:focus-visible){outline:0!important;box-shadow:none!important}
#ofx-header #vs-search-toggle:focus-visible{
  outline:3px solid var(--ofx-blue)!important;outline-offset:2px!important;
  background:var(--ofx-bg)!important;color:var(--ofx-blue)!important;box-shadow:none!important;
}
#ofx-header #vs-search-toggle::before,
#ofx-header #vs-search-toggle::after{content:none!important;display:none!important}
#ofx-header #vs-search-toggle svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important}
.vs-cart-btn .ofx-cart-count{position:absolute;top:2px;right:0;transform:translate(35%,-10%)}
.vs-btn-accedi{display:inline-flex;align-items:center;justify-content:center;background:var(--ofx-blue);color:#fff;font-weight:700;font-size:14.5px;padding:11px 24px;border-radius:10px;white-space:nowrap}
.vs-btn-accedi:hover{background:var(--ofx-blue-d);color:#fff;text-decoration:none}
@media(max-width:900px){.vs-btn-accedi{display:none}}
#vs-searchbar{border-top:1px solid var(--ofx-gray-l);background:#fff;padding:16px 0}
#vs-searchbar .ofx-searchform{margin:0 auto}
.vs-mobile-cta{padding:14px 20px}
.vs-mobile-cta .ofx-btn-wa{margin-top:0}

/* ---------- Bottoni del concept ---------- */
.vs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;font-weight:700;font-size:15.5px;padding:15px 26px;border:2px solid transparent;cursor:pointer;line-height:1.2;transition:background .15s,border-color .15s,color .15s}
.vs-btn svg{width:18px;height:18px;flex:none}
.vs-btn:hover{text-decoration:none}
.vs-btn-primary{background:var(--ofx-blue);color:#fff}
.vs-btn-primary:hover{background:var(--ofx-blue-d);color:#fff}
.vs-btn-ghost{background:#fff;color:var(--ofx-ink);border-color:#dbe3ee}
.vs-btn-ghost svg{color:var(--ofx-green)}
.vs-btn-ghost:hover{border-color:var(--ofx-green);color:var(--ofx-ink)}
.vs-btn-outline{background:#fff;color:var(--ofx-blue);border-color:#cfdcf1;font-size:14.5px;padding:12px 20px;width:100%}
.vs-btn-outline:hover{border-color:var(--ofx-blue);background:var(--ofx-blue-l);color:var(--ofx-blue-d)}
.vs-link-arrow{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:15px;color:var(--ofx-blue);white-space:nowrap}
.vs-link-arrow svg{width:17px;height:17px}
.vs-link-arrow:hover{text-decoration:none;color:var(--ofx-blue-d)}

/* ---------- Hero ---------- */
.vs-hero{background:linear-gradient(168deg,#eef4fd 0%,#f7fafe 45%,#fff 100%);padding:60px 0 68px;overflow:hidden}
.vs-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:52px;align-items:center}
.vs-hero-copy .ofx-h1{font-size:clamp(32px,4.4vw,52px);letter-spacing:-.02em;line-height:1.12;margin-bottom:16px;max-width:15ch}
.vs-hero-sub{font-size:18.5px;color:#4a5666;margin:0 0 28px;max-width:46ch}
.vs-hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.vs-hero-note{display:flex;align-items:center;gap:9px;margin:26px 0 0;font-size:14.5px;color:var(--ofx-gray)}
.vs-hero-note strong{color:var(--ofx-ink)}
.vs-hero-stars{color:var(--ofx-green);letter-spacing:1px;font-size:16px}
.vs-hero-media{position:relative}
.vs-hero-img{display:block;width:100%;height:auto;border-radius:20px}
.vs-hero-badge{position:absolute;left:14px;bottom:18px;display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);border:1px solid #e3ebf6;border-radius:99px;padding:9px 17px;font-size:13.5px;font-weight:700;color:var(--ofx-ink);box-shadow:0 8px 24px rgba(21,32,46,.10)}
.vs-hero-badge svg{width:17px;height:17px;color:var(--ofx-blue);flex:none}
@media(max-width:940px){
  .vs-hero{padding:40px 0 48px}
  .vs-hero-grid{grid-template-columns:1fr;gap:34px}
  .vs-hero-copy .ofx-h1{max-width:none}
  .vs-hero-cta .vs-btn{flex:1 1 220px}
}

/* ---------- Striscia promesse ---------- */
.vs-usp{background:#fff;border-top:1px solid var(--ofx-gray-l);border-bottom:1px solid var(--ofx-gray-l)}
.vs-usp-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.vs-usp-item{display:flex;align-items:flex-start;gap:15px;padding:26px 30px}
.vs-usp-item+.vs-usp-item{border-left:1px solid var(--ofx-gray-l)}
.vs-usp-item:first-child{padding-left:0}
.vs-usp-ico{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--ofx-blue-l);color:var(--ofx-blue);flex:none}
.vs-usp-ico svg{width:22px;height:22px}
.vs-usp-txt{display:flex;flex-direction:column;gap:3px}
.vs-usp-txt strong{font-size:15.5px;color:var(--ofx-ink)}
.vs-usp-txt span{font-size:14px;color:var(--ofx-gray)}
@media(max-width:860px){
  .vs-usp-grid{grid-template-columns:1fr}
  .vs-usp-item{padding:18px 0}
  .vs-usp-item+.vs-usp-item{border-left:0;border-top:1px solid var(--ofx-gray-l)}
}

/* ---------- Intestazione di sezione con link ---------- */
.vs-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:30px}
.vs-section-head h2{font-size:clamp(25px,3.2vw,34px);letter-spacing:-.015em;margin:0}

/* ---------- Le tre licenze in evidenza ---------- */
.vs-pick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:900px){.vs-pick-grid{grid-template-columns:1fr}}
.vs-pick{background:#fff;border:1px solid var(--ofx-gray-l);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--ofx-shadow-sm);transition:box-shadow .18s,transform .18s,border-color .18s}
.vs-pick:hover{box-shadow:var(--ofx-shadow);transform:translateY(-3px);border-color:#d7e4f7}
.vs-pick-media{display:block;background:linear-gradient(165deg,#eef4fd,#f9fbff 70%);padding:26px;text-align:center}
.vs-pick-media img{max-height:184px;width:auto;margin:0 auto;object-fit:contain;display:block}
.vs-pick-body{padding:22px;display:flex;flex-direction:column;gap:9px;flex:1}
.vs-pick-body h3{font-size:17.5px;line-height:1.3;margin:0}
.vs-pick-body h3 a{color:var(--ofx-ink)}
.vs-pick-body h3 a:hover{color:var(--ofx-blue);text-decoration:none}
.vs-pick-body p{font-size:14.5px;color:var(--ofx-gray);margin:0}
.vs-pick-price{font-size:22px!important;font-weight:800;color:var(--ofx-blue)!important;margin-top:auto!important}
.vs-pick-price del{font-size:14px;font-weight:500;color:var(--ofx-gray);margin-right:7px}
.vs-pick-price ins{text-decoration:none}
.vs-pick .vs-btn-outline{margin-top:6px}

/* ---------- Footer: filo conduttore ---------- */
#ofx-footer .ofx-fdesc{max-width:34ch}

/* Rifinitura della navigazione e dell'hero dopo la prova dal vivo. */
.ofx-nav{min-width:0;flex:0 1 auto}
.ofx-nav ul{gap:24px;flex-wrap:nowrap}
.ofx-nav a{font-size:15px;white-space:nowrap}
@media(max-width:1240px){.ofx-nav ul{gap:18px}.ofx-nav a{font-size:14.5px}}
@media(max-width:1080px){#ofx-header .ofx-container{gap:16px}.ofx-nav ul{gap:14px}.ofx-nav a{font-size:14px}}
.vs-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(0,1fr);gap:48px}
.vs-hero-copy .ofx-h1{font-size:clamp(30px,3.5vw,44px);max-width:14ch;margin-bottom:14px}
.vs-hero-sub{font-size:17.5px;margin-bottom:26px}
.vs-hero{padding:52px 0 60px}
@media(max-width:940px){.vs-hero-copy .ofx-h1{max-width:none}}

/* Il menu ha sette voci: le manteniamo su una riga senza toccare il
   contenuto del menu, e passiamo all'hamburger un po' prima. */
#ofx-header .ofx-container{gap:22px;flex-wrap:nowrap}
.ofx-nav ul{gap:20px}
.ofx-nav a{font-size:14.5px}
.ofx-header-actions{flex:none;gap:8px}
@media(max-width:1150px){
  .ofx-nav{display:none}
  #ofx-burger{display:inline-flex}
}
@media(min-width:1151px){
  #ofx-burger{display:none}
}

/* ============================================================
   LAYOUT WOOCOMMERCE — sostituisce woocommerce-layout.css
   Quel foglio imponeva la vecchia griglia a float; qui rifacciamo
   il lavoro con regole moderne e con la specificita giusta.
   ============================================================ */

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
@media(max-width:1000px){.woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
@media(max-width:760px){.woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}
@media(max-width:420px){.woocommerce ul.products,.woocommerce-page ul.products,ul.products{grid-template-columns:1fr}}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;clear:none!important;
  position:relative;display:flex;flex-direction:column;
  background:#fff;border:1px solid var(--ofx-gray-l);border-radius:14px;
  padding:0;overflow:hidden;text-align:left;
  box-shadow:0 1px 2px rgba(15,23,42,.06);
  transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}
.woocommerce ul.products li.product:hover,ul.products li.product:hover{
  box-shadow:0 10px 28px rgba(15,23,42,.09);transform:translateY(-2px);border-color:#d9e4f4}
.woocommerce ul.products li.product::before,.woocommerce ul.products li.product::after{display:none}

/* immagine su pannello chiaro, proporzione fissa.
   Il pannello sta sull'immagine, non sul link: in WooCommerce quel link
   avvolge anche titolo, stelle e prezzo, quindi uno sfondo li' colorerebbe
   meta scheda e sommerebbe due imbottiture. */
.woocommerce ul.products li.product a,
ul.products li.product a{display:block;color:inherit}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column}
.woocommerce ul.products li.product a img,ul.products li.product a img{
  width:100%;height:186px;object-fit:contain;display:block;
  margin:0 0 4px;border-radius:0;box-shadow:none;
  padding:18px;background:linear-gradient(165deg,#f2f7fe,#fbfcfe 70%)}

/* testo della scheda */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title{
  font-size:15px;font-weight:700;line-height:1.35;color:var(--ofx-ink);
  margin:0;padding:16px 16px 0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
ul.products li.product .ofx-loop-meta{font-size:12px;color:var(--ofx-gray);margin:6px 0 0;padding:0 16px}
.woocommerce ul.products li.product .star-rating,ul.products li.product .star-rating{margin:8px 16px 0;font-size:.8em}
.woocommerce ul.products li.product .price,ul.products li.product .price{
  font-size:20px;font-weight:800;color:var(--ofx-ink);margin:8px 0 0;padding:0 16px;display:block}
.woocommerce ul.products li.product .price del,ul.products li.product .price del{
  font-size:13px;font-weight:500;color:var(--ofx-gray);margin-right:7px;opacity:1}
.woocommerce ul.products li.product .price ins,ul.products li.product .price ins{
  text-decoration:none;color:var(--ofx-blue);background:transparent;font-weight:800}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
ul.products li.product .button,ul.products li.product .added_to_cart{
  margin:14px 16px 16px;display:block;text-align:center;background:var(--ofx-blue);color:#fff;
  border:0;border-radius:10px;padding:11px 14px;font-size:14px;font-weight:700;line-height:1.3}
ul.products li.product .button:hover{background:var(--ofx-blue-d);color:#fff}
ul.products li.product .added_to_cart{background:#fff;color:var(--ofx-blue);border:2px solid var(--ofx-blue);margin-top:0}
ul.products li.product .button:last-of-type{margin-top:auto}

/* badge "in offerta": pillola discreta sull'immagine */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page span.onsale,
span.onsale{
  position:absolute!important;top:12px!important;left:12px!important;right:auto!important;bottom:auto!important;
  margin:0!important;padding:5px 11px!important;
  min-width:0!important;min-height:0!important;width:auto!important;height:auto!important;
  line-height:1.25!important;border-radius:99px!important;
  background:var(--ofx-green)!important;color:#fff!important;
  font-size:11.5px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  box-shadow:0 2px 8px rgba(0,182,122,.35)!important;z-index:3!important;text-align:center!important}
/* nella scheda prodotto il badge sta nel riquadro immagine */
.ofx-hero-imgbox{position:relative}
.ofx-hero-imgbox span.onsale{top:16px!important;left:16px!important}
.ofx-cartform span.onsale{position:static!important;box-shadow:none!important;margin:0 0 12px!important}

/* messaggi, notice, colonne: quello che faceva woocommerce-layout */
.woocommerce .col2-set,.woocommerce-page .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:28px;width:100%}
@media(max-width:800px){.woocommerce .col2-set,.woocommerce-page .col2-set{grid-template-columns:1fr}}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{width:auto;float:none}
.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{padding:14px 18px;margin:0 0 22px}
.woocommerce .woocommerce-error::before,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before{display:none}
.woocommerce form .form-row{display:block}
.woocommerce .quantity .qty{width:80px}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:none;width:100%}
.woocommerce .woocommerce-cart-form__contents{width:100%}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{float:none;width:100%}
.woocommerce .related.products ul.products,.woocommerce .upsells.products ul.products{margin-top:6px}

/* ============================================================
   FOOTER — struttura e respiro
   ============================================================ */
#ofx-footer{background:#141a23;color:#9aa7b7}
#ofx-footer .ofx-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:40px;padding:58px 0 44px;align-items:start}
#ofx-footer h4{color:#fff;font-size:12.5px;letter-spacing:.1em;margin-bottom:16px}
#ofx-footer ul{gap:10px}
#ofx-footer a{color:#9aa7b7;font-size:14.5px}
#ofx-footer a:hover{color:#fff;text-decoration:none}
#ofx-footer .ofx-fdesc{font-size:14.5px;line-height:1.65;color:#8e9bab;max-width:36ch;margin:0 0 18px}
.vs-f-brand .vs-logo{margin-bottom:14px}
.vs-f-tp{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 15px;margin-bottom:18px}
.vs-f-tp:hover{background:rgba(255,255,255,.09);text-decoration:none}
.vs-f-tp-stars{color:var(--ofx-green);letter-spacing:1.5px;font-size:14px}
.vs-f-tp-txt{font-size:13.5px;color:#9aa7b7;line-height:1.3}
.vs-f-tp-txt strong{color:#fff;font-weight:800}
#ofx-footer .ofx-fpay{gap:7px;margin-top:0}
#ofx-footer .ofx-fpay span{border-color:rgba(255,255,255,.12);color:#b9c4d2;background:rgba(255,255,255,.03);font-size:11px;padding:5px 11px}
#ofx-footer .ofx-fcontact{gap:12px}
#ofx-footer .ofx-fcontact li{font-size:14.5px;line-height:1.45}
#ofx-footer .ofx-fcontact svg{color:#6f7d8e}
.vs-f-wa{display:inline-flex;align-items:center;gap:9px;margin-top:18px;background:var(--ofx-green);color:#fff!important;font-weight:700;font-size:14px;padding:11px 18px;border-radius:10px}
.vs-f-wa:hover{background:var(--ofx-green-d);text-decoration:none}
.vs-f-wa svg{width:18px;height:18px;flex:none}
#ofx-footer .ofx-fbottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;text-align:left}
#ofx-footer .ofx-fbottom .ofx-container{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.vs-f-copy{font-size:12.5px;color:#7a8798}
.vs-f-legal ul{display:flex;flex-wrap:wrap;gap:8px 20px;list-style:none;margin:0;padding:0}
.vs-f-legal a{font-size:12.5px;color:#7a8798}
.vs-f-legal a:hover{color:#fff}
@media(max-width:980px){#ofx-footer .ofx-footer-grid{grid-template-columns:1fr 1fr;gap:34px}}
@media(max-width:600px){#ofx-footer .ofx-footer-grid{grid-template-columns:1fr;gap:30px;padding:44px 0 34px}#ofx-footer .ofx-fbottom .ofx-container{flex-direction:column;align-items:flex-start;gap:10px}}

/* ============================================================
   HERO E SCHEDA PRODOTTO — rifiniture
   ============================================================ */
.ofx-hero-subtitle{font-size:16.5px;color:#55606f;line-height:1.6;max-width:52ch}
.ofx-hero-imgbox{background:linear-gradient(160deg,#eef4fd,#fbfcff 72%);border-color:#e6edf8;padding:32px}
.vs-hero-img{box-shadow:0 18px 44px rgba(21,32,46,.10)}
.vs-pick-media img{height:160px;object-fit:contain}
.vs-pick-price{font-size:21px!important}

/* La scheda prodotto e il negozio devono respirare come la home. */
.ofx-shop-toolbar{padding-bottom:4px;border-bottom:1px solid var(--ofx-gray-l);margin-bottom:26px}
.woocommerce-result-count{margin:0}
.woocommerce-ordering{margin:0}

/* ============================================================
   HERO HOME — respiro e gerarchia
   Il titolo su 14ch cadeva su quattro righe strette: lo lasciamo
   respirare quanto la colonna e lo portiamo a tre righe piene.
   ============================================================ */
.vs-hero{padding:56px 0 62px}
.vs-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);gap:56px}
.vs-hero-copy .ofx-h1{font-size:clamp(30px,3.3vw,42px);max-width:none;line-height:1.12;letter-spacing:-.022em;margin-bottom:16px}
.vs-hero-sub{font-size:17.5px;line-height:1.6;color:#4d5867;max-width:44ch;margin-bottom:28px}
.vs-hero-note{margin-top:24px}
@media(max-width:940px){.vs-hero-grid{grid-template-columns:1fr;gap:32px}.vs-hero-copy .ofx-h1{font-size:clamp(28px,6vw,36px)}}

/* Schede "scegli la licenza": titolo e claim leggibili, altezze pari */
.vs-pick-body h3{font-size:16.5px;line-height:1.35;margin:0 0 8px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vs-pick-body>p{font-size:14px;line-height:1.55;color:var(--ofx-gray);margin:0 0 14px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.65em}

/* Barra legale in fondo: una riga di link, non una colonna.
   Serve l'id davanti, altrimenti vince "#ofx-footer ul{display:grid}". */
#ofx-footer .ofx-fbottom .ofx-container{align-items:center}
#ofx-footer .vs-f-legal ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px 18px;list-style:none;margin:0;padding:0}
#ofx-footer .vs-f-legal li{margin:0}
#ofx-footer .vs-f-legal a{white-space:nowrap}
@media(max-width:900px){#ofx-footer .vs-f-legal ul{justify-content:flex-start}}

/* Correzione: la regola sopra colpiva anche il prezzo (e un <p>). */
.vs-pick-body>p.vs-pick-price{display:block;-webkit-line-clamp:none;min-height:0;margin:0 0 14px;color:var(--ofx-ink)}
.vs-pick-body>p:not(.vs-pick-price){font-size:14px;line-height:1.55;color:var(--ofx-gray);margin:0 0 14px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.65em}

/* Titolo hero: righe bilanciate, niente parole orfane in fondo. */
.vs-hero-copy .ofx-h1,.ofx-h2,.ofx-hero-info .ofx-h1{text-wrap:balance}
.ofx-sub,.vs-hero-sub{text-wrap:pretty}

/* Archivio negozio: un solo contenitore, allineato all'intestazione. */
.ofx-shop-body{padding-top:34px}
/* Pulsante "Compare" del plugin WPC: resta in inglese, quindi fuori dalle
   schede. Per riattivarlo basta tradurlo nelle impostazioni del plugin. */
ul.products li.product .woosc-btn{display:none!important}

/* Pagina con la griglia prodotti dentro il contenuto: il testo resta
   leggibile, ma la griglia prende tutta la larghezza del contenitore. */
.ofx-prose:has(ul.products){max-width:none}
.ofx-prose:has(ul.products)>p,.ofx-prose:has(ul.products)>h2{max-width:70ch}
.ofx-prose ul.products,.ofx-prose .woocommerce{max-width:none;width:100%}

/* WooCommerce mette un clearfix ::before/::after su ul.products: dentro una
   griglia CSS quei due pseudo-elementi occupano due celle e spingono il primo
   prodotto in seconda colonna, lasciando un buco. Via. */
.woocommerce ul.products::before,.woocommerce ul.products::after,
.woocommerce-page ul.products::before,.woocommerce-page ul.products::after,
ul.products::before,ul.products::after{display:none!important;content:none!important}

/* Marchio: il file SVG contiene simbolo e scritta, quindi il vecchio testo
   accanto non serve piu. Lo teniamo fuori dal flusso, non lo cancelliamo,
   cosi eventuali usi residui non lasciano buchi. */
.vs-logo-text{display:none}
#ofx-footer .vs-logo img{width:176px}

/* Un po' d'aria fra l'ultima voce di menu e le icone di destra. */
.ofx-header-actions{margin-left:18px}
.ofx-nav{margin-right:8px}

/* ---------- "Leggi di più" sulla descrizione ----------
   Il resto del testo resta nel documento e viene solo compresso:
   nessun display:none, nessun caricamento via JavaScript, quindi i
   motori di ricerca continuano a leggere la descrizione per intero. */
.ofx-seo-box{position:relative}
.ofx-seo-intro>*:last-child{margin-bottom:0}
.ofx-seo-more{max-height:0;overflow:hidden;opacity:0;visibility:hidden}
.ofx-seo-more.open{max-height:none;overflow:visible;opacity:1;visibility:visible;margin-top:18px}
.ofx-rm-wrap{position:relative;margin-top:-6px}
.ofx-seo-box .ofx-readmore{display:inline-flex;align-items:center;gap:9px;margin-top:20px;
  background:var(--ofx-white);color:var(--ofx-blue);border:2px solid var(--ofx-blue);
  border-radius:10px;padding:11px 24px;font-size:15px;font-weight:700;cursor:pointer;
  transition:background .15s,border-color .15s}
.ofx-seo-box .ofx-readmore:hover{background:var(--ofx-blue-l)}
.ofx-seo-box .ofx-readmore svg{width:17px;height:17px;transform:rotate(90deg);transition:transform .2s}
.ofx-seo-box .ofx-readmore[aria-expanded="true"] svg{transform:rotate(-90deg)}
/* sfumatura che segnala il testo tagliato, solo quando e chiuso */
.ofx-seo-intro{position:relative}
.ofx-seo-box:not(.is-open) .ofx-seo-intro::after{content:"";position:absolute;left:0;right:0;bottom:0;
  height:64px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),var(--ofx-white))}
