@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
@import url('cart-notification.css');
@import url('colorful-refresh.css?v=4');
@import url('branding.css');
@import url('mobile-cart-refresh.css');
@import url('social-brand-system.css?v=1');
@import url('header-hero-refresh.css?v=1');
@import url('product-carousel.css?v=1');
@import url('seo-services.css?v=1');
:root{--ink:#262238;--muted:#716c7f;--cream:#fffaf3;--lav:#f0edff;--primary:#6654e8;--coral:#ff6f61;--yellow:#ffd343;--mint:#80dbc9;--line:#e9e4df;--radius:24px;--shadow:0 18px 50px rgba(50,38,86,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;margin:0;overflow-x:hidden}h1,h2,h3,.navbar-brand{font-family:'Manrope',sans-serif;letter-spacing:-.035em}a{color:inherit;text-decoration:none}img{max-width:100%}.announcement{background:var(--ink);color:#fff;padding:8px 0;font-size:.83rem}.site-header{background:rgba(255,255,255,.95);backdrop-filter:blur(18px);box-shadow:0 1px 0 var(--line)}.navbar{padding:17px 0}.navbar-brand{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:800}.brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:12px;color:white;background:linear-gradient(135deg,var(--primary),#8e7cf6);box-shadow:0 7px 20px rgba(102,84,232,.25)}.brand-mark.large{width:68px;height:68px;border-radius:22px;font-size:1.8rem}.search-box{position:relative;width:min(46vw,570px);display:flex;align-items:center;background:#f7f6f8;border:1px solid transparent;border-radius:99px;padding:0 18px}.search-box:focus-within{border-color:#cfc8ff;background:white;box-shadow:0 0 0 4px #eeeaff}.search-box input{border:0;background:transparent;width:100%;height:46px;padding:0 10px;outline:0}.search-suggestions{position:absolute;top:53px;left:0;right:0;background:#fff;border-radius:18px;box-shadow:var(--shadow);z-index:30;overflow:hidden}.suggestion{display:flex;align-items:center;gap:12px;padding:10px}.suggestion:hover{background:var(--cream)}.suggestion img{width:45px;height:45px;object-fit:cover;border-radius:10px}.header-actions{display:flex;gap:8px}.header-actions a{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;font-size:1.2rem;position:relative}.header-actions a:hover{background:var(--lav);color:var(--primary)}.cart-count{position:absolute;right:0;top:-3px;font-size:.65rem;background:var(--coral);color:#fff;min-width:18px;height:18px;border-radius:99px;display:grid;place-items:center}.category-nav{border-top:1px solid var(--line);padding:11px 0;font-size:.9rem;font-weight:600}.category-nav a:hover{color:var(--primary)}.mobile-links{display:grid}.mobile-links a{padding:15px 0;border-bottom:1px solid var(--line);font-weight:600}.btn{border-radius:14px;font-weight:700;padding:11px 20px;border:0}.btn-lg{padding:15px 24px}.btn-primary{background:var(--primary);box-shadow:0 8px 24px rgba(102,84,232,.2)}.btn-primary:hover{background:#5643db;transform:translateY(-1px)}.btn-light{background:#f5f3f8}.btn-dark{background:var(--ink)}.hero{background:var(--cream);padding:34px 0 0}.hero-shell{position:relative;min-height:620px;border-radius:36px 36px 0 0;overflow:hidden;background:#e9dcce}.hero-shell>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,243,.95) 0%,rgba(255,250,243,.8) 35%,rgba(255,250,243,0) 64%)}.hero-copy{position:relative;z-index:2;width:54%;padding:90px 0 60px 65px}.pill{display:inline-block;padding:9px 15px;border-radius:99px;background:#fff;color:var(--primary);font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.hero h1{font-size:clamp(3rem,5.3vw,5.7rem);line-height:.99;margin:22px 0}.hero h1 em{font-style:normal;color:var(--primary)}.hero p{font-size:1.18rem;max-width:560px;color:#5f5868}.hero-proof{display:flex;gap:26px;margin-top:35px;font-size:.9rem;font-weight:600}.hero-proof i{color:var(--primary)}.section{padding:90px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.section-head h2{font-size:clamp(2rem,3vw,3.1rem);margin:4px 0 0}.section-head>a{font-weight:700;color:var(--primary)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);font-size:.76rem;font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{min-height:188px;border-radius:24px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;transition:.25s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.category-card i{font-size:3.1rem;position:absolute;top:20px;right:20px;opacity:.85}.category-card span{font:700 1.05rem 'Manrope'}.category-card small{color:var(--muted)}.tone-0{background:#dfe8ff}.tone-1{background:#ffe2df}.tone-2{background:#fff1af}.tone-3{background:#dff8f1}.tone-4{background:#ece5ff}.tone-5{background:#ffe7c6}.products-section{background:#fbfafc}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border:1px solid #eeeaf0;border-radius:24px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image{display:block;aspect-ratio:1/1;background:#f5eff4;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-image img{transform:scale(1.04)}.badge-sale{position:absolute;left:14px;top:14px;background:var(--coral);color:#fff;border-radius:99px;padding:6px 10px;font-size:.75rem;font-weight:800}.product-info{padding:19px}.product-info .eyebrow{font-size:.65rem}.product-info h3{font-size:1.05rem;margin:6px 0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info strong{font-size:1.08rem}.product-info del{color:#aaa;font-size:.8rem;margin-left:5px}.icon-button{border:0;width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;transition:.2s}.icon-button:hover{background:var(--primary);transform:rotate(90deg)}.promo{border-radius:34px;background:var(--primary);color:white;padding:58px 65px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.promo h2{font-size:3.4rem;margin:15px 0}.promo p{font-size:1.1rem;color:#dad4ff}.promo-icons{display:flex}.promo-icons span{width:115px;height:115px;border-radius:30px;background:#fff;color:var(--primary);display:grid;place-items:center;font-size:3.5rem;margin-left:-18px;transform:rotate(8deg);box-shadow:var(--shadow)}.promo-icons span:nth-child(2){background:var(--yellow);color:var(--ink);transform:rotate(-10deg)}.promo-icons span:nth-child(3){background:var(--mint);transform:rotate(16deg)}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.trust-section{padding:65px 0;background:var(--cream)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.trust-grid i{font-size:2rem;color:var(--primary)}.trust-grid h3{font-size:1rem;margin:10px 0 4px}.trust-grid p{margin:0;color:var(--muted)}.page-hero{padding:75px 0;background:linear-gradient(135deg,var(--cream),var(--lav));text-align:center}.page-hero.compact{padding:52px 0}.page-hero h1{font-size:clamp(2.6rem,5vw,4.6rem);margin:8px}.page-hero p{color:var(--muted);margin:auto;max-width:650px}.filter-card,.summary-card,.checkout-card,.contact-form,.track-form,.review-form{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff}.filter-card{display:grid;gap:18px;position:sticky;top:150px}.filter-card h2,.summary-card h2,.checkout-card h2{font-size:1.25rem}.filter-card label,.checkout-card label,.admin-form label,.auth-card label,.contact-form label,.track-form label,.profile-form label,.review-form label{display:grid;gap:7px;font-size:.85rem;font-weight:700}.form-control,.form-select{border:1px solid #ded9e2;border-radius:12px;padding:11px 13px}.form-control:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #eeeaff}.empty-state{text-align:center;padding:90px 25px;border:1px dashed #ddd3df;border-radius:28px}.empty-state i{font-size:4rem;color:var(--primary)}.breadcrumb{display:flex;gap:9px;color:var(--muted);font-size:.86rem;margin-bottom:30px;flex-wrap:wrap}.product-main-image{aspect-ratio:1;border-radius:30px;overflow:hidden;background:#f6eff4;cursor:zoom-in}.product-main-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-main-image:hover img{transform:scale(1.08)}.product-detail h1{font-size:clamp(2.5rem,4vw,4rem);margin:10px 0}.rating{color:#f4a623;font-weight:700}.product-price{display:flex;align-items:center;gap:15px;margin:22px 0}.product-price strong{font-size:2rem}.product-price del{color:#aaa}.product-price span{background:#ffe4e1;color:#d74436;padding:5px 10px;border-radius:99px;font-weight:700;font-size:.8rem}.stock{font-weight:700}.stock i{font-size:.55rem}.stock.in{color:#258b68}.stock.out{color:#c33}.product-buy{display:grid;gap:18px;margin:25px 0}.buy-row{display:flex;gap:12px}.qty{display:flex;border:1px solid var(--line);border-radius:14px;overflow:hidden}.qty button{border:0;background:#f8f6f9;width:38px}.qty input{border:0;text-align:center;width:42px}.product-assurances{display:flex;gap:18px;flex-wrap:wrap;padding:18px 0;border-block:1px solid var(--line);font-size:.82rem;font-weight:700}.product-assurances i{color:var(--primary)}.sku{font-size:.8rem;color:var(--muted);margin-top:14px}.product-tabs{margin-top:70px}.product-tabs .nav-link{color:var(--muted);font-weight:700;padding:15px 24px}.product-tabs .nav-link.active{color:var(--primary)}.tab-content{padding:30px 20px;line-height:1.8}.review{border-bottom:1px solid var(--line);padding:20px 0}.review h3{font-size:1rem}.review-form form,.contact-form,.track-form,.profile-form{display:grid;gap:18px}.cart-lines{border-top:1px solid var(--line)}.cart-line{display:flex;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-line img{width:100px;height:100px;object-fit:cover;border-radius:18px}.cart-line input{width:74px}.coupon-input{max-width:190px}.summary-card{display:grid;gap:13px}.summary-card>div{display:flex;justify-content:space-between}.summary-card .total{font-size:1.25rem}.summary-card>small{text-align:center;color:var(--muted);margin-top:8px}.checkout-card{margin-bottom:24px}.checkout-card h2{display:flex;align-items:center;gap:10px;margin-bottom:22px}.checkout-card h2 span{width:30px;height:30px;background:var(--lav);color:var(--primary);border-radius:10px;display:grid;place-items:center}.sticky-summary{position:sticky;top:150px}.checkout-line{align-items:center!important;gap:10px}.checkout-line img{width:55px;height:55px;border-radius:12px;object-fit:cover}.checkout-line span{flex-grow:1}.checkout-line small{color:var(--muted)}.payment-options{display:grid;gap:12px}.payment-options>label{display:flex;align-items:center;gap:14px;padding:17px;border:1px solid var(--line);border-radius:16px;cursor:pointer}.payment-options>label:has(input:checked){border-color:var(--primary);background:var(--lav)}.payment-options>label>i{font-size:1.5rem;color:var(--primary)}.payment-options label span{display:grid}.payment-options small{color:var(--muted)}.upi-fields{display:none;grid-template-columns:130px 1fr;gap:18px;padding:18px;background:#faf8fc;border-radius:16px}.payment-options:has(input[value=upi]:checked) .upi-fields{display:grid}.qr-placeholder{background:white;border:8px solid var(--ink);display:grid;place-items:center;aspect-ratio:1}.qr-placeholder i{font-size:4rem}.status-page{max-width:680px;margin:auto;text-align:center;padding:110px 20px}.status-icon{width:100px;height:100px;border-radius:32px;background:var(--lav);color:var(--primary);display:grid;place-items:center;font-size:2.8rem;margin:0 auto 25px}.status-icon.success{background:#ddf8ee;color:#218965}.status-icon.failed{background:#ffe5e2;color:#c64235}.status-icon span{font-size:1.2rem;font-weight:800}.status-page h1{font-size:3.5rem}.status-page p{font-size:1.1rem;color:var(--muted)}.status-summary{display:grid;grid-template-columns:1fr 1fr;text-align:left;padding:22px;background:#faf8fc;border-radius:18px;margin:28px 0}.status-summary strong{text-align:right}.auth-shell{min-height:78vh;display:grid;grid-template-columns:1fr 1fr}.auth-art{background:linear-gradient(135deg,var(--ink),#493b91);color:#fff;padding:9vw;display:flex;flex-direction:column;justify-content:center}.auth-art h2{font-size:4.5rem;margin:25px 0}.auth-art p{font-size:1.2rem;color:#cfc7ee}.auth-card{padding:8vw;display:flex;flex-direction:column;justify-content:center}.auth-card h1{font-size:3rem}.auth-card form{display:grid;gap:18px}.auth-card>p{margin-top:20px}.account-shell{display:grid;grid-template-columns:260px 1fr;gap:50px}.account-shell aside{border:1px solid var(--line);border-radius:24px;height:max-content;overflow:hidden}.account-person{padding:28px;display:grid;text-align:center;border-bottom:1px solid var(--line)}.account-person>span{margin:auto;width:52px;height:52px;border-radius:18px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800}.account-person small{color:var(--muted)}.account-shell aside nav{display:grid;padding:10px}.account-shell aside nav a{padding:13px;border-radius:12px}.account-shell aside nav a.active,.account-shell aside nav a:hover{background:var(--lav);color:var(--primary)}.account-shell aside nav i{margin-right:8px}.account-content h1{font-size:3rem}.account-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:25px 0 40px}.account-stats>div{padding:25px;background:var(--cream);border-radius:20px}.account-stats span{display:block;font:800 1.7rem 'Manrope'}.status-pill{display:inline-block;padding:6px 11px;border-radius:99px;background:var(--lav);color:var(--primary);font-size:.76rem;font-weight:800}.order-line,.order-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.order-line small,.order-item small{display:block;color:var(--muted)}.timeline{display:grid;gap:0}.timeline>div{position:relative;padding:0 0 25px 30px;display:grid}.timeline>div:before{content:"";position:absolute;left:8px;top:8px;bottom:-8px;width:2px;background:#ddd5fa}.timeline>div:last-child:before{display:none}.timeline>div>span{position:absolute;left:2px;top:4px;width:14px;height:14px;background:var(--primary);border-radius:50%;box-shadow:0 0 0 5px var(--lav)}.timeline small{color:var(--muted)}.contact-list{display:grid;gap:20px;margin:30px 0}.contact-list>div{display:flex;gap:15px;align-items:center}.contact-list i{width:48px;height:48px;background:var(--lav);color:var(--primary);display:grid;place-items:center;border-radius:15px;font-size:1.2rem}.contact-list span{display:grid}.map-placeholder{height:210px;border-radius:24px;background:var(--cream);display:grid;place-items:center;text-align:center;color:var(--muted)}.map-placeholder i{font-size:3rem;display:block}.faq-wrap,.narrow,.prose{max-width:850px}.accordion-item{border:1px solid var(--line)!important;border-radius:17px!important;overflow:hidden;margin-bottom:12px}.accordion-button{font-weight:700;padding:20px}.accordion-button:not(.collapsed){background:var(--lav);color:var(--primary);box-shadow:none}.track-form{max-width:600px;margin:auto}.track-result{text-align:center;margin-top:30px;padding:35px;background:var(--cream);border-radius:24px}.track-result>i{font-size:3rem;color:var(--primary)}.prose{font-size:1.06rem;line-height:1.9}.footer{background:#28233d;color:#fff;padding:80px 0 28px}.footer h3{font-size:1rem;margin-bottom:16px}.footer .col-6 a,.footer .col-lg-2 a{display:block;color:#c7c1d7;margin:9px 0}.footer hr{border-color:#59536a;margin:45px 0 22px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.6rem;box-shadow:var(--shadow);z-index:20}
@media(max-width:1199px){.category-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{width:60%;padding-left:45px}.hero-shell{min-height:580px}}@media(max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero-shell>img{opacity:.55}.hero-shell:after{background:linear-gradient(90deg,rgba(255,250,243,.98),rgba(255,250,243,.55))}.hero-copy{width:80%}.promo-icons{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.account-shell{grid-template-columns:1fr}.account-shell aside nav{grid-template-columns:repeat(4,1fr)}.account-shell aside nav a{font-size:.8rem}.account-shell aside nav a:last-child{display:none}.account-person{display:none}.auth-art{display:none}.auth-shell{grid-template-columns:1fr}.auth-card{max-width:700px;margin:auto;width:100%}}@media(max-width:575px){.section{padding:60px 0}.hero{padding-top:0}.hero-shell{border-radius:0;min-height:650px}.hero-copy{width:100%;padding:60px 22px}.hero h1{font-size:3.25rem}.hero-proof{display:grid;gap:8px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:155px;padding:16px}.category-card i{font-size:2.4rem}.product-grid,.mini-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-info{padding:12px}.product-info h3{font-size:.85rem}.product-info strong{font-size:.9rem}.icon-button{width:32px;height:32px}.section-head{align-items:start}.section-head h2{font-size:2rem}.promo{margin-inline:12px;padding:38px 25px}.promo h2{font-size:2.4rem}.trust-grid{grid-template-columns:1fr 1fr;gap:20px}.page-hero h1{font-size:2.6rem}.cart-line{display:grid;grid-template-columns:75px 1fr auto}.cart-line img{width:75px;height:75px}.cart-line input{grid-column:2}.cart-line>strong{grid-column:3;grid-row:2}.cart-line .btn-link{grid-column:3;grid-row:1}.upi-fields{grid-template-columns:1fr}.qr-placeholder{width:130px}.status-page h1{font-size:2.5rem}.account-content h1{font-size:2.4rem}.account-shell aside nav{display:flex;overflow:auto}.account-shell aside nav a{min-width:max-content}.auth-card{padding:70px 22px}.auth-card h1{font-size:2.5rem}.footer{padding-top:60px}.product-assurances{display:grid}.buy-row{flex-wrap:wrap}.buy-row .qty{order:2}.buy-row .wishlist{order:3}.buy-row .btn-primary{flex-basis:100%}.product-tabs .nav-link{padding:12px;font-size:.8rem}}
