*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}:root{--cream: #EAE5DA;--brown: #492B2E;--red: #EF4136;--cream-lt: #F2EEE6;--divider: #DDD8CF;--font-display: "Playfair Display", Georgia, serif;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--nav-height: 56px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--brown);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lh-divider{height:1px;background:var(--divider)}.lh-eyebrow{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--red)}.lh-section-title{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brown)}.lh-section-link{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--red);transition:opacity .15s}.lh-section-link:hover{opacity:.7}.lh-link{color:var(--red)}.lh-btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 32px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:0;transition:opacity .15s;white-space:nowrap}.lh-btn:hover{opacity:.85}.lh-btn--primary{background:var(--red);color:#fff}.lh-btn--secondary{background:transparent;color:var(--brown);border:1.5px solid var(--brown)}.lh-btn--outline-cream{background:transparent;color:var(--cream);border:1.5px solid rgba(234,229,218,.45)}.lh-btn--full{width:100%}.lh-header{position:sticky;top:0;z-index:100;background:var(--red);box-shadow:0 1px #00000014}.lh-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--nav-height);padding:0 28px;max-width:1440px;margin:0 auto}.lh-nav__left{display:flex;gap:24px;align-items:center}.lh-nav__right{display:flex;gap:20px;align-items:center;justify-content:flex-end}.lh-nav__link{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf;transition:color .15s}.lh-nav__link:hover{color:#fff}.lh-nav__cart{display:flex;align-items:center;gap:2px}.lh-nav__logo{display:block;text-align:center}.lh-nav__logo img{height:32px;width:auto;margin:0 auto}.lh-nav__logo-text{font-family:var(--font-display);font-size:15px;font-weight:400;letter-spacing:.28em;text-transform:uppercase;color:#fff}.lh-footer{background:var(--brown);border-top:1px solid rgba(255,255,255,.06)}.lh-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;padding:52px 40px 40px;max-width:1440px;margin:0 auto}.lh-footer__logo{font-family:var(--font-display);font-size:14px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);display:block;margin-bottom:14px}.lh-footer__tagline{font-size:12px;color:#eae5da73;line-height:1.65;max-width:200px}.lh-footer__col{display:flex;flex-direction:column;gap:10px}.lh-footer__col-title{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-bottom:4px}.lh-footer__link{font-size:12px;color:#ffffff6b;transition:color .15s}.lh-footer__link:hover{color:#ffffffbf}.lh-footer__bottom{text-align:center;padding:18px 40px;font-size:11px;color:#fff3;border-top:1px solid rgba(255,255,255,.06)}.lh-hero{position:relative;height:520px;overflow:hidden;background:var(--brown)}.lh-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lh-hero__img--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,#c8c3b8,#c8c3b8 8px,#bdb8ad 8px 9px)}.lh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a1a1461;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:0 48px}.lh-hero__eyebrow{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#eae5dab3}.lh-hero__headline{font-family:var(--font-display);font-size:52px;font-weight:400;color:#eae5daf5;line-height:1.05;letter-spacing:-.01em;white-space:nowrap}.lh-hero__sub{font-size:15px;color:#eae5daa6;max-width:340px;line-height:1.5;letter-spacing:.02em}.lh-products{padding:64px 40px;background:var(--cream);max-width:1440px;margin:0 auto}.lh-products__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:32px}.lh-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3px}.lh-prod-card{background:var(--cream-lt)}.lh-prod-card__img-wrap{display:block;overflow:hidden;aspect-ratio:1/1}.lh-prod-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.lh-prod-card__img-wrap:hover img{transform:scale(1.03)}.lh-prod-card__img-placeholder{aspect-ratio:1/1;background:#c8c3b8}.lh-prod-card__body{padding:18px 16px 24px;display:flex;flex-direction:column;gap:8px}.lh-prod-card__name{font-size:16px;font-weight:500;color:var(--brown);line-height:1.3;transition:color .15s}.lh-prod-card__name:hover{color:var(--red)}.lh-prod-card__price{font-size:13px;color:#7a6a60}.lh-swatch-row{display:flex;gap:7px;margin-top:2px}.lh-swatch-dot{width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12)}.lh-swatch-dot--red{background:#ef4136}.lh-swatch-dot--green{background:#1b3a2a}.lh-brand-strip{background:var(--brown);padding:80px 48px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.lh-brand-strip__eyebrow{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#eae5da80}.lh-brand-strip__headline{font-family:var(--font-display);font-size:40px;font-weight:400;color:var(--red);line-height:1.15;max-width:580px}.lh-brand-strip__body{font-size:14px;color:#eae5da94;line-height:1.8;max-width:480px}.lh-breadcrumb{padding:12px 40px;display:flex;gap:8px;align-items:center;border-bottom:1px solid var(--divider);background:var(--cream)}.lh-breadcrumb__link{font-size:11px;color:#8a7a70;transition:color .15s}.lh-breadcrumb__link:hover{color:var(--brown)}.lh-breadcrumb__sep{font-size:11px;color:#c0b8ae}.lh-breadcrumb__current{font-size:11px;color:var(--brown);font-weight:500}.lh-pdp{display:grid;grid-template-columns:1.05fr 1fr;min-height:600px}.lh-pdp__gallery{display:flex;flex-direction:column;gap:3px;padding:3px}.lh-pdp__img-wrap{overflow:hidden;flex:1}.lh-pdp__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.lh-pdp__img-placeholder{flex:1;min-height:280px;background:#c8c3b8}.lh-pdp__info{padding:48px 40px 48px 36px;display:flex;flex-direction:column;gap:24px;background:var(--cream-lt);border-left:1px solid var(--divider)}.lh-pdp__title-group{display:flex;flex-direction:column;gap:10px}.lh-pdp__title{font-family:var(--font-display);font-size:38px;font-weight:400;color:var(--brown);line-height:1.05}.lh-pdp__price{font-size:22px;color:var(--brown)}.lh-color-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a7a70;margin-bottom:10px}.lh-color-chips{display:flex;gap:8px}.lh-swatch{width:36px;height:36px;border:1.5px solid rgba(0,0,0,.1);cursor:pointer;border-radius:0;transition:outline-offset .15s}.lh-swatch.is-selected{outline:2px solid var(--brown);outline-offset:2px}.lh-pdp__desc{font-size:13px;color:var(--brown);line-height:1.8}.lh-pdp__ctas{display:flex;flex-direction:column;gap:10px}.lh-accordion{border-top:1px solid var(--divider)}.lh-acc-row{padding:15px 0;border-bottom:1px solid var(--divider);display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.lh-acc-label{font-size:12px;font-weight:500;color:var(--brown);letter-spacing:.02em}.lh-acc-icon{font-size:18px;font-weight:300;color:#b0a89e;line-height:1}.lh-acc-body{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:13px;color:var(--brown);line-height:1.75;padding:0}.lh-acc-body p{padding:12px 0 16px}.lh-acc-body a{color:var(--red)}.lh-ymal{padding:64px 40px;border-top:1px solid var(--divider);background:var(--cream)}.lh-ymal__headline{font-family:var(--font-display);font-size:26px;font-weight:400;color:var(--brown);margin-bottom:28px}.lh-ymal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.lh-ymal-card{background:var(--cream-lt)}.lh-ymal-card__img-wrap{display:block;aspect-ratio:1/1;overflow:hidden}.lh-ymal-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.lh-ymal-card__img-wrap:hover img{transform:scale(1.03)}.lh-ymal-card__img-placeholder{aspect-ratio:1/1;background:#c8c3b8}.lh-ymal-card__body{padding:14px 14px 20px;display:flex;flex-direction:column;gap:7px}.lh-ymal-card__name{font-size:13px;font-weight:500;color:var(--brown);line-height:1.3}.lh-ymal-card__price{font-size:12px;color:#8a7a70}.lh-about{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.lh-about__copy{padding:88px 72px;background:var(--cream-lt);display:flex;flex-direction:column;justify-content:center;gap:24px}.lh-about__headline{font-family:var(--font-display);font-size:52px;font-weight:400;color:var(--red);line-height:1.08}.lh-about__body{font-size:15px;color:var(--brown);line-height:1.8;max-width:380px}.lh-about__callout{font-size:15px;font-weight:600;color:var(--red);line-height:1.6;max-width:380px}.lh-about__image{overflow:hidden}.lh-about__image img{width:100%;height:100%;object-fit:cover;display:block}.lh-about__image-placeholder{width:100%;height:100%;min-height:600px;background:repeating-linear-gradient(-45deg,#c8c3b8,#c8c3b8 8px,#bdb8ad 8px 9px)}.lh-collection{padding:64px 40px;max-width:1440px;margin:0 auto}.lh-collection__head{margin-bottom:36px;border-bottom:1px solid var(--divider);padding-bottom:20px}.lh-collection__title{font-family:var(--font-display);font-size:36px;font-weight:400;color:var(--brown)}.lh-cart{padding:64px 40px;max-width:860px;margin:0 auto}.lh-cart__title{font-family:var(--font-display);font-size:36px;font-weight:400;color:var(--brown);margin-bottom:36px}.lh-cart__empty{font-size:14px;color:#7a6a60}.lh-cart__items{display:flex;flex-direction:column;gap:24px;margin-bottom:36px}.lh-cart__item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:start;padding-bottom:24px;border-bottom:1px solid var(--divider)}.lh-cart__item img{width:100px;height:100px;object-fit:cover}.lh-cart__item-title{font-size:14px;font-weight:500;color:var(--brown);margin-bottom:4px}.lh-cart__item-variant{font-size:12px;color:#8a7a70;margin-bottom:6px}.lh-cart__item-price{font-size:14px;color:var(--brown)}.lh-cart__qty-input{width:56px;height:36px;text-align:center;border:1px solid var(--divider);font-size:13px;background:transparent;color:var(--brown);margin-top:8px}.lh-cart__remove{font-size:11px;color:#8a7a70;letter-spacing:.06em;text-transform:uppercase}.lh-cart__footer{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.lh-cart__total{font-size:16px;color:var(--brown)}.lh-page-content{padding:64px 40px;max-width:720px;margin:0 auto}.lh-page-content__title{font-family:var(--font-display);font-size:36px;font-weight:400;color:var(--brown);margin-bottom:32px}.lh-page-content__body{font-size:14px;color:var(--brown);line-height:1.8}.rte h2{font-family:var(--font-display);font-size:24px;margin:24px 0 12px}.rte p{margin-bottom:16px}.rte a{color:var(--red)}#lh-cart-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(20px);background:var(--brown);color:var(--cream);padding:14px 28px;font-size:13px;font-weight:500;letter-spacing:.03em;box-shadow:0 4px 24px #00000038;z-index:999;white-space:nowrap;opacity:0;transition:opacity .25s,transform .25s;pointer-events:none}#lh-cart-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:900px){.lh-hero__headline{font-size:36px;white-space:normal}.lh-products__grid,.lh-pdp{grid-template-columns:1fr}.lh-pdp__info{border-left:none;border-top:1px solid var(--divider)}.lh-about{grid-template-columns:1fr}.lh-about__copy{padding:52px 32px}.lh-about__headline{font-size:36px}.lh-about__image{min-height:360px}.lh-footer__inner{grid-template-columns:1fr 1fr;gap:28px}.lh-ymal__grid{grid-template-columns:repeat(2,1fr)}.lh-nav{padding:0 18px}.lh-nav__left{gap:16px}.lh-nav__right{gap:12px}}@media(max-width:600px){.lh-nav__left .lh-nav__link:not(:first-child){display:none}.lh-hero{height:380px}.lh-hero__headline{font-size:28px}.lh-about__copy{padding:40px 24px}.lh-about__headline{font-size:30px}.lh-footer__inner{grid-template-columns:1fr}.lh-products{padding:40px 20px}.lh-ymal__grid{grid-template-columns:1fr}.lh-brand-strip{padding:52px 28px}.lh-brand-strip__headline,.lh-pdp__title{font-size:28px}.lh-pdp__info{padding:32px 20px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
