:root{--bg: #faf7f0;--text: #1c1a17;--accent: #ff4d1c;--accent-2: #0f172a;--card: #ffffff;--border: #e8e2d4;--radius: 18px;--radius-sm: 10px;--shadow-soft: 0 10px 30px rgba(28, 26, 23, .06);--shadow-lift: 0 20px 45px rgba(28, 26, 23, .14);--page-width: 1400px;--font-heading: "Archivo Black", "Arial Black", sans-serif;--font-body: "Work Sans", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.01em;margin:0}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 32px}.rte p{margin:0 0 14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 28px;border-radius:999px;font-weight:700;font-size:14px;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,background .2s ease;text-transform:uppercase}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px #ff4d1c59}.btn--primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 34px #ff4d1c73}.btn--ghost{background:transparent;border-color:var(--accent-2);color:var(--accent-2)}.btn--ghost:hover{background:var(--accent-2);color:#fff;transform:translateY(-3px)}.btn--add-to-cart{width:100%}.announcement-bar{background:var(--accent-2);color:#fff;overflow:hidden;padding:9px 0;font-size:12px;letter-spacing:.08em;font-weight:600}.announcement-bar__track{display:flex;gap:24px;white-space:nowrap;animation:marquee 22s linear infinite}.announcement-bar__dot{color:var(--accent)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:50;background:#faf7f0e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;gap:24px;padding:16px 32px}.logo-text{font-family:var(--font-heading);font-size:22px}.logo-dot{color:var(--accent)}.site-header__nav{display:flex;gap:28px;margin-left:12px;flex:1}.site-header__nav-link{font-weight:600;font-size:14px;position:relative;padding:4px 0}.site-header__nav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--accent);transition:width .25s ease}.site-header__nav-link:hover:after{width:100%}.site-header__icons{display:flex;gap:6px;margin-left:auto}.header-icon-btn{position:relative;width:40px;height:40px;display:grid;place-items:center;border-radius:999px;transition:background .2s}.header-icon-btn:hover{background:#1c1a170f}.header-cart-count{position:absolute;top:2px;right:2px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:grid;place-items:center}.mobile-nav-toggle{display:none}@media(max-width:900px){.site-header__nav{display:none}.mobile-nav-toggle{display:grid}}.hero{position:relative;overflow:hidden;padding:110px 0 90px;background:radial-gradient(circle at 20% 20%,#fff 0%,var(--hero-bg, #faf7f0) 60%);perspective:1200px}.hero__scene{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__grid{position:absolute;top:-20%;right:-20%;bottom:-50%;left:-20%;background-image:linear-gradient(rgba(28,26,23,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(28,26,23,.05) 1px,transparent 1px);background-size:60px 60px;transform:rotateX(60deg);-webkit-mask-image:linear-gradient(to bottom,transparent,black 40%);mask-image:linear-gradient(to bottom,transparent,black 40%)}.hero__track{position:absolute;bottom:12%;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,var(--accent-2) 0 24px,transparent 24px 44px);opacity:.35}.hero__car{position:absolute;font-size:46px;filter:drop-shadow(0 14px 14px rgba(0,0,0,.15));animation:float 6s ease-in-out infinite;transform-style:preserve-3d}.hero__car--1{top:18%;left:8%;animation-delay:0s;font-size:60px}.hero__car--2{top:55%;right:10%;animation-delay:1.2s}.hero__car--3{top:30%;right:28%;animation-delay:2.4s;font-size:34px}@keyframes float{0%,to{transform:translateY(0) rotateY(0) rotate(-4deg)}50%{transform:translateY(-22px) rotateY(20deg) rotate(4deg)}}.hero__content{position:relative;text-align:center;max-width:720px;margin:0 auto}.hero__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.15em;color:var(--accent);margin-bottom:18px}.hero__title{font-size:clamp(38px,6vw,72px);line-height:1.02;margin-bottom:18px}.hero__subtitle{font-size:17px;color:#55504a;margin-bottom:32px}.hero__ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero__scroll-cue{display:flex;justify-content:center;margin-top:60px}.hero__scroll-cue span{width:26px;height:42px;border:2px solid var(--accent-2);border-radius:20px;position:relative;opacity:.5}.hero__scroll-cue span:before{content:"";position:absolute;top:6px;left:50%;width:4px;height:8px;background:var(--accent-2);border-radius:4px;transform:translate(-50%);animation:scrollDot 1.6s infinite}@keyframes scrollDot{0%{top:6px;opacity:1}80%{top:22px;opacity:0}to{top:6px;opacity:0}}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin:70px 0 28px;flex-wrap:wrap;gap:12px}.section-heading h1,.section-heading h2{font-size:30px}.section-heading__link{font-weight:700;font-size:14px;color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:26px;padding-bottom:90px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:block;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease;transform-style:preserve-3d;will-change:transform}.product-card:hover{box-shadow:var(--shadow-lift)}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f2ede1}.product-card__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .4s ease,transform .5s ease}.product-card__img--back{opacity:0;transform:scale(1.05)}.product-card:hover .product-card__img--front{opacity:0}.product-card:hover .product-card__img--back{opacity:1}.product-card__placeholder{display:grid;place-items:center;height:100%;font-size:60px}.product-card__placeholder--lg{font-size:120px;aspect-ratio:1/1}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px}.product-card__info{padding:16px 18px 20px}.product-card__title{font-size:14px;font-weight:700;font-family:var(--font-body);margin-bottom:8px}.product-card__price{display:flex;gap:8px;align-items:center;font-weight:800}.price--compare{text-decoration:line-through;color:#a39c8d;font-weight:500;font-size:13px}.price--current{color:var(--accent)}.product-section{padding:40px 0 20px}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:56px}@media(max-width:900px){.product-layout{grid-template-columns:1fr}}.product-gallery__main{position:relative;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);aspect-ratio:1/1;overflow:hidden;display:grid;place-items:center;transform-style:preserve-3d;perspective:1000px}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .1s ease-out}.product-gallery__shine{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.5),transparent 45%);opacity:0;transition:opacity .3s ease}.product-gallery__main:hover .product-gallery__shine{opacity:1}.product-gallery__thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.product-gallery__thumb{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);opacity:.6;transition:all .2s ease}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{opacity:1;border-color:var(--accent);transform:translateY(-3px)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{text-transform:uppercase;font-size:12px;letter-spacing:.1em;color:#9a927f;font-weight:700;margin:0 0 6px}.product-info__title{font-size:34px;margin-bottom:14px}.product-info__rating{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:13px;color:#6b6558}.stars{color:#f5a623;letter-spacing:2px}.product-info__price{display:flex;align-items:baseline;gap:12px;font-size:28px;font-weight:800;margin-bottom:20px}.product-info__desc{color:#4a4438;margin-bottom:26px}.product-form__option{margin-bottom:18px}.product-form__option label{display:block;font-weight:700;font-size:13px;margin-bottom:8px}.product-form__swatches{display:flex;gap:8px;flex-wrap:wrap}.product-form__swatches input{display:none}.swatch{padding:9px 16px;border:1.5px solid var(--border);border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.product-form__swatches input:checked+.swatch{background:var(--accent-2);color:#fff;border-color:var(--accent-2)}.product-form__qty-cart{display:flex;gap:12px;margin:22px 0;align-items:stretch}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:999px;overflow:hidden}.qty-stepper__btn{width:40px;background:transparent;border:none;font-size:18px;cursor:pointer}.qty-stepper input{width:44px;border:none;text-align:center;font-weight:700;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-info__trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;font-size:12px;color:#6b6558}.product-info__trust div{display:flex;align-items:center;gap:6px}.delivery-checker{display:flex;gap:14px;background:#fff8ef;border:1.5px dashed var(--accent);border-radius:var(--radius-sm);padding:16px 18px;margin:22px 0}.delivery-checker__icon{color:var(--accent);flex-shrink:0}.delivery-checker__line1{margin:0 0 10px;font-size:14px}.delivery-checker__line1 strong{color:var(--accent)}.delivery-checker__pincode{display:flex;gap:8px}.delivery-checker__pincode input{flex:1;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px}.delivery-checker__pincode button{padding:9px 16px;background:var(--accent-2);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer}.delivery-checker__result{font-size:13px;margin:10px 0 0;color:#2f7d4f}.delivery-checker__result.is-error{color:#c0392b}.sourcing-box{border:1px solid var(--border);border-radius:var(--radius-sm);margin:10px 0 26px;background:var(--card)}.sourcing-box__summary{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;list-style:none;font-size:13px;font-weight:700}.sourcing-box__summary::-webkit-details-marker{display:none}.sourcing-box__chevron{margin-left:auto;transition:transform .2s ease}.sourcing-box[open] .sourcing-box__chevron{transform:rotate(180deg)}.sourcing-box__body{padding:0 16px 16px 40px;font-size:13px;color:#55504a}.sourcing-box__list{margin:8px 0 0;padding-left:18px}.sourcing-box__list li{margin-bottom:4px}.reviews-3d{padding:60px 0 100px;text-align:center}.reviews-3d .section-heading{justify-content:center;flex-direction:column;align-items:center;margin-bottom:40px}.reviews-3d__summary{display:flex;gap:8px;align-items:center;font-size:14px;color:#6b6558;margin-top:6px}.reviews-3d__stage{height:340px;perspective:1400px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:grab;touch-action:pan-y}.reviews-3d__stage:active{cursor:grabbing}.reviews-3d__ring{position:relative;width:260px;height:280px;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.review-card-3d{position:absolute;top:0;left:0;width:260px;min-height:260px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px 22px;text-align:left;box-shadow:var(--shadow-soft);backface-visibility:hidden}.review-card-3d__stars{color:#f5a623;letter-spacing:2px;margin-bottom:10px;font-size:14px}.review-card-3d__text{font-size:14px;color:#3c372e;margin:0 0 18px;line-height:1.55}.review-card-3d__footer{display:flex;align-items:center;gap:10px}.review-card-3d__avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px}.review-card-3d__footer strong{display:block;font-size:13px}.review-card-3d__footer span{font-size:11px;color:#9a927f}.reviews-3d__controls{display:flex;justify-content:center;gap:14px;margin-top:30px}.reviews-3d__controls button{width:42px;height:42px;border-radius:50%;border:1.5px solid var(--border);background:var(--card);font-size:20px;cursor:pointer;transition:all .2s ease}.reviews-3d__controls button:hover{background:var(--accent-2);color:#fff;border-color:var(--accent-2)}.payment-icons{margin:18px 0}.payment-icons__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9a927f;margin-bottom:10px}.payment-icons__row{display:flex;gap:8px;flex-wrap:wrap}.payment-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:var(--card);font-size:11px;font-weight:700;color:var(--text);letter-spacing:.01em}.site-footer .payment-badge{background:transparent;border-color:#3a3a3a;color:#e8e2d4}.site-footer{background:var(--accent-2);color:#f2ede1;margin-top:80px;padding:70px 0 24px}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}.site-footer__brand p{color:#c9c3b3;font-size:14px;margin:14px 0 18px;max-width:320px}.site-footer__socials{display:flex;gap:10px}.site-footer__socials a{width:34px;height:34px;border-radius:50%;border:1px solid #3a3a3a;display:grid;place-items:center;font-size:11px;font-weight:700}.site-footer__col h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.site-footer__col a{display:block;color:#c9c3b3;font-size:14px;margin-bottom:10px}.footer-newsletter{display:flex;gap:8px}.footer-newsletter input{flex:1;padding:10px 12px;border-radius:8px;border:none;font-size:13px}.footer-newsletter button{padding:10px 16px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.site-footer__bottom{display:flex;justify-content:space-between;margin-top:60px;padding-top:24px;border-top:1px solid #2c2c2c;font-size:12px;color:#8f8a7c;flex-wrap:wrap;gap:10px}@media(max-width:900px){.site-footer__grid{grid-template-columns:1fr 1fr}}.cart-table{width:100%;border-collapse:collapse;margin:30px 0}.cart-table th,.cart-table td{text-align:left;padding:12px;border-bottom:1px solid var(--border)}.cart-table__product{display:flex;gap:12px;align-items:center}.cart-page__footer{display:flex;align-items:center;gap:16px;justify-content:flex-end;padding:20px 0}.account-form{max-width:480px;margin:60px auto}.account-form label{display:block;margin-bottom:16px;font-size:13px;font-weight:700}.account-form input{display:block;width:100%;margin-top:6px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px}.error-404{text-align:center;padding:120px 0}.error-404 h1{font-size:90px;color:var(--accent)}.password-page{background:var(--bg);min-height:100vh;display:grid;place-items:center}.password-page__wrap{text-align:center;max-width:420px}.password-page__wrap input{padding:12px;border-radius:8px;border:1px solid var(--border);margin:16px 0;width:100%}.gift-card-page{background:var(--accent-2);color:#fff;min-height:100vh;display:grid;place-items:center;text-align:center}.gift-card-page__amount{font-size:48px;font-weight:800}.gift-card-page__code{font-size:22px;letter-spacing:4px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
