.cart-drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:9998;opacity:0;display:none}.cart-drawer-overlay.show{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:450px;max-width:90vw;background:#fff;z-index:9999;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a;transform:translate(100%);height:100vh;overflow:hidden}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer-title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cart-drawer-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .3s}.cart-drawer-close:hover{transform:rotate(90deg)}.cart-drawer-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;min-height:0;max-height:none}.cart-items{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:769px){.cart-drawer-body:has(.cart-item:nth-child(n+11)){max-height:calc(100vh - 220px)}}@media(max-width:768px){.cart-drawer-body:has(.cart-item:nth-child(n+5)){max-height:calc(100vh - 260px)}}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;color:#999}.cart-empty svg{margin-bottom:1.5rem;color:#ccc}.cart-empty p{font-size:1.1rem;margin-bottom:2rem}.continue-shopping-btn{padding:.875rem 2rem;background:#000;color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:background .3s}.continue-shopping-btn:hover{background:#333}.cart-item{display:grid!important;grid-template-columns:60px 1fr auto!important;gap:1rem!important;align-items:start!important;padding-bottom:1.5rem!important;border-bottom:1px solid #e5e5e5!important;position:relative!important}.cart-drawer .cart-item:last-child{border-bottom:none!important;padding-bottom:0!important}.cart-drawer .cart-item-image{width:60px!important;height:60px!important;flex-shrink:0!important;background:#f8f8f8!important;overflow:hidden!important}.cart-drawer .cart-item-image img{width:60px!important;height:60px!important;max-width:60px!important;object-fit:cover!important}.cart-drawer .cart-item-info{flex:1!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;min-width:150px!important}.cart-drawer .cart-item-name{font-size:.875rem!important;font-weight:600!important;color:#000!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.03em!important;line-height:1.4!important;transition:color .3s!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;display:block!important}.cart-drawer .cart-item-name:hover{color:#666!important}.cart-drawer .cart-item-attributes{font-size:.75rem!important;color:#999!important;margin-top:.25rem!important}.cart-drawer .cart-item-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important}.cart-drawer .cart-item-price{font-size:.9rem!important;font-weight:700!important;color:#000!important}.cart-drawer .cart-item-quantity{display:flex!important;align-items:center!important;gap:.5rem!important}.cart-drawer .qty-btn{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f8f8f8!important;border:1px solid #e5e5e5!important;cursor:pointer!important;transition:all .3s!important}.cart-drawer .qty-btn:hover{background:#000!important;border-color:#000!important;color:#fff!important}.cart-drawer .qty-value{min-width:24px!important;text-align:center!important;font-size:.875rem!important;font-weight:600!important}.cart-drawer .cart-item-remove{background:none!important;border:none!important;cursor:pointer!important;padding:.25rem!important;color:#999!important;transition:color .3s!important;align-self:start!important}.cart-drawer .cart-item-remove:hover{color:#e74c3c!important}.cart-drawer-footer{border-top:1px solid #e5e5e5;padding:1rem 2rem;flex-shrink:0;background:#fff}.cart-summary{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;font-size:.8rem;color:#666}.summary-total{font-size:.95rem;font-weight:700;padding-top:.4rem;margin-top:.4rem;border-top:1px solid #e5e5e5;color:#000}.cart-actions{display:flex;flex-direction:column;gap:.6rem}.btn{padding:.75rem 1rem;text-align:center;text-decoration:none;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s;border:none;cursor:pointer}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#333}.btn-secondary{background:#fff;color:#000;border:2px solid #000}.btn-secondary:hover{background:#000;color:#fff}@media(max-width:768px){.cart-drawer{width:100%;max-width:100%}.cart-drawer-header,.cart-drawer-body,.cart-drawer-footer{padding:1.5rem}}.search-overlay[data-astro-cid-xfsuhunh]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.search-overlay[data-astro-cid-xfsuhunh].active{opacity:1;visibility:visible}.search-drawer[data-astro-cid-xfsuhunh]{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.search-drawer[data-astro-cid-xfsuhunh].active{transform:translateY(0)}.search-drawer-header[data-astro-cid-xfsuhunh]{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5;background:#fff;position:sticky;top:0;z-index:10}.search-input-wrapper[data-astro-cid-xfsuhunh]{flex:1;position:relative;display:flex;align-items:center}.search-icon[data-astro-cid-xfsuhunh]{position:absolute;left:1rem;color:#999;pointer-events:none}.search-input[data-astro-cid-xfsuhunh]{width:100%;padding:.875rem 3rem;border:2px solid #e5e5e5;border-radius:50px;font-size:1rem;transition:all .3s}.search-input[data-astro-cid-xfsuhunh]:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.search-clear[data-astro-cid-xfsuhunh]{position:absolute;right:1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;transition:all .2s}.search-clear[data-astro-cid-xfsuhunh]:hover{background:#e5e5e5}.search-close[data-astro-cid-xfsuhunh]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;transition:all .3s;flex-shrink:0}.search-close[data-astro-cid-xfsuhunh]:hover{background:#e5e5e5}.search-drawer-body[data-astro-cid-xfsuhunh]{flex:1;overflow-y:auto;padding:2rem}.search-section[data-astro-cid-xfsuhunh]{margin-bottom:2.5rem}.search-section-title[data-astro-cid-xfsuhunh]{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:1rem}.search-tags[data-astro-cid-xfsuhunh]{display:flex;flex-wrap:wrap;gap:.75rem}.search-tag[data-astro-cid-xfsuhunh]{padding:.5rem 1rem;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:50px;font-size:.875rem;color:#333;cursor:pointer;transition:all .3s}.search-tag[data-astro-cid-xfsuhunh]:hover{background:#d4af37;border-color:#d4af37;color:#fff}.tags-loading[data-astro-cid-xfsuhunh]{display:flex;align-items:center;justify-content:center;padding:2rem}.mini-spinner[data-astro-cid-xfsuhunh]{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #d4af37;border-radius:50%;animation:spin 1s linear infinite}.results-header[data-astro-cid-xfsuhunh]{margin-bottom:1.5rem}.results-count[data-astro-cid-xfsuhunh]{font-size:.875rem;color:#666}.results-grid[data-astro-cid-xfsuhunh]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.result-item[data-astro-cid-xfsuhunh]{display:flex;flex-direction:column;gap:.75rem;padding:.875rem;background:#f9f9f9;border:1px solid #e5e5e5;border-radius:12px;text-decoration:none;transition:all .3s}.result-item[data-astro-cid-xfsuhunh]:hover{background:#fff;border-color:#d4af37;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.result-image[data-astro-cid-xfsuhunh]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;background:#f5f5f5}.result-info[data-astro-cid-xfsuhunh]{flex:1;min-width:0}.result-name[data-astro-cid-xfsuhunh]{font-size:.95rem;font-weight:600;color:#333;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.result-price[data-astro-cid-xfsuhunh]{font-size:1rem;font-weight:700;color:#d4af37;margin-top:auto}.search-loading[data-astro-cid-xfsuhunh]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.loading-spinner[data-astro-cid-xfsuhunh]{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #d4af37;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-no-results[data-astro-cid-xfsuhunh]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.search-no-results[data-astro-cid-xfsuhunh] svg[data-astro-cid-xfsuhunh]{color:#ccc;margin-bottom:1rem}.search-no-results[data-astro-cid-xfsuhunh] h3[data-astro-cid-xfsuhunh]{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.search-no-results[data-astro-cid-xfsuhunh] p[data-astro-cid-xfsuhunh]{color:#999}@media(max-width:768px){.search-drawer-header[data-astro-cid-xfsuhunh]{padding:1rem}.search-drawer-body[data-astro-cid-xfsuhunh]{padding:1.5rem 1rem}.results-grid[data-astro-cid-xfsuhunh]{grid-template-columns:repeat(2,1fr);gap:.75rem}.result-item[data-astro-cid-xfsuhunh]{padding:.75rem;gap:.5rem}.result-name[data-astro-cid-xfsuhunh]{font-size:.8rem;line-height:1.25;-webkit-line-clamp:2}.result-price[data-astro-cid-xfsuhunh]{font-size:.875rem}.search-input[data-astro-cid-xfsuhunh]{font-size:.9rem;padding:.75rem 2.5rem}}@media(max-width:480px){.result-name[data-astro-cid-xfsuhunh]{font-size:.75rem}.result-price[data-astro-cid-xfsuhunh]{font-size:.8rem}}:root{--color-primary: #000000;--color-secondary: #ffffff;--color-accent: #d4af37;--color-text: #333333;--color-text-light: #666666;--color-bg: #ffffff;--color-bg-dark: #0a0a0a;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 2rem}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Saira Stencil,sans-serif;background:var(--color-bg);scroll-behavior:smooth;overflow-x:hidden;width:100%}body{margin:0;padding:0;color:var(--color-text);line-height:1.6;overflow-x:hidden;width:100%}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .3s ease}body.home-page .header[data-astro-cid-3ef6ksr2]{background:transparent}body.home-page .header[data-astro-cid-3ef6ksr2].scrolled{background:#000}.container[data-astro-cid-3ef6ksr2]{max-width:1800px;margin:0 auto;padding:0 var(--spacing-md)}.header-content[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-sm) 0}.logo-text[data-astro-cid-3ef6ksr2]{font-size:1.5rem;font-weight:800;letter-spacing:.05em;color:var(--color-secondary)}.nav[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--spacing-md)}.nav-item[data-astro-cid-3ef6ksr2]{position:relative}.nav-link[data-astro-cid-3ef6ksr2]{color:var(--color-secondary);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color .3s;padding:.5rem 0;display:flex;align-items:center;gap:.25rem}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--color-accent)}.nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transition:transform .3s}.nav-item[data-astro-cid-3ef6ksr2]:hover .nav-link[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transform:rotate(180deg)}.mega-menu[data-astro-cid-3ef6ksr2]{position:fixed;top:80px;left:0;right:0;width:100vw;background:transparent;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:999;pointer-events:none}.mega-menu[data-astro-cid-3ef6ksr2].show{opacity:1;visibility:visible;pointer-events:auto}.mega-menu-backdrop[data-astro-cid-3ef6ksr2]{position:fixed;inset:80px 0 0;background:#0009;backdrop-filter:blur(10px);z-index:-1}.nav-item[data-astro-cid-3ef6ksr2]:hover .mega-menu[data-astro-cid-3ef6ksr2].show{opacity:1;visibility:visible}.mega-menu-content[data-astro-cid-3ef6ksr2]{position:relative;background:#fff;padding:var(--spacing-lg) 0;border-bottom:1px solid #e5e5e5}.mega-menu-grid[data-astro-cid-3ef6ksr2]{max-width:1800px;margin:0 auto;padding:0 var(--spacing-md);display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.mega-menu-item[data-astro-cid-3ef6ksr2]{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:0;background:transparent;transition:all .3s;opacity:0;transform:translateY(20px)}.nav-item[data-astro-cid-3ef6ksr2]:hover .mega-menu-item[data-astro-cid-3ef6ksr2][data-animate-menu]{animation:menuItemFadeIn .4s ease-out forwards}@keyframes menuItemFadeIn{to{opacity:1;transform:translateY(0)}}.mega-menu-item[data-astro-cid-3ef6ksr2]:hover{transform:translateY(-5px)}.mega-menu-image[data-astro-cid-3ef6ksr2]{border-radius:10px;position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8f8f8}.mega-menu-image[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:100%;height:100%;object-fit:cover;transition:transform .5s}.mega-menu-item[data-astro-cid-3ef6ksr2]:hover .mega-menu-image[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{transform:scale(1.1)}.mega-menu-overlay[data-astro-cid-3ef6ksr2]{position:absolute;inset:0;opacity:0;transition:opacity .3s}.mega-menu-item[data-astro-cid-3ef6ksr2]:hover .mega-menu-overlay[data-astro-cid-3ef6ksr2]{opacity:1}.mega-menu-title[data-astro-cid-3ef6ksr2]{position:relative;padding:1.25rem .5rem;color:var(--color-primary);font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;text-align:center;z-index:10;line-height:1.2}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--spacing-sm)}.icon-btn[data-astro-cid-3ef6ksr2]{color:var(--color-secondary);padding:.5rem;transition:color .3s;display:flex;align-items:center;justify-content:center}.icon-btn[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:20px;height:20px}.icon-btn[data-astro-cid-3ef6ksr2]:hover{color:var(--color-accent)}.user-btn[data-astro-cid-3ef6ksr2]{position:relative}.user-avatar[data-astro-cid-3ef6ksr2]{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--color-accent)}.user-icon[data-astro-cid-3ef6ksr2]{display:block}.user-dropdown[data-astro-cid-3ef6ksr2]{position:absolute;top:calc(100% + .5rem);right:0;width:280px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001}.user-dropdown[data-astro-cid-3ef6ksr2].active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-header[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem;padding:1.5rem}.dropdown-avatar[data-astro-cid-3ef6ksr2]{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--color-accent)}.dropdown-user-info[data-astro-cid-3ef6ksr2]{flex:1;min-width:0}.dropdown-user-name[data-astro-cid-3ef6ksr2]{font-size:.9375rem;font-weight:600;color:#000;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-user-email[data-astro-cid-3ef6ksr2]{font-size:.8125rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-divider[data-astro-cid-3ef6ksr2]{height:1px;background:#e5e5e5;margin:0 1rem}.dropdown-menu[data-astro-cid-3ef6ksr2]{padding:.5rem}.dropdown-item[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;color:#333;font-size:.9375rem;text-decoration:none;background:none;border:none;border-radius:6px;cursor:pointer;transition:all .2s;text-align:left}.dropdown-item[data-astro-cid-3ef6ksr2]:hover{background:#f8f8f8;color:var(--color-accent)}.dropdown-item[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{flex-shrink:0;color:#666;transition:color .2s}.dropdown-item[data-astro-cid-3ef6ksr2]:hover svg[data-astro-cid-3ef6ksr2]{color:var(--color-accent)}.dropdown-item[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{flex:1}.cart-btn[data-astro-cid-3ef6ksr2]{position:relative}.cart-badge[data-astro-cid-3ef6ksr2]{position:absolute;top:0;right:0;background:var(--color-accent);color:#000;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:4px}.mobile-menu-btn[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:24px;height:2px;background:var(--color-secondary);transition:all .3s}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:9999;display:none;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-menu[data-astro-cid-3ef6ksr2].active{display:block;opacity:1;pointer-events:auto}.mobile-menu-overlay[data-astro-cid-3ef6ksr2]{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(4px)}.mobile-menu-panel[data-astro-cid-3ef6ksr2]{position:absolute;top:0;left:0;bottom:0;width:85%;max-width:400px;background:#000;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}.mobile-menu[data-astro-cid-3ef6ksr2].active .mobile-menu-panel[data-astro-cid-3ef6ksr2]{transform:translate(0)}.mobile-menu-header[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-close[data-astro-cid-3ef6ksr2]{background:none;border:none;color:var(--color-secondary);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.mobile-menu-nav[data-astro-cid-3ef6ksr2]{flex:1;overflow-y:auto}.mobile-menu-list[data-astro-cid-3ef6ksr2]{list-style:none;padding:0;margin:0}.mobile-menu-item[data-astro-cid-3ef6ksr2]{border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;color:var(--color-secondary);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.02em;background:none;border:none;text-align:left;cursor:pointer;transition:background .2s}.mobile-menu-link[data-astro-cid-3ef6ksr2]:hover{background:#ffffff0d}.mobile-menu-link--parent[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transition:transform .3s}.mobile-menu-item[data-astro-cid-3ef6ksr2].submenu-open .mobile-menu-link--parent[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{transform:rotate(90deg)}.mobile-submenu[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;background:#000;z-index:10;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}.mobile-menu-item[data-astro-cid-3ef6ksr2].submenu-open .mobile-submenu[data-astro-cid-3ef6ksr2]{transform:translate(0)}.mobile-submenu-header[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-submenu-back[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--color-secondary);cursor:pointer;padding:.5rem;font-size:.9rem;font-weight:500}.mobile-submenu-title[data-astro-cid-3ef6ksr2]{font-size:1.125rem;font-weight:600;color:var(--color-secondary)}.mobile-submenu-grid[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.25rem}.mobile-submenu-item[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;text-decoration:none;background:#ffffff05;border-radius:8px;overflow:hidden;transition:transform .2s,background .2s}.mobile-submenu-item[data-astro-cid-3ef6ksr2]:hover{transform:translateY(-2px);background:#ffffff0d}.mobile-submenu-image[data-astro-cid-3ef6ksr2]{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.mobile-submenu-image[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:100%;height:100%;object-fit:cover}.mobile-submenu-name[data-astro-cid-3ef6ksr2]{padding:.75rem;text-align:center;font-size:.5rem;font-weight:400;color:var(--color-secondary);text-transform:uppercase;letter-spacing:.05em;line-height:1.3;min-height:2.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.mobile-submenu-item--all[data-astro-cid-3ef6ksr2]{grid-column:1 / -1;background:var(--color-secondary)}.mobile-submenu-item--all[data-astro-cid-3ef6ksr2]:hover{background:#e6b800;transform:translateY(-2px)}.mobile-submenu-image--all[data-astro-cid-3ef6ksr2]{background:#0000001a;display:flex;align-items:center;justify-content:center}.mobile-submenu-image--all[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{color:var(--color-primary)}.mobile-submenu-name--all[data-astro-cid-3ef6ksr2]{color:var(--color-primary);font-weight:700;font-size:.8rem}.auth-modal[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:1rem}.auth-modal[data-astro-cid-3ef6ksr2].active{display:flex}.auth-modal-overlay[data-astro-cid-3ef6ksr2]{position:absolute;inset:0;background:#ffffff1a;backdrop-filter:blur(12px)}.auth-modal-wrapper[data-astro-cid-3ef6ksr2]{position:relative;width:100%;max-width:440px;perspective:1500px}.auth-modal-content[data-astro-cid-3ef6ksr2]{position:relative;background:#000000bf;backdrop-filter:blur(24px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0006,0 0 60px #8b5cf61a;transition:transform .3s ease;overflow-y:visible;transform:scale(.9);transform-origin:center}.auth-modal-content[data-astro-cid-3ef6ksr2]::-webkit-scrollbar{display:none}.auth-modal-content[data-astro-cid-3ef6ksr2]{-ms-overflow-style:none;scrollbar-width:none}.auth-modal-content[data-astro-cid-3ef6ksr2]:before{content:"";position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(255,255,255,.04) .5px,transparent .5px),linear-gradient(45deg,rgba(255,255,255,.04) .5px,transparent .5px);background-size:30px 30px;opacity:.5;pointer-events:none;border-radius:16px}.border-glow-container[data-astro-cid-3ef6ksr2]{position:absolute;inset:-1px;border-radius:16px;overflow:hidden;pointer-events:none}.border-beam[data-astro-cid-3ef6ksr2]{position:absolute;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);opacity:.7;filter:blur(2px)}.border-beam-top[data-astro-cid-3ef6ksr2]{top:0;left:-50%;height:3px;width:50%;animation:beam-horizontal 2.5s ease-in-out infinite}.border-beam-right[data-astro-cid-3ef6ksr2]{top:-50%;right:0;width:3px;height:50%;animation:beam-vertical 2.5s ease-in-out infinite .6s}.border-beam-bottom[data-astro-cid-3ef6ksr2]{bottom:0;right:-50%;height:3px;width:50%;animation:beam-horizontal-reverse 2.5s ease-in-out infinite 1.2s}.border-beam-left[data-astro-cid-3ef6ksr2]{bottom:-50%;left:0;width:3px;height:50%;animation:beam-vertical-reverse 2.5s ease-in-out infinite 1.8s}@keyframes beam-horizontal{0%,to{left:-50%;opacity:.3}50%{left:100%;opacity:.7}}@keyframes beam-vertical{0%,to{top:-50%;opacity:.3}50%{top:100%;opacity:.7}}@keyframes beam-horizontal-reverse{0%,to{right:-50%;opacity:.3}50%{right:100%;opacity:.7}}@keyframes beam-vertical-reverse{0%,to{bottom:-50%;opacity:.3}50%{bottom:100%;opacity:.7}}.auth-modal-close[data-astro-cid-3ef6ksr2]{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:transparent;border:none;font-size:1.75rem;line-height:1;color:#fff9;cursor:pointer;transition:all .3s;z-index:10}.auth-modal-close[data-astro-cid-3ef6ksr2]:hover{color:#fff;transform:rotate(90deg)}.auth-tabs[data-astro-cid-3ef6ksr2]{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:1.125rem}.auth-tab[data-astro-cid-3ef6ksr2]{flex:1;padding:.875rem 1rem;background:none;border:none;font-size:.95rem;font-weight:600;color:#fff9;cursor:pointer;transition:all .3s;border-bottom:2px solid transparent;margin-bottom:-1px}.auth-tab[data-astro-cid-3ef6ksr2]:hover{color:#ffffffe6}.auth-tab[data-astro-cid-3ef6ksr2].active{color:#fff;border-bottom-color:#fff}.auth-header[data-astro-cid-3ef6ksr2]{text-align:center;margin-bottom:.875rem}.auth-logo[data-astro-cid-3ef6ksr2]{width:36px;height:36px;margin:0 auto .625rem;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);position:relative;overflow:hidden}.auth-logo[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{font-size:1.125rem;font-weight:700;background:linear-gradient(to bottom,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-title[data-astro-cid-3ef6ksr2]{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.auth-subtitle[data-astro-cid-3ef6ksr2]{font-size:.875rem;color:#fffc}.auth-form-container[data-astro-cid-3ef6ksr2]{display:none}.auth-form-container[data-astro-cid-3ef6ksr2].active{display:block}.auth-form[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.625rem}.auth-form-register[data-astro-cid-3ef6ksr2]{gap:.5rem}.form-row[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.form-group[data-astro-cid-3ef6ksr2]{position:relative}.input-wrapper[data-astro-cid-3ef6ksr2]{position:relative;display:flex;align-items:center}.input-icon[data-astro-cid-3ef6ksr2]{position:absolute;left:.875rem;color:#ffffff80;pointer-events:none;transition:color .3s;z-index:1}.input-wrapper[data-astro-cid-3ef6ksr2]:focus-within .input-icon[data-astro-cid-3ef6ksr2]{color:#ffffffe6}.auth-form[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2]{width:100%;padding:.625rem .875rem .625rem 2.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.95rem;color:#fff;font-family:inherit;transition:all .3s;font-weight:500}.auth-form[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2]::placeholder{color:#ffffff80}.auth-form[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2]:focus{outline:none;background:#ffffff26;border-color:#fff6;box-shadow:0 0 0 3px #ffffff1a}.password-toggle[data-astro-cid-3ef6ksr2]{position:absolute;right:.875rem;background:none;border:none;padding:0;cursor:pointer;color:#fff9;transition:color .3s;z-index:1}.password-toggle[data-astro-cid-3ef6ksr2]:hover{color:#ffffffe6}.form-options[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-top:-.25rem}.remember-me[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#fffc}.remember-me[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2][type=checkbox]{position:absolute;opacity:0;width:0;height:0}.checkbox-custom[data-astro-cid-3ef6ksr2]{width:16px;height:16px;border-radius:4px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;position:relative;transition:all .3s}.remember-me[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2]:checked+.checkbox-custom[data-astro-cid-3ef6ksr2]{background:#fff;border-color:#fff}.remember-me[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2]:checked+.checkbox-custom[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label[data-astro-cid-3ef6ksr2]{color:#fff9;transition:color .3s}.remember-me[data-astro-cid-3ef6ksr2]:hover .checkbox-label[data-astro-cid-3ef6ksr2]{color:#ffffffe6}.forgot-password[data-astro-cid-3ef6ksr2]{color:#fff9;text-decoration:none;transition:color .3s}.forgot-password[data-astro-cid-3ef6ksr2]:hover{color:#fff}.btn-auth-submit[data-astro-cid-3ef6ksr2]{position:relative;width:100%;padding:.625rem;background:#fff;color:#000;border:none;font-size:.875rem;font-weight:600;cursor:pointer;border-radius:8px;margin-top:.125rem;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.btn-auth-submit[data-astro-cid-3ef6ksr2]:hover{transform:scale(1.02);box-shadow:0 0 20px #fff3}.btn-auth-submit[data-astro-cid-3ef6ksr2]:active{transform:scale(.98)}.btn-arrow[data-astro-cid-3ef6ksr2]{transition:transform .3s}.btn-auth-submit[data-astro-cid-3ef6ksr2]:hover .btn-arrow[data-astro-cid-3ef6ksr2]{transform:translate(4px)}.btn-auth-submit[data-astro-cid-3ef6ksr2]:disabled{opacity:.5;cursor:not-allowed}.divider[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem;margin:.625rem 0 .5rem}.divider[data-astro-cid-3ef6ksr2]:before,.divider[data-astro-cid-3ef6ksr2]:after{content:"";flex:1;height:1px;background:#ffffff0d}.divider[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{font-size:.75rem;color:#fff6}.btn-google[data-astro-cid-3ef6ksr2]{position:relative;width:100%;padding:.625rem;background:#ffffff0d;color:#fffc;border:1px solid rgba(255,255,255,.1);font-size:.8rem;font-weight:500;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:.625rem;transition:all .3s}.btn-google[data-astro-cid-3ef6ksr2]:hover{background:#ffffff1a;border-color:#fff3;color:#fff;transform:scale(1.02)}.auth-footer[data-astro-cid-3ef6ksr2]{text-align:center;font-size:.8rem;color:#fff9;margin-top:.625rem}.signup-link[data-astro-cid-3ef6ksr2]{color:#fff;text-decoration:none;font-weight:600;position:relative}.signup-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#fff;transition:width .3s}.signup-link[data-astro-cid-3ef6ksr2]:hover:after{width:100%}.auth-message[data-astro-cid-3ef6ksr2]{padding:.75rem;border-radius:8px;font-size:.85rem;text-align:center;margin-top:.75rem}.auth-message[data-astro-cid-3ef6ksr2].success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.auth-message[data-astro-cid-3ef6ksr2].error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}@media(max-width:768px){.header-content[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:auto auto 1fr auto auto;column-gap:0;align-items:center}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{order:1;grid-column:1;width:40px;height:40px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-right:.25rem}.mobile-menu-btn[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:20px;height:2px}.logo[data-astro-cid-3ef6ksr2]{order:3;grid-column:3;justify-self:center;margin:0 1rem}.header-actions[data-astro-cid-3ef6ksr2]{display:contents}.header-actions[data-astro-cid-3ef6ksr2] .icon-btn[data-astro-cid-3ef6ksr2]{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center}.header-actions[data-astro-cid-3ef6ksr2] .icon-btn[data-astro-cid-3ef6ksr2]:nth-child(1){order:2;grid-column:2}.header-actions[data-astro-cid-3ef6ksr2] .user-btn[data-astro-cid-3ef6ksr2]{order:4;grid-column:4;margin-right:.25rem}.header-actions[data-astro-cid-3ef6ksr2] .cart-btn[data-astro-cid-3ef6ksr2]{order:5;grid-column:5}.auth-modal[data-astro-cid-3ef6ksr2]{padding:1.5rem .5rem .5rem;align-items:flex-start}.auth-modal-content[data-astro-cid-3ef6ksr2]{padding:1rem;max-height:96vh;overflow-y:auto;transform:scale(1)}.auth-header[data-astro-cid-3ef6ksr2]{margin-bottom:.75rem}.auth-logo[data-astro-cid-3ef6ksr2]{width:2rem;height:2rem;font-size:1rem;margin-bottom:.5rem}.auth-title[data-astro-cid-3ef6ksr2]{font-size:1rem;margin-bottom:.125rem}.auth-subtitle[data-astro-cid-3ef6ksr2]{font-size:.7rem;margin-bottom:.5rem}.auth-tabs[data-astro-cid-3ef6ksr2]{gap:.5rem;margin-bottom:.75rem}.auth-tab[data-astro-cid-3ef6ksr2]{padding:.5rem 1rem;font-size:.75rem}.form-row[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr;gap:.5rem}.auth-form[data-astro-cid-3ef6ksr2],.auth-form-register[data-astro-cid-3ef6ksr2]{gap:.5rem}.form-group[data-astro-cid-3ef6ksr2]{margin-bottom:0}.input-wrapper[data-astro-cid-3ef6ksr2]{height:2.25rem}.auth-form[data-astro-cid-3ef6ksr2] input[data-astro-cid-3ef6ksr2]{padding:.4rem .6rem .4rem 2rem;font-size:.75rem}.input-icon[data-astro-cid-3ef6ksr2]{width:13px;height:13px;left:.6rem}.password-toggle[data-astro-cid-3ef6ksr2]{right:.6rem}.password-toggle[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:13px;height:13px}.btn-auth-submit[data-astro-cid-3ef6ksr2],.btn-google[data-astro-cid-3ef6ksr2]{padding:.5rem;font-size:.75rem;margin-top:.25rem}.btn-arrow[data-astro-cid-3ef6ksr2]{width:14px;height:14px}.divider[data-astro-cid-3ef6ksr2]{margin:.625rem 0 .5rem}.divider[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{font-size:.7rem}.auth-footer[data-astro-cid-3ef6ksr2]{font-size:.7rem;margin-top:.625rem}.form-options[data-astro-cid-3ef6ksr2]{margin:.375rem 0 .25rem;gap:.5rem}.remember-me[data-astro-cid-3ef6ksr2],.forgot-password[data-astro-cid-3ef6ksr2]{font-size:.7rem}.checkbox-custom[data-astro-cid-3ef6ksr2]{width:14px;height:14px}.checkbox-label[data-astro-cid-3ef6ksr2]{font-size:.7rem}.auth-message[data-astro-cid-3ef6ksr2]{padding:.5rem;font-size:.7rem;margin-top:.5rem}.nav[data-astro-cid-3ef6ksr2],.mega-menu[data-astro-cid-3ef6ksr2]{display:none}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:flex}}.footer[data-astro-cid-sz7xmlte]{background:#000;color:#fffc;padding:5rem 0}.container[data-astro-cid-sz7xmlte]{max-width:1800px;margin:0 auto;padding:0 var(--spacing-xl)}.footer-links-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}.footer-heading[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;background:none;border:none;padding:0;text-align:left;width:100%;cursor:default;display:flex;justify-content:space-between;align-items:center}.accordion-icon[data-astro-cid-sz7xmlte]{display:none;flex-shrink:0;transition:transform .3s}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff9;font-size:.85rem;transition:color .3s;text-decoration:none}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-middle[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-middle-left[data-astro-cid-sz7xmlte]{display:flex;align-items:center}.social-icons[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.social-icons[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff9;transition:color .3s}.social-icons[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-middle-center[data-astro-cid-sz7xmlte]{flex:1;text-align:center}.footer-middle-center[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#ffffff80}.footer-middle-right[data-astro-cid-sz7xmlte]{display:flex;align-items:center}.payment-methods[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem;align-items:center}.payment-methods[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:24px;width:auto;opacity:.7;transition:opacity .3s}.payment-methods[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]:hover{opacity:1}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:3rem;text-align:center}.footer-logo[data-astro-cid-sz7xmlte]{font-size:clamp(4rem,16vw,14rem);font-weight:900;letter-spacing:.05em;color:#fff;text-transform:uppercase;line-height:1;margin:0;user-select:none}@media(max-width:1024px){.footer-middle[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2rem;align-items:center}.footer-middle-left[data-astro-cid-sz7xmlte],.footer-middle-right[data-astro-cid-sz7xmlte]{width:100%;justify-content:center}.payment-methods[data-astro-cid-sz7xmlte]{flex-wrap:wrap;justify-content:center}}@media(max-width:768px){.footer[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem}.container[data-astro-cid-sz7xmlte]{padding:0 var(--spacing-md)}.footer-links-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:0;padding-bottom:2rem}.footer-column[data-astro-cid-sz7xmlte]{border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.footer-column[data-astro-cid-sz7xmlte]:last-child{border-bottom:none}.footer-heading[data-astro-cid-sz7xmlte]{margin-bottom:0;cursor:pointer;padding:.5rem 0}.accordion-icon[data-astro-cid-sz7xmlte]{display:block}.footer-links[data-astro-cid-sz7xmlte]{overflow:hidden;padding-top:1rem}.footer-middle[data-astro-cid-sz7xmlte]{padding:1.5rem 0}.footer-middle-left[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem}.footer-logo[data-astro-cid-sz7xmlte]{font-size:3rem}}
