:root{--navy:#071525;--navy2:#0b1f33;--teal:#0f6b67;--teal2:#16877f;--amber:#f4a42c;--amber2:#ffc75a;--ink:#102338;--muted:#66788a;--line:#e4eaf0;--soft:#f5f8fb;--white:#fff;--danger:#d84343;--shadow:0 18px 50px rgba(7,21,37,.09);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.ig-store{margin:0;background:#fff;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{max-width:1280px!important}.ig-header{position:absolute;top:0;left:0;width:100%;z-index:999;padding:20px 0}.ig-header-inner{min-height:72px;display:flex;align-items:center;gap:24px}.ig-brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;color:#fff}.ig-brand img{width:205px;height:52px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18))}.ig-brand-copy{display:none;line-height:1}.ig-brand-copy strong{font-size:20px;font-weight:950;letter-spacing:-.5px}.ig-brand-copy small{margin-top:5px;font-size:9px;letter-spacing:.28em;font-weight:900;color:rgba(255,255,255,.68)}.ig-nav{margin-left:auto;display:flex;align-items:center;gap:5px}.ig-nav>a,.ig-nav-dropdown>button{position:relative;min-height:46px;display:inline-flex;align-items:center;gap:6px;padding:0 13px;border:0;background:transparent;color:rgba(255,255,255,.9);font:inherit;font-size:14px;font-weight:850;cursor:pointer}.ig-nav>a:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;border-radius:10px;background:var(--amber);transform:scaleX(0);transition:.2s}.ig-nav>a:hover,.ig-nav>a.active,.ig-nav-dropdown>button:hover{color:#fff}.ig-nav>a:hover:after,.ig-nav>a.active:after{transform:scaleX(1)}.ig-nav-dropdown{position:relative}.ig-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,8px);width:250px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 55px rgba(0,0,0,.18);opacity:0;visibility:hidden;transition:.2s}.ig-nav-dropdown:hover .ig-dropdown-menu,.ig-nav-dropdown.open .ig-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.ig-dropdown-menu a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:11px;color:var(--ink);font-size:13px;font-weight:800}.ig-dropdown-menu a:hover{background:#f4f8f7;color:var(--teal)}.ig-cat-dot{width:10px;height:10px;border-radius:50%;background:var(--dot)}.ig-header-actions{display:flex;gap:9px}.ig-search-btn,.ig-cart-btn,.ig-menu-toggle{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);color:#fff;transition:.2s}.ig-search-btn:hover,.ig-cart-btn:hover{background:var(--amber);color:var(--navy)}.ig-cart-btn{position:relative}.ig-cart-btn span{position:absolute;right:-5px;top:-6px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--amber);color:var(--navy);font-size:10px;font-weight:950;border:2px solid var(--navy)}.ig-menu-toggle{display:none;cursor:pointer}.ig-toast{position:fixed;top:105px;left:50%;transform:translateX(-50%);z-index:1200;display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.18);font-weight:850;transition:.35s}.ig-toast-success{background:#e9f8f1;color:#12653f}.ig-toast-error{background:#fff0ef;color:#9a2d25}.ig-toast.hide{opacity:0;transform:translate(-50%,-15px);pointer-events:none}

/* Hero */
.ig-hero{position:relative;min-height:760px;display:flex;align-items:center;padding:160px 0 90px;overflow:hidden;color:#fff;background:radial-gradient(circle at 84% 28%,rgba(244,164,44,.27),transparent 22%),radial-gradient(circle at 12% 82%,rgba(22,135,127,.32),transparent 30%),linear-gradient(115deg,#061321 0%,#0b2a3c 43%,#0f6b67 100%)}.ig-hero:before{content:"";position:absolute;inset:0;opacity:.27;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:62px 62px}.ig-hero .container{position:relative;z-index:2}.ig-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);gap:65px;align-items:center}.ig-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:21px;padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);color:var(--amber2);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ig-kicker i{font-size:10px}.ig-hero h1{margin:0;max-width:720px;font-size:clamp(54px,6vw,82px);line-height:.95;letter-spacing:-3.8px;font-weight:950}.ig-hero h1 span{color:var(--amber2)}.ig-hero-copy>p{max-width:690px;margin:24px 0 0;color:rgba(255,255,255,.79);font-size:18px;line-height:1.72}.ig-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.ig-btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:0;border-radius:999px;font-weight:950;transition:.2s;cursor:pointer}.ig-btn-primary{background:var(--amber);color:var(--navy)}.ig-btn-primary:hover{background:var(--amber2);transform:translateY(-2px)}.ig-btn-light{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff}.ig-btn-light:hover{background:#fff;color:var(--navy)}.ig-hero-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:43px;color:rgba(255,255,255,.82);font-size:13px;font-weight:800}.ig-hero-trust i{color:var(--amber);margin-right:6px}.ig-hero-visual{position:relative;min-height:520px}.ig-grocery-card{position:absolute;right:0;top:12px;width:min(470px,100%);height:470px;border:1px solid rgba(255,255,255,.15);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035));backdrop-filter:blur(15px);box-shadow:0 34px 90px rgba(0,0,0,.34);overflow:hidden}.ig-basket-scene{position:absolute;inset:0;padding:48px}.ig-basket-ring{position:absolute;right:-70px;bottom:-90px;width:360px;height:360px;border:70px solid rgba(244,164,44,.15);border-radius:50%}.ig-basket{position:relative;width:290px;height:195px;margin:150px auto 0;border:7px solid rgba(255,255,255,.9);border-top:0;border-radius:0 0 45px 45px;transform:skewX(-8deg)}.ig-basket:before,.ig-basket:after{content:"";position:absolute;top:-90px;width:8px;height:105px;background:#fff;border-radius:10px}.ig-basket:before{left:74px;transform:rotate(-25deg)}.ig-basket:after{right:74px;transform:rotate(25deg)}.ig-food{position:absolute;border-radius:50%;box-shadow:0 12px 25px rgba(0,0,0,.18)}.ig-food.a{width:88px;height:88px;left:62px;top:76px;background:#e74b3c}.ig-food.b{width:70px;height:70px;left:142px;top:52px;background:#76b947}.ig-food.c{width:78px;height:78px;right:68px;top:86px;background:#f1c232}.ig-food.d{width:56px;height:96px;left:212px;top:48px;border-radius:28px;background:#eef5ff}.ig-floating-offer{position:absolute;left:-22px;top:84px;width:190px;padding:18px;border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 25px 55px rgba(0,0,0,.22)}.ig-floating-offer small{display:block;color:var(--teal);font-weight:900;text-transform:uppercase;font-size:10px;letter-spacing:.08em}.ig-floating-offer strong{display:block;margin-top:4px;font-size:28px;line-height:1}.ig-floating-delivery{position:absolute;right:-16px;bottom:34px;width:210px;padding:17px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(7,21,37,.88);box-shadow:0 22px 55px rgba(0,0,0,.26)}.ig-floating-delivery i{color:var(--amber);font-size:23px}.ig-floating-delivery strong{display:block;margin-top:8px}.ig-floating-delivery span{display:block;margin-top:3px;color:rgba(255,255,255,.67);font-size:12px}

/* generic sections */
.ig-section{padding:88px 0}.ig-section-soft{background:linear-gradient(180deg,#f6f9fb,#fff)}.ig-section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:34px}.ig-section-head>div{max-width:760px}.ig-section-label{display:block;margin-bottom:9px;color:var(--teal);font-size:11px;letter-spacing:.16em;font-weight:950;text-transform:uppercase}.ig-section-head h2,.ig-page-hero h1,.ig-copy h2{margin:0;color:var(--navy2);font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-2px;font-weight:950}.ig-section-head p{margin:13px 0 0;color:var(--muted);line-height:1.7}.ig-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-weight:900}.ig-text-link:hover{color:var(--navy)}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{position:relative;min-height:190px;padding:23px;border:1px solid var(--line);border-radius:23px;background:linear-gradient(145deg,var(--cat-bg),#fff 70%);overflow:hidden;box-shadow:0 10px 30px rgba(7,21,37,.04);transition:.24s}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--cat) 35%,#fff)}.category-card i{width:50px;height:50px;display:grid;place-items:center;border-radius:17px;background:var(--cat);color:#fff;font-size:21px}.category-card h3{margin:35px 0 3px;font-size:17px;font-weight:950}.category-card span{color:var(--muted);font-size:12px}.category-card:after{content:"";position:absolute;right:-24px;top:-30px;width:110px;height:110px;border-radius:50%;background:var(--cat);opacity:.08}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;min-width:0;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:0 10px 30px rgba(7,21,37,.045);overflow:hidden;transition:.24s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{position:relative;display:block;aspect-ratio:1/1;background:#f7f9fb;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:.28s}.product-card:hover .product-media img{transform:scale(1.025)}.product-badge{position:absolute;left:13px;top:13px;z-index:2;padding:7px 10px;border-radius:999px;background:var(--amber);color:var(--navy);font-size:10px;font-weight:950;text-transform:uppercase}.product-info{padding:17px}.product-category{color:var(--teal);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.product-info h3{min-height:43px;margin:7px 0 6px;font-size:16px;line-height:1.3;font-weight:900}.product-info h3 a:hover{color:var(--teal)}.product-unit{color:var(--muted);font-size:12px}.product-rating{display:flex;align-items:center;gap:6px;margin-top:8px;color:#f59e0b;font-size:11px}.product-rating span{color:var(--muted)}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.product-price strong{font-size:19px;font-weight:950}.product-price del{display:block;color:#9aa7b4;font-size:11px}.add-btn{width:42px;height:42px;border:0;border-radius:14px;background:var(--navy);color:#fff;cursor:pointer;transition:.2s}.add-btn:hover{background:var(--teal);transform:translateY(-2px)}
.ig-promo{position:relative;padding:55px;border-radius:32px;overflow:hidden;background:linear-gradient(120deg,var(--navy),#0a3550 55%,var(--teal));color:#fff}.ig-promo:after{content:"";position:absolute;width:440px;height:440px;right:-80px;top:-170px;border:80px solid rgba(244,164,44,.13);border-radius:50%}.ig-promo>*{position:relative;z-index:2}.ig-promo span{color:var(--amber2);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}.ig-promo h2{max-width:650px;margin:10px 0 12px;font-size:clamp(38px,4vw,56px);line-height:1;letter-spacing:-2px;font-weight:950}.ig-promo p{max-width:610px;color:rgba(255,255,255,.75);line-height:1.7}.ig-promo .ig-btn{margin-top:13px}
.ig-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);border-radius:24px;background:var(--line);overflow:hidden}.ig-benefit{padding:25px;background:#fff}.ig-benefit i{color:var(--teal);font-size:22px}.ig-benefit strong{display:block;margin-top:13px}.ig-benefit span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.5}

/* Inner page hero */
.ig-page-hero{position:relative;padding:165px 0 75px;color:#fff;overflow:hidden;background:radial-gradient(circle at 84% 20%,rgba(244,164,44,.25),transparent 22%),linear-gradient(120deg,#061321,#0b2d42 48%,#0f6b67)}.ig-page-hero:before{content:"";position:absolute;inset:0;opacity:.24;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:58px 58px}.ig-page-hero .container{position:relative;z-index:2}.ig-page-hero h1{color:#fff;max-width:850px}.ig-page-hero p{max-width:710px;margin:15px 0 0;color:rgba(255,255,255,.75);font-size:17px;line-height:1.7}.ig-breadcrumbs{display:flex;gap:8px;align-items:center;margin-bottom:18px;color:rgba(255,255,255,.7);font-size:12px;font-weight:800}.ig-breadcrumbs a:hover{color:var(--amber2)}

/* Shop */
.shop-shell{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start}.shop-sidebar{position:sticky;top:20px;padding:20px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:0 12px 35px rgba(7,21,37,.04)}.shop-sidebar h4{margin:0 0 14px;font-size:15px;font-weight:950}.shop-cats{display:grid;gap:4px}.shop-cats a{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border-radius:11px;color:var(--muted);font-size:13px;font-weight:800}.shop-cats a:hover,.shop-cats a.active{background:#eef7f5;color:var(--teal)}.shop-cats span{font-size:10px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.shop-search{flex:1;display:flex;max-width:600px;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.shop-search input{flex:1;min-width:0;height:48px;padding:0 15px;border:0;outline:0}.shop-search button{width:50px;border:0;background:var(--navy);color:#fff}.shop-sort{height:48px;border:1px solid var(--line);border-radius:15px;padding:0 12px;background:#fff;color:var(--ink);font-weight:750}.shop-count{margin-bottom:17px;color:var(--muted);font-size:13px}

/* product detail */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}.product-detail-image{position:sticky;top:20px;border:1px solid var(--line);border-radius:30px;background:#f7f9fb;overflow:hidden}.product-detail-image img{width:100%;display:block}.product-detail-copy{padding-top:10px}.product-detail-copy .product-category{font-size:11px}.product-detail-copy h1{margin:10px 0 14px;font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-2.7px;font-weight:950}.detail-rating{display:flex;gap:8px;align-items:center;color:#f59e0b;font-size:13px}.detail-rating span{color:var(--muted)}.detail-price{display:flex;align-items:end;gap:10px;margin:22px 0}.detail-price strong{font-size:34px;font-weight:950}.detail-price del{color:#9aa7b4;margin-bottom:5px}.product-detail-copy>p{color:var(--muted);font-size:16px;line-height:1.75}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.detail-meta div{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}.detail-meta small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:900}.detail-meta strong{display:block;margin-top:4px}.product-buy{display:flex;gap:10px;margin-top:23px}.qty-input{width:90px;height:54px;border:1px solid var(--line);border-radius:999px;padding:0 15px;text-align:center;font-weight:900}.product-buy .ig-btn{flex:1}.stock-ok{color:#16824f}.detail-perks{display:grid;gap:10px;margin-top:22px}.detail-perks div{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13px}.detail-perks i{width:30px;color:var(--teal)}

/* cart */
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.cart-box{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden}.cart-row{display:grid;grid-template-columns:92px 1fr 100px 105px 42px;gap:16px;align-items:center;padding:17px;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-row img{width:92px;height:92px;object-fit:cover;border-radius:16px;background:#f7f9fb}.cart-product h3{margin:0;font-size:15px;font-weight:900}.cart-product span{display:block;margin-top:5px;color:var(--muted);font-size:11px}.cart-row input{width:80px;height:42px;border:1px solid var(--line);border-radius:12px;text-align:center;font-weight:850}.cart-price{font-weight:950}.remove-btn{width:38px;height:38px;border:0;border-radius:11px;background:#fff1f0;color:#c43a32;cursor:pointer}.cart-actions{display:flex;justify-content:space-between;gap:12px;margin-top:17px}.cart-summary{position:sticky;top:20px;padding:23px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.cart-summary h3{margin:0 0 18px;font-size:21px;font-weight:950}.summary-line{display:flex;justify-content:space-between;gap:20px;padding:10px 0;color:var(--muted);font-size:13px}.summary-line.total{margin-top:8px;padding-top:17px;border-top:1px solid var(--line);color:var(--ink);font-size:18px;font-weight:950}.cart-summary .ig-btn{width:100%;margin-top:16px}.empty-state{text-align:center;padding:70px 20px;border:1px solid var(--line);border-radius:24px;background:#fff}.empty-state i{font-size:50px;color:var(--teal)}.empty-state h2{margin:20px 0 8px}.empty-state p{color:var(--muted)}

/* checkout */
.checkout-layout{display:grid;grid-template-columns:1fr 390px;gap:30px;align-items:start}.checkout-card{padding:25px;border:1px solid var(--line);border-radius:24px;background:#fff}.checkout-card h2{margin:0 0 20px;font-size:22px;font-weight:950}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:850}.field input,.field select,.field textarea{width:100%;min-height:50px;border:1px solid #dce4ec;border-radius:13px;padding:11px 13px;background:#fff;font:inherit;outline:0}.field textarea{min-height:100px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(15,107,103,.09)}.payment-list{display:grid;gap:10px}.payment-option{display:flex;gap:12px;align-items:flex-start;padding:15px;border:1px solid var(--line);border-radius:14px;cursor:pointer}.payment-option input{margin-top:4px}.payment-option strong{display:block}.payment-option small{display:block;margin-top:3px;color:var(--muted);line-height:1.4}.checkout-summary{position:sticky;top:20px}.mini-order{display:flex;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #edf1f5}.mini-order img{width:54px;height:54px;border-radius:11px;object-fit:cover}.mini-order div{min-width:0;flex:1}.mini-order strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-order span{color:var(--muted);font-size:10px}.checkout-submit{width:100%;margin-top:16px}

/* about/contact */
.ig-two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ig-copy p{color:var(--muted);line-height:1.8}.ig-copy ul{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.ig-copy li{display:flex;gap:10px;align-items:flex-start;color:var(--ink);font-weight:750}.ig-copy li i{color:var(--teal);margin-top:4px}.about-visual{min-height:460px;border-radius:32px;background:radial-gradient(circle at 75% 20%,rgba(244,164,44,.26),transparent 28%),linear-gradient(145deg,var(--navy),var(--teal));display:grid;place-items:center;color:#fff;box-shadow:var(--shadow);overflow:hidden}.about-visual i{font-size:130px;color:rgba(255,255,255,.88)}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-info{padding:27px;border-radius:25px;background:linear-gradient(145deg,var(--navy),#0a3650);color:#fff}.contact-info h2{margin:0;font-size:30px;font-weight:950}.contact-info p{color:rgba(255,255,255,.7);line-height:1.7}.contact-point{display:flex;gap:12px;margin-top:18px}.contact-point i{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.1);color:var(--amber)}.contact-point strong{display:block}.contact-point span{display:block;margin-top:3px;color:rgba(255,255,255,.65);font-size:12px}

/* order success */
.success-card{max-width:780px;margin:0 auto;text-align:center;padding:55px;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow)}.success-icon{width:90px;height:90px;margin:0 auto;display:grid;place-items:center;border-radius:50%;background:#e9f8f1;color:#138052;font-size:42px}.success-card h1{margin:20px 0 8px;font-size:42px;letter-spacing:-1.7px}.success-card p{color:var(--muted);line-height:1.7}.order-number{display:inline-block;margin:18px 0;padding:12px 18px;border-radius:999px;background:#f3f7f9;font-weight:950}

/* footer */
.ig-footer{padding:55px 0 24px;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.ig-footer-news{transform:none;margin-bottom:55px;display:grid;grid-template-columns:1fr .85fr;gap:35px;align-items:center;padding:34px 38px;border-radius:28px;background:linear-gradient(135deg,var(--amber2),var(--amber));color:var(--navy);box-shadow:0 25px 70px rgba(0,0,0,.22)}.ig-footer-news span{font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.ig-footer-news h2{margin:7px 0 8px;font-size:34px;line-height:1;font-weight:950;letter-spacing:-1px}.ig-footer-news p{margin:0;color:rgba(7,21,37,.72);font-size:13px}.ig-news-form{display:flex;gap:9px}.ig-news-form input{flex:1;min-width:0;height:52px;border:0;border-radius:999px;padding:0 18px;background:#fff;outline:0}.ig-news-form button{height:52px;border:0;border-radius:999px;padding:0 18px;background:var(--navy);color:#fff;font-weight:900}.ig-footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1fr;gap:42px;padding:18px 0 40px}.ig-footer .footer-brand{margin-bottom:18px}.ig-footer-brand p,.ig-footer-grid>div>p{color:rgba(255,255,255,.64);font-size:13px;line-height:1.75}.ig-footer-grid h4{margin:0 0 16px;font-size:15px}.ig-footer-grid>div>a{display:block;margin:0 0 10px;color:rgba(255,255,255,.68);font-size:13px;font-weight:700}.ig-footer-grid>div>a:hover{color:var(--amber2)}.ig-footer-grid>div>p i{width:23px;color:var(--amber)}.ig-socials{display:flex;gap:8px;margin-top:18px}.ig-socials a{width:37px;height:37px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#fff}.ig-socials a:hover{background:var(--amber);color:var(--navy)}.ig-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:11px}.ig-footer-bottom div{display:flex;gap:15px}

@media(max-width:1100px){.ig-hero-grid{grid-template-columns:1fr 420px;gap:35px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.ig-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.ig-footer-grid>div:last-child{grid-column:2/4}.ig-nav>a,.ig-nav-dropdown>button{padding:0 8px}}
@media(max-width:900px){.ig-header{padding:14px 0}.ig-header-inner{min-height:58px}.ig-menu-toggle{display:grid;margin-left:auto}.ig-header-actions{margin-left:0}.ig-nav{position:absolute;left:12px;right:12px;top:75px;display:none;flex-direction:column;align-items:stretch;padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(7,21,37,.96);backdrop-filter:blur(15px);box-shadow:0 20px 55px rgba(0,0,0,.25)}.ig-nav.open{display:flex}.ig-nav>a,.ig-nav-dropdown>button{width:100%;justify-content:flex-start;padding:0 13px}.ig-dropdown-menu{position:static;width:100%;transform:none!important;display:none;opacity:1;visibility:visible;margin:0;background:#fff}.ig-nav-dropdown.open .ig-dropdown-menu{display:block}.ig-nav-dropdown:hover .ig-dropdown-menu{display:none}.ig-nav-dropdown.open:hover .ig-dropdown-menu{display:block}.ig-hero{min-height:auto;padding:145px 0 75px}.ig-hero-grid{grid-template-columns:1fr}.ig-hero-visual{min-height:470px;max-width:580px;width:100%;margin:0 auto}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.ig-benefits{grid-template-columns:1fr 1fr}.shop-shell{grid-template-columns:1fr}.shop-sidebar{position:static}.shop-cats{grid-template-columns:repeat(2,1fr)}.product-detail,.ig-two-col,.contact-layout{grid-template-columns:1fr}.product-detail-image{position:static}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.ig-footer-news{grid-template-columns:1fr;transform:none;margin-bottom:40px}.ig-footer-grid{grid-template-columns:1fr 1fr}.ig-footer-grid>div:last-child{grid-column:auto}}
@media(max-width:640px){.container{padding-left:16px!important;padding-right:16px!important}.ig-brand-copy{display:none}.ig-brand img{width:170px;height:44px}.ig-header-actions{gap:6px}.ig-search-btn,.ig-cart-btn,.ig-menu-toggle{width:42px;height:42px}.ig-hero h1{font-size:47px;letter-spacing:-2.2px}.ig-hero-copy>p{font-size:16px}.ig-hero-trust{gap:12px;flex-direction:column}.ig-hero-visual{min-height:410px}.ig-grocery-card{height:390px}.ig-basket{width:240px;height:165px;margin-top:130px}.ig-floating-offer{left:5px;top:55px}.ig-floating-delivery{right:5px;bottom:10px}.ig-section{padding:65px 0}.ig-section-head{align-items:flex-start;flex-direction:column}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:165px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info{padding:12px}.product-info h3{font-size:14px}.product-bottom{align-items:flex-end}.add-btn{width:38px;height:38px}.ig-promo{padding:34px 24px}.ig-benefits{grid-template-columns:1fr}.ig-page-hero{padding:140px 0 58px}.shop-toolbar{flex-direction:column;align-items:stretch}.shop-search{max-width:none}.shop-cats{grid-template-columns:1fr}.product-detail{gap:28px}.product-detail-copy h1{font-size:40px}.detail-meta{grid-template-columns:1fr}.product-buy{flex-direction:column}.qty-input{width:100%}.cart-row{grid-template-columns:72px 1fr 70px}.cart-row img{width:72px;height:72px}.cart-price{grid-column:2}.remove-btn{grid-column:3;grid-row:2}.cart-actions{flex-direction:column}.cart-actions .ig-btn{width:100%}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.ig-footer-news{padding:26px 20px}.ig-news-form{flex-direction:column}.ig-footer-grid{grid-template-columns:1fr}.ig-footer-bottom{flex-direction:column}.success-card{padding:35px 20px}.success-card h1{font-size:33px}}

/* =========================================================
   INFUSION GLOBE MARKET — RETAIL V2 VISUAL UPGRADE
   ========================================================= */
:root{
  --green:#165b3b;
  --green-2:#1f7a4d;
  --lime:#dff36d;
  --cream:#fffaf1;
  --gold:#f0b343;
  --ink:#13251b;
  --muted:#6d7a72;
  --line:#e5ebe6;
  --soft:#f7f8f5;
}
body.ig-store{background:#fff;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}

/* Header */
.ig-header{position:absolute;inset:0 0 auto 0;z-index:1000;padding:0;background:transparent}
.ig-topbar{border-bottom:1px solid rgba(255,255,255,.16);background:rgba(5,24,16,.24);backdrop-filter:blur(10px)}
.ig-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:rgba(255,255,255,.85);font-size:11px;font-weight:800;letter-spacing:.02em}
.ig-topbar-inner span,.ig-topbar-inner a{display:inline-flex;align-items:center;gap:7px;color:inherit}
.ig-topbar-inner i{color:#e8cf72}
.ig-header-main{min-height:84px;display:flex;align-items:center;gap:24px;border-bottom:1px solid rgba(255,255,255,.16)}
.ig-brand{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}
.ig-brand img{width:205px;height:54px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 5px 12px rgba(0,0,0,.22))}
.ig-market-tag{margin-left:9px;padding:4px 7px;border-radius:6px;background:#e6c763;color:#173425;font-size:9px;font-weight:950;letter-spacing:.16em}
.ig-nav{margin-left:auto;display:flex;align-items:center;gap:3px}
.ig-nav>a,.ig-nav-dropdown>button{min-height:44px;padding:0 13px;border:0;background:transparent;color:rgba(255,255,255,.92);font:inherit;font-size:13px;font-weight:850;cursor:pointer;border-radius:10px;transition:.2s ease}
.ig-nav>a:hover,.ig-nav>a.active,.ig-nav-dropdown>button:hover{background:rgba(255,255,255,.09);color:#fff}
.ig-nav>a:after{display:none}
.ig-header-actions{display:flex;align-items:center;gap:9px;margin-left:4px}
.ig-search-btn,.ig-cart-btn,.ig-menu-toggle{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);color:#fff;transition:.2s}
.ig-search-btn:hover,.ig-cart-btn:hover{background:#fff;color:#163523}
.ig-cart-btn span{right:-6px;top:-7px;background:#e5cc68;color:#193524;border-color:#173425}
.ig-dropdown-menu{top:calc(100% + 7px);width:260px;padding:9px;border:1px solid #e8ede9;border-radius:15px;background:#fff;box-shadow:0 22px 50px rgba(18,42,29,.17)}

/* Hero */
.ig-hero{position:relative;min-height:790px;display:flex;align-items:center;padding:190px 0 105px;overflow:hidden;color:#fff;background:#123e2b}
.ig-hero-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1771970777765-2453734b268e?auto=format&fit=crop&w=2000&q=88');background-size:cover;background-position:center 45%;transform:scale(1.015)}
.ig-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,32,21,.92) 0%,rgba(11,52,34,.82) 36%,rgba(12,54,36,.42) 62%,rgba(7,26,18,.18) 100%),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.14))}
.ig-hero-container{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:80px;align-items:end}
.ig-hero-copy{max-width:710px}
.ig-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ig-kicker i{color:#dff36d}
.ig-hero h1{margin:0 0 22px;max-width:760px;color:#fff;font-size:clamp(58px,6vw,91px);line-height:.92;letter-spacing:-4.4px;font-weight:950}
.ig-hero h1 span{color:#e7d275}
.ig-hero-copy>p{max-width:670px;margin:0;color:rgba(255,255,255,.82);font-size:18px;line-height:1.72;font-weight:500}
.ig-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:31px}
.ig-btn{min-height:52px;padding:0 21px;border:0;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:900;transition:.2s ease}
.ig-btn-primary{background:#e6cd68!important;color:#173425!important;box-shadow:0 14px 35px rgba(0,0,0,.18)}
.ig-btn-primary:hover{transform:translateY(-2px);background:#f1dc83!important}
.ig-btn-glass{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);backdrop-filter:blur(10px);color:#fff}
.ig-btn-glass:hover{background:#fff;color:#183725}
.ig-hero-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:rgba(255,255,255,.82);font-size:12px;font-weight:800}
.ig-hero-trust i{margin-right:5px;color:#dff36d}
.ig-hero-offers{display:grid;gap:12px;align-self:end}
.ig-offer-card{border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(8,31,21,.52);backdrop-filter:blur(16px);box-shadow:0 24px 60px rgba(0,0,0,.22);color:#fff}
.ig-offer-main{padding:25px}
.ig-offer-main>span{display:block;margin-bottom:7px;color:#e5cf72;font-size:10px;font-weight:950;letter-spacing:.14em}
.ig-offer-main strong{display:block;font-size:31px;line-height:1;font-weight:950;letter-spacing:-1px}
.ig-offer-main small{display:block;margin:8px 0 20px;color:rgba(255,255,255,.68);font-size:12px}
.ig-offer-main a{font-size:12px;font-weight:900;color:#fff}.ig-offer-main a i{margin-left:5px}
.ig-offer-small{display:flex;align-items:center;gap:13px;padding:17px 19px}
.ig-offer-small>i{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#e6cd68;color:#173425;font-size:18px}
.ig-offer-small strong,.ig-offer-small small{display:block}.ig-offer-small strong{font-size:13px}.ig-offer-small small{margin-top:2px;color:rgba(255,255,255,.66);font-size:10px}

/* value strip */
.ig-strip{position:relative;z-index:4;margin-top:-38px}
.ig-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:21px 26px;border:1px solid #e8ece8;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(25,55,38,.11)}
.ig-strip-grid>div{display:flex;align-items:center;gap:12px;min-height:52px;padding:0 20px;border-right:1px solid #e9ece9}.ig-strip-grid>div:last-child{border-right:0}
.ig-strip-grid>div>i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#eff5ed;color:#1a6d45;font-size:16px}
.ig-strip-grid strong,.ig-strip-grid small{display:block}.ig-strip-grid strong{font-size:12px}.ig-strip-grid small{margin-top:3px;color:#819087;font-size:10px}

/* sections */
.ig-section{padding:90px 0}.ig-section-soft{background:#f6f8f4!important}.ig-departments-section{padding-top:110px}
.ig-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.ig-section-label{display:block;margin-bottom:8px;color:#1c7449;font-size:10px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.ig-section-head h2{margin:0;color:#173126;font-size:clamp(34px,4vw,51px);line-height:1.03;letter-spacing:-2px;font-weight:950}
.ig-section-head p{max-width:660px;margin:11px 0 0;color:#748179;font-size:14px;line-height:1.7}
.ig-text-link{white-space:nowrap;color:#185d3e;font-size:12px;font-weight:900}.ig-text-link i{margin-left:6px}

/* departments */
.category-photo-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:14px!important}
.category-card-photo{position:relative;min-height:220px;overflow:hidden;border-radius:20px;background:#dfe8df;box-shadow:0 12px 32px rgba(22,54,36,.08);isolation:isolate}
.category-card-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .38s ease}
.category-card-photo:hover img{transform:scale(1.06)}
.category-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,28,18,.02) 30%,rgba(8,28,18,.82) 100%)}
.category-photo-copy{position:absolute;left:18px;right:18px;bottom:17px;z-index:2;color:#fff}
.category-photo-copy span{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#e7d77f}
.category-photo-copy h3{margin:4px 0 7px;color:#fff;font-size:18px;line-height:1.08;font-weight:900}
.category-photo-copy b{font-size:10px;font-weight:800;color:rgba(255,255,255,.75)}

/* product cards */
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.product-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e4e9e4;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(24,53,36,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.product-card:hover{transform:translateY(-5px);border-color:#cfdacf;box-shadow:0 20px 45px rgba(24,53,36,.11)}
.product-card-top{position:absolute;z-index:4;top:11px;left:11px;right:11px;display:flex;justify-content:space-between;pointer-events:none}
.product-badge{position:static!important;display:inline-flex!important;align-items:center;min-height:25px;padding:0 9px;border-radius:8px;background:#173d2a!important;color:#fff!important;font-size:9px!important;font-weight:950!important;letter-spacing:.03em;text-transform:uppercase}
.wish-btn{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(26,60,40,.12);border-radius:50%;background:rgba(255,255,255,.92);color:#486055;pointer-events:auto;cursor:pointer}
.product-media{height:220px!important;display:block;overflow:hidden;background:#f2f4ef!important}
.product-media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease}
.product-card:hover .product-media img{transform:scale(1.045)}
.product-info{padding:15px 15px 16px!important}
.product-brand{display:block;margin-bottom:4px;color:#8a968f;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.product-category{display:none!important}
.product-info h3{min-height:39px;margin:0 0 5px!important;color:#182e23;font-size:14px!important;line-height:1.35!important;font-weight:850!important;letter-spacing:-.15px}
.product-unit{display:block;color:#849088!important;font-size:10px!important}
.product-rating{margin-top:8px!important;color:#da9b2e!important;font-size:10px!important}.product-rating span{color:#9aa49d}
.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:11px!important}
.product-price strong{display:inline-block;color:#173126;font-size:18px!important;font-weight:950}.product-price del{display:block;margin-top:2px;color:#a1aaa4;font-size:10px}
.add-btn{width:auto!important;min-width:72px;height:38px!important;padding:0 12px;border:0;border-radius:11px!important;background:#1d6b46!important;color:#fff!important;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:900;cursor:pointer;transition:.2s}
.add-btn span{display:inline}.add-btn:hover{background:#174f36!important;transform:translateY(-1px)}

/* promotional cards */
.ig-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ig-promo-card{position:relative;min-height:390px;overflow:hidden;border-radius:26px;background-size:cover;background-position:center;color:#fff;box-shadow:0 20px 50px rgba(22,51,35,.11)}
.ig-promo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,32,20,.83),rgba(8,32,20,.22))}
.ig-promo-card>div{position:absolute;z-index:2;left:34px;bottom:32px;max-width:410px}
.ig-promo-card span{display:block;margin-bottom:9px;color:#e6d275;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.ig-promo-card h2{margin:0 0 18px;color:#fff;font-size:34px;line-height:1.04;letter-spacing:-1.3px;font-weight:950}
.ig-promo-card a{color:#fff;font-size:12px;font-weight:900}.ig-promo-card a i{margin-left:5px}
.ig-promo-fresh{background-image:url('https://images.unsplash.com/photo-1775830443507-2a047e6eb49a?auto=format&fit=crop&w=1400&q=86')}
.ig-promo-deals{background-image:url('https://images.unsplash.com/photo-1567608285969-48e4bbe0d399?auto=format&fit=crop&w=1400&q=86')}

/* inner page hero */
.ig-page-hero{position:relative;padding:168px 0 72px!important;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(10,40,25,.93),rgba(14,65,40,.74)),url('https://images.unsplash.com/photo-1775830443507-2a047e6eb49a?auto=format&fit=crop&w=1800&q=84') center/cover!important}
.ig-page-hero h1{color:#fff!important;font-size:clamp(42px,5vw,65px)!important;letter-spacing:-2.6px!important;font-weight:950!important}.ig-page-hero p{color:rgba(255,255,255,.76)!important}

/* shop sidebar */
.shop-sidebar{border-radius:18px!important;border:1px solid #e5ebe6!important;background:#fff!important;box-shadow:0 10px 30px rgba(22,50,34,.05)!important}
.shop-cats a{border-radius:10px!important}.shop-cats a.active{background:#edf5ef!important;color:#195d3e!important}.shop-search input,.shop-sort{border-radius:12px!important}

/* product detail photographic */
.product-detail-image{overflow:hidden!important;border:1px solid #e4e9e4!important;border-radius:25px!important;background:#f5f6f3!important;box-shadow:0 16px 45px rgba(22,50,34,.07)!important}
.product-detail-image img{width:100%;height:570px!important;object-fit:cover!important}
.product-detail-copy .product-category{display:block!important;color:#24744e!important;font-size:10px!important;font-weight:950!important;text-transform:uppercase;letter-spacing:.13em}
.product-detail-copy h1{color:#153024!important;letter-spacing:-2px!important}.detail-price strong{color:#173126!important}.stock-ok{color:#198754!important}

/* cart / checkout */
.cart-row img,.mini-order img{object-fit:cover!important}.cart-summary,.checkout-card{border-color:#e4eae5!important;box-shadow:0 12px 38px rgba(20,50,33,.06)!important}.checkout-card{border-radius:20px!important}

/* footer refinement */
.ig-footer{background:#10291d!important}.ig-footer-news{background:linear-gradient(135deg,#e9d773,#d9b850)!important}.ig-footer-news h2{color:#173126!important}.ig-footer-grid>div>a:hover{color:#ead878!important}

/* Responsive */
@media(max-width:1180px){
  .product-grid{grid-template-columns:repeat(4,1fr)}
  .category-photo-grid{grid-template-columns:repeat(4,1fr)!important}
  .ig-hero-container{grid-template-columns:minmax(0,1fr) 285px;gap:45px}
  .ig-nav>a,.ig-nav-dropdown>button{padding:0 9px;font-size:12px}
}
@media(max-width:950px){
  .ig-topbar-center{display:none!important}.ig-header-main{min-height:72px}.ig-brand img{width:175px;height:46px}.ig-market-tag{display:none}
  .ig-menu-toggle{display:grid;margin-left:auto}.ig-header-actions{margin-left:0}.ig-nav{top:122px;background:rgba(13,43,29,.98)!important}
  .ig-hero{min-height:auto;padding:172px 0 85px}.ig-hero-container{grid-template-columns:1fr}.ig-hero-offers{grid-template-columns:1fr 1fr;max-width:620px}.ig-offer-main{grid-column:1/-1}
  .ig-strip{margin-top:-25px}.ig-strip-grid{grid-template-columns:1fr 1fr}.ig-strip-grid>div:nth-child(2){border-right:0}.ig-strip-grid>div:nth-child(-n+2){border-bottom:1px solid #e9ece9}
  .category-photo-grid{grid-template-columns:repeat(3,1fr)!important}.product-grid{grid-template-columns:repeat(3,1fr)}
  .ig-promo-grid{grid-template-columns:1fr}.ig-promo-card{min-height:330px}
}
@media(max-width:650px){
  .ig-topbar-inner{justify-content:center}.ig-topbar-inner>span:first-child{display:flex}.ig-topbar-inner>a{display:none}.ig-header-main{min-height:68px}.ig-brand img{width:150px;height:42px}.ig-search-btn{display:none}.ig-cart-btn,.ig-menu-toggle{width:40px;height:40px;border-radius:11px}
  .ig-hero{padding:160px 0 70px}.ig-hero-photo{background-position:61% center}.ig-hero-shade{background:linear-gradient(90deg,rgba(7,32,21,.95),rgba(7,32,21,.77))}.ig-hero h1{font-size:51px;letter-spacing:-2.8px}.ig-hero-copy>p{font-size:15px}.ig-hero-actions .ig-btn{width:100%}.ig-hero-trust{flex-direction:column;gap:9px}.ig-hero-offers{grid-template-columns:1fr}.ig-offer-main{grid-column:auto}.ig-offer-small{display:none}
  .ig-strip{margin-top:0;background:#fff}.ig-strip-grid{grid-template-columns:1fr 1fr;margin-top:0;padding:13px;border:0;border-radius:0;box-shadow:none}.ig-strip-grid>div{padding:12px 8px;border-right:0;border-bottom:1px solid #edf0ed}.ig-strip-grid>div:nth-child(odd){border-right:1px solid #edf0ed}.ig-strip-grid>div:nth-child(n+3){border-bottom:0}
  .ig-section{padding:64px 0}.ig-departments-section{padding-top:68px}.ig-section-head{align-items:flex-start;flex-direction:column}.ig-section-head h2{font-size:34px}.category-photo-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.category-card-photo{min-height:180px}.category-photo-copy{left:13px;right:13px;bottom:13px}.category-photo-copy h3{font-size:15px}
  .product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-media{height:180px!important}.product-info{padding:11px 11px 13px!important}.product-info h3{font-size:12px!important;min-height:33px}.product-price strong{font-size:16px!important}.add-btn{min-width:38px!important;width:38px!important;padding:0!important}.add-btn span{display:none}
  .ig-promo-card{min-height:290px}.ig-promo-card>div{left:22px;bottom:22px;right:22px}.ig-promo-card h2{font-size:28px}
  .product-detail-image img{height:390px!important}
}

/* =========================================================
   INFUSION GLOBE MARKET — V3 PROFESSIONAL RETAIL OVERRIDES
   ========================================================= */
:root{
  --ig-green:#174f36;
  --ig-green-2:#216d49;
  --ig-green-3:#2d865b;
  --ig-cream:#f8f7f1;
  --ig-gold:#e7be4f;
  --ig-ink:#14281f;
  --ig-muted:#718078;
  --ig-border:#e5e9e5;
  --ig-shadow:0 18px 48px rgba(18,48,31,.09);
  --ig-shadow-strong:0 30px 80px rgba(11,38,24,.18);
}
body.ig-store{background:#fbfcfa;color:var(--ig-ink)}

/* transparent premium header merged into hero */
.ig-header{position:absolute;top:0;left:0;width:100%;z-index:1000;padding:0!important;background:linear-gradient(180deg,rgba(8,34,21,.58),rgba(8,34,21,.08) 74%,transparent)!important;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}
.ig-header.is-scrolled{position:fixed;background:rgba(12,46,29,.96)!important;-webkit-backdrop-filter:blur(20px) saturate(140%);backdrop-filter:blur(20px) saturate(140%);box-shadow:0 14px 40px rgba(4,20,12,.16)}
.ig-topbar{background:rgba(4,24,14,.34)!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.ig-topbar-inner{min-height:34px!important;font-size:10px!important;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.78)!important}
.ig-topbar-inner i{color:var(--ig-gold)!important}
.ig-header-main{min-height:84px!important;display:grid!important;grid-template-columns:230px minmax(300px,1fr) auto;gap:25px!important;align-items:center;border-bottom:1px solid rgba(255,255,255,.12)!important}
.ig-brand{display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important}
.ig-brand img{width:190px!important;height:52px!important;object-fit:contain!important;filter:brightness(0) invert(1) drop-shadow(0 6px 16px rgba(0,0,0,.12))!important}
.ig-market-tag{display:inline-flex;align-items:center;height:25px;padding:0 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:8px;font-weight:950;letter-spacing:.15em;background:rgba(255,255,255,.07)}
.ig-global-search{height:48px;display:flex;align-items:center;gap:10px;max-width:620px;width:100%;margin:0 auto;padding:0 6px 0 17px;border:1px solid rgba(255,255,255,.23);border-radius:999px;background:rgba(255,255,255,.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:inset 0 1px rgba(255,255,255,.08)}
.ig-global-search>i{color:rgba(255,255,255,.78);font-size:13px}
.ig-global-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:13px;font-weight:700}
.ig-global-search input::placeholder{color:rgba(255,255,255,.65)}
.ig-global-search button{height:36px;padding:0 17px;border:0;border-radius:999px;background:#fff;color:var(--ig-green);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.ig-header-actions{display:flex!important;align-items:center!important;gap:12px!important}
.ig-support-link{display:flex;flex-direction:column;color:#fff!important;line-height:1.05;text-align:right}
.ig-support-link span{color:rgba(255,255,255,.58);font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.ig-support-link strong{margin-top:5px;font-size:12px;font-weight:900}
.ig-cart-btn,.ig-menu-toggle{width:45px!important;height:45px!important;border:1px solid rgba(255,255,255,.23)!important;background:rgba(255,255,255,.09)!important;color:#fff!important;border-radius:14px!important;backdrop-filter:blur(12px)}
.ig-cart-btn:hover{background:var(--ig-gold)!important;color:#163321!important}
.ig-cart-btn span{background:var(--ig-gold)!important;color:#163321!important;border:2px solid #174f36!important}
.ig-header-navrow{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ig-nav{margin:0!important;display:flex!important;align-items:center!important;gap:2px!important}
.ig-nav>a,.ig-nav-dropdown>button{min-height:44px!important;padding:0 13px!important;color:rgba(255,255,255,.84)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.01em}
.ig-nav>a:after{bottom:2px!important;background:var(--ig-gold)!important;height:2px!important}
.ig-nav>a:hover,.ig-nav>a.active,.ig-nav-dropdown>button:hover{color:#fff!important}
.ig-dept-nav>button{padding-left:0!important;color:#fff!important}
.ig-dept-nav>button>i:first-child{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:var(--ig-gold);color:#183724}
.ig-header-promise{color:rgba(255,255,255,.62);font-size:10px;font-weight:800;white-space:nowrap}.ig-header-promise i{color:var(--ig-gold);margin-right:6px}
.ig-dropdown-menu{top:calc(100% + 6px)!important;width:275px!important;border:1px solid #e3e8e4!important;background:#fff!important;border-radius:16px!important;box-shadow:0 24px 55px rgba(10,35,23,.18)!important}

/* hero — grocery photography with stronger retail composition */
.ig-hero{min-height:820px!important;padding:225px 0 105px!important;background:#153d2a!important}
.ig-hero-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1769499311767-bce1cf9b4549?auto=format&fit=crop&fm=jpg&q=82&w=2400')!important;background-size:cover!important;background-position:center 48%!important;transform:scale(1.01)}
.ig-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,34,21,.96) 0%,rgba(8,34,21,.88) 40%,rgba(8,34,21,.48) 68%,rgba(8,34,21,.20) 100%)!important}
.ig-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 68%,rgba(231,190,79,.16),transparent 28%);pointer-events:none}
.ig-hero-container{position:relative;z-index:3;display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:70px!important;align-items:center!important}
.ig-kicker{margin-bottom:20px!important;padding:8px 12px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.16)!important;color:#f1d77c!important;font-size:10px!important;letter-spacing:.1em!important}
.ig-hero h1{max-width:720px!important;font-size:clamp(58px,6.1vw,88px)!important;line-height:.92!important;letter-spacing:-4px!important;text-shadow:0 5px 24px rgba(0,0,0,.18)}
.ig-hero h1 span{color:#f0d36a!important}
.ig-hero-copy>p{max-width:650px!important;font-size:17px!important;line-height:1.7!important;color:rgba(255,255,255,.79)!important}
.ig-hero-actions{margin-top:29px!important}.ig-hero-actions .ig-btn{min-height:55px!important;padding:0 22px!important;border-radius:13px!important;font-size:12px!important;letter-spacing:.02em}.ig-btn-primary{background:var(--ig-gold)!important;color:#173423!important;box-shadow:0 14px 30px rgba(231,190,79,.18)}.ig-btn-glass,.ig-btn-light{border:1px solid rgba(255,255,255,.23)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;backdrop-filter:blur(10px)}
.ig-hero-trust{margin-top:34px!important;gap:18px!important;font-size:11px!important}.ig-hero-trust i{color:var(--ig-gold)!important}
.ig-hero-offers{display:grid!important;gap:14px!important}.ig-offer-card{border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.11)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px rgba(0,0,0,.22)!important}.ig-offer-main{min-height:240px!important;padding:28px!important;border-radius:24px!important}.ig-offer-main>span{color:#f0d36a!important;font-size:9px!important;letter-spacing:.15em!important}.ig-offer-main strong{font-size:38px!important;line-height:1!important}.ig-offer-main small{margin-top:8px!important}.ig-offer-main a{margin-top:24px!important;color:#fff!important}.ig-offer-small{padding:19px!important;border-radius:18px!important}

/* value strip */
.ig-strip{position:relative;z-index:5;margin-top:-38px!important;background:transparent!important}.ig-strip-grid{padding:0!important;overflow:hidden;border:1px solid #e5eae5!important;border-radius:20px!important;background:#fff!important;box-shadow:0 22px 52px rgba(20,52,34,.10)!important}.ig-strip-grid>div{min-height:92px!important;padding:17px 22px!important;border-right:1px solid #e8ece8!important}.ig-strip-grid i{width:42px!important;height:42px!important;border-radius:13px!important;background:#eef5f0!important;color:var(--ig-green-2)!important}.ig-strip-grid strong{font-size:12px!important}.ig-strip-grid small{font-size:10px!important;color:#87928b!important}

/* sections */
.ig-section{padding:82px 0!important}.ig-departments-section{padding-top:95px!important}.ig-section-label{color:var(--ig-green-2)!important;font-size:10px!important}.ig-section-head h2,.ig-copy h2{color:var(--ig-ink)!important;letter-spacing:-2.4px!important}.ig-section-head p{max-width:650px;color:#7c8982!important;font-size:14px!important}.ig-text-link{color:var(--ig-green-2)!important;font-size:12px!important}

/* category editorial cards */
.category-photo-grid{gap:15px!important}.category-card-photo{min-height:235px!important;border-radius:22px!important;box-shadow:0 10px 28px rgba(19,52,33,.07)!important}.category-card-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:inherit;pointer-events:none}.category-photo-overlay{background:linear-gradient(180deg,rgba(5,24,14,.02) 25%,rgba(5,24,14,.88) 100%)!important}.category-photo-copy{left:19px!important;right:19px!important;bottom:18px!important}.category-photo-copy h3{font-size:17px!important}.category-photo-copy span{color:#f1d77c!important}

/* professional private-label product cards */
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}.product-card{border:1px solid #e3e8e3!important;border-radius:19px!important;box-shadow:0 6px 22px rgba(24,54,35,.045)!important;background:#fff!important}.product-card:hover{transform:translateY(-5px)!important;border-color:#cbd9cf!important;box-shadow:0 24px 50px rgba(24,54,35,.11)!important}.product-media{position:relative;height:230px!important;display:block!important;overflow:hidden!important;background:linear-gradient(180deg,#fafcf9,#f4f7f3)!important}.product-media img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;transition:transform .35s ease!important}.product-card:hover .product-media img{transform:scale(1.025)!important}.product-emoji{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);z-index:2;width:94px;height:94px;display:grid;place-items:center;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 16px 35px rgba(20,50,32,.14);font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;font-size:58px;line-height:1;border:1px solid rgba(255,255,255,.7)}.product-view-chip{position:absolute;z-index:3;right:11px;bottom:11px;display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:9px;background:rgba(18,48,31,.9);color:#fff;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;opacity:0;transform:translateY(5px);transition:.2s}.product-card:hover .product-view-chip{opacity:1;transform:none}.product-card-top{top:10px!important;left:10px!important;right:10px!important}.product-badge{min-height:24px!important;padding:0 8px!important;border-radius:7px!important;background:#183f2b!important;font-size:8px!important}.wish-btn{width:29px!important;height:29px!important;background:#fff!important}.wish-btn.active{color:#c33e64!important}.product-info{padding:14px 14px 15px!important}.product-brand{margin-bottom:5px!important;color:#8b968f!important;font-size:8px!important;letter-spacing:.08em!important}.product-info h3{min-height:38px!important;margin:0 0 5px!important;color:#173126!important;font-size:13px!important;line-height:1.42!important;font-weight:900!important}.product-unit{font-size:9px!important;color:#8d9891!important}.product-rating{margin-top:7px!important;font-size:9px!important}.product-bottom{margin-top:10px!important;align-items:center!important}.product-price strong{font-size:18px!important;color:#173126!important}.product-price del{font-size:9px!important}.add-btn{min-width:70px!important;height:36px!important;border-radius:10px!important;background:var(--ig-green-2)!important;font-size:10px!important}.add-btn:hover{background:#154e33!important}

/* shop */
.shop-shell{gap:30px!important}.shop-sidebar{position:sticky!important;top:155px!important;border-radius:18px!important;background:#fff!important}.shop-sidebar h4{font-size:13px!important;color:#183724!important}.shop-cats a{font-size:11px!important}.shop-toolbar{padding:12px!important;border:1px solid #e5eae5;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(18,48,31,.04)}.shop-search input,.shop-sort{border-color:#e5eae5!important;background:#fafcfa!important}.shop-count{margin:15px 0 18px!important;color:#87918b!important;font-size:11px!important;font-weight:800!important}

/* product detail */
.product-detail{gap:68px!important;align-items:start!important}.product-detail-image{position:relative!important;min-height:620px;display:grid;place-items:center;border-radius:26px!important;background:#f7faf7!important}.product-detail-image img{width:100%!important;height:620px!important;object-fit:cover!important}.detail-product-emoji{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);width:210px;height:210px;display:grid;place-items:center;border-radius:55px;background:rgba(255,255,255,.95);box-shadow:0 26px 62px rgba(18,49,31,.16);font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;font-size:130px;line-height:1;border:1px solid rgba(255,255,255,.8)}.product-detail-copy{padding-top:18px}.product-detail-copy h1{font-size:clamp(40px,4.4vw,62px)!important;line-height:1!important}.detail-price strong{font-size:36px!important}.detail-meta{border-color:#e5eae5!important;background:#fbfcfa!important}.product-buy .qty-input{border-radius:12px!important}.detail-perks>div{border-color:#e6ebe7!important}

/* cart + checkout product thumbnails */
.cart-thumb-visual,.checkout-thumb-visual{position:relative;overflow:hidden;flex:0 0 auto;background:#f4f7f3;border:1px solid #e6ebe7;border-radius:13px}.cart-thumb-visual{width:86px;height:86px}.checkout-thumb-visual{width:58px;height:58px}.cart-thumb-visual img,.checkout-thumb-visual img{width:100%;height:100%;object-fit:cover}.cart-thumb-visual span,.checkout-thumb-visual span{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 5px 16px rgba(20,50,33,.12);font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;line-height:1}.cart-thumb-visual span{width:42px;height:42px;font-size:27px}.checkout-thumb-visual span{width:30px;height:30px;font-size:19px}.cart-row{align-items:center!important}.mini-order{align-items:center!important}
.cart-summary,.checkout-card{border-radius:20px!important;border:1px solid #e3e9e4!important;background:#fff!important;box-shadow:0 12px 38px rgba(18,48,31,.06)!important}.checkout-card h2,.cart-summary h3{color:#173126!important}
.field input,.field select,.field textarea{border-color:#e2e8e3!important;background:#fbfcfa!important;border-radius:11px!important}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8fb69d!important;box-shadow:0 0 0 4px rgba(45,134,91,.09)!important}

/* promos + inner heroes */
.ig-promo-card{border-radius:24px!important;box-shadow:0 18px 45px rgba(21,52,34,.10)!important}.ig-page-hero{padding:205px 0 70px!important;background:linear-gradient(90deg,rgba(8,38,23,.94),rgba(19,79,50,.74)),url('https://images.unsplash.com/photo-1769499311767-bce1cf9b4549?auto=format&fit=crop&fm=jpg&q=75&w=2000') center/cover!important}.ig-page-hero h1{font-size:clamp(44px,5vw,68px)!important}.ig-breadcrumbs{font-size:10px!important;color:rgba(255,255,255,.68)!important}

/* footer */
.ig-footer{background:#0d2b1c!important}.ig-footer-news{background:linear-gradient(135deg,#efd976,#dab94e)!important;border-radius:22px!important}.ig-footer-news h2{color:#173126!important}.ig-footer-grid{border-color:rgba(255,255,255,.12)!important}

@media(max-width:1180px){
  .ig-header-main{grid-template-columns:200px minmax(260px,1fr) auto;gap:16px!important}.ig-brand img{width:170px!important}.ig-support-link{display:none!important}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ig-hero-container{grid-template-columns:minmax(0,1fr) 300px!important;gap:40px!important}
}
@media(max-width:950px){
  .ig-header{background:rgba(10,43,27,.92)!important}.ig-topbar-center{display:none!important}.ig-header-main{grid-template-columns:1fr auto!important;min-height:72px!important}.ig-brand img{width:165px!important}.ig-market-tag{display:none!important}.ig-global-search{grid-column:1/-1;grid-row:2;margin:0 0 10px!important;max-width:none!important;height:44px!important}.ig-header-navrow{min-height:0!important}.ig-header-promise{display:none}.ig-menu-toggle{display:grid!important}.ig-nav{position:absolute!important;left:12px!important;right:12px!important;top:100%!important;display:none!important;flex-direction:column!important;align-items:stretch!important;padding:12px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:17px!important;background:#123c28!important;box-shadow:0 22px 45px rgba(0,0,0,.2)!important}.ig-nav.open{display:flex!important}.ig-nav>a,.ig-nav-dropdown>button{width:100%!important;justify-content:flex-start!important}.ig-dropdown-menu{position:static!important;width:100%!important;transform:none!important;margin-top:5px!important;display:none!important;opacity:1!important;visibility:visible!important}.ig-nav-dropdown.open .ig-dropdown-menu{display:block!important}.ig-hero{padding-top:230px!important}.ig-hero-container{grid-template-columns:1fr!important}.ig-hero-offers{grid-template-columns:1fr 1fr!important;max-width:650px}.ig-offer-main{grid-column:1/-1}.category-photo-grid{grid-template-columns:repeat(3,1fr)!important}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-detail{grid-template-columns:1fr!important;gap:32px!important}.shop-sidebar{position:relative!important;top:auto!important}
}
@media(max-width:650px){
  .ig-topbar-inner{justify-content:center!important}.ig-topbar-inner>a{display:none!important}.ig-header-main{padding-top:8px}.ig-brand img{width:145px!important}.ig-global-search{height:42px!important}.ig-global-search button{display:none}.ig-header-navrow{height:7px}.ig-hero{padding:215px 0 66px!important}.ig-hero-photo{background-position:58% center!important}.ig-hero-shade{background:linear-gradient(90deg,rgba(8,34,21,.97),rgba(8,34,21,.78))!important}.ig-hero h1{font-size:49px!important;letter-spacing:-2.6px!important}.ig-hero-offers{grid-template-columns:1fr!important}.ig-offer-main{grid-column:auto}.ig-offer-small{display:none!important}.ig-strip{margin-top:0!important}.ig-strip-grid{border-radius:0!important;box-shadow:none!important}.category-photo-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.category-card-photo{min-height:185px!important}.product-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}.product-media{height:190px!important}.product-emoji{width:70px;height:70px;border-radius:21px;font-size:43px}.product-view-chip{display:none}.product-info{padding:11px!important}.product-info h3{font-size:11px!important;min-height:33px!important}.product-price strong{font-size:16px!important}.add-btn{min-width:38px!important;width:38px!important;padding:0!important}.add-btn span{display:none!important}.product-detail-image{min-height:390px!important}.product-detail-image img{height:390px!important}.detail-product-emoji{width:145px;height:145px;border-radius:38px;font-size:92px}.ig-page-hero{padding-top:195px!important}
}
@media(max-width:640px){
  .cart-thumb-visual{width:72px;height:72px}.cart-thumb-visual span{width:36px;height:36px;font-size:23px}
  .checkout-thumb-visual{width:52px;height:52px}
}

/* =========================================================
   INFUSION GLOBE MARKET — V4 REFINED RETAIL POLISH
   Cleaner hierarchy, aligned header, photographic products,
   restrained font weights.
   ========================================================= */

/* Global type refinement */
body.ig-store{font-weight:400;letter-spacing:0}
.ig-hero h1,
.ig-section-head h2,
.ig-copy h2,
.ig-page-hero h1,
.ig-promo-card h2,
.product-detail-copy h1,
.success-card h1{font-weight:720!important;letter-spacing:-1.7px!important}
.ig-hero h1{line-height:.98!important}
.ig-section-label,.ig-kicker{font-weight:700!important;letter-spacing:.12em!important}
.ig-section-head p,.ig-hero-copy>p,.ig-copy p{font-weight:400!important}
.ig-btn,.ig-text-link{font-weight:650!important}

/* Header: clean three-column alignment */
.ig-header{background:linear-gradient(180deg,rgba(8,32,20,.68) 0%,rgba(8,32,20,.28) 70%,transparent 100%)!important}
.ig-topbar{background:rgba(5,24,15,.34)!important}
.ig-topbar-inner{min-height:32px!important;font-size:9px!important;font-weight:600!important;letter-spacing:.035em!important}
.ig-header .container{max-width:1320px!important}
.ig-header-main{
  min-height:78px!important;
  display:grid!important;
  grid-template-columns:220px minmax(360px,650px) minmax(190px,auto)!important;
  justify-content:space-between!important;
  align-items:center!important;
  column-gap:28px!important;
  border-bottom:1px solid rgba(255,255,255,.11)!important;
}
.ig-brand{min-width:0!important;justify-self:start!important;gap:10px!important}
.ig-brand img{width:198px!important;height:48px!important;object-fit:contain!important;filter:drop-shadow(0 5px 14px rgba(0,0,0,.12))!important}
.ig-market-tag{height:23px!important;padding:0 8px!important;font-size:7px!important;font-weight:700!important;letter-spacing:.12em!important;background:rgba(255,255,255,.06)!important}
.ig-global-search{
  justify-self:center!important;
  width:100%!important;
  max-width:650px!important;
  height:46px!important;
  margin:0!important;
  padding-left:16px!important;
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.22)!important;
  box-shadow:none!important;
}
.ig-global-search input{font-size:12px!important;font-weight:500!important}
.ig-global-search button{height:34px!important;padding:0 16px!important;font-size:9px!important;font-weight:700!important;letter-spacing:.03em!important}
.ig-header-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:10px!important;margin:0!important}
.ig-support-link{min-width:82px!important;text-align:right!important}
.ig-support-link span{font-size:8px!important;font-weight:500!important}
.ig-support-link strong{font-size:11px!important;font-weight:650!important}
.ig-cart-btn,.ig-menu-toggle{width:42px!important;height:42px!important;border-radius:12px!important}
.ig-cart-btn span{font-weight:700!important}
.ig-header-navrow{min-height:47px!important;align-items:center!important}
.ig-nav{margin:0!important;gap:3px!important}
.ig-nav>a,.ig-nav-dropdown>button{min-height:42px!important;padding:0 12px!important;font-size:11px!important;font-weight:600!important}
.ig-dropdown-menu a{font-size:12px!important;font-weight:550!important}
.ig-header-promise{font-size:9px!important;font-weight:500!important}

/* Hero refinement */
.ig-hero{min-height:730px!important}
.ig-hero h1{max-width:690px!important;font-size:clamp(52px,5.6vw,78px)!important;text-shadow:0 4px 18px rgba(0,0,0,.15)!important}
.ig-hero-copy>p{max-width:640px!important;font-size:16px!important;line-height:1.7!important}
.ig-hero-trust{font-size:11px!important;font-weight:550!important}
.ig-offer-main strong,.ig-strip-grid strong{font-weight:700!important}

/* Sections: calmer hierarchy */
.ig-section{padding:76px 0!important}
.ig-section-head{margin-bottom:30px!important}
.ig-section-head h2,.ig-copy h2{font-size:clamp(32px,3.5vw,46px)!important;line-height:1.08!important}
.ig-section-head p{font-size:13px!important;line-height:1.7!important}
.category-photo-copy h3{font-weight:650!important}
.category-photo-copy span,.category-photo-copy b{font-weight:600!important}
.ig-promo-card h2{font-size:30px!important;line-height:1.08!important}

/* Product cards: actual image is the hero, no illustration overlays */
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.product-card{border-radius:18px!important;border-color:#e4e9e5!important;box-shadow:0 7px 24px rgba(21,50,33,.055)!important}
.product-card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 44px rgba(21,50,33,.11)!important}
.product-media{height:280px!important;background:#f6f7f4!important}
.product-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
.product-emoji,.detail-product-emoji{display:none!important}
.product-view-chip{right:12px!important;bottom:12px!important;font-size:8px!important;font-weight:650!important;background:rgba(18,49,32,.88)!important}
.product-badge{min-height:23px!important;font-size:8px!important;font-weight:650!important;text-transform:none!important;letter-spacing:.01em!important}
.product-info{padding:15px 15px 16px!important}
.product-brand{font-size:8px!important;font-weight:600!important;letter-spacing:.06em!important}
.product-category{font-weight:600!important}
.product-info h3{min-height:42px!important;font-size:14px!important;line-height:1.45!important;font-weight:650!important;letter-spacing:-.1px!important}
.product-unit{font-size:10px!important}
.product-rating{font-size:10px!important}
.product-price strong{font-size:19px!important;font-weight:720!important}
.add-btn{height:37px!important;min-width:72px!important;font-size:10px!important;font-weight:650!important;border-radius:10px!important}

/* Product detail: large clean photo */
.product-detail{gap:58px!important}
.product-detail-image{min-height:590px!important;background:#f7f8f5!important;border:1px solid #e7ebe7!important;overflow:hidden!important}
.product-detail-image img{width:100%!important;height:590px!important;object-fit:cover!important;object-position:center!important}
.product-detail-copy h1{font-size:clamp(38px,4vw,56px)!important;line-height:1.05!important}
.detail-price strong{font-weight:720!important}
.detail-meta strong,.detail-perks span{font-weight:550!important}

/* Cart / checkout imagery should stay photographic */
.cart-thumb-visual img,.checkout-thumb-visual img{object-fit:cover!important}
.cart-thumb-visual span,.checkout-thumb-visual span{display:none!important}
.cart-product h3,.mini-order strong,.cart-summary h3,.checkout-card h2{font-weight:650!important}

/* Forms / utility */
.shop-sidebar h4{font-weight:650!important}
.shop-cats a{font-weight:500!important}
.shop-count{font-weight:500!important}
.field label{font-weight:600!important}
.payment-option strong{font-weight:650!important}

@media(max-width:1180px){
  .ig-header-main{grid-template-columns:190px minmax(300px,1fr) auto!important;column-gap:18px!important}
  .ig-brand img{width:174px!important}
  .ig-support-link{display:none!important}
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .product-media{height:245px!important}
}
@media(max-width:950px){
  .ig-header{background:rgba(10,43,27,.94)!important}
  .ig-header-main{grid-template-columns:1fr auto!important;row-gap:8px!important;min-height:72px!important}
  .ig-brand img{width:166px!important}
  .ig-global-search{grid-column:1/-1!important;grid-row:2!important;max-width:none!important;margin:0 0 9px!important}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .product-media{height:255px!important}
}
@media(max-width:650px){
  .ig-brand img{width:150px!important;height:40px!important}
  .ig-header-main{padding-top:7px!important}
  .ig-global-search{height:41px!important}
  .ig-hero h1{font-size:46px!important;letter-spacing:-1.7px!important}
  .ig-hero-copy>p{font-size:14px!important}
  .product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .product-media{height:205px!important}
  .product-info h3{font-size:12px!important;min-height:35px!important}
  .product-price strong{font-size:17px!important}
  .product-detail-image,.product-detail-image img{min-height:390px!important;height:390px!important}
  .ig-section-head h2,.ig-copy h2{font-size:31px!important}
}

/* ===== V5 polish: header, about, product imagery ===== */
.ig-header{
  background:linear-gradient(180deg,rgba(7,31,20,.66) 0%,rgba(7,31,20,.34) 62%,transparent 100%)!important;
}
.ig-header.is-scrolled{
  background:rgba(10,42,27,.95)!important;
  box-shadow:0 14px 34px rgba(10,32,22,.16)!important;
}
.ig-topbar-inner,
.ig-topbar-inner a,
.ig-topbar-inner span{font-weight:500!important}
.ig-header .container{max-width:1328px!important}
.ig-header-main{
  grid-template-columns:210px minmax(360px,1fr) auto!important;
  min-height:86px!important;
  column-gap:20px!important;
  align-items:center!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.ig-brand{gap:12px!important}
.ig-brand img{width:174px!important;height:46px!important;filter:drop-shadow(0 6px 12px rgba(0,0,0,.12))!important}
.ig-market-tag{font-weight:600!important;letter-spacing:.1em!important}
.ig-global-search{
  max-width:680px!important;
  height:50px!important;
  padding:0 8px 0 16px!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.ig-global-search input{font-size:13px!important;font-weight:500!important}
.ig-global-search button{font-weight:700!important}
.ig-header-actions{gap:10px!important}
.ig-support-link strong,
.ig-nav>a,
.ig-nav-dropdown>button,
.ig-header-promise,
.ig-text-link,
.ig-kicker,
.ig-section-label,
.product-brand,
.product-price strong,
.add-btn,
.ig-btn,
.ig-copy li,
.ig-footer *{
  font-weight:600!important;
}
.ig-nav{gap:3px!important}
.ig-nav>a,.ig-nav-dropdown>button{
  min-height:42px!important;
  padding:0 12px!important;
  font-size:13px!important;
}
.ig-header-promise{font-size:10px!important;opacity:.85}
.ig-section-head h2,
.ig-page-hero h1,
.ig-copy h2,
.ig-hero h1,
.product-detail-copy h1{font-weight:700!important;letter-spacing:-1.9px!important}
.ig-hero-copy>p,
.ig-section-head p,
.ig-page-hero p,
.ig-copy p,
.product-unit,
.product-rating,
.ig-support-link span{font-weight:400!important}

.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.product-card{border-radius:20px!important}
.product-media{height:265px!important;background:linear-gradient(180deg,#f9fbf8,#f2f6f3)!important}
.product-media img{object-fit:contain!important;padding:14px!important}
.product-info{padding:15px!important}
.product-info h3{font-size:14px!important;line-height:1.4!important;font-weight:650!important;min-height:40px!important}
.product-brand{font-size:9px!important;letter-spacing:.08em!important}
.product-unit{font-size:11px!important}
.product-price strong{font-size:18px!important}
.add-btn{min-width:74px!important;height:38px!important;font-size:11px!important}
.product-detail-image{background:linear-gradient(180deg,#fafcf9,#f1f5f2)!important}
.product-detail-image img{object-fit:contain!important;padding:34px!important}

.ig-page-hero-about{
  background:linear-gradient(90deg,rgba(8,35,22,.92),rgba(19,83,52,.75)),url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&fm=jpg&q=80&w=2000') center/cover!important;
}
.about-intro-grid{align-items:center!important}
.about-showcase-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
}
.about-showcase-card{
  position:relative;
  min-height:240px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(18,46,31,.14);
}
.about-showcase-card.card-1{grid-row:span 2;min-height:496px}
.about-showcase-card img{width:100%;height:100%;object-fit:cover;display:block}
.about-showcase-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 18%,rgba(9,28,19,.72) 100%)}
.about-showcase-copy{position:absolute;left:22px;right:22px;bottom:22px;color:#fff;z-index:2}
.about-showcase-copy span{display:block;margin-bottom:6px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.78}
.about-showcase-copy strong{display:block;font-size:24px;line-height:1.18;font-weight:700}
.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.about-stat-card{padding:28px;border:1px solid #e3ebe5;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(16,42,29,.06)}
.about-stat-card strong{display:block;margin-bottom:10px;color:#173126;font-size:34px;line-height:1;font-weight:700}
.about-stat-card span{display:block;color:#6b7b74;line-height:1.7;font-size:14px}
.about-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.about-benefit-card{padding:28px;border:1px solid #e3ebe5;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(16,42,29,.05)}
.about-benefit-card i{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#edf7ef;color:var(--ig-green-2);font-size:20px;margin-bottom:18px}
.about-benefit-card h3{margin:0 0 8px;color:#173126;font-size:22px;line-height:1.25;font-weight:650}
.about-benefit-card p{margin:0;color:#6b7b74;line-height:1.8}
.about-cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border:1px solid #e4e9e5;border-radius:28px;background:#fff;box-shadow:0 18px 40px rgba(16,42,29,.06)}
.about-cta-box h2{margin:0;color:#173126;font-size:38px;line-height:1.08;font-weight:700;letter-spacing:-1.4px}
.about-cta-box p{margin:12px 0 0;color:#6b7b74;max-width:680px;line-height:1.75}
.about-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.ig-btn-outline{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid #d5ddd8;border-radius:999px;background:#fff;color:#173126;font-size:14px;font-weight:600;transition:.2s ease}
.ig-btn-outline:hover{border-color:#1b6a45;color:#1b6a45}

@media(max-width:1100px){
  .ig-header-main{grid-template-columns:190px minmax(260px,1fr) auto!important}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .about-stats-grid,.about-benefit-grid{grid-template-columns:repeat(2,1fr)}
  .about-cta-box{flex-direction:column;align-items:flex-start}
}
@media(max-width:991px){
  .ig-header-main{grid-template-columns:1fr auto!important;row-gap:10px!important;min-height:76px!important}
  .ig-global-search{grid-column:1/-1!important;grid-row:2!important;max-width:none!important;margin:0 0 10px!important}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .about-showcase-grid,.about-stats-grid,.about-benefit-grid{grid-template-columns:1fr 1fr}
  .about-showcase-card.card-1{grid-row:auto;min-height:260px}
}
@media(max-width:640px){
  .ig-brand img{width:148px!important;height:40px!important}
  .ig-header-main{row-gap:8px!important}
  .ig-global-search{height:44px!important}
  .ig-header-navrow{height:8px!important}
  .product-grid,.about-showcase-grid,.about-stats-grid,.about-benefit-grid{grid-template-columns:1fr!important}
  .product-media{height:240px!important}
  .about-cta-box{padding:24px}
  .about-cta-box h2{font-size:32px}
}
