@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";:root{--background: 0 0% 0%;--foreground: 0 0% 100%;--card: 0 0% 6%;--card-foreground: 0 0% 100%;--primary: 0 0% 100%;--primary-foreground: 0 0% 0%;--secondary: 0 0% 12%;--secondary-foreground: 0 0% 100%;--muted: 0 0% 15%;--muted-foreground: 0 0% 60%;--accent: 38 30% 55%;--accent-foreground: 0 0% 100%;--border: 0 0% 20%;--radius: .5rem;--sand: 38 30% 85%;--sand-dark: 38 25% 65%;--charcoal: 0 0% 8%;--smoke: 0 0% 45%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1400px}}.btn-hero{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:9999px;transition:all .3s ease-out;text-decoration:none;border:none;cursor:pointer}.btn-hero:hover{background-color:hsl(var(--sand));color:hsl(var(--background));transform:scale(1.05)}.btn-outline-hero{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;background-color:transparent;color:hsl(var(--foreground));border:1px solid rgba(255,255,255,.3);border-radius:9999px;transition:all .3s ease-out;text-decoration:none;cursor:pointer}.btn-outline-hero:hover{background-color:#ffffff1a;border-color:#fff9}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}@media (min-width: 768px){.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}}@media (min-width: 1024px){.lg\:text-7xl{font-size:4.5rem;line-height:1}}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-playfair{font-family:Playfair Display,serif}.italic{font-style:italic}.text-shadow{text-shadow:0 2px 8px rgba(0,0,0,.3)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}@media (min-width: 768px){.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}}.px-6{padding-left:1.5rem;padding-right:1.5rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.bg-background{background-color:hsl(var(--background))}.bg-card{background-color:hsl(var(--card))}.bg-charcoal{background-color:hsl(var(--charcoal))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-accent\/20{background-color:hsl(var(--accent) / .2)}.text-foreground{color:hsl(var(--foreground))}.text-accent{color:hsl(var(--accent))}.text-foreground\/50{color:#ffffff80}.text-foreground\/60{color:#fff9}.text-foreground\/70{color:#ffffffb3}.text-foreground\/80{color:#fffc}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-foreground\/60:hover{color:#fff9}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-border\/20{border-color:#fff3}.border-border\/30{border-color:#ffffff4d}.border-foreground\/10{border-color:#ffffff1a}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.flex{display:flex}.hidden{display:none}.inline-flex{display:inline-flex}@media (min-width: 768px){.md\:inline-flex{display:inline-flex}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.h-16{height:4rem}.h-32{height:8rem}@media (min-width: 768px){.md\:h-20{height:5rem}}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.object-top{object-position:top}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.flex-shrink-0{flex-shrink:0}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:opacity-100{opacity:1}.aspect-\[4\/5\]{aspect-ratio:4 / 5}.aspect-square{aspect-ratio:1 / 1}.text-center{text-align:center}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.mx-auto{margin-left:auto;margin-right:auto}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 30s linear infinite}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opacity-0{opacity:0}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-background\/80{--tw-gradient-from: rgba(0, 0, 0, .8)}.from-background\/90{--tw-gradient-from: rgba(0, 0, 0, .9)}.via-background\/20{--tw-gradient-to: rgba(0, 0, 0, .2)}.via-background\/40{--tw-gradient-to: rgba(0, 0, 0, .4)}.to-transparent{--tw-gradient-to: transparent}.leading-\[0\.95\]{line-height:.95}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.uppercase{text-transform:uppercase}.whitespace-nowrap{white-space:nowrap}.cursor-pointer{cursor:pointer}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}@media (min-width: 768px){.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}.focus-none:focus{outline:none}.content-for-layout{min-height:calc(100vh - 200px)}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
