@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap";:root{--ink:#171713;--green:#173f35;--gold:#e3b331;--paper:#fbfaf7;--cream:#f2eee4;--line:#ded9cd;--muted:#6f6c64}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}img{object-fit:cover;width:100%;display:block}.store-header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 5vw;display:grid;position:sticky;top:0}.store-logo{text-align:left;letter-spacing:.08em;background:0 0;border:0;align-items:center;gap:10px;font-weight:800;display:flex}.store-logo img{border-radius:50%;width:43px;height:43px}.store-logo small{letter-spacing:.18em;font-size:8px;display:block}.store-header nav{gap:18px;display:flex}.store-header nav button{background:0 0;border:0;font-size:12px;font-weight:700}.cart-button{background:var(--ink);color:#fff;border:0;border-radius:99px;justify-self:end;padding:9px 14px}.cart-button b{color:var(--ink);background:#fff;border-radius:50%;place-items:center;width:20px;height:20px;margin-left:7px;display:inline-grid}.notice{background:var(--ink);color:#fff;z-index:30;border-radius:10px;padding:13px 15px;position:fixed;top:92px;right:20px;box-shadow:0 12px 35px #0003}.notice button{color:#fff;background:0 0;border:0;margin-left:20px;font-size:18px}.hero{text-align:center;background:radial-gradient(circle at 20% 20%,#eedba9 0,#0000 34%),linear-gradient(135deg,#f5f0e4,#e5eee8);justify-content:center;align-items:center;min-height:570px;padding:70px 20px;display:flex}.hero>div{max-width:760px}.hero span,.section-title>span,.catalog-heading span,.product-copy>span,.checkout-layout form>span{letter-spacing:.2em;color:#a04e35;font-size:10px;font-weight:800}.hero h1,.section-title h2,.catalog-heading h1,.product-copy h1,.cart-page>h1,.checkout-layout h1,.confirmed h1,.policy-page h1{font-family:DM Serif Display,serif;font-weight:400}.hero h1{margin:20px 0;font-size:clamp(58px,8vw,96px);line-height:.9}.hero p{max-width:620px;color:var(--muted);margin:0 auto 30px;line-height:1.7}.hero button,.primary{background:var(--ink);color:#fff;border:0;border-radius:99px;padding:14px 22px;font-weight:700}.hero .outline{color:var(--ink);border:1px solid var(--ink);background:0 0;margin-left:9px}.home-section,.catalog-page,.product-page,.cart-page,.checkout-page,.policy-page{max-width:1180px;margin:auto;padding:76px 22px}.section-title,.catalog-heading{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.section-title h2{margin:6px 0;font-size:42px}.section-title button{background:0 0;border:0;text-decoration:underline}.category-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.category-grid button{background:var(--green);color:#fff;text-align:left;border:0;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:180px;padding:22px;display:flex}.category-grid button:nth-child(2n){color:var(--ink);background:#eadfca}.category-grid b{opacity:.65;font-size:11px}.category-grid span{font-family:DM Serif Display;font-size:26px}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.product-photo{background:#eee;border:0;width:100%;height:340px;padding:0;position:relative}.product-photo img{height:100%}.product-photo span,.product-photo b{letter-spacing:.12em;background:#fff;border-radius:99px;padding:7px 9px;font-size:9px;position:absolute;top:12px;left:12px}.product-photo b{color:#fff;background:#5b2424}.product-card>div{padding:17px}.product-card small{letter-spacing:.1em;color:#a04e35;font-size:9px}.product-card h3{min-height:42px;margin:7px 0 12px;font-size:16px}.product-card p{gap:8px;margin:0;display:flex}.product-card del{color:#999}.card-actions{gap:7px;margin-top:15px;display:flex}.card-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;flex:1;padding:9px;font-size:11px}.card-actions button:first-child{background:var(--ink);color:#fff;border-color:var(--ink)}.back{color:var(--muted);background:0 0;border:0;margin-bottom:28px;padding:0}.catalog-heading h1{margin:5px 0;font-size:54px}.catalog-heading select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px}.empty{text-align:center;background:var(--cream);border-radius:16px;padding:70px 20px}.product-detail{grid-template-columns:1.1fr .9fr;gap:60px;display:grid}.product-gallery{grid-template-columns:1fr 1fr;gap:10px;display:grid}.product-gallery img{border-radius:13px;height:430px}.product-gallery img:first-child:last-child{grid-column:1/-1;height:650px}.product-copy{height:max-content;position:sticky;top:110px}.product-copy h1{margin:14px 0;font-size:52px;line-height:1}.detail-price{align-items:center;gap:12px;font-size:24px;display:flex}.detail-price del{color:#999;font-size:17px}.product-copy>p{color:var(--muted);line-height:1.7}.product-copy fieldset,.checkout-layout fieldset{border:0;margin:24px 0;padding:0}.product-copy legend,.checkout-layout legend{margin-bottom:10px;font-size:12px;font-weight:800}.option-row{flex-wrap:wrap;gap:8px;display:flex}.option-row button{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:57px;padding:10px}.option-row button.selected{background:var(--ink);color:#fff}.option-row button:disabled{opacity:.35}.option-row small{margin-top:3px;font-size:7px;display:block}.product-copy>.primary{border-radius:10px;width:100%}.whatsapp-action{color:#17633f;background:#eaf7f0;border:1px solid #238b57;border-radius:10px;width:100%;margin-top:9px;padding:13px;font-weight:700}.cart-page>h1{font-size:52px}.cart-page sup{background:var(--ink);color:#fff;border-radius:50%;padding:6px 9px;font:12px DM Sans}.cart-layout,.checkout-layout{grid-template-columns:1fr 340px;gap:45px;display:grid}.cart-line{border-top:1px solid var(--line);grid-template-columns:110px 1fr auto;gap:18px;padding:18px 0;display:grid;position:relative}.cart-line img{border-radius:9px;height:135px}.cart-line small{color:#a04e35}.cart-line h2{margin:7px 0;font-size:17px}.cart-line p{color:var(--muted);font-size:12px}.quantity{border:1px solid var(--line);align-self:center;align-items:center;display:flex}.quantity button{background:#fff;border:0;padding:8px 11px}.quantity span{padding:0 4px}.remove{color:#a63d35;background:0 0;border:0;font-size:11px;position:absolute;bottom:18px;right:0}.cart-layout aside,.checkout-layout aside{background:var(--cream);border-radius:14px;height:max-content;padding:25px}.cart-layout aside>span,.cart-layout aside>strong{display:block}.cart-layout aside>strong{margin:8px 0 25px;font-size:30px}.cart-layout aside button{border-radius:10px;width:100%;margin-top:8px;padding:12px}.checkout-layout{grid-template-columns:1fr 360px}.checkout-layout form{gap:15px;display:grid}.checkout-layout h1{margin:0 0 10px;font-size:52px}.checkout-layout label{gap:6px;font-size:12px;font-weight:700;display:grid}.checkout-layout input,.checkout-layout select,.checkout-layout textarea{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:13px}.checkout-layout .radio{border:1px solid var(--line);border-radius:9px;grid-template-columns:20px 1fr;align-items:center;margin-bottom:7px;padding:12px;display:flex}.checkout-layout .radio input{width:17px}.checkout-layout aside p{justify-content:space-between;gap:15px;font-size:12px;display:flex}.confirmed{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:50px 20px;display:flex}.confirmed>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:60px;height:60px;font-size:26px;display:grid}.confirmed h1{margin:18px 0;font-size:56px}.confirmed p{max-width:600px;color:var(--muted);line-height:1.7}.policy-page{max-width:760px;min-height:60vh}.policy-page h1{font-size:54px}.policy-page p{color:var(--muted);line-height:1.8}footer{background:var(--ink);color:#fff;grid-template-columns:1fr 1fr;gap:35px;padding:55px 6vw 25px;display:grid}footer p{color:#aaa}footer>div button{color:#fff;background:0 0;border:1px solid #666;border-radius:99px;padding:10px 14px}footer nav{grid-template-columns:1fr 1fr;gap:5px;display:grid}footer nav button{color:#ccc;text-align:left;background:0 0;border:0;font-size:11px}footer>small{color:#777;border-top:1px solid #333;grid-column:1/-1;padding-top:20px}@media (width<=800px){.store-header{grid-template-columns:1fr auto;padding:0 14px}.store-header nav{display:none}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.product-copy{position:static}.checkout-layout aside{order:-1}.product-gallery img{height:300px}}@media (width<=520px){.store-header{height:68px}.store-logo img{width:39px;height:39px}.hero{min-height:500px;padding:55px 16px}.hero h1{font-size:55px}.hero>div>div{gap:8px;display:grid}.hero .outline{margin:0}.home-section,.catalog-page,.product-page,.cart-page,.checkout-page,.policy-page{padding:44px 14px}.section-title h2{font-size:35px}.category-grid{gap:8px}.category-grid button{min-height:130px;padding:16px}.category-grid span{font-size:20px}.product-grid{gap:9px}.product-photo{height:230px}.product-card>div{padding:12px}.product-card h3{font-size:14px}.card-actions{display:grid}.catalog-heading{gap:15px;display:grid}.catalog-heading h1,.product-copy h1,.cart-page>h1,.checkout-layout h1,.policy-page h1{font-size:42px}.product-gallery{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.product-gallery img,.product-gallery img:first-child:last-child{scroll-snap-align:start;min-width:88%;height:420px}.cart-line{grid-template-columns:82px 1fr}.cart-line img{height:110px}.cart-line .quantity{grid-column:2;justify-self:start}.remove{bottom:12px}.confirmed h1{font-size:44px}footer{grid-template-columns:1fr}footer>small{grid-column:1}.section-title{align-items:flex-start}.section-title button{margin-top:12px}}:root{--green:#6b1525;--paper:#f7f3f0;--cream:#f3e9e5;--line:#eaded9;--gold:#d7a631;--muted:#6b6264}body{background:#f7f3f0}.store-header{background:#fffdfbf2}.hero{background:radial-gradient(circle at 20% 20%,#ead7bd 0,#0000 34%),linear-gradient(135deg,#f7f3f0,#f1e4e1)}.category-grid button{background:#6b1525}.category-grid button:nth-child(2n){background:#eaded9}.product-card,.review-card,.track-card{background:#fffdfb}.whatsapp-action{color:#6b1525;background:#f6e9ec;border-color:#8d2234}.status-result{background:#f3e9e5}footer{background:#321018}.header-actions{justify-self:end;align-items:center;gap:8px;display:flex}.language-button{color:#6b1525;white-space:nowrap;background:#fffdfb;border:1px solid #6b1525;border-radius:99px;padding:9px 13px;font-size:12px;font-weight:800}@media (width<=520px){.header-actions{gap:5px}.language-button{padding:8px 10px;font-size:11px}.cart-button{padding:8px 10px}}:root{--brand:#6b1525;--brand-dark:#4f0f1b;--surface:#fff;--shadow:0 16px 44px #45231c14}@media (width<=800px){.instagram-sizes button,.language-switch button{min-width:40px!important;min-height:40px!important}}@media (width<=520px){.language-switch button:first-child{display:block!important}.language-switch span{display:inline!important}.language-switch button:last-child{font-size:11px!important}.language-switch button:last-child:after{content:none!important}}.product-card-sizes{flex-wrap:wrap;gap:5px;margin:9px 0 12px;display:flex}.product-card-sizes span{color:#75655e;flex-basis:100%;font-size:10px}.product-card-sizes b{background:#fffaf7;border:1px solid #dfd3cc;border-radius:999px;padding:4px 7px;font-size:10px;line-height:1}html,body{max-width:100%;overflow-x:hidden}body{line-height:1.5}.store-header{max-width:100%;box-shadow:0 4px 24px #2a18140d}.store-logo,.header-actions{min-width:0}.store-header nav{align-items:center}.store-header nav button,.store-header nav a{white-space:nowrap;padding:10px 2px}.hero{min-height:540px}.hero h1{letter-spacing:-.025em;max-width:820px}.hero p{font-size:16px}.hero>div>div{justify-content:center;gap:10px;display:flex}.hero .outline{margin-left:0}.home-section{width:100%}.section-title h2{line-height:1.05}.category-grid button,.product-card,.instagram-card{transition:transform .18s,box-shadow .18s,border-color .18s}.category-grid button:hover,.product-card:hover,.instagram-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card,.instagram-card{box-shadow:0 8px 28px #351f190b}.product-photo img,.instagram-photo img{background:#f1eee8}.card-actions button,.instagram-actions button,.instagram-actions a{justify-content:center;align-items:center;min-height:42px;display:inline-flex}.cart-layout aside,.checkout-layout aside,.review-card,.track-card{box-shadow:var(--shadow)}footer{margin-top:28px}@media (width<=800px){.store-header{grid-template-columns:minmax(0,1fr) auto;gap:8px;height:70px;padding:0 12px}.store-logo{gap:8px;overflow:hidden}.store-logo span{font-size:13px;line-height:1.1}.store-logo small{margin-top:3px}.header-actions{gap:5px}.language-switch{gap:1px;padding:2px}.language-switch button{padding:6px;font-size:11px}.cart-button{padding:7px 10px;font-size:11px}.cart-button b{width:19px;height:19px;margin-left:4px}.insta-mobile-link{border-radius:999px!important;width:auto!important;padding:8px!important;font-size:11px!important}.insta-mobile-link:before{display:none}.hero{min-height:500px;padding:58px 20px}.hero h1{margin:18px auto;font-size:clamp(44px,12vw,62px);line-height:.94}.hero p{font-size:15px;line-height:1.65}.home-section,.catalog-page,.product-page,.cart-page,.checkout-page,.policy-page{padding-left:18px;padding-right:18px}.section-title{gap:14px}.category-grid button{border-radius:15px}.product-card,.instagram-card{border-radius:16px}.product-photo{height:clamp(215px,60vw,330px)}.product-card h3{min-height:auto}.card-actions{display:flex}.card-actions button{min-width:0}.floating-whatsapp{bottom:calc(14px + env(safe-area-inset-bottom));max-width:calc(100vw - 24px);font-size:12px;right:12px}}@media (width<=520px){.store-logo img{flex:0 0 38px;width:38px;height:38px}.store-logo span{letter-spacing:.05em;font-size:12px}.store-logo small,.language-switch button:first-child,.language-switch span{display:none}.language-switch button:last-child{min-height:34px;font-size:0}.language-switch button:last-child:after{content:"ಕನ್ನಡ";font-size:11px}.cart-button{border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font-size:0;display:grid}.cart-button b{margin:0;font-size:11px}.hero{text-align:left;justify-content:flex-start;min-height:470px;padding:52px 18px}.hero h1{max-width:340px;margin-left:0;font-size:46px}.hero p{margin-left:0;font-size:14px}.hero>div>div{grid-template-columns:1fr;max-width:330px;display:grid}.hero button{width:100%;min-height:48px}.section-title{margin-bottom:20px;display:block}.section-title h2{font-size:32px}.steps .category-grid{grid-template-columns:1fr}.steps article{gap:7px;min-height:auto;padding:18px}.steps article b,.steps article span{display:block}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-grid button{min-height:116px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-photo{height:220px}.product-card>div{padding:12px}.product-card small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.product-card h3{margin-bottom:8px;font-size:14px;line-height:1.3}.product-card p{font-size:13px}.card-actions{grid-template-columns:1fr;gap:6px;display:grid}.card-actions button{min-height:40px}.instagram-grid{gap:14px}.instagram-card-copy{padding:16px}.instagram-actions{grid-template-columns:1fr;display:grid!important}.product-detail{gap:25px}.product-gallery img,.product-gallery img:first-child:last-child{height:390px}.cart-page>h1,.checkout-layout h1,.product-copy h1{font-size:38px}.cart-line{gap:12px}.checkout-layout aside{padding:18px}footer{padding:40px 20px 24px}}
