@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#171717;--muted:#6c6c6c;--line:#e9e9e7;--canvas:#f7f7f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.site-header{height:78px;background:#171717;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,84px);position:sticky;top:0;z-index:20}.brand{font-family:Manrope,Arial,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.065em;white-space:nowrap}.brand span{letter-spacing:-.045em}.site-header nav{display:flex;gap:clamp(15px,2.15vw,36px);align-items:center}.site-header nav a{font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.09em;transition:opacity .2s}.site-header nav a:hover{opacity:.55}.menu-toggle{display:none;color:#fff;background:transparent;border:0;font-size:26px}.hero{min-height:680px;display:grid;grid-template-columns:1fr .82fr;align-items:center;gap:6vw;padding:66px clamp(24px,7vw,112px) 78px;background:#fff}.eyebrow{font-size:11px;letter-spacing:.23em;font-weight:700;margin:0 0 24px}.hero h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(42px,5.2vw,84px);letter-spacing:-.07em;line-height:1.07;margin:0;font-weight:800}.hero h1 em{font-style:normal;color:#9a9a95}.hero-description{color:#555;font-size:17px;line-height:1.7;max-width:570px;margin:32px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:52px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:30px;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;border-radius:3px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button.dark{background:var(--ink);color:#fff}.button.light{background:#f1f1ef}.button.white{background:#fff;color:var(--ink)}.hero-feature{height:560px;background:#eee;position:relative;overflow:hidden}.hero-feature img{width:100%;height:100%;object-fit:cover;object-position:center 26%}.feature-label{position:absolute;left:20px;bottom:20px;right:20px;background:rgba(255,255,255,.94);padding:18px 20px;display:flex;align-items:center;gap:20px;justify-content:space-between}.feature-label span{font-size:10px;font-weight:800;letter-spacing:.16em}.feature-label strong{font:800 16px/1.25 Manrope}.feature-label small{font-size:12px;color:#555}.intro{padding:96px clamp(24px,6vw,96px) 115px;background:var(--canvas)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-heading h2,.wholesale h2,.app-section h2{font:800 clamp(36px,4vw,64px)/1.1 Manrope;letter-spacing:-.06em;margin:0}.section-heading p{max-width:310px;color:var(--muted);line-height:1.6;margin:0}.filters{display:flex;gap:9px;margin-bottom:28px;overflow-x:auto}.filters button{background:transparent;border:1px solid #cfcfcc;border-radius:50px;padding:10px 17px;white-space:nowrap;font-size:12px;font-weight:700}.filters button.active,.filters button:hover{background:var(--ink);border-color:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product[hidden]{display:none}.product-image{aspect-ratio:3/4;background:#e9e9e7;overflow:hidden}.product img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .45s}.product:hover img{transform:scale(1.04)}.product-info{padding:19px 3px}.product-info span{color:#777;font-size:10px;letter-spacing:.14em;font-weight:700}.product-info h3{font:800 19px Manrope;letter-spacing:-.04em;margin:9px 0 5px}.product-info p{color:#777;font-size:13px;margin:0 0 15px}.product-info a{font-size:12px;font-weight:700;border-bottom:1px solid #171717;padding-bottom:4px}.wholesale{background:#1b1b1b;color:#fff;padding:90px clamp(24px,7vw,112px);display:flex;align-items:center;justify-content:space-between;min-height:440px;gap:40px}.wholesale>div:first-child{max-width:610px}.wholesale p:not(.eyebrow){line-height:1.75;color:#c8c8c8;max-width:490px;margin:22px 0 30px}.wholesale-mark{font:800 clamp(120px,20vw,340px)/1 Manrope;letter-spacing:-.18em;color:#333;margin-right:5vw}.wholesale-mark span{font-size:.14em;vertical-align:top;letter-spacing:0}.app-section{padding:110px clamp(24px,7vw,112px);display:flex;justify-content:space-between;align-items:end;gap:30px}.app-section p:not(.eyebrow){color:var(--muted);line-height:1.7;margin-bottom:0}footer{background:#f1f1ef;padding:70px clamp(24px,7vw,112px) 25px}.footer-top{display:grid;grid-template-columns:2fr 1.4fr 1fr;gap:36px;padding-bottom:70px}.footer-top p{color:#666;line-height:1.7}.footer-top h3{text-transform:uppercase;letter-spacing:.13em;font-size:11px;margin:8px 0 20px}.footer-top a:not(.brand){display:block;margin:0 0 14px;font-size:14px}.footer-bottom{border-top:1px solid #d6d6d2;padding-top:22px;display:flex;justify-content:space-between;color:#777;font-size:12px}@media(max-width:1020px){.site-header nav{gap:13px}.site-header nav a{font-size:10px}.hero{gap:30px}.hero-feature{height:500px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.site-header{height:66px}.brand{font-size:24px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:66px;left:0;right:0;padding:20px 24px 26px;background:#171717;flex-direction:column;align-items:flex-start;gap:20px}.site-header nav.open{display:flex}.site-header nav a{font-size:13px}.hero{grid-template-columns:1fr;padding:64px 24px 48px;gap:44px}.hero h1{font-size:clamp(42px,11vw,66px)}.hero-description{font-size:15px}.hero-feature{height:480px}.feature-label{display:block}.feature-label>*{display:block;margin:3px 0}.intro{padding:75px 20px}.section-heading{display:block}.section-heading p{margin-top:17px}.product-grid{gap:12px}.product-info h3{font-size:16px}.product-info p{font-size:12px}.wholesale{padding:75px 24px}.wholesale-mark{display:none}.app-section{padding:76px 24px;display:block}.app-section .button{margin-top:28px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}.footer-top>div:first-child{grid-column:span 2}.footer-bottom{gap:15px}}@media(max-width:400px){.product-grid{grid-template-columns:1fr 1fr}.product-info{padding:15px 1px}.product-info h3{font-size:15px}.product-info p{display:none}.product-info a{display:inline-block;margin-top:12px}.hero-feature{height:410px}}

.brand{display:inline-flex;align-items:center;gap:11px;letter-spacing:-.05em}.brand img{display:block;width:52px;height:52px;object-fit:contain;flex:none}.brand span{letter-spacing:-.045em}footer .brand img{width:56px;height:56px}@media(max-width:700px){.brand{font-size:20px;gap:8px}.brand img{width:44px;height:44px}}
/* Product-specific WhatsApp enquiries */
.product-info .whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:42px;padding:0 15px;background:#176c46;color:#fff;border:1px solid #176c46;border-radius:3px;font-size:13px;font-weight:700;line-height:1.2;text-align:center;transition:background .2s,transform .2s}
.product-info .whatsapp-button:hover{background:#115437;transform:translateY(-2px)}
.product-info .whatsapp-button:focus-visible{outline:3px solid #171717;outline-offset:3px}
@media(max-width:700px){.product-info .whatsapp-button{width:100%;padding:8px;font-size:12px}}

.product-price{display:flex;align-items:baseline;gap:8px;margin:0 0 18px}
.product-price strong{font:800 22px/1.2 Manrope,Arial,sans-serif;letter-spacing:-.04em;color:#171717}
.product-info .product-price span{font:600 12px/1.35 'DM Sans',Arial,sans-serif;letter-spacing:0;color:#666}
@media(max-width:700px){.product-price{flex-wrap:wrap;gap:3px 8px;margin-bottom:12px}.product-price strong{font-size:20px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-support{position:fixed;right:20px;bottom:20px;z-index:50;font-size:15px}.chat-launcher{background:#171717;color:#fff;border:1px solid #fff;border-radius:50px;box-shadow:0 8px 30px #0003;padding:15px 20px;font-weight:700;display:flex;gap:15px;align-items:center}.chat-launcher span{font-size:21px}.chat-panel{position:absolute;right:0;bottom:65px;width:min(370px,calc(100vw - 32px));height:min(510px,calc(100dvh - 105px));background:#fff;box-shadow:0 16px 55px #0004;border:1px solid #ddd;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.chat-panel[hidden]{display:none}.chat-head{background:#171717;color:#fff;padding:17px 18px;display:flex;justify-content:space-between;align-items:center}.chat-head strong,.chat-head small{display:block}.chat-head small{font-size:12px;color:#ccc;margin-top:5px}.chat-close{border:0;background:none;color:#fff;font-size:27px;line-height:1;padding:4px}.chat-messages{flex:1;overflow:auto;padding:18px;background:#f7f7f5;display:flex;flex-direction:column;gap:12px}.chat-bubble{max-width:90%;margin:0;padding:12px 14px;line-height:1.5;border-radius:12px;overflow-wrap:anywhere}.chat-bubble.bot{background:#fff;border:1px solid #e5e5e3;align-self:flex-start}.chat-bubble.customer{background:#171717;color:#fff;align-self:flex-end}.chat-suggestions{display:flex;gap:6px;overflow-x:auto;padding:10px 12px}.chat-suggestions button{white-space:nowrap;border:1px solid #ccc;background:#fff;border-radius:20px;padding:8px 10px;font-size:13px}.chat-form{display:flex;border-top:1px solid #ddd;padding:9px 12px;gap:8px}.chat-form input{min-width:0;flex:1;border:0;font:inherit;padding:8px;outline:none}.chat-form button{background:#171717;color:#fff;border:0;border-radius:8px;width:42px;font-size:19px}.chat-note{margin:0;padding:0 14px 13px;font-size:12px;color:#666}.chat-note a{text-decoration:underline;font-weight:700;color:#176c46}.chat-support button:focus-visible,.chat-note a:focus-visible{outline:3px solid #666;outline-offset:2px}@media(max-width:700px){.chat-support{right:12px;bottom:12px}.chat-panel{bottom:62px}.chat-launcher{padding:12px 16px}}
/* Cart */
.cart-count{display:inline-flex;min-width:20px;height:20px;padding:0 5px;justify-content:center;align-items:center;border-radius:20px;background:#fff;color:#171717;font-size:12px;letter-spacing:0}.add-cart{display:block;width:100%;min-height:42px;margin:0 0 12px;border:1px solid #171717;background:#171717;color:#fff;border-radius:3px;font-weight:700;font-size:13px}.add-cart:hover{background:#444}.add-cart:focus-visible{outline:3px solid #888;outline-offset:2px}.cart-page{min-height:65vh;background:#f7f7f5;padding:65px 24px 100px}.cart-container{max-width:900px;margin:auto}.back-link{display:inline-block;margin-bottom:48px;text-decoration:underline;text-underline-offset:4px;font-weight:700}.cart-container .eyebrow{margin-bottom:14px}.cart-container h1{font:800 clamp(40px,6vw,70px)/1.1 Manrope,Arial,sans-serif;letter-spacing:-.06em;margin:0}.cart-intro{color:#626262;line-height:1.6;max-width:640px;margin:20px 0 36px}.cart-empty{padding:50px 25px;background:#fff;text-align:center}.cart-empty[hidden],.cart-summary[hidden]{display:none}.cart-empty h2{font:800 26px Manrope}.cart-empty p{color:#666;margin-bottom:25px}.cart-item{background:#fff;display:flex;gap:22px;padding:20px;margin-bottom:12px}.cart-item img{width:115px;height:135px;object-fit:cover;background:#eee}.cart-item-copy{flex:1}.cart-item h2{font:800 21px Manrope;margin:4px 0 10px}.cart-item p{color:#555;margin:0 0 20px}.qty-controls{display:flex;align-items:center;gap:0}.qty-controls button{width:38px;height:38px;background:#fff;border:1px solid #bbb;font-size:20px}.qty-controls span{min-width:42px;text-align:center}.qty-controls .remove-item{width:auto;margin-left:20px;padding:0 8px;border:0;text-decoration:underline;font-size:13px;color:#555}.cart-summary{margin-top:24px;background:#fff;padding:28px}.cart-summary>div{display:flex;justify-content:space-between;gap:16px;align-items:baseline;font-weight:700;font-size:20px}.cart-summary strong{font:800 30px Manrope}.cart-summary p{color:#666;line-height:1.5}.whatsapp-cart{background:#176c46;color:#fff;margin-top:8px}.whatsapp-cart:hover{background:#115437}@media(max-width:700px){.cart-header nav{display:flex;position:static;padding:0;background:transparent;flex-direction:row;gap:13px}.cart-header nav a{font-size:12px;letter-spacing:0}.cart-header nav a:nth-child(2){display:none}.cart-header .brand{font-size:17px}.cart-header .brand img{width:35px;height:35px}.cart-page{padding:40px 16px 70px}.back-link{margin-bottom:35px}.cart-item{gap:14px;padding:14px}.cart-item img{width:88px;height:115px}.cart-item h2{font-size:16px}.cart-item p{font-size:13px}.cart-summary{padding:20px}.cart-summary .button{width:100%;text-align:center;letter-spacing:0;font-size:12px}}
/* Order enquiry */
.order-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:start}.order-layout[hidden]{display:none}.order-form,.order-summary{background:#fff;padding:30px}.order-form h2,.order-summary h2{font:800 24px Manrope,Arial,sans-serif;margin:0 0 25px}.order-form label{display:block;font-weight:700;margin:17px 0 7px;font-size:14px}.order-form input,.order-form textarea{display:block;width:100%;min-height:46px;padding:10px 12px;border:1px solid #aaa;border-radius:3px;background:#fff;color:#171717;font:16px 'DM Sans',Arial,sans-serif}.order-form textarea{resize:vertical}.order-form input:focus-visible,.order-form textarea:focus-visible{outline:2px solid #171717;outline-offset:2px}.order-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.order-form button{width:100%;margin-top:26px;border:0}.order-help,.order-summary p{color:#626262;line-height:1.5;font-size:13px}.order-product{display:flex;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #e7e7e7}.order-product img{width:54px;height:65px;object-fit:cover}.order-product div{flex:1}.order-product strong,.order-product span{display:block}.order-product strong{font-size:14px}.order-product span{font-size:13px;color:#666;margin-top:4px}.order-product b{white-space:nowrap}.order-total{display:flex;justify-content:space-between;gap:12px;margin-top:20px;font-weight:700}.order-summary>a{text-decoration:underline;text-underline-offset:3px;font-weight:700;font-size:14px}@media(max-width:750px){.order-layout{grid-template-columns:1fr}.order-form,.order-summary{padding:20px}.order-fields{gap:10px}}
/* Header cart icon */
.header-actions{display:flex;align-items:center}.header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:#fff;margin-left:18px}.header-cart .cart-count{position:absolute;top:0;right:-6px;min-width:18px;height:18px;background:#176c46;color:#fff;font-size:11px;border:1px solid #171717}.header-cart:hover{opacity:.7}.header-cart:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(max-width:700px){.site-header .header-cart{margin-left:auto;margin-right:12px}.site-header .header-actions{order:2}.site-header .menu-toggle{order:3}.cart-header nav{margin-left:auto}.cart-header .header-cart{margin-left:14px;margin-right:0}}
.marketplaces{padding:80px clamp(24px,7vw,112px);background:#f7f7f5;text-align:center}.marketplaces h2{font:800 clamp(28px,4vw,52px)/1.15 Manrope,Arial,sans-serif;letter-spacing:-.05em;margin:0 0 34px}.marketplace-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1050px;margin:auto}.marketplace-grid a{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e4e4e4;padding:16px;min-height:180px;transition:transform .2s,box-shadow .2s}.marketplace-grid a:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0001}.marketplace-grid a:focus-visible{outline:3px solid #171717;outline-offset:2px}.marketplace-grid img{display:block;width:min(100%,230px);height:auto;aspect-ratio:3/1;object-fit:contain}.marketplace-grid span{font-size:13px;font-weight:700;margin-top:12px}.marketplace-note{font-size:13px;color:#666;margin:24px 0 0}@media(max-width:700px){.marketplaces{padding:65px 20px}.marketplace-grid{grid-template-columns:1fr;gap:10px}.marketplace-grid a{min-height:130px}.marketplace-grid img{width:180px}.marketplace-grid span{margin-top:0}}
.product-options{display:grid;grid-template-columns:1fr 100px;gap:10px;margin:16px 0}.product-options label{font-size:14px;font-weight:700;display:block}.product-options select,.product-options input{display:block;width:100%;margin-top:6px;min-height:42px;border:1px solid #aaa;border-radius:3px;background:white;color:#171717;padding:8px;font:16px Arial,sans-serif}.product-options :is(select,input):focus-visible{outline:2px solid #171717;outline-offset:2px}.cart-item .item-size{font-size:14px;margin:5px 0;font-weight:700}
/* Shopping storefront */
:root{--ink:#172b50;--canvas:#f1f4f9;--line:#dfe5ee}body{background:var(--canvas)}.site-header{background:#163b84;height:72px;padding:0 clamp(18px,3vw,48px)}.site-header nav a{font-size:13px;letter-spacing:0;text-transform:none}.site-header .brand{font-size:25px}.site-header .header-cart .cart-count{background:#ffcc32;color:#172b50;border-color:#163b84}.store-toolbar{background:#fff;padding:12px clamp(18px,3vw,48px);display:flex;gap:16px;align-items:center;box-shadow:0 2px 8px #1234}.store-toolbar form{display:flex;width:min(700px,100%);min-height:46px}.store-toolbar input{width:100%;border:1px solid #c6d2e3;border-radius:4px 0 0 4px;font:16px 'DM Sans',Arial,sans-serif;padding:0 16px}.store-toolbar button{border:0;background:#ffcc32;color:#192845;padding:0 22px;border-radius:0 4px 4px 0;font-weight:800}.store-toolbar>a{margin-left:auto;white-space:nowrap;font-weight:700;color:#163b84}.store-toolbar .cart-count{background:#e8efff;color:#163b84;margin-left:4px}.intro{padding:30px clamp(18px,3vw,48px) 70px;min-height:70vh}.intro>.eyebrow{display:none}.section-heading{margin:0 0 22px;align-items:center}.section-heading h2{font-size:clamp(30px,3vw,44px);color:#172b50}.section-heading p{font-size:14px;max-width:380px}.shopping-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px}.filters{margin:0}.filters button{font-size:14px;border-color:#ccd6e7;background:#fff;padding:11px 18px}.filters button.active,.filters button:hover{background:#163b84;border-color:#163b84}.sort-control{white-space:nowrap;font-size:14px;font-weight:700;color:#394b65}.sort-control select{font:inherit;border:1px solid #ccd6e7;background:#fff;padding:10px;border-radius:4px;margin-left:7px;color:#172b50}.product-grid{gap:16px}.product{background:#fff;border:1px solid #e0e6f0;border-radius:7px;overflow:hidden;box-shadow:0 2px 8px #142d5210}.product-image{aspect-ratio:1/1.1;background:#f6f6f6}.product-info{padding:15px}.product-info h3{font-size:18px}.product-info .product-price strong{font-size:23px;color:#172b50}.product-info .product-price span{font-size:12px;letter-spacing:0}.add-cart{background:#ffcc32;color:#172b50;border:0}.add-cart:hover{background:#edb900}.product-info .whatsapp-button{border-color:#176c46;color:#fff}.search-status{padding:30px;background:#fff;margin:20px 0;border-radius:6px}.hero{min-height:0;padding:48px clamp(18px,3vw,48px);background:#e7eefb;grid-template-columns:1fr 250px}.hero h1{font-size:clamp(33px,4vw,55px)}.hero-feature{height:220px}.feature-label{display:none}.hero-description{margin:18px 0;font-size:15px}.hero .eyebrow{margin-bottom:12px}.hero .button{min-height:44px}.wholesale{background:#172b50}.site-header .brand img{width:46px;height:46px}@media(max-width:900px){.site-header nav{gap:12px}.site-header nav a{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.site-header{height:64px}.site-header nav{background:#163b84;top:64px}.store-toolbar{padding:10px 14px}.store-toolbar form{min-height:44px}.store-toolbar button{padding:0 13px}.store-toolbar>a{display:none}.intro{padding:24px 14px 55px}.section-heading{display:block}.section-heading p{margin:8px 0 0}.shopping-controls{display:block}.filters{margin-bottom:12px}.sort-control{display:block}.sort-control select{margin-left:10px}.product-grid{gap:10px}.product-info{padding:11px}.product-image{aspect-ratio:1/1.15}.product-info h3{font-size:16px;line-height:1.25}.product-info p{display:none}.product-info .product-price strong{font-size:20px}.product-options{grid-template-columns:1fr 72px;gap:5px}.product-options label{font-size:12px}.product-options select,.product-options input{padding:6px;font-size:14px}.product-info .whatsapp-button{font-size:11px;padding:6px}.hero{grid-template-columns:1fr;padding:35px 20px}.hero-feature{display:none}}
/* Home collection slides */
.home-slider{position:relative;max-width:1600px;margin:18px auto 0;padding:0 clamp(14px,3vw,48px)}
.slider-track{position:relative;height:clamp(300px,31vw,460px);overflow:hidden;border-radius:8px;background:#142c57}
.slide{position:absolute;inset:0;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;visibility:hidden;opacity:0;transition:opacity .45s ease,visibility .45s ease;background:#163b84;color:#fff}
.slide:nth-child(2){background:#213a65}.slide:nth-child(3){background:#28467b}
.slide.is-active{visibility:visible;opacity:1;z-index:1}
.slide-copy{padding:clamp(20px,5vw,76px);position:relative;z-index:1}
.slide-copy span{font-size:13px;font-weight:800;letter-spacing:.14em;color:#ffcc32}
.slide-copy h2{font:800 clamp(30px,4vw,64px)/1.08 Manrope,Arial,sans-serif;letter-spacing:-.05em;margin:16px 0}
.slide-copy p{font-size:clamp(16px,1.7vw,22px);margin:0 0 28px}
.slide-copy a{display:inline-flex;align-items:center;min-height:44px;background:#ffcc32;color:#172b50;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:800}
.slide-copy a:focus-visible,.slider-controls button:focus-visible{outline:3px solid #ffcc32;outline-offset:3px}
.slide img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center 28%;background:#e6eaf1}
.slider-controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:11px}
.slider-controls>button{border:0;background:#163b84;color:#fff;width:36px;height:36px;border-radius:50%;font-size:27px;line-height:1}
.slider-dots{display:flex;align-items:center;gap:10px}.slider-dots button{width:12px;height:12px;border:0;border-radius:50%;background:#b9c7dc;padding:0}.slider-dots button.is-active{background:#163b84}
@media(max-width:700px){.home-slider{margin:10px auto 0}.slider-track{height:430px}.slide{display:flex;flex-direction:column-reverse;justify-content:flex-end}.slide img{height:55%;flex:none}.slide-copy{height:45%;width:100%;padding:16px 20px}.slide-copy span{font-size:11px}.slide-copy h2{font-size:29px;margin:7px 0}.slide-copy p{font-size:15px;margin:0 0 12px}.slide-copy a{min-height:38px;padding:7px 14px}.slider-controls{padding:8px}}
@media(prefers-reduced-motion:reduce){.slide{transition:none}}
/* Official Google Play download badge */
.app-section .play-badge{display:inline-block;line-height:0;flex:none}
.app-section .play-badge img{display:block;width:194px;max-width:100%;height:auto}
.app-section .play-badge:focus-visible{outline:3px solid #163b84;outline-offset:4px}

/* Make the cart page easy to find on desktop and mobile. */
.site-header .header-cart{gap:8px;margin-left:12px;padding:0 10px 0 4px;font-size:14px;font-weight:700;white-space:nowrap}
.site-header .header-cart .cart-count{position:static;min-width:22px;height:22px;border:0;border-radius:11px;font-size:12px}
.site-header .header-cart[aria-current="page"]{text-decoration:underline;text-underline-offset:5px}
.cart-page{background:#f1f4f9}
@media(max-width:700px){.site-header .header-cart{margin-right:6px;padding:0 2px;gap:5px}.site-header .header-cart svg{width:21px;height:21px}.cart-header nav{display:none}.cart-header .brand{font-size:18px}.cart-header .brand img{width:36px;height:36px}}

/* Buy action beside each product photo. */
.product-image{position:relative}
.product-image .photo-buy{position:absolute;right:12px;bottom:12px;min-height:42px;padding:0 18px;border:0;border-radius:4px;background:#ffcc32;color:#172b50;font-size:14px;font-weight:800;box-shadow:0 3px 14px #0003}
.product-image .photo-buy:hover{background:#ffe06d}
.product-image .photo-buy:focus-visible{outline:3px solid #163b84;outline-offset:3px}
@media(max-width:700px){.product-image .photo-buy{right:8px;bottom:8px;min-height:38px;padding:0 12px;font-size:13px}}

/* Product photo galleries */
.product-image .gallery-main{width:100%;height:100%;object-fit:cover;object-position:top}
.product-thumbnails{display:flex;gap:8px;padding:9px 12px;background:#fff}
.product-thumbnails .thumb{width:52px;height:62px;padding:0;border:2px solid #d4dbe7;border-radius:4px;background:#fff;overflow:hidden}
.product-thumbnails .thumb.active{border-color:#163b84}
.product-thumbnails .thumb:focus-visible{outline:3px solid #163b84;outline-offset:2px}
.product-thumbnails .thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;transform:none}
.product .product-thumbnails .thumb:hover img{transform:none}

/* Show each entire product photo without cutting off the garment. */
.product-image{aspect-ratio:2/3;background:#fff}
.product-image .image-open{display:block;width:100%;height:100%;padding:0;border:0;background:#fff;cursor:zoom-in}
.product-image .gallery-main{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:none}
.product:hover .product-image .gallery-main{transform:none}
.product-image .image-open:focus-visible{outline:3px solid #163b84;outline-offset:-3px}
.image-dialog{position:fixed;inset:0;width:min(96vw,900px);max-width:none;height:min(94dvh,1100px);max-height:none;padding:44px 12px 12px;border:0;border-radius:8px;background:#fff;box-shadow:0 20px 60px #0007}
.image-dialog::backdrop{background:#101828cc}
.image-dialog img{display:block;width:100%;height:100%;object-fit:contain}
.image-dialog-close{position:absolute;right:8px;top:6px;width:38px;height:38px;border:0;background:#eef2f8;color:#172b50;border-radius:50%;font-size:27px;line-height:1}
@media(max-width:700px){.product-image{aspect-ratio:2/3}.image-dialog{width:100vw;height:100dvh;border-radius:0;padding:50px 6px 6px}}

/* Keep product details readable alongside the photo and options. */
.product-info .product-description{display:block;color:#4b596e;font-size:14px;line-height:1.5;min-height:4.5em;margin:8px 0 14px}
@media(max-width:700px){.product-info .product-description{display:block;font-size:13px;line-height:1.4;min-height:0;margin:7px 0 10px}}

/* Order status request */
.tracking-container{max-width:760px;min-height:68vh}
.tracking-form{max-width:560px;margin-top:28px}
.tracking-form input{width:100%}
.tracking-form .button{margin-top:22px}
.site-header nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:5px}
@media(max-width:700px){.cart-header nav{display:flex}.cart-header nav a:first-child{display:none}.tracking-container{min-height:62vh}}

/* App-sized screens: full-width shopping cards and comfortable touch controls. */
html,body{max-width:100%;overflow-x:clip}
@media(max-width:600px){
  .site-header{padding:0 12px;gap:6px}
  .site-header .brand{min-width:0;font-size:18px;gap:5px}
  .site-header .brand img{width:38px;height:38px}
  .site-header .header-cart{min-width:44px;min-height:44px;margin:0;padding:0 3px}
  .site-header .header-cart .cart-label{display:none}
  .menu-toggle{min-width:44px;min-height:44px;padding:0}
  .site-header nav.open{max-height:calc(100dvh - 64px);overflow-y:auto;box-shadow:0 12px 24px #0003}
  .site-header nav.open a{display:flex;align-items:center;min-height:44px;font-size:16px}
  .store-toolbar{padding:10px 12px}
  .store-toolbar form{min-width:0;width:100%}
  .store-toolbar input{min-width:0;padding:0 11px}
  .store-toolbar button{min-width:64px}
  .home-slider{padding:0 12px}
  .slider-track{height:390px}
  .slide img{height:50%}
  .slide-copy{height:50%;padding:14px 18px}
  .slide-copy h2{font-size:clamp(24px,7vw,32px);line-height:1.12}
  .slider-controls>button{width:44px;height:44px}
  .slider-dots button{width:18px;height:18px}
  .hero{padding:24px 16px}
  .hero h1{font-size:clamp(34px,10vw,48px)}
  .intro{padding:22px 12px 54px}
  .shopping-controls{min-width:0}
  .filters{max-width:100%;padding-bottom:4px}
  .filters button{min-height:44px;font-size:14px}
  .sort-control select{min-height:44px;max-width:calc(100% - 80px);font-size:16px}
  .product-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  .product-image{aspect-ratio:3/4}
  .product-info{padding:16px}
  .product-info h3{font-size:19px}
  .product-info .product-description{font-size:14px}
  .product-options{grid-template-columns:minmax(0,1fr) 90px;gap:10px}
  .product-options label{font-size:14px}
  .product-options select,.product-options input{min-height:48px;font-size:16px}
  .product-image .photo-buy{min-height:44px;font-size:14px}
  .product-thumbnails .thumb{min-width:48px;min-height:60px}
  .product-info .whatsapp-button,.product-info .add-cart{min-height:44px;font-size:14px}
  .cart-page{padding:24px 12px 56px}
  .cart-header nav{display:none}
  .cart-header .brand{font-size:18px}
  .cart-item{min-width:0}
  .cart-summary .button{min-height:48px;font-size:14px;white-space:normal}
  .order-layout{gap:16px}
  .order-form,.order-summary{padding:18px}
  .order-fields{grid-template-columns:1fr}
  .order-form input,.order-form textarea{font-size:16px;min-height:48px}
  .chat-support{right:12px;bottom:max(12px,env(safe-area-inset-bottom))}
  .chat-launcher{min-height:48px}
  .chat-panel{height:min(510px,calc(100dvh - 120px))}
  footer{padding:48px 16px 20px}
  .footer-top{grid-template-columns:1fr;gap:22px;padding-bottom:35px}
  .footer-top>div:first-child{grid-column:auto}
  .footer-bottom{flex-wrap:wrap}
}

/* Product sharing beside the photo, with a generous tap target. */
.product-image .product-share{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 12px;border:1px solid #d9e1ee;border-radius:24px;background:#fff;color:#163b84;font-size:14px;font-weight:800;box-shadow:0 3px 12px #0002}
.product-image .product-share:hover{background:#eef3fc}
.product-image .product-share:focus-visible{outline:3px solid #163b84;outline-offset:2px}
@media(max-width:600px){.product-image .product-share{top:10px;right:10px;min-width:44px;min-height:44px;padding:0 10px}}

.instagram-section{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:28px;align-items:center;padding:70px max(5vw,20px);background:#f7f5f7;color:#1d1d1d}
.instagram-copy h2{font-size:clamp(30px,4vw,52px);line-height:1.1;margin:10px 0 16px}.instagram-copy p:not(.eyebrow){font-size:17px;line-height:1.55;max-width:520px}.instagram-button{display:inline-flex;margin-top:16px;background:#1b1b1b;color:#fff;min-height:48px;align-items:center;text-decoration:none;padding:0 22px}.instagram-preview{min-height:240px;border-radius:18px;background:linear-gradient(135deg,#7536a3,#d62976 55%,#f58529);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;text-decoration:none;padding:28px;box-shadow:0 16px 34px #41153624}.instagram-preview .instagram-mark{font-size:70px;line-height:1}.instagram-preview strong{font-size:25px}.instagram-preview span:last-child{font-size:15px}.instagram-section a:focus-visible{outline:3px solid #111;outline-offset:4px}
@media(max-width:700px){.instagram-section{grid-template-columns:1fr;padding:45px 16px;gap:22px}.instagram-preview{min-height:190px}}

.channel-section{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:50px max(5vw,20px);background:#eaf8f0;color:#172e20}.channel-section h2{font-size:clamp(28px,3.4vw,44px);line-height:1.15;margin:10px 0}.channel-section p:not(.eyebrow){font-size:17px;line-height:1.5;margin:0}.channel-link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border-radius:28px;background:#137a40;color:#fff;font-size:16px;font-weight:700;text-align:center;text-decoration:none;white-space:nowrap}.channel-link:hover{background:#0d6031}.channel-link:focus-visible{outline:3px solid #13492a;outline-offset:4px}@media(max-width:700px){.channel-section{flex-direction:column;align-items:flex-start;padding:40px 16px}.channel-link{white-space:normal;width:100%}}

.channel-link{gap:10px}.channel-icon{flex:none}.footer-top a.footer-channel{display:inline-flex;align-items:center;gap:8px}.footer-channel .channel-icon{width:19px;height:19px;color:#137a40}

.instagram-live{width:100%;max-width:540px;min-width:0;margin-inline:auto}.instagram-live .instagram-media{min-width:0!important;width:100%!important;margin:0!important;background:#fff;border:1px solid #e9e5e9;border-radius:14px;padding:24px;min-height:180px;display:flex;align-items:center;justify-content:center;text-align:center}.instagram-live .instagram-media a{font-size:16px;font-weight:700;text-decoration:underline}.instagram-fallback{font-size:14px;text-align:center;margin:12px 0 0}.instagram-fallback a{text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.instagram-live{max-width:100%}}

/* Footer inspired by the supplied mobile reference */
footer{background:#2824df;color:#fff;padding:64px clamp(24px,5vw,76px) 24px}
.footer-top{display:grid;grid-template-columns:minmax(270px,2fr) repeat(3,minmax(140px,1fr));gap:clamp(28px,4vw,72px);padding-bottom:56px}
.footer-top p,.footer-bottom{color:#fff}
.footer-top h3{font:800 20px/1.3 Manrope,Arial,sans-serif;letter-spacing:.02em;text-transform:uppercase;margin:8px 0 26px}
.footer-top a:not(.brand){font-size:16px;line-height:1.45;margin:0 0 18px}
.footer-top a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-contact .brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:30px;font-size:24px}
.footer-contact .brand img{object-fit:contain}
.footer-contact-row{display:flex;align-items:flex-start;gap:20px;margin:0 0 30px;font-size:17px;line-height:1.55}
.footer-contact-row svg{width:25px;height:25px;flex:none;margin-top:2px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-contact-row p{margin:0;line-height:1.55}
.footer-contact-row a{display:block;margin:2px 0 0!important;font-size:17px!important}
.footer-email{overflow-wrap:anywhere}
.footer-links a{display:block}
.footer-links .footer-channel{display:flex!important;align-items:center;gap:9px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.55);padding-top:24px;font-size:13px}
@media(max-width:900px){.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){footer{padding:36px 22px 100px}.footer-top{display:block;padding-bottom:34px}.footer-contact{border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:28px;margin-bottom:34px}.footer-contact .brand{margin-bottom:24px}.footer-contact-row{gap:20px;margin-bottom:30px}.footer-links{margin:0 0 42px}.footer-top h3{font-size:21px;margin:0 0 26px}.footer-top a:not(.brand){font-size:17px;margin-bottom:20px}.footer-bottom{gap:10px;flex-wrap:wrap}}
/* Match the footer to the header's BiG FACTORY blue. */
footer{background:#163b84}

/* Checkout address step, matching the compact mobile order reference. */
.checkout-page{background:#fff;padding:0 20px 70px}
.checkout-container{max-width:1120px}
.checkout-progress{display:flex;align-items:flex-start;max-width:710px;margin:0 auto 42px;padding:22px 0 25px;border-bottom:1px solid #e4e4e4}
.progress-step{display:flex;flex:0 0 80px;flex-direction:column;align-items:center;gap:8px;font-size:15px;color:#9ba1aa;text-align:center}
.progress-step.done,.progress-step.current{color:#171717}
.step-circle{display:grid;place-items:center;width:52px;height:52px;border:2px solid #a7acb4;border-radius:50%;font-size:22px;font-weight:700;color:#9ba1aa}
.progress-step.done .step-circle,.progress-step.current .step-circle{background:#219653;border-color:#219653;color:#fff}
.progress-line{height:3px;flex:1;margin:25px 3px 0;background:repeating-linear-gradient(90deg,#e2e3e6 0 7px,transparent 7px 14px)}
.progress-line.done{background:#219653}
.checkout-page h1{font-size:clamp(30px,4vw,44px);margin:12px 0}
.checkout-page .cart-intro{font-size:16px;line-height:1.5;margin-bottom:28px}
.checkout-page .order-layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:32px}
.checkout-form{border:0;box-shadow:none;padding:0;background:#fff}
.fulfilment-options{border:0;padding:0;margin:0 0 40px}
.fulfilment-options legend{font-size:16px;font-weight:700;margin-bottom:16px}
.fulfilment-switch{display:flex;border:2px solid #111;border-radius:999px;overflow:hidden}
.fulfilment-switch label{position:relative;flex:1;margin:0;cursor:pointer;text-align:center}
.fulfilment-switch input{position:absolute;opacity:0;width:1px;height:1px}
.fulfilment-switch span{display:grid;place-items:center;min-height:62px;padding:10px 12px;font-size:18px;font-weight:500;background:#fff;color:#111}
.fulfilment-switch input:checked+span{background:#111;color:#fff}
.fulfilment-switch input:focus-visible+span{outline:3px solid #219653;outline-offset:-5px}
.checkout-form h2{font:800 25px Manrope,Arial,sans-serif;margin:0 0 26px}
.checkout-field{min-width:0;margin-bottom:25px}
.checkout-form .checkout-field label{font-size:15px;font-weight:600;color:#454950;margin-bottom:8px}
.checkout-form .checkout-field input,.checkout-form .checkout-field textarea{border:1px solid #a9adb4;border-radius:6px;min-height:58px;padding:14px 16px;font-size:17px;margin:0}
.checkout-form .checkout-field input::placeholder,.checkout-form .checkout-field textarea::placeholder{color:#9ba1aa}
.checkout-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.checkout-field small{display:block;color:#5d626a;font-size:14px;line-height:1.4;margin-top:8px}
.checkout-form .phone-control{display:flex;border:1px solid #a9adb4;border-radius:6px;align-items:center;overflow:hidden}
.checkout-form .phone-control span{font-size:17px;padding-left:16px}
.checkout-form .phone-control input{border:0;min-width:0;padding-left:8px}
.checkout-form .phone-control:focus-within{outline:2px solid #171717;outline-offset:2px}
.checkout-form .phone-control input:focus-visible{outline:none}
.checkout-form .checkout-pair.delivery-field[hidden],.checkout-form .checkout-field.delivery-field[hidden],.pickup-info[hidden]{display:none}
.pickup-info{background:#f1f4f9;padding:18px 20px;margin:0 0 26px;border-radius:6px;font-size:16px;line-height:1.5}
.pickup-info p{margin:8px 0 0}
.checkout-submit{width:100%;min-height:54px;font-size:15px}
.checkout-form .order-help{font-size:14px;line-height:1.5}
@media(max-width:800px){.checkout-page .order-layout{grid-template-columns:1fr}.checkout-page .order-summary{order:2}}
@media(max-width:600px){.checkout-page{padding:0 18px 55px}.checkout-progress{margin:0 -18px 28px;padding:14px 18px 22px}.progress-step{flex-basis:68px;font-size:14px}.step-circle{width:46px;height:46px}.progress-line{margin-top:22px}.fulfilment-switch span{min-height:54px;font-size:15px}.checkout-pair{gap:12px}.checkout-form .checkout-field input,.checkout-form .checkout-field textarea{font-size:16px}.checkout-page .order-summary{padding:18px}}
.map-location{border:1px solid #d8dee7;background:#f7f9fc;border-radius:8px;padding:20px;margin:4px 0 28px}
.map-location h3{font:800 19px Manrope,Arial,sans-serif;margin:0 0 7px;color:#172b50}
.map-location h3 span{font:500 14px 'DM Sans',Arial,sans-serif;color:#617084}
.map-location p{font-size:15px;line-height:1.5;margin:0 0 16px;color:#4e5b6c}
.map-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.map-actions button,.map-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #172b50;border-radius:5px;background:#fff;color:#172b50;padding:9px 14px;font-size:15px;font-weight:700}
.map-actions button{background:#172b50;color:#fff;cursor:pointer}
.map-location label{display:block;font-size:15px;font-weight:700;margin-bottom:8px}
.checkout-form .map-location input{display:block;width:100%;min-height:50px;border:1px solid #a9adb4;border-radius:5px;padding:10px 12px;font:16px 'DM Sans',Arial,sans-serif;background:#fff}
.map-status{font-size:14px;line-height:1.5;color:#4e5b6c;margin-top:9px}
#clear-location{border:0;background:transparent;color:#172b50;text-decoration:underline;padding:8px 0;margin-top:8px;font-size:14px;font-weight:700}
#clear-location[hidden]{display:none}
.payment-page .order-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.75fr)}
.payment-panel{background:#fff;border:1px solid #dce2eb;border-radius:8px;padding:28px}
.payment-panel h2{font:800 25px Manrope,Arial,sans-serif;margin:0 0 20px}
.payment-choice{display:flex;align-items:center;gap:16px;min-height:84px;border:1px solid #b7c1cf;border-radius:7px;padding:13px 17px;margin-bottom:12px;cursor:pointer}
.payment-choice:has(input:checked){border:2px solid #172b50;background:#f4f7fc;padding:12px 16px}
.payment-choice input{width:20px;height:20px;accent-color:#172b50;flex:none}
.payment-choice span:last-child{display:flex;flex-direction:column;gap:4px}
.payment-choice strong{font-size:17px}.payment-choice small{font-size:14px;color:#5c6675;line-height:1.35}
.payment-icon{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:20px;flex:none}
.payment-icon.phonepe{background:#653a9b;color:#fff}.payment-icon.gpay{background:#fff;border:1px solid #d7dce5;color:#4285f4}.payment-icon.upi{background:#e9f6ed;color:#176e46;font-size:14px;font-style:italic}
.payment-info{background:#eef3fa;border-radius:7px;padding:18px 20px;margin:23px 0;color:#172b50}
.payment-info strong{font-size:16px}.payment-info p{font-size:15px;line-height:1.55;margin:7px 0 0}
.payment-product{font-size:15px;line-height:1.5;padding:10px 0;border-bottom:1px solid #e2e6ed;margin:0}
@media(max-width:800px){.payment-page .order-layout{grid-template-columns:1fr}}
@media(max-width:600px){.payment-panel{padding:18px}.payment-choice{padding:12px;gap:10px}.payment-choice:has(input:checked){padding:11px}.payment-icon{width:34px;height:34px}}
.upi-pay-box,.proof-box{border-top:1px solid #dce2eb;margin-top:30px;padding-top:28px}
.upi-pay-box h2,.proof-box h2{margin:0 0 12px}
.upi-pay-box p,.proof-box p{font-size:15px;line-height:1.55;color:#465064}
.upi-pay-box p strong{font-size:18px;color:#172b50;overflow-wrap:anywhere}
#copy-upi{border:1px solid #172b50;border-radius:4px;background:#fff;color:#172b50;min-height:38px;padding:5px 12px;font-weight:700;margin-left:8px}
.upi-pay-box label,.proof-box label{display:block;font-size:15px;font-weight:700;margin:16px 0 7px}
.upi-pay-box input,.proof-box input{display:block;width:100%;min-height:50px;border:1px solid #aeb9c9;border-radius:5px;background:#fff;color:#172b50;padding:11px 13px;font:16px 'DM Sans',Arial,sans-serif;margin-bottom:14px}
.upi-pay-box .button{width:100%;min-height:52px;font-size:15px}
.proof-box small{display:block;font-size:14px;color:#5d6675;line-height:1.5;margin-bottom:17px}
#upi-status,#proof-status{font-size:14px;line-height:1.5;margin:12px 0 0}
.payment-icon.cod{background:#eaf6ed;color:#187243;font-size:20px}
.payment-choice:has(input:disabled){opacity:.55;cursor:not-allowed}
#upi-pay-box[hidden],#proof-box[hidden]{display:none}
.upi-qr{max-width:300px;margin:18px auto 24px;text-align:center}
.upi-qr img{display:block;width:100%;height:auto;background:#fff;border:1px solid #e2e5ea;border-radius:7px;padding:8px;image-rendering:pixelated}
.upi-qr p{font-size:14px;line-height:1.5;margin:10px 0 0;color:#475366}
