:root{--background: 0 0% 100%;--foreground: 0 0% 8%;--card: 0 0% 100%;--card-foreground: 0 0% 8%;--popover: 0 0% 100%;--popover-foreground: 0 0% 8%;--primary: 0 0% 12%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96%;--secondary-foreground: 0 0% 12%;--muted: 0 0% 96%;--muted-foreground: 0 0% 45%;--accent: 0 0% 96%;--accent-foreground: 0 0% 12%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 98%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 0 0% 12%;--radius: .5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;font-weight:600}.font-display{font-family:Oswald,sans-serif}.font-serif{font-family:Lora,serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:hsl(var(--muted-foreground))}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:Oswald,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:all .2s ease}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-outline{background-color:transparent;color:hsl(var(--foreground));border-color:hsl(var(--border))}.btn-outline:hover{background-color:hsl(var(--secondary))}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-sm{padding:.5rem 1rem;font-size:.75rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.site-logo{display:flex;flex-direction:column;align-items:center;text-decoration:none}.site-logo-main{font-size:1.25rem;font-weight:700;letter-spacing:.1em;font-family:Oswald,sans-serif;text-transform:uppercase;color:hsl(var(--foreground))}.site-logo-sub{font-size:.75rem;letter-spacing:.3em;font-family:Oswald,sans-serif;text-transform:uppercase;margin-top:-2px;color:hsl(var(--foreground))}.main-nav{display:none}@media(min-width:1024px){.main-nav{display:flex;align-items:center;gap:2rem}}.nav-link{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));transition:color .2s ease}.nav-link:hover{color:hsl(var(--muted-foreground))}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:transparent;cursor:pointer;border-radius:var(--radius);transition:background-color .2s ease}.icon-btn:hover{background-color:hsl(var(--secondary))}.icon-btn svg{width:1.25rem;height:1.25rem}.cart-count{position:absolute;top:-.25rem;right:-.25rem;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:600;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:50%}.mobile-menu-btn{display:flex}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-nav{display:none;position:fixed;top:4rem;left:0;right:0;bottom:0;background-color:hsl(var(--background));padding:2rem 1rem;z-index:40}.mobile-nav.is-open{display:block}.mobile-nav-link{display:block;padding:1rem 0;font-size:1.125rem;font-weight:500;border-bottom:1px solid hsl(var(--border))}.hero{padding:5rem 0 7rem;background-color:hsl(var(--secondary) / .3);text-align:center}.hero h1{font-size:3rem;font-weight:700;letter-spacing:.1em;margin-bottom:.25rem}@media(min-width:768px){.hero h1{font-size:4.5rem}}.hero-subtitle{font-size:1.25rem;letter-spacing:.4em;font-family:Oswald,sans-serif;text-transform:uppercase;margin-bottom:1.5rem}@media(min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-tagline{font-size:1rem;color:hsl(var(--muted-foreground));font-family:Lora,serif;max-width:32rem;margin:0 auto 2.5rem;letter-spacing:.05em}@media(min-width:768px){.hero-tagline{font-size:1.125rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:640px){.hero-buttons{flex-direction:row;flex-wrap:wrap}}.category-section{padding:4rem 0 6rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:1.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}@media(min-width:768px){.section-header h2{font-size:2.25rem}}.section-header p{color:hsl(var(--muted-foreground));font-family:Lora,serif;font-style:italic;max-width:32rem;margin:0 auto}.category-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.category-grid{grid-template-columns:repeat(4,1fr)}}.category-card{position:relative;aspect-ratio:1;overflow:hidden;background-color:hsl(var(--secondary));border:1px solid hsl(var(--border));display:block}.category-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:all .5s ease}.category-card:hover img{transform:scale(1.05);filter:grayscale(0%)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.3) 50%,transparent 100%)}.category-card-icon{position:absolute;top:1rem;right:1rem;color:#ffffffb3}.category-card-icon svg{width:1.5rem;height:1.5rem}.category-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem}.category-card h3{font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:.1em;margin-bottom:.25rem}.category-card p{font-size:.875rem;color:#ffffffb3;font-family:Lora,serif;font-style:italic}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block}.product-card-image{aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background-color:hsl(var(--secondary));margin-bottom:1rem}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:hover .product-card-title{color:hsl(var(--muted-foreground))}.product-card-price{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.site-footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--secondary) / .3)}.footer-inner{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand h3{font-size:1.25rem;font-weight:700;letter-spacing:.1em;margin-bottom:.25rem}.footer-brand .tagline{font-size:.875rem;color:hsl(var(--muted-foreground));font-family:Lora,serif;margin-top:1rem}.footer-column h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:hsl(var(--muted-foreground))}.footer-links a:hover{color:hsl(var(--foreground))}.footer-social{display:flex;gap:1rem}.footer-social a{color:hsl(var(--muted-foreground))}.footer-social a:hover{color:hsl(var(--foreground))}.footer-bottom{padding:2rem 0;border-top:1px solid hsl(var(--border));text-align:center}.footer-bottom p{font-size:.875rem;color:hsl(var(--muted-foreground))}.collection-header{padding:3rem 0;text-align:center;background-color:hsl(var(--secondary) / .3)}.collection-header h1{font-size:2.5rem;margin-bottom:.5rem}.collection-header p{color:hsl(var(--muted-foreground));font-family:Lora,serif;font-style:italic}.collection-products,.product-page{padding:3rem 0}.product-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem}}.product-images{aspect-ratio:1;background-color:hsl(var(--secondary));border-radius:var(--radius);overflow:hidden}.product-images img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:2rem;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.product-description{color:hsl(var(--muted-foreground));font-family:Lora,serif;line-height:1.8;margin-bottom:2rem}.product-form{display:flex;flex-direction:column;gap:1rem}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector label{font-size:.875rem;font-weight:500}.quantity-input{width:4rem;padding:.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);text-align:center}.cart-page{padding:3rem 0}.cart-empty{text-align:center;padding:4rem 0}.cart-empty svg{width:3rem;height:3rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.cart-empty p{color:hsl(var(--muted-foreground))}.cart-items{margin-bottom:2rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid hsl(var(--border))}.cart-item-image{width:5rem;height:5rem;background-color:hsl(var(--secondary));border-radius:var(--radius);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-title{font-weight:500;margin-bottom:.25rem}.cart-item-variant{font-size:.875rem;color:hsl(var(--muted-foreground))}.cart-item-price{font-weight:600}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-summary{padding:1.5rem;background-color:hsl(var(--secondary) / .3);border-radius:var(--radius)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-total-label{font-size:1.125rem;font-weight:600}.cart-total-price{font-size:1.25rem;font-weight:700}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}input[type=text],input[type=email],input[type=number],input[type=search],textarea,select{width:100%;padding:.75rem 1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:hsl(var(--ring))}.search-form{display:flex;gap:.5rem;max-width:32rem;margin:0 auto}.search-form input{flex:1}.page-section{padding:4rem 0}.page-header{padding:3rem 0;text-align:center;background-color:hsl(var(--secondary) / .3)}.page-header h1{font-size:2.5rem}.empty-state{text-align:center;padding:4rem 0}.empty-state p{color:hsl(var(--muted-foreground));font-family:Lora,serif;font-style:italic}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
