:root{--background: 0 0% 100%;--foreground: 0 0% 0%;--card: 0 0% 100%;--card-foreground: 0 0% 0%;--popover: 0 0% 100%;--popover-foreground: 0 0% 0%;--primary: 0 0% 0%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 93%;--secondary-foreground: 0 0% 13%;--muted: 0 0% 96%;--muted-foreground: 0 0% 45%;--accent: 0 0% 96%;--accent-foreground: 0 0% 0%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 0 0% 0%;--radius: 0px;--glass-bg: 0 0% 100% / .1;--glass-bg-active: 0 0% 100% / .5;--glass-border: 0 0% 100% / .3;--glass-blur: 10px;--shadow-glass: 0 32px 64px -12px rgba(0, 0, 0, .14);--announcement-bg: 0 0% 0%;--announcement-foreground: 0 0% 100%}*,*:before,*:after{border-color:hsl(var(--border))}html{scroll-behavior:smooth}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container-full{width:100%;padding-left:1rem;padding-right:1rem}.container-content{width:100%;padding-left:1rem;padding-right:1rem;max-width:1440px;margin-left:auto;margin-right:auto}@media(min-width:768px){.container-full,.container-content{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.container-full,.container-content{padding-left:4rem;padding-right:4rem}}@media(min-width:1280px){.container-full,.container-content{padding-left:5rem;padding-right:5rem}}.heading-h1{font-family:Helvetica,sans-serif;font-size:32px;line-height:120%;font-weight:700;letter-spacing:normal}@media(min-width:768px){.heading-h1{font-size:52px}}.heading-h2{font-family:Helvetica,sans-serif;font-size:28px;line-height:120%;font-weight:700;letter-spacing:normal}@media(min-width:768px){.heading-h2{font-size:48px}}.heading-h3{font-family:Helvetica,sans-serif;font-size:24px;line-height:120%;font-weight:700;letter-spacing:normal}@media(min-width:768px){.heading-h3{font-size:40px}}.heading-h4{font-family:Helvetica,sans-serif;font-size:20px;line-height:130%;font-weight:700;letter-spacing:normal}@media(min-width:768px){.heading-h4{font-size:32px}}.heading-h5{font-family:Helvetica,sans-serif;font-size:18px;line-height:140%;font-weight:700;letter-spacing:normal}@media(min-width:768px){.heading-h5{font-size:20px}}.heading-h6{font-family:Helvetica,sans-serif;font-size:16px;line-height:140%;font-weight:700;letter-spacing:normal}@media(min-width:768px){.heading-h6{font-size:18px}}.text-medium{font-family:Helvetica,sans-serif;font-size:16px;line-height:150%;font-weight:400;letter-spacing:normal}@media(min-width:768px){.text-medium{font-size:18px}}.text-regular,.text-product-name{font-family:Helvetica,sans-serif;font-size:16px;line-height:150%;font-weight:400;letter-spacing:normal}.text-product-price{font-family:Helvetica,sans-serif;font-size:16px;line-height:150%;font-weight:600;letter-spacing:normal;align-self:start}.text-footer-heading{font-family:Helvetica,sans-serif;font-size:16px;line-height:150%;font-weight:600;letter-spacing:normal}.text-footer-small{font-family:Helvetica,sans-serif;font-size:14px;line-height:150%;font-weight:600;letter-spacing:normal}.text-tiny{font-family:Helvetica,sans-serif;font-size:12px;line-height:150%;font-weight:400;letter-spacing:normal}.text-tiny-link{font-family:Helvetica,sans-serif;font-size:12px;line-height:150%;font-weight:400;letter-spacing:normal;text-decoration:underline}.text-section-title{font-family:Helvetica,sans-serif;font-size:24px;line-height:120%;font-weight:700}@media(min-width:768px){.text-section-title{font-size:40px}}.text-hero-title{font-family:Helvetica,sans-serif;font-size:32px;line-height:120%;font-weight:700}@media(min-width:768px){.text-hero-title{font-size:52px}}.link-underline{position:relative;display:inline-block}.link-underline:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s}.link-underline:hover:after{transform:scaleX(1);transform-origin:left}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1.5rem;font-weight:500;transition-property:color,background-color;transition-duration:.15s}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));padding:.75rem 1.5rem;font-weight:500;transition-property:color,background-color;transition-duration:.15s}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid hsl(var(--input));background-color:hsl(var(--background));color:hsl(var(--foreground))}.form-input::placeholder{color:hsl(var(--muted-foreground))}.form-input:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.card{background-color:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.product-card{position:relative;overflow:hidden;cursor:pointer}.product-card .primary-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s;will-change:opacity}.product-card .secondary-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s;will-change:opacity}.product-card:hover .primary-image{opacity:0}.product-card:hover .secondary-image{opacity:1}.announcement-bar{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.5rem 1rem;text-align:center;font-size:12px;font-weight:400;letter-spacing:.05em}.glass-card{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.glass-card-active{background:#ffffff80;border:2px solid rgba(255,255,255,.3);box-shadow:0 32px 64px -12px #00000024}@media(min-width:1024px){.glass-card-active{border:2px solid rgba(255,255,255,.3);background:#ffffff80;box-shadow:0 32px 64px -12px #00000024;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-carousel{animation:scroll-left 30s linear infinite;will-change:transform;contain:layout style}@keyframes fade-slide{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-slide-enter{animation:fade-slide .8s ease-out forwards}@keyframes navbar-slide-in{0%{opacity:0;transform:translateY(-100%);box-shadow:none}to{opacity:1;transform:translateY(0);box-shadow:0 2px 24px #00000014}}.navbar-sticky{animation:navbar-slide-in .4s cubic-bezier(.16,1,.3,1) forwards;box-shadow:0 2px 24px #00000014}@keyframes card-rise{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.card-rise{animation:card-rise .7s cubic-bezier(.22,1,.36,1) forwards}@keyframes heartbeat{0%,to{transform:scale(1);box-shadow:0 0 #2563eb66}14%{transform:scale(1.04);box-shadow:0 0 0 6px #2563eb00}28%{transform:scale(1)}42%{transform:scale(1.04);box-shadow:0 0 0 6px #2563eb00}70%{transform:scale(1)}}.btn-heartbeat{animation:heartbeat 2.4s ease-in-out infinite}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-down{animation:fade-in-down .2s ease-out}@media(min-width:480px)and (max-width:767px){.category-container-tablet{max-height:300px}}.category-buttons-grid{display:flex;flex-direction:row}@media(min-width:1024px){.category-buttons-grid{max-width:800px}}@media(max-width:480px){.category-buttons-grid{flex-direction:column}}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000026;z-index:59;display:none}.navbar-spacer{display:block;height:112px}@media(min-width:768px){.navbar-spacer{height:72px}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.article-prose{font-family:Helvetica,sans-serif;font-weight:400;font-size:16px;line-height:170%}.article-prose h2{font-size:20px;line-height:130%;font-weight:700;margin-bottom:1rem;margin-top:32px;padding-top:32px;border-top:1px solid hsl(var(--border))}@media(min-width:768px){.article-prose h2{font-size:32px}}.article-prose h2:first-child{margin-top:0;padding-top:0;border-top:none}.article-prose h3{font-size:18px;line-height:140%;font-weight:700;margin-bottom:.75rem;margin-top:1.5rem}@media(min-width:768px){.article-prose h3{font-size:20px}}.article-prose p{margin-bottom:1.5rem;color:hsl(var(--foreground))}.article-prose img{max-width:100%;height:auto;margin:1.5rem 0}.article-prose blockquote{border-left:2px solid hsl(var(--foreground));padding-left:1.5rem;font-style:italic;margin:1.5rem 0;color:hsl(var(--muted-foreground))}.article-prose ul{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:disc}.article-prose ol{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:decimal}.article-prose li{margin-bottom:.5rem}.article-prose a{text-decoration:underline;transition:color .15s}.article-prose a:hover{color:hsl(var(--muted-foreground))}.legal-prose{font-family:Helvetica,sans-serif;font-weight:400;font-size:16px;line-height:170%;color:hsl(var(--foreground))}.legal-prose h2{font-size:24px;line-height:130%;font-weight:700;margin-top:64px;padding-top:64px;margin-bottom:1rem;border-top:1px solid hsl(var(--border))}.legal-prose h2:first-child{margin-top:0;padding-top:0;border-top:none}.legal-prose h3{font-size:18px;line-height:140%;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem}.legal-prose h4,.legal-prose h5,.legal-prose h6{font-weight:700;margin-top:1.25rem;margin-bottom:.5rem}.legal-prose p{margin-bottom:1.5rem;color:hsl(var(--foreground))}.legal-prose strong{font-weight:700}.legal-prose ul{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:disc}.legal-prose ol{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:decimal}.legal-prose li{margin-bottom:.5rem}.legal-prose a{text-decoration:underline;transition:color .15s}.legal-prose a:hover{color:hsl(var(--muted-foreground))}.legal-prose blockquote{border-left:2px solid hsl(var(--foreground));padding-left:1.5rem;font-style:italic;margin:1.5rem 0;color:hsl(var(--muted-foreground))}.legal-prose img{max-width:100%;height:auto;margin:1.5rem 0}.legal-prose hr{border:none;border-top:1px solid hsl(var(--border));margin:2rem 0}.policy-prose{font-family:Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:170%;color:hsl(var(--foreground))}.policy-prose h2{font-size:24px;line-height:130%;font-weight:700;margin-top:64px;padding-top:64px;margin-bottom:1rem;border-top:1px solid hsl(var(--border))}.policy-prose h2:first-child{margin-top:0;padding-top:0;border-top:none}.policy-prose h3{font-size:18px;line-height:140%;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem}.policy-prose h4,.policy-prose h5,.policy-prose h6{font-weight:700;margin-top:1.25rem;margin-bottom:.5rem}.policy-prose p{margin-bottom:1.5rem;color:hsl(var(--foreground))}.policy-prose strong{font-weight:700}.policy-prose ul{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:disc}.policy-prose ol{padding-left:1.5rem;margin-bottom:1.5rem;list-style-type:decimal}.policy-prose li{margin-bottom:.5rem}.policy-prose a{text-decoration:underline;transition:color .15s}.policy-prose a:hover{color:hsl(var(--muted-foreground))}.policy-prose blockquote{border-left:2px solid hsl(var(--foreground));padding-left:1.5rem;font-style:italic;margin:1.5rem 0;color:hsl(var(--muted-foreground))}.policy-prose img{max-width:100%;height:auto;margin:1.5rem 0}.policy-prose hr{border:none;border-top:1px solid hsl(var(--border));margin:2rem 0}.prose{line-height:1.75}.prose p{margin-bottom:1.25em}.prose h2{font-size:1.5em;font-weight:700;margin-top:2em;margin-bottom:1em}.prose h3{font-size:1.25em;font-weight:600;margin-top:1.6em;margin-bottom:.6em}.prose ul,.prose ol{padding-left:1.625em;margin-bottom:1.25em}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:.5em}.prose a{text-decoration:underline}.prose img{margin-top:2em;margin-bottom:2em;border-radius:.375rem}.prose blockquote{border-left:3px solid hsl(var(--border));padding-left:1em;font-style:italic;margin-bottom:1.25em}@keyframes heartbeat{0%{transform:scale(1)}15%{transform:scale(1.3)}30%{transform:scale(1)}45%{transform:scale(1.2)}60%{transform:scale(1)}}.heartbeat{animation:heartbeat .6s ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/51/assets/theme.css.map */
