:root{--aga-blue:#1746a2;--aga-cyan:#19b8cc;--aga-dark:#092f78;--aga-yellow:#f3c33b;--aga-orange:#ff8645;--aga-green:#78bd42;--aga-ink:#102d65;--aga-pale:#f4f9ff;--aga-line:#dbe6f2}*{box-sizing:border-box}html{scroll-behavior:smooth}.aga-site{margin:0;background:#fff;color:var(--aga-ink);font-family:"Nunito Sans",Arial,sans-serif}.aga-site h1,.aga-site h2,.aga-site h3,.aga-site b{font-family:Manrope,Arial,sans-serif}.aga-container{width:min(1360px,calc(100% - 40px));margin:auto}.aga-topbar{height:34px;background:linear-gradient(90deg,#0d3f91,#174fae,#0a3d8a);color:white;font-size:11px}.aga-topbar .aga-container{height:100%;display:flex;align-items:center;justify-content:space-between}.aga-topbar span,.aga-topbar a{color:white;text-decoration:none;display:flex;align-items:center;gap:7px}.aga-header{height:78px;background:white;border-bottom:1px solid #e1e8ef;position:relative;z-index:30}.aga-nav{height:100%;display:flex;align-items:center}.aga-logo{width:120px;height:78px;background:var(--aga-blue);display:flex;align-items:center;justify-content:center;padding:5px 9px;align-self:stretch}.aga-logo img{width:100%;height:100%;object-fit:contain}.aga-menu{display:flex;align-items:center;justify-content:center;gap:44px;flex:1;height:100%}.aga-menu>a,.aga-dropdown>button{color:#18213b;text-decoration:none;border:0;background:none;font:600 15px "Nunito Sans";padding:28px 0;position:relative}.aga-menu>a:after,.aga-dropdown>button:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:linear-gradient(90deg,var(--aga-blue),var(--aga-cyan));transition:.25s}.aga-menu>a:hover:after,.aga-dropdown:hover>button:after{right:0}.aga-dropdown{height:100%;display:flex;align-items:center;position:relative}.aga-mega{display:none;position:absolute;top:78px;left:-90px;width:650px;background:white;border-radius:0 0 14px 14px;box-shadow:0 18px 45px #10306d2b;padding:18px;grid-template-columns:190px 1fr;gap:18px}.aga-dropdown:hover .aga-mega,.aga-dropdown.is-open .aga-mega{display:grid}.aga-mega-all{border-radius:10px;background:linear-gradient(145deg,var(--aga-blue),#0879b6);padding:22px;color:white!important;text-decoration:none;display:flex;flex-direction:column;gap:8px}.aga-mega-all span{font-size:12px;opacity:.8}.aga-mega>div{display:grid;grid-template-columns:1fr 1fr;gap:6px}.aga-mega>div a{padding:9px 11px;border-radius:6px;color:var(--aga-ink);text-decoration:none;font-weight:700}.aga-mega>div a:hover{background:#edf7fb;color:#087ba6}.aga-nav-tools{display:flex;align-items:center;gap:22px}.aga-nav-tools a{color:#0d1833;font-size:19px;position:relative}.aga-nav-tools b{position:absolute;top:-9px;right:-9px;width:16px;height:16px;background:var(--aga-blue);color:white;border-radius:50%;font-size:9px;display:grid;place-items:center}.aga-menu-toggle,.aga-menu-close{display:none}.aga-main{min-height:50vh}.aga-hero{height:310px;position:relative;overflow:hidden;background:#edf7ff}.aga-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.aga-hero-content{position:relative;height:100%;display:flex;justify-content:center;align-items:center}.aga-hero-copy{width:490px;text-align:left;margin-left:-70px;transform:translateX(-5%)}.aga-hero-copy>span{font-size:21px;color:#05a3bb;font-weight:800}.aga-hero-copy h1{font-size:46px;line-height:1.06;color:#16469f;letter-spacing:-1.8px;margin:8px 0}.aga-hero-copy p{font-size:14px;line-height:1.5;color:#456183;margin:0 0 17px;max-width:430px}.aga-hero-copy a{display:inline-flex;align-items:center;gap:28px;padding:12px 19px;border-radius:7px;background:linear-gradient(135deg,#164ba6,#073e8c);color:white;text-decoration:none;font-weight:800;box-shadow:0 8px 20px #0e449b28}.aga-hero-badges{position:absolute;right:12px;top:28px;display:flex;flex-direction:column;gap:10px}.aga-hero-badges b{width:74px;height:74px;border:2px solid currentColor;background:#ffffffd9;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:10px;line-height:1.15;color:var(--aga-green)}.aga-hero-badges b:nth-child(2){color:#138bb3}.aga-hero-badges b:nth-child(3){color:var(--aga-orange)}.aga-hero-badges i{font-size:17px;margin-bottom:3px}.aga-goals{position:relative;z-index:3;margin-top:12px}.aga-goal-track{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.aga-goal-track a{height:62px;border:1px solid var(--aga-line);border-radius:9px;color:#122b58;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;background:white;box-shadow:0 4px 12px #103b7a0c;transition:.2s}.aga-goal-track a:hover{transform:translateY(-3px);border-color:var(--aga-cyan)}.aga-goal-track i{font-size:24px;color:#3dbe6e}.aga-goal-track a:nth-child(2) i{color:#2679de}.aga-goal-track a:nth-child(3) i{color:#20bcb9}.aga-goal-track a:nth-child(4) i{color:#ff7659}.aga-goal-track a:nth-child(5) i{color:#9959d5}.aga-goal-track a:nth-child(6) i{color:#e4aa18}.aga-goal-track a:nth-child(7) i{color:#2679de}.aga-goal-track span{display:flex;flex-direction:column;font-size:10px}.aga-goal-track b{font-size:11px}.aga-home-grid{display:grid;grid-template-columns:62% 38%;padding:18px 0 0}.aga-products-panel{padding-right:16px;border-right:1px solid var(--aga-line)}.aga-title{height:31px;display:flex;align-items:center;gap:12px}.aga-title i{height:1px;background:#a8c7e5;flex:1}.aga-title h2{font-size:18px;margin:0;white-space:nowrap;color:#16469f}.aga-product-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.aga-product-card{height:210px;text-align:center;border:1px solid #e1e9f2;border-radius:8px;background:white;padding:7px 5px;box-shadow:0 4px 12px #0b387013}.aga-product-image{height:120px;display:block;overflow:hidden;position:relative}.aga-product-image span{position:absolute;inset:0;background-image:url("/static.php?file=assets%2Fimages%2Fagavital%2Fproducts.png");background-repeat:no-repeat;background-size:700% auto;background-position:calc(var(--product-index) * 16.6667%) 50%}.aga-product-card h3{font-size:11px;line-height:1.1;margin:2px 0}.aga-product-card h3 a{color:#123b84;text-decoration:none}.aga-product-card p{font-size:8px;height:20px;margin:0;color:#60718a;overflow:hidden}.aga-product-button{display:inline-block;border:1px solid #1a55b0;color:#174da4;border-radius:4px;padding:4px 13px;margin-top:5px;text-decoration:none;font-size:9px;font-weight:800}.aga-science-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.aga-science-row article{height:78px;background:linear-gradient(135deg,#eaf6ff,#fff);border:1px solid #dbe8f3;border-radius:9px;padding:11px;display:flex;justify-content:space-between}.aga-science-row h3{font-size:11px;line-height:1.25;margin:0 0 4px}.aga-science-row p{font-size:8px;line-height:1.25;color:#4d617b;margin:0}.aga-science-row i{font-size:37px;color:#1b8ac2;align-self:center;margin-left:8px}.aga-science-row article:nth-child(2) i{color:#65af38}.aga-science-row article:nth-child(3) i{color:#467bb8}.aga-side{padding-left:16px}.aga-doctors{height:150px;position:relative;overflow:hidden;border-radius:10px;background:#edf5fc}.aga-doctors img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.aga-doctors>div{position:relative;z-index:2;padding:18px 20px;width:50%}.aga-doctors h2{font-size:17px;color:#16469f;line-height:1.25;margin:0 0 10px}.aga-doctors p{font-size:10px;margin:5px 0;color:#233c5d}.aga-doctors p i{width:17px}.aga-blog-box{margin-top:9px;border:1px solid #dce6ef;border-radius:10px;padding:9px}.aga-blog-heading{display:flex;align-items:center;justify-content:space-between}.aga-blog-heading h2{font-size:15px;margin:0 0 8px}.aga-blog-heading a{font-size:9px;color:#174da4;text-decoration:none}.aga-blog-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.aga-blog-cards article{border:1px solid #e2e8ef;border-radius:7px;overflow:hidden;background:white}.aga-blog-cards article>a{color:#162d55;text-decoration:none}.aga-blog-cards img,.aga-blog-placeholder{width:100%;height:64px;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#bde4d3,#f8d968);color:white;font-size:27px}.aga-blog-cards small{font-size:7px;color:#7a8693;padding:6px 7px 0;display:block}.aga-blog-cards h3{font-size:9px;line-height:1.25;margin:3px 7px 9px}.aga-newsletter{margin-top:10px;background:linear-gradient(90deg,#12b7d2,#2d7eda 42%,#d2dc55 73%,#ff8554);color:white}.aga-newsletter .aga-container{height:44px;display:flex;align-items:center;gap:16px}.aga-newsletter i{font-size:23px}.aga-newsletter b{font-size:13px}.aga-newsletter form{margin-left:auto;width:380px;display:flex}.aga-newsletter input{flex:1;border:0;border-radius:6px 0 0 6px;padding:10px 14px;font-size:10px}.aga-newsletter button{border:0;border-radius:0 6px 6px 0;background:#15479b;color:white;padding:0 27px;font-weight:800}.aga-footer{background:linear-gradient(135deg,#07357f,#164fa8);color:white;padding-top:15px}.aga-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 1.25fr .9fr;gap:28px;padding:0 0 16px}.aga-footer h3{font-size:12px;margin:6px 0 9px}.aga-footer-grid>div:not(.aga-footer-brand){display:flex;flex-direction:column;gap:5px}.aga-footer a,.aga-footer span{color:#eaf3ff;text-decoration:none;font-size:9px}.aga-footer-brand>a{display:block;width:100px;height:55px;background:#16469f}.aga-footer-brand img{width:100%;height:100%;object-fit:contain}.aga-footer-brand p{font-size:9px;line-height:1.45;color:#d6e6fa}.aga-footer-brand>div{display:flex;gap:8px}.aga-footer-brand>div a{width:23px;height:23px;border:1px solid #ffffff66;border-radius:50%;display:grid;place-items:center}.aga-footer .all{color:#ffd15a}.aga-footer-contact a,.aga-footer-contact span{display:flex;gap:7px}.aga-footer-trust>div{display:flex;gap:8px}.aga-footer-trust b{width:48px;height:48px;border:2px solid white;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:9px}.aga-footer-bottom{border-top:1px solid #ffffff25;height:32px;display:flex;justify-content:space-between;align-items:center}.aga-footer-bottom div{display:flex;gap:18px}.aga-whatsapp{position:fixed;right:22px;bottom:22px;width:52px;height:52px;background:#24d366;color:white;border-radius:50%;display:grid;place-items:center;font-size:25px;z-index:50;box-shadow:0 8px 25px #0003}.aga-site .vd-breadcrumb,.aga-site .mc-breadcrumb{background:linear-gradient(135deg,#f5fbff,#e8f6fd)!important}.aga-site .section,.aga-site .wrap{font-family:"Nunito Sans",Arial,sans-serif}.aga-site .service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.aga-site .service-card{border:1px solid var(--aga-line);border-radius:14px;overflow:hidden;background:white}.aga-site .service-card img{width:100%;height:230px;object-fit:contain;background:#f8fbfe}.aga-site .button{background:linear-gradient(135deg,var(--aga-blue),#0b75b0)!important;color:white!important}.cookie-banner{position:fixed;left:20px;bottom:20px;max-width:440px;background:#fff;border:1px solid #dbe6f2;border-left:5px solid var(--aga-blue);padding:15px;z-index:90;box-shadow:0 10px 30px #0b2e6525}.cookie-banner p{margin:0 0 10px}.cookie-banner button{border:0;border-radius:5px;padding:8px 13px;margin-right:6px}.cookie-banner button:last-child{background:var(--aga-blue);color:white}
@media(max-width:1100px){.aga-menu{gap:20px}.aga-menu>a,.aga-dropdown>button{font-size:13px}.aga-hero-copy{margin-left:0;width:430px}.aga-home-grid{grid-template-columns:1fr}.aga-products-panel{border-right:0;padding-right:0}.aga-side{padding:15px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.aga-blog-box{margin-top:0}.aga-footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.aga-container{width:min(100% - 28px,1360px)}.aga-topbar{height:30px;overflow:hidden}.aga-topbar .aga-container{justify-content:center}.aga-topbar span{display:none}.aga-header{height:64px}.aga-logo{height:64px;width:100px}.aga-menu-toggle{display:flex;margin-left:auto;width:42px;height:42px;border:0;background:none;flex-direction:column;align-items:center;justify-content:center;gap:5px}.aga-menu-toggle span{width:24px;height:2px;background:var(--aga-blue)}.aga-menu{display:none;position:fixed;z-index:70;inset:0 0 0 20%;background:white;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:75px 24px 30px;gap:0}.aga-menu.is-open{display:flex}.aga-menu>a,.aga-dropdown>button{display:block;width:100%;padding:14px 0;border-bottom:1px solid var(--aga-line);text-align:left}.aga-menu-close{display:block;position:absolute;right:20px;top:16px;border:0;background:none;font-size:35px}.aga-dropdown{height:auto;display:block}.aga-mega{position:static;width:100%;box-shadow:none;padding:8px 0;grid-template-columns:1fr}.aga-mega-all{display:none}.aga-mega>div{grid-template-columns:1fr}.aga-nav-tools{margin-left:15px;gap:13px}.aga-nav-tools a:first-child,.aga-nav-tools a:nth-child(2){display:none}.aga-hero{height:590px}.aga-hero-bg{object-fit:cover;object-position:center}.aga-hero-content{align-items:flex-start;padding-top:230px}.aga-hero-copy{width:100%;transform:none;text-align:center}.aga-hero-copy>span{font-size:17px}.aga-hero-copy h1{font-size:34px}.aga-hero-copy p{margin:0 auto 18px}.aga-hero-badges{display:none}.aga-goals{margin-top:10px}.aga-goal-track{display:flex;overflow-x:auto;padding-bottom:7px}.aga-goal-track a{min-width:145px}.aga-home-grid{padding-top:10px}.aga-product-grid{display:flex;overflow-x:auto;padding-bottom:10px}.aga-product-card{min-width:145px}.aga-science-row{grid-template-columns:1fr}.aga-side{display:block}.aga-doctors{height:220px}.aga-doctors>div{width:58%;padding:16px}.aga-blog-box{margin-top:12px}.aga-blog-cards{display:flex;overflow-x:auto}.aga-blog-cards article{min-width:180px}.aga-newsletter .aga-container{height:auto;padding:13px 0;flex-wrap:wrap}.aga-newsletter b{width:calc(100% - 45px)}.aga-newsletter form{width:100%;margin:0}.aga-footer-grid{grid-template-columns:1fr 1fr;padding-top:12px}.aga-footer-brand{grid-column:1/3}.aga-footer-bottom{height:auto;padding:12px 0}.aga-site .service-grid{grid-template-columns:1fr}}

/* Agavital premium ürün detayları ve güçlendirilmiş tipografi */
.aga-site{font-size:16px;font-weight:500;line-height:1.7;color:#10264b}.aga-site p{color:#526681}.aga-site h1,.aga-site h2,.aga-site h3{font-weight:750;letter-spacing:-.025em}.aga-menu>a,.aga-dropdown>button{font-size:16px;font-weight:700}.aga-topbar{font-size:12px;font-weight:650}.aga-mega>div a{font-size:14px}.aga-goal-track b{font-size:12px}.aga-goal-track span{font-size:11px}.aga-product-card h3{font-size:12px}.aga-product-card p{font-size:10px;line-height:1.4}.aga-science-row h3{font-size:12px}.aga-science-row p{font-size:10px}.aga-doctors p{font-size:11px}.aga-blog-cards h3{font-size:11px}.aga-blog-cards small{font-size:9px}

.aga-site .mendlive-breadcrumb.minimal-breadcrumb{position:relative;overflow:hidden;padding:var(--breadcrumb-pt) 0 var(--breadcrumb-pb)!important;border-top:1px solid #e8eef5;border-bottom:1px solid #dfe8f2;background:linear-gradient(115deg,#f7fbff 0%,#eef7fc 58%,#f9fcff 100%)!important;color:#10264b!important}.aga-site .mendlive-breadcrumb.minimal-breadcrumb:after{position:absolute;right:7%;top:50%;width:230px;height:230px;border:42px solid rgba(25,184,204,.07);border-radius:50%;content:"";transform:translateY(-50%)}.aga-site .minimal-breadcrumb .wrap{position:relative;z-index:1}.aga-site .minimal-breadcrumb nav{display:flex;align-items:center;gap:10px;margin-bottom:8px;color:#667994;font-size:13px;font-weight:700}.aga-site .minimal-breadcrumb nav a{color:#1746a2}.aga-site .minimal-breadcrumb nav i{color:#19a8bd;font-style:normal}.aga-site .minimal-breadcrumb h1{margin:0!important;color:#10264b!important;font-size:clamp(27px,3.1vw,42px)!important;font-weight:750!important;line-height:1.1!important;letter-spacing:-.035em!important}

.aga-product-detail-shell{padding:62px 0 82px;background:#f5f8fc}.aga-product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:34px}.aga-product-detail-main{min-width:0}.aga-product-intro{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(340px,1.12fr);overflow:hidden;border:1px solid #dfe8f2;border-radius:26px;background:#fff;box-shadow:0 24px 70px rgba(14,54,107,.09)}.aga-product-visual{position:relative;display:flex;min-height:430px;align-items:center;justify-content:center;overflow:hidden;padding:42px;background:radial-gradient(circle at 50% 45%,#fff 0,#f3f9fd 48%,#e6f3fb 100%)}.aga-product-visual:before{position:absolute;inset:28px;border:1px solid rgba(23,70,162,.08);border-radius:50%;content:""}.aga-product-visual img{position:relative;z-index:1;width:100%;max-height:295px;object-fit:contain;filter:drop-shadow(0 25px 28px rgba(16,55,110,.16))}.aga-product-visual-label{position:absolute;z-index:2;left:24px;top:22px;padding:7px 12px;border-radius:999px;background:#fff;color:#1746a2;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 8px 22px rgba(17,62,121,.1)}.aga-product-quality{position:absolute;z-index:2;right:18px;bottom:17px;left:18px;display:flex;justify-content:center;gap:7px}.aga-product-quality span{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #dce9f2;border-radius:999px;background:rgba(255,255,255,.92);color:#345372;font-size:9px;font-weight:750}.aga-product-quality i{color:#19a8bd}.aga-product-summary{display:flex;flex-direction:column;justify-content:center;padding:52px 46px}.aga-product-kicker,.aga-content-heading>span,.aga-sidebar-title>span,.aga-contact-kicker{color:#0e9fb7;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.aga-product-summary h1{margin:10px 0 16px;color:#123d87;font-size:clamp(40px,4.5vw,68px);line-height:1}.aga-product-lead{margin:0 0 28px;color:#506681;font-size:18px;font-weight:650}.aga-product-actions{display:flex;flex-wrap:wrap;gap:10px}.aga-primary-button,.aga-phone-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border-radius:10px;font-size:13px;font-weight:800}.aga-primary-button{background:linear-gradient(135deg,#1746a2,#087ea4);color:#fff;box-shadow:0 12px 28px rgba(23,70,162,.2)}.aga-phone-button{border:1px solid #d8e4ef;background:#fff;color:#1746a2}.aga-product-note{display:flex;align-items:flex-start;gap:8px;margin:25px 0 0;padding-top:20px;border-top:1px solid #e5edf4;color:#728399;font-size:11px;line-height:1.55}.aga-product-note i{margin-top:3px;color:#19a8bd}.aga-product-content-card{margin-top:26px;padding:42px 46px;border:1px solid #dfe8f2;border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(14,54,107,.06)}.aga-content-heading{padding-bottom:22px;border-bottom:1px solid #e4ebf3}.aga-content-heading h2{margin:7px 0 0;color:#123d87;font-size:30px}.aga-product-content-card .rich-content{padding-top:10px;color:#354e69;font-size:16px;line-height:1.85}.aga-product-content-card .rich-content h1,.aga-product-content-card .rich-content h2,.aga-product-content-card .rich-content h3{color:#123d87;font-size:25px}.aga-product-content-card .rich-content p,.aga-product-content-card .rich-content li{color:#425c77}.aga-inline-contact{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-top:36px;padding:28px 30px;border-radius:18px;background:linear-gradient(125deg,#0d3b8e,#087ea4);color:#fff}.aga-inline-contact span{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#a7edee}.aga-inline-contact h2{margin:5px 0 7px;color:#fff;font-size:23px}.aga-inline-contact p{margin:0;color:#d6edf5;font-size:13px}.aga-inline-contact>a{display:inline-flex;flex:0 0 auto;align-items:center;gap:9px;padding:12px 16px;border-radius:9px;background:#fff;color:#1746a2;font-size:12px;font-weight:800}

.aga-product-sidebar{position:sticky;top:24px;display:grid;gap:20px}.aga-sidebar-products,.aga-sidebar-contact{overflow:hidden;border:1px solid #dfe8f2;border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(14,54,107,.08)}.aga-sidebar-title{padding:25px 25px 18px;border-bottom:1px solid #e3ebf3}.aga-sidebar-title h2{margin:5px 0 0;color:#123d87;font-size:24px}.aga-sidebar-products nav{display:grid;padding:10px}.aga-sidebar-products nav>a{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-radius:10px;color:#2d4868;font-size:13px;font-weight:750;transition:.2s}.aga-sidebar-products nav>a>span{display:flex;align-items:center;gap:10px}.aga-sidebar-products nav>a>span i{width:18px;color:#74a2c3;text-align:center}.aga-sidebar-products nav>a>i{font-size:10px;color:#9aabc0}.aga-sidebar-products nav>a:hover{background:#eff8fc;color:#1746a2}.aga-sidebar-products nav>a.active{background:linear-gradient(135deg,#1746a2,#087ea4);color:#fff;box-shadow:0 9px 22px rgba(23,70,162,.18)}.aga-sidebar-products nav>a.active i{color:#fff}.aga-all-products{display:flex;align-items:center;justify-content:space-between;padding:16px 23px;border-top:1px solid #e3ebf3;color:#0d7fa2;font-size:12px;font-weight:800}.aga-sidebar-contact{padding:27px 25px;background:linear-gradient(150deg,#0c3b8c,#075f9c);color:#fff}.aga-sidebar-contact h2{margin:5px 0 9px;color:#fff;font-size:24px}.aga-sidebar-contact>p{margin:0 0 20px;color:#cee4f2;font-size:13px}.aga-sidebar-contact>a:not(.aga-sidebar-whatsapp),.aga-sidebar-address{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-top:1px solid rgba(255,255,255,.14);color:#fff}.aga-sidebar-contact>a>i,.aga-sidebar-address>i{display:grid;flex:0 0 34px;height:34px;place-items:center;border-radius:9px;background:rgba(255,255,255,.12);color:#7fe6e0}.aga-sidebar-contact a span,.aga-sidebar-address span{min-width:0}.aga-sidebar-contact small,.aga-sidebar-contact b,.aga-sidebar-address small,.aga-sidebar-address b{display:block}.aga-sidebar-contact small,.aga-sidebar-address small{margin-bottom:2px;color:#a9cbe0;font-size:10px;font-weight:700}.aga-sidebar-contact b,.aga-sidebar-address b{color:#fff;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.aga-sidebar-whatsapp{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:17px;padding:13px;border-radius:10px;background:#22c964;color:#fff;font-size:13px;font-weight:800}.aga-sidebar-whatsapp i{font-size:18px}.aga-related-products{padding:74px 0}.aga-related-products .section-heading h2{font-size:clamp(28px,3.4vw,46px)}

.aga-footer{margin-top:0;padding-top:0;background:linear-gradient(135deg,#07357f,#164fa8)}.aga-trust-band{padding:34px 0;border-top:1px solid #dfe8f2;border-bottom:1px solid #d6e3ee;background:#fff;color:#10264b}.aga-trust-band .aga-container{display:flex;align-items:center;justify-content:space-between;gap:50px}.aga-trust-copy{max-width:520px}.aga-trust-copy>span{color:#0e9fb7;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.aga-trust-copy h2{margin:5px 0 7px;color:#123d87;font-size:27px}.aga-trust-copy p{margin:0;color:#5a6e86;font-size:13px}.aga-trust-logos{display:flex;align-items:center;justify-content:flex-end;width:min(47%,570px);padding:10px 18px;border:1px solid #e2eaf1;border-radius:17px;background:#fff;box-shadow:0 12px 35px rgba(14,54,107,.07)}.aga-trust-logos img{width:100%;height:88px;object-fit:contain}.aga-footer-grid{grid-template-columns:1.25fr .9fr 1fr 1fr 1.45fr;gap:44px;padding:56px 0 44px}.aga-footer h3{margin:0 0 17px;color:#fff;font-size:15px}.aga-footer-grid>div:not(.aga-footer-brand){gap:9px}.aga-footer a,.aga-footer span{font-size:12px;line-height:1.55}.aga-footer-brand>a{width:132px;height:74px;margin-bottom:14px}.aga-footer-brand p{max-width:290px;color:#dbeaff;font-size:12px;line-height:1.7}.aga-footer-brand>div{margin-top:15px;gap:9px}.aga-footer-brand>div a{width:34px;height:34px;font-size:13px}.aga-footer-contact a,.aga-footer-contact span{gap:9px}.aga-footer-bottom{min-height:52px;height:auto;padding:12px 0;border-top:1px solid rgba(255,255,255,.18)}.aga-footer-bottom span,.aga-footer-bottom a{font-size:11px}

@media(max-width:1050px){.aga-product-detail-layout{grid-template-columns:1fr}.aga-product-sidebar{position:static;grid-template-columns:1fr 1fr}.aga-footer-grid{grid-template-columns:repeat(3,1fr)}.aga-trust-band .aga-container{gap:30px}}
@media(max-width:760px){.aga-site{font-size:15px}.aga-menu>a,.aga-dropdown>button{font-size:15px;font-weight:750}.aga-site .minimal-breadcrumb h1{font-size:29px!important}.aga-site .mendlive-breadcrumb.minimal-breadcrumb{padding:24px 0!important}.aga-product-detail-shell{padding:30px 0 48px}.aga-product-intro{grid-template-columns:1fr;border-radius:18px}.aga-product-visual{min-height:300px;padding:28px}.aga-product-visual img{max-height:220px}.aga-product-quality{overflow-x:auto;justify-content:flex-start}.aga-product-quality span{white-space:nowrap}.aga-product-summary{padding:31px 24px}.aga-product-summary h1{font-size:40px}.aga-product-lead{font-size:16px}.aga-product-actions{display:grid}.aga-primary-button,.aga-phone-button{width:100%}.aga-product-content-card{padding:29px 22px;border-radius:18px}.aga-content-heading h2{font-size:25px}.aga-inline-contact{align-items:flex-start;flex-direction:column;padding:24px}.aga-inline-contact>a{width:100%;justify-content:center}.aga-product-sidebar{grid-template-columns:1fr}.aga-sidebar-products,.aga-sidebar-contact{border-radius:18px}.aga-related-products{padding:48px 0}.aga-trust-band{padding:27px 0}.aga-trust-band .aga-container{align-items:flex-start;flex-direction:column;gap:20px}.aga-trust-copy h2{font-size:23px}.aga-trust-logos{width:100%;padding:8px 12px}.aga-trust-logos img{height:70px}.aga-footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px;padding:42px 0 35px}.aga-footer-brand{grid-column:1/-1}.aga-footer h3{font-size:14px}.aga-footer a,.aga-footer span{font-size:11px}.aga-footer-contact{grid-column:1/-1}.aga-footer-bottom{align-items:flex-start;flex-direction:column;gap:7px}}

/* v1.1.3 minimal breadcrumb, ürün arama ve okunabilir tipografi */
.aga-site{font-weight:600}.aga-site p,.aga-site li{font-weight:520}.aga-menu>a,.aga-dropdown>button{font-weight:750;letter-spacing:-.01em}.aga-footer a,.aga-footer span,.aga-footer p{font-weight:600}.aga-site .mendlive-breadcrumb.minimal-breadcrumb{display:block!important;min-height:0!important;align-items:initial!important;padding:var(--breadcrumb-pt) 0 var(--breadcrumb-pb)!important;background:#f5faff!important}.aga-site .mendlive-breadcrumb.minimal-breadcrumb:before,.aga-site .mendlive-breadcrumb.minimal-breadcrumb:after{display:none!important}.aga-site .minimal-breadcrumb nav{margin-bottom:5px;font-size:12px;font-weight:750}.aga-site .minimal-breadcrumb h1{font-size:clamp(25px,2.4vw,35px)!important;font-weight:800!important;letter-spacing:-.03em!important}

.aga-nav-tools{gap:0}.aga-search-button{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:9px;padding:0 17px;border:1px solid #d8e3ee;border-radius:10px;background:#f7fbff;color:#123d87;font:750 13px "Nunito Sans",Arial,sans-serif;cursor:pointer;transition:.2s}.aga-search-button i{font-size:17px}.aga-search-button:hover{border-color:#8bcdd9;background:#edf9fb;color:#087ea4;transform:translateY(-1px)}body.aga-search-open{overflow:hidden}.aga-search-panel{position:fixed;z-index:200;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:120px 20px 30px;background:rgba(7,29,59,.58);opacity:0;visibility:hidden;backdrop-filter:blur(7px);transition:.22s}.aga-search-panel.is-open{opacity:1;visibility:visible}.aga-search-dialog{position:relative;width:min(650px,100%);max-height:calc(100vh - 150px);overflow:auto;padding:35px;border:1px solid #dce7f0;border-radius:22px;background:#fff;box-shadow:0 32px 100px rgba(5,32,73,.25);transform:translateY(-14px);transition:.22s}.aga-search-panel.is-open .aga-search-dialog{transform:none}.aga-search-close{position:absolute;right:18px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#edf4fa;color:#123d87;font-size:25px;cursor:pointer}.aga-search-kicker{color:#0e9fb7;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.aga-search-dialog h2{margin:5px 45px 22px 0;color:#123d87;font-size:27px}.aga-search-dialog>label{display:flex;height:54px;align-items:center;gap:12px;padding:0 17px;border:2px solid #d8e6f0;border-radius:12px;background:#fbfdff;color:#6a819b}.aga-search-dialog>label:focus-within{border-color:#19a8bd;box-shadow:0 0 0 4px rgba(25,168,189,.1)}.aga-search-dialog input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#10264b;font:700 15px "Nunito Sans",Arial,sans-serif}.aga-search-results{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:18px}.aga-search-results a{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:1px solid #e2eaf2;border-radius:10px;color:#294765;font-size:13px;font-weight:750}.aga-search-results a span{display:flex;align-items:center;gap:9px}.aga-search-results a span i{color:#19a8bd}.aga-search-results a>i{font-size:10px;color:#94a7bb}.aga-search-results a:hover{border-color:#9fd5df;background:#f0fafc;color:#123d87}.aga-search-results a[hidden]{display:none}.aga-search-empty{display:none;margin:18px 0 0;padding:15px;border-radius:10px;background:#f4f7fa;text-align:center;font-size:13px}.aga-search-empty.is-visible{display:block}

@media(max-width:760px){.aga-site .mendlive-breadcrumb.minimal-breadcrumb{min-height:0!important;padding:17px 0!important}.aga-site .minimal-breadcrumb h1{font-size:25px!important}.aga-search-button{width:43px;height:43px;padding:0}.aga-search-button span{display:none}.aga-search-panel{padding:78px 13px 20px}.aga-search-dialog{max-height:calc(100vh - 95px);padding:28px 18px;border-radius:17px}.aga-search-dialog h2{font-size:22px}.aga-search-results{grid-template-columns:1fr}}

/* v1.1.4 gerçek Agavital ürün görselli ana banner */
.aga-hero-product-showcase{height:470px;background:radial-gradient(circle at 76% 45%,rgba(25,184,204,.17),transparent 30%),linear-gradient(112deg,#f8fcff 0%,#edf8fd 54%,#e6f5fb 100%)}.aga-hero-product-showcase:before{position:absolute;left:-120px;top:-180px;width:420px;height:420px;border:70px solid rgba(23,70,162,.035);border-radius:50%;content:""}.aga-hero-product-showcase:after{position:absolute;right:-90px;bottom:-230px;width:480px;height:480px;border:1px solid rgba(25,184,204,.16);border-radius:50%;box-shadow:0 0 0 65px rgba(25,184,204,.035),0 0 0 130px rgba(23,70,162,.025);content:""}.aga-hero-product-showcase .aga-hero-content{z-index:2;justify-content:space-between;gap:34px}.aga-hero-product-showcase .aga-hero-copy{position:relative;z-index:3;width:41%;margin:0;transform:none}.aga-hero-product-showcase .aga-hero-copy>span{font-size:16px;letter-spacing:.02em}.aga-hero-product-showcase .aga-hero-copy h1{max-width:550px;margin:9px 0 13px;font-size:clamp(38px,4vw,58px);font-weight:800;line-height:1.03}.aga-hero-product-showcase .aga-hero-copy p{max-width:510px;color:#49647f;font-size:15px;font-weight:600;line-height:1.65}.aga-hero-product-showcase .aga-hero-copy>a{padding:13px 20px}.aga-hero-trust-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.aga-hero-trust-pills b{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #d9e7f0;border-radius:999px;background:rgba(255,255,255,.76);color:#45617e;font:750 10px "Nunito Sans",Arial,sans-serif}.aga-hero-trust-pills i{color:#0e9fb7}.aga-hero-products{position:relative;z-index:2;display:flex;width:59%;height:100%;align-items:center;justify-content:center;gap:11px;padding:43px 2px 34px}.aga-hero-product-orbit{position:absolute;inset:48px 6% 42px 3%;border:1px solid rgba(23,70,162,.09);border-radius:48% 52% 48% 52%;background:rgba(255,255,255,.26);transform:rotate(-4deg)}.aga-hero-product-card{position:relative;z-index:2;display:flex;width:23%;height:340px;align-items:center;justify-content:center;padding:10px 8px;border:1px solid rgba(211,228,239,.92);border-radius:17px;background:rgba(255,255,255,.88);box-shadow:0 20px 45px rgba(15,58,109,.12);transition:transform .28s,box-shadow .28s}.aga-hero-product-card img{width:100%;height:100%;object-fit:contain}.aga-hero-product-card:nth-of-type(2){height:305px;transform:translateY(15px) rotate(-2deg)}.aga-hero-product-card:nth-of-type(3){height:355px;transform:translateY(-8px) rotate(1.5deg)}.aga-hero-product-card:nth-of-type(4){height:325px;transform:translateY(10px) rotate(-1deg)}.aga-hero-product-card:nth-of-type(5){height:345px;transform:translateY(-2px) rotate(2deg)}.aga-hero-product-card:hover{z-index:5;transform:translateY(-13px) scale(1.035)!important;box-shadow:0 28px 58px rgba(15,58,109,.2)}

@media(max-width:1050px){.aga-hero-product-showcase{height:520px}.aga-hero-product-showcase .aga-hero-copy{width:39%}.aga-hero-product-showcase .aga-hero-copy h1{font-size:42px}.aga-hero-products{width:61%;gap:7px}.aga-hero-product-card{height:310px;padding:7px}.aga-hero-product-card:nth-of-type(2){height:270px}.aga-hero-product-card:nth-of-type(3){height:325px}.aga-hero-product-card:nth-of-type(4){height:290px}.aga-hero-product-card:nth-of-type(5){height:315px}.aga-hero-trust-pills{display:none}}
@media(max-width:760px){.aga-hero-product-showcase{height:auto;min-height:690px}.aga-hero-product-showcase .aga-hero-content{height:auto;min-height:690px;align-items:stretch;flex-direction:column;justify-content:flex-start;gap:18px;padding:34px 0 24px}.aga-hero-product-showcase .aga-hero-copy{width:100%;padding:0;text-align:center}.aga-hero-product-showcase .aga-hero-copy h1{font-size:35px}.aga-hero-product-showcase .aga-hero-copy p{font-size:14px}.aga-hero-product-showcase .aga-hero-copy>a{margin:auto}.aga-hero-products{width:100%;height:330px;align-items:flex-end;gap:6px;padding:12px 0 6px}.aga-hero-product-orbit{inset:25px 2% 5px}.aga-hero-product-card,.aga-hero-product-card:nth-of-type(2),.aga-hero-product-card:nth-of-type(3),.aga-hero-product-card:nth-of-type(4),.aga-hero-product-card:nth-of-type(5){width:24%;height:270px;padding:4px;border-radius:10px;transform:none}.aga-hero-product-card:nth-of-type(2),.aga-hero-product-card:nth-of-type(4){height:235px}.aga-hero-product-card:hover{transform:translateY(-5px)!important}}

/* v1.1.5 eski banner kompozisyonu, yeni gerçek ürünler */
.aga-hero-classic-refresh{height:310px;background:#edf7ff}.aga-hero-classic-refresh:before{position:absolute;z-index:1;right:0;top:0;width:49%;height:100%;content:"";background:linear-gradient(100deg,rgba(247,251,253,0) 0%,rgba(248,251,252,.96) 15%,#f9fbfc 56%,#fffaf0 100%)}.aga-hero-classic-refresh:after{position:absolute;z-index:1;right:0;bottom:-52px;width:51%;height:118px;border-radius:50% 0 0 0;content:"";background:linear-gradient(165deg,rgba(255,255,255,0),rgba(247,202,62,.18) 55%,rgba(255,150,29,.3))}.aga-hero-classic-refresh .aga-hero-content{z-index:2}.aga-hero-classic-refresh .aga-hero-copy{position:relative;z-index:3}.aga-classic-products{position:absolute;z-index:3;right:5.5%;top:14px;display:flex;width:39%;height:278px;align-items:flex-end;justify-content:center;gap:3px}.aga-classic-products a{position:relative;display:flex;width:24%;height:246px;align-items:flex-end;justify-content:center;transition:transform .25s}.aga-classic-products img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 14px 12px rgba(12,49,91,.16))}.aga-classic-products a:nth-child(1){height:230px;transform:translateY(-2px) rotate(-1deg)}.aga-classic-products a:nth-child(2){height:252px;transform:translateY(4px) rotate(-1deg)}.aga-classic-products a:nth-child(3){height:242px;transform:translateY(-2px) rotate(1deg)}.aga-classic-products a:nth-child(4){height:255px;transform:translateY(4px) rotate(1deg)}.aga-classic-products a:hover{z-index:5;transform:translateY(-8px) scale(1.035)}.aga-hero-classic-refresh .aga-hero-badges{z-index:4;right:0;top:18px}.aga-hero-classic-refresh .aga-hero-badges b{width:58px;height:58px;font-size:8px;background:rgba(255,255,255,.94)}.aga-hero-classic-refresh .aga-hero-badges i{font-size:13px}

@media(max-width:1100px){.aga-classic-products{right:4%;width:43%}.aga-hero-classic-refresh .aga-hero-copy{width:420px;margin-left:-30px}.aga-hero-classic-refresh .aga-hero-copy h1{font-size:39px}.aga-hero-classic-refresh .aga-hero-badges{display:none}}
@media(max-width:760px){.aga-hero-classic-refresh{height:590px}.aga-hero-classic-refresh:before{width:100%;height:235px;background:linear-gradient(180deg,rgba(247,251,253,.8),#f7fbfd 78%,rgba(247,251,253,0))}.aga-hero-classic-refresh:after{display:none}.aga-hero-classic-refresh .aga-hero-bg{object-position:center}.aga-hero-classic-refresh .aga-hero-content{align-items:flex-start;padding-top:245px}.aga-hero-classic-refresh .aga-hero-copy{width:100%;margin-left:0;transform:none;text-align:center}.aga-hero-classic-refresh .aga-hero-copy h1{font-size:34px}.aga-classic-products{right:3%;top:8px;width:94%;height:225px;gap:0}.aga-classic-products a,.aga-classic-products a:nth-child(1),.aga-classic-products a:nth-child(2),.aga-classic-products a:nth-child(3),.aga-classic-products a:nth-child(4){width:25%;height:205px;transform:none}.aga-classic-products a:nth-child(1),.aga-classic-products a:nth-child(3){height:190px}.aga-hero-classic-refresh .aga-hero-badges{display:none}}

/* v1.1.6 ana sayfa öne çıkan altı ürün */
.aga-featured-product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.aga-featured-product-grid .aga-product-card{height:228px;padding:8px 6px}.aga-featured-product-grid .aga-product-image{height:137px}.aga-featured-product-grid .aga-product-image img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 7px 7px rgba(14,54,107,.13));transition:transform .25s}.aga-featured-product-grid .aga-product-card:hover .aga-product-image img{transform:translateY(-3px) scale(1.025)}.aga-featured-product-grid .aga-product-card h3{display:flex;min-height:26px;align-items:center;justify-content:center;margin:1px 0 0;font-size:11px;line-height:1.15}.aga-featured-product-grid .aga-product-card p{height:16px;font-size:9px;line-height:1.35}.aga-featured-product-grid .aga-product-button{margin-top:3px}
@media(max-width:760px){.aga-featured-product-grid{display:flex}.aga-featured-product-grid .aga-product-card{min-width:158px;height:238px}.aga-featured-product-grid .aga-product-image{height:145px}.aga-featured-product-grid .aga-product-card h3{font-size:12px}}

/* v1.1.7 daha büyük ve belirgin header logosu */
.aga-header .aga-logo{display:flex;flex:0 0 148px;width:148px;align-items:center;justify-content:center;padding:3px 7px;text-align:center}.aga-header .aga-logo img{display:block;width:134px;height:auto;max-height:70px;margin:auto;object-fit:contain}
@media(max-width:760px){.aga-header .aga-logo{flex-basis:116px;width:116px;height:64px;padding:3px 5px}.aga-header .aga-logo img{width:106px;max-height:57px}}

/* v1.1.9 mobil yatay taşma ve responsive güvenlik düzeltmeleri */
html,body{max-width:100%;overflow-x:hidden}
@supports(overflow:clip){html,body{overflow-x:clip}}
.aga-site,.aga-main,.aga-header,.aga-footer,.aga-container,.wrap{min-width:0;max-width:100%}
.aga-nav,.aga-menu,.aga-home-grid>*,.aga-products-panel,.aga-side,.aga-title,.aga-product-grid,.aga-science-row,.aga-blog-box,.aga-blog-cards,.aga-newsletter .aga-container,.aga-newsletter form,.aga-footer-grid>*,.aga-footer-bottom>*,.aga-product-detail-layout>*,.aga-product-intro>*,.aga-product-summary,.aga-product-content-card,.aga-inline-contact>*,.aga-trust-band .aga-container>*,.aga-search-dialog,.service-grid>*,.content-layout>*,.article-layout>*,.page-content-grid>*{min-width:0}
.aga-site img,.aga-site video,.aga-site iframe,.aga-site canvas,.aga-site svg{max-width:100%}
.aga-site input,.aga-site select,.aga-site textarea,.aga-site button{max-width:100%}
.aga-site .rich-content,.aga-site .rich-content>*{max-width:100%}
.aga-site .rich-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.aga-site .rich-content pre,.aga-site .rich-content code{max-width:100%;overflow-wrap:anywhere}
.aga-site .rich-content pre{overflow-x:auto}
.aga-site h1,.aga-site h2,.aga-site h3,.aga-site p,.aga-site a,.aga-site span{overflow-wrap:break-word}
.aga-goal-track,.aga-product-grid,.aga-blog-cards{max-width:100%;min-width:0}
.aga-newsletter input{width:0;min-width:0}
.aga-footer-bottom{gap:12px;flex-wrap:wrap}
.aga-footer-bottom div{min-width:0;flex-wrap:wrap}

@media(max-width:760px){
  .aga-container,.wrap{width:calc(100% - 28px);max-width:calc(100% - 28px)}
  .aga-nav{width:100%}
  .aga-menu{width:80%;max-width:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
  .aga-mega,.aga-mega>div{width:100%;min-width:0}
  .aga-mega>div a{white-space:normal;overflow-wrap:anywhere}
  .aga-goal-track,.aga-product-grid,.aga-blog-cards{width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .aga-goal-track::-webkit-scrollbar,.aga-product-grid::-webkit-scrollbar,.aga-blog-cards::-webkit-scrollbar{display:none}
  .aga-goal-track a{flex:0 0 145px;min-width:0}
  .aga-featured-product-grid .aga-product-card{flex:0 0 158px;min-width:0}
  .aga-blog-cards article{flex:0 0 180px;min-width:0}
  .aga-science-row article,.aga-doctors,.aga-blog-box{width:100%;max-width:100%}
  .aga-newsletter form{display:flex;width:100%;max-width:100%}
  .aga-newsletter input{flex:1 1 0;width:0;min-width:0}
  .aga-newsletter button{flex:0 0 auto;padding-inline:18px}
  .aga-footer-grid{width:100%}
  .aga-footer-contact a,.aga-footer-contact span{min-width:0;overflow-wrap:anywhere}
  .aga-footer-bottom,.aga-footer-bottom div{width:100%}
  .aga-product-quality{max-width:100%;overscroll-behavior-x:contain}
  .aga-product-summary h1{font-size:clamp(31px,10vw,40px)}
  .aga-inline-contact>a{max-width:100%}
  .aga-search-panel{max-width:100vw;overflow-x:hidden}
  .cookie-banner{right:14px;left:14px;width:auto;max-width:none}
}

@media(max-width:380px){
  .aga-container,.wrap{width:calc(100% - 20px);max-width:calc(100% - 20px)}
  .aga-header .aga-logo{flex-basis:104px;width:104px}
  .aga-header .aga-logo img{width:96px}
  .aga-nav-tools{margin-left:8px}
  .aga-menu-toggle{width:38px;height:40px}
  .aga-menu{inset:0 0 0 12%;width:88%;padding-inline:18px}
  .aga-newsletter button{padding-inline:13px;font-size:11px}
  .aga-footer-grid{grid-template-columns:1fr}
  .aga-footer-brand,.aga-footer-contact{grid-column:1}
}
