:root{--background: #f7f5f0;--foreground: #2c241a;--primary: #342a1e;--primary-fg: #f5f3ee;--secondary: #ede9e0;--muted-fg: #7a6e5e;--accent: #c2874a;--accent-fg: #faf9f7;--border: #d9d3c5;--font-display:"Cormorant Garamond", serif;--font-sans: "Inter", sans-serif;--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.font-display{font-family:var(--font-display);letter-spacing:-.02em;line-height:1.1}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}ul{list-style:none}.skip-to-content-link{position:absolute;top:-100%;left:1rem;background:var(--primary);color:var(--primary-fg);padding:.5rem 1rem;z-index:9999;font-size:.6875rem;text-transform:uppercase;letter-spacing:.2em}.skip-to-content-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:.6875rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.25em;transition:background .22s,color .22s,border-color .22s;white-space:nowrap;border:none;-webkit-tap-highlight-color:transparent}.btn--primary{background:var(--primary);color:var(--primary-fg)}.btn--primary:hover,.btn--primary:active{background:var(--accent)}.btn--outline{border:1px solid rgba(52,42,30,.3);color:var(--foreground)}.btn--outline:hover,.btn--outline:active{border-color:var(--accent);color:var(--accent)}.btn--ghost{background:none;color:var(--muted-fg)}.btn--ghost:hover,.btn--ghost:active{color:var(--foreground)}.btn--full{width:100%}.announcement-bar{background:var(--primary);color:var(--primary-fg);text-align:center;padding:.5rem 1rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.25em}.site-header{position:sticky;top:0;z-index:200;background:#f7f5f0f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,211,197,.6)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.9rem 1rem;max-width:1280px;margin:0 auto}@media(min-width:768px){.site-header__inner{grid-template-columns:1fr auto 1fr;padding:1.25rem 1.5rem}}.site-header__logo{font-family:var(--font-display);font-size:1.625rem;letter-spacing:.06em;color:var(--foreground);text-align:center}@media(min-width:768px){.site-header__logo{font-size:2rem;text-align:left;order:-1}}.site-header__logo span{color:var(--accent)}.site-nav{display:none;align-items:center;justify-content:center;gap:2rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:#2c241acc}@media(min-width:768px){display:flex}@media(min-width:768px){.site-nav{display:flex}}.site-nav a{transition:color .2s;padding:.25rem 0}.site-nav a:hover{color:var(--accent)}.site-header__actions{display:flex;align-items:center;gap:.75rem;color:#2c241acc;justify-content:flex-end}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;-webkit-tap-highlight-color:transparent;border-radius:50%;transition:color .2s,background .2s}.header-icon-btn:hover,.header-icon-btn:active{color:var(--accent)}.header-icon-btn svg{width:20px;height:20px;flex-shrink:0}.header-account-desktop{display:none}@media(min-width:768px){.header-account-desktop{display:flex}}.cart-btn{position:relative}.cart-count{position:absolute;top:-6px;right:-6px;width:17px;height:17px;border-radius:50%;background:var(--accent);color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:opacity .2s,transform .2s;pointer-events:none}.cart-count.visible{opacity:1;transform:scale(1)}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--foreground);-webkit-tap-highlight-color:transparent;border-radius:4px;touch-action:manipulation;cursor:pointer}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#2c241a80;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-overlay.open{opacity:1;pointer-events:all}.mobile-drawer{position:fixed;top:0;left:0;z-index:301;width:min(300px,85vw);height:100%;background:var(--background);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .38s var(--ease);box-shadow:4px 0 32px #0000002e;overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-drawer__logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.06em}.mobile-drawer__logo span{color:var(--accent)}.mobile-drawer__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--foreground);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-drawer__close:active{color:var(--accent)}.mobile-drawer__links{padding:.5rem 0;flex:1}.mobile-drawer__link{display:flex;align-items:center;padding:1rem 1.25rem;font-size:1rem;font-family:var(--font-display);color:var(--foreground);letter-spacing:.02em;border-bottom:1px solid rgba(217,211,197,.4);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .15s,background .15s;min-height:52px}.mobile-drawer__link:active,.mobile-drawer__link:hover{color:var(--accent);background:#c2874a0f}.mobile-drawer__footer{padding:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.mobile-drawer__util{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-fg);padding:.5rem 0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-drawer__util:active{color:var(--accent)}.hero{background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(242,232,210,.5),transparent 70%),linear-gradient(180deg,var(--background) 0%,#ede8dc 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:3rem 1.25rem}@media(min-width:768px){.hero__inner{grid-template-columns:1fr 1fr;padding:7rem 1.5rem;gap:3rem}}.hero__eyebrow{font-size:.6875rem;text-transform:uppercase;letter-spacing:.4em;color:var(--accent);margin-bottom:1rem}.hero__headline{font-size:clamp(2.25rem,9vw,5.5rem);color:var(--foreground)}.hero__headline em{color:var(--accent);font-style:normal}.hero__body{margin-top:1.25rem;font-size:.9375rem;color:var(--muted-fg);line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero__image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden}.hero__image-wrap img{width:100%;height:100%;object-fit:cover}.hero__image-badge{position:absolute;bottom:1rem;left:1rem;right:1rem}.hero__badge-inner{display:inline-block;background:#342a1ed9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.625rem .875rem;color:var(--primary-fg)}.hero__badge-label{font-size:.5625rem;text-transform:uppercase;letter-spacing:.3em;opacity:.7}.hero__badge-name{font-family:var(--font-display);font-size:1.125rem;margin-top:.2rem}.marquee-strip{border-top:1px solid rgba(217,211,197,.6);border-bottom:1px solid rgba(217,211,197,.6);background:var(--primary);color:var(--primary-fg);overflow:hidden;padding:.875rem 0}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.marquee-item{display:flex;align-items:center;gap:2.5rem;padding:0 1.25rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.3em;white-space:nowrap}.marquee-item .dot{color:var(--accent)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.product-grid-section{max-width:1280px;margin:0 auto;padding:3.5rem 1.25rem}@media(min-width:768px){.product-grid-section{padding:5rem 1.5rem}}.section-header{text-align:center;margin-bottom:2.5rem}.section-eyebrow{font-size:.6875rem;text-transform:uppercase;letter-spacing:.4em;color:var(--accent)}.section-title{margin-top:.75rem;font-size:clamp(1.875rem,5vw,3.25rem);color:var(--foreground)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem .875rem}@media(min-width:640px){.product-grid{gap:2rem 1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem 1.5rem}}.product-card{display:flex;flex-direction:column}.product-card__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--secondary);display:block}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__btn{position:absolute;inset-x:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--primary);color:var(--primary-fg);padding:.7rem .5rem;font-size:.5625rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.22em;border:none;cursor:pointer;transform:translateY(0);-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .2s;min-height:44px}@media(hover:hover)and (pointer:fine){.product-card__btn{transform:translateY(100%);transition:transform .32s var(--ease),background .2s}.product-card:hover .product-card__btn{transform:translateY(0)}}.product-card__btn:hover,.product-card__btn:active{background:var(--accent)}.product-card__btn--soldout{position:absolute;inset-x:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#342a1e73;color:#f5f3eeb3;padding:.7rem;font-size:.5625rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.22em;min-height:44px}.product-card__info{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-top:.75rem;flex:1}.product-card__name{font-family:var(--font-display);font-size:clamp(.9375rem,2.5vw,1.125rem);color:var(--foreground);line-height:1.25}.product-card__name a:active,.product-card__name a:hover{color:var(--accent)}.product-card__price{font-family:var(--font-display);font-size:clamp(.875rem,2vw,1rem);color:var(--foreground);white-space:nowrap;text-align:right;flex-shrink:0}.product-card__price--compare{display:block;font-size:.75rem;color:var(--muted-fg);text-decoration:line-through}.atelier{background:var(--primary);color:var(--primary-fg)}.atelier__inner{max-width:1280px;margin:0 auto;padding:4rem 1.25rem}@media(min-width:768px){.atelier__inner{padding:8rem 1.5rem}}.atelier__grid{display:grid;gap:2rem}@media(min-width:768px){.atelier__grid{grid-template-columns:1fr 1fr;gap:3rem}}.atelier__eyebrow{font-size:.6875rem;text-transform:uppercase;letter-spacing:.4em;color:var(--accent)}.atelier__headline{margin-top:1.25rem;font-size:clamp(1.875rem,5vw,3.75rem)}.atelier__body{display:flex;flex-direction:column;gap:1.25rem;color:#f5f3eebf}.atelier__stats{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;border-top:1px solid rgba(245,243,238,.15);padding-top:2.5rem}@media(min-width:768px){.atelier__stats{grid-template-columns:repeat(4,1fr);margin-top:5rem}}.atelier__stat-key{font-family:var(--font-display);font-size:clamp(1.875rem,4vw,3rem);color:var(--accent)}.atelier__stat-val{margin-top:.4rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.25em;color:#f5f3ee99}.site-footer{border-top:1px solid var(--border);background:var(--background)}.site-footer__inner{max-width:1280px;margin:0 auto;padding:3.5rem 1.25rem}@media(min-width:768px){.site-footer__inner{padding:5rem 1.5rem}}.site-footer__grid{display:grid;gap:2.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand-logo{font-family:var(--font-display);font-size:1.75rem;color:var(--foreground)}.site-footer__brand-logo span{color:var(--accent)}.site-footer__tagline{margin-top:.75rem;max-width:20rem;font-size:.875rem;color:var(--muted-fg)}.newsletter-form{margin-top:1.5rem;max-width:22rem;display:flex;border-bottom:1px solid var(--border);transition:border-color .2s}.newsletter-form:focus-within{border-color:var(--accent)}.newsletter-form input{flex:1;background:transparent;border:none;padding:.75rem 0;font-size:.875rem;outline:none;color:var(--foreground);font-family:var(--font-sans)}.newsletter-form input::placeholder{color:var(--muted-fg)}.newsletter-form button{font-size:.6875rem;text-transform:uppercase;letter-spacing:.25em;color:var(--foreground);background:none;border:none;cursor:pointer;transition:color .2s;padding:.75rem 0 .75rem .75rem;touch-action:manipulation}.newsletter-form button:hover,.newsletter-form button:active{color:var(--accent)}.footer-nav__heading{font-size:.6875rem;text-transform:uppercase;letter-spacing:.3em;color:var(--accent)}.footer-nav__list{margin-top:1rem;display:flex;flex-direction:column;gap:.625rem}.footer-nav__list a{font-size:.875rem;color:var(--muted-fg);transition:color .2s;padding:.2rem 0}.footer-nav__list a:hover,.footer-nav__list a:active{color:var(--foreground)}.site-footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;margin-top:3rem;border-top:1px solid var(--border);padding-top:1.25rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.25em;color:var(--muted-fg);text-align:center}@media(min-width:768px){.site-footer__bottom{flex-direction:row;text-align:left}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#342a1e73;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;z-index:401;width:min(26rem,100vw);height:100%;background:var(--background);box-shadow:-4px 0 40px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .42s var(--ease)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-size:1.5rem}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--foreground);transition:color .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cart-drawer__close:hover,.cart-drawer__close:active{color:var(--accent)}.cart-drawer__items{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.cart-item{display:flex;gap:.875rem;padding:1.125rem 1.25rem;border-bottom:1px solid var(--border)}.cart-item__image{width:5rem;height:6.25rem;object-fit:cover;flex-shrink:0;background:var(--secondary)}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-item__name{font-family:var(--font-display);font-size:1.0625rem;line-height:1.2;word-break:break-word}.cart-item__variant{font-size:.75rem;color:var(--muted-fg);margin-top:.125rem}.cart-item__price{font-family:var(--font-display);font-size:.9375rem;white-space:nowrap;flex-shrink:0}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.qty-control{display:flex;align-items:center;border:1px solid var(--border)}.qty-control button{padding:.5rem .625rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;min-width:36px;min-height:36px;justify-content:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s}.qty-control button:hover,.qty-control button:active{background:var(--secondary)}.qty-control span{padding:0 .625rem;font-size:.875rem;min-width:2rem;text-align:center}.cart-item__remove{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-fg);background:none;border:none;cursor:pointer;transition:color .2s;padding:.25rem 0;-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap}.cart-item__remove:hover,.cart-item__remove:active{color:var(--accent)}.cart-drawer__footer{padding:1.25rem;border-top:1px solid var(--border);background:#ede9e080;display:flex;flex-direction:column;gap:.875rem;flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--muted-fg)}.cart-drawer__subtotal span:last-child{font-family:var(--font-display);font-size:1.25rem;color:var(--foreground)}.cart-drawer__note{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-fg)}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.25rem}.cart-drawer__empty-title{font-size:1.5rem}.cart-drawer__empty-sub{margin-top:.5rem;font-size:.875rem;color:var(--muted-fg)}.cart-drawer__empty .btn{margin-top:1.75rem}.product-page{max-width:1280px;margin:0 auto;padding:2.5rem 1.25rem;display:grid;gap:2.5rem}@media(min-width:768px){.product-page{grid-template-columns:1fr 1fr;padding:4rem 1.5rem;gap:4rem}}.product-page__gallery{aspect-ratio:4/5;overflow:hidden;background:var(--secondary)}.product-page__gallery img{width:100%;height:100%;object-fit:cover}.product-page__info{display:flex;flex-direction:column;gap:1.25rem}.product-page__vendor{font-size:.6875rem;text-transform:uppercase;letter-spacing:.3em;color:var(--accent)}.product-page__title{font-size:clamp(1.75rem,5vw,3rem)}.product-page__price{font-family:var(--font-display);font-size:1.625rem}.product-page__description{font-size:.9375rem;color:var(--muted-fg);line-height:1.75}.product-page__form{display:flex;flex-direction:column;gap:1rem}.collection-hero{background:var(--primary);color:var(--primary-fg);padding:3rem 1.25rem;text-align:center}@media(min-width:768px){.collection-hero{padding:4rem 1.5rem}}.collection-hero h1{font-size:clamp(2rem,7vw,4.5rem)}.collection-page{max-width:1280px;margin:0 auto;padding:2.5rem 1.25rem}@media(min-width:768px){.collection-page{padding:4rem 1.5rem}}.cart-page{max-width:1280px;margin:0 auto;padding:2.5rem 1.25rem}@media(min-width:768px){.cart-page{padding:4rem 1.5rem}}.cart-page h1{font-size:clamp(1.875rem,5vw,3rem);margin-bottom:2rem}.placeholder-svg{width:100%;height:100%;fill:var(--secondary)}.fade-in-up{opacity:1;transform:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/kydoo.css.map */
