:root{--background: 40 33% 96%;--foreground: 220 30% 12%;--card: 40 25% 94%;--primary: 218 40% 18%;--primary-foreground: 40 33% 96%;--secondary: 40 18% 88%;--muted: 40 15% 90%;--muted-foreground: 220 10% 45%;--accent: 40 40% 55%;--border: 40 20% 85%;--gold: 40 55% 50%;--navy: 218 40% 18%;--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-sans: "Lato", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:hsl(var(--background));color:hsl(var(--foreground));font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;letter-spacing:.01em}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.skip-to-content{position:absolute;left:-9999px;top:0;background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1rem;z-index:100}.skip-to-content:focus{left:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border))}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.site-header__logo{font-family:var(--font-serif);font-size:1.5rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.site-nav{display:flex;gap:2rem}.site-nav a{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;transition:color .3s}.site-nav a:hover{color:hsl(var(--accent))}.cart-link{position:relative}.cart-count{position:absolute;top:-8px;right:-10px;background:hsl(var(--accent));color:hsl(var(--foreground));border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700}.menu-toggle{display:none;background:none;border:none;cursor:pointer;font-size:1.5rem}@media(max-width:768px){.site-nav{display:none;position:fixed;top:0;right:0;bottom:0;width:75%;background:hsl(var(--background));flex-direction:column;padding:5rem 2rem;box-shadow:-4px 0 20px #0000001a}.site-nav.open{display:flex}.menu-toggle{display:block}}main{padding-top:5rem}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,hsl(var(--foreground)/.4),hsl(var(--foreground)/.2),hsl(var(--background)))}.hero__content{position:relative;z-index:2;max-width:720px;padding:2rem;color:hsl(var(--primary-foreground))}.hero__eyebrow{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.5em;border:1px solid hsl(var(--primary-foreground) / .3);padding:.5rem 1rem;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;line-height:1.1;margin-bottom:1.5rem}.hero__text{font-size:1rem;opacity:.85;margin-bottom:2.5rem;max-width:540px;margin-left:auto;margin-right:auto}.btn{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;padding:1rem 2.5rem;border:1px solid currentColor;transition:all .4s;cursor:pointer;background:transparent}.btn:hover{background:hsl(var(--foreground));color:hsl(var(--background))}.btn--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.btn--primary:hover{background:hsl(var(--primary)/.85);color:hsl(var(--primary-foreground))}.btn--block{width:100%}.section{padding:6rem 0}.section__header{text-align:center;margin-bottom:4rem}.section__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.5em;color:hsl(var(--muted-foreground))}.section__title{font-size:clamp(2rem,4vw,3rem);font-weight:300;margin:1rem 0}.section__divider{width:48px;height:1px;background:hsl(var(--accent));margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem 2.5rem}.product-card{display:block}.product-card__image{aspect-ratio:3/4;background:hsl(var(--secondary));overflow:hidden;margin-bottom:1rem}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__title{font-family:var(--font-serif);font-size:1.125rem;margin-bottom:.25rem}.product-card__desc{font-size:.75rem;color:hsl(var(--muted-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:.875rem;font-weight:500}.product{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:4rem}}.product__gallery img{width:100%;aspect-ratio:3/4;object-fit:cover;background:hsl(var(--secondary))}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:.5rem}.product__thumbs button{padding:0;border:2px solid transparent;background:none;cursor:pointer}.product__thumbs button.is-active{border-color:hsl(var(--primary))}.product__thumbs img{aspect-ratio:1;object-fit:cover}.product__title{font-size:2.5rem;font-weight:300;margin-bottom:.5rem}.product__price{font-size:1.5rem;margin:1rem 0 2rem}.product__option{margin-bottom:1.5rem}.product__option-name{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.5rem;color:hsl(var(--muted-foreground))}.product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product__option-values label{border:1px solid hsl(var(--border));padding:.5rem 1rem;cursor:pointer;font-size:.85rem}.product__option-values input{display:none}.product__option-values input:checked+span,.product__option-values label:has(input:checked){background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.product__description{line-height:1.8;margin-top:2rem}.site-footer{background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:4rem 0 2rem;margin-top:6rem}.site-footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.site-footer h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;margin-bottom:1rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.5rem;font-size:.875rem;opacity:.8}.site-footer__bottom{border-top:1px solid hsl(var(--primary-foreground)/.15);padding-top:2rem;text-align:center;font-size:.75rem;opacity:.7}.cart{padding:3rem 0}.cart__items{display:grid;gap:1rem}.cart__item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid hsl(var(--border))}.cart__item img{width:80px;height:80px;object-fit:cover}.cart__totals{margin-top:2rem;text-align:right}.cart__total{font-size:1.5rem;font-family:var(--font-serif)}.text-center{text-align:center}.empty-state{padding:4rem 1rem;text-align:center;color:hsl(var(--muted-foreground))}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
