@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap";@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;animation:cartBackdropIn .34s ease forwards}.cart-backdrop.cart-backdrop--closing{animation:cartBackdropOut .3s ease forwards}.cart-sidebar{position:fixed;top:0;left:0;width:min(480px,100%);height:100vh;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);box-shadow:5px 0 30px #00000080;z-index:10001;display:flex;flex-direction:column;transform-origin:left center;transform-style:preserve-3d;will-change:transform,opacity,box-shadow;animation:cartPanelIn3d .38s cubic-bezier(.18,.9,.25,1) forwards}.cart-sidebar.cart-sidebar--closing{animation:cartPanelOut3d .3s cubic-bezier(.4,0,.2,1) forwards}.cart-sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.cart-sidebar__header .cart-sidebar__title{display:flex;align-items:center;gap:12px}.cart-sidebar__header .cart-sidebar__title h2{font-size:1.3rem;font-weight:600;color:#fefefe;margin:0}.cart-sidebar__header .cart-sidebar__title svg{color:#fdd715}.cart-sidebar__header .cart-sidebar__count{background:#fdd715;color:#100d0e;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:20px;margin-left:4px}.cart-sidebar__header .cart-sidebar__close{width:36px;height:36px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.cart-sidebar__header .cart-sidebar__close:hover{background:#fdd7151a;border-color:#fdd715;transform:rotate(90deg)}.cart-sidebar__content{flex:1;overflow-y:auto;padding:1rem}.cart-sidebar__content::-webkit-scrollbar{width:4px}.cart-sidebar__content::-webkit-scrollbar-track{background:transparent}.cart-sidebar__content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.cart-sidebar__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.cart-sidebar__empty svg{color:#fff3;margin-bottom:1rem}.cart-sidebar__empty p{color:#a0a0a0;margin-bottom:1.5rem}.cart-sidebar__empty .cart-sidebar__shop-btn{background:#fdd715;color:#100d0e;padding:.75rem 1.5rem;border-radius:60px;text-decoration:none;font-weight:600;transition:all .3s ease}.cart-sidebar__empty .cart-sidebar__shop-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #fdd7154d}.cart-sidebar__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.cart-sidebar__footer{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0;background:#0003}.cart-item{display:flex;gap:1rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:all .3s ease}.cart-item:hover{border-color:#fdd71533;background:#ffffff0d}.cart-item__image{width:80px;height:80px;flex-shrink:0;background:#ffffff0d;border-radius:8px;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item__details{flex:1;min-width:0}.cart-item__title{font-size:.9rem;font-weight:600;color:#fefefe;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__meta{display:flex;gap:.75rem;margin-bottom:.5rem}.cart-item__meta span{font-size:.7rem;color:#a0a0a0}.cart-item__price{font-size:.9rem;font-weight:600;color:#fdd715;margin-bottom:.5rem}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-item__actions .quantity-selector{display:flex;align-items:center;gap:8px;background:#ffffff0d;border-radius:30px;padding:2px}.cart-item__actions .quantity-selector .qty-btn{width:28px;height:28px;background:#ffffff1a;border:none;border-radius:50%;color:#fefefe;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-item__actions .quantity-selector .qty-btn:hover{background:#fdd715;color:#100d0e}.cart-item__actions .quantity-selector .qty-value{min-width:24px;text-align:center;font-size:.85rem;font-weight:500;color:#fefefe}.cart-item__actions .remove-btn{background:none;border:none;color:#ff6b6b;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.cart-item__actions .remove-btn:hover{transform:scale(1.1)}.cart-summary{padding:1rem}.cart-summary .summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.85rem;color:#a0a0a0}.cart-summary .summary-row.total{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);font-size:1rem;font-weight:700;color:#fdd715}.cart-summary .summary-row.total span:last-child{font-size:1.2rem}.cart-actions{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem 1rem}.cart-actions .checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#fdd715,#ddb902);color:#100d0e;padding:1rem;border-radius:60px;text-decoration:none;font-weight:700;transition:all .3s ease}.cart-actions .checkout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #fdd7154d;gap:12px}.cart-actions .view-cart-btn{background:transparent;border:1px solid #fdd715;color:#fdd715;padding:.85rem;border-radius:60px;cursor:pointer;font-weight:600;transition:all .3s ease}.cart-actions .view-cart-btn:hover{background:#fdd7151a}.cart-actions .continue-shopping{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fefefe;padding:.75rem;border-radius:60px;cursor:pointer;font-weight:500;transition:all .3s ease}.cart-actions .continue-shopping:hover{border-color:#fdd715;color:#fdd715}@keyframes cartBackdropIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}@keyframes cartBackdropOut{0%{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}to{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes cartPanelIn3d{0%{opacity:.3;box-shadow:0 0 #0000;transform:perspective(1100px) translate(-105%) rotateY(18deg) translateZ(-80px) scale(.96)}72%{opacity:1;box-shadow:18px 0 55px #0000007a;transform:perspective(1100px) translate(0) rotateY(-3deg) translateZ(14px) scale(1.01)}to{opacity:1;box-shadow:5px 0 30px #00000080;transform:perspective(1100px) translate(0) rotateY(0) translateZ(0) scale(1)}}@keyframes cartPanelOut3d{0%{opacity:1;transform:perspective(1100px) translate(0) rotateY(0) translateZ(0) scale(1)}to{opacity:0;transform:perspective(1100px) translate(-105%) rotateY(14deg) translateZ(-70px) scale(.97)}}@media (max-width: 768px){.cart-sidebar{width:100%}}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.header{position:relative;top:0;z-index:1001;background:linear-gradient(135deg,#100d0efa,#100d0ef2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fefefe;padding:1rem 0;width:100%;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.header--scrolled{padding:.75rem 0;background:#100d0efa;box-shadow:0 4px 20px #0003}.header__container{height:100%;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width: 1024px){.header__container{padding:0 1.5rem;gap:1.5rem}}@media (max-width: 768px){.header__container{padding:0 1rem;gap:1rem}}.header__logo{flex-shrink:0;transition:transform .3s ease}.header__logo:hover{transform:scale(1.02)}.header__logo-img{height:70px;width:auto;object-fit:contain;transition:height .3s ease}@media (max-width: 768px){.header__logo-img{height:55px}}@media (max-width: 480px){.header__logo-img{height:45px}}.header__search{flex:1;max-width:450px;position:relative;transition:all .3s ease}@media (max-width: 1024px){.header__search{max-width:100%;flex:2}}.header__search.active .header__search-bar{border-color:#fdd715;box-shadow:0 0 0 3px #fdd7151a;transform:scale(1.01)}.header__search-bar{background:#ffffff0d;border-radius:60px;display:flex;align-items:center;padding:.7rem 1.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.header__search-bar:hover{background:#ffffff14;border-color:#fff3}@media (max-width: 768px){.header__search-bar{padding:.5rem 1.2rem}}@media (max-width: 480px){.header__search-bar{padding:.4rem 1rem}}.header__search-icon{color:#fdd715;width:18px;height:18px;margin-right:12px;display:flex;align-items:center;transition:transform .2s ease}.header__search-icon:hover{transform:scale(1.1)}@media (max-width: 480px){.header__search-icon{width:16px;height:16px;margin-right:8px}}.header__search-input{background:transparent;border:none;color:#fefefe;width:100%;font-size:.9rem;font-weight:400}.header__search-input::placeholder{color:#ffffff80}.header__search-input:focus{outline:none}@media (max-width: 480px){.header__search-input{font-size:.8rem}}.header__search-clear{width:28px;height:28px;border:none;border-radius:50%;background:#ffffff14;color:#ffffffbf;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.header__search-clear svg{width:12px;height:12px}.header__search-clear:hover{background:#fdd7152e;color:#fdd715}.header__search-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;background:linear-gradient(135deg,#1a1a1a,#121212);border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 18px 40px #00000059;overflow:hidden;z-index:2100;animation:dropdownSlideIn .22s ease}.header__search-status{padding:.9rem 1rem;color:#ffffffb8;font-size:.82rem;line-height:1.4}.header__search-status--error{color:#ff8f8f}.header__search-results{display:flex;flex-direction:column;max-height:390px;overflow-y:auto}.header__search-result{width:100%;min-height:72px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:.75rem 1rem;border:none;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:#fefefe;text-align:left;cursor:pointer;transition:background .2s ease}.header__search-result:last-child{border-bottom:none}.header__search-result:hover{background:#fdd71514}.header__search-result-image{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#ffffff0f;display:flex;align-items:center;justify-content:center}.header__search-result-image img{width:100%;height:100%;object-fit:cover}.header__search-result-content{min-width:0;display:flex;flex-direction:column;gap:4px}.header__search-result-name{color:#fefefe;font-size:.86rem;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__search-result-meta{color:#ffffff8c;font-size:.72rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__search-result-price{color:#fdd715;font-size:.82rem;font-weight:800;white-space:nowrap}.header__actions,.header__actions-desktop{display:flex;align-items:center;gap:1.5rem}@media (max-width: 1024px){.header__actions-desktop{display:none}}.header__action-item{display:flex;align-items:center;text-decoration:none;background:none;border:none;cursor:pointer;padding:.5rem;color:inherit;gap:.75rem;border-radius:12px;transition:all .3s ease;position:relative}.header__action-item:hover{background:none;transform:none}.header__action-item.cart .header__action-icon{position:relative}.header__action-item.cart .cart-badge{position:absolute;top:-8px;right:-12px;background:#fdd715;color:#100d0e;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__action-icon{color:#fdd715;width:22px;height:22px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;position:relative}.header__action-icon:hover{transform:scale(1.1)}.header__action-info{display:flex;flex-direction:column;text-align:left;line-height:1.3}.header__action-title{font-size:.85rem;font-weight:600;white-space:nowrap}.header__account-title-row{display:inline-flex;align-items:center;gap:.4rem;line-height:1;white-space:nowrap}.header__action-subtitle{font-size:.65rem;color:#fff9;font-weight:400}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;z-index:20;transition:all .3s ease}@media (max-width: 1024px){.header__hamburger{display:flex}}.header__hamburger .hamburger-line{width:100%;height:2px;background-color:#fefefe;border-radius:2px;transition:all .3s ease}.header__hamburger:hover{transform:scale(1.05)}.header__hamburger.active .hamburger-line:nth-child(1){transform:translateY(10px) rotate(45deg)}.header__hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.header__hamburger.active .hamburger-line:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.header__action-item.account-dropdown{position:relative}.header__action-item.account-dropdown .account-trigger{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0;color:inherit;gap:.75rem;transition:all .3s ease;border-radius:12px;padding:.5rem}.header__action-item.account-dropdown .account-trigger:hover{background:none}.header__action-item.account-dropdown .dropdown-arrow{transition:transform .3s ease}.header__action-item.account-dropdown .account-trigger[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.account-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:linear-gradient(135deg,#1a1a1a,#141414);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 40px #0006;z-index:2000;overflow:hidden;animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.account-dropdown-menu:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:#1a1a1a;transform:rotate(45deg);border-left:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.1)}.account-dropdown-menu .dropdown-user-info{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#fdd7151a,#0000)}.account-dropdown-menu .dropdown-user-info .dropdown-avatar{width:44px;height:44px;background:linear-gradient(135deg,#fdd715,#c4a402);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#100d0e}.account-dropdown-menu .dropdown-user-info .dropdown-user-details{display:flex;flex-direction:column;gap:2px}.account-dropdown-menu .dropdown-user-info .dropdown-user-details .dropdown-name{font-size:.9rem;font-weight:700;color:#fefefe}.account-dropdown-menu .dropdown-user-info .dropdown-user-details .dropdown-email{font-size:.7rem;color:#fff9}.account-dropdown-menu .dropdown-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:8px 0}.account-dropdown-menu .dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 20px;background:none;border:none;color:#fefefe;font-size:.85rem;cursor:pointer;transition:all .2s ease;text-align:left}.account-dropdown-menu .dropdown-item svg{color:#fdd715;width:18px;height:18px}.account-dropdown-menu .dropdown-item:hover{background:#fdd7151a;padding-left:24px}.account-dropdown-menu .dropdown-item.dropdown-logout{color:#ff6b6b}.account-dropdown-menu .dropdown-item.dropdown-logout svg{color:#ff6b6b}.account-dropdown-menu .dropdown-item.dropdown-logout:hover{background:#ff6b6b1a}.avatar-initials{width:22px;height:22px;background:linear-gradient(135deg,#fdd715,#c4a402);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#100d0e}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-overlay .mobile-menu-container{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100%;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);box-shadow:-10px 0 40px #00000080;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}@media (max-width: 480px){.mobile-menu-overlay .mobile-menu-container{width:100%;max-width:100%}}.mobile-menu-overlay.active .mobile-menu-container{right:0}.mobile-menu-overlay .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0000004d}.mobile-menu-overlay .mobile-menu-header .mobile-logo{height:50px;width:auto;object-fit:contain}.mobile-menu-overlay .mobile-menu-header .mobile-menu-close{background:#ffffff0d;border:none;color:#fefefe;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.mobile-menu-overlay .mobile-menu-header .mobile-menu-close:hover{background:#fdd715;color:#100d0e;transform:rotate(90deg)}.mobile-menu-overlay .mobile-menu-content{flex:1;overflow-y:auto;padding:1.5rem}.mobile-menu-overlay .mobile-search{margin-bottom:1.5rem;animation:slideInDown .3s ease}.mobile-menu-overlay .mobile-search-bar{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:60px;padding:.75rem 1rem;transition:all .3s ease}.mobile-menu-overlay .mobile-search-bar:focus-within{border-color:#fdd715;box-shadow:0 0 0 3px #fdd7151a}.mobile-menu-overlay .mobile-search-icon{color:#fdd715;margin-right:10px;font-size:.9rem}.mobile-menu-overlay .mobile-search-input{background:transparent;border:none;color:#fefefe;font-size:.9rem;width:100%;outline:none}.mobile-menu-overlay .mobile-search-input::placeholder{color:#ffffff80}.mobile-menu-overlay .mobile-account-section{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);animation:slideInLeft .3s ease}.mobile-menu-overlay .mobile-account-section .mobile-user-info{display:flex;align-items:center;gap:12px;margin-bottom:16px}.mobile-menu-overlay .mobile-account-section .mobile-user-info .mobile-avatar{width:50px;height:50px;background:linear-gradient(135deg,#fdd715,#c4a402);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#100d0e}.mobile-menu-overlay .mobile-account-section .mobile-user-info .mobile-user-details{display:flex;flex-direction:column;gap:2px}.mobile-menu-overlay .mobile-account-section .mobile-user-info .mobile-user-details .mobile-name{font-size:1rem;font-weight:700;color:#fefefe}.mobile-menu-overlay .mobile-account-section .mobile-user-info .mobile-user-details .mobile-email{font-size:.7rem;color:#fff9}.mobile-menu-overlay .mobile-account-section .mobile-account-actions{display:flex;flex-direction:column;gap:8px}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn{display:flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;color:#fefefe;font-size:.9rem;cursor:pointer;transition:all .3s ease}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn svg{color:#fdd715;transition:transform .2s ease}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn:hover{background:#fdd7151a;border-color:#fdd715;transform:translate(5px)}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn:hover svg{transform:scale(1.1)}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn.logout{color:#ff6b6b}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn.logout svg{color:#ff6b6b}.mobile-menu-overlay .mobile-account-section .mobile-account-actions .mobile-account-btn.logout:hover{background:#ff6b6b1a}.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons{display:flex;gap:12px}.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons .mobile-signin-btn,.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons .mobile-signup-btn{flex:1;text-align:center;padding:12px;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons .mobile-signin-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fefefe}.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons .mobile-signin-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons .mobile-signup-btn{background:linear-gradient(135deg,#fdd715,#ddb902);color:#100d0e}.mobile-menu-overlay .mobile-account-section .mobile-auth-buttons .mobile-signup-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #fdd7154d}.mobile-menu-overlay .mobile-nav-items{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.mobile-menu-overlay .mobile-nav-item-wrapper{margin-bottom:.5rem;animation:slideInRight .3s ease;animation-fill-mode:backwards}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(1){animation-delay:.05s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(2){animation-delay:.1s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(3){animation-delay:.15s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(4){animation-delay:.2s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(5){animation-delay:.25s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(6){animation-delay:.3s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(7){animation-delay:.35s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(8){animation-delay:.4s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(9){animation-delay:.45s}.mobile-menu-overlay .mobile-nav-item-wrapper:nth-child(10){animation-delay:.5s}.mobile-menu-overlay .mobile-nav-item{display:flex;justify-content:space-between;align-items:center;color:#fefefe;text-decoration:none;font-size:1rem;font-weight:500;padding:.875rem 0;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease;cursor:pointer}.mobile-menu-overlay .mobile-nav-item:hover{color:#fdd715;padding-left:8px}.mobile-menu-overlay .mobile-nav-item.expanded{color:#fdd715}.mobile-menu-overlay .mobile-nav-item .mobile-nav-arrow{color:#fdd715;font-size:.8rem;transition:transform .3s ease}.mobile-menu-overlay .mobile-subcategories{padding-left:1rem;margin-bottom:.5rem;animation:slideDown .3s ease}.mobile-menu-overlay .mobile-subcategories .mobile-subcategory-item{display:flex;align-items:center;gap:12px;padding:.75rem 0;text-decoration:none;color:#fffc;font-size:.9rem;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.03)}.mobile-menu-overlay .mobile-subcategories .mobile-subcategory-item:hover{color:#fdd715;padding-left:8px}.mobile-menu-overlay .mobile-subcategories .mobile-subcategory-item:hover .mobile-subcategory-image img{transform:scale(1.1)}.mobile-menu-overlay .mobile-subcategories .mobile-subcategory-item .mobile-subcategory-image{width:40px;height:40px;background:#ffffff0d;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mobile-menu-overlay .mobile-subcategories .mobile-subcategory-item .mobile-subcategory-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mobile-menu-overlay .mobile-subcategories .mobile-view-all{display:inline-block;padding:.75rem 0;color:#fdd715;text-decoration:none;font-size:.85rem;font-weight:600;transition:all .3s ease}.mobile-menu-overlay .mobile-subcategories .mobile-view-all:hover{color:#fefefe;padding-left:8px}.mobile-menu-overlay .mobile-menu-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.mobile-menu-overlay .mobile-menu-actions .mobile-action-item{display:flex;align-items:center;gap:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);color:#fefefe;text-decoration:none;padding:.875rem 1rem;border-radius:14px;transition:all .3s ease;cursor:pointer}.mobile-menu-overlay .mobile-menu-actions .mobile-action-item svg{width:20px;height:20px;color:#fdd715;transition:transform .2s ease}.mobile-menu-overlay .mobile-menu-actions .mobile-action-item span{font-size:.9rem;font-weight:500}.mobile-menu-overlay .mobile-menu-actions .mobile-action-item:hover{background:#fdd7151a;border-color:#fdd715;transform:translate(5px)}.mobile-menu-overlay .mobile-menu-actions .mobile-action-item:hover svg{transform:scale(1.1)}.mobile-menu-overlay .mobile-design-btn{width:100%;background:linear-gradient(135deg,#fdd715,#ddb902);color:#100d0e;border:none;border-radius:60px;padding:1rem;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s ease;text-decoration:none}.mobile-menu-overlay .mobile-design-btn svg{font-size:1.2rem;transition:transform .2s ease}.mobile-menu-overlay .mobile-design-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #fdd71566}.mobile-menu-overlay .mobile-design-btn:hover svg{transform:rotate(15deg) scale(1.1)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header__action-title,.header__action-subtitle{display:none}.header__action-item{padding:.5rem}.header__action-item .header__action-icon{width:24px;height:24px}}@media (max-width: 480px){.header{padding:.75rem 0}.header__container{gap:.75rem}.header__action-item{padding:.4rem}}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.main-layout .brick-overlay{position:absolute;top:0;left:0;width:100%;height:130vh;background-image:url(/images/brick_bg_image.webp);background-size:cover;background-position:top center;z-index:5;pointer-events:none;mask-image:linear-gradient(to bottom,#000 70%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 70%,rgba(0,0,0,0) 100%);opacity:.2}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.mega-menu{position:fixed;z-index:999;width:900px;max-width:calc(100vw - 20px);background:linear-gradient(135deg,#141414,#0f0f0f);border-radius:0 0 16px 16px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.05);border-left:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);box-shadow:0 30px 50px #00000080;animation:megaMenuFadeIn .2s ease;transition:top .05s linear}.mega-menu__container{display:flex;min-height:420px}.mega-menu__sidebar{width:260px;background:transparent;border-right:1px solid rgba(255,255,255,.06);padding:24px 0;margin-right:24px;flex-shrink:0;border-radius:0 0 0 16px}.mega-menu__category-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 24px;background:transparent;border:none;color:#ffffffb3;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.mega-menu__category-btn svg{opacity:0;transform:translate(-5px);transition:all .2s ease}.mega-menu__category-btn:hover{background:#fff2b214;color:#fdd715}.mega-menu__category-btn--active{background:#fdd7151f;color:#fdd715}.mega-menu__category-btn--active svg{opacity:1;transform:translate(0)}.mega-menu__products{flex:1;padding:24px;display:flex;flex-direction:column}.mega-menu__products-header{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.mega-menu__products-title{font-size:1rem;font-weight:600;color:#fdd715;text-transform:uppercase;letter-spacing:.5px;margin:0}.mega-menu__products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.mega-menu__products-grid>*{height:100%;display:flex;flex-direction:column}.mega-menu__products-footer{margin-top:auto;padding-top:16px;text-align:center}.mega-menu__see-all{display:inline-flex;align-items:center;gap:8px;color:#fdd715;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease}.mega-menu__see-all svg{transition:transform .2s ease}.mega-menu__see-all:hover{color:#fefefe;gap:12px}.mega-menu__see-all:hover svg{transform:translate(3px)}.mega-menu__product-card{display:block;text-decoration:none;background:#ffffff08;border-radius:12px;overflow:hidden;transition:all .2s ease;border:1px solid rgba(255,255,255,.05);height:100%}.mega-menu__product-card:hover{transform:translateY(-3px);border-color:#fdd7154d;box-shadow:0 8px 20px #0000004d}.mega-menu__product-image{position:relative;aspect-ratio:1/1;width:100%;overflow:hidden;background:#1a1a1a}.mega-menu__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mega-menu__product-image:hover img{transform:scale(1.05)}.mega-menu__product-info{padding:12px}.mega-menu__product-title{font-size:.85rem;font-weight:600;color:#fefefe;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-menu__product-price .current{font-size:.85rem;font-weight:700;color:#fdd715}.mega-menu__skeleton-btn{height:20px;margin:14px 24px;border-radius:6px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a,#ffffff0a 75%);background-size:700px 100%;animation:megaMenuShimmer 1.4s infinite linear}.mega-menu__skeleton-btn:nth-child(1){width:55%}.mega-menu__skeleton-btn:nth-child(2){width:70%}.mega-menu__skeleton-btn:nth-child(3){width:50%}.mega-menu__skeleton-btn:nth-child(4){width:65%}.mega-menu__skeleton-card{pointer-events:none;cursor:default}.mega-menu__skeleton-card:hover{transform:none;border-color:#ffffff0d;box-shadow:none}.mega-menu__skeleton-box{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a,#ffffff0a 75%);background-size:700px 100%;animation:megaMenuShimmer 1.4s infinite linear}.mega-menu__skeleton-line{height:14px;width:70%;border-radius:6px;margin-bottom:8px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff1a,#ffffff0a 75%);background-size:700px 100%;animation:megaMenuShimmer 1.4s infinite linear}.mega-menu__skeleton-line--sm{height:12px;width:40%;margin-bottom:0}.mega-menu__skeleton-line--title{height:18px;width:220px;margin:0}@keyframes megaMenuShimmer{0%{background-position:-350px 0}to{background-position:350px 0}}@keyframes megaMenuFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1250px){.mega-menu{width:1100px}.mega-menu__products-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width: 1150px){.mega-menu{width:1000px}}@media (max-width: 1050px){.mega-menu{width:950px}.mega-menu__products-grid{grid-template-columns:repeat(2,1fr)}.mega-menu__sidebar{width:220px}}@media (max-width: 768px){.nav-secondary{display:none}}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.nav-secondary{position:sticky;top:0;z-index:1000;background:#1a1a1afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);font-family:HelveticaNeue,Helvetica,Arial,sans-serif;transition:all .3s ease}@media (max-width: 1024px){.nav-secondary{display:none}}.nav-secondary__container{max-width:1440px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:56px;position:relative}.nav-secondary__list{display:flex;list-style:none;margin:0;padding:0;height:100%;gap:.5rem}.nav-secondary__item{display:flex;align-items:center;height:100%;padding:0 1rem;cursor:pointer;position:static;transition:all .3s ease;border-radius:8px}.nav-secondary__item:hover{background:#ffffff0d}.nav-secondary__item:hover .nav-secondary__link{color:#fdd715}.nav-secondary__item:hover .nav-secondary__icon{transform:rotate(180deg)}.nav-secondary__link{color:#ffffffe6;text-decoration:none;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .3s ease;white-space:nowrap;letter-spacing:.3px}.nav-secondary__icon{font-size:.7rem;opacity:.7;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-secondary__design-btn{background:linear-gradient(135deg,#fdd715,#ddb902);color:#100d0e;border:none;border-radius:60px;padding:.5rem 1.5rem;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;text-decoration:none}.nav-secondary__design-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.nav-secondary__design-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px #fdd7154d}.nav-secondary__design-btn:hover:before{left:100%}.nav-secondary__design-btn:hover .nav-secondary__btn-icon{animation:sparkle .6s ease}.nav-secondary__design-btn:active{transform:translateY(0) scale(.98)}.nav-secondary__btn-icon{font-size:1rem;transition:all .3s ease}@keyframes sparkle{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.2) rotate(15deg)}50%{transform:scale(1.3) rotate(-10deg)}75%{transform:scale(1.1) rotate(5deg)}to{transform:scale(1) rotate(0)}}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.auth-page{min-height:100vh;background:#100d0e}.auth-page__container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media (max-width: 968px){.auth-page__container{grid-template-columns:1fr}}.auth-page__left{display:flex;flex-direction:column;padding:48px;position:relative;overflow:hidden;background-image:url(/images/brick_bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 968px){.auth-page__left{display:none}}.auth-page__left:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.auth-page__left:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,transparent 0%,black 85%,rgb(0,0,0) 100%);pointer-events:none;z-index:0}.auth-page__left.in-view .auth-page__smoke-wrapper{animation:smokeFadeIn 1.8s ease forwards}.auth-page__logo{position:relative;z-index:3}.auth-page__logo img{height:60px;width:auto}.auth-page__hero{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center;padding-top:40px}.auth-page__hero h1{font-size:3rem;font-weight:700;color:#fefefe;margin-bottom:16px;font-family:Koltav,sans-serif;position:relative;z-index:3;text-shadow:0 10px 20px rgba(0,0,0,.6)}.auth-page__hero p{font-size:1rem;color:#a0a0a0;line-height:1.6;max-width:400px;margin:0 auto;position:relative;z-index:3;text-shadow:0 2px 4px rgba(0,0,0,.8)}.auth-page__smoke-wrapper{position:absolute;transform:translate(-50%,-50%);width:150%;right:0;height:auto;z-index:1;pointer-events:none;opacity:0}.auth-page__smoke{width:100%;height:100%;object-fit:contain;object-position:center}.auth-page__image-wrapper{position:relative;z-index:2;width:100%;max-width:420px;margin:0 auto 32px;display:flex;justify-content:center}.auth-page__hoodie{width:100%;height:auto;display:block;animation:bounceFloat 4.5s ease-in-out infinite;will-change:transform;transition:all .3s ease}.auth-page__right{display:flex;align-items:center;justify-content:center;padding:48px;position:relative;z-index:1;background-color:#000}.auth-page__right:before{content:"";position:absolute;top:0;left:0;bottom:0;width:80px;pointer-events:none;z-index:0}@media (max-width: 968px){.auth-page__right{padding:24px}.auth-page__right:before{display:none}}.auth-card{width:100%;max-width:480px;position:relative;z-index:1}.auth-card__header{text-align:center;margin-bottom:32px}.auth-card__header h2{font-size:2rem;font-weight:700;color:#fefefe;margin-bottom:8px;font-family:Koltav,sans-serif}.auth-card__header p{font-size:.9rem;color:#a0a0a0}.auth-form__info{font-size:.85rem;color:#a0a0a0;margin-bottom:24px;text-align:center}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}@media (max-width: 480px){.auth-form__row{grid-template-columns:1fr;gap:20px}}.auth-form__group{margin-bottom:20px}.auth-form__group label{display:block;font-size:.85rem;font-weight:500;color:#fefefe;margin-bottom:8px}.auth-form__group .input-wrapper{position:relative;display:flex;align-items:center}.auth-form__group .input-wrapper svg{position:absolute;left:14px;color:#a0a0a0}.auth-form__group .input-wrapper .lucide-eye-icon{left:-36px}.auth-form__group .input-wrapper input{width:100%;padding:12px 12px 12px 44px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fefefe;font-size:.9rem;transition:all .2s}.auth-form__group .input-wrapper input:focus{outline:none;border-color:#fdd715;background:#ffffff14}.auth-form__group .input-wrapper input.error{border-color:#f44}.auth-form__group .input-wrapper .password-toggle{position:absolute;right:0;top:15px;background:none;border:none;color:#a0a0a0;cursor:pointer;padding:0}.auth-form__group .input-wrapper .password-toggle:hover{color:#fdd715}.auth-form__group .error-message{display:block;font-size:.7rem;color:#f44;margin-top:6px}.auth-form__options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-form__options .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.auth-form__options .checkbox-label input{width:16px;height:16px;cursor:pointer}.auth-form__options .checkbox-label span{font-size:.85rem;color:#a0a0a0}.auth-form__options .forgot-link{font-size:.85rem;color:#fdd715;text-decoration:none}.auth-form__options .forgot-link:hover{text-decoration:underline}.auth-form__error{padding:12px 16px;background:#ff44441a;border:1px solid rgba(255,68,68,.3);border-radius:12px;margin-bottom:20px}.auth-form__error.general-error{color:#f44;font-size:.85rem}.auth-form__success{padding:16px;background:#00c8531a;border:1px solid rgba(0,200,83,.3);border-radius:12px;text-align:center}.auth-form__success p{color:#00c853;margin-bottom:8px}.auth-form__success p.small{font-size:.75rem;opacity:.8}.auth-form__footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.auth-form__footer p{font-size:.85rem;color:#a0a0a0}.auth-form__footer .auth-link{color:#fdd715;text-decoration:none;font-weight:500}.auth-form__footer .auth-link:hover{text-decoration:underline}.auth-btn{width:100%;padding:14px;background:#fdd715;border:none;border-radius:12px;color:#100d0e;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.auth-btn:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #fdd7154d}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.back-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#a0a0a0;font-size:.85rem;text-decoration:none;margin-bottom:24px;transition:all .2s}.back-link:hover{color:#fdd715}.otp-inputs{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.otp-inputs input{width:50px;height:50px;text-align:center;font-size:1.2rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fefefe}.otp-inputs input:focus{outline:none;border-color:#fdd715}.otp-inputs input.error{border-color:#f44}@media (max-width: 480px){.otp-inputs input{width:40px;height:40px;font-size:1rem}}.otp-error{display:block;text-align:center;margin-top:-16px;margin-bottom:20px}.otp-expiry{text-align:center;margin:-8px 0 16px;font-size:.85rem}.otp-expiry__countdown{color:#a0a0a0}.otp-expiry__expired{color:#f44;font-weight:600}.otp-info{display:block;text-align:center;margin-top:-8px;margin-bottom:20px;font-size:.85rem;color:#00c853}.resend-container{text-align:center;margin-top:20px}.resend-container .resend-btn{background:none;border:none;color:#fdd715;font-size:.85rem;cursor:pointer}.resend-container .resend-btn:hover{text-decoration:underline}.resend-container .resend-btn:disabled{opacity:.6;cursor:not-allowed;text-decoration:none}.resend-container .resend-btn--highlight{font-weight:700;text-decoration:underline}.resend-container .timer{font-size:.85rem;color:#a0a0a0}.verify-account{min-height:100vh;background:#100d0e;display:flex;align-items:center;justify-content:center;padding:48px}.verify-account__container{width:100%;max-width:500px}.verify-account__card{background:#ffffff08;border-radius:24px;padding:48px 32px;text-align:center;border:1px solid rgba(255,255,255,.1)}.verify-account__card h2{font-size:1.8rem;font-weight:600;color:#fefefe;margin:24px 0 12px;font-family:Koltav,sans-serif}.verify-account__card p{color:#a0a0a0;line-height:1.6;margin-bottom:24px}.verify-account__icon{display:flex;justify-content:center;align-items:center}.verify-account__icon.success svg{color:#00c853}.verify-account__icon.error svg{color:#f44}.verify-account__icon .spin{animation:spin 1s linear infinite}.verify-account__redirect{margin-top:24px}.verify-account__redirect p{margin-bottom:16px;font-size:.85rem}.verify-account__actions{display:flex;gap:16px;justify-content:center;margin-top:24px}.verify-btn{display:inline-block;padding:12px 24px;border-radius:12px;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer}.verify-btn.primary{background:#fdd715;color:#100d0e}.verify-btn.primary:hover{background:#fff;transform:translateY(-2px)}.verify-btn.secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fefefe}.verify-btn.secondary:hover{background:#ffffff1a;border-color:#fdd715}.verify-otp-success{text-align:center;padding:40px 20px}.verify-otp-success .success-icon{margin-bottom:24px}.verify-otp-success h2{font-size:1.8rem;font-weight:600;color:#fefefe;margin-bottom:12px;font-family:Koltav,sans-serif}.verify-otp-success p{color:#a0a0a0;margin-bottom:8px}.verify-otp-success p.redirect-message{font-size:.85rem;margin:16px 0}.verify-otp-success .auth-btn{display:inline-block;width:auto;padding:12px 32px;text-decoration:none;margin-top:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.loader-dots span{width:10px;height:10px;background:#fdd715;border-radius:50%;animation:dotBounce 1.4s ease-in-out infinite both}.loader-dots span:nth-child(1){animation-delay:-.32s}.loader-dots span:nth-child(2){animation-delay:-.16s}@keyframes dotBounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.legal-page{background-color:#100d0e;min-height:100vh;padding:40px 0 80px}.legal-page .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%;box-sizing:border-box}.legal-page .breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.legal-page .breadcrumbs__item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#a0a0a0;text-decoration:none;transition:color .2s}.legal-page .breadcrumbs__item:hover{color:#fdd715}.legal-page .breadcrumbs__item--current{color:#fefefe;font-weight:500;pointer-events:none}.legal-page .breadcrumbs__sep{color:#5b5b5b;flex-shrink:0}.legal-page__content{background:#ffffff08;border-radius:20px;padding:48px;border:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.legal-page__content{padding:32px 24px}}@media (max-width: 480px){.legal-page__content{padding:24px 16px}}.legal-page__content h1{font-size:2.5rem;font-weight:700;color:#fefefe;margin-bottom:16px;font-family:Koltav,sans-serif}@media (max-width: 768px){.legal-page__content h1{font-size:2rem}}.legal-page__content .last-updated{font-size:.85rem;color:#a0a0a0;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.legal-page__content section{margin-bottom:40px}.legal-page__content section h2{font-size:1.5rem;font-weight:600;color:#fefefe;margin-bottom:20px;display:flex;align-items:center;gap:12px;font-family:Koltav,sans-serif}@media (max-width: 768px){.legal-page__content section h2{font-size:1.3rem}}.legal-page__content section h2 svg{color:#fdd715}.legal-page__content section h3{font-size:1.1rem;font-weight:600;color:#fdd715;margin:20px 0 12px}.legal-page__content section p{color:#a0a0a0;line-height:1.6;margin-bottom:16px}.legal-page__content section ul{list-style:none;padding:0;margin-bottom:20px}.legal-page__content section ul li{color:#a0a0a0;line-height:1.6;margin-bottom:8px}.legal-page__content section a{color:#fdd715;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:all .2s ease}.legal-page__content section a:hover{color:#fefefe;text-decoration-color:#fefefe}.legal-page__content section strong,.legal-page__content section b{color:#fefefe;font-weight:600}.legal-page__content section u{text-decoration:underline;text-underline-offset:3px}.legal-page__content .dynamic-content section{margin-bottom:40px}.legal-page__content .dynamic-content h2{font-size:1.5rem;font-weight:600;color:#fefefe;font-family:Koltav,sans-serif;margin:40px 0 16px}.legal-page__content .dynamic-content h2:first-child{margin-top:0}@media (max-width: 768px){.legal-page__content .dynamic-content h2{font-size:1.3rem}}.legal-page__content .dynamic-content h3{font-size:1.1rem;font-weight:600;color:#fdd715;margin:20px 0 12px}.legal-page__content .dynamic-content p{color:#a0a0a0;line-height:1.6;margin-bottom:16px}.legal-page__content .dynamic-content ul{list-style:none;padding:0;margin-bottom:24px}.legal-page__content .dynamic-content ul li{color:#a0a0a0;line-height:1.6;margin-bottom:8px;padding-left:16px;position:relative}.legal-page__content .dynamic-content ul li:before{content:"–";position:absolute;left:0;color:#fdd715}.legal-page__content .dynamic-content strong,.legal-page__content .dynamic-content b{color:#fefefe;font-weight:600}.legal-page__content .dynamic-content a{color:#fdd715;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:all .2s ease}.legal-page__content .dynamic-content a:hover{color:#fefefe;text-decoration-color:#fefefe}.legal-page__content .dynamic-content u{text-decoration:underline;text-underline-offset:3px}.legal-page__contact{background:#fdd7150d;border-radius:16px;padding:24px;margin-top:32px;border:1px solid rgba(253,215,21,.2)}.legal-page__contact h3{font-size:1.2rem;font-weight:600;color:#fefefe;margin-bottom:12px}.legal-page__contact p{color:#a0a0a0;margin-bottom:16px}.legal-page__contact ul{list-style:none;padding:0}.legal-page__contact ul li{color:#a0a0a0;margin-bottom:8px}.faq-page .faq-intro{font-size:1.1rem;color:#a0a0a0;margin-bottom:40px;text-align:center}.faq-page .faq-category{margin-bottom:48px}.faq-page .faq-category h2{font-size:1.3rem;font-weight:600;color:#fefefe;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.faq-page .faq-list{display:flex;flex-direction:column;gap:16px}.faq-page .faq-item{background:#ffffff08;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .2s}.faq-page .faq-item:hover{border-color:#fdd7154d}.faq-page .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:none;border:none;color:#fefefe;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}@media (max-width: 768px){.faq-page .faq-question{padding:14px 18px;font-size:.9rem}}.faq-page .faq-question:hover{color:#fdd715}.faq-page .faq-question svg{color:#fdd715;flex-shrink:0}.faq-page .faq-answer{padding:0 24px 24px;border-top:1px solid rgba(255,255,255,.05);animation:slideDown .3s ease}.faq-page .faq-answer p{color:#a0a0a0;line-height:1.6;margin:16px 0 0}.faq-page .faq-contact{text-align:center;background:#ffffff08;border-radius:20px;padding:48px;margin-top:48px}@media (max-width: 768px){.faq-page .faq-contact{padding:32px 24px}}.faq-page .faq-contact h3{font-size:1.5rem;font-weight:600;color:#fefefe;margin-bottom:16px;font-family:Koltav,sans-serif}.faq-page .faq-contact p{color:#a0a0a0;margin-bottom:32px;max-width:none}.faq-page .faq-contact-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.faq-page .contact-btn{display:inline-block;padding:12px 32px;border-radius:30px;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer}.faq-page .contact-btn.primary{background:#fdd715;color:#100d0e}.faq-page .contact-btn.primary:hover{background:#fff;transform:translateY(-2px)}.faq-page .contact-btn.secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fefefe}.faq-page .contact-btn.secondary:hover{background:#ffffff1a;border-color:#fdd715;color:#fdd715}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}.profile-page{padding:2rem 0 4rem;min-height:100vh}.profile-page .container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.profile-page .container{padding:0 1rem}}.profile-page .breadcrumbs{display:flex;align-items:center;gap:6px;margin-bottom:2rem}.profile-page .breadcrumbs__item{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#a0a0a0;text-decoration:none;transition:color .2s}.profile-page .breadcrumbs__item:hover{color:#fdd715}.profile-page .breadcrumbs__item--current{color:#fefefe;font-weight:500}.profile-page .breadcrumbs__sep{color:#5b5b5b;flex-shrink:0}.profile-page__content{display:grid;grid-template-columns:280px 1fr;gap:2rem}@media (max-width: 968px){.profile-page__content{grid-template-columns:1fr;gap:1.5rem}}.profile-sidebar{background:#1a1a1a;border-radius:24px;border:1px solid #2a2a2a;padding:2rem;height:fit-content;position:sticky;top:100px}@media (max-width: 968px){.profile-sidebar{position:static}}.profile-sidebar .profile-avatar{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid #2a2a2a;margin-bottom:1.5rem}.profile-sidebar .profile-avatar .avatar-wrapper{position:relative;width:100px;height:100px;margin:0 auto 1rem;cursor:pointer}.profile-sidebar .profile-avatar .avatar-wrapper .avatar-initials{width:100%;height:100%;background:linear-gradient(135deg,#fdd715,#c4a402);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#100d0e;transition:all .3s ease}.profile-sidebar .profile-avatar .avatar-wrapper .avatar-upload{position:absolute;bottom:0;right:0;width:32px;height:32px;background:#fdd715;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.profile-sidebar .profile-avatar .avatar-wrapper .avatar-upload:hover{transform:scale(1.1)}.profile-sidebar .profile-avatar .profile-name{font-size:1.2rem;font-weight:600;color:#fefefe;margin-bottom:.25rem}.profile-sidebar .profile-avatar .profile-email{font-size:.85rem;color:#a0a0a0;margin-bottom:.5rem}.profile-sidebar .profile-avatar .profile-member-since{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#a0a0a0;background:#ffffff0d;padding:.25rem .75rem;border-radius:20px}.profile-sidebar .profile-nav{display:flex;flex-direction:column;gap:.5rem}.profile-sidebar .profile-nav__item{display:flex;align-items:center;gap:12px;padding:.75rem 1rem;color:#a0a0a0;text-decoration:none;border-radius:12px;transition:all .3s ease}.profile-sidebar .profile-nav__item svg{color:#fdd715}.profile-sidebar .profile-nav__item:hover{background:#ffffff0d;color:#fefefe;transform:translate(5px)}.profile-sidebar .profile-nav__item.active{background:#fdd7151a;color:#fdd715}.profile-main .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}@media (max-width: 768px){.profile-main .stats-grid{grid-template-columns:repeat(2,1fr)}}.profile-main .stats-grid .stat-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:24px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.profile-main .stats-grid .stat-card:hover{transform:translateY(-3px);border-color:#fdd715;box-shadow:0 0 20px #fdd71533}.profile-main .stats-grid .stat-card .stat-icon{width:48px;height:48px;background:#fdd7151a;border-radius:12px;display:flex;align-items:center;justify-content:center}.profile-main .stats-grid .stat-card .stat-icon svg{color:#fdd715}.profile-main .stats-grid .stat-card .stat-info .stat-value{display:block;font-size:1.5rem;font-weight:700;color:#fefefe}.profile-main .stats-grid .stat-card .stat-info .stat-label{font-size:.75rem;color:#a0a0a0}.profile-main .profile-section{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:24px;padding:1.5rem;margin-bottom:2rem}.profile-main .profile-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a2a2a}.profile-main .profile-section .section-header h2{font-size:1.2rem;font-weight:600;color:#fefefe}.profile-main .profile-section .section-header .edit-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #2a2a2a;color:#a0a0a0;padding:.5rem 1rem;border-radius:50px;cursor:pointer;transition:all .3s ease}.profile-main .profile-section .section-header .edit-btn:hover{border-color:#fdd715;color:#fdd715}.profile-main .profile-section .section-header .view-all-link{font-size:.85rem;color:#fdd715;text-decoration:none;transition:all .3s ease}.profile-main .profile-section .section-header .view-all-link:hover{text-decoration:underline}.profile-main .profile-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 640px){.profile-main .profile-form .form-row{grid-template-columns:1fr}}.profile-main .profile-form .form-group{margin-bottom:1rem}.profile-main .profile-form .form-group.full-width{grid-column:span 2}@media (max-width: 640px){.profile-main .profile-form .form-group.full-width{grid-column:span 1}}.profile-main .profile-form .form-group label{display:block;font-size:.8rem;font-weight:600;color:#a0a0a0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.profile-main .profile-form .form-group .form-value{font-size:.95rem;color:#fefefe;padding:.5rem 0}.profile-main .profile-form .form-group .form-input{width:100%;padding:.75rem 1rem;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px;color:#fefefe;font-size:.9rem;transition:all .3s ease}.profile-main .profile-form .form-group .form-input:focus{outline:none;border-color:#fdd715;box-shadow:0 0 0 3px #fdd7151a}.profile-main .profile-form .form-actions{margin-top:1.5rem;text-align:right}.profile-main .profile-form .form-actions .save-btn{display:inline-flex;align-items:center;gap:8px;background:#fdd715;color:#100d0e;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-main .profile-form .form-actions .save-btn:hover{transform:translateY(-2px);box-shadow:0 0 20px #fdd71533}.profile-main .orders-table{overflow-x:auto}.profile-main .orders-table table{width:100%;border-collapse:collapse}.profile-main .orders-table table th,.profile-main .orders-table table td{padding:1rem;text-align:left;border-bottom:1px solid #2a2a2a}.profile-main .orders-table table th{font-size:.8rem;font-weight:600;color:#a0a0a0;text-transform:uppercase;letter-spacing:.5px}.profile-main .orders-table table td{font-size:.85rem;color:#fefefe}.profile-main .orders-table table .order-status{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.profile-main .orders-table table .order-status.delivered{background:#4caf5033;color:#4caf50}.profile-main .orders-table table .order-status.shipped{background:#2196f333;color:#2196f3}.profile-main .orders-table table .order-status.processing{background:#ff980033;color:#ff9800}@font-face{font-family:Eagle Horizon;src:url(/assets/EagleHorizonP-CEeha9R-.ttf) format("truetype");font-display:block}@font-face{font-family:Koltav;src:url(/assets/Koltav-DyfDNEHE.ttf) format("truetype");font-display:block}@font-face{font-family:HelveticaNeue;src:url(/assets/HelveticaNeueBlack-9FyT5aCw.otf) format("opentypes");font-display:swap}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fdd715,#c9a800);border-radius:10px;border:2px solid #0d0d0d;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#fff176,#fdd715)}*{scrollbar-width:thin;scrollbar-color:#fdd715 #0d0d0d}body{font-family:HelveticaNeue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;background-color:#100d0e;color:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Koltav,sans-serif;margin:0 0 2rem;font-weight:900;text-transform:uppercase;line-height:1.1;letter-spacing:-.02em}.display-large{font-size:clamp(3rem,8vw,6rem);line-height:.9}p{margin:0 0 2rem;color:#5b5b5b;font-weight:400;max-width:65ch}.accent-text{color:#fdd715;font-family:Koltav,sans-serif;font-weight:700;font-style:italic}.hero-breadcrumbs{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:2rem;padding:.5rem 1rem;background:#ffffff08;border-radius:50px;display:inline-flex;width:auto;margin-left:auto;margin-right:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.hero-breadcrumbs .breadcrumb-link{display:flex;align-items:center;gap:6px;color:#fff9;text-decoration:none;font-size:.85rem;transition:all .2s ease}.hero-breadcrumbs .breadcrumb-link--active{color:#fefefe;pointer-events:none;cursor:default;font-weight:600}.hero-breadcrumbs .breadcrumb-link svg{width:14px;height:14px}.hero-breadcrumbs .breadcrumb-link:hover{color:#fdd715}.hero-breadcrumbs .breadcrumb-separator{color:#ffffff4d;width:14px;height:14px}.hero-breadcrumbs .breadcrumb-current{color:#fdd715;font-size:.85rem;font-weight:500}.ew-swal__popup{background:linear-gradient(135deg,#1a1a1a,#0f0f0f)!important;color:#fefefe!important;border:1px solid #2a2a2a;border-radius:18px;box-shadow:0 24px 60px #0009}.ew-swal__title{color:#fefefe!important;font-family:Koltav,sans-serif;font-weight:400;letter-spacing:.01em}.ew-swal__text{color:#a0a0a0!important;font-family:HelveticaNeue,Helvetica,Arial,sans-serif;line-height:1.5}.ew-swal__actions{gap:12px}.swal2-popup .ew-swal__confirm{background:#fdd715!important;color:#100d0e!important;font-family:Koltav,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.04em;border:1.5px solid #fdd715;border-radius:60px;padding:12px 28px;box-shadow:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.swal2-popup .ew-swal__confirm:hover{background:#100d0e!important;color:#fefefe!important;border-color:#ffffff26;box-shadow:0 10px 28px #fdd71566}.swal2-popup .ew-swal__confirm:focus{box-shadow:0 0 0 3px #fdd71559!important}.swal2-popup .ew-swal__cancel{background:transparent!important;color:#fefefe!important;font-family:Koltav,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.04em;border:1.5px solid rgba(253,215,21,.4588235294);border-radius:60px;padding:12px 28px;box-shadow:none;transition:border-color .25s ease,background .25s ease}.swal2-popup .ew-swal__cancel:hover{background:#ffffff0f!important;border-color:#fdd715}.swal2-popup .ew-swal__cancel:focus{box-shadow:0 0 0 3px #ffffff1f!important}.ew-swal__popup .swal2-icon.swal2-success,.ew-swal__popup .swal2-icon.swal2-success .swal2-success-ring{border-color:#fdd71566}.ew-swal__popup .swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#fdd715}.ew-swal__popup .swal2-icon.swal2-warning,.ew-swal__popup .swal2-icon.swal2-question{border-color:#fdd71580;color:#fdd715}.ew-swal__popup .swal2-icon.swal2-error{border-color:#ef444480;color:#ef4444}.ew-swal__popup .swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#ef4444}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.back-to-top--visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.back-to-top__button{width:40px;height:40px;border-radius:50%;background-color:#100d0e;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fdd71540;cursor:pointer;transition-duration:.3s;position:relative}.back-to-top__icon{width:11px;transition-duration:.3s}.back-to-top__icon path{fill:#fefefe}.back-to-top__button:hover{background-color:#fdd715}.back-to-top__button:hover .back-to-top__icon path{fill:#100d0e}.page-loader{display:flex;align-items:center;justify-content:center;width:100%;min-height:90vh}.page-loader__logo{width:120px;height:auto;object-fit:contain;animation:page-loader-zoom 1.4s ease-in-out infinite}@keyframes page-loader-zoom{0%,to{transform:scale(.85);opacity:.7}50%{transform:scale(1.1);opacity:1}}.panel-config{display:flex;flex-direction:column;gap:16px;padding:14px 14px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.panel-config__field{display:flex;flex-direction:column;gap:8px}.panel-config__label{font-size:clamp(.65rem,2vw,.72rem);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#a0a0a0}.panel-config__readonly{padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fefefe;font-size:.8rem;font-weight:600;line-height:1.35}.segmented{display:flex;gap:4px;padding:4px;border-radius:12px;background:#1a1a1a;border:1px solid rgba(255,255,255,.07)}.segmented__option{flex:1 1 0;min-width:0;padding:9px 10px;border:none;border-radius:9px;background:transparent;color:#ffffff8c;font-size:clamp(.7rem,2.2vw,.78rem);font-weight:700;line-height:1.1;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .2s ease,color .2s ease}.segmented__option:hover:not(.segmented__option--active){color:#fefefe;background:#ffffff0d}.segmented__option--active{background:#fdd715;color:#100d0e}.config-notice{display:flex;align-items:flex-start;gap:8px;padding:9px 11px;border-radius:10px;border:1px solid rgba(253,215,21,.4);background:#fdd71514;color:#fefefe;font-size:.72rem;line-height:1.45}.config-notice__icon{color:#fdd715;flex-shrink:0;margin-top:1px}.qs-quote{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px;padding:12px;border-radius:12px;border:1px solid rgba(253,215,21,.4);background:#fdd71514;color:#fdd715;font-weight:800;letter-spacing:.02em}.qs-quote__icon{flex-shrink:0}.qs-quote__text{font-size:.95rem}.quote-hint{margin-top:8px;font-size:.75rem;line-height:1.5;color:#a0a0a0}.quote-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:clamp(12px,4vw,32px);background:#000000b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.quote-modal__card{width:100%;max-width:clamp(320px,96vw,960px);max-height:92vh;overflow-y:auto;background:#100d0e;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 24px 70px #0000008c;padding:clamp(18px,4vw,28px)}.quote-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.quote-modal__title{margin:0;font-size:clamp(1.1rem,3.4vw,1.4rem);font-weight:800;line-height:1.25;color:#fefefe}.quote-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff0a;color:#a0a0a0;cursor:pointer;transition:color .18s ease,background .18s ease}.quote-modal__close:hover:not(:disabled){color:#fefefe;background:#ffffff17}.quote-modal__close:disabled{opacity:.5;cursor:not-allowed}.quote-modal__intro{margin:0 0 18px;font-size:.85rem;line-height:1.55;color:#a0a0a0}.quote-modal__intro a{color:#fdd715;font-weight:700;text-decoration:none}.quote-modal__intro a:hover{text-decoration:underline}.quote-modal__layout{display:flex;gap:28px;align-items:flex-start}@media (max-width: 640px){.quote-modal__layout{flex-direction:column}}.quote-modal__fields{flex:1;min-width:0}.quote-modal__form{display:flex;flex-direction:column;gap:14px}.quote-modal__preview{width:220px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;position:sticky;top:0}@media (max-width: 640px){.quote-modal__preview{width:100%;flex-direction:row;flex-wrap:wrap;position:static}}.quote-modal__preview-heading{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#a0a0a0}.quote-modal__preview-view{display:flex;flex-direction:column;gap:6px}.quote-modal__preview-view img{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.08);display:block}@media (max-width: 640px){.quote-modal__preview-view{width:calc(50% - 6px)}}.quote-modal__preview-label{font-size:.7rem;font-weight:600;color:#a0a0a0;text-align:center}.quote-modal__preview-spinner{width:100%;aspect-ratio:1;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);position:relative}.quote-modal__preview-spinner:after{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:24px;height:24px;border:2px solid rgba(255,255,255,.12);border-top-color:#fdd715;border-radius:50%;animation:quote-spin .7s linear infinite}@keyframes quote-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.quote-modal__submit{margin-top:4px;padding:13px 18px;border:none;border-radius:11px;background:#fdd715;color:#100d0e;font-size:.92rem;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:filter .18s ease,opacity .18s ease}.quote-modal__submit:hover:not(:disabled){filter:brightness(1.06)}.quote-modal__submit:disabled{opacity:.5;cursor:not-allowed}.quote-modal__call{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-top:2px;font-size:.78rem;font-weight:600;color:#a0a0a0;text-decoration:none}.quote-modal__call:hover{color:#fdd715}.quote-field{display:flex;flex-direction:column;gap:6px}.quote-field label,.quote-field__group-label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#a0a0a0}.quote-field input,.quote-field textarea{width:100%;padding:11px 12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0a;color:#fefefe;font-size:.88rem;font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease}.quote-field input::placeholder,.quote-field textarea::placeholder{color:#ffffff52}.quote-field input:focus,.quote-field textarea:focus{outline:none;border-color:#fdd715;box-shadow:0 0 0 3px #fdd7151f}.quote-field input.has-error,.quote-field textarea.has-error{border-color:#ff5a5a}.quote-field textarea{resize:vertical;min-height:80px}.quote-field input[type=date]{color-scheme:dark}.quote-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 400px){.quote-row{grid-template-columns:1fr}}.quote-hint-text{font-size:.72rem;color:#fff6}.quote-counter{align-self:flex-end;font-size:.7rem;color:#fff6}.quote-error{font-size:.74rem;font-weight:600;color:#ff7a7a}.quote-warn{font-size:.74rem;color:#fdd715}.quote-radio-group{display:flex;flex-direction:column;gap:8px}.quote-radio{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff08;font-size:.84rem;color:#fefefe;cursor:pointer;transition:border-color .18s ease,background .18s ease}.quote-radio:hover{border-color:#fdd71580}.quote-radio input[type=radio]{accent-color:#fdd715;width:16px;height:16px;flex-shrink:0}.quote-gate,.quote-note{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:10px;font-size:.78rem;line-height:1.45}.quote-gate svg,.quote-note svg{flex-shrink:0;margin-top:1px}.quote-gate{border:1px solid rgba(255,90,90,.4);background:#ff5a5a14;color:#ffd2d2}.quote-gate svg{color:#ff7a7a}.quote-note{border:1px solid rgba(253,215,21,.4);background:#fdd71514;color:#fefefe}.quote-note svg{color:#fdd715}.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,#1a1a1a,#100d0e 60%)}.app__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 8rem;border-bottom:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#0a0a0acc;position:sticky;top:0;z-index:100}.app__brand img{height:40px;width:auto}.app__nav{display:flex;gap:2rem;align-items:center}.app__nav a{text-transform:uppercase;font-family:Koltav,sans-serif;font-weight:500;letter-spacing:.05em;color:#fefefe;font-size:.75rem;transition:all .3s ease-in-out;display:flex;align-items:center;gap:4px}.app__nav a:hover{color:#fdd715}.app__nav a:after{content:"▾";font-size:10px;color:#5b5b5b}.app__main{flex:1}.main-layout{position:relative;display:flex;flex-direction:column;min-height:100vh;background-color:#100d0e}.main-layout .brick-overlay{position:absolute;top:0;left:0;width:100%;height:130vh;background-image:url(/images/brick_bg_image.webp);background-size:cover;background-position:top center;z-index:5;pointer-events:none;mask-image:linear-gradient(to bottom,#000 70%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 70%,rgba(0,0,0,0) 100%);opacity:.2}.main-layout__content{position:relative;z-index:5;flex:1;padding-top:0}.header-cta{background-color:#fdd715;color:#100d0e;padding:.5rem 2rem;border-radius:50px;font-weight:700;text-transform:uppercase;font-size:.7rem;display:flex;align-items:center;gap:8px}.header-cta:hover{background-color:#fefefe;transform:translateY(-1px)}.auth-layout__card{background-color:#141414;border-radius:12px;padding:4rem;transition:all .3s ease-in-out;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.auth-layout__card:hover{border-color:#fdd7154d;transform:translateY(-4px);box-shadow:0 10px 30px #0009}.auth-layout__card{width:100%;max-width:420px}.u-m-0{margin:0!important}.u-m-1{margin:.25rem!important}.u-m-2{margin:.5rem!important}.u-m-3{margin:1rem!important}.u-m-4{margin:1.5rem!important}.u-p-0{padding:0!important}.u-p-1{padding:.25rem!important}.u-p-2{padding:.5rem!important}.u-p-3{padding:1rem!important}.u-p-4{padding:1.5rem!important}.u-mt-0{margin-top:0!important}.u-mt-1{margin-top:.25rem!important}.u-mt-2{margin-top:.5rem!important}.u-mt-3{margin-top:1rem!important}.u-mt-4{margin-top:1.5rem!important}.u-mb-0{margin-bottom:0!important}.u-mb-1{margin-bottom:.25rem!important}.u-mb-2{margin-bottom:.5rem!important}.u-mb-3{margin-bottom:1rem!important}.u-mb-4{margin-bottom:1.5rem!important}.u-pt-0{padding-top:0!important}.u-pt-1{padding-top:.25rem!important}.u-pt-2{padding-top:.5rem!important}.u-pt-3{padding-top:1rem!important}.u-pt-4{padding-top:1.5rem!important}.u-pb-0{padding-bottom:0!important}.u-pb-1{padding-bottom:.25rem!important}.u-pb-2{padding-bottom:.5rem!important}.u-pb-3{padding-bottom:1rem!important}.u-pb-4{padding-bottom:1.5rem!important}.u-gap-1{gap:.25rem}.u-gap-2{gap:.5rem}.u-gap-3{gap:1rem}.u-gap-4{gap:1.5rem}.u-min-h-screen{min-height:100vh}.u-w-full{width:100%}.u-container{max-width:1120px;margin-inline:auto}.u-flex{display:flex}.u-flex-col{display:flex;flex-direction:column}.u-justify-between{justify-content:space-between}.u-justify-center{justify-content:center}.u-items-center{align-items:center}.u-gap-1{gap:1rem}.u-gap-2{gap:2rem}.u-gap-3{gap:4rem}.u-gap-4{gap:8rem}.u-grid{display:grid;gap:4rem}.u-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.u-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.u-bg-primary{background-color:#fdd715!important}.u-bg-dark{background-color:#100d0e!important}.u-bg-surface{background-color:#141414!important}.u-bg-white{background-color:#fefefe!important}.u-text-primary{color:#fdd715!important}.u-text-white{color:#fefefe!important}.u-text-muted{color:#5b5b5b!important}.u-text-black{color:#100d0e!important}.u-uppercase{text-transform:uppercase!important}.u-italic{font-style:italic!important}.u-fw-bold{font-weight:700!important}.u-fw-black{font-weight:900!important}.u-text-xs{font-size:.75rem!important}.u-text-sm{font-size:.875rem!important}.u-text-md{font-size:1rem!important}.u-text-lg{font-size:1.25rem!important}.u-text-xl{font-size:1.5rem!important}.u-text-2xl{font-size:2rem!important}.u-text-3xl{font-size:3rem!important}.u-text-hero{font-size:clamp(3rem,10vw,7rem)!important;line-height:.9!important;letter-spacing:-.04em!important}.u-text-center{text-align:center!important}.u-container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:8rem;padding-right:8rem}.u-section-padding{padding-top:12rem;padding-bottom:12rem}.u-flex-center{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.u-hide-mobile{display:none!important}}.u-hidden{display:none!important}.u-block{display:block!important}.u-text-center{text-align:center}@media (min-width: 768px){.u-hidden-md-down{display:none!important}}@keyframes bounceFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(1deg)}}@keyframes smokeFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:.6;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes socialFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-section{position:relative;width:100%;background-color:#100d0e8c!important;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:HelveticaNeue,Helvetica,Arial,sans-serif}.hero-section .hero__bg-text{position:absolute;width:100%;display:flex;justify-content:space-between;padding:0 8%;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;translate:-20px -80px}.hero-section .hero__bg-text span{font-family:Koltav,sans-serif;font-size:12vw;font-weight:500;background:linear-gradient(180deg,#656565,#202020);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-4px;line-height:1;white-space:nowrap;opacity:.7}.hero-section .hero__mobile-bg-text{display:none}.hero-section .hero__grid{position:relative;z-index:10;width:100%;max-width:1600px;padding:0 60px;display:grid;grid-template-columns:1fr auto 1fr;gap:60px;align-items:center}.hero-section .hero__col{display:flex;flex-direction:column}.hero-section .hero__col--left{align-items:flex-start;gap:28px;animation:slideInLeft .8s ease .3s both}.hero-section .hero__col--center{position:relative;align-items:center;justify-content:center;min-width:400px;animation:fadeInUp .9s ease .2s both}.hero-section .hero__col--right{align-items:flex-start;gap:0px;animation:slideInRight .8s ease .3s both}.hero-section .hero__design-tag{font-family:Eagle Horizon,sans-serif;font-size:clamp(1.6rem,3.5vw,2.5rem);color:#fdd715;margin-bottom:8px;letter-spacing:2px}.hero-section .hero__title{font-family:Koltav,sans-serif;font-size:4.5rem;font-weight:500;color:#fefefe;line-height:.85;text-transform:uppercase;margin:0;padding-top:115px}.hero-section .hero__title--right{text-align:left;font-family:Koltav,sans-serif;font-size:4.5rem;font-weight:500;color:#fefefe;line-height:.85;text-transform:uppercase;margin:0}.hero-section .hero__description{font-family:HelveticaNeue,Helvetica,Arial,sans-serif;color:#ffffffb3;max-width:380px;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.6;margin:20px 0 0}.hero-section .hero__smoke-wrapper{position:absolute;width:180%;z-index:1;pointer-events:none;opacity:0}.hero-section .hero__smoke-wrapper .hero__smoke{width:100%;height:100%;object-fit:contain;object-position:center}.hero-section .hero__image-wrapper{position:relative;z-index:2;width:200%;max-width:680px;display:flex;justify-content:center;align-items:center}.hero-section .hero__hoodie{width:100%;height:auto;display:block;animation:bounceFloat 4s ease-in-out infinite;will-change:transform;transition:all .3s ease}.hero-section .hero__socials{position:absolute;right:0;display:flex;gap:15px;z-index:50;animation:socialFadeIn .6s ease .1s both;padding-top:50px}@media (max-width: 1440px){.hero-section .hero__socials{left:200px;padding-top:100px}}.hero-section .hero__socials .social-icon{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:#fefefe;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hero-section .hero__socials .social-icon:hover{background:#fdd715;color:#100d0e;border-color:#fdd715;transform:translateY(-3px)}.hero-section .hero__right-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.hero-section .hero__inline-group{display:flex;align-items:center;gap:15px;translate:0px 12px;padding-top:270px}.hero-section .hero__inline-text{font-family:Koltav,sans-serif;font-size:4.5rem;font-weight:700;color:#fefefe;line-height:.85;text-transform:uppercase}.hero-section .hero__skate{height:60px;width:auto;object-fit:contain;translate:0px -10px}.hero-section .hero__actions{display:grid;grid-template-columns:repeat(2,auto);gap:16px;justify-content:flex-start;margin-top:20px}@media (max-width: 1440px){.hero-section .hero__actions{grid-template-columns:repeat(1,auto)}}.hero-section.in-view .hero__smoke-wrapper{animation:smokeFadeIn 1.5s ease forwards}@media (max-width: 1366px){.hero-section .hero__grid{gap:40px;padding:0 40px}.hero-section .hero__col--center{min-width:350px}.hero-section .hero__title{font-size:4rem;padding-top:100px}.hero-section .hero__title--right,.hero-section .hero__inline-text{font-size:4rem}.hero-section .hero__inline-group{padding-top:240px}.hero-section .hero__skate{height:55px}.hero-section .hero__image-wrapper{width:180%;max-width:580px}.hero-section .hero__bg-text{translate:-15px -70px}}@media (max-width: 1280px){.hero-section .hero__grid{gap:30px;padding:0 30px}.hero-section .hero__title{font-size:3.5rem;padding-top:90px}.hero-section .hero__title--right,.hero-section .hero__inline-text{font-size:3.5rem}.hero-section .hero__inline-group{padding-top:210px}.hero-section .hero__skate{height:50px}.hero-section .hero__design-tag{font-size:clamp(1.4rem,3vw,2rem)}.hero-section .hero__image-wrapper{width:170%;max-width:520px}.hero-section .hero__col--center{min-width:320px}.hero-section .hero__socials{left:175px;padding-top:55px}}@media (max-width: 1024px){.hero-section .hero__grid{display:flex;flex-direction:column;gap:0;padding:60px 40px}.hero-section .hero__col--left,.hero-section .hero__col--center,.hero-section .hero__col--right{width:100%;animation:none;min-width:auto;position:static}.hero-section .hero__col--center{order:1;margin-bottom:0;position:relative}.hero-section .hero__col--left{order:2;align-items:center;text-align:center;gap:16px}.hero-section .hero__col--right{order:3;align-items:center;text-align:center;gap:20px;padding-top:20px}.hero-section .hero__bg-text{display:none}.hero-section .hero__mobile-bg-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;margin:20px 0;line-height:.85}.hero-section .hero__mobile-bg-text span{font-family:Koltav,sans-serif;font-size:clamp(3.5rem,12vw,6rem);font-weight:500;background:linear-gradient(180deg,#656565,#202020);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-2px;line-height:.85}.hero-section .hero__mobile-bg-text span:first-child{margin-bottom:0}.hero-section .hero__smoke-wrapper{position:absolute;width:100%;height:100%;top:0%;left:0%;opacity:0;z-index:0}.hero-section .hero__image-wrapper{width:100%;max-width:min(450px,70vw);margin:0 auto;position:relative;z-index:2}.hero-section .hero__hoodie{width:100%;height:auto;position:relative;z-index:2}.hero-section .hero__design-tag{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:0}.hero-section .hero__title{padding-top:0;font-size:clamp(2.5rem,8vw,4rem);text-align:center;line-height:1}.hero-section .hero__description{max-width:500px;text-align:center;margin:0 auto}.hero-section .hero__socials{position:static;justify-content:center;margin:0;padding:0}.hero-section .hero__socials .social-icon{width:44px;height:44px}.hero-section .hero__right-content{align-items:center;gap:12px}.hero-section .hero__inline-group{padding-top:0;justify-content:center;translate:0;gap:15px}.hero-section .hero__inline-text{font-size:clamp(2.5rem,8vw,4rem)}.hero-section .hero__skate{height:clamp(40px,8vw,60px);width:auto;translate:0}.hero-section .hero__title--right{font-size:clamp(2.5rem,8vw,4rem);text-align:center;line-height:1}.hero-section .hero__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin-top:10px;width:100%;max-width:280px}.hero-section .hero__actions .btn{width:100%;justify-content:center}}@media (max-width: 900px){.hero-section .hero__grid{padding:50px 30px}.hero-section .hero__col--center{margin-bottom:0}.hero-section .hero__mobile-bg-text{margin:15px 0}.hero-section .hero__mobile-bg-text span{font-size:clamp(3rem,10vw,5rem)}.hero-section .hero__skate{height:clamp(35px,5vw,45px)}.hero-section .hero__image-wrapper{max-width:min(400px,65vw)}.hero-section .hero__design-tag{font-size:clamp(1.5rem,3vw,1.8rem)}.hero-section .hero__actions{max-width:260px;gap:14px}.hero-section .hero__actions .btn{padding:10px 20px;font-size:.9rem}}@media (max-width: 768px){.hero-section .hero__grid{padding:40px 24px}.hero-section .hero__col--center{margin-bottom:0}.hero-section .hero__mobile-bg-text{margin:10px 0}.hero-section .hero__mobile-bg-text span{font-size:clamp(2.5rem,9vw,4rem)}.hero-section .hero__col--left{gap:12px}.hero-section .hero__col--right{gap:16px}.hero-section .hero__description{font-size:.9rem}.hero-section .hero__socials{gap:12px}.hero-section .hero__socials .social-icon{width:38px;height:38px}.hero-section .hero__socials .social-icon svg{width:16px;height:16px}.hero-section .hero__actions{max-width:260px;gap:12px}.hero-section .hero__actions .btn{padding:10px 18px;font-size:.85rem}}@media (max-width: 640px){.hero-section .hero__grid{padding:30px 20px}.hero-section .hero__col--center{margin-bottom:0}.hero-section .hero__mobile-bg-text{margin:8px 0}.hero-section .hero__mobile-bg-text span{font-size:clamp(2rem,8vw,3.5rem);letter-spacing:-1px}.hero-section .hero__design-tag{font-size:clamp(1rem,2.5vw,1.3rem)}.hero-section .hero__title,.hero-section .hero__title--right,.hero-section .hero__inline-text{font-size:clamp(2rem,7vw,3rem)}.hero-section .hero__skate{height:clamp(30px,6vw,40px)}.hero-section .hero__description{font-size:.85rem;line-height:1.5}.hero-section .hero__socials{gap:10px}.hero-section .hero__socials .social-icon{width:34px;height:34px}.hero-section .hero__socials .social-icon svg{width:14px;height:14px}.hero-section .hero__actions{max-width:240px;gap:10px}.hero-section .hero__actions .btn{padding:8px 16px;font-size:.85rem}}@media (max-width: 480px){.hero-section .hero__grid{padding:25px 16px;gap:0}.hero-section .hero__col--center{margin-bottom:0}.hero-section .hero__mobile-bg-text{margin:5px 0}.hero-section .hero__mobile-bg-text span{font-size:clamp(1.8rem,7vw,2.8rem);letter-spacing:-1px}.hero-section .hero__design-tag{font-size:1rem}.hero-section .hero__title,.hero-section .hero__title--right,.hero-section .hero__inline-text{font-size:clamp(1.8rem,6vw,2.5rem)}.hero-section .hero__skate{height:clamp(25px,5vw,30px)}.hero-section .hero__description{font-size:.8rem;margin-top:0}.hero-section .hero__socials{gap:8px}.hero-section .hero__socials .social-icon{width:30px;height:30px}.hero-section .hero__socials .social-icon svg{width:12px;height:12px}.hero-section .hero__right-content{gap:8px}.hero-section .hero__actions{max-width:220px;gap:8px;margin-top:5px}.hero-section .hero__actions .btn{padding:8px 14px;font-size:.8rem}}@media (max-width: 360px){.hero-section .hero__grid{padding:20px 12px}.hero-section .hero__mobile-bg-text{margin:0 0 5px}.hero-section .hero__mobile-bg-text span{font-size:clamp(1.5rem,6vw,2.2rem);letter-spacing:0}.hero-section .hero__skate{height:clamp(18px,3vw,25px)}.hero-section .hero__image-wrapper{max-width:min(220px,45vw)}.hero-section .hero__design-tag{font-size:.9rem}.hero-section .hero__title,.hero-section .hero__title--right,.hero-section .hero__inline-text{font-size:clamp(1.5rem,5vw,2rem)}.hero-section .hero__socials .social-icon{width:28px;height:28px}.hero-section .hero__socials .social-icon svg{width:11px;height:11px}.hero-section .hero__description{font-size:.75rem}.hero-section .hero__actions{max-width:200px}.hero-section .hero__actions .btn{padding:6px 12px;font-size:.75rem}}.footer{background-color:#100d0e;color:#fefefe;padding:5rem 0 2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.footer__container{max-width:1440px;margin:0 auto;padding:0 2rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem}@media (max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 640px){.footer__grid{grid-template-columns:1fr;gap:2rem}}.footer__col--brand{display:flex;flex-direction:column;gap:2rem}@media (max-width: 640px){.footer__col{padding-inline:20px}}.footer__logo{height:120px;width:auto;align-self:flex-start}@media (max-width: 640px){.footer__logo{align-self:center}}.footer__newsletter{max-width:320px}@media (max-width: 640px){.footer__newsletter{max-width:100%;margin:0 auto}}.footer__input-group{display:flex;gap:10px;margin-bottom:.75rem}@media (max-width: 640px){.footer__input-group{justify-content:center}}.footer__input{flex:1;background-color:#1a1a1a;border:none;border-radius:50px;padding:.8rem 1.5rem;color:#fff;font-size:.85rem}.footer__input::placeholder{color:#666}.footer__input:focus{outline:1px solid #fdd715}.footer__submit-btn{background-color:#fdd715;border:none;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:transform .2s}.footer__submit-btn:hover{transform:scale(1.05)}.footer__disclaimer{font-size:.75rem;color:#555;font-style:italic}@media (max-width: 640px){.footer__disclaimer{text-align:center}}.footer__heading{font-size:.9rem;letter-spacing:.1em;margin-bottom:1.5rem;color:#fefefe;font-weight:700}@media (max-width: 640px){.footer__heading{margin-bottom:1rem}}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.75rem}.footer__links a{color:#999;text-decoration:none;font-size:.9rem;transition:color .2s}.footer__links a:hover{color:#fdd715}@media (max-width: 640px){.footer__links li{margin-bottom:.85rem}}.footer__contact-info{color:#999;font-size:.9rem}.footer__contact-info p{margin-bottom:.5rem}@media (max-width: 640px){.footer__contact-info p{margin-bottom:.75rem}}.footer__address{max-width:200px}@media (max-width: 640px){.footer__address{max-width:100%;margin:0 auto}}.footer__socials{display:flex;gap:1rem;margin-top:2rem}@media (max-width: 640px){.footer__socials{justify-content:center;margin-top:1.5rem}}.footer__social-link{width:40px;height:40px;border-radius:50%;border:1px solid #333;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.1rem;transition:all .2s}.footer__social-link:hover{background-color:#fdd715;border-color:#fdd715;color:#000}.footer__divider{border:0;border-top:1px solid #1a1a1a;margin-bottom:2rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem}@media (max-width: 768px){.footer__bottom{flex-direction:column;text-align:center;gap:1.5rem}}.footer__copyright{font-size:.85rem;color:#444}@media (max-width: 640px){.footer__copyright{font-size:.8rem}}.footer__payments{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.footer__payments img{height:24px;width:auto;object-fit:contain;opacity:.9;transition:.3s ease}.footer__payments img:hover{opacity:1;transform:translateY(-2px)}@media (max-width: 480px){.footer{padding:3rem 0 1.5rem}.footer__container{padding:0 1.25rem}.footer__grid{gap:1.75rem;margin-bottom:2.5rem}.footer__logo{height:90px}.footer__heading{font-size:.85rem;letter-spacing:.08em}.footer__links a,.footer__contact-info{font-size:.85rem}.footer__social-link{width:36px;height:36px;font-size:1rem}.footer__submit-btn{width:42px;height:42px}.footer__input{padding:.7rem 1.25rem;font-size:.8rem}.footer__disclaimer{font-size:.7rem}.footer__copyright{font-size:.75rem}.footer__payments img{height:20px}}@media (max-width: 360px){.footer{padding:2.5rem 0 1.25rem}.footer__container{padding:0 1rem}.footer__logo{height:75px}.footer__heading,.footer__links a,.footer__contact-info{font-size:.8rem}.footer__social-link{width:32px;height:32px;font-size:.9rem}.footer__submit-btn{width:38px;height:38px}.footer__input{padding:.6rem 1rem;font-size:.75rem}}
