:root{--ivory:#FAF8F4;--espresso:#29221F;--beige:#EEE8E1;--champagne:#B9A07A;--white:#FFFFFF;--champagne-soft: rgba(185,160,122,.35);--espresso-soft: rgba(41,34,31,.55);--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container: 1240px;--gutter: clamp(20px, 4vw, 64px);--radius: 2px;--ease: cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--espresso);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}ul{list-style:none;margin:0;padding:0}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.wrap{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.eyebrow{font-family:var(--font-body);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--champagne);font-weight:600}h1,h2,h3,.font-display{font-family:var(--font-display);font-weight:500;letter-spacing:.005em;margin:0}.section{padding:clamp(56px,8vw,120px) 0}.section--tight{padding:clamp(40px,6vw,80px) 0}.section-head{text-align:center;margin-bottom:clamp(32px,5vw,64px)}.section-head h2{font-size:clamp(28px,3.6vw,44px);margin-bottom:10px}.section-head p{color:var(--espresso-soft);font-size:15px;max-width:520px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;border:1px solid var(--espresso);background:var(--espresso);color:var(--ivory);border-radius:var(--radius);transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease);white-space:nowrap}.btn:hover,.btn--outline{background:transparent;color:var(--espresso)}.btn--outline:hover{background:var(--espresso);color:var(--ivory)}.btn--light{border-color:var(--ivory);background:transparent;color:var(--ivory)}.btn--light:hover{background:var(--ivory);color:var(--espresso)}.btn--full{width:100%}.link-underline{position:relative;display:inline-block;padding-bottom:3px}.link-underline:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--champagne);transform:scaleX(0);transform-origin:right;transition:transform .45s var(--ease)}.link-underline:hover:after{transform:scaleX(1);transform-origin:left}.announcement-bar{background:var(--espresso);color:var(--ivory);text-align:center;font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:10px 16px;font-weight:500}.announcement-bar a{color:var(--champagne);margin-left:6px}.site-header{background:var(--ivory);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--beige)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:20px var(--gutter);gap:16px}.site-nav{display:flex;gap:28px;font-size:13px;letter-spacing:.02em}.site-nav a{position:relative;padding-bottom:4px}.site-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--champagne);transition:width .35s var(--ease)}.site-nav a:hover:after{width:100%}.logo{text-align:center}.logo a{display:inline-block}.logo__name{font-family:var(--font-display);font-size:26px;letter-spacing:.12em;font-weight:500}.logo__tag{display:block;font-family:var(--font-body);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--champagne);margin-top:2px}.header-icons{display:flex;justify-content:flex-end;align-items:center;gap:20px}.header-icons a,.header-icons button{background:none;border:none;color:var(--espresso);position:relative;display:inline-flex}.header-icons svg{width:18px;height:18px;stroke:var(--espresso);fill:none}.cart-count{position:absolute;top:-7px;right:-9px;background:var(--champagne);color:var(--white);font-size:9px;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-burger{display:none;background:none;border:none;padding:0}.mobile-nav{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .4s var(--ease);background:var(--ivory);border-top:1px solid transparent}body.nav-open .mobile-nav{max-height:400px;border-top-color:var(--beige)}.mobile-nav a{padding:14px var(--gutter);border-bottom:1px solid var(--beige);font-size:14px}@media(max-width:900px){.site-nav{display:none}.header-burger{display:inline-flex}.site-header__inner{grid-template-columns:auto 1fr auto}.logo__name{font-size:20px}}.hero{position:relative;min-height:86vh;display:flex;align-items:flex-end;background:linear-gradient(180deg,#29221f00 40%,#29221f8c),var(--beige);background-size:cover;background-position:center;color:var(--white);overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:2;padding:0 var(--gutter) 72px;max-width:640px}.hero__content .eyebrow{color:var(--champagne)}.hero__content h1{font-size:clamp(34px,6vw,68px);line-height:1.05;margin:14px 0 18px;animation:fadeUp .9s var(--ease) both}.hero__content p{font-size:16px;color:#ffffffd9;max-width:420px;margin-bottom:28px}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-card{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--beige)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}.category-card:hover img{transform:scale(1.06)}.category-card__label{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(0deg,rgba(41,34,31,.55),transparent);color:var(--white);font-family:var(--font-display);font-size:20px;letter-spacing:.03em}@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}.product-card{position:relative}.product-card__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--beige);margin-bottom:14px}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease),opacity .5s ease}.product-card:hover .product-card__image-wrap img.primary{opacity:0}.product-card__image-wrap img.secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image-wrap img.secondary{opacity:1;transform:scale(1.03)}.wishlist-btn{position:absolute;top:12px;right:12px;z-index:3;width:32px;height:32px;border-radius:50%;background:#faf8f4d9;display:flex;align-items:center;justify-content:center;border:none;transition:transform .3s var(--ease)}.wishlist-btn:hover{transform:scale(1.08)}.wishlist-btn svg{width:15px;height:15px;stroke:var(--espresso);fill:none;transition:fill .3s,stroke .3s}.wishlist-btn.active svg{fill:var(--champagne);stroke:var(--champagne)}.product-card__title{font-size:14px;font-weight:500;margin-bottom:4px}.product-card__price{font-family:var(--font-body);font-size:13.5px;color:var(--espresso-soft)}.product-card__price .compare{text-decoration:line-through;color:#b8afa6;margin-right:6px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,1fr);gap:22px 14px}}.scroller{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.scroller::-webkit-scrollbar{display:none}.scroller .product-card{min-width:260px;scroll-snap-align:start;flex:0 0 auto}@media(min-width:900px){.scroller .product-card{min-width:0;flex:1 1 0}}.brand-statement{text-align:center;background:var(--beige)}.brand-statement h2{font-size:clamp(30px,6vw,56px);letter-spacing:.04em;margin-bottom:24px}.brand-statement p{max-width:480px;margin:0 auto;font-style:italic;font-family:var(--font-display);font-size:18px;color:var(--espresso-soft);line-height:1.7}.editorial{position:relative;min-height:70vh;display:flex;align-items:center;background:var(--espresso);color:var(--white);overflow:hidden}.editorial__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.75}.editorial:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#29221fbf,#29221f26 60%)}.editorial__content{position:relative;z-index:2;padding:0 var(--gutter);max-width:460px}.editorial__content h2{font-size:clamp(30px,4.6vw,48px);margin-bottom:16px}.editorial__content p{color:#ffffffd1;margin-bottom:26px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.benefit svg{width:26px;height:26px;stroke:var(--champagne);fill:none;margin-bottom:14px}.benefit h3{font-family:var(--font-body);font-size:14px;font-weight:700;margin-bottom:6px;letter-spacing:.01em}.benefit p{font-size:13px;color:var(--espresso-soft)}@media(max-width:800px){.benefits{grid-template-columns:repeat(2,1fr)}}.insta-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.insta-grid a{position:relative;aspect-ratio:1/1;overflow:hidden;display:block}.insta-grid img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.insta-grid a:hover img{transform:scale(1.08)}@media(max-width:800px){.insta-grid{grid-template-columns:repeat(3,1fr)}}.newsletter{background:var(--espresso);color:var(--ivory);text-align:center}.newsletter h2{font-size:clamp(26px,3.6vw,38px);margin-bottom:12px}.newsletter p{color:#faf8f4bf;max-width:420px;margin:0 auto 28px;font-size:14px}.newsletter-form{display:flex;max-width:420px;margin:0 auto;gap:0;border-bottom:1px solid rgba(250,248,244,.4)}.newsletter-form input{flex:1;background:transparent;border:none;color:var(--ivory);padding:12px 4px;font-size:14px;outline:none}.newsletter-form input::placeholder{color:#faf8f480}.newsletter-form button{background:none;border:none;color:var(--champagne);font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;padding:12px 6px}.site-footer{background:var(--beige);padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;margin-bottom:48px}.footer-brand .logo__name{font-size:24px}.footer-brand .logo__tag{margin-top:4px}.footer-social{display:flex;gap:14px;margin-top:20px}.footer-social a{width:32px;height:32px;border:1px solid var(--espresso);border-radius:50%;display:flex;align-items:center;justify-content:center}.footer-social svg{width:14px;height:14px;stroke:var(--espresso);fill:none}.footer-col h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-weight:700}.footer-col ul li{margin-bottom:10px;font-size:13.5px;color:var(--espresso-soft)}.footer-col ul li a:hover{color:var(--espresso)}.footer-bottom{border-top:1px solid rgba(41,34,31,.12);padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:var(--espresso-soft);flex-wrap:wrap;gap:10px}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}.product-page{display:grid;grid-template-columns:1.15fr 1fr;gap:64px;padding:56px var(--gutter);max-width:var(--container);margin:0 auto}.product-gallery__main{aspect-ratio:4/5;background:var(--beige);overflow:hidden;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-gallery__thumbs img{aspect-ratio:1/1;object-fit:cover;cursor:pointer;opacity:.6;transition:opacity .3s}.product-gallery__thumbs img.active,.product-gallery__thumbs img:hover{opacity:1}.product-info__title{font-size:clamp(26px,3vw,34px);margin-bottom:10px}.product-info__price{font-size:18px;color:var(--espresso);margin-bottom:22px}.product-info__price .compare{text-decoration:line-through;color:#b8afa6;margin-right:8px;font-size:15px}.product-info__desc{color:var(--espresso-soft);font-size:14.5px;margin-bottom:28px;line-height:1.8}.qty-selector{display:inline-flex;align-items:center;border:1px solid var(--espresso)}.qty-selector button{width:40px;height:44px;background:none;border:none;font-size:16px}.qty-selector input{width:44px;text-align:center;border:none;background:none;font-size:14px}.product-actions{display:flex;gap:12px;margin:22px 0 30px}.product-actions .btn{flex:1;padding:17px 20px}.product-accordion{border-top:1px solid var(--beige)}.product-accordion__item{border-bottom:1px solid var(--beige)}.product-accordion__item summary{padding:16px 0;font-size:13px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;display:flex;justify-content:space-between;cursor:pointer;list-style:none}.product-accordion__item summary::-webkit-details-marker{display:none}.product-accordion__item summary:after{content:"+";font-family:var(--font-display);font-size:18px}.product-accordion__item[open] summary:after{content:"\2013"}.product-accordion__item p{padding-bottom:16px;color:var(--espresso-soft);font-size:13.5px;line-height:1.8;margin:0}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--ivory);border-top:1px solid var(--beige);padding:12px var(--gutter);display:none;align-items:center;justify-content:space-between;gap:14px}.sticky-atc__price{font-size:14px}.sticky-atc .btn{flex:1;padding:14px 18px;max-width:220px}@media(max-width:860px){.product-page{grid-template-columns:1fr;gap:28px;padding-bottom:100px}.sticky-atc{display:flex}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
