@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap";.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.skip-link{position:fixed;left:1rem;top:-100%;z-index:10000;background:#fff;padding:1rem}.skip-link:focus{top:1rem}.page-width{width:min(calc(100% - 64px),var(--page));margin-inline:auto}.section{padding-block:120px}.section--soft{background:var(--soft)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:52px}.eyebrow{display:block;margin-bottom:14px;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.display,.section-title{font-family:Italiana,Georgia,serif;font-weight:400;line-height:1.03;letter-spacing:-.02em}.display{font-size:clamp(48px,6.2vw,88px)}.section-title{font-size:clamp(38px,4vw,58px);margin:0}.section-copy{max-width:580px;color:#65635e}.button{position:relative;display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 28px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:#fff;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:transform .3s cubic-bezier(.2,.8,.2,1),background .3s,color .3s,box-shadow .3s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1112}.button--light{background:#fff;color:var(--ink);border-color:#fff}.button--outline{background:transparent;color:var(--ink)}.button--outline:hover{background:var(--ink);color:#fff}.button--quiet{min-height:38px;padding:0;border:0;border-bottom:1px solid;background:transparent;color:var(--ink);box-shadow:none}.button.is-loading{color:transparent}.button.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent}.icon-button svg,.header__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.placeholder{width:100%;height:100%;background:#e7e5df}.site-header{position:relative;z-index:50;height:88px;border-bottom:1px solid transparent;transition:background .35s,backdrop-filter .35s,border-color .35s}.site-header--overlay{position:absolute;inset:0 0 auto;color:#171714}.site-header.is-scrolled{position:fixed;inset:0 0 auto;height:76px;background:#fcfbf8d6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:var(--line);color:var(--ink)}.header__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__nav,.header__actions{display:flex;align-items:center;gap:28px}.header__nav a{position:relative;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.header__nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s}.header__nav a:hover:after{transform:scaleX(1);transform-origin:left}.header__logo{font-family:Italiana,Georgia,serif;font-size:38px;line-height:1;letter-spacing:.03em;text-align:center}.header__logo img{width:var(--logo-width);max-height:56px;object-fit:contain}.header__actions{justify-content:flex-end;gap:15px}.header__icon{position:relative;display:grid;place-items:center}.header__count{position:absolute;right:-8px;bottom:-8px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:20px;background:var(--accent);color:#fff;font-size:9px}.header__menu{display:none;border:0;background:transparent}.mobile-drawer{display:none}.hero{position:relative;min-height:clamp(680px,92vh,980px);display:flex;align-items:flex-end;overflow:hidden;background:#ddd}.hero__media,.hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media .placeholder{width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";background:linear-gradient(90deg,#11110e94,#11110e14 65%),linear-gradient(0deg,rgba(17,17,14,.38),transparent 55%)}.hero__content{position:relative;z-index:1;width:min(760px,90%);padding:0 0 11vh;color:#fff}.hero__content p{max-width:560px;font-size:18px}.hero__actions{display:flex;gap:12px;margin-top:30px}.hero__scroll{position:absolute;right:48px;bottom:50px;color:#fff;font-size:10px;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl}.trust-strip{border-bottom:1px solid var(--line);background:var(--paper)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:30px 34px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.35}.trust-item strong{display:block;font-size:13px;letter-spacing:.04em}.trust-item span{color:#76736d;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px 24px}.product-card{position:relative}.product-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#f0efec}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .5s,transform .65s cubic-bezier(.2,.8,.2,1)}.product-card__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__primary{opacity:0}.product-card:hover .product-card__secondary{opacity:1;transform:scale(1.035)}.product-card__badge{position:absolute;top:14px;left:14px;padding:7px 11px;background:var(--accent);color:#fff;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.product-card__wish{position:absolute;right:12px;top:12px;z-index:2;border-radius:50%;background:#fff;opacity:0;transform:translateY(6px);transition:.3s}.product-card:hover .product-card__wish{opacity:1;transform:none}.product-card__body{padding-top:18px;text-align:center}.product-card__title{font-size:14px;font-weight:500}.price{display:flex;justify-content:center;gap:9px;margin-top:5px;color:var(--accent);font-size:13px}.price s{color:#98958f}.quick-add{margin-top:10px;opacity:0;transform:translateY(4px);transition:.3s}.product-card:hover .quick-add{opacity:1;transform:none}.editorial{display:grid;grid-template-columns:1.35fr 1fr;min-height:720px}.editorial__media{min-height:560px}.editorial__media img,.editorial__media .placeholder{width:100%;height:100%;object-fit:cover}.editorial__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:80px;background:#d9d3c2}.editorial__content p{max-width:470px;color:#4f4c45}.editorial--reverse .editorial__media{order:2}.editorial--reverse .editorial__content{background:#eef0eb}.quote-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:0;background:#f2f0ea}.quote-grid__content{padding:100px;display:flex;flex-direction:column;justify-content:center}.quote-grid__image img,.quote-grid__image .placeholder{width:100%;height:100%;min-height:640px;object-fit:cover}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial{padding:38px;border:1px solid var(--line);background:#ffffffad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial__stars{color:var(--accent);letter-spacing:.12em}.testimonial blockquote{margin:28px 0;font-family:Italiana,Georgia,serif;font-size:25px;line-height:1.35}.testimonial__person{display:flex;align-items:center;gap:12px;font-size:13px}.testimonial__person img{width:42px;height:42px;border-radius:50%;object-fit:cover}.faq{max-width:920px;margin:auto}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item button{width:100%;padding:26px 0;display:flex;justify-content:space-between;border:0;background:transparent;text-align:left;font-size:17px}.faq-item button:after{content:"+";font-size:22px;font-weight:300;transition:transform .3s}.faq-item.is-open button:after{transform:rotate(45deg)}.faq-item__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s}.faq-item__answer>div{overflow:hidden}.faq-item__answer p{margin:0 0 28px;color:#68655f}.faq-item.is-open .faq-item__answer{grid-template-rows:1fr}.newsletter{padding:100px 32px;text-align:center;background:var(--ink);color:#fff}.newsletter p{max-width:560px;margin:18px auto 30px;color:#c9c7c0}.newsletter-form{max-width:580px;margin:auto;display:flex;border-bottom:1px solid #fff7}.newsletter-form input{flex:1;padding:18px 0;border:0;background:transparent;color:#fff;outline:0}.newsletter-form button{border:0;background:transparent;color:#fff;font-size:11px;letter-spacing:.15em;text-transform:uppercase}.product-main{padding:48px 0 100px}.breadcrumbs{margin-bottom:28px;color:#797671;font-size:12px}.product-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(420px,.85fr);gap:80px}.product-gallery{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:start}.product-gallery__thumbs{display:grid;gap:12px}.product-gallery__thumb{padding:0;border:1px solid transparent;background:#f0efec;aspect-ratio:1;overflow:hidden}.product-gallery__thumb.is-active{border-color:var(--ink)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__main{position:sticky;top:100px;aspect-ratio:4/5;overflow:hidden;background:#f0efec}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-gallery__main:hover img{transform:scale(1.06)}.product-info{padding-top:10px}.product-info__sticky{position:sticky;top:118px}.product-info h1{margin:0 48px 12px 0;font-family:Italiana,Georgia,serif;font-size:48px;font-weight:400;line-height:1.1}.rating{color:var(--accent);font-size:13px}.product-price{display:flex;align-items:center;gap:12px;margin:23px 0;font-size:27px;color:var(--accent)}.product-price s{font-size:15px;color:#999}.sale-pill{padding:4px 8px;border-radius:40px;background:var(--accent);color:#fff;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.product-description{padding:22px 0;border-top:1px solid var(--line);color:#77736e}.variant-label{display:flex;justify-content:space-between;margin:18px 0 10px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.variant-options{display:flex;flex-wrap:wrap;gap:9px}.variant-options input{position:absolute;opacity:0}.variant-options label{min-width:54px;padding:11px 15px;border:1px solid var(--line);text-align:center;font-size:12px;cursor:pointer}.variant-options input:checked+label{border-color:var(--ink);background:var(--ink);color:#fff}.purchase-row{display:grid;grid-template-columns:120px 1fr;gap:12px;margin-top:24px}.quantity{display:grid;grid-template-columns:36px 1fr 36px;height:54px;border:1px solid var(--line)}.quantity button,.quantity input{width:100%;border:0;background:transparent;text-align:center}.quantity input{-moz-appearance:textfield}.buy-now{width:100%;margin-top:12px}.product-assurances{display:grid;gap:15px;margin-top:28px;padding-top:26px;border-top:1px solid var(--line);font-size:13px}.product-assurances span{display:flex;gap:12px}.product-assurances svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4}.stock{display:flex;align-items:center;gap:9px;margin:18px 0;font-size:12px}.stock:before{content:"";width:7px;height:7px;border-radius:50%;background:#578451;box-shadow:0 0 0 4px #5784511f}.product-detail-section{padding:110px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw}.story-grid img,.story-grid .placeholder{width:100%;min-height:620px;object-fit:cover}.story-grid__copy{max-width:560px}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.feature-box{padding:42px;background:var(--paper)}.feature-box svg{width:30px;height:30px;margin-bottom:35px;fill:none;stroke:currentColor;stroke-width:1.2}.comparison{width:100%;border-collapse:collapse}.comparison th,.comparison td{padding:20px;border-bottom:1px solid var(--line);text-align:center}.comparison th:first-child,.comparison td:first-child{text-align:left}.comparison th:nth-child(2){background:#e8e5da}.comparison td:nth-child(2){background:#f4f1e9}.sticky-atc{position:fixed;z-index:40;left:0;right:0;bottom:0;padding:12px 24px;background:#fffc;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translateY(110%);transition:.35s}.template-product .sticky-atc{transform:none}.sticky-atc__inner{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.sticky-atc__product{display:flex;align-items:center;gap:12px}.sticky-atc__product img{width:48px;height:48px;object-fit:cover}.sticky-atc form{display:flex;gap:10px}.footer{padding:82px 0 30px;border-top:1px solid var(--line)}.footer__grid{display:grid;grid-template-columns:1.2fr repeat(3,.7fr);gap:60px}.footer__brand{font-family:Italiana,Georgia,serif;font-size:38px}.footer h3{margin:0 0 18px;font-size:11px;letter-spacing:.15em;text-transform:uppercase}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:8px 0;color:#68655f;font-size:13px}.footer__bottom{display:flex;justify-content:space-between;margin-top:70px;padding-top:24px;border-top:1px solid var(--line);color:#77736e;font-size:11px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible,.shopify-design-mode .reveal{opacity:1;transform:none}.toast{position:fixed;z-index:100;right:24px;bottom:24px;padding:15px 22px;background:var(--ink);color:#fff;transform:translateY(90px);opacity:0;transition:.3s}.toast.is-visible{transform:none;opacity:1}@media(max-width:989px){.page-width{width:min(calc(100% - 40px),var(--page))}.section{padding-block:82px}.header__nav{display:none}.header__inner{grid-template-columns:1fr auto 1fr}.header__menu{display:block}.header__actions a:not(:last-child){display:none}.mobile-drawer[open]{position:fixed;display:block;top:76px;right:0;bottom:0;left:0;background:var(--paper);padding:32px 24px}.mobile-drawer nav{display:grid}.mobile-drawer a{padding:18px 0;border-bottom:1px solid var(--line);font-family:Italiana;font-size:32px}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.product-grid{grid-template-columns:1fr 1fr}.editorial{grid-template-columns:1fr;min-height:0}.editorial__media{min-height:540px}.editorial__content{padding:70px 40px}.editorial--reverse .editorial__media{order:0}.quote-grid{grid-template-columns:1fr}.quote-grid__content{padding:70px 40px}.testimonials{grid-template-columns:1fr}.product-layout{grid-template-columns:1fr;gap:48px}.product-gallery__main,.product-info__sticky{position:relative;top:auto}.story-grid{grid-template-columns:1fr}.story-grid img,.story-grid .placeholder{min-height:500px}.feature-list{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.sticky-atc{padding:10px 16px}.sticky-atc__product{display:none}}@media(max-width:639px){body{font-size:15px}.page-width{width:calc(100% - 32px)}.section{padding-block:68px}.site-header{height:72px}.header__logo{font-size:30px}.header__actions{gap:8px}.hero{min-height:760px}.hero__content{padding-bottom:72px}.hero__content p{font-size:16px}.hero__actions{align-items:stretch;flex-direction:column;width:min(100%,330px)}.hero__scroll{display:none}.trust-strip__grid{grid-template-columns:1fr 1fr}.trust-item{grid-template-columns:1fr;padding:22px 15px;gap:8px}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-header{align-items:start;flex-direction:column;margin-bottom:34px}.product-grid{gap:34px 10px}.product-card__media{aspect-ratio:3/4}.product-card__wish{opacity:1;transform:none}.product-card__title{font-size:12px}.quick-add{display:none}.editorial__media{min-height:430px}.editorial__content,.quote-grid__content{padding:48px 24px}.quote-grid__image img{min-height:430px}.newsletter{padding:70px 22px}.product-main{padding-top:24px}.breadcrumbs{display:none}.product-layout{width:100%}.product-gallery{display:block}.product-gallery__main{aspect-ratio:4/5}.product-gallery__thumbs{display:flex;overflow-x:auto;margin-top:10px;order:2}.product-gallery__thumb{flex:0 0 70px}.product-info{padding:24px 16px 0}.product-info h1{font-size:38px}.purchase-row{grid-template-columns:100px 1fr}.product-detail-section{padding:70px 0}.story-grid img{min-height:420px}.comparison th,.comparison td{padding:13px 8px;font-size:11px}.footer__grid{grid-template-columns:1fr}.footer__bottom{align-items:flex-start;flex-direction:column;gap:10px}.sticky-atc form,.sticky-atc .button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
