:root{--background: 36 20% 97%;--foreground: 30 10% 20%;--card: 36 30% 98%;--card-foreground: 30 10% 20%;--popover: 36 30% 99%;--popover-foreground: 30 10% 20%;--primary: 324 94% 36%;--primary-foreground: 36 30% 96%;--secondary: 23 19% 42%;--secondary-foreground: 36 30% 96%;--muted: 36 20% 90%;--muted-foreground: 30 10% 40%;--accent: 45 40% 60%;--accent-foreground: 30 10% 15%;--destructive: 0 60% 40%;--destructive-foreground: 0 0% 98%;--border: 36 15% 85%;--input: 36 15% 85%;--ring: 324 94% 36%;--radius: 0rem;--font-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-serif: "Cormorant Garamond", ui-serif, Georgia, serif}.dark{--background: 230 20% 12%;--foreground: 36 20% 90%;--card: 230 20% 15%;--card-foreground: 36 20% 90%;--popover: 230 20% 15%;--popover-foreground: 36 20% 90%;--primary: 324 94% 45%;--primary-foreground: 36 30% 96%;--secondary: 23 19% 42%;--secondary-foreground: 36 30% 96%;--muted: 230 20% 20%;--muted-foreground: 230 10% 60%;--accent: 45 40% 60%;--accent-foreground: 30 10% 15%;--destructive: 0 60% 40%;--destructive-foreground: 0 0% 98%;--border: 230 20% 25%;--input: 230 20% 25%;--ring: 324 94% 45%}*,*:before,*:after{box-sizing:border-box;border-color:hsl(var(--border))}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.5;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;letter-spacing:-.025em;line-height:1.2;margin:0}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}::selection{background-color:hsl(var(--primary) / .2)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--secondary) / .5);border-radius:0}::-webkit-scrollbar-thumb:hover{background:hsl(var(--secondary) / .8)}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:.25rem}.right-1{right:.25rem}.top-3{top:.75rem}.left-3{left:.75rem}.top-6{top:1.5rem}.left-6{left:1.5rem}.bottom-6{bottom:1.5rem}.right-6{right:1.5rem}.-top-6{top:-1.5rem}.-left-6{left:-1.5rem}.-bottom-6{bottom:-1.5rem}.-right-6{right:-1.5rem}.top-24{top:6rem}.left-1\/2{left:50%}.top-1\/2{top:50%}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.translate-y-full{transform:translateY(100%)}.-translate-y-full{transform:translateY(-100%)}.translate-x-full{transform:translate(100%)}.-translate-x-full{transform:translate(-100%)}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.-z-10{z-index:-10}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.grow{flex-grow:1}.grow-0{flex-grow:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.col-span-7{grid-column:span 7 / span 7}.col-span-full{grid-column:1 / -1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-x-4{column-gap:1rem}.gap-y-6{row-gap:1.5rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.p-24{padding:6rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pt-4{padding-top:1rem}.pt-24{padding-top:6rem}.pb-1{padding-bottom:.25rem}.pb-4{padding-bottom:1rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pl-8{padding-left:2rem}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-32{margin-top:8rem}.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}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.w-auto{width:auto}.w-full{width:100%}.w-fit{width:fit-content}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-32{width:8rem}.w-\[300px\]{width:300px}.min-w-0{min-width:0}.min-w-\[3rem\]{min-width:3rem}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-screen-xl{max-width:1280px}.h-auto{height:auto}.h-full{height:100%}.h-fit{height:fit-content}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-24{height:6rem}.h-screen{height:100vh}.h-\[90vh\]{height:90vh}.min-h-0{min-height:0}.min-h-screen{min-height:100vh}.min-h-\[400px\]{min-height:400px}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.aspect-\[3\/4\]{aspect-ratio:3 / 4}.aspect-\[4\/5\]{aspect-ratio:4 / 5}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.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}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1.1}.text-6xl{font-size:3.75rem;line-height:1.1}.text-7xl{font-size:4.5rem;line-height:1.1}.text-\[10px\]{font-size:10px}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.italic{font-style:italic}.not-italic{font-style:normal}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.leading-\[1\.1\]{line-height:1.1}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-white{color:#fff}.text-black{color:#000}.text-transparent{color:transparent}.text-current{color:currentColor}.text-inherit{color:inherit}.text-foreground{color:hsl(var(--foreground))}.text-background{color:hsl(var(--background))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary{color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-muted{color:hsl(var(--muted))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-accent{color:hsl(var(--accent))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-white\/10{color:#ffffff1a}.text-white\/30{color:#ffffff4d}.text-white\/60{color:#fff9}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-background{background-color:hsl(var(--background))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-card{background-color:hsl(var(--card))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-secondary-foreground{background-color:hsl(var(--secondary-foreground))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground{background-color:hsl(var(--muted-foreground))}.bg-accent{background-color:hsl(var(--accent))}.bg-accent-foreground{background-color:hsl(var(--accent-foreground))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive-foreground{background-color:hsl(var(--destructive-foreground))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/90{background-color:#ffffffe6}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.border-transparent{border-color:transparent}.border-current{border-color:currentColor}.border-white{border-color:#fff}.border-black{border-color:#000}.border-border{border-color:hsl(var(--border))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-muted{border-color:hsl(var(--muted))}.border-foreground{border-color:hsl(var(--foreground))}.border-white\/30{border-color:#ffffff4d}.border-muted-foreground\/30{border-color:hsl(var(--muted-foreground) / .3)}.border-black\/5{border-color:#0000000d}.rounded{border-radius:.25rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-none{box-shadow:none}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.opacity-100{opacity:1}.blur{filter:blur(8px)}.blur-sm{filter:blur(4px)}.blur-none{filter:blur(0)}.grayscale{filter:grayscale(100%)}.grayscale-0{filter:grayscale(0)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.object-center{object-position:center}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.scale-x-\[-1\]{transform:scaleX(-1)}.rotate-45{transform:rotate(45deg)}.rotate-180{transform:rotate(180deg)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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,text-decoration-color,fill,stroke;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-shadow{transition-property:box-shadow;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}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;user-select:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus-none:focus{outline:none}.outline-none{outline:none}.ring-1{box-shadow:0 0 0 1px var(--tw-ring-color)}.ring-2{box-shadow:0 0 0 2px var(--tw-ring-color)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.focus-visible\:outline-none:focus-visible{outline:none}.focus-visible\:ring-1:focus-visible{box-shadow:0 0 0 1px hsl(var(--ring))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus\:outline-none:focus{outline:none}.focus\:border-white:focus{border-color:#fff}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.fill-current{fill:currentColor}.fill-primary{fill:hsl(var(--primary))}.fill-primary\/50{fill:hsl(var(--primary) / .5)}.stroke-current{stroke:currentColor}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-white:hover{background-color:#fff}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/90:hover{background-color:#ffffffe6}.hover\:bg-black\/20:hover{background-color:#0003}.hover\:bg-foreground:hover{background-color:hsl(var(--foreground))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-secondary:hover{color:hsl(var(--secondary))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-accent:hover{color:hsl(var(--accent))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-white:hover{color:#fff}.hover\:text-white\/80:hover{color:#fffc}.hover\:text-background:hover{color:hsl(var(--background))}.hover\:border-primary:hover{border-color:hsl(var(--primary))}.hover\:border-black\/5:hover{border-color:#0000000d}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.hover\:translate-y-0:hover{transform:translateY(0)}.hover\:grayscale-0:hover{filter:grayscale(0)}.hover\:underline:hover{text-decoration:underline}.hover\:opacity-80:hover{opacity:.8}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:translate-y-0{transform:translateY(0)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:text-primary{color:hsl(var(--primary))}.group:hover .group-hover\:bg-black\/20{background-color:#0003}@media(min-width:640px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:inline-flex{display:inline-flex}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:w-\[400px\]{width:400px}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:inline-flex{display:inline-flex}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-1{grid-column:span 1 / span 1}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:p-24{padding:6rem}.md\:mb-3{margin-bottom:.75rem}.md\:mt-0{margin-top:0}.md\:h-16{height:4rem}.md\:h-24{height:6rem}.md\:h-\[32rem\]{height:32rem}.md\:min-h-0{min-height:0}.md\:aspect-\[3\/4\]{aspect-ratio:3 / 4}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-5xl{font-size:3rem;line-height:1.1}.md\:text-6xl{font-size:3.75rem;line-height:1.1}.md\:text-7xl{font-size:4.5rem;line-height:1.1}.md\:order-1{order:1}.md\:order-2{order:2}.md\:justify-center{justify-content:center}.md\:pb-0{padding-bottom:0}}@media(min-width:1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:gap-8{gap:2rem}.lg\:gap-12{gap:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}}@media(min-width:1280px){.xl\:hidden{display:none}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{max-width:640px;padding-left:1.5rem;padding-right:1.5rem}}@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:1536px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-size:.875rem;font-weight:500;border-radius:var(--radius);transition:all .15s ease;cursor:pointer;outline:none;border:1px solid transparent}.btn:disabled{pointer-events:none;opacity:.5}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-outline{background-color:transparent;border-color:hsl(var(--input));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-ghost{background-color:transparent;color:inherit}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-link{background-color:transparent;color:hsl(var(--primary));text-decoration:underline;text-underline-offset:4px}.btn-link:hover{text-decoration:none}.btn-destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{background-color:hsl(var(--destructive) / .9)}.btn-sm{height:2.25rem;padding:.5rem .75rem;font-size:.75rem}.btn-md{height:2.5rem;padding:.5rem 1rem}.btn-lg{height:2.75rem;padding:.5rem 2rem}.btn-icon{height:2.5rem;width:2.5rem;padding:0}.input{display:flex;width:100%;border-radius:var(--radius);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground));transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:hsl(var(--muted-foreground))}.input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 1px hsl(var(--ring))}.input:disabled{cursor:not-allowed;opacity:.5}.separator{height:1px;width:100%;background-color:hsl(var(--border));flex-shrink:0}.separator-vertical{height:auto;width:1px}.accordion-item{border-bottom:1px solid hsl(var(--border))}.accordion-item summary.accordion-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1rem 0;font-size:1.125rem;font-weight:500;transition:all .15s ease;cursor:pointer;background:none;border:none;text-align:left;color:inherit;list-style:none}.accordion-item summary.accordion-trigger::-webkit-details-marker{display:none}.accordion-item summary.accordion-trigger::marker{display:none;content:""}.accordion-item summary.accordion-trigger:hover{text-decoration:underline}.accordion-item summary.accordion-trigger svg{height:1rem;width:1rem;flex-shrink:0}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#000c;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-overlay[data-state=open]{opacity:1;pointer-events:auto}.drawer{position:fixed;z-index:50;gap:1rem;background-color:hsl(var(--background));padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;transition:transform .3s ease;pointer-events:none}.drawer[data-state=open]{pointer-events:auto}.drawer-left{inset:0 auto 0 0;height:100%;width:75%;max-width:400px;border-right:1px solid hsl(var(--border));transform:translate(-100%)}.drawer-right{inset:0 0 0 auto;height:100%;width:75%;max-width:400px;border-left:1px solid hsl(var(--border));transform:translate(100%)}.drawer[data-state=open]{transform:translate(0)}.drawer-close{position:absolute;right:1rem;top:1rem;border-radius:.125rem;opacity:.7;transition:opacity .15s ease;cursor:pointer;background:none;border:none;padding:.25rem}.drawer-close:hover{opacity:1}.product-card{display:block;cursor:pointer}.product-card-image{position:relative;aspect-ratio:3 / 4;overflow:hidden;background-color:hsl(var(--muted));margin-bottom:1rem}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-quick-add{position:absolute;inset:auto 0 0 0;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.product-card:hover .product-card-quick-add{transform:translateY(0)}.product-card-badge{position:absolute;top:.75rem;left:.75rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:10px;text-transform:uppercase;font-weight:700;padding:.25rem .5rem;letter-spacing:.1em}.product-card-info{display:flex;flex-direction:column;gap:.25rem}.product-card-vendor{font-size:.75rem;color:hsl(var(--secondary));text-transform:uppercase;letter-spacing:.05em}.product-card-title{font-family:var(--font-serif);font-size:1.125rem;font-weight:500;line-height:1.25;transition:color .15s ease}.product-card:hover .product-card-title{color:hsl(var(--primary))}.product-card-price{font-size:.875rem;font-weight:500;margin-top:.25rem}.product-card-price-compare{text-decoration:line-through;color:hsl(var(--muted-foreground));margin-left:.5rem}.quantity-selector{display:flex;align-items:center;border:1px solid hsl(var(--input));width:fit-content}.quantity-selector button{padding:.75rem 1rem;background:transparent;border:none;color:inherit;cursor:pointer;transition:background-color .15s ease}.quantity-selector button:hover{background-color:hsl(var(--muted))}.quantity-selector input{width:3rem;text-align:center;padding:.75rem 0;border:none;background:transparent;font-weight:500}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.star-rating{display:flex;align-items:center;gap:.125rem}.star-rating svg{width:1rem;height:1rem}.star-rating-filled{fill:hsl(var(--primary));color:hsl(var(--primary))}.star-rating-half{fill:hsl(var(--primary) / .5);color:hsl(var(--primary))}.star-rating-empty{fill:transparent;color:hsl(var(--muted-foreground))}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-fade-out{animation:fadeOut .3s ease forwards}.animate-slide-in-left{animation:slideInFromLeft .3s ease forwards}.animate-slide-in-right{animation:slideInFromRight .3s ease forwards}.animate-slide-in-bottom{animation:slideInFromBottom .5s ease forwards}.animate-slide-in-top{animation:slideInFromTop .5s ease forwards}.order-1{order:1}.order-2{order:2}.space-y-1>*+*{margin-top:.25rem}.space-y-1\.5>*+*{margin-top:.375rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.list-none{list-style:none}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-white\/60::placeholder{color:#fff9}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sticky{position:sticky}.thumbnail-item{outline:2px solid transparent;outline-offset:-2px}.thumbnail-item:hover{outline-color:hsl(var(--muted-foreground) / .3)}.thumbnail-active{outline-color:hsl(var(--primary))!important}.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__button--unbranded{height:3.5rem!important;min-height:3.5rem!important;max-height:3.5rem!important;border-radius:0!important}.shopify-payment-button .shopify-payment-button__more-options{font-size:.875rem}
/*# sourceMappingURL=/cdn/shop/t/14/assets/fado-theme.css.map */
