:root{--agc-primary:#147a4a;--agc-mint:#eaf7ef;--agc-accent:#f36f32;--agc-content-width:1280px;--agc-hero-desktop-height:300px;--agc-hero-mobile-height:205px;--agc-category-image-size:56px;--agc-mobile-category-image-size:50px;--agc-product-image-height:165px;--agc-mobile-product-image-height:125px;--agc-deal-card-height:154px;--agc-mobile-deal-card-height:145px;--agc-ink:#17231d;--agc-muted:#68736d;--agc-line:#dfe6e2;--agc-soft:#f7f9f8}
body.agc-home{background:#fff;color:var(--agc-ink)}
.agc-home-shell,.agc-home-shell *{box-sizing:border-box}
.agc-home-shell{font-size:13px;line-height:1.5}
.agc-home-shell a{text-decoration:none}
.agc-home-shell p,.agc-home-shell a,.agc-home-shell span,.agc-home-shell strong,.agc-home-shell b,.agc-home-shell em,.agc-home-shell small,.agc-home-shell input,.agc-home-shell button{font-size:13px}
.agc-wrap{width:min(calc(100% - 40px),var(--agc-content-width));margin:0 auto}
.agc-freshness{background:var(--agc-primary);color:#fff;font-weight:700;min-height:36px;display:flex;align-items:center}
.agc-freshness .agc-wrap{display:flex;align-items:center;justify-content:center;gap:8px}
.agc-freshness span{display:inline-flex;width:19px;height:19px;border:1px solid rgba(255,255,255,.7);border-radius:50%;align-items:center;justify-content:center}
.agc-hero{background:linear-gradient(105deg,#f7fbf8 0%,var(--agc-mint) 61%,#e0f0e6 100%);border-bottom:1px solid var(--agc-line)}
.agc-hero-grid{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(430px,1.1fr);gap:34px;align-items:center;min-height:330px;overflow:hidden}
.agc-hero-copy{padding:38px 0;position:relative;z-index:2}
.agc-eyebrow{margin:0 0 8px;color:var(--agc-primary);font-weight:800;letter-spacing:.08em}
.agc-hero-copy h1{margin:0 0 14px;max-width:650px;font-size:44px!important;line-height:1.06;font-weight:800;letter-spacing:-1.4px;color:var(--agc-ink)}
.agc-hero-copy>p:not(.agc-eyebrow){font-size:17px;line-height:1.55;margin:0 0 19px;max-width:590px;color:#405048}
.agc-hero-search{display:flex;max-width:620px;height:50px;background:#fff;border:1px solid #cad8d0;border-radius:7px;box-shadow:0 5px 18px rgba(30,70,48,.08);overflow:hidden}
.agc-hero-search input{flex:1;min-width:0;border:0!important;background:#fff!important;padding:0 16px!important;color:var(--agc-ink)!important}
.agc-hero-search button{border:0;background:var(--agc-primary);color:#fff;padding:0 25px;font-weight:800;cursor:pointer}
.agc-text-link{display:inline-flex;margin-top:13px;gap:7px;color:var(--agc-primary);font-weight:800}
.agc-hero-products{display:block;height:var(--agc-hero-desktop-height);align-self:end;overflow:hidden}
.agc-hero-products img{display:block;width:100%;height:100%;object-fit:cover;object-position:center bottom}
.agc-section{padding:34px 0}
.agc-section:nth-of-type(even){background:var(--agc-soft)}
.agc-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.agc-section-head h2,.agc-basket-card h2{font-size:25px!important;line-height:1.2;margin:0;font-weight:800;color:var(--agc-ink)}
.agc-section-head>a{color:var(--agc-primary);font-weight:800;white-space:nowrap}
.agc-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.agc-category-card{display:flex;align-items:center;gap:12px;padding:13px;background:#fff;border:1px solid var(--agc-line);border-radius:10px;color:var(--agc-ink);min-height:82px;transition:.18s ease}
.agc-category-card:hover{border-color:var(--agc-primary);transform:translateY(-2px);box-shadow:0 7px 18px rgba(20,90,52,.09)}
.agc-category-card span{flex:0 0 var(--agc-category-image-size);width:var(--agc-category-image-size);height:var(--agc-category-image-size);border-radius:50%;overflow:hidden;background:var(--agc-mint)}
.agc-category-card img{width:100%;height:100%;object-fit:cover}
.agc-category-card strong{font-weight:800}
.agc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.agc-product-card{position:relative;display:flex;flex-direction:column;padding:14px;border:1px solid var(--agc-line);border-radius:11px;background:#fff;color:var(--agc-ink);min-width:0;transition:.18s ease}
.agc-product-card:hover{box-shadow:0 8px 24px rgba(22,70,43,.1);transform:translateY(-2px)}
.agc-discount{position:absolute;top:12px;left:12px;z-index:1;border-radius:18px;background:var(--agc-accent);color:#fff;padding:5px 9px;font-weight:800}
.agc-product-image{height:var(--agc-product-image-height);display:flex;align-items:center;justify-content:center;margin:3px 0 10px}
.agc-product-image img{max-width:100%;max-height:100%;object-fit:contain}
.agc-product-title{font-weight:800;line-height:1.35;min-height:36px}
.agc-product-meta{color:var(--agc-muted);margin:5px 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.agc-prices{display:flex;align-items:baseline;gap:8px}
.agc-prices strong{font-size:21px;color:var(--agc-primary)}
.agc-prices del{color:#8b948f}
.agc-best-store{margin-top:9px;border-top:1px solid var(--agc-line);padding-top:9px;color:var(--agc-primary);font-weight:800}
.agc-comparison-card{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(540px,1.4fr);border:1px solid var(--agc-line);border-radius:12px;background:#fff;overflow:hidden}
.agc-comparison-product{display:flex;align-items:center;gap:18px;padding:24px;color:var(--agc-ink);background:linear-gradient(145deg,#fff,var(--agc-mint))}
.agc-comparison-product>span{width:120px;height:130px;display:flex;align-items:center;justify-content:center}
.agc-comparison-product img{max-width:100%;max-height:100%;object-fit:contain}
.agc-comparison-product strong{display:block;font-size:18px;line-height:1.35}
.agc-comparison-product p{margin:7px 0;color:var(--agc-muted)}
.agc-comparison-product em{font-style:normal;color:var(--agc-primary);font-weight:800}
.agc-store-table{display:flex;flex-direction:column}
.agc-store-row{display:grid;grid-template-columns:110px 1fr 120px;align-items:center;gap:16px;padding:13px 18px;border-bottom:1px solid var(--agc-line)}
.agc-store-row:last-child{border-bottom:0}
.agc-store-row>strong{font-size:15px}
.agc-store-row>div{display:grid;grid-template-columns:80px 90px 1fr;align-items:center;gap:10px}
.agc-store-row b{font-size:19px;color:var(--agc-primary)}
.agc-store-row span{color:#16824a;font-weight:700}
.agc-store-row small{color:var(--agc-muted)}
.agc-store-row>a{color:var(--agc-primary);font-weight:800;text-align:right}
.agc-deal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.agc-deal-card{display:flex;align-items:center;min-height:var(--agc-deal-card-height);padding:22px;border-radius:12px;background:var(--deal-bg,#edf8f1);color:var(--agc-ink);overflow:hidden}
.agc-deal-card img{width:112px;height:110px;object-fit:contain;margin-right:17px}
.agc-deal-card span{display:flex;flex-direction:column}
.agc-deal-card b{color:var(--agc-primary);font-weight:800}
.agc-deal-card strong{font-size:24px;line-height:1.2;margin:5px 0}
.agc-deal-card small{color:#54615a}
.agc-deal-card em{font-style:normal;font-weight:800;color:var(--agc-primary);margin-top:11px}
.agc-basket-section{background:#123c2b!important;color:#fff}
.agc-basket-card{display:grid;grid-template-columns:1fr 1.35fr auto;align-items:center;gap:28px;padding-top:4px;padding-bottom:4px}
.agc-basket-copy{display:flex;align-items:center;gap:14px}
.agc-basket-icon{font-size:36px!important}
.agc-basket-card h2{color:#fff}
.agc-basket-card p{margin:7px 0 0;color:#cce1d5}
.agc-basket-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.agc-basket-totals>div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column}
.agc-basket-totals span,.agc-basket-totals small{color:#d8e9e0}
.agc-basket-totals strong{font-size:21px;margin:2px 0}
.agc-primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:6px;background:var(--agc-accent);color:#fff;font-weight:800;white-space:nowrap}
.agc-trust-section{padding:25px 0}
.agc-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.agc-trust-grid>div{display:flex;gap:10px;align-items:flex-start}
.agc-trust-grid>div>span{display:flex;flex:0 0 28px;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:var(--agc-mint);color:var(--agc-primary);font-weight:900}
.agc-trust-grid p{display:flex;flex-direction:column;margin:0}
.agc-trust-grid strong{font-weight:800;margin-bottom:2px}
.agc-trust-grid small{color:var(--agc-muted);line-height:1.45}
@media(max-width:1024px){
 .agc-hero-grid{grid-template-columns:1fr 1fr}.agc-hero-copy h1{font-size:37px!important}
 .agc-categories{grid-template-columns:repeat(3,1fr)}.agc-comparison-card{grid-template-columns:1fr}
 .agc-basket-card{grid-template-columns:1fr}.agc-primary-btn{width:max-content}
}
@media(max-width:767px){
 .agc-wrap{width:calc(100% - 24px)}
 .agc-freshness{min-height:38px;text-align:center}
 .agc-hero-grid{display:flex;flex-direction:column;min-height:auto;gap:0}
 .agc-hero-copy{padding:24px 0 12px;width:100%}
 .agc-hero-copy h1{font-size:31px!important;letter-spacing:-.7px}
 .agc-hero-copy>p:not(.agc-eyebrow){font-size:15px;margin-bottom:15px}
 .agc-hero-search{height:48px}.agc-hero-search button{padding:0 15px}
 .agc-hero-products{width:100%;height:var(--agc-hero-mobile-height);align-self:auto}
 .agc-hero-products img{object-fit:cover;object-position:center bottom}
 .agc-section{padding:26px 0}.agc-section-head{margin-bottom:14px}
 .agc-section-head h2,.agc-basket-card h2{font-size:21px!important}
 .agc-section-head>a{max-width:44%;white-space:normal;text-align:right}
 .agc-categories{display:flex;overflow-x:auto;gap:10px;padding-bottom:5px;scroll-snap-type:x mandatory}
 .agc-category-card{flex:0 0 154px;min-height:76px;scroll-snap-align:start}
 .agc-category-card span{flex-basis:var(--agc-mobile-category-image-size);width:var(--agc-mobile-category-image-size);height:var(--agc-mobile-category-image-size)}
 .agc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .agc-product-card{padding:11px}.agc-product-image{height:var(--agc-mobile-product-image-height)}.agc-product-title{min-height:53px}
 .agc-prices{flex-wrap:wrap}.agc-prices strong{font-size:18px}
 .agc-comparison-product{padding:17px}.agc-comparison-product>span{width:90px;height:100px}
 .agc-store-row{grid-template-columns:75px 1fr;padding:12px;gap:8px}
 .agc-store-row>div{grid-template-columns:70px 1fr;gap:5px}
 .agc-store-row small{grid-column:1/-1}.agc-store-row>a{grid-column:1/-1;text-align:right}
 .agc-deal-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:5px;scroll-snap-type:x mandatory}
 .agc-deal-card{flex:0 0 82%;min-height:var(--agc-mobile-deal-card-height);padding:17px;scroll-snap-align:start}
 .agc-deal-card strong{font-size:21px}
 .agc-basket-card{gap:18px}.agc-basket-totals{gap:6px}.agc-basket-totals>div{padding:9px 7px}.agc-basket-totals strong{font-size:18px}
 .agc-primary-btn{width:100%}
 .agc-trust-grid{grid-template-columns:1fr 1fr;gap:18px 12px}
}
