:root{--primary: #1a6fb5;--primary-light: #1f7ec8;--primary-foreground: #ffffff;--accent: #0e7490;--background: #f4f7fa;--foreground: #1b2d42;--card: #ffffff;--card-foreground: #1b2d42;--secondary: #e6edf4;--secondary-foreground: #1b2d42;--muted: #dce4ed;--muted-foreground: #5c7a94;--border: #c4d2df;--destructive: #ef4444;--radius: .5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem;max-width:1280px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-display{font-family:Syne,sans-serif}.font-mono-tight{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums}.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}@media(min-width:768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}}@media(min-width:1024px){.lg\:text-8xl{font-size:6rem;line-height:1}}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:var(--primary-foreground);font-family:Syne,sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.05em;padding:.75rem 2rem;border-radius:var(--radius);border:none;transition:all .3s ease;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #1a6fb54d;background:var(--primary-light)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--foreground);font-family:Syne,sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.05em;padding:.75rem 2rem;border-radius:var(--radius);border:1.5px solid var(--border);transition:all .3s ease;cursor:pointer}.btn-outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.btn-outline--white{color:#fff;border-color:#fff6}.btn-outline--white:hover{border-color:#fff;color:#fff}.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:var(--primary);font-family:Syne,sans-serif;font-weight:700;font-size:.8125rem;letter-spacing:.05em;padding:.875rem 2rem;border-radius:var(--radius);border:none;transition:all .3s ease;cursor:pointer}.btn-white:hover{background:#ffffffe6}.card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.product-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;transition:all .35s cubic-bezier(.25,.4,.25,1);position:relative}.product-card:hover{border-color:#1a6fb559;box-shadow:0 8px 30px #1a6fb514;transform:translateY(-3px)}.product-card img{transition:transform .7s ease}.product-card:hover img{transform:scale(1.05)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c1e32a6,#0c1e3280 50%,#0c1e32bf 85%,#f4f7fa)}.hero__content{position:relative;z-index:10;text-align:center;padding-top:4rem}.text-shadow{text-shadow:0 2px 12px rgba(0,0,0,.5)}.text-shadow-sm{text-shadow:0 1px 6px rgba(0,0,0,.4)}.marquee-banner{padding:.625rem 0;background:var(--primary);color:#fff;overflow:hidden}.marquee-track{display:flex;white-space:nowrap;animation:marquee 40s linear infinite}.marquee-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.1em;font-weight:500;padding:0 2.5rem;flex-shrink:0}.marquee-item svg{width:12px;height:12px;opacity:.7;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.icon-box{width:2.75rem;height:2.75rem;border-radius:.5rem;background:#1a6fb514;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .3s ease}.icon-box svg{width:20px;height:20px;color:var(--primary)}.card:hover .icon-box,.feature-card:hover .icon-box{background:#1a6fb51f}.feature-card{padding:1.5rem;border-radius:.75rem;background:var(--card);border:1px solid var(--border);transition:all .3s ease}.feature-card:hover{border-color:#1a6fb540}.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.section-label{font-family:JetBrains Mono,monospace;font-size:.75rem;letter-spacing:.1em;color:var(--primary);margin-bottom:.5rem;display:block}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media(min-width:768px){.md\:grid-3{grid-template-columns:repeat(3,1fr)}.md\:grid-5{grid-template-columns:repeat(5,1fr)}.md\:grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lg\:grid-4{grid-template-columns:repeat(4,1fr)}}.aspect-4-3{aspect-ratio:4/3}.aspect-square{aspect-ratio:1/1}.aspect-3-4{aspect-ratio:3/4}.category-card{position:relative;border-radius:.75rem;overflow:hidden;border:1px solid var(--border);transition:all .35s cubic-bezier(.25,.4,.25,1);display:block}.category-card:hover{border-color:#1a6fb559;box-shadow:0 8px 30px #1a6fb514;transform:translateY(-3px)}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent)}.category-card__text{position:absolute;bottom:0;left:0;right:0;padding:1rem}.stats-bar{padding:3.5rem 0;background:#e6edf466}.stat-item{text-align:center}.stat-value{font-size:1.875rem;font-weight:700;font-family:Syne,sans-serif;margin-bottom:.25rem}@media(min-width:768px){.stat-value{font-size:2.25rem}}.stat-label{font-size:.625rem;letter-spacing:.1em;color:var(--muted-foreground);font-family:JetBrains Mono,monospace}@media(min-width:768px){.stat-label{font-size:.75rem}}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;margin-bottom:.5rem}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;text-align:left;font-weight:600;font-size:.875rem;background:none;border:none;cursor:pointer;color:var(--foreground)}.faq-question svg{width:16px;height:16px;flex-shrink:0;color:var(--muted-foreground);transition:transform .25s ease}.faq-item.active .faq-question svg{color:var(--primary);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer__inner{padding:0 1.25rem 1.25rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.625}.cta-banner{padding:5rem 0;background:var(--primary);color:#fff}.about-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.about-images-grid .col-offset{padding-top:1.5rem}.about-images-grid img{border-radius:.75rem;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.about-images-grid img:hover{transform:scale(1.05)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#f4f7fad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(196,210,223,.5)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.site-header__logo{display:flex;align-items:center;gap:.625rem}.site-header__logo-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;background:var(--primary);display:flex;align-items:center;justify-content:center}.site-header__logo-icon svg{width:16px;height:16px;color:#fff}.site-header__logo-text{font-family:Syne,sans-serif;font-weight:700;font-size:1rem}.desktop-nav{display:none;align-items:center;gap:1.75rem;font-size:.875rem;font-weight:500}@media(min-width:1024px){.desktop-nav{display:flex}}.desktop-nav a{padding:.5rem 0;color:var(--muted-foreground);transition:color .2s ease}.desktop-nav a:hover{color:var(--foreground)}.shop-dropdown-trigger{display:flex;align-items:center;gap:.25rem;padding:.5rem 0;color:var(--muted-foreground);transition:color .2s ease;cursor:pointer;position:relative;background:none;border:none;font-size:.875rem;font-weight:500;font-family:inherit}.shop-dropdown-trigger:hover{color:var(--foreground)}.shop-dropdown{position:absolute;top:100%;left:0;padding-top:.5rem;width:560px;display:none;z-index:60}.shop-dropdown-wrapper:hover .shop-dropdown{display:block}.shop-dropdown__inner{background:var(--card);border:1px solid var(--border);border-radius:.75rem;box-shadow:0 10px 40px #0000001a;padding:1.25rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.shop-dropdown__category-title{font-family:Syne,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.1em;color:var(--primary);margin-bottom:.625rem;display:block}.shop-dropdown__category-title:hover{text-decoration:underline}.shop-dropdown__link{display:block;font-size:.875rem;color:var(--muted-foreground);padding:.125rem 0;transition:color .2s ease}.shop-dropdown__link:hover{color:var(--primary)}.header-icons{display:flex;align-items:center;gap:.25rem}.header-icon-btn{padding:.5rem;border-radius:.5rem;color:var(--muted-foreground);transition:all .2s ease;position:relative;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-icon-btn:hover{background:var(--secondary);color:var(--foreground)}.header-icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;background:var(--primary);color:#fff;font-size:10px;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:flex;padding:.5rem;border-radius:.5rem;background:none;border:none;cursor:pointer;color:var(--foreground)}.mobile-menu-btn svg{width:20px;height:20px}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-nav{display:none;border-top:1px solid rgba(196,210,223,.4);background:var(--background);padding:1rem}.mobile-nav.active{display:block}@media(min-width:1024px){.mobile-nav{display:none!important}}.mobile-nav a,.mobile-nav button{display:block;width:100%;padding:.75rem .5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-align:left;border-radius:.5rem;transition:all .2s ease}.mobile-nav a:hover,.mobile-nav button:hover{color:var(--foreground);background:var(--secondary)}.mobile-nav__subcats{display:none;flex-direction:column;padding-left:0;padding-bottom:.5rem;gap:0}.mobile-nav__subcats.active{display:flex}.site-footer{border-top:1px solid var(--border);background:var(--card)}.footer-top{padding:3rem 0;border-bottom:1px solid rgba(196,210,223,.5);display:grid;gap:2.5rem}@media(min-width:768px){.footer-top{grid-template-columns:repeat(2,1fr)}}.footer-contact-item{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:.625rem;transition:color .2s ease}.footer-contact-item:hover{color:var(--primary)}.footer-contact-item svg{width:16px;height:16px;color:var(--primary);flex-shrink:0}.newsletter-form{display:flex;width:100%;border-radius:.5rem;overflow:hidden;border:1px solid var(--border)}.newsletter-form input{flex:1;padding:.625rem 1rem;background:#e6edf480;border:none;font-size:.875rem;color:var(--foreground);outline:none;font-family:inherit}.newsletter-form input::placeholder{color:var(--muted-foreground)}.newsletter-form button{padding:.625rem 1.25rem;background:var(--primary);color:#fff;font-family:Syne,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.1em;border:none;cursor:pointer;transition:background .2s ease}.newsletter-form button:hover{background:var(--primary-light)}.footer-links{padding:2rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;font-size:.875rem}@media(min-width:768px){.footer-links{grid-template-columns:repeat(4,1fr)}}.footer-links h4{font-family:Syne,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.1em;margin-bottom:.75rem}.footer-links li{margin-bottom:.375rem}.footer-links a{color:var(--muted-foreground);transition:color .2s ease}.footer-links a:hover{color:var(--primary)}.footer-bottom{padding:1.25rem 0;border-top:1px solid rgba(196,210,223,.5);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;color:var(--muted-foreground)}@media(min-width:640px){.footer-bottom{flex-direction:row}}.footer-bottom a{transition:color .2s ease}.footer-bottom a:hover{color:var(--foreground)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@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__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--secondary)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover}.product-card__info{padding:.75rem}.product-card__title{font-size:.875rem;font-weight:600;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:.875rem;font-weight:700;color:var(--primary)}.product-card__compare-price{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through;margin-left:.5rem}.product-card__badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;background:var(--primary);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.05em;border-radius:.25rem;font-family:Syne,sans-serif}.product-card__badge--sale{background:var(--destructive)}.product-page{padding:6rem 0 4rem}.product-page__grid{display:grid;gap:2rem}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-page__gallery{position:relative}.product-page__main-image{aspect-ratio:1;border-radius:.75rem;overflow:hidden;background:var(--secondary);margin-bottom:.75rem}.product-page__main-image img{width:100%;height:100%;object-fit:cover}.product-page__thumbnails{display:flex;gap:.5rem;overflow-x:auto}.product-page__thumb{width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s ease}.product-page__thumb.active,.product-page__thumb:hover{border-color:var(--primary)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{padding-top:1rem}.product-page__title{font-size:1.5rem;margin-bottom:.75rem}@media(min-width:768px){.product-page__title{font-size:2rem}}.product-page__price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.product-page__description{font-size:.875rem;color:var(--muted-foreground);line-height:1.625;margin-bottom:1.5rem}.product-page__description p{margin-bottom:.75rem}.variant-selector{margin-bottom:1.5rem}.variant-selector__label{font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;display:block}.variant-selector__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:var(--card)}.variant-option:hover{border-color:var(--primary)}.variant-option.active{border-color:var(--primary);background:var(--primary);color:#fff}.variant-option.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.quantity-selector{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1rem;width:fit-content}.quantity-selector button{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--secondary);border:none;cursor:pointer;transition:background .2s ease}.quantity-selector button:hover{background:var(--muted)}.quantity-selector span{width:3rem;text-align:center;font-weight:600;font-size:.875rem}.add-to-cart-btn{width:100%;padding:1rem;background:var(--primary);color:#fff;font-family:Syne,sans-serif;font-weight:700;font-size:.875rem;letter-spacing:.05em;border:none;border-radius:var(--radius);cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.add-to-cart-btn:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:0 4px 16px #1a6fb540}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.trust-badges{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid var(--border);margin-top:1rem}.trust-badge{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--muted-foreground)}.trust-badge svg{width:14px;height:14px;color:var(--primary)}.cart-page{padding:6rem 0 4rem;min-height:60vh}.cart-empty{text-align:center;padding:4rem 0}.cart-line-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-line-item__image{width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;background:var(--secondary);flex-shrink:0}.cart-line-item__image img{width:100%;height:100%;object-fit:cover}.cart-line-item__info{flex:1}.cart-line-item__title{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.cart-line-item__price{font-size:.875rem;color:var(--primary);font-weight:700}.cart-line-item__remove{font-size:.75rem;color:var(--muted-foreground);cursor:pointer;border:none;background:none;text-decoration:underline;margin-top:.25rem}.cart-line-item__remove:hover{color:var(--destructive)}.cart-summary{padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:.75rem;margin-top:2rem}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.cart-summary__total{font-size:1.25rem;font-weight:700;border-top:1px solid var(--border);padding-top:.75rem;margin-top:.5rem}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:1.5rem}.breadcrumbs a{color:var(--muted-foreground);transition:color .2s ease}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs__sep{color:var(--border)}.collection-page{padding:6rem 0 4rem}.collection-header{margin-bottom:2rem}.collection-header h1{font-size:2rem;margin-bottom:.5rem}@media(min-width:768px){.collection-header h1{font-size:2.5rem}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .2s ease}.pagination a{color:var(--muted-foreground);border:1px solid var(--border)}.pagination a:hover{border-color:var(--primary);color:var(--primary)}.pagination .active{background:var(--primary);color:#fff;border:1px solid var(--primary)}.empty-state{text-align:center;padding:4rem 1rem}.empty-state svg{width:48px;height:48px;color:var(--muted-foreground);margin:0 auto 1rem}.badge-wysiwyg{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--accent);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.05em;border-radius:.25rem;font-family:Syne,sans-serif}.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}body{padding-top:0}.page-content{padding-top:4rem}.overflow-hidden{overflow:hidden}@media(max-width:639px){.sm\:hidden{display:none}}.hidden{display:none}@media(min-width:640px){.sm\:flex{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
