:root{--dark: #2B2018;--cream: #F6F1E9;--cream-2: #EFE8DB;--accent: #B9865A;--line: #E2D9C8;--white: #FFFFFF;--font-display: "Cormorant Garamond", serif;--font-body: "Jost", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--dark);background:var(--cream);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}button{cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.announce{background:var(--dark);color:var(--white);text-align:center;font-size:.75rem;letter-spacing:.08em;padding:.65rem 1rem}.announce svg{vertical-align:-3px;margin-right:.4rem}header.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--cream);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.icon-btn{background:none;border:none;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:var(--dark);position:relative}.header-side{display:flex;align-items:center;gap:.5rem}.logo{text-align:center}.logo-img{max-height:3rem;width:auto;margin:0 auto}.logo .word{font-family:var(--font-display);font-size:2rem;font-weight:600;letter-spacing:.12em}.logo .sub{font-size:.55rem;letter-spacing:.32em;color:var(--accent);margin-top:-2px}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--dark);color:var(--white);font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.desk-nav{display:none;gap:2rem;font-size:.85rem;letter-spacing:.03em}.search-form{display:flex;align-items:center;gap:.4rem}.search-form input{border:1px solid var(--line);background:var(--white);padding:.4rem .6rem;font-size:.8rem;border-radius:2px;width:9rem}.hero{position:relative;background:var(--cream-2);overflow:hidden;height:320px}.hero-grid{display:grid;grid-template-columns:52% 48%;height:100%}.hero-copy{padding:1.25rem 1rem 1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.6rem;overflow:hidden}.eyebrow{color:var(--accent);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.hero-copy h1{font-family:var(--font-display);font-size:1.85rem;line-height:1.1;font-weight:600}.hero-copy p.tag{font-size:.8rem;color:#584c3e}.hero-actions{display:flex;gap:.5rem;margin-top:.3rem;flex-wrap:wrap}.hero-actions .btn{padding:.65rem 1.1rem;font-size:.7rem}.btn{padding:.85rem 1.6rem;font-size:.8rem;letter-spacing:.08em;border-radius:2px;border:1px solid var(--dark);display:inline-block}.btn-solid{background:var(--dark);color:var(--white)}.btn-outline{background:transparent;color:var(--dark)}.btn-solid:hover{background:#463625}.btn-outline:hover{background:var(--dark);color:var(--white)}.hero-image{position:relative;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover}section{padding:1.75rem 1.5rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.section-head h2{font-size:.95rem;letter-spacing:.14em;font-weight:600}.view-all{font-size:.75rem;letter-spacing:.06em;display:flex;align-items:center;gap:.3rem;border-bottom:1px solid var(--dark);padding-bottom:2px}.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.cat-card{text-align:center}.cat-card .thumb{background:var(--cream-2);aspect-ratio:1/1;overflow:hidden;margin-bottom:.6rem;border-radius:2px}.cat-card .thumb img{width:100%;height:100%;object-fit:cover}.cat-card span{font-size:.72rem;letter-spacing:.1em;font-weight:500}.features{background:var(--dark);border-radius:6px;padding:1.75rem 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 1rem;margin:0 1.5rem}.feature{display:flex;align-items:center;gap:.7rem}.feature svg{flex-shrink:0;color:var(--accent)}.feature .f-title{font-size:.72rem;font-weight:600;letter-spacing:.03em;color:var(--white)}.feature .f-sub{font-size:.68rem;color:#c9bda9}.prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.prod-card{position:relative}.prod-card .thumb{background:var(--cream-2);aspect-ratio:3/4;position:relative;overflow:hidden;border-radius:2px;margin-bottom:.6rem}.prod-card .thumb img{width:100%;height:100%;object-fit:cover}.wish-btn{position:absolute;top:.6rem;right:.6rem;background:var(--white);width:1.9rem;height:1.9rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center}.cart-btn{position:absolute;bottom:.6rem;right:.6rem;background:var(--dark);color:var(--white);width:2.1rem;height:2.1rem;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center}.prod-name{font-size:.82rem;margin-bottom:.2rem}.prod-price{font-size:.85rem;font-weight:600}.prod-price s{color:#9a8c78;font-weight:400;margin-right:.4rem}.promo{position:relative;overflow:hidden;margin:.5rem 0 0;height:210px;background:var(--cream-2)}.promo-media{position:absolute;top:0;right:0;bottom:0;left:0}.promo-media img{width:100%;height:100%;object-fit:cover}.promo-copy{position:relative;z-index:1;padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:60%}.promo-copy .eyebrow{margin-bottom:.4rem;display:block;color:var(--accent)}.promo-copy h3{font-family:var(--font-display);font-size:1.5rem;font-weight:600;margin-bottom:.4rem;color:var(--dark)}.promo-copy p{font-size:.8rem;color:#5b4f40;margin-bottom:1rem}.promo-copy .btn{background:var(--dark);color:var(--white);border-color:var(--dark)}.testi-grid{display:grid;grid-template-columns:1fr;gap:1rem}.testi-card{background:var(--cream-2);padding:1.25rem;border-radius:4px}.stars{color:var(--dark);font-size:.8rem;letter-spacing:2px;margin-bottom:.6rem}.testi-card p{font-size:.85rem;line-height:1.5;margin-bottom:.8rem;color:#463d31}.testi-card .who{font-size:.78rem;font-weight:600}.newsletter{position:relative;background:var(--dark);overflow:hidden;margin:.5rem 0 0}.newsletter-media{position:absolute;top:0;right:0;bottom:0;left:0}.newsletter-media img{width:100%;height:100%;object-fit:cover}.newsletter-inner{position:relative;z-index:1;padding:1.75rem 1.5rem;display:grid;gap:1rem;color:var(--white)}.newsletter h3{font-family:var(--font-display);font-size:1.6rem;font-weight:600;margin:.2rem 0 .6rem;color:var(--white);letter-spacing:.02em}.newsletter p{font-size:.82rem;color:#d9d0c2}.newsletter .eyebrow{color:var(--accent)}.nl-rule{width:2.5rem;height:1px;background:currentColor;opacity:.4;margin-bottom:.8rem}.newsletter-has-image .newsletter-inner,.newsletter-has-image h3{color:var(--dark)}.newsletter-has-image p{color:#5b4f40}.newsletter-has-image .nl-form input{background:transparent;border-color:#2b201859;color:var(--dark)}.newsletter-has-image .nl-form input::placeholder{color:#8a7d6b}.newsletter-has-image .nl-form button{background:transparent;border:1px solid rgba(43,32,24,.35);color:var(--dark)}.nl-form{display:flex;gap:.5rem}.nl-form input{flex:1;padding:.85rem 1rem;border:1px solid #55483A;background:#3a2e22;color:var(--white);font-size:.82rem;border-radius:2px}.nl-form input::placeholder{color:#beb2a0}.nl-form button{width:2.9rem;height:2.9rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent);border:none;color:var(--dark);border-radius:2px}.nl-success{font-size:.82rem;color:var(--accent)}footer.site-footer{padding:2rem 1.5rem 5.5rem;font-size:.78rem;color:#5b4f40;display:grid;gap:1.25rem}footer.site-footer .foot-col h4{font-size:.72rem;letter-spacing:.1em;margin-bottom:.5rem;color:var(--dark)}footer.site-footer .foot-col a{display:block;margin-bottom:.35rem}.foot-bottom{border-top:1px solid var(--line);padding-top:1rem;margin-top:.5rem;font-size:.7rem}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:.55rem 0 .7rem;z-index:60}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.6rem;color:var(--dark);position:relative}.mobile-nav .badge{position:absolute;top:-4px;right:8px;background:var(--dark);color:var(--white);font-size:.55rem;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.breadcrumb{font-size:.75rem;color:#6b5f4f;padding:1.25rem 1.5rem 0}.product-main{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.product-gallery img{border-radius:2px;margin-bottom:.6rem;aspect-ratio:3/4;object-fit:cover;background:var(--cream-2)}.product-info h1{font-family:var(--font-display);font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.product-price{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.product-price s{color:#9a8c78;font-weight:400;margin-right:.5rem}.product-form label{font-size:.72rem;letter-spacing:.06em;display:block;margin-bottom:.4rem}.product-form select{width:100%;padding:.7rem;border:1px solid var(--line);background:var(--white);border-radius:2px;margin-bottom:1rem}.qty-row{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.qty-row input{width:4rem;padding:.6rem;border:1px solid var(--line);border-radius:2px;text-align:center}.product-desc{font-size:.85rem;line-height:1.6;color:#463d31;margin-top:1.5rem}.add-cart-btn{width:100%;padding:1rem;background:var(--dark);color:var(--white);border:none;border-radius:2px;font-size:.85rem;letter-spacing:.06em}.add-cart-btn:disabled{background:#a99c8a;cursor:not-allowed}.collection-head{padding:1.5rem 1.5rem 0}.collection-head h1{font-family:var(--font-display);font-size:1.8rem;font-weight:600}.pagination{display:flex;gap:.6rem;justify-content:center;padding:2rem 0;font-size:.85rem}.pagination a,.pagination span{padding:.4rem .8rem;border:1px solid var(--line);border-radius:2px}.cart-table{width:100%;border-collapse:collapse;padding:0 1.5rem}.cart-line{display:grid;grid-template-columns:70px 1fr auto;gap:1rem;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--line)}.cart-line img{border-radius:2px;aspect-ratio:1/1;object-fit:cover;background:var(--cream-2)}.cart-totals{padding:1.5rem;text-align:right}.cart-totals .subtotal{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.empty-state{padding:3rem 1.5rem;text-align:center}.page-content{padding:1.5rem;font-size:.9rem;line-height:1.7}.page-content h1{font-family:var(--font-display);font-size:1.8rem;margin-bottom:1rem}.search-form-main{display:flex;gap:.6rem;padding:1.5rem}.search-form-main input{flex:1;padding:.8rem 1rem;border:1px solid var(--line);border-radius:2px}.search-form-main button{padding:.8rem 1.2rem;background:var(--dark);color:var(--white);border:none;border-radius:2px}@media(min-width:640px){.cat-grid,.prod-grid{grid-template-columns:repeat(3,1fr)}.features{grid-template-columns:repeat(4,1fr)}.testi-grid{grid-template-columns:repeat(3,1fr)}.product-main{grid-template-columns:1fr 1fr}}@media(min-width:900px){.mobile-nav{display:none}body{padding-bottom:0}header.site-header{padding:1.1rem 3rem}.desk-nav{display:flex}.hero{height:440px}.hero-grid{grid-template-columns:65% 35%;align-items:stretch}.hero-copy{padding:2.5rem 3rem;justify-content:center}.eyebrow{font-size:.8rem;letter-spacing:.18em}.hero-copy h1{font-size:3.4rem}.hero-copy p.tag{font-size:.95rem}.hero-actions .btn{padding:.85rem 1.6rem;font-size:.8rem}section{padding:2.5rem 3rem}.features{margin:0 3rem}.promo{margin:.5rem 0 0;height:270px}.promo-copy{padding:2rem;max-width:44%}.promo-copy h3{font-size:2.2rem}.cat-grid{grid-template-columns:repeat(5,1fr)}footer.site-footer{grid-template-columns:2fr 1fr 1fr 1fr;padding:3rem}.newsletter-inner{grid-template-columns:1fr 1fr;align-items:center;padding:2.25rem}.newsletter{margin:.5rem 0 0}.nl-form{max-width:420px}.product-main{padding:3rem}.cart-line{grid-template-columns:90px 1fr auto auto}}.shop-hero{position:relative;height:220px;overflow:hidden}.shop-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.shop-hero-media img{width:100%;height:100%;object-fit:cover}.shop-hero-copy{position:relative;z-index:1;padding:1.5rem;max-width:20rem}.shop-hero-copy h1{font-family:var(--font-display);font-size:2.6rem;font-weight:600}.shop-hero-rule{width:2.5rem;height:2px;background:var(--dark);margin:.9rem 0}.shop-hero-copy p{font-size:.95rem;color:#4a3f32}.breadcrumb-shop,.breadcrumb{font-size:.78rem;color:#6b5f4f;padding:.9rem 1.5rem 0;display:flex;gap:.35rem;align-items:center}.breadcrumb a{color:#6b5f4f}.breadcrumb span:last-child{color:var(--dark)}.filter-bar{display:flex;flex-wrap:wrap;gap:.6rem;padding:1rem 1.5rem;align-items:center}.filter-chip{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border:1px solid var(--line);background:var(--white);border-radius:6px;font-size:.8rem;color:var(--dark)}.sort-form{margin-left:auto}.sort-form select{padding:.6rem 1rem;border:1px solid var(--line);border-radius:6px;background:var(--white);font-size:.8rem;color:var(--dark)}.filter-panel{margin:0 1.5rem 1rem;padding:1rem;background:var(--cream-2);border-radius:6px;display:grid;gap:1rem;grid-template-columns:1fr}.filter-group h4{font-size:.75rem;letter-spacing:.06em;margin-bottom:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;font-size:.8rem;padding:.25rem 0}.filter-count{color:#8a7d6b}.result-row{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem 1rem;font-size:.82rem;color:#4a3f32}.view-toggle{display:flex;gap:.5rem}.view-btn{display:flex;align-items:center;gap:.3rem;background:none;border:none;font-size:.8rem;color:#8a7d6b;padding:.2rem .3rem}.view-btn.active{color:var(--dark);font-weight:600}.shop-grid .prod-card,.shop-grid .thumb{position:relative}.prod-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem}.swatch-row{display:flex;gap:.4rem}.swatch{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.shop-grid.list-view{grid-template-columns:1fr}.shop-grid.list-view .prod-card{display:grid;grid-template-columns:110px 1fr;gap:1rem;align-items:center}.shop-grid.list-view .thumb{aspect-ratio:1/1}@media(min-width:640px){.shop-hero{height:260px}}@media(min-width:900px){.shop-hero{height:340px}.shop-hero-copy{max-width:26rem;padding:2.5rem 3rem}.shop-hero-copy h1{font-size:3.2rem}.filter-bar{padding:1.25rem 3rem}.filter-panel{margin:0 3rem 1rem;grid-template-columns:repeat(3,1fr)}.result-row{padding:0 3rem 1rem}.shop-grid.list-view .prod-card{grid-template-columns:160px 1fr}}.product-gallery{display:grid;grid-template-columns:1fr;gap:.75rem}.pg-main{position:relative;background:var(--cream-2);border-radius:4px;overflow:hidden}.pg-main img{width:100%;aspect-ratio:1/1;object-fit:cover}.pg-zoom{position:absolute;bottom:.75rem;right:.75rem;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--white);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026}.pg-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.pg-thumb{border:none;background:var(--cream-2);border-radius:4px;overflow:hidden;padding:0;aspect-ratio:1/1;cursor:pointer}.pg-thumb img{width:100%;height:100%;object-fit:cover}.rating-row{color:var(--dark);font-size:.85rem;margin-bottom:.5rem}.rating-row span{color:#6b5f4f;font-size:.8rem;margin-left:.4rem}.prod-rule{border:none;border-top:1px solid var(--line);margin:1rem 0}.option-block{margin-bottom:1.25rem}.option-label{font-size:.78rem;letter-spacing:.05em;font-weight:600;display:block;margin-bottom:.6rem}.option-value{font-weight:400;color:#6b5f4f;text-transform:none;letter-spacing:0}.option-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.size-guide-link{font-size:.78rem;color:var(--dark);display:flex;align-items:center;gap:.3rem;text-decoration:underline}.swatch-picker{display:flex;gap:.6rem}.swatch-btn{width:2rem;height:2rem;border-radius:50%;border:2px solid transparent;box-shadow:0 0 0 1px var(--line) inset;cursor:pointer}.swatch-btn.selected{border-color:var(--dark);box-shadow:0 0 0 1px var(--dark)}.size-picker{display:flex;gap:.6rem;flex-wrap:wrap}.size-btn{min-width:3rem;padding:.6rem .9rem;border:1px solid var(--line);background:var(--white);border-radius:4px;font-size:.85rem;cursor:pointer}.size-btn.selected{border-color:var(--dark);background:var(--dark);color:var(--white)}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:4px;overflow:hidden}.qty-stepper button{width:2.6rem;height:2.6rem;border:none;background:var(--white);font-size:1.1rem;cursor:pointer}.qty-stepper input{width:3rem;text-align:center;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);height:2.6rem;font-size:.9rem}.add-cart-btn-lg{width:100%;padding:1.1rem;background:var(--dark);color:var(--white);border:none;border-radius:2px;font-size:.9rem;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:.75rem}.add-cart-btn-lg:disabled{background:#a99c8a;cursor:not-allowed}.buy-now-btn{width:100%;padding:1.1rem;background:var(--cream-2);color:var(--dark);border:1px solid var(--line);border-radius:2px;font-size:.9rem;letter-spacing:.08em;margin-bottom:1.5rem}.buy-now-btn:disabled{opacity:.5;cursor:not-allowed}.feature-row-prod{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.25rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:1rem}.feature-row-prod div{display:flex;align-items:center;gap:.7rem;font-size:.8rem;color:#4a3f32}.feature-row-prod svg{flex-shrink:0;color:var(--dark)}.prod-accordion{border-bottom:1px solid var(--line);padding:1rem 0}.prod-accordion summary{font-size:.85rem;letter-spacing:.05em;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.prod-accordion summary::-webkit-details-marker{display:none}.prod-accordion summary:after{content:"\2304";font-size:1rem}.prod-accordion[open] summary:after{content:"\2303"}.prod-accordion .prod-desc{font-size:.85rem;line-height:1.6;color:#463d31;margin-top:.75rem}@media(min-width:640px){.product-gallery{grid-template-columns:1fr}}@media(min-width:900px){.product-gallery{grid-template-columns:5fr 2fr}.pg-thumbs{grid-template-columns:1fr;grid-auto-rows:1fr}.feature-row-prod{grid-template-columns:repeat(3,1fr)}}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.cart-head h1{font-family:var(--font-display);font-size:1.7rem;font-weight:600}.remove-all-btn{display:flex;align-items:center;gap:.4rem;background:none;border:none;font-size:.82rem;color:#4a3f32;text-decoration:underline}.cart-items{display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem}.cart-line-card{display:grid;grid-template-columns:110px 1fr;gap:1rem;background:var(--cream-2);border-radius:6px;padding:1rem}.cl-image{display:block;aspect-ratio:1/1;border-radius:4px;overflow:hidden;background:var(--white)}.cl-image img{width:100%;height:100%;object-fit:cover}.cl-top{display:flex;justify-content:space-between;align-items:flex-start}.cl-name{font-weight:600;font-size:.95rem}.cl-variant{font-size:.8rem;color:#6b5f4f;margin-top:.2rem}.cl-actions{display:flex;flex-direction:column;align-items:center;gap:.6rem}.cl-wish,.cl-remove{background:none;border:none;color:var(--dark)}.cl-remove{color:#a99c8a}.cl-price{font-weight:600;font-size:1rem;margin-top:.6rem}.cl-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.8rem}.cl-qty{background:var(--white)}.cl-qty span{width:2rem;text-align:center;display:inline-block;font-size:.9rem}.cl-qty button{width:2.2rem;height:2.2rem;font-size:1rem}.cl-line-total{font-weight:600;font-size:.95rem}.coupon-box{display:flex;align-items:center;gap:.8rem;background:var(--cream-2);border-radius:6px;padding:1rem 1.25rem;margin:1.5rem;flex-wrap:wrap}.coupon-copy{display:flex;flex-direction:column;font-size:.8rem;flex:1;min-width:8rem}.coupon-copy strong{font-size:.88rem}.coupon-form{display:flex;gap:.5rem;width:100%}.coupon-form input{flex:1;padding:.7rem 1rem;border:1px solid var(--line);border-radius:4px;background:var(--white);font-size:.85rem}.coupon-apply{padding:.7rem 1.3rem;background:var(--dark);color:var(--white);border:none;border-radius:4px;font-size:.82rem;letter-spacing:.05em}.order-summary{background:var(--cream-2);border-radius:6px;padding:1.5rem;margin:0 1.5rem 1.5rem}.order-summary h3{font-size:.85rem;letter-spacing:.08em;margin-bottom:1rem}.os-row{display:flex;justify-content:space-between;font-size:.88rem;padding:.4rem 0;color:#4a3f32}.os-discount span:last-child{color:#5a7a4f}.os-free{color:#5a7a4f;font-weight:600}.os-total-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--line);margin-top:.5rem;padding-top:1rem}.os-tax-note{font-size:.72rem;color:#8a7d6b;font-weight:400}.os-total-amount{font-size:1.3rem}.btn-checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.1rem;background:var(--dark);color:var(--white);border-radius:2px;font-size:.88rem;letter-spacing:.06em;margin-top:1.5rem}.btn-continue{width:100%;display:block;text-align:center;padding:1.1rem;background:transparent;color:var(--dark);border:1px solid var(--line);border-radius:2px;font-size:.88rem;letter-spacing:.06em;margin-top:.75rem}.cart-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem;margin:0 1.5rem 2rem;background:var(--cream-2);border-radius:6px}.cart-feature-row div{display:flex;align-items:center;gap:.6rem;font-size:.75rem;color:#4a3f32}.cart-feature-row svg{flex-shrink:0;color:var(--dark)}@media(min-width:640px){.cart-feature-row{grid-template-columns:repeat(4,1fr)}}@media(min-width:900px){.cart-head{padding:2rem 3rem 1rem}.cart-items{padding:0 3rem;max-width:44rem}.coupon-box,.order-summary,.cart-feature-row{margin-left:3rem;margin-right:3rem;max-width:44rem}.coupon-form{width:auto;flex:1}}.about-hero{display:flex;flex-direction:column;background:var(--cream-2)}.about-hero-copy{padding:1.75rem 1.5rem 1.25rem}.about-hero-copy h1{font-family:var(--font-display);font-size:2.4rem;font-weight:600}.about-hero-rule{width:2.5rem;height:2px;background:var(--dark);margin:.9rem 0}.about-hero-copy p{font-size:.95rem;color:#4a3f32;max-width:24rem}.about-hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover}.our-story{text-align:center;padding:1.75rem 1.5rem}.our-story h2,.values-section h2,.why-copy h2,.thank-you-banner h2{font-family:var(--font-display);font-size:1.6rem;font-weight:600}.section-rule{width:2.5rem;height:2px;background:var(--dark);margin:.75rem auto 1.25rem}.our-story p{font-size:.92rem;color:#4a3f32;line-height:1.7;max-width:32rem;margin:0 auto}.values-section{background:var(--cream-2);padding:1.75rem 1.5rem;text-align:center;margin:0 1.5rem;border-radius:6px}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}.value-icon{width:3.6rem;height:3.6rem;border-radius:50%;background:var(--dark);color:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto .9rem}.value-card h3{font-size:.95rem;letter-spacing:.05em;margin-bottom:.5rem}.value-card p{font-size:.85rem;color:#4a3f32;line-height:1.6;max-width:18rem;margin:0 auto}.why-choose{display:flex;flex-direction:column;gap:0;margin:1.75rem 1.5rem;border-radius:6px;overflow:hidden}.why-media img{width:100%;aspect-ratio:4/3;object-fit:cover}.why-copy{background:var(--cream-2);padding:1.5rem}.why-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.why-list li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:#3a3025}.why-list svg{flex-shrink:0;color:var(--dark)}.thank-you-banner{background:var(--dark);color:var(--white);text-align:center;padding:2rem 1.5rem;margin:0 1.5rem 1.75rem;border-radius:6px}.thank-you-banner h2{color:var(--white);font-size:1.8rem}.thank-you-banner p{font-size:.92rem;color:#d9d0c2;max-width:26rem;margin:0 auto;line-height:1.6}.thank-you-banner .section-rule{background:var(--white);opacity:.5;margin-top:1.5rem}@media(min-width:640px){.values-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.about-hero{flex-direction:row;align-items:stretch}.about-hero-copy{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 3rem}.about-hero-copy h1{font-size:3.2rem}.about-hero-media{flex:1}.about-hero-media img{height:100%;aspect-ratio:auto}.our-story{padding:2.5rem 3rem}.values-section{margin:0 3rem;padding:2rem}.why-choose{flex-direction:row;margin:2rem 3rem}.why-media,.why-copy{flex:1}.why-media img{height:100%;aspect-ratio:auto}.why-copy{padding:2rem;display:flex;flex-direction:column;justify-content:center}.thank-you-banner{margin:0 3rem 2rem;padding:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
