.Auth-module__mX17bW__root{min-height:100vh;display:flex}.Auth-module__mX17bW__left{flex-direction:column;flex:0 0 55%;grid-template-columns:1fr;justify-content:center;place-items:center;gap:20px;padding:48px 44px;display:grid;position:relative;overflow:hidden}.Auth-module__mX17bW__left:before{content:"";pointer-events:none;background:radial-gradient(#e2b13c1f 0%,#0000 70%);width:70%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Auth-module__mX17bW__leftLogo{margin-bottom:40px}.Auth-module__mX17bW__leftBanner{border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden}.Auth-module__mX17bW__leftBannerImage{object-fit:cover;object-position:center;box-shadow:inset 10px 10px 20px #5a5a5a,inset -10px -10px 20px #fff}.Auth-module__mX17bW__leftBanner:before{content:"";pointer-events:none;background:radial-gradient(#ffffff1f 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Auth-module__mX17bW__logoimg{object-fit:contain;border-radius:16px}.Auth-module__mX17bW__logoContainer{justify-content:center;padding:1rem 0;display:none}.Auth-module__mX17bW__tagline{color:var(--primary-color,#2c3e50);text-align:center;margin-top:40px;font-family:Georgia,Times New Roman,serif;font-size:1.9rem;font-weight:700;line-height:1.3}.Auth-module__mX17bW__tagline span{color:var(--accent-color,#e2b13c)}.Auth-module__mX17bW__stripWrapper{width:100%;position:relative;overflow:hidden}.Auth-module__mX17bW__fadeLeft{z-index:2;pointer-events:none;background:linear-gradient(to right,var(--accent-color)0%,transparent 100%);width:80px;position:absolute;top:0;bottom:0;left:0}.Auth-module__mX17bW__fadeRight{z-index:2;pointer-events:none;background:linear-gradient(to left,var(--accent-color)0%,transparent 100%);width:120px;position:absolute;top:0;bottom:0;right:0}.Auth-module__mX17bW__track{will-change:transform;gap:20px;padding:8px 0;display:flex}.Auth-module__mX17bW__card{border:1px solid #fff9;border-radius:20px;flex-shrink:0;width:240px;height:300px;position:relative;overflow:hidden;box-shadow:0 6px 24px #2c1e0a1f}.Auth-module__mX17bW__cardImage{object-fit:cover;border-radius:20px}.Auth-module__mX17bW__cardLabel{z-index:3;color:#fff;letter-spacing:.5px;background:linear-gradient(#0000 0%,#2c1e0a8c 100%);padding:28px 14px 12px;font-size:.85rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.Auth-module__mX17bW__right{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff59;flex-direction:column;flex:0 0 45%;justify-content:center;align-items:center;padding:0 40px;display:flex}.Auth-module__mX17bW__formArea{width:100%;max-width:400px}.Auth-module__mX17bW__title{color:var(--primary-color,#2c3e50);text-align:center;letter-spacing:.3px;margin-bottom:6px;font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:700}.Auth-module__mX17bW__subtitle{color:#888;text-align:center;margin-bottom:32px;font-size:.9rem}.Auth-module__mX17bW__form{flex-direction:column;gap:20px;display:flex}.Auth-module__mX17bW__formGroup{flex-direction:column;gap:7px;display:flex}.Auth-module__mX17bW__label{color:var(--primary-color,#2c3e50);letter-spacing:.3px;font-size:.85rem;font-weight:600}.Auth-module__mX17bW__input{color:#333;background:#fffc;border:1.5px solid #2c3e3233;border-radius:10px;outline:none;width:100%;padding:13px 16px;font-size:1rem;transition:all .25s}.Auth-module__mX17bW__input::placeholder{color:#bbb}.Auth-module__mX17bW__input:focus{border-color:var(--accent-color,#e2b13c);background:#fff;box-shadow:0 0 0 3px #e2b13c26}.Auth-module__mX17bW__forgotWrapper{text-align:right;margin-top:5px}.Auth-module__mX17bW__forgotLink{color:var(--accent-color,#e2b13c);font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s}.Auth-module__mX17bW__forgotLink:hover{opacity:.75;text-decoration:underline}.Auth-module__mX17bW__button{background:var(--primary-color);color:#fff;cursor:pointer;letter-spacing:.4px;border:none;border-radius:10px;width:100%;margin-top:8px;padding:14px;font-size:1rem;font-weight:700;transition:opacity .25s,transform .15s;box-shadow:0 4px 14px #e2b13c59}.Auth-module__mX17bW__button:hover{opacity:.9;transform:translateY(-1px)}.Auth-module__mX17bW__button:active{transform:translateY(0)}.Auth-module__mX17bW__button:disabled{box-shadow:none;cursor:not-allowed;background:#ccc;transform:none}.Auth-module__mX17bW__divider{color:#aaa;letter-spacing:1px;align-items:center;margin:20px 0;font-size:.85rem;display:flex}.Auth-module__mX17bW__divider:before,.Auth-module__mX17bW__divider:after{content:"";border-bottom:1px solid #2c3e3226;flex:1}.Auth-module__mX17bW__divider:before{margin-right:10px}.Auth-module__mX17bW__divider:after{margin-left:10px}.Auth-module__mX17bW__googleButton{color:#333;cursor:pointer;background-color:#ffffffd9;border:1.5px solid #2c3e322e;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:.95rem;font-weight:500;transition:all .25s;display:flex}.Auth-module__mX17bW__googleButton:hover{background-color:#fff;border-color:#2c3e324d;box-shadow:0 2px 10px #00000014}.Auth-module__mX17bW__footer{text-align:center;color:#888;margin-top:24px;font-size:.9rem}.Auth-module__mX17bW__link{color:var(--accent-color,#e2b13c);margin-left:5px;font-weight:700;text-decoration:none}.Auth-module__mX17bW__link:hover{text-decoration:underline}.Auth-module__mX17bW__error{color:#dc2626;text-align:center;background-color:#fee2e2;border-radius:8px;margin-bottom:18px;padding:10px;font-size:.9rem}.Auth-module__mX17bW__mobileLogo{display:none}@media (max-width:900px){.Auth-module__mX17bW__root{flex-direction:column}.Auth-module__mX17bW__left{display:none}.Auth-module__mX17bW__right{background:0 0;flex:1}.Auth-module__mX17bW__mobileLogo{justify-content:center;margin-bottom:32px;display:flex!important}.Auth-module__mX17bW__logoContainer{display:flex}}.Auth-module__mX17bW__row{gap:14px;display:flex}.Auth-module__mX17bW__row .Auth-module__mX17bW__formGroup{flex:1}.Auth-module__mX17bW__phoneRow{gap:10px;display:flex}.Auth-module__mX17bW__countryCode{flex-shrink:0;width:70px}@media (max-width:480px){.Auth-module__mX17bW__row{flex-direction:column;gap:20px}}.Auth-module__mX17bW__passwordWrapper{align-items:center;display:flex;position:relative}.Auth-module__mX17bW__passwordWrapper .Auth-module__mX17bW__input{width:100%;padding-right:44px}.Auth-module__mX17bW__eyeButton{cursor:pointer;color:#888;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:14px}.Auth-module__mX17bW__eyeButton:hover{color:var(--primary-color,#2c3e50)}.Auth-module__mX17bW__checkboxGroup{margin-top:4px}.Auth-module__mX17bW__checkboxLabel{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.Auth-module__mX17bW__checkbox{appearance:none;cursor:pointer;background:#fffc;border:1.5px solid #2c3e324d;border-radius:5px;width:18px;min-width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative}.Auth-module__mX17bW__checkbox:checked{background:var(--primary-color);border-color:var(--primary-color)}.Auth-module__mX17bW__checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.Auth-module__mX17bW__checkbox:focus{outline:none;box-shadow:0 0 0 3px #e2b13c33}.Auth-module__mX17bW__checkboxText{color:#666;font-size:.85rem;line-height:1.5}.Auth-module__mX17bW__passwordRules{background:#ffffffbf;border:1.5px solid #2c3e3226;border-radius:10px;margin-top:10px;padding:12px 14px}.Auth-module__mX17bW__ruleItem{align-items:center;gap:10px;font-size:.85rem;line-height:1.3;display:flex}.Auth-module__mX17bW__ruleItem+.Auth-module__mX17bW__ruleItem{margin-top:8px}.Auth-module__mX17bW__ruleDot{border-radius:999px;flex-shrink:0;width:10px;height:10px}.Auth-module__mX17bW__ruleDotMet{background:#16a34a}.Auth-module__mX17bW__ruleDotUnmet{background:#dc2626}.Auth-module__mX17bW__ruleTextMet{color:#166534;font-weight:600}.Auth-module__mX17bW__ruleTextUnmet{color:#991b1b;font-weight:600}
.Footer-module__Grjkva__footer{color:#000;background-color:#fff;margin-top:auto;padding:4rem 0 1rem}.Footer-module__Grjkva__container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:space-between;width:95%;max-width:1400px;margin:0 auto 3rem;display:grid}.Footer-module__Grjkva__fulllogo{object-fit:contain}.Footer-module__Grjkva__column h3{color:var(--accent-color);margin-bottom:1rem;font-size:1.5rem}.Footer-module__Grjkva__column h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.1rem}.Footer-module__Grjkva__column p{opacity:.9;font-size:.9rem;line-height:1.6}.Footer-module__Grjkva__column ul{list-style:none}.Footer-module__Grjkva__column ul li{margin-bottom:.5rem}.Footer-module__Grjkva__column ul li a{color:#000;opacity:.8;font-size:.9rem;transition:opacity .3s}.Footer-module__Grjkva__column ul li a:hover{opacity:1}.Footer-module__Grjkva__copyright{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;width:90%;margin:0 auto;padding-top:1rem;font-size:.8rem}.Footer-module__Grjkva__socials{gap:1rem;display:flex}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:3rem 0 1rem}.Footer-module__Grjkva__container{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.Footer-module__Grjkva__column:first-child{text-align:center;grid-column:1/-1}.Footer-module__Grjkva__fulllogo{margin:0 auto}}@media (max-width:480px){.Footer-module__Grjkva__footer{padding:2rem 0 1rem}.Footer-module__Grjkva__container{grid-template-columns:1fr;gap:1.5rem;width:85%}.Footer-module__Grjkva__column{text-align:center}.Footer-module__Grjkva__column h4{font-size:1rem}.Footer-module__Grjkva__column p,.Footer-module__Grjkva__column ul li a{font-size:.85rem}.Footer-module__Grjkva__socials{justify-content:center}.Footer-module__Grjkva__copyright{padding-top:1.5rem;font-size:.75rem}}.Footer-module__Grjkva__varcsoft{text-underline-offset:1px;text-decoration:underline}.Footer-module__Grjkva__varcsoft:hover{opacity:.8}
.Layout-module__cbqlla__layout{flex-direction:column;min-height:100vh;display:flex}.Layout-module__cbqlla__main{width:100%;padding-top:80px;padding-top:calc(var(--marquee-height,44px) + 80px);flex:1}.Layout-module__cbqlla__authLayout{padding:0 20px}
.Navbar-module___rHu7W__navbar{top:var(--marquee-height);z-index:1000;background:0 0;border-bottom:none;align-items:center;width:100%;height:72px;transition:background .3s;display:flex;position:fixed;left:0;overflow:visible}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__menuOpen{background:0 0}.Navbar-module___rHu7W__navbar_leftArc{z-index:9999;position:absolute;bottom:-40px;left:0;transform:rotate(90deg)}.Navbar-module___rHu7W__navbar_rightArc{z-index:9999;position:absolute;bottom:-40px;right:0;transform:rotate(270deg)}.Navbar-module___rHu7W__navCard{align-items:center;width:min(1400px,95%);height:72px;margin:0 auto;display:flex}.Navbar-module___rHu7W__container{grid-template-columns:auto 1fr auto auto;align-items:center;gap:1rem;width:100%;padding:0 18px;display:grid}.Navbar-module___rHu7W__logo{color:var(--primary-color);letter-spacing:1px;flex-shrink:0;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module___rHu7W__logo a{align-items:center;text-decoration:none;display:flex}.Navbar-module___rHu7W__searchBar{flex:0 0 400px;max-width:400px}.Navbar-module___rHu7W__searchBar form{align-items:center;display:flex;position:relative}.Navbar-module___rHu7W__searchInput{border:1px solid var(--border-color);background-color:var(--light-bg);width:100%;color:var(--text-color);border-radius:25px;outline:none;padding:.6rem 2.5rem .6rem 1rem;font-size:.95rem;transition:background-color .3s,border-color .3s}.Navbar-module___rHu7W__searchInput::placeholder{color:var(--light-text)}.Navbar-module___rHu7W__searchInput:focus{background-color:var(--surface);border-color:rgba(var(--accent-rgb),.4)}.Navbar-module___rHu7W__searchButton{cursor:pointer;width:32px;height:32px;color:var(--text-color);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;right:10px}.Navbar-module___rHu7W__searchButton:hover{transform:scale(1.1)}.Navbar-module___rHu7W__navLinks{justify-self:center;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module___rHu7W__navLinks li a{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .3s}.Navbar-module___rHu7W__navLinks li a:hover{color:var(--accent-color)}.Navbar-module___rHu7W__actions{flex-shrink:0;justify-self:end;align-items:center;gap:1rem;display:flex}.Navbar-module___rHu7W__locationPill{color:var(--text-color);white-space:nowrap;background:#0000000a;border:1px solid #0000001a;border-radius:999px;align-items:center;height:35px;padding:0 12px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.Navbar-module___rHu7W__cartPill{color:var(--text-color);white-space:nowrap;background:#0000000a;border:1px solid #0000001a;border-radius:999px;align-items:center;gap:8px;height:35px;padding:0 12px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.Navbar-module___rHu7W__cartPill:hover{transform:translateY(-1px);box-shadow:0 2px 14px #0000001f}.Navbar-module___rHu7W__cartPillLabel{font-size:.92rem;font-weight:700}.Navbar-module___rHu7W__cartPillCount{color:var(--light-text);font-size:.92rem;font-weight:700}.Navbar-module___rHu7W__iconBtn{border:1px solid var(--border-color);cursor:pointer;width:35px;height:35px;color:var(--text-color);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.Navbar-module___rHu7W__iconBtn:hover{transform:scale(1.1);box-shadow:0 2px 14px #0000001f}.Navbar-module___rHu7W__badge{background-color:var(--accent-color);color:var(--white);border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.Navbar-module___rHu7W__hamburger{cursor:pointer;color:var(--text-color);z-index:1002;background:0 0;border:none;flex-shrink:0;display:none}.Navbar-module___rHu7W__dropdown{align-items:center;display:flex;position:relative}.Navbar-module___rHu7W__dropdownWrapper{flex-direction:column;display:flex;position:relative}.Navbar-module___rHu7W__dropdownToggle{color:var(--text-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.5rem 0;font-family:inherit;font-size:1rem;font-weight:500;transition:color .3s;display:flex}.Navbar-module___rHu7W__dropdownToggle:hover{color:var(--accent-color)}.Navbar-module___rHu7W__chevron{font-size:.8rem;transition:transform .3s}.Navbar-module___rHu7W__dropdown:hover .Navbar-module___rHu7W__chevron{transform:rotate(180deg)}.Navbar-module___rHu7W__dropdownMenu{background-color:var(--surface);border:1px solid var(--border-color);opacity:1;z-index:9999;border-radius:8px;min-width:200px;padding:.5rem 0;list-style:none;animation:.2s Navbar-module___rHu7W__fadeIn;position:absolute;top:100%;left:0}@keyframes Navbar-module___rHu7W__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__dropdownMenu li{padding:0}.Navbar-module___rHu7W__dropdownMenu li a{color:var(--text-color);white-space:nowrap;padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:background-color .2s,color .2s;display:block}.Navbar-module___rHu7W__dropdownMenu li a:hover{background-color:var(--light-bg);color:var(--accent-color)}.Navbar-module___rHu7W__mobileMenuOverlay{top:calc(var(--marquee-height,44px) + 80px);width:100%;height:calc(100vh - var(--marquee-height,44px) - 80px);z-index:999;background-color:#00000080;animation:.3s Navbar-module___rHu7W__fadeInOverlay;position:fixed;left:0}@keyframes Navbar-module___rHu7W__fadeInOverlay{0%{opacity:0}to{opacity:1}}.Navbar-module___rHu7W__mobileMenu{background-color:var(--background);border:1px solid var(--border-color);border-radius:0 0 20px 20px;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 0;animation:.3s Navbar-module___rHu7W__slideDown;display:flex;position:absolute;top:0;left:0;right:0}@keyframes Navbar-module___rHu7W__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__mobileMenuItem{color:var(--text-color);text-align:center;border-radius:10px;min-width:220px;padding:1rem 2.5rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s}.Navbar-module___rHu7W__mobileMenuItem:hover{background-color:var(--light-bg);transform:scale(1.05)}@media (max-width:992px){.Navbar-module___rHu7W__navLinks{gap:1.5rem}.Navbar-module___rHu7W__container{gap:.75rem;padding:0 14px}.Navbar-module___rHu7W__actions{gap:.75rem}}@media (max-width:768px){.Navbar-module___rHu7W__container{gap:.5rem;padding:0 12px;display:flex}.Navbar-module___rHu7W__actions{gap:.5rem;margin-left:auto}.Navbar-module___rHu7W__iconBtn{width:36px;height:36px}.Navbar-module___rHu7W__hamburger{order:4;display:block}.Navbar-module___rHu7W__navLinks,.Navbar-module___rHu7W__cartPillLabel,.Navbar-module___rHu7W__cartPillCount{display:none}.Navbar-module___rHu7W__cartPill{justify-content:center;width:36px;padding:0}}@media (max-width:480px){.Navbar-module___rHu7W__container{gap:.3rem;width:100%;padding:0 10px}.Navbar-module___rHu7W__logo img{width:35px!important;height:35px!important}.Navbar-module___rHu7W__actions{gap:.3rem}.Navbar-module___rHu7W__iconBtn,.Navbar-module___rHu7W__cartPill{width:32px;height:32px}.Navbar-module___rHu7W__mobileMenuItem{min-width:180px;padding:.9rem 2rem;font-size:1.2rem}.Navbar-module___rHu7W__mobileMenu{gap:1.5rem;padding:2rem 0}}.Navbar-module___rHu7W__productCount{color:var(--light-text);margin-left:4px;font-size:.85rem}.Navbar-module___rHu7W__cartButton{width:22px;height:22px}.Navbar-module___rHu7W__profileButton{width:20px;height:20px}.Navbar-module___rHu7W__searchOverlay{top:calc(var(--marquee-height,44px) + 80px);width:100%;height:calc(100vh - var(--marquee-height,44px) - 80px);-webkit-backdrop-filter:blur(8px);z-index:1001;background:#00000059;justify-content:center;align-items:flex-start;padding:20px 14px;animation:.2s Navbar-module___rHu7W__fadeInOverlay;display:flex;position:fixed;left:0}.Navbar-module___rHu7W__searchModal{background:var(--surface);border-radius:18px;width:min(980px,100%);overflow:hidden;box-shadow:0 18px 60px #0000002e}.Navbar-module___rHu7W__searchHeader{border-bottom:1px solid var(--border-color);background:linear-gradient(180deg,var(--surface)0%,var(--background)100%);justify-content:flex-end;align-items:center;padding:14px 16px;display:flex}.Navbar-module___rHu7W__searchClose{border:1px solid var(--border-color);background:var(--surface);cursor:pointer;width:34px;height:34px;color:var(--text-color);border-radius:10px;justify-content:center;align-items:center;transition:transform .15s,background .15s;display:flex}.Navbar-module___rHu7W__searchClose:hover{background:var(--light-bg);transform:scale(1.04)}.Navbar-module___rHu7W__searchForm{border-bottom:1px solid var(--border-color);align-items:center;gap:10px;padding:14px 16px;display:flex}.Navbar-module___rHu7W__searchIcon{color:var(--light-text);flex-shrink:0}.Navbar-module___rHu7W__searchModalInput{border:1px solid var(--border-color);color:var(--text-color);background:var(--surface);border-radius:14px;outline:none;flex:1;padding:12px 14px;font-size:.98rem}.Navbar-module___rHu7W__searchModalInput:focus{border-color:rgba(var(--accent-rgb),.45);box-shadow:0 0 0 4px rgba(var(--accent-rgb),.12)}.Navbar-module___rHu7W__searchGo{cursor:pointer;background:var(--accent-color);width:44px;height:44px;color:var(--white);border:none;border-radius:14px;justify-content:center;align-items:center;font-weight:600;transition:transform .15s,filter .15s;display:flex}.Navbar-module___rHu7W__searchGo:hover{filter:brightness(1.05);transform:scale(1.02)}.Navbar-module___rHu7W__searchGrid{grid-template-columns:1.15fr 1fr 1fr;gap:14px;padding:14px 16px 18px;display:grid}.Navbar-module___rHu7W__searchSectionTitle{color:var(--text-color);letter-spacing:.2px;margin-bottom:10px;font-size:.88rem;font-weight:700}.Navbar-module___rHu7W__searchChips{flex-wrap:wrap;gap:10px;display:flex}.Navbar-module___rHu7W__searchChip{border:1px solid rgba(var(--accent-rgb),.18);background:rgba(var(--accent-rgb),.06);color:var(--accent-color);cursor:pointer;border-radius:999px;padding:10px 12px;font-size:.9rem;font-weight:600;transition:transform .15s,background .15s}.Navbar-module___rHu7W__searchChip:hover{background:rgba(var(--accent-rgb),.1);transform:translateY(-1px)}.Navbar-module___rHu7W__searchList{flex-direction:column;gap:8px;max-height:260px;padding-right:4px;display:flex;overflow:auto}.Navbar-module___rHu7W__searchListItem{border:1px solid var(--border-color);background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:transform .15s,background .15s,border-color .15s;display:flex}.Navbar-module___rHu7W__searchListItem:hover{background:var(--light-bg);border-color:rgba(var(--accent-rgb),.22);transform:translateY(-1px)}.Navbar-module___rHu7W__searchListName{color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.Navbar-module___rHu7W__searchListMeta{color:var(--light-text);flex-shrink:0;font-size:.86rem}.Navbar-module___rHu7W__searchEmpty{border:1px dashed var(--border-color);color:var(--light-text);background:var(--background);border-radius:12px;padding:12px}@media (max-width:992px){.Navbar-module___rHu7W__searchGrid{grid-template-columns:1fr}.Navbar-module___rHu7W__searchList{max-height:220px}}
:root{--marquee-height:44px}.SaleMarquee-module__VQ4iKW__marqueeContainer{z-index:1001;background:0 0;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.SaleMarquee-module__VQ4iKW__pill{width:min(1400px,95%);height:calc(var(--marquee-height) - 12px);background:#111;border-radius:0 0 40px 40px;justify-content:center;align-items:center;padding:0 18px;display:flex}.SaleMarquee-module__VQ4iKW__welcomeText{color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;font-size:.78rem;font-weight:600;display:inline-flex}@media (max-width:768px){:root{--marquee-height:40px}.SaleMarquee-module__VQ4iKW__welcomeText{font-size:.72rem}}@media (max-width:480px){:root{--marquee-height:36px}.SaleMarquee-module__VQ4iKW__welcomeText{letter-spacing:.08em;font-size:.68rem}}@media (prefers-reduced-motion:reduce){.SaleMarquee-module__VQ4iKW__marqueeContainer *{animation:none!important}}
.FAQ-module__YTKPaG__section{padding:3.5rem 0}.FAQ-module__YTKPaG__container{max-width:900px;margin:0 auto}.FAQ-module__YTKPaG__title{color:var(--text-color);margin:0 0 1.25rem;font-size:1.6rem;font-weight:600}.FAQ-module__YTKPaG__list{gap:10px;display:grid}.FAQ-module__YTKPaG__item{background:#fff;border:1px solid #00000014;border-radius:12px;overflow:hidden}.FAQ-module__YTKPaG__summary{cursor:pointer;color:var(--text-color);padding:14px 16px;font-weight:600;list-style:none}.FAQ-module__YTKPaG__summary::-webkit-details-marker{display:none}.FAQ-module__YTKPaG__item>summary:after{content:"+";float:right;color:#0000008c;font-weight:600}.FAQ-module__YTKPaG__item[open]>summary:after{content:"−"}.FAQ-module__YTKPaG__answer{color:var(--light-text);padding:0 16px 14px;line-height:1.65}@media (max-width:768px){.FAQ-module__YTKPaG__section{padding:3rem 0}.FAQ-module__YTKPaG__title{font-size:1.4rem}}@media (max-width:480px){.FAQ-module__YTKPaG__container{width:92%}}
.FadeUp-module__LGWcpq__fadeUpWrapper{width:100%}
.Hero-module__JgYmMq__hero{color:var(--white);border-radius:40px;justify-content:center;justify-self:center;align-items:center;width:85%;height:70vh;min-height:420px;max-height:80vh;margin:10px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__swiper{z-index:0;width:100%;height:100%;position:absolute;inset:0}.Hero-module__JgYmMq__slide{width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__JgYmMq__bannerImage{object-fit:cover;object-position:center}.Hero-module__JgYmMq__overlay{z-index:1;background:linear-gradient(#00000073 0%,#00000038 55%,#00000085 100%);position:absolute;inset:0}.Hero-module__JgYmMq__heroContent{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:0 28px;display:flex;position:absolute;inset:0}.Hero-module__JgYmMq__kicker{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;margin:0;font-size:clamp(.6rem,1.2vw,.9rem);font-weight:600}.Hero-module__JgYmMq__headline{letter-spacing:.3px;color:#fff;text-shadow:0 10px 40px #00000059;text-wrap:balance;max-width:720px;margin:0;font-size:clamp(1.1rem,4vw,2.6rem);font-weight:400;line-height:1.2}.Hero-module__JgYmMq__ctaButton{background-color:var(--accent-color);color:var(--white);text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:1rem 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:unset;aspect-ratio:16/9;border-radius:20px;align-items:center;width:95%;height:auto;margin:10px}.Hero-module__JgYmMq__heroContent{gap:10px;padding:0 14px}.Hero-module__JgYmMq__headline{max-width:320px}.Hero-module__JgYmMq__ctaButton{letter-spacing:.5px;padding:.5rem 1.5rem;font-size:.75rem}.Hero-module__JgYmMq__overlay{background:linear-gradient(#0000008c 0%,#00000052 55%,#0009 100%)}}@media (max-width:480px){.Hero-module__JgYmMq__hero{aspect-ratio:16/9}.Hero-module__JgYmMq__kicker{font-size:.6rem}.Hero-module__JgYmMq__headline{max-width:350px}.Hero-module__JgYmMq__ctaButton{padding:.4rem 1.2rem;font-size:.7rem}}
.ProductCard-module__g-pugq__card{background-color:var(--white);border:1px solid #eee;border-radius:40px;transition:transform .3s,box-shadow .3s;overflow:hidden}.ProductCard-module__g-pugq__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.ProductCard-module__g-pugq__imageContainer{aspect-ratio:1;background-color:var(--light-bg);background:#f3f7f6;border-radius:24px 24px 0 0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProductCard-module__g-pugq__imageSlider{width:100%;height:100%}.ProductCard-module__g-pugq__imageSlide{width:100%;height:100%;position:relative}.ProductCard-module__g-pugq__productImage{object-fit:cover}.ProductCard-module__g-pugq__imageSlider .swiper-pagination{bottom:10px}.ProductCard-module__g-pugq__imageSlider .swiper-pagination-bullet{opacity:.55;background:#ffffffe6;width:6px;height:6px}.ProductCard-module__g-pugq__imageSlider .swiper-pagination-bullet-active{opacity:1;background:#fff}.ProductCard-module__g-pugq__wishlistBtnWrapper{opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;position:absolute;top:12px;right:12px;transform:scale(.9)}.ProductCard-module__g-pugq__card:hover .ProductCard-module__g-pugq__wishlistBtnWrapper{opacity:1;pointer-events:auto;transform:scale(1)}.ProductCard-module__g-pugq__visible{opacity:1!important;pointer-events:auto!important;transform:scale(1)!important}.ProductCard-module__g-pugq__tag{background-color:var(--accent-color);color:#fff;text-transform:uppercase;z-index:2;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.ProductCard-module__g-pugq__details{padding:1.5rem}.ProductCard-module__g-pugq__name{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ProductCard-module__g-pugq__category{color:var(--light-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.85rem}.ProductCard-module__g-pugq__priceRow{justify-content:space-between;align-items:center;gap:10px;min-height:32px;display:flex}.ProductCard-module__g-pugq__price{color:var(--primary-color);white-space:nowrap;font-size:1.2rem;font-weight:700}.ProductCard-module__g-pugq__addBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;text-align:center;white-space:nowrap;background-color:#0000;border-radius:40px;flex-shrink:0;min-width:100px;padding:.5rem 1rem;font-size:.8rem;transition:all .2s}.ProductCard-module__g-pugq__addBtn:hover{background-color:var(--primary-color);color:#fff}.ProductCard-module__g-pugq__addBtn:disabled{color:#999;cursor:not-allowed;background-color:#f5f5f5;border-color:#ddd}.ProductCard-module__g-pugq__oldPrice{color:var(--light-text);white-space:nowrap;font-size:.9rem;text-decoration:line-through}.ProductCard-module__g-pugq__offerBadge{flex-direction:column;flex-shrink:1;min-width:0;display:flex}@media (max-width:768px){.ProductCard-module__g-pugq__wishlistBtnWrapper{top:8px;right:8px}.ProductCard-module__g-pugq__name{font-size:1rem}.ProductCard-module__g-pugq__price{font-size:1.1rem}}.ProductCard-module__g-pugq__toastContent{align-items:center;gap:8px;display:flex}.ProductCard-module__g-pugq__toastIcon{color:#e11d48;margin-top:1px;font-size:16px}
.ProductsSection-module__MdpLBa__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:768px){.ProductsSection-module__MdpLBa__container{width:95%;margin:0 auto}.ProductsSection-module__MdpLBa__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media (max-width:480px){.ProductsSection-module__MdpLBa__container{width:95%}.ProductsSection-module__MdpLBa__grid{grid-template-columns:1fr;gap:1.25rem}}@media (max-width:360px){.ProductsSection-module__MdpLBa__container{width:100%}.ProductsSection-module__MdpLBa__grid{gap:1rem}}
.wishListBtn-module___-Je3W__likeButton{cursor:pointer;background:0 0;border:none;border-radius:50%;width:48px;height:48px;padding:0;font-size:16px;transition:transform .2s;position:relative}.wishListBtn-module___-Je3W__likeButton:hover{transform:scale(1.05)}.wishListBtn-module___-Je3W__likeWrapper{place-items:center;display:grid}.wishListBtn-module___-Je3W__likeWrapper>*{grid-area:1/1}.wishListBtn-module___-Je3W__heart{width:24px;height:24px}.wishListBtn-module___-Je3W__heart path{fill:#0000;stroke:#ea442b;stroke-width:2px;transition:fill .5s cubic-bezier(.7,0,.3,1)}.wishListBtn-module___-Je3W__liked .wishListBtn-module___-Je3W__heart path{fill:#ea442b}.wishListBtn-module___-Je3W__liked .wishListBtn-module___-Je3W__heart{animation:.5s cubic-bezier(.7,0,.3,1) wishListBtn-module___-Je3W__pop}@keyframes wishListBtn-module___-Je3W__pop{40%{transform:scale(.7)}to{transform:scale(1)}}.wishListBtn-module___-Je3W__ripple{border-radius:50%;width:100%;height:100%}.wishListBtn-module___-Je3W__liked .wishListBtn-module___-Je3W__ripple:before{content:"";border-radius:50%;animation:.5s cubic-bezier(.7,0,.3,1) wishListBtn-module___-Je3W__ripple;position:absolute;inset:0}@keyframes wishListBtn-module___-Je3W__ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;border:3px solid #ea442b;transform:scale(3)}}.wishListBtn-module___-Je3W__particles{width:1px;height:1px;position:absolute}.wishListBtn-module___-Je3W__particle{transform-origin:50%;opacity:0;background:#ea442b;border-radius:50%;width:4px;height:4px;position:absolute}.wishListBtn-module___-Je3W__liked .wishListBtn-module___-Je3W__particle{animation:.6s forwards wishListBtn-module___-Je3W__explode}@keyframes wishListBtn-module___-Je3W__explode{0%{opacity:1;transform:rotate(calc(var(--i)*60deg))translateY(0)}to{opacity:0;transform:rotate(calc(var(--i)*60deg))translateY(20px)}}
.AddToCartModal-module__HgyTaa__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;animation:.2s AddToCartModal-module__HgyTaa__fadeIn;display:flex;position:fixed;inset:0}@keyframes AddToCartModal-module__HgyTaa__fadeIn{0%{opacity:0}to{opacity:1}}.AddToCartModal-module__HgyTaa__modal{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;width:100%;max-width:480px;padding:1.5rem;animation:.25s AddToCartModal-module__HgyTaa__slideUp;position:relative;box-shadow:0 14px 50px #00000024}@keyframes AddToCartModal-module__HgyTaa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AddToCartModal-module__HgyTaa__closeBtn{color:var(--light-text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:1.5rem;line-height:1;transition:background .2s;position:absolute;top:1rem;right:1rem}.AddToCartModal-module__HgyTaa__closeBtn:hover{background:var(--light-bg);color:var(--text-color)}.AddToCartModal-module__HgyTaa__productRow{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.AddToCartModal-module__HgyTaa__imageWrap{border:1px solid var(--border-color);background:var(--light-bg);border-radius:8px;flex-shrink:0;width:90px;height:90px;position:relative;overflow:hidden}.AddToCartModal-module__HgyTaa__image{object-fit:cover}.AddToCartModal-module__HgyTaa__info{flex:1}.AddToCartModal-module__HgyTaa__category{color:var(--light-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem;font-size:.75rem}.AddToCartModal-module__HgyTaa__name{color:var(--text-color);margin-bottom:.5rem;font-family:Bodoni Moda,serif;font-size:1.1rem;font-weight:600;line-height:1.3}.AddToCartModal-module__HgyTaa__priceRow{align-items:center;gap:.6rem;display:flex}.AddToCartModal-module__HgyTaa__price{color:var(--accent-color);font-size:1rem;font-weight:700}.AddToCartModal-module__HgyTaa__oldPrice{color:var(--light-text);font-size:.85rem;text-decoration:line-through}.AddToCartModal-module__HgyTaa__divider{background:var(--border-color);height:1px;margin:0 0 1.25rem}.AddToCartModal-module__HgyTaa__section{margin-bottom:1.25rem}.AddToCartModal-module__HgyTaa__label{color:var(--text-color);margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:block}.AddToCartModal-module__HgyTaa__optional{color:var(--light-text);font-weight:400}.AddToCartModal-module__HgyTaa__quantityRow{border:1px solid var(--border-color);border-radius:8px;align-items:center;width:fit-content;display:flex;overflow:hidden}.AddToCartModal-module__HgyTaa__qtyBtn{background:var(--light-bg);cursor:pointer;width:36px;height:36px;color:var(--text-color);border:none;justify-content:center;align-items:center;font-size:1.1rem;transition:background .15s;display:flex}.AddToCartModal-module__HgyTaa__qtyBtn:hover{background:var(--background)}.AddToCartModal-module__HgyTaa__qtyValue{text-align:center;min-width:40px;color:var(--text-color);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);height:36px;font-size:.95rem;font-weight:600;line-height:36px}.AddToCartModal-module__HgyTaa__textarea{border:1px solid var(--border-color);width:100%;color:var(--text-color);background:var(--background);resize:vertical;border-radius:8px;outline:none;padding:.7rem .9rem;font-size:.9rem;line-height:1.5;transition:border-color .2s}.AddToCartModal-module__HgyTaa__textarea:focus{border-color:rgba(var(--accent-rgb),.55)}.AddToCartModal-module__HgyTaa__textarea::placeholder{color:var(--light-text)}.AddToCartModal-module__HgyTaa__variantRow{flex-wrap:wrap;gap:12px;display:flex}.AddToCartModal-module__HgyTaa__variantCircleBtn{background:var(--white);cursor:pointer;border:2.5px solid #0000002e;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;transition:transform .15s,border-color .15s,background .15s;display:grid;position:relative}.AddToCartModal-module__HgyTaa__variantCircleBtn:hover:not(:disabled){border-color:#00000052;transform:scale(1.05)}.AddToCartModal-module__HgyTaa__variantCircleBtnActive{border-color:var(--text-color);background:#0000000a}.AddToCartModal-module__HgyTaa__variantCircleBtnDisabled{opacity:.45;cursor:not-allowed}.AddToCartModal-module__HgyTaa__variantCircleBtnDisabled:after{content:"";background:linear-gradient(135deg,#0000 45%,#00000073 45% 55%,#0000 55%);border-radius:50%;position:absolute;inset:0}.AddToCartModal-module__HgyTaa__variantCircleText{color:var(--text-color);pointer-events:none;text-transform:uppercase;font-size:13px;font-weight:700;line-height:1}.AddToCartModal-module__HgyTaa__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.AddToCartModal-module__HgyTaa__total{flex-direction:column;gap:2px;display:flex}.AddToCartModal-module__HgyTaa__totalLabel{color:var(--light-text);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.AddToCartModal-module__HgyTaa__totalValue{color:var(--accent-color);font-size:1.15rem;font-weight:700}.AddToCartModal-module__HgyTaa__addBtn{background:var(--accent-color);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.75rem 1.75rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s}.AddToCartModal-module__HgyTaa__addBtn:hover{background:var(--accent-hover);transform:translateY(-1px)}@media (max-width:480px){.AddToCartModal-module__HgyTaa__overlay{align-items:flex-end;padding:0}.AddToCartModal-module__HgyTaa__modal{border-radius:16px 16px 0 0;max-width:100%;padding:1.25rem;position:fixed;bottom:0;left:0;right:0}}
.CollectionSection-module__6_pD2W__collectionsSection{width:90%;margin:0 auto}.CollectionSection-module__6_pD2W__collectionBlock{margin-bottom:3rem}.CollectionSection-module__6_pD2W__sectionHeader{text-align:center;margin-bottom:2rem}.CollectionSection-module__6_pD2W__sectionTitle{color:var(--primary-color);letter-spacing:1px;font-size:2.5rem;font-weight:300}.CollectionSection-module__6_pD2W__sectionSubtitle{color:var(--primary-color);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}@media (max-width:768px){.CollectionSection-module__6_pD2W__sectionTitle{margin-bottom:2rem;font-size:2rem}}@media (max-width:480px){.CollectionSection-module__6_pD2W__sectionTitle{letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.75rem}}@media (max-width:360px){.CollectionSection-module__6_pD2W__sectionTitle{margin-bottom:1.25rem;font-size:1.5rem}}
.error-module__qJ05Ka__error_container{background:#f9f9f9fb;border-radius:16px;justify-content:center;align-items:center;width:50%;height:100%;margin:0 auto;padding:2rem;display:flex}.error-module__qJ05Ka__error_content{text-align:center;max-width:500px}.error-module__qJ05Ka__error_code{color:#000;letter-spacing:-.5rem;text-shadow:2px 2px #fff,4px 4px #0000001a;margin:0;font-size:8rem;font-weight:700;line-height:1}.error-module__qJ05Ka__error_title{color:#000;margin:1rem 0;font-size:2rem;font-weight:600}.error-module__qJ05Ka__error_message{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.error-module__qJ05Ka__error_button{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:4px;align-items:center;gap:.5rem;height:auto;padding:.5rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.error-module__qJ05Ka__error_button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.error-module__qJ05Ka__button_icon,.error-module__qJ05Ka__error_illustration{justify-content:center;align-items:center;display:flex}.error-module__qJ05Ka__error_svg{fill:#000;opacity:.8;width:200px;height:200px;animation:6s ease-in-out infinite error-module__qJ05Ka__float}@keyframes error-module__qJ05Ka__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:768px){.error-module__qJ05Ka__error_container{text-align:center;flex-direction:column;padding:1rem}.error-module__qJ05Ka__error_content{margin-bottom:2rem;margin-right:0}.error-module__qJ05Ka__error_code{font-size:6rem}.error-module__qJ05Ka__error_title{font-size:1.5rem}.error-module__qJ05Ka__error_message{font-size:1rem}.error-module__qJ05Ka__error_svg{width:150px;height:150px}}
.ls-module__tAuG9a__spinner_container{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:50vh;min-height:200px;display:flex}.ls-module__tAuG9a__fullScreen{z-index:9999;background:#000;min-height:100vh;position:fixed;inset:0}.ls-module__tAuG9a__spinner_inner{box-sizing:border-box;border:3px solid #0000;border-top-color:#006e5e;border-radius:50%;width:24px;height:24px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite ls-module__tAuG9a__spinner;display:block;position:absolute}.ls-module__tAuG9a__loading_text{color:#006e5e;margin:0;font-size:.875rem}.ls-module__tAuG9a__spinner{width:24px;height:24px;display:inline-block;position:relative}@keyframes ls-module__tAuG9a__spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.LoginRequired-module__D41YFG__container{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.LoginRequired-module__D41YFG__content{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:3rem 2rem;box-shadow:0 4px 20px #0000001a}.LoginRequired-module__D41YFG__iconContainer{margin-bottom:1.5rem}.LoginRequired-module__D41YFG__lockIcon{color:#6c757d;opacity:.7;font-size:3rem}.LoginRequired-module__D41YFG__title{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.LoginRequired-module__D41YFG__message{color:#6c757d;margin-bottom:2rem;font-size:1rem;line-height:1.5}.LoginRequired-module__D41YFG__loginButton{color:#fff;cursor:pointer;background:#3798db;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.LoginRequired-module__D41YFG__loginButton:hover{background:linear-gradient(135deg,#0056b3 0%,#004085 100%);transform:translateY(-2px);box-shadow:0 6px 20px #007bff4d}.LoginRequired-module__D41YFG__loginButton:active{transform:translateY(0)}.LoginRequired-module__D41YFG__buttonIcon{font-size:.9rem}@media (max-width:768px){.LoginRequired-module__D41YFG__container{min-height:50vh;padding:1rem}.LoginRequired-module__D41YFG__content{padding:2rem 1.5rem}.LoginRequired-module__D41YFG__lockIcon{font-size:2.5rem}.LoginRequired-module__D41YFG__title{font-size:1.25rem}.LoginRequired-module__D41YFG__message{font-size:.9rem}.LoginRequired-module__D41YFG__loginButton{padding:.65rem 1.25rem;font-size:.9rem}}
.Collections-module__4evWPq__pageHeader{background-color:var(--light-bg);text-align:center;margin-bottom:3rem;padding:3rem 0}.Collections-module__4evWPq__title{color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.Collections-module__4evWPq__subtitle{color:var(--light-text);font-size:1.1rem}.Collections-module__4evWPq__container{width:90%;margin:0 auto}.Collections-module__4evWPq__contentWrapper{gap:3rem;margin-bottom:4rem;display:flex}.Collections-module__4evWPq__sidebar{flex:0 0 250px}.Collections-module__4evWPq__filterGroup{margin-bottom:2.5rem}.Collections-module__4evWPq__filterTitle{color:var(--text-color);border-bottom:1px solid var(--light-bg);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.Collections-module__4evWPq__searchInput{border:1px solid var(--light-bg);width:100%;font-family:var(--font-main);background-color:#fff;border-radius:40px;outline:none;padding:.8rem;transition:border-color .2s}.Collections-module__4evWPq__searchInput:focus{border-color:var(--primary-color)}.Collections-module__4evWPq__categoryList{padding:0;list-style:none}.Collections-module__4evWPq__categoryList li{cursor:pointer;color:var(--light-text);padding:.5rem 0;transition:all .2s}.Collections-module__4evWPq__categoryList li:hover{color:var(--primary-color);padding-left:5px}.Collections-module__4evWPq__activeCategory{font-weight:600;color:var(--primary-color)!important}.Collections-module__4evWPq__discountOptions{flex-direction:column;gap:.75rem;display:flex}.Collections-module__4evWPq__checkboxLabel{cursor:pointer;color:var(--light-text);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;transition:color .2s;display:flex}.Collections-module__4evWPq__checkboxLabel:hover{color:var(--primary-color)}.Collections-module__4evWPq__checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color)}.Collections-module__4evWPq__checkboxLabel span{font-size:.95rem}.Collections-module__4evWPq__rangeWrapper{padding:.5rem 0}.Collections-module__4evWPq__rangeInput{cursor:pointer;width:100%;accent-color:var(--primary-color);appearance:none;background:var(--light-bg);border-radius:3px;outline:none;height:6px}.Collections-module__4evWPq__rangeInput::-webkit-slider-thumb{appearance:none;background:var(--primary-color);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:background-color .2s}.Collections-module__4evWPq__rangeInput::-webkit-slider-thumb:hover{background:var(--accent-hover)}.Collections-module__4evWPq__rangeInput::-moz-range-thumb{background:var(--primary-color);cursor:pointer;border:none;border-radius:50%;width:18px;height:18px;transition:background-color .2s}.Collections-module__4evWPq__rangeInput::-moz-range-thumb:hover{background:var(--accent-hover)}.Collections-module__4evWPq__rangeInput::-moz-range-track{background:var(--light-bg);border-radius:3px;height:6px}.Collections-module__4evWPq__priceLabels{color:var(--light-text);justify-content:space-between;margin-top:.5rem;font-size:.9rem;display:flex}.Collections-module__4evWPq__mainContent{flex:1}.Collections-module__4evWPq__resultsInfo{color:var(--light-text);font-size:.9rem}.Collections-module__4evWPq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Collections-module__4evWPq__noResults{text-align:center;background-color:var(--light-bg);border-radius:8px;padding:4rem}.Collections-module__4evWPq__noResults h3{color:var(--text-color);margin-bottom:.5rem}.Collections-module__4evWPq__noResults p{color:var(--light-text);margin-bottom:1.5rem}.Collections-module__4evWPq__resetBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:.9rem;transition:background-color .2s}.Collections-module__4evWPq__resetBtn:hover{background-color:var(--accent-hover)}@media (max-width:768px){.Collections-module__4evWPq__contentWrapper{flex-direction:column}.Collections-module__4evWPq__mainContent{padding-bottom:90px}.Collections-module__4evWPq__grid{grid-template-columns:1fr}.Collections-module__4evWPq__sidebar{flex:none;width:100%;margin-bottom:2rem}.Collections-module__4evWPq__categoryList{flex-wrap:wrap;gap:1rem;display:flex}.Collections-module__4evWPq__categoryList li{background-color:var(--light-bg);border-radius:20px;padding:.5rem 1rem}.Collections-module__4evWPq__categoryList li:hover{padding-left:1rem}.Collections-module__4evWPq__activeCategory{background-color:var(--primary-color)!important;color:#fff!important}.Collections-module__4evWPq__discountOptions{flex-flow:wrap;gap:.5rem;display:flex}.Collections-module__4evWPq__checkboxLabel{background-color:var(--light-bg);border-radius:20px;padding:.5rem .75rem;font-size:.85rem}.Collections-module__4evWPq__collectionBtn{background:var(--light-bg);border:none;border-radius:20px;width:auto;padding:.4rem .8rem;font-size:.85rem}.Collections-module__4evWPq__activeCollection{background:var(--primary-color);color:#fff}}.Collections-module__4evWPq__collectionCount{color:var(--text-muted,#888);background:var(--light-bg,#f5f5f5);border-radius:50%;margin-left:.2rem;padding:2px 6px;font-size:.75rem}.Collections-module__4evWPq__activeCollectionBadge{background:var(--primary-color);color:#fff;border-radius:12px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:.75rem;display:inline-flex}.Collections-module__4evWPq__clearCollectionBtn{color:#fff;cursor:pointer;background:0 0;border:none;margin-top:.2rem;font-size:1rem;line-height:1}.Collections-module__4evWPq__collectionBtn{text-align:left;border:1px solid var(--light-bg);width:100%;color:var(--light-text);font-family:var(--font-main);cursor:pointer;background:#fff;border-radius:6px;padding:.6rem .8rem;font-size:.95rem;transition:all .2s}.Collections-module__4evWPq__collectionBtn:hover{background:var(--light-bg);color:var(--primary-color);padding-left:.9rem}.Collections-module__4evWPq__activeCollection{color:var(--primary-color);background:0 0;font-weight:600}.Collections-module__4evWPq__activeCollection:hover{background:var(--light-bg);color:var(--primary-color)}
.PageHeader-module__s-SOiG__pageHeader{background-color:var(--light-bg);text-align:center;margin-bottom:2rem;padding:3rem 0}.PageHeader-module__s-SOiG__title{color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.PageHeader-module__s-SOiG__subtitle{color:var(--light-text);font-size:1.1rem}.PageHeader-module__s-SOiG__container{width:90%;max-width:1200px;margin:0 auto}@media (max-width:768px){.PageHeader-module__s-SOiG__pageHeader{margin-bottom:2rem;padding:2rem 0}.PageHeader-module__s-SOiG__title{font-size:2rem}.PageHeader-module__s-SOiG__subtitle{font-size:1rem}}@media (max-width:480px){.PageHeader-module__s-SOiG__pageHeader{padding:1.5rem 0}.PageHeader-module__s-SOiG__title{font-size:1.75rem}.PageHeader-module__s-SOiG__subtitle{font-size:.95rem}.PageHeader-module__s-SOiG__container{width:95%}}
.Product-module__yvlZSq__container{width:90%;max-width:1200px;margin:0 auto;padding:4rem 0}.Product-module__yvlZSq__productWrapper{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.Product-module__yvlZSq__imageSection{flex-direction:column;gap:1rem;display:flex;position:sticky;top:2rem}.Product-module__yvlZSq__imageContainer{background-color:var(--light-bg);border-radius:40px;justify-content:center;align-items:center;min-height:500px;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.Product-module__yvlZSq__imageContainer:hover{box-shadow:0 8px 30px #0000001f}.Product-module__yvlZSq__productImage{object-fit:cover;transition:transform .4s}.Product-module__yvlZSq__imageContainer:hover .Product-module__yvlZSq__productImage{transform:scale(1.05)}.Product-module__yvlZSq__thumbnailContainer{scrollbar-width:thin;scrollbar-color:var(--primary-color)transparent;gap:.75rem;padding:.5rem 0;display:flex;overflow-x:auto}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar{height:6px}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar-track{background:0 0}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px;transition:background .3s}.Product-module__yvlZSq__thumbnailContainer::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.Product-module__yvlZSq__thumbnail{cursor:pointer;background:#f3f7f6;border:3px solid #0000;border-radius:20px;flex-shrink:0;width:90px;height:90px;padding:0;transition:all .3s;position:relative;overflow:hidden}.Product-module__yvlZSq__thumbnail:hover{border-color:#ddd;transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.Product-module__yvlZSq__thumbnailActive{border-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 4px 16px #00000026}.Product-module__yvlZSq__thumbnailImage{object-fit:cover}.Product-module__yvlZSq__details{flex-direction:column;padding-top:1rem;display:flex}.Product-module__yvlZSq__breadcrumb{color:#666;gap:8px;font-size:14px;display:flex}.Product-module__yvlZSq__separator{color:#999}.Product-module__yvlZSq__subcategory{color:#666}.Product-module__yvlZSq__category{text-transform:uppercase;letter-spacing:1.5px;color:var(--light-text);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.Product-module__yvlZSq__title{color:var(--primary-color);margin:0;font-size:2.5rem;font-weight:300;line-height:1.2}.Product-module__yvlZSq__rating{align-items:center;gap:6px;margin-bottom:12px;display:flex}.Product-module__yvlZSq__stars{color:#ffa41c;align-items:center;gap:2px;font-size:18px;display:flex}.Product-module__yvlZSq__ratingValue{color:#333;font-weight:600}.Product-module__yvlZSq__price{color:var(--text-color);flex-wrap:wrap;align-items:center;gap:1rem;font-size:2rem;font-weight:600;display:flex}.Product-module__yvlZSq__offerPrice{color:var(--primary-color)}.Product-module__yvlZSq__oldPrice{color:var(--light-text);font-size:1.4rem;font-weight:400;text-decoration:line-through}.Product-module__yvlZSq__discount{color:#fff;background:#f44;border-radius:4px;margin-left:8px;padding:4px 8px;font-size:12px;font-weight:600}.Product-module__yvlZSq__description{color:var(--light-text);font-size:1.05rem;line-height:1.8}.Product-module__yvlZSq__readMoreBtn{color:var(--primary-color);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0 4px;font-family:inherit;transition:color .2s}.Product-module__yvlZSq__readMoreBtn:hover{color:#1f5c52;text-decoration:underline}.Product-module__yvlZSq__disclaimer{color:#666;background:#fafafa;border-left:3px solid #d4af37;margin-top:15px;padding:10px;font-size:13px}.Product-module__yvlZSq__variantLabel{color:#333;margin-bottom:12px;font-weight:600;display:block}.Product-module__yvlZSq__variantGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.Product-module__yvlZSq__variantBtn{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px;transition:all .2s}.Product-module__yvlZSq__variantBtn:hover{border-color:#999}.Product-module__yvlZSq__variantBtnActive{background:#f9f9f9;border-color:#000}.Product-module__yvlZSq__variantBtnContent{text-align:left;flex-direction:column;gap:4px;display:flex}.Product-module__yvlZSq__variantPrice{color:var(--text-color);font-weight:600}.Product-module__yvlZSq__variantLowStock{color:var(--accent-color);font-size:11px;font-weight:500}.Product-module__yvlZSq__variantCircleRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Product-module__yvlZSq__variantCircleBtn{cursor:pointer;background:#fff;border:2.5px solid #0000002e;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;transition:transform .15s,border-color .15s,background .15s;display:grid;position:relative}.Product-module__yvlZSq__variantCircleBtn:hover:not(:disabled){border-color:#00000052;transform:scale(1.06)}.Product-module__yvlZSq__variantCircleBtnActive{background:#0000000a;border-color:#000}.Product-module__yvlZSq__variantCircleBtnDisabled{opacity:.45;cursor:not-allowed}.Product-module__yvlZSq__variantCircleBtnDisabled:after{content:"";background:linear-gradient(135deg,#0000 45%,#00000073 45% 55%,#0000 55%);border-radius:50%;position:absolute;inset:0}.Product-module__yvlZSq__variantCircleText{color:var(--text-color);pointer-events:none;text-transform:uppercase;font-size:13px;font-weight:700;line-height:1}.Product-module__yvlZSq__sizeInputRow{flex-direction:column;gap:8px;margin-top:14px;display:flex}.Product-module__yvlZSq__sizeInputLabel{color:var(--text-color);font-size:.95rem;font-weight:600}.Product-module__yvlZSq__sizeInput{border:1.5px solid var(--border-color);width:100%;color:var(--text-color);background:var(--surface);border-radius:12px;outline:none;padding:12px 14px;font-size:.98rem;transition:border-color .15s,box-shadow .15s}.Product-module__yvlZSq__sizeInput:focus{border-color:rgba(var(--accent-rgb),.45);box-shadow:0 0 0 4px rgba(var(--accent-rgb),.12)}.Product-module__yvlZSq__specGroupBlock{margin-bottom:20px}.Product-module__yvlZSq__specGroupLabel{color:var(--text-color);letter-spacing:.02em;margin-bottom:10px;font-size:14px;font-weight:600}.Product-module__yvlZSq__specGroupSelected{color:var(--light-text);font-weight:400}.Product-module__yvlZSq__colorSwatchRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Product-module__yvlZSq__colorSwatch{background-color:var(--swatch-bg);outline-offset:3px;cursor:pointer;border:2.5px solid #0000;border-radius:50%;outline:2.5px solid #0000;width:42px;height:42px;padding:0;transition:outline .15s,transform .15s,opacity .15s;box-shadow:inset 0 0 0 2px #00000014}.Product-module__yvlZSq__colorSwatch:hover:not(:disabled){transform:scale(1.08)}.Product-module__yvlZSq__colorSwatchActive{outline:2.5px solid var(--swatch-border);transform:scale(1.08)}.Product-module__yvlZSq__colorSwatchDisabled{opacity:.35;cursor:not-allowed;position:relative}.Product-module__yvlZSq__colorSwatchDisabled:after{content:"";background:linear-gradient(135deg,#0000 45%,#0006 45% 55%,#0000 55%);border-radius:50%;position:absolute;inset:0}.Product-module__yvlZSq__chipRow{flex-wrap:wrap;gap:10px;display:flex}.Product-module__yvlZSq__chipBtn{color:#444;cursor:pointer;background:#fff;border:1.5px solid #ccc;border-radius:999px;padding:6px 18px;font-size:13px;font-weight:500;transition:border-color .15s,background .15s,color .15s,opacity .15s}.Product-module__yvlZSq__chipBtn:hover:not(:disabled){border-color:#999}.Product-module__yvlZSq__chipBtnActive{color:#fff;background:#333;border-color:#333}.Product-module__yvlZSq__chipBtnDisabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.Product-module__yvlZSq__customDropdown{-webkit-user-select:none;user-select:none;min-width:180px;max-width:240px;display:inline-block;position:relative}.Product-module__yvlZSq__customDropdownTrigger{cursor:pointer;background:#fff;border:1.5px solid #d0d0d0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 14px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s;display:flex}.Product-module__yvlZSq__customDropdownTrigger:hover{border-color:#999}.Product-module__yvlZSq__customDropdownTriggerOpen{border-color:#333;box-shadow:0 0 0 3px #0000000f}.Product-module__yvlZSq__customDropdownPlaceholder{color:#aaa;font-weight:400}.Product-module__yvlZSq__customDropdownSelected{color:#222;font-weight:600}.Product-module__yvlZSq__customDropdownChevron{color:#888;flex-shrink:0;transition:transform .2s}.Product-module__yvlZSq__customDropdownChevronOpen{color:#333;transform:rotate(180deg)}.Product-module__yvlZSq__customDropdownMenu{z-index:100;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;margin:0;padding:6px 0;list-style:none;animation:.12s Product-module__yvlZSq__dropdownFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}@keyframes Product-module__yvlZSq__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Product-module__yvlZSq__customDropdownItem{color:#333;cursor:pointer;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:500;transition:background .1s;display:flex}.Product-module__yvlZSq__customDropdownItem:hover{background:#f5f5f5}.Product-module__yvlZSq__customDropdownItemActive{color:#111;background:#f0f0f0;font-weight:600}.Product-module__yvlZSq__customDropdownItemDisabled{opacity:.4;cursor:not-allowed;pointer-events:none}.Product-module__yvlZSq__customDropdownUnavailable{color:#aaa;margin-left:auto;font-size:11px;font-weight:400}.Product-module__yvlZSq__noMatchNote{color:#c0392b;margin-top:8px;font-size:13px}.Product-module__yvlZSq__specs{margin-top:28px;margin-bottom:2rem}.Product-module__yvlZSq__specsTitle{color:var(--primary-color);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px 2px;font-size:11px;font-weight:700}.Product-module__yvlZSq__specGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.Product-module__yvlZSq__specCard{background:#f9fffe;border:1px solid #dff0eb;border-radius:10px;flex-direction:column;gap:4px;padding:12px 14px;transition:box-shadow .2s,transform .2s;display:flex}.Product-module__yvlZSq__specCard:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.Product-module__yvlZSq__specLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--primary-color);opacity:.75;font-size:10px;font-weight:700}.Product-module__yvlZSq__specValue{color:#222;font-size:14px;font-weight:600;line-height:1.3}@media (max-width:480px){.Product-module__yvlZSq__specGrid{grid-template-columns:1fr}}.Product-module__yvlZSq__actions{gap:1rem;margin:1rem 0;display:flex}.Product-module__yvlZSq__addToCartBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;flex:1;max-width:250px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Product-module__yvlZSq__addToCartBtn:hover:not(:disabled){background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 5px 20px #00000026}.Product-module__yvlZSq__addToCartBtn:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}.Product-module__yvlZSq__wishlistBtn{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;transition:all .3s;display:flex}.Product-module__yvlZSq__wishlistBtn:hover{border-color:var(--accent-color);color:var(--accent-color);background-color:#ff00000d;transform:scale(1.1)}.Product-module__yvlZSq__meta{flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.Product-module__yvlZSq__meta>div{color:var(--light-text);font-size:.9rem;display:flex}.Product-module__yvlZSq__meta strong{min-width:120px;color:var(--text-color);font-weight:600}.Product-module__yvlZSq__detailList{margin:0 0 2rem;padding:0;list-style:none}.Product-module__yvlZSq__detailListItem{color:var(--light-text);align-items:flex-start;gap:10px;padding:.5rem 0;display:flex}.Product-module__yvlZSq__linkList{margin:0;padding:0;list-style:none}.Product-module__yvlZSq__linkItem{align-items:flex-start;gap:10px;padding:6px 0;display:flex}.Product-module__yvlZSq__linkAnchor{color:var(--primary-color);font-weight:600;text-decoration:none}.Product-module__yvlZSq__linkAnchor:hover{text-decoration:underline}.Product-module__yvlZSq__bulletIcon{color:#d4af37;flex-shrink:0;margin-top:3px}.Product-module__yvlZSq__policyBox{background:#fffaf3;border:1px solid #f1e3d3;border-radius:10px;margin-top:25px;padding:18px;box-shadow:0 4px 10px #0000000a}.Product-module__yvlZSq__policyHeader{color:#2c2c2c;margin-bottom:10px;font-size:14px}.Product-module__yvlZSq__policyAccordion{flex-direction:column;gap:10px;display:flex}.Product-module__yvlZSq__policyItem{background:#ffffffbf;border:1px solid #0000000f;border-radius:10px;overflow:hidden}.Product-module__yvlZSq__policySummary{cursor:pointer;color:#2c2c2c;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:10px;padding:12px;font-size:16px;list-style:none;display:flex}.Product-module__yvlZSq__policySummary::-webkit-details-marker{display:none}.Product-module__yvlZSq__policySummary:after{content:"+";color:#2c2c2c;opacity:.85;font-weight:700;line-height:1}.Product-module__yvlZSq__policyItem[open] .Product-module__yvlZSq__policySummary:after{content:"–"}.Product-module__yvlZSq__policyBody{padding:0 12px 12px}.Product-module__yvlZSq__policyList{margin:0;padding-left:0;list-style:none}.Product-module__yvlZSq__policyListItemWB,.Product-module__yvlZSq__policyListItem{color:#555;margin-bottom:6px;font-size:14px;line-height:1.5}.Product-module__yvlZSq__policyListItem:before{content:"•";color:#d4af37;width:1em;font-weight:700;display:inline-block}.Product-module__yvlZSq__relatedSection{border-top:1px solid var(--border-color,#eee);margin-top:4rem;padding-top:2rem}.Product-module__yvlZSq__relatedHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Product-module__yvlZSq__relatedTitle{color:var(--primary-color);letter-spacing:.5px;font-size:1.75rem;font-weight:300}.Product-module__yvlZSq__viewAllBtn{color:var(--primary-color);letter-spacing:.3px;font-size:.9rem;text-decoration:underline;transition:opacity .2s}.Product-module__yvlZSq__viewAllBtn:hover{opacity:.7}.Product-module__yvlZSq__inStock{color:#00a650;font-weight:600}.Product-module__yvlZSq__outOfStock{color:#f44;font-weight:600}.Product-module__yvlZSq__gstNote{color:#777;margin-top:8px;font-size:12px}@media (max-width:968px){.Product-module__yvlZSq__container{width:95%;padding:3rem 0}.Product-module__yvlZSq__productWrapper{gap:3rem}.Product-module__yvlZSq__title{font-size:2rem}}@media (max-width:768px){.Product-module__yvlZSq__productWrapper{grid-template-columns:1fr;gap:2rem}.Product-module__yvlZSq__imageSection{position:relative;top:0}.Product-module__yvlZSq__imageContainer{border-radius:24px;min-height:350px}.Product-module__yvlZSq__thumbnail{border-radius:16px;width:70px;height:70px}.Product-module__yvlZSq__title{font-size:1.75rem}.Product-module__yvlZSq__price{font-size:1.5rem}.Product-module__yvlZSq__oldPrice{font-size:1.1rem}.Product-module__yvlZSq__addToCartBtn{max-width:100%}.Product-module__yvlZSq__wishlistBtn{align-self:flex-start}.Product-module__yvlZSq__customDropdown{max-width:100%}}@media (max-width:480px){.Product-module__yvlZSq__container{padding:2rem 0}.Product-module__yvlZSq__imageContainer{border-radius:20px;min-height:280px}.Product-module__yvlZSq__thumbnail{border-radius:12px;width:60px;height:60px}.Product-module__yvlZSq__thumbnailContainer{gap:.5rem}.Product-module__yvlZSq__title{font-size:1.5rem}.Product-module__yvlZSq__category{font-size:.8rem}.Product-module__yvlZSq__description{font-size:.95rem}}.Product-module__yvlZSq__variantPriceBlock{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Product-module__yvlZSq__variantOriginalPrice{color:#aaa;font-size:11px;font-weight:400;text-decoration:line-through}.Product-module__yvlZSq__variantDiscount{color:#e74c3c;background:#ffeaea;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:600}
.AboutUs-module__OlJC1a__heroSection{background:linear-gradient(135deg,var(--primary-color)0%,#005a4d 100%);color:var(--white);text-align:center;padding:100px 20px}.AboutUs-module__OlJC1a__container{max-width:1200px;margin:0 auto;padding:0 20px}.AboutUs-module__OlJC1a__heroTitle{letter-spacing:1px;margin-bottom:20px;font-size:3.5rem;font-weight:300;line-height:1.2}.AboutUs-module__OlJC1a__heroSubtitle{opacity:.95;max-width:700px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:300;line-height:1.6}.AboutUs-module__OlJC1a__ctaButtons{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px;display:flex}.AboutUs-module__OlJC1a__button{background:var(--primary-color);color:#fff;cursor:pointer;letter-spacing:.4px;border:none;border-radius:10px;width:fit-content;padding:14px;font-size:1rem;font-weight:700;transition:opacity .25s,transform .15s;box-shadow:0 4px 14px #e2b13c59}.AboutUs-module__OlJC1a__button:hover{opacity:.9;transform:translateY(-1px)}.AboutUs-module__OlJC1a__primaryBtn{background-color:var(--accent-color);color:var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:40px;padding:16px 40px;font-size:1rem;font-weight:500;transition:all .3s}.AboutUs-module__OlJC1a__primaryBtn:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #d69e854d}.AboutUs-module__OlJC1a__secondaryBtn{color:var(--white);border:2px solid var(--white);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background-color:#0000;border-radius:40px;padding:14px 38px;font-size:1rem;font-weight:500;transition:all .3s}.AboutUs-module__OlJC1a__secondaryBtn:hover{background-color:var(--white);color:var(--primary-color);transform:translateY(-2px)}.AboutUs-module__OlJC1a__brandStory{background-color:var(--white);padding:80px 20px}.AboutUs-module__OlJC1a__sectionHeader{text-align:center;margin-bottom:40px}.AboutUs-module__OlJC1a__icon{color:var(--accent-color);margin-bottom:20px;font-size:3rem;display:block}.AboutUs-module__OlJC1a__icon svg{display:inline-block}.AboutUs-module__OlJC1a__sectionHeader h2{color:var(--text-color);letter-spacing:.5px;margin:0;font-size:2.5rem;font-weight:300}.AboutUs-module__OlJC1a__content{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.AboutUs-module__OlJC1a__content p{color:var(--light-text);margin-bottom:20px;font-size:1.125rem;line-height:1.8}.AboutUs-module__OlJC1a__whyNatural{background-color:var(--light-bg);padding:80px 20px}.AboutUs-module__OlJC1a__trustSection{background-color:var(--white);padding:80px 20px}.AboutUs-module__OlJC1a__craftsmanship{background-color:var(--light-bg);padding:80px 20px}.AboutUs-module__OlJC1a__ethicsSection{background-color:var(--white);padding:80px 20px}.AboutUs-module__OlJC1a__trustBadges{background-color:var(--light-bg);padding:80px 20px}.AboutUs-module__OlJC1a__badgesGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;max-width:1200px;margin:0 auto;display:grid}.AboutUs-module__OlJC1a__badge{text-align:center;background-color:var(--white);border:2px solid #0000;border-radius:8px;padding:30px 20px;transition:all .3s}.AboutUs-module__OlJC1a__badge:hover{border-color:var(--accent-color);box-shadow:0 10px 30px rgba(var(--accent-rgb),.12);transform:translateY(-5px)}.AboutUs-module__OlJC1a__badgeIcon{color:var(--accent-color);margin-bottom:15px;font-size:2.5rem}.AboutUs-module__OlJC1a__badgeIcon svg{display:inline-block}.AboutUs-module__OlJC1a__badge h3{color:var(--text-color);letter-spacing:.5px;margin:0;font-size:1rem;font-weight:500}.AboutUs-module__OlJC1a__collections{background-color:var(--white);padding:80px 20px}.AboutUs-module__OlJC1a__bespoke{background-color:var(--light-bg);padding:80px 20px}.AboutUs-module__OlJC1a__occasions{background-color:var(--white);padding:80px 20px}.AboutUs-module__OlJC1a__ctaFooter{background:linear-gradient(135deg,var(--primary-color)0%,#005a4d 100%);color:var(--white);text-align:center;padding:100px 20px}.AboutUs-module__OlJC1a__ctaFooter h2{letter-spacing:.5px;margin-bottom:20px;font-size:2.5rem;font-weight:300}.AboutUs-module__OlJC1a__ctaFooter p{opacity:.95;margin-bottom:40px;font-size:1.125rem}@media (max-width:768px){.AboutUs-module__OlJC1a__heroTitle{font-size:2.5rem}.AboutUs-module__OlJC1a__heroSubtitle{font-size:1.125rem}.AboutUs-module__OlJC1a__sectionHeader h2{font-size:2rem}.AboutUs-module__OlJC1a__ctaButtons{flex-direction:column;align-items:stretch}.AboutUs-module__OlJC1a__primaryBtn,.AboutUs-module__OlJC1a__secondaryBtn{width:100%;max-width:400px;margin:0 auto}.AboutUs-module__OlJC1a__badgesGrid{grid-template-columns:1fr;gap:20px}.AboutUs-module__OlJC1a__content p{font-size:1rem}.AboutUs-module__OlJC1a__ctaFooter h2{font-size:2rem}}@media (max-width:480px){.AboutUs-module__OlJC1a__heroTitle{font-size:2rem}.AboutUs-module__OlJC1a__heroSection,.AboutUs-module__OlJC1a__brandStory,.AboutUs-module__OlJC1a__whyNatural,.AboutUs-module__OlJC1a__trustSection,.AboutUs-module__OlJC1a__craftsmanship,.AboutUs-module__OlJC1a__ethicsSection,.AboutUs-module__OlJC1a__trustBadges,.AboutUs-module__OlJC1a__collections,.AboutUs-module__OlJC1a__bespoke,.AboutUs-module__OlJC1a__occasions,.AboutUs-module__OlJC1a__ctaFooter{padding:60px 20px}}
.Marquee-module__Q--LXW__marqueeContainer{background-color:#f0f7f6;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;width:100%;padding:1rem 0;overflow:hidden}.Marquee-module__Q--LXW__marquee{align-items:center;display:flex}.Marquee-module__Q--LXW__welcomeText{color:#6c757d;white-space:nowrap;pointer-events:none;margin:0 3rem;font-size:2rem;font-weight:300;transition:all .3s;display:inline-block}.Marquee-module__Q--LXW__welcomeText:hover{color:#007bff;transform:scale(1.1)}@media (max-width:768px){.Marquee-module__Q--LXW__marqueeContainer{padding:.75rem 0}.Marquee-module__Q--LXW__welcomeText{margin:0 2rem;font-size:1.5rem}}@media (max-width:480px){.Marquee-module__Q--LXW__marqueeContainer{padding:.5rem 0}.Marquee-module__Q--LXW__welcomeText{margin:0 1.5rem;font-size:1.2rem}}@media (prefers-reduced-motion:reduce){.Marquee-module__Q--LXW__welcomeText{transition:none}}
.dropdown-module__RiA6MG__wrapper{flex-shrink:0;position:relative}.dropdown-module__RiA6MG__trigger{cursor:pointer;color:#333;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#fffc;border:1.5px solid #2c3e3233;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:90px;height:50px;padding:0 10px 0 12px;font-size:.95rem;transition:all .2s;display:flex}.dropdown-module__RiA6MG__trigger:hover{background:#fff;border-color:#2c3e3266}.dropdown-module__RiA6MG__triggerOpen{background:#fff;border-color:#e2b13c;box-shadow:0 0 0 3px #e2b13c26}.dropdown-module__RiA6MG__flag{font-size:1.15rem;line-height:1}.dropdown-module__RiA6MG__code{color:#333;letter-spacing:.3px;font-size:.9rem;font-weight:600}.dropdown-module__RiA6MG__chevron{color:#888;margin-left:2px;font-size:.7rem;transition:transform .2s;display:inline-block}.dropdown-module__RiA6MG__chevronOpen{transform:rotate(180deg)}.dropdown-module__RiA6MG__panel{z-index:999;background:#fff;border:1.5px solid #2c3e3226;border-radius:12px;width:260px;animation:.18s dropdown-module__RiA6MG__panelIn;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 32px #2c1e0a21}@keyframes dropdown-module__RiA6MG__panelIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-module__RiA6MG__searchWrapper{background:#fafaf8;border-bottom:1px solid #2c3e321a;align-items:center;gap:8px;padding:10px 12px;display:flex}.dropdown-module__RiA6MG__searchIcon{color:#aaa;flex-shrink:0;display:flex}.dropdown-module__RiA6MG__search{color:#333;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.88rem}.dropdown-module__RiA6MG__search::placeholder{color:#bbb}.dropdown-module__RiA6MG__list{scrollbar-width:thin;scrollbar-color:#2c3e3233 transparent;max-height:220px;margin:0;padding:6px 0;list-style:none;overflow-y:auto}.dropdown-module__RiA6MG__list::-webkit-scrollbar{width:4px}.dropdown-module__RiA6MG__list::-webkit-scrollbar-thumb{background:#2c3e3233;border-radius:4px}.dropdown-module__RiA6MG__item{cursor:pointer;align-items:center;gap:10px;padding:9px 14px;font-size:.88rem;transition:background .15s;display:flex}.dropdown-module__RiA6MG__item:hover{background:#f5f2ec}.dropdown-module__RiA6MG__itemActive{background:rgba(var(--accent-rgb),.07)}.dropdown-module__RiA6MG__itemActive .dropdown-module__RiA6MG__itemName{color:var(--accent-color);font-weight:600}.dropdown-module__RiA6MG__itemFlag{flex-shrink:0;font-size:1.1rem}.dropdown-module__RiA6MG__itemName{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.dropdown-module__RiA6MG__itemCode{color:var(--light-text);flex-shrink:0;font-size:.82rem}.dropdown-module__RiA6MG__empty{text-align:center;color:var(--light-text);padding:14px;font-size:.88rem}
.order-sucess-module__4BxCxG__page{background:linear-gradient(135deg,var(--light-bg)0%,var(--background)100%);justify-content:center;align-items:center;min-height:80vh;padding:2rem 1rem;display:flex}.order-sucess-module__4BxCxG__card{background:var(--white);text-align:center;border-radius:16px;width:100%;max-width:500px;padding:2rem;position:relative;box-shadow:0 10px 40px #0000001a}.order-sucess-module__4BxCxG__checkWrapper{justify-content:center;margin-bottom:1rem;display:flex}.order-sucess-module__4BxCxG__check{background:linear-gradient(135deg,var(--accent-color)0%,var(--accent-hover)100%);width:50px;height:50px;box-shadow:0 8px 20px rgba(var(--accent-rgb),.35);border-radius:50%;justify-content:center;align-items:center;animation:.5s ease-out .2s both order-sucess-module__4BxCxG__scaleIn;display:flex}@keyframes order-sucess-module__4BxCxG__scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.order-sucess-module__4BxCxG__checkIcon{color:var(--white);font-size:1.5rem;animation:.6s ease-out .5s both order-sucess-module__4BxCxG__checkBounce}@keyframes order-sucess-module__4BxCxG__checkBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.order-sucess-module__4BxCxG__title{color:var(--text-color);margin-bottom:.4rem;font-size:1.5rem;font-weight:600;animation:.5s ease-out .3s both order-sucess-module__4BxCxG__fadeIn}@keyframes order-sucess-module__4BxCxG__fadeIn{0%{opacity:0}to{opacity:1}}.order-sucess-module__4BxCxG__subtitle{color:var(--light-text);margin-bottom:1.5rem;font-size:.9rem;line-height:1.4;animation:.5s ease-out .4s both order-sucess-module__4BxCxG__fadeIn}.order-sucess-module__4BxCxG__productList{background-color:var(--light-bg);border-radius:12px;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem;animation:.5s ease-out .5s both order-sucess-module__4BxCxG__fadeIn;display:flex}.order-sucess-module__4BxCxG__productItem{color:var(--text-color);background:var(--white);border-left:3px solid var(--accent-color);border-radius:8px;padding:.5rem;font-size:.95rem}.order-sucess-module__4BxCxG__actions{flex-direction:row;gap:.8rem;animation:.5s ease-out .6s both order-sucess-module__4BxCxG__fadeIn;display:flex}.order-sucess-module__4BxCxG__primaryBtn{background:linear-gradient(135deg,var(--accent-color)0%,var(--accent-hover)100%);color:var(--white);cursor:pointer;box-shadow:0 4px 15px rgba(var(--accent-rgb),.25);border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.order-sucess-module__4BxCxG__primaryBtn:hover{box-shadow:0 6px 20px rgba(var(--accent-rgb),.3);transform:translateY(-2px)}.order-sucess-module__4BxCxG__primaryBtn:active{transform:translateY(0)}.order-sucess-module__4BxCxG__secondaryBtn{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;border-radius:50px;flex:1;justify-content:center;align-items:center;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.order-sucess-module__4BxCxG__secondaryBtn:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 15px #0000002e}.order-sucess-module__4BxCxG__secondaryBtn:active{transform:translateY(0)}@media (max-width:768px){.order-sucess-module__4BxCxG__page{padding:1.5rem 1rem}.order-sucess-module__4BxCxG__card{padding:1.5rem}.order-sucess-module__4BxCxG__title{font-size:1.4rem}.order-sucess-module__4BxCxG__subtitle{font-size:.85rem}.order-sucess-module__4BxCxG__check{width:45px;height:45px}.order-sucess-module__4BxCxG__checkIcon{font-size:1.3rem}}@media (max-width:480px){.order-sucess-module__4BxCxG__actions{flex-direction:column;gap:.7rem}.order-sucess-module__4BxCxG__primaryBtn,.order-sucess-module__4BxCxG__secondaryBtn{padding:.7rem 1.2rem;font-size:.85rem}}
.Cart-module__P4ZVPa__cartContainer{width:90%;max-width:1200px;min-height:60vh;margin:0 auto;padding-bottom:1rem}.Cart-module__P4ZVPa__title{color:var(--primary-color);border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:300}.Cart-module__P4ZVPa__cartLayout{align-items:flex-start;gap:3rem;display:flex}.Cart-module__P4ZVPa__cartItems{flex:2}.Cart-module__P4ZVPa__cartItem{border-bottom:1px solid #eee;align-items:center;padding:1.5rem 0;display:flex}.Cart-module__P4ZVPa__itemImage{background-color:var(--light-bg);object-fit:cover;border-radius:20px;flex-shrink:0;width:100px;height:100px;margin-right:1.5rem}.Cart-module__P4ZVPa__itemDetails{flex:1}.Cart-module__P4ZVPa__itemName{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.Cart-module__P4ZVPa__itemName:hover{color:var(--primary-color)}.Cart-module__P4ZVPa__itemCategory{color:var(--light-text);margin-bottom:.5rem;font-size:.9rem}.Cart-module__P4ZVPa__itemPrice{color:var(--primary-color);font-weight:600}.Cart-module__P4ZVPa__quantityControls{align-items:center;gap:1rem;margin-right:2rem;display:flex}.Cart-module__P4ZVPa__qtyBtn{cursor:pointer;width:30px;height:30px;color:var(--text-color);background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.Cart-module__P4ZVPa__qtyBtn:hover{border-color:var(--primary-color);color:var(--primary-color)}.Cart-module__P4ZVPa__qtyValue{text-align:center;min-width:20px;font-weight:600}.Cart-module__P4ZVPa__removeBtn{color:#ff4d4f;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;transition:opacity .2s}.Cart-module__P4ZVPa__removeBtn:hover{opacity:.7}.Cart-module__P4ZVPa__summary{background-color:var(--light-bg);border-radius:40px;flex:1;padding:2rem;position:sticky;top:100px}.Cart-module__P4ZVPa__summaryTitle{color:var(--text-color);margin-bottom:1.5rem;font-size:1.5rem}.Cart-module__P4ZVPa__summaryRow{color:var(--light-text);justify-content:space-between;margin-bottom:1rem;display:flex}.Cart-module__P4ZVPa__totalRow{color:var(--primary-color);border-top:1px solid #0000001a;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;font-size:1.2rem;font-weight:700;display:flex}.Cart-module__P4ZVPa__checkoutBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:40px;width:100%;margin-top:2rem;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .3s}.Cart-module__P4ZVPa__checkoutBtn:disabled{opacity:.6;cursor:not-allowed}.Cart-module__P4ZVPa__emptyCart{text-align:center;padding:4rem 0}.Cart-module__P4ZVPa__emptyTitle{color:var(--light-text);margin-bottom:2rem;font-size:2rem}.Cart-module__P4ZVPa__continueBtn{background-color:var(--primary-color);color:#fff;border-radius:50px;padding:1rem 2rem;text-decoration:none;transition:background-color .3s;display:inline-block}.Cart-module__P4ZVPa__continueBtn:hover{background-color:var(--accent-hover)}.Cart-module__P4ZVPa__addAddressBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background-color .3s}.Cart-module__P4ZVPa__addAddressBtn:hover{background-color:var(--accent-hover)}.Cart-module__P4ZVPa__addressSection{border-top:1px solid #0000001a;margin-top:2rem;padding-top:1.5rem}.Cart-module__P4ZVPa__addressHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Cart-module__P4ZVPa__addressLabel{color:var(--text-color);font-size:.95rem;font-weight:600}.Cart-module__P4ZVPa__changeAddressBtn{color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;background-color:#0000;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Cart-module__P4ZVPa__changeAddressBtn:hover{background-color:var(--primary-color);color:#fff}.Cart-module__P4ZVPa__selectedAddressCard{background-color:#00000008;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;padding:1rem}.Cart-module__P4ZVPa__selectedTag{color:var(--primary-color);letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.Cart-module__P4ZVPa__selectedAddressCard p{color:var(--text-color);margin:.25rem 0;font-size:.85rem;line-height:1.4}.Cart-module__P4ZVPa__selectedAddressCard p strong{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.Cart-module__P4ZVPa__addressEmpty{color:var(--light-text);text-align:center;background-color:#00000005;border-radius:8px;padding:1rem;font-size:.85rem;font-style:italic}.Cart-module__P4ZVPa__addressModalOverlay{z-index:9999;background-color:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.25s forwards Cart-module__P4ZVPa__fadeUpOverlay;display:flex;position:fixed;inset:0}.Cart-module__P4ZVPa__addressModal{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;height:85vh;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards Cart-module__P4ZVPa__fadeUpModal;display:flex;position:relative;box-shadow:0 20px 60px #0000004d}.Cart-module__P4ZVPa__modalHeader{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Cart-module__P4ZVPa__modalTitle{color:var(--text-color);margin:0;font-size:1.5rem;font-weight:600}.Cart-module__P4ZVPa__modalClose{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}.Cart-module__P4ZVPa__modalClose:hover{color:var(--text-color);background-color:#f5f5f5}.Cart-module__P4ZVPa__modalBody{flex:1;min-height:0;padding:1.5rem 2rem;overflow-y:auto}.Cart-module__P4ZVPa__addressGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.Cart-module__P4ZVPa__modalAddressCard{cursor:pointer;background-color:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:1.25rem;transition:all .2s;position:relative}.Cart-module__P4ZVPa__modalAddressCard:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Cart-module__P4ZVPa__modalAddressCard strong{color:var(--text-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.Cart-module__P4ZVPa__modalAddressCard p{color:var(--light-text);margin:.4rem 0;font-size:.9rem;line-height:1.4}.Cart-module__P4ZVPa__modalSelected{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color);background-color:#00000005}.Cart-module__P4ZVPa__modalSelected:after{content:"✓";background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:.75rem;right:.75rem}.Cart-module__P4ZVPa__noAddresses{text-align:center;color:var(--light-text);padding:3rem 1rem}.Cart-module__P4ZVPa__noAddresses p{margin:0;font-size:1rem}.Cart-module__P4ZVPa__modalFooter{border-top:1px solid #eee;flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1.25rem 2rem;display:flex}.Cart-module__P4ZVPa__modalCancel{color:var(--text-color);cursor:pointer;background-color:#fff;border:2px solid #ddd;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.Cart-module__P4ZVPa__modalCancel:hover{background-color:#f5f5f5;border-color:#999}.Cart-module__P4ZVPa__modalAddAddress{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:background-color .3s}.Cart-module__P4ZVPa__modalAddAddress:hover{background-color:var(--accent-hover)}@media (max-width:768px){.Cart-module__P4ZVPa__cartContainer{width:95%;padding:2rem 0}.Cart-module__P4ZVPa__title{font-size:2rem}.Cart-module__P4ZVPa__cartLayout{flex-direction:column}.Cart-module__P4ZVPa__cartItems,.Cart-module__P4ZVPa__summary{width:100%}.Cart-module__P4ZVPa__summary{margin-top:2rem;position:static}.Cart-module__P4ZVPa__cartItem{flex-wrap:wrap;gap:1rem}.Cart-module__P4ZVPa__itemImage{width:80px;height:80px}.Cart-module__P4ZVPa__quantityControls{margin-right:0}.Cart-module__P4ZVPa__addressModal{max-height:90vh}.Cart-module__P4ZVPa__modalHeader{padding:1.25rem 1.5rem}.Cart-module__P4ZVPa__modalTitle{font-size:1.25rem}.Cart-module__P4ZVPa__modalBody{padding:1.25rem 1.5rem}.Cart-module__P4ZVPa__addressGrid{grid-template-columns:1fr}.Cart-module__P4ZVPa__modalFooter{flex-direction:column;padding:1rem 1.5rem}.Cart-module__P4ZVPa__modalCancel,.Cart-module__P4ZVPa__modalAddAddress{width:100%}}@media (max-width:480px){.Cart-module__P4ZVPa__cartContainer{padding:1rem 0}.Cart-module__P4ZVPa__title{font-size:1.75rem}.Cart-module__P4ZVPa__itemName{font-size:1rem}.Cart-module__P4ZVPa__itemCategory{font-size:.85rem}.Cart-module__P4ZVPa__itemPrice{font-size:.9rem}.Cart-module__P4ZVPa__qtyBtn{width:28px;height:28px;font-size:1rem}.Cart-module__P4ZVPa__summary{padding:1.5rem}.Cart-module__P4ZVPa__summaryTitle{font-size:1.25rem}.Cart-module__P4ZVPa__addressModalOverlay{padding:.5rem}.Cart-module__P4ZVPa__modalHeader{padding:1rem}.Cart-module__P4ZVPa__modalTitle{font-size:1.1rem}.Cart-module__P4ZVPa__modalBody,.Cart-module__P4ZVPa__modalFooter{padding:1rem}}.Cart-module__P4ZVPa__loader{justify-content:center;align-items:center;min-height:50vh;display:flex}@keyframes Cart-module__P4ZVPa__fadeUpOverlay{0%{opacity:0}to{opacity:1}}@keyframes Cart-module__P4ZVPa__fadeUpModal{0%{opacity:0;transform:translateY(32px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Cart-module__P4ZVPa__customLabel{color:var(--primary-color);background:color-mix(in srgb,var(--primary-color)10%,transparent);border-radius:20px;margin-top:4px;margin-right:.5rem;padding:2px 8px;font-size:.75rem;display:inline-block}.Cart-module__P4ZVPa__itemMeta{flex-wrap:wrap;align-items:center;margin-bottom:.4rem;display:flex}.Cart-module__P4ZVPa__itemMeta .Cart-module__P4ZVPa__itemCategory{margin-bottom:0}
.Orders-module__rBJ_sG__ordersContainer{width:90%;max-width:1200px;min-height:60vh;margin:0 auto 2rem}.Orders-module__rBJ_sG__title{color:var(--primary-color);border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem;font-size:2.5rem;font-weight:300}.Orders-module__rBJ_sG__ordersList{flex-direction:column;gap:1.5rem;display:flex}.Orders-module__rBJ_sG__orderCard{background-color:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.Orders-module__rBJ_sG__orderCard:hover{box-shadow:0 5px 15px #0000000d}.Orders-module__rBJ_sG__orderHeader{justify-content:space-between;align-items:start;display:flex}.Orders-module__rBJ_sG__orderId{color:var(--text-color);font-size:1.1rem;font-weight:600}.Orders-module__rBJ_sG__orderDate{color:var(--light-text);font-size:.9rem}.Orders-module__rBJ_sG__orderStatus{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.Orders-module__rBJ_sG__statusDelivered{color:#2e7d32;background-color:#e6f7e9}.Orders-module__rBJ_sG__statusShipped{color:#1565c0;background-color:#e3f2fd}.Orders-module__rBJ_sG__statusProcessing{color:#f57f17;background-color:#fff8e1}.Orders-module__rBJ_sG__statusCancelled{color:#c62828;background-color:#ffebee}.Orders-module__rBJ_sG__orderBody{justify-content:space-between;align-items:center;display:flex}.Orders-module__rBJ_sG__orderTotal{color:var(--text-color);font-size:1rem}.Orders-module__rBJ_sG__totalLabel{color:var(--light-text);margin-right:.5rem}.Orders-module__rBJ_sG__totalAmount{color:var(--primary-color);font-weight:700}.Orders-module__rBJ_sG__viewDetailsBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background-color:#0000;border-radius:40px;padding:.5rem 1.5rem;font-size:.9rem;text-decoration:none;transition:all .2s}.Orders-module__rBJ_sG__viewDetailsBtn:hover{background-color:var(--primary-color);color:#fff}.Orders-module__rBJ_sG__orderDetailsContainer{width:90%;max-width:1200px;min-height:60vh;margin:0 auto;padding:4rem 0}.Orders-module__rBJ_sG__orderInfo{border-bottom:1px solid #eee;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.Orders-module__rBJ_sG__orderTitle{color:var(--primary-color);margin-bottom:.5rem;font-size:2rem;font-weight:300}.Orders-module__rBJ_sG__status{border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:600}.Orders-module__rBJ_sG__orderContent{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.Orders-module__rBJ_sG__orderItems{flex-direction:column;gap:1rem;display:flex}.Orders-module__rBJ_sG__orderItems h2{color:var(--text-color);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.Orders-module__rBJ_sG__orderItem{background-color:#fff;border:1px solid #eee;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.Orders-module__rBJ_sG__itemDetails{flex:1}.Orders-module__rBJ_sG__itemDetails h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.Orders-module__rBJ_sG__itemVariant{color:var(--light-text);margin-bottom:.5rem;font-size:.9rem}.Orders-module__rBJ_sG__itemDescription{color:var(--light-text);font-size:.9rem;line-height:1.5}.Orders-module__rBJ_sG__itemPrice{color:var(--primary-color);white-space:nowrap;margin-left:1rem;font-size:1.2rem;font-weight:700}.Orders-module__rBJ_sG__orderSidebar{flex-direction:column;gap:1.5rem;display:flex}.Orders-module__rBJ_sG__summaryCard,.Orders-module__rBJ_sG__addressCard,.Orders-module__rBJ_sG__paymentCard{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem}.Orders-module__rBJ_sG__summaryCard h2,.Orders-module__rBJ_sG__addressCard h2,.Orders-module__rBJ_sG__paymentCard h2{color:var(--text-color);border-bottom:1px solid #f5f5f5;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600}.Orders-module__rBJ_sG__summaryRow{justify-content:space-between;margin-bottom:.8rem;font-size:.95rem;display:flex}.Orders-module__rBJ_sG__summaryRow.Orders-module__rBJ_sG__total{color:var(--primary-color);border-top:1px solid #eee;margin-top:.5rem;padding-top:.8rem;font-size:1.1rem;font-weight:700}.Orders-module__rBJ_sG__addressType{color:var(--primary-color);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.Orders-module__rBJ_sG__addressCard p{color:var(--text-color);margin-bottom:.3rem;font-size:.95rem;line-height:1.6}.Orders-module__rBJ_sG__noAddress{color:var(--light-text);font-style:italic}.Orders-module__rBJ_sG__paymentCard p{color:var(--text-color);font-size:.95rem}.Orders-module__rBJ_sG__backLink{color:var(--light-text);align-items:center;gap:.3rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex}.Orders-module__rBJ_sG__backLink:hover{color:var(--primary-color)}.Orders-module__rBJ_sG__downloadButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:40px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;transition:all .2s;display:inline-flex}.Orders-module__rBJ_sG__downloadButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.Orders-module__rBJ_sG__noItems{text-align:center;color:var(--light-text);padding:3rem;font-style:italic}.Orders-module__rBJ_sG__loading{text-align:center;color:var(--light-text);padding:4rem;font-size:1.2rem}.Orders-module__rBJ_sG__error{text-align:center;color:#c62828;padding:4rem;font-size:1.2rem}@media (max-width:768px){.Orders-module__rBJ_sG__ordersContainer,.Orders-module__rBJ_sG__orderDetailsContainer{width:95%;padding:2rem 0}.Orders-module__rBJ_sG__title,.Orders-module__rBJ_sG__orderTitle{font-size:1.8rem}.Orders-module__rBJ_sG__orderHeader{flex-direction:column;align-items:flex-start;gap:.8rem}.Orders-module__rBJ_sG__orderBody{flex-direction:column;align-items:flex-start;gap:1rem}.Orders-module__rBJ_sG__orderContent{grid-template-columns:1fr}.Orders-module__rBJ_sG__orderItem{flex-direction:column;gap:1rem}.Orders-module__rBJ_sG__itemPrice{margin-left:0}.Orders-module__rBJ_sG__orderInfo{flex-direction:column;gap:1rem}.Orders-module__rBJ_sG__downloadButton{justify-content:center;width:100%}}.Orders-module__rBJ_sG__statusGroup{gap:.5rem;display:flex}.Orders-module__rBJ_sG__paymentStatus{border-radius:16px;justify-content:center;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:500;display:flex}.Orders-module__rBJ_sG__paymentStatusPaid{color:#2e7d32;background-color:#e6f7e9;border:1px solid #a5d6a7;border-radius:16px;font-weight:700}.Orders-module__rBJ_sG__paymentStatusUnpaid{color:#c62828;background-color:#ffebee;border:1px solid #ef9a9a;font-weight:600}.Orders-module__rBJ_sG__payNowButton{color:#fff;background:#e63946;border-radius:6px;align-items:center;gap:6px;padding:10px 18px;font-weight:600;display:flex}.Orders-module__rBJ_sG__headerBtns{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Orders-module__rBJ_sG__whatsappButton{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:background-color .2s;display:flex}.Orders-module__rBJ_sG__whatsappButton:hover{background-color:#1ebe5d}
.PolicyPage-module__n7GjhG__wrapper{background-color:var(--light-bg);padding:3rem 0}.PolicyPage-module__n7GjhG__container{background-color:var(--white);border-radius:12px;width:90%;max-width:900px;margin:0 auto;padding:2rem;box-shadow:0 8px 24px #0000000f}.PolicyPage-module__n7GjhG__title{color:var(--primary-color);letter-spacing:.5px;margin:0;font-size:2.25rem;font-weight:300}.PolicyPage-module__n7GjhG__meta{color:var(--light-text);margin-top:.5rem;margin-bottom:1.5rem;font-size:.95rem}.PolicyPage-module__n7GjhG__h2{color:var(--text-color);margin-top:1.75rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:500}.PolicyPage-module__n7GjhG__p{color:var(--text-color);margin-top:0;margin-bottom:.9rem;font-size:1rem;line-height:1.8}.PolicyPage-module__n7GjhG__ul{color:var(--text-color);margin-top:.5rem;margin-bottom:1rem;padding-left:1.25rem;line-height:1.8}.PolicyPage-module__n7GjhG__li{margin-bottom:.35rem;list-style:outside}.PolicyPage-module__n7GjhG__note{background:var(--light-bg);border-left:4px solid var(--primary-color);color:var(--text-color);border-radius:8px;margin-top:1rem;padding:.75rem 1rem}.PolicyPage-module__n7GjhG__tableWrap{margin-top:.5rem;margin-bottom:1rem;overflow-x:auto}.PolicyPage-module__n7GjhG__table{border-collapse:collapse;border-spacing:0;width:100%;font-size:.95rem}.PolicyPage-module__n7GjhG__th{text-align:left;background:var(--light-bg);color:var(--text-color);white-space:nowrap;border-bottom:1px solid #eaeaea;padding:.75rem}.PolicyPage-module__n7GjhG__td{color:var(--text-color);vertical-align:top;white-space:nowrap;border-bottom:1px solid #f0f0f0;padding:.75rem}
.Profile-module__2c4ImG__profileContainer{max-width:800px;margin:0 auto;padding:2rem 0}.Profile-module__2c4ImG__pageHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Profile-module__2c4ImG__title{color:var(--primary-color);margin:0;font-size:2rem}.Profile-module__2c4ImG__backLink{color:var(--light-text);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.Profile-module__2c4ImG__backLink:hover{color:var(--primary-color)}.Profile-module__2c4ImG__section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 10px #0000000d}.Profile-module__2c4ImG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Profile-module__2c4ImG__sectionTitle{color:var(--text-color);margin:0;font-size:1.5rem}.Profile-module__2c4ImG__editBtn{width:fit-content;color:var(--primary-color);cursor:pointer;background:0 0;border-radius:40px;text-decoration:none;transition:all .2s}.Profile-module__2c4ImG__profileGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.Profile-module__2c4ImG__infoGroup{flex-direction:column;display:flex}.Profile-module__2c4ImG__label{color:var(--light-text);margin-bottom:.5rem;font-size:.9rem}.Profile-module__2c4ImG__value{color:var(--text-color);font-size:1.1rem;font-weight:500}.Profile-module__2c4ImG__form{flex-direction:column;gap:1.5rem;display:flex}.Profile-module__2c4ImG__formGroup{flex-direction:column;display:flex}.Profile-module__2c4ImG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Profile-module__2c4ImG__input{border:1px solid #ddd;border-radius:4px;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Profile-module__2c4ImG__input:focus{border-color:var(--primary-color);outline:none}.Profile-module__2c4ImG__submitBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:40px;margin-top:1rem;padding:1rem;font-size:1rem;transition:background-color .2s}.Profile-module__2c4ImG__submitBtn:hover{background-color:#005c4e}.Profile-module__2c4ImG__cancelBtn{color:var(--text-color);cursor:pointer;text-align:center;background:0 0;border:1px solid #ddd;border-radius:40px;padding:1rem;font-size:1rem;text-decoration:none;transition:all .2s}.Profile-module__2c4ImG__cancelBtn:hover{background-color:#f5f5f5;border-color:#ccc}.Profile-module__2c4ImG__buttonGroup{gap:1rem;margin-top:1rem;display:flex}.Profile-module__2c4ImG__buttonGroup>*{flex:1;margin-top:0}.Profile-module__2c4ImG__addressList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Profile-module__2c4ImG__addressCard{border:1px solid #eee;border-radius:40px;padding:1.5rem;transition:box-shadow .2s;position:relative}.Profile-module__2c4ImG__addressCard:hover{box-shadow:0 4px 12px #0000000d}.Profile-module__2c4ImG__addressCard.Profile-module__2c4ImG__default{border-color:var(--primary-color);background-color:var(--light-bg)}.Profile-module__2c4ImG__addressHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Profile-module__2c4ImG__addressType{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:600;display:flex}.Profile-module__2c4ImG__defaultBadge{background-color:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:12px;padding:.2rem .5rem;font-size:.7rem}.Profile-module__2c4ImG__addressDetails{color:var(--light-text);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Profile-module__2c4ImG__addressActions{border-top:1px solid #eee;gap:.8rem;padding-top:1rem;display:flex}.Profile-module__2c4ImG__actionBtn{cursor:pointer;color:var(--light-text);background:0 0;border:none;padding:0;font-size:.9rem;transition:color .2s}.Profile-module__2c4ImG__actionBtn:hover{color:var(--primary-color)}.Profile-module__2c4ImG__deleteBtn:hover{color:#e53935}.Profile-module__2c4ImG__addAddressCard{cursor:pointer;color:var(--light-text);border:2px dashed #ddd;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;text-decoration:none;transition:all .2s;display:flex}.Profile-module__2c4ImG__addAddressCard:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:var(--light-bg)}.Profile-module__2c4ImG__plusIcon{margin-bottom:.5rem;font-size:2rem}.Profile-module__2c4ImG__noAddress{text-align:center;color:var(--light-text);padding:2rem}.Profile-module__2c4ImG__noAddress p{margin-bottom:1rem}@media (max-width:1024px){.Profile-module__2c4ImG__profileContainer{max-width:90%;padding:2rem 1rem}.Profile-module__2c4ImG__section{padding:1.75rem}}@media (max-width:768px){.Profile-module__2c4ImG__profileContainer{max-width:95%;padding:1.5rem 1rem}.Profile-module__2c4ImG__pageHeader{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.Profile-module__2c4ImG__title{font-size:1.75rem}.Profile-module__2c4ImG__section{border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.Profile-module__2c4ImG__sectionHeader{align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.Profile-module__2c4ImG__sectionTitle{font-size:1.3rem}.Profile-module__2c4ImG__profileGrid{grid-template-columns:1fr;gap:1.25rem}.Profile-module__2c4ImG__value{font-size:1rem}.Profile-module__2c4ImG__buttonGroup{flex-direction:column}.Profile-module__2c4ImG__cancelBtn{width:100%;padding:.875rem}.Profile-module__2c4ImG__addressList{grid-template-columns:1fr;gap:1.25rem}.Profile-module__2c4ImG__addressCard{border-radius:20px;padding:1.25rem}.Profile-module__2c4ImG__formRow{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.Profile-module__2c4ImG__profileContainer{max-width:100%;padding:1rem .75rem}.Profile-module__2c4ImG__pageHeader{margin-bottom:1.25rem;padding:0 .5rem 1rem}.Profile-module__2c4ImG__title{font-size:1.5rem}.Profile-module__2c4ImG__section{border-radius:12px;margin-bottom:1.25rem;padding:1.25rem;box-shadow:0 1px 8px #0000000a}.Profile-module__2c4ImG__sectionHeader{gap:.75rem;margin-bottom:1rem}.Profile-module__2c4ImG__sectionTitle{font-size:1.2rem}.Profile-module__2c4ImG__profileGrid{gap:1rem}.Profile-module__2c4ImG__infoGroup{border-bottom:1px solid #f5f5f5;padding-bottom:1rem}.Profile-module__2c4ImG__infoGroup:last-child{border-bottom:none;padding-bottom:0}.Profile-module__2c4ImG__label{margin-bottom:.4rem;font-size:.85rem}.Profile-module__2c4ImG__value{font-size:.95rem}.Profile-module__2c4ImG__form{gap:1.25rem}.Profile-module__2c4ImG__input{padding:.75rem;font-size:.95rem}.Profile-module__2c4ImG__submitBtn{border-radius:25px;padding:.875rem;font-size:.95rem}.Profile-module__2c4ImG__cancelBtn{border-radius:25px;padding:.75rem;font-size:.9rem}.Profile-module__2c4ImG__buttonGroup{gap:.75rem}.Profile-module__2c4ImG__addressList{gap:1rem}.Profile-module__2c4ImG__addressCard{border-radius:16px;padding:1rem}.Profile-module__2c4ImG__addressHeader{flex-wrap:wrap;margin-bottom:.75rem}.Profile-module__2c4ImG__addressType{font-size:.95rem}.Profile-module__2c4ImG__defaultBadge{padding:.15rem .4rem;font-size:.65rem}.Profile-module__2c4ImG__addressDetails{margin-bottom:1rem;font-size:.9rem;line-height:1.5}.Profile-module__2c4ImG__addressActions{justify-content:space-around;gap:1rem;padding-top:.75rem}.Profile-module__2c4ImG__actionBtn{font-size:.85rem}.Profile-module__2c4ImG__addAddressCard{border-radius:16px;min-height:160px;padding:1.5rem}.Profile-module__2c4ImG__plusIcon{font-size:1.75rem}.Profile-module__2c4ImG__backLink{font-size:.85rem}.Profile-module__2c4ImG__noAddress{padding:1.5rem}.Profile-module__2c4ImG__noAddress p{font-size:.9rem}}@media (max-width:360px){.Profile-module__2c4ImG__profileContainer{padding:.75rem .5rem}.Profile-module__2c4ImG__pageHeader{padding:0 .25rem .75rem}.Profile-module__2c4ImG__title{font-size:1.35rem}.Profile-module__2c4ImG__section{border-radius:10px;padding:1rem}.Profile-module__2c4ImG__sectionTitle{font-size:1.1rem}.Profile-module__2c4ImG__editBtn{padding:.55rem .75rem;font-size:.8rem}.Profile-module__2c4ImG__value{font-size:.9rem}.Profile-module__2c4ImG__input{padding:.65rem;font-size:.9rem}.Profile-module__2c4ImG__submitBtn,.Profile-module__2c4ImG__cancelBtn{padding:.7rem;font-size:.85rem}.Profile-module__2c4ImG__addressCard{padding:.875rem}.Profile-module__2c4ImG__addressType{font-size:.9rem}.Profile-module__2c4ImG__addressDetails{font-size:.85rem}.Profile-module__2c4ImG__addAddressCard{min-height:140px;padding:1.25rem}.Profile-module__2c4ImG__plusIcon{font-size:1.5rem}.Profile-module__2c4ImG__noAddress{padding:1.25rem}}.Profile-module__2c4ImG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000073;justify-content:center;align-items:center;animation:.3s Profile-module__2c4ImG__fadeOverlay;display:flex;position:fixed;inset:0}.Profile-module__2c4ImG__modalBox{background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:90%;max-width:400px;padding:2rem;animation:.3s Profile-module__2c4ImG__slideUp;display:flex;box-shadow:0 20px 60px #00000026}@keyframes Profile-module__2c4ImG__fadeOverlay{0%{opacity:0}to{opacity:1}}@keyframes Profile-module__2c4ImG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Profile-module__2c4ImG__modalIcon{color:#c62828;background-color:#ffebee;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;display:flex}.Profile-module__2c4ImG__modalTitle{color:var(--text-color);margin:0;font-size:1.3rem;font-weight:600}.Profile-module__2c4ImG__modalMessage{color:var(--light-text);text-align:center;margin:0;font-size:.95rem;line-height:1.5}.Profile-module__2c4ImG__modalActions{gap:1rem;width:100%;margin-top:.5rem;display:flex}.Profile-module__2c4ImG__modalCancelBtn{color:var(--text-color);cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:40px;flex:1;padding:.7rem;font-size:.95rem;transition:all .2s}.Profile-module__2c4ImG__modalCancelBtn:hover{background:#f5f5f5}.Profile-module__2c4ImG__modalDeleteBtn{color:#fff;cursor:pointer;background:#c62828;border:none;border-radius:40px;flex:1;padding:.7rem;font-size:.95rem;font-weight:600;transition:all .2s}.Profile-module__2c4ImG__modalDeleteBtn:hover{background:#b71c1c;box-shadow:0 4px 12px #c628284d}
