:root{--bg:#f6efe8;--bg-alt:#f4d9ce;--ink:#1e1b19;--ink-soft:#6b5d52;--muted:#a8988a;--line:#e3d5c8;--accent:#b98a76;--accent-hover:#9c6f5c;--primary:#1e1b19;--primary-fg:#fcfaf8;--radius:0;--container:1600px;--ease:cubic-bezier(.16,.6,.15,1);--ease-slow:cubic-bezier(.16,.6,.15,1)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:100}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2.5rem}}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:400;letter-spacing:-.01em;margin:0;line-height:1.05}.h-display{font-size:clamp(2.5rem,6vw,5.5rem)}.h-xl{font-size:clamp(2rem,4vw,3.5rem)}.h-lg{font-size:clamp(1.5rem,2.5vw,2.25rem)}.eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--accent);font-weight:500}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:all .6s var(--ease);border:1px solid var(--ink)}.btn-primary{background:var(--accent);color:var(--primary-fg);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-outline{background:transparent;color:var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--primary-fg)}.btn-full{width:100%;justify-content:center}.announcement{background:var(--accent);color:var(--primary-fg);text-align:center;padding:.7rem 1rem;font-size:11px;letter-spacing:.28em;text-transform:uppercase}.header{position:sticky;top:0;z-index:40;background:var(--bg);border-bottom:1px solid transparent;transition:all .6s var(--ease)}.header.scrolled{background:#fcfaf8eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:var(--line)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;max-width:var(--container);margin:0 auto;gap:1rem}@media(min-width:768px){.header__inner{padding:1.5rem 2.5rem}}.header__nav{display:none;gap:2.5rem;flex:1}.header__nav--right{justify-content:flex-end}@media(min-width:900px){.header__nav{display:flex}}.header__nav a{font-size:11px;letter-spacing:.22em;text-transform:uppercase;transition:color .45s var(--ease)}.header__nav a:hover{color:var(--accent)}.header__logo{font-family:Cormorant Garamond,serif;font-size:2rem;letter-spacing:.4em;font-weight:400}@media(min-width:768px){.header__logo{font-size:2.25rem}}.header__icons{display:flex;gap:.25rem;align-items:center}.icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:color .45s var(--ease)}.icon-btn:hover{color:var(--accent)}.cart-count{position:absolute;top:6px;right:6px;background:var(--accent);color:#fff;border-radius:999px;min-width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;padding:0 5px}.menu-toggle{display:inline-flex}@media(min-width:900px){.menu-toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:60;transform:translate(-100%);transition:transform .5s var(--ease);display:flex;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem}.mobile-menu__nav{padding:3rem 2rem;display:flex;flex-direction:column;gap:1.75rem}.mobile-menu__nav a{font-family:Cormorant Garamond,serif;font-size:2rem}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1e1b1926,#1e1b198c)}.hero__content{position:relative;z-index:1;color:var(--primary-fg);padding:8rem 1.5rem 5rem;max-width:var(--container);margin:0 auto;width:100%}@media(min-width:768px){.hero__content{padding:10rem 2.5rem 7rem}}.hero h1{max-width:18ch;color:#fff;margin-top:1.5rem}.hero p{max-width:42ch;margin:2rem 0;color:#ffffffd9;font-size:1.05rem}.section{padding:5rem 0}@media(min-width:768px){.section{padding:7rem 0}}.section--alt{background:var(--bg-alt)}.section__head{text-align:center;max-width:48rem;margin:0 auto 4rem}.section__head h2{margin-top:1.25rem}.section__head p{margin-top:1.5rem;color:var(--ink-soft)}.product-grid{display:grid;grid-template-columns:1fr;gap:3rem 2rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{display:block;group:card}.product-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--bg-alt);margin-bottom:1.25rem}.product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__media img:nth-child(2){display:none}.product-card__info{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.product-card__title{font-family:Cormorant Garamond,serif;font-size:1.3rem;transition:color .45s var(--ease)}.product-card:hover .product-card__title{color:var(--accent)}.product-card__sub{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-top:.2rem}.product-card__price{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-variant-numeric:tabular-nums}.iwt{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.iwt{grid-template-columns:1fr 1fr;gap:5rem}}.iwt--reverse>:first-child{order:2}@media(max-width:899px){.iwt--reverse>:first-child{order:0}}.iwt__media{aspect-ratio:4/5;overflow:hidden;background:var(--bg-alt)}.iwt__media img{width:100%;height:100%;object-fit:cover}.iwt__text h2{margin-top:1.25rem}.iwt__text p{margin-top:1.5rem;color:var(--ink-soft)}.iwt__text .btn{margin-top:2rem}.rich-text{text-align:center;max-width:48rem;margin:0 auto;padding:0 1.5rem}.rich-text h2{margin-top:1rem}.rich-text p{margin-top:1.5rem;color:var(--ink-soft);font-size:1.05rem}.testimonials{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials{grid-template-columns:repeat(3,1fr)}}.testimonial{padding:2.5rem;background:var(--bg);border:1px solid var(--line)}.testimonial p{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.4rem;line-height:1.4}.testimonial cite{display:block;margin-top:1.5rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-style:normal}.product{padding:3rem 0 6rem}.product__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.product__grid{grid-template-columns:1.1fr 1fr;gap:5rem}}.product__gallery{display:grid;gap:1rem}.product__gallery img{width:100%;background:var(--bg-alt)}.product__info{position:sticky;top:6rem;align-self:start}.product__title{margin:1rem 0}.product__price{font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:2rem}.product__desc{color:var(--ink-soft);margin:2rem 0;line-height:1.8}.product__form{display:flex;flex-direction:column;gap:1.25rem}.product__options{display:flex;flex-direction:column;gap:1rem}.product__option-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.5rem}.product__variant-select{width:100%;padding:1rem;border:1px solid var(--line);background:var(--bg);font-family:inherit;font-size:14px}.qty{display:inline-flex;border:1px solid var(--line);align-items:center}.qty button{width:44px;height:44px}.qty input{width:48px;text-align:center;border:none;background:none;font-family:inherit}.collection-head{background:var(--bg-alt);padding:6rem 0 5rem;text-align:center}.collection-head .eyebrow{display:block;margin-bottom:1.25rem}.collection-head p{max-width:42rem;margin:1.5rem auto 0;color:var(--ink-soft)}.collection-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.25rem 0;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);display:flex;justify-content:space-between;align-items:center}.cart{padding:5rem 0}.cart h1{margin-bottom:3rem}.cart__item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--line);align-items:center}.cart__item img{width:100px;height:120px;object-fit:cover;background:var(--bg-alt)}.cart__totals{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--accent);display:flex;justify-content:space-between;align-items:baseline}.cart__totals .total{font-family:Cormorant Garamond,serif;font-size:2rem}.cart__empty{text-align:center;padding:6rem 0}.footer{background:var(--bg-alt);color:var(--ink);padding:5rem 0 2rem;margin-top:0;border-top:1px solid var(--line)}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer__brand{font-family:Cormorant Garamond,serif;font-size:3rem;letter-spacing:.3em}.footer__about{margin-top:1.5rem;color:var(--ink-soft);max-width:30rem;font-size:14px;line-height:1.7}.footer h4{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;font-size:14px}.footer ul a{color:var(--ink-soft);transition:color .45s var(--ease)}.footer ul a:hover{color:var(--accent)}.footer__newsletter input{width:100%;background:transparent;border:none;color:var(--ink);padding:.5rem 0;font-family:inherit;outline:none;font-size:14px}.footer__newsletter input::placeholder{color:var(--muted)}.footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}.page-hero{background:var(--bg-alt);padding:6rem 0;text-align:center}.page-hero h1{margin-top:1.25rem;max-width:24ch;margin-left:auto;margin-right:auto}.page-hero p{margin:2rem auto 0;max-width:36rem;color:var(--ink-soft)}.page-body{padding:5rem 0;max-width:42rem;margin:0 auto}.page-body .rte p{margin:0 0 1.25rem;color:var(--ink-soft);line-height:1.8}.page-body .rte h2{margin:3rem 0 1rem;font-size:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem;max-width:36rem;margin:0 auto}.contact-form input,.contact-form textarea{width:100%;padding:1rem;border:1px solid var(--line);background:var(--bg);font-family:inherit;font-size:14px;outline:none;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink)}.contact-form textarea{min-height:150px;resize:vertical}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.in{opacity:1;transform:translateY(0)}.trust-bar{background:var(--bg-alt);padding:1.5rem 0}.trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem 3rem}.trust-bar__item{display:flex;align-items:center;gap:.75rem;font-size:12px;letter-spacing:.08em;color:var(--ink-soft)}.trust-bar__item svg{color:var(--accent);flex-shrink:0}.reviews-carousel .jdgm-carousel-title-and-link{text-align:center}.reviews-carousel .jdgm-all-reviews-rating-wrapper{display:inline-flex;gap:.5rem;align-items:center;margin-top:.5rem;font-size:12px;color:var(--muted)}@media(max-width:767px){.hero{min-height:75vh}.hero__content{padding:6rem 1.25rem 3.5rem}.hero h1{max-width:100%}.h-display{font-size:clamp(2.1rem,9vw,3rem)}.btn{width:100%;justify-content:center}.hero .btn{width:auto;display:inline-flex}.section{padding:3.5rem 0}.trust-bar__inner{gap:1rem 1.5rem;font-size:11px}.trust-bar__item span{max-width:90px}.footer__brand{font-size:2.2rem;letter-spacing:.2em}.product__info{position:static}}a{transition:color .45s var(--ease)}.header__nav a{position:relative}.header__nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--accent);transition:width .3s var(--ease)}.header__nav a:hover:after{width:100%}.btn{transition:all .5s var(--ease)}.btn-primary:active{transform:scale(.97)}.icon-btn{transition:transform .25s var(--ease),color .25s var(--ease)}.icon-btn:hover{transform:translateY(-2px)}.product-card__media{transition:box-shadow .4s var(--ease)}.product-card:hover .product-card__media{box-shadow:0 12px 32px #1e1b191f}.qty{transition:border-color .25s var(--ease)}.qty button{width:38px;height:38px;transition:background .25s var(--ease),color .25s var(--ease)}.qty button:hover{background:var(--accent);color:var(--primary-fg)}.qty input{width:44px;text-align:center;border:none;background:none;font-family:inherit;font-size:14px}.cart__item{transition:opacity .3s var(--ease)}.collection-bar select{transition:color .45s var(--ease)}.collection-bar select:hover{color:var(--ink)}.product__variant-select{transition:border-color .25s var(--ease)}.product__variant-select:focus{border-color:var(--ink);outline:none}.section{padding:6.5rem 0}@media(min-width:768px){.section{padding:10rem 0}}.h-display{letter-spacing:-.02em}@media(min-width:900px){.h-display{font-size:clamp(3rem,5.5vw,6.5rem)}}.section__head{max-width:42rem;margin:0 auto 5.5rem}.eyebrow{letter-spacing:.34em;font-weight:400}.reveal{transition:opacity 1.1s var(--ease-slow),transform 1.1s var(--ease-slow)}.trust-bar{background:transparent;padding:1.6rem 0;position:relative}.trust-bar:before,.trust-bar:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:48px;height:1px;background:var(--accent)}.trust-bar:before{top:0}.trust-bar:after{bottom:0}.trust-bar__inner{gap:0}.trust-bar__item{gap:.55rem;font-family:Cormorant Garamond,serif;font-size:13px;letter-spacing:.12em;padding:0 1.75rem;position:relative;color:var(--ink)}.trust-bar__item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:14px;background:var(--line)}.trust-bar__item svg{width:14px;height:14px;color:var(--accent)}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:4rem 3rem}}.product-card__sub{display:none}.product-card__title{font-size:1.15rem}.btn-outline{border-color:var(--line);letter-spacing:.28em}.btn-outline:hover{background:transparent;color:var(--accent);border-color:var(--accent)}.hero__content{transition:opacity 1.4s var(--ease-slow)}.iwt--textonly{grid-template-columns:1fr;text-align:center;max-width:44rem;margin:0 auto}.iwt--textonly .iwt__text .btn{margin-left:auto;margin-right:auto}@media(max-width:767px){.hero__bg img{object-position:center 35%}}.product__gallery{grid-template-columns:1fr;gap:.75rem;display:grid}.product__gallery img{width:100%;height:auto;object-fit:contain;border-radius:0;background:var(--bg-alt)}@media(max-width:767px){.trust-bar__inner{flex-direction:column;align-items:center;gap:.85rem}.trust-bar__item{padding:0;border-bottom:none}.trust-bar__item:after{display:none}.trust-bar__item:not(:last-child){padding-bottom:.85rem;border-bottom:1px solid var(--line)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
