:root{--background: #fbf7ef;--foreground: #12302f;--card: #ffffff;--primary: #1b403f;--primary-foreground: #fbf7ef;--secondary: #f1e9da;--muted: #efe9de;--muted-foreground: #5e7372;--accent: #c4633a;--accent-foreground: #fdfaf5;--border: #e0d6c5;--radius: .75rem;--font-display: "Fraunces", ui-serif, Georgia, serif;--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--gradient-hero: linear-gradient(140deg, #f1e9da 0%, #fbf7ef 55%, #dfeceb 100%);--shadow-card: 0 18px 40px -24px rgba(18, 48, 47, .28);--wrap: 72rem}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 1.25rem}.display{font-family:var(--font-display);font-weight:600;letter-spacing:-.015em;line-height:1.1;margin:0}h1.display{font-size:clamp(2.25rem,5vw,3.75rem)}h2.display{font-size:clamp(1.75rem,3vw,2.25rem)}h3.display{font-size:1.25rem}.eyebrow{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.22em;color:var(--accent);margin:0}.muted{color:var(--muted-foreground)}.small{font-size:.875rem}.xs{font-size:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--radius);padding:.75rem 1.5rem;font:inherit;font-weight:500;cursor:pointer;transition:opacity .2s,background-color .2s}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--accent{background:var(--accent);color:var(--accent-foreground)}.btn--outline{background:transparent;border-color:var(--border);color:var(--foreground)}.btn:hover{opacity:.9}.btn[disabled]{opacity:.5;cursor:not-allowed}.btn--full{width:100%}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);background:#fbf7efe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4rem}.brand{font-family:var(--font-display);font-weight:600;font-size:1.25rem;letter-spacing:-.02em}.brand span{color:var(--accent)}.site-nav{display:none;gap:1.75rem;font-size:.875rem;color:var(--muted-foreground)}.site-nav a:hover{color:var(--foreground)}.header__meta{display:flex;align-items:center;gap:.75rem}.ships-note{display:none;font-size:.75rem;color:var(--muted-foreground)}.cart-link{position:relative;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .7rem;display:inline-flex;align-items:center}.cart-count{position:absolute;top:-.5rem;right:-.5rem;min-width:1.25rem;height:1.25rem;border-radius:999px;background:var(--accent);color:var(--accent-foreground);font-size:.6875rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .25rem}@media(min-width:640px){.ships-note{display:inline-flex;gap:.375rem;align-items:center}}@media(min-width:768px){.site-nav{display:flex;align-items:center}}.hero{background-image:var(--gradient-hero)}.hero__inner{display:grid;gap:2.5rem;align-items:center;padding:4rem 0}.hero__lede{margin:1.25rem 0 0;max-width:30rem;color:var(--muted-foreground)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero__media{border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-card)}.hero__media img{width:100%;height:auto;object-fit:cover}@media(min-width:768px){.hero__inner{grid-template-columns:1fr 1fr;padding:6rem 0}}.section{padding:4rem 0}.section--tint{background:#f1e9da80;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section__head{max-width:34rem}.section__head p{margin:.5rem 0 0;color:var(--muted-foreground);font-size:.9375rem}.grid{display:grid;gap:1.5rem}.grid--2,.grid--3{grid-template-columns:1fr}.grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.grid--2,.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.tile{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:1.25rem}.tile__icon{color:var(--accent)}.tile h3{margin:.75rem 0 .25rem;font-size:1rem;font-weight:600}.tile p{margin:0;font-size:.875rem;color:var(--muted-foreground)}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:box-shadow .3s}.product-card:hover{box-shadow:var(--shadow-card)}.product-card__media{aspect-ratio:1 / 1;overflow:hidden;background:var(--muted)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1rem;flex:1}.product-card__title{margin:0;font-size:1rem;font-weight:500;line-height:1.35}.product-card__blurb{margin:0;font-size:.8125rem;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.price{font-weight:600}.price--compare{color:var(--muted-foreground);font-weight:400;text-decoration:line-through;margin-left:.375rem;font-size:.875rem}.empty-state{border:1px dashed var(--border);border-radius:var(--radius);background:var(--card);padding:3rem 1.5rem;text-align:center}.product{display:grid;gap:2.5rem;padding:3rem 0}.product__media img{border-radius:1rem;box-shadow:var(--shadow-card)}.product__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.product__thumbs img{width:4.5rem;height:4.5rem;object-fit:cover;border-radius:.5rem;border:1px solid var(--border);cursor:pointer}.product__price{font-size:1.5rem;font-weight:600;margin:1rem 0}.product__desc{color:var(--muted-foreground)}.product__desc h1,.product__desc h2,.product__desc h3{color:var(--foreground)}.field{display:block;margin-bottom:1rem}.field span{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.375rem}select,input[type=text],input[type=email],input[type=number],input[type=password],textarea{width:100%;font:inherit;color:inherit;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}@media(min-width:900px){.product{grid-template-columns:1fr 1fr;gap:3.5rem}}.promise__icon{color:var(--accent)}.promise h3{margin:.75rem 0 .375rem;font-size:1rem;font-weight:600}.promise p{margin:0;font-size:.875rem;color:var(--muted-foreground)}.faq{max-width:48rem}.faq dl{margin:2rem 0 0}.faq dt{font-weight:500}.faq dd{margin:.25rem 0 1.5rem;font-size:.875rem;color:var(--muted-foreground)}.link-accent{color:var(--accent);font-weight:500}.link-accent:hover{text-decoration:underline}.cart-row{display:grid;grid-template-columns:5rem 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-row img{width:5rem;height:5rem;object-fit:cover;border-radius:.5rem}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.125rem;font-weight:600}.site-footer{border-top:1px solid var(--border);background:#f1e9da80}.site-footer__inner{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding:3rem 0 0}.site-footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;font-size:.875rem}.site-footer__cols p{font-weight:500;margin:0 0 .5rem}.site-footer__cols a{display:block;color:var(--muted-foreground);margin-bottom:.5rem}.site-footer__cols a:hover{color:var(--foreground)}.site-footer__legal{font-size:.75rem;color:var(--muted-foreground);padding:2.5rem 0 3rem;margin:0}@media(min-width:640px){.site-footer__inner{flex-direction:row}.site-footer__cols{grid-template-columns:repeat(3,1fr)}}.rte a{color:var(--accent);text-decoration:underline}.page-narrow{max-width:48rem;padding:3rem 0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
