:root{--ivory:#F8F5F1;--linen:#EFE7DE;--oat:#DDD2C5;--taupe:#B7A79A;--espresso:#4A3A33;--white:#fff;--max:1280px;--radius:2px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--espresso);font-family:Arial,Helvetica,sans-serif;line-height:1.55}h1,h2,h3,.logo{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:.04em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}.page-width{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:#fff;padding:12px;z-index:999}.announcement{background:var(--taupe);color:#fff;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}.site-header{background:#f8f5f1f7;border-bottom:1px solid var(--oat);position:sticky;top:0;z-index:20}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:96px;gap:24px}.logo{font-size:42px;letter-spacing:.17em;text-align:center}.logo small{display:block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:.28em;margin-top:3px}.header-tools{justify-self:end;display:flex;gap:18px;font-size:13px}.menu-toggle{display:none;background:none;border:0;font-size:22px}.main-nav{border-top:1px solid var(--oat)}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:40px}.main-nav a{display:block;padding:15px 0;font-size:12px;letter-spacing:.13em;text-transform:uppercase}.hero{min-height:520px;display:grid;align-items:center;background:linear-gradient(90deg,#f8f5f1f2,#f8f5f159),var(--hero-image);background-size:cover;background-position:center}.hero-content{max-width:600px;padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:12px}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.04;margin:16px 0}.hero p{max-width:490px;font-size:18px}.btn{display:inline-block;border:1px solid var(--espresso);background:var(--espresso);color:#fff;padding:14px 24px;font-size:12px;letter-spacing:.13em;text-transform:uppercase;cursor:pointer}.btn--light{background:transparent;color:var(--espresso)}.section{padding:72px 0}.section--linen{background:var(--linen)}.section-heading{text-align:center;margin-bottom:36px}.section-heading h2{font-size:38px;margin:0 0 10px}.section-heading p{margin:0;color:#6a5b53}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-height:380px;overflow:hidden;background:var(--oat)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.03)}.category-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#eadfd2,#b7a79a);display:grid;place-items:center}.category-label{position:absolute;left:20px;right:20px;bottom:20px;background:#f8f5f1f0;padding:16px;text-align:center;text-transform:uppercase;letter-spacing:.12em;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff}.product-card__image{aspect-ratio:4/5;background:var(--linen);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__info{padding:15px 6px 20px}.product-card h3{font-family:Arial,sans-serif;font-size:14px;letter-spacing:.05em;margin:0 0 7px}.price{font-size:14px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.story-image{min-height:440px;background:linear-gradient(145deg,#eee5da,#b9aa9d);overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-copy h2{font-size:48px;margin:0 0 20px}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--oat);border:1px solid var(--oat)}.trust-item{background:var(--ivory);padding:26px;text-align:center}.trust-item strong{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.newsletter{text-align:center;max-width:650px;margin:auto}.newsletter-form{display:flex;margin-top:24px}.newsletter-form input{flex:1;border:1px solid var(--taupe);padding:14px;background:#fff}.newsletter-form button{border:0}.site-footer{background:var(--espresso);color:#f8f5f1;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-title{text-transform:uppercase;letter-spacing:.12em;font-size:12px;margin-bottom:14px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin:8px 0;font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:40px;padding-top:20px;font-size:11px;letter-spacing:.08em;text-align:center}.collection-header,.page-header{padding:65px 0;text-align:center;background:var(--linen)}.collection-header h1,.page-header h1{font-size:50px;margin:0}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;padding:65px 0}.product-media{background:var(--linen)}.product-media img{width:100%}.product-info h1{font-size:44px;margin:0 0 12px}.product-form select,.product-form input{width:100%;padding:13px;border:1px solid var(--taupe);background:#fff;margin:8px 0 18px}.product-form .btn{width:100%}.rte{max-width:820px;margin:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:18px;border-bottom:1px solid var(--oat);text-align:left}.empty-state{text-align:center;padding:100px 20px}@media(max-width:900px){.header-inner{min-height:72px;grid-template-columns:auto 1fr auto}.menu-toggle{display:block}.main-nav{display:none}.logo{font-size:25px}.header-tools span{display:none}.hero{min-height:460px;background-position:60% center}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid,.product-page{grid-template-columns:1fr}.trust-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.page-width{width:min(100% - 28px,var(--max))}.category-grid,.product-grid,.trust-row,.footer-grid{grid-template-columns:1fr}.hero-content{padding:55px 0}.hero h1{font-size:46px}.category-card{min-height:330px}.newsletter-form{display:block}.newsletter-form input,.newsletter-form button{width:100%}}.holiday-feature{min-height:500px;display:grid;align-items:center;color:#fff;background:linear-gradient(90deg,#31211de0,#31211d40),var(--holiday-image);background-size:cover;background-position:center}.holiday-feature__inner{width:100%}.holiday-feature__content{max-width:590px;padding:80px 0}.holiday-feature h2{font-size:clamp(42px,5vw,68px);line-height:1.06;margin:14px 0 18px}.holiday-feature p{font-size:18px;max-width:520px}.holiday-feature__button{background:#f8f5f1;color:#4a3a33;border-color:#f8f5f1}@media(min-width:901px){.category-grid:has(.category-card:nth-child(5)){grid-template-columns:repeat(5,1fr)}}@media(max-width:560px){.holiday-feature{min-height:440px;background-position:65% center}.holiday-feature__content{padding:58px 0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
