.coupons-module__DSrDBq__page{width:100%}.coupons-module__DSrDBq__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.coupons-module__DSrDBq__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.coupons-module__DSrDBq__subtitle{color:var(--text-muted);font-size:.9rem}.coupons-module__DSrDBq__addButton{background:var(--primary-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.coupons-module__DSrDBq__addButton:hover{background:var(--dark-red)}.coupons-module__DSrDBq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.coupons-module__DSrDBq__couponCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem;transition:border-color .2s}.coupons-module__DSrDBq__couponCard:hover{border-color:var(--primary-red)}.coupons-module__DSrDBq__couponCard.coupons-module__DSrDBq__inactive{opacity:.6}.coupons-module__DSrDBq__couponHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.coupons-module__DSrDBq__couponCode{color:var(--primary-red);letter-spacing:1px;background:#e539351a;border-radius:6px;padding:.375rem .75rem;font-size:1.1rem;font-weight:700}.coupons-module__DSrDBq__status{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.coupons-module__DSrDBq__status.coupons-module__DSrDBq__active{color:#22c55e;background:#22c55e33}.coupons-module__DSrDBq__status.coupons-module__DSrDBq__disabled{color:#6b7280;background:#6b728033}.coupons-module__DSrDBq__couponValue{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.coupons-module__DSrDBq__couponDetails{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.625rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.coupons-module__DSrDBq__detail{justify-content:space-between;display:flex}.coupons-module__DSrDBq__detailLabel{color:var(--text-muted);font-size:.85rem}.coupons-module__DSrDBq__detailValue{color:var(--text-secondary);font-size:.85rem;font-weight:500}.coupons-module__DSrDBq__detailValue.coupons-module__DSrDBq__expired{color:#ef4444}.coupons-module__DSrDBq__couponActions{gap:.75rem;display:flex}.coupons-module__DSrDBq__editBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;flex:1;padding:.625rem;font-size:.85rem;transition:all .2s}.coupons-module__DSrDBq__editBtn:hover{color:var(--text-primary);background:#ffffff0d}.coupons-module__DSrDBq__toggleBtn{color:var(--primary-red);cursor:pointer;background:#e539351a;border:none;border-radius:6px;flex:1;padding:.625rem;font-size:.85rem;font-weight:500;transition:background .2s}.coupons-module__DSrDBq__toggleBtn:hover{background:#e5393533}.coupons-module__DSrDBq__deleteBtn{border:1px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:6px;padding:.625rem .75rem;font-size:.85rem;transition:all .2s}.coupons-module__DSrDBq__deleteBtn:hover{background:#ef44441a;border-color:#ef4444}.coupons-module__DSrDBq__loading,.coupons-module__DSrDBq__empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.coupons-module__DSrDBq__empty p{margin-bottom:1.5rem;font-size:1.1rem}@media (max-width:640px){.coupons-module__DSrDBq__header{flex-direction:column;gap:1rem}}
.Toast-module__9WWWZG__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;max-width:400px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.Toast-module__9WWWZG__toast{background:var(--surface-dark,#1a1a1a);cursor:pointer;pointer-events:auto;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:transform .2s,opacity .2s;animation:.3s ease-out Toast-module__9WWWZG__slideIn;display:flex;box-shadow:0 8px 32px #0006}.Toast-module__9WWWZG__toast:hover{transform:translate(-4px)}@keyframes Toast-module__9WWWZG__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__9WWWZG__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}.Toast-module__9WWWZG__message{color:var(--text-primary,#fff);flex:1;font-size:.95rem;line-height:1.4}.Toast-module__9WWWZG__close{color:var(--text-muted,#888);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.25rem;transition:background .2s,color .2s;display:flex}.Toast-module__9WWWZG__close:hover{color:var(--text-primary,#fff);background:#ffffff1a}.Toast-module__9WWWZG__success{border-left:4px solid #22c55e}.Toast-module__9WWWZG__success .Toast-module__9WWWZG__icon{color:#22c55e;background:#22c55e33}.Toast-module__9WWWZG__error{border-left:4px solid var(--primary-red,#e53935)}.Toast-module__9WWWZG__error .Toast-module__9WWWZG__icon{color:var(--primary-red,#e53935);background:#e5393533}.Toast-module__9WWWZG__warning{border-left:4px solid #f59e0b}.Toast-module__9WWWZG__warning .Toast-module__9WWWZG__icon{color:#f59e0b;background:#f59e0b33}.Toast-module__9WWWZG__info{border-left:4px solid #3b82f6}.Toast-module__9WWWZG__info .Toast-module__9WWWZG__icon{color:#3b82f6;background:#3b82f633}@media (max-width:480px){.Toast-module__9WWWZG__toastContainer{max-width:none;inset:auto 1rem 1rem}.Toast-module__9WWWZG__toast{width:100%}}
.ConfirmDialog-module__VWZBWG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out ConfirmDialog-module__VWZBWG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmDialog-module__VWZBWG__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmDialog-module__VWZBWG__dialog{background:var(--surface-dark,#1a1a1a);text-align:center;border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:400px;padding:2rem;animation:.3s ease-out ConfirmDialog-module__VWZBWG__slideUp;box-shadow:0 20px 60px #00000080}@keyframes ConfirmDialog-module__VWZBWG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ConfirmDialog-module__VWZBWG__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.75rem;display:flex}.ConfirmDialog-module__VWZBWG__iconWrapper.ConfirmDialog-module__VWZBWG__danger{background:#e5393526}.ConfirmDialog-module__VWZBWG__iconWrapper.ConfirmDialog-module__VWZBWG__warning{background:#f59e0b26}.ConfirmDialog-module__VWZBWG__iconWrapper.ConfirmDialog-module__VWZBWG__info{background:#3b82f626}.ConfirmDialog-module__VWZBWG__title{color:var(--text-primary,#fff);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.ConfirmDialog-module__VWZBWG__message{color:var(--text-secondary,#aaa);margin:0 0 1.75rem;font-size:.95rem;line-height:1.5}.ConfirmDialog-module__VWZBWG__actions{gap:.75rem;display:flex}.ConfirmDialog-module__VWZBWG__cancelBtn,.ConfirmDialog-module__VWZBWG__confirmBtn{cursor:pointer;border-radius:10px;flex:1;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.ConfirmDialog-module__VWZBWG__cancelBtn{color:var(--text-primary,#fff);background:#ffffff0d;border:1px solid #ffffff26}.ConfirmDialog-module__VWZBWG__cancelBtn:hover{background:#ffffff1a;border-color:#ffffff40}.ConfirmDialog-module__VWZBWG__confirmBtn{color:#fff;border:none}.ConfirmDialog-module__VWZBWG__confirmBtn.ConfirmDialog-module__VWZBWG__danger{background:var(--primary-red,#e53935)}.ConfirmDialog-module__VWZBWG__confirmBtn.ConfirmDialog-module__VWZBWG__danger:hover{background:var(--dark-red,#b71c1c)}.ConfirmDialog-module__VWZBWG__confirmBtn.ConfirmDialog-module__VWZBWG__warning{background:#f59e0b}.ConfirmDialog-module__VWZBWG__confirmBtn.ConfirmDialog-module__VWZBWG__warning:hover{background:#d97706}.ConfirmDialog-module__VWZBWG__confirmBtn.ConfirmDialog-module__VWZBWG__info{background:#3b82f6}.ConfirmDialog-module__VWZBWG__confirmBtn.ConfirmDialog-module__VWZBWG__info:hover{background:#2563eb}@media (max-width:480px){.ConfirmDialog-module__VWZBWG__dialog{padding:1.5rem}.ConfirmDialog-module__VWZBWG__actions{flex-direction:column-reverse}}
.Select-module__BWx2JW__selectWrapper{width:100%;position:relative}.Select-module__BWx2JW__select{background:var(--bg-pure-black);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 2.5rem .75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.Select-module__BWx2JW__select:hover{border-color:var(--primary-red)}.Select-module__BWx2JW__select.Select-module__BWx2JW__open{border-color:var(--primary-red);border-radius:8px 8px 0 0}.Select-module__BWx2JW__select.Select-module__BWx2JW__disabled{cursor:not-allowed;pointer-events:none;color:var(--text-muted)}.Select-module__BWx2JW__placeholder{color:var(--text-muted)}.Select-module__BWx2JW__arrow{color:var(--text-muted);pointer-events:none;transition:transform .2s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Select-module__BWx2JW__arrow.Select-module__BWx2JW__open{transform:translateY(-50%)rotate(180deg)}.Select-module__BWx2JW__dropdown{border:1px solid var(--primary-red);z-index:99999;background:#1a1a1a;border-top:none;border-radius:0 0 8px 8px;max-height:250px;animation:.15s ease-out Select-module__BWx2JW__slideDown;overflow-y:auto}@keyframes Select-module__BWx2JW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Select-module__BWx2JW__searchInput{background:var(--bg-pure-black);border:none;border-bottom:1px solid var(--border-subtle);width:100%;color:var(--text-primary);outline:none;padding:.75rem 1rem;font-size:.85rem}.Select-module__BWx2JW__searchInput::placeholder{color:var(--text-muted)}.Select-module__BWx2JW__option{cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1rem;transition:background .15s;display:flex}.Select-module__BWx2JW__option:hover,.Select-module__BWx2JW__option.Select-module__BWx2JW__highlighted{background:#dc26261a}.Select-module__BWx2JW__option.Select-module__BWx2JW__selected{color:var(--primary-red);background:#dc262626}.Select-module__BWx2JW__option:last-child{border-radius:0 0 8px 8px}.Select-module__BWx2JW__checkmark{color:var(--primary-red);margin-left:auto}.Select-module__BWx2JW__noResults{text-align:center;color:var(--text-muted);padding:1rem;font-size:.85rem}.Select-module__BWx2JW__colorDot{border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:16px;height:16px}.Select-module__BWx2JW__dropdown::-webkit-scrollbar{width:6px}.Select-module__BWx2JW__dropdown::-webkit-scrollbar-track{background:var(--bg-pure-black)}.Select-module__BWx2JW__dropdown::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:3px}.Select-module__BWx2JW__dropdown::-webkit-scrollbar-thumb:hover{background:var(--primary-red)}
.ProductWizard-module__ZQGzYq__overlay{z-index:9999;background:#000000fa;justify-content:center;align-items:center;animation:.2s ease-out ProductWizard-module__ZQGzYq__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes ProductWizard-module__ZQGzYq__fadeIn{0%{opacity:0}to{opacity:1}}.ProductWizard-module__ZQGzYq__wizard{background:#0a0a0a;border:1px solid #e53935;border-radius:0;flex-direction:column;width:100%;max-width:1200px;height:100%;max-height:90vh;animation:.3s ease-out ProductWizard-module__ZQGzYq__slideUp;display:flex;overflow:hidden;box-shadow:0 0 60px #e5393526}@media (min-width:768px){.ProductWizard-module__ZQGzYq__wizard{border-radius:12px;width:95%;height:auto;min-height:600px}}@keyframes ProductWizard-module__ZQGzYq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProductWizard-module__ZQGzYq__header{background:linear-gradient(#141414 0%,#0a0a0a 100%);border-bottom:1px solid #e539354d;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ProductWizard-module__ZQGzYq__title{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.35rem;font-weight:700}.ProductWizard-module__ZQGzYq__closeBtn{color:#e53935;cursor:pointer;background:0 0;border:2px solid #e5393566;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:flex}.ProductWizard-module__ZQGzYq__closeBtn:hover{color:#fff;background:#e53935;border-color:#e53935}.ProductWizard-module__ZQGzYq__steps{background:#0d0d0d;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:center;gap:.5rem;padding:1rem 1.5rem;display:flex;overflow-x:auto}.ProductWizard-module__ZQGzYq__step{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.85rem;transition:all .2s;display:flex}.ProductWizard-module__ZQGzYq__step:hover{color:#999;background:#e539351a;border-color:#e539354d}.ProductWizard-module__ZQGzYq__step.ProductWizard-module__ZQGzYq__active{color:#fff;background:#e53935;border-color:#e53935;font-weight:600}.ProductWizard-module__ZQGzYq__step.ProductWizard-module__ZQGzYq__completed{color:#e53935;border-color:#e539354d}.ProductWizard-module__ZQGzYq__stepIcon{font-size:1rem}.ProductWizard-module__ZQGzYq__stepLabel{font-weight:500}@media (max-width:600px){.ProductWizard-module__ZQGzYq__stepLabel{display:none}.ProductWizard-module__ZQGzYq__step{padding:.5rem .75rem}}.ProductWizard-module__ZQGzYq__content{background:#0a0a0a;flex:1;min-height:0;padding:2rem;overflow:visible auto}:is(.ProductWizard-module__ZQGzYq__content .select-dropdown,.ProductWizard-module__ZQGzYq__content [class*=dropdown],.ProductWizard-module__ZQGzYq__content [class*=menu],.ProductWizard-module__ZQGzYq__content [class*=listbox]){z-index:10000}.ProductWizard-module__ZQGzYq__navigation{background:linear-gradient(#0a0a0a 0%,#141414 100%);border-top:1px solid #e539354d;flex-shrink:0;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;display:flex}.ProductWizard-module__ZQGzYq__navBtn{color:#999;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:2px solid #ffffff26;border-radius:6px;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.ProductWizard-module__ZQGzYq__navBtn:hover:not(:disabled){color:#fff;background:#ffffff0d;border-color:#ffffff4d}.ProductWizard-module__ZQGzYq__navBtn:disabled{opacity:.3;cursor:not-allowed}.ProductWizard-module__ZQGzYq__navBtnPrimary{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#e53935;border:2px solid #e53935;border-radius:6px;padding:.875rem 2.5rem;font-size:.9rem;font-weight:700;transition:all .2s}.ProductWizard-module__ZQGzYq__navBtnPrimary:hover:not(:disabled){background:#c62828;border-color:#c62828;box-shadow:0 4px 20px #e5393566}.ProductWizard-module__ZQGzYq__navBtnPrimary:disabled{opacity:.5;cursor:not-allowed}
.MegaMenu-module__smottG__megaMenu{background:var(--bg-rich-black);border-bottom:1px solid var(--border-subtle);z-index:999}.MegaMenu-module__smottG__megaMenu:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-red),transparent);height:1px;position:absolute;top:0;left:0;right:0}.MegaMenu-module__smottG__container{grid-template-columns:repeat(7,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.MegaMenu-module__smottG__column{flex-direction:column;display:flex}.MegaMenu-module__smottG__categoryTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--border-subtle);margin-bottom:.75rem;padding-bottom:.75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s}.MegaMenu-module__smottG__categoryTitle:hover,.MegaMenu-module__smottG__categoryTitle.MegaMenu-module__smottG__featured{color:var(--primary-red)}.MegaMenu-module__smottG__subcategoryList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.MegaMenu-module__smottG__subcategoryLink{color:var(--text-secondary);padding:.25rem 0;font-size:.8125rem;text-decoration:none;transition:all .2s;display:inline-block}.MegaMenu-module__smottG__subcategoryLink:hover{color:var(--text-primary);padding-left:.5rem}.MegaMenu-module__smottG__subcategoryLink.MegaMenu-module__smottG__highlight{color:var(--primary-red);font-weight:600}@media (max-width:1200px){.MegaMenu-module__smottG__container{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (max-width:968px){.MegaMenu-module__smottG__megaMenu{display:none}}
.SearchModal-module__1yomdq__overlay{z-index:1200;background:#000000e6;justify-content:center;align-items:flex-start;padding-top:10vh;animation:.2s SearchModal-module__1yomdq__fadeIn;display:flex;position:fixed;inset:0}@keyframes SearchModal-module__1yomdq__fadeIn{0%{opacity:0}to{opacity:1}}.SearchModal-module__1yomdq__modal{background:var(--bg-charcoal);border:1px solid var(--border-subtle);width:100%;max-width:640px;animation:.2s SearchModal-module__1yomdq__slideDown}@keyframes SearchModal-module__1yomdq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SearchModal-module__1yomdq__searchBar{border-bottom:1px solid var(--border-subtle);color:var(--text-muted);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.SearchModal-module__1yomdq__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1.125rem}.SearchModal-module__1yomdq__input::placeholder{color:var(--text-muted)}.SearchModal-module__1yomdq__clearBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.SearchModal-module__1yomdq__clearBtn:hover{color:var(--text-primary)}.SearchModal-module__1yomdq__closeBtn{background:var(--bg-pure-black);border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;padding:.375rem .625rem;font-size:.6875rem;font-weight:600;transition:all .2s}.SearchModal-module__1yomdq__closeBtn:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.SearchModal-module__1yomdq__results{max-height:60vh;padding:1.5rem;overflow-y:auto}.SearchModal-module__1yomdq__suggestionsTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.75rem;font-weight:600}.SearchModal-module__1yomdq__suggestionsGrid{flex-wrap:wrap;gap:.5rem;display:flex}.SearchModal-module__1yomdq__suggestionBtn{background:var(--bg-pure-black);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.SearchModal-module__1yomdq__suggestionBtn:hover{border-color:var(--primary-red);color:var(--primary-red)}.SearchModal-module__1yomdq__resultsCount{color:var(--text-muted);margin:0 0 1rem;font-size:.8125rem}.SearchModal-module__1yomdq__resultsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.SearchModal-module__1yomdq__resultItem{background:var(--bg-pure-black);border:1px solid var(--border-subtle);gap:.75rem;padding:.75rem;text-decoration:none;transition:all .2s;display:flex}.SearchModal-module__1yomdq__resultItem:hover{border-color:var(--primary-red)}.SearchModal-module__1yomdq__resultImage{background:var(--bg-charcoal);flex-shrink:0;width:60px;height:60px}.SearchModal-module__1yomdq__resultImage img{object-fit:cover;width:100%;height:100%}.SearchModal-module__1yomdq__resultInfo{flex:1;min-width:0}.SearchModal-module__1yomdq__resultName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.875rem;font-weight:500;overflow:hidden}.SearchModal-module__1yomdq__resultPrice{color:var(--text-muted);margin:0;font-size:.8125rem}.SearchModal-module__1yomdq__viewAllBtn{text-align:center;border:1px solid var(--border-subtle);color:var(--text-secondary);background:0 0;margin-top:1rem;padding:.875rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:block}.SearchModal-module__1yomdq__viewAllBtn:hover{border-color:var(--primary-red);color:var(--primary-red)}.SearchModal-module__1yomdq__noResults{text-align:center;padding:2rem}.SearchModal-module__1yomdq__noResults p{color:var(--text-muted);margin:0 0 1rem}.SearchModal-module__1yomdq__browseBtn{background:var(--primary-red);color:#fff;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.SearchModal-module__1yomdq__browseBtn:hover{background:var(--dark-red)}@media (max-width:640px){.SearchModal-module__1yomdq__overlay{padding:0}.SearchModal-module__1yomdq__modal{border:none;max-width:100%;height:100%}.SearchModal-module__1yomdq__resultsGrid{grid-template-columns:1fr}}
.WishlistDropdown-module__eHZvNG__backdrop{z-index:1100;opacity:0;visibility:hidden;background:#0009;transition:all .3s;position:fixed;inset:0}.WishlistDropdown-module__eHZvNG__backdrop.WishlistDropdown-module__eHZvNG__open{opacity:1;visibility:visible}.WishlistDropdown-module__eHZvNG__dropdown{z-index:1101;background:#1a1a1a;flex-direction:column;width:380px;max-width:100%;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.WishlistDropdown-module__eHZvNG__dropdown.WishlistDropdown-module__eHZvNG__open{transform:translate(0)}.WishlistDropdown-module__eHZvNG__header{border-bottom:1px solid var(--border-subtle);background:var(--bg-pure-black);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.WishlistDropdown-module__eHZvNG__title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.WishlistDropdown-module__eHZvNG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.WishlistDropdown-module__eHZvNG__closeBtn:hover{color:var(--text-primary)}.WishlistDropdown-module__eHZvNG__loginPrompt{text-align:center;padding:2rem 1.25rem}.WishlistDropdown-module__eHZvNG__loginPrompt p{color:var(--text-muted);margin:0 0 1rem;font-size:.875rem}.WishlistDropdown-module__eHZvNG__loginBtn{background:var(--primary-red);color:#fff;border-radius:4px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.WishlistDropdown-module__eHZvNG__loginBtn:hover{background:var(--dark-red)}.WishlistDropdown-module__eHZvNG__loading{text-align:center;color:var(--text-muted);padding:2rem;font-size:.875rem}.WishlistDropdown-module__eHZvNG__items{flex-direction:column;flex:auto;min-height:100px;padding:0;display:flex;overflow-y:auto}.WishlistDropdown-module__eHZvNG__item{border-bottom:1px solid var(--border-subtle);gap:12px;padding:12px 16px;visibility:visible!important;opacity:1!important;flex-direction:row!important;align-items:center!important;height:auto!important;min-height:84px!important;display:flex!important}.WishlistDropdown-module__eHZvNG__item:last-child{border-bottom:none}.WishlistDropdown-module__eHZvNG__itemImage{background:#222;border-radius:4px;flex-shrink:0;min-width:60px;min-height:60px;overflow:hidden;width:60px!important;height:60px!important;display:block!important}.WishlistDropdown-module__eHZvNG__itemImage img{object-fit:cover;width:100%;height:100%;display:block}.WishlistDropdown-module__eHZvNG__itemInfo{flex:auto;justify-content:center;min-width:0;flex-direction:column!important;display:flex!important}.WishlistDropdown-module__eHZvNG__itemName{color:#fff;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:block!important}.WishlistDropdown-module__eHZvNG__itemName:hover{color:var(--primary-red)}.WishlistDropdown-module__eHZvNG__itemPrice{color:#dc2626;margin:0;font-size:15px;font-weight:700;display:block!important}.WishlistDropdown-module__eHZvNG__removeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.375rem;font-size:1.125rem;line-height:1;transition:color .2s}.WishlistDropdown-module__eHZvNG__removeBtn:hover{color:#f44336}.WishlistDropdown-module__eHZvNG__moreText{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-subtle);margin:0;padding:.5rem;font-size:.75rem}.WishlistDropdown-module__eHZvNG__footer{border-top:1px solid var(--border-subtle)}.WishlistDropdown-module__eHZvNG__viewAllBtn{background:var(--primary-red);color:#fff;text-align:center;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.WishlistDropdown-module__eHZvNG__viewAllBtn:hover{background:var(--dark-red)}.WishlistDropdown-module__eHZvNG__empty{text-align:center;padding:2rem 1.25rem}.WishlistDropdown-module__eHZvNG__emptyIcon{margin-bottom:.75rem;font-size:2.5rem;display:block}.WishlistDropdown-module__eHZvNG__empty h3{color:var(--text-primary);margin:0 0 .25rem;font-size:.9375rem}.WishlistDropdown-module__eHZvNG__empty p{color:var(--text-muted);margin:0 0 1rem;font-size:.8125rem}.WishlistDropdown-module__eHZvNG__browseBtn{background:var(--primary-red);color:#fff;border-radius:4px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.WishlistDropdown-module__eHZvNG__browseBtn:hover{background:var(--dark-red)}@media (max-width:768px){.WishlistDropdown-module__eHZvNG__backdrop{background:#00000080}.WishlistDropdown-module__eHZvNG__dropdown{border:none;border-left:1px solid var(--border-subtle);border-radius:0;width:100%;max-width:320px;max-height:none;position:fixed;inset:0 0 0 auto}.WishlistDropdown-module__eHZvNG__items{flex:1;max-height:none}}
.Categories-module__HLgGmW__section{background:var(--bg-pure-black);padding:6rem 2rem}.Categories-module__HLgGmW__container{max-width:1400px;margin:0 auto}.Categories-module__HLgGmW__header{text-align:center;margin-bottom:3rem}.Categories-module__HLgGmW__label{letter-spacing:.15em;color:var(--primary-red);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.Categories-module__HLgGmW__title{color:var(--text-primary);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.Categories-module__HLgGmW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Categories-module__HLgGmW__card{background:var(--bg-charcoal);border:1px solid var(--border-subtle);align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.Categories-module__HLgGmW__card:hover{border-color:var(--primary-red);background:var(--bg-elevated);transform:translate(8px)}.Categories-module__HLgGmW__cardIcon{background:#e539351a;border:1px solid #e5393533;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.Categories-module__HLgGmW__cardContent{flex:1}.Categories-module__HLgGmW__cardTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.Categories-module__HLgGmW__cardCount{color:var(--text-muted);font-size:.875rem}.Categories-module__HLgGmW__cardArrow{color:var(--text-muted);transition:all .3s}.Categories-module__HLgGmW__card:hover .Categories-module__HLgGmW__cardArrow{color:var(--primary-red);transform:translate(4px)}@media (max-width:968px){.Categories-module__HLgGmW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.Categories-module__HLgGmW__section{padding:4rem 1rem}.Categories-module__HLgGmW__grid{grid-template-columns:1fr}.Categories-module__HLgGmW__card{padding:1.25rem}.Categories-module__HLgGmW__cardIcon{width:50px;height:50px;font-size:1.25rem}}
.Footer-module__jzjapq__footer{background:var(--bg-rich-black);border-top:1px solid var(--border-subtle)}.Footer-module__jzjapq__container{max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem}.Footer-module__jzjapq__main{border-bottom:1px solid var(--border-subtle);grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;display:grid}.Footer-module__jzjapq__brand{max-width:280px}.Footer-module__jzjapq__logo{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:inline-flex}.Footer-module__jzjapq__logoText{color:var(--text-primary)}.Footer-module__jzjapq__logoAccent{color:var(--primary-red);margin-left:.25rem}.Footer-module__jzjapq__tagline{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.Footer-module__jzjapq__socials{gap:1rem;display:flex}.Footer-module__jzjapq__socialLink{background:var(--bg-charcoal);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__jzjapq__socialLink:hover{background:var(--primary-red);border-color:var(--primary-red);color:var(--text-primary)}.Footer-module__jzjapq__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__jzjapq__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__jzjapq__linkTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.Footer-module__jzjapq__link{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__jzjapq__link:hover{color:var(--primary-red)}.Footer-module__jzjapq__newsletter{max-width:280px}.Footer-module__jzjapq__newsletterText{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.Footer-module__jzjapq__form{flex-direction:column;gap:.75rem;display:flex}.Footer-module__jzjapq__input{background:var(--bg-charcoal);border:1px solid var(--border-subtle);color:var(--text-primary);padding:.875rem 1rem;font-size:.875rem}.Footer-module__jzjapq__input::placeholder{color:var(--text-muted)}.Footer-module__jzjapq__input:focus{border-color:var(--primary-red);outline:none}.Footer-module__jzjapq__submitButton{background:var(--primary-red);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;padding:.875rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.Footer-module__jzjapq__submitButton:hover{background:var(--dark-red)}.Footer-module__jzjapq__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__jzjapq__copyright{color:var(--text-muted);font-size:.75rem}.Footer-module__jzjapq__avaLink{color:var(--primary-red);font-weight:600;text-decoration:none;transition:opacity .2s}.Footer-module__jzjapq__avaLink:hover{opacity:.8;text-decoration:underline}.Footer-module__jzjapq__payments{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Footer-module__jzjapq__paymentIcon{color:var(--text-muted);opacity:.7;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.Footer-module__jzjapq__paymentIcon:hover{opacity:1}@media (max-width:1024px){.Footer-module__jzjapq__main{grid-template-columns:1fr 1fr;gap:3rem}.Footer-module__jzjapq__newsletter{grid-column:1/-1;max-width:100%}.Footer-module__jzjapq__form{flex-direction:row;max-width:400px}.Footer-module__jzjapq__input{flex:1}}@media (max-width:768px){.Footer-module__jzjapq__container{padding:3rem 1.5rem 1.5rem}.Footer-module__jzjapq__main{grid-template-columns:1fr;gap:2.5rem}.Footer-module__jzjapq__brand{text-align:center;max-width:100%}.Footer-module__jzjapq__socials{justify-content:center}.Footer-module__jzjapq__links{text-align:center;grid-template-columns:repeat(3,1fr);gap:1.5rem}.Footer-module__jzjapq__linkGroup{gap:.5rem}.Footer-module__jzjapq__linkTitle{margin-bottom:.25rem;font-size:.75rem}.Footer-module__jzjapq__link{font-size:.8rem}.Footer-module__jzjapq__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__jzjapq__payments{justify-content:center}}@media (max-width:480px){.Footer-module__jzjapq__container{padding:2rem 1rem 1rem}.Footer-module__jzjapq__main{gap:2rem}.Footer-module__jzjapq__logo{font-size:1.25rem}.Footer-module__jzjapq__tagline{font-size:.8rem}.Footer-module__jzjapq__links{grid-template-columns:repeat(3,1fr);gap:1rem}.Footer-module__jzjapq__linkTitle{font-size:.7rem}.Footer-module__jzjapq__link{font-size:.75rem}.Footer-module__jzjapq__form{flex-direction:column;max-width:100%}.Footer-module__jzjapq__payments{gap:.5rem}.Footer-module__jzjapq__paymentIcon svg{width:28px;height:18px}}
.category-module__dnTCKG__page{background:var(--bg-pure-black);min-height:100vh}.category-module__dnTCKG__hero{background:var(--bg-pure-black);border-bottom:1px solid var(--border-subtle);padding-top:70px}.category-module__dnTCKG__heroContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1.25rem 2rem;display:flex}.category-module__dnTCKG__heroLeft{align-items:center;gap:1rem;display:flex}.category-module__dnTCKG__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.category-module__dnTCKG__breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.category-module__dnTCKG__breadcrumb a:hover{color:var(--primary-red)}.category-module__dnTCKG__breadcrumb .category-module__dnTCKG__current{color:var(--text-primary)}.category-module__dnTCKG__title{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.category-module__dnTCKG__productCount{color:var(--text-secondary);margin:0;font-size:.8125rem}.category-module__dnTCKG__container{padding:1.5rem 2rem}.category-module__dnTCKG__mainLayout{align-items:flex-start;gap:2rem;display:flex}.category-module__dnTCKG__sidebar{flex-shrink:0;align-self:flex-start;width:240px;position:sticky;top:90px}.category-module__dnTCKG__contentArea{flex:1;min-width:0}.category-module__dnTCKG__subcategories{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.category-module__dnTCKG__pill{border:1px solid var(--border-subtle);color:var(--text-secondary);background:0 0;border-radius:100px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.category-module__dnTCKG__pill:hover{border-color:var(--text-secondary);color:var(--text-primary)}.category-module__dnTCKG__pillActive{background:var(--primary-red);border-color:var(--primary-red);color:var(--text-primary)}.category-module__dnTCKG__filterSection{border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;padding-bottom:1.5rem}.category-module__dnTCKG__filterSection:last-child{border-bottom:none}.category-module__dnTCKG__filterTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.75rem;font-weight:600}.category-module__dnTCKG__filterOptions{flex-direction:column;gap:.375rem;display:flex}.category-module__dnTCKG__filterOption{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.8125rem;transition:color .2s;display:flex}.category-module__dnTCKG__filterOption:hover{color:var(--text-primary)}.category-module__dnTCKG__filterOption.category-module__dnTCKG__active{color:var(--primary-red)}.category-module__dnTCKG__checkbox{border:1px solid var(--border-subtle);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex}.category-module__dnTCKG__filterOption.category-module__dnTCKG__active .category-module__dnTCKG__checkbox{background:var(--primary-red);border-color:var(--primary-red)}.category-module__dnTCKG__sizeGrid{grid-template-columns:repeat(3,1fr);gap:.375rem;display:grid}.category-module__dnTCKG__sizeBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.5rem;font-size:.75rem;transition:all .2s}.category-module__dnTCKG__sizeBtn:hover{border-color:var(--text-secondary)}.category-module__dnTCKG__sizeBtn.category-module__dnTCKG__active{background:var(--primary-red);border-color:var(--primary-red);color:var(--text-primary)}.category-module__dnTCKG__sortSelect{background:var(--bg-charcoal);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);cursor:pointer;padding:.5rem .75rem;font-size:.8125rem}.category-module__dnTCKG__clearFilters{border:1px solid var(--border-subtle);width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;margin-top:1rem;padding:.625rem;font-size:.75rem;transition:all .2s}.category-module__dnTCKG__clearFilters:hover{border-color:var(--primary-red);color:var(--primary-red)}.category-module__dnTCKG__mobileFilterToggle{background:var(--bg-charcoal);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;display:none}.category-module__dnTCKG__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.category-module__dnTCKG__loading{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.category-module__dnTCKG__spinner{border:3px solid var(--border-subtle);border-top-color:var(--primary-red);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite category-module__dnTCKG__spin}@keyframes category-module__dnTCKG__spin{to{transform:rotate(360deg)}}.category-module__dnTCKG__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.category-module__dnTCKG__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:4rem}.category-module__dnTCKG__empty h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem}.category-module__dnTCKG__empty p{color:var(--text-secondary);margin:0 0 1.5rem}.category-module__dnTCKG__shopAllLink{background:var(--primary-red);color:var(--text-primary);padding:.875rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s}.category-module__dnTCKG__shopAllLink:hover{background:var(--dark-red)}.category-module__dnTCKG__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding-top:100px;display:flex}.category-module__dnTCKG__notFound h1{color:var(--text-primary);margin:0 0 .5rem;font-size:2rem}.category-module__dnTCKG__notFound p{color:var(--text-secondary);margin:0 0 1.5rem}.category-module__dnTCKG__backLink{color:var(--primary-red);font-weight:500;text-decoration:none}.category-module__dnTCKG__backLink:hover{text-decoration:underline}@media (max-width:1400px){.category-module__dnTCKG__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.category-module__dnTCKG__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:968px){.category-module__dnTCKG__sidebar{display:none}.category-module__dnTCKG__mobileFilterToggle{display:flex}.category-module__dnTCKG__grid{grid-template-columns:repeat(2,1fr)}.category-module__dnTCKG__heroContent{padding:1rem}.category-module__dnTCKG__title{font-size:1.25rem}.category-module__dnTCKG__breadcrumb{display:none}}@media (max-width:640px){.category-module__dnTCKG__heroContent,.category-module__dnTCKG__container{padding:1rem}.category-module__dnTCKG__title{font-size:1rem}.category-module__dnTCKG__grid{gap:.75rem}.category-module__dnTCKG__subcategories{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.375rem;padding-bottom:.5rem;overflow-x:auto}.category-module__dnTCKG__pill{white-space:nowrap;flex-shrink:0;padding:.375rem .75rem;font-size:.75rem}}
.CartDrawer-module__BhbubW__backdrop{z-index:1100;opacity:0;visibility:hidden;background:#0009;transition:all .3s;position:fixed;inset:0}.CartDrawer-module__BhbubW__backdrop.CartDrawer-module__BhbubW__open{opacity:1;visibility:visible}.CartDrawer-module__BhbubW__drawer{background:var(--bg-charcoal);z-index:1101;flex-direction:column;width:420px;max-width:100%;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__BhbubW__drawer.CartDrawer-module__BhbubW__open{transform:translate(0)}.CartDrawer-module__BhbubW__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CartDrawer-module__BhbubW__title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.CartDrawer-module__BhbubW__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.CartDrawer-module__BhbubW__closeBtn:hover{color:var(--text-primary)}.CartDrawer-module__BhbubW__items{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__BhbubW__item{border-bottom:1px solid var(--border-subtle);gap:1rem;padding:1rem 0;display:flex}.CartDrawer-module__BhbubW__item:last-child{border-bottom:none}.CartDrawer-module__BhbubW__itemImage{background:var(--bg-pure-black);flex-shrink:0;width:80px;height:80px}.CartDrawer-module__BhbubW__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__BhbubW__itemDetails{flex:1;min-width:0}.CartDrawer-module__BhbubW__itemName{color:var(--text-primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.CartDrawer-module__BhbubW__itemName:hover{color:var(--primary-red)}.CartDrawer-module__BhbubW__itemVariant{color:var(--text-muted);margin:0 0 .75rem;font-size:.8125rem}.CartDrawer-module__BhbubW__itemBottom{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__BhbubW__quantity{border:1px solid var(--border-subtle);align-items:center;gap:.5rem;display:flex}.CartDrawer-module__BhbubW__qtyBtn{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1rem;transition:all .2s}.CartDrawer-module__BhbubW__qtyBtn:hover{color:var(--text-primary);background:#ffffff0d}.CartDrawer-module__BhbubW__qtyValue{text-align:center;min-width:24px;color:var(--text-primary);font-size:.875rem}.CartDrawer-module__BhbubW__itemPrice{color:var(--text-primary);margin:0;font-weight:600}.CartDrawer-module__BhbubW__removeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.25rem;transition:color .2s}.CartDrawer-module__BhbubW__removeBtn:hover{color:#f44336}.CartDrawer-module__BhbubW__footer{border-top:1px solid var(--border-subtle);background:var(--bg-pure-black);padding:1.5rem}.CartDrawer-module__BhbubW__subtotal{color:var(--text-primary);justify-content:space-between;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;display:flex}.CartDrawer-module__BhbubW__shippingNote{color:var(--text-muted);margin:0 0 1rem;font-size:.75rem}.CartDrawer-module__BhbubW__checkoutBtn{background:var(--primary-red);color:#fff;text-align:center;width:100%;margin-bottom:.75rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.CartDrawer-module__BhbubW__checkoutBtn:hover{background:var(--dark-red)}.CartDrawer-module__BhbubW__continueBtn{border:1px solid var(--border-subtle);width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;padding:.75rem;font-size:.875rem;transition:all .2s}.CartDrawer-module__BhbubW__continueBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.CartDrawer-module__BhbubW__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.CartDrawer-module__BhbubW__emptyIcon{margin-bottom:1rem;font-size:4rem}.CartDrawer-module__BhbubW__empty h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem}.CartDrawer-module__BhbubW__empty p{color:var(--text-muted);margin:0 0 1.5rem}.CartDrawer-module__BhbubW__shopBtn{background:var(--primary-red);color:#fff;padding:.875rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s}.CartDrawer-module__BhbubW__shopBtn:hover{background:var(--dark-red)}@media (max-width:480px){.CartDrawer-module__BhbubW__drawer{width:100%}}
.steps-module__5hiSrq__stepContent{padding:.5rem 0}.steps-module__5hiSrq__stepContent h2{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.steps-module__5hiSrq__stepSubtitle{color:#666;margin-bottom:2rem;font-size:.9rem}.steps-module__5hiSrq__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:600px){.steps-module__5hiSrq__formGrid{grid-template-columns:1fr}}.steps-module__5hiSrq__formField{flex-direction:column;gap:.5rem;display:flex}.steps-module__5hiSrq__formFieldFull{grid-column:1/-1}.steps-module__5hiSrq__label{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.steps-module__5hiSrq__required{color:#e53935}.steps-module__5hiSrq__input,.steps-module__5hiSrq__select,.steps-module__5hiSrq__textarea{color:#fff;background:#111;border:1px solid #222;border-radius:6px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.steps-module__5hiSrq__input:focus,.steps-module__5hiSrq__select:focus,.steps-module__5hiSrq__textarea:focus{border-color:#e53935;outline:none;box-shadow:0 0 0 3px #e539351a}.steps-module__5hiSrq__inputLarge{color:#fff;background:#111;border:1px solid #222;border-radius:6px;width:100%;padding:1.25rem 1rem;font-family:inherit;font-size:1.25rem;font-weight:600}.steps-module__5hiSrq__inputLarge:focus{border-color:#e53935;outline:none;box-shadow:0 0 0 3px #e539351a}.steps-module__5hiSrq__inputLarge::placeholder{color:#444;font-weight:400}.steps-module__5hiSrq__textarea{resize:vertical;min-height:120px}.steps-module__5hiSrq__hint{color:#555;font-size:.75rem}.steps-module__5hiSrq__variantsSection{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.steps-module__5hiSrq__sectionTitle{color:#e53935;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.steps-module__5hiSrq__sectionHint{color:#555;margin-bottom:1rem;font-size:.8rem}.steps-module__5hiSrq__sizesGrid,.steps-module__5hiSrq__colorsGrid{flex-wrap:wrap;gap:.75rem;display:flex}.steps-module__5hiSrq__sizeBtn{color:#888;cursor:pointer;background:#111;border:2px solid #222;border-radius:6px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.steps-module__5hiSrq__sizeBtn:hover{color:#ccc;border-color:#444}.steps-module__5hiSrq__sizeBtn.steps-module__5hiSrq__selected{color:#fff;background:#e53935;border-color:#e53935}.steps-module__5hiSrq__colorOption{cursor:pointer;background:#111;border:2px solid #222;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.steps-module__5hiSrq__colorOption:hover{border-color:#444}.steps-module__5hiSrq__colorOption.steps-module__5hiSrq__selected{background:#e539351a;border-color:#e53935}.steps-module__5hiSrq__colorSwatch{border:2px solid #333;border-radius:50%;flex-shrink:0;width:28px;height:28px}.steps-module__5hiSrq__colorName{color:#999;font-size:.9rem;font-weight:500}.steps-module__5hiSrq__imageUpload{text-align:center;cursor:pointer;background:#0d0d0d;border:2px dashed #333;border-radius:8px;padding:3rem 2rem;transition:all .2s}.steps-module__5hiSrq__imageUpload:hover{background:#e539350d;border-color:#e53935}.steps-module__5hiSrq__uploadIcon{margin-bottom:1rem;font-size:2.5rem}.steps-module__5hiSrq__uploadText{color:#888;margin-bottom:.5rem;font-weight:500}.steps-module__5hiSrq__uploadHint{color:#555;font-size:.8rem}.steps-module__5hiSrq__referenceImageContainer{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.steps-module__5hiSrq__baseImagePreview{border:2px solid #e53935;border-radius:8px;width:280px;height:280px;position:relative;overflow:hidden}.steps-module__5hiSrq__previewImg{object-fit:cover;width:100%;height:100%}.steps-module__5hiSrq__referenceBadge{color:#fff;text-transform:uppercase;background:#e53935;border-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.steps-module__5hiSrq__removeBaseImage{color:#e53935;cursor:pointer;background:0 0;border:2px solid #e53935;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.steps-module__5hiSrq__removeBaseImage:hover{color:#fff;background:#e53935}.steps-module__5hiSrq__variantsSummary{color:#e53935;background:#e539351a;border:1px solid #e539354d;border-radius:6px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem;font-size:.9rem;display:flex}.steps-module__5hiSrq__summaryIcon{font-size:1.25rem}.steps-module__5hiSrq__aiGeneratorPanel{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;padding:1.5rem}.steps-module__5hiSrq__aiGenWarning,.steps-module__5hiSrq__aiGenError{color:#e53935;background:#e539351a;border:1px solid #e539354d;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.steps-module__5hiSrq__aiGenField{margin-bottom:1.25rem}.steps-module__5hiSrq__aiGenLabel{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.steps-module__5hiSrq__aiGenSelect{color:#fff;background:#111;border:1px solid #222;border-radius:6px;width:100%;padding:.75rem 1rem;font-size:.9rem}.steps-module__5hiSrq__aiGenColors{flex-wrap:wrap;gap:.5rem;display:flex}.steps-module__5hiSrq__aiGenColorChip{color:#888;background:#111;border:1px solid #222;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.steps-module__5hiSrq__aiGenColorSelected{color:#e53935;background:#e539351a;border:1px solid #e539354d}.steps-module__5hiSrq__checkmark{color:#e53935;font-size:.8rem}.steps-module__5hiSrq__aiGenButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#e53935;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.steps-module__5hiSrq__aiGenButton:hover:not(:disabled){background:#c62828;box-shadow:0 4px 20px #e5393566}.steps-module__5hiSrq__aiGenButton:disabled{opacity:.5;cursor:not-allowed}.steps-module__5hiSrq__aiGenCost{text-align:center;color:#555;margin-top:.75rem;font-size:.75rem}.steps-module__5hiSrq__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite steps-module__5hiSrq__spin}@keyframes steps-module__5hiSrq__spin{to{transform:rotate(360deg)}}.steps-module__5hiSrq__generatedImagesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.steps-module__5hiSrq__generatedImageCard{background:#111;border:2px solid #222;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.steps-module__5hiSrq__generatedImageCard:hover{border-color:#444}.steps-module__5hiSrq__generatedImageCard.steps-module__5hiSrq__primaryImage{border-color:#e53935;box-shadow:0 0 20px #e5393533}.steps-module__5hiSrq__generatedImg{aspect-ratio:1;object-fit:cover;width:100%}.steps-module__5hiSrq__generatedImageLabel{color:#888;background:#0d0d0d;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;display:flex}.steps-module__5hiSrq__primaryBadge{color:#fff;text-transform:uppercase;background:#e53935;border-radius:4px;margin-left:auto;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.steps-module__5hiSrq__setPrimaryBtn{color:#666;cursor:pointer;background:0 0;border:none;border-top:1px solid #222;width:100%;padding:.5rem;font-size:.8rem;transition:all .2s}.steps-module__5hiSrq__setPrimaryBtn:hover{color:#e53935;background:#e539351a}.steps-module__5hiSrq__regenerateBtn{color:#e53935;cursor:pointer;background:0 0;border:2px dashed #e53935;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.steps-module__5hiSrq__regenerateBtn:hover{background:#e539351a}.steps-module__5hiSrq__generatedImagesSection{flex-direction:column;gap:1.5rem;display:flex}.steps-module__5hiSrq__generateMoreSection{background:#111;border:1px solid #222;border-radius:8px;padding:1rem}.steps-module__5hiSrq__generateMoreActions{gap:.75rem;margin-top:1rem;display:flex}.steps-module__5hiSrq__generateMoreActions .steps-module__5hiSrq__aiGenButton{flex:1}.steps-module__5hiSrq__generateMoreActions .steps-module__5hiSrq__regenerateBtn{white-space:nowrap}.steps-module__5hiSrq__aiGenColorDone{background:#1a1a1a!important;border-color:#333!important}.steps-module__5hiSrq__pricingSection{margin-bottom:2rem}.steps-module__5hiSrq__profitMargin{color:#e53935;background:#e539351a;border:1px solid #e539354d;border-radius:6px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}.steps-module__5hiSrq__inventorySection{margin-top:2rem}.steps-module__5hiSrq__inventoryHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.steps-module__5hiSrq__bulkActions{gap:.5rem;display:flex}.steps-module__5hiSrq__bulkInput{color:#fff;background:#111;border:1px solid #222;border-radius:6px;width:120px;padding:.5rem;font-size:.85rem}.steps-module__5hiSrq__bulkBtn{color:#e53935;cursor:pointer;background:0 0;border:2px solid #e53935;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.steps-module__5hiSrq__bulkBtn:hover{color:#fff;background:#e53935}.steps-module__5hiSrq__variantTable{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;overflow-x:auto}.steps-module__5hiSrq__variantTableHeader,.steps-module__5hiSrq__variantTableRow{grid-template-columns:80px repeat(auto-fit,minmax(70px,1fr));display:grid}.steps-module__5hiSrq__variantTableHeader{background:#111;border-bottom:1px solid #1a1a1a}.steps-module__5hiSrq__variantTableCell{color:#888;border-right:1px solid #1a1a1a;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;display:flex}.steps-module__5hiSrq__variantTableCell:last-child{border-right:none}.steps-module__5hiSrq__colorDot{border:1px solid #333;border-radius:50%;flex-shrink:0;width:16px;height:16px}.steps-module__5hiSrq__stockInput{color:#fff;text-align:center;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;padding:.5rem;font-size:.9rem}.steps-module__5hiSrq__stockInput:focus{background:#e539350d;border-color:#e53935;outline:none}.steps-module__5hiSrq__totalStockBar{color:#888;background:#e539350d;border-top:1px solid #1a1a1a;align-items:center;gap:1rem;padding:1rem;font-size:.9rem;display:flex}.steps-module__5hiSrq__totalStockBar strong{color:#e53935}.steps-module__5hiSrq__variantCount{color:#555;font-size:.8rem}.steps-module__5hiSrq__noVariantsWarning{color:#e53935;background:#e539351a;border:1px solid #e539354d;border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.steps-module__5hiSrq__aiSection{margin-bottom:1.5rem}.steps-module__5hiSrq__aiCard{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;overflow:hidden}.steps-module__5hiSrq__aiCardHeader{background:#111;border-bottom:1px solid #1a1a1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}.steps-module__5hiSrq__aiCardTitle{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.steps-module__5hiSrq__aiGenerateBtn{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.steps-module__5hiSrq__aiGenerateBtn:hover{background:#c62828}.steps-module__5hiSrq__aiGenerateBtn:disabled{opacity:.5;cursor:not-allowed}.steps-module__5hiSrq__aiOutput{color:#888;min-height:80px;padding:1rem;line-height:1.6}.steps-module__5hiSrq__aiPlaceholder{color:#444;font-style:italic}.steps-module__5hiSrq__reviewGrid{grid-template-columns:250px 1fr;gap:2rem;display:grid}@media (max-width:700px){.steps-module__5hiSrq__reviewGrid{grid-template-columns:1fr}}.steps-module__5hiSrq__reviewImage{aspect-ratio:1;color:#333;background:#111;border:2px solid #222;border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:4rem;display:flex;overflow:hidden}.steps-module__5hiSrq__reviewImage img{object-fit:cover;width:100%;height:100%}.steps-module__5hiSrq__reviewDetails{flex-direction:column;gap:.5rem;display:flex}.steps-module__5hiSrq__reviewName{color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:700}.steps-module__5hiSrq__reviewCategory{color:#555;text-transform:uppercase;font-size:.9rem}.steps-module__5hiSrq__reviewPrice{color:#e53935;margin:.5rem 0;font-size:2rem;font-weight:700}.steps-module__5hiSrq__reviewMeta{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.steps-module__5hiSrq__metaItem{color:#888;gap:.5rem;font-size:.9rem;display:flex}.steps-module__5hiSrq__metaLabel{color:#555;text-transform:uppercase;font-size:.8rem}
.AddressAutocomplete-module__-yuyDa__input{background:var(--bg-pure-black);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s}.AddressAutocomplete-module__-yuyDa__input:focus{border-color:var(--primary-red);outline:none}.AddressAutocomplete-module__-yuyDa__input:disabled{opacity:.6;cursor:not-allowed}.AddressAutocomplete-module__-yuyDa__input::placeholder{color:var(--text-muted)}.pac-container{background:var(--bg-charcoal);border:1px solid var(--border-subtle);border-radius:0;margin-top:4px;font-family:inherit;box-shadow:0 4px 20px #0006}.pac-item{border-top:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;padding:.75rem 1rem;transition:background .15s}.pac-item:first-child{border-top:none}:is(.pac-item:hover,.pac-item-selected){background:#e539351a}.pac-item-query{color:var(--text-primary);font-size:.9375rem}.pac-matched{color:var(--primary-red);font-weight:600}.pac-icon{display:none}.pac-logo:after{display:none}
.ChatWidget-module__mLRlcW__widget{z-index:1000;font-family:var(--font-primary);position:fixed;bottom:24px;right:24px}.ChatWidget-module__mLRlcW__toggleButton{background:var(--primary-red);color:#fff;cursor:pointer;width:60px;height:60px;box-shadow:var(--glow-red);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.ChatWidget-module__mLRlcW__toggleButton:hover{box-shadow:var(--glow-red-intense);background:var(--accent-red);transform:scale(1.05)}.ChatWidget-module__mLRlcW__toggleButton svg{width:28px;height:28px}.ChatWidget-module__mLRlcW__unreadBadge{color:#fff;background:#22c55e;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.ChatWidget-module__mLRlcW__panel{background:var(--bg-charcoal);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;width:380px;max-height:520px;animation:.2s ease-out ChatWidget-module__mLRlcW__slideUp;display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}@keyframes ChatWidget-module__mLRlcW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__mLRlcW__panelHeader{background:var(--primary-red);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ChatWidget-module__mLRlcW__panelTitle{margin:0;font-size:1rem;font-weight:600}.ChatWidget-module__mLRlcW__closeButton{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px;transition:opacity .2s;display:flex}.ChatWidget-module__mLRlcW__closeButton:hover{opacity:1}.ChatWidget-module__mLRlcW__panelContent{background:var(--bg-charcoal);flex:1;padding:1.25rem;overflow-y:auto}.ChatWidget-module__mLRlcW__topicSelection{flex-direction:column;gap:.75rem;display:flex}.ChatWidget-module__mLRlcW__topicButton{background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.ChatWidget-module__mLRlcW__topicButton:hover{border-color:var(--primary-red);background:var(--bg-rich-black)}.ChatWidget-module__mLRlcW__topicIcon{font-size:1.5rem}.ChatWidget-module__mLRlcW__topicInfo{flex:1}.ChatWidget-module__mLRlcW__topicLabel{color:var(--text-primary);margin:0 0 2px;font-size:.875rem;font-weight:600}.ChatWidget-module__mLRlcW__topicDescription{color:var(--text-muted);margin:0;font-size:.75rem}.ChatWidget-module__mLRlcW__orderSelection{flex-direction:column;gap:.75rem;display:flex}.ChatWidget-module__mLRlcW__backButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;transition:color .2s;display:flex}.ChatWidget-module__mLRlcW__backButton:hover{color:var(--primary-red)}.ChatWidget-module__mLRlcW__sectionTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:.875rem;font-weight:600}.ChatWidget-module__mLRlcW__orderCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;border-radius:12px;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:all .2s;display:flex}.ChatWidget-module__mLRlcW__orderCard:hover{border-color:var(--primary-red)}.ChatWidget-module__mLRlcW__orderImage{object-fit:cover;border-radius:8px;width:50px;height:50px}.ChatWidget-module__mLRlcW__orderInfo{flex:1;min-width:0}.ChatWidget-module__mLRlcW__orderNumber{color:var(--text-primary);margin:0 0 2px;font-size:.8rem;font-weight:600}.ChatWidget-module__mLRlcW__orderItems{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.ChatWidget-module__mLRlcW__orderStatus{background:var(--bg-rich-black);color:var(--text-secondary);border-radius:4px;padding:.125rem .5rem;font-size:.7rem;font-weight:500}.ChatWidget-module__mLRlcW__noOrders{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:.875rem}.ChatWidget-module__mLRlcW__chatView{flex-direction:column;height:100%;display:flex}.ChatWidget-module__mLRlcW__chatBackHeader{border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated);padding:.5rem 1rem}.ChatWidget-module__mLRlcW__messagesContainer{background:var(--bg-charcoal);flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ChatWidget-module__mLRlcW__message{border-radius:16px;max-width:80%;padding:.625rem .875rem;font-size:.875rem;line-height:1.4}.ChatWidget-module__mLRlcW__messageUser{background:var(--primary-red);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__mLRlcW__messageAdmin{background:var(--bg-elevated);color:var(--text-primary);border-bottom-left-radius:4px;align-self:flex-start}.ChatWidget-module__mLRlcW__messageTime{opacity:.7;margin-top:.25rem;font-size:.625rem}.ChatWidget-module__mLRlcW__inputContainer{border-top:1px solid var(--border-subtle);background:var(--bg-charcoal);gap:.5rem;padding:.75rem 1rem;display:flex}.ChatWidget-module__mLRlcW__messageInput{border:1px solid var(--border-subtle);background:var(--bg-pure-black);color:var(--text-primary);border-radius:24px;outline:none;flex:1;padding:.625rem .875rem;font-size:.875rem;transition:border-color .2s}.ChatWidget-module__mLRlcW__messageInput:focus{border-color:var(--primary-red)}.ChatWidget-module__mLRlcW__sendButton{background:var(--primary-red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ChatWidget-module__mLRlcW__sendButton:hover{background:var(--accent-red);box-shadow:var(--glow-red)}.ChatWidget-module__mLRlcW__sendButton:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__mLRlcW__sendButton svg{width:18px;height:18px}.ChatWidget-module__mLRlcW__conversationList{flex-direction:column;gap:.5rem;display:flex}.ChatWidget-module__mLRlcW__conversationCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;border-radius:12px;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.ChatWidget-module__mLRlcW__conversationCard:hover{border-color:var(--primary-red)}.ChatWidget-module__mLRlcW__conversationCardUnread{border-color:var(--primary-red);background:#e539351a}.ChatWidget-module__mLRlcW__conversationIcon{font-size:1.5rem}.ChatWidget-module__mLRlcW__conversationInfo{flex:1;min-width:0}.ChatWidget-module__mLRlcW__conversationTopic{color:var(--text-primary);margin:0 0 2px;font-size:.8rem;font-weight:600}.ChatWidget-module__mLRlcW__conversationPreview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.ChatWidget-module__mLRlcW__newConversationButton{background:var(--primary-red);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.ChatWidget-module__mLRlcW__newConversationButton:hover{background:var(--accent-red);box-shadow:var(--glow-red)}.ChatWidget-module__mLRlcW__loginPrompt{text-align:center;padding:2rem 1.25rem}.ChatWidget-module__mLRlcW__loginPrompt p{color:var(--text-muted);margin:0 0 1rem;font-size:.875rem}.ChatWidget-module__mLRlcW__loginButton{background:var(--primary-red);color:#fff;border-radius:8px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.ChatWidget-module__mLRlcW__loginButton:hover{background:var(--accent-red);box-shadow:var(--glow-red)}@media (max-width:480px){.ChatWidget-module__mLRlcW__widget{bottom:16px;right:16px}.ChatWidget-module__mLRlcW__panel{background:var(--bg-charcoal);width:calc(100vw - 32px);max-height:70vh;bottom:68px}}
.addresses-module__yzJE6W__page{width:100%}.addresses-module__yzJE6W__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.addresses-module__yzJE6W__title{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.addresses-module__yzJE6W__addBtn{background:var(--primary-red);color:#fff;cursor:pointer;border:none;padding:.625rem 1.25rem;font-weight:600;transition:background .2s}.addresses-module__yzJE6W__addBtn:hover{background:var(--dark-red)}.addresses-module__yzJE6W__message{margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.addresses-module__yzJE6W__message.addresses-module__yzJE6W__success{color:#4caf50;background:#4caf501a;border:1px solid #4caf50}.addresses-module__yzJE6W__message.addresses-module__yzJE6W__error{border:1px solid var(--primary-red);color:var(--primary-red);background:#e539351a}.addresses-module__yzJE6W__formCard{background:var(--bg-charcoal);border:1px solid var(--border-subtle);padding:1.5rem}.addresses-module__yzJE6W__formTitle{color:var(--text-primary);margin:0 0 1.25rem;font-size:1.125rem;font-weight:600}.addresses-module__yzJE6W__form{flex-direction:column;gap:1rem;display:flex}.addresses-module__yzJE6W__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.addresses-module__yzJE6W__field{flex-direction:column;gap:.375rem;display:flex}.addresses-module__yzJE6W__label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.addresses-module__yzJE6W__hint{color:var(--text-muted);font-size:.75rem;font-weight:400}.addresses-module__yzJE6W__input{background:var(--bg-pure-black);border:1px solid var(--border-subtle);color:var(--text-primary);padding:.75rem 1rem;font-size:.9375rem}.addresses-module__yzJE6W__input:focus{border-color:var(--primary-red);outline:none}.addresses-module__yzJE6W__checkboxes{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.addresses-module__yzJE6W__checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.addresses-module__yzJE6W__checkbox input{accent-color:var(--primary-red)}.addresses-module__yzJE6W__actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.addresses-module__yzJE6W__cancelBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.75rem 1.25rem}.addresses-module__yzJE6W__cancelBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.addresses-module__yzJE6W__saveBtn{background:var(--primary-red);color:#fff;cursor:pointer;border:none;padding:.75rem 1.25rem;font-weight:600}.addresses-module__yzJE6W__saveBtn:hover:not(:disabled){background:var(--dark-red)}.addresses-module__yzJE6W__saveBtn:disabled{opacity:.7;cursor:not-allowed}.addresses-module__yzJE6W__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.addresses-module__yzJE6W__addressCard{background:var(--bg-charcoal);border:1px solid var(--border-subtle);padding:1.25rem;position:relative}.addresses-module__yzJE6W__defaultBadge{background:var(--primary-red);color:#fff;text-transform:uppercase;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.addresses-module__yzJE6W__addressLabel{color:var(--text-primary);margin:0 0 .75rem;font-weight:600}.addresses-module__yzJE6W__addressName{color:var(--text-primary);margin:0 0 .25rem}.addresses-module__yzJE6W__addressLine{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.4}.addresses-module__yzJE6W__addressPhone{color:var(--text-muted);margin:.75rem 0 0;font-size:.8125rem}.addresses-module__yzJE6W__cardActions{border-top:1px solid var(--border-subtle);gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.addresses-module__yzJE6W__editLink,.addresses-module__yzJE6W__deleteLink{cursor:pointer;background:0 0;border:none;font-size:.8125rem;transition:color .2s}.addresses-module__yzJE6W__editLink{color:var(--text-secondary)}.addresses-module__yzJE6W__editLink:hover{color:var(--primary-red)}.addresses-module__yzJE6W__deleteLink{color:var(--text-muted)}.addresses-module__yzJE6W__deleteLink:hover{color:#f44336}.addresses-module__yzJE6W__empty{background:var(--bg-charcoal);border:1px solid var(--border-subtle);text-align:center;padding:3rem}.addresses-module__yzJE6W__emptyIcon{margin-bottom:1rem;font-size:3rem;display:block}.addresses-module__yzJE6W__empty p{color:var(--text-muted);margin:0 0 1.5rem}@media (max-width:640px){.addresses-module__yzJE6W__row{grid-template-columns:1fr}}
.categories-module__onCB_q__page{width:100%}.categories-module__onCB_q__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.categories-module__onCB_q__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.categories-module__onCB_q__subtitle{color:var(--text-muted);font-size:.9rem}.categories-module__onCB_q__addButton{background:var(--primary-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.categories-module__onCB_q__addButton:hover{background:var(--dark-red)}.categories-module__onCB_q__categoriesList{flex-direction:column;gap:1rem;display:flex}.categories-module__onCB_q__categoryCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden}.categories-module__onCB_q__categoryHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.categories-module__onCB_q__categoryHeader:hover{background:#ffffff05}.categories-module__onCB_q__categoryInfo{align-items:center;gap:1rem;display:flex}.categories-module__onCB_q__categoryIcon{background:var(--primary-red);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex}.categories-module__onCB_q__categoryName{color:var(--text-primary);margin-bottom:.125rem;font-size:1rem;font-weight:600}.categories-module__onCB_q__subcategoryCount{color:var(--text-muted);font-size:.8rem}.categories-module__onCB_q__categoryActions{align-items:center;gap:.5rem;display:flex}.categories-module__onCB_q__actionBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem;transition:all .2s}.categories-module__onCB_q__actionBtn:hover{color:var(--text-primary);background:#ffffff0d}.categories-module__onCB_q__expandBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:transform .2s}.categories-module__onCB_q__expandBtn.categories-module__onCB_q__expanded{transform:rotate(180deg)}.categories-module__onCB_q__subcategories{border-top:1px solid var(--border-subtle);margin-top:0;padding:0 1.5rem 1.25rem}.categories-module__onCB_q__subcategoryItem{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;margin-top:.75rem;padding:.875rem 1rem;display:flex}.categories-module__onCB_q__subcategoryName{color:var(--text-secondary);font-size:.9rem}.categories-module__onCB_q__subcategoryActions{gap:.25rem;display:flex}.categories-module__onCB_q__smallActionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.375rem;transition:color .2s}.categories-module__onCB_q__smallActionBtn:hover{color:var(--text-primary)}.categories-module__onCB_q__visibilityBtn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem;transition:all .2s}.categories-module__onCB_q__visibilityBtn:hover{background:#ffffff0d}.categories-module__onCB_q__visibilityBtn.categories-module__onCB_q__visible{color:#22c55e;border-color:#22c55e4d}.categories-module__onCB_q__smallVisibilityBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.375rem;transition:color .2s}.categories-module__onCB_q__smallVisibilityBtn:hover{color:var(--text-primary)}.categories-module__onCB_q__smallVisibilityBtn.categories-module__onCB_q__visible{color:#22c55e}.categories-module__onCB_q__categoryCard.categories-module__onCB_q__hidden{opacity:.5}.categories-module__onCB_q__categoryCard.categories-module__onCB_q__hidden .categories-module__onCB_q__categoryIcon{background:var(--text-muted)}.categories-module__onCB_q__subcategoryItem.categories-module__onCB_q__hidden{opacity:.5}.categories-module__onCB_q__loading{text-align:center;color:var(--text-muted);padding:4rem 2rem}.categories-module__onCB_q__addSubcategory{border:1px dashed var(--border-subtle);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem;font-size:.85rem;transition:all .2s;display:flex}.categories-module__onCB_q__addSubcategory:hover{border-color:var(--primary-red);color:var(--primary-red)}@media (max-width:640px){.categories-module__onCB_q__header{flex-direction:column;gap:1rem}}
.products-module__ZhZDJG__page{width:100%}.products-module__ZhZDJG__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.products-module__ZhZDJG__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.products-module__ZhZDJG__subtitle{color:var(--text-muted);font-size:.9rem}.products-module__ZhZDJG__addButton{background:var(--primary-red);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.products-module__ZhZDJG__addButton:hover{background:var(--dark-red)}.products-module__ZhZDJG__filters{gap:1rem;margin-bottom:1.5rem;display:flex}.products-module__ZhZDJG__searchWrapper{flex:1;max-width:400px;position:relative}.products-module__ZhZDJG__searchWrapper svg{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.products-module__ZhZDJG__searchInput{background:var(--bg-card);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);border-radius:8px;padding:.75rem 1rem .75rem 2.75rem;font-size:.9rem}.products-module__ZhZDJG__searchInput:focus{border-color:var(--primary-red);outline:none}.products-module__ZhZDJG__select{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.products-module__ZhZDJG__tableWrapper{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden}.products-module__ZhZDJG__table{border-collapse:collapse;width:100%}.products-module__ZhZDJG__table th,.products-module__ZhZDJG__table td{text-align:left;padding:1rem 1.25rem;font-size:.875rem}.products-module__ZhZDJG__table th{color:var(--text-muted);border-bottom:1px solid var(--border-subtle);background:#0003;font-weight:500}.products-module__ZhZDJG__table td{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle)}.products-module__ZhZDJG__table tr:last-child td{border-bottom:none}.products-module__ZhZDJG__productCell{align-items:center;gap:1rem;display:flex}.products-module__ZhZDJG__productImage{background:var(--bg-pure-black);border-radius:8px;width:48px;height:48px;overflow:hidden}.products-module__ZhZDJG__productImage img{object-fit:cover;width:100%;height:100%}.products-module__ZhZDJG__productName{color:var(--text-primary);margin-bottom:.125rem;font-weight:600}.products-module__ZhZDJG__productSku{color:var(--text-muted);font-family:monospace;font-size:.75rem}.products-module__ZhZDJG__category{text-transform:capitalize}.products-module__ZhZDJG__price{font-weight:600;color:var(--text-primary)!important}.products-module__ZhZDJG__stock{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.products-module__ZhZDJG__inStock{color:#22c55e;background:#22c55e33}.products-module__ZhZDJG__outOfStock{color:#ef4444;background:#ef444433}.products-module__ZhZDJG__statusGroup{flex-direction:column;gap:.35rem;display:flex}.products-module__ZhZDJG__statusBtn{cursor:pointer;text-transform:capitalize;text-align:center;border:none;border-radius:12px;min-width:60px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;transition:all .2s}.products-module__ZhZDJG__statusBtn:hover{filter:brightness(1.2);transform:scale(1.05)}.products-module__ZhZDJG__statusBtn:disabled{cursor:not-allowed;opacity:.7}.products-module__ZhZDJG__statusActive{color:#22c55e;background:#22c55e33}.products-module__ZhZDJG__statusActive:hover{color:#ef4444;background:#ef444433}.products-module__ZhZDJG__statusDraft{color:var(--text-muted);background:#ffffff1a}.products-module__ZhZDJG__statusDraft:hover{color:#22c55e;background:#22c55e33}.products-module__ZhZDJG__statusVisible{color:#3b82f6;background:#3b82f633}.products-module__ZhZDJG__statusVisible:hover,.products-module__ZhZDJG__statusHidden{color:var(--text-muted);background:#ffffff1a}.products-module__ZhZDJG__statusHidden:hover{color:#3b82f6;background:#3b82f633}.products-module__ZhZDJG__actions{gap:.5rem;display:flex}.products-module__ZhZDJG__actionBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.products-module__ZhZDJG__actionBtn:hover{color:var(--text-primary);background:#ffffff0d}.products-module__ZhZDJG__actionBtn:disabled{opacity:.5;cursor:not-allowed}.products-module__ZhZDJG__refreshBtn{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;border-radius:8px;padding:.75rem 1rem;font-size:1rem}.products-module__ZhZDJG__refreshBtn:hover{background:#ffffff0d}.products-module__ZhZDJG__loading{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:4rem 2rem}.products-module__ZhZDJG__empty{text-align:center;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:4rem 2rem}.products-module__ZhZDJG__empty p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.products-module__ZhZDJG__empty .products-module__ZhZDJG__addButton{display:inline-flex}.products-module__ZhZDJG__noImage{justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}@media (max-width:768px){.products-module__ZhZDJG__header{flex-direction:column;gap:1rem}.products-module__ZhZDJG__filters{flex-direction:column}.products-module__ZhZDJG__searchWrapper{max-width:100%}}
.settings-module__QYPqeW__page{width:100%;max-width:800px}.settings-module__QYPqeW__header{margin-bottom:2rem}.settings-module__QYPqeW__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.settings-module__QYPqeW__subtitle{color:var(--text-muted);font-size:.9rem}.settings-module__QYPqeW__sections{flex-direction:column;gap:2rem;display:flex}.settings-module__QYPqeW__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.settings-module__QYPqeW__subTitle{color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:500}.settings-module__QYPqeW__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.settings-module__QYPqeW__field{flex-direction:column;gap:.5rem;display:flex}.settings-module__QYPqeW__fieldSmall{flex-direction:column;flex:1;gap:.5rem;display:flex}.settings-module__QYPqeW__label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.settings-module__QYPqeW__input,.settings-module__QYPqeW__select{background:var(--bg-pure-black);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.9rem}.settings-module__QYPqeW__input:focus,.settings-module__QYPqeW__select:focus{border-color:var(--primary-red);outline:none}.settings-module__QYPqeW__input:disabled{opacity:.5;cursor:not-allowed}.settings-module__QYPqeW__hint{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.settings-module__QYPqeW__divider{background:var(--border-subtle);height:1px;margin:.5rem 0}.settings-module__QYPqeW__toggleField{flex-direction:column;gap:.25rem;display:flex}.settings-module__QYPqeW__toggleLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.settings-module__QYPqeW__toggleLabel input{display:none}.settings-module__QYPqeW__toggleSwitch{background:var(--border-subtle);border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.settings-module__QYPqeW__toggleSwitch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.settings-module__QYPqeW__toggleLabel input:checked+.settings-module__QYPqeW__toggleSwitch{background:var(--primary-red)}.settings-module__QYPqeW__toggleLabel input:checked+.settings-module__QYPqeW__toggleSwitch:after{transform:translate(18px)}.settings-module__QYPqeW__shippingOption{background:#0003;border-radius:8px;padding:1rem}.settings-module__QYPqeW__shippingHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.settings-module__QYPqeW__shippingName{color:var(--text-primary);font-size:.9rem;font-weight:500}.settings-module__QYPqeW__shippingFields{gap:1rem;display:flex}.settings-module__QYPqeW__statusRow{background:#0003;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.settings-module__QYPqeW__apiLabel{color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem;font-weight:500}.settings-module__QYPqeW__apiStatus{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.settings-module__QYPqeW__statusDot{background:#22c55e;border-radius:50%;width:6px;height:6px}.settings-module__QYPqeW__statusPending{background:#f59e0b}.settings-module__QYPqeW__actions{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:2rem}.settings-module__QYPqeW__saveBtn{background:var(--primary-red);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s}.settings-module__QYPqeW__saveBtn:hover{background:var(--dark-red)}.settings-module__QYPqeW__saveBtn:disabled{opacity:.7;cursor:not-allowed}
.categories-module__JT3Pxa__page{background:var(--bg-pure-black);min-height:100vh;padding-top:100px}.categories-module__JT3Pxa__container{max-width:1400px;margin:0 auto;padding:2rem}.categories-module__JT3Pxa__header{text-align:center;margin-bottom:3rem}.categories-module__JT3Pxa__title{color:var(--text-primary);margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.categories-module__JT3Pxa__subtitle{color:var(--text-secondary);margin:0;font-size:1rem}.categories-module__JT3Pxa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.categories-module__JT3Pxa__card{background:var(--bg-charcoal);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.categories-module__JT3Pxa__card:hover{border-color:var(--primary-red);transform:translateY(-4px);box-shadow:0 20px 40px #e5393526}.categories-module__JT3Pxa__cardVisual{aspect-ratio:16/9;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.categories-module__JT3Pxa__cardEmoji{filter:grayscale(.2);font-size:4rem;transition:transform .3s}.categories-module__JT3Pxa__card:hover .categories-module__JT3Pxa__cardEmoji{transform:scale(1.2)}.categories-module__JT3Pxa__cardContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.categories-module__JT3Pxa__cardTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.categories-module__JT3Pxa__subcategoryList{flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.categories-module__JT3Pxa__subcategoryList li{color:var(--text-secondary);background:var(--bg-rich-black);border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.categories-module__JT3Pxa__subcategoryList .categories-module__JT3Pxa__more{color:var(--text-muted);background:0 0}.categories-module__JT3Pxa__cardCta{color:var(--primary-red);align-items:center;gap:.5rem;margin-top:auto;font-size:.875rem;font-weight:600;transition:gap .2s;display:flex}.categories-module__JT3Pxa__card:hover .categories-module__JT3Pxa__cardCta{gap:.75rem}@media (max-width:1024px){.categories-module__JT3Pxa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.categories-module__JT3Pxa__container{padding:1rem}.categories-module__JT3Pxa__title{font-size:1.75rem}.categories-module__JT3Pxa__grid{grid-template-columns:1fr}.categories-module__JT3Pxa__cardEmoji{font-size:3rem}}
.checkout-module__Rf_HXW__page{background:var(--bg-pure-black);min-height:100vh;padding:100px 2rem 4rem}.checkout-module__Rf_HXW__container{max-width:1200px;margin:0 auto}.checkout-module__Rf_HXW__title{color:var(--text-primary);margin:0 0 2rem;font-size:2rem;font-weight:700}.checkout-module__Rf_HXW__layout{grid-template-columns:1fr 400px;align-items:start;gap:2rem;display:grid}.checkout-module__Rf_HXW__steps{gap:1rem;margin-bottom:2rem;display:flex}.checkout-module__Rf_HXW__step{background:var(--bg-charcoal);border:1px solid var(--border-subtle);color:var(--text-muted);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.checkout-module__Rf_HXW__step.checkout-module__Rf_HXW__active{border-color:var(--primary-red);color:var(--primary-red)}.checkout-module__Rf_HXW__step.checkout-module__Rf_HXW__completed{color:#4caf50;border-color:#4caf50}.checkout-module__Rf_HXW__stepNumber{background:var(--bg-pure-black);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex}.checkout-module__Rf_HXW__step.checkout-module__Rf_HXW__active .checkout-module__Rf_HXW__stepNumber{background:var(--primary-red);color:#fff}.checkout-module__Rf_HXW__step.checkout-module__Rf_HXW__completed .checkout-module__Rf_HXW__stepNumber{color:#fff;background:#4caf50}.checkout-module__Rf_HXW__formSection{background:var(--bg-charcoal);border:1px solid var(--border-subtle);padding:1.5rem}.checkout-module__Rf_HXW__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.checkout-module__Rf_HXW__form{flex-direction:column;gap:1rem;display:flex}.checkout-module__Rf_HXW__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-module__Rf_HXW__field{flex-direction:column;gap:.375rem;display:flex}.checkout-module__Rf_HXW__field.checkout-module__Rf_HXW__full{grid-column:1/-1}.checkout-module__Rf_HXW__label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.checkout-module__Rf_HXW__hint{color:var(--text-muted);font-size:.75rem;font-weight:400}.checkout-module__Rf_HXW__input,.checkout-module__Rf_HXW__select{background:var(--bg-pure-black);border:1px solid var(--border-subtle);color:var(--text-primary);padding:.75rem;font-size:.9375rem;transition:border-color .2s}.checkout-module__Rf_HXW__input:focus,.checkout-module__Rf_HXW__select:focus{border-color:var(--primary-red);outline:none}.checkout-module__Rf_HXW__input::placeholder{color:var(--text-muted)}.checkout-module__Rf_HXW__select{cursor:pointer}.checkout-module__Rf_HXW__error{color:#f44336;font-size:.75rem}.checkout-module__Rf_HXW__contactInfo{border:1px solid var(--border-subtle);background:#e539350d;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.checkout-module__Rf_HXW__contactAvatar{background:var(--primary-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.checkout-module__Rf_HXW__contactDetails{flex:1}.checkout-module__Rf_HXW__contactName{color:var(--text-primary);font-size:.9375rem;font-weight:600}.checkout-module__Rf_HXW__contactEmail{color:var(--text-muted);font-size:.8125rem}.checkout-module__Rf_HXW__shippingOptions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.checkout-module__Rf_HXW__shippingOption{background:var(--bg-pure-black);border:1px solid var(--border-subtle);cursor:pointer;align-items:center;gap:1rem;padding:1rem;transition:border-color .2s;display:flex}.checkout-module__Rf_HXW__shippingOption:hover{border-color:var(--text-muted)}.checkout-module__Rf_HXW__shippingOption.checkout-module__Rf_HXW__selected{border-color:var(--primary-red)}.checkout-module__Rf_HXW__shippingRadio{border:2px solid var(--border-subtle);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.checkout-module__Rf_HXW__shippingOption.checkout-module__Rf_HXW__selected .checkout-module__Rf_HXW__shippingRadio{border-color:var(--primary-red)}.checkout-module__Rf_HXW__shippingOption.checkout-module__Rf_HXW__selected .checkout-module__Rf_HXW__shippingRadio:after{content:"";background:var(--primary-red);border-radius:50%;width:10px;height:10px}.checkout-module__Rf_HXW__shippingInfo{flex:1}.checkout-module__Rf_HXW__shippingName{color:var(--text-primary);font-size:.9375rem;font-weight:600}.checkout-module__Rf_HXW__shippingTime{color:var(--text-muted);font-size:.8125rem}.checkout-module__Rf_HXW__shippingPrice{color:var(--text-primary);font-weight:600}.checkout-module__Rf_HXW__paymentMethods{flex-direction:column;gap:.75rem;display:flex}.checkout-module__Rf_HXW__paymentMethod{background:var(--bg-pure-black);border:1px solid var(--border-subtle);cursor:pointer;align-items:center;gap:1rem;padding:1rem;display:flex}.checkout-module__Rf_HXW__paymentMethod:hover{border-color:var(--text-muted)}.checkout-module__Rf_HXW__paymentMethod.checkout-module__Rf_HXW__selected{border-color:var(--primary-red)}.checkout-module__Rf_HXW__paymentRadio{border:2px solid var(--border-subtle);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.checkout-module__Rf_HXW__paymentMethod.checkout-module__Rf_HXW__selected .checkout-module__Rf_HXW__paymentRadio{border-color:var(--primary-red)}.checkout-module__Rf_HXW__paymentMethod.checkout-module__Rf_HXW__selected .checkout-module__Rf_HXW__paymentRadio:after{content:"";background:var(--primary-red);border-radius:50%;width:10px;height:10px}.checkout-module__Rf_HXW__paymentInfo{flex:1;align-items:center;gap:.75rem;display:flex}.checkout-module__Rf_HXW__paymentIcon{font-size:1.5rem}.checkout-module__Rf_HXW__paymentName{color:var(--text-primary);font-weight:600}.checkout-module__Rf_HXW__cardForm{background:var(--bg-pure-black);border:1px solid var(--border-subtle);margin-top:1rem;padding:1rem}.checkout-module__Rf_HXW__navButtons{gap:1rem;margin-top:2rem;display:flex}.checkout-module__Rf_HXW__backBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s}.checkout-module__Rf_HXW__backBtn:hover{border-color:var(--text-muted);color:var(--text-primary)}.checkout-module__Rf_HXW__nextBtn,.checkout-module__Rf_HXW__placeOrderBtn{background:var(--primary-red);color:#fff;cursor:pointer;border:none;flex:1;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.checkout-module__Rf_HXW__nextBtn:hover,.checkout-module__Rf_HXW__placeOrderBtn:hover{background:var(--dark-red)}.checkout-module__Rf_HXW__nextBtn:disabled,.checkout-module__Rf_HXW__placeOrderBtn:disabled{opacity:.5;cursor:not-allowed}.checkout-module__Rf_HXW__summarySection{position:sticky;top:100px}.checkout-module__Rf_HXW__summary{background:var(--bg-charcoal);border:1px solid var(--border-subtle);padding:1.5rem}.checkout-module__Rf_HXW__summaryTitle{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);margin:0 0 1rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.checkout-module__Rf_HXW__summaryItems{border-bottom:1px solid var(--border-subtle);max-height:300px;margin-bottom:1rem;padding-bottom:1rem;overflow-y:auto}.checkout-module__Rf_HXW__summaryItem{gap:.75rem;padding:.5rem 0;display:flex}.checkout-module__Rf_HXW__summaryItemImage{background:var(--bg-pure-black);flex-shrink:0;width:50px;height:50px;position:relative}.checkout-module__Rf_HXW__summaryItemImage img{object-fit:cover;width:100%;height:100%}.checkout-module__Rf_HXW__summaryItemQty{background:var(--primary-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6875rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.checkout-module__Rf_HXW__summaryItemInfo{flex:1;min-width:0}.checkout-module__Rf_HXW__summaryItemName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.checkout-module__Rf_HXW__summaryItemVariant{color:var(--text-muted);font-size:.75rem}.checkout-module__Rf_HXW__summaryItemPrice{color:var(--text-primary);text-align:right;font-size:.875rem;font-weight:600}.checkout-module__Rf_HXW__summaryLine{color:var(--text-secondary);justify-content:space-between;padding:.375rem 0;font-size:.9375rem;display:flex}.checkout-module__Rf_HXW__summaryLine.checkout-module__Rf_HXW__discount{color:#4caf50}.checkout-module__Rf_HXW__summaryLine.checkout-module__Rf_HXW__total{border-top:1px solid var(--border-subtle);color:var(--text-primary);margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:700}.checkout-module__Rf_HXW__couponSection{border-bottom:1px solid var(--border-subtle);margin-bottom:.5rem;padding:1rem 0}.checkout-module__Rf_HXW__couponInput{gap:.5rem;display:flex}.checkout-module__Rf_HXW__couponField{background:var(--bg-pure-black);border:1px solid var(--border-subtle);color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;flex:1;padding:.625rem .75rem;font-size:.875rem}.checkout-module__Rf_HXW__couponField::placeholder{text-transform:none;letter-spacing:normal}.checkout-module__Rf_HXW__couponField:focus{border-color:var(--primary-red);outline:none}.checkout-module__Rf_HXW__applyCouponBtn{border:1px solid var(--primary-red);color:var(--primary-red);cursor:pointer;background:0 0;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.checkout-module__Rf_HXW__applyCouponBtn:hover:not(:disabled){background:var(--primary-red);color:#fff}.checkout-module__Rf_HXW__applyCouponBtn:disabled{opacity:.5;cursor:not-allowed}.checkout-module__Rf_HXW__appliedCoupon{background:#4caf501a;border:1px solid #4caf504d;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.checkout-module__Rf_HXW__couponInfo{flex-direction:column;gap:.25rem;display:flex}.checkout-module__Rf_HXW__couponCode{color:#4caf50;font-size:.875rem;font-weight:600}.checkout-module__Rf_HXW__couponDiscount{color:var(--text-muted);font-size:.75rem}.checkout-module__Rf_HXW__removeCoupon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem;transition:color .2s}.checkout-module__Rf_HXW__removeCoupon:hover{color:#f44336}.checkout-module__Rf_HXW__couponError{color:#f44336;margin-top:.5rem;font-size:.75rem}@media (max-width:968px){.checkout-module__Rf_HXW__layout{grid-template-columns:1fr}.checkout-module__Rf_HXW__summarySection{order:-1;position:static}.checkout-module__Rf_HXW__steps{flex-wrap:wrap}.checkout-module__Rf_HXW__formRow{grid-template-columns:1fr}}
