@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;900&display=swap";.custom-shopify-storefront-wrapper *{box-sizing:border-box;margin:0;padding:0}.custom-shopify-storefront-wrapper{--color-primary: #111111;--color-text-body: #333333;--color-text-muted: #777777;--color-accent: #00f5d4;--color-sale: #ff007f;--color-price-green: #00b90b;--bg-primary: #ffffff;--bg-secondary: #f9fbfb;--bg-dark: #0a0f18;--bg-footer: #080c12;--border-color: #e3e9e9;--border-radius: 8px;--border-radius-circle: 50%;--font-sans: "Poppins", sans-serif;--container-width: 1280px;--header-height: 80px;--transition-fast: .2s ease;--transition-normal: .3s cubic-bezier(.25, .46, .45, .94);--transition-slow: .5s cubic-bezier(.25, 1, .5, 1);font-family:var(--font-sans);color:var(--color-text-body);background-color:var(--bg-primary);line-height:1.6;position:relative;width:100%}.custom-shopify-storefront-wrapper a{text-decoration:none;color:inherit;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper img{max-width:100%;height:auto;display:block}.custom-shopify-storefront-wrapper ul{list-style:none}.custom-shopify-storefront-wrapper button,.custom-shopify-storefront-wrapper input{font-family:inherit;border:none;background:none;outline:none}.custom-shopify-storefront-wrapper h1,.custom-shopify-storefront-wrapper h2,.custom-shopify-storefront-wrapper h3,.custom-shopify-storefront-wrapper h4,.custom-shopify-storefront-wrapper h5,.custom-shopify-storefront-wrapper h6{color:var(--color-primary);font-weight:700;line-height:1.25;margin-bottom:.5rem}.custom-shopify-storefront-wrapper .container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 20px}.custom-shopify-storefront-wrapper .section-padding{padding:80px 0}@media(max-width:768px){.custom-shopify-storefront-wrapper .section-padding{padding:50px 0}}.custom-shopify-storefront-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:14px;font-weight:700;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition-normal);text-transform:uppercase;letter-spacing:.8px}.custom-shopify-storefront-wrapper .btn-primary{background-color:var(--color-accent);color:#000}.custom-shopify-storefront-wrapper .btn-primary:hover{background-color:var(--bg-dark);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #00f5d466}.custom-shopify-storefront-wrapper .btn-secondary{background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.custom-shopify-storefront-wrapper .btn-secondary:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-2px)}.custom-shopify-storefront-wrapper .btn-white{background-color:#fff;color:#000}.custom-shopify-storefront-wrapper .btn-white:hover{background-color:var(--color-accent);color:#000;transform:translateY(-2px);box-shadow:0 5px 15px #00f5d466}.custom-shopify-storefront-wrapper .announcement-bar{background-color:var(--bg-dark);color:#fff;text-align:center;font-size:13px;font-weight:500;padding:8px 0;overflow:hidden;position:relative;z-index:101;border-bottom:1px solid rgba(0,245,212,.2)}.custom-shopify-storefront-wrapper .announcement-bar .ticker{display:inline-block;white-space:nowrap;animation:ticker-animation 25s linear infinite;padding-left:100%}.custom-shopify-storefront-wrapper .announcement-bar .ticker span{display:inline-block;padding-right:50px}.custom-shopify-storefront-wrapper .announcement-bar .ticker strong{color:var(--color-accent)}@keyframes ticker-animation{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}.custom-shopify-storefront-wrapper .site-header{height:var(--header-height);background-color:#fff;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;display:flex;align-items:center;transition:var(--transition-normal)}.custom-shopify-storefront-wrapper .site-header.scrolled{height:65px;box-shadow:0 5px 20px #0000000d}.custom-shopify-storefront-wrapper .header-container{display:flex;justify-content:space-between;align-items:center;width:100%}.custom-shopify-storefront-wrapper .logo a{font-size:22px;font-weight:900;letter-spacing:.5px;color:var(--color-primary);display:flex;align-items:center}.custom-shopify-storefront-wrapper .logo i{color:var(--color-accent);margin-right:8px;font-size:24px}.custom-shopify-storefront-wrapper .main-nav{display:flex;align-items:center}.custom-shopify-storefront-wrapper .nav-list{display:flex;gap:30px}.custom-shopify-storefront-wrapper .nav-link{font-size:15px;font-weight:600;color:var(--color-primary);padding:10px 0;position:relative}.custom-shopify-storefront-wrapper .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-accent);transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .nav-link:hover{color:var(--color-accent)}.custom-shopify-storefront-wrapper .nav-link:hover:after{width:100%}.custom-shopify-storefront-wrapper .header-icons{display:flex;align-items:center;gap:20px}.custom-shopify-storefront-wrapper .icon-btn{font-size:20px;color:var(--color-primary);cursor:pointer;position:relative;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .icon-btn:hover{color:var(--color-accent)}.custom-shopify-storefront-wrapper .cart-count{position:absolute;top:-8px;right:-10px;background-color:var(--color-sale);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:var(--border-radius-circle);display:flex;align-items:center;justify-content:center}.custom-shopify-storefront-wrapper .mobile-menu-toggle{display:none;font-size:24px;cursor:pointer}@media(max-width:1024px){.custom-shopify-storefront-wrapper .main-nav{display:none}.custom-shopify-storefront-wrapper .mobile-menu-toggle{display:block}}.custom-shopify-storefront-wrapper .hero-slider{position:relative;height:620px;overflow:hidden;background-color:var(--bg-dark)}@media(max-width:768px){.custom-shopify-storefront-wrapper .hero-slider{height:480px}}.custom-shopify-storefront-wrapper .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;display:flex;align-items:center}.custom-shopify-storefront-wrapper .slide.active{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.45)}.custom-shopify-storefront-wrapper .slide-content{position:relative;z-index:2;color:#fff;max-width:700px;padding-left:20px;transform:translateY(30px);transition:transform .8s ease}.custom-shopify-storefront-wrapper .slide.active .slide-content{transform:translateY(0)}.custom-shopify-storefront-wrapper .slide-tagline{font-size:13px;font-weight:700;text-transform:uppercase;color:var(--color-accent);margin-bottom:15px;letter-spacing:2.5px;display:inline-block}.custom-shopify-storefront-wrapper .slide-title{font-size:52px;font-weight:900;line-height:1.15;margin-bottom:20px;color:#fff;text-transform:uppercase}.custom-shopify-storefront-wrapper .slide-desc{font-size:17px;margin-bottom:30px;color:#ffffffd9;max-width:580px}@media(max-width:768px){.custom-shopify-storefront-wrapper .slide-title{font-size:34px}.custom-shopify-storefront-wrapper .slide-desc{font-size:14px}}.custom-shopify-storefront-wrapper .slider-nav{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:12px}.custom-shopify-storefront-wrapper .slider-dot{width:12px;height:12px;border-radius:var(--border-radius-circle);background-color:#fff6;cursor:pointer;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .slider-dot.active{background-color:var(--color-accent);width:28px;border-radius:6px}.custom-shopify-storefront-wrapper .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:#ffffff1a;border-radius:var(--border-radius-circle);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;font-size:20px;transition:var(--transition-fast);border:1px solid rgba(255,255,255,.1)}.custom-shopify-storefront-wrapper .slider-arrow:hover{background-color:var(--color-accent);color:#000;border-color:var(--color-accent)}.custom-shopify-storefront-wrapper .slider-arrow-prev{left:30px}.custom-shopify-storefront-wrapper .slider-arrow-next{right:30px}@media(max-width:768px){.custom-shopify-storefront-wrapper .slider-arrow{display:none}}.custom-shopify-storefront-wrapper .collections-section{background-color:var(--bg-primary);text-align:center}.custom-shopify-storefront-wrapper .collections-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin-top:40px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:only-child) .collection-image-wrapper{width:220px;height:220px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:only-child) .collection-title{font-size:18px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(2)) .collection-image-wrapper{width:200px;height:200px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(2)) .collection-title{font-size:17px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(3)) .collection-image-wrapper{width:180px;height:180px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(3)) .collection-title{font-size:16px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(n+5)) .collection-image-wrapper{width:150px;height:150px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(n+5)) .collection-title{font-size:14px}@media(max-width:768px){.custom-shopify-storefront-wrapper .collections-grid{gap:20px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:only-child) .collection-image-wrapper{width:180px;height:180px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(2)) .collection-image-wrapper{width:150px;height:150px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(n+3)) .collection-image-wrapper{width:130px;height:130px}.custom-shopify-storefront-wrapper .collections-grid:has(>.collection-card:first-child:nth-last-child(n+3)) .collection-title{font-size:13px}}.custom-shopify-storefront-wrapper .collection-card{display:flex;flex-direction:column;align-items:center;cursor:pointer}.custom-shopify-storefront-wrapper .collection-image-wrapper{width:170px;height:170px;border-radius:var(--border-radius-circle);overflow:hidden;margin-bottom:15px;border:4px solid #ffffff;box-shadow:0 8px 24px #00000014;transition:var(--transition-normal);position:relative;background-color:#f7f7f7}.custom-shopify-storefront-wrapper .collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1)}.custom-shopify-storefront-wrapper .collection-card:hover .collection-image-wrapper{transform:translateY(-5px);box-shadow:0 12px 30px #00f5d44d;border-color:var(--color-accent)}.custom-shopify-storefront-wrapper .collection-card:hover img{transform:scale(1.1)}.custom-shopify-storefront-wrapper .collection-title{font-size:15px;font-weight:700;color:var(--color-primary)}.custom-shopify-storefront-wrapper .section-header{text-align:center;max-width:600px;margin:0 auto 50px}.custom-shopify-storefront-wrapper .section-tagline{font-size:13px;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;display:block}.custom-shopify-storefront-wrapper .section-title{font-size:32px;font-weight:800;text-transform:uppercase;position:relative;display:inline-block;padding-bottom:12px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--color-accent)}@media(max-width:768px){.custom-shopify-storefront-wrapper .section-title{font-size:26px}}.custom-shopify-storefront-wrapper .products-section{background-color:var(--bg-secondary)}.custom-shopify-storefront-wrapper .tab-nav{display:flex;justify-content:center;gap:15px;margin-bottom:45px}.custom-shopify-storefront-wrapper .tab-btn{font-size:15px;font-weight:700;color:var(--color-text-muted);padding:10px 25px;cursor:pointer;background-color:#fff;border:1px solid var(--border-color);border-radius:30px;transition:var(--transition-normal);text-transform:uppercase;letter-spacing:.5px}.custom-shopify-storefront-wrapper .tab-btn.active,.custom-shopify-storefront-wrapper .tab-btn:hover{background-color:var(--bg-dark);color:#fff;border-color:var(--bg-dark)}.custom-shopify-storefront-wrapper .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1024px){.custom-shopify-storefront-wrapper .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.custom-shopify-storefront-wrapper .products-grid{grid-template-columns:repeat(2,1fr);gap:15px}}.custom-shopify-storefront-wrapper .product-card{background-color:#fff;border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--border-color);transition:var(--transition-normal);display:flex;flex-direction:column;position:relative}.custom-shopify-storefront-wrapper .product-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000014;border-color:#00f5d433}.custom-shopify-storefront-wrapper .product-image-box{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:#fafafa}.custom-shopify-storefront-wrapper .product-image{width:100%;height:100%;object-fit:cover;transition:opacity var(--transition-slow)}.custom-shopify-storefront-wrapper .product-image-hover{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--transition-slow);z-index:2}.custom-shopify-storefront-wrapper .product-card:hover .product-image-hover{opacity:1}.custom-shopify-storefront-wrapper .product-badges{position:absolute;top:15px;left:15px;z-index:25;display:flex;flex-direction:column;gap:6px}.custom-shopify-storefront-wrapper .badge{font-size:10px;font-weight:700;padding:4px 10px;border-radius:3px;color:#fff;text-transform:uppercase;letter-spacing:.5px}.custom-shopify-storefront-wrapper .badge-sale{background-color:var(--color-sale)}.custom-shopify-storefront-wrapper .badge-new{background-color:#00c3ff}.custom-shopify-storefront-wrapper .product-actions{position:absolute;bottom:-50px;left:0;width:100%;padding:10px;z-index:20;transition:bottom var(--transition-normal)}.custom-shopify-storefront-wrapper .product-card:hover .product-actions{bottom:0}.custom-shopify-storefront-wrapper .btn-quick-add{width:100%;background-color:#fffffff2;color:var(--color-primary);font-size:13px;font-weight:700;padding:10px 0;border-radius:var(--border-radius);border:1px solid var(--border-color);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 15px #0000001a;transition:var(--transition-fast);text-transform:uppercase}.custom-shopify-storefront-wrapper .btn-quick-add:hover{background-color:var(--bg-dark);color:#fff}.custom-shopify-storefront-wrapper .product-info{padding:18px;flex-grow:1;display:flex;flex-direction:column}.custom-shopify-storefront-wrapper .product-vendor{font-size:11px;text-transform:uppercase;color:var(--color-text-muted);font-weight:600;margin-bottom:5px}.custom-shopify-storefront-wrapper .product-title{font-size:14px;font-weight:600;color:var(--color-primary);margin-bottom:8px;line-height:1.4;height:38px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.custom-shopify-storefront-wrapper .product-rating{display:flex;align-items:center;gap:4px;margin-bottom:12px}.custom-shopify-storefront-wrapper .rating-stars{color:#ffb600;font-size:12px}.custom-shopify-storefront-wrapper .rating-count{font-size:12px;color:var(--color-text-muted)}.custom-shopify-storefront-wrapper .product-price-box{margin-top:auto;display:flex;align-items:center;gap:8px}.custom-shopify-storefront-wrapper .price-current{font-size:16px;font-weight:700;color:var(--color-sale)}.custom-shopify-storefront-wrapper .price-original{font-size:13px;text-decoration:line-through;color:var(--color-text-muted)}.custom-shopify-storefront-wrapper .promo-banners-section{background-color:var(--bg-primary)}.custom-shopify-storefront-wrapper .promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media(max-width:768px){.custom-shopify-storefront-wrapper .promo-grid{grid-template-columns:1fr;gap:20px}}.custom-shopify-storefront-wrapper .promo-card{position:relative;height:390px;border-radius:var(--border-radius);overflow:hidden;background-color:#000;display:flex;align-items:center;padding:40px}.custom-shopify-storefront-wrapper .promo-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.55);transition:transform .8s ease}.custom-shopify-storefront-wrapper .promo-card:hover .promo-bg{transform:scale(1.05)}.custom-shopify-storefront-wrapper .promo-content{position:relative;z-index:2;color:#fff;max-width:320px}.custom-shopify-storefront-wrapper .promo-tag{font-size:12px;font-weight:700;color:var(--color-accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;display:inline-block}.custom-shopify-storefront-wrapper .promo-title{font-size:32px;font-weight:800;margin-bottom:15px;color:#fff;line-height:1.25}.custom-shopify-storefront-wrapper .promo-desc{font-size:14px;color:#fffc;margin-bottom:25px}.custom-shopify-storefront-wrapper .mid-banner{margin-top:50px;position:relative;height:340px;background-color:var(--bg-dark);border-radius:var(--border-radius);overflow:hidden;display:flex;align-items:center}.custom-shopify-storefront-wrapper .mid-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.45)}.custom-shopify-storefront-wrapper .mid-banner-content{position:relative;z-index:2;color:#fff;padding:50px;max-width:620px}.custom-shopify-storefront-wrapper .mid-banner-title{font-size:36px;font-weight:900;margin-bottom:15px;color:#fff;line-height:1.2}.custom-shopify-storefront-wrapper .mid-banner-desc{font-size:15px;margin-bottom:25px;color:#ffffffd9}@media(max-width:768px){.custom-shopify-storefront-wrapper .mid-banner{height:auto;padding:40px 20px}.custom-shopify-storefront-wrapper .mid-banner-content{padding:0}.custom-shopify-storefront-wrapper .mid-banner-title{font-size:28px}}.custom-shopify-storefront-wrapper .trust-section{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.custom-shopify-storefront-wrapper .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1024px){.custom-shopify-storefront-wrapper .trust-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:576px){.custom-shopify-storefront-wrapper .trust-grid{grid-template-columns:1fr;gap:25px}}.custom-shopify-storefront-wrapper .trust-card{display:flex;align-items:flex-start;gap:15px}.custom-shopify-storefront-wrapper .trust-icon{font-size:28px;color:var(--color-accent);flex-shrink:0;margin-top:3px}.custom-shopify-storefront-wrapper .trust-card h3{font-size:16px;font-weight:700;margin-bottom:5px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .trust-card p{font-size:13px;color:var(--color-text-muted);line-height:1.4}.custom-shopify-storefront-wrapper .site-footer{background-color:var(--bg-footer);color:#a5b1c2;border-top:1px solid rgba(255,255,255,.05)}.custom-shopify-storefront-wrapper .footer-top{padding:80px 0 50px}.custom-shopify-storefront-wrapper .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:40px}@media(max-width:1024px){.custom-shopify-storefront-wrapper .footer-grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:768px){.custom-shopify-storefront-wrapper .footer-grid{grid-template-columns:1fr;gap:30px}}.custom-shopify-storefront-wrapper .footer-col h3{font-size:15px;font-weight:700;text-transform:uppercase;margin-bottom:25px;position:relative;padding-bottom:8px;color:#fff;letter-spacing:.5px}.custom-shopify-storefront-wrapper .footer-col h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--color-accent)}.custom-shopify-storefront-wrapper .footer-col p{font-size:14px;color:#8b99a7;margin-bottom:20px}.custom-shopify-storefront-wrapper .footer-links li{margin-bottom:12px}.custom-shopify-storefront-wrapper .footer-links a{font-size:14px;color:#8b99a7}.custom-shopify-storefront-wrapper .footer-links a:hover{color:var(--color-accent);padding-left:5px}.custom-shopify-storefront-wrapper .contact-info li{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;color:#8b99a7}.custom-shopify-storefront-wrapper .contact-info i{color:var(--color-accent)}.custom-shopify-storefront-wrapper .newsletter-form{display:flex;margin-top:15px;border-radius:var(--border-radius);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.custom-shopify-storefront-wrapper .newsletter-input{flex-grow:1;background-color:#ffffff0d;padding:12px 15px;font-size:14px;color:#fff;width:100%}.custom-shopify-storefront-wrapper .btn-newsletter{background-color:var(--color-accent);color:#000;padding:0 20px;font-weight:700;cursor:pointer;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .btn-newsletter:hover{background-color:#fff;color:#000}.custom-shopify-storefront-wrapper .social-icons{display:flex;gap:12px;margin-top:20px}.custom-shopify-storefront-wrapper .social-icon{width:36px;height:36px;border-radius:var(--border-radius-circle);background-color:#ffffff0d;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:#8b99a7;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .social-icon:hover{background-color:var(--color-accent);color:#000;border-color:var(--color-accent);transform:translateY(-2px)}.custom-shopify-storefront-wrapper .footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding:25px 0;background-color:var(--bg-footer)}.custom-shopify-storefront-wrapper .footer-bottom-container{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.custom-shopify-storefront-wrapper .footer-bottom-container{flex-direction:column;gap:15px;text-align:center}}.custom-shopify-storefront-wrapper .copyright{font-size:13px;color:#8b99a7}.custom-shopify-storefront-wrapper .payment-badges{display:flex;gap:12px;align-items:center}.custom-shopify-storefront-wrapper .payment-badges i{font-size:24px}.custom-shopify-storefront-wrapper .cart-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.custom-shopify-storefront-wrapper .cart-drawer-overlay.open{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .cart-drawer{position:fixed;top:0;right:-420px;width:100%;max-width:420px;height:100%;background-color:#fff;box-shadow:-10px 0 30px #00000026;z-index:201;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.16,1,.3,1)}.custom-shopify-storefront-wrapper .cart-drawer.open{right:0}.custom-shopify-storefront-wrapper .drawer-header{padding:20px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.custom-shopify-storefront-wrapper .drawer-header h2{font-size:18px;font-weight:700;margin-bottom:0;text-transform:uppercase}.custom-shopify-storefront-wrapper .drawer-close{font-size:24px;color:var(--color-primary);cursor:pointer;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .drawer-close:hover{color:var(--color-sale);transform:rotate(90deg)}.custom-shopify-storefront-wrapper .drawer-content{flex-grow:1;overflow-y:auto;padding:20px}.custom-shopify-storefront-wrapper .empty-cart-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80%;text-align:center;color:var(--color-text-muted)}.custom-shopify-storefront-wrapper .empty-cart-state i{font-size:64px;margin-bottom:20px;color:var(--border-color)}.custom-shopify-storefront-wrapper .empty-cart-state p{margin-bottom:20px}.custom-shopify-storefront-wrapper .cart-items-list{display:flex;flex-direction:column;gap:20px}.custom-shopify-storefront-wrapper .cart-item{display:flex;gap:15px;border-bottom:1px solid #f0f0f0;padding-bottom:15px}.custom-shopify-storefront-wrapper .cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:var(--border-radius);border:1px solid var(--border-color);background-color:#fafafa}.custom-shopify-storefront-wrapper .cart-item-info{flex-grow:1}.custom-shopify-storefront-wrapper .cart-item-title{font-size:13px;font-weight:600;color:var(--color-primary);margin-bottom:5px;line-height:1.35}.custom-shopify-storefront-wrapper .cart-item-price{font-size:14px;color:var(--color-sale);font-weight:700;margin-bottom:8px}.custom-shopify-storefront-wrapper .cart-item-qty{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:4px;width:fit-content}.custom-shopify-storefront-wrapper .qty-btn{padding:4px 10px;cursor:pointer;font-weight:600;font-size:12px}.custom-shopify-storefront-wrapper .qty-val{padding:4px 10px;font-size:12px;font-weight:600;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}.custom-shopify-storefront-wrapper .cart-item-remove{font-size:18px;color:var(--color-text-muted);cursor:pointer;align-self:flex-start;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .cart-item-remove:hover{color:var(--color-sale)}.custom-shopify-storefront-wrapper .drawer-footer{padding:20px;border-top:1px solid var(--border-color);background-color:var(--bg-secondary)}.custom-shopify-storefront-wrapper .cart-subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:15px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .cart-subtotal-price{color:var(--color-sale)}.custom-shopify-storefront-wrapper .cart-shipping-note{font-size:12px;color:var(--color-text-muted);margin-bottom:15px;text-align:center}.custom-shopify-storefront-wrapper .btn-checkout{width:100%}.custom-shopify-storefront-wrapper .quickview-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.custom-shopify-storefront-wrapper .quickview-modal-overlay.open{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .quickview-modal{width:90%;max-width:820px;background-color:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 20px 50px #0000004d;position:relative;display:grid;grid-template-columns:1.1fr 1fr;z-index:301;transform:scale(.9);transition:transform .3s ease}.custom-shopify-storefront-wrapper .quickview-modal-overlay.open .quickview-modal{transform:scale(1)}.custom-shopify-storefront-wrapper .modal-close{position:absolute;top:15px;right:15px;font-size:24px;cursor:pointer;color:var(--color-primary);z-index:10;transition:var(--transition-fast)}.custom-shopify-storefront-wrapper .modal-close:hover{color:var(--color-sale);transform:rotate(90deg)}.custom-shopify-storefront-wrapper .modal-gallery{background-color:#fafafa;display:flex;align-items:center;justify-content:center}.custom-shopify-storefront-wrapper .modal-gallery img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.custom-shopify-storefront-wrapper .modal-info{padding:30px;display:flex;flex-direction:column}.custom-shopify-storefront-wrapper .modal-vendor{font-size:12px;color:var(--color-text-muted);text-transform:uppercase;font-weight:600;margin-bottom:5px}.custom-shopify-storefront-wrapper .modal-title{font-size:20px;font-weight:700;margin-bottom:10px;line-height:1.35}.custom-shopify-storefront-wrapper .modal-rating{display:flex;align-items:center;gap:5px;margin-bottom:15px}.custom-shopify-storefront-wrapper .modal-price-box{display:flex;align-items:center;gap:10px;margin-bottom:20px}.custom-shopify-storefront-wrapper .modal-price-current{font-size:22px;font-weight:700;color:var(--color-sale)}.custom-shopify-storefront-wrapper .modal-price-original{font-size:16px;text-decoration:line-through;color:var(--color-text-muted)}.custom-shopify-storefront-wrapper .modal-desc{font-size:13.5px;color:var(--color-text-body);margin-bottom:25px;line-height:1.55}.custom-shopify-storefront-wrapper .modal-add-to-cart-box{margin-top:auto;display:flex;gap:15px}.custom-shopify-storefront-wrapper .modal-qty-selector{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--border-radius)}.custom-shopify-storefront-wrapper .modal-qty-btn{padding:10px 15px;cursor:pointer;font-weight:600}.custom-shopify-storefront-wrapper .modal-qty-val{padding:10px 15px;font-weight:600;min-width:40px;text-align:center}.custom-shopify-storefront-wrapper .btn-modal-add{flex-grow:1}@media(max-width:768px){.custom-shopify-storefront-wrapper .quickview-modal{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.custom-shopify-storefront-wrapper .modal-info{padding:20px}}.custom-shopify-storefront-wrapper .checkout-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:400;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.custom-shopify-storefront-wrapper .checkout-modal-overlay.open{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .checkout-modal{background:var(--bg-primary);width:95%;max-width:950px;max-height:90vh;border-radius:16px;box-shadow:0 20px 50px #00000026;position:relative;overflow-y:auto;padding:40px;transform:translateY(20px);transition:transform .3s ease}.custom-shopify-storefront-wrapper .checkout-modal-overlay.open .checkout-modal{transform:translateY(0)}.custom-shopify-storefront-wrapper .checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px}@media(max-width:768px){.custom-shopify-storefront-wrapper .checkout-grid{grid-template-columns:1fr;gap:30px}.custom-shopify-storefront-wrapper .checkout-modal{padding:24px}}.custom-shopify-storefront-wrapper .checkout-form-section h2{font-size:24px;margin-bottom:24px;color:var(--color-primary);border-bottom:2px solid var(--border-color);padding-bottom:10px}.custom-shopify-storefront-wrapper .form-group-title{font-weight:600;font-size:16px;margin:20px 0 12px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .form-row{display:flex;gap:16px;margin-bottom:16px}.custom-shopify-storefront-wrapper .form-group{display:flex;flex-direction:column;gap:6px}.custom-shopify-storefront-wrapper .form-group.full{width:100%}.custom-shopify-storefront-wrapper .form-group.half{width:50%}.custom-shopify-storefront-wrapper .form-group label{font-size:13px;font-weight:500;color:var(--color-text-body)}.custom-shopify-storefront-wrapper .form-group input{padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;font-size:14px;background-color:var(--bg-secondary);transition:border-color .2s,box-shadow .2s;width:100%;color:var(--color-text-body)}.custom-shopify-storefront-wrapper .form-group input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #11111114}.custom-shopify-storefront-wrapper .payment-options{display:flex;gap:16px;margin-bottom:16px}.custom-shopify-storefront-wrapper .payment-option{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;background:var(--bg-secondary)}.custom-shopify-storefront-wrapper .payment-option input{display:none}.custom-shopify-storefront-wrapper .payment-option.active{border-color:var(--color-primary);background:var(--bg-primary);box-shadow:0 0 0 2px var(--color-primary)}.custom-shopify-storefront-wrapper .btn-checkout-submit{width:100%;padding:14px;font-size:16px;font-weight:600;margin-top:24px}.custom-shopify-storefront-wrapper .checkout-summary-section{background:var(--bg-secondary);padding:24px;border-radius:12px;border:1px solid var(--border-color);align-self:start}.custom-shopify-storefront-wrapper .checkout-summary-section h3{font-size:18px;margin-bottom:20px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .checkout-items-list{display:flex;flex-direction:column;gap:16px;max-height:250px;overflow-y:auto;margin-bottom:20px;padding-right:8px}.custom-shopify-storefront-wrapper .checkout-item{display:flex;gap:12px;align-items:center}.custom-shopify-storefront-wrapper .checkout-item-img{width:50px;height:50px;object-fit:cover;border-radius:6px;border:1px solid var(--border-color)}.custom-shopify-storefront-wrapper .checkout-item-details{flex:1}.custom-shopify-storefront-wrapper .checkout-item-title{font-size:13px;font-weight:600;color:var(--color-primary);line-height:1.3}.custom-shopify-storefront-wrapper .checkout-item-qty-price{font-size:12px;color:var(--color-text-muted);margin-top:4px}.custom-shopify-storefront-wrapper .checkout-totals{border-top:1px solid var(--border-color);padding-top:16px}.custom-shopify-storefront-wrapper .total-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px;color:var(--color-text-body)}.custom-shopify-storefront-wrapper .summary-divider{border:0;border-top:1px solid var(--border-color);margin:12px 0}.custom-shopify-storefront-wrapper .total-row.grand-total{font-size:18px;font-weight:700;color:var(--color-primary);margin-bottom:0}.custom-shopify-storefront-wrapper .checkout-success-section{text-align:center;max-width:550px;margin:0 auto;padding:20px 0}.custom-shopify-storefront-wrapper .success-icon{font-size:64px;color:var(--color-price-green);margin-bottom:20px;animation:scaleUp .4s cubic-bezier(.175,.885,.32,1.275)}.custom-shopify-storefront-wrapper .checkout-success-section h2{font-size:28px;margin-bottom:16px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .order-number-text{font-size:16px;margin-bottom:12px}.custom-shopify-storefront-wrapper .success-subtext{font-size:14px;color:var(--color-text-muted);margin-bottom:30px}.custom-shopify-storefront-wrapper .success-details{background:var(--bg-secondary);border:1px solid var(--border-color);padding:20px;border-radius:12px;text-align:left;margin-bottom:30px}.custom-shopify-storefront-wrapper .success-details h3{font-size:15px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.custom-shopify-storefront-wrapper .success-details p{font-size:14px;color:var(--color-text-body);margin-bottom:4px}.custom-shopify-storefront-wrapper .modal-option-group{margin:20px 0}.custom-shopify-storefront-wrapper .option-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .option-label strong{font-weight:700;color:var(--color-sale)}.custom-shopify-storefront-wrapper .option-swatches{display:flex;flex-wrap:wrap;gap:10px}.custom-shopify-storefront-wrapper .color-swatch{width:32px;height:32px;border-radius:50%;border:1px solid var(--border-color);cursor:pointer;position:relative;transition:transform .2s,border-color .2s;box-shadow:inset 0 2px 4px #0000001a}.custom-shopify-storefront-wrapper .color-swatch:hover{transform:scale(1.1)}.custom-shopify-storefront-wrapper .color-swatch.active{border:2px solid var(--color-primary);box-shadow:0 0 0 2px var(--bg-primary),0 0 0 4px var(--color-primary)}.custom-shopify-storefront-wrapper .size-swatch{min-width:44px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:14px;font-weight:600;cursor:pointer;background:var(--bg-secondary);transition:all .2s;color:var(--color-text-body)}.custom-shopify-storefront-wrapper .size-swatch:hover{border-color:var(--color-primary);background:var(--bg-primary)}.custom-shopify-storefront-wrapper .size-swatch.active{background:var(--color-primary);color:var(--bg-primary);border-color:var(--color-primary)}.custom-shopify-storefront-wrapper .cart-item-variant,.custom-shopify-storefront-wrapper .checkout-item-variant{font-size:12px;color:var(--color-text-muted);margin-top:3px;font-weight:500}.custom-shopify-storefront-wrapper .product-card-actions-static{margin-top:auto;padding-top:15px}.custom-shopify-storefront-wrapper .btn-quick-add-static{width:100%;background-color:var(--color-primary);color:#fff;font-size:13px;font-weight:700;padding:11px 0;border-radius:var(--border-radius);border:1px solid var(--color-primary);cursor:pointer;transition:var(--transition-fast);text-transform:uppercase;letter-spacing:.5px;display:block;text-align:center}.custom-shopify-storefront-wrapper .btn-quick-add-static:hover{background-color:transparent;color:var(--color-primary)}.custom-shopify-storefront-wrapper .cart-promo-banner{background:#f7f7f7!important;border-bottom:1px solid #e5e5e5!important;padding:15px 20px!important;text-align:center!important;display:block!important}.custom-shopify-storefront-wrapper .cart-timer-ticker{font-size:13px!important;color:#333!important;margin-bottom:10px!important;font-weight:500!important}.custom-shopify-storefront-wrapper .cart-timer-ticker strong{color:#d0011b!important}.custom-shopify-storefront-wrapper .cart-shipping-progress-wrapper{font-size:12px!important;color:#555!important}.custom-shopify-storefront-wrapper .cart-shipping-progress-wrapper strong{color:#111!important}.custom-shopify-storefront-wrapper .shipping-progress-bar-container{background:#e0e0e0!important;height:6px!important;width:100%!important;border-radius:3px!important;margin-top:8px!important;position:relative!important}.custom-shopify-storefront-wrapper .shipping-progress-bar-fill{background:#f5a623!important;height:100%!important;border-radius:3px!important;transition:width .3s ease!important;width:0%}.custom-shopify-storefront-wrapper .shipping-progress-bar-star{position:absolute!important;top:50%!important;right:-2px!important;transform:translateY(-50%)!important;background:#fff!important;border:1px solid #f5a623!important;color:#f5a623!important;width:16px!important;height:16px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:8px!important}.custom-shopify-storefront-wrapper .cart-subtotal-box{border-top:1px solid #e5e5e5!important;padding-top:15px!important;margin-bottom:15px!important}.custom-shopify-storefront-wrapper .cart-special-offer{display:flex!important;justify-content:space-between!important;font-size:13px!important;color:#d0011b!important;font-weight:600!important;margin-bottom:8px!important}.custom-shopify-storefront-wrapper .special-offer-tag i{margin-right:4px!important}.custom-shopify-storefront-wrapper .btn-checkout-yellow{width:100%!important;background-color:#fc0!important;color:#111!important;border:none!important;font-size:15px!important;font-weight:700!important;padding:14px 0!important;border-radius:var(--border-radius)!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.5px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 12px #fc03!important}.custom-shopify-storefront-wrapper .btn-checkout-yellow i{margin-right:8px!important}.custom-shopify-storefront-wrapper .btn-checkout-yellow:hover{background-color:#e5b800!important}.custom-shopify-storefront-wrapper .express-checkout-container{display:flex!important;gap:10px!important;margin-top:10px!important;width:100%!important}.custom-shopify-storefront-wrapper .express-btn{flex:1!important;padding:11px 0!important;border-radius:var(--border-radius)!important;font-size:13px!important;font-weight:700!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important}.custom-shopify-storefront-wrapper .shop-pay-btn{background:#5a31f4!important;color:#fff!important}.custom-shopify-storefront-wrapper .shop-pay-btn .buy-with{font-weight:400!important;font-size:12px!important}.custom-shopify-storefront-wrapper .shop-pay-btn .shop-logo{font-style:italic!important;font-weight:800!important;font-size:14px!important;letter-spacing:-.5px!important}.custom-shopify-storefront-wrapper .g-pay-btn{background:#000!important;color:#fff!important}.custom-shopify-storefront-wrapper .g-pay-btn i{font-size:20px!important;margin-right:4px!important}.custom-shopify-storefront-wrapper .view-cart-link{display:block!important;text-align:center!important;margin-top:12px!important;color:#555!important;font-size:13px!important;text-decoration:underline!important;font-weight:500!important}.custom-shopify-storefront-wrapper .cart-trust-badges{margin-top:20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:10px!important}.custom-shopify-storefront-wrapper .cart-trust-badges .badge-item{font-size:11px!important;color:#777!important;display:flex!important;align-items:center!important;gap:4px!important}.custom-shopify-storefront-wrapper .cart-trust-badges .badge-payment-logos{display:flex!important;gap:10px!important;font-size:22px!important;color:#b5b5b5!important}.custom-shopify-storefront-wrapper .wishlist-count{position:absolute;top:-5px;right:-5px;background-color:var(--color-sale);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.custom-shopify-storefront-wrapper .product-image-box{position:relative}.custom-shopify-storefront-wrapper .btn-wishlist-modal{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:var(--border-radius);cursor:pointer;background:var(--bg-secondary);transition:all .2s ease;font-size:18px;color:var(--color-primary)}.custom-shopify-storefront-wrapper .btn-wishlist-modal:hover{border-color:var(--color-sale);color:var(--color-sale);background:#fff;transform:scale(1.03)}.custom-shopify-storefront-wrapper .btn-wishlist-modal.active{background:#fff0f5;border-color:var(--color-sale);color:var(--color-sale)}.custom-shopify-storefront-wrapper .btn-wishlist-modal.active i{font-weight:900}.custom-shopify-storefront-wrapper .wishlist-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:250;opacity:0;visibility:hidden;transition:all .3s ease}.custom-shopify-storefront-wrapper .wishlist-drawer-overlay.open{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .wishlist-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:100%;height:100%;background-color:var(--bg-primary);z-index:261;box-shadow:-10px 0 30px #00000026;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.16,1,.3,1)}.custom-shopify-storefront-wrapper .wishlist-drawer.open{right:0}@media(max-width:480px){.custom-shopify-storefront-wrapper .wishlist-drawer{width:100%;right:-100%}}.custom-shopify-storefront-wrapper .empty-wishlist-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80%;text-align:center;color:var(--color-text-muted)}.custom-shopify-storefront-wrapper .empty-wishlist-state i{font-size:54px;margin-bottom:20px;color:var(--border-color)}.custom-shopify-storefront-wrapper .empty-wishlist-state p{margin-bottom:20px}.custom-shopify-storefront-wrapper .wishlist-items-list{display:flex;flex-direction:column;gap:20px}.custom-shopify-storefront-wrapper .wishlist-item{display:flex;gap:15px;border-bottom:1px solid #f0f0f0;padding-bottom:15px;align-items:center}.custom-shopify-storefront-wrapper .wishlist-item-image{width:80px;height:80px;object-fit:cover;border-radius:var(--border-radius);border:1px solid var(--border-color);background-color:#fafafa}.custom-shopify-storefront-wrapper .wishlist-item-info{flex-grow:1}.custom-shopify-storefront-wrapper .wishlist-item-title{font-size:13px;font-weight:600;color:var(--color-primary);margin-bottom:5px;line-height:1.35}.custom-shopify-storefront-wrapper .wishlist-item-price{font-size:14px;color:var(--color-sale);font-weight:700;margin-bottom:8px}.custom-shopify-storefront-wrapper .wishlist-item-actions{display:flex;gap:10px;align-items:center;margin-top:5px}.custom-shopify-storefront-wrapper .btn-wishlist-add-cart{padding:6px 12px;background-color:var(--color-primary);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;border-radius:4px;cursor:pointer;transition:all .2s}.custom-shopify-storefront-wrapper .btn-wishlist-add-cart:hover{background-color:var(--color-accent);color:var(--color-primary)}.custom-shopify-storefront-wrapper .wishlist-item-remove{font-size:16px;color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);background:none;border:none}.custom-shopify-storefront-wrapper .wishlist-item-remove:hover{color:var(--color-sale)}.custom-shopify-storefront-wrapper .search-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0f18f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:500;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;justify-content:center;align-items:flex-start;padding-top:10vh}.custom-shopify-storefront-wrapper .search-overlay.open{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .search-close-btn{position:absolute;top:30px;right:40px;font-size:32px;color:#fff;cursor:pointer;transition:all .2s;background:none;border:none}.custom-shopify-storefront-wrapper .search-close-btn:hover{color:var(--color-sale);transform:rotate(90deg)}.custom-shopify-storefront-wrapper .search-container{width:90%;max-width:800px;color:#fff;display:flex;flex-direction:column;gap:40px}.custom-shopify-storefront-wrapper .search-input-wrapper{position:relative;border-bottom:2px solid rgba(255,255,255,.1);display:flex;align-items:center;padding-bottom:10px;transition:border-color .3s}.custom-shopify-storefront-wrapper .search-input-wrapper:focus-within{border-color:var(--color-accent)}.custom-shopify-storefront-wrapper .search-input-icon{font-size:28px;color:var(--color-text-muted);margin-right:15px}.custom-shopify-storefront-wrapper #searchInput{flex-grow:1;font-size:26px;font-weight:500;color:#fff;background:transparent;border:none;outline:none;font-family:var(--font-sans)}.custom-shopify-storefront-wrapper #searchInput::placeholder{color:#ffffff4d}.custom-shopify-storefront-wrapper .search-clear-btn{font-size:20px;color:var(--color-text-muted);cursor:pointer;background:none;border:none}.custom-shopify-storefront-wrapper .search-clear-btn:hover{color:#fff}.custom-shopify-storefront-wrapper .search-suggestions h4,.custom-shopify-storefront-wrapper .search-results-wrapper h4{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:15px}.custom-shopify-storefront-wrapper .suggestion-tags{display:flex;flex-wrap:wrap;gap:12px}.custom-shopify-storefront-wrapper .suggestion-tag{padding:8px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:30px;font-size:14px;cursor:pointer;transition:all .2s;color:#fffc}.custom-shopify-storefront-wrapper .suggestion-tag:hover{background:var(--color-accent);color:var(--color-primary);border-color:var(--color-accent);transform:translateY(-2px)}.custom-shopify-storefront-wrapper .search-results-wrapper{flex-grow:1;max-height:60vh;overflow-y:auto;padding-right:10px}.custom-shopify-storefront-wrapper .search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px}.custom-shopify-storefront-wrapper .search-result-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:10px;transition:all .3s;cursor:pointer}.custom-shopify-storefront-wrapper .search-result-card:hover{background:#ffffff14;transform:translateY(-3px);border-color:#ffffff26}.custom-shopify-storefront-wrapper .search-result-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;background:#ffffff0d}.custom-shopify-storefront-wrapper .search-result-info{display:flex;flex-direction:column;gap:4px}.custom-shopify-storefront-wrapper .search-result-title{font-size:12px;font-weight:600;line-height:1.35;color:#fff;height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-shopify-storefront-wrapper .search-result-price{font-size:13px;font-weight:700;color:var(--color-accent)}.custom-shopify-storefront-wrapper .account-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:350;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.custom-shopify-storefront-wrapper .account-modal-overlay.open{opacity:1;visibility:visible}.custom-shopify-storefront-wrapper .account-modal{background:var(--bg-primary);width:90%;max-width:850px;max-height:90vh;border-radius:16px;box-shadow:0 25px 60px #0003;position:relative;overflow-y:auto;transform:scale(.95);transition:transform .3s ease}.custom-shopify-storefront-wrapper .account-modal-overlay.open .account-modal{transform:scale(1)}.custom-shopify-storefront-wrapper .account-grid{display:grid;grid-template-columns:1fr 1.1fr}@media(max-width:768px){.custom-shopify-storefront-wrapper .account-grid{grid-template-columns:1fr}.custom-shopify-storefront-wrapper .account-banner{display:none}}.custom-shopify-storefront-wrapper .account-banner{position:relative;overflow:hidden;min-height:480px}.custom-shopify-storefront-wrapper .account-banner-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.custom-shopify-storefront-wrapper .account-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#080c12f2,#0a0f1899)}.custom-shopify-storefront-wrapper .account-banner-content{position:relative;z-index:2;padding:40px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.custom-shopify-storefront-wrapper .account-banner-content h3{font-size:28px;font-weight:900;color:#fff;margin-bottom:12px}.custom-shopify-storefront-wrapper .account-banner-content p{font-size:14px;color:#fffc;line-height:1.5}.custom-shopify-storefront-wrapper .account-form-container{padding:40px;display:flex;align-items:center}.custom-shopify-storefront-wrapper .auth-view{width:100%}.custom-shopify-storefront-wrapper .auth-view h2{font-size:24px;margin-bottom:8px}.custom-shopify-storefront-wrapper .auth-subtitle{font-size:13px;color:var(--color-text-muted);margin-bottom:30px}.custom-shopify-storefront-wrapper .auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.custom-shopify-storefront-wrapper .form-group{position:relative;width:100%}.custom-shopify-storefront-wrapper .form-group input{width:100%;padding:12px 14px;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:14px;transition:all .3s;background:#fff}.custom-shopify-storefront-wrapper .form-group label{position:absolute;left:14px;top:50%;transform:translateY(-50%);background:#fff;padding:0 4px;color:var(--color-text-muted);font-size:14px;transition:.2s ease all;pointer-events:none}.custom-shopify-storefront-wrapper .form-group input:focus,.custom-shopify-storefront-wrapper .form-group input:not(:placeholder-shown){border-color:var(--color-primary)}.custom-shopify-storefront-wrapper .form-group input:focus~label,.custom-shopify-storefront-wrapper .form-group input:not(:placeholder-shown)~label{top:0;font-size:12px;color:var(--color-primary);font-weight:600}.custom-shopify-storefront-wrapper .form-actions{display:flex;justify-content:flex-end;font-size:12px}.custom-shopify-storefront-wrapper .forgot-pass-link{color:var(--color-text-muted);text-decoration:underline}.custom-shopify-storefront-wrapper .forgot-pass-link:hover{color:var(--color-primary)}.custom-shopify-storefront-wrapper .btn-auth-submit{width:100%;padding:12px 0;font-size:14px;font-weight:700;text-transform:uppercase;margin-top:10px}.custom-shopify-storefront-wrapper .auth-toggle-text{font-size:13px;color:var(--color-text-muted);text-align:center}.custom-shopify-storefront-wrapper .auth-toggle-text a{color:var(--color-primary);font-weight:600;text-decoration:underline}.custom-shopify-storefront-wrapper .account-dashboard{padding:40px;display:flex;flex-direction:column;gap:30px}.custom-shopify-storefront-wrapper .dashboard-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:20px}.custom-shopify-storefront-wrapper .dashboard-header h2{font-size:26px;margin-bottom:4px}.custom-shopify-storefront-wrapper .dashboard-email{font-size:14px;color:var(--color-text-muted)}.custom-shopify-storefront-wrapper .btn-logout{padding:8px 16px;font-size:12px;text-transform:uppercase;font-weight:700;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:6px;border:1px solid var(--border-color)}.custom-shopify-storefront-wrapper .btn-logout:hover{background:var(--color-sale);color:#fff;border-color:var(--color-sale)}.custom-shopify-storefront-wrapper .dashboard-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:30px}@media(max-width:768px){.custom-shopify-storefront-wrapper .dashboard-grid{grid-template-columns:1fr}}.custom-shopify-storefront-wrapper .dashboard-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:24px}.custom-shopify-storefront-wrapper .dashboard-card h3{font-size:16px;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid rgba(0,0,0,.05);padding-bottom:8px}.custom-shopify-storefront-wrapper .profile-detail{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.custom-shopify-storefront-wrapper .profile-detail:last-child{margin-bottom:0}.custom-shopify-storefront-wrapper .detail-label{font-size:11px;text-transform:uppercase;color:var(--color-text-muted);font-weight:600}.custom-shopify-storefront-wrapper .detail-val{font-size:13.5px;color:var(--color-primary);font-weight:500}.custom-shopify-storefront-wrapper .badge-vip{background:#fff8e1;color:#ffb300!important;border:1px solid #ffe082;width:fit-content;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:700}.custom-shopify-storefront-wrapper .text-green{color:var(--color-price-green)!important;font-weight:600}.custom-shopify-storefront-wrapper .orders-list{display:flex;flex-direction:column;gap:15px;max-height:350px;overflow-y:auto;padding-right:5px}.custom-shopify-storefront-wrapper .no-orders-msg{font-size:13px;color:var(--color-text-muted);text-align:center;padding:40px 0}.custom-shopify-storefront-wrapper .order-history-item{border:1px solid var(--border-color);border-radius:8px;padding:15px;background:#fff;display:flex;flex-direction:column;gap:10px;transition:all .2s}.custom-shopify-storefront-wrapper .order-history-item:hover{box-shadow:0 4px 10px #0000000d}.custom-shopify-storefront-wrapper .order-history-header{display:flex;justify-content:space-between;font-size:12px;font-weight:700;border-bottom:1px solid #f2f2f2;padding-bottom:8px}.custom-shopify-storefront-wrapper .order-history-id{color:var(--color-primary)}.custom-shopify-storefront-wrapper .order-history-date{color:var(--color-text-muted);font-weight:500}.custom-shopify-storefront-wrapper .order-history-products{display:flex;flex-direction:column;gap:8px}.custom-shopify-storefront-wrapper .order-history-prod{display:flex;justify-content:space-between;font-size:12px;color:var(--color-text-body)}.custom-shopify-storefront-wrapper .order-history-prod-name{font-weight:500;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-shopify-storefront-wrapper .order-history-footer{display:flex;justify-content:space-between;align-items:center;margin-top:5px;font-size:12px}.custom-shopify-storefront-wrapper .order-history-status{font-weight:700;text-transform:uppercase;font-size:10px;letter-spacing:.5px}.custom-shopify-storefront-wrapper .status-processing{color:#ff9800}.custom-shopify-storefront-wrapper .order-history-total{font-weight:700;color:var(--color-sale);font-size:13px}.custom-shopify-storefront-wrapper .btn-wishlist-card{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 8px #0000001a;border:none;outline:none}.custom-shopify-storefront-wrapper .btn-wishlist-card:hover{background:#fff;transform:scale(1.1);color:var(--color-sale)}.custom-shopify-storefront-wrapper .btn-wishlist-card.active{color:var(--color-sale)}.custom-shopify-storefront-wrapper .btn-wishlist-card.active i{font-weight:900}.custom-shopify-storefront-wrapper .btn-quick-view-overlay{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-primary);border:none;padding:10px 20px;border-radius:30px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;opacity:0;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 15px #00000026;z-index:4;white-space:nowrap}.custom-shopify-storefront-wrapper .product-card:hover .btn-quick-view-overlay{bottom:20px;opacity:1}.custom-shopify-storefront-wrapper .btn-quick-view-overlay:hover{background:var(--color-primary);color:#fff;transform:translate(-50%) scale(1.05)}#shopify-section-template--26798547697737__main h1,[id*=__main] [data-testid=section-content] h1,[id*=__main] [class*=text-block--] h1{font-family:"Plus Jakarta Sans",var(--font-sans),sans-serif!important;font-size:42px!important;font-weight:800!important;text-transform:uppercase!important;color:var(--color-primary)!important;letter-spacing:-.5px!important;margin-bottom:18px!important;position:relative!important;display:inline-block!important;padding-bottom:14px!important;line-height:1.15!important;background:linear-gradient(135deg,var(--color-primary) 30%,#444444 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}#shopify-section-template--26798547697737__main h1:after,[id*=__main] [data-testid=section-content] h1:after,[id*=__main] [class*=text-block--] h1:after{content:""!important;position:absolute!important;bottom:0!important;left:0!important;width:70px!important;height:4px!important;background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-sale) 100%)!important;border-radius:2px!important}#shopify-section-template--26798547697737__main .rte-formatter,#shopify-section-template--26798547697737__main [class*=text-block--].rte,[id*=__main] [data-testid=section-content] .rte-formatter,[id*=__main] [class*=text-block--].rte{font-family:"Plus Jakarta Sans",var(--font-sans),sans-serif!important;font-size:16px!important;line-height:1.85!important;color:#4a5568!important;max-width:820px!important;margin:10px 0 0!important;text-align:left!important;font-weight:400!important;letter-spacing:.1px!important;padding:22px 28px!important;background:#ffffffa6!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid rgba(0,245,212,.15)!important;border-left:4px solid var(--color-accent)!important;border-radius:4px 16px 16px 4px!important;box-shadow:0 10px 30px #00000005,0 1px 3px #00f5d40d!important;position:relative!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;display:inline-block!important}#shopify-section-template--26798547697737__main .rte-formatter:hover,#shopify-section-template--26798547697737__main [class*=text-block--].rte:hover,[id*=__main] [data-testid=section-content] .rte-formatter:hover,[id*=__main] [class*=text-block--].rte:hover{transform:translateY(-2px)!important;box-shadow:0 15px 35px #00f5d414!important;border-color:#00f5d459!important;background:#fffc!important}@keyframes collectionHeroFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#shopify-section-template--26798547697737__main h1,#shopify-section-template--26798547697737__main .rte-formatter,[id*=__main] [data-testid=section-content] h1,[id*=__main] [data-testid=section-content] .rte-formatter{animation:collectionHeroFadeIn .8s cubic-bezier(.16,1,.3,1) both!important}#shopify-section-template--26798547697737__main .rte-formatter,[id*=__main] [data-testid=section-content] .rte-formatter{animation-delay:.15s!important}@media(max-width:768px){#shopify-section-template--26798547697737__main h1,[id*=__main] [data-testid=section-content] h1{font-size:30px!important}#shopify-section-template--26798547697737__main .rte-formatter,[id*=__main] [data-testid=section-content] .rte-formatter{padding:16px 20px!important;font-size:14px!important;line-height:1.7!important}}product-card,.product-card{padding:10px!important;align-items:stretch!important;text-align:left!important}product-card [ref=productTitleLink],.product-card [ref=productTitleLink],product-card [class*=product_title],.product-card [class*=product_title],product-card .rte,.product-card .rte,product-card .text-block,.product-card .text-block{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important;margin:0 auto 0 0!important;--max-width:none!important}product-card [class*=product_title] p,.product-card [class*=product_title] p{font-size:13px!important;line-height:1.3!important;min-height:40px!important;color:#121212!important;font-weight:600!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;text-align:left!important}product-card product-price,.product-card product-price,product-card .price,.product-card .price,product-card .price-item,.product-card .price-item,product-card .price__container,.product-card .price__container{color:#ff007f!important;font-weight:700!important;font-size:14px!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;margin:auto auto 0 0!important;padding:12px 0 0!important;text-align:left!important}product-card [ref=productTitleLink],.product-card [ref=productTitleLink],product-card [class*=product_title],.product-card [class*=product_title],product-card [class*=product_title] p,.product-card [class*=product_title] p,product-card product-price,.product-card product-price,product-card .price,.product-card .price,product-card .price-item,.product-card .price-item{padding-left:8px!important}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-storefront.css.map */
