:root{--teal-950: #1f1710;--teal-900: #2b2018;--teal-800: #3d2e20;--teal-700: #55402c;--teal-600: #6b4f37;--teal-100: #f1e4d1;--teal-050: #e8d4b8;--gold-700: #8a6a35;--gold-600: #a87c43;--gold-500: #c9a869;--gold-400: #d3b378;--gold-200: #ecdcb8;--cream-100: #f9f4ec;--cream-050: #fdfbf7;--ink: #1c1712;--ink-muted: rgba(28, 23, 18, .6);--font-heading: "Playfair Display", serif;--font-body: "DM Sans", sans-serif;--page-max: 1400px}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:118%}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--cream-050);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}ul{list-style:none;margin:0;padding:0}button{font-family:inherit}.page-width{max-width:var(--page-max);margin:0 auto;padding:0 clamp(16px,4vw,40px)}.vaahini-section-subtitle{font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-700);text-align:center;margin:0 0 8px}.vaahini-section-title{font-family:var(--font-heading);font-weight:500;font-size:clamp(1.6rem,3.4vw,2.4rem);text-align:center;margin:0 0 6px;color:var(--teal-950)}.announcement-bar{background:var(--teal-600);color:#fff;overflow:hidden;white-space:nowrap;height:34px;display:flex;align-items:center;justify-content:center;position:relative}.announcement-bar__text{margin:0;font-size:.72rem;letter-spacing:.04em;font-weight:500;text-align:center;padding:0 16px;opacity:0;animation:annFade 12s infinite}.announcement-bar__text:nth-child(2){animation-delay:4s}.announcement-bar__text:nth-child(3){animation-delay:8s}@keyframes annFade{0%,30%{opacity:1}33%,97%{opacity:0}to{opacity:1}}.announcement-bar__slides{position:relative;width:100%;height:100%}.announcement-bar__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.site-header{background:var(--cream-100);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100}.site-header__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px clamp(16px,4vw,40px);max-width:var(--page-max);margin:0 auto}.site-header__left{display:flex;align-items:center;gap:14px;justify-self:start}.site-header__logo{display:flex;align-items:center;justify-self:center;text-decoration:none;white-space:nowrap}.site-header__logo img{height:58px;width:auto;object-fit:contain}@media(max-width:749px){.site-header__logo img{height:42px}}.site-header__actions{display:flex;align-items:center;gap:18px;justify-self:end}.site-header__actions button,.site-header__left button{background:none;border:none;cursor:pointer;color:var(--teal-900);display:flex;align-items:center;justify-content:center;padding:4px}.site-header__actions svg,.site-header__left svg{width:20px;height:20px}.cart-count{background:var(--gold-600);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:-10px;margin-top:-10px}.menu-toggle{display:flex}@media(min-width:990px){.site-header__left .menu-toggle{display:none}}.site-header__left .search-btn{display:none}@media(min-width:990px){.site-header__left .search-btn{display:flex}}.site-header__actions .account-btn{display:none}@media(min-width:750px){.site-header__actions .account-btn{display:flex}}.site-header__actions .wishlist-icon-btn{display:none}@media(min-width:750px){.site-header__actions .wishlist-icon-btn{display:flex}}.site-nav-row{display:none;border-top:1px solid rgba(0,0,0,.08)}@media(min-width:990px){.site-nav-row{display:block}}.site-nav{display:flex;justify-content:center;gap:30px;max-width:var(--page-max);margin:0 auto;padding:14px clamp(16px,4vw,40px)}.site-nav a{text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.02em;color:var(--ink);padding:4px 0;position:relative;white-space:nowrap}.site-nav a.active,.site-nav a:hover{color:var(--gold-700)}.site-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--gold-500)}.mobile-nav{display:none;flex-direction:column;background:var(--cream-100);border-top:1px solid rgba(0,0,0,.06);padding:10px clamp(16px,4vw,40px) 18px}.mobile-nav.open{display:flex}.mobile-nav a{text-decoration:none;color:var(--ink);padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.9rem}@media(min-width:990px){.mobile-nav{display:none!important}}.hero{position:relative;width:100%;height:70vh;overflow:hidden;background:var(--teal-950)}@media(min-width:750px){.hero{height:82vh}}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s ease}.hero__slide.active{opacity:1;z-index:2}.hero__slide img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;color:#fff;z-index:3}.hero__subheading{font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-400);margin-bottom:12px}.hero__heading{font-family:var(--font-heading);font-weight:500;font-size:clamp(24px,5.5vw,56px);line-height:1.15;margin:0 0 22px;text-shadow:0 2px 20px rgba(0,0,0,.25);max-width:720px}.hero__btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#fff;color:var(--ink);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.hero__btn:hover{background:var(--ink);color:#fff}.hero__nav{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:5;display:flex;gap:10px}.hero__dot{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;padding:0;transition:all .3s ease}.hero__dot.active{background:var(--gold-700);border-color:var(--gold-700);transform:scale(1.2)}.hero__progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,var(--gold-700),var(--gold-200));width:0%;z-index:6}.hero__progress.running{animation:heroProgress 5s linear forwards}@keyframes heroProgress{0%{width:0%}to{width:100%}}.trust-marquee{background:var(--teal-900);color:#fff;padding:10px 0;overflow:hidden;position:relative}.trust-marquee__track{display:flex;width:max-content;animation:marqueeScroll 32s linear infinite}.trust-marquee__item{display:flex;align-items:center;gap:8px;padding:0 28px;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.trust-marquee__item svg{width:14px;height:14px;color:var(--gold-500);flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.categories{background:var(--cream-050);padding:28px 0}@media(min-width:750px){.categories{padding:44px 0}}.cat-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:28px 20px;margin-top:28px}.cat-card{text-decoration:none;color:var(--ink);text-align:center;width:100px}@media(min-width:750px){.cat-card{width:120px}}.cat-img-wrap{width:100px;height:100px;border-radius:50%;overflow:hidden;border:1px solid rgba(196,154,60,.25);margin:0 auto 10px;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:750px){.cat-img-wrap{width:120px;height:120px}}.cat-card:hover .cat-img-wrap{transform:translateY(-4px);box-shadow:0 10px 24px #0000001a}.cat-img-wrap img{width:100%;height:100%;object-fit:cover}.cat-label{font-size:.78rem;font-weight:600;margin:0;letter-spacing:.02em}.top-styles{background:var(--cream-050);padding:26px 0 36px}@media(min-width:750px){.top-styles{padding:50px 0 60px}}.top-styles-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:18px 0 22px}@media(min-width:750px){.top-styles-tabs{gap:10px;margin:24px 0 34px}}.tab-btn{border:1px solid rgba(196,154,60,.35);background:transparent;color:var(--ink);padding:5px 14px;font-size:.65rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border-radius:30px;cursor:pointer;white-space:nowrap;width:auto;transition:all .25s ease}@media(min-width:750px){.tab-btn{padding:9px 20px;font-size:.75rem;letter-spacing:.05em}}.tab-btn.active,.tab-btn:hover{background:var(--teal-800);color:#fff;border-color:var(--teal-800)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:480px){.product-grid{gap:16px}}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.product-card{background:#fff;border:none;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 4px 18px #1414140f;transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{box-shadow:0 16px 36px #1414141f;transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--cream-100)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-badge{position:absolute;top:8px;left:8px;background:var(--gold-700);color:#fff;font-size:clamp(.56rem,2.2vw,.66rem);font-weight:700;padding:4px 8px;border-radius:6px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;z-index:2}.limited-badge{position:absolute;bottom:28px;left:8px;background:var(--teal-700);color:#fff;font-size:clamp(.52rem,2vw,.6rem);font-weight:700;letter-spacing:.03em;padding:3px 8px;border-radius:5px;text-transform:uppercase;white-space:nowrap;z-index:2}@media(min-width:480px){.product-badge{top:12px;left:12px;padding:5px 10px}.limited-badge{bottom:34px;left:12px;padding:4px 10px;letter-spacing:.05em}}.media-dots{position:absolute;bottom:12px;left:12px;display:flex;gap:5px;z-index:2}.media-dots .dot{width:5px;height:5px;border-radius:50%;background:#fff9}.media-dots .dot.active{background:#1a1a1a;width:6px;height:6px}.product-card__info{padding:12px 12px 14px}@media(min-width:480px){.product-card__info{padding:16px 16px 18px}}.product-title{font-family:var(--font-heading);font-size:clamp(.82rem,3.2vw,1rem);font-weight:500;color:var(--ink);margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}@media(min-width:480px){.product-title{margin-bottom:10px}}.product-price{display:flex;align-items:baseline;flex-wrap:nowrap;gap:6px;margin-bottom:10px;overflow:hidden}@media(min-width:480px){.product-price{gap:10px;margin-bottom:16px}}.price-sale{font-weight:700;color:var(--gold-600);font-size:clamp(.82rem,3.4vw,1.05rem);white-space:nowrap}.price-regular{text-decoration:line-through;color:#9a9a9a;font-size:clamp(.66rem,2.6vw,.85rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-to-cart{width:100%;border:none;background:#141414;color:#fff;border-radius:10px;padding:11px 10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:clamp(.6rem,2.4vw,.72rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .25s ease}@media(min-width:480px){.add-to-cart{padding:13px 16px;justify-content:space-between;letter-spacing:.1em}}.add-to-cart:hover{background:var(--teal-900)}.add-to-cart svg{width:14px;height:14px;flex-shrink:0}@media(min-width:480px){.add-to-cart svg{width:16px;height:16px}}.exhibition{background:var(--cream-050);padding:40px 0;overflow:hidden}.exhibition-title-accent{display:block;width:48px;height:2px;background:linear-gradient(90deg,var(--gold-400),transparent);margin:6px auto 0}.carousel-wrapper{position:relative;margin-top:30px}.slider-container{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 4px 20px;scrollbar-width:none}.slider-container::-webkit-scrollbar{display:none}.promo-banner-card{position:relative;flex:0 0 78%;scroll-snap-align:start;aspect-ratio:3/4;border-radius:10px;overflow:hidden;text-decoration:none;border:1px solid rgba(221,215,205,.5);box-shadow:0 8px 24px #0000000d}@media(min-width:640px){.promo-banner-card{flex:0 0 44%}}@media(min-width:990px){.promo-banner-card{flex:0 0 calc(25% - 15px)}}.promo-banner-card img{width:100%;height:100%;object-fit:cover}.promo-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000000d 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:22px;color:#fff}.promo-banner-subtitle{font-size:.62rem;font-weight:700;letter-spacing:.14em;color:var(--gold-400);text-transform:uppercase;margin-bottom:6px}.promo-banner-title{font-family:var(--font-heading);font-size:1.1rem;margin:0 0 10px;font-weight:600}.promo-banner-btn{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1.5px solid var(--gold-400);padding-bottom:2px;align-self:flex-start}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.08);display:none;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 4px 14px #00000014}@media(min-width:990px){.slider-btn{display:flex}}.slider-btn-left{left:-6px}.slider-btn-right{right:-6px}.slider-btn svg{width:18px;height:18px}.promise{background:var(--cream-050);padding:40px 0 46px;text-align:center}@media(min-width:750px){.promise{padding:60px 0 66px}}.promise-title-accent{display:block;width:48px;height:2px;background:linear-gradient(90deg,var(--gold-400),transparent);margin:6px auto 0}.promise-grid{display:flex;flex-direction:column;gap:14px;margin-top:26px}@media(min-width:640px){.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}}@media(min-width:990px){.promise-grid{grid-template-columns:repeat(5,1fr);gap:22px}}.promise-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:14px;padding:16px;box-shadow:0 4px 14px #1414140a;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:16px;text-align:left}@media(min-width:640px){.promise-card{flex-direction:column;text-align:center;padding:26px 14px}}.promise-icon{width:52px;height:52px;flex-shrink:0;border-radius:50%;background:var(--cream-100);display:flex;align-items:center;justify-content:center;color:var(--gold-600)}@media(min-width:640px){.promise-icon{margin:0 auto 14px}}.promise-icon svg{width:22px;height:22px}.promise-text{min-width:0}.promise-title{font-size:.92rem;font-weight:700;margin:0 0 4px;color:var(--ink)}@media(min-width:640px){.promise-title{margin-bottom:6px}}.promise-desc{font-size:.76rem;color:var(--ink-muted);line-height:1.4;margin:0}.trust-strip{background:var(--cream-100);padding:34px 0;overflow:hidden}.trust-strip__track{display:flex;width:max-content;animation:marqueeScroll 26s linear infinite;gap:60px}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:180px}.trust-item-icon{width:44px;height:44px;border-radius:50%;border:1px solid rgba(196,154,60,.35);display:flex;align-items:center;justify-content:center;color:var(--gold-600);margin-bottom:10px}.trust-item-icon svg{width:20px;height:20px}.trust-item-title{font-size:.82rem;font-weight:700;margin:0 0 4px;color:var(--teal-900)}.trust-item-desc{font-size:.72rem;color:var(--ink-muted);margin:0}.insta-feed{background:var(--cream-050);padding:46px 0 54px;text-align:center}.insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:26px}@media(min-width:750px){.insta-grid{grid-template-columns:repeat(6,1fr)}}.insta-grid a{display:block;aspect-ratio:1;overflow:hidden;position:relative}.insta-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.insta-grid a:hover img{transform:scale(1.08)}.site-footer{background:radial-gradient(circle at 50% -20%,var(--teal-800) 0%,var(--teal-950) 100%);color:#a1beb5;padding:60px 0 40px}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:20px}@media(min-width:750px)and (max-width:989px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:30px}}.footer-heading{color:#e7f3ee;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 22px;position:relative;padding-bottom:12px;display:inline-block}.footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:1.5px;background:var(--gold-500)}.footer-contact-list{display:flex;flex-direction:column;gap:16px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:.85rem;line-height:1.5}.footer-contact-icon{flex-shrink:0;color:var(--gold-500);width:18px;height:18px;margin-top:2px}.footer-contact-item a{text-decoration:none}.footer-contact-item a:hover{color:#e7f3ee}.footer-menu{display:flex;flex-direction:column;gap:11px}.footer-menu a{text-decoration:none;font-size:.85rem}.footer-menu a:hover{color:var(--gold-500)}.footer-socials{display:flex;gap:12px;margin-bottom:22px}.footer-social-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(196,154,60,.25);background:#ffffff05;display:flex;align-items:center;justify-content:center;color:#a1beb5;transition:all .3s ease}.footer-social-btn:hover{background:var(--gold-500);border-color:var(--gold-500);color:var(--teal-950)}.footer-social-btn svg{width:16px;height:16px}.footer-payments{display:flex;flex-wrap:wrap;gap:8px}.footer-payment-badge{border:1px solid rgba(196,154,60,.3);background:#c49a3c0f;border-radius:4px;padding:5px 10px;font-size:.62rem;font-weight:700;letter-spacing:.06em;color:var(--gold-500);text-transform:uppercase}.footer-bottom{margin-top:50px;padding-top:34px;border-top:1px solid rgba(196,154,60,.15);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}@media(min-width:750px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-logo{display:flex;align-items:center}.footer-logo img{height:52px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-copyright{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#a1beb5b3}.footer-credits{font-size:.68rem;color:#a1beb580;margin-top:4px}.footer-credits a{color:var(--gold-500);text-decoration:none}.floating-whatsapp,.scroll-top{position:fixed;right:14px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0003;z-index:999;border:none;text-decoration:none}@media(min-width:480px){.floating-whatsapp,.scroll-top{right:20px;width:50px;height:50px}}.floating-whatsapp{bottom:72px;background:#25d366;color:#fff}.floating-whatsapp svg{width:21px;height:21px}@media(min-width:480px){.floating-whatsapp{bottom:90px}.floating-whatsapp svg{width:26px;height:26px}}.scroll-top{bottom:18px;background:var(--teal-800);color:#fff;opacity:0;pointer-events:none;transition:opacity .3s ease}@media(min-width:480px){.scroll-top{bottom:24px}}.scroll-top.visible{opacity:1;pointer-events:auto}.scroll-top svg{width:17px;height:17px}@media(min-width:480px){.scroll-top svg{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/kyora-custom.css.map */
