:root{--bg:#ffffff;--fg:#0f172a;--muted:#6b7280;--border:#e5e7eb;--accent:#111111;--max:1280px;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-weight:300;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(229,231,235,.6)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{display:flex;flex-direction:column;align-items:center;line-height:1}.logo .brand{font-family:var(--font-serif);font-size:1.25rem;letter-spacing:.15em;text-transform:uppercase}.logo .tag{font-size:9px;letter-spacing:.25em;text-transform:uppercase;margin-top:2px}.nav{display:none;gap:2rem}@media(min-width:1024px){.nav{display:flex}}.nav a{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#0f172acc;transition:color .2s}.nav a:hover{color:var(--fg)}.icons{display:flex;gap:.25rem;align-items:center}.icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;color:var(--fg)}.hero{position:relative;height:52vh;min-height:360px;overflow:hidden;background:#f5f5f5}@media(min-width:768px){.hero{height:80vh}}.hero 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,#0000,#00000026)}.hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:1rem}.hero-content h1{font-family:var(--font-serif);font-weight:400;font-size:clamp(2rem,5vw,4rem);margin:0 0 .5rem}.hero-content p{max-width:36rem;margin:0 auto 1.5rem;font-weight:300}.btn{display:inline-block;padding:.85rem 2rem;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--fg);background:transparent;color:var(--fg);cursor:pointer;transition:all .2s}.btn:hover{background:var(--fg);color:#fff}.btn-light{border-color:#fff;color:#fff}.btn-light:hover{background:#fff;color:var(--fg)}.btn-solid{background:var(--fg);color:#fff}.btn-solid:hover{background:transparent;color:var(--fg)}.trustbar{border-bottom:1px solid var(--border);background:#fafafa}.trustbar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0;text-align:center}.trustbar-item{font-size:11px;letter-spacing:.05em;color:var(--muted);text-transform:uppercase}@media(min-width:768px){.trustbar-item{font-size:.8rem}}.section{padding:4rem 0}@media(min-width:1024px){.section{padding:6rem 0}}.section-title{font-family:var(--font-serif);font-weight:400;font-size:2rem;text-align:center;margin:0 0 .75rem}@media(min-width:1024px){.section-title{font-size:2.5rem}}.section-sub{text-align:center;color:var(--muted);max-width:42rem;margin:0 auto 3rem}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.card{background:#fff;border:1px solid var(--border);overflow:hidden;transition:box-shadow .2s}.card:hover{box-shadow:0 8px 24px #0000000f}.card-media{aspect-ratio:1;background:#f5f5f5;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:contain;transition:transform .4s}.card:hover .card-media img{transform:scale(1.04)}.card-body{padding:1rem}.card-vendor{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .25rem}.card-title{font-size:.9rem;font-weight:400;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.card-price{font-size:.95rem;font-weight:500}.tile{position:relative;aspect-ratio:4/5;overflow:hidden;background:#f5f5f5}.tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.tile:hover img{transform:scale(1.05)}.tile-label{position:absolute;left:0;right:0;bottom:0;padding:1.25rem;background:linear-gradient(to top,#00000080,#0000);color:#fff;font-family:var(--font-serif);font-size:1.25rem}.site-footer{background:#0f0f0f;color:#e5e5e5;padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer h4{font-family:var(--font-serif);font-weight:400;font-size:1rem;margin:0 0 1rem;color:#fff}.footer a{display:block;padding:.25rem 0;color:#a3a3a3;font-size:.875rem}.footer a:hover{color:#fff}.footer-brand .brand{font-family:var(--font-serif);font-size:1.5rem;letter-spacing:.15em}.footer-brand .tag{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#a3a3a3;margin-top:4px}.footer-bottom{border-top:1px solid #262626;margin-top:3rem;padding-top:1.5rem;text-align:center;font-size:.75rem;color:#737373}.product{padding:3rem 0}.product-grid{display:grid;gap:2rem}@media(min-width:1024px){.product-grid{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery img{width:100%;background:#f5f5f5;object-fit:contain;aspect-ratio:1}.product-title{font-family:var(--font-serif);font-weight:400;font-size:2rem;margin:0 0 1rem}.product-price{font-size:1.25rem;font-weight:500;margin:1rem 0}.product-desc{color:var(--muted);line-height:1.7;margin:1.5rem 0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
