@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Nunito:wght@400;500;600&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy:#0F1111;--navy2:#232F3E;--navy3:#37475A;--orange:#FF9900;--orange-dark:#C45500;--orange-light:#FFF3E0;--yellow:#FFD814;--white:#FFFFFF;--bg:#EAEDED;--text:#0F1111;--muted:#565959;--border:#D5D9D9;--green:#007600;--red:#B12704;--star:#FF9900;--info:#007185;--prime:#00A8E0;--success:#067D62;--link:#007185;--font-head:"Outfit",sans-serif;--font-body:"Nunito",sans-serif;--radius:4px;--radius-lg:8px;--shadow-sm:0 1px 4px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.12)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}.skip-link{position:absolute;top:-40px;left:0;background:var(--orange);color:var(--navy);padding:8px 14px;font-weight:700;border-radius:0 0 4px;transition:top .2s;z-index:9999}.skip-link:focus{top:0}.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}.page-width{max-width:1360px;margin:0 auto;padding:0 16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:var(--radius);cursor:pointer;font-family:var(--font-head);font-weight:700;font-size:14px;padding:10px 22px;transition:background .15s,color .15s,border-color .15s;text-decoration:none}.btn:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.btn-primary{background:var(--orange);color:var(--navy)}.btn-primary:hover{background:var(--orange-dark);color:var(--white);text-decoration:none}.btn-secondary{background:transparent;color:var(--white);border:1.5px solid #aab4be}.btn-secondary:hover{border-color:var(--white);text-decoration:none}.btn-yellow{background:var(--yellow);color:var(--navy);border:1px solid #FCD200;border-radius:20px}.btn-yellow:hover{background:#f7ca00;text-decoration:none}.btn-pill{border-radius:24px}.btn-full{width:100%}.btn-sm{padding:6px 14px;font-size:12px}.btn-lg{padding:13px 28px;font-size:15px}.site-header{background:var(--navy2);position:sticky;top:0;z-index:200}.site-header__top{display:flex;align-items:center;gap:10px;padding:8px 16px}.site-logo{color:var(--white);font-family:var(--font-head);font-size:22px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;text-decoration:none}.site-logo em{color:var(--orange);font-style:normal}.site-logo:hover{text-decoration:none}.site-search{flex:1;display:flex;height:38px;border-radius:var(--radius);overflow:hidden}.site-search__category{background:#f3f3f3;border:none;padding:0 8px;font-size:12px;color:#555;cursor:pointer;border-right:1px solid #cdcdcd}.site-search__input{flex:1;border:none;outline:none;padding:0 12px;font-size:14px;font-family:var(--font-body)}.site-search__btn{background:var(--orange);border:none;padding:0 14px;cursor:pointer;display:flex;align-items:center}.site-search__btn svg{width:18px;height:18px}.site-search__btn:hover{background:var(--orange-dark)}.site-header__actions{display:flex;align-items:center;gap:4px}.header-action{color:var(--white);font-size:11px;padding:6px 10px;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;text-align:center;line-height:1.4;white-space:nowrap;text-decoration:none;display:block}.header-action:hover{border-color:var(--white);text-decoration:none;color:var(--white)}.header-action strong{display:block;font-size:13px;font-family:var(--font-head)}.cart-link__wrap{display:flex;align-items:center;gap:4px}.cart-count{background:var(--orange);color:var(--navy);font-weight:700;font-size:12px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-top:-8px;margin-left:-4px}.site-nav{background:var(--navy3);padding:4px 16px;display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav__item{color:var(--white);font-size:13px;padding:4px 10px;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;white-space:nowrap;text-decoration:none}.site-nav__item:hover{border-color:var(--white);text-decoration:none;color:var(--white)}.site-nav__item--highlight{color:var(--orange);font-weight:700}.breadcrumb{background:var(--white);padding:10px 16px;font-size:12px;color:var(--muted);border-bottom:1px solid var(--border)}.breadcrumb a{color:var(--info)}.breadcrumb__sep{margin:0 5px}.hero{background:linear-gradient(135deg,#1a2a4a,#232f3e,#0d1b2e);padding:48px 32px;display:flex;align-items:center;gap:40px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:-60px;top:-60px;width:350px;height:350px;border-radius:50%;background:#ff99000f;pointer-events:none}.hero__text{flex:1;z-index:1}.hero__badge{background:var(--orange);color:var(--navy);font-size:11px;font-weight:700;padding:3px 10px;border-radius:12px;display:inline-block;margin-bottom:14px;letter-spacing:.5px;font-family:var(--font-head)}.hero__title{color:var(--white);font-family:var(--font-head);font-size:36px;font-weight:700;line-height:1.15;margin-bottom:12px}.hero__title em{color:var(--orange);font-style:normal}.hero__sub{color:#aab4be;font-size:15px;margin-bottom:24px;line-height:1.6}.hero__price{margin-bottom:24px}.hero__price .mrp{color:#89a;font-size:14px;text-decoration:line-through}.hero__price .sale{color:var(--orange);font-size:32px;font-weight:700;font-family:var(--font-head)}.hero__price .save{color:#4b4;font-size:13px;margin-left:8px}.hero__actions{display:flex;gap:10px;flex-wrap:wrap}.hero__image{width:260px;height:260px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,255,255,.1);overflow:hidden}.hero__image img{width:100%;height:100%;object-fit:cover}.countdown{display:flex;gap:8px;margin-bottom:22px;align-items:center;flex-wrap:wrap}.countdown__label{color:#aab4be;font-size:13px}.countdown__box{background:#ff990026;border:1px solid rgba(255,153,0,.3);color:var(--orange);font-family:var(--font-head);font-size:20px;font-weight:700;padding:6px 12px;border-radius:6px;min-width:44px;text-align:center}.countdown__sep{color:var(--orange);font-size:18px;font-weight:700;margin:-2px}.section-wrap{padding:16px}.section-title{font-family:var(--font-head);font-size:20px;font-weight:700;margin-bottom:14px;color:var(--text);display:flex;align-items:center;justify-content:space-between}.section-title a{font-size:13px;font-weight:600;color:var(--info)}.section-title a:hover{color:var(--orange-dark)}.categories{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.cat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 18px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;min-width:90px;transition:box-shadow .15s;text-decoration:none;color:var(--text)}.cat-card:hover{box-shadow:var(--shadow-md);text-decoration:none;color:var(--text)}.cat-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}.cat-label{font-size:11px;font-weight:600;text-align:center}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:box-shadow .15s,transform .1s;position:relative;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card__img{width:100%;height:180px;background:#f0f2f2;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:var(--img-fit,contain);background:var(--img-bg,#fff);image-rendering:-webkit-optimize-contrast}.badge{position:absolute;top:8px;left:8px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--radius)}.badge--deal{background:var(--red);color:var(--white)}.badge--new{background:var(--green);color:var(--white)}.badge--hot{background:var(--orange);color:var(--navy)}.product-card__wishlist{position:absolute;top:8px;right:8px;background:#ffffffd9;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:background .15s}.product-card__wishlist:hover{background:var(--white)}.product-card__body{padding:12px;flex:1;display:flex;flex-direction:column}.product-card__title{font-size:13px;font-weight:600;line-height:1.4;margin-bottom:6px;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__brand{font-size:11px;color:var(--muted);margin-bottom:4px}.stars{display:flex;align-items:center;gap:4px;margin-bottom:6px}.stars__fill{color:var(--star);font-size:13px;letter-spacing:1px}.stars__count{font-size:11px;color:var(--info)}.price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-bottom:6px}.price--sale{font-size:18px;font-weight:700;color:var(--red);font-family:var(--font-head)}.price--mrp{font-size:12px;color:var(--muted);text-decoration:line-through}.price--pct{font-size:12px;color:var(--green);font-weight:600}.prime-badge{font-size:10px;color:var(--prime);font-weight:700;letter-spacing:.5px;border:1px solid var(--prime);padding:1px 5px;border-radius:2px;display:inline-block;margin-top:4px}.stock-warn{font-size:11px;color:var(--red);font-weight:600;margin-top:4px}.product-card--hover:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.product-card--border-hover:hover{border-color:var(--orange)}.product-card__cta{padding:0 12px 12px;margin-top:auto}.add-to-cart-btn{width:100%;background:var(--orange);border:none;padding:8px;font-size:13px;font-weight:700;color:var(--navy);border-radius:var(--radius);cursor:pointer;font-family:var(--font-head);margin-top:8px;transition:background .15s,color .15s}.add-to-cart-btn:hover{background:var(--orange-dark);color:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.deal-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.deal-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.deal-section__title{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--red)}.deal-timer{display:flex;align-items:center;gap:6px}.dt-box{background:#1a1a1a;color:var(--white);font-family:var(--font-head);font-size:16px;font-weight:700;padding:4px 9px;border-radius:var(--radius)}.dt-sep{color:#555;font-weight:700}.deal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.deal-card{border:1px solid var(--border);border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color .15s}.deal-card:hover{border-color:var(--orange)}.deal-card__img{height:140px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;overflow:hidden}.deal-card__img img{width:100%;height:100%;object-fit:var(--img-fit,contain);background:var(--img-bg,#fff);image-rendering:-webkit-optimize-contrast}.deal-card__body{padding:10px}.savings-pct{font-size:22px;font-weight:700;color:var(--red);font-family:var(--font-head)}.savings-text{font-size:11px;color:var(--muted);margin-top:2px}.deal-progress{background:#eee;border-radius:var(--radius);height:6px;margin-top:8px;overflow:hidden}.deal-progress__fill{background:var(--orange);height:6px;border-radius:var(--radius)}.deal-claimed{font-size:10px;font-weight:600;margin-top:4px}.deal-claimed--high{color:var(--red)}.deal-claimed--med{color:var(--muted)}.rv-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.rv-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;min-width:140px;max-width:140px;cursor:pointer;flex-shrink:0}.rv-card__img{height:110px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.rv-card__img img{width:100%;height:100%;object-fit:var(--img-fit,contain);background:var(--img-bg,#fff);image-rendering:-webkit-optimize-contrast}.rv-card__body{padding:8px}.rv-card__title{font-size:11px;font-weight:600;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rv-card__price{font-size:13px;font-weight:700;color:var(--red);font-family:var(--font-head)}.trust-strip{background:var(--white);border-top:2px solid var(--orange);border-bottom:1px solid var(--border);padding:20px 16px}.trust-strip__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.trust-item{display:flex;align-items:center;gap:10px}.trust-item__icon{width:40px;height:40px;background:var(--orange-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item__text strong{display:block;font-size:13px;font-weight:700;font-family:var(--font-head)}.trust-item__text span{font-size:11px;color:var(--muted)}.site-footer{background:var(--navy2);color:var(--white);padding:32px 16px 16px}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;margin-bottom:24px}.footer-col h4{font-family:var(--font-head);font-size:14px;font-weight:700;margin-bottom:12px;color:var(--white)}.footer-col a{display:block;color:#aab4be;font-size:12px;margin-bottom:7px;text-decoration:none}.footer-col a:hover{color:var(--white)}.site-footer__bottom{border-top:1px solid #3a4553;padding-top:16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-logo{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--white)}.footer-logo em{color:var(--orange);font-style:normal}.footer-copy{font-size:11px;color:#789;text-align:center}.payment-badges{display:flex;gap:6px;flex-wrap:wrap}.pay-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:3px 8px;font-size:10px;color:var(--white);font-weight:600}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--white)}.product-gallery{padding:20px;border-right:1px solid var(--border);position:relative}.gallery__stage{position:relative;width:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;-webkit-user-select:none;user-select:none;margin-bottom:10px;aspect-ratio:1/1}.gallery__slides{display:flex;width:100%;height:100%;transition:none}.gallery__slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;opacity:0;transition:opacity .25s ease;pointer-events:none}.gallery__slide.active{opacity:1;pointer-events:auto;position:relative}.gallery__slide-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translateZ(0)}.gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffffeb;border:1px solid var(--border);border-radius:50%;width:36px;height:36px;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,background .2s,box-shadow .2s;box-shadow:0 1px 4px #0000001f;color:var(--text)}.gallery__arrow--prev{left:8px}.gallery__arrow--next{right:8px}.gallery__stage:hover .gallery__arrow{opacity:1}.gallery__arrow:hover{background:#fff;box-shadow:0 2px 8px #0003}.gallery__arrow:active{transform:translateY(-50%) scale(.95)}.gallery__dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:none;gap:5px;z-index:10}.gallery__dot{width:7px;height:7px;border-radius:50%;background:#00000040;cursor:pointer;transition:background .2s,width .2s;display:inline-block}.gallery__dot.active{background:var(--orange);width:18px;border-radius:4px}.gallery__zoom-hint{position:absolute;bottom:10px;right:10px;background:#0009;color:#fff;font-size:10px;padding:4px 9px;border-radius:10px;display:flex;align-items:center;gap:4px;pointer-events:none;z-index:10;transition:opacity .3s}.gallery__stage.zooming .gallery__zoom-hint{opacity:0}.gallery__lens{position:absolute;border:2px solid var(--orange);border-radius:4px;pointer-events:none;display:none;z-index:15;box-shadow:0 0 0 1px #0000001a,0 2px 8px #0003}.gallery__zoom-result{position:absolute;top:0;left:calc(100% + 16px);width:400px;height:400px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff no-repeat;background-size:cover;box-shadow:0 4px 24px #0000001f;z-index:50;display:none;pointer-events:none;overflow:hidden}.gallery__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:10}.gallery__badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;color:#fff;line-height:1.4}.gallery__badge--deal{background:var(--deal-badge-bg,#CC0C39);color:var(--deal-badge-color,#fff)}.gallery__badge--new{background:#007600;color:#fff}.gallery__badge--hot{background:var(--orange);color:#fff}.gallery__wishlist{position:absolute;top:10px;right:10px;z-index:10;background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;box-shadow:0 1px 4px #0000001f;transition:transform .2s,box-shadow .2s}.gallery__wishlist:hover{transform:scale(1.12);box-shadow:0 2px 8px #0000002e}.gallery__wishlist.active{background:#fff0f0}.gallery__thumb-rail{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.gallery__thumb{width:68px;height:68px;flex-shrink:0;border:2px solid var(--border);border-radius:6px;background:#fafafa;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;padding:0;transition:border-color .15s,box-shadow .15s;position:relative}.gallery__thumb img{width:100%;height:100%;object-fit:contain;object-position:center;image-rendering:-webkit-optimize-contrast}.gallery__thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;transition:opacity .15s;opacity:0;background:#ff99001a}.gallery__thumb.active,.gallery__thumb:hover{border-color:var(--orange)}.gallery__thumb.active:after,.gallery__thumb:hover:after{opacity:1}.gallery__share{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.gallery__share-label{font-weight:600}.gallery__share-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;transition:background .15s,color .15s;text-decoration:none}.gallery__share-btn:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.product-info-panel{padding:20px}.product__brand{color:var(--info);font-size:13px;margin-bottom:6px}.product__title{font-family:var(--font-head);font-size:20px;font-weight:700;line-height:1.3;margin-bottom:10px;color:var(--text)}.product__rating-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border);flex-wrap:wrap}.product__rating-num{color:var(--info);font-size:13px}.price-block{margin-bottom:14px}.price-block__badge{background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:var(--radius);display:inline-block;margin-bottom:6px}.price-block__main{font-size:28px;font-weight:700;color:var(--red);font-family:var(--font-head)}.price-block__mrp{font-size:13px;color:var(--muted);margin-top:3px}.price-block__save{color:var(--green);font-size:13px;font-weight:600}.prime-box{display:flex;align-items:center;gap:6px;margin-bottom:14px;padding:8px 12px;background:#e8f4fc;border-radius:6px;border:1px solid #b8ddf3}.prime-box__label{color:var(--prime);font-weight:800;font-size:14px;font-family:var(--font-head)}.prime-box__text{font-size:12px;color:#003552}.variant-section{margin-bottom:14px}.variant-section__label{font-size:13px;font-weight:700;margin-bottom:8px}.variant-section__label span{font-weight:400;color:var(--muted)}.color-swatches{display:flex;gap:8px;flex-wrap:wrap}.swatch{width:36px;height:36px;border-radius:50%;border:2px solid var(--border);cursor:pointer}.swatch.active,.swatch:hover{border-color:var(--orange);box-shadow:0 0 0 2px var(--orange)}.size-btns{display:flex;gap:6px;flex-wrap:wrap}.size-btn{padding:6px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;cursor:pointer;background:var(--white)}.size-btn.active{border-color:var(--orange);background:var(--orange-light);font-weight:700}.size-btn:hover:not(.active){border-color:var(--orange-dark)}.qty-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.qty-label{font-size:13px;font-weight:600}.qty-ctrl{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-btn{background:#f0f2f2;border:none;width:32px;height:32px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--orange-light)}.qty-val{padding:0 16px;font-size:14px;font-weight:600;border-left:1px solid var(--border);border-right:1px solid var(--border);height:32px;display:flex;align-items:center}.cta-stack{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.delivery-info{font-size:12px;color:var(--muted);line-height:1.7}.delivery-info strong{color:var(--text)}.sticky-add-bar{background:var(--white);border-top:1px solid var(--border);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;bottom:0;z-index:50}.sticky-add-bar__title{font-size:13px;font-weight:600;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sticky-add-bar__price{font-size:16px;font-weight:700;color:var(--red);font-family:var(--font-head);white-space:nowrap}.info-tabs{background:var(--white);border-top:4px solid var(--orange)}.info-tabs__bar{display:flex;border-bottom:1px solid var(--border);padding:0 16px;overflow-x:auto;scrollbar-width:none}.info-tabs__bar::-webkit-scrollbar{display:none}.info-tab{padding:12px 20px;font-size:13px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;color:var(--muted);white-space:nowrap;background:none;border-left:none;border-right:none;border-top:none;font-family:var(--font-body)}.info-tab.active{color:var(--orange);border-bottom-color:var(--orange)}.info-panel{padding:20px 16px;display:none}.info-panel.active{display:block}.spec-table{width:100%;border-collapse:collapse}.spec-table tr:nth-child(2n){background:#f7fafa}.spec-table td{padding:9px 12px;font-size:13px;border-bottom:1px solid var(--border)}.spec-table td:first-child{font-weight:600;color:var(--muted);width:40%}.review-summary{display:flex;gap:24px;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border);flex-wrap:wrap}.big-rating__num{font-size:48px;font-weight:700;font-family:var(--font-head);line-height:1}.big-rating__stars{color:var(--star);font-size:18px}.rating-bars{flex:1;min-width:200px}.bar-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.bar-label{font-size:12px;color:var(--info);white-space:nowrap;min-width:40px}.bar-track{flex:1;height:8px;background:#eee;border-radius:var(--radius);overflow:hidden}.bar-fill{height:8px;background:var(--orange);border-radius:var(--radius)}.review-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px;margin-bottom:12px}.reviewer{display:flex;align-items:center;gap:8px;margin-bottom:8px}.reviewer__avatar{width:32px;height:32px;border-radius:50%;background:var(--orange-light);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--orange-dark)}.reviewer__name{font-size:13px;font-weight:600}.reviewer__date{font-size:11px;color:var(--muted)}.review-card__title{font-size:13px;font-weight:700;margin-bottom:4px}.review-card__body{font-size:12px;color:var(--muted);line-height:1.6}.review-card__verified{font-size:11px;color:var(--green);font-weight:600}.collection-header{background:var(--white);padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.collection-header__title{font-family:var(--font-head);font-size:20px;font-weight:700}.collection-header__count{font-size:13px;color:var(--muted)}.sort-row{display:flex;align-items:center;gap:8px}.sort-select{border:1px solid var(--border);border-radius:var(--radius);padding:6px 10px;font-size:13px;background:var(--white)}.view-toggle{display:flex;gap:4px}.view-btn{width:30px;height:30px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center}.view-btn.active{background:var(--orange-light);border-color:var(--orange)}.collection-body{display:grid;grid-template-columns:220px 1fr;gap:0;min-height:500px}.filter-sidebar{background:var(--white);border-right:1px solid var(--border);padding:16px}.filter-group{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:none}.filter-group__title{font-size:14px;font-weight:700;margin-bottom:12px;font-family:var(--font-head)}.filter-option{display:flex;align-items:center;gap:8px;margin-bottom:8px;cursor:pointer}.filter-option input[type=checkbox]{accent-color:var(--orange);width:15px;height:15px;cursor:pointer}.filter-option label{font-size:13px;cursor:pointer;flex:1}.filter-option .count{font-size:11px;color:var(--muted)}.collection-grid{padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;align-content:start}.active-filters{padding:10px 16px;background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-tag{display:flex;align-items:center;gap:5px;background:var(--orange-light);border:1px solid var(--orange);color:var(--orange-dark);font-size:12px;padding:3px 10px;border-radius:12px;cursor:pointer}.cart-header{background:var(--white);padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:baseline;gap:10px}.cart-header h1{font-family:var(--font-head);font-size:22px;font-weight:700}.cart-layout{display:grid;grid-template-columns:1fr 300px;gap:16px;padding:16px;align-items:start}.cart-items-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.cart-items-header{padding:12px 16px;background:#f7fafa;border-bottom:1px solid var(--border);font-size:12px;color:var(--muted);display:flex;justify-content:space-between}.cart-item{display:flex;gap:14px;padding:16px;border-bottom:1px solid var(--border);position:relative}.cart-item:last-child{border-bottom:none}.cart-item__img{width:110px;height:110px;background:#f5f5f5;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:contain}.cart-item__info{flex:1}.cart-item__title{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:4px;color:var(--info)}.cart-item__meta{font-size:12px;color:var(--muted);margin-bottom:6px}.cart-item__stock{color:var(--success);font-size:12px;font-weight:600;margin-bottom:8px}.cart-item__price{text-align:right;flex-shrink:0}.item-price--sale{font-size:18px;font-weight:700;color:var(--red);font-family:var(--font-head)}.item-price--mrp{font-size:12px;color:var(--muted);text-decoration:line-through}.item-savings{font-size:11px;color:var(--success);font-weight:600}.coupon-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px}.coupon-box__title{font-size:14px;font-weight:700;margin-bottom:10px;font-family:var(--font-head)}.coupon-row{display:flex;gap:8px}.coupon-input{flex:1;border:1px solid var(--border);border-radius:var(--radius);padding:8px 10px;font-size:13px;outline:none}.coupon-input:focus{border-color:var(--orange)}.coupon-btn{background:var(--orange);border:none;padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:700;color:var(--navy);cursor:pointer}.order-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;position:sticky;top:10px}.order-summary__title{font-family:var(--font-head);font-size:16px;font-weight:700;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border)}.summary-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:10px}.summary-row--discount{color:var(--success)}.summary-row--total{font-size:16px;font-weight:700;font-family:var(--font-head);padding-top:12px;border-top:1px solid var(--border);margin-top:6px}.checkout-btn-main{width:100%;background:var(--orange);color:var(--navy);border:none;padding:13px;font-size:15px;font-weight:700;border-radius:24px;cursor:pointer;font-family:var(--font-head);margin-top:14px}.checkout-btn-main:hover{background:#e68900}.secure-note{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;color:var(--muted);margin-top:10px}.auth-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:40px 16px}.auth-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;width:100%;max-width:400px}.auth-box__title{font-family:var(--font-head);font-size:22px;font-weight:700;margin-bottom:6px}.auth-box__sub{font-size:13px;color:var(--muted);margin-bottom:20px}.auth-divider{text-align:center;font-size:12px;color:var(--muted);margin:14px 0;position:relative}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:43%;height:1px;background:var(--border)}.auth-divider:before{left:0}.auth-divider:after{right:0}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:16px;padding:16px}.account-sidebar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;position:sticky;top:80px;height:fit-content}.account-nav__item{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:13px;cursor:pointer;border-left:3px solid transparent;color:var(--text);text-decoration:none}.account-nav__item:hover{background:#f7fafa;color:var(--text);text-decoration:none}.account-nav__item.active{border-left-color:var(--orange);background:var(--orange-light);font-weight:700;color:var(--orange-dark)}.account-content{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.account-content__title{font-family:var(--font-head);font-size:18px;font-weight:700;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.order-card{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:14px}.order-card__header{background:#f7fafa;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--border)}.order-card__body{padding:14px}.status-badge{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px}.status-badge--delivered{background:#e6f9ef;color:#016b39}.status-badge--processing{background:var(--orange-light);color:var(--orange-dark)}.status-badge--shipped{background:#e8f4fc;color:#003552}.status-badge--cancelled{background:#fdecea;color:var(--red)}.field{margin-bottom:14px}.field__label{display:block;font-size:12px;font-weight:600;margin-bottom:5px}.field__input{width:100%;padding:9px 12px;border:1px solid #a6a6a6;border-radius:var(--radius);font-family:var(--font-body);font-size:13px;outline:none;transition:border .15s}.field__input:focus{border-color:var(--orange);box-shadow:0 0 0 2px #ff990040}.field__error{font-size:11px;color:#cc0c39;margin-top:3px}textarea.field__input{resize:vertical;min-height:100px}select.field__input{background:var(--white);cursor:pointer}.page-hero{background:linear-gradient(135deg,var(--navy2),var(--navy3));padding:40px 20px;text-align:center;color:var(--white)}.page-hero__eyebrow{font-size:12px;font-weight:700;color:var(--orange);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.page-hero__title{font-family:var(--font-head);font-size:30px;font-weight:700;margin-bottom:10px}.page-hero__sub{font-size:15px;color:#aab4be;max-width:500px;margin:0 auto}.error-404{text-align:center;padding:80px 20px}.error-404__code{font-family:var(--font-head);font-size:100px;font-weight:700;color:var(--orange);line-height:1}.error-404__title{font-family:var(--font-head);font-size:24px;font-weight:700;margin:10px 0}.error-404__sub{font-size:14px;color:var(--muted);margin-bottom:24px}.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:10px;overflow:hidden}.faq-item__q{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:14px;font-weight:700;cursor:pointer;background:var(--white);border:none;width:100%;text-align:left;font-family:var(--font-body)}.faq-item__q:hover{background:#f7fafa}.faq-item__chevron{transition:transform .2s;font-size:16px;color:var(--orange)}.faq-item__chevron.open{transform:rotate(180deg)}.faq-item__a{padding:0 16px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s;font-size:13px;color:var(--muted);line-height:1.7}.faq-item__a.open{max-height:300px;padding:14px 16px;border-top:1px solid var(--border)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .15s}.blog-card:hover{box-shadow:var(--shadow-md)}.blog-card__img{height:180px;background:#f0f2f2;overflow:hidden}.blog-card__img img{width:100%;height:100%;object-fit:cover}.blog-card__body{padding:16px}.blog-card__tag{font-size:11px;font-weight:700;color:var(--orange-dark);background:var(--orange-light);padding:2px 8px;border-radius:10px;display:inline-block;margin-bottom:8px}.blog-card__title{font-family:var(--font-head);font-size:16px;font-weight:700;margin-bottom:8px;line-height:1.3}.blog-card__excerpt{font-size:13px;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__meta{font-size:11px;color:var(--muted);margin-top:10px}.track-timeline{position:relative;padding-left:30px}.track-timeline:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:2px;background:var(--border)}.track-event{position:relative;margin-bottom:24px}.track-event__dot{position:absolute;left:-25px;width:20px;height:20px;border-radius:50%;border:2px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:10px}.track-event--done .track-event__dot{border-color:var(--green);background:var(--green);color:var(--white)}.track-event--active .track-event__dot{border-color:var(--orange);background:var(--orange);color:var(--navy)}.track-event__label{font-size:13px;font-weight:700}.track-event__sub{font-size:12px;color:var(--muted);margin-top:2px}.track-event__time{font-size:11px;color:var(--muted)}.flash{padding:12px 16px;border-radius:var(--radius);font-size:13px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.flash--success{background:#e6f9ef;color:#016b39;border:1px solid #b2dfcc}.flash--error{background:#fdecea;color:var(--red);border:1px solid #f5bcb8}.flash--info{background:#e8f4fc;color:#003552;border:1px solid #b8ddf3}.pagination{display:flex;gap:6px;justify-content:center;margin:24px 0;flex-wrap:wrap}.pagination__btn{width:36px;height:36px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.pagination__btn:hover{background:var(--orange-light);border-color:var(--orange)}.pagination__btn.active{background:var(--orange);color:var(--navy);border-color:var(--orange)}.cart-drawer{position:fixed;top:0;right:-400px;width:380px;height:100vh;background:var(--white);box-shadow:-4px 0 24px #0000002e;z-index:1000;transition:right .3s ease;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;display:none}.cart-drawer__overlay.open{display:block}.cart-drawer__header{padding:16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-family:var(--font-head);font-size:17px;font-weight:700}.cart-drawer__close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--muted)}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px}.cart-drawer__footer{padding:16px;border-top:1px solid var(--border)}.toast{position:fixed;bottom:24px;right:24px;background:var(--navy2);color:var(--white);padding:12px 20px;border-radius:var(--radius-lg);font-size:13px;font-weight:600;box-shadow:var(--shadow-md);z-index:9999;display:flex;align-items:center;gap:8px;transform:translateY(100px);opacity:0;transition:transform .3s,opacity .3s}.toast.show{transform:translateY(0);opacity:1}.toast--success{border-left:4px solid var(--green)}.toast--error{border-left:4px solid var(--red)}.toast--cart{border-left:4px solid var(--orange)}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:900;display:none;align-items:flex-start;justify-content:center;padding-top:80px}.search-overlay.open{display:flex}.search-overlay__box{background:var(--white);border-radius:var(--radius-lg);width:90%;max-width:640px;padding:20px}.search-overlay__input{width:100%;padding:12px 16px;font-size:16px;border:2px solid var(--orange);border-radius:var(--radius);outline:none}.search-suggestions a{display:block;padding:8px 10px;font-size:14px;color:var(--text);border-radius:var(--radius)}.search-suggestions a:hover{background:var(--orange-light);text-decoration:none}@media(max-width:960px){.collection-body{grid-template-columns:1fr}.filter-sidebar{display:none}.product-layout{grid-template-columns:1fr}.gallery__stage{aspect-ratio:1/1}.gallery__dots{display:flex}.gallery__zoom-hint{display:none}.gallery__arrow{opacity:1;width:32px;height:32px;font-size:18px}.gallery__zoom-result{display:none!important}.gallery__thumb-rail{gap:6px}.gallery__thumb{width:56px;height:56px}.gallery__share{margin-top:4px}.account-layout,.cart-layout{grid-template-columns:1fr}}@media(max-width:640px){.hero{flex-direction:column;padding:28px 16px}.hero__image{width:100%;height:200px}.hero__title{font-size:26px}.product-grid,.deal-grid{grid-template-columns:repeat(2,1fr)}.site-header__top{padding:8px 10px;gap:6px}}@media(max-width:400px){.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
