*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-background: #faf9f7;--color-text: #2c2c2c;--color-text-light: #7a7a72;--color-accent: #8b7355;--color-accent-hover: #6e5c41;--color-border: #e0d8cf;--color-surface: #ffffff;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Lato", Arial, sans-serif;--max-width: 1280px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.25}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3vw,2.5rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}h4{font-size:1.2rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-md)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--color-accent);color:#fff;border-radius:4px;width:auto;height:auto;clip:auto}.btn{display:inline-block;padding:.875rem 2rem;font-family:var(--font-body);font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:all .25s ease;cursor:pointer;border:2px solid transparent}.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.btn-secondary{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn-secondary:hover{background:var(--color-accent);color:#fff}.btn-dark{background:var(--color-text);color:#fff;border-color:var(--color-text)}.btn-dark:hover{background:#444;border-color:#444}.announcement-bar{background:var(--color-text);color:#fff;text-align:center;padding:.625rem var(--spacing-md);font-size:.8125rem;letter-spacing:.05em}.announcement-bar p{margin-bottom:0}.announcement-bar a{color:#fff;text-decoration:underline}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:var(--spacing-md)}.site-header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-text);white-space:nowrap;flex-shrink:0}.site-header__logo img{height:48px;width:auto}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav__link{font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);transition:color .2s;position:relative;white-space:nowrap}.site-nav__link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:var(--color-accent);transition:width .25s ease}.site-nav__link:hover{color:var(--color-accent)}.site-nav__link:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.site-header__cart{position:relative;display:flex;align-items:center;color:var(--color-text);transition:color .2s}.site-header__cart:hover{color:var(--color-accent)}.site-header__cart svg{width:24px;height:24px}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count[data-count="0"]{display:none}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px;background:none;border:none;cursor:pointer}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--color-text);transition:all .3s}.mobile-nav{display:none;background:var(--color-surface);border-top:1px solid var(--color-border);padding:var(--spacing-md)}.mobile-nav.is-open{display:block}.mobile-nav__link{display:block;padding:.75rem 0;font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid var(--color-border);color:var(--color-text)}.mobile-nav__link:last-child{border-bottom:none}.hero-banner{position:relative;overflow:hidden;min-height:580px;display:flex;align-items:center}.hero-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052}.hero-banner__content{position:relative;z-index:2;color:#fff;max-width:640px;padding:var(--spacing-xl) 0}.hero-banner--no-image{background:var(--color-background);min-height:420px}.hero-banner--no-image .hero-banner__content{color:var(--color-text)}.hero-banner--no-image .hero-banner__overlay{display:none}.hero-banner__eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;opacity:.85}.hero-banner__title{margin-bottom:1.25rem}.hero-banner__text{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:480px}.section{padding:var(--spacing-xl) 0}.section--sm{padding:var(--spacing-lg) 0}.section__header{text-align:center;margin-bottom:var(--spacing-md)}.section__eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section__title{margin-bottom:1rem}.section__subtitle{color:var(--color-text-light);font-size:1.0625rem}.section__footer{text-align:center;margin-top:var(--spacing-md)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--spacing-md)}.product-card__link{display:block}.product-card__image-wrap{position:relative;overflow:hidden;background:var(--color-border);aspect-ratio:3/4;margin-bottom:1rem}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--color-accent);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .625rem;text-transform:uppercase}.product-card__vendor{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.25rem}.product-card__title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;transition:color .2s}.product-card:hover .product-card__title{color:var(--color-accent)}.product-card__price{font-size:1rem;font-weight:700}.product-card__price s{font-weight:400;color:var(--color-text-light);margin-right:.5rem;text-decoration:line-through}.image-with-text{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:center}.image-with-text--reverse .image-with-text__image{order:2}.image-with-text--reverse .image-with-text__content{order:1}.image-with-text__image-wrap{overflow:hidden;aspect-ratio:4/5}.image-with-text__image{width:100%;height:100%;object-fit:cover}.image-with-text__content{padding:var(--spacing-md) 0}.image-with-text__eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.image-with-text__title{margin-bottom:1.25rem}.image-with-text__text{color:var(--color-text-light);margin-bottom:2rem;font-size:1.0625rem}.image-with-text__text p{margin-bottom:1em}.image-with-text__text p:last-child{margin-bottom:0}.rich-text{text-align:center;max-width:720px;margin:0 auto}.rich-text__body{color:var(--color-text-light);font-size:1.0625rem;margin-bottom:2rem}.rich-text__body p{margin-bottom:1em}.rich-text__body p:last-child{margin-bottom:0}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:start;padding:var(--spacing-lg) 0}.product-gallery__main{overflow:hidden;background:var(--color-border);aspect-ratio:1/1}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.product-gallery__thumb{width:80px;height:80px;overflow:hidden;cursor:pointer;opacity:.6;transition:opacity .2s;border:2px solid transparent;flex-shrink:0;padding:0;background:none}.product-gallery__thumb.active,.product-gallery__thumb:hover{opacity:1;border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.5rem}.product-info__title{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.25rem);margin-bottom:1rem}.product-info__price{font-size:1.375rem;font-weight:700;margin-bottom:1.5rem}.product-info__price s{font-weight:400;color:var(--color-text-light);margin-right:.5rem;text-decoration:line-through}.product-info__description{color:var(--color-text-light);margin-bottom:2rem;font-size:1.0625rem;line-height:1.8}.product-info__description p{margin-bottom:1em}.product-form__label{display:block;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}.product-form__option{margin-bottom:1.5rem}.product-form__variants{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;border:2px solid var(--color-border);font-size:.875rem;font-weight:700;transition:all .2s;background:#fff;cursor:pointer;font-family:var(--font-body)}.variant-btn:hover,.variant-btn.active{border-color:var(--color-text);background:var(--color-text);color:#fff}.variant-btn.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-form__quantity{display:flex;align-items:center;margin-bottom:1.5rem;border:2px solid var(--color-border);width:fit-content}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;transition:background .2s;background:none;border:none;cursor:pointer;font-family:var(--font-body)}.qty-btn:hover{background:var(--color-border)}.qty-input{width:56px;height:44px;border:none;border-left:2px solid var(--color-border);border-right:2px solid var(--color-border);text-align:center;font-size:1rem;font-weight:700;font-family:var(--font-body);background:transparent}.qty-input:focus{outline:none}.product-form__submit{width:100%;padding:1rem 2rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--color-text);color:#fff;border:2px solid var(--color-text);transition:all .25s;margin-bottom:1rem;cursor:pointer;font-family:var(--font-body)}.product-form__submit:hover{background:var(--color-accent);border-color:var(--color-accent)}.product-form__submit:disabled{opacity:.5;cursor:not-allowed}.collection-header{text-align:center;padding:var(--spacing-lg) 0 var(--spacing-md)}.collection-header__title{margin-bottom:.75rem}.collection-header__desc{color:var(--color-text-light);max-width:600px;margin:0 auto}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:var(--spacing-sm);margin-bottom:var(--spacing-md);border-bottom:1px solid var(--color-border);font-size:.875rem}.collection-toolbar__count{color:var(--color-text-light)}.collection-toolbar__sort select{border:1px solid var(--color-border);padding:.5rem 2.5rem .5rem .75rem;font-family:var(--font-body);font-size:.875rem;font-weight:700;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232c2c2c' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right .75rem center;-webkit-appearance:none;appearance:none;cursor:pointer}.collection-grid-padding{padding-bottom:var(--spacing-xl)}.cart-page{padding:var(--spacing-lg) 0}.cart-page__title,.cart-items{margin-bottom:var(--spacing-md)}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:var(--spacing-sm);align-items:start;padding:var(--spacing-sm) 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:100px;height:120px;object-fit:cover;background:var(--color-border)}.cart-item__title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;margin-bottom:.25rem}.cart-item__variant{font-size:.875rem;color:var(--color-text-light);margin-bottom:.75rem}.cart-item__quantity{display:flex;align-items:center;border:1px solid var(--color-border);width:fit-content}.cart-item__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s;background:none;border:none;cursor:pointer;font-family:var(--font-body)}.cart-item__qty-btn:hover{background:var(--color-border)}.cart-item__qty-input{width:40px;height:32px;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;font-size:.875rem;font-family:var(--font-body);background:transparent}.cart-item__qty-input:focus{outline:none}.cart-item__price{font-weight:700;font-size:1rem;white-space:nowrap}.cart-item__remove{display:block;margin-top:.5rem;font-size:.75rem;color:var(--color-text-light);text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.cart-item__remove:hover{color:var(--color-text)}.cart-footer{max-width:400px;margin-left:auto;padding:var(--spacing-md) 0}.cart-footer__row{display:flex;justify-content:space-between;padding:.625rem 0;font-size:1rem;border-bottom:1px solid var(--color-border)}.cart-footer__row--total{font-weight:700;font-size:1.25rem;border-bottom:none;padding-bottom:0;margin-bottom:1.5rem}.cart-footer__note{font-size:.8125rem;color:var(--color-text-light);margin-bottom:1.5rem}.cart-footer__submit{width:100%;padding:1rem;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--color-text);color:#fff;border:none;cursor:pointer;transition:background .25s;font-family:var(--font-body)}.cart-footer__submit:hover{background:var(--color-accent)}.cart-empty{text-align:center;padding:var(--spacing-xl) 0}.cart-empty__title{font-family:var(--font-heading);font-size:1.75rem;margin-bottom:1rem}.cart-empty__text{color:var(--color-text-light);margin-bottom:2rem}.page-content{max-width:800px;margin:0 auto;padding:var(--spacing-lg) 0}.page-content h1{margin-bottom:var(--spacing-sm)}.rte{color:var(--color-text-light);font-size:1.0625rem;line-height:1.8}.rte h2,.rte h3{color:var(--color-text);margin:1.5em 0 .75em;font-family:var(--font-heading)}.rte a{color:var(--color-accent);text-decoration:underline}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1rem}.rte li{margin-bottom:.5rem}.not-found{text-align:center;padding:var(--spacing-xl) 0}.not-found__number{font-family:var(--font-heading);font-size:clamp(6rem,15vw,12rem);font-weight:600;color:var(--color-border);line-height:1;margin-bottom:0}.not-found__title{margin-bottom:1rem}.not-found__text{color:var(--color-text-light);margin-bottom:2rem}.site-footer{background:var(--color-text);color:#ffffffbf;padding:var(--spacing-xl) 0 var(--spacing-md);margin-top:var(--spacing-xl)}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.site-footer__brand-name{font-family:var(--font-heading);font-size:1.375rem;color:#fff;margin-bottom:1rem}.site-footer__brand-desc{font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem}.site-footer__heading{font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem;font-family:var(--font-body)}.site-footer__links{display:flex;flex-direction:column;gap:.625rem}.site-footer__link{font-size:.9375rem;color:#ffffffa6;transition:color .2s}.site-footer__link:hover{color:#fff}.footer-newsletter{margin-bottom:var(--spacing-lg)}.footer-newsletter__form{display:flex;margin-top:1rem}.footer-newsletter__input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-family:var(--font-body);font-size:.875rem;outline:none}.footer-newsletter__input::placeholder{color:#ffffff59}.footer-newsletter__input:focus{border-color:#ffffff80}.footer-newsletter__btn{padding:.75rem 1.25rem;background:var(--color-accent);color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s;white-space:nowrap;font-family:var(--font-body)}.footer-newsletter__btn:hover{background:var(--color-accent-hover)}.site-footer__bottom{padding-top:var(--spacing-md);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#ffffff59;flex-wrap:wrap;gap:.75rem}@media(max-width:1024px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:var(--spacing-md)}}@media(max-width:768px){:root{--spacing-lg: 3rem;--spacing-xl: 4rem}.site-nav{display:none}.mobile-menu-toggle{display:flex}.hero-banner{min-height:420px}.image-with-text{grid-template-columns:1fr;gap:var(--spacing-md)}.image-with-text--reverse .image-with-text__image,.image-with-text--reverse .image-with-text__content{order:0}.product-page{grid-template-columns:1fr;gap:var(--spacing-md)}.cart-item{grid-template-columns:80px 1fr auto}.cart-item__image{width:80px;height:96px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:var(--spacing-md)}.site-footer__bottom{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:repeat(2,1fr);gap:var(--spacing-sm)}}@media(max-width:480px){.container{padding:0 1rem}.product-grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr}}.product-landing__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-lg);align-items:start}.product-landing__main-wrap{overflow:hidden;background:var(--color-border);aspect-ratio:1/1}.product-landing__main-image{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.product-landing__thumbs{display:flex;gap:.625rem;margin-top:.75rem;flex-wrap:wrap}.product-landing__thumb{width:72px;height:72px;overflow:hidden;cursor:pointer;opacity:.55;transition:opacity .2s;border:2px solid transparent;padding:0;background:none;flex-shrink:0}.product-landing__thumb.active,.product-landing__thumb:hover{opacity:1;border-color:var(--color-accent)}.product-landing__thumb img{width:100%;height:100%;object-fit:cover}.product-landing__title{font-family:var(--font-heading);font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:.75rem;line-height:1.2}.product-landing__price{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-accent)}.product-landing__desc{color:var(--color-text-light);font-size:1rem;line-height:1.75;margin-bottom:1.75rem}.product-landing__desc p{margin-bottom:.75em}.product-landing__desc p:last-child{margin-bottom:0}.product-landing__option{margin-bottom:1.25rem}.product-landing__option-label{font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.625rem}.product-landing__option-label strong{font-weight:700;text-transform:none;letter-spacing:0}.color-swatches{display:flex;flex-wrap:wrap;gap:.625rem}.color-swatch{width:36px;height:36px;border-radius:50%;border:3px solid transparent;outline:2px solid transparent;cursor:pointer;transition:all .2s;padding:0;position:relative}.color-swatch:hover{outline-color:var(--color-border);outline-offset:2px}.color-swatch.active{outline-color:var(--color-accent);outline-offset:2px;border-color:#fff}.pattern-options{display:flex;flex-wrap:wrap;gap:.5rem}.how-it-works{background:var(--color-surface)}.how-it-works__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md);text-align:center;position:relative}.how-it-works__steps:before{content:"";position:absolute;top:28px;left:calc(16.66% + 1rem);right:calc(16.66% + 1rem);height:2px;background:var(--color-border);z-index:0}.how-it-works__step{position:relative;z-index:1}.how-it-works__number{width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:#fff;font-family:var(--font-heading);font-size:1.375rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.how-it-works__step-title{font-family:var(--font-heading);font-size:1.125rem;margin-bottom:.625rem}.how-it-works__step-text{font-size:.9375rem;color:var(--color-text-light)}.features-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}.features-grid__item{text-align:center;padding:var(--spacing-md);background:var(--color-surface);border:1px solid var(--color-border)}.features-grid__icon{font-size:2rem;margin-bottom:.75rem;line-height:1}.features-grid__title{font-family:var(--font-heading);font-size:1.0625rem;margin-bottom:.5rem}.features-grid__text{font-size:.9375rem;color:var(--color-text-light)}@media(max-width:900px){.features-grid__items{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-landing__grid{grid-template-columns:1fr;gap:var(--spacing-md)}.how-it-works__steps{grid-template-columns:1fr;text-align:left}.how-it-works__steps:before{display:none}.how-it-works__step{display:flex;gap:1rem;align-items:flex-start;text-align:left}.how-it-works__number{flex-shrink:0;margin:0}.features-grid__items{grid-template-columns:1fr 1fr}}@media(max-width:480px){.features-grid__items{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
