@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--brand-red:#db4444;--brand-red-hover:#c13a3a;--white:#fff;--black:#000;--text-primary:#000;--text-secondary:#7d8184;--bg-primary:#fff;--bg-secondary:#f5f5f5;--border-color:#e5e5e5;--transition-fast:.2s ease;--transition-normal:.3s ease;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--header-height:80px;--container-max-width:1170px}[data-theme=dark]{--white:#fff;--black:#000;--text-primary:#fafafa;--text-secondary:#a0a0a0;--bg-primary:#0a0a0a;--bg-secondary:#1a1a1a;--border-color:#333}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);max-width:100vw;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;outline:none;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-red)}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 1rem}.flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.flex-column{flex-direction:column}.gap-1{gap:1rem}.gap-2{gap:2rem}.section-padding{padding:80px 0}@media (max-width:768px){.section-padding{padding:60px 0}}
.Header-module__30pftW__header{z-index:1000;background-color:var(--white);border-bottom:1px solid var(--border-color);width:100%;transition:transform .3s,box-shadow .3s;position:fixed;top:0;left:0}.Header-module__30pftW__header.Header-module__30pftW__hidden{transform:translateY(-100%)}.Header-module__30pftW__header.Header-module__30pftW__scrolled{box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.Header-module__30pftW__topBar{background-color:var(--black);color:var(--white);text-align:center;padding:12px 0;font-size:14px}.Header-module__30pftW__shopNow{margin-left:8px;font-weight:600;text-decoration:underline}.Header-module__30pftW__navbar{justify-content:space-between;align-items:center;padding:1.5rem 1rem;display:flex}.Header-module__30pftW__logo{align-items:center;height:40px;display:flex}.Header-module__30pftW__navLinks{gap:3rem;display:flex}.Header-module__30pftW__navLinks li a{font-size:16px;font-weight:400;position:relative}.Header-module__30pftW__navLinks li a:after{content:"";background-color:var(--brand-red);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__30pftW__navLinks li a:hover:after{width:100%}.Header-module__30pftW__navActions{align-items:center;gap:1.5rem;display:flex}.Header-module__30pftW__searchBox{background-color:var(--bg-secondary);border-radius:4px;align-items:center;gap:10px;padding:7px 12px 7px 20px;display:flex;position:relative}.Header-module__30pftW__searchBox input{background:0 0;border:none;outline:none;width:150px;font-size:12px}.Header-module__30pftW__icons{align-items:center;gap:1rem;display:flex}.Header-module__30pftW__iconBtn{color:var(--text-primary);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__30pftW__iconBtn:hover{color:var(--brand-red)}.Header-module__30pftW__badge{background-color:var(--brand-red);color:var(--white);border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-5px;right:-5px}.Header-module__30pftW__menuBtn{display:none}.Header-module__30pftW__logoutBtn{cursor:pointer;background:0 0;border:none;font-size:16px}.Header-module__30pftW__searchResults{z-index:100;background:#fff;border:1px solid #eee;border-radius:8px;max-height:400px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.Header-module__30pftW__resultSection{padding:12px}.Header-module__30pftW__resultSection h4{color:#888;text-transform:uppercase;margin-bottom:8px;font-size:13px}.Header-module__30pftW__resultItem{cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:8px;display:flex}.Header-module__30pftW__resultItem:hover{background:#f3f3f3}.Header-module__30pftW__resultItem img{object-fit:cover;border-radius:4px;width:40px;height:40px}.Header-module__30pftW__resultItem p{font-size:14px;font-weight:500}.Header-module__30pftW__resultItem span{color:var(--brand-red);font-size:13px}.Header-module__30pftW__noResults{text-align:center;color:#888;padding:20px}.Header-module__30pftW__categoriesDropdown{display:none;position:relative}.Header-module__30pftW__dropdownBtn{cursor:pointer;background:0 0;border:none;font-size:16px}.Header-module__30pftW__categoriesMenu{z-index:1000;background:#fff;border:1px solid #eee;border-radius:8px;min-width:200px;max-height:300px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.Header-module__30pftW__categoriesMenu a{border-bottom:1px solid #eee;padding:10px 16px;font-size:14px;display:block}.Header-module__30pftW__categoriesMenu a:last-child{border-bottom:none}.Header-module__30pftW__categoriesMenu a:hover{background:#f3f3f3}@media (max-width:900px){.Header-module__30pftW__navLinks{background-color:var(--white);width:250px;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;gap:2rem;padding:80px 20px;transition:right .3s;position:fixed;top:0;right:-100%}.Header-module__30pftW__navLinks.Header-module__30pftW__active{right:0}.Header-module__30pftW__menuBtn{z-index:1001;display:flex}.Header-module__30pftW__categoriesDropdown{display:block}}@media (max-width:600px){.Header-module__30pftW__searchBox{display:none}}
.NotificationCenter-module__VarQXW__notificationWrapper{position:relative}.NotificationCenter-module__VarQXW__bellBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex;position:relative}.NotificationCenter-module__VarQXW__bellBtn:hover{background-color:#f5f5f5}.NotificationCenter-module__VarQXW__unreadDot{background-color:#db4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:10px}.NotificationCenter-module__VarQXW__dropdown{z-index:1000;background:#fff;border:1px solid #eee;border-radius:12px;width:320px;position:absolute;top:50px;right:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.NotificationCenter-module__VarQXW__dropdownHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px;display:flex}.NotificationCenter-module__VarQXW__dropdownHeader h3{margin:0;font-size:16px;font-weight:600}.NotificationCenter-module__VarQXW__dropdownHeader button{cursor:pointer;color:#666;background:0 0;border:none}.NotificationCenter-module__VarQXW__notificationsList{max-height:400px;overflow-y:auto}.NotificationCenter-module__VarQXW__notificationItem{border-bottom:1px solid #f9f9f9;gap:12px;padding:16px;transition:background-color .2s;display:flex}.NotificationCenter-module__VarQXW__notificationItem:hover{background-color:#fafafa}.NotificationCenter-module__VarQXW__unread{background-color:#fff9f9}.NotificationCenter-module__VarQXW__iconBox{flex-shrink:0;padding-top:2px}.NotificationCenter-module__VarQXW__approvedIcon,.NotificationCenter-module__VarQXW__deliveredIcon{color:#16a34a}.NotificationCenter-module__VarQXW__shippedIcon{color:#d97706}.NotificationCenter-module__VarQXW__infoIcon{color:#4f46e5}.NotificationCenter-module__VarQXW__content h4{margin:0 0 4px;font-size:14px;font-weight:600}.NotificationCenter-module__VarQXW__content p{color:#4d4d4d;margin:0 0 6px;font-size:13px;line-height:1.4}.NotificationCenter-module__VarQXW__time{color:#999;font-size:11px}.NotificationCenter-module__VarQXW__emptyState{text-align:center;color:#888;padding:40px 20px;font-size:14px}@media (max-width:768px){.NotificationCenter-module__VarQXW__dropdown{width:auto;max-width:none;position:fixed;top:80px;left:16px;right:16px}.NotificationCenter-module__VarQXW__notificationsList{max-height:calc(100vh - 150px)}}
.Toast-module__CKl-OG__toastWrapper{z-index:9999;pointer-events:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:fixed;top:30px;right:30px}.Toast-module__CKl-OG__visible{opacity:1;transform:translate(0)}.Toast-module__CKl-OG__hidden{opacity:0;transform:translate(50px)}.Toast-module__CKl-OG__toast{background:#fff;border-left:5px solid #22c55e;border-radius:12px;align-items:center;gap:16px;min-width:300px;padding:16px 24px;display:flex;box-shadow:0 10px 30px #00000026}.Toast-module__CKl-OG__icon{color:#22c55e;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Toast-module__CKl-OG__content{flex-direction:column;gap:4px;display:flex}.Toast-module__CKl-OG__message{color:#1a1a1a;margin:0;font-size:15px;font-weight:600}.Toast-module__CKl-OG__action{color:#db4444;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}@media (max-width:768px){.Toast-module__CKl-OG__toastWrapper{top:20px;left:20px;right:20px}.Toast-module__CKl-OG__toast{min-width:auto}}
.Footer-module__6O_PeW__footer{background-color:var(--black);color:var(--white);padding:80px 0 24px}.Footer-module__6O_PeW__grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.Footer-module__6O_PeW__col h3{margin-bottom:24px;font-size:24px}.Footer-module__6O_PeW__col h4{margin-bottom:16px;font-size:20px}.Footer-module__6O_PeW__col p,.Footer-module__6O_PeW__col li{color:var(--white);opacity:.8;margin-bottom:16px;font-size:16px}.Footer-module__6O_PeW__subscribeBox{border:1.5px solid var(--white);border-radius:4px;align-items:center;padding:12px;display:flex}.Footer-module__6O_PeW__subscribeBox input{color:var(--white);background:0 0;border:none;outline:none;width:100%}.Footer-module__6O_PeW__subscribeBox button{color:var(--white)}.Footer-module__6O_PeW__socials{gap:1.5rem;margin-top:24px;display:flex}.Footer-module__6O_PeW__bottom{text-align:center;opacity:.4;border-top:1px solid #ffffff1a;margin-top:60px;padding-top:24px}@media (max-width:1100px){.Footer-module__6O_PeW__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Footer-module__6O_PeW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.Footer-module__6O_PeW__grid{grid-template-columns:1fr}}
