:root{--primary: hsl(15, 70%, 45%);--primary-foreground: hsl(45, 30%, 96%);--background: hsl(30, 15%, 95%);--foreground: hsl(30, 10%, 15%);--muted: hsl(30, 10%, 85%);--muted-foreground: hsl(30, 10%, 40%);--card: hsl(30, 20%, 98%);--border: hsl(30, 15%, 85%);--charcoal: hsl(30, 10%, 15%);--cream: hsl(45, 30%, 96%);--sunset-orange: hsl(25, 80%, 55%);--desert-gold: hsl(40, 70%, 50%);--terracotta: hsl(15, 70%, 45%);--sand: hsl(35, 40%, 80%);--gradient-sunset: linear-gradient(135deg, hsl(25, 80%, 55%) 0%, hsl(15, 70%, 45%) 50%, hsl(350, 60%, 40%) 100%);--gradient-desert: linear-gradient(to bottom, hsl(35, 40%, 80%) 0%, hsl(30, 15%, 95%) 100%);--shadow-soft: 0 4px 20px rgba(0, 0, 0, .08);--shadow-strong: 0 8px 30px rgba(0, 0, 0, .15);--shadow-glow: 0 0 30px hsla(25, 80%, 55%, .4);--radius: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.font-display{font-family:Bebas Neue,sans-serif}.text-gradient{background:var(--gradient-sunset);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-family:Bebas Neue,sans-serif;font-size:1.125rem;letter-spacing:.05em;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:var(--gradient-sunset);color:var(--cream);box-shadow:var(--shadow-glow)}.btn-primary:hover{opacity:.9}.btn-outline{background:transparent;border:1px solid rgba(245,245,245,.3);color:var(--cream)}.btn-outline:hover{background:#f5f5f51a;border-color:#f5f5f580}.btn-dark{background:var(--charcoal);color:var(--cream)}.btn-dark:hover{background:var(--primary)}.btn-glow{box-shadow:var(--shadow-glow)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:#f5f3f0cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 768px){.navbar-inner{height:5rem}}.logo{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:.05em;color:var(--foreground);text-decoration:none}@media (min-width: 768px){.logo{font-size:1.875rem}}.logo-accent{color:var(--primary)}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{font-family:Bebas Neue,sans-serif;font-size:1.125rem;letter-spacing:.05em;color:var(--muted-foreground);text-decoration:none;transition:color .2s ease}.nav-link:hover{color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:1rem}.cart-button{position:relative;padding:.5rem;color:var(--foreground);text-decoration:none}.cart-count{position:absolute;top:-.25rem;right:-.25rem;width:1rem;height:1rem;background:var(--primary);color:var(--primary-foreground);font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:block;padding:.5rem;background:none;border:none;cursor:pointer}@media (min-width: 768px){.mobile-menu-toggle{display:none}}.hidden{display:none!important}.mobile-nav{padding:1rem 0;border-top:1px solid var(--border)}.mobile-nav-link{display:block;padding:.75rem 0;font-family:Bebas Neue,sans-serif;font-size:1.25rem;letter-spacing:.05em;color:var(--muted-foreground);text-decoration:none}.mobile-nav-link:hover{color:var(--primary)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-placeholder{width:100%;height:100%;background:var(--gradient-sunset)}.hero-overlay-right{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(26,26,26,.9),rgba(26,26,26,.6),transparent)}.hero-overlay-vertical{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,26,26,.8),transparent,rgba(26,26,26,.3))}.hero-content{position:relative;z-index:10;padding-top:5rem}.hero-text{max-width:48rem}.hero-subtitle{font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--sunset-orange);margin-bottom:1rem}.hero-title{font-family:Bebas Neue,sans-serif;font-size:3.75rem;line-height:1;color:var(--cream);margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:6rem}}@media (min-width: 1024px){.hero-title{font-size:8rem}}.hero-description{font-size:1.125rem;color:#f5f5f5cc;max-width:36rem;margin-bottom:2rem}@media (min-width: 768px){.hero-description{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:float 3s ease-in-out infinite}.scroll-mouse{width:1.5rem;height:2.5rem;border:2px solid rgba(245,245,245,.3);border-radius:1rem;display:flex;justify-content:center;padding-top:.5rem}.scroll-dot{width:.25rem;height:.75rem;background:#f5f5f580;border-radius:.125rem;animation:pulse 2s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.featured-products{padding:5rem 0;background:var(--background)}@media (min-width: 768px){.featured-products{padding:8rem 0}}.section-header{text-align:center;margin-bottom:3rem}@media (min-width: 768px){.section-header{margin-bottom:4rem}}.section-subtitle{font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.section-title{font-family:Bebas Neue,sans-serif;font-size:2.25rem;color:var(--foreground);margin-bottom:1rem}@media (min-width: 768px){.section-title{font-size:3.75rem}}.section-description{color:var(--muted-foreground);max-width:42rem;margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);transition:all .3s ease}.product-card:hover{box-shadow:var(--shadow-strong);transform:translateY(-4px)}.product-image-container{position:relative;aspect-ratio:1;overflow:hidden;background:var(--muted)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-placeholder{width:100%;height:100%;background:var(--muted)}.quick-add{position:absolute;left:1rem;right:1rem;bottom:1rem;opacity:0;transform:translateY(1rem);transition:all .3s ease}.product-card:hover .quick-add{opacity:1;transform:translateY(0)}.quick-add .btn{width:100%}.product-info{padding:1rem}.product-title{font-family:Bebas Neue,sans-serif;font-size:1.25rem;letter-spacing:.05em;margin-bottom:.25rem}.product-title a{color:var(--foreground);text-decoration:none}.product-meta{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.125rem;font-weight:600;color:var(--primary)}.product-colors{display:flex;gap:.25rem}.color-swatch{width:1rem;height:1rem;border-radius:50%;border:1px solid var(--border)}.view-all{text-align:center;margin-top:3rem}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;font-family:Bebas Neue,sans-serif;font-size:1.25rem;letter-spacing:.05em;color:var(--primary);text-decoration:none;transition:color .2s ease}.view-all-link:hover{color:var(--terracotta)}.view-all-link .arrow{transition:transform .2s ease}.view-all-link:hover .arrow{transform:translate(4px)}.about{padding:5rem 0;background:var(--charcoal);color:var(--cream)}@media (min-width: 768px){.about{padding:8rem 0}}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.about-grid{grid-template-columns:repeat(2,1fr);gap:4rem}}.about-subtitle{font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--sunset-orange);margin-bottom:1rem}.about-title{font-family:Bebas Neue,sans-serif;font-size:2.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.about-title{font-size:3.75rem}}.about-text{color:#f5f5f5cc}.about-text p{margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.stat-value{font-family:Bebas Neue,sans-serif;font-size:2.25rem;color:var(--sunset-orange)}.stat-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#f5f5f599}.about-visual{position:relative}.visual-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-sunset);opacity:.2;filter:blur(48px);border-radius:var(--radius)}.visual-box{position:relative;aspect-ratio:1;background:linear-gradient(to bottom right,var(--charcoal),rgba(196,92,38,.2),rgba(230,140,60,.3));border-radius:var(--radius);border:1px solid rgba(245,245,245,.1);display:flex;align-items:center;justify-content:center}.visual-content{text-align:center}.visual-initials{font-family:Bebas Neue,sans-serif;font-size:6rem;color:#f5f5f51a}@media (min-width: 768px){.visual-initials{font-size:8rem}}.visual-year{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:#f5f5f566;letter-spacing:.3em;margin-top:1rem}.newsletter{padding:5rem 0;background:var(--gradient-desert)}@media (min-width: 768px){.newsletter{padding:6rem 0}}.newsletter-content{max-width:42rem;margin:0 auto;text-align:center}.newsletter-title{font-family:Bebas Neue,sans-serif;font-size:2.25rem;color:var(--foreground);margin-bottom:1rem}@media (min-width: 768px){.newsletter-title{font-size:3rem}}.newsletter-description{color:var(--muted-foreground);margin-bottom:2rem}.newsletter-form-inner{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media (min-width: 640px){.newsletter-form-inner{flex-direction:row}}.newsletter-input{flex:1;height:3rem;padding:0 1rem;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);font-family:Inter,sans-serif}.newsletter-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #c45c261a}.newsletter-success{display:flex;align-items:center;justify-content:center;gap:.75rem;color:var(--primary);animation:scale-in .3s ease}.newsletter-success span{font-family:Bebas Neue,sans-serif;font-size:1.25rem;letter-spacing:.05em}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.footer{padding:3rem 0;background:var(--charcoal);color:var(--cream)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-tagline{color:#f5f5f599;margin-top:1rem;max-width:24rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-link{width:2.5rem;height:2.5rem;border:1px solid rgba(245,245,245,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cream);transition:all .2s ease}.social-link:hover{border-color:var(--primary);color:var(--primary)}.footer-heading{font-family:Bebas Neue,sans-serif;font-size:1.125rem;letter-spacing:.05em;margin-bottom:1rem}.footer-list{list-style:none}.footer-list li{margin-bottom:.5rem;color:#f5f5f599}.footer-list a{color:#f5f5f599;text-decoration:none;transition:color .2s ease}.footer-list a:hover{color:var(--primary)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(245,245,245,.1);display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{font-size:.875rem;color:#f5f5f566}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.875rem;color:#f5f5f566;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--cream)}.animate-fade-up{animation:fade-up .6s ease forwards;opacity:0}.animate-fade-up:nth-child(1){animation-delay:0s}.animate-fade-up:nth-child(2){animation-delay:.1s}.animate-fade-up:nth-child(3){animation-delay:.2s}.animate-fade-up:nth-child(4){animation-delay:.3s}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
