:root{--kylie-font-serif: "Cormorant Garamond", Georgia, serif;--kylie-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--kylie-ease: cubic-bezier(.16, 1, .3, 1);--kylie-max-w: 1440px}.kh-nav{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;max-width:1440px;margin:0 auto;padding:0 24px}.kh{position:fixed;top:0;left:0;right:0;z-index:50}.kh--sticky{position:sticky}.kh__row1{width:100%;border-bottom:1px solid rgba(255,255,255,.06);height:56px;background:transparent;transition:height .4s var(--kylie-ease),background .4s var(--kylie-ease),border-color .4s var(--kylie-ease)}.kh--solid .kh__row1{height:44px!important;background:#fffffff2!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-color:#f3f4f6!important}.kh__row2{display:none;width:100%;border-bottom:1px solid transparent;height:40px;transform:translate3d(0,-2px,0);transition:height .4s var(--kylie-ease),background .4s var(--kylie-ease),border-color .4s var(--kylie-ease),transform .4s var(--kylie-ease)}.kh--solid .kh__row2{height:32px!important;background:#fffffff2!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-color:#f3f4f6!important;transform:translateZ(0)!important}@media(min-width:1024px){.kh__row2{display:block}}.kh__row2-nav{display:flex;align-items:center;justify-content:center;gap:36px;height:100%;width:100%;max-width:1440px;margin:0 auto;padding:0 24px}.kh__left{flex:1;display:flex;align-items:center}.kh__center{flex:1;display:flex;align-items:center;justify-content:center}.kh__right{flex:1;display:flex;align-items:center;gap:20px;justify-content:flex-end;transition:color .4s var(--kylie-ease)}.kh--transparent .kh__right{color:#fff}.kh--solid .kh__right{color:#000!important}.kh__desktop{display:none}@media(min-width:1024px){.kh__desktop{display:flex;align-items:center}}.kh__mobile{display:flex;align-items:center}@media(min-width:1024px){.kh__mobile{display:none}}.kh__logo{font-family:var(--kylie-font-serif);font-style:italic;font-weight:300;font-size:28px;letter-spacing:.02em;color:#fff;text-decoration:none;line-height:1;transition:font-size .4s var(--kylie-ease),color .4s var(--kylie-ease);display:flex;align-items:center;justify-content:center}.kh--solid .kh__logo{font-size:24px!important;color:#000!important}.kh__search{display:flex;align-items:center;height:100%;background:none;border:none;cursor:pointer;padding:0;color:#fff;transition:color .4s var(--kylie-ease)}.kh--solid .kh__search{color:#6b7280!important}.kh--solid .kh__search:hover{color:#000}.kh__search svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s}.kh__search:hover svg{transform:scale(1.1)}.kh__burger{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:0;color:#fff;transition:color .3s}.kh--solid .kh__burger{color:#000!important}.kh__burger span{display:block;width:18px;height:1.5px;background:currentColor}.kh__icon{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0;color:inherit;text-decoration:none;transition:opacity .3s}.kh__icon:hover{opacity:.6}.kh__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.kh__heart svg{width:20px;height:20px;stroke-width:2.2}.kh__user svg{width:22px;height:22px;stroke-width:2}.kh__bag svg{width:20px;height:20px;stroke-width:2.2}.kh__navlink{font-size:9.5px;text-transform:uppercase;letter-spacing:.2em;font-weight:500;background:none;border:none;border-bottom:1px solid transparent;color:#ffffffb3;text-decoration:none;cursor:pointer;height:100%;display:flex;align-items:center;transition:color .5s}.kh--solid .kh__navlink{color:#6b7280!important}.kh__navlink:hover{color:#fff}.kh--solid .kh__navlink:hover{color:#000!important}.kh-mega{position:absolute;top:100%;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.22,1,.36,1),visibility .4s,background .4s var(--kylie-ease),border-color .4s var(--kylie-ease),backdrop-filter .4s var(--kylie-ease);z-index:10000;box-shadow:0 20px 50px #0000004d;overflow-y:auto;max-height:75vh}.kh-mega.is-open{opacity:1;visibility:visible}.kh--transparent .kh-mega{background:#0006;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(255,255,255,.05)}.kh--solid .kh-mega{background:#fff!important;border-top:1px solid #e5e7eb!important}.kh-mega__inner{max-width:1440px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;gap:48px}.kh-mega__grid{display:grid;grid-template-columns:7fr 5fr;gap:48px;min-height:400px;align-items:stretch}.kh-mega__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 32px;align-items:start}.kh-mega__col-title{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:500;padding-bottom:12px;border-bottom:1px solid;display:flex;align-items:center;gap:8px;height:40px;transition:color .4s var(--kylie-ease),border-color .4s var(--kylie-ease)}.kh--transparent .kh-mega__col-title{color:#fff;border-color:#ffffff1a}.kh--solid .kh-mega__col-title{color:#111827!important;border-color:#e5e7eb!important}.kh-mega__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.kh-mega__item{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:13px;font-weight:500;transition:color .4s var(--kylie-ease),transform .3s}.kh-mega__item:hover{transform:translate(4px)}.kh--transparent .kh-mega__item{color:#fff9}.kh--transparent .kh-mega__item:hover{color:#fff}.kh--solid .kh-mega__item{color:#111827!important}.kh--solid .kh-mega__item:hover{color:#2563eb}.kh-mega__item img{width:20px;height:20px;object-fit:contain;flex-shrink:0;transition:transform .3s}.kh-mega__item:hover img{transform:scale(1.1)}.kh-mega__promo{position:relative;overflow:hidden;border-radius:2px;background:#f3f4f6;text-decoration:none;display:block}.kh-mega__promo img,.kh-mega__promo video{width:100%;height:100%;object-fit:cover;transition:transform .7s ease-out,filter .5s;filter:brightness(.85)}.kh-mega__promo:hover img,.kh-mega__promo:hover video{transform:scale(1.05);filter:brightness(1)}.kh-mega__promo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.2) 50%,transparent);opacity:.75;transition:opacity .5s}.kh-mega__promo:hover .kh-mega__promo-overlay{opacity:.5}.kh-mega__promo-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;z-index:2}.kh-mega__promo-label{font-size:11px;text-transform:uppercase;letter-spacing:.6em;color:#ffffffe6;margin-bottom:24px}.kh-mega__promo-title{font-family:var(--kylie-font-serif);font-style:italic;font-size:48px;color:#fff;transform:translateY(16px);transition:transform .7s ease-out}.kh-mega__promo:hover .kh-mega__promo-title{transform:translateY(0)}.kh-side{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:200;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,1,.36,1);overflow-y:auto;padding:20px}.kh-side.is-open{transform:translate(0)}.kh-side__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:199;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.kh-side__overlay.is-open{opacity:1;visibility:visible}.kh-side__close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer}.kh-side__link{display:block;padding:14px 0;font-size:14px;text-decoration:none;color:#111827;border-bottom:1px solid #f3f4f6}.kh-side__section{margin-top:20px}.kh-side__section-title{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:#9ca3af;margin-bottom:8px}.kh-hero{position:relative;width:100%;overflow:hidden;background:#000;height:100vh;height:100svh}.kh-hero__video-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;will-change:transform,opacity;transform:translateZ(0) scale(1);backface-visibility:hidden}.kh-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000}.kh-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.58;z-index:10}.kh-hero__vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:15;background:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.85) 100%);will-change:transform;transform:translateZ(0);backface-visibility:hidden}.kh-hero__content{position:absolute;bottom:0;left:0;right:0;z-index:20;display:flex;align-items:flex-end;padding:0 32px 144px;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.kh-hero__slide{display:flex;flex-direction:column;gap:12px;max-width:28rem}.kh-hero__slide--right{align-items:flex-end;text-align:right;margin-left:auto}.kh-hero__slide--left{align-items:flex-start;text-align:left}.kh-hero__slide--center{align-items:center;text-align:center;margin:0 auto}.kh-hero__cta{margin-top:8px}@media(min-width:1024px){.kh-hero__content{padding:0 56px 40px}.kh-hero__cta{display:block}}@media(max-width:1023px){.kh-hero__cta{display:block}}.hs-label{font-family:Inter,sans-serif;font-size:9px;font-weight:400;letter-spacing:.35em;text-transform:uppercase;color:#ffffff8c}.hs-title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(42px,6vw,90px);line-height:1;color:#fff;letter-spacing:.02em}.hs-desc{font-family:Inter,sans-serif;font-size:11px;font-weight:300;letter-spacing:.06em;color:#ffffff8c;line-height:1.9;white-space:pre-line}.hs-btn{font-family:Inter,sans-serif;font-size:9px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#fff;border:1px solid rgba(255,255,255,.5);padding:12px 36px;display:inline-block;transition:all .3s ease;cursor:pointer;background:transparent;text-decoration:none}.hs-btn:hover{background:#fff;color:#000;border-color:#fff}.kh-cats{width:100%;padding:80px 0;background:#fff;overflow:hidden}.kh-cats__container{max-width:1440px;width:100%;margin:0 auto;padding:0 24px}.kh-cats__header{display:flex;flex-direction:column;margin-bottom:48px}@media(min-width:768px){.kh-cats__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.kh-cats__heading{display:flex;flex-direction:column;gap:16px}.kh-cats__eyebrow{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.4em;color:#9ca3af;font-weight:500;display:block}.kh-cats__title{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400;font-size:clamp(36px,5vw,48px);color:#000;letter-spacing:-.02em;margin:0;line-height:1.1}.kh-cats__toggle{display:flex;align-items:center;gap:4px;margin-top:24px;padding:4px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:9999px;width:fit-content}.kh-cats__toggle-btn{padding:8px 24px;border-radius:9999px;font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:500;transition:all .3s ease;border:none;background:transparent;cursor:pointer;color:#9ca3af}.kh-cats__toggle-btn.is-active{background:#000;color:#fff;box-shadow:0 4px 12px #00000026}.kh-cats__toggle-btn:not(.is-active):hover{color:#000}.kh-cats__arrows{display:flex;gap:8px;margin-top:32px}@media(min-width:768px){.kh-cats__arrows{margin-top:0}}.kh-cats__arrow{width:48px;height:48px;border:1px solid #f3f4f6;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:transparent;cursor:pointer;color:#000}.kh-cats__arrow:hover{background:#000;color:#fff;border-color:#000}.kh-cats__scroll{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:40px;margin:0 -16px;padding-left:16px;padding-right:16px}.kh-cats__scroll::-webkit-scrollbar{display:none}@media(min-width:768px){.kh-cats__scroll{margin:0;padding-left:0;padding-right:0}}.kh-cat-card{flex-shrink:0;display:block;text-decoration:none;color:#000}.kh-cat-card__inner{width:280px;height:360px;background:#f9fafb;border:1px solid #f3f4f6;position:relative;overflow:hidden;transition:background .7s var(--kylie-ease),box-shadow .7s var(--kylie-ease)}.kh-cat-card:hover .kh-cat-card__inner{background:#fff;box-shadow:0 20px 50px #0000000d}.kh-cat-card__watermark{position:absolute;top:0;right:0;padding:32px;opacity:.05;transition:opacity .7s var(--kylie-ease);transform:scale(1.5);pointer-events:none;color:#000}.kh-cat-card:hover .kh-cat-card__watermark{opacity:.1}.kh-cat-card__watermark-img{width:96px;height:96px;object-fit:contain}.kh-cat-card__body{position:absolute;top:0;right:0;bottom:0;left:0;padding:40px;display:flex;flex-direction:column;justify-content:space-between}.kh-cat-card__top{display:flex;flex-direction:column;gap:8px}.kh-cat-card__label{font-family:Inter,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.3em;color:#9ca3af;font-weight:500}.kh-cat-card__name{font-family:Cormorant Garamond,serif;font-weight:400;font-size:24px;color:#000;margin:0;transition:transform .5s var(--kylie-ease)}.kh-cat-card:hover .kh-cat-card__name{transform:translate(8px)}.kh-cat-card__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.kh-cat-card__icon{width:48px;height:48px;border-radius:50%;border:1px solid #f3f4f6;display:flex;align-items:center;justify-content:center;color:#000;transition:background .5s var(--kylie-ease),color .5s var(--kylie-ease),border-color .5s var(--kylie-ease)}.kh-cat-card:hover .kh-cat-card__icon{background:#000;color:#fff;border-color:#000}.kh-cat-card__icon-img{width:20px;height:20px;object-fit:contain;transition:filter .5s var(--kylie-ease)}.kh-cat-card:hover .kh-cat-card__icon-img{filter:invert(1) brightness(0)}.kh-cat-card__discover{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.3em;font-weight:500;color:#000;opacity:0;transform:translate(-16px);transition:opacity .5s var(--kylie-ease),transform .5s var(--kylie-ease)}.kh-cat-card:hover .kh-cat-card__discover{opacity:1;transform:translate(0)}.kh-cat-card__line{position:absolute;bottom:0;left:0;width:0;height:2px;background:#000;transition:width .7s var(--kylie-ease)}.kh-cat-card:hover .kh-cat-card__line{width:100%}.kh-pc{position:relative;display:flex;flex-direction:column;background:#fff;width:100%;transition:all .3s ease}.kh-pc__img-wrap{position:relative;overflow:hidden;background:#f9fafb;aspect-ratio:1 / 1}.kh-pc__badge{position:absolute;top:12px;left:12px;z-index:20;background:#000;color:#fff;font-family:Inter,sans-serif;font-size:9px;font-weight:700;padding:4px 10px;text-transform:uppercase;letter-spacing:.1em}.kh-pc__heart{position:absolute;top:12px;right:12px;z-index:20;padding:8px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;opacity:0;border:none;cursor:pointer}.kh-pc:hover .kh-pc__heart{opacity:1}.kh-pc__heart:hover{transform:scale(1.1)}.kh-pc__heart.is-liked{opacity:1}.kh-pc__heart.is-liked svg{fill:#cc2121;stroke:#cc2121}.kh-pc__link{display:block;height:100%;text-decoration:none}.kh-pc__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}.kh-pc:hover .kh-pc__img{transform:scale(1.05)}.kh-pc__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#f9fafb;display:flex;align-items:center;justify-content:center}.kh-pc__cart-bar{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-out}.kh-pc:hover .kh-pc__cart-bar{transform:translateY(0)}.kh-pc__cart-btn{width:100%;background:#000;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:700;padding:16px 0;text-transform:uppercase;letter-spacing:.25em;border:none;cursor:pointer;transition:background .2s ease}.kh-pc__cart-btn:hover{background:#111827}.kh-pc__info{display:flex;flex-direction:column;margin-top:16px;gap:6px;padding:0 2px}.kh-pc__collection{font-family:Inter,sans-serif;font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.2em}.kh-pc__title{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#111827;text-decoration:none;line-height:1.4;display:-webkit-line-clamp: 2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.kh-pc__title:hover{color:#6b7280}.kh-pc__price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.kh-pc__price{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#111827}.kh-pc__price--sale{color:#cc2121}.kh-pc__price-old{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#9ca3af;text-decoration:line-through}.kh-showcase{width:100%;padding:24px 0;background:#fff}.kh-showcase__container{max-width:1600px;margin:0 auto;padding:0 24px}.kh-showcase__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:stretch}@media(min-width:1024px){.kh-showcase__grid{grid-template-columns:repeat(12,1fr);gap:32px}}.kh-showcase__editorial{position:relative;overflow:hidden;background:#f3f4f6;min-height:400px}@media(min-width:1024px){.kh-showcase__editorial{grid-column:span 4;min-height:0}}.kh-showcase__editorial--rev{order:1}@media(min-width:1024px){.kh-showcase__editorial--rev{order:2}}.kh-showcase__editorial-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 1s ease}.kh-showcase__editorial:hover .kh-showcase__editorial-img{transform:scale(1.05)}.kh-showcase__editorial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent,transparent)}.kh-showcase__editorial-text{position:absolute;bottom:48px;left:32px;right:32px;z-index:10;color:#fff}.kh-showcase__editorial-label{font-family:Inter,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.4em;font-weight:700;opacity:.8;display:block;margin-bottom:8px}.kh-showcase__editorial-title{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400;font-size:clamp(30px,4vw,36px);margin:0 0 24px;letter-spacing:-.02em;line-height:1.1}.kh-showcase__editorial-btn{display:block;width:100%;background:#fff;color:#000;font-family:Inter,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.25em;font-weight:700;padding:12px 24px;border:none;cursor:pointer;text-decoration:none;text-align:center;transition:background .2s ease}.kh-showcase__editorial-btn:hover{background:#f3f4f6}.kh-showcase__products{display:flex;flex-direction:column}@media(min-width:1024px){.kh-showcase__products{grid-column:span 8}}.kh-showcase__products--rev{order:2}@media(min-width:1024px){.kh-showcase__products--rev{order:1}}.kh-showcase__filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px 8px 16px 8px;margin-bottom:24px;border-bottom:1px solid #f3f4f6;padding-bottom:16px}.kh-showcase__filter-btn{padding:8px 20px;font-family:Inter,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.2em;font-weight:700;transition:all .3s ease;border:1px solid transparent;background:transparent;color:#9ca3af;cursor:pointer}.kh-showcase__filter-btn:hover{color:#000}.kh-showcase__filter-btn.is-active{background:#000;color:#fff;border-color:#000}.kh-showcase__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-content:start}@media(min-width:768px){.kh-showcase__product-grid{grid-template-columns:repeat(4,1fr)}}.kh-showcase__empty{grid-column:1 / -1;padding:80px 0;text-align:center;font-family:Cormorant Garamond,serif;font-style:italic;color:#9ca3af}.kh-showcase__see-all{margin-top:48px;display:flex;justify-content:center}@media(min-width:1024px){.kh-showcase__see-all{justify-content:flex-start}}.kh-showcase__see-all-link{display:flex;align-items:center;gap:16px;text-decoration:none;color:#000}.kh-showcase__see-all-text{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.3em;font-weight:700;border-bottom:1px solid #000;padding-bottom:4px;transition:all .3s ease}.kh-showcase__see-all-link:hover .kh-showcase__see-all-text{color:#6b7280;border-color:#6b7280}.kh-showcase__see-all-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.kh-showcase__see-all-link:hover .kh-showcase__see-all-arrow{background:#000;color:#fff;border-color:#000}.kh-brands{width:100%;background:#fff;padding:40px 0}.kh-brands__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:48px;padding:0 16px}.kh-brands__title{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(36px,5vw,48px);color:#1a1a1a;margin:0 0 16px;line-height:1.1}.kh-brands__title-italic{font-style:italic}.kh-brands__subtitle{font-family:Inter,sans-serif;color:#666;font-size:14px;max-width:640px;font-weight:300;margin:0}@media(min-width:768px){.kh-brands__subtitle{font-size:16px}}.kh-brands__tape-wrap{position:relative;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;background:#fff}.kh-brands__progress{position:absolute;bottom:0;left:0;height:2px;background:#1a1a1a;z-index:10;width:0;transition:none}.kh-brands__tape{display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;cursor:grab}.kh-brands__tape::-webkit-scrollbar{display:none}.kh-brands__tape-item{flex-shrink:0;width:256px;height:128px;display:flex;align-items:center;justify-content:center;border-right:1px solid #f3f4f6;transition:all .3s ease;background:#fff;border-top:none;border-bottom:none;border-left:none;cursor:pointer;padding:0}.kh-brands__tape-item:hover{background:#f9fafb80}.kh-brands__tape-item.is-active{background:#f9fafb}.kh-brands__tape-name{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#e5e7eb;transition:color .3s ease}.kh-brands__tape-item.is-active .kh-brands__tape-name{color:#1a1a1a}.kh-brands__products{margin-top:48px;padding:0 16px;transition:opacity .5s ease}@media(min-width:768px){.kh-brands__products{padding:0 32px}}.kh-brands__group-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:40px;gap:24px}@media(min-width:768px){.kh-brands__group-header{flex-direction:row;align-items:center;justify-content:space-between}}.kh-brands__group-title-wrap{display:flex;flex-direction:column;gap:8px}.kh-brands__group-title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;margin:0}.kh-brands__group-line{height:1px;width:48px;background:#1a1a1a}.kh-brands__explore-link{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:#1a1a1a;letter-spacing:.15em;text-decoration:none;text-transform:uppercase;border-bottom:1px solid #1a1a1a;padding-bottom:4px;transition:all .3s ease;white-space:nowrap}.kh-brands__explore-link:hover{color:#6b7280;border-color:#6b7280}.kh-brands__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 16px 32px 16px}@media(min-width:768px){.kh-brands__grid{grid-template-columns:repeat(6,1fr)}}.kh-brands__empty{grid-column:1 / -1;text-align:center;padding:128px 0;background:#f9fafb;border-radius:8px}.kh-brands__empty p{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:#9ca3af;font-weight:600}.kh-types{width:100%;background:#fff;padding:48px 0;border-top:1px solid #fafafa}.kh-types__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:80px;padding:0 16px}.kh-types__title{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(36px,5vw,48px);color:#1a1a1a;margin:0 0 16px;line-height:1.1}.kh-types__title-italic{font-style:italic;color:#c9a96e}.kh-types__subtitle{font-family:Inter,sans-serif;color:#666;font-size:14px;max-width:640px;font-weight:300;margin:0}@media(min-width:768px){.kh-types__subtitle{font-size:16px}}.kh-types__nav{display:flex;align-items:flex-start;justify-content:flex-start;gap:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:24px 32px 48px;margin-bottom:64px;-webkit-user-select:none;user-select:none;cursor:grab}@media(min-width:768px){.kh-types__nav{justify-content:center;gap:40px}}.kh-types__nav::-webkit-scrollbar{display:none}.kh-types__nav-item{display:flex;flex-direction:column;align-items:center;flex-shrink:0;background:none;border:none;cursor:pointer;padding:0}.kh-types__circle{position:relative;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .5s var(--kylie-ease);background:#fff;border:1px solid #f3f4f6}@media(min-width:768px){.kh-types__circle{width:96px;height:96px}}.kh-types__circle.is-selected{background:#f9fafb;box-shadow:0 4px 12px #c9a96e1a;border:none;box-shadow:0 0 0 4px #fff,0 0 0 5px #c9a96e,0 4px 12px #c9a96e1a}.kh-types__nav-item:hover .kh-types__circle:not(.is-selected){border-color:#d1d5db}.kh-types__icon,.kh-types__icon-img{width:32px;height:32px;color:#d1d5db;transition:all .5s var(--kylie-ease)}@media(min-width:768px){.kh-types__icon,.kh-types__icon-img{width:40px;height:40px}}.kh-types__icon.is-active{color:#c9a96e}.kh-types__icon-img{opacity:.4;filter:grayscale(1)}.kh-types__icon-img.is-active,.kh-types__nav-item:hover .kh-types__icon-img{opacity:1;filter:none}.kh-types__label{font-family:Inter,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#9ca3af;transition:color .3s ease}@media(min-width:768px){.kh-types__label{font-size:11px}}.kh-types__label.is-selected{color:#1a1a1a}.kh-types__nav-item:hover .kh-types__label:not(.is-selected){color:#4b5563}.kh-types__underline{height:2px;width:16px;background:#c9a96e;margin-top:8px;border-radius:9999px}.kh-types__content{transition:all .7s ease;max-width:1440px;margin:0 auto;padding:0 16px}@media(min-width:768px){.kh-types__content{padding:0 32px}}.kh-types__group{transition:all .7s ease}.kh-types__group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.kh-types__group-title-wrap{display:flex;align-items:baseline;gap:12px}.kh-types__group-title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;margin:0}.kh-types__group-count{font-family:Inter,sans-serif;font-size:12px;color:#9ca3af;font-weight:300;font-style:italic}.kh-types__view-link{font-family:Inter,sans-serif;font-size:10px;font-weight:700;color:#1a1a1a;letter-spacing:.2em;text-decoration:none;text-transform:uppercase;border-bottom:1px solid #1a1a1a;padding-bottom:4px;transition:all .3s ease}.kh-types__view-link:hover{color:#c9a96e;border-color:#c9a96e}.kh-types__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 16px 32px 16px}@media(min-width:768px){.kh-types__grid{grid-template-columns:repeat(6,1fr)}}.kh-types__empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:128px 0;background:#fafafa;border:1px dashed #e5e7eb;border-radius:4px}.kh-types__empty-label{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:#d1d5db;font-weight:700;margin-bottom:16px}.kh-types__empty-text{font-family:Cormorant Garamond,serif;font-size:14px;font-style:italic;color:#9ca3af;margin:0}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.kh-collection{background:#fff;min-height:100vh;padding:32px 0 64px}.kh-collection__container{max-width:1440px;width:100%;margin:0 auto;padding:0 24px}.kh-collection__layout{display:flex;flex-direction:column}@media(min-width:1024px){.kh-collection__layout{flex-direction:row;gap:64px;align-items:flex-start}}.kh-collection__sidebar{display:none}@media(min-width:1024px){.kh-collection__sidebar{display:block;width:240px;flex-shrink:0;position:sticky;top:96px;padding-right:32px;border-right:1px solid #f9fafb}}.kh-filter{display:flex;flex-direction:column;gap:40px;padding:16px 0;width:100%}.kh-filter__header{display:flex;align-items:center;justify-content:space-between}.kh-filter__title{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.25em;color:#9ca3af;font-weight:500}.kh-filter__clear{display:none;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#111827;background:none;border:none;border-bottom:1px solid #111827;padding-bottom:2px;cursor:pointer;transition:color .2s ease}.kh-filter__clear:hover{color:#9ca3af;border-color:#9ca3af}.kh-filter__clear-count{width:16px;height:16px;border-radius:50%;background:#000;color:#fff;font-size:9px;display:flex;align-items:center;justify-content:center;font-weight:700}.kh-filter__section{display:flex;flex-direction:column;gap:20px}.kh-filter__heading{font-family:Inter,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#111827;border-bottom:1px solid #f3f4f6;padding-bottom:12px;margin:0}.kh-filter__price{position:relative;width:100%;height:1px;background:#f3f4f6;margin:8px 0 32px}.kh-filter__price-track{position:relative;width:100%;height:100%}.kh-filter__price-fill{position:absolute;height:100%;background:#000;left:0;right:0}.kh-filter__range{position:absolute;width:100%;top:-8px;height:16px;background:transparent;-webkit-appearance:none;appearance:none;pointer-events:none}.kh-filter__range::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#000;border-radius:50%;cursor:pointer}.kh-filter__range::-moz-range-thumb{pointer-events:auto;-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#000;border:none;border-radius:50%;cursor:pointer}.kh-filter__price-labels{display:flex;justify-content:space-between;font-family:Inter,sans-serif;font-size:11px;color:#6b7280}.kh-filter__apply{width:100%;border:1px solid #000;color:#000;font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;font-weight:700;padding:12px 0;cursor:pointer;letter-spacing:.2em;transition:all .2s ease;background:transparent}.kh-filter__apply:hover{background:#000;color:#fff}.kh-filter__list{display:flex;flex-direction:column;gap:8px}.kh-filter__list--scroll{max-height:320px;overflow-y:auto;padding-right:8px;scrollbar-width:none}.kh-filter__list--scroll::-webkit-scrollbar{display:none}.kh-filter__checkbox{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:4px 0;text-align:left}.kh-filter__checkbox-box{width:14px;height:14px;border:1px solid #e5e7eb;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.kh-filter__checkbox:hover .kh-filter__checkbox-box{border-color:#9ca3af}.kh-filter__checkbox.is-checked .kh-filter__checkbox-box{background:#000;border-color:#000}.kh-filter__checkbox.is-checked .kh-filter__checkbox-box:after{content:"";width:6px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-top:-2px}.kh-filter__checkbox-label{font-family:Inter,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;transition:color .2s ease}.kh-filter__checkbox:hover .kh-filter__checkbox-label{color:#000}.kh-filter__checkbox.is-checked .kh-filter__checkbox-label{color:#000;font-weight:600}.kh-filter__search{width:100%;background:#f9fafb;border:1px solid #f3f4f6;font-family:Inter,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.1em;padding:10px 12px;outline:none;transition:border-color .2s ease;box-sizing:border-box}.kh-filter__search:focus{border-color:#000}.kh-filter__tags{display:flex;flex-wrap:wrap;gap:8px}.kh-filter__tag{padding:6px 12px;font-family:Inter,sans-serif;font-size:9px;text-transform:uppercase;letter-spacing:.15em;border:1px solid #f3f4f6;color:#9ca3af;background:none;cursor:pointer;transition:all .2s ease}.kh-filter__tag:hover{border-color:#111827;color:#000}.kh-filter__tag.is-checked{background:#000;border-color:#000;color:#fff}.kh-collection__main{flex:1;width:100%;display:flex;flex-direction:column;gap:32px}.kh-collection__title-bar{padding-bottom:0}.kh-collection__title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,4vw,36px);font-weight:700;color:#111827;letter-spacing:-.02em;margin:0;line-height:1.2}.kh-collection__controls{display:flex;align-items:center;justify-content:space-between;gap:16px}.kh-collection__controls-left{display:flex;align-items:center;gap:24px}.kh-sort{display:flex;align-items:center;gap:12px}.kh-sort__label{font-family:Inter,sans-serif;font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.kh-sort__dropdown{position:relative}.kh-sort__btn{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:2px;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;transition:border-color .2s ease}.kh-sort__btn:hover{border-bottom-color:#000}.kh-sort__btn svg{transition:transform .2s ease;color:#9ca3af}.kh-sort__menu{position:absolute;top:calc(100% + 10px);left:0;width:190px;background:#fff;border:1px solid #f3f4f6;box-shadow:0 10px 30px #0000001a;z-index:50;display:none}.kh-sort__menu.is-open{display:block}.kh-sort__option{width:100%;text-align:left;padding:12px 16px;font-family:Inter,sans-serif;font-size:11px;color:#6b7280;background:none;border:none;border-bottom:1px solid #fafafa;cursor:pointer;transition:all .2s ease}.kh-sort__option:last-child{border-bottom:none}.kh-sort__option:hover{color:#000;background:#f9fafb}.kh-sort__option.is-selected{color:#000;font-weight:600;background:#f9fafb}.kh-sale-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.kh-sale-toggle__switch{position:relative;width:36px;height:20px;border-radius:9999px;background:#e5e7eb;transition:background .3s ease}.kh-sale-toggle__knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0000001a;transition:transform .3s ease}.kh-sale-toggle__switch.is-on{background:#000}.kh-sale-toggle__switch.is-on .kh-sale-toggle__knob{transform:translate(16px)}.kh-sale-toggle__label{font-family:Inter,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;transition:color .2s ease}.kh-sale-toggle__switch.is-on+.kh-sale-toggle__label{color:#000;font-weight:600}.kh-collection__view-toggle{display:flex;gap:4px;border:1px solid #f3f4f6;padding:4px}.kh-view-btn{padding:8px;background:none;border:none;color:#9ca3af;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.kh-view-btn:hover{color:#000}.kh-view-btn.is-active{background:#000;color:#fff}.kh-collection__count{font-family:Inter,sans-serif;font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.2em;margin:0}.kh-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 16px 56px 16px}@media(min-width:768px){.kh-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.kh-collection__grid{grid-template-columns:repeat(4,1fr);gap:24px 24px 56px 24px}}.kh-collection__list{display:flex;flex-direction:column;border-top:1px solid #f3f4f6}.kh-list-item{display:flex;gap:32px;padding:32px 0;border-bottom:1px solid #f3f4f6;transition:background .2s ease}.kh-list-item:hover{background:#f9fafb80}.kh-list-item__img{width:160px;flex-shrink:0}.kh-list-item__img img{width:100%;aspect-ratio:1;object-fit:cover}.kh-list-item__body{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0}.kh-list-item__top{display:flex;flex-direction:column;gap:12px}.kh-list-item__collection{font-family:Inter,sans-serif;font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.2em}.kh-list-item__title{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#111827;text-decoration:none;line-height:1.3;transition:color .2s ease}.kh-list-item__title:hover{color:#6b7280}.kh-list-item__price-row{display:flex;align-items:center;gap:8px}.kh-list-item__price{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#111827}.kh-list-item__price--sale{color:#cc2121}.kh-list-item__price-old{font-family:Inter,sans-serif;font-size:12px;color:#9ca3af;text-decoration:line-through}.kh-list-item__desc{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;line-height:1.6;display:-webkit-line-clamp: 2;-webkit-box-orient:vertical;overflow:hidden;max-width:512px}.kh-list-item__actions{display:flex;align-items:center;gap:16px;margin-top:16px}.kh-list-item__btn{background:#000;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:700;padding:14px 32px;text-transform:uppercase;letter-spacing:.25em;text-decoration:none;transition:background .2s ease}.kh-list-item__btn:hover{background:#111827}.kh-list-item__details{font-family:Inter,sans-serif;font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border-bottom:1px solid #e5e7eb;padding-bottom:2px;transition:all .2s ease}.kh-list-item__details:hover{color:#000;border-color:#000}.kh-collection__empty{flex-direction:column;align-items:center;justify-content:center;padding:128px 0;text-align:center;border:1px dashed #e5e7eb;border-radius:4px;display:none}.kh-collection__empty-icon{width:48px;height:48px;color:#e5e7eb;margin-bottom:24px}.kh-collection__empty-icon svg{width:100%;height:100%}.kh-collection__empty-title{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#111827;margin:0 0 8px}.kh-collection__empty-text{font-family:Inter,sans-serif;font-size:12px;color:#9ca3af;max-width:320px;line-height:1.6;margin:0}.kh-collection__empty-clear{margin-top:32px;font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.25em;border-bottom:1px solid #000;padding-bottom:2px;background:none;border-top:none;border-left:none;border-right:none;color:#000;cursor:pointer;transition:all .2s ease}.kh-collection__empty-clear:hover{color:#6b7280;border-color:#6b7280}@media(max-width:1023px){.kh-collection{padding:16px 0 48px}.kh-collection__controls{flex-direction:column;align-items:flex-start;gap:12px}.kh-collection__controls-left{width:100%;flex-wrap:wrap}}.kh-footer{background:#000;color:#fff;width:100%;padding:80px 0 40px}.kh-footer__container{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;width:100%}.kh-footer__grid{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:64px}@media(min-width:768px){.kh-footer__grid{grid-template-columns:repeat(4,1fr);gap:48px}}.kh-footer__col{display:flex;flex-direction:column;gap:24px}.kh-footer__logo{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.2em;transition:color .2s ease}.kh-footer__logo:hover{color:#d1d5db}.kh-footer__about{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;line-height:1.7;max-width:280px;margin:0}.kh-footer__social{display:flex;align-items:center;gap:16px;margin-top:8px}.kh-footer__social-link{color:#fff;transition:color .2s ease;display:flex;align-items:center}.kh-footer__social-link:hover{color:#9ca3af}.kh-footer__heading{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fff;margin:0;display:flex;align-items:center;gap:8px}.kh-footer__arrow{font-size:12px}.kh-footer__contact{display:flex;flex-direction:column;gap:16px}.kh-footer__contact-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#fff;margin:0 0 4px}.kh-footer__contact-value{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;margin:0}.kh-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.kh-footer__link{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;text-decoration:none;transition:color .2s ease}.kh-footer__link:hover{color:#fff}.kh-footer__bottom{padding-top:32px;border-top:1px solid #1f2937;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:24px}@media(min-width:768px){.kh-footer__bottom{flex-direction:row}}.kh-footer__payments{display:flex;align-items:center;gap:12px;filter:grayscale(1);opacity:.7;transition:all .3s ease}.kh-footer__payments:hover{filter:grayscale(0);opacity:1}.kh-footer__pay-icon{height:24px}.kh-footer__copyright{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;margin:0}.kh-footer__apps{display:flex;align-items:center;gap:16px}.kh-footer__app{background:#111827;padding:4px 12px;border-radius:4px;border:1px solid #374151;display:flex;align-items:center;gap:8px;text-decoration:none;transition:background .2s ease}.kh-footer__app:hover{background:#1f2937}.kh-footer__app-text{display:flex;flex-direction:column}.kh-footer__app-top{font-family:Inter,sans-serif;font-size:8px;color:#6b7280;line-height:1}.kh-footer__app-bottom{font-family:Inter,sans-serif;font-size:10px;font-weight:700;color:#fff;line-height:1}.kh-product{background:#fff}.kh-product__breadcrumb-wrap{max-width:1440px;margin:0 auto;padding:16px 24px 8px}.kh-product__breadcrumb{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:11px;letter-spacing:.025em;color:#a1a1aa;font-weight:500;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.kh-product__breadcrumb::-webkit-scrollbar{display:none}@media(min-width:1024px){.kh-product__breadcrumb{font-size:12px}}.kh-product__crumb{color:#a1a1aa;text-decoration:none;transition:color .2s ease;flex-shrink:0}.kh-product__crumb:hover{color:#000}.kh-product__crumb--current{color:#27272a;max-width:140px;overflow:hidden;text-overflow:ellipsis}@media(min-width:1024px){.kh-product__crumb--current{max-width:none}}.kh-product__crumb-sep{color:#d4d4d8;flex-shrink:0}.kh-product__layout{max-width:1440px;margin:0 auto;padding:0 24px 24px;display:flex;flex-direction:column;gap:16px}@media(min-width:1024px){.kh-product__layout{flex-direction:row;align-items:flex-start;padding:0 48px 24px 32px}}.kh-product__gallery{width:100%;display:flex;flex-direction:column;gap:16px;padding:0 16px}@media(min-width:1024px){.kh-product__gallery{width:50%;max-width:420px;padding:0 32px 0 0;margin:0 auto}}@media(min-width:1280px){.kh-product__gallery{width:55%;max-width:none;padding-right:48px}}.kh-product__main-img{position:relative;aspect-ratio:1 / 1;max-height:340px;width:100%;margin:0 auto;overflow:hidden;background:#fff}@media(min-width:1024px){.kh-product__main-img{aspect-ratio:4 / 5;max-height:600px}}.kh-product__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.kh-product__img-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:30;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;color:#6b7280;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;cursor:pointer}.kh-product__img-arrow:hover{color:#000;border-color:#9ca3af}.kh-product__img-arrow--left{left:16px}.kh-product__img-arrow--right{right:16px}.kh-product__thumbs{display:flex;gap:12px;overflow-x:auto;padding:8px 0;scrollbar-width:none;scroll-snap-type:x mandatory}.kh-product__thumbs::-webkit-scrollbar{display:none}.kh-product__thumb{position:relative;aspect-ratio:1 / 1;width:64px;flex-shrink:0;overflow:hidden;border:1px solid transparent;opacity:.6;transition:all .3s ease;scroll-snap-align:center;cursor:pointer;background:transparent;padding:0}@media(min-width:1024px){.kh-product__thumb{width:96px}}.kh-product__thumb.is-active{border-color:#000;opacity:1}.kh-product__thumb:hover{opacity:1}.kh-product__thumb img{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.kh-product__info-col{width:100%;display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.kh-product__info-col{position:sticky;top:192px;max-width:480px}}.kh-product__info{display:flex;flex-direction:column;gap:8px}.kh-product__collection{font-family:Inter,sans-serif;font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;font-weight:700;text-decoration:none;transition:color .2s ease}.kh-product__collection:hover{color:#000}.kh-product__title{font-family:Inter,sans-serif;font-size:24px;line-height:1.3;color:#111827;font-weight:500;letter-spacing:-.01em;margin:0}.kh-product__subtitle{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin:0}.kh-product__actions{display:flex;flex-direction:column;gap:24px}.kh-product__price-row{display:flex;align-items:center;gap:8px;font-weight:700}.kh-product__price{font-family:Inter,sans-serif;font-size:18px;color:#111827}.kh-product__price--sale{color:#cc2121}.kh-product__price-old{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;text-decoration:line-through;font-weight:400}.kh-product__divider{border-top:1px solid #f3f4f6;margin:8px 0}.kh-product__views{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;font-weight:500}.kh-product__views svg{color:#6b7280}.kh-product__options{display:flex;flex-direction:column;gap:16px}.kh-product__option{display:flex;flex-direction:column;gap:8px}.kh-product__option-label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#111827}.kh-product__option-values{display:flex;flex-wrap:wrap;gap:8px}.kh-product__option-btn{padding:8px 16px;font-family:Inter,sans-serif;font-size:12px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease}.kh-product__option-btn:hover{border-color:#111827}.kh-product__option-btn.is-selected{background:#000;color:#fff;border-color:#000}.kh-product__add-area{display:flex;flex-direction:column;gap:16px}@media(min-width:1024px){.kh-product__add-area{display:flex}}.kh-product__qty-label{font-family:Inter,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}.kh-product__qty-add{display:flex;align-items:stretch;gap:16px;height:48px}.kh-product__qty{display:flex;align-items:center;border:1px solid #e5e7eb;width:112px;background:#fff}.kh-product__qty-btn{width:33.33%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:none;border:none;cursor:pointer;transition:all .2s ease;font-size:16px}.kh-product__qty-btn:hover{color:#000;background:#f9fafb}.kh-product__qty-val{width:33.33%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:14px;font-weight:500;border-left:1px solid #f3f4f6;border-right:1px solid #f3f4f6}.kh-product__cart-btn{flex:1;background:#000;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer;transition:background .2s ease}.kh-product__cart-btn:hover{background:#1f2937}.kh-product__cart-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1023px){.kh-product__cart-btn{display:block;width:100%;margin-top:8px}}.kh-product__buy-now{width:100%;height:48px;background:#fff;color:#000;border:1px solid #000;font-family:Inter,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.kh-product__buy-now:hover{background:#f9fafb}@media(max-width:1023px){.kh-product__buy-now{display:block;width:100%}}.kh-product__action-links{display:flex;align-items:center;gap:24px;margin-top:16px}.kh-product__action-link{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;font-weight:500;background:none;border:none;cursor:pointer;transition:color .2s ease}.kh-product__action-link:hover{color:#000}.kh-product__delivery,.kh-product__payment-info{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;font-weight:500}.kh-product__delivery-bold{font-weight:700;color:#000}.kh-product__meta{display:flex;flex-direction:column;gap:8px;font-family:Inter,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}.kh-product__meta-bold{font-weight:700;color:#111827}.kh-product__share{display:flex;align-items:center;gap:16px;margin-top:8px}.kh-product__share-icons{display:flex;align-items:center;gap:16px;color:#9ca3af}.kh-product__share-btn{background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .2s ease;padding:0;display:flex;align-items:center}.kh-product__share-btn:hover{color:#000}.kh-product__desc-section{max-width:1440px;margin:0 auto;padding:64px 24px;border-top:1px solid #f3f4f6}.kh-product__desc-inner{max-width:768px;margin:0 auto}.kh-product__desc-block{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}.kh-product__desc-block--material{margin-bottom:0;padding-top:32px;border-top:1px solid #fafafa}.kh-product__desc-label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#111827}.kh-product__desc-text{font-family:Cormorant Garamond,serif;font-size:20px;color:#4b5563;white-space:pre-line;line-height:1.7;font-style:italic}.kh-product__desc-material{font-family:Inter,sans-serif;font-size:18px;color:#4b5563;margin:0}.kh-product__related{max-width:1440px;margin:0 auto;padding:64px 24px}@media(min-width:1024px){.kh-product__related{padding:128px 24px}}.kh-product__related-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:48px;gap:12px}.kh-product__related-eyebrow{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:#9ca3af;font-weight:500}.kh-product__related-title{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:400;font-size:clamp(28px,4vw,36px);color:#000;margin:0}.kh-product__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.kh-product__related-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.kh-side{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;justify-content:flex-start;opacity:0;pointer-events:none;transition:opacity .2s ease;touch-action:none}.kh-side.is-open{opacity:1;pointer-events:auto}.kh-side__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;opacity:0;transition:opacity .2s ease}.kh-side.is-open .kh-side__overlay{opacity:1}.kh-side__panel{position:relative;width:300px;max-width:85vw;height:100%;display:flex;flex-direction:column;background:#fff;z-index:100000;box-shadow:4px 0 24px #00000014;border-radius:0 16px 16px 0;transform:translate3d(-100%,0,0);transition:transform .3s cubic-bezier(.22,1,.36,1);will-change:transform}.kh-side.is-open .kh-side__panel{transform:translateZ(0)}@media(min-width:1024px){.kh-side__panel{width:340px}}.kh-side__header{flex-shrink:0;padding:20px 24px 16px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}@media(min-width:1024px){.kh-side__header{padding:24px 24px 12px}}.kh-side__logo{font-family:Cormorant Garamond,serif;font-size:20px;font-style:italic;color:#000;letter-spacing:.025em;-webkit-user-select:none;user-select:none}.kh-side__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:none;border:none;cursor:pointer;color:#9ca3af;transition:all .3s ease}.kh-side__close:hover{background:#f3f4f6;color:#000}.kh-side__close:active{transform:scale(.9)}.kh-side__body{flex:1;position:relative;overflow:hidden;background:#fff}.kh-side__panel-view{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;transform:translate3d(30px,0,0);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .2s ease;will-change:transform,opacity}.kh-side__panel-view::-webkit-scrollbar{display:none}.kh-side__panel-view.is-active{transform:translateZ(0);opacity:1;pointer-events:auto}.kh-side__panel-view.is-prev{transform:translate3d(-20px,0,0)}.kh-side__subheader{position:sticky;top:0;z-index:10;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid #f3f4f6;padding:0 24px}.kh-side__back{display:flex;align-items:center;gap:10px;height:48px;font-family:Inter,sans-serif;font-size:13px;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .2s ease;width:100%;text-align:left}.kh-side__back:hover{color:#000}.kh-side__back span{font-weight:500}.kh-side__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.kh-side__item{width:100%}.kh-side__link{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;transition:all .3s ease;cursor:pointer;text-align:left;position:relative;text-decoration:none;color:#374151;background:none;border:none}@media(min-width:1024px){.kh-side__link{padding:12px 14px}}.kh-side__link:hover{background:#f9fafb}.kh-side__link:active{background:#f3f4f6}.kh-side__link>span:first-of-type{position:relative;padding-left:16px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#1f2937;transition:color .2s ease}@media(min-width:1024px){.kh-side__link>span:first-of-type{font-size:14px}}.kh-side__link:hover>span:first-of-type{color:#000}.kh-side__indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#000;border-radius:9999px;transition:height .3s ease}.kh-side__link:hover .kh-side__indicator{height:16px}.kh-side__chevron{color:#d1d5db;transition:all .3s ease}.kh-side__link:hover .kh-side__chevron{color:#6b7280;transform:translate(2px)}.kh-side__dot{width:5px;height:5px;border-radius:50%;background:#d1d5db;opacity:0;transition:opacity .3s ease}.kh-side__link:hover .kh-side__dot{opacity:1}.kh-side__empty-text{font-family:Inter,sans-serif;font-size:13px;color:#9ca3af;padding:64px 24px;text-align:center}.kh-side__footer{flex-shrink:0;padding:16px 24px;border-top:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}.kh-side__footer-link{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;color:#9ca3af;text-decoration:none;transition:color .2s ease}.kh-side__footer-link:hover{color:#000}.kh-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;opacity:0;pointer-events:none;transition:opacity .25s ease}.kh-cart.is-open{opacity:1;pointer-events:auto}.kh-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0000;transition:background-color .25s ease}.kh-cart.is-open .kh-cart__overlay{background:#00000059}.kh-cart__panel{position:absolute;top:0;right:0;bottom:0;z-index:9999;width:100%;max-width:448px;transform:translate3d(100%,0,0);transition:transform .3s cubic-bezier(.32,.72,0,1);will-change:transform;backface-visibility:hidden}.kh-cart.is-open .kh-cart__panel{transform:translateZ(0)}.kh-cart__panel>div{background:#fff;box-shadow:0 25px 50px #00000040;display:flex;flex-direction:column;height:100%;border-radius:40px 0 0 40px;overflow:hidden}.kh-cart__header{padding:32px;border-bottom:1px solid #f9fafb;display:flex;align-items:center;justify-content:space-between}.kh-cart__title{font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;color:#111827;letter-spacing:-.02em;margin:0}.kh-cart__close{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.1em;color:#9ca3af;background:none;border:1px solid #f3f4f6;border-radius:9999px;padding:8px 16px;cursor:pointer;transition:color .2s ease}.kh-cart__close:hover{color:#000}.kh-cart__body{flex:1;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.kh-cart__items{flex:1;overflow-y:auto;padding:32px;scrollbar-width:none}.kh-cart__items::-webkit-scrollbar{display:none}.kh-cart__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:96px 0}.kh-cart__empty-icon{width:64px;height:64px;background:#f9fafb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.kh-cart__empty-text{font-family:Inter,sans-serif;font-size:14px;color:#9ca3af;font-weight:500;letter-spacing:.025em}.kh-cart__empty-btn{background:#1a1a1a;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:700;padding:16px 40px;border-radius:16px;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:background .2s ease}.kh-cart__empty-btn:hover{background:#000}.kh-cart-item{display:grid;grid-template-columns:100px 1fr;gap:24px;padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #f9fafb}.kh-cart-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.kh-cart-item__img{display:block;width:96px;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#f9fafb;border:1px solid #f9fafb;text-decoration:none}.kh-cart-item__img img{width:100%;height:100%;object-fit:cover}.kh-cart-item__info{display:flex;flex-direction:column;justify-content:space-between}.kh-cart-item__top{display:flex;flex-direction:column}.kh-cart-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.kh-cart-item__title{font-family:Cormorant Garamond,serif;font-size:16px;font-weight:700;color:#111827;margin:0}.kh-cart-item__title a{color:#111827;text-decoration:none;transition:color .2s ease}.kh-cart-item__title a:hover{color:#cc2121}.kh-cart-item__variant,.kh-cart-item__qty{font-family:Inter,sans-serif;font-size:10px;color:#9ca3af;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-top:6px}.kh-cart-item__price{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#111827;white-space:nowrap}.kh-cart-item__remove{font-family:Inter,sans-serif;font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.1em;color:#d1d5db;background:none;border:none;cursor:pointer;transition:color .2s ease;margin-top:16px;padding:0}.kh-cart-item__remove:hover{color:#cc2121}.kh-cart__footer{padding:32px;border-top:1px solid #f9fafb;display:flex;flex-direction:column;gap:24px;background:#fff}.kh-cart__total-row{display:flex;align-items:flex-end;justify-content:space-between}.kh-cart__total-label{display:flex;flex-direction:column}.kh-cart__total-eyebrow{font-family:Inter,sans-serif;font-size:11px;text-transform:uppercase;font-weight:700;letter-spacing:.2em;color:#9ca3af;margin-bottom:4px}.kh-cart__total-sub{font-family:Inter,sans-serif;font-size:12px;color:#111827;font-weight:500}.kh-cart__total-sub-muted{color:#d1d5db}.kh-cart__total-price{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#111827}.kh-cart__checkout{display:block;width:100%;background:#1a1a1a;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;padding:16px 0;border-radius:16px;text-transform:uppercase;letter-spacing:.2em;text-decoration:none;text-align:center;box-shadow:0 4px 12px #00000026;transition:background .2s ease}.kh-cart__checkout:hover{background:#000}.kh-cart__checkout:active{transform:scale(.98)}.kh-dock{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom));transform:translate3d(-50%,0,0);-webkit-transform:translate3d(-50%,0,0);width:92%;max-width:420px;height:60px;z-index:9999;display:flex;align-items:center;pointer-events:none;transition:width .5s var(--kylie-ease),max-width .5s var(--kylie-ease),height .5s var(--kylie-ease),bottom .5s var(--kylie-ease)}@media screen and (min-width:1024px){.kh-dock{display:none}}.kh-dock__inner{pointer-events:auto;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding-inline:12px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:30px;box-shadow:0 15px 45px #00000014;transition:border-radius .5s var(--kylie-ease),background .5s var(--kylie-ease),border-color .5s var(--kylie-ease),box-shadow .5s var(--kylie-ease);position:relative}.kh-dock.is-explore{width:260px;max-width:260px;height:44px;bottom:24px}.kh-dock.is-explore .kh-dock__inner{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-color:#ffffff8c;border-radius:0;box-shadow:none}.kh-dock__tabs{display:flex;width:100%;align-items:center;justify-content:space-between;transition:opacity .5s ease,transform .5s ease,visibility .5s}.kh-dock__explore{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:600;letter-spacing:.3em;text-transform:uppercase;white-space:nowrap;opacity:0;transform:translateY(-15px) scale(.85);visibility:hidden;transition:opacity .5s ease,transform .5s ease,visibility .5s;pointer-events:none}.kh-dock.is-explore .kh-dock__tabs{opacity:0;transform:translateY(15px);visibility:hidden;pointer-events:none}.kh-dock.is-explore .kh-dock__explore{opacity:1;transform:translateY(0) scale(1);visibility:visible}.kh-dock__tab{display:flex;align-items:center;justify-content:center;gap:0;padding:8px;color:#00000080;background:none;border:1px solid transparent;text-decoration:none;transition:color .3s ease,background .3s ease,padding .3s ease,border-radius .3s ease;position:relative;cursor:pointer}.kh-dock__tab:hover{color:#000}.kh-dock__tab.is-active{color:#000;background:#0000001a;border-radius:9999px;padding:8px 16px;gap:8px}.kh-dock__label{display:none;font-size:12px;font-weight:600;letter-spacing:.01em;white-space:nowrap;font-family:Inter,sans-serif}.kh-dock__tab.is-active .kh-dock__label{display:inline}.kh-dock__badge{position:absolute;top:-2px;right:-2px;background:#000;color:#fff;font-size:8px;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #fff}.kh-dock__product{display:flex;width:100%;align-items:center;gap:8px;padding-left:4px}.kh-dock__price{display:flex;flex-direction:column;justify-content:center;flex-shrink:0;padding-left:4px}.kh-dock__price-label{font-size:7.5px;color:#9ca3af;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px;font-family:Inter,sans-serif}.kh-dock__price-val{font-size:13.5px;color:#111827;font-weight:800;letter-spacing:-.02em;font-family:Inter,sans-serif}.kh-dock__buynow{flex:1;height:44px;background:#111827;color:#fff;border:0;border-radius:9999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s;white-space:nowrap;font-family:Inter,sans-serif}.kh-dock__buynow:hover{background:#27272a}.kh-dock__buynow:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.kh-dock__atc{height:44px;background:#fff;color:#111827;border:1px solid #111827;border-radius:9999px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;padding:0 16px;white-space:nowrap;transition:all .2s;font-family:Inter,sans-serif}.kh-dock__atc:hover{background:#111827;color:#fff}.kh-dock__atc:disabled{opacity:.5;cursor:not-allowed}.kh-dock__cart-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;color:#111827;flex-shrink:0}@media(max-width:1023px){body{padding-bottom:90px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/kylie.css.map */
