:root{--k-bg:#F5F1EA;--k-text:#171513;--k-black:#060606;--k-gold:#C59A4A;--k-burgundy:#7A1F19;--k-turquoise:#2E8D88;--k-ivory:#F5F1EA;--k-muted:#8A837A;--k-border:rgba(197,154,74,.28)}*{box-sizing:border-box}body{margin:0;background:var(--k-bg);color:var(--k-text);font-family:var(--k-font-body, Inter, Helvetica Neue, Arial, sans-serif);font-size:var(--k-body-font-size,16px);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.k-serif{font-family:var(--k-font-heading, Cinzel, Georgia, serif);letter-spacing:var(--k-heading-letter-spacing,.08em)}.k-container{max-width:1480px;margin:0 auto;padding:0 32px}.k-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--k-gold);background:var(--k-burgundy);color:#fff;padding:13px 22px;min-height:44px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:var(--k-button-font-size,12px)}.k-btn.secondary{background:transparent;color:#fff}.k-btn.dark{background:#0b0b0b;color:#fff}.k-overline{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--k-gold);font-weight:700}.k-title{font-family:var(--k-font-heading, Cinzel, Georgia, serif);letter-spacing:var(--k-heading-letter-spacing,.14em);text-transform:uppercase;line-height:1.1}.placeholder-bg{background:linear-gradient(135deg,#161616,#382117 45%,#0d1d20)}.k-announcement{background:#030303;color:#f7f0df;border-bottom:1px solid rgba(197,154,74,.18);font-size:var(--k-announcement-size,13px);letter-spacing:.16em;text-transform:uppercase;overflow:hidden}.k-announcement-inner{display:flex;justify-content:center;gap:120px;padding:10px 20px;white-space:nowrap}.k-announcement.is-marquee .k-announcement-inner{width:max-content;animation:kmarquee 22s linear infinite}.k-announcement.is-marquee .k-announcement-track{display:flex;gap:120px}@keyframes kmarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.k-header{position:sticky;top:0;z-index:50;background:#060606;color:#fff}.k-header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:var(--k-header-height,76px);padding:0 32px;border-bottom:1px solid rgba(197,154,74,.18)}.k-logo{display:flex;align-items:center;min-width:150px}.k-logo img{width:var(--logo-width,170px);height:auto;object-fit:contain}.k-logo-text{font-family:Cinzel,Georgia,serif;font-size:22px;letter-spacing:.22em}.k-nav{display:flex;align-items:center;justify-content:center;gap:44px;text-transform:uppercase;letter-spacing:.16em;font-size:var(--k-header-nav-size,13px);font-weight:700}.k-nav a{opacity:.95}.k-nav a:hover{color:var(--k-gold)}.k-icons{display:flex;align-items:center;justify-content:flex-end;gap:20px;min-width:150px}.k-icon{position:relative;display:inline-flex;width:var(--k-header-icon-size,25px);height:var(--k-header-icon-size,25px);align-items:center;justify-content:center}.k-icon svg{width:var(--k-header-icon-size,24px);height:var(--k-header-icon-size,24px);stroke:currentColor;stroke-width:1.8;fill:none}.cart-count{position:absolute;right:-8px;top:-8px;background:#d92525;color:#fff;border-radius:999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.k-mobile-toggle{display:none;background:none;border:0;color:#fff}.k-hero{position:relative;min-height:560px;color:#fff;display:flex;align-items:center;background:#111;overflow:hidden}.k-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.k-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay,.45))}.k-hero-content{position:relative;z-index:2;max-width:700px;padding:90px 0}.k-hero h1{font-size:var(--k-hero-heading-size,64px);margin:0 0 20px}.k-hero p{max-width:520px;font-size:calc(var(--k-body-font-size,16px) + 2px);margin:0 0 30px;color:#eee}.k-seeking{background:#f5f1ea;padding:48px 0 34px;text-align:center}.k-seeking h2{font-size:calc(var(--k-section-heading-size,42px) * .67);margin:0}.k-seeking p{margin:6px 0 22px;color:#6d665f}.seeking-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;text-align:left}.seeking-card{position:relative;min-height:230px;border-radius:8px;overflow:hidden;color:#fff;background:#181818;border:1px solid rgba(197,154,74,.25)}.seeking-card .bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.8;transition:transform .4s}.seeking-card:hover .bg{transform:scale(1.05)}.seeking-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000040,#000000bf)}.seeking-card .inner{position:absolute;inset:auto 16px 16px;z-index:2}.seeking-card h3{font-size:var(--k-card-heading-size,16px);margin:0 0 8px}.seeking-card p{font-size:13px;color:#e9e0d5;margin:0 0 12px}.seeking-card span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#fff}.k-quiz{padding:26px 0;background:#eee6da;text-align:center}.quiz-buttons{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:18px}.quiz-buttons a{border:1px solid #c9b89a;border-radius:999px;padding:12px 16px;background:#f8f3eb;font-size:calc(var(--k-body-font-size,16px) - 3px)}.k-section{padding:58px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:var(--k-section-heading-size,42px);margin:0}.section-head p{margin:8px 0 0;color:#6a635b}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.product-card{background:#fff}.product-img{aspect-ratio:1/1;background:#191716;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-info{padding:12px 4px}.product-title{font-size:var(--k-product-title-size,16px);font-weight:700;line-height:1.25}.product-tag{font-size:12px;color:#655d55}.price{font-weight:700;margin-top:5px}.symbols{background:#080808;color:#fff;padding:36px 0}.symbols-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;text-align:center}.symbol-icon{width:52px;height:52px;margin:0 auto 12px;color:var(--k-gold)}.symbol-icon img{width:52px;height:52px;object-fit:contain}.symbols h3{font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 5px;color:#fff}.symbols p{font-size:12px;color:#bbb;margin:0}.story{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#fff}.story-img{min-height:320px;background-size:cover;background-position:center}.story-text{padding:50px}.story-text h2{font-size:calc(var(--k-section-heading-size,42px) * .86);margin:0 0 15px}.ugc-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.ugc-item{aspect-ratio:1/1;background:#222;background-size:cover;background-position:center}.k-page-hero{min-height:300px;color:#fff;position:relative;display:flex;align-items:center;background:#111;background-size:cover;background-position:center}.k-page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.k-page-hero .k-container{position:relative}.k-page-hero h1{font-size:var(--k-page-heading-size,54px);margin:0}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:36px}.filters{background:#fff;padding:24px;border:1px solid #e1d7c8}.filters h3{margin:0 0 18px}.filter-group{border-top:1px solid #eee;padding:16px 0}.filter-group strong{display:block;margin-bottom:10px}.category-icons{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin:32px 0}.category-icon{text-align:center;border:1px solid #e4d8c8;padding:16px;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:230px;color:#fff;background:#191919;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:24px;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000bf,#00000026)}.category-card div{position:relative}.find-list{background:#07100f;color:#fff;padding:50px 0}.find-card{display:grid;grid-template-columns:78px 180px 1fr 44px;align-items:center;gap:20px;margin-bottom:10px;min-height:96px;border:1px solid rgba(197,154,74,.25);border-radius:6px;overflow:hidden;background:#ffffff0a}.find-card-icon{width:50px;height:50px;margin-left:20px}.find-card-bg{height:96px;background-size:cover;background-position:center}.find-card h3{margin:0;font-size:19px}.find-card p{margin:4px 0 0;color:#c9c2ba}.find-arrow{border:1px solid rgba(255,255,255,.4);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.about-blocks{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value-card{background:#fff;padding:28px;border:1px solid #e5dccc;text-align:center}.product-main{display:grid;grid-template-columns:1.1fr .9fr;gap:50px}.product-media{background:#fff;padding:20px}.product-detail{background:#fff;padding:34px}.product-detail h1{font-size:calc(var(--k-section-heading-size,42px) * .9);margin:0 0 10px}.buy-buttons{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}.product-info-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}.info-box{background:#fff;padding:22px;border:1px solid #e5dccc}.k-footer{background:#030303;color:#d6d0c8;padding-top:56px;font-size:var(--k-footer-text-size,16px)}.footer-grid{display:grid;grid-template-columns:1.5fr .85fr .85fr 1fr;gap:70px;padding-bottom:46px}.footer-logo img{width:var(--k-footer-logo-width,220px);height:auto}.footer-brandline{color:var(--k-gold);letter-spacing:.18em;margin-bottom:12px}.footer-slogan{letter-spacing:.32em;color:#aaa;font-size:var(--k-footer-brand-size,14px)}.footer-title{color:var(--k-gold);letter-spacing:.28em;text-transform:uppercase;margin-bottom:22px;font-size:var(--k-footer-title-size,14px)}.footer-links{display:grid;gap:14px;font-size:var(--k-footer-text-size,16px)}.socials{display:flex;gap:16px;margin-top:24px}.socials a{width:42px;height:42px;border:1px solid rgba(197,154,74,.5);border-radius:50%;display:flex;align-items:center;justify-content:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:24px 0;display:flex;justify-content:space-between;gap:20px}.mobile-bottom-nav{display:none}.k-404{text-align:center;padding:100px 20px}.k-404 h1{font-size:var(--k-page-heading-size,58px);margin:0 0 15px}.k-search-form{display:flex;gap:10px;max-width:500px;margin:25px auto}.k-search-form input{flex:1;padding:14px;border:1px solid #ccc}@media(max-width:990px){.k-container{padding:0 18px}.k-announcement-inner{gap:40px}.k-header-main{grid-template-columns:44px 1fr 80px;padding:0 16px;min-height:70px}.k-mobile-toggle{display:inline-flex}.k-logo{justify-content:center;min-width:0}.k-logo img{width:var(--logo-width-mobile,140px)!important}.k-nav{display:none}.k-icons{min-width:0;gap:14px}.k-icons .account,.k-icons .wishlist{display:none}.k-hero{min-height:560px}.k-hero-bg.desktop{display:none}.k-hero-bg.mobile{display:block}.k-hero h1{font-size:clamp(34px,9vw,var(--k-hero-heading-size,42px))}.seeking-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.seeking-card{flex:0 0 31%;min-width:31%;scroll-snap-align:start}.quiz-buttons,.product-grid,.symbols-grid{grid-template-columns:repeat(2,1fr)}.story,.about-blocks,.product-main,.collection-layout{grid-template-columns:1fr}.category-icons{grid-template-columns:repeat(4,1fr);overflow-x:auto}.category-grid{grid-template-columns:repeat(2,1fr)}.find-card{grid-template-columns:56px 96px 1fr 34px;gap:10px}.find-card h3{font-size:14px}.find-card p{font-size:12px}.find-card-icon{width:34px;height:34px;margin-left:12px}.values-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column;padding-bottom:94px}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:80;bottom:0;left:0;right:0;background:#050505;color:#fff;border-top:1px solid rgba(255,255,255,.18);padding:8px 0 env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px}.mobile-bottom-nav svg{width:var(--k-header-icon-size,24px);height:var(--k-header-icon-size,24px);stroke:currentColor;fill:none}.ugc-row{display:flex;overflow-x:auto}.ugc-item{flex:0 0 42%}}@media(max-width:640px){.seeking-card{flex-basis:31%;min-width:31%;height:210px}.seeking-card h3{font-size:11px}.seeking-card p{font-size:10px}.section-head h2{font-size:clamp(26px,7vw,var(--k-section-heading-size,30px))}.k-page-hero h1{font-size:clamp(30px,8vw,var(--k-page-heading-size,38px))}.footer-logo img{width:var(--k-footer-logo-width-mobile,190px)}.k-hero h1,.k-seeking h2,.section-head h2,.story-text h2,.k-page-hero h1,.product-detail h1,.find-card h3,.seeking-card h3,.footer-title{font-family:var(--k-font-heading, Cinzel, Georgia, serif);letter-spacing:var(--k-heading-letter-spacing,.14em)}}.k-mobile-drawer{display:none}.socials a svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:1.7}.socials a[aria-label=Facebook] svg,.socials a[aria-label=TikTok] svg,.socials a[aria-label=YouTube] svg{fill:currentColor;stroke:none}@media(max-width:990px){body.k-menu-open{overflow:hidden}.k-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;cursor:pointer;position:relative;z-index:100}.k-mobile-drawer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .22s ease}.k-menu-open .k-mobile-drawer{opacity:1;pointer-events:auto}.k-mobile-drawer-panel{width:min(82vw,340px);height:100%;background:#050505;color:#fff;border-right:1px solid rgba(197,154,74,.25);transform:translate(-100%);transition:transform .24s ease;padding:24px 22px 32px;box-shadow:16px 0 38px #00000073}.k-menu-open .k-mobile-drawer-panel{transform:translate(0)}.k-mobile-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;color:#fff;font-size:24px;line-height:1}.k-mobile-drawer-logo{width:150px;margin:12px 0 34px}.k-mobile-drawer-logo img{width:100%;height:auto;object-fit:contain}.k-mobile-nav{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.1)}.k-mobile-nav a{display:flex;align-items:center;justify-content:space-between;min-height:54px;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#fff}.k-mobile-nav a:after{content:"\203a";color:var(--k-gold);font-size:20px}.k-footer{padding-top:34px;font-size:14px}.footer-grid{gap:22px;padding-bottom:26px}.footer-grid>div:first-child{text-align:left}.footer-brandline{font-size:12px;margin-bottom:8px}.footer-slogan{font-size:11px;letter-spacing:.22em;margin-bottom:10px}.footer-logo img{width:min(var(--k-footer-logo-width-mobile,160px),170px)!important;margin:0 0 14px}.k-footer p{font-size:13px;line-height:1.55;margin:0 0 14px;max-width:460px}.socials{gap:12px;margin-top:14px}.socials a{width:36px;height:36px}.socials a svg{width:16px;height:16px}.footer-title{font-size:12px!important;margin-bottom:10px;letter-spacing:.22em}.footer-links{gap:8px;font-size:14px!important}.footer-bottom{font-size:12px;gap:8px;padding:16px 0 86px}}@media(max-width:640px){.k-footer{padding-top:28px}.footer-grid{gap:20px}.footer-links{gap:7px}}.k-page-hero{min-height:360px;justify-content:center;text-align:center}.k-page-hero .k-container{position:relative;z-index:1;max-width:820px;width:100%;min-height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-left:auto;margin-right:auto}.k-page-hero h1,.k-page-hero p{text-align:center;margin-left:auto;margin-right:auto}.k-page-hero p{max-width:760px}.k-footer .footer-grid>div{text-align:center;display:flex;flex-direction:column;align-items:center}.k-footer .footer-logo{display:flex;justify-content:center;align-items:center}.k-footer .footer-logo img{margin-left:auto;margin-right:auto}.k-footer .footer-links{justify-items:center;align-items:center;text-align:center}.k-footer .socials{justify-content:center;align-items:center}.k-footer .socials a{flex:0 0 auto}.k-footer .socials a[aria-label=YouTube] svg{fill:none;stroke:currentColor;stroke-width:1.8}.k-footer .socials a[aria-label=YouTube] .yt-outline{fill:none;stroke:currentColor}.k-footer .socials a[aria-label=YouTube] .yt-play{fill:currentColor;stroke:none}.k-footer .footer-bottom{align-items:center;text-align:center}@media(min-width:991px){.k-footer .footer-bottom{justify-content:center;gap:64px}}@media(max-width:990px){.k-page-hero{min-height:300px}.k-page-hero .k-container{max-width:92%}.k-footer{padding-top:36px}.k-footer .footer-grid{gap:26px}.k-footer .footer-title{margin-bottom:12px}.k-footer .footer-links{gap:8px}.k-footer .socials{margin-top:18px;gap:14px}}.footer-accordion-trigger{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--k-gold);width:auto;padding:0;font:inherit;cursor:default}.footer-accordion-trigger .footer-accordion-icon{display:none}.footer-accordion-content{display:grid}@media(max-width:990px){.k-footer{padding-top:30px!important}.k-footer .footer-grid{display:block!important;padding-bottom:14px!important}.k-footer .footer-grid>div:first-child{padding:0 0 22px!important;margin-bottom:4px!important;border-bottom:1px solid rgba(255,255,255,.12)}.k-footer .footer-accordion-col{width:100%;padding:0!important;border-bottom:1px solid rgba(255,255,255,.12);display:block!important;text-align:left!important}.k-footer .footer-accordion-trigger{width:100%;min-height:58px;display:flex!important;align-items:center;justify-content:space-between;gap:18px;text-align:left!important;margin:0!important;padding:0 4px!important;color:var(--k-gold)!important;letter-spacing:.18em!important;cursor:pointer}.k-footer .footer-accordion-trigger span:first-child{display:block}.k-footer .footer-accordion-trigger .footer-accordion-icon{display:block;color:#fff;font-size:28px;line-height:1;font-weight:300;letter-spacing:0;transition:transform .2s ease}.k-footer .footer-accordion-col.is-open .footer-accordion-icon{transform:rotate(45deg)}.k-footer .footer-accordion-content{display:none!important;padding:0 4px 18px!important;text-align:left!important;justify-items:start!important;align-items:start!important;gap:10px!important}.k-footer .footer-accordion-col.is-open .footer-accordion-content{display:grid!important}.k-footer .footer-accordion-content a,.k-footer .footer-accordion-content span{font-size:14px!important;line-height:1.45;text-align:left!important}.k-footer .footer-bottom{border-top:0!important;padding:18px 0 88px!important;gap:14px!important;text-align:center!important}.k-footer .footer-bottom>div:first-child{font-size:13px}.k-footer .footer-bottom>div:last-child{font-size:12px;line-height:1.5}}.mobile-bottom-nav a{position:relative}.mobile-bottom-nav .cart-count{position:absolute;left:50%;right:auto;top:4px;transform:translate(14px);min-width:18px;width:auto;height:18px;padding:0 5px;border-radius:999px;background:#d92525;color:#fff;font-size:10px;line-height:18px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2}@media(max-width:420px){.mobile-bottom-nav .cart-count{top:3px;transform:translate(13px)}}@media(max-width:990px){.k-header-main{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:72px!important;padding:0 16px!important}.k-header-main .k-mobile-toggle{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important}.k-header-main .k-logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:auto!important;min-width:0!important;max-width:46vw!important;justify-content:center!important;align-items:center!important;z-index:3!important;margin:0!important}.k-header-main .k-logo img{display:block!important;width:min(var(--logo-width-mobile,145px),46vw)!important;max-width:46vw!important;height:auto!important;object-fit:contain!important;margin:0 auto!important}.k-header-main .k-icons{position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;margin:0!important;z-index:4!important}}@media(max-width:420px){.k-header-main .k-logo{max-width:42vw!important}.k-header-main .k-logo img{width:min(var(--logo-width-mobile,130px),42vw)!important;max-width:42vw!important}.k-header-main .k-icons{right:12px!important;gap:12px!important}}.product-grid--luxury{gap:24px}.product-card--luxury{position:relative;background:#050505;color:#fff;border:1px solid rgba(197,154,74,.12);overflow:hidden}.product-card--luxury .product-card-link{display:block}.product-img--luxury{position:relative;aspect-ratio:4/5;background:#111}.product-img--luxury img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card--luxury:hover .product-img--luxury img{transform:scale(1.03)}.product-img--luxury:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#00000038)}.product-card-badge{position:absolute;left:14px;top:14px;z-index:2;display:inline-flex;align-items:center;padding:6px 10px;background:#080808b8;border:1px solid rgba(197,154,74,.34);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#f2e2c3;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.product-info--luxury{padding:14px 16px 18px;background:#050505}.product-card--luxury .product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.65em;font-size:var(--k-product-title-size,18px);font-weight:600;line-height:1.3;color:#fff}.product-card--luxury .price{margin-top:10px;color:#b52623;font-size:clamp(18px,1.5vw,20px);font-weight:700}.product-card-cart-form{position:absolute;right:0;bottom:68px;z-index:3}.product-card-cart{width:58px;height:58px;border:0;background:#9f2220;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-card-cart:hover{background:#831b19;transform:translateY(-1px)}.product-card-cart svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-card .product-tag{display:none}.product-main-enhanced{align-items:start;gap:44px}.product-gallery-wrap{display:flex;flex-direction:column;gap:16px}.product-gallery{position:relative;background:#fff;padding:18px;border:1px solid #e7ddd0}.product-gallery-stage{position:relative;overflow:hidden;background:#f8f5ef}.product-gallery-slide{display:none;aspect-ratio:1/1.15;align-items:center;justify-content:center}.product-gallery-slide.is-active{display:flex}.product-gallery-slide img,.product-gallery-slide video,.product-gallery-slide model-viewer{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:calc(50% - 24px);width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:#ffffffe6;color:#111;font-size:30px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5}.gallery-nav.prev{left:28px}.gallery-nav.next{right:28px}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.gallery-thumb{padding:0;border:1px solid #dfd6ca;background:#fff;cursor:pointer;overflow:hidden}.gallery-thumb.is-active{border-color:var(--k-gold);box-shadow:0 0 0 1px var(--k-gold) inset}.gallery-thumb img{display:block;width:100%;height:100px;object-fit:cover}.product-purchase-box{border:1px solid #e7ddd0;box-shadow:0 12px 34px #0000000a}.product-purchase-box .k-title{font-size:clamp(34px,3.1vw,54px);letter-spacing:.12em;line-height:1.12}.product-price-main{font-size:34px;color:#161513;margin-top:16px}.product-review-trust{margin:14px 0 18px;color:var(--k-gold);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.product-review-trust span{color:#5f574f;letter-spacing:.02em;text-transform:none;font-weight:600;margin-left:6px}.product-shortdesc{font-size:19px;line-height:1.65;color:#2d2926;margin-bottom:20px}.product-trust-list{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px}.product-trust-list li{position:relative;padding-left:24px;color:#544d46}.product-trust-list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--k-gold)}.k-product-form{display:grid;gap:18px}.product-form-row{display:grid;gap:12px}.quantity-wrap{display:grid;gap:8px;color:#403a35;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.quantity-wrap input{width:120px;height:48px;padding:8px 14px;border:1px solid #d8cec0;background:#fff;font-size:18px}.product-buy-buttons{grid-template-columns:1fr 1fr;gap:14px}.product-assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.assurance-item{background:#f7f2ea;border:1px solid #e7ddd0;padding:16px}.assurance-item strong{display:block;margin-bottom:6px;font-size:14px;letter-spacing:.04em;text-transform:uppercase}.assurance-item span{display:block;color:#625b55;font-size:14px;line-height:1.55}.product-value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.value-pill{background:#070707;color:#f4f0e8;border:1px solid rgba(197,154,74,.26);padding:14px 18px;text-align:center;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.product-info-accordions{display:grid;gap:16px;margin-top:28px}.product-accordion{background:#fff;border:1px solid #e7ddd0;padding:0 22px}.product-accordion summary{list-style:none;cursor:pointer;padding:20px 0;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;position:relative}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";position:absolute;right:4px;top:16px;font-size:24px;font-weight:400;color:#665b50}.product-accordion[open] summary:after{content:"\2013"}.product-accordion-content{padding:0 0 22px;color:#4a433c;line-height:1.75}.related-products-wrap{margin-top:42px}.related-products-wrap .section-head{margin-bottom:24px}@media(max-width:990px){.product-grid--luxury{gap:16px}.product-img--luxury{aspect-ratio:4/5}.product-card-cart-form{bottom:78px}.product-card-cart{width:52px;height:52px}.product-card--luxury .product-title{font-size:16px}.product-card--luxury .price{font-size:18px}.product-main-enhanced{gap:26px}.product-gallery-stage{min-height:auto}.product-gallery-slide{aspect-ratio:1/1.08}.product-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-thumb img{height:82px}.product-purchase-box .k-title{font-size:clamp(28px,7vw,40px)}.product-price-main{font-size:28px}.product-shortdesc{font-size:17px}.product-buy-buttons,.product-assurance-grid,.product-value-strip{grid-template-columns:1fr}}@media(max-width:640px){.product-grid--luxury{grid-template-columns:repeat(2,1fr)}.product-info--luxury{padding:12px 12px 16px}.product-card-cart-form{right:0;bottom:71px}.product-card-cart{width:48px;height:48px}.product-card-badge{left:10px;top:10px;padding:5px 8px;font-size:10px}.product-card--luxury .product-title{font-size:15px;min-height:2.5em}.product-card--luxury .price{font-size:17px}.product-gallery{padding:12px}.gallery-nav{width:42px;height:42px;top:calc(50% - 21px)}.gallery-nav.prev{left:18px}.gallery-nav.next{right:18px}.product-gallery-thumbs{gap:8px}.gallery-thumb img{height:72px}.product-shortdesc{font-size:16px}}.product-grid--luxury{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.product-card--boutique{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e7ddd0;box-shadow:0 10px 28px #140f080d;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card--boutique:hover{transform:translateY(-3px);box-shadow:0 18px 36px #140f0814;border-color:#dcc8a8}.product-card--placeholder{min-height:100%}.product-card-media{position:relative}.product-img--boutique{position:relative;aspect-ratio:4/5;background:#efe8dd;overflow:hidden}.product-img--boutique img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card--boutique:hover .product-img--boutique img{transform:scale(1.025)}.product-img--boutique:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000005,#00000029);pointer-events:none}.product-card-badge--boutique{left:14px;top:14px;z-index:2;background:#ffffffeb;color:#8d6a2a;border:1px solid rgba(197,154,74,.42);box-shadow:0 4px 14px #0000000f;-webkit-backdrop-filter:none;backdrop-filter:none}.product-card-cart-form--boutique{position:absolute;right:14px;bottom:14px;z-index:3}.product-card-cart--boutique{width:50px;height:50px;border-radius:0;background:#9f2220;box-shadow:0 10px 24px #7a1f193d}.product-card-cart--boutique:hover{background:#851b18;transform:translateY(-1px)}.product-info--boutique{padding:15px 16px 14px;background:#fff}.product-subtitle{margin-bottom:8px;color:#9b7a39;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.product-title--boutique{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.65em;color:#161513;font-size:var(--k-product-title-size,18px);font-weight:600;line-height:1.32}.price--boutique{margin-top:10px;color:#9f2220;font-size:clamp(19px,1.45vw,22px);font-weight:700}.product-card-story{margin-top:14px;border-top:1px solid #eee4d8;padding-top:12px}.product-card-story summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#3e3731;font-size:12px;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.product-card-story summary::-webkit-details-marker{display:none}.product-card-story summary:after{content:"+";flex:0 0 auto;width:22px;height:22px;border:1px solid #d9cdbf;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8d6a2a;font-size:16px;line-height:1}.product-card-story[open] summary:after{content:"\2013"}.product-card-story-content{padding-top:12px}.product-card-story-content p{margin:0;color:#605851;font-size:14px;line-height:1.7}.product-card-story-link{display:inline-flex;margin-top:10px;color:#8d6a2a;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}@media(max-width:990px){.product-grid--luxury{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-info--boutique{padding:13px 13px 12px}.product-title--boutique{font-size:16px}.price--boutique{font-size:18px}}@media(max-width:640px){.product-grid--luxury{gap:14px}.product-card-badge--boutique{left:10px;top:10px;padding:5px 8px;font-size:10px}.product-card-cart-form--boutique{right:10px;bottom:10px}.product-card-cart--boutique{width:44px;height:44px}.product-title--boutique{font-size:15px;min-height:2.5em}.product-card-story summary{font-size:11px}.product-card-story-content p{font-size:13px}}.product-grid--luxury{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}.product-card--western{height:100%;border-radius:0;background:#fff;border:1px solid #e8ddcf;box-shadow:0 8px 22px #130c050d}.product-card--western:hover{transform:translateY(-4px);box-shadow:0 18px 34px #130c0517}.product-card--western .product-card-media{background:#f3ece2}.product-card--western .product-img--boutique{aspect-ratio:4/5;background:#ede5da}.product-card--western .product-card-link{text-decoration:none}.product-card-sale-badge,.product-card-soldout{position:absolute;z-index:4;right:12px;top:12px;display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;background:#9f2220;color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;box-shadow:0 8px 18px #7a1f192e}.product-card-soldout{background:#4b4640}.product-card-cart-form--boutique{right:12px;bottom:12px}.product-card-cart--boutique{width:46px;height:46px;border-radius:0;background:#9f2220;box-shadow:0 8px 18px #7a1f1938}.product-info--western{display:flex;flex-direction:column;flex:1;padding:14px 15px}.product-meta-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.product-meta-head .product-subtitle{margin-bottom:0;max-width:70%}.product-rating-mini{color:#c59a4a;font-size:11px;letter-spacing:.12em;white-space:nowrap}.product-title--boutique{min-height:2.7em;font-size:17px;line-height:1.35;color:#161513;font-weight:600}.product-price-row{display:flex;align-items:flex-end;gap:10px;margin-top:10px;flex-wrap:wrap}.product-compare-price{font-size:14px;color:#92897f;text-decoration:line-through;margin-bottom:2px}.price--boutique{margin-top:0;font-size:21px;color:#9f2220}.product-card-trustline{display:flex;align-items:center;gap:7px;margin-top:10px;color:#6f675d;font-size:12px;line-height:1.45}.product-card-trustline-stars{color:#c59a4a;letter-spacing:.1em;font-size:11px;white-space:nowrap}.product-card-microcopy{margin-top:6px;color:#887e72;font-size:12px;line-height:1.5}.product-card-story--compact{margin-top:12px;padding-top:12px;border-top:1px solid #eee3d4}.product-card-story--compact summary{font-size:11px;letter-spacing:.14em;color:#312b26;text-transform:uppercase;font-weight:700}.product-card-story--compact .product-card-story-hint{font-size:10px;letter-spacing:.12em;color:#9b7a39;text-transform:uppercase}.product-card-story--compact summary:after{content:"+";border-color:#d8ccbc;color:#8d6a2a}.product-card-story--compact[open] summary:after{content:"\2013"}.product-card-story-content p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.65;color:#605851}.product-card-story-link{margin-top:10px;font-size:11px;letter-spacing:.12em}.product-main-enhanced{align-items:start}.product-purchase-box{position:sticky;top:112px;border:1px solid #e5dccd;box-shadow:0 12px 30px #130c050d}.product-purchase-box .k-overline{color:#c59a4a;letter-spacing:.18em;margin-bottom:12px}.product-purchase-box .k-title{font-size:clamp(34px,3.8vw,48px);line-height:1.08;letter-spacing:.08em;max-width:14ch;text-wrap:balance;margin-bottom:14px}.product-price-main{font-size:clamp(30px,3vw,38px)}.product-review-trust{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#c59a4a;font-size:16px;margin-top:14px}.product-review-trust span{color:#5d564f;font-size:16px}.product-shortdesc{margin-top:18px;color:#4e4842;font-size:17px;line-height:1.7}.product-trust-inline{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.product-trust-inline span{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid #e4d8c8;background:#faf7f1;color:#4f4943;font-size:13px;font-weight:600;border-radius:999px}.product-assurance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.assurance-item{padding:14px 15px;border:1px solid #e5dccd;background:#faf7f1}.assurance-item strong{display:block;font-size:14px;color:#1a1714;margin-bottom:4px}.assurance-item span{display:block;font-size:13px;line-height:1.55;color:#6a6258}.product-value-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.value-pill{padding:10px 14px;border:1px solid #e5dccc;background:#fff;color:#4f4943;font-size:13px;border-radius:999px}@media(max-width:990px){.product-grid--luxury{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-purchase-box{position:static;top:auto}.product-purchase-box .k-title{font-size:clamp(28px,7vw,38px);max-width:none}.product-assurance-grid{grid-template-columns:1fr 1fr}.product-trust-inline span{font-size:12px}}@media(max-width:640px){.product-grid--luxury{gap:14px}.product-card--western .product-img--boutique{aspect-ratio:3/4}.product-card-sale-badge,.product-card-soldout{right:10px;top:10px;padding:5px 8px;font-size:9px}.product-info--western{padding:12px 12px 13px}.product-title--boutique{font-size:15px;min-height:2.6em}.price--boutique{font-size:18px}.product-card-trustline,.product-card-microcopy{font-size:11px}.product-card-story-content p{-webkit-line-clamp:3}.product-card-cart--boutique{width:42px;height:42px}.product-purchase-box .k-title{font-size:clamp(26px,8vw,32px);line-height:1.1;letter-spacing:.06em}.product-shortdesc{font-size:15px;line-height:1.65}.product-assurance-grid{grid-template-columns:1fr}.value-pill{font-size:12px}}.product-grid--story,.collection-layout .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-card--tashi{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #e7ddcf;box-shadow:0 8px 20px #1c10070f;transition:transform .24s ease,box-shadow .24s ease;overflow:hidden}.product-card--tashi:hover{transform:translateY(-4px);box-shadow:0 18px 34px #1c10071c}.product-card-media--tashi{position:relative;background:#111}.product-img--tashi{position:relative;aspect-ratio:4/5;overflow:hidden;background:#141414}.product-img--tashi img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card--tashi:hover .product-img--tashi img{transform:scale(1.03)}.product-card-badge--tashi{left:12px;top:12px;padding:6px 10px;border-radius:999px;background:#0c0c0cbd;border-color:#c59a4a59}.product-card-cart-form--tashi{position:absolute;right:12px;bottom:12px;z-index:5}.product-card-cart--tashi{width:50px;height:50px;border:0;background:#9f2220;color:#fff;border-radius:0;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 22px #7a1f1938;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-card-cart--tashi:hover{background:#851b18;transform:translateY(-1px)}.product-card-cart--tashi svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-info--tashi{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;background:#fff}.product-subtitle--tashi{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#9b7a39;font-weight:700}.product-title--tashi{font-size:20px;line-height:1.34;letter-spacing:0;color:#171411;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.price--tashi{font-size:26px;font-weight:700;color:#1d1712}.product-price-row--tashi{display:flex;align-items:center;gap:10px;margin-top:2px}.product-card-microcopy--tashi{font-size:12px;line-height:1.5;color:#7b7267;margin-top:2px}.product-card-story--tashi{margin-top:2px;border-top:1px solid #eee3d4;padding-top:10px}.product-card-story--tashi summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#26201a;font-weight:700}.product-card-story--tashi summary::-webkit-details-marker{display:none}.product-card-story--tashi .product-card-story-hint{font-size:10px;letter-spacing:.12em;color:#9b7a39;text-transform:uppercase}.product-card-story--tashi summary:after{content:"+";width:22px;height:22px;border:1px solid #d8ccbc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8d6a2a;font-size:16px;line-height:1}.product-card-story--tashi[open] summary:after{content:"\2013"}.product-card-story--tashi .product-card-story-content{padding-top:10px}.product-card-story--tashi .product-card-story-content p{font-size:13px;line-height:1.65;color:#5d554d;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.product-card-story--tashi .product-card-story-link{margin-top:10px;display:inline-flex;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9f2220;font-weight:700}.k-product-page--story{background:#f2ede6}.product-main--spiritual{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:44px;align-items:start}.product-gallery-wrap--spiritual{position:sticky;top:24px}.product-gallery-stage--spiritual{position:relative;background:#fff;border:1px solid #e7ddcf;padding:18px;box-shadow:0 8px 20px #1a10080d}.product-gallery-stage--spiritual .product-gallery-slide{display:none}.product-gallery-stage--spiritual .product-gallery-slide.is-active{display:block}.product-gallery-stage--spiritual img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#0f0f0f}.product-gallery-thumbs--spiritual{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-gallery-thumbs--spiritual .gallery-thumb{padding:0;border:1px solid #e2d7c7;background:#fff;cursor:pointer;opacity:.78}.product-gallery-thumbs--spiritual .gallery-thumb img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.product-gallery-thumbs--spiritual .gallery-thumb.is-active{border-color:#9b7a39;opacity:1}.product-purchase-box--spiritual{background:#fff;border:1px solid #e7ddcf;padding:30px 32px 28px;box-shadow:0 8px 20px #1a10080d}.product-purchase-box--spiritual .k-overline{font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:#b69247;font-weight:700;margin-bottom:10px}.product-purchase-box--spiritual .product-title-main{font-size:clamp(32px,3vw,44px);line-height:1.12;letter-spacing:.03em;text-transform:none;margin:0 0 14px;color:#171411;font-family:var(--k-heading-font, var(--k-body-font, inherit))}.product-price-row-main{display:flex;align-items:center;gap:12px;margin-bottom:12px}.product-price-main{font-size:clamp(30px,2.5vw,38px);font-weight:700;color:#171411}.product-compare-price-main{font-size:20px;color:#8d857b;text-decoration:line-through}.product-review-trust{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#6d6258;font-size:14px;margin-bottom:16px}.product-review-trust:first-letter{color:inherit}.product-review-trust{letter-spacing:0}.product-review-trust>:first-child,.product-review-trust{word-spacing:normal}.product-shortdesc--story{font-size:16px;line-height:1.75;color:#514942;margin-bottom:18px}.product-bullets{display:grid;gap:8px;margin:0 0 22px;padding:0;list-style:none}.product-bullets li{position:relative;padding-left:18px;font-size:14px;line-height:1.6;color:#403932}.product-bullets li:before{content:"\2726";position:absolute;left:0;top:0;color:#b69247}.product-form-row--story{margin-bottom:16px}.product-form-row--story .quantity-wrap{display:grid;gap:8px;max-width:120px;color:#4b453e;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.product-form-row--story input{height:46px;border:1px solid #ddd1bf;background:#fff;padding:0 12px;font-size:16px}.product-buy-buttons--story{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:0}.product-buy-buttons--story .k-btn{height:52px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;letter-spacing:.14em}.product-support-note{margin-top:14px;padding:14px 16px;background:#faf6ef;border:1px solid #eadfcf;color:#665a4d;font-size:14px;line-height:1.6}.product-assurance-grid--story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.product-assurance-grid--story .assurance-item{padding:16px;background:#fbf8f3;border:1px solid #eee2d3}.product-assurance-grid--story .assurance-item strong{display:block;font-size:14px;color:#1c1712;margin-bottom:5px}.product-assurance-grid--story .assurance-item span{display:block;font-size:13px;line-height:1.6;color:#62584f}.product-info-accordions--story{margin-top:34px;display:grid;gap:12px}.product-info-accordions--story .product-accordion{background:#fff;border:1px solid #e7ddcf}.product-info-accordions--story .product-accordion summary{padding:18px 20px;cursor:pointer;list-style:none;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#231e19;font-weight:700;display:flex;align-items:center;justify-content:space-between}.product-info-accordions--story .product-accordion summary::-webkit-details-marker{display:none}.product-info-accordions--story .product-accordion summary:after{content:"+";width:22px;height:22px;border-radius:50%;border:1px solid #d8ccbc;display:flex;align-items:center;justify-content:center;color:#8d6a2a;font-size:16px;line-height:1}.product-info-accordions--story .product-accordion[open] summary:after{content:"\2013"}.product-info-accordions--story .product-accordion-content{padding:0 20px 20px}.product-info-accordions--story .product-accordion-content p{margin:0;font-size:15px;line-height:1.8;color:#554d45;white-space:pre-line}.related-products-wrap--story{margin-top:42px}.related-products-wrap--story .section-head p{color:#6f665b}@media(max-width:1200px){.collection-layout .product-grid,.product-grid--story{grid-template-columns:repeat(2,minmax(0,1fr))}.product-main--spiritual{grid-template-columns:1fr;gap:28px}.product-gallery-wrap--spiritual{position:static}}@media(max-width:768px){.collection-layout .product-grid,.product-grid--story{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-info--tashi{padding:12px 12px 14px}.product-title--tashi{font-size:16px;min-height:2.55em}.price--tashi{font-size:20px}.product-card-cart--tashi{width:42px;height:42px}.product-card-cart-form--tashi{right:10px;bottom:10px}.product-card-microcopy--tashi{font-size:11px}.product-card-story--tashi summary{font-size:10px}.product-card-story--tashi .product-card-story-content p{font-size:12px}.product-buy-buttons--story,.product-assurance-grid--story{grid-template-columns:1fr}.product-purchase-box--spiritual{padding:22px 18px}.product-gallery-stage--spiritual{padding:12px}.product-gallery-thumbs--spiritual{grid-template-columns:repeat(4,1fr);gap:8px}}@media(max-width:540px){.collection-layout .product-grid,.product-grid--story{grid-template-columns:1fr 1fr;gap:14px}.product-main--spiritual{gap:20px}.product-purchase-box--spiritual .product-title-main{font-size:31px}.product-shortdesc--story{font-size:15px}.product-info-accordions--story .product-accordion summary{padding:16px;font-size:12px}.product-info-accordions--story .product-accordion-content{padding:0 16px 16px}}.collection-layout .product-grid,.product-grid--story{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card--tashi{border-radius:0;box-shadow:0 10px 24px #1c10070d}.product-card-media--tashi{background:#14110f}.product-img--tashi{aspect-ratio:3/4;background:#151311}.product-card-sale-badge,.product-card-soldout{right:10px;top:10px;padding:5px 8px;font-size:9px;letter-spacing:.1em}.product-card-cart-form--tashi{right:10px;bottom:10px}.product-card-cart--tashi{width:44px;height:44px;box-shadow:0 8px 18px #7a1f192e}.product-info--tashi{padding:12px 12px 14px;gap:6px}.product-title--tashi{font-size:16px;line-height:1.42;min-height:2.85em;-webkit-line-clamp:2}.product-price-row--tashi{margin-top:0}.price--tashi{font-size:20px;color:#181410}.product-card-story--tashi{margin-top:4px;padding-top:8px}.product-card-story--tashi summary{font-size:10px;letter-spacing:.14em}.product-card-story--tashi .product-card-story-hint{font-size:9px}.product-card-story--tashi summary:after{width:20px;height:20px;font-size:14px}.product-card-story--tashi .product-card-story-content{padding-top:8px}.product-card-story--tashi .product-card-story-content p{-webkit-line-clamp:2;font-size:12px;line-height:1.6}.product-card-story--tashi .product-card-story-link{margin-top:8px;font-size:10px;letter-spacing:.12em}.product-gallery-stage--spiritual img{aspect-ratio:3/4}.product-mobile-sticky{display:none}@media(max-width:1200px){.collection-layout .product-grid,.product-grid--story{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media(max-width:768px){.collection-layout .product-grid,.product-grid--story{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card-cart--tashi{width:40px;height:40px}.product-info--tashi{padding:10px 10px 12px}.product-title--tashi{font-size:14px;min-height:2.72em}.price--tashi{font-size:18px}.product-card-story--tashi .product-card-story-content p{-webkit-line-clamp:2;font-size:11px}body.template-product{padding-bottom:92px}.product-mobile-sticky{position:fixed;left:0;right:0;bottom:64px;z-index:34;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;background:#fffffff7;border-top:1px solid #eadfcf;box-shadow:0 -10px 24px #1c10071f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-mobile-sticky__meta{display:grid;gap:2px;min-width:0}.product-mobile-sticky__price{font-size:18px;font-weight:700;color:#171411;line-height:1.1}.product-mobile-sticky__label{font-size:11px;color:#786f63;line-height:1.3}.product-mobile-sticky__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-mobile-sticky__form{margin:0}.product-mobile-sticky__btn{height:44px;padding:0 14px;font-size:11px;letter-spacing:.12em;white-space:nowrap}}@media(max-width:540px){.collection-layout .product-grid,.product-grid--story{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-mobile-sticky{grid-template-columns:1fr;gap:8px;padding:10px;bottom:64px}.product-mobile-sticky__actions{grid-template-columns:1fr 1fr}}.product-series-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;margin:0 0 12px;border:1px solid #dfd1bb;border-radius:999px;background:#fbf7ef;color:#9d7c3f;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;box-shadow:0 6px 16px #1a10080a}.product-purchase-box--spiritual .k-overline{font-size:12px;letter-spacing:.18em;margin-bottom:8px}.product-purchase-box--spiritual .product-title-main{max-width:11ch}.product-price-row-main{margin-bottom:14px}.product-price-primary{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.product-price-secondary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-bottom:4px}.product-price-main{font-weight:700;line-height:1;color:#171411}.product-compare-price-main{font-size:18px;color:#988f84;text-decoration:line-through}.product-save-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:999px;background:#f5eee2;color:#9b2220;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-buy-buttons--story{align-items:center}.product-buy-buttons--story .k-btn{justify-content:center}@media(max-width:768px){.k-product-page--story{overflow-x:hidden}.product-main--spiritual{gap:16px}.product-gallery-wrap--spiritual{margin:0 -18px}.product-series-chip{margin:0 18px 10px;font-size:10px;padding:7px 12px}.product-gallery-stage--spiritual{padding:0;border:0;box-shadow:none;background:transparent}.product-gallery-stage--spiritual img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:0}.product-gallery-thumbs--spiritual{margin:10px 18px 0;grid-template-columns:repeat(4,1fr);gap:8px}.product-purchase-box--spiritual{padding:18px 18px 16px;border-left:0;border-right:0;border-radius:0;box-shadow:none}.product-purchase-box--spiritual .k-overline{font-size:11px;letter-spacing:.18em}.product-purchase-box--spiritual .product-title-main{font-size:clamp(18px,6.4vw,28px);line-height:1.18;letter-spacing:.01em;max-width:none;margin-bottom:10px}.product-price-row-main{margin-bottom:10px}.product-price-primary{gap:10px;align-items:center}.product-price-main{font-size:clamp(28px,8vw,34px)}.product-compare-price-main{font-size:15px}.product-save-badge{height:24px;padding:0 9px;font-size:10px}.product-review-trust{font-size:13px;margin-bottom:12px}.product-shortdesc--story{font-size:14px;line-height:1.65;margin-bottom:14px}.product-bullets{margin-bottom:16px;gap:7px}.product-bullets li{font-size:13px;line-height:1.55}.product-form-row--story{margin-bottom:12px}.product-buy-buttons--story{grid-template-columns:1fr 1fr;gap:10px;justify-content:center}.product-buy-buttons--story .k-btn{height:48px;font-size:12px;letter-spacing:.12em;padding:0 10px}body.template-product{padding-bottom:136px}.product-mobile-sticky{left:10px;right:10px;bottom:72px;display:grid;grid-template-columns:1fr;gap:10px;padding:12px;border:1px solid #e6d9c7;border-radius:16px;background:#fffffffa;box-shadow:0 16px 34px #1c10072e}.product-mobile-sticky__meta{justify-items:center;text-align:center;gap:3px}.product-mobile-sticky__price{font-size:19px;line-height:1;font-weight:700}.product-mobile-sticky__label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#8e7c67}.product-mobile-sticky__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center;justify-content:center}.product-mobile-sticky__form{display:flex}.product-mobile-sticky__btn{width:100%;height:46px;padding:0 12px;font-size:11px;letter-spacing:.12em;display:inline-flex;align-items:center;justify-content:center}}@media(max-width:540px){.product-gallery-wrap--spiritual{margin:0 -16px}.product-series-chip{margin:0 16px 10px}.product-gallery-thumbs--spiritual{margin:8px 16px 0}.product-purchase-box--spiritual .product-title-main{font-size:clamp(17px,6vw,24px)}.product-price-main{font-size:clamp(26px,7.5vw,32px)}}.k-product-page--story{padding-top:34px;padding-bottom:42px}.product-main--spiritual{align-items:start}.product-gallery-wrap--spiritual{display:flex;flex-direction:column;gap:10px}.product-series-chip{margin-bottom:8px}.product-gallery-stage--spiritual,.product-gallery-stage--spiritual img{aspect-ratio:4/5}.product-gallery-stage--spiritual img{object-fit:cover}.product-price-row-main{padding:14px 0 12px;border-top:1px solid #e6dccf;border-bottom:1px solid #e6dccf}.product-price-primary{justify-content:flex-start}.product-info-accordions--story .product-accordion:first-child .product-accordion-content p{white-space:pre-line}@media(max-width:768px){.k-product-page--story{padding-top:14px;padding-bottom:28px}.product-main--spiritual{gap:14px}.product-gallery-wrap--spiritual{gap:8px}.product-series-chip{margin:0 16px 6px;padding:6px 12px;font-size:10px}.product-gallery-wrap--spiritual{margin:0 -16px}.product-gallery-stage--spiritual{padding:0;border:0;box-shadow:none;background:transparent}.product-gallery-stage--spiritual,.product-gallery-stage--spiritual img{aspect-ratio:4/5!important}.product-gallery-stage--spiritual img{border-radius:0;width:100%;display:block}.product-gallery-thumbs--spiritual{margin:8px 16px 0}.product-purchase-box--spiritual{padding:16px 16px 14px;border-radius:0;box-shadow:none}.product-purchase-box--spiritual .k-overline{margin-bottom:8px}.product-price-row-main{margin-bottom:12px;padding:12px 0 10px}.product-form-row--story{margin-bottom:10px}}@media(max-width:540px){.product-gallery-wrap--spiritual{margin:0 -14px}.product-series-chip{margin:0 14px 6px}.product-gallery-thumbs--spiritual{margin:8px 14px 0}.k-product-page--story{padding-top:10px}}.product-gallery--spiritual{display:flex;flex-direction:column;gap:10px}.product-gallery-thumbs--spiritual{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}@media(max-width:768px){.product-gallery{padding:0!important;border:0!important;background:transparent!important}.product-gallery--spiritual{gap:10px}.product-gallery-stage--spiritual{aspect-ratio:auto!important;min-height:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important}.product-gallery-stage--spiritual .product-gallery-slide{display:none}.product-gallery-stage--spiritual .product-gallery-slide.is-active{display:block}.product-gallery-stage--spiritual img,.product-gallery-stage--spiritual video,.product-gallery-stage--spiritual model-viewer{width:100%!important;height:auto!important;max-height:72vh;aspect-ratio:auto!important;object-fit:contain!important;display:block;border-radius:0;background:#f5f1ea}.product-gallery-thumbs--spiritual{margin:0 16px!important;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:2px;scrollbar-width:none}.product-gallery-thumbs--spiritual::-webkit-scrollbar{display:none}.product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 calc(25% - 6px);min-width:72px;max-width:88px;border:1px solid #e2d7c7;background:#fff}.product-gallery-thumbs--spiritual .gallery-thumb img{aspect-ratio:1 / 1;object-fit:cover}.gallery-nav{top:50%;transform:translateY(-50%)}}@media(max-width:540px){.product-gallery-thumbs--spiritual{margin:0 14px!important}.product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 calc(25% - 6px);min-width:68px;max-width:84px}}.product-card-mobile-cta-form{display:none;margin:0}.product-card-mobile-cta,.product-card-mobile-cta.is-disabled{display:none}@media(max-width:768px){.collection-layout .product-grid,.product-grid--story,.product-grid--luxury{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:start}.product-card--tashi,.product-card--western,.product-card--boutique{background:#fff!important;border:1px solid #eee4d7!important;box-shadow:none!important;transform:none!important;overflow:hidden}.product-card--tashi:hover,.product-card--western:hover,.product-card--boutique:hover{transform:none!important;box-shadow:none!important}.product-card-media--tashi{background:#f5f1ea}.product-img--tashi{aspect-ratio:4/5!important;background:#f5f1ea}.product-img--tashi img{width:100%;height:100%;object-fit:cover}.product-card-sale-badge{top:8px;right:8px;padding:4px 7px;border-radius:999px;background:#8f1f1c;color:#fff;font-size:9px;letter-spacing:.08em}.product-card-cart-form--tashi{display:none!important}.product-info--tashi{padding:10px 10px 12px!important;gap:5px;background:#fff}.product-title--tashi{font-size:14px!important;line-height:1.35!important;font-weight:600;color:#1b1713;min-height:2.7em!important;-webkit-line-clamp:2!important;letter-spacing:0!important}.product-price-row--tashi{margin-top:4px;display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price--tashi{font-size:17px!important;line-height:1.1;color:#941f1b!important;font-weight:700}.product-compare-price{font-size:12px;color:#8a8279;text-decoration:line-through}.product-card-story--tashi{display:none!important}.product-card-mobile-cta-form{display:block;margin:0 10px 10px;order:3}.product-card-mobile-cta{display:flex;width:100%;height:38px;align-items:center;justify-content:center;border:1px solid #941f1b;background:#941f1b;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700;line-height:1}.product-card-mobile-cta.is-disabled{display:flex;margin:0 10px 10px;height:38px;align-items:center;justify-content:center;border:1px solid #d8cbbb;background:#f5f1ea;color:#7b7167;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:700}}@media(max-width:420px){.collection-layout .product-grid,.product-grid--story,.product-grid--luxury{gap:12px!important}.product-info--tashi{padding:9px 9px 10px!important}.product-title--tashi{font-size:13px!important}.price--tashi{font-size:16px!important}.product-card-mobile-cta-form{margin:0 9px 9px}.product-card-mobile-cta{height:36px;font-size:10px}}@media(max-width:768px){.collection-layout .product-grid,.product-grid--story,.product-grid--luxury{gap:12px!important}.product-card--tashi,.product-card--western,.product-card--boutique{border-radius:0!important}.product-img--tashi{aspect-ratio:3 / 4!important;overflow:hidden}.product-img--tashi img{width:100%;height:100%;object-fit:cover;object-position:center}.product-info--tashi{padding:8px 8px 10px!important;gap:4px!important}.product-title--tashi{font-size:13px!important;line-height:1.32!important;min-height:2.5em!important}.product-price-row--tashi{margin-top:2px!important;gap:6px!important}.price--tashi{font-size:16px!important}.product-card-mobile-cta-form{margin:0 8px 8px!important}.product-card-mobile-cta,.product-card-mobile-cta.is-disabled{height:36px;font-size:10px}.k-product-page--story{padding-top:8px!important;padding-bottom:24px!important}.product-main--spiritual{gap:12px!important}.product-gallery-wrap--spiritual{margin:0 -12px!important;gap:6px!important}.product-series-chip{margin:0 12px 4px!important;padding:6px 12px!important;font-size:10px!important}.product-gallery--spiritual{gap:6px!important}.product-gallery-stage--spiritual{padding:0!important;border:0!important;box-shadow:none!important;background:#f4efe7!important}.product-gallery-stage--spiritual .product-gallery-slide{width:100%;aspect-ratio:3 / 4;align-items:center;justify-content:center;background:#f4efe7}.product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.product-gallery-stage--spiritual img,.product-gallery-stage--spiritual video,.product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;max-height:none!important;aspect-ratio:3 / 4!important;object-fit:contain!important;object-position:center center!important;display:block;background:#f4efe7}.product-gallery-thumbs--spiritual{margin:0 12px!important;gap:8px!important;padding-bottom:0!important}.product-gallery-thumbs--spiritual .gallery-thumb{min-width:64px!important;max-width:76px!important}.gallery-nav{width:42px;height:42px;top:50%;transform:translateY(-50%)}.gallery-nav.prev{left:8px}.gallery-nav.next{right:8px}.product-purchase-box--spiritual{padding:12px 14px!important;margin-top:0!important}.product-purchase-box--spiritual .k-overline{margin-bottom:6px!important;font-size:10px!important}.product-purchase-box--spiritual .product-title-main{font-size:clamp(18px,5.8vw,24px)!important;line-height:1.24!important;margin-bottom:10px!important}.product-price-row-main{margin-bottom:10px!important;padding:10px 0 8px!important}.product-price-main{font-size:clamp(24px,8vw,30px)!important;line-height:1.05!important}.product-compare-price-main{font-size:13px!important}.product-review-trust{margin-bottom:10px!important;font-size:12px!important;line-height:1.5!important}.product-bullets{margin:0 0 12px!important;gap:6px!important}.product-bullets li{font-size:13px!important;line-height:1.52!important}.product-form-row--story{margin-bottom:10px!important}.product-buy-buttons--story{gap:8px!important}.product-buy-buttons--story .k-btn{height:44px!important;font-size:11px!important;letter-spacing:.11em!important}.product-support-note{margin-top:10px!important;font-size:12px!important;line-height:1.55!important}.product-assurance-grid--story{gap:10px!important;margin-top:12px!important}.product-info-accordions--story{margin-top:18px!important}}@media(max-width:540px){.product-gallery-wrap--spiritual{margin:0 -10px!important}.product-series-chip,.product-gallery-thumbs--spiritual{margin-left:10px!important;margin-right:10px!important}.product-gallery-thumbs--spiritual .gallery-thumb{min-width:60px!important;max-width:72px!important}.product-purchase-box--spiritual{padding:12px 12px 10px!important}}.product-series-chip:empty{display:none!important}.product-gallery-stage--spiritual{overflow:hidden}.product-gallery-stage--spiritual .product-gallery-slide{background:#f7f3ec}.product-main-gallery-image{display:block;width:100%;height:auto}@media(max-width:768px){.product-series-chip:empty{display:none!important}.product-gallery-wrap--spiritual{margin:0!important;padding:0!important;gap:0!important}.product-gallery{padding:0!important;margin:0!important;border:0!important;background:#f7f3ec!important}.product-gallery-stage--spiritual{width:100%!important;aspect-ratio:3/4!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:#f7f3ec!important;overflow:hidden!important}.product-gallery-stage--spiritual .product-gallery-slide{width:100%!important;height:100%!important;aspect-ratio:3/4!important;display:none!important;align-items:center!important;justify-content:center!important;background:#f7f3ec!important}.product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.product-gallery-stage--spiritual img.product-main-gallery-image,.product-gallery-stage--spiritual img,.product-gallery-stage--spiritual video,.product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;aspect-ratio:auto!important;background:#f7f3ec!important}.gallery-nav{z-index:8!important;background:#ffffffb8!important}.product-gallery-thumbs--spiritual{margin:8px 10px 0!important;display:flex!important;gap:8px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding:0 0 2px!important}.product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 64px!important;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important}.product-gallery-thumbs--spiritual .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;aspect-ratio:1/1!important}.product-mobile-sticky{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(16px)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important}.product-mobile-sticky.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.product-purchase-box--spiritual{margin-top:0!important}}.k-product-page--story .product-gallery-wrap--spiritual{max-width:var(--k-pdp-desktop-gallery-width, 700px);width:100%}.k-product-page--story .product-gallery-stage--spiritual,.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{aspect-ratio:var(--k-pdp-desktop-image-ratio, 4 / 5)!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img{object-fit:var(--k-pdp-desktop-image-fit, contain)!important}@media(max-width:768px){.k-product-page--story .product-gallery-wrap--spiritual{max-width:none!important;width:var(--k-pdp-mobile-image-width, 100%)!important;margin-left:auto!important;margin-right:auto!important}.k-product-page--story .product-gallery-stage--spiritual,.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{aspect-ratio:var(--k-pdp-mobile-image-ratio, 3 / 4)!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{object-fit:var(--k-pdp-mobile-image-fit, contain)!important;width:100%!important;height:100%!important}}@media(min-width:991px){.k-product-page--story{background:#0d0d0d!important;color:#f6f1e8!important;padding-top:54px!important}.k-product-page--story>.k-container.product-main--spiritual{max-width:1500px!important;width:calc(100% - 72px)!important;display:grid!important;grid-template-columns:minmax(560px,1.02fr) minmax(480px,.98fr)!important;gap:48px!important;align-items:start!important}.k-product-page--story .product-gallery-wrap--spiritual{position:sticky!important;top:120px!important;max-width:none!important;width:100%!important;margin:0!important;padding:0!important;gap:18px!important}.k-product-page--story .product-series-chip{display:none!important}.k-product-page--story .product-gallery,.k-product-page--story .product-gallery--spiritual{background:transparent!important;border:0!important;padding:0!important;margin:0!important;gap:16px!important}.k-product-page--story .product-gallery-stage--spiritual{background:#151515!important;border:0!important;padding:0!important;box-shadow:none!important;overflow:hidden!important;aspect-ratio:1 / 1!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;background:#151515!important;display:none!important;align-items:center!important;justify-content:center!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:var(--k-pdp-desktop-image-fit, cover)!important;object-position:center center!important;aspect-ratio:auto!important;background:#151515!important}.k-product-page--story .gallery-nav{width:48px!important;height:48px!important;top:50%!important;transform:translateY(-50%)!important;background:#ffffffdb!important;color:#111!important;border:0!important;box-shadow:0 10px 24px #0000002e!important}.k-product-page--story .gallery-nav.prev{left:18px!important}.k-product-page--story .gallery-nav.next{right:18px!important}.k-product-page--story .product-gallery-thumbs--spiritual{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;overflow:visible!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;aspect-ratio:1 / 1!important;border:1px solid rgba(255,255,255,.18)!important;background:#171717!important;opacity:.72!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb.is-active{border-color:#c59a4a!important;opacity:1!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.k-product-page--story .product-purchase-box--spiritual{position:sticky!important;top:120px!important;background:#0d0d0d!important;color:#f6f1e8!important;border:0!important;box-shadow:none!important;padding:24px 0 0!important}.k-product-page--story .product-purchase-box--spiritual .k-overline{color:#c59a4a!important;font-size:13px!important;letter-spacing:.16em!important;margin-bottom:16px!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main{color:#fff!important;font-size:clamp(34px,3.1vw,54px)!important;line-height:1.12!important;letter-spacing:.02em!important;max-width:16ch!important;margin-bottom:22px!important;text-transform:none!important}.k-product-page--story .product-price-row-main{border:0!important;padding:0!important;margin:0 0 18px!important}.k-product-page--story .product-price-primary{align-items:center!important;gap:18px!important}.k-product-page--story .product-price-main{color:#fff!important;font-size:clamp(28px,2.3vw,38px)!important;font-weight:800!important}.k-product-page--story .product-compare-price-main{color:#ffffffa6!important;font-size:18px!important}.k-product-page--story .product-save-badge{background:#fff4ea!important;color:#9f2220!important;height:38px!important;padding:0 18px!important;border-radius:10px!important;font-size:14px!important}.k-product-page--story .product-review-trust{color:#10a695!important;border-bottom:1px solid rgba(255,255,255,.28)!important;padding-bottom:14px!important;margin:0 0 16px!important;font-size:15px!important}.k-product-page--story .product-review-trust span{color:#ffffffa6!important}.k-product-page--story .product-bullets{margin:0 0 22px!important;padding:0!important;display:grid!important;gap:10px!important}.k-product-page--story .product-bullets li{color:#ffffffd1!important;font-size:15px!important}.k-product-page--story .product-form-row--story .quantity-wrap{max-width:360px!important;margin:0 auto 18px!important;color:#fff!important}.k-product-page--story .product-form-row--story .quantity-wrap span{display:none!important}.k-product-page--story .product-form-row--story input{width:100%!important;height:52px!important;text-align:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.45)!important;background:#fff!important;color:#111!important;font-size:18px!important}.k-product-page--story .product-buy-buttons--story{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;margin:0 auto 20px!important;max-width:560px!important}.k-product-page--story .product-buy-buttons--story .k-btn{height:58px!important;display:flex!important;justify-content:center!important;align-items:center!important;font-size:15px!important;letter-spacing:.05em!important;border-radius:6px!important}.k-product-page--story .product-buy-buttons--story .k-btn:first-child{order:2;background:#fff!important;color:#111!important;border:1px solid #fff!important}.k-product-page--story .product-buy-buttons--story .k-btn.dark{order:1;background:#4b2fee!important;color:#fff!important;border-color:#4b2fee!important}.k-product-page--story .product-support-note{background:transparent!important;color:#ffffffdb!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:8px!important;padding:18px 20px!important;text-align:center!important}.k-product-page--story .product-assurance-grid--story{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}.k-product-page--story .product-assurance-grid--story .assurance-item{background:#151515!important;border-color:#ffffff29!important;color:#fff!important}.k-product-page--story .product-assurance-grid--story .assurance-item strong{color:#fff!important}.k-product-page--story .product-assurance-grid--story .assurance-item span{color:#ffffffad!important}.k-product-page--story .product-info-accordions--story,.k-product-page--story .related-products-wrap--story{max-width:1500px!important;width:calc(100% - 72px)!important;color:#fff!important}.k-product-page--story .product-info-accordions--story .product-accordion{background:#101010!important;border-color:#ffffff29!important}.k-product-page--story .product-info-accordions--story .product-accordion summary{color:#fff!important}.k-product-page--story .product-info-accordions--story .product-accordion-content p{color:#ffffffb8!important}.k-product-page--story .related-products-wrap--story .section-head .k-title,.k-product-page--story .related-products-wrap--story .section-head p{color:#fff!important}}@media(max-width:768px){.k-product-page--story{background:#0d0d0d!important;color:#f6f1e8!important;padding-top:0!important;overflow-x:hidden!important}.k-product-page--story>.k-container.product-main--spiritual{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;gap:0!important}.k-product-page--story .product-gallery-wrap--spiritual{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#0d0d0d!important}.k-product-page--story .product-series-chip{width:calc(100% - 28px)!important;margin:12px 14px 10px!important;min-height:34px!important;padding:8px 14px!important;border:1px solid rgba(197,154,74,.45)!important;background:#111!important;color:#c59a4a!important;border-radius:999px!important;font-size:10px!important;line-height:1.2!important;letter-spacing:.16em!important;text-align:center!important;box-shadow:none!important}.k-product-page--story .product-gallery,.k-product-page--story .product-gallery--spiritual{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;border:0!important;background:#0d0d0d!important;gap:8px!important}.k-product-page--story .product-gallery-stage--spiritual{width:100%!important;max-width:none!important;aspect-ratio:var(--k-pdp-mobile-image-ratio, 3 / 4)!important;max-height:calc(100vh - 150px)!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:#0d0d0d!important;overflow:hidden!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{width:100%!important;height:100%!important;aspect-ratio:auto!important;display:none!important;align-items:center!important;justify-content:center!important;background:#0d0d0d!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;aspect-ratio:auto!important;display:block!important;background:#0d0d0d!important}.k-product-page--story .gallery-nav{width:42px!important;height:42px!important;top:50%!important;transform:translateY(-50%)!important;background:#ffffffc2!important;color:#111!important;border:0!important;z-index:8!important}.k-product-page--story .gallery-nav.prev{left:10px!important}.k-product-page--story .gallery-nav.next{right:10px!important}.k-product-page--story .product-gallery-thumbs--spiritual{margin:10px 12px 0!important;padding:0 0 4px!important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;background:#0d0d0d!important;scrollbar-width:none!important}.k-product-page--story .product-gallery-thumbs--spiritual::-webkit-scrollbar{display:none!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 62px!important;width:62px!important;min-width:62px!important;max-width:62px!important;height:62px!important;border:1px solid rgba(255,255,255,.16)!important;background:#141414!important;opacity:.76!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb.is-active{border-color:#c59a4a!important;opacity:1!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.k-product-page--story .product-purchase-box--spiritual{background:#0d0d0d!important;color:#f6f1e8!important;border:0!important;box-shadow:none!important;padding:18px 16px 16px!important;margin:0!important}.k-product-page--story .product-purchase-box--spiritual .k-overline{color:#c59a4a!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main{color:#fff!important}.k-product-page--story .product-price-row-main{border-top:1px solid rgba(255,255,255,.12)!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.k-product-page--story .product-price-main{color:#fff!important}.k-product-page--story .product-compare-price-main{color:#ffffff8f!important}.k-product-page--story .product-review-trust{color:#c59a4a!important}.k-product-page--story .product-review-trust span,.k-product-page--story .product-bullets li,.k-product-page--story .product-support-note,.k-product-page--story .product-info-accordions--story .product-accordion-content p{color:#ffffffb8!important}.k-product-page--story .product-bullets li:before{color:#c59a4a!important}.k-product-page--story .product-support-note,.k-product-page--story .product-assurance-grid--story .assurance-item,.k-product-page--story .product-info-accordions--story .product-accordion{background:#111!important;border-color:#ffffff24!important}.k-product-page--story .product-assurance-grid--story .assurance-item strong,.k-product-page--story .product-info-accordions--story .product-accordion summary{color:#fff!important}.k-product-page--story .product-buy-buttons--story .k-btn:first-child{background:#8f201d!important;color:#fff!important;border-color:#8f201d!important;order:1!important}.k-product-page--story .product-buy-buttons--story .k-btn.dark{background:#050607!important;color:#fff!important;border-color:#c59a4a!important;order:2!important}.k-product-page--story .product-mobile-sticky{background:#111!important;border-color:#c59a4a4d!important;color:#fff!important}}.k-cart-page{background:var(--k-bg)}.k-cart-title{margin:0 0 34px}.k-cart-form{max-width:1180px;margin:0 auto}.k-cart-items{display:grid;gap:16px}.k-cart-item{display:grid;grid-template-columns:112px minmax(0,1fr) 180px;align-items:center;gap:22px;background:#fff;border:1px solid #e8decd;padding:18px}.k-cart-item__image{width:112px;height:112px;display:block;background:#f4efe7;overflow:hidden;flex:0 0 112px}.k-cart-item__image img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center!important;display:block!important;max-width:none!important}.k-cart-item__title{display:block;font-weight:700;font-size:18px;line-height:1.35;color:#171411;max-width:520px}.k-cart-item__variant{margin-top:6px;color:#8a8074;font-size:13px}.k-cart-item__price{margin-top:10px;font-weight:700;font-size:18px;color:#171411}.k-cart-item__qty{display:flex;justify-content:flex-end;align-items:center}.k-cart-item__qty input{width:120px;height:44px;border:1px solid #cdbfae;background:#fff;padding:0 12px;font-size:16px;text-align:center}.k-cart-checkout{margin-top:28px;min-width:220px;height:56px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:768px){.k-cart-page{padding-top:44px!important}.k-cart-title{font-size:42px;margin-bottom:22px}.k-cart-form{width:100%}.k-cart-items{gap:12px}.k-cart-item{grid-template-columns:84px minmax(0,1fr);gap:14px;padding:14px;background:#fff;border:1px solid #eadfce;align-items:start}.k-cart-item__image{width:84px;height:84px;flex-basis:84px;grid-row:1 / span 2}.k-cart-item__title{font-size:17px;line-height:1.38;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.k-cart-item__price{font-size:17px;margin-top:8px}.k-cart-item__qty{grid-column:2;justify-content:flex-start;margin-top:4px}.k-cart-item__qty input{width:100%;max-width:170px;height:42px;text-align:left}.k-cart-checkout{width:100%;margin-top:22px;height:54px}}@media(max-width:480px){.k-cart-item{grid-template-columns:78px minmax(0,1fr);gap:12px;padding:12px}.k-cart-item__image{width:78px;height:78px;flex-basis:78px}.k-cart-item__title{font-size:16px}}.product-accordion-content--story-rich{font-size:15px;line-height:1.85;color:inherit}.product-accordion-content--story-rich p,.product-accordion-content--story-rich div,.product-accordion-content--story-rich span{font-size:inherit;line-height:inherit;color:inherit}.product-accordion-content--story-rich p{margin:0 0 14px}.product-accordion-content--story-rich p:last-child{margin-bottom:0}.product-accordion-content--story-rich h1,.product-accordion-content--story-rich h2,.product-accordion-content--story-rich h3,.product-accordion-content--story-rich h4{margin:0 0 12px;color:inherit;letter-spacing:.08em;text-transform:uppercase}.product-accordion-content--story-rich ul,.product-accordion-content--story-rich ol{margin:10px 0 0 20px;padding:0}.product-accordion-content--story-rich li{margin:0 0 8px}@media(max-width:768px){.product-accordion-content--story-rich{font-size:14px;line-height:1.75}.product-accordion-content--story-rich p{margin-bottom:12px}}@media(max-width:768px){.k-product-page--story{background:#060606!important}.k-product-page--story .product-main--spiritual{gap:10px!important;padding-left:0!important;padding-right:0!important}.k-product-page--story .product-gallery-wrap--spiritual{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:#060606!important}.k-product-page--story .product-gallery--spiritual{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;background:#060606!important;display:block!important}.k-product-page--story .product-series-chip{margin:8px 14px!important;max-width:calc(100% - 28px)!important}.k-product-page--story .product-gallery-stage--spiritual{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:#060606!important;overflow:visible!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;display:none!important;background:#060606!important;overflow:visible!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide.is-active{display:block!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;display:block!important;background:#060606!important}.k-product-page--story .gallery-nav{top:50%!important;transform:translateY(-50%)!important;z-index:8!important;background:#ffffffd1!important}.k-product-page--story .product-gallery-thumbs--spiritual{margin:10px 12px 0!important;padding:0 0 2px!important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;background:#060606!important;scrollbar-width:none!important}.k-product-page--story .product-gallery-thumbs--spiritual::-webkit-scrollbar{display:none!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 64px!important;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;border:1px solid rgba(197,154,74,.42)!important;background:#111!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb img{width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important}.k-product-page--story .product-purchase-box--spiritual{background:#060606!important;color:#f5f1ea!important;border-color:#c59a4a3d!important;margin-top:10px!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main,.k-product-page--story .product-price-main{color:#fff!important}.k-product-page--story .product-review-trust span,.k-product-page--story .product-bullets li{color:#d8d1c6!important}.k-product-page--story .product-info-accordions--story .product-accordion{background:#080808!important;color:#f5f1ea!important;border-color:#c59a4a40!important}}@media(max-width:540px){.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{flex-basis:60px!important;width:60px!important;min-width:60px!important;max-width:60px!important;height:60px!important}}.k-hero>.k-container{position:relative;z-index:2;width:100%;min-height:inherit}.k-hero .k-hero-content{position:absolute;left:var(--k-hero-content-x, 0%);top:var(--k-hero-content-y, 50%);transform:translateY(-50%);max-width:700px;padding:0}.k-hero .k-hero-content h1{font-size:var(--k-hero-heading-size-custom, var(--k-hero-heading-size,64px))}.k-hero .k-hero-content p{font-size:var(--k-hero-text-size-custom, 18px)}.k-hero .k-hero-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.k-hero .k-hero-buttons .k-btn{font-size:var(--k-hero-button-size-custom, 12px);padding:var(--k-hero-button-padding-y,13px) var(--k-hero-button-padding-x,22px)}@media(max-width:990px){.k-hero>.k-container{min-height:inherit}.k-hero .k-hero-content{left:var(--k-hero-mobile-content-x, 4%);top:var(--k-hero-mobile-content-y, 58%);max-width:calc(100% - 36px);transform:translateY(-50%);padding:0}.k-hero .k-hero-content h1{font-size:var(--k-hero-mobile-heading-size-custom, 40px)!important}.k-hero .k-hero-content p{font-size:var(--k-hero-mobile-text-size-custom, 19px)!important;line-height:1.55}.k-hero .k-hero-buttons{flex-direction:column;align-items:stretch;max-width:420px;gap:0}.k-hero .k-hero-buttons .k-btn{width:100%;font-size:var(--k-hero-mobile-button-size-custom, 14px)!important;padding:var(--k-hero-mobile-button-padding-y,14px) var(--k-hero-mobile-button-padding-x,22px)!important}}@media(min-width:991px){.k-hero{min-height:0!important;height:auto!important;aspect-ratio:16 / 9}.k-hero>.k-container{min-height:0!important;height:100%!important}.k-hero-bg.desktop{background-size:cover;background-position:center center}}.k-hero .k-hero-content{max-width:var(--k-hero-content-max-width-custom,700px)}.k-hero .k-hero-content h1{letter-spacing:var(--k-hero-heading-letter-spacing-custom,9px);line-height:var(--k-hero-heading-line-height-custom,110%)}.k-hero .k-hero-content p{line-height:var(--k-hero-text-line-height-custom,155%)}@media(max-width:990px){.k-hero .k-hero-content{width:var(--k-hero-mobile-content-max-width-custom,86%);max-width:calc(100% - 36px)}.k-hero .k-hero-content h1{letter-spacing:var(--k-hero-mobile-heading-letter-spacing-custom,6px)!important;line-height:var(--k-hero-mobile-heading-line-height-custom,110%)!important}.k-hero .k-hero-content p{line-height:var(--k-hero-mobile-text-line-height-custom,145%)!important}.k-hero .k-hero-buttons{gap:var(--k-hero-mobile-button-gap,0px)!important}}.k-hero{position:relative;overflow:hidden;background:#050505}.k-hero-slides,.k-hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.k-hero-slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}.k-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.k-hero-slide>.k-container{position:relative;z-index:2;width:100%;height:100%;min-height:inherit}.k-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center}.k-hero-bg img,.k-hero-bg video{display:block;width:100%;height:100%;object-fit:cover;object-position:inherit}.k-hero-bg.mobile{display:none}.k-hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(197,154,74,.55);background:#00000059;color:#fff;font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.k-hero-arrow.prev{left:24px}.k-hero-arrow.next{right:24px}.k-hero-dots{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:5;display:flex;align-items:center;justify-content:center;gap:8px}.k-hero-dots button{width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.65);background:transparent;padding:0;cursor:pointer}.k-hero-dots button.is-active{background:var(--k-gold,#c59a4a);border-color:var(--k-gold,#c59a4a)}@media(min-width:991px){.k-hero{min-height:0!important;height:auto!important;aspect-ratio:16 / 9}.k-hero-slide>.k-container{height:100%!important;min-height:0!important}}@media(max-width:990px){.k-hero{min-height:0!important;height:auto!important;aspect-ratio:3 / 4!important}.k-hero-slide>.k-container{min-height:0!important;height:100%!important}.k-hero-bg.desktop{display:none!important}.k-hero-bg.mobile{display:block!important}.k-hero-arrow{width:34px;height:34px;font-size:24px}.k-hero-arrow.prev{left:12px}.k-hero-arrow.next{right:12px}.k-hero-dots{bottom:10px}}.product-card{content-visibility:auto;contain-intrinsic-size:420px 620px}@media(max-width:640px){.product-card{contain-intrinsic-size:320px 520px}}@media screen and (max-width:767px){.k-product-page--story .product-gallery-wrap--spiritual{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:14px!important;padding-right:14px!important;overflow:visible!important;box-sizing:border-box!important}.k-product-page--story .product-gallery,.k-product-page--story .product-gallery--spiritual{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow:visible!important;box-sizing:border-box!important}.k-product-page--story .product-gallery-stage--spiritual{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow:visible!important;box-sizing:border-box!important;border-radius:0!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;max-width:100%!important;object-fit:var(--k-pdp-mobile-image-fit, contain)!important;object-position:center center!important;box-sizing:border-box!important}.k-product-page--story .gallery-nav{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;border-radius:999px!important;overflow:visible!important}.k-product-page--story .gallery-nav.next{right:16px!important}.k-product-page--story .gallery-nav.prev{left:16px!important}.k-product-page--story .product-gallery-thumbs--spiritual{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;max-width:100%!important;box-sizing:border-box!important}html,body{overflow-x:hidden!important}}@media screen and (max-width:767px){.k-product-page--story{background:#060606!important;padding-top:0!important}.k-product-page--story>.k-container.product-main--spiritual,.k-product-page--story .product-main--spiritual{padding-top:0!important;gap:8px!important}.k-product-page--story .product-series-chip{margin:8px 14px!important;min-height:30px!important;padding:7px 12px!important;font-size:10px!important;line-height:1.1!important}.k-product-page--story .product-gallery-stage--spiritual{width:100%!important;height:54vh!important;max-height:420px!important;min-height:330px!important;aspect-ratio:auto!important;padding:0!important;margin:0!important;overflow:hidden!important;background:#060606!important;border:0!important;box-shadow:none!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;aspect-ratio:auto!important;display:none!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#060606!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;display:block!important;background:#060606!important}.k-product-page--story .product-gallery-thumbs--spiritual{margin:8px 12px 0!important;padding-bottom:2px!important;gap:6px!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{width:42px!important;min-width:42px!important;height:42px!important}.k-product-page--story .product-purchase-box--spiritual{margin-top:10px!important;padding:0 14px 22px!important}.k-product-page--story .product-title-main{margin-top:4px!important;margin-bottom:8px!important;font-size:22px!important;line-height:1.18!important;letter-spacing:.03em!important}.k-product-page--story .product-price-row-main{margin-top:4px!important;margin-bottom:10px!important}.k-product-page--story .product-price-main{font-size:28px!important;line-height:1.1!important}.k-product-page--story .product-review-trust,.k-product-page--story .product-bullets{margin-top:8px!important;margin-bottom:8px!important}.k-product-page--story .gallery-nav{top:50%!important;transform:translateY(-50%)!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;z-index:20!important}.k-product-page--story .gallery-nav.prev{left:14px!important}.k-product-page--story .gallery-nav.next{right:14px!important}}@media screen and (max-width:380px){.k-product-page--story .product-gallery-stage--spiritual{height:50vh!important;max-height:390px!important;min-height:300px!important}}@media screen and (max-width:767px){html,body,body.template-product,.k-product-page--story{overflow-x:hidden!important}body.template-product{padding-bottom:132px!important;background:#060606!important}.k-product-page--story{background:#060606!important;padding-top:0!important}.k-product-page--story>.k-container.product-main--spiritual,.k-product-page--story .product-main--spiritual{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;gap:8px!important;grid-template-columns:1fr!important}.k-product-page--story .product-series-chip{margin:8px 14px!important;min-height:28px!important;padding:6px 12px!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.k-product-page--story .product-gallery-wrap--spiritual{width:100%!important;max-width:100%!important;margin:0!important;padding:0 12px!important;gap:6px!important;overflow:visible!important;box-sizing:border-box!important}.k-product-page--story .product-gallery,.k-product-page--story .product-gallery--spiritual{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;border:0!important;background:#060606!important;overflow:visible!important;box-sizing:border-box!important}.k-product-page--story .product-gallery-stage--spiritual{position:relative!important;width:100%!important;height:clamp(340px,52vh,430px)!important;min-height:0!important;max-height:430px!important;aspect-ratio:auto!important;margin:0!important;padding:0!important;border:0!important;background:#060606!important;box-shadow:none!important;overflow:hidden!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{width:100%!important;height:100%!important;max-height:100%!important;min-height:0!important;aspect-ratio:auto!important;display:none!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#060606!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;display:block!important;background:#060606!important}.k-product-page--story .gallery-nav{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;border-radius:999px!important;background:#ffffffdb!important;color:#060606!important}.k-product-page--story .gallery-nav.prev{left:10px!important}.k-product-page--story .gallery-nav.next{right:10px!important}.k-product-page--story .product-gallery-thumbs--spiritual{margin:8px 0 0!important;padding:0 0 2px!important;display:flex!important;gap:6px!important;overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important;background:#060606!important}.k-product-page--story .product-gallery-thumbs--spiritual::-webkit-scrollbar{display:none!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 46px!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;padding:0!important;border:1px solid rgba(197,154,74,.38)!important;background:#111!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb img{width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important;display:block!important}.k-product-page--story .product-purchase-box--spiritual{position:static!important;top:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:12px 14px 24px!important;background:#060606!important;color:#f5f1ea!important;border:0!important;box-shadow:none!important;overflow:visible!important;box-sizing:border-box!important}.k-product-page--story .product-purchase-box--spiritual .k-overline{color:#c59a4a!important;font-size:10px!important;line-height:1.2!important;letter-spacing:.18em!important;margin:0 0 8px!important;white-space:normal!important;overflow-wrap:anywhere!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main,.k-product-page--story .product-title-main{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0 0 10px!important;color:#fff!important;font-size:clamp(20px,6.1vw,25px)!important;line-height:1.18!important;letter-spacing:.01em!important;text-transform:none!important;white-space:normal!important;overflow:visible!important;overflow-wrap:break-word!important;word-break:normal!important;text-overflow:clip!important;font-family:var(--k-font-body, Inter, Helvetica Neue, Arial, sans-serif)!important}.k-product-page--story .product-price-row-main{margin:0 0 10px!important;padding:10px 0 8px!important;border-top:1px solid rgba(255,255,255,.12)!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.k-product-page--story .product-price-primary{min-width:0!important;flex-wrap:wrap!important;gap:8px!important}.k-product-page--story .product-price-main{color:#fff!important;font-size:clamp(24px,7vw,30px)!important;line-height:1.08!important}.k-product-page--story .product-compare-price-main{font-size:13px!important;color:#ffffff8f!important}.k-product-page--story .product-save-badge{font-size:10px!important;height:24px!important}.k-product-page--story .product-review-trust{margin:8px 0!important;font-size:12px!important;line-height:1.45!important;color:#c59a4a!important}.k-product-page--story .product-review-trust span{color:#ffffffbd!important}.k-product-page--story .product-bullets{margin:8px 0 12px!important;gap:5px!important}.k-product-page--story .product-bullets li{color:#ffffffb8!important;font-size:12px!important;line-height:1.45!important}.k-product-page--story .product-form-row--story{margin:0 0 12px!important}.k-product-page--story .quantity-wrap input{height:42px!important;max-width:120px!important}.k-product-page--story .product-buy-buttons--story{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:12px!important}.k-product-page--story .product-buy-buttons--story .k-btn{width:100%!important;min-height:46px!important;height:46px!important;padding:0 14px!important;font-size:11px!important;letter-spacing:.13em!important}.k-product-page--story .product-info-accordions--story,.k-product-page--story .related-products-wrap--story{padding-left:14px!important;padding-right:14px!important;padding-bottom:18px!important}}@media screen and (max-width:380px){.k-product-page--story .product-gallery-stage--spiritual{height:clamp(310px,48vh,390px)!important;max-height:390px!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main,.k-product-page--story .product-title-main{font-size:clamp(19px,5.8vw,23px)!important}}@media screen and (max-width:767px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.k-product-page--story,.k-product-page--story *{box-sizing:border-box!important}.k-product-page--story{width:100%!important;max-width:100vw!important;margin:0!important;padding:0 0 calc(96px + env(safe-area-inset-bottom))!important;background:#060606!important;color:#f5f1ea!important;overflow-x:hidden!important}.k-product-page--story>.k-container.product-main--spiritual,.k-product-page--story .product-main--spiritual{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:0!important;margin:0 auto!important;overflow:hidden!important}.k-product-page--story .product-gallery-wrap--spiritual,.k-product-page--story .product-gallery,.k-product-page--story .product-gallery--spiritual{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 auto!important;padding:0!important;background:#060606!important;overflow:hidden!important}.k-product-page--story .product-series-chip{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;min-height:30px!important;height:30px!important;margin:8px 12px!important;padding:7px 12px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:9px!important;line-height:1!important;letter-spacing:.18em!important;text-align:center!important;color:#c59a4a!important;background:#0e0e0e!important;border:1px solid rgba(197,154,74,.42)!important;border-radius:999px!important}.k-product-page--story .product-gallery-stage--spiritual{position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;height:clamp(360px,58svh,520px)!important;min-height:360px!important;max-height:520px!important;aspect-ratio:auto!important;margin:0 auto!important;padding:0!important;border:0!important;background:#060606!important;overflow:hidden!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-width:0!important;max-width:100%!important;display:none!important;align-items:center!important;justify-content:center!important;background:#060606!important;overflow:hidden!important}.k-product-page--story .product-gallery-stage--spiritual .product-gallery-slide.is-active{display:flex!important}.k-product-page--story .product-gallery-stage--spiritual img.product-main-gallery-image,.k-product-page--story .product-gallery-stage--spiritual img,.k-product-page--story .product-gallery-stage--spiritual video,.k-product-page--story .product-gallery-stage--spiritual model-viewer{width:100%!important;height:100%!important;min-width:100%!important;max-width:100%!important;min-height:100%!important;max-height:100%!important;display:block!important;object-fit:var(--k-pdp-mobile-image-fit, cover)!important;object-position:center center!important;aspect-ratio:auto!important;background:#060606!important}.k-product-page--story .gallery-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:12!important;border:0!important;border-radius:999px!important;background:#ffffffdb!important;color:#060606!important;line-height:1!important}.k-product-page--story .gallery-nav.prev{left:12px!important}.k-product-page--story .gallery-nav.next{right:12px!important}.k-product-page--story .product-gallery-thumbs--spiritual{width:100%!important;max-width:100%!important;margin:8px 0 0!important;padding:0 10px 4px!important;display:flex!important;flex-wrap:nowrap!important;gap:6px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;background:#060606!important}.k-product-page--story .product-gallery-thumbs--spiritual::-webkit-scrollbar{display:none!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb{flex:0 0 52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important;min-height:52px!important;padding:0!important;margin:0!important;border:1px solid rgba(255,255,255,.16)!important;background:#111!important;opacity:.78!important;overflow:hidden!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb.is-active{border-color:#c59a4a!important;opacity:1!important}.k-product-page--story .product-gallery-thumbs--spiritual .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.k-product-page--story .product-detail,.k-product-page--story .product-purchase-box,.k-product-page--story .product-purchase-box--spiritual{position:static!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:14px 14px 18px!important;background:#060606!important;color:#f5f1ea!important;border:0!important;box-shadow:none!important;overflow:hidden!important}.k-product-page--story .product-purchase-box--spiritual .k-overline,.k-product-page--story .product-purchase-box--spiritual .product-title-main,.k-product-page--story .product-title-main,.k-product-page--story .product-price-row-main,.k-product-page--story .product-review-trust,.k-product-page--story .product-bullets,.k-product-page--story .product-support-note,.k-product-page--story .product-accordion,.k-product-page--story .product-accordion summary,.k-product-page--story .product-accordion-content,.k-product-page--story .product-accordion-content *{max-width:100%!important;min-width:0!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;text-overflow:clip!important}.k-product-page--story .product-purchase-box--spiritual .k-overline{margin:0 0 8px!important;color:#c59a4a!important;font-size:10px!important;line-height:1.2!important;letter-spacing:.18em!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main,.k-product-page--story .product-title-main{display:block!important;margin:0 0 10px!important;color:#fff!important;font-size:clamp(20px,5.6vw,24px)!important;line-height:1.22!important;letter-spacing:.01em!important;text-transform:none!important;font-family:var(--k-font-body, Inter, Helvetica Neue, Arial, sans-serif)!important}.k-product-page--story .product-price-row-main{margin:0 0 10px!important;padding:10px 0!important;border-top:1px solid rgba(255,255,255,.12)!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.k-product-page--story .product-price-primary,.k-product-page--story .product-price-secondary{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important;max-width:100%!important}.k-product-page--story .product-price-main{color:#fff!important;font-size:clamp(24px,7vw,30px)!important;line-height:1.05!important;margin:0!important}.k-product-page--story .product-review-trust{margin:8px 0!important;font-size:12px!important;line-height:1.4!important}.k-product-page--story .product-bullets{margin:8px 0 12px!important;padding:0!important;display:grid!important;gap:5px!important}.k-product-page--story .product-bullets li{font-size:12px!important;line-height:1.45!important}.k-product-page--story .k-product-form,.k-product-page--story .product-form-row--story,.k-product-page--story .quantity-wrap,.k-product-page--story .buy-buttons,.k-product-page--story .product-buy-buttons,.k-product-page--story .product-buy-buttons--story{width:100%!important;max-width:100%!important;min-width:0!important}.k-product-page--story .quantity-wrap input{width:120px!important;max-width:44vw!important;height:42px!important}.k-product-page--story .product-buy-buttons--story{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:12px 0 0!important}.k-product-page--story .product-buy-buttons--story .k-btn{width:100%!important;max-width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;padding:0 14px!important;justify-content:center!important;font-size:11px!important;letter-spacing:.14em!important}.k-product-page--story .product-info-accordions--story,.k-product-page--story .related-products-wrap--story{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;padding-bottom:18px!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}}@media screen and (max-width:380px){.k-product-page--story .product-gallery-stage--spiritual{height:clamp(330px,54svh,480px)!important;min-height:330px!important;max-height:480px!important}.k-product-page--story .product-purchase-box--spiritual .product-title-main,.k-product-page--story .product-title-main{font-size:clamp(19px,5.4vw,23px)!important}}.k-seeking{position:relative;overflow:hidden;background:var(--k-seeking-bg,#f5f1ea)}.k-seeking .k-container{position:relative;z-index:2}.k-seeking-pattern{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:var(--k-seeking-bg-pattern);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:var(--k-seeking-pattern-opacity,0);mix-blend-mode:multiply}.seeking-cards{gap:var(--k-seeking-card-gap,22px)!important;align-items:stretch}.seeking-card{aspect-ratio:3 / 4;min-height:unset!important;height:auto!important;border-radius:var(--k-seeking-card-radius,10px)!important;overflow:hidden;background:#080808;box-shadow:0 18px 48px #00000029;transform:translateZ(0);content-visibility:auto;contain-intrinsic-size:260px 347px}.seeking-card .bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1!important;background:none!important;transform:none!important;transition:transform .35s ease,filter .35s ease}.seeking-card .seeking-card-image{width:100%;height:100%;display:block;object-fit:var(--k-seeking-image-fit,contain);object-position:center;background:#070707}.seeking-card:hover .bg{transform:scale(1.015)!important}.seeking-card:after{background:rgba(0,0,0,var(--k-seeking-overlay-opacity,0))!important;pointer-events:none}.seeking-card .inner{text-shadow:0 2px 16px rgba(0,0,0,.45)}@media screen and (min-width:991px){.seeking-cards{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important}.seeking-card{width:100%}}@media screen and (min-width:768px)and (max-width:990px){.seeking-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important}}@media screen and (max-width:767px){.k-seeking{padding:38px 0 44px!important}.k-seeking h2{font-size:clamp(28px,8vw,38px)!important;line-height:1.15;max-width:92%;margin-left:auto;margin-right:auto}.k-seeking>.k-container>p{max-width:82%;margin-left:auto!important;margin-right:auto!important;font-size:15px;line-height:1.55}.seeking-cards{display:flex!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:18px!important;padding:12px 20px 20px!important;margin-left:-18px;margin-right:-18px;perspective:900px}.seeking-card{flex:0 0 var(--k-seeking-mobile-card-width,62%)!important;min-width:var(--k-seeking-mobile-card-width,62%)!important;height:auto!important;scroll-snap-align:center;border-radius:14px!important;box-shadow:0 16px 34px #00000047,0 0 0 1px #c59a4a38}.seeking-cards--mobile-3d .seeking-card{transform:translateZ(0) rotateY(-4deg);transform-origin:center}.seeking-cards--mobile-3d .seeking-card:nth-child(2n){transform:translateZ(0) rotateY(4deg)}.seeking-cards--mobile-3d .seeking-card:active{transform:scale(.985)}.seeking-card .seeking-card-image{object-fit:var(--k-seeking-image-fit,contain)!important}.seeking-card .inner{inset:auto 14px 14px!important}.seeking-card h3{font-size:13px!important}.seeking-card p{font-size:11px!important}}.k-seeking{isolation:isolate}.k-seeking:before{content:"";position:absolute;left:50%;top:58%;width:86%;height:42%;transform:translate(-50%,-50%);pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 38%,#f5bb4f38,#c59a4a14 38%,#c59a4a00 72%);filter:blur(18px);opacity:var(--k-seeking-sun-glow-opacity,.18)}.seeking-cards{position:relative;z-index:2}.seeking-card{position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform}.seeking-cards--sunrise-glow .seeking-card .bg:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 2%,#ffdc8757,#c59a4a1f 27%,#c59a4a00 56%),linear-gradient(145deg,#ffdc872e,#ffdc8700 34%,#fff0 66%,#c59a4a1f);opacity:var(--k-seeking-sun-glow-opacity,.18);mix-blend-mode:screen}.seeking-cards--sunrise-glow .seeking-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffe7a494,#c59a4a14 28%,#fff0 50%,#c59a4a47);padding:1px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.68}@media screen and (min-width:991px){.seeking-cards--desktop-3d{perspective:1300px;align-items:center}.seeking-cards--desktop-3d .seeking-card{box-shadow:0 22px 42px #00000038,0 8px 14px #00000024,0 0 0 1px #c59a4a38;transition:transform .32s ease,box-shadow .32s ease,filter .32s ease}.seeking-cards--desktop-3d .seeking-card:nth-child(1){transform:perspective(1200px) rotateY(-5deg) translateY(10px)}.seeking-cards--desktop-3d .seeking-card:nth-child(2){transform:perspective(1200px) rotateY(-3deg) translateY(4px)}.seeking-cards--desktop-3d .seeking-card:nth-child(3){transform:perspective(1200px) rotateY(-1deg) translateY(0)}.seeking-cards--desktop-3d .seeking-card:nth-child(4){transform:perspective(1200px) rotateY(1deg) translateY(0)}.seeking-cards--desktop-3d .seeking-card:nth-child(5){transform:perspective(1200px) rotateY(3deg) translateY(4px)}.seeking-cards--desktop-3d .seeking-card:nth-child(6){transform:perspective(1200px) rotateY(5deg) translateY(10px)}.seeking-cards--desktop-3d .seeking-card:hover{transform:perspective(1200px) rotateY(0) translateY(-8px) scale(1.025)!important;box-shadow:0 30px 70px #0000004d,0 0 32px #c59a4a33,0 0 0 1px #f5d2806b;filter:brightness(1.06)}.seeking-cards--desktop-3d .seeking-card:hover .bg{transform:scale(1.018)!important}}@media screen and (max-width:767px){.seeking-cards--mobile-3d{perspective:1000px}.seeking-cards--mobile-3d .seeking-card{box-shadow:0 20px 38px #00000057,0 0 0 1px #c59a4a3d,inset 0 1px #ffffff14}.seeking-cards--sunrise-glow .seeking-card .bg:before{opacity:calc(var(--k-seeking-sun-glow-opacity,.18) + .06)}}@media(prefers-reduced-motion:reduce){.seeking-card,.seeking-card .bg{transition:none!important;transform:none!important}}html,body{font-family:var(--k-font-body, Inter, Helvetica Neue, Arial, sans-serif);font-size:var(--k-body-font-size,16px);color:var(--k-text,#171513);background:var(--k-bg,#F5F1EA)}.k-title,.k-serif,.k-hero h1,.section-head h2,.k-seeking h2,.story-text h2,.k-page-hero h1,.product-detail h1,.product-purchase-box .k-title,.product-purchase-box--spiritual .product-title-main,.category-card h3,.find-card h3,.footer-title{font-family:var(--k-font-heading, Georgia, serif);letter-spacing:var(--k-heading-letter-spacing,.14em)}.k-hero h1{font-size:var(--k-hero-heading-size,64px);color:var(--k-color-page-heading,#FFFFFF)}.k-hero p{font-family:var(--k-font-body, Inter, sans-serif);font-size:var(--k-section-body-font-size,16px);color:var(--k-color-page-heading,#FFFFFF)}.section-head h2,.k-seeking h2,.story-text h2,.symbols h2,.ugc-gallery h2,.brand-story h2,.k-section h2{font-family:var(--k-font-section-heading,var(--k-font-heading,Georgia,serif));font-size:var(--k-section-heading-size,42px);color:var(--k-color-section-heading,#171513)}.section-head p,.k-seeking p,.story-text p,.k-section p,.quiz-buttons a,.value-card p,.symbols p{font-size:var(--k-section-body-font-size,16px);color:var(--k-color-section-body,#6A635B)}.k-page-hero h1,.page-title,.template-page .k-title,.template-collection .k-page-hero h1,.template-search .k-page-hero h1,.template-cart .k-page-hero h1{font-family:var(--k-font-page-heading,var(--k-font-heading,Georgia,serif));font-size:var(--k-page-heading-size,54px);color:var(--k-color-page-heading,#FFFFFF)}.k-announcement{font-family:var(--k-font-nav,var(--k-font-body,Inter,sans-serif));font-size:var(--k-announcement-size,13px);color:var(--k-color-announcement-text,#F7F0DF)}.k-header,.k-nav,.k-mobile-drawer,.mobile-bottom-nav{font-family:var(--k-font-nav,var(--k-font-body,Inter,sans-serif));color:var(--k-color-header-text,#FFFFFF)}.k-nav{font-size:var(--k-header-nav-size,13px);letter-spacing:var(--k-nav-letter-spacing,.16em)}.k-nav a:hover,.k-mobile-drawer a:hover{color:var(--k-color-header-hover,#C59A4A)}.k-btn,button,input[type=submit],.shopify-payment-button__button,.product-card-mobile-cta,.product-card-cart,.buy-buttons button,.buy-buttons .k-btn{font-family:var(--k-font-button,var(--k-font-body,Inter,sans-serif));font-size:var(--k-button-font-size,12px)}.k-btn:not(.secondary),.product-card-mobile-cta,.buy-buttons .k-btn:first-child{background:var(--k-color-button-primary-bg,#7A1F19);color:var(--k-color-button-primary-text,#FFFFFF)}.k-btn.secondary,.k-btn.dark,.buy-buttons .k-btn.secondary{background:var(--k-color-button-secondary-bg,#060606);color:var(--k-color-button-secondary-text,#FFFFFF)}.product-card,.product-info,.product-detail,.product-purchase-box,.product-purchase-box--spiritual,.product-card--tashi,.product-card--luxury,.product-card--western{font-family:var(--k-font-product,var(--k-font-body,Inter,sans-serif))}.product-title,.product-title--tashi,.product-title--boutique,.product-title-main,.product-purchase-box .k-title,.product-purchase-box--spiritual .product-title-main{color:var(--k-color-product-title,#171411)}.product-title,.product-title--tashi,.product-title--boutique{font-size:var(--k-product-title-size,16px)}.product-purchase-box .k-title,.product-purchase-box--spiritual .product-title-main,.product-detail h1{font-size:clamp(28px,3vw,var(--k-section-heading-size,42px))}.product-shortdesc,.product-shortdesc--story,.product-accordion-content,.product-bullets li,.assurance-item span,.product-card-microcopy,.product-card-story-content p{font-size:var(--k-product-body-size,16px);color:var(--k-color-product-body,#D6D0C8)}.price,.price--tashi,.price--boutique,.product-price-main{font-size:var(--k-product-price-size,30px);color:var(--k-color-product-price,#FFFFFF)}.product-compare-price,.product-compare-price-main{color:var(--k-color-product-compare-price,#8D857B)}.product-card .product-title,.product-card--tashi .product-title,.product-card--western .product-title{color:var(--k-color-card-title,#171513)}.product-card .product-tag,.product-card-microcopy,.product-card-trustline,.product-card-story-content p{color:var(--k-color-card-text,#6F675D)}.k-footer,.footer-links,.footer-grid,.footer-brandline,.footer-slogan{font-family:var(--k-font-footer,var(--k-font-body,Inter,sans-serif));font-size:var(--k-footer-text-size,16px);color:var(--k-color-footer-text,#D6D0C8)}.footer-title{font-family:var(--k-font-footer,var(--k-font-body,Inter,sans-serif));font-size:var(--k-footer-title-size,14px);color:var(--k-color-footer-title,#C59A4A);letter-spacing:var(--k-footer-letter-spacing,.22em)}.footer-links a,.k-footer a{color:var(--k-color-footer-link,#D6D0C8)}.footer-links a:hover,.k-footer a:hover{color:var(--k-color-footer-link-hover,#C59A4A)}@media(max-width:749px){html,body{font-size:var(--k-mobile-body-font-size,15px)}.k-title,.k-serif,.k-hero h1,.section-head h2,.k-seeking h2,.k-page-hero h1{letter-spacing:var(--k-mobile-heading-letter-spacing,.08em)}.k-hero h1{font-size:var(--k-mobile-hero-heading-size,42px)}.k-hero p{font-size:var(--k-mobile-section-body-font-size,15px)}.section-head h2,.k-seeking h2,.story-text h2,.k-section h2{font-size:var(--k-mobile-section-heading-size,30px)}.section-head p,.k-seeking p,.story-text p,.k-section p{font-size:var(--k-mobile-section-body-font-size,15px)}.k-page-hero h1,.page-title{font-size:var(--k-mobile-page-heading-size,38px)}.k-mobile-drawer,.mobile-menu,.mobile-bottom-nav,.k-nav{font-size:var(--k-mobile-header-nav-size,15px)}.k-btn,button,input[type=submit],.product-card-mobile-cta,.buy-buttons button,.buy-buttons .k-btn{font-size:var(--k-button-mobile-font-size,13px)}.product-title,.product-title--tashi,.product-title--boutique,.product-title-main,.product-purchase-box .k-title,.product-purchase-box--spiritual .product-title-main,.product-detail h1{font-size:var(--k-product-title-mobile-size,28px)}.price,.price--tashi,.price--boutique,.product-price-main{font-size:var(--k-product-price-mobile-size,28px)}.product-shortdesc,.product-shortdesc--story,.product-accordion-content,.product-bullets li,.assurance-item span{font-size:var(--k-product-body-mobile-size,15px)}.k-footer,.footer-links,.footer-grid,.footer-brandline,.footer-slogan{font-size:var(--k-mobile-footer-text-size,15px)}}.k-seeking{background:var(--k-seeking-bg,#f5f1ea)!important;overflow:hidden!important}.k-seeking-pattern{top:0!important;right:0!important;bottom:0!important;left:0!important;background-image:var(--k-seeking-bg-pattern)!important;background-size:var(--k-seeking-pattern-size-desktop, contain)!important;background-position:center center!important;background-repeat:var(--k-seeking-pattern-repeat, no-repeat)!important;opacity:var(--k-seeking-pattern-opacity,0)!important;mix-blend-mode:normal!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.k-seeking:before,.k-seeking:after{display:none!important;content:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.k-seeking .k-container{position:relative!important;z-index:2!important}.seeking-cards,.seeking-card,.seeking-card .bg,.seeking-card .seeking-card-image{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media screen and (max-width:767px){.k-seeking-pattern{background-size:var(--k-seeking-pattern-size-mobile, contain)!important;background-position:center top!important}}.k-seeking{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:var(--k-seeking-bg,#f5f1ea)!important}.k-seeking .k-container{position:relative!important;z-index:5!important}.k-seeking-pattern{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;opacity:var(--k-seeking-pattern-opacity, .12)!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important;background-color:transparent!important;background-image:none!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:contain!important}.k-seeking-pattern-img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-position:center center!important;object-fit:contain!important;filter:none!important;opacity:1!important}.k-seeking--pattern-contain .k-seeking-pattern-img{object-fit:contain!important}.k-seeking--pattern-cover .k-seeking-pattern-img{object-fit:cover!important}.k-seeking--pattern-repeat .k-seeking-pattern{background-image:var(--k-seeking-bg-pattern)!important;background-repeat:repeat!important;background-position:center top!important;background-size:var(--k-seeking-pattern-size-desktop,280px auto)!important}.k-seeking--pattern-repeat .k-seeking-pattern-img{display:none!important}.k-seeking:before,.k-seeking:after{display:none!important;content:none!important;opacity:0!important;background:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important}.seeking-cards,.seeking-card,.seeking-card .bg,.seeking-card .seeking-card-image,.seeking-card .inner{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.seeking-card:after{background:rgba(0,0,0,var(--k-seeking-overlay-opacity,0))!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}@media screen and (max-width:767px){.k-seeking-pattern{opacity:var(--k-seeking-pattern-opacity, .1)!important}.k-seeking--pattern-repeat .k-seeking-pattern{background-size:var(--k-seeking-pattern-size-mobile,180px auto)!important;background-position:center top!important}.k-seeking-pattern-img{object-position:center center!important}}body.template-index{--k-home-gold:#C59A4A;--k-home-gold-soft:#E2C488;--k-home-ivory:#F5F1EA;--k-home-body:rgba(231,225,214,.82);--k-home-body-soft:rgba(231,225,214,.68);--k-home-panel:linear-gradient(180deg, rgba(11,11,13,.98) 0%, rgba(8,8,10,1) 100%);--k-home-card-bg:linear-gradient(180deg, rgba(12,12,15,.94) 0%, rgba(8,8,10,.98) 100%);--k-home-border:1px solid rgba(197,154,74,.18);--k-home-border-strong:1px solid rgba(197,154,74,.32);--k-home-shadow:0 16px 34px rgba(0,0,0,.22);--k-home-shadow-hover:0 22px 42px rgba(0,0,0,.28);--k-home-radius:2px}body.template-index #shopify-section-seeking .k-seeking,body.template-index #shopify-section-chosen .chosen-intention-section__head,body.template-index #shopify-section-story .story-text,body.template-index #shopify-section-ugc .section-head,body.template-index #shopify-section-quiz .k-container{position:relative;z-index:2}body.template-index #shopify-section-seeking .k-title,body.template-index #shopify-section-chosen .chosen-intention-section__title,body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-serif{font-family:var(--k-font-section-heading, var(--k-font-heading, Cinzel, Georgia, serif))!important;font-size:clamp(32px,2.7vw,42px)!important;line-height:1.08!important;letter-spacing:.16em!important;font-weight:600!important;text-transform:uppercase!important;color:var(--k-home-ivory)!important;margin:0!important;text-wrap:balance}body.template-index #shopify-section-symbols .symbols-heading{font-family:var(--k-font-section-heading, var(--k-font-heading, Cinzel, Georgia, serif))!important;font-size:clamp(30px,2.5vw,40px)!important;line-height:1.08!important;letter-spacing:.16em!important;font-weight:600!important;text-transform:uppercase!important;color:#eceff54d!important}body.template-index #shopify-section-seeking .k-seeking>.k-container>p,body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-story .story-text p,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-quiz .k-quiz p{color:var(--k-home-body)!important;font-size:16px!important;line-height:1.62!important}body.template-index #shopify-section-seeking .k-seeking>.k-container>p,body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-quiz .k-quiz p{margin:10px 0 26px!important;max-width:620px}body.template-index #shopify-section-story .story-text p{margin:12px 0 24px!important}body.template-index #shopify-section-story .k-overline{margin-bottom:12px;color:var(--k-home-gold)!important;letter-spacing:.22em}body.template-index #shopify-section-ugc .section-head{margin-bottom:26px!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{margin-bottom:26px!important;align-items:flex-end!important}body.template-index #shopify-section-seeking .k-seeking{padding-top:56px!important;padding-bottom:46px!important}body.template-index #shopify-section-seeking .k-seeking h2.k-title{margin-bottom:10px!important}body.template-index #shopify-section-symbols .symbols-divider{margin:10px auto 24px!important}body.template-index #shopify-section-quiz .k-quiz{padding:56px 0 46px}body.template-index #shopify-section-quiz .k-quiz,body.template-index #shopify-section-story .k-section,body.template-index #shopify-section-ugc .k-section{background:linear-gradient(90deg,#050608fa,#07080bf5 38%,#0a0b0ef0);color:#fff;border-top:1px solid rgba(197,154,74,.08);border-bottom:1px solid rgba(197,154,74,.08)}body.template-index #shopify-section-story .story,body.template-index #shopify-section-ugc .ugc-item,body.template-index #shopify-section-seeking .seeking-card,body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{border-radius:var(--k-home-radius)!important;border:var(--k-home-border)!important;box-shadow:var(--k-home-shadow)!important;overflow:hidden}body.template-index #shopify-section-seeking .seeking-card:hover,body.template-index #shopify-section-chosen .product-card--tashi:hover,body.template-index #shopify-section-chosen .product-card--boutique:hover,body.template-index #shopify-section-ugc .ugc-item:hover{box-shadow:var(--k-home-shadow-hover)!important;border-color:#c59a4a52!important}body.template-index #shopify-section-story .story{background:var(--k-home-card-bg);align-items:stretch}body.template-index #shopify-section-story .story-text{background:var(--k-home-panel);color:#fff;padding:46px 42px}body.template-index #shopify-section-story .story-img{min-height:420px}body.template-index #shopify-section-ugc .ugc-item{position:relative}body.template-index #shopify-section-ugc .ugc-item:after{content:"";position:absolute;inset:auto 0 0 0;height:34%;background:linear-gradient(180deg,#0000,#07070957)}body.template-index #shopify-section-seeking .k-seeking .inner span,body.template-index #shopify-section-seeking .k-seeking .inner a,body.template-index #shopify-section-chosen .chosen-intention-section__link,body.template-index #shopify-section-story .k-btn,body.template-index #shopify-section-quiz .quiz-buttons a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 18px!important;border:1px solid rgba(197,154,74,.42)!important;background:#0a0a0c6b!important;color:var(--k-home-gold)!important;text-transform:uppercase!important;font-size:12px!important;font-weight:700!important;letter-spacing:.14em!important;box-shadow:inset 0 0 0 1px #ffffff05,0 10px 24px #0000002e!important;transition:all .24s ease!important}body.template-index #shopify-section-seeking .k-seeking .inner span:hover,body.template-index #shopify-section-seeking .k-seeking .inner a:hover,body.template-index #shopify-section-chosen .chosen-intention-section__link:hover,body.template-index #shopify-section-story .k-btn:hover,body.template-index #shopify-section-quiz .quiz-buttons a:hover{color:var(--k-home-gold-soft)!important;border-color:#c59a4a94!important;background:#14110e9e!important;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff08,0 14px 28px #0000003d!important}body.template-index #shopify-section-hero .k-btn,body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-cart--tashi,body.template-index #shopify-section-chosen .product-card-cart--boutique{border-radius:var(--k-home-radius)!important}body.template-index #shopify-section-hero .k-btn:not(.secondary),body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-cart--tashi,body.template-index #shopify-section-chosen .product-card-cart--boutique{background:#8e2420!important;border:1px solid rgba(197,154,74,.34)!important;color:#f5f1ea!important;box-shadow:0 12px 22px #5e15114d!important}body.template-index #shopify-section-hero .k-btn.secondary{background:#0a0a0c47!important;border:1px solid rgba(197,154,74,.42)!important;color:var(--k-home-ivory)!important}body.template-index #shopify-section-hero .k-btn:hover:not(.secondary),body.template-index #shopify-section-chosen .product-card-mobile-cta:hover,body.template-index #shopify-section-chosen .product-card-cart--tashi:hover,body.template-index #shopify-section-chosen .product-card-cart--boutique:hover{background:#7e1d19!important}body.template-index #shopify-section-chosen .product-grid>*,body.template-index #shopify-section-chosen .product-grid--luxury>*{height:100%!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{display:flex!important;flex-direction:column!important;height:100%!important;background:var(--k-home-card-bg)!important}body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{order:1;flex:0 0 auto}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{order:2;flex:1 1 auto;display:flex!important;flex-direction:column!important;justify-content:flex-start;min-height:156px;background:var(--k-home-panel)!important;padding:16px 16px 18px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{order:3;margin-top:auto;padding:0 12px 12px;background:var(--k-home-panel)!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{color:var(--k-home-ivory)!important;font-size:17px!important;line-height:1.42!important;font-weight:600!important;min-height:3.1em!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{color:var(--k-home-gold-soft)!important;font-size:22px!important;font-weight:700!important}body.template-index #shopify-section-chosen .product-compare-price{color:#dbd3c675!important;min-height:1.2em;display:block}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{min-height:54px;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important}body.template-index #shopify-section-chosen .product-card-sale-badge{background:#8e2420!important;color:#fff!important;border:1px solid rgba(197,154,74,.24)!important}body.template-index #shopify-section-chosen .product-subtitle,body.template-index #shopify-section-chosen .product-subtitle--tashi,body.template-index #shopify-section-chosen .product-card-story-hint,body.template-index #shopify-section-chosen .product-card-story-link{color:var(--k-home-gold)!important}body.template-index #shopify-section-chosen .product-card-story--tashi{border-top:1px solid rgba(197,154,74,.14)!important;padding-top:10px!important}body.template-index #shopify-section-chosen .product-card-story-content p{color:var(--k-home-body-soft)!important}body.template-index #shopify-section-quiz .quiz-buttons{gap:12px}body.template-index #shopify-section-quiz .quiz-buttons a{background:#0a0a0c6b!important;border-radius:999px!important;padding:0 18px!important;color:var(--k-home-ivory)!important}body.template-index #shopify-section-quiz strong{display:block;margin:0 auto 18px;color:var(--k-home-gold-soft);font-size:18px;letter-spacing:.04em}body.template-index #shopify-section-ugc .ugc-row{gap:18px}body.template-index #shopify-section-story .k-btn.dark{color:var(--k-home-gold)!important;background:#0a0a0c6b!important}@media(max-width:990px){body.template-index #shopify-section-seeking .k-title,body.template-index #shopify-section-chosen .chosen-intention-section__title,body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-serif{font-size:clamp(24px,6vw,30px)!important;letter-spacing:.12em!important}body.template-index #shopify-section-symbols .symbols-heading{font-size:clamp(19px,7vw,25px)!important;letter-spacing:.1em!important}body.template-index #shopify-section-seeking .k-seeking>.k-container>p,body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-story .story-text p,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-quiz .k-quiz p{font-size:14px!important;line-height:1.58!important;margin:8px 0 22px!important;max-width:100%}body.template-index #shopify-section-seeking .k-seeking,body.template-index #shopify-section-quiz .k-quiz,body.template-index #shopify-section-story .k-section,body.template-index #shopify-section-ugc .k-section{padding-top:46px!important;padding-bottom:34px!important}body.template-index #shopify-section-story .story-text{padding:26px 22px!important}body.template-index #shopify-section-story .story-img{min-height:260px}body.template-index #shopify-section-chosen .chosen-intention-section__head,body.template-index #shopify-section-ugc .section-head{margin-bottom:22px!important}body.template-index #shopify-section-seeking .k-seeking .inner span,body.template-index #shopify-section-seeking .k-seeking .inner a,body.template-index #shopify-section-chosen .chosen-intention-section__link,body.template-index #shopify-section-story .k-btn,body.template-index #shopify-section-quiz .quiz-buttons a{min-height:40px!important;font-size:12px!important;padding:0 14px!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:138px!important;padding:11px 11px 13px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:14px!important;min-height:3.3em!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{min-height:56px!important;gap:5px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:18px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{padding:0 11px 11px!important}body.template-index #shopify-section-ugc .ugc-row{gap:12px}}body.template-index{--k-home-space-top:56px;--k-home-space-bottom:46px;--k-home-heading-gap:10px;--k-home-content-gap:26px}body.template-index #shopify-section-hero .k-hero-content{max-width:760px}body.template-index #shopify-section-hero .k-hero-content h1{text-wrap:balance;max-width:11ch}body.template-index #shopify-section-hero .k-hero-content p{max-width:640px;color:#f5f1eae6!important}body.template-index #shopify-section-hero .k-hero-buttons{display:flex;flex-wrap:wrap;gap:14px}body.template-index #shopify-section-seeking .k-seeking,body.template-index #shopify-section-quiz .k-quiz,body.template-index #shopify-section-story .k-section,body.template-index #shopify-section-ugc .k-section,body.template-index #shopify-section-chosen .chosen-intention-section,body.template-index #shopify-section-symbols [id^=SymbolsMeaning-]{padding-top:var(--k-home-space-top)!important;padding-bottom:var(--k-home-space-bottom)!important}body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-chosen .chosen-intention-section__title,body.template-index #shopify-section-seeking .k-seeking .k-title,body.template-index #shopify-section-quiz .k-serif{margin-bottom:var(--k-home-heading-gap)!important}body.template-index #shopify-section-story .story-text p,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-seeking .k-seeking>.k-container>p,body.template-index #shopify-section-quiz .k-quiz p{max-width:38em}body.template-index #shopify-section-story .story,body.template-index #shopify-section-ugc .ugc-item,body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique,body.template-index #shopify-section-quiz .quiz-buttons a,body.template-index #shopify-section-seeking .seeking-card,body.template-index #shopify-section-story .k-btn,body.template-index #shopify-section-chosen .chosen-intention-section__link{border-radius:2px!important}body.template-index #shopify-section-seeking .seeking-card .inner,body.template-index #shopify-section-story .story-text,body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{-webkit-backdrop-filter:saturate(112%) blur(1.5px);backdrop-filter:saturate(112%) blur(1.5px)}body.template-index #shopify-section-ugc .ugc-item{aspect-ratio:4 / 5;background-color:#0c0c0e}body.template-index #shopify-section-ugc .ugc-row{align-items:stretch}body.template-index #shopify-section-ugc .section-head{align-items:flex-end}body.template-index #shopify-section-ugc .k-container>p:last-child{color:#e7e1d6b8;font-size:15px;line-height:1.65;max-width:48em}body.template-index #shopify-section-quiz strong{text-transform:none;font-weight:600}body.template-index #shopify-section-quiz .quiz-buttons a{min-height:48px!important}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:22px!important}body.template-index #shopify-section-chosen .product-card-media{position:relative}body.template-index #shopify-section-chosen .product-card-media:after{content:"";position:absolute;inset:auto 0 0 0;height:30%;background:linear-gradient(180deg,#0000,#07070942);pointer-events:none}body.template-index #shopify-section-chosen .product-card-link{color:inherit}body.template-index #shopify-section-symbols .symbol-card__title{color:#f5f1ea!important}body.template-index #shopify-section-symbols .symbol-card__text{color:#e2e2e4b8!important}body:not(.template-index) .k-page-hero,body:not(.template-index) .find-list,body:not(.template-index) .k-product-page--story,body:not(.template-index) .k-section{color:#fff}body.template-collection .k-page-hero,body.template-page .k-page-hero,body.template-search .k-page-hero,body.template-cart .k-page-hero,body.template-product .k-page-hero{background-color:#050608}body.template-collection .filters,body.template-collection .category-icon,body.template-page .value-card,body.template-product .product-media,body.template-product .product-detail,body.template-product .info-box,body.template-collection .product-card--tashi,body.template-collection .product-card--boutique{border:1px solid rgba(197,154,74,.16)!important;border-radius:2px!important;box-shadow:0 14px 28px #0000001a}body.template-collection .k-btn,body.template-page .k-btn,body.template-product .k-btn,body.template-search .k-btn,body.template-cart .k-btn{border-radius:2px!important}body.template-collection .k-page-hero h1,body.template-page .k-page-hero h1,body.template-search .k-page-hero h1,body.template-cart .k-page-hero h1,body.template-product .product-detail h1,body.template-product .product-purchase-box .k-title,body.template-page .k-title{font-family:var(--k-font-section-heading, var(--k-font-heading, Cinzel, Georgia, serif));letter-spacing:.14em;text-transform:uppercase;line-height:1.08}@media(max-width:990px){body.template-index{--k-home-space-top:46px;--k-home-space-bottom:34px;--k-home-heading-gap:8px;--k-home-content-gap:22px}body.template-index #shopify-section-hero .k-hero-content{max-width:100%}body.template-index #shopify-section-hero .k-hero-content h1{max-width:9ch}body.template-index #shopify-section-hero .k-hero-buttons{gap:10px}body.template-index #shopify-section-hero .k-hero-buttons .k-btn{min-width:220px}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:14px!important}body.template-index #shopify-section-ugc .ugc-item{aspect-ratio:3 / 4}body.template-index #shopify-section-ugc .k-container>p:last-child{font-size:14px}body.template-index #shopify-section-quiz .quiz-buttons a{min-height:42px!important}}@media(max-width:640px){body.template-index #shopify-section-hero .k-hero-content{padding-bottom:72px}body.template-index #shopify-section-hero .k-hero-buttons{flex-direction:column;align-items:flex-start;width:100%}body.template-index #shopify-section-hero .k-hero-buttons .k-btn{width:min(100%,260px)}body.template-index #shopify-section-seeking .k-seeking,body.template-index #shopify-section-quiz .k-quiz,body.template-index #shopify-section-story .k-section,body.template-index #shopify-section-ugc .k-section,body.template-index #shopify-section-chosen .chosen-intention-section,body.template-index #shopify-section-symbols [id^=SymbolsMeaning-]{padding-top:42px!important;padding-bottom:30px!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:144px!important}}@media(max-width:990px){body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{overflow:hidden!important;background:var(--k-home-card-bg)!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{margin:auto 0 0!important;padding:0!important;background:var(--k-home-panel)!important;border-top:1px solid rgba(197,154,74,.1)!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{display:flex!important;width:100%!important;height:42px!important;margin:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-top:1px solid rgba(197,154,74,.28)!important;border-radius:0!important;box-shadow:none!important}}@media(max-width:990px){body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{align-items:stretch!important;gap:14px!important}body.template-index #shopify-section-chosen .product-grid>*,body.template-index #shopify-section-chosen .product-grid--luxury>*{height:100%!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{display:flex!important;flex-direction:column!important;height:100%!important;background:linear-gradient(180deg,#0c0c0ffa,#070709)!important;border:1px solid rgba(197,154,74,.2)!important;box-shadow:0 12px 24px #00000038!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{order:1!important;flex:0 0 auto!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{order:2!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:128px!important;padding:12px 11px 10px!important;gap:6px!important;background:linear-gradient(180deg,#0a0a0c,#070709)!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{color:#f5f1ea!important;font-size:13.5px!important;line-height:1.36!important;font-weight:600!important;letter-spacing:.01em!important;min-height:3.05em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{min-height:38px!important;margin-top:2px!important;display:flex!important;flex-direction:row!important;align-items:baseline!important;flex-wrap:wrap!important;gap:5px 8px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{color:#8e2420!important;font-size:17px!important;line-height:1.05!important;font-weight:750!important;letter-spacing:.01em!important}body.template-index #shopify-section-chosen .product-compare-price{color:#e7e1d67a!important;font-size:12px!important;line-height:1.1!important;min-height:0!important;display:inline-block!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{order:3!important;flex:0 0 auto!important;display:block!important;margin:0!important;padding:0!important;background:linear-gradient(180deg,#070709,#050507)!important;border-top:1px solid rgba(197,154,74,.14)!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:40px!important;margin:0!important;border:0!important;border-top:1px solid rgba(197,154,74,.22)!important;border-radius:0!important;background:#8e2420!important;color:#f5f1ea!important;font-size:10.5px!important;line-height:1!important;font-weight:750!important;letter-spacing:.15em!important;text-transform:uppercase!important;box-shadow:none!important}body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{background:#f5f1ea14!important;color:#f5f1ea9e!important}body.template-index #shopify-section-chosen .product-card-sale-badge{top:10px!important;right:10px!important;padding:6px 10px!important;border-radius:999px!important;background:#8e2420f5!important;border:1px solid rgba(197,154,74,.24)!important;color:#fff!important;font-size:9.5px!important;line-height:1!important;font-weight:800!important;letter-spacing:.12em!important;box-shadow:0 8px 18px #0000002e!important}}@media(max-width:420px){body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:124px!important;padding:11px 10px 9px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:13px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:16.5px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:38px!important;font-size:10px!important}}body.template-index #shopify-section-symbols .symbol-card__img{mix-blend-mode:normal!important;background:transparent!important}body.template-index #shopify-section-symbols .symbol-card__icon-wrap,body.template-index #shopify-section-symbols .symbol-card__icon{background:transparent!important}body.template-index #shopify-section-symbols [id^=SymbolsMeaning-]{padding-top:22px!important;padding-bottom:24px!important}body.template-index #shopify-section-symbols .symbols-grid{row-gap:4px!important}body.template-index #shopify-section-symbols .symbol-card__icon-wrap{min-height:98px!important;margin-bottom:6px!important}body.template-index #shopify-section-symbols .symbol-card__icon{width:min(100%,84px)!important}body.template-index #shopify-section-symbols .symbol-card__text{min-height:32px!important;-webkit-line-clamp:2!important}body.template-index #shopify-section-symbols .symbol-card__divider{margin-top:8px!important;padding-top:6px!important}body.template-index #shopify-section-chosen .chosen-intention-section{padding-top:40px!important;padding-bottom:40px!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{margin-bottom:18px!important}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:16px!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 5!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{padding:12px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:15px!important;min-height:2.7em!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:19px!important}@media(max-width:990px){body.template-index #shopify-section-symbols [id^=SymbolsMeaning-]{padding-top:16px!important;padding-bottom:18px!important}body.template-index #shopify-section-symbols .symbols-grid{column-gap:4px!important;row-gap:2px!important}body.template-index #shopify-section-symbols .symbol-card__icon-wrap{min-height:58px!important;margin-bottom:4px!important}body.template-index #shopify-section-symbols .symbol-card__icon{width:min(100%,42px)!important}body.template-index #shopify-section-symbols .symbol-card__text{max-width:88px!important;min-height:24px!important;font-size:8px!important;line-height:1.28!important;-webkit-line-clamp:2!important}body.template-index #shopify-section-symbols .symbol-card__divider{width:48px!important;margin-top:5px!important;padding-top:5px!important}body.template-index #shopify-section-chosen .chosen-intention-section{padding-top:34px!important;padding-bottom:32px!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 5!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:102px!important;padding:9px 9px 8px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:12.5px!important;min-height:2.5em!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{min-height:32px!important;gap:4px 6px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:15px!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:11px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:34px!important;font-size:9.6px!important}}@media(max-width:990px){body.template-index #shopify-section-chosen .chosen-intention-section{padding-top:26px!important;padding-bottom:24px!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{margin-bottom:14px!important;gap:8px!important}body.template-index #shopify-section-chosen .chosen-intention-section__subtitle{font-size:13px!important;line-height:1.45!important;margin-top:6px!important}body.template-index #shopify-section-chosen .chosen-intention-section__link{min-height:34px!important;padding:0 12px!important;font-size:10.5px!important}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:10px!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{box-shadow:0 9px 18px #0000002e!important}body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 3!important;max-height:190px!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-img--tashi img,body.template-index #shopify-section-chosen .product-img--boutique img{width:100%!important;height:100%!important;object-fit:cover!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:74px!important;padding:7px 8px 6px!important;gap:3px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:11.5px!important;line-height:1.25!important;min-height:2.45em!important;-webkit-line-clamp:2!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{min-height:26px!important;margin-top:0!important;gap:2px 5px!important;line-height:1!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:13.5px!important;line-height:1!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:9.5px!important;line-height:1!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:28px!important;font-size:8.8px!important;letter-spacing:.13em!important}body.template-index #shopify-section-chosen .product-card-sale-badge{top:7px!important;right:7px!important;padding:4px 7px!important;font-size:8px!important;letter-spacing:.1em!important}}@media(max-width:420px){body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{max-height:150px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:11px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:13px!important}}@media(max-width:990px){.k-footer{padding-top:20px!important}.k-footer .footer-grid{padding-bottom:8px!important}.k-footer .footer-grid>div:first-child{padding:0 0 14px!important;margin-bottom:0!important}.k-footer .footer-brandline{font-size:11px!important;line-height:1.25;margin-bottom:6px!important;letter-spacing:.14em!important}.k-footer .footer-slogan{font-size:12px!important;line-height:1.2;letter-spacing:.18em!important;margin-bottom:4px}.k-footer .footer-logo{margin:2px 0 6px!important}.k-footer .footer-logo img{width:min(var(--k-footer-logo-width-mobile,150px),150px)!important;margin:0 auto 8px!important}.k-footer p{font-size:12.5px!important;line-height:1.5!important;margin:0 0 10px!important;max-width:420px}.k-footer .socials{margin-top:10px!important;gap:10px!important}.k-footer .socials a{width:32px!important;height:32px!important}.k-footer .socials a svg{width:14px!important;height:14px!important}.k-footer .footer-accordion-col{border-bottom:1px solid rgba(255,255,255,.1)}.k-footer .footer-accordion-trigger{min-height:46px!important;padding:0 2px!important;gap:12px!important;letter-spacing:.16em!important}.k-footer .footer-accordion-trigger span:first-child{font-size:11.5px!important}.k-footer .footer-accordion-trigger .footer-accordion-icon{font-size:24px!important}.k-footer .footer-accordion-content{padding:0 2px 12px!important;gap:7px!important}.k-footer .footer-accordion-content a,.k-footer .footer-accordion-content span{font-size:13px!important;line-height:1.4!important}.k-footer .footer-bottom{padding:14px 0 78px!important;gap:10px!important}.k-footer .footer-bottom>div:first-child{font-size:12px!important;line-height:1.4}.k-footer .footer-bottom>div:last-child{font-size:11px!important;line-height:1.45!important}}@media(max-width:640px){.k-footer{padding-top:16px!important}.k-footer .footer-grid>div:first-child{padding-bottom:12px!important}.k-footer .footer-logo img{width:min(var(--k-footer-logo-width-mobile,140px),140px)!important}.k-footer p{font-size:12px!important;line-height:1.48!important}.k-footer .footer-accordion-trigger{min-height:44px!important}.k-footer .footer-bottom{padding:12px 0 74px!important}}:root{--k-typo-hero-title: clamp(52px, 4.2vw, 64px);--k-typo-section-title: clamp(34px, 2.65vw, 40px);--k-typo-section-title-mobile: clamp(24px, 6vw, 29px);--k-typo-subtitle: 15.5px;--k-typo-body: 15px;--k-typo-card-title: 15.5px;--k-typo-caption: 13px;--k-typo-overline: 11.5px;--k-typo-button: 11.5px;--k-typo-heading-letter: .145em;--k-typo-heading-weight: 600;--k-typo-body-letter: .025em}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.k-title,.k-hero h1,.k-seeking h2,.k-seeking__title,.chosen-intention-section__title,.symbols-heading,.k-living-intention__title,.story-text h2,.k-page-hero h1{font-weight:var(--k-typo-heading-weight)!important;letter-spacing:var(--k-typo-heading-letter)!important;line-height:1.08!important}.k-hero h1{font-size:var(--k-typo-hero-title)!important;letter-spacing:.15em!important}.k-seeking__title,.chosen-intention-section__title,.symbols-heading,.k-living-intention__title,.story-text h2{font-size:var(--k-typo-section-title)!important;margin-bottom:0!important}.k-overline,.k-living-intention__overline,.story-text .k-overline,.footer-brandline{font-size:var(--k-typo-overline)!important;letter-spacing:.22em!important;line-height:1.35!important;font-weight:700!important}.k-seeking__subtitle,.chosen-intention-section__subtitle,.k-living-intention__subtitle,.story-text p,.k-hero p,.section-head p{font-size:var(--k-typo-subtitle)!important;line-height:1.58!important;letter-spacing:var(--k-typo-body-letter)!important;font-weight:400!important}.k-btn,.k-btn.dark,.chosen-intention-section__link,.story-text .k-btn.dark,.k-living-intention__button,.k-seeking .inner span,.k-seeking .inner a,button,.footer-accordion-trigger{font-size:var(--k-typo-button)!important;letter-spacing:.145em!important;font-weight:700!important;line-height:1!important}.product-title,.product-title--boutique,.seeking-card h3,.symbol-card__title{font-size:var(--k-typo-card-title)!important;line-height:1.34!important;letter-spacing:.055em!important;font-weight:700!important}.product-subtitle,.product-tag,.symbol-card__text,.k-living-intention__caption,.seeking-card p{font-size:var(--k-typo-caption)!important;line-height:1.48!important;letter-spacing:.025em!important;font-weight:400!important}.symbol-card__title{letter-spacing:.15em!important;text-transform:uppercase}.symbol-card__text{max-width:230px;margin-left:auto!important;margin-right:auto!important}.story-text p{max-width:600px;color:#efe9dfdb!important}.story-text .k-btn.dark{min-height:42px!important;padding:0 18px!important}.k-footer{font-size:14px!important}.k-footer p{font-size:13px!important;line-height:1.52!important;letter-spacing:.025em!important}.k-footer .footer-title,.k-footer .footer-accordion-trigger span:first-child{font-size:11.5px!important;letter-spacing:.2em!important;line-height:1.25!important}.k-footer .footer-links,.k-footer .footer-links a,.k-footer .footer-links span{font-size:13px!important;line-height:1.45!important}.k-footer .footer-bottom{font-size:11.5px!important;line-height:1.45!important}@media(max-width:990px){:root{--k-typo-section-title: var(--k-typo-section-title-mobile);--k-typo-subtitle: 13.5px;--k-typo-body: 13.5px;--k-typo-card-title: 14px;--k-typo-caption: 12.5px;--k-typo-overline: 10px;--k-typo-button: 11px;--k-typo-heading-letter: .12em}.k-hero h1{font-size:clamp(34px,8.5vw,42px)!important;letter-spacing:.125em!important;line-height:1.08!important}.k-seeking__title,.chosen-intention-section__title,.symbols-heading,.k-living-intention__title,.story-text h2{font-size:var(--k-typo-section-title-mobile)!important;line-height:1.12!important;letter-spacing:.12em!important}.k-seeking__subtitle,.chosen-intention-section__subtitle,.k-living-intention__subtitle,.story-text p{font-size:13.5px!important;line-height:1.54!important}.symbol-card__title{font-size:12px!important;letter-spacing:.12em!important;line-height:1.28!important}.symbol-card__text{font-size:11.5px!important;line-height:1.42!important}.product-title,.product-title--boutique{font-size:14px!important;line-height:1.28!important}.price{font-size:16px!important;line-height:1.15!important}.k-footer p{font-size:12px!important;line-height:1.48!important}.k-footer .footer-bottom{font-size:11px!important}}@media(max-width:640px){.k-seeking__title,.chosen-intention-section__title,.symbols-heading,.k-living-intention__title,.story-text h2{font-size:clamp(22px,5.8vw,27px)!important}.k-seeking__subtitle,.chosen-intention-section__subtitle,.k-living-intention__subtitle,.story-text p{font-size:13px!important}.k-btn,.chosen-intention-section__link,.story-text .k-btn.dark,.k-living-intention__button{font-size:10.8px!important;letter-spacing:.13em!important}}body.template-index{--k-lux-ivory:#F2ECE2;--k-lux-ivory-soft:rgba(242,236,226,.84);--k-lux-ivory-muted:rgba(242,236,226,.68);--k-lux-gold:#C9A15B;--k-lux-gold-soft:#DFC08A;--k-lux-gold-deep:#A8823E;--k-lux-earth:#8F7D66;--k-lux-body-dark:#5F5447;--k-lux-body-light:rgba(236,228,214,.82);--k-lux-body-light-strong:rgba(236,228,214,.9);--k-lux-body-light-muted:rgba(236,228,214,.66);--k-lux-panel-dark:linear-gradient(180deg, rgba(12,11,10,.95) 0%, rgba(17,15,13,.92) 100%);--k-lux-panel-mid:linear-gradient(180deg, rgba(23,21,19,.9) 0%, rgba(29,25,22,.84) 100%);--k-lux-price:#A72A24}body.template-index .k-overline,body.template-index .footer-brandline,body.template-index .story-text .k-overline,body.template-index #shopify-section-chosen .chosen-intention-section__eyebrow,body.template-index #shopify-section-seeking .k-seeking__eyebrow,body.template-index #shopify-section-ugc .k-living-intention__overline{color:var(--k-lux-gold)!important}body.template-index #shopify-section-seeking .k-title,body.template-index #shopify-section-chosen .chosen-intention-section__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index #shopify-section-quiz .k-title,body.template-index .k-hero h1,body.template-index .k-page-hero h1,body.template-index .footer-slogan{color:var(--k-lux-ivory)!important}body.template-index #shopify-section-symbols .symbols-heading{color:#f2ece266!important}body.template-index #shopify-section-seeking .k-seeking>.k-container>p,body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-quiz .k-quiz p,body.template-index .k-hero p,body.template-index .k-page-hero p{color:var(--k-lux-body-light-strong)!important}body.template-index #shopify-section-seeking .seeking-card h3,body.template-index #shopify-section-seeking .seeking-card .k-title,body.template-index #shopify-section-seeking .seeking-card .inner h3{color:var(--k-lux-ivory)!important}body.template-index #shopify-section-seeking .seeking-card p{color:var(--k-lux-ivory-soft)!important}body.template-index #shopify-section-seeking .seeking-card span,body.template-index #shopify-section-seeking .seeking-card a{color:var(--k-lux-gold-soft)!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{color:var(--k-lux-ivory)!important}body.template-index #shopify-section-chosen .product-tag,body.template-index #shopify-section-chosen .product-subtitle,body.template-index #shopify-section-chosen .product-compare-price{color:#e4d8c8a8!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{color:var(--k-lux-price)!important}body.template-index #shopify-section-chosen .chosen-intention-section__link{color:var(--k-lux-gold-soft)!important;border-color:#c9a15b6b!important;background:#0a0a0a47!important}body.template-index #shopify-section-symbols .symbol-card__title,body.template-index #shopify-section-symbols .symbol-card__link{color:var(--k-lux-ivory)!important}body.template-index #shopify-section-symbols .symbol-card__text{color:var(--k-lux-ivory-soft)!important}body.template-index #shopify-section-symbols .symbol-card__divider,body.template-index #shopify-section-symbols .symbols-divider{border-color:#c9a15b66!important}body.template-index #shopify-section-story .story-text{background:var(--k-lux-panel-mid)!important;color:var(--k-lux-ivory)!important}body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-story .story-text h2{color:var(--k-lux-ivory)!important}body.template-index #shopify-section-story .story-text p{color:var(--k-lux-body-light-strong)!important}body.template-index #shopify-section-story .story-text .k-btn,body.template-index #shopify-section-story .story-text .k-btn.dark{color:var(--k-lux-gold-soft)!important;border-color:#c9a15b66!important;background:#0e0e0e52!important}body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .k-living-intention__caption,body.template-index #shopify-section-ugc .k-living-intention__quote,body.template-index #shopify-section-ugc .k-living-intention__name,body.template-index #shopify-section-ugc .k-living-intention__meta{color:var(--k-lux-ivory)!important}body.template-index #shopify-section-ugc .k-living-intention__subtitle,body.template-index #shopify-section-ugc .k-living-intention__caption,body.template-index #shopify-section-ugc .k-living-intention__quote{color:var(--k-lux-ivory-soft)!important}body.template-index .k-footer{color:#dccfc0!important}body.template-index .k-footer p,body.template-index .k-footer .footer-links a,body.template-index .k-footer .footer-links span,body.template-index .k-footer .footer-bottom,body.template-index .k-footer .footer-accordion-content a,body.template-index .k-footer .footer-accordion-content span{color:#dccfc0e6!important}body.template-index .k-footer .footer-title,body.template-index .k-footer .footer-accordion-trigger span:first-child,body.template-index .k-footer .footer-brandline{color:var(--k-lux-gold)!important}body.template-index .k-footer .footer-slogan{color:#f2ece2db!important}body.template-index .k-footer .socials a{color:#f2ece2eb!important;border-color:#c9a15b6b!important}body.template-index .story--light,body.template-index .k-surface-light,body.template-index .brand-story-panel-light{color:#171513!important}body.template-index .story--light .k-overline,body.template-index .k-surface-light .k-overline,body.template-index .brand-story-panel-light .k-overline{color:var(--k-lux-gold-deep)!important}body.template-index .story--light .k-title,body.template-index .k-surface-light .k-title,body.template-index .brand-story-panel-light .k-title{color:#1c1815!important}body.template-index .story--light p,body.template-index .k-surface-light p,body.template-index .brand-story-panel-light p{color:var(--k-lux-body-dark)!important}@media(max-width:990px){body.template-index #shopify-section-seeking .k-seeking>.k-container>p,body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-story .story-text p,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-quiz .k-quiz p{color:var(--k-lux-body-light)!important}body.template-index #shopify-section-symbols .symbols-heading{color:#f2ece27a!important}body.template-index #shopify-section-story .story-text{background:linear-gradient(180deg,#141210f0,#1c1815e6)!important}body.template-index .k-footer .footer-title,body.template-index .k-footer .footer-accordion-trigger span:first-child{color:var(--k-lux-gold-soft)!important}}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{align-items:stretch!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{display:flex!important;flex-direction:column!important;height:100%!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 4.35!important;max-height:380px!important}body.template-index #shopify-section-chosen .product-img--tashi img,body.template-index #shopify-section-chosen .product-img--boutique img{width:100%!important;height:100%!important;object-fit:cover!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:118px!important;padding:12px 14px 10px!important;gap:6px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:14px!important;line-height:1.3!important;min-height:3.9em!important;-webkit-line-clamp:3!important;line-clamp:3!important;overflow:hidden!important;text-wrap:pretty!important;margin-bottom:2px!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{min-height:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;gap:10px!important;margin-top:0!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:18px!important;line-height:1.1!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-compare-price{display:inline-block!important;min-height:auto!important;font-size:13px!important;line-height:1.1!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{padding:0 14px 12px!important;margin-top:auto!important}@media(max-width:990px){body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:10px!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 3.55!important;max-height:170px!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:90px!important;padding:8px 9px 7px!important;gap:4px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:12.5px!important;line-height:1.24!important;min-height:3.72em!important;-webkit-line-clamp:3!important;line-clamp:3!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{gap:6px!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:15px!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:11px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{padding:0 9px 9px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:30px!important;font-size:9.2px!important}}@media(max-width:420px){body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{max-height:156px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:11.8px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:14px!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:10px!important}}body.template-index{--k-home-title-max: 22ch;--k-home-subtitle-max: 58ch;--k-home-title-gap: 12px;--k-home-subtitle-gap: 0px}body.template-index #shopify-section-seeking .k-seeking__copy{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}body.template-index #shopify-section-seeking .k-seeking__title{max-width:24ch!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:var(--k-home-title-gap)!important;text-wrap:balance!important}body.template-index #shopify-section-seeking .k-seeking__subtitle{max-width:60ch!important;margin-left:auto!important;margin-right:auto!important;text-wrap:pretty!important;line-height:1.62!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{align-items:flex-start!important;gap:12px!important}body.template-index #shopify-section-chosen .chosen-intention-section__copy,body.template-index #shopify-section-chosen .chosen-intention-section__intro{max-width:980px!important}body.template-index #shopify-section-chosen .chosen-intention-section__title{max-width:20ch!important;margin-bottom:var(--k-home-title-gap)!important;text-wrap:balance!important}body.template-index #shopify-section-chosen .chosen-intention-section__subtitle{max-width:54ch!important;margin-top:0!important;text-wrap:pretty!important;line-height:1.62!important}body.template-index #shopify-section-symbols .section-head,body.template-index #shopify-section-symbols .symbols-top{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}body.template-index #shopify-section-symbols .symbols-heading{max-width:24ch!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;text-wrap:balance!important;margin-bottom:12px!important}body.template-index #shopify-section-story .story-text{max-width:560px!important}body.template-index #shopify-section-story .story-text .k-title{max-width:12ch!important;text-wrap:balance!important;margin-bottom:16px!important}body.template-index #shopify-section-story .story-text p{max-width:33ch!important;text-wrap:pretty!important;line-height:1.72!important}body.template-index #shopify-section-ugc .section-head,body.template-index #shopify-section-ugc .k-living-intention__head{max-width:1100px!important}body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title{max-width:22ch!important;text-wrap:balance!important;margin-bottom:12px!important}body.template-index #shopify-section-ugc .k-living-intention__subtitle,body.template-index #shopify-section-ugc .section-head p{max-width:52ch!important;text-wrap:pretty!important;line-height:1.62!important}body.template-index #shopify-section-quiz .k-quiz .k-serif{max-width:22ch!important;text-wrap:balance!important;margin-left:auto!important;margin-right:auto!important}body.template-index #shopify-section-quiz .k-quiz p{max-width:54ch!important;text-wrap:pretty!important;line-height:1.62!important;margin-left:auto!important;margin-right:auto!important}@media(max-width:990px){body.template-index{--k-home-title-gap: 8px}body.template-index #shopify-section-seeking .k-seeking__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-quiz .k-serif{max-width:14ch!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{gap:8px!important}body.template-index #shopify-section-chosen .chosen-intention-section__title{max-width:13ch!important}body.template-index #shopify-section-chosen .chosen-intention-section__subtitle,body.template-index #shopify-section-seeking .k-seeking__subtitle,body.template-index #shopify-section-ugc .k-living-intention__subtitle,body.template-index #shopify-section-ugc .section-head p,body.template-index #shopify-section-quiz .k-quiz p{max-width:100%!important;line-height:1.55!important}body.template-index #shopify-section-story .story-text .k-title{max-width:11ch!important}body.template-index #shopify-section-story .story-text p{max-width:100%!important;line-height:1.62!important}}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{background:linear-gradient(180deg,#0a0a0cf5,#0c0c0efa)!important;border:1px solid rgba(198,157,84,.18)!important;box-shadow:0 18px 36px #0000002e,inset 0 1px #ffffff06!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-card--tashi:hover,body.template-index #shopify-section-chosen .product-card--boutique:hover{transform:translateY(-3px)!important;box-shadow:0 22px 42px #0000003d,0 0 0 1px #c69d541f inset!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 4.4!important;max-height:390px!important;background:#151210!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{background:linear-gradient(180deg,#0a0a0cfa,#08080afa)!important;border-top:1px solid rgba(198,157,84,.12)!important;min-height:126px!important;padding:14px 15px 11px!important;gap:6px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{color:#f2ede4!important;font-size:14px!important;font-weight:600!important;letter-spacing:.01em!important;line-height:1.32!important;min-height:3.96em!important;-webkit-line-clamp:3!important;line-clamp:3!important;text-wrap:pretty!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;justify-content:flex-start!important;gap:10px!important;min-height:auto!important;margin-top:2px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{color:var(--k-home-gold-soft)!important;font-size:18px!important;font-weight:700!important;line-height:1.05!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-compare-price{color:#dbd3c694!important;font-size:12.5px!important;line-height:1.05!important;text-decoration-thickness:1px!important;white-space:nowrap!important;margin-top:0!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{background:linear-gradient(180deg,#08080afa,#08080a)!important;padding:0 15px 14px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:36px!important;font-size:10.5px!important;letter-spacing:.14em!important;box-shadow:0 10px 20px #00000029!important}@media(max-width:990px){body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 3.6!important;max-height:172px!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:96px!important;padding:8px 9px!important;gap:4px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:12px!important;line-height:1.24!important;min-height:3.72em!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{gap:6px!important;margin-top:0!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:14.5px!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:10.5px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{padding:0 9px 9px!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:30px!important;font-size:9px!important}}@media(max-width:420px){body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{max-height:158px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:11.4px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:13.5px!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:9.8px!important}}body.template-index #shopify-section-seeking .k-seeking__title,body.template-index #shopify-section-chosen .chosen-intention-section__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-quiz .k-serif{max-width:none!important;width:100%!important;white-space:nowrap!important;text-wrap:nowrap!important;overflow:visible!important;margin-left:auto!important;margin-right:auto!important;letter-spacing:.15em!important}@media(min-width:991px){body.template-index #shopify-section-seeking .k-seeking__title{font-size:clamp(26px,2.1vw,38px)!important;line-height:1.08!important}body.template-index #shopify-section-chosen .chosen-intention-section__title{font-size:clamp(26px,2vw,38px)!important;line-height:1.08!important}body.template-index #shopify-section-symbols .symbols-heading{font-size:clamp(24px,1.9vw,36px)!important;line-height:1.1!important}body.template-index #shopify-section-story .story-text .k-title{font-size:clamp(24px,1.85vw,34px)!important;line-height:1.1!important}body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-quiz .k-serif{font-size:clamp(24px,1.9vw,34px)!important;line-height:1.1!important}}@media(max-width:990px){body.template-index #shopify-section-seeking .k-seeking__title,body.template-index #shopify-section-chosen .chosen-intention-section__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-quiz .k-serif{letter-spacing:.12em!important}body.template-index #shopify-section-seeking .k-seeking__title{font-size:clamp(18px,4.3vw,24px)!important;line-height:1.08!important}body.template-index #shopify-section-chosen .chosen-intention-section__title{font-size:clamp(18px,4.2vw,24px)!important;line-height:1.08!important}body.template-index #shopify-section-symbols .symbols-heading{font-size:clamp(15px,3.7vw,20px)!important;line-height:1.08!important;letter-spacing:.1em!important}body.template-index #shopify-section-story .story-text .k-title{font-size:clamp(17px,4.2vw,23px)!important;line-height:1.08!important;letter-spacing:.1em!important}body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-quiz .k-serif{font-size:clamp(17px,4.1vw,22px)!important;line-height:1.08!important}}@media(max-width:420px){body.template-index #shopify-section-seeking .k-seeking__title,body.template-index #shopify-section-chosen .chosen-intention-section__title{font-size:clamp(16px,4.6vw,20px)!important;letter-spacing:.1em!important}body.template-index #shopify-section-symbols .symbols-heading{font-size:clamp(13px,3.8vw,17px)!important;letter-spacing:.08em!important}body.template-index #shopify-section-story .story-text .k-title,body.template-index #shopify-section-ugc .k-living-intention__title,body.template-index #shopify-section-ugc .section-head .k-title,body.template-index #shopify-section-quiz .k-quiz .k-serif{font-size:clamp(15px,4.2vw,19px)!important;letter-spacing:.09em!important}}@media(min-width:991px){body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{align-items:stretch!important;gap:18px!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 4.35!important;max-height:392px!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{display:grid!important;grid-template-rows:auto auto auto!important;align-content:start!important;gap:8px!important;min-height:152px!important;padding:14px 16px!important;overflow:visible!important}body.template-index #shopify-section-chosen .product-card-link{overflow:visible!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;line-clamp:3!important;overflow:hidden!important;text-overflow:ellipsis!important;min-height:4.2em!important;max-height:none!important;font-size:14px!important;line-height:1.4!important;letter-spacing:.005em!important;margin:0!important;word-break:break-word!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;justify-content:flex-start!important;gap:10px!important;min-height:auto!important;margin:0!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:17px!important;line-height:1.05!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-compare-price{display:inline-block!important;font-size:12.5px!important;line-height:1.05!important;white-space:nowrap!important;margin:0!important;opacity:.72!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{padding:0 16px 14px!important;margin-top:auto!important}}@media(min-width:991px){body.template-index #shopify-section-symbols .symbols-grid{align-items:start!important;row-gap:10px!important}body.template-index #shopify-section-symbols .symbol-card__link{grid-template-rows:98px 32px minmax(74px,auto) 20px!important;row-gap:6px!important;align-items:start!important;overflow:visible!important}body.template-index #shopify-section-symbols .symbol-card__title{min-height:32px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;text-align:center!important}body.template-index #shopify-section-symbols .symbol-card__text{max-width:170px!important;min-height:74px!important;font-size:12px!important;line-height:1.42!important;display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;text-overflow:clip!important;text-wrap:pretty!important}body.template-index #shopify-section-symbols .symbol-card__divider{margin-top:2px!important}}@media(min-width:991px){body.template-index #shopify-section-chosen .chosen-intention-section{padding-top:44px!important;padding-bottom:44px!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{margin-bottom:24px!important;align-items:flex-end!important}body.template-index #shopify-section-chosen .chosen-intention-section__copy{max-width:780px!important}body.template-index #shopify-section-chosen .chosen-intention-section__subtitle{max-width:46em!important;font-size:15px!important;line-height:1.62!important;color:#e7e1d6c7!important}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:18px!important;align-items:stretch!important}body.template-index #shopify-section-chosen .product-grid>*,body.template-index #shopify-section-chosen .product-grid--luxury>*{height:100%!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{position:relative!important;display:flex!important;flex-direction:column!important;height:100%!important;padding:9px!important;background:linear-gradient(180deg,#0d0d10fa,#08080a)!important;border:1px solid rgba(197,154,74,.2)!important;box-shadow:0 18px 36px #0000003d!important;overflow:hidden!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}body.template-index #shopify-section-chosen .product-card--tashi:before,body.template-index #shopify-section-chosen .product-card--boutique:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid rgba(197,154,74,.1);pointer-events:none;opacity:.9}body.template-index #shopify-section-chosen .product-card--tashi:hover,body.template-index #shopify-section-chosen .product-card--boutique:hover{transform:translateY(-4px)!important;border-color:#c59a4a57!important;box-shadow:0 24px 46px #0000004d!important}body.template-index #shopify-section-chosen .product-card-media{border:1px solid rgba(197,154,74,.12)!important;background:#0b0b0d!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 5!important;background:radial-gradient(circle at 50% 16%,#4a3b2338,#0f0f12c7 44%,#0a0a0c)!important}body.template-index #shopify-section-chosen .product-card-cart-form--tashi,body.template-index #shopify-section-chosen .product-card-cart-form--boutique{right:18px!important;bottom:18px!important}body.template-index #shopify-section-chosen .product-card-cart--tashi,body.template-index #shopify-section-chosen .product-card-cart--boutique{width:44px!important;height:44px!important;border-radius:999px!important;background:#08080ac2!important;border:1px solid rgba(197,154,74,.32)!important;color:#f5f1ea!important;box-shadow:0 10px 24px #00000042!important;-webkit-backdrop-filter:blur(8px) saturate(108%)!important;backdrop-filter:blur(8px) saturate(108%)!important}body.template-index #shopify-section-chosen .product-card-cart--tashi:hover,body.template-index #shopify-section-chosen .product-card-cart--boutique:hover{background:#8e2420f0!important;border-color:#c59a4a70!important}body.template-index #shopify-section-chosen .product-card-sale-badge{top:14px!important;right:14px!important;padding:7px 11px!important;border-radius:999px!important;background:#8e2420f0!important;border:1px solid rgba(197,154,74,.24)!important;box-shadow:0 10px 20px #0000002e!important;letter-spacing:.12em!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:14px 8px 6px!important;min-height:118px!important;gap:8px!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{color:#f1ede5!important;font-size:15px!important;line-height:1.42!important;font-weight:600!important;letter-spacing:.01em!important;min-height:2.84em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{margin-top:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;gap:10px!important;min-height:auto!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{color:#e2c488!important;font-size:22px!important;line-height:1.05!important;font-weight:700!important;letter-spacing:.01em!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-compare-price{color:#e7e1d675!important;font-size:12.5px!important;line-height:1.05!important;white-space:nowrap!important;text-decoration-thickness:1px!important;text-underline-offset:.12em!important}body.template-index #shopify-section-chosen .product-card-story,body.template-index #shopify-section-chosen .product-card-story--tashi,body.template-index #shopify-section-chosen .product-card-story--compact{display:none!important}}@media(max-width:990px){body.template-index #shopify-section-chosen .chosen-intention-section{padding-top:28px!important;padding-bottom:28px!important}body.template-index #shopify-section-chosen .chosen-intention-section__head{margin-bottom:16px!important;gap:10px!important}body.template-index #shopify-section-chosen .chosen-intention-section__subtitle{font-size:13px!important;line-height:1.5!important;color:#e7e1d6c7!important}body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury{gap:12px!important;align-items:stretch!important}body.template-index #shopify-section-chosen .product-grid>*,body.template-index #shopify-section-chosen .product-grid--luxury>*{height:100%!important}body.template-index #shopify-section-chosen .product-card--tashi,body.template-index #shopify-section-chosen .product-card--boutique{position:relative!important;display:flex!important;flex-direction:column!important;height:100%!important;padding:7px!important;background:linear-gradient(180deg,#0c0c0ffa,#070709)!important;border:1px solid rgba(197,154,74,.18)!important;box-shadow:0 12px 28px #00000038!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-card--tashi:before,body.template-index #shopify-section-chosen .product-card--boutique:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:1px solid rgba(197,154,74,.08);pointer-events:none}body.template-index #shopify-section-chosen .product-card-media{border:1px solid rgba(197,154,74,.12)!important;overflow:hidden!important;background:#0a0a0c!important}body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:4 / 4.75!important;max-height:210px!important}body.template-index #shopify-section-chosen .product-img--tashi img,body.template-index #shopify-section-chosen .product-img--boutique img{width:100%!important;height:100%!important;object-fit:cover!important}body.template-index #shopify-section-chosen .product-card-sale-badge{top:10px!important;right:10px!important;padding:5px 8px!important;font-size:8px!important;border-radius:999px!important;box-shadow:0 8px 18px #0000002e!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:100px!important;padding:10px 5px 6px!important;gap:6px!important;background:transparent!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{color:#f2ede4!important;font-size:12.6px!important;line-height:1.34!important;font-weight:600!important;min-height:2.68em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.template-index #shopify-section-chosen .product-price-row,body.template-index #shopify-section-chosen .product-price-row--tashi{margin-top:auto!important;min-height:auto!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:baseline!important;gap:7px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{color:#e2c488!important;font-size:16px!important;line-height:1.06!important;font-weight:700!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-compare-price{color:#e7e1d675!important;font-size:10.5px!important;line-height:1.06!important;white-space:nowrap!important}body.template-index #shopify-section-chosen .product-card-story,body.template-index #shopify-section-chosen .product-card-story--tashi,body.template-index #shopify-section-chosen .product-card-story--compact{display:none!important}body.template-index #shopify-section-chosen .product-card-mobile-cta-form,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{padding:0!important;margin-top:auto!important;background:transparent!important;border-top:0!important}body.template-index #shopify-section-chosen .product-card-mobile-cta,body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{height:34px!important;margin-top:2px!important;border:1px solid rgba(197,154,74,.24)!important;background:#8e2420f0!important;color:#f5f1ea!important;font-size:9.4px!important;font-weight:750!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:none!important}body.template-index #shopify-section-chosen .product-card-mobile-cta.is-disabled{background:#f5f1ea14!important;color:#f5f1ea9e!important}}@media(max-width:420px){body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{max-height:178px!important}body.template-index #shopify-section-chosen .product-info--tashi,body.template-index #shopify-section-chosen .product-info--boutique{min-height:92px!important;padding:9px 4px 5px!important}body.template-index #shopify-section-chosen .product-title,body.template-index #shopify-section-chosen .product-title--tashi,body.template-index #shopify-section-chosen .product-title--boutique{font-size:12px!important}body.template-index #shopify-section-chosen .price,body.template-index #shopify-section-chosen .price--tashi,body.template-index #shopify-section-chosen .price--boutique{font-size:15px!important}body.template-index #shopify-section-chosen .product-compare-price{font-size:10px!important}}.k-footer{padding-top:38px!important}.k-footer .footer-grid{gap:42px!important;padding-bottom:24px!important}.k-footer .footer-grid>div:first-child{padding-bottom:0!important}.k-footer .footer-brandline{margin-bottom:6px!important}.k-footer .footer-slogan{margin-bottom:4px!important}.k-footer .footer-logo{margin:2px 0 8px!important}.k-footer .footer-logo img{width:min(var(--k-footer-logo-width,220px),176px)!important}.k-footer p{max-width:500px!important;font-size:14px!important;line-height:1.52!important;margin:0 0 10px!important}.k-footer .socials{gap:12px!important;margin-top:10px!important}.k-footer .socials a{width:36px!important;height:36px!important}.k-footer .footer-title,.k-footer .footer-accordion-trigger span:first-child{font-size:12px!important;letter-spacing:.2em!important}.k-footer .footer-links,.k-footer .footer-links a,.k-footer .footer-links span{font-size:14px!important;line-height:1.45!important}.k-footer .footer-bottom{padding:14px 0 18px!important}@media(max-width:990px){.k-footer{padding-top:14px!important}.k-footer .footer-grid{gap:12px!important;padding-bottom:8px!important}.k-footer .footer-grid>div:first-child{padding:0 0 8px!important}.k-footer .footer-brandline{font-size:10px!important;line-height:1.2!important;margin-bottom:4px!important;letter-spacing:.13em!important}.k-footer .footer-slogan{font-size:11px!important;line-height:1.1!important;letter-spacing:.16em!important;margin-bottom:2px!important}.k-footer .footer-logo{margin:0 0 4px!important}.k-footer .footer-logo img{width:min(var(--k-footer-logo-width-mobile,140px),112px)!important;margin:0 auto 4px!important}.k-footer p{max-width:360px!important;font-size:11px!important;line-height:1.42!important;margin:0 auto 8px!important}.k-footer .socials{margin-top:8px!important;gap:8px!important}.k-footer .socials a{width:30px!important;height:30px!important}.k-footer .socials a svg{width:13px!important;height:13px!important}.k-footer .footer-accordion-col{border-bottom:1px solid rgba(255,255,255,.08)!important}.k-footer .footer-accordion-trigger{min-height:38px!important;padding:0 2px!important;gap:10px!important}.k-footer .footer-accordion-trigger span:first-child{font-size:10.5px!important;letter-spacing:.16em!important}.k-footer .footer-accordion-trigger .footer-accordion-icon{font-size:21px!important}.k-footer .footer-accordion-content{padding:0 2px 8px!important;gap:5px!important}.k-footer .footer-accordion-content a,.k-footer .footer-accordion-content span{font-size:11.5px!important;line-height:1.36!important}.k-footer .footer-bottom{padding:10px 0 64px!important;gap:6px!important}.k-footer .footer-bottom>div:first-child{font-size:11px!important;line-height:1.35!important}.k-footer .footer-bottom>div:last-child{font-size:10px!important;line-height:1.35!important}}@media(max-width:640px){.k-footer{padding-top:12px!important}.k-footer .footer-logo img{width:min(var(--k-footer-logo-width-mobile,140px),102px)!important}.k-footer p{font-size:10.8px!important;line-height:1.4!important}.k-footer .footer-accordion-trigger{min-height:36px!important}.k-footer .footer-bottom{padding:8px 0 60px!important}}.k-collection-hub__hero{position:relative;min-height:clamp(240px,24vw,360px);display:flex;align-items:center;justify-content:center;text-align:center;color:#f5f0e8;background-color:#080909;background-image:var(--k-collection-hero-desktop);background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}.k-collection-hub__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#0000001f,#00000061 56%,#000000a8),linear-gradient(180deg,#0000002e,#0000000f 45%,#00000057)}.k-collection-hub__hero-inner{position:relative;z-index:1;max-width:980px;padding:54px 32px}.k-collection-hub__hero h1{margin:0;font-size:clamp(34px,3.2vw,58px);color:#f6efe3;letter-spacing:.14em}.k-collection-hub__hero p{margin:12px auto 0;max-width:760px;font-size:clamp(14px,1.1vw,18px);line-height:1.6;color:#f5f0e8e6}.k-collection-hub{background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 36%),linear-gradient(180deg,#1a1b1d,#0f1012 32%,#090a0c);color:#f3eee4;padding:34px 0 72px}.k-collection-hub__inner{max-width:1480px}.k-collection-hub__intro-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:24px}.k-collection-hub__intro h2{margin:0;color:#e8c98a;font-family:var(--k-font-heading, Cinzel, Georgia, serif);font-size:clamp(28px,2.2vw,40px);letter-spacing:.05em;line-height:1.1}.k-collection-hub__intro p{margin:10px 0 0;max-width:720px;color:#f3eee4c2;font-size:15px;line-height:1.7}.k-collection-hub__toolbar-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}.k-collection-hub__count{color:#f3eee4b8;font-size:12px;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.k-collection-hub__sort{display:inline-flex;align-items:center;gap:12px;color:#f3eee4;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.k-collection-hub__sort select{min-width:210px;height:46px;border:1px solid rgba(197,154,74,.34);background:#07080ae6;color:#f3eee4;padding:0 44px 0 16px;font-size:14px;letter-spacing:.02em;outline:none;-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#c59a4a 50%),linear-gradient(135deg,#c59a4a 50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 18px) 19px,calc(100% - 12px) 19px,100% 0;background-size:6px 6px,6px 6px,2.5em 2.5em;background-repeat:no-repeat}.k-collection-hub__sort select:focus{border-color:#c59a4a;box-shadow:0 0 0 1px #c59a4a38}.k-collection-hub__tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.k-collection-hub__tab{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid rgba(197,154,74,.34);border-radius:999px;background:#ffffff05;color:#f3eee4;font-size:12px;letter-spacing:.08em;transition:all .24s ease}.k-collection-hub__tab:hover,.k-collection-hub__tab.is-active{background:#c59a4a;color:#0d0d0e;border-color:#c59a4a}.k-collection-hub__grid-wrap{border-top:1px solid rgba(197,154,74,.16);padding-top:22px}.k-collection-hub__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}.k-collection-hub__item{height:100%}.k-collection-hub__item>*{height:100%}.k-collection-hub__placeholder{background:#111;border:1px solid rgba(197,154,74,.16)}.k-collection-hub .product-card--tashi,.k-collection-hub .product-card--boutique{height:100%}.k-collection-hub .product-card--tashi{background:#0d0e10;border-color:#c59a4a29;box-shadow:0 10px 24px #00000029}.k-collection-hub .product-card--tashi:hover{box-shadow:0 16px 30px #0000003d}.k-collection-hub .product-info--tashi{padding:14px 14px 16px}.k-collection-hub .product-title--tashi,.k-collection-hub .price--tashi,.k-collection-hub .product-card-story summary,.k-collection-hub .product-card-story-content p,.k-collection-hub .product-card-story-link,.k-collection-hub .product-compare-price,.k-collection-hub .product-card-soldout{color:#f3eee4}.k-collection-hub .product-price-row--tashi{margin-top:8px}.k-collection-hub .product-card-mobile-cta{background:#c59a4a;color:#0b0b0c;font-weight:700}.k-collection-hub .product-card-mobile-cta.is-disabled,.k-collection-hub .product-card-mobile-cta[disabled]{background:#ffffff14;color:#f3eee480}@media(max-width:1200px){.k-collection-hub__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:990px){.k-collection-hub__hero{min-height:clamp(220px,54vw,300px);background-image:var(--k-collection-hero-mobile, var(--k-collection-hero-desktop));background-position:var(--k-collection-hero-mobile-position, center center)}.k-collection-hub{padding:24px 0 56px}.k-collection-hub__intro-row{flex-direction:column;align-items:flex-start;gap:18px}.k-collection-hub__toolbar-meta,.k-collection-hub__sort{width:100%;justify-content:space-between}.k-collection-hub__sort select{min-width:0;flex:1}.k-collection-hub__tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.k-collection-hub__tabs::-webkit-scrollbar{display:none}.k-collection-hub__tab{flex:0 0 auto;white-space:nowrap}.k-collection-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media(max-width:640px){.k-collection-hub__hero-inner{padding:42px 18px}.k-collection-hub__hero h1{font-size:clamp(30px,8vw,42px)}.k-collection-hub__hero p{font-size:14px;max-width:320px}.k-collection-hub__intro h2{font-size:28px}.k-collection-hub__intro p{font-size:14px}.k-collection-hub__count{font-size:11px}.k-collection-hub__sort{gap:10px}.k-collection-hub__sort span{white-space:nowrap}.k-collection-hub__sort select{height:42px;font-size:13px;padding-left:12px}.k-collection-hub__grid-wrap{padding-top:18px}.k-collection-hub__grid{gap:14px}}.k-collection-hub__hero{border-top:1px solid rgba(197,154,74,.18);border-bottom:1px solid rgba(197,154,74,.24)}.k-collection-hub__hero:after{content:"";position:absolute;top:14px;right:18px;bottom:14px;left:18px;border:1px solid rgba(197,154,74,.12);pointer-events:none;z-index:0}.k-collection-hub__hero-inner{position:relative}.k-collection-hub__hero-frame{position:absolute;top:18px;right:28px;bottom:18px;left:28px;border-top:1px solid rgba(197,154,74,.18);border-bottom:1px solid rgba(197,154,74,.18);pointer-events:none;opacity:.7}.k-collection-hub__hero-frame:before,.k-collection-hub__hero-frame:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:1px solid rgba(197,154,74,.18);opacity:.55}.k-collection-hub__hero-frame:before{left:-2px;border-right:none;border-bottom:none}.k-collection-hub__hero-frame:after{right:-2px;border-left:none;border-top:none}.k-collection-hub__eyebrow{position:relative;display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:#d8ba78;font-size:12px;letter-spacing:.34em;text-transform:uppercase;font-weight:700}.k-collection-hub__eyebrow:before,.k-collection-hub__eyebrow:after{content:"";width:34px;height:1px;background:linear-gradient(90deg,#c59a4a00,#c59a4abf,#c59a4a00)}.k-collection-hub__hero h1{text-shadow:0 3px 22px rgba(0,0,0,.52),0 0 18px rgba(197,154,74,.06)}.k-collection-hub__divider{display:flex;align-items:center;justify-content:center;gap:14px;margin:14px auto 0;color:#d8ba78;font-size:15px;letter-spacing:.1em}.k-collection-hub__divider:before,.k-collection-hub__divider:after{content:"";width:72px;height:1px;background:linear-gradient(90deg,#c59a4a00,#c59a4ab3,#c59a4a00)}.k-collection-hub__hero p{margin-top:18px;text-shadow:0 2px 14px rgba(0,0,0,.56)}.k-collection-hub__hero--shop:before,.k-collection-hub__hero--newin:before{background:radial-gradient(ellipse at 50% 35%,#c59a4a12,#c59a4a00 28%),linear-gradient(90deg,#080809c2,#0c0c0e57 24%,#0b0c0e57 76%,#080809c7),linear-gradient(180deg,#05060757,#0607091f 36%,#05060794)}.k-collection-hub__hero--shop,.k-collection-hub__hero--newin{box-shadow:inset 0 -50px 80px #0003}@media(max-width:990px){.k-collection-hub__hero:after{top:10px;right:10px;bottom:10px;left:10px}.k-collection-hub__hero-frame{top:14px;right:16px;bottom:14px;left:16px}.k-collection-hub__hero-frame:before,.k-collection-hub__hero-frame:after{width:36px;height:36px}}@media(max-width:640px){.k-collection-hub__eyebrow{font-size:10px;letter-spacing:.28em;margin-bottom:12px}.k-collection-hub__eyebrow:before,.k-collection-hub__eyebrow:after{width:20px}.k-collection-hub__divider{gap:10px;font-size:13px}.k-collection-hub__divider:before,.k-collection-hub__divider:after{width:42px}}.k-shop-hub,.k-newin-page{background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 34%),linear-gradient(180deg,#1b1c1e,#101113 38%,#08090b);color:#f3eee4}.k-shop-hub{padding:34px 0 78px}.k-shop-hub__inner{max-width:1480px}.k-shop-hub__layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:30px;align-items:start}.k-shop-hub__sidebar-panel{position:sticky;top:24px;background:linear-gradient(180deg,#0d0e10f5,#08090bf5);border:1px solid rgba(197,154,74,.2);box-shadow:0 18px 42px #00000042}.k-shop-hub__sidebar-heading{position:relative;padding:20px 22px 14px;color:#d8ba78;font-size:12px;letter-spacing:.28em;text-transform:uppercase;font-weight:700;text-align:center;border-bottom:1px solid rgba(197,154,74,.13)}.k-shop-hub__sidebar-heading:after{content:"\2726";position:absolute;left:50%;bottom:-9px;transform:translate(-50%);color:#d8ba78;background:#0b0c0e;padding:0 9px;font-size:11px;letter-spacing:0}.k-shop-hub__sidebar-heading--second{margin-top:12px;border-top:1px solid rgba(197,154,74,.15)}.k-shop-hub__nav{padding:16px 0}.k-shop-hub__nav-item{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;min-height:38px;padding:8px 20px;color:#f3eee4d6;font-size:14px;letter-spacing:.025em;transition:all .22s ease}.k-shop-hub__nav-item span{color:#c59a4a;opacity:.86;text-align:center;font-size:13px}.k-shop-hub__nav-item:hover,.k-shop-hub__nav-item.is-active{background:linear-gradient(90deg,#c59a4a3d,#c59a4a0d);color:#f7edd8}.k-shop-hub__nav-item.is-active{box-shadow:inset 3px 0 #c59a4a}.k-shop-hub__main{min-width:0}.k-shop-hub__topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.k-shop-hub__label{display:inline-block;margin-bottom:8px;color:#c59a4a;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.k-shop-hub__title-block h2{margin:0;font-family:var(--k-font-heading, Cinzel, Georgia, serif);color:#e8c98a;font-size:clamp(30px,2.15vw,42px);line-height:1.1;letter-spacing:.05em}.k-shop-hub__title-block p{margin:12px 0 0;max-width:760px;color:#f3eee4b8;font-size:15px;line-height:1.65}.k-shop-hub__controls{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.k-shop-hub__count,.k-newin-page__count{color:#f3eee4a8;font-size:12px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.k-shop-hub__sort,.k-newin-page__sort{display:inline-flex;align-items:center;gap:12px;color:#f3eee4;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.k-shop-hub__sort select,.k-newin-page__sort select{min-width:210px;height:46px;border:1px solid rgba(197,154,74,.34);background-color:#07080ae6;color:#f3eee4;padding:0 44px 0 16px;font-size:14px;letter-spacing:.02em;outline:none;-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#c59a4a 50%),linear-gradient(135deg,#c59a4a 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 12px) 19px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.k-shop-hub__sort select:focus,.k-newin-page__sort select:focus{border-color:#c59a4a;box-shadow:0 0 0 1px #c59a4a38}.k-shop-hub__status{min-height:20px;margin-bottom:12px;color:#f3eee49e;font-size:13px;letter-spacing:.05em}.k-shop-hub__grid,.k-newin-page__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}.k-shop-hub__item,.k-newin-page__item{height:100%}.k-shop-hub__item>*,.k-newin-page__item>*{height:100%}.k-shop-hub .product-card--tashi,.k-newin-page .product-card--tashi,.k-shop-dynamic-card{background:#0d0e10;border:1px solid rgba(197,154,74,.16);color:#f3eee4;box-shadow:0 10px 24px #0000002e}.k-shop-hub .product-card--tashi:hover,.k-newin-page .product-card--tashi:hover,.k-shop-dynamic-card:hover{box-shadow:0 16px 30px #00000040}.k-shop-hub .product-info--tashi,.k-newin-page .product-info--tashi{padding:14px 14px 16px}.k-shop-hub .product-title--tashi,.k-shop-hub .price--tashi,.k-shop-hub .product-card-story summary,.k-shop-hub .product-card-story-content p,.k-shop-hub .product-card-story-link,.k-shop-hub .product-compare-price,.k-newin-page .product-title--tashi,.k-newin-page .price--tashi,.k-newin-page .product-card-story summary,.k-newin-page .product-card-story-content p,.k-newin-page .product-card-story-link,.k-newin-page .product-compare-price{color:#f3eee4}.k-shop-hub .product-card-mobile-cta,.k-newin-page .product-card-mobile-cta{background:#c59a4a;color:#0b0b0c;font-weight:700}.k-shop-hub__mobile-filters{display:none}.k-shop-hub__placeholder,.k-newin-page__placeholder{background:#111;border:1px solid rgba(197,154,74,.16)}.k-shop-dynamic-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}.k-shop-dynamic-card:hover{transform:translateY(-4px)}.k-shop-dynamic-card__media{position:relative;aspect-ratio:1/1;background:#151515;overflow:hidden}.k-shop-dynamic-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.k-shop-dynamic-card:hover .k-shop-dynamic-card__media img{transform:scale(1.035)}.k-shop-dynamic-card__heart{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(245,240,232,.5);background:#00000047;display:flex;align-items:center;justify-content:center;color:#f3eee4;font-size:18px;line-height:1}.k-shop-dynamic-card__info{display:flex;flex-direction:column;flex:1;padding:14px}.k-shop-dynamic-card__tag{margin-bottom:7px;color:#c59a4a;font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.k-shop-dynamic-card__title{color:#f3eee4;font-weight:700;line-height:1.35;min-height:2.7em}.k-shop-dynamic-card__price{margin-top:9px;color:#f3eee4;font-weight:700}.k-shop-dynamic-card__form{margin-top:auto;padding-top:12px}.k-shop-dynamic-card__button{width:100%;min-height:40px;border:1px solid rgba(197,154,74,.72);background:#c59a4a;color:#0b0b0c;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:11px;cursor:pointer}.k-shop-dynamic-card__button:hover{filter:brightness(1.08)}.k-newin-page{padding:38px 0 78px}.k-newin-page__inner{max-width:1480px}.k-newin-page__intro-row{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:22px}.k-newin-page__eyebrow{display:block;color:#c59a4a;font-size:11px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;margin-bottom:10px}.k-newin-page__intro h2{margin:0;color:#e8c98a;font-family:var(--k-font-heading, Cinzel, Georgia, serif);font-size:clamp(30px,2.2vw,42px);line-height:1.1;letter-spacing:.05em}.k-newin-page__intro p{margin:12px 0 0;max-width:760px;color:#f3eee4b8;font-size:15px;line-height:1.65}.k-newin-page__controls{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.k-newin-page__story-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 24px}.k-newin-page__story-strip>div{border:1px solid rgba(197,154,74,.18);background:#ffffff06;padding:16px 18px}.k-newin-page__story-strip strong{display:block;color:#e8c98a;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.k-newin-page__story-strip span{display:block;color:#f3eee4a8;font-size:13px;line-height:1.55}.k-newin-page__grid-wrap{border-top:1px solid rgba(197,154,74,.16);padding-top:22px}@media(max-width:1200px){.k-shop-hub__layout{grid-template-columns:250px minmax(0,1fr);gap:24px}.k-shop-hub__grid,.k-newin-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:990px){.k-shop-hub{padding:24px 0 58px}.k-shop-hub__layout{display:block}.k-shop-hub__sidebar{display:none}.k-shop-hub__mobile-filters{display:grid;gap:18px;margin-bottom:22px}.k-shop-hub__mobile-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:10px}.k-shop-hub__mobile-head span{color:#d8ba78;font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:700}.k-shop-hub__mobile-head small{color:#f3eee494;font-size:12px}.k-shop-hub__mobile-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.k-shop-hub__mobile-scroll::-webkit-scrollbar{display:none}.k-shop-hub__pill{flex:0 0 auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid rgba(197,154,74,.35);border-radius:999px;color:#f3eee4;background:#ffffff06;font-size:12px;letter-spacing:.04em;white-space:nowrap}.k-shop-hub__pill.is-active{background:#c59a4a;border-color:#c59a4a;color:#0b0b0c;font-weight:800}.k-shop-hub__topbar,.k-newin-page__intro-row{flex-direction:column;align-items:flex-start;gap:18px}.k-shop-hub__controls,.k-newin-page__controls,.k-shop-hub__sort,.k-newin-page__sort{width:100%;justify-content:space-between}.k-shop-hub__sort select,.k-newin-page__sort select{min-width:0;flex:1}.k-shop-hub__grid,.k-newin-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.k-newin-page__story-strip{grid-template-columns:1fr}}@media(max-width:640px){.k-shop-hub,.k-newin-page{padding-bottom:54px}.k-shop-hub__title-block h2,.k-newin-page__intro h2{font-size:28px}.k-shop-hub__title-block p,.k-newin-page__intro p{font-size:14px}.k-shop-hub__count,.k-newin-page__count{font-size:11px}.k-shop-hub__sort select,.k-newin-page__sort select{height:42px;font-size:13px;padding-left:12px}.k-shop-hub__grid,.k-newin-page__grid{gap:14px}.k-shop-dynamic-card__info{padding:12px}.k-shop-dynamic-card__title{font-size:13px}.k-shop-dynamic-card__button{min-height:38px;font-size:10px}}html{scroll-padding-top:var(--k-fixed-header-height, 120px)}body.kailora-header-fixed-ready{padding-top:var(--k-fixed-header-height, 0px)!important}body.kailora-header-fixed-ready .k-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important;background:#050505!important;box-shadow:0 10px 28px #00000057,0 1px #c59a4a2e!important;transform:translateZ(0);will-change:transform}body.kailora-header-fixed-ready .k-header-main{background:#050505!important}body.kailora-header-fixed-ready .k-announcement{background:#020202!important}.shopify-section-header,#shopify-section-header,#shopify-section-kailora-header{z-index:9999}body .k-shop-hub .product-card.product-card--tashi,body .k-newin-page .product-card.product-card--tashi,body .k-collection-hub .product-card.product-card--tashi,body .new-in-collection-shell .product-card.product-card--tashi{background:linear-gradient(180deg,#121315fa,#08090bfc)!important;border:1px solid rgba(197,154,74,.28)!important;box-shadow:0 14px 34px #00000057,inset 0 0 0 1px #ffffff06!important;color:#f3eee4!important;overflow:hidden!important}body .k-shop-hub .product-card.product-card--tashi:hover,body .k-newin-page .product-card.product-card--tashi:hover,body .k-collection-hub .product-card.product-card--tashi:hover,body .new-in-collection-shell .product-card.product-card--tashi:hover{transform:translateY(-4px)!important;border-color:#c59a4a7a!important;box-shadow:0 20px 42px #00000070,0 0 0 1px #c59a4a14!important}body .k-shop-hub .product-card-media--tashi,body .k-newin-page .product-card-media--tashi,body .k-collection-hub .product-card-media--tashi,body .new-in-collection-shell .product-card-media--tashi{background:#08090b!important}body .k-shop-hub .product-img--tashi,body .k-newin-page .product-img--tashi,body .k-collection-hub .product-img--tashi,body .new-in-collection-shell .product-img--tashi{background:#0b0c0e!important;border-bottom:1px solid rgba(197,154,74,.18)!important}body .k-shop-hub .product-img--tashi:after,body .k-newin-page .product-img--tashi:after,body .k-collection-hub .product-img--tashi:after,body .new-in-collection-shell .product-img--tashi:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 50% 100%,rgba(197,154,74,.1),transparent 45%),linear-gradient(180deg,transparent 62%,rgba(0,0,0,.18))}body .k-shop-hub .product-info.product-info--tashi,body .k-newin-page .product-info.product-info--tashi,body .k-collection-hub .product-info.product-info--tashi,body .new-in-collection-shell .product-info.product-info--tashi{background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 48%),linear-gradient(180deg,#111214,#090a0c)!important;padding:16px 16px 18px!important;color:#f3eee4!important}body .k-shop-hub .product-title.product-title--tashi,body .k-newin-page .product-title.product-title--tashi,body .k-collection-hub .product-title.product-title--tashi,body .new-in-collection-shell .product-title.product-title--tashi{color:#f3eee4!important;font-weight:700!important;letter-spacing:.045em!important;line-height:1.35!important;text-shadow:none!important}body .k-shop-hub .product-title.product-title--tashi:hover,body .k-newin-page .product-title.product-title--tashi:hover,body .k-collection-hub .product-title.product-title--tashi:hover,body .new-in-collection-shell .product-title.product-title--tashi:hover{color:#e8c98a!important}body .k-shop-hub .product-price-row--tashi,body .k-newin-page .product-price-row--tashi,body .k-collection-hub .product-price-row--tashi,body .new-in-collection-shell .product-price-row--tashi{align-items:baseline!important;gap:10px!important;margin-top:10px!important}body .k-shop-hub .price.price--tashi,body .k-newin-page .price.price--tashi,body .k-collection-hub .price.price--tashi,body .new-in-collection-shell .price.price--tashi{color:#e8c98a!important;font-weight:800!important;letter-spacing:.035em!important}body .k-shop-hub .product-compare-price,body .k-newin-page .product-compare-price,body .k-collection-hub .product-compare-price,body .new-in-collection-shell .product-compare-price{color:#f3eee45c!important;text-decoration-color:#f3eee452!important}body .k-shop-hub .product-card-sale-badge,body .k-newin-page .product-card-sale-badge,body .k-collection-hub .product-card-sale-badge,body .new-in-collection-shell .product-card-sale-badge{background:linear-gradient(135deg,#c59a4a,#e2c377)!important;color:#0b0b0c!important;border:1px solid rgba(255,235,170,.46)!important;box-shadow:0 10px 24px #00000052!important;letter-spacing:.16em!important}body .k-shop-hub .product-card-cart--tashi,body .k-newin-page .product-card-cart--tashi,body .k-collection-hub .product-card-cart--tashi,body .new-in-collection-shell .product-card-cart--tashi{background:#08090bc2!important;border:1px solid rgba(197,154,74,.44)!important;color:#e8c98a!important}body .k-shop-hub .product-card-cart--tashi:hover,body .k-newin-page .product-card-cart--tashi:hover,body .k-collection-hub .product-card-cart--tashi:hover,body .new-in-collection-shell .product-card-cart--tashi:hover{background:#c59a4a!important;color:#0b0b0c!important}body .k-shop-hub .product-card-mobile-cta,body .k-newin-page .product-card-mobile-cta,body .k-collection-hub .product-card-mobile-cta,body .new-in-collection-shell .product-card-mobile-cta{background:linear-gradient(135deg,#b99145,#d8ba78)!important;border:1px solid rgba(226,195,119,.55)!important;color:#090909!important;letter-spacing:.18em!important;font-weight:900!important}body .k-shop-hub .product-card-story,body .k-newin-page .product-card-story,body .k-collection-hub .product-card-story,body .new-in-collection-shell .product-card-story{border-top:1px solid rgba(197,154,74,.14)!important}body .k-shop-hub .product-card-story summary,body .k-newin-page .product-card-story summary,body .k-collection-hub .product-card-story summary,body .new-in-collection-shell .product-card-story summary{color:#f3eee4b8!important}body .k-shop-hub .product-card-story-hint,body .k-newin-page .product-card-story-hint,body .k-collection-hub .product-card-story-hint,body .new-in-collection-shell .product-card-story-hint{color:#c59a4a!important}body .k-shop-hub .k-shop-dynamic-card{background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 42%),linear-gradient(180deg,#111214,#08090b)!important;border:1px solid rgba(197,154,74,.28)!important;box-shadow:0 14px 34px #00000057,inset 0 0 0 1px #ffffff06!important}body .k-shop-hub .k-shop-dynamic-card__media{border-bottom:1px solid rgba(197,154,74,.18)!important}body .k-shop-hub .k-shop-dynamic-card__tag{color:#c59a4a!important}body .k-shop-hub .k-shop-dynamic-card__title{color:#f3eee4!important}body .k-shop-hub .k-shop-dynamic-card__title:hover,body .k-shop-hub .k-shop-dynamic-card__price{color:#e8c98a!important}body .k-shop-hub .k-shop-dynamic-card__button{background:linear-gradient(135deg,#b99145,#d8ba78)!important;border-color:#e2c3778c!important;color:#090909!important}@media(max-width:640px){body.kailora-header-fixed-ready{padding-top:var(--k-fixed-header-height, 104px)!important}body .k-shop-hub .product-info.product-info--tashi,body .k-newin-page .product-info.product-info--tashi,body .k-collection-hub .product-info.product-info--tashi,body .new-in-collection-shell .product-info.product-info--tashi{padding:12px 12px 14px!important}body .k-shop-hub .product-title.product-title--tashi,body .k-newin-page .product-title.product-title--tashi,body .k-collection-hub .product-title.product-title--tashi,body .new-in-collection-shell .product-title.product-title--tashi{font-size:13px!important;min-height:2.7em!important}}@media(max-width:640px){body .k-shop-hub .product-card.product-card--tashi,body .k-newin-page .product-card.product-card--tashi,body .k-collection-hub .product-card.product-card--tashi,body .new-in-collection-shell .product-card.product-card--tashi{display:flex!important;flex-direction:column!important;height:100%!important}body .k-shop-hub .product-info.product-info--tashi,body .k-newin-page .product-info.product-info--tashi,body .k-collection-hub .product-info.product-info--tashi,body .new-in-collection-shell .product-info.product-info--tashi{display:grid!important;grid-template-rows:minmax(2.7em,auto) minmax(34px,auto) auto!important;align-content:start!important;row-gap:8px!important;min-height:124px!important}body .k-shop-hub .product-title.product-title--tashi,body .k-newin-page .product-title.product-title--tashi,body .k-collection-hub .product-title.product-title--tashi,body .new-in-collection-shell .product-title.product-title--tashi{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;white-space:normal!important;min-height:2.7em!important}body .k-shop-hub .product-price-row--tashi,body .k-newin-page .product-price-row--tashi,body .k-collection-hub .product-price-row--tashi,body .new-in-collection-shell .product-price-row--tashi{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:4px!important;min-height:34px!important;margin-top:0!important}body .k-shop-hub .price.price--tashi,body .k-newin-page .price.price--tashi,body .k-collection-hub .price.price--tashi,body .new-in-collection-shell .price.price--tashi{font-size:16px!important;line-height:1.08!important}body .k-shop-hub .product-compare-price,body .k-newin-page .product-compare-price,body .k-collection-hub .product-compare-price,body .new-in-collection-shell .product-compare-price{display:block!important;font-size:10.5px!important;line-height:1.1!important;white-space:nowrap!important}body .k-shop-hub .product-card-mobile-cta-form,body .k-shop-hub .product-card-mobile-cta.is-disabled,body .k-newin-page .product-card-mobile-cta-form,body .k-newin-page .product-card-mobile-cta.is-disabled,body .k-collection-hub .product-card-mobile-cta-form,body .k-collection-hub .product-card-mobile-cta.is-disabled,body .new-in-collection-shell .product-card-mobile-cta-form,body .new-in-collection-shell .product-card-mobile-cta.is-disabled{margin-top:auto!important}body .k-shop-hub .product-card-mobile-cta,body .k-newin-page .product-card-mobile-cta,body .k-collection-hub .product-card-mobile-cta,body .new-in-collection-shell .product-card-mobile-cta{min-height:38px!important}}.product-card--kailora-system{display:flex!important;flex-direction:column!important;height:100%!important;min-width:0!important;border:1px solid rgba(197,154,74,.28)!important;border-radius:0!important;background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 42%),linear-gradient(180deg,#111214fa,#08090bfc)!important;box-shadow:0 14px 34px #00000057,inset 0 0 0 1px #ffffff06!important;overflow:hidden!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important}.product-card--kailora-system:hover{transform:translateY(-4px)!important;border-color:#c59a4a7a!important;box-shadow:0 20px 42px #00000070,0 0 0 1px #c59a4a14!important}.product-card--kailora-system .product-card-media--tashi,.product-card--kailora-system .product-img--tashi{background:#08090b!important}.product-card--kailora-system .product-card-media--tashi{position:relative!important}.product-card--kailora-system .product-img--tashi{position:relative!important;border-bottom:1px solid rgba(197,154,74,.18)!important}.product-card--kailora-system .product-img--tashi:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:radial-gradient(ellipse at 50% 100%,rgba(197,154,74,.1),transparent 45%),linear-gradient(180deg,transparent 62%,rgba(0,0,0,.18))!important}.product-card--kailora-system .product-card-sale-badge{background:linear-gradient(135deg,#c59a4a,#e2c377)!important;color:#0b0b0c!important;border:1px solid rgba(255,235,170,.46)!important;box-shadow:0 10px 24px #00000052!important;letter-spacing:.16em!important}.product-card--kailora-system .product-card-cart--tashi{background:#08090bc2!important;border:1px solid rgba(197,154,74,.44)!important;color:#e8c98a!important;border-radius:0!important}.product-card--kailora-system .product-card-cart--tashi:hover{background:#c59a4a!important;color:#0b0b0c!important}.product-card--kailora-system .product-info--tashi{flex:1 1 auto!important;display:grid!important;grid-template-rows:minmax(4.05em,auto) auto auto!important;align-content:start!important;row-gap:10px!important;min-height:0!important;padding:16px 16px 18px!important;background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 48%),linear-gradient(180deg,#111214,#090a0c)!important;color:#f3eee4!important}.product-card--kailora-system .product-title--tashi,.product-card--kailora-system .product-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;white-space:normal!important;min-height:4.05em!important;margin:0!important;color:#f3eee4!important;font-weight:700!important;font-size:17px!important;line-height:1.35!important;letter-spacing:.045em!important;text-shadow:none!important}.product-card--kailora-system .product-title--tashi:hover,.product-card--kailora-system .product-title:hover{color:#e8c98a!important}.product-card--kailora-system .product-price-row--tashi{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:nowrap!important;margin-top:0!important}.product-card--kailora-system .price--tashi,.product-card--kailora-system .price{color:#e8c98a!important;font-size:19px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:.035em!important;white-space:nowrap!important;margin:0!important}.product-card--kailora-system .product-compare-price{color:#f3eee45c!important;text-decoration-color:#f3eee452!important;font-size:14px!important;line-height:1.1!important;white-space:nowrap!important;margin:0!important}.product-card--kailora-system .product-card-story--tashi{border-top:1px solid rgba(197,154,74,.14)!important;margin-top:auto!important}.product-card--kailora-system .product-card-story--tashi summary{color:#f3eee4b8!important}.product-card--kailora-system .product-card-story-hint,.product-card--kailora-system .product-card-story-link{color:#c59a4a!important}.product-card--kailora-system .product-card-mobile-cta-form,.product-card--kailora-system .product-card-mobile-cta.is-disabled{margin:0!important;padding:0!important;background:transparent!important;border-top:0!important}.product-card--kailora-system .product-card-mobile-cta{width:100%!important;min-height:40px!important;border:1px solid rgba(226,195,119,.55)!important;border-radius:0!important;background:linear-gradient(135deg,#b99145,#d8ba78)!important;color:#090909!important;letter-spacing:.18em!important;font-weight:900!important;text-transform:uppercase!important;box-shadow:none!important}.product-card--kailora-system .product-card-mobile-cta.is-disabled{background:#ffffff14!important;border:1px solid rgba(255,255,255,.08)!important;color:#f3eee480!important}.k-shop-dynamic-card.product-card--kailora-system,.k-shop-hub .k-shop-dynamic-card{background:radial-gradient(ellipse at 50% 0%,#c59a4a14,#c59a4a00 42%),linear-gradient(180deg,#111214,#08090b)!important;border:1px solid rgba(197,154,74,.28)!important}@media(max-width:640px){.product-card--kailora-system .product-info--tashi{grid-template-rows:minmax(2.7em,auto) minmax(34px,auto) auto!important;row-gap:8px!important;min-height:124px!important;padding:12px 12px 14px!important}.product-card--kailora-system .product-title--tashi,.product-card--kailora-system .product-title{-webkit-line-clamp:2!important;min-height:2.7em!important;font-size:13px!important;line-height:1.35!important}.product-card--kailora-system .product-price-row--tashi{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:4px!important;min-height:34px!important}.product-card--kailora-system .price--tashi,.product-card--kailora-system .price{font-size:16px!important}.product-card--kailora-system .product-compare-price{display:block!important;font-size:10.5px!important}.product-card--kailora-system .product-card-mobile-cta-form,.product-card--kailora-system .product-card-mobile-cta.is-disabled{margin-top:auto!important}.product-card--kailora-system .product-card-mobile-cta{min-height:38px!important;font-size:10px!important}}:root{--k-ui-gold-1:#b99145;--k-ui-gold-2:#d8ba78;--k-ui-gold-3:#e8c98a;--k-ui-gold-border:rgba(226,195,119,.55);--k-ui-dark:#090909;--k-ui-surface:#0b0c0e;--k-ui-text:#f3eee4;--k-ui-muted:rgba(243,238,228,.72);--k-ui-muted-soft:rgba(243,238,228,.58)}.k-btn,.chosen-intention-section__link,.k-shop-dynamic-card__button,.product-card-mobile-cta,.product-buy-buttons .k-btn,.k-404 .k-btn,.k-brand-story .k-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 22px!important;border:1px solid var(--k-ui-gold-border)!important;border-radius:0!important;background:linear-gradient(135deg,var(--k-ui-gold-1) 0%,var(--k-ui-gold-2) 100%)!important;color:var(--k-ui-dark)!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important;line-height:1!important;box-shadow:0 10px 24px #00000038!important;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background .2s ease,color .2s ease!important}.k-btn:hover,.chosen-intention-section__link:hover,.k-shop-dynamic-card__button:hover,.product-card-mobile-cta:hover,.product-buy-buttons .k-btn:hover,.k-404 .k-btn:hover,.k-brand-story .k-btn:hover{transform:translateY(-2px)!important;filter:brightness(1.05)!important;box-shadow:0 14px 28px #00000047!important}.k-btn.dark,.product-buy-buttons .k-btn.dark{background:#08090bdb!important;color:var(--k-ui-gold-3)!important;border:1px solid rgba(197,154,74,.44)!important}.k-btn.dark:hover,.product-buy-buttons .k-btn.dark:hover{background:linear-gradient(135deg,var(--k-ui-gold-1) 0%,var(--k-ui-gold-2) 100%)!important;color:var(--k-ui-dark)!important}.chosen-intention-section__link{min-height:42px!important;padding:0 18px!important;font-size:12px!important;white-space:nowrap!important}.product-card-cart--tashi,.k-shop-hub__pill,.k-shop-hub__nav-item,.k-shop-hub__sort select,.k-newin-page__sort select,.k-shop-hub__sort,.k-newin-page__sort{transition:all .22s ease!important}body.template-index .section-head .k-title,body.template-index .story-text .k-title,body.template-index .k-seeking__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index .k-quiz h2.k-serif,body.template-product .product-recommendations .k-title,body.template-product .k-related-products .k-title,body.template-collection .k-page-hero .k-title,body.template-search .k-title,.k-shop-hub__title-block h2,.k-newin-page__intro h2,.k-collection-hub__hero h1{position:relative!important;display:block!important;margin:0 0 18px!important;color:var(--k-ui-gold-3)!important;font-family:var(--k-font-heading, Cinzel, Georgia, serif)!important;font-weight:600!important;letter-spacing:.14em!important;line-height:1.16!important;text-transform:uppercase!important;text-shadow:0 3px 22px rgba(0,0,0,.42),0 0 18px rgba(197,154,74,.07)!important}body.template-index .section-head .k-title:after,body.template-index .story-text .k-title:after,body.template-index .k-seeking__title:after,body.template-index #shopify-section-symbols .symbols-heading:after,body.template-index .k-quiz h2.k-serif:after,body.template-product .product-recommendations .k-title:after,body.template-product .k-related-products .k-title:after,body.template-collection .k-page-hero .k-title:after,body.template-search .k-title:after,.k-shop-hub__title-block h2:after,.k-newin-page__intro h2:after{content:"\2726"!important;display:flex!important;align-items:center!important;gap:12px!important;width:max-content!important;margin-top:12px!important;color:#d8ba78!important;font-size:13px!important;letter-spacing:.08em!important}body.template-index .section-head .k-title:before,body.template-index .story-text .k-title:before,body.template-index .k-seeking__title:before,body.template-index #shopify-section-symbols .symbols-heading:before,body.template-index .k-quiz h2.k-serif:before,body.template-product .product-recommendations .k-title:before,body.template-product .k-related-products .k-title:before,body.template-collection .k-page-hero .k-title:before,body.template-search .k-title:before,.k-shop-hub__title-block h2:before,.k-newin-page__intro h2:before{content:""!important;position:absolute!important;left:0!important;bottom:-16px!important;width:120px!important;height:1px!important;background:linear-gradient(90deg,#c59a4af2,#c59a4a38,#c59a4a00)!important}body.template-index .section-head p,body.template-index .chosen-intention-section__subtitle,body.template-index .story-text p,body.template-index .k-seeking__sub,body.template-index .k-quiz p,body.template-product .product-recommendations p,body.template-collection .k-page-hero p,body.template-search .k-page-hero p,.k-shop-hub__title-block p,.k-newin-page__intro p,.k-collection-hub__hero p{color:var(--k-ui-muted)!important;line-height:1.72!important;letter-spacing:.015em!important}.k-overline,.k-shop-hub__label,.k-newin-page__eyebrow,.k-collection-hub__eyebrow,body.template-index .section-head .k-overline,body.template-index .story-text .k-overline{color:#d8ba78!important;font-size:11px!important;letter-spacing:.26em!important;text-transform:uppercase!important;font-weight:700!important}body.template-collection .filters,.k-shop-hub__sidebar-panel,.k-shop-hub__sort select,.k-newin-page__sort select,.product-info-accordions .product-accordion,.product-assurance-grid .assurance-item{border-color:#c59a4a2e!important;box-shadow:0 10px 24px #00000029!important}.product-buy-buttons,.buy-buttons{gap:12px!important}.product-buy-buttons .k-btn,.buy-buttons .k-btn{flex:1 1 0!important}@media(max-width:990px){.k-btn,.chosen-intention-section__link,.k-shop-dynamic-card__button,.product-card-mobile-cta,.product-buy-buttons .k-btn,.k-404 .k-btn,.k-brand-story .k-btn{min-height:42px!important;padding:0 16px!important;letter-spacing:.14em!important;font-size:11px!important}body.template-index .section-head .k-title,body.template-index .story-text .k-title,body.template-index .k-seeking__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index .k-quiz h2.k-serif,body.template-product .product-recommendations .k-title,body.template-product .k-related-products .k-title,body.template-collection .k-page-hero .k-title,body.template-search .k-title,.k-shop-hub__title-block h2,.k-newin-page__intro h2,.k-collection-hub__hero h1{letter-spacing:.11em!important;margin-bottom:16px!important}body.template-index .section-head .k-title:before,body.template-index .story-text .k-title:before,body.template-index .k-seeking__title:before,body.template-index #shopify-section-symbols .symbols-heading:before,body.template-index .k-quiz h2.k-serif:before,body.template-product .product-recommendations .k-title:before,body.template-product .k-related-products .k-title:before,body.template-collection .k-page-hero .k-title:before,body.template-search .k-title:before,.k-shop-hub__title-block h2:before,.k-newin-page__intro h2:before{width:86px!important;bottom:-14px!important}}@media(max-width:640px){.k-btn,.chosen-intention-section__link,.k-shop-dynamic-card__button,.product-card-mobile-cta,.product-buy-buttons .k-btn,.k-404 .k-btn,.k-brand-story .k-btn{min-height:38px!important;padding:0 14px!important;letter-spacing:.12em!important;font-size:10px!important}body.template-index .section-head .k-title,body.template-index .story-text .k-title,body.template-index .k-seeking__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index .k-quiz h2.k-serif,body.template-product .product-recommendations .k-title,body.template-product .k-related-products .k-title,body.template-collection .k-page-hero .k-title,body.template-search .k-title,.k-shop-hub__title-block h2,.k-newin-page__intro h2,.k-collection-hub__hero h1{letter-spacing:.09em!important;line-height:1.18!important}body.template-index .section-head .k-title:after,body.template-index .story-text .k-title:after,body.template-index .k-seeking__title:after,body.template-index #shopify-section-symbols .symbols-heading:after,body.template-index .k-quiz h2.k-serif:after,body.template-product .product-recommendations .k-title:after,body.template-product .k-related-products .k-title:after,body.template-collection .k-page-hero .k-title:after,body.template-search .k-title:after,.k-shop-hub__title-block h2:after,.k-newin-page__intro h2:after{font-size:11px!important;margin-top:10px!important}.product-buy-buttons,.buy-buttons{flex-direction:column!important}}:root{--k-form-bg:rgba(8,9,11,.88);--k-form-bg-soft:rgba(13,14,17,.84);--k-form-border:rgba(197,154,74,.28);--k-form-border-strong:rgba(226,195,119,.52);--k-form-text:#f3eee4;--k-form-muted:rgba(243,238,228,.58);--k-container-bg:radial-gradient(ellipse at 50% 0%, rgba(197,154,74,.06) 0%, rgba(197,154,74,0) 48%), linear-gradient(180deg, rgba(17,18,20,.96) 0%, rgba(9,10,12,.98) 100%);--k-container-border:rgba(197,154,74,.18);--k-container-shadow:0 16px 34px rgba(0,0,0,.2), inset 0 0 0 1px rgba(255,255,255,.02)}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],input[type=password],select,textarea{width:100%;min-height:46px;border:1px solid var(--k-form-border)!important;border-radius:0!important;background:var(--k-form-bg)!important;color:var(--k-form-text)!important;box-shadow:0 8px 20px #0000001f,inset 0 1px #ffffff05!important;outline:none!important;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,transform .22s ease!important}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],input[type=password],textarea{padding:12px 14px!important;font-size:14px!important;line-height:1.45!important}select{padding:0 42px 0 14px!important;font-size:14px!important;-webkit-appearance:none!important;appearance:none!important;background-image:linear-gradient(45deg,transparent 50%,#c59a4a 50%),linear-gradient(135deg,#c59a4a 50%,transparent 50%)!important;background-position:calc(100% - 18px) 19px,calc(100% - 12px) 19px!important;background-size:6px 6px,6px 6px!important;background-repeat:no-repeat!important}textarea{min-height:120px;resize:vertical}input::placeholder,textarea::placeholder{color:var(--k-form-muted)!important;opacity:1!important}input:focus,select:focus,textarea:focus{border-color:var(--k-form-border-strong)!important;box-shadow:0 0 0 1px #c59a4a33,0 10px 24px #0000002e!important;background:#0a0b0df0!important}.quantity-wrap,.product-form-row,.product-form-row--story{display:block}.quantity-wrap span,.product-form-row label span{display:block;margin-bottom:8px;color:#d8ba78;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.quantity-wrap input,.product-form-row input[type=number]{max-width:110px;text-align:center;font-weight:700}input[type=checkbox],input[type=radio]{accent-color:#c59a4a}.filters label,.filter-group label,.product-accordion label,.search,.search-form,.newsletter-form,.newsletter,.k-product-form,.contact-form,.customer form,.shopify-section form{color:var(--k-form-text)}.filters,.filter-group,.product-accordion,.assurance-item,.seeking-card,.symbol-card,.find-card,.story-text,.k-shop-hub__sidebar-panel,.k-newin-page__story-strip>div,.k-quiz .k-container,.product-support-note,.product-review-trust,.product-assurance-grid .assurance-item,.product-info-accordions details,.product-purchase-box,.k-page-hero,.k-cart-empty,.k-404 .k-container{background:var(--k-container-bg)!important;border:1px solid var(--k-container-border)!important;box-shadow:var(--k-container-shadow)!important}.filters,.filter-group,.product-accordion,.assurance-item,.seeking-card,.symbol-card,.find-card,.product-purchase-box,.k-page-hero,.k-cart-empty,.k-404 .k-container{border-radius:0!important}.filters{padding:20px!important}.filters h3,.filter-group strong{color:#d8ba78!important;font-size:11px!important;font-weight:700!important;letter-spacing:.22em!important;text-transform:uppercase!important}.filter-group{padding:16px 14px!important;margin-top:14px!important}.product-accordion,.product-info-accordions details{overflow:hidden!important}.product-accordion summary,.product-info-accordions details summary{position:relative;list-style:none;cursor:pointer;padding:16px 18px!important;color:#e8c98a!important;font-size:13px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important}.product-accordion summary::-webkit-details-marker,.product-info-accordions details summary::-webkit-details-marker{display:none}.product-accordion summary:after,.product-info-accordions details summary:after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#c59a4a;font-size:18px;line-height:1}.product-accordion[open] summary:after,.product-info-accordions details[open] summary:after{content:"\2212"}.product-accordion-content,.product-info-accordions .product-accordion-content{padding:0 18px 18px!important;color:#f3eee4bd!important;line-height:1.7!important}.assurance-item,.product-assurance-grid .assurance-item{padding:18px 16px!important}.assurance-item strong,.product-assurance-grid .assurance-item strong{display:block;margin-bottom:7px;color:#e8c98a!important;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.assurance-item span,.product-assurance-grid .assurance-item span,.product-support-note,.product-review-trust{color:#f3eee4b8!important}.seeking-card,.symbol-card,.find-card{overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.seeking-card:hover,.symbol-card:hover,.find-card:hover{transform:translateY(-4px)!important;border-color:#c59a4a61!important;box-shadow:0 20px 42px #00000047,0 0 0 1px #c59a4a0f!important}.seeking-card .k-title,.symbol-card__title,.find-card h3,.find-card .k-serif{color:#e8c98a!important}.seeking-card p,.symbol-card__text,.find-card p{color:#f3eee4b3!important}.k-page-hero,.product-purchase-box,.k-cart-empty,.k-404 .k-container{padding:24px!important}.product-purchase-box .k-title,.k-page-hero .k-title{color:#e8c98a!important}.quiz-buttons{display:flex;flex-wrap:wrap;gap:12px}.quiz-buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(197,154,74,.32);background:#08090bc7;color:#f3eee4;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.quiz-buttons a:hover{background:linear-gradient(135deg,#b99145,#d8ba78);color:#090909}@media(max-width:990px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],input[type=password],select,textarea{min-height:42px}.filters,.filter-group,.product-accordion,.assurance-item,.seeking-card,.symbol-card,.find-card,.product-purchase-box,.k-page-hero,.k-cart-empty,.k-404 .k-container{padding:16px!important}.product-accordion summary,.product-info-accordions details summary{padding:14px 16px!important}.product-accordion-content,.product-info-accordions .product-accordion-content{padding:0 16px 16px!important}}@media(max-width:640px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],input[type=password],select,textarea{min-height:38px;font-size:13px!important;padding-left:12px!important;padding-right:12px!important}select{padding-right:38px!important;background-position:calc(100% - 16px) 16px,calc(100% - 10px) 16px!important}textarea{min-height:100px}.filters h3,.filter-group strong,.product-accordion summary,.product-info-accordions details summary,.assurance-item strong,.product-assurance-grid .assurance-item strong{font-size:11px!important}.quiz-buttons{gap:10px}.quiz-buttons a{min-height:38px;padding:0 14px;font-size:10px}}:root{--k-space-xs:8px;--k-space-sm:14px;--k-space-md:22px;--k-space-lg:36px;--k-space-xl:56px;--k-space-2xl:76px;--k-mobile-space-xs:6px;--k-mobile-space-sm:10px;--k-mobile-space-md:16px;--k-mobile-space-lg:26px;--k-mobile-space-xl:40px;--k-ornament-gold:#d8ba78;--k-ornament-gold-soft:rgba(216,186,120,.55);--k-ornament-gold-faint:rgba(216,186,120,.18);--k-icon-size-md:22px;--k-icon-stroke:1.75}.k-section,.symbols,.find-list,.k-newin-page,.k-shop-hub,.k-brand-story,.k-product-page,.k-page-section,body.template-index .k-section,body.template-index .symbols,body.template-index .find-list,body.template-index .k-brand-story,body.template-index #shopify-section-chosen .k-section,body.template-index #shopify-section-seeking .k-seeking{padding-top:var(--k-space-xl)!important;padding-bottom:var(--k-space-xl)!important}.section-head,.chosen-intention-section__head,.k-newin-page__intro-row,.k-shop-hub__topbar{margin-bottom:var(--k-space-lg)!important}.section-head h2,.section-head .k-title,.chosen-intention-section__title,.k-newin-page__intro h2,.k-shop-hub__title-block h2{margin-bottom:var(--k-space-sm)!important}.section-head p,.chosen-intention-section__subtitle,.k-newin-page__intro p,.k-shop-hub__title-block p{margin-top:var(--k-space-sm)!important}.product-grid,.product-grid--luxury,.k-shop-hub__grid,.k-newin-page__grid,.chosen-intention-section__grid,.symbols-grid,.category-grid,.values-grid,.ugc-row,.product-assurance-grid{gap:var(--k-space-md)!important}.k-shop-hub__layout,.collection-layout,.product-main,.about-blocks,.story{gap:var(--k-space-lg)!important}.k-shop-hub__grid-wrap,.k-newin-page__grid-wrap,.collection-layout .product-grid{padding-top:var(--k-space-md)!important}.k-shop-hub__mobile-filters,.k-shop-hub__mobile-group,.k-newin-page__story-strip{gap:var(--k-space-sm)!important}.k-page-hero+.k-section,.k-collection-hub__hero+.k-shop-hub,.k-collection-hub__hero+.k-newin-page{margin-top:0!important}.k-footer{padding-top:var(--k-space-xl)!important}.footer-grid{gap:var(--k-space-xl)!important}.k-icon,.mobile-bottom-nav svg,.product-card-cart svg,.product-card-cart--tashi svg,.k-shop-hub__nav-item span,.find-arrow,.gallery-nav,.symbol-card__icon,.find-card-icon,.symbol-icon{color:var(--k-ornament-gold)!important}.k-icon svg,.mobile-bottom-nav svg,.product-card-cart svg,.product-card-cart--tashi svg,.gallery-nav svg,.symbol-card svg,.find-card svg,.symbol-icon svg{stroke:currentColor!important;stroke-width:var(--k-icon-stroke)!important}.k-icons .k-icon,.k-mobile-toggle,.mobile-bottom-nav a,.product-card-cart--tashi,.gallery-nav,.find-arrow{transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease,opacity .22s ease!important}.k-icons .k-icon:hover,.k-mobile-toggle:hover,.mobile-bottom-nav a:hover,.product-card-cart--tashi:hover,.gallery-nav:hover,.find-arrow:hover{color:#f3eee4!important;transform:translateY(-1px)}.k-icons .k-icon{color:#f3eee4!important;opacity:.92}.k-icons .k-icon:hover{color:var(--k-ornament-gold)!important;opacity:1}.cart-count{background:#7a1f19!important;color:#fff!important;border:1px solid rgba(216,186,120,.42)!important;box-shadow:0 8px 18px #00000047!important}.k-mobile-toggle{color:#f3eee4!important}.k-mobile-toggle svg path{stroke:currentColor!important;stroke-width:2!important}.k-mobile-toggle:hover{color:var(--k-ornament-gold)!important}.k-ui-divider,.symbol-card__divider,.k-collection-hub__divider,.k-shop-hub__sidebar-heading:after,.chosen-intention-section__title:after,.k-newin-page__intro h2:after,.k-shop-hub__title-block h2:after{color:var(--k-ornament-gold)!important}.section-head:after,.chosen-intention-section__head:after,.k-newin-page__intro-row:after,.k-shop-hub__topbar:after{content:"";display:block;height:1px;flex:1 1 auto;min-width:80px;max-width:220px;background:linear-gradient(90deg,var(--k-ornament-gold-soft),rgba(216,186,120,0));opacity:.7}.section-head,.chosen-intention-section__head,.k-newin-page__intro-row,.k-shop-hub__topbar{position:relative}.k-newin-page__intro-row:after,.k-shop-hub__topbar:after{align-self:center}.k-overline:before,.k-shop-hub__label:before,.k-newin-page__eyebrow:before,.k-collection-hub__eyebrow:before{content:"";display:inline-block;width:24px;height:1px;margin-right:10px;vertical-align:middle;background:linear-gradient(90deg,rgba(216,186,120,0),var(--k-ornament-gold-soft))}.k-overline:after,.k-shop-hub__label:after,.k-newin-page__eyebrow:after,.k-collection-hub__eyebrow:after{content:"";display:inline-block;width:24px;height:1px;margin-left:10px;vertical-align:middle;background:linear-gradient(90deg,var(--k-ornament-gold-soft),rgba(216,186,120,0))}.k-collection-hub__eyebrow:before,.k-collection-hub__eyebrow:after{width:34px}.filter-group,.product-accordion+.product-accordion,.product-info-accordions details+details,.k-newin-page__story-strip>div,.assurance-item,.product-assurance-grid .assurance-item{border-color:var(--k-ornament-gold-faint)!important}@media(max-width:990px){.k-section,.symbols,.find-list,.k-newin-page,.k-shop-hub,.k-brand-story,.k-product-page,.k-page-section,body.template-index .k-section,body.template-index .symbols,body.template-index .find-list,body.template-index .k-brand-story,body.template-index #shopify-section-chosen .k-section,body.template-index #shopify-section-seeking .k-seeking{padding-top:var(--k-mobile-space-xl)!important;padding-bottom:var(--k-mobile-space-xl)!important}.section-head,.chosen-intention-section__head,.k-newin-page__intro-row,.k-shop-hub__topbar{margin-bottom:var(--k-mobile-space-lg)!important}.product-grid,.product-grid--luxury,.k-shop-hub__grid,.k-newin-page__grid,.chosen-intention-section__grid,.symbols-grid,.category-grid,.values-grid,.ugc-row,.product-assurance-grid{gap:var(--k-mobile-space-md)!important}.k-shop-hub__layout,.collection-layout,.product-main,.about-blocks,.story{gap:var(--k-mobile-space-lg)!important}.section-head:after,.chosen-intention-section__head:after,.k-newin-page__intro-row:after,.k-shop-hub__topbar:after{display:none!important}.k-overline:before,.k-shop-hub__label:before,.k-newin-page__eyebrow:before,.k-collection-hub__eyebrow:before,.k-overline:after,.k-shop-hub__label:after,.k-newin-page__eyebrow:after,.k-collection-hub__eyebrow:after{width:18px}}@media(max-width:640px){.k-section,.symbols,.find-list,.k-newin-page,.k-shop-hub,.k-brand-story,.k-product-page,.k-page-section,body.template-index .k-section,body.template-index .symbols,body.template-index .find-list,body.template-index .k-brand-story,body.template-index #shopify-section-chosen .k-section,body.template-index #shopify-section-seeking .k-seeking{padding-top:var(--k-mobile-space-lg)!important;padding-bottom:var(--k-mobile-space-lg)!important}.section-head,.chosen-intention-section__head,.k-newin-page__intro-row,.k-shop-hub__topbar{margin-bottom:var(--k-mobile-space-md)!important}.product-grid,.product-grid--luxury,.k-shop-hub__grid,.k-newin-page__grid,.chosen-intention-section__grid,.symbols-grid,.category-grid,.values-grid,.ugc-row,.product-assurance-grid{gap:var(--k-mobile-space-sm)!important}.k-overline:before,.k-shop-hub__label:before,.k-newin-page__eyebrow:before,.k-collection-hub__eyebrow:before,.k-overline:after,.k-shop-hub__label:after,.k-newin-page__eyebrow:after,.k-collection-hub__eyebrow:after{width:14px;margin-left:7px;margin-right:7px}.find-arrow,.gallery-nav{transform:none!important}}@media(max-width:380px){.k-overline:before,.k-shop-hub__label:before,.k-newin-page__eyebrow:before,.k-collection-hub__eyebrow:before,.k-overline:after,.k-shop-hub__label:after,.k-newin-page__eyebrow:after,.k-collection-hub__eyebrow:after{display:none}}.k-collection-hub__hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-1}.k-collection-hub__hero--categories:before{background:radial-gradient(ellipse at 50% 35%,#c59a4a12,#c59a4a00 28%),linear-gradient(90deg,#080809c2,#0c0c0e57 24%,#0b0c0e57 76%,#080809c7),linear-gradient(180deg,#05060757,#0607091f 36%,#05060794)}.k-collection-hub__hero--categories{box-shadow:inset 0 -50px 80px #0003}.k-collection-hub__hero-picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;display:block}@media(max-width:990px){.k-shop-hub__mobile-filters{width:100%!important;max-width:100%!important;overflow:hidden!important;display:grid!important;gap:18px!important}.k-shop-hub__mobile-group{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.k-shop-hub__mobile-scroll{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;flex-wrap:nowrap!important;gap:12px!important;overflow-x:scroll!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;scroll-snap-type:x proximity!important;touch-action:pan-x!important;padding:0 18px 8px 0!important;scrollbar-width:none!important}.k-shop-hub__mobile-scroll::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.k-shop-hub__mobile-scroll:after{content:""!important;flex:0 0 1px!important;width:1px!important;height:1px!important}.k-shop-hub__pill{flex:0 0 auto!important;width:auto!important;min-width:max-content!important;max-width:none!important;white-space:nowrap!important;scroll-snap-align:start!important}.k-shop-hub__mobile-group{position:relative!important}.k-shop-hub__mobile-group:after{content:""!important;position:absolute!important;right:0!important;bottom:0!important;width:34px!important;height:52px!important;pointer-events:none!important;background:linear-gradient(90deg,#0d0e1100,#0d0e11f0)!important;z-index:2!important}body.k-menu-open{overflow:hidden!important}.k-mobile-drawer{display:block!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;background:#000000d1!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;opacity:0!important;pointer-events:none!important;transition:opacity .22s ease!important}.k-menu-open .k-mobile-drawer{opacity:1!important;pointer-events:auto!important}.k-mobile-drawer-panel{position:relative!important;width:min(86vw,380px)!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;transform:translate(-100%)!important;transition:transform .26s ease!important;color:#f3eee4!important;background:radial-gradient(ellipse at 50% 0%,#c59a4a1a,#c59a4a00 38%),linear-gradient(180deg,#050607,#090a0c 48%,#030304)!important;border-right:1px solid rgba(197,154,74,.42)!important;box-shadow:22px 0 48px #000000b8!important;padding:26px 24px 38px!important;opacity:1!important}.k-menu-open .k-mobile-drawer-panel{transform:translate(0)!important}.k-mobile-drawer-panel:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:url('{{ "kailora-logo-white-transparent.png" | asset_url }}'),radial-gradient(circle at 70% 8%,#c59a4a14,#c59a4a00 30%)!important;background-repeat:repeat,no-repeat!important;background-size:170px auto,auto!important;opacity:.035!important;z-index:0!important}.k-mobile-drawer-panel>*{position:relative!important;z-index:1!important}.k-mobile-close{position:absolute!important;top:18px!important;right:18px!important;width:38px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(197,154,74,.42)!important;border-radius:999px!important;background:#000000b8!important;color:#f3eee4!important;font-size:24px!important;line-height:1!important;box-shadow:0 10px 24px #00000052!important}.k-mobile-drawer-logo{width:170px!important;margin:12px 0 32px!important}.k-mobile-drawer-logo img{width:100%!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.38))!important}.k-mobile-nav{display:grid!important;gap:0!important;border-top:1px solid rgba(197,154,74,.24)!important;background:#0000002e!important}.k-mobile-nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:58px!important;padding:0 2px!important;border-bottom:1px solid rgba(197,154,74,.18)!important;color:#f3eee4!important;font-size:14px!important;letter-spacing:.24em!important;text-transform:uppercase!important;font-weight:700!important;text-shadow:none!important;background:transparent!important}.k-mobile-nav a:after{content:"\203a"!important;color:#d8ba78!important;font-size:24px!important;line-height:1!important}.k-mobile-nav a:hover{color:#d8ba78!important}}@media(max-width:640px){.k-shop-hub__mobile-scroll{padding-right:36px!important}.k-shop-hub__pill{min-height:42px!important;padding:0 20px!important;font-size:13px!important}.k-mobile-drawer-panel{width:84vw!important;padding:24px 22px 36px!important}.k-mobile-drawer-logo{width:158px!important}.k-mobile-nav a{min-height:56px!important;font-size:13px!important}}@media(max-width:990px){.mobile-bottom-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;position:fixed;z-index:90;bottom:0;left:0;right:0;background:linear-gradient(180deg,#07080bf7,#040406fb);border-top:1px solid rgba(197,154,74,.24);box-shadow:0 -8px 28px #00000059;padding:8px 2px calc(env(safe-area-inset-bottom) + 3px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-bottom-nav__item{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;padding:3px 2px 2px;color:var(--k-ornament-gold, #d5b06b)!important;opacity:.92;text-decoration:none;transition:transform .18s ease,opacity .18s ease;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav__item:before{content:"";position:absolute;top:-1px;right:5px;bottom:0;left:5px;border-radius:16px;background:linear-gradient(180deg,#d5b06b24,#d5b06b0a);opacity:0;transition:opacity .18s ease,box-shadow .18s ease;pointer-events:none}.mobile-bottom-nav__item svg{width:22px!important;height:22px!important;stroke:currentColor;fill:none;filter:drop-shadow(0 0 8px rgba(197,154,74,.1));transition:transform .18s ease,filter .18s ease;position:relative;z-index:1}.mobile-bottom-nav__item span{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;line-height:1.1;letter-spacing:.01em;position:relative;z-index:1}.mobile-bottom-nav__item:active{transform:translateY(1px) scale(.98)}.mobile-bottom-nav__item.is-active{opacity:1}.mobile-bottom-nav__item.is-active:before{opacity:1;box-shadow:inset 0 0 0 1px #d5b06b2e,0 0 20px #d5b06b14}.mobile-bottom-nav__item.is-active svg{transform:translateY(-1px) scale(1.04);filter:drop-shadow(0 0 10px rgba(213,176,107,.18))}.mobile-bottom-nav__item.is-active span{color:#f0d694}.mobile-bottom-nav__item--cart .cart-count{position:absolute;top:2px;right:calc(50% - 24px);transform:translate(50%);z-index:2}}@media(max-width:420px){.mobile-bottom-nav{padding-top:7px;padding-left:1px;padding-right:1px}.mobile-bottom-nav__item span{font-size:10.5px}.mobile-bottom-nav__item svg{width:21px!important;height:21px!important}.mobile-bottom-nav__item:before{top:0;right:3px;bottom:1px;left:3px;border-radius:14px}.mobile-bottom-nav__item--cart .cart-count{right:calc(50% - 22px)}}@media(max-width:990px){.mobile-bottom-nav__item{color:#d5b06b9e!important;opacity:.74}.mobile-bottom-nav__item svg{filter:drop-shadow(0 0 5px rgba(197,154,74,.05))}.mobile-bottom-nav__item span{color:#e9dcb8b8}.mobile-bottom-nav__item:after{content:"";position:absolute;top:-7px;left:50%;width:28px;height:2px;border-radius:999px;background:linear-gradient(90deg,#d5b06b00,#d5b06be6,#d5b06b00);transform:translate(-50%);opacity:0;transition:opacity .2s ease,width .2s ease;pointer-events:none}.mobile-bottom-nav__item:hover,.mobile-bottom-nav__item:focus-visible{opacity:.92}.mobile-bottom-nav__item:hover:before,.mobile-bottom-nav__item:focus-visible:before{opacity:.5}.mobile-bottom-nav__item.is-active{opacity:1;color:#e3c784!important}.mobile-bottom-nav__item.is-active:before{background:linear-gradient(180deg,#d5b06b38,#d5b06b0f);box-shadow:inset 0 0 0 1px #f0d69438,0 0 24px #d5b06b1c}.mobile-bottom-nav__item.is-active:after{opacity:1;width:34px}.mobile-bottom-nav__item.is-active svg{transform:translateY(-1px) scale(1.07);filter:drop-shadow(0 0 12px rgba(240,214,148,.24))}.mobile-bottom-nav__item.is-active span{color:#f5df9d;text-shadow:0 0 10px rgba(213,176,107,.16)}}@media(max-width:420px){.mobile-bottom-nav__item:after{top:-6px;width:24px}.mobile-bottom-nav__item.is-active:after{width:30px}}@media(max-width:990px){body{padding-bottom:calc(84px + env(safe-area-inset-bottom))}.mobile-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important;padding:10px 6px calc(env(safe-area-inset-bottom) + 8px);border-top:1px solid rgba(197,154,74,.26);box-shadow:0 -12px 32px #0000006b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.mobile-bottom-nav__item{min-height:62px;gap:6px;padding:6px 4px 4px;border-radius:18px;opacity:.84}.mobile-bottom-nav__item:before{top:-1px;right:3px;bottom:0;left:3px;border-radius:18px;background:linear-gradient(180deg,#d5b06b29,#d5b06b0d)}.mobile-bottom-nav__item svg{width:26px!important;height:26px!important;stroke-width:1.75}.mobile-bottom-nav__item span{font-size:12.5px;line-height:1.08;letter-spacing:.01em;font-weight:500}.mobile-bottom-nav__item:after{top:-8px;width:30px;height:2px}.mobile-bottom-nav__item.is-active:after{width:38px}.mobile-bottom-nav__item.is-active svg{transform:translateY(-1px) scale(1.1)}.mobile-bottom-nav__item--cart .cart-count{top:1px;right:calc(50% - 26px);min-width:20px;height:20px;font-size:11px}}@media(max-width:575px){body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.mobile-bottom-nav{padding:9px 4px calc(env(safe-area-inset-bottom) + 7px)}.mobile-bottom-nav__item{min-height:60px;gap:5px;padding:5px 2px 4px}.mobile-bottom-nav__item svg{width:25px!important;height:25px!important}.mobile-bottom-nav__item span{font-size:12px}}@media(max-width:420px){body{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.mobile-bottom-nav{padding-left:2px;padding-right:2px}.mobile-bottom-nav__item{min-height:58px;gap:4px}.mobile-bottom-nav__item:before{top:0;right:2px;bottom:1px;left:2px;border-radius:16px}.mobile-bottom-nav__item svg{width:24px!important;height:24px!important}.mobile-bottom-nav__item span{font-size:11.5px}.mobile-bottom-nav__item:after{top:-6px;width:26px}.mobile-bottom-nav__item.is-active:after{width:32px}.mobile-bottom-nav__item--cart .cart-count{right:calc(50% - 23px)}}@media screen and (max-width:767px){body.template-product{padding-bottom:calc(238px + env(safe-area-inset-bottom))!important}.k-product-page--story .product-mobile-sticky,.product-mobile-sticky{left:14px!important;right:14px!important;bottom:calc(96px + env(safe-area-inset-bottom))!important;z-index:88!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:10px 12px 12px!important;border-radius:18px!important;border:1px solid rgba(216,186,120,.34)!important;background:linear-gradient(180deg,#090a0cf5,#050608fb)!important;box-shadow:0 -10px 30px #0000006b,inset 0 0 0 1px #d8ba780f!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;overflow:visible!important}.k-product-page--story .product-mobile-sticky.is-visible,.product-mobile-sticky.is-visible{transform:translateY(0)!important}.product-mobile-sticky__meta{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;gap:2px!important;min-width:0!important}.product-mobile-sticky__price{font-size:17px!important;line-height:1.05!important;font-weight:800!important;color:#d8ba78!important;letter-spacing:.04em!important}.product-mobile-sticky__label{max-width:100%!important;font-size:10px!important;line-height:1.15!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#e8dcbeb8!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-mobile-sticky__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;align-items:stretch!important;justify-content:stretch!important;width:100%!important}.product-mobile-sticky__form{display:flex!important;margin:0!important;min-width:0!important}.product-mobile-sticky__btn,.k-product-page--story .product-mobile-sticky__btn{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 8px!important;border-radius:0!important;font-size:10.5px!important;line-height:1.1!important;letter-spacing:.16em!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.product-mobile-sticky__btn--cart{background:linear-gradient(180deg,#d8ba78,#c59a4a)!important;color:#090909!important;border-color:#d8ba78b8!important}.product-mobile-sticky__btn--buy{background:#00000061!important;color:#f3eee4!important;border-color:#d8ba786b!important}.mobile-bottom-nav{z-index:90!important}}@media screen and (max-width:420px){body.template-product{padding-bottom:calc(228px + env(safe-area-inset-bottom))!important}.k-product-page--story .product-mobile-sticky,.product-mobile-sticky{left:12px!important;right:12px!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;gap:7px!important;padding:9px 10px 11px!important;border-radius:16px!important}.product-mobile-sticky__price{font-size:16px!important}.product-mobile-sticky__label{font-size:9.5px!important;letter-spacing:.18em!important}.product-mobile-sticky__actions{gap:8px!important}.product-mobile-sticky__btn,.k-product-page--story .product-mobile-sticky__btn{height:40px!important;min-height:40px!important;font-size:10px!important;letter-spacing:.14em!important}}.product-payment-accelerators{margin-top:12px}.product-payment-accelerators .shopify-payment-button__button{min-height:46px;border-radius:0;font-family:var(--k-font-button, inherit);letter-spacing:.14em;text-transform:uppercase}.product-checkout-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 18px}.product-checkout-trust span{border:1px solid rgba(197,154,74,.24);background:#08090b9e;color:#f3eee4d1;padding:10px 8px;text-align:center;font-size:11px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.k-cart-summary{margin-top:24px;margin-left:auto;max-width:460px;border:1px solid rgba(197,154,74,.24);background:linear-gradient(180deg,#111111f0,#07080af0);color:#f3eee4;padding:24px;display:grid;gap:14px}.k-cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#f3eee4;font-size:15px;letter-spacing:.08em;text-transform:uppercase}.k-cart-summary__row strong{color:#d8ba78;font-size:22px}.k-cart-summary p,.k-cart-payments,.k-cart-support{margin:0;color:#f3eee4c2;font-size:13px;line-height:1.55}.k-cart-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.k-cart-trust span{border:1px solid rgba(197,154,74,.22);padding:9px 6px;text-align:center;color:#f3eee4d1;font-size:10px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.k-cart-summary .k-cart-checkout{width:100%;margin-top:2px}.k-cart-support{color:#d8ba78;text-align:center;text-decoration:none;border-bottom:1px solid rgba(216,186,120,.35);justify-self:center}@media screen and (max-width:767px){.product-checkout-trust,.k-cart-trust{grid-template-columns:1fr}.product-payment-accelerators{display:none}.k-cart-summary{max-width:none;margin-left:0;padding:20px 16px}}@media screen and (max-width:640px){body .product-grid,body .product-grid--story,body .collection-layout .product-grid,body.template-index #shopify-section-chosen .product-grid,body.template-index #shopify-section-chosen .product-grid--luxury,body .k-shop-hub__grid{gap:10px!important}body .product-card--kailora-system{box-shadow:0 8px 20px #00000047,inset 0 0 0 1px #ffffff05!important}body .product-card--kailora-system .product-card-media--tashi,body .product-card--kailora-system .product-img--tashi,body.template-index #shopify-section-chosen .product-card-media,body.template-index #shopify-section-chosen .product-img--tashi,body.template-index #shopify-section-chosen .product-img--boutique{aspect-ratio:1 / 1!important}body .product-card--kailora-system .product-img--tashi img,body.template-index #shopify-section-chosen .product-img--tashi img,body.template-index #shopify-section-chosen .product-img--boutique img{object-fit:cover!important;object-position:center center!important}body .product-card--kailora-system .product-card-sale-badge{top:7px!important;right:7px!important;padding:4px 6px!important;font-size:8px!important;letter-spacing:.1em!important}body .product-card--kailora-system .product-info--tashi{grid-template-rows:auto auto!important;row-gap:5px!important;min-height:76px!important;padding:8px 9px 9px!important}body .product-card--kailora-system .product-title--tashi,body .product-card--kailora-system .product-title{-webkit-line-clamp:2!important;min-height:0!important;font-size:11.5px!important;line-height:1.26!important;letter-spacing:.02em!important;font-weight:700!important}body .product-card--kailora-system .product-price-row--tashi{display:flex!important;align-items:baseline!important;gap:6px!important;min-height:0!important;margin:0!important}body .product-card--kailora-system .price--tashi,body .product-card--kailora-system .price{font-size:13.5px!important;line-height:1.05!important}body .product-card--kailora-system .product-compare-price{display:inline-block!important;font-size:9.5px!important;line-height:1.05!important}body .product-card--kailora-system .product-card-story--tashi{display:none!important}body .product-card--kailora-system .product-card-mobile-cta{min-height:32px!important;height:32px!important;font-size:9px!important;letter-spacing:.1em!important}}@media screen and (max-width:640px){:root{--k-mobile-heading-letter-spacing:.06em}body.template-index .section-head .k-title,body.template-index .story-text .k-title,body.template-index .k-seeking__title,body.template-index #shopify-section-symbols .symbols-heading,body.template-index .k-quiz h2.k-serif,body.template-product .product-recommendations .k-title,body.template-product .k-related-products .k-title,body.template-collection .k-page-hero .k-title,body.template-search .k-title,.k-shop-hub__title-block h2,.k-newin-page__intro h2,.k-collection-hub__hero h1,.k-fy-title{max-width:100%!important;font-size:clamp(23px,6.2vw,30px)!important;line-height:1.12!important;letter-spacing:var(--k-mobile-heading-letter-spacing)!important;margin-bottom:12px!important;overflow-wrap:normal!important;word-break:normal!important}body.template-index .k-seeking__title,.k-fy-title{white-space:normal!important;text-wrap:balance}body.template-index .k-seeking__subtitle,body.template-index .section-head p,.k-fy-subtitle,.k-shop-hub__title-block p,.k-newin-page__intro p{max-width:34em!important;margin-left:auto!important;margin-right:auto!important;font-size:14px!important;line-height:1.55!important}body.template-index .k-seeking__head,.k-fy-head{margin-bottom:18px!important}}@media screen and (max-width:990px){:root{--k-mobile-nav-icon-color:#d8ba78;--k-mobile-nav-icon-muted:rgba(216,186,120,.72);--k-mobile-nav-icon-active:#f3dfaa;--k-mobile-nav-stroke:1.85}.k-header{background:#030304fb!important;border-bottom:1px solid rgba(216,186,120,.18)!important}.k-header-main{min-height:68px!important;grid-template-columns:54px minmax(0,1fr) 104px!important;gap:8px!important;padding:0 14px!important;border-bottom:1px solid rgba(216,186,120,.16)!important}.k-mobile-toggle,.k-icons .k-icon{width:42px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--k-mobile-nav-icon-color)!important;opacity:.94!important;border:1px solid rgba(216,186,120,.18)!important;border-radius:14px!important;background:#d8ba7809!important;box-shadow:inset 0 0 0 1px #ffffff04!important}.k-mobile-toggle svg,.k-icons .k-icon svg,.mobile-bottom-nav__item svg{width:24px!important;height:24px!important;color:currentColor!important;stroke:currentColor!important;stroke-width:var(--k-mobile-nav-stroke)!important;fill:none!important;filter:none!important}.k-mobile-toggle svg path,.k-icons .k-icon svg path,.k-icons .k-icon svg circle{stroke:currentColor!important;stroke-width:var(--k-mobile-nav-stroke)!important;fill:none!important}.k-logo{min-width:0!important;justify-content:center!important}.k-header-main .k-logo img{width:min(var(--logo-width-mobile, 100px),34vw)!important;max-height:52px!important;object-fit:contain!important}.k-icons{min-width:0!important;gap:8px!important;justify-content:flex-end!important}.k-icons .account,.k-icons .wishlist{display:none!important}.k-mobile-toggle:hover,.k-icons .k-icon:hover,.k-mobile-toggle:focus-visible,.k-icons .k-icon:focus-visible{color:var(--k-mobile-nav-icon-active)!important;border-color:#d8ba7852!important;background:#d8ba7814!important;transform:none!important}.mobile-bottom-nav{background:linear-gradient(180deg,#050608fa,#020304fe)!important;border-top:1px solid rgba(216,186,120,.22)!important}.mobile-bottom-nav__item{color:var(--k-mobile-nav-icon-muted)!important}.mobile-bottom-nav__item svg{width:24px!important;height:24px!important;stroke-width:var(--k-mobile-nav-stroke)!important}.mobile-bottom-nav__item span{color:#f3eee4b3!important;font-size:11.5px!important;letter-spacing:.02em!important}.mobile-bottom-nav__item.is-active,.mobile-bottom-nav__item.is-active svg{color:var(--k-mobile-nav-icon-active)!important}.mobile-bottom-nav__item.is-active span{color:var(--k-mobile-nav-icon-active)!important}.cart-count,.mobile-bottom-nav__item--cart .cart-count{min-width:19px!important;height:19px!important;background:#8d251f!important;color:#fff!important;border:1px solid rgba(243,223,170,.45)!important;font-size:10.5px!important;line-height:1!important}}@media screen and (max-width:420px){.k-header-main{grid-template-columns:50px minmax(0,1fr) 96px!important;padding:0 10px!important}.k-mobile-toggle,.k-icons .k-icon{width:40px!important;height:40px!important;border-radius:13px!important}.k-mobile-toggle svg,.k-icons .k-icon svg,.mobile-bottom-nav__item svg{width:23px!important;height:23px!important}}@media screen and (max-width:990px){html,body{min-height:100%!important;overflow-x:hidden!important}body{padding-bottom:calc(74px + env(safe-area-inset-bottom))!important}.mobile-bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;transform:none!important;margin:0!important;padding-top:8px!important;padding-bottom:max(8px,env(safe-area-inset-bottom))!important;min-height:74px!important;align-items:center!important;contain:layout paint!important}.mobile-bottom-nav__item{min-height:54px!important;padding-top:4px!important;padding-bottom:4px!important}.mobile-bottom-nav:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:calc(-1*env(safe-area-inset-bottom))!important;height:env(safe-area-inset-bottom)!important;background:#020304!important;pointer-events:none!important}}@media screen and (max-width:575px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}.mobile-bottom-nav{min-height:72px!important;padding-top:7px!important}.mobile-bottom-nav__item{min-height:52px!important;gap:3px!important}}@media screen and (max-width:420px){body{padding-bottom:calc(70px + env(safe-area-inset-bottom))!important}.mobile-bottom-nav{min-height:70px!important;padding-top:6px!important}.mobile-bottom-nav__item{min-height:50px!important}}.k-localization{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:10px}.k-localization__form{min-width:150px}.k-localization__label{display:block;margin:0 0 5px;color:#d8ba78db;font-size:10px;font-weight:700;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.k-localization__select-wrap{position:relative;display:block}.k-localization__select{width:100%;min-height:38px;padding:9px 34px 9px 12px;border:1px solid rgba(216,186,120,.3);border-radius:8px;background:#070707;color:#f3eee4;font:inherit;font-size:12px;line-height:1.2;letter-spacing:.04em;appearance:none;-webkit-appearance:none}.k-localization__select:focus{outline:2px solid rgba(216,186,120,.34);outline-offset:2px;border-color:#d8ba7894}.k-localization__chevron{position:absolute;right:11px;top:50%;transform:translateY(-54%);color:#d8ba78;font-size:17px;line-height:1;pointer-events:none}.footer-bottom__right{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:14px}.k-mobile-drawer .k-localization{justify-content:stretch;align-items:stretch;margin-top:22px;padding-top:18px;border-top:1px solid rgba(216,186,120,.18)}.k-mobile-drawer .k-localization__form{flex:1 1 100%;min-width:0}.k-mobile-drawer .k-localization__select{min-height:44px;border-radius:12px;background:#d8ba780b;font-size:13px}@media screen and (max-width:990px){.footer-bottom__right{align-items:flex-start;justify-content:flex-start;width:100%}.footer-bottom__right .k-localization{justify-content:flex-start;width:100%}.footer-bottom__right .k-localization__form{flex:1 1 190px}}@media screen and (max-width:575px){.footer-bottom__right{gap:10px}.footer-bottom__right .k-localization{gap:8px}.footer-bottom__right .k-localization__form{flex:1 1 100%}}.k-product-page--story .related-products-wrap--story .section-head .k-title{color:#f3eee4!important;opacity:1!important;text-shadow:0 2px 16px rgba(0,0,0,.62),0 0 18px rgba(216,186,120,.16)!important}.k-product-page--story .related-products-wrap--story .section-head p{color:#f3eee4b8!important}@media screen and (max-width:640px){.k-product-page--story .related-products-wrap--story .section-head .k-title{color:#f7f0df!important;font-weight:700!important;letter-spacing:.08em!important}}@media screen and (min-width:991px){.k-product-page--story .product-purchase-box--spiritual .product-title-main,body.template-product .k-product-page--story .product-title-main{max-width:100%!important;font-size:clamp(34px,2.35vw,46px)!important;line-height:1.13!important;letter-spacing:.01em!important;text-transform:none!important;text-wrap:balance;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.k-product-page--story .product-purchase-box--spiritual{padding-top:22px!important}.k-product-page--story .product-card--kailora-system .product-title,.k-product-page--story .product-card--kailora-system .product-title--tashi{font-size:15px!important;line-height:1.32!important;letter-spacing:.01em!important;min-height:2.64em!important;-webkit-line-clamp:2!important}}.k-product-page--story .product-accordion-content--story-rich h1,.k-product-page--story .product-accordion-content--story-rich h2,.k-product-page--story .product-accordion-content--story-rich h3,.k-product-page--story .product-accordion-content--story-rich h4{color:#f3eee4!important;opacity:1!important;font-weight:700!important;line-height:1.18!important;letter-spacing:.1em!important;text-shadow:0 2px 18px rgba(0,0,0,.58),0 0 16px rgba(216,186,120,.12)!important}.k-product-page--story .product-accordion-content--story-rich h1,.k-product-page--story .product-accordion-content--story-rich h2{font-size:clamp(28px,2.45vw,42px)!important;margin-bottom:24px!important}.k-product-page--story .product-accordion-content--story-rich h3,.k-product-page--story .product-accordion-content--story-rich h4{font-size:clamp(20px,1.45vw,28px)!important}@media screen and (max-width:640px){.k-product-page--story .product-accordion-content--story-rich h1,.k-product-page--story .product-accordion-content--story-rich h2{font-size:clamp(22px,6vw,30px)!important;letter-spacing:.07em!important;margin-bottom:16px!important}}.k-localization,.k-mobile-drawer .k-localization,.footer-bottom__right .k-localization{display:none!important}@media(min-width:991px){.k-header-main{min-height:var(--k-header-height, 86px)!important;height:var(--k-header-height, 86px)!important;overflow:hidden!important}.k-header-main .k-logo{min-width:120px!important;width:min(var(--logo-width, 135px),155px)!important;max-width:155px!important;height:100%!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.k-header-main .k-logo img{width:auto!important;max-width:100%!important;max-height:var(--logo-max-height, 78px)!important;height:auto!important;object-fit:contain!important;margin:0 auto!important}}@media(max-width:990px){.k-header-main .k-logo img{max-height:52px!important}}@media(min-width:750px){body .k-shop-hub .product-card.product-card--kailora-system{height:auto!important}body .k-shop-hub .product-card.product-card--kailora-system .product-img--tashi{aspect-ratio:1 / 1.12!important}body .k-shop-hub .product-card.product-card--kailora-system .product-info--tashi{display:grid!important;grid-template-rows:auto auto!important;row-gap:11px!important;min-height:0!important;padding:17px 18px 20px!important}body .k-shop-hub .product-card.product-card--kailora-system .product-title,body .k-shop-hub .product-card.product-card--kailora-system .product-title--tashi{display:block!important;min-height:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;font-size:clamp(18px,1.25vw,22px)!important;line-height:1.2!important;letter-spacing:.045em!important}body .k-shop-hub .product-card.product-card--kailora-system .product-price-row--tashi{margin-top:0!important}body .k-shop-hub .product-card.product-card--kailora-system .price--tashi{font-size:clamp(20px,1.35vw,26px)!important}body .k-shop-hub .product-card.product-card--kailora-system .product-card-mobile-cta-form,body .k-shop-hub .product-card.product-card--kailora-system .product-card-mobile-cta.is-disabled{display:none!important}}@media(max-width:749px){body .k-shop-hub .product-card.product-card--kailora-system .product-img--tashi{aspect-ratio:4 / 5!important}body .k-shop-hub .product-card.product-card--kailora-system .product-info--tashi{grid-template-rows:auto auto!important;min-height:0!important}body .k-shop-hub .product-card.product-card--kailora-system .product-title,body .k-shop-hub .product-card.product-card--kailora-system .product-title--tashi{display:block!important;min-height:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;-webkit-line-clamp:unset!important}}body.template-cart{background:#050607!important}body.template-cart .k-cart-page{position:relative!important;overflow:hidden!important;min-height:calc(100vh - 220px)!important;padding-top:clamp(64px,7vw,112px)!important;padding-bottom:clamp(72px,7vw,118px)!important;background:radial-gradient(ellipse at 50% 0%,#d8ba7829,#d8ba7800 42%),radial-gradient(ellipse at 86% 18%,#c59a4a1a,#c59a4a00 34%),linear-gradient(180deg,#090a0c,#050607 54%,#020202)!important;color:#f3eee4!important}body.template-cart .k-cart-page:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(197,154,74,.11) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(197,154,74,.08) 0 1px,transparent 1px 100%)!important;background-size:96px 96px!important;-webkit-mask-image:radial-gradient(ellipse at 50% 0%,rgba(0,0,0,.55),transparent 68%)!important;mask-image:radial-gradient(ellipse at 50% 0%,rgba(0,0,0,.55),transparent 68%)!important;opacity:.18!important}body.template-cart .k-cart-page:after{content:"KAILORA"!important;position:absolute!important;right:4vw!important;bottom:18px!important;pointer-events:none!important;color:#d8ba780b!important;font-family:var(--k-font-heading, Cinzel, Georgia, serif)!important;font-size:clamp(58px,13vw,190px)!important;line-height:1!important;letter-spacing:.18em!important;z-index:0!important}body.template-cart .k-cart-page>.k-container{position:relative!important;z-index:1!important}body.template-cart .k-cart-title{margin:0 0 clamp(26px,3vw,44px)!important;color:#f7f0df!important;font-family:var(--k-font-heading, Cinzel, Georgia, serif)!important;font-size:clamp(42px,5.2vw,86px)!important;line-height:.95!important;letter-spacing:.18em!important;text-transform:uppercase!important;text-shadow:0 12px 34px rgba(0,0,0,.62),0 0 24px rgba(216,186,120,.16)!important}body.template-cart .k-cart-form{max-width:1240px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,420px)!important;gap:24px!important;align-items:start!important}body.template-cart .k-cart-items{gap:14px!important}body.template-cart .k-cart-item{position:relative!important;grid-template-columns:118px minmax(0,1fr) 150px!important;gap:20px!important;padding:18px!important;background:radial-gradient(ellipse at 16% 0%,rgba(216,186,120,.1),transparent 46%),linear-gradient(180deg,#121315fa,#07080afa)!important;border:1px solid rgba(216,186,120,.3)!important;box-shadow:0 18px 42px #00000057,inset 0 0 0 1px #ffffff06!important;color:#f3eee4!important}body.template-cart .k-cart-item:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:3px!important;background:linear-gradient(180deg,#d8ba78d9,#c59a4a24)!important}body.template-cart .k-cart-item__image{width:118px!important;height:118px!important;flex-basis:118px!important;background:#0a0b0d!important;border:1px solid rgba(216,186,120,.24)!important;box-shadow:0 12px 24px #0000004d!important}body.template-cart .k-cart-item__title{color:#f7f0df!important;font-size:18px!important;line-height:1.28!important;letter-spacing:.035em!important}body.template-cart .k-cart-item__title:hover{color:#e8c98a!important}body.template-cart .k-cart-item__variant{color:#f3eee494!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important}body.template-cart .k-cart-item__price{color:#e8c98a!important;font-size:20px!important;letter-spacing:.04em!important}body.template-cart .k-cart-item__qty input{width:112px!important;height:44px!important;border:1px solid rgba(216,186,120,.38)!important;background:#030405b8!important;color:#f7f0df!important;border-radius:0!important;font-weight:700!important;text-align:center!important;outline:none!important}body.template-cart .k-cart-item__qty input:focus{border-color:#e8c98a!important;box-shadow:0 0 0 2px #d8ba7829!important}body.template-cart .k-cart-summary,body.template-cart .k-cart-empty{background:radial-gradient(ellipse at 50% 0%,rgba(216,186,120,.13),transparent 42%),linear-gradient(180deg,#121315fa,#060709fa)!important;border:1px solid rgba(216,186,120,.36)!important;box-shadow:0 22px 52px #0006,inset 0 0 0 1px #ffffff08!important;color:#f3eee4!important}body.template-cart .k-cart-summary{margin:0!important;max-width:none!important;padding:26px!important;position:sticky!important;top:calc(var(--k-fixed-header-height, 110px) + 24px)!important}body.template-cart .k-cart-summary__row{padding-bottom:14px!important;border-bottom:1px solid rgba(216,186,120,.18)!important;color:#f3eee4c7!important}body.template-cart .k-cart-summary__row strong{color:#e8c98a!important;font-size:26px!important}body.template-cart .k-cart-summary p,body.template-cart .k-cart-payments,body.template-cart .k-cart-support,body.template-cart .k-cart-empty p{color:#f3eee4ad!important}body.template-cart .k-cart-trust span{background:#d8ba780e!important;border:1px solid rgba(216,186,120,.24)!important;color:#f3eee4d1!important}body.template-cart .k-cart-summary .k-cart-checkout,body.template-cart .k-cart-empty .k-btn{min-height:54px!important;background:linear-gradient(135deg,#b99145,#d8ba78)!important;border:1px solid rgba(255,235,170,.55)!important;color:#060606!important;box-shadow:0 14px 28px #0000004d,0 0 0 1px #d8ba781a!important;font-weight:900!important}body.template-cart .k-cart-summary .k-cart-checkout:hover,body.template-cart .k-cart-empty .k-btn:hover{transform:translateY(-1px)!important;filter:brightness(1.06)!important}body.template-cart .k-cart-support{color:#e8c98a!important;border-bottom-color:#e8c98a66!important}body.template-cart .k-cart-empty{max-width:none!important;min-height:220px!important;padding:clamp(28px,4vw,48px)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:24px!important}body.template-cart .k-cart-empty p{margin:0!important;font-size:clamp(18px,1.45vw,24px)!important;line-height:1.5!important}@media(max-width:990px){body.template-cart .k-cart-page{padding-top:48px!important;padding-bottom:86px!important}body.template-cart .k-cart-title{font-size:clamp(34px,10vw,54px)!important;letter-spacing:.14em!important}body.template-cart .k-cart-form{grid-template-columns:1fr!important}body.template-cart .k-cart-summary{position:relative!important;top:auto!important}}@media(max-width:640px){body.template-cart .k-cart-page{padding-top:34px!important}body.template-cart .k-cart-item{grid-template-columns:82px minmax(0,1fr)!important;gap:13px!important;padding:13px!important;align-items:start!important}body.template-cart .k-cart-item__image{width:82px!important;height:82px!important;flex-basis:82px!important;grid-row:1 / span 2!important}body.template-cart .k-cart-item__title{font-size:15px!important;line-height:1.32!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.template-cart .k-cart-item__price{font-size:17px!important}body.template-cart .k-cart-item__qty{grid-column:2!important;justify-content:flex-start!important}body.template-cart .k-cart-item__qty input{width:96px!important;height:40px!important}body.template-cart .k-cart-summary,body.template-cart .k-cart-empty{padding:20px 16px!important}}@media screen and (max-width:990px){.k-mobile-drawer{background:#000000c2!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important}.k-mobile-drawer-backdrop{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;cursor:pointer!important;z-index:0!important}.k-mobile-drawer-panel{position:relative!important;z-index:1!important;width:min(78vw,330px)!important;padding:22px 20px 34px!important;background:radial-gradient(ellipse at 50% 0%,#d8ba781c,#d8ba7800 42%),linear-gradient(180deg,#090a0cfc,#030405fc)!important;border-right:1px solid rgba(216,186,120,.48)!important;box-shadow:22px 0 54px #000000c7,inset -1px 0 #d8ba781f!important}.k-mobile-drawer-panel:before{background:linear-gradient(90deg,rgba(216,186,120,.07) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(216,186,120,.045) 0 1px,transparent 1px 100%)!important;background-size:54px 54px!important;opacity:.22!important}.k-mobile-close{top:18px!important;right:18px!important;width:42px!important;height:42px!important;background:#040506e0!important;border:1px solid rgba(216,186,120,.52)!important;color:#f7f0df!important;box-shadow:0 12px 26px #00000075,inset 0 0 0 1px #ffffff06!important}.k-mobile-drawer-logo{width:min(132px,38vw)!important;margin:6px 0 24px!important}.k-mobile-drawer-logo img{width:100%!important;max-height:118px!important;object-fit:contain!important;filter:drop-shadow(0 10px 22px rgba(0,0,0,.48))!important}.k-mobile-nav{border-top:1px solid rgba(216,186,120,.28)!important;background:linear-gradient(180deg,#d8ba7809,#d8ba7803)!important}.k-mobile-nav a{min-height:58px!important;padding:0 4px!important;border-bottom:1px solid rgba(216,186,120,.22)!important;color:#f7f0df!important;font-size:13px!important;letter-spacing:.22em!important}.k-mobile-nav a:after{color:#d8ba78!important;text-shadow:0 0 14px rgba(216,186,120,.2)!important}}@media screen and (max-width:420px){.k-mobile-drawer-panel{width:76vw!important;padding:20px 18px 32px!important}.k-mobile-drawer-logo{width:min(118px,34vw)!important;margin-bottom:22px!important}.k-mobile-nav a{min-height:56px!important;font-size:12.5px!important;letter-spacing:.2em!important}}@media screen and (max-width:990px){html{scroll-padding-top:var(--k-fixed-header-height, 108px)!important}body{padding-top:var(--k-fixed-header-height, 108px)!important;padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}.k-header,body.kailora-header-fixed-ready .k-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2147483000!important;transform:none!important;translate:none!important;margin:0!important;background:#030304!important;box-shadow:0 10px 24px #00000073,0 1px #d8ba7833!important;will-change:auto!important}.k-header-main{background:#030304!important}.k-announcement{background:#020202!important}.mobile-bottom-nav{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;width:100vw!important;max-width:100vw!important;min-height:76px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;z-index:2147482900!important;transform:none!important;translate:none!important;margin:0!important;padding:8px 4px calc(8px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#050608fb,#020304fe)!important;border-top:1px solid rgba(216,186,120,.24)!important;box-shadow:0 -14px 34px #00000094!important;contain:none!important}.mobile-bottom-nav__item{min-height:56px!important;transform:none!important}}@media screen and (max-width:749px){body .k-shop-hub .product-card.product-card--kailora-system,body .k-shop-hub .k-shop-hub__item,body .k-shop-hub .k-shop-hub__item>*{height:auto!important;min-height:0!important}body .k-shop-hub .product-card.product-card--kailora-system{display:flex!important;flex-direction:column!important;overflow:hidden!important}body .k-shop-hub .product-card.product-card--kailora-system .product-img--tashi{aspect-ratio:4 / 5!important}body .k-shop-hub .product-card.product-card--kailora-system .product-info,body .k-shop-hub .product-card.product-card--kailora-system .product-info--tashi{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;grid-template-rows:none!important;justify-content:flex-start!important;gap:7px!important;width:100%!important;min-height:92px!important;height:auto!important;padding:10px 10px 12px!important;overflow:visible!important;background:linear-gradient(180deg,#111214,#08090b)!important;border-top:1px solid rgba(216,186,120,.18)!important;color:#f3eee4!important;transform:none!important}body .k-shop-hub .product-card.product-card--kailora-system .product-info>.product-card-link{display:block!important;min-height:34px!important;overflow:hidden!important}body .k-shop-hub .product-card.product-card--kailora-system .product-title,body .k-shop-hub .product-card.product-card--kailora-system .product-title--tashi{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;min-height:34px!important;max-height:36px!important;margin:0!important;overflow:hidden!important;white-space:normal!important;text-overflow:clip!important;color:#f7f0df!important;font-size:13.5px!important;line-height:1.28!important;letter-spacing:.035em!important;font-weight:800!important;opacity:1!important;visibility:visible!important}body .k-shop-hub .product-card.product-card--kailora-system .product-price-row,body .k-shop-hub .product-card.product-card--kailora-system .product-price-row--tashi{display:flex!important;align-items:baseline!important;min-height:20px!important;margin:0!important;gap:6px!important;overflow:visible!important}body .k-shop-hub .product-card.product-card--kailora-system .price,body .k-shop-hub .product-card.product-card--kailora-system .price--tashi{display:block!important;color:#e8c98a!important;font-size:17px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:.035em!important;margin:0!important;opacity:1!important;visibility:visible!important;transform:none!important}}@media screen and (max-width:420px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.mobile-bottom-nav{min-height:72px!important;padding-top:7px!important;padding-bottom:calc(7px + env(safe-area-inset-bottom))!important}body .k-shop-hub .product-card.product-card--kailora-system .product-info,body .k-shop-hub .product-card.product-card--kailora-system .product-info--tashi{min-height:88px!important;padding:9px 9px 11px!important}body .k-shop-hub .product-card.product-card--kailora-system .product-title,body .k-shop-hub .product-card.product-card--kailora-system .product-title--tashi{font-size:13px!important}body .k-shop-hub .product-card.product-card--kailora-system .price,body .k-shop-hub .product-card.product-card--kailora-system .price--tashi{font-size:16.5px!important}}.product-variant-picker{display:grid!important;gap:16px!important;margin:18px 0!important}.product-option-group{min-width:0!important;margin:0!important;padding:16px!important;border:1px solid rgba(216,186,120,.24)!important;background:radial-gradient(ellipse at 50% 0%,rgba(216,186,120,.07),transparent 44%),#050608b8!important;color:#f3eee4!important}.product-option-group legend{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;margin:0 0 12px!important;padding:0!important;color:#d8ba78!important;font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:800!important}.product-option-group legend strong{color:#f3eee4c7!important;font-size:12px!important;letter-spacing:.08em!important;text-align:right!important;text-transform:none!important}.product-option-values{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.product-option-chip{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;min-width:62px!important;padding:0 14px!important;border:1px solid rgba(216,186,120,.3)!important;background:linear-gradient(180deg,#101113f5,#060709f5)!important;color:#f3eee4c7!important;cursor:pointer!important;font-size:13px!important;line-height:1.1!important;letter-spacing:.08em!important;font-weight:700!important;text-align:center!important;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease!important}.product-option-chip__swatch{width:10px!important;height:10px!important;flex:0 0 10px!important;border-radius:999px!important;border:1px solid rgba(216,186,120,.45)!important;background:#d8ba78!important;box-shadow:0 0 10px #d8ba782e!important}.product-option-chip__text{min-width:0!important}.product-option-input:checked+.product-option-chip{border-color:#e8c98a!important;background:linear-gradient(135deg,#b99145,#d8ba78)!important;color:#060606!important;box-shadow:0 12px 26px #00000047,0 0 0 1px #e8c98a2e!important}.product-option-input:checked+.product-option-chip .product-option-chip__swatch{border-color:#060606!important;background:#060606!important}.product-option-input:focus-visible+.product-option-chip{outline:2px solid rgba(232,201,138,.46)!important;outline-offset:3px!important}@media screen and (max-width:640px){.product-variant-picker{gap:12px!important;margin:14px 0!important}.product-option-group{padding:13px!important}.product-option-group legend{display:grid!important;gap:5px!important;justify-content:stretch!important;font-size:11px!important}.product-option-group legend strong{text-align:left!important}.product-option-values{gap:8px!important}.product-option-chip{min-height:40px!important;min-width:0!important;flex:1 1 calc(50% - 8px)!important;padding:0 10px!important;font-size:12px!important;letter-spacing:.05em!important}}.k-product-page--story .product-purchase-actions{display:grid!important;grid-template-columns:132px minmax(150px,1fr) minmax(150px,1fr)!important;align-items:end!important;gap:14px!important;margin:18px 0!important;max-width:720px!important;padding:16px!important;border:1px solid rgba(216,186,120,.24)!important;background:radial-gradient(ellipse at 50% 0%,rgba(216,186,120,.09),transparent 48%),linear-gradient(180deg,#0c0d0ff0,#050608f5)!important;box-shadow:0 18px 42px #0000003d,inset 0 1px #d8ba7814!important}.k-product-page--story .product-purchase-actions .product-form-row--story{margin:0!important}.k-product-page--story .product-purchase-actions .quantity-wrap{width:100%!important;max-width:none!important;margin:0!important;color:#d8ba78!important}.k-product-page--story .product-purchase-actions .quantity-wrap span{display:block!important;margin:0 0 8px!important;color:#d8ba78!important;font-size:11px!important;font-weight:800!important;letter-spacing:.18em!important;text-transform:uppercase!important}.k-product-page--story .product-purchase-actions .quantity-wrap input{width:100%!important;max-width:none!important;height:52px!important;border-radius:0!important;border:1px solid rgba(216,186,120,.36)!important;background:linear-gradient(180deg,#0c0d10,#050607)!important;color:#f3eee4!important;text-align:center!important;font-size:17px!important;font-weight:800!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story{display:contents!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn{width:100%!important;min-width:0!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;letter-spacing:.14em!important;white-space:nowrap!important;border:1px solid rgba(216,186,120,.72)!important;box-shadow:0 12px 26px #00000042!important;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn:first-child{order:initial!important;background:linear-gradient(180deg,#101114,#050607)!important;color:#d8ba78!important;border-color:#d8ba789e!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn.dark{order:initial!important;background:linear-gradient(135deg,#b99145,#e4c77f 52%,#a77a32)!important;color:#060606!important;border-color:#e4c77f!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn:hover{transform:translateY(-1px)!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn:first-child:hover{background:linear-gradient(180deg,#15171a,#07080a)!important;color:#f1d692!important;border-color:#e4c77f!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn.dark:hover{background:linear-gradient(135deg,#caa251,#f0d993 52%,#b88c3f)!important}.k-product-page--story .product-payment-accelerators{display:none!important}@media screen and (max-width:767px){.k-product-page--story .product-purchase-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:14px 0 16px!important;max-width:none!important;padding:12px!important}.k-product-page--story .product-purchase-actions .quantity-wrap input{width:120px!important;max-width:44vw!important;height:42px!important;background:#080a0d!important;color:#f3eee4!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn{height:46px!important;min-height:46px!important;font-size:11px!important}}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn:first-child{background:linear-gradient(180deg,#101114,#050607)!important;color:#d8ba78!important;border-color:#d8ba789e!important}.k-product-page--story .product-purchase-actions .product-buy-buttons--story .k-btn.dark{background:linear-gradient(135deg,#b99145,#e4c77f 52%,#a77a32)!important;color:#060606!important;border-color:#e4c77f!important}@media screen and (min-width:768px){.k-product-page--story .product-mobile-sticky,.product-mobile-sticky{display:none!important}}@media screen and (max-width:767px){body.template-product{padding-bottom:calc(238px + env(safe-area-inset-bottom))!important}.k-product-page--story .product-mobile-sticky,.product-mobile-sticky{position:fixed!important;left:14px!important;right:14px!important;bottom:calc(96px + env(safe-area-inset-bottom))!important;z-index:88!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:10px 12px 12px!important;border-radius:18px!important;border:1px solid rgba(216,186,120,.34)!important;background:linear-gradient(180deg,#090a0cf5,#050608fb)!important;box-shadow:0 -10px 30px #0000006b,inset 0 0 0 1px #d8ba780f!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(16px)!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important}.k-product-page--story .product-mobile-sticky.is-visible,.product-mobile-sticky.is-visible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.product-mobile-sticky__meta{display:grid!important;justify-items:center!important;text-align:center!important;gap:2px!important}.product-mobile-sticky__price{color:#d8ba78!important;font-size:17px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:.04em!important}.product-mobile-sticky__label{color:#e8dcbeb8!important;font-size:10px!important;line-height:1.15!important;letter-spacing:.22em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-mobile-sticky__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.product-mobile-sticky__form{display:flex!important;margin:0!important;min-width:0!important}.product-mobile-sticky__btn,.k-product-page--story .product-mobile-sticky__btn{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 8px!important;border-radius:0!important;font-size:10.5px!important;line-height:1.1!important;letter-spacing:.16em!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.product-mobile-sticky__btn--cart{background:linear-gradient(180deg,#d8ba78,#c59a4a)!important;color:#090909!important;border-color:#d8ba78b8!important}.product-mobile-sticky__btn--buy{background:#00000061!important;color:#f3eee4!important;border-color:#d8ba786b!important}}@media screen and (max-width:990px){html{overflow-x:hidden!important;-webkit-text-size-adjust:100%!important}body{overflow-x:hidden!important;padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}body.template-product{padding-bottom:calc(174px + env(safe-area-inset-bottom,0px))!important}.mobile-bottom-nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;position:fixed!important;inset:auto 0 0 0!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;min-height:76px!important;height:auto!important;margin:0!important;padding:8px 4px calc(8px + env(safe-area-inset-bottom,0px))!important;transform:none!important;translate:none!important;will-change:auto!important;z-index:2147483000!important;background:linear-gradient(180deg,#050608fd,#020304)!important;border-top:1px solid rgba(216,186,120,.28)!important;box-shadow:0 -14px 34px #0000009e!important;-webkit-transform:translateZ(0)!important;backface-visibility:hidden!important}.mobile-bottom-nav__item{min-height:56px!important;transform:none!important}.mobile-bottom-nav__item:active{transform:none!important}.mobile-bottom-nav:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:calc(-1*env(safe-area-inset-bottom,0px))!important;height:env(safe-area-inset-bottom,0px)!important;background:#020304!important;pointer-events:none!important}.k-product-page--story .product-mobile-sticky,.product-mobile-sticky{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;z-index:2147482500!important;transform:translate3d(0,18px,0)!important}.k-product-page--story .product-mobile-sticky.is-visible,.product-mobile-sticky.is-visible{transform:translateZ(0)!important}}@media screen and (max-width:420px){body{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))!important}body.template-product{padding-bottom:calc(166px + env(safe-area-inset-bottom,0px))!important}.mobile-bottom-nav{min-height:72px!important;padding-top:7px!important;padding-bottom:calc(7px + env(safe-area-inset-bottom,0px))!important}.k-product-page--story .product-mobile-sticky,.product-mobile-sticky{bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}}.product-gift-offer{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;padding:14px;margin:14px 0 18px;border:1px solid rgba(197,154,74,.42);background:linear-gradient(135deg,#060606eb,#17140fd6);color:#f7f0df;box-shadow:0 16px 38px #00000038}.product-gift-offer__media{width:72px;height:72px;border:1px solid rgba(197,154,74,.3);background:#050505;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-gift-offer__media img{width:100%;height:100%;object-fit:cover;display:block}.product-gift-offer__content{display:grid;gap:4px}.product-gift-offer__eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#c59a4a;font-weight:800}.product-gift-offer__content strong{font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:#fff}.product-gift-offer__content span{font-size:14px;color:#efe5cf}.product-gift-offer__content p{margin:2px 0 0;font-size:13px;line-height:1.55;color:#cfc6b8}.k-cart-item__qty{display:grid;gap:10px;justify-items:end}.k-cart-item__remove{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.14em;color:#c59a4a;text-decoration:none;border-bottom:1px solid rgba(197,154,74,.48);padding-bottom:3px}.k-cart-item__remove:hover{color:#fff;border-color:#fff}.k-cart-item__properties{display:flex;flex-direction:column;gap:3px;margin-top:8px;font-size:12px;color:#9f9586}.k-cart-summary__actions{display:flex;gap:12px;align-items:center;margin-top:28px;flex-wrap:wrap}.k-cart-summary__actions .k-cart-update,.k-cart-summary__actions .k-cart-checkout{margin-top:0}.k-cart-update{min-width:170px;height:56px;background:transparent;color:#d8ba78;border:1px solid rgba(197,154,74,.55)}.k-cart-update:hover{background:#c59a4a1f}button.is-loading{opacity:.68;cursor:wait}@media(max-width:768px){.product-gift-offer{grid-template-columns:60px 1fr;margin:12px 0 14px;padding:12px}.product-gift-offer__media{width:60px;height:60px}.product-gift-offer__content strong{font-size:13px}.product-gift-offer__content p{font-size:12px}.k-cart-item__qty{justify-items:start}.k-cart-summary__actions{display:grid;gap:12px}.k-cart-update,.k-cart-summary__actions .k-cart-checkout{width:100%;min-width:0}}body.kailora-header-fixed-ready{padding-top:0!important}body.kailora-header-fixed-ready .k-header{position:sticky!important;top:0!important;left:auto!important;right:auto!important;width:100%!important;z-index:80!important;transform:none!important;will-change:auto!important}.product-gift-offer__checkout-note{margin-top:4px!important;color:#d8ba78!important;font-weight:700;letter-spacing:.04em}.k-cart-item--gift{border-color:#c59a4a8c!important;background:linear-gradient(135deg,#fff,#faf6edf5)!important}.k-cart-gift-badge{display:inline-flex;width:max-content;align-items:center;justify-content:center;margin-bottom:8px;padding:5px 9px;border:1px solid rgba(197,154,74,.55);background:#090909;color:#d8ba78;font-size:11px;line-height:1;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.k-cart-gift-note{margin-top:10px;padding:10px 12px;border:1px solid rgba(197,154,74,.35);background:#c59a4a14;display:grid;gap:4px;color:#4b4236}.k-cart-gift-note strong{color:#9a6d1f;font-size:13px;letter-spacing:.04em}.k-cart-gift-note span{font-size:12px;line-height:1.5;color:#6b6258}.k-cart-free-gift-alert{display:grid;gap:6px;margin:0 0 18px;padding:14px 16px;border:1px solid rgba(197,154,74,.48);background:linear-gradient(135deg,#c59a4a24,#ffffff0f);color:#171411}.k-cart-free-gift-alert strong{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#9a6d1f}.k-cart-free-gift-alert span{font-size:13px;line-height:1.55;color:#675b4d}@media(max-width:768px){.k-cart-gift-note{padding:9px 10px}.k-cart-free-gift-alert{padding:12px}}body.kailora-header-fixed-ready{padding-top:var(--k-fixed-header-height, 118px)!important}body.kailora-header-fixed-ready .k-header,.k-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2147482000!important;transform:none!important;translate:none!important;will-change:auto!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0)!important;box-shadow:0 10px 28px #00000073,0 1px #d8ba782e!important}@media screen and (max-width:990px){body.kailora-header-fixed-ready{padding-top:var(--k-fixed-header-height, 116px)!important;padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))!important}body.kailora-header-fixed-ready.template-product{padding-bottom:calc(172px + env(safe-area-inset-bottom,0px))!important}}.product-card-gift-badge{position:absolute;left:10px;bottom:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border:1px solid rgba(216,186,120,.72);background:#040405e0;color:#f3dfaa;font-size:10px;font-weight:900;letter-spacing:.16em;line-height:1;text-transform:uppercase;box-shadow:0 8px 18px #00000052}.k-cart-item{grid-template-columns:minmax(82px,150px) 1fr auto!important;position:relative}.k-cart-item__select{position:absolute;left:14px;top:14px;z-index:4;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid rgba(216,186,120,.44);background:#000000b8;color:#f3dfaa;font-size:10px;line-height:1;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.k-cart-select-input{-webkit-appearance:auto!important;appearance:auto!important;width:14px!important;height:14px!important;accent-color:#c59a4a;margin:0!important}.k-cart-selected-helper{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(216,186,120,.34);background:#d8ba7814;color:#d8d0c3;font-size:13px;line-height:1.45;letter-spacing:.04em}.k-cart-summary__actions{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin-top:18px!important}.k-cart-checkout[disabled]{opacity:.55;cursor:not-allowed}.k-cart-update{display:none!important}.k-cart-item__remove.is-loading{opacity:.55;pointer-events:none}@media(max-width:768px){.k-cart-item{grid-template-columns:92px 1fr!important;gap:14px!important}.k-cart-item__select{left:9px;top:9px;padding:5px 6px;font-size:9px}.k-cart-item__qty{grid-column:2}.k-cart-summary__actions .k-cart-checkout{width:100%}}.product-soldout-alert{border:1px solid rgba(197,154,74,.35);background:#c59a4a14;color:#f5ead4;padding:16px 18px;margin:18px 0 14px;display:grid;gap:6px;line-height:1.55}.product-soldout-alert strong{color:#d8ba78;letter-spacing:.16em;text-transform:uppercase;font-size:12px}.product-soldout-alert span{color:#d8d0c4;font-size:14px}button.is-disabled,.k-btn.is-disabled,.product-mobile-sticky__btn.is-disabled{opacity:.55!important;cursor:not-allowed!important;filter:grayscale(.2)}.k-cart-item--unavailable{border-color:#d9252573!important;background:#d925250d!important}.k-cart-stock-warning{margin-top:10px;color:#f2c1bd;font-size:13px;line-height:1.45}.k-cart-stock-alert{border:1px solid rgba(217,37,37,.45);background:#d9252514;color:#f5e2df;padding:14px 16px;margin-bottom:16px;display:grid;gap:4px}.k-cart-stock-alert strong{color:#ffb7ad;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.k-cart-stock-alert span{font-size:13px;line-height:1.5}@media screen and (max-width:990px){.k-footer .footer-bottom,.k-footer-global .footer-bottom{padding-top:8px!important;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;gap:3px!important;min-height:0!important;line-height:1.22!important}.k-footer .footer-bottom__copy,.k-footer-global .footer-bottom__copy{font-size:11px!important;line-height:1.22!important;margin:0!important}.k-footer .footer-bottom__right,.k-footer-global .footer-bottom__right{font-size:10.5px!important;line-height:1.22!important;gap:4px 10px!important;margin:0!important}.k-footer .footer-bottom__note,.k-footer-global .footer-bottom__note{font-size:10px!important;line-height:1.2!important;margin:0!important}}@media screen and (max-width:640px){.k-footer .footer-bottom,.k-footer-global .footer-bottom{padding-top:7px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;gap:2px!important}}@media screen and (max-width:990px){html,body{background:#030303!important}body{padding-bottom:calc(66px + env(safe-area-inset-bottom,0px))!important}.k-footer,.k-footer-editable,.k-footer-global,.k-footer-editable__bottom,.k-footer-global .footer-bottom,.kailora-footer-section,#shopify-section-kailora-footer{background:#030303!important;background-color:#030303!important}.k-footer-editable,.k-footer-global{margin-bottom:0!important;padding-bottom:0!important;border-bottom:0!important}.k-footer-editable__bottom,.k-footer-global .footer-bottom{margin:0!important;padding:5px 10px 6px!important;min-height:0!important;border-top:1px solid rgba(216,186,120,.18)!important;border-bottom:1px solid rgba(216,186,120,.16)!important;box-shadow:none!important}.mobile-bottom-nav{min-height:66px!important;height:auto!important;padding:4px 4px calc(5px + env(safe-area-inset-bottom,0px))!important;background:#030303!important;background-image:linear-gradient(180deg,#030303,#020202)!important;border-top:1px solid rgba(216,186,120,.24)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.mobile-bottom-nav__item{min-height:48px!important;padding:2px!important;gap:3px!important}.mobile-bottom-nav:after{background:#020202!important}}@media screen and (max-width:420px){body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))!important}.mobile-bottom-nav{min-height:64px!important;padding-top:3px!important;padding-bottom:calc(4px + env(safe-area-inset-bottom,0px))!important}.mobile-bottom-nav__item{min-height:46px!important}}.k-pagination{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:34px auto 0;padding:20px 0 4px;border-top:1px solid rgba(197,154,74,.18)}.k-pagination__pages{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.k-pagination__link,.k-pagination__page{min-width:38px;min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(197,154,74,.42);background:linear-gradient(180deg,#101010f5,#050505f5);color:#d8ba78;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;border-radius:2px;box-shadow:0 10px 26px #0000002e,inset 0 0 0 1px #ffffff09}.k-pagination__page.is-current{background:linear-gradient(180deg,#d8ba78,#b98a35);color:#090806;border-color:#d8ba78}.k-pagination__link.is-disabled{opacity:.38;pointer-events:none}.k-pagination a:hover{color:#fff;border-color:#d8ba78c7;box-shadow:0 0 20px #c59a4a2e}@media(max-width:749px){.k-pagination{gap:8px;margin-top:24px;padding-top:16px}.k-pagination__link,.k-pagination__page{min-width:34px;min-height:34px;padding:0 10px;font-size:10px;letter-spacing:.08em}}
/*# sourceMappingURL=/cdn/shop/t/241/assets/kailora.css.map */
