*{box-sizing:border-box;margin:0;padding:0}
:root{
--azure:#2fa8df;
--azure-dark:#1688bd;
--text:#1d2430;
--muted:#6b7280;
--bg:#f4f8fb;
--white:#fff;
--line:#e6edf3;
--dark:#15202b;
--soft:#eaf6fc;
--yellow:#ffcc33;
}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.45}
a{text-decoration:none;color:inherit}
.top-strip{background:#eaf6fc;color:#334155;display:flex;justify-content:space-between;gap:20px;padding:8px 55px;font-size:14px;border-bottom:1px solid var(--line)}
.top-links{display:flex;gap:18px}
.shop-header{background:#fff;display:grid;grid-template-columns:260px 1fr auto auto;align-items:center;gap:24px;padding:18px 55px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.logo-wrap img{max-width:220px;display:block}
.search-bar{display:flex;border:2px solid var(--azure);border-radius:10px;overflow:hidden;background:#fff;height:48px}
.search-bar input{border:0;outline:0;padding:0 15px;font-size:15px;flex:1}
.search-bar button{border:0;background:var(--azure);color:#fff;font-weight:700;padding:0 24px;cursor:pointer}
.header-actions{display:flex;align-items:center;gap:10px}
.header-actions a{border:1px solid var(--line);padding:12px 14px;border-radius:10px;background:#fff;font-weight:700}
.header-actions .cart-pill{background:var(--azure);color:#fff;border-color:var(--azure)}
.mobile-menu{display:none;border:0;background:var(--azure);color:#fff;border-radius:8px;padding:10px 13px;font-size:22px}
.category-nav{display:flex;gap:0;justify-content:center;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 14px rgba(15,23,42,.04)}
.category-nav a{padding:15px 22px;font-weight:700;color:#334155;border-right:1px solid var(--line)}
.category-nav a:hover{background:var(--soft);color:var(--azure-dark)}
.hero-banner{margin:28px auto 18px;max-width:1220px;background:linear-gradient(115deg,#ffffff 0%,#eef9ff 55%,#dff4ff 100%);border:1px solid var(--line);border-radius:22px;min-height:430px;display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:center;padding:55px;box-shadow:0 12px 35px rgba(15,23,42,.08)}
.label{display:inline-block;color:var(--azure-dark);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px;margin-bottom:10px}
.hero-copy h1{font-size:52px;line-height:1.05;margin-bottom:18px;color:var(--dark)}
.hero-copy p{font-size:20px;color:#526071;max-width:720px;margin-bottom:26px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.btn-main,.btn-outline{display:inline-block;border-radius:10px;padding:14px 22px;font-weight:800}
.btn-main{background:var(--azure);color:#fff;border:2px solid var(--azure)}
.btn-main:hover{background:var(--azure-dark)}
.btn-outline{background:#fff;color:var(--azure-dark);border:2px solid var(--azure)}
.btn-outline.dark{color:var(--dark);border-color:#d5e3ec}
.btn-main.full,.btn-outline.full{width:100%;text-align:center}
.hero-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 40px rgba(47,168,223,.18);border:1px solid var(--line)}
.hero-card span,.promo span{display:inline-block;background:var(--yellow);padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px;margin-bottom:12px}
.hero-card h3{font-size:30px;margin-bottom:8px}
.hero-card p{color:var(--muted);margin-bottom:20px}
.hero-card a{color:var(--azure-dark);font-weight:800}
.benefits{max-width:1220px;margin:0 auto 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.benefits div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;text-align:center;box-shadow:0 6px 20px rgba(15,23,42,.04)}
.benefits strong{display:block;color:var(--dark)}.benefits span{color:var(--muted);font-size:14px}
.promo-grid{max-width:1220px;margin:0 auto 34px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px}
.promo{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;min-height:190px;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.promo.large{background:linear-gradient(135deg,#2fa8df,#9bdcff);color:#fff}
.promo.large .label,.promo.large span{background:#fff;color:var(--azure-dark)}
.promo h2{font-size:38px}.promo h3{font-size:24px;margin-bottom:8px}.promo p{color:var(--muted)}.promo.large p{color:#eef9ff}
.section{max-width:1220px;margin:0 auto;padding:36px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}
.section-head h2{font-size:34px}.section-head a{color:var(--azure-dark);font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:.2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(15,23,42,.1)}
.product-card img{width:100%;height:230px;object-fit:cover;background:#eef7fc;border-bottom:1px solid var(--line)}
.product-info{padding:20px}
.product-info small{display:block;color:var(--muted);margin-bottom:5px}
.product-badge{display:inline-block;background:var(--soft);color:var(--azure-dark);padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;margin-bottom:8px}
.product-info h3{font-size:21px;margin-bottom:8px;color:var(--dark)}
.product-info p{color:var(--muted);min-height:62px}
.price-row{display:flex;align-items:center;gap:10px;margin:14px 0}
.price-row del{color:#9ca3af}.price-row strong{font-size:24px;color:var(--azure-dark)}
.price-row.big strong{font-size:42px}
.card-actions{display:flex;gap:10px}
.btn-small{background:var(--azure);color:#fff;border-radius:9px;padding:10px 13px;font-weight:800;font-size:14px}
.btn-small.light{background:#eef7fc;color:var(--azure-dark)}
.page-title{max-width:1220px;margin:28px auto;padding:45px;background:#fff;border:1px solid var(--line);border-radius:22px;text-align:center}
.page-title h1{font-size:46px;color:var(--dark);margin-bottom:10px}.page-title p{color:var(--muted);font-size:18px}
.product-detail{max-width:1220px;margin:34px auto;display:grid;grid-template-columns:1fr 1fr;gap:36px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:36px}
.detail-image img{width:100%;border-radius:18px;background:#eef7fc}
.detail-copy h1{font-size:44px;margin:12px 0}.detail-copy p{font-size:18px;color:var(--muted);margin-bottom:16px}
.config-hero{max-width:1220px;margin:28px auto;display:grid;grid-template-columns:1.4fr .6fr;gap:24px;align-items:center;background:linear-gradient(115deg,#fff,#eaf8ff);border:1px solid var(--line);border-radius:22px;padding:42px}
.config-hero h1{font-size:48px;line-height:1.08;color:var(--dark);margin-bottom:14px}.config-hero p{font-size:19px;color:var(--muted)}
.config-summary{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.config-summary ol{padding-left:20px;margin-top:10px;color:var(--muted)}
.configurator-layout{max-width:1220px;margin:0 auto 40px;display:grid;grid-template-columns:1fr 330px;gap:24px}
.config-form{display:flex;flex-direction:column;gap:20px}
.step-box{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.step-number{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--azure);color:#fff;font-weight:800;margin-bottom:10px}
.step-box h2{font-size:26px;margin-bottom:18px;color:var(--dark)}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.choice-grid label{cursor:pointer}
.choice-grid input{display:none}
.choice-grid span{display:block;background:#f8fbfd;border:2px solid var(--line);border-radius:14px;padding:18px;text-align:center;font-weight:800}
.choice-grid input:checked+span{border-color:var(--azure);background:var(--soft);color:var(--azure-dark)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.config-form label{display:block;font-weight:800;margin-bottom:14px}
.config-form input,.config-form select,.config-form textarea{width:100%;margin-top:7px;border:1px solid #d9e5ee;border-radius:12px;padding:14px;font-size:15px;background:#fff}
.config-side{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;height:max-content;position:sticky;top:150px}
.config-side h3{font-size:24px;margin-bottom:16px}.config-side ul{padding-left:20px;color:var(--muted);margin-bottom:20px}.config-side li{margin-bottom:10px}
.contact-cards{max-width:1220px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-cards div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}
.newsletter-box{max-width:1220px;margin:30px auto;background:var(--dark);color:#fff;border-radius:22px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:20px}.newsletter-box p{color:#cbd5e1}
.footer{background:#fff;border-top:1px solid var(--line);padding:45px 55px 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}.footer-logo{max-width:200px;margin-bottom:14px}.footer h4{margin-bottom:12px}.footer a{display:block;color:var(--muted);margin-bottom:8px}.footer p{color:var(--muted)}.footer-bottom{text-align:center;border-top:1px solid var(--line);padding-top:18px;margin-top:28px;color:var(--muted)}
.wa-float{position:fixed;right:20px;bottom:20px;background:#25d366;color:#fff;padding:14px 17px;border-radius:999px;font-weight:800;box-shadow:0 8px 28px rgba(0,0,0,.22);z-index:80}
@media(max-width:900px){
.top-strip{display:none}.shop-header{grid-template-columns:1fr auto;padding:14px 18px}.logo-wrap img{max-width:170px}.search-bar,.header-actions{display:none}.mobile-menu{display:block}.category-nav{display:none;position:absolute;top:76px;left:0;right:0;z-index:60;flex-direction:column;align-items:stretch}.menu-open .category-nav{display:flex}.category-nav a{border-right:0;border-bottom:1px solid var(--line)}
.hero-banner,.config-hero,.product-detail,.configurator-layout{grid-template-columns:1fr;margin-left:14px;margin-right:14px;padding:28px}.hero-copy h1,.config-hero h1{font-size:36px}.benefits,.promo-grid,.product-grid,.contact-cards,.footer-grid{grid-template-columns:1fr;margin-left:14px;margin-right:14px}.section{padding-left:14px;padding-right:14px}.choice-grid,.form-grid{grid-template-columns:1fr}.newsletter-box{margin-left:14px;margin-right:14px;flex-direction:column;align-items:flex-start}.footer{padding:35px 18px}.config-side{position:static}.page-title{margin-left:14px;margin-right:14px}.page-title h1{font-size:34px}
}

/* Banner modificabile da admin */
.editable-banner{
    max-width:1220px;
    margin:18px auto 0;
    border:1px solid var(--line);
    border-radius:18px;
    padding:22px 28px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.editable-banner span{
    font-weight:900;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.editable-banner h2{
    font-size:28px;
    color:var(--dark);
    margin:4px 0 4px;
}
.editable-banner p{
    color:var(--muted);
}
.editable-banner a{
    color:#fff;
    padding:13px 18px;
    border-radius:10px;
    font-weight:900;
    white-space:nowrap;
}
@media(max-width:900px){
    .editable-banner{
        margin-left:14px;
        margin-right:14px;
        flex-direction:column;
        align-items:flex-start;
    }
}
/* PATCH IMMAGINI PRODOTTI ADATTIVE */
.product-card img,
.ga-product-card img,
.detail-image img,
.ga-detail-img img{
    object-fit:contain !important;
    object-position:center !important;
}
.product-card img{
    background:#eef7fc;
    padding:12px;
}


/* === GRAFICA HOME COME RICHIESTA - SOLO LOOK, CONTENUTI/LINK INVARIATI === */
.ga-home-pro{max-width:100%;background:#fff;margin-top:14px}.ga-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;margin:0 52px 0}.ga-main-col{min-width:0}.ga-hero-clean{height:390px;border:1px solid #e6edf5;border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(246,250,254,.94) 45%,rgba(231,240,249,.93) 100%),radial-gradient(circle at 75% 35%,rgba(0,104,201,.13),transparent 36%);box-shadow:0 7px 24px rgba(15,23,42,.08);position:relative;overflow:hidden;display:flex;align-items:center;padding-left:88px}.ga-hero-clean:after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 30%,rgba(0,104,201,.06));pointer-events:none}.ga-hero-text{position:relative;z-index:2}.ga-hero-text h1{font-size:54px;line-height:1.13;letter-spacing:.04em;margin:0 0 25px;font-weight:950;color:#07111d}.ga-hero-text h1 span{color:#0068c9}.ga-hero-text p{font-size:22px;line-height:1.6;margin:0 0 28px;color:#17202b}.ga-hero-text a{display:inline-flex;background:#0068c9;color:#fff;border-radius:6px;padding:15px 25px;text-decoration:none;font-size:15px;font-weight:900;box-shadow:0 5px 14px rgba(0,104,201,.24)}.ga-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:0;border-radius:999px;background:#111923;color:#fff;font-size:38px;line-height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ga-hero-arrow.left{left:22px}.ga-hero-arrow.right{right:22px}.ga-hero-dots{position:absolute;bottom:25px;left:0;right:0;display:flex;justify-content:center;gap:15px;z-index:3}.ga-hero-dots span{width:13px;height:13px;border-radius:50%;background:#dce4ed}.ga-hero-dots .active{background:#0068c9}.ga-side-col{display:flex;flex-direction:column;gap:18px}.ga-side-box{background:#fff;border:1px solid #e5ebf2;border-radius:9px;box-shadow:0 7px 24px rgba(15,23,42,.08);padding:22px 25px}.ga-side-box h3{font-size:17px;margin:0 0 18px;font-weight:950;color:#151b23}.ga-side-box ul{list-style:none;padding:0;margin:0}.ga-side-box li{margin:0}.ga-side-box li a,.ga-side-box li{display:flex;align-items:center;gap:11px;color:#333;text-decoration:none;font-size:15px;padding:8px 0}.ga-side-box li a span{color:#0068c9;width:18px}.pay-logos{border-top:1px solid #e7edf4;margin-top:16px;padding-top:16px;display:flex;gap:20px;align-items:center;color:#0068c9;font-size:20px}.ga-featured-clean{background:#fff;border:1px solid #e6edf5;border-radius:8px;box-shadow:0 7px 24px rgba(15,23,42,.07);margin-top:14px;padding:15px 20px 22px}.ga-featured-clean h2{font-size:18px;margin:0 0 12px;font-weight:950;color:#111827}.ga-clean-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ga-clean-card{border:1px solid #e9eef5;border-radius:9px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.06);padding:18px 18px 14px;min-width:0;display:flex;flex-direction:column}.ga-clean-img{height:145px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.ga-clean-img img{max-width:100%;max-height:145px;object-fit:contain}.ga-clean-card h3{font-size:16px;line-height:1.25;margin:0 0 5px;font-weight:900;color:#111827}.ga-clean-card p{font-size:14px;color:#384252;margin:0 0 12px;min-height:20px}.ga-clean-card strong{font-size:24px;color:#0068c9;margin-top:auto;margin-bottom:14px}.ga-clean-btn{display:flex;align-items:center;justify-content:center;gap:7px;background:#0068c9;color:#fff;text-decoration:none;border-radius:5px;padding:10px 8px;font-size:13px;font-weight:900;white-space:nowrap}.ga-service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0;padding:24px 52px;background:#fff;border-top:1px solid #e6edf5;box-shadow:0 -5px 16px rgba(15,23,42,.04)}.ga-service-strip div{display:grid;grid-template-columns:50px 1fr;column-gap:12px;align-items:center}.ga-service-strip span{grid-row:1/3;color:#0068c9;font-size:36px;text-align:center}.ga-service-strip b{font-size:16px;color:#111827}.ga-service-strip small{font-size:14px;color:#5e6875}.hero-banner,.benefits,.promo-grid,body.home .section{display:none!important}.footer{margin-top:0!important}
@media(max-width:1100px){.ga-home-grid{grid-template-columns:1fr;margin:0 22px}.ga-side-col{grid-template-columns:1fr 1fr;display:grid}.ga-clean-products{grid-template-columns:repeat(2,1fr)}.ga-service-strip{grid-template-columns:repeat(2,1fr);padding-left:22px;padding-right:22px}}
@media(max-width:700px){.ga-home-grid{margin:0 14px}.ga-hero-clean{height:auto;min-height:360px;padding:52px 24px 60px}.ga-hero-text h1{font-size:38px}.ga-hero-text p{font-size:18px}.ga-clean-products,.ga-side-col,.ga-service-strip{grid-template-columns:1fr}.ga-service-strip{padding-left:14px;padding-right:14px}.ga-side-col{display:flex}.ga-clean-btn{white-space:normal}.ga-hero-arrow{width:38px;height:38px;font-size:30px}.ga-hero-arrow.left{left:10px}.ga-hero-arrow.right{right:10px}}
/* Cookie banner visibile e pulito */
#ga-cookie-banner,.ga-cookie-banner,.cookie-banner{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:99999!important;background:#071828!important;color:#fff!important;padding:18px 52px!important;box-shadow:0 -8px 24px rgba(0,0,0,.22)!important;display:none!important;gap:18px;align-items:center;justify-content:space-between}.ga-cookie-banner.ga-cookie-visible,#ga-cookie-banner.ga-cookie-visible,.cookie-banner.ga-cookie-visible{display:flex!important}.ga-cookie-banner button,.cookie-banner button,#ga-cookie-banner button{background:#0068c9!important;color:#fff!important;border:1px solid #fff!important;border-radius:4px!important;padding:11px 22px!important;font-weight:900!important;cursor:pointer!important}

/* FIX BANNER HOME: usa i banner reali caricati, senza cambiare la grafica generale */
.ga-hero-real-slider{padding:0!important;background:#eef6fd!important;display:block!important;position:relative!important;overflow:hidden!important}
.ga-home-banner-slide{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;display:flex;align-items:center;padding-left:88px}
.ga-home-banner-slide.active{opacity:1;z-index:1}
.ga-hero-real-slider .ga-hero-arrow,.ga-hero-real-slider .ga-hero-dots{z-index:5}
.ga-hero-real-slider .ga-hero-text{position:relative;z-index:2;background:rgba(255,255,255,.78);padding:22px 26px;border-radius:10px;max-width:520px}
.ga-hero-dots span{cursor:pointer}
.ga-home-config-box{background:#fff;border:1px solid #e6edf5;border-radius:8px;box-shadow:0 7px 24px rgba(15,23,42,.07);margin-top:14px;padding:18px 20px}
.ga-config-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.ga-config-head h2{font-size:18px;margin:0 0 4px;font-weight:950;color:#111827}.ga-config-head p{margin:0;color:#5e6875}.ga-config-head a{background:#0068c9;color:#fff;text-decoration:none;border-radius:6px;padding:10px 15px;font-weight:900;font-size:13px;white-space:nowrap}.ga-config-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ga-config-mini{border:1px solid #e9eef5;border-radius:8px;padding:12px;text-decoration:none;color:#111827;display:grid;grid-template-columns:50px 1fr;column-gap:10px;align-items:center;background:#fbfdff}.ga-config-mini img{width:46px;height:46px;object-fit:contain;grid-row:1/3}.ga-config-mini b{font-size:14px}.ga-config-mini small{font-size:12px;color:#5e6875}
@media(max-width:900px){.ga-config-head{align-items:flex-start;flex-direction:column}.ga-config-mini-grid{grid-template-columns:1fr 1fr}.ga-home-banner-slide{padding-left:24px;padding-right:24px}.ga-hero-real-slider .ga-hero-text{max-width:90%}}
@media(max-width:600px){.ga-config-mini-grid{grid-template-columns:1fr}}


/* === CONFIGURATORE PC CON PREVENTIVO AUTOMATICO === */
.ga-config-page{
    padding-bottom:40px;
}

.ga-component-category{
    margin-bottom:26px;
}

.ga-component-category h3{
    font-size:22px;
    color:var(--dark);
    margin:10px 0 14px;
    padding-bottom:8px;
    border-bottom:1px solid var(--line);
}

.ga-config-component-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.ga-config-component-card{
    display:block;
    cursor:pointer;
}

.ga-config-component-card input{
    display:none!important;
}

.ga-config-component-card span{
    min-height:126px;
    display:grid;
    grid-template-columns:96px 1fr;
    grid-template-rows:auto auto auto;
    column-gap:14px;
    align-items:center;
    background:#f8fbfd;
    border:2px solid var(--line);
    border-radius:16px;
    padding:14px;
    transition:.2s;
}

.ga-config-component-card span:hover{
    border-color:var(--azure);
    background:var(--soft);
}

.ga-config-component-card input:checked + span{
    border-color:var(--azure);
    background:var(--soft);
    box-shadow:0 10px 25px rgba(47,168,223,.18);
}

.ga-config-component-card img{
    width:96px;
    height:86px;
    object-fit:contain;
    background:#fff;
    border:1px solid var(--line);
    border-radius:12px;
    padding:8px;
    grid-row:1/4;
}

.ga-config-component-card b{
    color:var(--dark);
    font-size:17px;
}

.ga-config-component-card small{
    color:var(--muted);
    font-size:13px;
}

.ga-config-component-card strong{
    color:var(--azure-dark);
    font-size:22px;
    font-weight:900;
}

.ga-config-sticky-total{
    position:sticky;
    top:140px;
}

.ga-selected-list{
    border:1px solid var(--line);
    background:#f8fbfd;
    border-radius:14px;
    padding:12px;
    margin-bottom:16px;
}

.ga-selected-row{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:10px 0;
    border-bottom:1px solid var(--line);
}

.ga-selected-row:last-child{
    border-bottom:0;
}

.ga-selected-row b{
    color:var(--azure-dark);
    font-size:12px;
}

.ga-selected-row strong{
    white-space:nowrap;
}

.ga-config-total-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    border-top:1px solid var(--line);
    padding-top:16px;
    margin-top:16px;
    margin-bottom:12px;
}

.ga-config-total-box span{
    font-weight:900;
    color:var(--dark);
}

.ga-config-total-box strong{
    color:var(--azure-dark);
    font-size:30px;
    font-weight:900;
}

.ga-config-note{
    display:block;
    color:var(--muted);
    margin-bottom:16px;
}

@media(max-width:900px){
    .ga-config-component-grid{
        grid-template-columns:1fr;
    }

    .ga-config-sticky-total{
        position:static;
    }
}

@media(max-width:520px){
    .ga-config-component-card span{
        grid-template-columns:80px 1fr;
    }

    .ga-config-component-card img{
        width:80px;
        height:74px;
    }
}




/* =========================================================
   GA INFORMATICA - HOME V2 BANNER LARGO/STRETTO + COOKIE SX
========================================================= */
.ga-home-v2{max-width:1540px;margin:20px auto 44px;padding:0 22px;font-family:Arial,sans-serif;color:#061733}
.ga-v2-trust{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:16px}
.ga-v2-trust article{min-height:74px;background:#fff;border:1px solid #dce7f1;border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 24px rgba(15,23,42,.055)}
.ga-v2-trust span{font-size:34px;color:#0875e1}.ga-v2-trust strong{display:block;font-size:15px;font-weight:950;color:#07142d}.ga-v2-trust small{display:block;margin-top:5px;color:#0f4b88;font-size:13px;font-weight:700}

.ga-v2-hero-layout{display:grid;grid-template-columns:2.55fr .58fr .64fr;gap:12px;align-items:stretch}
.ga-v2-slider{height:255px;min-height:255px;border-radius:12px;overflow:hidden;position:relative;background:#061733;box-shadow:0 8px 28px rgba(15,23,42,.09)}
.ga-v2-slide{position:absolute;inset:0;opacity:0;pointer-events:none;background-size:cover;background-position:center;transition:opacity .35s ease}
.ga-v2-slide.active{opacity:1;pointer-events:auto}
.ga-v2-slide-content{padding:34px 76px;max-width:560px;color:#fff}
.ga-v2-slide-content h1{margin:0;font-size:40px;line-height:1.05;letter-spacing:.02em;color:#fff;font-weight:950}
.ga-v2-slide-content h1 span{color:#10b9ff;font-size:42px}
.ga-v2-slide-content p{margin:14px 0 0;max-width:440px;font-size:17px;line-height:1.35;color:#fff}
.ga-v2-config a,.ga-v2-final-actions a,.ga-v2-section-head a{display:inline-flex;align-items:center;justify-content:center;background:#0875e1;color:#fff!important;text-decoration:none;font-weight:950;border-radius:8px;padding:13px 25px;box-shadow:0 6px 18px rgba(8,117,225,.24)}
.ga-v2-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:#061733;font-size:32px;line-height:1;font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.ga-v2-arrow.left{left:18px}.ga-v2-arrow.right{right:18px}
.ga-v2-dots{position:absolute;left:0;right:0;bottom:13px;display:flex;gap:10px;justify-content:center}.ga-v2-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#fff;opacity:.9;cursor:pointer}.ga-v2-dots button.active{background:#04a9ff}

.ga-v2-right{display:grid;gap:12px}.ga-v2-config,.ga-v2-insta,.ga-v2-cats,.ga-v2-payments,.ga-v2-google,.ga-v2-stats,.ga-v2-products{background:#fff;border:1px solid #dce7f1;border-radius:12px;box-shadow:0 8px 24px rgba(15,23,42,.055)}
.ga-v2-config{height:162px;padding:18px;display:flex;justify-content:space-between;gap:8px}
.ga-v2-config h2{margin:0;font-size:20px;line-height:1.12;color:#07142d;font-weight:950}.ga-v2-config h2 span{color:#0875e1}.ga-v2-config p{margin:10px 0 12px;color:#0f2749;font-size:12.5px;line-height:1.4}.ga-v2-config a{padding:9px 13px;font-size:12px}
.ga-v2-config-icon{flex:0 0 66px;width:66px;height:66px;margin-top:36px;border-radius:50%;background:#eaf6ff;display:flex;align-items:center;justify-content:center;font-size:34px}
.ga-v2-insta{padding:16px;height:81px}.ga-v2-insta h3,.ga-v2-cats h3,.ga-v2-payments h3{margin:0 0 10px;color:#07142d;font-weight:950;font-size:15px}.ga-v2-insta p{color:#0f2749;margin:0 0 10px;font-size:12.5px;line-height:1.3}.ga-v2-insta a{display:flex;align-items:center;justify-content:center;min-height:34px;border-radius:8px;background:linear-gradient(90deg,#ff7a55,#e24de7,#6667f2);color:#fff!important;text-decoration:none;font-weight:950;font-size:12px}
.ga-v2-cats{padding:18px}.ga-v2-cats ul{list-style:none;margin:0;padding:0}.ga-v2-cats li+li{border-top:1px solid #edf3f8}.ga-v2-cats a{display:flex;align-items:center;gap:12px;min-height:37px;color:#0f3c78;text-decoration:none;font-size:13.5px;font-weight:800}.ga-v2-cats a b{margin-left:auto;color:#0c2b5c;font-size:22px}

.ga-v2-reputation{margin-top:14px;display:grid;grid-template-columns:.9fr 1.9fr;gap:14px}.ga-v2-google{display:flex;align-items:center;gap:18px;padding:18px 22px}.ga-v2-g{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:54px;font-weight:950;color:#4285f4}.ga-v2-google h2{margin:5px 0;color:#0f3c78;font-size:28px}.ga-v2-google p{margin:0;color:#0f2749;font-size:14px}.ga-v2-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:18px}.ga-v2-stats div{display:grid;grid-template-columns:auto 1fr;gap:2px 12px;align-items:center;justify-content:center;padding:0 16px;border-right:1px solid #dce7f1}.ga-v2-stats div:last-child{border-right:0}.ga-v2-stats span{grid-row:span 2;font-size:34px}.ga-v2-stats strong{font-size:26px;color:#0f3c78}.ga-v2-stats small{color:#0f2749;font-weight:700}

.ga-v2-products{margin-top:14px;padding:22px}.ga-v2-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px}.ga-v2-section-head h2{margin:0;font-size:26px;color:#07142d}.ga-v2-section-head p{margin:5px 0 0;color:#64748b}.ga-v2-section-head a{padding:10px 18px}.ga-v2-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ga-v2-product-card{background:#fff;border:1px solid #dce7f1;border-radius:12px;padding:15px;box-shadow:0 6px 18px rgba(15,23,42,.045)}.ga-v2-product-img{display:flex;align-items:center;justify-content:center;height:170px;background:#f8fbfd;border-radius:10px;overflow:hidden}.ga-v2-product-img img{max-width:100%;max-height:100%;object-fit:contain}.ga-v2-product-card h3{margin:14px 0 4px;font-size:16px;color:#07142d}.ga-v2-product-card p{color:#64748b;margin:0 0 10px;font-size:13px}.ga-v2-product-card strong{display:block;color:#00a6e8;font-size:22px;margin-bottom:12px}.ga-v2-cart-btn{display:flex;align-items:center;justify-content:center;background:#11a8ed;color:#fff!important;text-decoration:none;min-height:38px;border-radius:7px;font-weight:950;font-size:13px}

.ga-v2-lower-grid{margin-top:14px;display:grid;grid-template-columns:2.08fr .92fr;gap:14px}.ga-v2-shipping{background:linear-gradient(180deg,#f6fbff,#eaf6ff);border:1px solid #bfe6fb;border-radius:12px;padding:18px 20px 14px}.ga-v2-shipping h2{margin:0 0 18px;display:flex;align-items:center;justify-content:center;gap:20px;color:#0f3c78;font-size:25px;font-weight:950}.ga-v2-shipping h2 span{width:48px;height:3px;border-radius:999px;background:#0875e1}.ga-v2-ship-grid{display:grid;grid-template-columns:repeat(6,1fr)}.ga-v2-ship-grid article{text-align:center;padding:7px 12px 12px;border-right:1px solid #c8def0}.ga-v2-ship-grid article:last-child{border-right:0}.ga-v2-ship-grid span{display:block;font-size:40px;margin-bottom:9px}.ga-v2-ship-grid strong{display:block;color:#07142d;font-size:13px;font-weight:950;margin-bottom:7px}.ga-v2-ship-grid small{display:block;color:#0f3c78;font-size:12.5px;line-height:1.35;font-weight:700}.ga-v2-ship-bottom{margin-top:14px;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#dff1ff;border:1px solid #c5e3f7;border-radius:9px;padding:8px 15px}.ga-v2-ship-bottom strong{color:#075fc2;font-size:13px}.ga-v2-ship-bottom a{color:#075fc2;text-decoration:none;border:2px solid #075fc2;border-radius:7px;padding:8px 18px;font-weight:950;font-size:13px}

.ga-v2-payments{padding:18px 20px;text-align:center}.ga-v2-pay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.ga-v2-pay-grid span{min-height:48px;border:1px solid #dce7f1;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;font-weight:950;color:#07142d;box-shadow:0 4px 12px rgba(15,23,42,.04)}.ga-v2-pay-grid .visa{color:#1434CB;font-size:20px;font-style:italic}.ga-v2-pay-grid .master{color:#d13a12;font-size:12px}.ga-v2-pay-grid .paypal{color:#003087;font-size:17px}.ga-v2-pay-grid .klarna{color:#111;background:#ffd2e4}.ga-v2-pay-grid .satispay{color:#e30613}.ga-v2-pay-grid .amex{color:#0875e1;font-size:12px}.ga-v2-pay-grid .bank{font-size:12px}.ga-v2-pay-grid .cash{font-size:12px}.ga-v2-pay-bottom{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.ga-v2-pay-bottom span{border:1px solid #dce7f1;border-radius:8px;padding:10px 8px;font-size:12px;font-weight:850;color:#0f3c78;background:#fbfdff}

.ga-v2-final-cta{margin-top:14px;background:linear-gradient(90deg,#062a64,#031c46);color:#fff;border-radius:12px;padding:18px 26px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.ga-v2-cta-icon{width:62px;height:62px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:34px}.ga-v2-final-cta h2{margin:0 0 4px;font-size:21px;color:#fff}.ga-v2-final-cta p{margin:0;color:#d8ecff}.ga-v2-final-actions{display:flex;gap:14px}.ga-v2-final-actions .whatsapp{background:#21c95d}

.ga-cookie-side{position:fixed;left:0;bottom:92px;width:300px;max-width:calc(100vw - 24px);background:#fff;border:1px solid #dce7f1;border-left:5px solid #0875e1;border-radius:0 16px 16px 0;box-shadow:0 12px 34px rgba(15,23,42,.18);z-index:9999;padding:18px 18px 16px 20px;animation:gaCookieIn .35s ease both}.ga-cookie-side.hide{transform:translateX(-110%);opacity:0;transition:.25s ease}.ga-cookie-side strong{display:block;color:#07142d;font-size:18px;margin-bottom:8px}.ga-cookie-side p{margin:0 0 14px;color:#475569;font-size:13px;line-height:1.45}.ga-cookie-close{position:absolute;right:10px;top:8px;border:0;background:transparent;font-size:22px;cursor:pointer;color:#64748b}.ga-cookie-actions{display:flex;gap:8px}.ga-cookie-actions button{border:0;background:#0875e1;color:#fff;border-radius:9px;padding:10px 12px;font-weight:900;cursor:pointer}.ga-cookie-actions button.light{background:#f1f5f9;color:#0f172a}@keyframes gaCookieIn{from{transform:translateX(-110%);opacity:0}to{transform:translateX(0);opacity:1}}

@media(max-width:1250px){.ga-home-v2{max-width:100%;padding:0 16px}.ga-v2-trust{grid-template-columns:repeat(2,1fr)}.ga-v2-hero-layout{grid-template-columns:1fr}.ga-v2-right{grid-template-columns:1fr 1fr}.ga-v2-lower-grid{grid-template-columns:1fr}}
@media(max-width:900px){.ga-v2-trust{grid-template-columns:1fr}.ga-v2-right{grid-template-columns:1fr}.ga-v2-ship-grid{grid-template-columns:repeat(2,1fr)}.ga-v2-ship-grid article{border-right:0;border-bottom:1px solid #c8def0}.ga-v2-reputation{grid-template-columns:1fr}.ga-v2-stats{grid-template-columns:repeat(2,1fr)}.ga-v2-stats div{border-right:0;border-bottom:1px solid #dce7f1;padding:12px}.ga-v2-product-grid{grid-template-columns:repeat(2,1fr)}.ga-v2-final-cta{grid-template-columns:1fr}.ga-v2-final-actions{flex-direction:column}.ga-cookie-side{bottom:18px;width:285px}}
@media(max-width:640px){.ga-v2-slider{height:235px;min-height:235px}.ga-v2-slide-content{padding:34px 28px}.ga-v2-slide-content h1{font-size:30px}.ga-v2-slide-content h1 span{font-size:34px}.ga-v2-arrow{width:38px;height:38px}.ga-v2-arrow.left{left:10px}.ga-v2-arrow.right{right:10px}.ga-v2-ship-grid{grid-template-columns:1fr}.ga-v2-ship-bottom{flex-direction:column;text-align:center}.ga-v2-pay-grid{grid-template-columns:1fr 1fr}.ga-v2-pay-bottom{grid-template-columns:1fr}.ga-v2-product-grid{grid-template-columns:1fr}}



/* ====================================================
   GA CLEAN FINAL - banner, pagamenti, social, recensioni 5,0
==================================================== */
:root{--blue:#0969da;--navy:#061323;--text:#071324;--muted:#64748b;--line:#e5edf6;--soft:#f8fbff}
*{box-sizing:border-box}
body{margin:0!important;background:#fff!important;color:var(--text)!important;font-family:'Inter',Arial,sans-serif!important;font-weight:400!important}
.ga-topbar-clean{height:38px;background:#061323;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 42px;font-size:13px}
.ga-topbar-clean nav{display:flex;gap:20px}.ga-topbar-clean a{color:#fff;text-decoration:none;opacity:.9}
.ga-header-clean{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:220px minmax(320px,520px) auto;gap:30px;align-items:center;padding:22px}
.ga-logo-clean img{max-width:180px;max-height:80px;object-fit:contain}
.ga-search-clean{height:46px;border:1px solid var(--line);border-radius:6px;display:flex;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(9,31,66,.05)}
.ga-search-clean input{flex:1;border:0;outline:0;padding:0 16px;font-size:14px}.ga-search-clean button{width:54px;border:0;background:var(--blue);color:#fff;font-size:24px}
.ga-actions-clean{display:flex;gap:24px;justify-content:flex-end;align-items:center}.ga-actions-clean a{text-decoration:none;color:var(--text);font-weight:500;font-size:13px}.ga-cart-clean{position:relative}.ga-cart-clean span{background:var(--blue);color:#fff;border-radius:999px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;margin-left:4px}
.ga-menu-clean{max-width:1240px;margin:0 auto;height:54px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 22px;background:#fff}
.ga-menu-clean>a,.ga-menu-drop>button{height:54px;display:flex;align-items:center;padding:0 19px;border:0;background:#fff;text-decoration:none;color:var(--text);font-weight:600;font-size:13px;font-family:inherit;cursor:pointer}
.ga-menu-clean>a.active{color:var(--blue);border-bottom:2px solid var(--blue)}
.ga-menu-drop{position:relative}.ga-menu-drop>button{background:#f6f9fd}.ga-menu-drop>div{display:none;position:absolute;top:54px;left:0;width:240px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(9,31,66,.08);z-index:99}.ga-menu-drop:hover>div{display:block}.ga-menu-drop a{display:block;padding:13px 16px;text-decoration:none;color:var(--text);border-bottom:1px solid #f0f4f8;font-size:13px}

.ga-home-clean{max-width:1240px;margin:0 auto;padding:0 22px 34px}
.ga-hero-slider{height:360px;border-radius:0;overflow:hidden;position:relative;background:#061323}
.ga-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:.35s;pointer-events:none}
.ga-hero-slide.active{opacity:1;pointer-events:auto}
.ga-hero-copy{width:42%;min-width:420px;height:100%;padding:55px 54px;background:linear-gradient(90deg,rgba(6,19,35,.92),rgba(6,19,35,.62),rgba(6,19,35,0));color:#fff}
.ga-hero-copy span{display:block;color:#74c7ff;text-transform:uppercase;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:14px}
.ga-hero-copy h1{margin:0 0 16px;font-size:43px;line-height:1.1;letter-spacing:-.04em;font-weight:600;color:#fff}
.ga-hero-copy p{margin:0 0 24px;color:#d9e7f5;font-size:16px;line-height:1.55}.ga-hero-copy a{display:inline-flex;height:42px;align-items:center;padding:0 20px;background:var(--blue);color:#fff;text-decoration:none;border-radius:5px;font-weight:700;font-size:13px}
.ga-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;background:#fff;width:40px;height:40px;border-radius:50%;box-shadow:0 10px 24px rgba(0,0,0,.18);font-size:28px;color:var(--blue);cursor:pointer}.ga-hero-arrow.left{left:18px}.ga-hero-arrow.right{right:18px}
.ga-hero-dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:10px}.ga-hero-dots button{width:10px;height:10px;border:0;border-radius:50%;background:#cbd5e1}.ga-hero-dots button.active{background:var(--blue)}
.ga-benefits-clean{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line);background:#fff}
.ga-benefits-clean article{min-height:72px;display:flex;gap:13px;align-items:center;padding:15px 18px;border-right:1px solid #eff3f7;color:var(--blue);font-size:22px}.ga-benefits-clean strong{display:block;color:var(--text);font-size:13px;font-weight:700}.ga-benefits-clean small{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.ga-products-clean{padding:30px 0 18px}.ga-section-head-clean{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.ga-section-head-clean h2{font-size:18px;margin:0;font-weight:700}.ga-section-head-clean a{color:var(--blue);text-decoration:none;font-size:13px;font-weight:600}
.ga-carousel-clean-wrap{position:relative}.ga-product-carousel-clean{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:2px 0 12px;scrollbar-width:none}.ga-product-carousel-clean::-webkit-scrollbar{display:none}
.ga-card-product-clean{flex:0 0 210px;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 6px 18px rgba(9,31,66,.04)}.ga-card-img-clean{height:150px;display:flex;align-items:center;justify-content:center;padding:14px;border-bottom:1px solid #f0f4f8}.ga-card-img-clean img{max-width:100%;max-height:100%;object-fit:contain}.ga-card-product-clean h3{font-size:13px;line-height:1.3;min-height:34px;margin:13px 13px 5px;font-weight:600}.ga-card-product-clean p{font-size:12px;color:var(--muted);margin:0 13px 8px}.ga-card-product-clean strong{display:block;margin:0 13px 10px;font-size:16px}.ga-card-product-clean form{padding:0 13px 13px}.ga-card-product-clean button{width:100%;height:34px;border:1px solid var(--line);background:#f8fbff;color:#07366f;border-radius:4px;font-weight:600;font-size:12px;cursor:pointer}
.ga-carousel-btn{position:absolute;top:42%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:var(--blue);box-shadow:0 10px 24px rgba(9,31,66,.12);font-size:28px;cursor:pointer;z-index:2}.ga-carousel-btn.left{left:-18px}.ga-carousel-btn.right{right:-18px}
.ga-category-clean{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-radius:6px;overflow:hidden;margin:8px 0 28px}.ga-category-clean a{min-height:82px;text-decoration:none;color:var(--text);display:grid;grid-template-columns:42px 1fr;gap:6px 10px;align-items:center;padding:12px;border-right:1px solid var(--line)}.ga-category-clean span{grid-row:span 2;font-size:27px;text-align:center}.ga-category-clean strong{font-size:12px}.ga-category-clean small{font-size:11px;color:var(--muted)}
.ga-reviews-social-clean{display:grid;grid-template-columns:250px repeat(3,1fr);gap:16px;margin-bottom:26px}.ga-google-clean,.ga-reviews-social-clean article{background:#fff;border:1px solid var(--line);border-radius:6px;padding:18px;box-shadow:0 6px 18px rgba(9,31,66,.035)}.ga-google-clean span{font-size:26px;color:#4285f4;font-weight:700}.ga-google-clean strong{display:block;color:#f59e0b;font-size:22px;margin:8px 0}.ga-google-clean small{display:block;color:var(--muted);font-size:12px;margin-bottom:14px}.ga-google-clean a{display:inline-flex;height:34px;align-items:center;border:1px solid var(--blue);color:var(--blue);text-decoration:none;border-radius:4px;padding:0 13px;font-size:12px}.ga-reviews-social-clean em{display:block;color:#f59e0b;font-style:normal;margin:8px 0}.ga-reviews-social-clean p{font-size:13px;line-height:1.5;color:#1f2937}
.ga-payment-social-clean{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:28px}.ga-payment-cards-clean,.ga-social-cards-clean{border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px;box-shadow:0 6px 18px rgba(9,31,66,.035)}.ga-payment-social-clean h2{margin:0 0 14px;font-size:18px}.ga-payment-cards-clean>div{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.ga-payment-cards-clean span,.ga-social-cards-clean a{min-height:44px;border:1px solid var(--line);border-radius:6px;display:flex;align-items:center;justify-content:center;background:#f8fbff;font-weight:700;color:#07366f;text-decoration:none}.ga-social-cards-clean>div{display:grid;gap:10px}
.ga-footer-clean{background:#071323;color:#fff;margin-top:34px;padding:38px 0 18px}.ga-footer-grid-clean{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px;padding:0 22px 30px;border-bottom:1px solid rgba(255,255,255,.12)}.ga-footer-clean img{max-width:150px;filter:brightness(0) invert(1) opacity(.85)}.ga-footer-clean p,.ga-footer-clean a{color:#cbd5e1;font-size:13px;line-height:1.6}.ga-footer-clean a{display:block;text-decoration:none;margin-bottom:9px}.ga-footer-clean h4{font-size:13px;text-transform:uppercase}.ga-footer-social-clean a{display:inline-flex!important;margin-right:10px;background:#12243b;padding:8px 10px;border-radius:6px}.ga-footer-bottom-clean{max-width:1240px;margin:16px auto 0;padding:0 22px;display:flex;justify-content:space-between;color:#cbd5e1;font-size:12px}
.ga-cookie-clean{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(9,31,66,.08);z-index:99999;display:flex;align-items:center;justify-content:center;gap:22px;padding:14px 22px}.ga-cookie-clean p{margin:0;color:#475569;font-size:13px}.ga-cookie-clean button{height:38px;min-width:135px;border-radius:5px;border:1px solid var(--blue);background:#fff;color:#07366f}.ga-cookie-clean button:last-child{background:var(--blue);color:#fff}
@media(max-width:1000px){.ga-header-clean{grid-template-columns:1fr}.ga-menu-clean{height:auto;flex-wrap:wrap}.ga-hero-copy{width:70%}.ga-benefits-clean,.ga-payment-social-clean,.ga-reviews-social-clean{grid-template-columns:1fr}.ga-category-clean{grid-template-columns:repeat(2,1fr)}.ga-payment-cards-clean>div{grid-template-columns:repeat(2,1fr)}.ga-footer-grid-clean{grid-template-columns:1fr}}




/* ====================================================
   FIX CARD PAGAMENTI + SOCIAL BEN VISIBILI
==================================================== */

.ga-payment-social-clean{
    display:grid !important;
    grid-template-columns: 1.6fr 1fr !important;
    gap:22px !important;
    margin:32px 0 34px !important;
    align-items:stretch !important;
}

.ga-payment-cards-clean,
.ga-social-cards-clean{
    background:#ffffff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:18px !important;
    padding:26px !important;
    box-shadow:0 18px 45px rgba(9,31,66,.08) !important;
}

.ga-payment-cards-clean h2,
.ga-social-cards-clean h2{
    margin:0 0 20px !important;
    font-size:22px !important;
    font-weight:700 !important;
    color:#071324 !important;
    letter-spacing:-.02em !important;
}

.ga-payment-cards-clean > div{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}

.ga-payment-cards-clean span{
    min-height:72px !important;
    border:1px solid #dce7f1 !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,#ffffff,#f8fbff) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:18px !important;
    font-weight:800 !important;
    color:#07366f !important;
    box-shadow:0 8px 22px rgba(9,31,66,.055) !important;
}

.ga-payment-cards-clean span:nth-child(1){color:#003087 !important;}
.ga-payment-cards-clean span:nth-child(2){color:#1434CB !important;}
.ga-payment-cards-clean span:nth-child(3){color:#eb001b !important;}
.ga-payment-cards-clean span:nth-child(4){
    background:#ffd7e8 !important;
    color:#111827 !important;
}
.ga-payment-cards-clean span:nth-child(5){color:#e30613 !important;}
.ga-payment-cards-clean span:nth-child(6){color:#075fc2 !important;}

.ga-social-cards-clean > div{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
}

.ga-social-cards-clean a{
    min-height:58px !important;
    border:0 !important;
    border-radius:14px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:17px !important;
    font-weight:800 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow:0 10px 24px rgba(9,31,66,.12) !important;
}

.ga-social-cards-clean a:nth-child(1){
    background:linear-gradient(90deg,#1877f2,#0b5ed7) !important;
}
.ga-social-cards-clean a:nth-child(2){
    background:linear-gradient(90deg,#ff7a55,#e24de7,#6366f1) !important;
}
.ga-social-cards-clean a:nth-child(3){
    background:linear-gradient(90deg,#22c55e,#16a34a) !important;
}

.ga-social-cards-clean a:nth-child(1)::before{content:"📘 "; margin-right:8px;}
.ga-social-cards-clean a:nth-child(2)::before{content:"📸 "; margin-right:8px;}
.ga-social-cards-clean a:nth-child(3)::before{content:"💬 "; margin-right:8px;}

@media(max-width:900px){
    .ga-payment-social-clean{
        grid-template-columns:1fr !important;
    }
    .ga-payment-cards-clean > div{
        grid-template-columns:repeat(2,1fr) !important;
    }
}


/* FIX categorie: aggiunti PC Rigenerati e Workstation */
.ga-category-clean{
    grid-template-columns:repeat(8,1fr) !important;
}

@media(max-width:1000px){
    .ga-category-clean{
        grid-template-columns:repeat(2,1fr) !important;
    }
}


/* ====================================================
   FIX FINALE: PC NUOVI + LOGHI ORIGINALI PAGAMENTI/SOCIAL
==================================================== */

.ga-category-clean{
    grid-template-columns:repeat(8,1fr) !important;
}

.ga-payment-social-clean{
    display:grid !important;
    grid-template-columns:1.6fr 1fr !important;
    gap:22px !important;
    margin:32px 0 34px !important;
    align-items:stretch !important;
}

.ga-payment-cards-clean,
.ga-social-cards-clean{
    background:#ffffff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:18px !important;
    padding:26px !important;
    box-shadow:0 18px 45px rgba(9,31,66,.08) !important;
}

.ga-payment-cards-clean h2,
.ga-social-cards-clean h2{
    margin:0 0 20px !important;
    font-size:22px !important;
    font-weight:700 !important;
    color:#071324 !important;
    letter-spacing:-.02em !important;
}

.ga-payment-logos-original{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}

.ga-pay-card{
    min-height:78px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow:0 10px 24px rgba(9,31,66,.06) !important;
    padding:14px !important;
}

.ga-pay-card img{
    max-width:120px !important;
    max-height:42px !important;
    object-fit:contain !important;
}

.ga-pay-card span{
    font-size:18px !important;
    font-weight:800 !important;
    color:#07366f !important;
}

.ga-social-original{
    display:grid !important;
    gap:14px !important;
}

.ga-social-original a{
    min-height:60px !important;
    border-radius:14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:17px !important;
    font-weight:800 !important;
    box-shadow:0 10px 24px rgba(9,31,66,.12) !important;
}

.ga-social-original img{
    width:28px !important;
    height:28px !important;
    object-fit:contain !important;
}

.ga-social-facebook{
    background:linear-gradient(90deg,#1877f2,#0b5ed7) !important;
}

.ga-social-instagram{
    background:linear-gradient(90deg,#ff7a55,#e24de7,#6366f1) !important;
}

.ga-social-whatsapp{
    background:linear-gradient(90deg,#22c55e,#16a34a) !important;
}

@media(max-width:1000px){
    .ga-category-clean{
        grid-template-columns:repeat(2,1fr) !important;
    }
    .ga-payment-social-clean{
        grid-template-columns:1fr !important;
    }
    .ga-payment-logos-original{
        grid-template-columns:repeat(2,1fr) !important;
    }
}


/* FIX LOGHI PAGAMENTI LOCALI */
.ga-payment-logos-original{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}
.ga-pay-card{
    min-height:78px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow:0 10px 24px rgba(9,31,66,.06) !important;
    padding:12px !important;
}
.ga-pay-card img{
    display:block !important;
    width:130px !important;
    max-width:90% !important;
    height:48px !important;
    object-fit:contain !important;
}
.ga-pay-card span{
    font-size:18px !important;
    font-weight:800 !important;
    color:#07366f !important;
}
.ga-social-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:8px;
    font-weight:900;
}
@media(max-width:900px){
    .ga-payment-logos-original{
        grid-template-columns:repeat(2,1fr) !important;
    }
}


/* FIX DEFINITIVO LOGHI PAGAMENTI / SOCIAL / COOKIE */
.ga-payment-logos-original{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}
.ga-pay-card{
    min-height:82px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:12px !important;
    box-shadow:0 10px 24px rgba(9,31,66,.06) !important;
}
.ga-pay-card img{
    display:block !important;
    width:135px !important;
    max-width:92% !important;
    height:52px !important;
    object-fit:contain !important;
}
.ga-pay-card span{
    font-size:18px !important;
    font-weight:800 !important;
    color:#07366f !important;
}
.ga-social-original{
    display:grid !important;
    gap:14px !important;
}
.ga-social-original a{
    min-height:62px !important;
    border-radius:14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:17px !important;
    font-weight:800 !important;
    box-shadow:0 10px 24px rgba(9,31,66,.12) !important;
}
.ga-social-original img{
    width:32px !important;
    height:32px !important;
    object-fit:contain !important;
}
.ga-social-facebook{background:linear-gradient(90deg,#1877f2,#0b5ed7) !important;}
.ga-social-instagram{background:linear-gradient(90deg,#ff7a55,#e24de7,#6366f1) !important;}
.ga-social-whatsapp{background:linear-gradient(90deg,#22c55e,#16a34a) !important;}

.ga-cookie-clean{
    position:fixed !important;
    left:22px !important;
    bottom:22px !important;
    width:390px !important;
    max-width:calc(100vw - 44px) !important;
    background:#ffffff !important;
    border:1px solid #dfe8f3 !important;
    border-left:5px solid #0969da !important;
    border-radius:16px !important;
    box-shadow:0 18px 45px rgba(9,31,66,.18) !important;
    z-index:999999 !important;
    padding:0 !important;
}
.ga-cookie-inner{
    padding:18px !important;
}
.ga-cookie-inner strong{
    display:block !important;
    font-size:17px !important;
    color:#071324 !important;
    margin-bottom:8px !important;
}
.ga-cookie-inner p{
    margin:0 0 10px !important;
    color:#475569 !important;
    font-size:13px !important;
    line-height:1.45 !important;
}
.ga-cookie-inner a{
    display:inline-block !important;
    margin-bottom:14px !important;
    color:#0969da !important;
    font-size:13px !important;
    text-decoration:none !important;
    font-weight:600 !important;
}
.ga-cookie-buttons{
    display:flex !important;
    gap:8px !important;
    flex-wrap:wrap !important;
}
.ga-cookie-buttons button,
.ga-cookie-modal-actions button{
    border:1px solid #0969da !important;
    border-radius:9px !important;
    padding:10px 12px !important;
    font-weight:700 !important;
    cursor:pointer !important;
}
.ga-cookie-primary{
    background:#0969da !important;
    color:#fff !important;
}
.ga-cookie-secondary{
    background:#f8fbff !important;
    color:#07366f !important;
}
.ga-cookie-modal{
    position:fixed !important;
    inset:0 !important;
    background:rgba(6,19,35,.48) !important;
    z-index:1000000 !important;
    align-items:center !important;
    justify-content:center !important;
}
.ga-cookie-modal-box{
    position:relative !important;
    width:420px !important;
    max-width:calc(100vw - 40px) !important;
    background:#fff !important;
    border-radius:18px !important;
    padding:24px !important;
    box-shadow:0 22px 70px rgba(0,0,0,.25) !important;
}
.ga-cookie-modal-box h3{
    margin:0 0 16px !important;
}
.ga-cookie-modal-box label{
    display:block !important;
    margin:12px 0 !important;
    color:#071324 !important;
}
.ga-cookie-x{
    position:absolute !important;
    right:14px !important;
    top:10px !important;
    background:transparent !important;
    border:0 !important;
    font-size:26px !important;
    cursor:pointer !important;
}
.ga-cookie-modal-actions{
    display:flex !important;
    gap:10px !important;
    justify-content:flex-end !important;
    margin-top:18px !important;
}

@media(max-width:900px){
    .ga-payment-logos-original{grid-template-columns:repeat(2,1fr) !important;}
}


/* ====================================================
   BANDA PAGAMENTI UNICA - STILE PREMIUM
==================================================== */
.ga-payment-social-clean{
    display:none !important;
}

.ga-payment-strip{
    max-width:1240px;
    margin:34px auto 34px;
    background:#ffffff;
    border:1px solid #dfe8f3;
    border-radius:22px;
    padding:24px 24px 26px;
    box-shadow:0 18px 45px rgba(9,31,66,.08);
}

.ga-payment-strip h3{
    text-align:center;
    margin:0 0 22px;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
    color:#071324;
    letter-spacing:-.02em;
}

.ga-payment-strip-logos{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
}

.ga-payment-strip-logos::-webkit-scrollbar{
    display:none;
}

.ga-payment-strip-logos span{
    min-width:112px;
    height:62px;
    padding:0 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-right:1px solid #d8e2ee;
}

.ga-payment-strip-logos span:last-child{
    border-right:0;
}

.ga-payment-strip-logos img{
    display:block;
    width:110px;
    max-width:110px;
    height:44px;
    object-fit:contain;
}

@media(max-width:900px){
    .ga-payment-strip{
        margin:24px 16px;
        padding:20px 12px;
        border-radius:16px;
    }

    .ga-payment-strip h3{
        font-size:19px;
    }

    .ga-payment-strip-logos{
        justify-content:flex-start;
    }

    .ga-payment-strip-logos span{
        min-width:105px;
        padding:0 14px;
    }

    .ga-payment-strip-logos img{
        width:96px;
    }
}


/* ====================================================
   MENU FINALE + RECENSIONI GOOGLE LIVE
==================================================== */
.ga-category-clean{
    grid-template-columns:repeat(9,1fr) !important;
}

.ga-google-reviews-live{
    margin:30px 0;
    display:grid;
    grid-template-columns:300px 1fr;
    gap:18px;
}

.ga-google-summary-live,
.ga-google-review-cards-live article{
    background:#fff;
    border:1px solid #dfe8f3;
    border-radius:18px;
    padding:22px;
    box-shadow:0 16px 42px rgba(9,31,66,.07);
}

.ga-google-summary-live{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.ga-google-g{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    font-weight:900;
    color:#4285f4;
    background:#f8fbff;
    border:1px solid #e5edf6;
}

.ga-google-summary-live span{
    display:block;
    font-size:13px;
    color:#64748b;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.ga-google-summary-live strong{
    display:block;
    color:#f59e0b;
    font-size:28px;
    margin:8px 0 4px;
}

.ga-google-summary-live small{
    display:block;
    color:#475569;
    font-size:13px;
}

.ga-google-links{
    margin-top:16px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.ga-google-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 12px;
    border-radius:8px;
    border:1px solid #0969da;
    color:#0969da;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}

.ga-google-review-cards-live{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.ga-google-user{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
}

.ga-google-user img{
    width:34px;
    height:34px;
    border-radius:50%;
    object-fit:cover;
}

.ga-google-user span{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8fbff;
    border-radius:50%;
}

.ga-google-review-cards-live em{
    display:block;
    color:#f59e0b;
    font-style:normal;
    margin:8px 0;
    letter-spacing:1px;
}

.ga-google-review-cards-live p{
    margin:0;
    color:#1f2937;
    font-size:13px;
    line-height:1.5;
}

@media(max-width:1000px){
    .ga-category-clean{
        grid-template-columns:repeat(2,1fr) !important;
    }
    .ga-google-reviews-live{
        grid-template-columns:1fr;
    }
    .ga-google-review-cards-live{
        grid-template-columns:1fr;
    }
}


/* ====================================================
   SERVIZI SOTTO RECENSIONI
==================================================== */
.ga-service-band-after-reviews{
    margin:18px 0 30px;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:0;
    background:#ffffff;
    border:1px solid #dfe8f3;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 14px 38px rgba(9,31,66,.06);
}

.ga-service-band-after-reviews article{
    min-height:94px;
    padding:18px 14px;
    text-align:center;
    border-right:1px solid #edf2f7;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.ga-service-band-after-reviews article:last-child{
    border-right:0;
}

.ga-service-band-after-reviews span{
    font-size:28px;
    margin-bottom:8px;
}

.ga-service-band-after-reviews strong{
    display:block;
    font-size:13px;
    color:#071324;
    font-weight:700;
    margin-bottom:4px;
}

.ga-service-band-after-reviews small{
    display:block;
    font-size:12px;
    color:#64748b;
}

@media(max-width:1000px){
    .ga-service-band-after-reviews{
        grid-template-columns:repeat(2,1fr);
    }

    .ga-service-band-after-reviews article{
        border-right:0;
        border-bottom:1px solid #edf2f7;
    }
}


/* ====================================================
   FIX IMMAGINI PRODOTTO AUTOMATICHE + GALLERIA FOTO
==================================================== */

/* Liste prodotti / card / home */
.ga-card-img-clean,
.ga-premium-product-img,
.ga-v2-product-img,
.ga-product-image,
.ga-product-card-img,
.ga-product-card .image,
.product-image,
.product-card-image{
    background:#fff !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.ga-card-img-clean img,
.ga-premium-product-img img,
.ga-v2-product-img img,
.ga-product-image img,
.ga-product-card-img img,
.ga-product-card .image img,
.product-image img,
.product-card-image img,
.ga-cart-product img,
.ga-cart-img img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    display:block !important;
}

/* Galleria scheda prodotto */
.ga-product-gallery{
    width:100%;
}

.ga-product-main-image{
    background:#fff;
    border:1px solid #e5edf6;
    border-radius:16px;
    min-height:430px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    overflow:hidden;
}

.ga-product-main-image img{
    width:100%;
    height:430px;
    object-fit:contain;
    object-position:center;
    display:block;
}

.ga-product-thumbs{
    margin-top:14px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.ga-product-thumbs button{
    width:76px;
    height:76px;
    border:1px solid #dfe8f3;
    background:#fff;
    border-radius:12px;
    padding:6px;
    cursor:pointer;
    opacity:.75;
}

.ga-product-thumbs button.active,
.ga-product-thumbs button:hover{
    border-color:#0969da;
    opacity:1;
}

.ga-product-thumbs img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}

/* Admin preview foto multiple */
.ga-admin-multi-images{
    margin:18px 0;
    padding:18px;
    background:#f8fbff;
    border:1px solid #dfe8f3;
    border-radius:14px;
}

.ga-admin-multi-images label{
    display:block;
    font-weight:700;
    margin-bottom:8px;
}

.ga-admin-multi-images input[type=file]{
    width:100%;
    padding:12px;
    background:#fff;
    border:1px solid #dfe8f3;
    border-radius:10px;
}

.ga-admin-multi-images small{
    display:block;
    margin-top:8px;
    color:#64748b;
}

.ga-admin-preview-images{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:12px;
}

.ga-admin-preview-images span{
    width:78px;
    height:78px;
    background:#fff;
    border:1px solid #dfe8f3;
    border-radius:10px;
    padding:6px;
}

.ga-admin-preview-images img{
    width:100%;
    height:100%;
    object-fit:contain;
}

@media(max-width:700px){
    .ga-product-main-image{
        min-height:300px;
    }

    .ga-product-main-image img{
        height:300px;
    }
}


/* ====================================================
   FIX DEFINITIVO FOTO MULTIPLE PRODOTTI + PC GAMING
==================================================== */

.ga-card-img-clean,
.ga-premium-product-img,
.ga-v2-product-img,
.ga-product-image,
.ga-product-card-img,
.product-image,
.product-card-image{
    background:#fff !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.ga-card-img-clean img,
.ga-premium-product-img img,
.ga-v2-product-img img,
.ga-product-image img,
.ga-product-card-img img,
.product-image img,
.product-card-image img,
.ga-cart-product img,
.ga-cart-img img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    display:block !important;
}

.ga-product-gallery{
    width:100%;
    margin-bottom:20px;
}

.ga-product-main-image{
    background:#fff;
    border:1px solid #e5edf6;
    border-radius:18px;
    min-height:440px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    overflow:hidden;
    box-shadow:0 14px 36px rgba(9,31,66,.06);
}

.ga-product-main-image img{
    width:100%;
    height:430px;
    object-fit:contain;
    object-position:center;
    display:block;
}

.ga-product-thumbs{
    margin-top:14px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.ga-product-thumbs button{
    width:78px;
    height:78px;
    border:1px solid #dfe8f3;
    background:#fff;
    border-radius:12px;
    padding:6px;
    cursor:pointer;
    opacity:.75;
}

.ga-product-thumbs button.active,
.ga-product-thumbs button:hover{
    border-color:#0969da;
    opacity:1;
    box-shadow:0 8px 18px rgba(9,31,66,.08);
}

.ga-product-thumbs img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}

.ga-admin-multi-images{
    margin:18px 0;
    padding:18px;
    background:#f8fbff;
    border:1px solid #dfe8f3;
    border-radius:14px;
}

.ga-admin-multi-images label{
    display:block;
    font-weight:700;
    margin-bottom:8px;
}

.ga-admin-multi-images input[type=file]{
    width:100%;
    padding:12px;
    background:#fff;
    border:1px solid #dfe8f3;
    border-radius:10px;
}

.ga-admin-multi-images small{
    display:block;
    margin-top:8px;
    color:#64748b;
}

.ga-admin-preview-images{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:12px;
}

.ga-admin-preview-images span{
    width:78px;
    height:78px;
    background:#fff;
    border:1px solid #dfe8f3;
    border-radius:10px;
    padding:6px;
}

.ga-admin-preview-images img{
    width:100%;
    height:100%;
    object-fit:contain;
}

@media(max-width:700px){
    .ga-product-main-image{
        min-height:300px;
    }
    .ga-product-main-image img{
        height:300px;
    }
}


/* ====================================================
   FIX FINALE IMMAGINI PRODOTTI - TUTTE LE SEZIONI
   Home, categorie, prodotti, carrello, dettaglio, slider
==================================================== */

/* rimuove spazio/sezione categorie se rimasta vuota */
.ga-category-clean:empty{
    display:none !important;
}

/* contenitori immagini prodotti */
.ga-card-img-clean,
.ga-premium-product-img,
.ga-v2-product-img,
.ga-product-image,
.ga-product-card-img,
.product-image,
.product-card-image,
.product-thumb,
.product-photo,
.ga-cart-img,
.ga-cart-product-img,
.ga-related-product-img,
.ga-product-list-img,
.ga-product-main-img,
[class*="product"] .image,
[class*="prodotto"] .image{
    background:#fff !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

/* immagini adattive globali dentro card prodotti */
.ga-card-img-clean img,
.ga-premium-product-img img,
.ga-v2-product-img img,
.ga-product-image img,
.ga-product-card-img img,
.product-image img,
.product-card-image img,
.product-thumb img,
.product-photo img,
.ga-cart-img img,
.ga-cart-product-img img,
.ga-related-product-img img,
.ga-product-list-img img,
.ga-product-main-img img,
[class*="product"] .image img,
[class*="prodotto"] .image img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
}

/* altezza uniforme card ecommerce */
.ga-card-img-clean,
.ga-premium-product-img,
.ga-v2-product-img,
.ga-product-card-img,
.product-card-image,
.ga-product-list-img{
    height:190px !important;
    padding:14px !important;
}

/* carrello più piccolo */
.ga-cart-img,
.ga-cart-product-img,
.ga-cart-product img{
    width:74px !important;
    height:74px !important;
    object-fit:contain !important;
}

/* scheda prodotto: galleria */
.ga-product-gallery{
    width:100% !important;
    margin-bottom:24px !important;
}

.ga-product-main-image{
    background:#fff !important;
    border:1px solid #e5edf6 !important;
    border-radius:18px !important;
    min-height:440px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:24px !important;
    overflow:hidden !important;
    box-shadow:0 14px 36px rgba(9,31,66,.06) !important;
}

.ga-product-main-image img{
    width:100% !important;
    height:430px !important;
    max-width:100% !important;
    max-height:430px !important;
    object-fit:contain !important;
    object-position:center !important;
    display:block !important;
}

.ga-product-thumbs{
    margin-top:14px !important;
    display:flex !important;
    gap:10px !important;
    flex-wrap:wrap !important;
}

.ga-product-thumbs button{
    width:78px !important;
    height:78px !important;
    border:1px solid #dfe8f3 !important;
    background:#fff !important;
    border-radius:12px !important;
    padding:6px !important;
    cursor:pointer !important;
    opacity:.75 !important;
}

.ga-product-thumbs button.active,
.ga-product-thumbs button:hover{
    border-color:#0969da !important;
    opacity:1 !important;
    box-shadow:0 8px 18px rgba(9,31,66,.08) !important;
}

.ga-product-thumbs img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
}

/* admin solo modifica prodotto */
.ga-admin-multi-images{
    margin:18px 0 !important;
    padding:18px !important;
    background:#f8fbff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:14px !important;
}

.ga-admin-multi-images label{
    display:block !important;
    font-weight:700 !important;
    margin-bottom:8px !important;
}

.ga-admin-multi-images input[type=file]{
    width:100% !important;
    padding:12px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:10px !important;
}

.ga-admin-preview-images{
    display:flex !important;
    gap:10px !important;
    flex-wrap:wrap !important;
    margin-top:12px !important;
}

.ga-admin-preview-images span{
    width:78px !important;
    height:78px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:10px !important;
    padding:6px !important;
}

.ga-admin-preview-images img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
}

@media(max-width:700px){
    .ga-card-img-clean,
    .ga-premium-product-img,
    .ga-v2-product-img,
    .ga-product-card-img,
    .product-card-image,
    .ga-product-list-img{
        height:160px !important;
    }

    .ga-product-main-image{
        min-height:300px !important;
    }

    .ga-product-main-image img{
        height:300px !important;
        max-height:300px !important;
    }
}


/* ====================================================
   ADMIN IMMAGINI PRODOTTO CON ELIMINA X
==================================================== */
.ga-admin-images-box{
    margin:24px 0 !important;
    padding:22px !important;
    background:#eefaff !important;
    border:2px dashed #21a7ff !important;
    border-radius:18px !important;
}

.ga-admin-images-box h3{
    margin:0 0 18px !important;
    color:#062a64 !important;
    font-size:20px !important;
}

.ga-admin-image-field{
    margin-bottom:20px !important;
}

.ga-admin-image-field label{
    display:block !important;
    font-weight:800 !important;
    margin-bottom:8px !important;
    color:#071324 !important;
}

.ga-admin-image-field input[type=file]{
    width:100% !important;
    padding:12px !important;
    background:#fff !important;
    border:1px solid #cfe1f3 !important;
    border-radius:10px !important;
}

.ga-admin-image-field small{
    display:block !important;
    margin-top:8px !important;
    color:#475569 !important;
}

.ga-admin-image-preview{
    margin-top:14px !important;
    display:flex !important;
    align-items:center !important;
    gap:16px !important;
}

.ga-admin-image-preview img{
    width:92px !important;
    height:92px !important;
    object-fit:contain !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:12px !important;
    padding:6px !important;
}

.ga-admin-delete-img{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    color:#b91c1c !important;
    font-weight:700 !important;
}

.ga-admin-delete-img span,
.ga-admin-gallery-item label span{
    width:26px !important;
    height:26px !important;
    border-radius:50% !important;
    background:#ef4444 !important;
    color:#fff !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:900 !important;
}

.ga-admin-gallery-preview{
    display:flex !important;
    gap:12px !important;
    flex-wrap:wrap !important;
    margin-top:14px !important;
}

.ga-admin-gallery-item{
    position:relative !important;
    width:96px !important;
    height:96px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:12px !important;
    padding:6px !important;
}

.ga-admin-gallery-item img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
}

.ga-admin-gallery-item label{
    position:absolute !important;
    right:-8px !important;
    top:-8px !important;
    cursor:pointer !important;
}

.ga-admin-gallery-item input,
.ga-admin-delete-img input{
    display:none !important;
}

.ga-admin-gallery-item label:has(input:checked) span,
.ga-admin-delete-img:has(input:checked) span{
    background:#111827 !important;
}


/* ====================================================
   FIX BANNER HOME + MINIATURE ADMIN PRODOTTO
==================================================== */

/* nasconde eventuali residui nel banner */
.ga-hero-copy > span,
.ga-premium-hero-text > span,
.ga-v2-slide-content > span{
    display:none !important;
}

.ga-hero-copy > a[href="prodotti.php"],
.ga-premium-hero-text > a[href="prodotti.php"],
.ga-v2-slide-content > a[href="prodotti.php"]{
    display:none !important;
}

/* blocco immagini admin pulito */
.ga-admin-images-box{
    margin:24px 0 !important;
    padding:22px !important;
    background:#eefaff !important;
    border:2px dashed #21a7ff !important;
    border-radius:18px !important;
}

.ga-admin-images-box h3{
    margin:0 0 18px !important;
    color:#062a64 !important;
    font-size:20px !important;
}

.ga-admin-image-field{
    margin-bottom:20px !important;
}

.ga-admin-image-field label{
    display:block !important;
    font-weight:800 !important;
    margin-bottom:8px !important;
    color:#071324 !important;
}

.ga-admin-image-field input[type=file]{
    width:100% !important;
    padding:12px !important;
    background:#fff !important;
    border:1px solid #cfe1f3 !important;
    border-radius:10px !important;
}

.ga-admin-image-field small{
    display:block !important;
    margin-top:8px !important;
    color:#475569 !important;
}

.ga-admin-current-main{
    display:flex !important;
    align-items:center !important;
    gap:16px !important;
    margin-top:14px !important;
}

.ga-admin-gallery-preview{
    display:flex !important;
    gap:12px !important;
    flex-wrap:wrap !important;
    margin-top:14px !important;
    align-items:flex-start !important;
}

.ga-admin-gallery-item{
    position:relative !important;
    width:96px !important;
    height:96px !important;
    background:#fff !important;
    border:1px solid #dfe8f3 !important;
    border-radius:12px !important;
    padding:6px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.ga-admin-gallery-item.main{
    border-color:#0969da !important;
}

.ga-admin-gallery-item img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
}

.ga-admin-gallery-item label{
    position:absolute !important;
    right:-8px !important;
    top:-8px !important;
    cursor:pointer !important;
    display:block !important;
    margin:0 !important;
}

.ga-admin-gallery-item input{
    display:none !important;
}

.ga-admin-gallery-item label span{
    width:27px !important;
    height:27px !important;
    border-radius:50% !important;
    background:#ef4444 !important;
    color:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:21px !important;
    line-height:1 !important;
    font-weight:900 !important;
    box-shadow:0 8px 18px rgba(239,68,68,.25) !important;
}

.ga-admin-gallery-item label input:checked + span{
    background:#111827 !important;
}

/* se per errore vecchi blocchi rimangono nella pagina filtro, li riduce */
.ga-admin-multi-images{
    display:none !important;
}


/* ====================================================
   FIX FINALE: RESTA SU MODIFICA PRODOTTO DOPO SALVATAGGIO
==================================================== */
.ga-admin-save-ok{
    margin:18px 0 22px !important;
    padding:16px 18px !important;
    background:#ecfdf5 !important;
    color:#065f46 !important;
    border:1px solid #a7f3d0 !important;
    border-left:5px solid #10b981 !important;
    border-radius:12px !important;
    font-weight:800 !important;
    box-shadow:0 8px 22px rgba(16,185,129,.12) !important;
}/* AUTODATTAMENTO IMMAGINI PRODOTTO */
.ga-product-main-image,
.ga-detail-img,
.ga-card-img-clean,
.ga-premium-product-img,
.ga-product-image,
.product-image,
.product-card-image,
.ga-cart-img{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#fff!important;
}
.ga-product-main-image img,
.ga-detail-img img,
.ga-card-img-clean img,
.ga-premium-product-img img,
.ga-product-image img,
.product-image img,
.product-card-image img,
.ga-cart-img img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
}
.ga-product-thumbs img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
}
.ga-product-thumbs button{
    width:78px!important;
    height:78px!important;
    padding:6px!important;
    border-radius:12px!important;
    border:1px solid #dfe8f3!important;
    background:#fff!important;
}
.ga-product-thumbs button.active{
    border-color:#0969da!important;
}



/* === GA FIX FINALE: slider prodotti, immagini adattive, PayPal === */
.ga-carousel-clean-wrap{position:relative;overflow:hidden;padding:6px 46px 14px!important;}
.ga-product-carousel-clean{display:flex!important;gap:22px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;padding:10px 4px 18px!important;}
.ga-product-carousel-clean::-webkit-scrollbar{height:8px}.ga-product-carousel-clean::-webkit-scrollbar-thumb{background:#c8d7e6;border-radius:99px}
.ga-card-product-clean{flex:0 0 265px!important;width:265px!important;min-height:430px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important;border:1px solid #e6edf3!important;box-shadow:0 12px 30px rgba(15,23,42,.07)!important;scroll-snap-align:start!important;}
.ga-card-img-clean{height:205px!important;min-height:205px!important;max-height:205px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f6f9fc!important;overflow:hidden!important;border-radius:18px 18px 0 0!important;padding:12px!important;box-sizing:border-box!important;}
.ga-card-img-clean img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;}
.ga-card-product-clean h3{font-size:17px!important;line-height:1.25!important;min-height:44px!important;margin:14px 16px 6px!important;color:#15202b!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ga-card-product-clean p{margin:0 16px 10px!important;color:#64748b!important;min-height:20px!important;}
.ga-card-product-clean strong{margin:0 16px 6px!important;color:#1688bd!important;font-size:22px!important;}
.ga-card-product-clean form{margin:auto 16px 16px!important;}.ga-card-product-clean button{width:100%!important;border-radius:12px!important;}
.ga-carousel-btn{position:absolute!important;top:44%!important;transform:translateY(-50%)!important;z-index:10!important;width:38px!important;height:54px!important;border-radius:14px!important;border:1px solid #d8e4ef!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.12)!important;font-size:34px!important;line-height:1!important;color:#15202b!important;cursor:pointer!important;}
.ga-carousel-btn.left{left:4px!important}.ga-carousel-btn.right{right:4px!important}
.ga-paypal-mini{margin:0 16px 12px!important;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900;color:#15202b;background:#f7fbff;border:1px solid #d7e8ff;border-radius:999px;padding:7px 10px;width:fit-content;max-width:calc(100% - 32px);}
.ga-paypal-mini span,.ga-paypal-logo{display:inline-flex;align-items:center;font-weight:950;letter-spacing:-.8px;color:#003087;background:#fff;border:1px solid #ffd1df;border-radius:999px;padding:3px 9px;line-height:1;}
.ga-paypal-product-badge{background:linear-gradient(135deg,#f7fbff,#fff)!important;border-color:#d7e8ff!important;color:#15202b!important;}
.ga-detail-img,.ga-product-gallery-main{overflow:hidden!important}.ga-detail-img img,#gaMainProductImage{object-fit:contain!important;max-width:100%!important;max-height:430px!important;}
@media(max-width:700px){.ga-carousel-clean-wrap{padding-left:34px!important;padding-right:34px!important}.ga-card-product-clean{flex-basis:235px!important;width:235px!important}.ga-card-img-clean{height:185px!important;min-height:185px!important}.ga-carousel-btn{width:32px!important;height:48px!important}}


/* === FIX FINALE PAYPAL + SLIDER PRODOTTI === */
.ga-products-clean{padding-top:22px!important;}
.ga-carousel-clean-wrap{position:relative!important;overflow:hidden!important;padding:8px 54px 18px!important;}
.ga-product-carousel-clean{display:flex!important;gap:22px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;padding:10px 2px 18px!important;scrollbar-width:none!important;}
.ga-product-carousel-clean::-webkit-scrollbar{display:none!important;}
.ga-card-product-clean{flex:0 0 260px!important;width:260px!important;min-width:260px!important;scroll-snap-align:start!important;overflow:hidden!important;}
.ga-card-img-clean{height:190px!important;min-height:190px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f7fbff!important;overflow:hidden!important;}
.ga-card-img-clean img{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px!important;display:block!important;}
.ga-carousel-btn{position:absolute!important;top:43%!important;transform:translateY(-50%)!important;z-index:12!important;width:42px!important;height:56px!important;border-radius:16px!important;border:1px solid #d8e4ef!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.14)!important;font-size:34px!important;line-height:1!important;color:#15202b!important;cursor:pointer!important;}
.ga-carousel-btn.left{left:5px!important}.ga-carousel-btn.right{right:5px!important}
.ga-paypal-mini{margin:0 16px 12px!important;display:flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;font-weight:800!important;color:#15202b!important;background:#f7fbff!important;border:1px solid #d7e8ff!important;border-radius:16px!important;padding:8px 10px!important;max-width:calc(100% - 32px)!important;}
.ga-paypal-mini img{height:20px!important;width:auto!important;display:block!important;}
.ga-paypal-mini span{font-weight:700!important;color:#15202b!important;background:transparent!important;border:0!important;padding:0!important;letter-spacing:0!important;}
.ga-paypal-mini strong{white-space:nowrap!important;color:#111!important;}
.ga-paypal-home-banner{max-width:1180px;margin:18px auto 22px;padding:18px 22px;border:1px solid #d7e8ff;border-radius:18px;background:linear-gradient(135deg,#f7fbff,#fff);display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:18px;align-items:center;box-shadow:0 10px 28px rgba(255,79,139,.07);}
.ga-paypal-home-banner img{height:38px;width:auto;display:block;}
.ga-paypal-home-logo{display:flex;align-items:center;gap:14px;font-size:24px;}
.ga-paypal-home-banner div:not(.ga-paypal-home-logo){display:flex;flex-direction:column;gap:4px;}
.ga-paypal-home-banner b{font-size:14px;color:#111;}
.ga-paypal-home-banner span{font-size:13px;color:#5f6c7b;line-height:1.35;}
.ga-paypal-home-banner a{background:#111;color:#fff!important;text-decoration:none;border-radius:12px;padding:12px 18px;font-weight:800;white-space:nowrap;text-align:center;}
.ga-payment-strip{padding:26px 16px!important;background:#fff!important;border-top:1px solid #eef3f7!important;text-align:center!important;}
.ga-payment-strip h3{font-size:16px!important;margin:0 0 18px!important;letter-spacing:.02em!important;}
.ga-payment-strip-logos{display:flex!important;justify-content:center!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important;}
.ga-payment-strip-logos span{width:116px!important;height:48px!important;background:#fff!important;border:1px solid #dfe8f1!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 16px rgba(15,23,42,.04)!important;}
.ga-payment-strip-logos img{max-width:92px!important;max-height:32px!important;object-fit:contain!important;}
@media(max-width:800px){.ga-paypal-home-banner{grid-template-columns:1fr;margin-left:14px;margin-right:14px}.ga-card-product-clean{flex-basis:235px!important;width:235px!important;min-width:235px!important}.ga-carousel-clean-wrap{padding-left:42px!important;padding-right:42px!important}.ga-card-img-clean{height:178px!important}}


/* === FIX URGENTE 2026-05-20: slider 5 prodotti + centratura + logo PayPal corretto === */
.ga-products-clean{max-width:1180px!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important;}
.ga-carousel-clean-wrap{position:relative!important;overflow:hidden!important;padding:8px 54px 18px!important;max-width:1180px!important;margin:0 auto!important;box-sizing:border-box!important;}
.ga-product-carousel-clean{display:flex!important;gap:18px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;padding:10px 0 18px!important;scrollbar-width:none!important;align-items:stretch!important;}
.ga-product-carousel-clean::-webkit-scrollbar{display:none!important;}
.ga-card-product-clean{flex:0 0 calc((100% - 72px) / 5)!important;width:calc((100% - 72px) / 5)!important;min-width:calc((100% - 72px) / 5)!important;box-sizing:border-box!important;text-align:center!important;align-items:center!important;justify-content:flex-start!important;min-height:438px!important;overflow:hidden!important;scroll-snap-align:start!important;}
.ga-card-img-clean{width:100%!important;height:188px!important;min-height:188px!important;max-height:188px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:14px!important;box-sizing:border-box!important;overflow:hidden!important;background:#f7fbff!important;border-radius:18px 18px 0 0!important;}
.ga-card-img-clean img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;padding:0!important;}
.ga-card-product-clean h3{width:100%!important;box-sizing:border-box!important;text-align:center!important;margin:14px 14px 7px!important;min-height:43px!important;font-size:15px!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.ga-card-product-clean p{width:100%!important;text-align:center!important;margin:0 14px 9px!important;min-height:20px!important;}
.ga-card-product-clean>strong{display:block!important;width:100%!important;text-align:center!important;margin:0 14px 8px!important;font-size:21px!important;color:#1688bd!important;}
.ga-paypal-mini{margin:0 auto 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;max-width:calc(100% - 20px)!important;width:auto!important;text-align:center!important;flex-wrap:wrap!important;border-radius:16px!important;}
.ga-paypal-mini img{height:18px!important;max-width:92px!important;width:auto!important;object-fit:contain!important;}
.ga-paypal-mini strong{font-size:13px!important;margin:0!important;color:#111!important;white-space:nowrap!important;}
.ga-card-product-clean form{width:calc(100% - 28px)!important;margin:auto 14px 14px!important;}
.ga-carousel-btn{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:43%!important;transform:translateY(-50%)!important;z-index:20!important;width:42px!important;height:56px!important;border-radius:16px!important;border:1px solid #d8e4ef!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.14)!important;font-size:34px!important;line-height:1!important;color:#15202b!important;cursor:pointer!important;}
.ga-carousel-btn.left{left:5px!important}.ga-carousel-btn.right{right:5px!important}
.ga-payment-strip-logos img[alt="PayPal"], .ga-footer-payments img[alt="PayPal"], .ga-paypal-home-banner img, .ga-paylater-product img[alt="PayPal"], .ga-payment-preview-inner img[alt="PayPal"]{filter:none!important;}
.ga-payment-strip-logos span:has(img[alt="PayPal"]){min-width:132px!important;}
@media(max-width:1100px){.ga-card-product-clean{flex-basis:calc((100% - 54px) / 4)!important;width:calc((100% - 54px) / 4)!important;min-width:calc((100% - 54px) / 4)!important;}}
@media(max-width:850px){.ga-card-product-clean{flex-basis:calc((100% - 18px) / 2)!important;width:calc((100% - 18px) / 2)!important;min-width:calc((100% - 18px) / 2)!important;}.ga-carousel-clean-wrap{padding-left:42px!important;padding-right:42px!important;}}
@media(max-width:520px){.ga-card-product-clean{flex-basis:250px!important;width:250px!important;min-width:250px!important;}.ga-card-img-clean{height:175px!important;min-height:175px!important;}}

/* === FIX FINALE SOLO SLIDER + LOGO UFFICIALE PAYPAL === */
.ga-products-clean{max-width:1180px!important;margin:0 auto!important;}
.ga-carousel-clean-wrap{position:relative!important;overflow:hidden!important;padding:8px 54px 18px!important;max-width:1180px!important;margin:0 auto!important;box-sizing:border-box!important;}
.ga-product-carousel-clean{display:flex!important;gap:18px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;padding:10px 0 18px!important;scrollbar-width:none!important;align-items:stretch!important;}
.ga-product-carousel-clean::-webkit-scrollbar{display:none!important;}
.ga-card-product-clean{flex:0 0 calc((100% - 54px) / 4)!important;width:calc((100% - 54px) / 4)!important;min-width:calc((100% - 54px) / 4)!important;box-sizing:border-box!important;text-align:center!important;align-items:center!important;justify-content:flex-start!important;min-height:438px!important;overflow:hidden!important;scroll-snap-align:start!important;}
.ga-card-img-clean{width:100%!important;height:188px!important;min-height:188px!important;max-height:188px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:14px!important;box-sizing:border-box!important;overflow:hidden!important;background:#f7fbff!important;border-radius:18px 18px 0 0!important;}
.ga-card-img-clean img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;padding:0!important;}
.ga-card-product-clean h3,.ga-card-product-clean p,.ga-card-product-clean strong{width:100%!important;box-sizing:border-box!important;text-align:center!important;}
.ga-paypal-mini{width:calc(100% - 28px)!important;margin:0 14px 12px!important;display:grid!important;grid-template-columns:78px 1fr auto!important;align-items:center!important;gap:6px!important;background:#f7fbff!important;border:1px solid #d7e8ff!important;border-radius:12px!important;padding:8px 8px!important;box-sizing:border-box!important;overflow:hidden!important;text-align:center!important;}
.ga-paypal-mini img{height:19px!important;max-width:78px!important;width:auto!important;display:block!important;object-fit:contain!important;filter:none!important;}
.ga-paypal-mini span{font-size:10px!important;line-height:1.05!important;font-weight:800!important;color:#111!important;background:transparent!important;border:0!important;padding:0!important;letter-spacing:0!important;white-space:normal!important;}
.ga-paypal-mini strong{font-size:14px!important;line-height:1!important;font-weight:950!important;color:#111!important;white-space:nowrap!important;margin:0!important;text-align:right!important;}
.ga-paypal-home-logo img,.ga-paypal-cart-box img,.ga-paylater-product img[alt="PayPal"],.ga-payment-preview-inner img[alt="PayPal"],.ga-payment-strip-logos img[alt="PayPal"],.ga-footer-payments img[alt="PayPal"]{filter:none!important;object-fit:contain!important;}
.ga-paypal-home-logo img{height:36px!important;max-width:190px!important;}
.ga-payment-strip-logos img[alt="PayPal"]{max-width:112px!important;max-height:30px!important;}
.ga-carousel-btn{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:43%!important;transform:translateY(-50%)!important;z-index:20!important;width:42px!important;height:56px!important;border-radius:16px!important;border:1px solid #d8e4ef!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.14)!important;font-size:34px!important;line-height:1!important;color:#15202b!important;cursor:pointer!important;}
.ga-carousel-btn.left{left:5px!important}.ga-carousel-btn.right{right:5px!important}
@media(max-width:1100px){.ga-card-product-clean{flex-basis:calc((100% - 36px) / 3)!important;width:calc((100% - 36px) / 3)!important;min-width:calc((100% - 36px) / 3)!important;}}
@media(max-width:850px){.ga-card-product-clean{flex-basis:calc((100% - 18px) / 2)!important;width:calc((100% - 18px) / 2)!important;min-width:calc((100% - 18px) / 2)!important;}.ga-carousel-clean-wrap{padding-left:42px!important;padding-right:42px!important;}}
@media(max-width:520px){.ga-card-product-clean{flex-basis:250px!important;width:250px!important;min-width:250px!important;}.ga-card-img-clean{height:175px!important;min-height:175px!important;}.ga-paypal-mini{grid-template-columns:74px 1fr auto!important;}}

/* === FIX DEFINITIVO 2026-05-20: card prodotti, logo PayPal, CAP/città === */
.ga-card-product-clean{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;
  width:220px!important;min-width:220px!important;flex:0 0 220px!important;
  min-height:438px!important;height:438px!important;overflow:hidden!important;
}
.ga-card-img-clean{height:160px!important;min-height:160px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#eef8fe!important;overflow:hidden!important;}
.ga-card-img-clean img{width:100%!important;height:100%!important;max-width:175px!important;max-height:145px!important;object-fit:contain!important;display:block!important;margin:auto!important;}
.ga-card-product-clean h3{height:44px!important;min-height:44px!important;line-height:1.18!important;margin:12px 14px 6px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important;font-size:16px!important;font-weight:800!important;}
.ga-card-product-clean p{height:22px!important;min-height:22px!important;line-height:1.2!important;margin:0 14px 10px!important;text-align:center!important;overflow:hidden!important;color:#64748b!important;}
.ga-card-product-clean>strong{display:block!important;text-align:center!important;margin:0 14px 10px!important;height:32px!important;line-height:32px!important;color:#0b86c8!important;font-size:22px!important;font-weight:800!important;white-space:nowrap!important;}
.ga-card-product-clean form{margin-top:auto!important;padding:0 14px 14px!important;}
.ga-card-product-clean form button{width:100%!important;min-height:36px!important;}
.ga-paypal-mini{width:calc(100% - 24px)!important;height:58px!important;margin:0 12px 12px!important;box-sizing:border-box!important;background:#f7fbff!important;border:1px solid #d7e8ff!important;border-radius:12px!important;padding:8px 10px!important;display:grid!important;grid-template-columns:84px 1fr!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:2px!important;align-items:center!important;overflow:hidden!important;text-align:left!important;}
.ga-paypal-mini img{grid-row:1/3!important;grid-column:1!important;width:80px!important;height:auto!important;max-height:38px!important;object-fit:contain!important;display:block!important;filter:none!important;background:transparent!important;}
.ga-paypal-mini span{grid-column:2!important;font-size:10px!important;line-height:1.1!important;font-weight:800!important;color:#111!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;white-space:normal!important;text-align:center!important;}
.ga-paypal-mini strong{grid-column:2!important;font-size:14px!important;line-height:1.1!important;font-weight:950!important;color:#111!important;margin:0!important;padding:0!important;white-space:nowrap!important;text-align:center!important;}
.ga-paypal-home-logo img{width:180px!important;height:auto!important;max-height:72px!important;object-fit:contain!important;filter:none!important;}
.ga-paypal-product-badge{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;background:#fff!important;border:1px solid #d7e8ff!important;border-radius:14px!important;padding:14px!important;}
.ga-paypal-product-badge .ga-paypal-logo-official,.ga-paylater-product .ga-paypal-logo-official{width:150px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;filter:none!important;display:inline-block!important;vertical-align:middle!important;background:transparent!important;}
.ga-cap-suggest-box{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 4px)!important;background:#fff!important;border:1px solid #d8e4ef!important;border-radius:12px!important;box-shadow:0 14px 30px rgba(15,23,42,.14)!important;z-index:99999!important;max-height:260px!important;overflow:auto!important;padding:6px!important;}
.ga-cap-suggest-box button{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;background:#fff!important;border:0!important;border-radius:9px!important;padding:10px 12px!important;text-align:left!important;cursor:pointer!important;color:#111!important;}
.ga-cap-suggest-box button:hover{background:#eef8fe!important;}
.ga-cap-suggest-box b{font-size:14px!important;}
.ga-cap-suggest-box small{font-size:12px!important;color:#64748b!important;white-space:nowrap!important;}
/* Box immagini prodotto */
.product-detail-main-image,.ga-product-main-image,.main-product-image{display:flex!important;align-items:center!important;justify-content:center!important;min-height:460px!important;background:#fff!important;overflow:hidden!important;}
.product-detail-main-image img,.ga-product-main-image img,.main-product-image img{max-width:100%!important;max-height:430px!important;width:auto!important;height:auto!important;object-fit:contain!important;cursor:zoom-in!important;}
.product-thumbs img,.ga-product-thumbs img,.thumbs img{width:70px!important;height:70px!important;object-fit:contain!important;background:#fff!important;border:1px solid #d8e4ef!important;border-radius:10px!important;padding:4px!important;}
@media(max-width:900px){.ga-card-product-clean{width:220px!important;min-width:220px!important;flex-basis:220px!important}.ga-paypal-mini{grid-template-columns:82px 1fr!important}.ga-paypal-mini img{width:78px!important}}

/* === FIX FINALE SICURO: SLIDER VISIBILE, IMMAGINI INTERE, CAP DISATTIVATO === */
.ga-products-clean{max-width:1180px!important;margin:0 auto!important;overflow:visible!important;}
.ga-carousel-clean-wrap{max-width:1180px!important;margin:0 auto!important;position:relative!important;overflow:hidden!important;padding:8px 48px 20px!important;box-sizing:border-box!important;}
.ga-product-carousel-clean{display:flex!important;gap:18px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;padding:10px 0 16px!important;scrollbar-width:none!important;align-items:stretch!important;}
.ga-product-carousel-clean::-webkit-scrollbar{display:none!important;}
.ga-card-product-clean{flex:0 0 calc((100% - 72px) / 5)!important;width:calc((100% - 72px) / 5)!important;min-width:calc((100% - 72px) / 5)!important;max-width:calc((100% - 72px) / 5)!important;height:438px!important;min-height:438px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;text-align:center!important;overflow:hidden!important;scroll-snap-align:start!important;box-sizing:border-box!important;}
.ga-card-img-clean{height:160px!important;min-height:160px!important;max-height:160px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#eef8fe!important;padding:14px!important;box-sizing:border-box!important;overflow:hidden!important;border-radius:18px 18px 0 0!important;}
.ga-card-img-clean img{display:block!important;width:100%!important;height:100%!important;max-width:165px!important;max-height:135px!important;object-fit:contain!important;object-position:center!important;margin:auto!important;}
.ga-card-product-clean h3{height:44px!important;min-height:44px!important;margin:12px 10px 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:hidden!important;font-size:15px!important;line-height:1.18!important;font-weight:800!important;}
.ga-card-product-clean p{height:24px!important;min-height:24px!important;margin:0 10px 8px!important;text-align:center!important;overflow:hidden!important;font-size:13px!important;line-height:1.2!important;color:#64748b!important;}
.ga-card-product-clean>strong{height:32px!important;line-height:32px!important;margin:0 10px 10px!important;text-align:center!important;font-size:22px!important;font-weight:800!important;color:#0b86c8!important;white-space:nowrap!important;}
.ga-card-product-clean form{margin-top:auto!important;padding:0 14px 14px!important;}
.ga-card-product-clean form button{width:100%!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.ga-paypal-mini{width:calc(100% - 20px)!important;height:66px!important;margin:0 10px 12px!important;padding:8px 8px!important;box-sizing:border-box!important;background:#f7fbff!important;border:1px solid #d7e8ff!important;border-radius:12px!important;display:grid!important;grid-template-columns:72px 1fr!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:2px!important;align-items:center!important;overflow:hidden!important;text-align:center!important;}
.ga-paypal-mini img{grid-column:1!important;grid-row:1/3!important;width:68px!important;max-width:68px!important;height:auto!important;max-height:40px!important;object-fit:contain!important;display:block!important;background:transparent!important;filter:none!important;}
.ga-paypal-mini span{grid-column:2!important;grid-row:1!important;display:block!important;font-size:9px!important;line-height:1.15!important;font-weight:800!important;color:#111!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;white-space:normal!important;text-align:center!important;}
.ga-paypal-mini strong{grid-column:2!important;grid-row:2!important;display:block!important;font-size:13px!important;line-height:1.1!important;font-weight:950!important;color:#111!important;margin:0!important;padding:0!important;white-space:nowrap!important;text-align:center!important;}
.ga-carousel-btn{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:43%!important;transform:translateY(-50%)!important;z-index:20!important;width:42px!important;height:56px!important;border-radius:16px!important;border:1px solid #d8e4ef!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.14)!important;font-size:34px!important;line-height:1!important;color:#15202b!important;cursor:pointer!important;}
.ga-carousel-btn.left{left:5px!important}.ga-carousel-btn.right{right:5px!important}

/* Card recensioni/social pulite */
.ga-google-reviews-live{max-width:1180px!important;margin:18px auto 28px!important;display:grid!important;grid-template-columns:1.05fr repeat(3,1fr)!important;gap:16px!important;}
.ga-google-summary-live,.ga-google-review-cards-live article{background:#fff!important;border:1px solid #dbe8f4!important;border-radius:16px!important;box-shadow:0 10px 26px rgba(15,23,42,.06)!important;padding:18px!important;min-height:145px!important;}
.ga-google-review-cards-live{display:contents!important;}
.ga-google-g{width:54px!important;height:54px!important;border-radius:50%!important;background:#f5f9ff!important;color:#4285f4!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:34px!important;font-weight:900!important;margin-bottom:10px!important;}
.ga-google-summary-live span{text-transform:uppercase!important;font-size:12px!important;letter-spacing:.05em!important;color:#64748b!important;font-weight:800!important;}
.ga-google-summary-live strong{display:block!important;color:#f59e0b!important;font-size:26px!important;margin:6px 0!important;}
.ga-google-links a{display:inline-flex!important;margin:8px 6px 0 0!important;padding:8px 12px!important;border:1px solid #0b86c8!important;border-radius:8px!important;color:#0b86c8!important;text-decoration:none!important;font-weight:800!important;font-size:12px!important;}
.ga-google-user{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:10px!important;}
.ga-google-user span{width:30px!important;height:30px!important;border-radius:50%!important;background:#f5f3ff!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.ga-google-review-cards-live em{color:#f59e0b!important;font-style:normal!important;font-weight:900!important;}
.ga-google-review-cards-live p{font-size:13px!important;line-height:1.45!important;color:#334155!important;margin:10px 0 0!important;}

@media(max-width:1100px){.ga-card-product-clean{flex-basis:calc((100% - 54px) / 4)!important;width:calc((100% - 54px) / 4)!important;min-width:calc((100% - 54px) / 4)!important;max-width:calc((100% - 54px) / 4)!important}.ga-google-reviews-live{grid-template-columns:1fr 1fr!important;margin-left:14px!important;margin-right:14px!important}.ga-google-review-cards-live{display:contents!important}}
@media(max-width:760px){.ga-carousel-clean-wrap{padding-left:42px!important;padding-right:42px!important}.ga-card-product-clean{flex-basis:240px!important;width:240px!important;min-width:240px!important;max-width:240px!important}.ga-google-reviews-live{grid-template-columns:1fr!important}.ga-paypal-mini{grid-template-columns:78px 1fr!important}.ga-paypal-mini img{width:74px!important;max-width:74px!important}}

/* FIX CARD SOCIAL COMPATTE + LOGHI VERI + PAGAMENTI UTENTE */
.ga-social-pay-clean{
    max-width:1240px !important;
    margin:22px auto 18px !important;
    padding:0 22px !important;
}
.ga-social-pay-head{
    display:flex !important;
    align-items:flex-end !important;
    justify-content:space-between !important;
    gap:16px !important;
    margin-bottom:12px !important;
}
.ga-social-pay-head h3{
    margin:0 !important;
    font-size:20px !important;
    font-weight:750 !important;
    color:#071324 !important;
    letter-spacing:-.02em !important;
}
.ga-social-pay-head p{
    margin:0 !important;
    color:#64748b !important;
    font-size:13px !important;
}
.ga-social-pay-grid{
    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:12px !important;
}
.ga-social-pay-card{
    min-height:74px !important;
    border:1px solid #e2eaf3 !important;
    border-radius:14px !important;
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    padding:12px 14px !important;
    text-decoration:none !important;
    color:#071324 !important;
    box-shadow:0 10px 26px rgba(9,31,66,.055) !important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.ga-social-pay-card:hover{
    transform:translateY(-2px) !important;
    box-shadow:0 16px 36px rgba(9,31,66,.10) !important;
    border-color:#cbd8e6 !important;
}
.ga-social-pay-card img{
    width:34px !important;
    height:34px !important;
    object-fit:contain !important;
    flex:0 0 34px !important;
}
.ga-social-pay-card span{
    display:flex !important;
    flex-direction:column !important;
    line-height:1.15 !important;
}
.ga-social-pay-card b{
    font-size:15px !important;
    font-weight:780 !important;
    color:#071324 !important;
}
.ga-social-pay-card small{
    margin-top:4px !important;
    font-size:12px !important;
    color:#64748b !important;
    font-weight:500 !important;
}
.ga-payment-strip-compact{
    max-width:1240px !important;
    margin:16px auto 22px !important;
    padding:18px 22px !important;
    background:#fff !important;
    border:1px solid #e2eaf3 !important;
    border-radius:16px !important;
    box-shadow:0 10px 28px rgba(9,31,66,.045) !important;
}
.ga-payment-strip-compact h3{
    margin:0 0 12px !important;
    font-size:15px !important;
    font-weight:800 !important;
    color:#071324 !important;
    letter-spacing:.02em !important;
    text-align:center !important;
}
.ga-payment-strip-compact .ga-payment-strip-logos{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:10px !important;
}
.ga-payment-strip-compact .ga-payment-strip-logos span{
    width:142px !important;
    height:54px !important;
    border:1px solid #e2eaf3 !important;
    border-radius:12px !important;
    background:#fff !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:8px !important;
    box-shadow:0 6px 16px rgba(9,31,66,.035) !important;
}
.ga-payment-strip-compact .ga-payment-strip-logos img{
    max-width:112px !important;
    max-height:34px !important;
    object-fit:contain !important;
    display:block !important;
}
.ga-payment-strip-compact .ga-payment-strip-logos span:nth-child(4) img{
    max-width:118px !important;
    max-height:32px !important;
}
.ga-footer-payments img[src*="paypal"]{
    height:22px !important;
    max-width:96px !important;
    object-fit:contain !important;
}
@media(max-width:900px){
    .ga-social-pay-head{display:block !important;}
    .ga-social-pay-head p{margin-top:6px !important;}
    .ga-social-pay-grid{grid-template-columns:repeat(2,1fr) !important;}
    .ga-payment-strip-compact .ga-payment-strip-logos span{width:calc(50% - 6px) !important;}
}
@media(max-width:520px){
    .ga-social-pay-grid{grid-template-columns:1fr !important;}
    .ga-payment-strip-compact .ga-payment-strip-logos span{width:100% !important;}
}

/* === GA pagamento moderno - Visa Mastercard PayPal 3 rate Bonifico === */
.ga-payment-strip-modern{
    max-width:1240px !important;
    margin:28px auto 30px !important;
    padding:44px 46px 34px !important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
    border:1px solid #e4edf7 !important;
    border-radius:22px !important;
    box-shadow:0 18px 46px rgba(9,31,66,.075) !important;
    text-align:center !important;
}
.ga-payment-modern-head{margin:0 auto 28px !important;max-width:780px !important;}
.ga-payment-shield{
    width:44px !important;height:44px !important;margin:0 auto 12px !important;
    border:2px solid #0969da !important;border-radius:14px !important;
    display:flex !important;align-items:center !important;justify-content:center !important;
    color:#0969da !important;font-weight:900 !important;font-size:22px !important;background:#fff !important;
    box-shadow:0 8px 20px rgba(9,105,218,.10) !important;
}
.ga-payment-strip-modern h3{
    margin:0 !important;color:#071324 !important;font-size:42px !important;line-height:1.05 !important;
    font-weight:850 !important;letter-spacing:-.04em !important;text-transform:none !important;
}
.ga-payment-strip-modern p{
    margin:12px 0 0 !important;color:#64748b !important;font-size:18px !important;font-weight:500 !important;
}
.ga-payment-modern-cards{
    display:grid !important;grid-template-columns:repeat(5,1fr) !important;gap:18px !important;
    align-items:stretch !important;margin:0 auto 30px !important;
}
.ga-payment-modern-card{
    position:relative !important;min-height:170px !important;padding:24px 16px 20px !important;
    background:#fff !important;border:1px solid #e3ebf5 !important;border-radius:18px !important;
    display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;
    box-shadow:0 12px 28px rgba(9,31,66,.055) !important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.ga-payment-modern-card:hover{transform:translateY(-3px) !important;box-shadow:0 18px 38px rgba(9,31,66,.10) !important;border-color:#cfe0f2 !important;}
.ga-payment-modern-card img{max-width:132px !important;max-height:58px !important;object-fit:contain !important;display:block !important;margin:0 0 22px !important;}
.ga-payment-modern-card span{display:block !important;color:#071324 !important;font-size:16px !important;font-weight:760 !important;line-height:1.18 !important;}
.ga-payment-modern-card small{margin-top:8px !important;color:#0969da !important;font-size:14px !important;font-weight:650 !important;}
.ga-payment-modern-card-main{border:2px solid #0969da !important;box-shadow:0 16px 34px rgba(9,105,218,.14) !important;}
.ga-payment-modern-card-main em{
    position:absolute !important;right:14px !important;top:12px !important;font-style:normal !important;
    background:#0969da !important;color:#fff !important;border-radius:10px !important;padding:8px 12px !important;
    font-size:15px !important;font-weight:850 !important;line-height:1 !important;
}
.ga-payment-modern-trust{
    border-top:1px solid #e6eef7 !important;padding-top:22px !important;
    display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:18px !important;text-align:left !important;
}
.ga-payment-modern-trust div{padding:0 10px !important;}
.ga-payment-modern-trust b{display:block !important;color:#071324 !important;font-size:15px !important;font-weight:800 !important;margin-bottom:4px !important;}
.ga-payment-modern-trust small{display:block !important;color:#64748b !important;font-size:13px !important;line-height:1.25 !important;}
@media(max-width:1000px){.ga-payment-modern-cards{grid-template-columns:repeat(3,1fr) !important}.ga-payment-modern-trust{grid-template-columns:repeat(2,1fr) !important}.ga-payment-strip-modern h3{font-size:34px !important}}
@media(max-width:640px){.ga-payment-strip-modern{padding:30px 18px 24px !important}.ga-payment-modern-cards{grid-template-columns:1fr !important}.ga-payment-modern-trust{grid-template-columns:1fr !important}.ga-payment-strip-modern h3{font-size:28px !important}.ga-payment-strip-modern p{font-size:15px !important}}


/* =========================================================
   GA HOME PRODUCT CARDS - COME ANTEPRIMA: GRANDI, PULITE
   ========================================================= */
.ga-products-clean{
    max-width:1500px !important;
    margin:38px auto 56px !important;
    padding:0 28px !important;
}
.ga-section-head-clean{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-bottom:20px !important;
}
.ga-section-head-clean h2{
    margin:0 !important;
    color:#071324 !important;
    font-size:28px !important;
    line-height:1.15 !important;
    font-weight:950 !important;
    letter-spacing:-.03em !important;
}
.ga-section-head-clean a{
    color:#006fe6 !important;
    text-decoration:none !important;
    font-size:14px !important;
    font-weight:900 !important;
}
.ga-carousel-clean-wrap{
    position:relative !important;
    padding:0 40px !important;
}
.ga-product-carousel-clean{
    display:flex !important;
    gap:26px !important;
    overflow-x:auto !important;
    scroll-behavior:smooth !important;
    padding:10px 2px 30px !important;
    scrollbar-width:none !important;
}
.ga-product-carousel-clean::-webkit-scrollbar{display:none !important;}

.ga-card-product-clean{
    flex:0 0 285px !important;
    width:285px !important;
    min-width:285px !important;
    height:610px !important;
    min-height:610px !important;
    max-height:610px !important;
    background:#fff !important;
    border:1px solid #d9eaff !important;
    border-radius:24px !important;
    overflow:hidden !important;
    box-shadow:0 16px 40px rgba(15,23,42,.08) !important;
    display:flex !important;
    flex-direction:column !important;
    text-align:center !important;
    transition:transform .22s ease, box-shadow .22s ease !important;
}
.ga-card-product-clean:hover{
    transform:translateY(-5px) !important;
    box-shadow:0 26px 60px rgba(15,23,42,.14) !important;
}
.ga-card-img-clean{
    height:270px !important;
    min-height:270px !important;
    max-height:270px !important;
    background:linear-gradient(180deg,#f7fcff 0%,#e8f7ff 100%) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:26px !important;
    border-bottom:1px solid #e7f1fb !important;
    box-sizing:border-box !important;
}
.ga-card-img-clean img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    mix-blend-mode:multiply !important;
    transform:none !important;
    filter:drop-shadow(0 14px 18px rgba(0,0,0,.10)) !important;
}
.ga-card-product-clean h3{
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    overflow:hidden !important;
    margin:24px 20px 8px !important;
    color:#071324 !important;
    font-size:21px !important;
    line-height:1.22 !important;
    font-weight:950 !important;
    letter-spacing:-.02em !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.ga-card-product-clean p{
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    overflow:hidden !important;
    margin:0 20px 18px !important;
    color:#64748b !important;
    font-size:16px !important;
    line-height:1.2 !important;
    font-weight:750 !important;
}
.ga-card-product-clean > strong{
    display:block !important;
    height:38px !important;
    min-height:38px !important;
    line-height:38px !important;
    margin:0 20px 20px !important;
    color:#0070d8 !important;
    font-size:28px !important;
    font-weight:950 !important;
    letter-spacing:-.02em !important;
}

/* PayPal box come anteprima: logo a sinistra, rata a destra */
.ga-paypal-mini{
    margin:0 22px 22px !important;
    height:72px !important;
    min-height:72px !important;
    max-height:72px !important;
    border:1px solid #cfe4ff !important;
    background:#fff !important;
    border-radius:15px !important;
    padding:0 14px !important;
    display:grid !important;
    grid-template-columns:92px 1fr !important;
    align-items:center !important;
    gap:14px !important;
    box-shadow:0 8px 18px rgba(0,112,224,.06) !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
}
.ga-paypal-logo-box{
    height:38px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-right:1px solid #d7e6f7 !important;
    padding-right:14px !important;
}
.ga-paypal-logo-box img,
.ga-paypal-mini > img{
    width:76px !important;
    max-width:76px !important;
    height:auto !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
}
.ga-paypal-rate-box{
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
}
.ga-paypal-mini span{
    display:block !important;
    margin:0 0 5px !important;
    padding:0 !important;
    color:#071324 !important;
    font-size:13px !important;
    line-height:1.05 !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    text-align:left !important;
}
.ga-paypal-mini strong{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    color:#071324 !important;
    font-size:20px !important;
    line-height:1.1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-align:left !important;
}
.ga-card-product-clean form{
    margin:auto 22px 22px !important;
    height:58px !important;
    min-height:58px !important;
    padding:0 !important;
}
.ga-card-product-clean form button{
    width:100% !important;
    height:58px !important;
    min-height:58px !important;
    border:0 !important;
    border-radius:15px !important;
    background:linear-gradient(180deg,#0878e8,#005fd3) !important;
    color:#fff !important;
    padding:0 16px !important;
    font-size:17px !important;
    line-height:58px !important;
    font-weight:950 !important;
    cursor:pointer !important;
    white-space:nowrap !important;
    text-align:center !important;
    box-shadow:0 10px 22px rgba(0,112,224,.22) !important;
}
.ga-card-product-clean form button:before{
    content:"🛒";
    margin-right:8px;
    font-size:18px;
}
.ga-card-product-clean form button:hover{
    filter:brightness(.96) !important;
}
.ga-carousel-btn{
    position:absolute !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:58px !important;
    height:58px !important;
    border:0 !important;
    border-radius:50% !important;
    background:#fff !important;
    color:#071324 !important;
    box-shadow:0 14px 34px rgba(15,23,42,.14) !important;
    font-size:36px !important;
    line-height:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:5 !important;
}
.ga-carousel-btn.left{left:0 !important;}
.ga-carousel-btn.right{right:0 !important;}

@media(max-width:900px){
    .ga-products-clean{padding:0 14px !important;}
    .ga-carousel-clean-wrap{padding:0 10px !important;}
    .ga-card-product-clean{
        flex-basis:270px !important;
        width:270px !important;
        min-width:270px !important;
    }
}


/* FIX SLIDER HOME - NON TAGLIARE I BANNER */
.ga-hero-slide-img{
    width:100% !important;
    height:100% !important;
    object-fit:fill !important;
    object-position:center center !important;
    display:block !important;
}



/* FIX FINALE: banner slide non deformato */
.ga-hero-slider{
    height:auto!important;
    aspect-ratio:1920 / 520!important;
    min-height:0!important;
    background:#061323!important;
}
.ga-hero-slide-img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    display:block!important;
    background:#061323!important;
}
@media(max-width:700px){
    .ga-hero-slider{aspect-ratio:16 / 7!important;}
}
