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

:root{
  --ofx-blue:#0b5cce; --ofx-blue-d:#0a4eae; --ofx-blue-l:#eaf2fe;
  --ofx-green:#00b67a; --ofx-green-d:#009a67;
  --ofx-ink:#15202e; --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}

/* ============================================================
   Corectii de specificitate (v1.0.1)
   ============================================================ */

/* WooCommerce impune float:left si width:22.05% pe cardul de produs,
   cu un selector mai specific decat al temei. In interiorul grilei
   asta strivea cardurile la ~60px. Le readucem la latimea coloanei. */
.woocommerce ul.products li.product,
ul.products li.product{float:none;width:auto;margin:0}

.woocommerce ul.products::after,
.woocommerce ul.products::before{content:none;display:none}

/* Logo text: "activare" si "SOFT" pe acelasi rand, descrierea dedesubt. */
.ofx-logo{flex-direction:row;flex-wrap:wrap;align-items:baseline}
.ofx-logo small{flex-basis:100%;width:100%}
