@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.navbar,.announcement,.menu{font-family:Poppins,sans-serif}.announcement{color:#fff;letter-spacing:.15px;text-align:center;background:linear-gradient(90deg,#54269b 0%,#6f3cc3 50%,#54269b 100%);justify-content:center;align-items:center;width:100%;min-height:38px;padding:8px 20px;font-size:13px;font-weight:500;display:flex}.navbar{z-index:1200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #eeeaf4;width:100%;position:sticky;top:0;box-shadow:0 5px 22px #44207812}.navbar-container{align-items:center;gap:22px;min-height:88px;padding:12px 0;display:flex}.logo{color:#24213a;flex-shrink:0;align-items:center;gap:11px;text-decoration:none;transition:all .3s;display:flex}.logo:hover{color:#6f3cc3}.logo-circle{background:linear-gradient(145deg,#f6efff,#eee4fb);border:1px solid #e6d9f6;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:57px;height:57px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.logo:hover .logo-circle{transform:translateY(-2px);box-shadow:0 8px 22px #6f3cc329}.logo-circle img{object-fit:contain;width:100%;height:100%;padding:3px}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-text h2{color:#54269b;letter-spacing:-.7px;margin:0;font-size:25px;font-weight:700}.logo-text p{color:#777480;white-space:nowrap;margin:6px 0 0;font-size:11px;font-weight:400}.location{cursor:default;border-radius:11px;flex-shrink:0;align-items:center;gap:9px;min-width:120px;padding:8px 10px;transition:all .3s;display:flex}.location:hover{background:#f7f1fd}.location svg{color:#6f3cc3;flex-shrink:0;font-size:21px;transition:all .3s}.location:hover svg{transform:translateY(-2px)}.location>div{flex-direction:column;gap:2px;display:flex}.location span{color:#99949f;font-size:10px;line-height:1.2}.location h4{color:#25233a;margin:0;font-size:14px;font-weight:600;line-height:1.3}.search-box{background:#f7f6f9;border:1px solid #e5e1eb;border-radius:14px;flex:1;align-items:center;min-width:200px;height:50px;padding:0 18px;transition:background .3s,border-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative}.search-box:hover{background:#fff;border-color:#d9cce9}.search-box:focus-within{background:#fff;border-color:#6f3cc3;box-shadow:0 0 0 4px #6f3cc314}.search-box>svg{color:#85818b;flex-shrink:0;font-size:17px;transition:all .3s}.search-box:focus-within>svg{color:#6f3cc3;transform:scale(1.08)}.search-box input{color:#25233a;background:0 0;width:100%;height:100%;padding:0 0 0 12px;font-family:Poppins,sans-serif;font-size:13px;box-shadow:none!important;border:none!important;outline:none!important}.search-box input::placeholder{color:#96919d;font-size:13px}.search-box input:focus{box-shadow:none!important;border:none!important;outline:none!important}.navbar-right{flex-shrink:0;justify-content:flex-end;align-items:center;gap:14px;display:flex}.navbar-right>a{color:#2e2b3b;white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.navbar-right>a:hover{color:#6f3cc3}.navbar-right>a>svg{font-size:19px;transition:all .3s}.navbar-right>a:hover>svg{transform:translateY(-1px)}.profile-dropdown{margin-bottom:-9px;padding-bottom:9px;position:relative}.profile-btn{cursor:pointer;outline:none;align-items:center;gap:8px;padding:0;font-family:Poppins,sans-serif;transition:all .3s;display:flex;color:#30303b!important;background:0 0!important;border:none!important}.profile-btn:hover{color:#6f3cc3!important}.profile-btn span{text-overflow:ellipsis;white-space:nowrap;max-width:105px;font-size:13px;font-weight:500;overflow:hidden}.profile-btn>svg{color:#6f3cc3;font-size:21px}.nav-avatar{object-fit:cover;background:#f4eefc;border:2px solid #6f3cc3;border-radius:50%;width:38px;height:38px;transition:all .3s}.profile-btn:hover .nav-avatar{box-shadow:0 5px 15px #6f3cc338}.dropdown-menu{z-index:9999;background:#fff;border:1px solid #e9e3f0;border-radius:16px;width:240px;animation:.22s dropdownFade;position:absolute;top:calc(100% + 7px);right:0;overflow:hidden;box-shadow:0 18px 45px #32145a26}.dropdown-header{color:#fff;background:linear-gradient(135deg,#54269b,#6f3cc3,#8b5cda);padding:18px}.dropdown-header h4{color:#fff;margin:0;font-size:15px;font-weight:600}.dropdown-header p{color:#ffffffd9;word-break:break-word;margin:5px 0 0;font-size:11px;line-height:1.4}.dropdown-menu a,.dropdown-menu button{color:#35323c;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;width:100%;padding:12px 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .25s,color .25s,padding-left .25s;display:flex}.dropdown-menu a:hover,.dropdown-menu button:hover{color:#6f3cc3;background:#f6effd;padding-left:22px}.dropdown-menu button{color:#e53935;border-top:1px solid #eee;font-weight:600}.dropdown-menu button:hover{color:#e53935;background:#fff0f0}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.wishlist-icon{border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;position:relative;display:flex!important}.wishlist-icon:hover{background:#f4eefc}.wishlist-icon svg{transition:transform .3s;font-size:20px!important}.wishlist-icon:hover svg{transform:scale(1.08)}.wishlist-count{color:#fff;background:#2e8b3c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;font-weight:700;line-height:1;display:flex;position:absolute;top:-5px;right:-5px}.cart-btn{background:linear-gradient(135deg,#7b45d0,#5b2ba3);border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;transition:transform .3s,box-shadow .3s,background .3s;position:relative;box-shadow:0 7px 18px #6f3cc338;color:#fff!important;display:flex!important}.cart-btn:hover{background:linear-gradient(135deg,#6f3cc3,#54269b);transform:translateY(-2px);box-shadow:0 11px 25px #6f3cc34d;color:#fff!important}.cart-btn .badge{color:#fff;background:#e53935;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:-7px;right:-7px}.menu{z-index:1100;background:#fff;border-top:1px solid #f0edf4;border-bottom:1px solid #e9e5ee;width:100%;position:relative;box-shadow:0 3px 12px #3c1e6409}.menu-container{justify-content:space-between;align-items:center;gap:14px;min-height:54px;padding:0;display:flex}.menu a{color:#30303b;white-space:nowrap;justify-content:center;align-items:center;height:54px;padding:0 8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:color .3s,transform .3s;display:flex;position:relative}.menu a:after{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:4px 4px 0 0;width:0;height:3px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.menu a:hover{color:#6f3cc3;transform:translateY(-1px)}.menu a:hover:after{width:72%}@media (width<=1200px){.navbar-container{gap:15px}.logo-text h2{font-size:22px}.location{min-width:105px}.search-box{height:47px}.navbar-right{gap:10px}.menu-container{scrollbar-width:none;justify-content:flex-start;overflow-x:auto}.menu-container::-webkit-scrollbar{display:none}.menu a{flex-shrink:0}}@media (width<=992px){.navbar-container{gap:10px;min-height:78px;padding:10px 0}.logo-circle{border-radius:12px;width:48px;height:48px}.logo-text h2{font-size:19px}.logo-text p{font-size:9px}.location{min-width:auto;padding:5px}.location svg{font-size:18px}.location span{font-size:8px}.location h4{font-size:12px}.search-box{height:43px;padding:0 12px}.search-box input{font-size:12px}.search-box input::placeholder{font-size:11px}.navbar-right{gap:7px}.profile-btn span{max-width:70px;font-size:12px}.nav-avatar{width:34px;height:34px}.menu-container{min-height:49px}.menu a{height:49px;font-size:12px}}@media (width<=768px){.announcement{min-height:33px;padding:6px 10px;font-size:10px}.navbar-container{gap:7px;min-height:65px;padding:8px 0}.logo-circle{border-radius:10px;width:42px;height:42px}.logo-text{display:none}.location{gap:4px;padding:3px}.location svg{font-size:16px}.location span{font-size:8px}.location h4{font-size:10px}.search-box{border-radius:9px;flex:1;min-width:0;height:37px;padding:0 8px}.search-box>svg{font-size:13px}.search-box input{min-width:0;padding-left:6px;font-size:10px}.search-box input::placeholder{font-size:9px}.navbar-right{gap:5px}.navbar-right>a>svg{font-size:17px}.navbar-right>a span,.profile-btn span{display:none}.profile-btn>svg{font-size:18px}.nav-avatar{width:30px;height:30px}.wishlist-icon{width:29px;height:29px}.wishlist-icon svg{font-size:16px!important}.wishlist-count{width:15px;height:15px;font-size:7px;top:-5px;right:-5px}.cart-btn{border-radius:9px;width:36px;height:36px}.cart-btn svg{font-size:15px!important}.cart-btn .badge{width:16px;height:16px;font-size:7px;top:-6px;right:-6px}.menu-container{scrollbar-width:none;justify-content:flex-start;gap:18px;min-height:43px;padding:0 4px;overflow-x:auto}.menu-container::-webkit-scrollbar{display:none}.menu a{flex-shrink:0;height:43px;padding:0;font-size:11px}}@media (width<=576px){.announcement{padding:6px 8px;font-size:9px}.navbar-container{gap:5px;padding:7px 0}.logo-circle{border-radius:9px;width:38px;height:38px}.location svg{font-size:14px}.location span{display:none}.location h4{font-size:9px}.search-box{height:34px;padding:0 7px}.search-box>svg{font-size:11px}.search-box input{padding-left:5px;font-size:9px}.search-box input::placeholder{font-size:8px}.navbar-right{gap:3px}.navbar-right>a>svg{font-size:15px}.profile-btn>svg{font-size:16px}.nav-avatar{width:27px;height:27px}.wishlist-icon{width:26px;height:26px}.wishlist-icon svg{font-size:14px!important}.cart-btn{border-radius:8px;width:33px;height:33px}.cart-btn svg{font-size:13px!important}.cart-btn .badge{width:14px;height:14px;font-size:6px;top:-5px;right:-5px}.menu-container{gap:16px}.menu a{height:41px;font-size:10px}}@media (width<=400px){.navbar-container{gap:4px}.logo-circle{width:34px;height:34px}.location{max-width:52px}.location h4{font-size:8px}.search-box{height:31px;padding:0 5px}.search-box>svg{font-size:10px}.search-box input{font-size:8px}.search-box input::placeholder{font-size:7px}.navbar-right{gap:2px}.navbar-right>a>svg{font-size:14px}.profile-btn>svg{font-size:15px}.nav-avatar{width:25px;height:25px}.wishlist-icon{width:23px;height:23px}.wishlist-icon svg{font-size:13px!important}.cart-btn{border-radius:7px;width:30px;height:30px}.cart-btn svg{font-size:12px!important}.cart-btn .badge{width:13px;height:13px;font-size:6px}.menu-container{gap:14px}.menu a{font-size:9px}}.navbar-loading{color:#6f3cc3;background:#fff;justify-content:center;align-items:center;min-height:70px;font-family:Poppins,sans-serif;font-size:13px;display:flex}.announcement-truck{margin-left:5px;animation:2s ease-in-out infinite truckFloat;display:inline-block}@keyframes truckFloat{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.profile-chevron{transition:transform .3s,color .3s;color:#8d8795!important;font-size:9px!important}.profile-dropdown:hover .profile-chevron{transform:rotate(180deg);color:#6f3cc3!important}.login-link{border-radius:9px;padding:8px 10px;transition:background .3s,color .3s}.login-link:hover{background:#f5effc}.cart-btn .badge{animation:2s ease-in-out infinite cartBadge}@keyframes cartBadge{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (width<=768px){.profile-chevron{display:none}.announcement-truck{margin-left:3px}}@media (prefers-reduced-motion:reduce){.announcement-truck,.cart-btn .badge{animation:none}.profile-chevron{transition:none}}.footer{color:#fff;background:linear-gradient(135deg,#211535 0%,#291942 45%,#211535 100%);padding-top:65px;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:#8b5cda14;border-radius:50%;width:300px;height:300px;position:absolute;top:-160px;right:-130px}.footer:after{content:"";pointer-events:none;background:#6f3cc312;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-140px;left:-120px}.footer-grid{z-index:2;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:45px;padding-bottom:50px;display:grid;position:relative}.footer-brand{max-width:330px}.footer-logo{color:#fff;letter-spacing:-.5px;align-items:center;gap:10px;margin-bottom:17px;font-family:Poppins,sans-serif;font-size:23px;font-weight:700;display:flex}.footer-logo-icon{color:#fff;background:linear-gradient(135deg,#8b5cda,#54269b);border:1px solid #ffffff2e;border-radius:11px;justify-content:center;align-items:center;width:39px;height:39px;font-size:18px;display:flex;box-shadow:0 7px 18px #0003}.footer-brand>p{color:#b9b0c4;margin:0;font-family:Poppins,sans-serif;font-size:11px;line-height:1.8}.footer-trust{color:#bfb6c8;align-items:center;gap:7px;margin-top:10px;font-family:Poppins,sans-serif;font-size:9px;display:flex}.footer-trust span{color:#70d47b;background:#6fc37824;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;font-weight:700;display:flex}.footer-column h3{color:#fff;margin:0 0 18px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:inline-block;position:relative}.footer-column h3:after{content:"";background:linear-gradient(90deg,#8b5cda,#6f3cc3);border-radius:5px;width:25px;height:2px;position:absolute;bottom:-7px;left:0}.footer ul{margin:0;padding:0;list-style:none}.footer li{margin:10px 0}.footer li a{color:#b9b0c4;font-family:Poppins,sans-serif;font-size:10px;text-decoration:none;transition:color .3s,transform .3s;display:inline-block}.footer li a:hover{color:#fff;transform:translate(4px)}.footer-social-column>p{color:#a99fb4;margin:0 0 14px;font-family:Poppins,sans-serif;font-size:9px}.social{align-items:center;gap:8px;display:flex}.social a{color:#c8bfd2;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;text-decoration:none;transition:transform .3s,background .3s,color .3s,border-color .3s;display:flex}.social a:hover{color:#fff;background:linear-gradient(135deg,#7b45d0,#54269b);border-color:#0000;transform:translateY(-3px);box-shadow:0 7px 18px #6f3cc340}.footer-help{border-top:1px solid #ffffff14;flex-direction:column;gap:6px;margin-top:20px;padding-top:15px;display:flex}.footer-help span{color:#93899e;font-family:Poppins,sans-serif;font-size:8px}.footer-help a{color:#d5c7e7;align-items:center;gap:6px;width:fit-content;font-family:Poppins,sans-serif;font-size:9px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.footer-help a:hover{color:#fff}.footer-help svg{font-size:8px;transition:transform .3s}.footer-help a:hover svg{transform:translate(3px)}.footer-bottom{z-index:2;background:#0f081940;border-top:1px solid #ffffff14;position:relative}.footer-bottom-content{justify-content:space-between;align-items:center;gap:20px;min-height:58px;display:flex}.footer-bottom p{color:#8e8598;margin:0;font-family:Poppins,sans-serif;font-size:8px}.made-with{align-items:center;gap:4px;display:flex}.made-with svg{color:#d85c82;font-size:8px}@media (width<=1200px){.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:30px}}@media (width<=992px){.footer{padding-top:50px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer-social-column{grid-column:span 1}}@media (width<=768px){.footer{padding-top:45px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:35px 25px;padding-bottom:40px}.footer-brand{grid-column:span 2;max-width:100%}.footer-social-column{grid-column:span 1}.footer-bottom-content{flex-direction:column;justify-content:center;gap:5px;min-height:55px;padding:10px 0}}@media (width<=576px){.footer{padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-brand{grid-column:span 2}.footer-logo{font-size:20px}.footer-logo-icon{border-radius:9px;width:35px;height:35px;font-size:16px}.footer-brand>p{font-size:9px;line-height:1.7}.footer-column h3{margin-bottom:15px;font-size:12px}.footer li{margin:8px 0}.footer li a{font-size:9px}.social{gap:6px}.social a{border-radius:8px;width:30px;height:30px;font-size:12px}.footer-help{margin-top:15px;padding-top:12px}}@media (width<=400px){.footer-grid{gap:25px 15px}.footer-logo{font-size:18px}.footer-logo-icon{width:32px;height:32px;font-size:14px}.footer-brand>p{font-size:8px}.footer-column h3{font-size:11px}.footer li a,.footer-social-column>p{font-size:8px}.social a{width:27px;height:27px;font-size:10px}.footer-bottom p{font-size:7px}}@media (prefers-reduced-motion:reduce){.footer li a,.social a,.footer-help a,.footer-help svg{transition:none}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}:root{--loader-primary:#54269b;--loader-primary-light:#7b45d0;--loader-purple-light:#f3ecfb;--loader-purple-soft:#f8f5fc;--loader-secondary:#8b5cda;--loader-teal:#14a892;--loader-white:#fff;--loader-text:#27213a;--loader-gray:#898391}.loader-container{z-index:999999;background:radial-gradient(circle at 15% 15%,#7b45d017,#0000 30%),radial-gradient(circle at 85% 85%,#14a89212,#0000 30%),#faf9fc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loader-container:before{content:"";background:radial-gradient(circle,#6f3cc31f,#0000 68%);border-radius:50%;width:650px;height:650px;animation:10s ease-in-out infinite alternate bgMove1;position:absolute;top:-330px;left:-300px}.loader-container:after{content:"";background:radial-gradient(circle,#14a8921a,#0000 68%);border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite alternate bgMove2;position:absolute;bottom:-300px;right:-300px}.bg-icons{pointer-events:none;position:absolute;inset:0;overflow:hidden}.floating-icon{color:#54269b47;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffad;border:1px solid #6f3cc31a;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;display:flex;position:absolute;box-shadow:0 10px 25px #4f268b0f}.i1{top:10%;left:9%}.i2{color:#14a8924d;top:17%;right:10%}.i3{bottom:18%;left:10%}.i4{color:#14a8924d;bottom:15%;right:11%}.i5{top:48%;left:16%}.i6{top:48%;right:16%}.loader-card{z-index:5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #6f3cc31a;border-radius:24px;flex-direction:column;align-items:center;width:420px;padding:42px 40px;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #421f741a,0 5px 20px #0000000a}.loader-card:hover{transform:translateY(-5px);box-shadow:0 35px 80px #421f7424,0 10px 25px #0000000f}.loader-card:after{content:"";pointer-events:none;background:#ffffff73;width:80px;height:520px;animation:4.5s linear infinite cardShine;position:absolute;top:-180px;left:-150px;transform:rotate(28deg)}.logo-ring{background:conic-gradient(#54269b,#8b5cda,#14a892,#8b5cda,#54269b);border-radius:50%;justify-content:center;align-items:center;width:155px;height:155px;padding:4px;animation:8s linear infinite ringRotate;display:flex;position:relative;box-shadow:0 12px 30px #54269b29}.logo-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:4px}.loader-logo{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:145px;height:145px;animation:2.5s ease-in-out infinite logoFloat;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #00000014}.loader-logo img{object-fit:contain;width:72%;height:72%}.loader-logo:before{content:"";background:linear-gradient(45deg, var(--loader-primary), var(--loader-teal));filter:blur(22px);opacity:.16;z-index:-1;border-radius:50%;position:absolute;inset:-10px}.loader-logo:after{content:"";background:#20b36b;border:3px solid #fff;border-radius:50%;width:15px;height:15px;position:absolute;bottom:18px;right:18px;box-shadow:0 0 12px #20b36b73}.loader-brand{text-align:center;margin-top:22px}.loader-brand h1{color:var(--loader-primary);letter-spacing:-.6px;font-family:Poppins,sans-serif;font-size:32px;font-weight:700;line-height:1.2}.loader-brand span{color:#9a91a6;letter-spacing:1.5px;text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:500;display:block}.loader-card>p{color:var(--loader-gray);text-align:center;margin-top:13px;margin-bottom:26px;font-size:11px;font-weight:400;line-height:1.6}.progress-wrapper{width:100%}.progress-info{color:#918a99;text-transform:uppercase;letter-spacing:.7px;justify-content:space-between;align-items:center;margin-bottom:7px;font-size:8px;font-weight:500;display:flex}.loading-dots{color:var(--loader-primary);letter-spacing:2px;animation:1.2s ease-in-out infinite dotsPulse}.progress-bar{background:#ece7f2;border-radius:50px;width:100%;height:8px;position:relative;overflow:hidden}.progress{background:linear-gradient(90deg,#14a892,#6f3cc3,#54269b);border-radius:50px;width:0;height:100%;position:relative;overflow:hidden;box-shadow:0 0 12px #6f3cc338}.progress:after{content:"";background:#ffffffa6;width:35%;height:100%;animation:1.2s linear infinite progressShine;position:absolute;top:0;left:-35%;transform:skew(-25deg)}@keyframes bgMove1{0%{transform:translate(0)}to{transform:translate(110px,70px)}}@keyframes bgMove2{0%{transform:translate(0)}to{transform:translate(-90px,-60px)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progressShine{0%{left:-35%}to{left:130%}}@keyframes cardShine{0%{left:-150px}to{left:520px}}@keyframes dotsPulse{0%,to{opacity:.35}50%{opacity:1}}@media (width<=768px){.loader-card{width:90%;max-width:420px;padding:35px 25px}.logo-ring{width:140px;height:140px}.loader-logo{width:130px;height:130px}.loader-brand h1{font-size:29px}.loader-card>p{font-size:10px}.floating-icon{width:42px;height:42px;font-size:18px}.progress-bar{height:7px}}@media (width<=480px){.loader-card{border-radius:20px;width:calc(100% - 30px);padding:30px 20px}.logo-ring{width:120px;height:120px}.loader-logo{width:112px;height:112px}.loader-logo:after{border-width:2px;width:13px;height:13px;bottom:15px;right:15px}.loader-brand{margin-top:18px}.loader-brand h1{font-size:25px}.loader-brand span{letter-spacing:1.2px;font-size:7px}.loader-card>p{margin-top:10px;margin-bottom:22px;font-size:9px}.progress-bar{height:7px}.floating-icon{width:36px;height:36px;font-size:15px}.i1{left:5%}.i2{right:5%}.i3{left:5%}.i4{right:5%}.i5{left:8%}.i6{right:8%}}@media (width<=360px){.loader-card{width:calc(100% - 24px);padding:25px 17px}.logo-ring{width:105px;height:105px}.loader-logo{width:97px;height:97px}.loader-brand h1{font-size:22px}.loader-brand span{font-size:6px}.loader-card>p{font-size:8px}.floating-icon{width:31px;height:31px;font-size:13px}}@media (prefers-reduced-motion:reduce){.loader-container:before,.loader-container:after,.logo-ring,.loader-logo,.floating-icon,.progress:after,.loader-card:after,.loading-dots{animation:none}}.hero{background:#f8f8fa;width:100%;padding:12px 0 25px}.hero-container{grid-template-columns:minmax(0,2.35fr) minmax(320px,.95fr);align-items:stretch;gap:26px;display:grid}.hero-banner{color:#fff;background:radial-gradient(circle at 82% 25%,#ffffff26,#0000 17%),radial-gradient(circle at 92% 85%,#ffffff14,#0000 20%),linear-gradient(135deg,#54269b 0%,#6f3cc3 48%,#8b5cda 100%);border-radius:18px;align-items:center;min-height:392px;padding:42px 50px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 35px #6f3cc329}.hero-plus{color:#ffffff21;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.hero-plus svg{font-size:45px}.plus-one{top:32px;right:45px}.plus-two{opacity:.7;top:130px;right:47%}.plus-three{opacity:.65;bottom:35px;left:49%}.hero-content{z-index:5;width:52%;max-width:520px;position:relative}.hero-trust{color:#ffe45c;background:#ffe45c2b;border:1px solid #ffe45c2e;border-radius:50px;align-items:center;padding:5px 11px;font-size:12px;font-weight:600;display:inline-flex}.hero-trust:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;margin-right:7px}.hero-content h1{color:#fff;letter-spacing:-1px;margin:17px 0 8px;font-family:Poppins,sans-serif;font-size:clamp(38px,4vw,50px);font-weight:700;line-height:1.12}.hero-highlight{color:#ffe45c;margin-bottom:13px;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;display:inline-block}.hero-content p{color:#ffffffe6;max-width:450px;margin-bottom:24px;font-size:13px;line-height:1.7}.hero-content .btn{color:#6f3cc3;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:17px;min-width:145px;padding:12px 18px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #0000001f}.hero-content .btn svg{font-size:14px;transition:transform .3s}.hero-content .btn:hover{color:#54269b;background:#ffe45c;transform:translateY(-2px);box-shadow:0 10px 25px #0000002e}.hero-content .btn:hover svg{transform:translate(4px)}.hero-visual{width:51%;height:100%;position:absolute;top:0;right:20px}.pharmacy-device{z-index:4;background:#fff;border:5px solid #e9e0f5;border-radius:24px;width:145px;height:245px;padding:7px;position:absolute;top:40px;right:65px;transform:rotate(-3deg);box-shadow:12px 13px #35186952,0 15px 30px #00000026}.device-top{justify-content:center;align-items:center;gap:4px;height:16px;display:flex}.device-top span:first-child{background:#6f3cc3;border-radius:10px;width:25px;height:4px}.device-top span:last-child{background:#b9a7d4;border-radius:50%;width:4px;height:4px}.device-screen{text-align:center;background:linear-gradient(#faf8fd,#f1eafa);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 16px);display:flex}.device-logo{color:#6f3cc3;background:#fff;border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:7px;font-family:Poppins,sans-serif;font-size:19px;font-weight:800;display:flex;box-shadow:0 5px 15px #6f3cc31f}.device-screen h4{color:#6f3cc3;font-family:Poppins,sans-serif;font-size:16px;font-weight:700}.device-screen p{color:#666;margin-top:2px;font-size:7px}.device-plus{color:#fff;background:#6f3cc3;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;margin-top:14px;display:flex}.device-plus svg{font-size:12px}.medicine-basket{z-index:5;background:linear-gradient(#7d48cf,#54269b);border-radius:10px 10px 24px 24px;width:205px;height:100px;position:absolute;bottom:36px;left:32px;transform:perspective(400px)rotateX(5deg);box-shadow:0 13px #3e1c7859,0 18px 28px #00000029}.medicine-basket:before{content:"";background:#4c238e;border-radius:50%;height:8px;position:absolute;top:9px;left:12px;right:12px}.basket-handle{border:10px solid #54269b;border-bottom:none;border-radius:50px 50px 0 0;height:45px;position:absolute;top:-32px;left:30px;right:30px}.basket-items{justify-content:center;align-items:flex-end;gap:7px;display:flex;position:absolute;top:-48px;left:30px;right:30px}.basket-pill{color:#fff;border-radius:8px 8px 12px 12px;justify-content:center;align-items:center;width:36px;height:65px;display:flex;box-shadow:0 6px 10px #0000002b}.basket-pill svg{font-size:16px}.pill-purple{color:#6f3cc3;background:linear-gradient(#fff,#dcd0f0);height:72px}.pill-orange{background:#f58200;height:82px}.pill-green{color:#2e8b3c;background:#fff;height:69px}.pill-white{color:#6f3cc3;background:#f2eff7;height:60px}.medicine-bottle{z-index:3;position:absolute}.bottle-one{bottom:145px;left:18px;transform:rotate(-12deg)}.bottle-two{z-index:4;bottom:137px;left:78px;transform:rotate(8deg)}.bottle-cap{background:#363636;border-radius:4px 4px 2px 2px;width:31px;height:12px;margin:auto}.bottle-body{color:#6f3cc3;background:linear-gradient(135deg,#fff,#e6dff0);border-radius:6px 6px 11px 11px;justify-content:center;align-items:center;width:48px;height:62px;display:flex;box-shadow:0 8px 12px #00000024}.bottle-body svg{font-size:17px}.floating-pill{z-index:2;color:#6f3cc3;background:#fff;border-radius:20px;justify-content:center;align-items:center;width:35px;height:19px;display:flex;position:absolute;box-shadow:0 7px 15px #0000001f}.floating-pill svg{font-size:11px}.pill-one{bottom:86px;right:240px;transform:rotate(24deg)}.pill-two{bottom:55px;right:195px;transform:rotate(-20deg)}.hero-plant{z-index:3;width:70px;height:130px;position:absolute;bottom:24px;right:4px}.plant-pot{clip-path:polygon(12% 0,88% 0,76% 100%,24% 100%);background:linear-gradient(135deg,#fff,#dcd8e4);width:45px;height:48px;position:absolute;bottom:0;left:13px;box-shadow:0 10px 15px #0000001f}.leaf{transform-origin:bottom;background:linear-gradient(135deg,#67bd62,#247c38);border-radius:100% 0;width:23px;height:48px;position:absolute}.leaf-one{bottom:39px;left:27px;transform:rotate(-4deg)}.leaf-two{bottom:52px;left:10px;transform:rotate(-38deg)}.leaf-three{bottom:57px;left:42px;transform:rotate(34deg)}.hero-dots{z-index:10;align-items:center;gap:9px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero-dots span{background:#ffffff59;border-radius:50%;width:9px;height:9px;display:block}.hero-dots span.active{background:#fff;transform:scale(1.15)}.hero-right{grid-template-rows:repeat(4,1fr);gap:13px;display:grid}.hero-card{background:#fff;border:1px solid #eeeaf2;border-radius:15px;align-items:center;gap:17px;min-height:82px;padding:18px 20px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #0000000e}.hero-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px #3c1e641a}.hero-card-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:53px;height:53px;font-size:27px;display:flex}.hero-card-content{flex:1;min-width:0}.hero-card h3{color:#20203b;margin:0 0 3px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600}.hero-card p{color:#686879;max-width:230px;margin:0;font-size:11px;line-height:1.5}.hero-card-arrow{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;transition:transform .3s;display:flex}.hero-card:hover .hero-card-arrow{transform:translate(3px)}.hero-card.purple{border-color:#ece4f7}.hero-card.purple .hero-card-icon{color:#6f3cc3;background:#f1e8fc}.hero-card.purple .hero-card-arrow{background:#6f3cc3}.hero-card.green{border-color:#e1eee1}.hero-card.green .hero-card-icon{color:#2e8b3c;background:#eaf7ec}.hero-card.green .hero-card-arrow{background:#2e8b3c}.hero-card.orange{border-color:#f4e7d8}.hero-card.orange .hero-card-icon{color:#f58200;background:#fff1e2}.hero-card.orange .hero-card-arrow{background:#f58200}.hero-card.genuine{min-height:66px;padding-top:13px;padding-bottom:13px}.hero-card.genuine .hero-card-icon{color:#6f3cc3;background:#f1e8fc;width:45px;height:45px;font-size:22px}.hero-card.genuine h3{color:#6f3cc3}.hero-card.genuine p{font-size:10px}@media (width<=1200px){.hero-container{grid-template-columns:minmax(0,2fr) minmax(290px,1fr);gap:18px}.hero-banner{padding:40px}.hero-content{width:55%}.hero-content h1{font-size:40px}.hero-visual{right:0}.pharmacy-device{right:35px;transform:scale(.9)rotate(-3deg)}.medicine-basket{left:10px;transform:scale(.9)}}@media (width<=992px){.hero-container{grid-template-columns:1fr}.hero-banner{min-height:400px}.hero-content{width:52%}.hero-content h1{font-size:44px}.hero-right{grid-template-rows:1fr;grid-template-columns:repeat(4,1fr);gap:10px}.hero-card{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-height:150px;padding:17px}.hero-card-arrow{display:none}.hero-card-icon{width:45px;height:45px;font-size:22px}.hero-card h3{font-size:13px}.hero-card p{font-size:10px}}@media (width<=768px){.hero{padding:15px 0 25px}.hero-banner{border-radius:18px;min-height:410px;padding:32px 25px}.hero-content{width:100%;max-width:100%}.hero-content h1{font-size:34px}.hero-highlight{font-size:18px}.hero-content p{max-width:360px;font-size:12px}.hero-visual{opacity:.3;width:60%;right:-50px}.hero-content{z-index:8;position:relative}.hero-dots{bottom:10px}.hero-right{grid-template-rows:repeat(4,auto);grid-template-columns:1fr}.hero-card{flex-direction:row;align-items:center;min-height:100px;padding:15px}.hero-card-arrow{display:flex}.hero-card-content{display:block}.hero-card h3{font-size:14px}.hero-card p{font-size:10px}}@media (width<=480px){.hero-banner{min-height:390px;padding:28px 20px}.hero-trust{padding:5px 9px;font-size:10px}.hero-content h1{margin-top:14px;font-size:29px}.hero-highlight{margin-bottom:10px;font-size:16px}.hero-content p{max-width:290px;margin-bottom:20px;font-size:11px}.hero-content .btn{min-width:125px;padding:10px 15px;font-size:12px}.hero-visual{opacity:.22;width:70%;right:-95px}.hero-card{gap:12px;min-height:92px;padding:13px}.hero-card-icon{border-radius:10px;width:42px;height:42px;font-size:19px}.hero-card h3{font-size:13px}.hero-card p{font-size:9px}.hero-card-arrow{width:27px;height:27px;font-size:10px}}.categories{background:#fff;width:100%;padding:18px 0 50px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.section-heading-content{min-width:0}.section-heading h2{color:#202044;letter-spacing:-.5px;margin:0;font-family:Poppins,sans-serif;font-size:27px;font-weight:700;line-height:1.25}.section-heading p{color:#85818d;margin:6px 0 0;font-family:Poppins,sans-serif;font-size:12px;line-height:1.6}.view-all-btn{color:#6f3cc3;background:#fff;border:1px solid #d8c7ed;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:9px;padding:8px 15px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:background .3s,color .3s,border-color .3s,box-shadow .3s,transform .3s;display:inline-flex}.view-all-btn b{font-size:17px;font-weight:500;line-height:1;transition:transform .3s}.view-all-btn:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 7px 18px #6f3cc32e}.view-all-btn:hover b{transform:translate(4px)}.category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;display:grid}.category-card{min-height:142px;color:inherit;text-align:center;background:#fff;border:1px solid #ece8f1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:17px 8px 14px;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 17px #361c5f0e}.category-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:0 0 5px 5px;width:0;height:3px;transition:width .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.category-card:after{content:"";background:#6f3cc309;border-radius:50%;width:75px;height:75px;transition:transform .35s;position:absolute;bottom:-35px;right:-35px}.category-card:hover{background:#fff;border-color:#d9c6f0;transform:translateY(-6px);box-shadow:0 14px 30px #4e248b1f}.category-card:hover:before{width:55%}.category-card:hover:after{transform:scale(1.7)}.category-icon{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:61px;height:61px;margin-bottom:11px;font-size:26px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.category-card:hover .category-icon{transform:translateY(-2px)scale(1.08);box-shadow:0 8px 18px #3c1e641a}.category-card:first-child .category-icon{color:#7041ca;background:linear-gradient(145deg,#f5edff,#e9ddfb)}.category-card:nth-child(2) .category-icon{color:#2d8a4b;background:linear-gradient(145deg,#eefaf0,#dff2e3)}.category-card:nth-child(3) .category-icon{color:#df5c9a;background:linear-gradient(145deg,#fff3f8,#ffe5f0)}.category-card:nth-child(4) .category-icon{color:#4d9b50;background:linear-gradient(145deg,#eff9ef,#e1f2e1)}.category-card:nth-child(5) .category-icon{color:#e87918;background:linear-gradient(145deg,#fff6eb,#ffead4)}.category-card:nth-child(6) .category-icon{color:#3777c5;background:linear-gradient(145deg,#eff6ff,#dfecfc)}.category-card:nth-child(7) .category-icon{color:#df4f86;background:linear-gradient(145deg,#fff3f7,#ffe6ef)}.category-card:nth-child(8) .category-icon{color:#e99a1b;background:linear-gradient(145deg,#fff9ec,#ffefd0)}.category-card h4{z-index:2;color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.35;transition:color .3s;position:relative}.category-card:hover h4{color:#6f3cc3}.category-explore{z-index:2;color:#8b5cda;opacity:0;align-items:center;gap:4px;margin-top:6px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:opacity .3s,transform .3s;display:inline-flex;position:relative;transform:translateY(5px)}.category-explore b{font-size:13px;font-weight:500;line-height:1;transition:transform .3s}.category-card:hover .category-explore{opacity:1;transform:translateY(0)}.category-card:hover .category-explore b{transform:translate(3px)}@media (width<=1200px){.category-grid{grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:145px;padding:18px 10px}.category-icon{width:62px;height:62px;font-size:27px}.category-card h4{font-size:13px}}@media (width<=992px){.categories{padding:12px 0 42px}.section-heading{margin-bottom:20px}.section-heading h2{font-size:24px}.section-heading p{font-size:11px}.category-grid{grid-template-columns:repeat(4,1fr);gap:11px}.category-card{border-radius:13px;min-height:135px}.category-icon{width:56px;height:56px;margin-bottom:9px;font-size:24px}.category-card h4{font-size:12px}}@media (width<=768px){.categories{padding:8px 0 35px}.section-heading{align-items:center;margin-bottom:17px}.section-heading h2{font-size:21px}.section-heading p{margin-top:3px;font-size:10px}.view-all-btn{border-radius:7px;padding:7px 11px;font-size:10px}.view-all-btn b{font-size:14px}.category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.category-card{border-radius:11px;min-height:115px;padding:12px 5px 10px}.category-icon{width:48px;height:48px;margin-bottom:8px;font-size:20px}.category-card h4{font-size:10px;line-height:1.25}.category-explore{display:none}}@media (width<=576px){.categories{padding:5px 0 30px}.section-heading{margin-bottom:15px}.section-heading p{display:none}.section-heading h2{font-size:19px}.view-all-btn{padding:6px 9px;font-size:9px}.view-all-btn b{font-size:13px}.category-grid{grid-template-columns:repeat(4,1fr);gap:7px}.category-card{border-radius:10px;min-height:103px;padding:10px 3px 8px}.category-icon{width:43px;height:43px;margin-bottom:7px;font-size:18px}.category-card h4{font-size:9px}}@media (width<=400px){.section-heading h2{font-size:17px}.view-all-btn{padding:5px 8px;font-size:8px}.category-grid{gap:5px}.category-card{border-radius:9px;min-height:94px;padding:8px 2px 7px}.category-icon{width:38px;height:38px;margin-bottom:6px;font-size:16px}.category-card h4{font-size:8px}}.category-card:focus-visible,.view-all-btn:focus-visible{outline-offset:3px;outline:3px solid #6f3cc338}.featured{background:#f8f8fa;width:100%;padding:15px 0 55px}.featured-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.featured-heading-content{min-width:0}.featured-title-row{align-items:center;gap:9px;display:flex}.featured-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;flex-shrink:0;width:5px;height:26px;display:block}.featured-heading h2{color:#202044;letter-spacing:-.4px;margin:0;font-family:Poppins,sans-serif;font-size:26px;font-weight:700;line-height:1.25}.featured-heading p{color:#85818d;margin:5px 0 0 14px;font-family:Poppins,sans-serif;font-size:12px;line-height:1.6}.featured-view-all{color:#6f3cc3;background:#fff;border:1px solid #d8c7ed;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:8px 15px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s,color .3s,transform .3s,box-shadow .3s;display:inline-flex}.view-all-text{line-height:1}.view-all-arrow{font-size:17px;line-height:1;transition:transform .3s}.featured-view-all:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 7px 18px #6f3cc32e}.featured-view-all:hover .view-all-arrow{transform:translate(4px)}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.products-grid>*{min-width:0;transition:transform .3s}.products-grid>:hover{transform:translateY(-4px)}.products-loading-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-skeleton{background:linear-gradient(90deg,#eeeef3 25%,#f8f8fa 50%,#eeeef3 75%) 0 0/200% 100%;border:1px solid #ebe7f0;border-radius:16px;height:345px;animation:1.4s linear infinite productShimmer;position:relative;overflow:hidden}.product-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);animation:1.5s infinite skeletonShine;position:absolute;inset:0;transform:translate(-100%)}@keyframes productShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeletonShine{to{transform:translate(100%)}}.products-grid:empty:after{content:"No products available right now.";text-align:center;color:#85818d;grid-column:1/-1;padding:40px;font-family:Poppins,sans-serif;font-size:12px}@media (width<=1200px){.products-grid,.products-loading-grid{gap:15px}.product-skeleton{height:330px}}@media (width<=992px){.featured{padding:12px 0 45px}.featured-heading{margin-bottom:20px}.featured-heading h2{font-size:24px}.products-grid,.products-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-skeleton{height:340px}}@media (width<=768px){.featured{padding:8px 0 38px}.featured-heading{align-items:center;margin-bottom:17px}.featured-title-row{gap:7px}.featured-line{width:4px;height:22px}.featured-heading h2{font-size:21px}.featured-heading p{margin-top:3px;margin-left:11px;font-size:10px}.featured-view-all{border-radius:7px;padding:7px 11px;font-size:10px}.view-all-arrow{font-size:14px}.products-grid,.products-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-skeleton{border-radius:13px;height:300px}}@media (width<=576px){.featured{padding:5px 0 32px}.featured-heading{margin-bottom:15px}.featured-heading h2{font-size:19px}.featured-heading p{display:none}.featured-line{width:4px;height:19px}.featured-view-all{padding:6px 9px;font-size:9px}.view-all-arrow{font-size:13px}.products-grid,.products-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-skeleton{border-radius:11px;height:260px}}@media (width<=400px){.featured-heading h2{font-size:17px}.featured-view-all{padding:5px 8px;font-size:8px}.view-all-arrow{font-size:12px}.products-grid,.products-loading-grid{gap:7px}.product-skeleton{border-radius:10px;height:235px}}@media (prefers-reduced-motion:reduce){.featured-view-all,.view-all-arrow,.products-grid>*,.product-skeleton,.product-skeleton:after{transition:none;animation:none}}.product-card{background:#fff;border:1px solid #eeeaf4;border-radius:15px;width:100%;padding:14px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.product-card:hover{border-color:#ded0ee;transform:translateY(-7px);box-shadow:0 15px 32px #4e248b1f}.discount{z-index:5;color:#fff;letter-spacing:.2px;background:linear-gradient(135deg,#e94a5f,#d93249);border-radius:6px;align-items:center;padding:5px 9px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:12px;left:12px;box-shadow:0 5px 12px #d9324926}.wishlist{z-index:5;color:#8c8794;cursor:pointer;background:#fffffff2;border:1px solid #eee9f4;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .3s,color .3s,transform .3s,border-color .3s;display:flex;position:absolute;top:11px;right:11px;box-shadow:0 4px 12px #28144612}.wishlist:hover{color:#6f3cc3;background:#f3ecfb;border-color:#d9c5ef;transform:scale(1.08)}.wishlist svg{font-size:13px}.wishlist:has(svg[data-icon=heart]){color:#e53950}.product-image-wrapper{background:linear-gradient(145deg,#faf8fd,#f5f0fb);border-radius:12px;justify-content:center;align-items:center;width:100%;height:185px;margin-top:8px;padding:15px;display:flex;position:relative;overflow:hidden}.product-image-wrapper:after{content:"";background:#6f3cc30f;border-radius:50%;width:100px;height:100px;transition:transform .4s;position:absolute;bottom:-50px;right:-50px}.product-card:hover .product-image-wrapper:after{transform:scale(1.5)}.product-image-wrapper img{z-index:2;object-fit:contain;width:100%;height:100%;transition:transform .4s;position:relative}.product-card:hover .product-image-wrapper img{transform:scale(1.06)}.product-info{padding:13px 2px 2px}.product-info h3{color:#29263d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.45;transition:color .3s;display:-webkit-box;overflow:hidden}.product-card:hover .product-info h3{color:#6f3cc3}.rating-box{color:#df9414;background:#fff4d8;border-radius:5px;align-items:center;gap:4px;padding:3px 6px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:inline-flex}.rating-box svg{font-size:8px}.rating-text{color:#aaa5af;font-family:Poppins,sans-serif;font-size:8px}.price{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:12px;display:flex}.new-price{color:#6f3cc3;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;line-height:1}.save-price{color:#258346;background:#edf9f1;border-radius:4px;padding:3px 6px;font-family:Poppins,sans-serif;font-size:7px;font-weight:600}.add-cart{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:38px;padding:9px 10px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 6px 15px #6f3cc326}.add-cart:hover:not(:disabled){background:linear-gradient(135deg,#7d4ad0,#5d2ba8);transform:translateY(-2px);box-shadow:0 9px 20px #6f3cc338}.add-cart svg{font-size:11px}.add-cart:disabled{color:#88838d;cursor:not-allowed;box-shadow:none;background:#ddd9e1}.prescription-badge{color:#916b15;background:#fff9e7;border:1px solid #f3df9f;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:7px;padding:5px 8px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600;display:flex}.prescription-badge svg{font-size:9px}@media (width<=992px){.product-card{padding:13px}.product-image-wrapper{height:180px}.product-info h3{font-size:12px}.new-price{font-size:17px}}@media (width<=768px){.product-card{border-radius:12px;padding:10px}.product-image-wrapper{border-radius:10px;height:155px;padding:10px}.discount{padding:4px 7px;font-size:8px;top:9px;left:9px}.wishlist{width:29px;height:29px;top:8px;right:8px}.wishlist svg{font-size:11px}.product-info{padding-top:10px}.product-info h3{font-size:11px;line-height:1.4}.company{margin-bottom:6px;font-size:8px}.rating{margin-bottom:8px}.rating-box{font-size:8px}.rating-text{display:none}.new-price{font-size:16px}.old-price{font-size:9px}.save-price{font-size:6px}.add-cart{min-height:34px;padding:8px;font-size:9px}.prescription-badge{font-size:7px}}@media (width<=576px){.product-card{border-radius:10px;padding:8px}.product-image-wrapper{height:135px;padding:8px}.product-info{padding-top:8px}.product-info h3{font-size:10px}.company{font-size:7px}.new-price{font-size:14px}.old-price{font-size:8px}.add-cart{gap:5px;min-height:31px;padding:7px;font-size:8px}.add-cart svg{font-size:9px}.prescription-badge{padding:4px 5px;font-size:6px}.wishlist{width:26px;height:26px}.wishlist svg{font-size:10px}}@media (width<=400px){.product-image-wrapper{height:120px}.product-info h3{font-size:9px}.company{font-size:6px}.rating-box{padding:2px 5px;font-size:7px}.new-price{font-size:13px}.add-cart{min-height:29px;font-size:7px}}@media (prefers-reduced-motion:reduce){.product-card,.wishlist,.product-image-wrapper img,.product-image-wrapper:after,.add-cart{transition:none}}.top-brands{background:#fff;width:100%;padding:15px 0 55px}.brands-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.brands-heading-content{min-width:0}.brands-title-row{align-items:center;gap:9px;display:flex}.brands-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:26px;display:block}.brands-heading h2{color:#202044;letter-spacing:-.4px;margin:0;font-family:Poppins,sans-serif;font-size:26px;font-weight:700;line-height:1.25}.brands-heading p{color:#85818d;margin:5px 0 0 14px;font-family:Poppins,sans-serif;font-size:12px;line-height:1.6}.brands-trusted{color:#6f3cc3;white-space:nowrap;background:#f6f0fd;border:1px solid #e5d8f4;border-radius:50px;align-items:center;gap:7px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;display:inline-flex}.brands-trusted:before{content:"";background:#2e9b4b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #2e9b4b1a}.brand-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.brand-card{cursor:pointer;background:#fff;border:1px solid #ece8f2;border-radius:13px;align-items:center;gap:12px;min-height:92px;padding:14px 13px;transition:transform .3s,background .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 16px #3719640d}.brand-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:0 5px 5px 0;width:0;height:3px;transition:width .3s;position:absolute;top:0;left:0}.brand-card:after{content:"";background:#6f3cc309;border-radius:50%;width:85px;height:85px;transition:transform .35s;position:absolute;bottom:-45px;right:-40px}.brand-card:hover{border-color:#d8c5ef;transform:translateY(-5px);box-shadow:0 13px 28px #4e248b1c}.brand-card:hover:before{width:60%}.brand-card:hover:after{transform:scale(1.6)}.brand-logo{z-index:2;color:#6f3cc3;background:linear-gradient(145deg,#f7f1ff,#ebe0fa);border:1px solid #e5d7f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-family:Poppins,sans-serif;font-size:19px;font-weight:700;transition:transform .3s,background .3s,color .3s;display:flex;position:relative}.brand-card:hover .brand-logo{color:#fff;background:#6f3cc3;transform:scale(1.07);box-shadow:0 7px 17px #6f3cc32e}.brand-info{z-index:2;flex:1;min-width:0;position:relative}.brand-info h3{color:#29263d;text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.35;transition:color .3s;overflow:hidden}.brand-card:hover .brand-info h3{color:#6f3cc3}.brand-info span{color:#9994a1;margin-top:3px;font-family:Poppins,sans-serif;font-size:9px;font-weight:400;display:block}.brand-arrow{z-index:2;color:#6f3cc3;opacity:0;background:#f5effc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;font-size:14px;transition:opacity .3s,transform .3s,background .3s,color .3s;display:flex;position:relative;transform:translate(-5px)}.brand-card:hover .brand-arrow{opacity:1;color:#fff;background:#6f3cc3;transform:translate(0)}.brand-card:first-child .brand-logo{color:#6f3cc3}.brand-card:nth-child(2) .brand-logo{color:#3d79c7;background:#edf5ff}.brand-card:nth-child(3) .brand-logo{color:#3e9a54;background:#edf8ef}.brand-card:nth-child(4) .brand-logo{color:#4f9851;background:#eef8ed}.brand-card:nth-child(5) .brand-logo{color:#e47a19;background:#fff2e3}.brand-card:nth-child(6) .brand-logo{color:#d95b8d;background:#fff0f6}@media (width<=1200px){.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.brand-card{min-height:95px}}@media (width<=992px){.top-brands{padding:10px 0 45px}.brands-heading{margin-bottom:20px}.brands-heading h2{font-size:24px}.brands-heading p{font-size:11px}.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.brand-card{min-height:90px;padding:13px}.brand-logo{width:44px;height:44px;font-size:17px}}@media (width<=768px){.top-brands{padding:7px 0 38px}.brands-heading{align-items:center;margin-bottom:17px}.brands-title-row{gap:7px}.brands-line{width:4px;height:22px}.brands-heading h2{font-size:21px}.brands-heading p{margin-left:11px;font-size:10px}.brands-trusted{padding:6px 9px;font-size:8px}.brands-trusted:before{width:5px;height:5px}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.brand-card{border-radius:11px;min-height:82px;padding:12px}.brand-logo{border-radius:10px;width:42px;height:42px;font-size:16px}.brand-info h3{font-size:11px}.brand-info span{font-size:8px}.brand-arrow{width:24px;height:24px;font-size:12px}}@media (width<=576px){.brands-heading{margin-bottom:15px}.brands-heading h2{font-size:19px}.brands-heading p{display:none}.brands-trusted{padding:5px 8px;font-size:7px}.brand-grid{gap:8px}.brand-card{border-radius:10px;gap:9px;min-height:76px;padding:10px}.brand-logo{border-radius:9px;width:37px;height:37px;font-size:14px}.brand-info h3{font-size:10px}.brand-info span,.brand-arrow{display:none}}@media (width<=400px){.brands-heading h2{font-size:17px}.brands-trusted{padding:4px 6px;font-size:6px}.brand-grid{gap:6px}.brand-card{gap:7px;min-height:70px;padding:8px}.brand-logo{width:33px;height:33px;font-size:12px}.brand-info h3{font-size:9px}}.brand-card:focus-visible{outline-offset:3px;outline:3px solid #6f3cc338}@media (prefers-reduced-motion:reduce){.brand-card,.brand-logo,.brand-info,.brand-arrow{transition:none}}.brand-card{-webkit-user-select:none;user-select:none}.brand-card:hover .brand-logo{transform:scale(1.07)rotate(-2deg)}.brand-card:hover .brand-info{transform:translate(2px)}.brand-info{transition:transform .3s}.brand-card:active{transform:translateY(-2px)scale(.99)}@media (prefers-reduced-motion:reduce){.brand-card,.brand-logo,.brand-info,.brand-arrow{transition:none}}.services{background:#f8f8fa;width:100%;padding:18px 0 50px}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.service-card{background:#fff;border:1px solid #ebe7f0;border-radius:15px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:170px;padding:25px 22px;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.service-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:0 5px 5px 0;width:0;height:3px;transition:width .3s;position:absolute;top:0;left:0}.service-card:after{content:"";background:#6f3cc309;border-radius:50%;width:105px;height:105px;transition:transform .35s;position:absolute;bottom:-50px;right:-48px}.service-card:hover{border-color:#d8c5ef;transform:translateY(-6px);box-shadow:0 14px 30px #4e248b1c}.service-card:hover:before{width:60%}.service-card:hover:after{transform:scale(1.55)}.service-number{color:#d5c5e7;letter-spacing:.5px;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;transition:color .3s;position:absolute;top:15px;right:17px}.service-card:hover .service-number{color:#a584cc}.service-icon{z-index:2;color:#6f3cc3;background:linear-gradient(145deg,#f7f1ff,#ebe0fa);border-radius:13px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;font-size:23px;transition:transform .3s,background .3s,color .3s,box-shadow .3s;display:flex;position:relative}.service-card:hover .service-icon{color:#fff;background:#6f3cc3;transform:translateY(-2px)scale(1.07);box-shadow:0 8px 18px #6f3cc32e}.service-card:first-child .service-icon{color:#6f3cc3;background:#f2eaff}.service-card:nth-child(2) .service-icon{color:#e27a18;background:#fff2e3}.service-card:nth-child(3) .service-icon{color:#3482c8;background:#edf6ff}.service-card:nth-child(4) .service-icon{color:#2e914b;background:#edf9ef}.service-content{z-index:2;position:relative}.service-content h3{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;line-height:1.35;transition:color .3s}.service-card:hover .service-content h3{color:#6f3cc3}.service-content p{color:#85818d;max-width:190px;margin:6px 0 0;font-family:Poppins,sans-serif;font-size:10px;line-height:1.6}.service-arrow{color:#6f3cc3;opacity:0;background:#f5effc;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:14px;transition:opacity .3s,transform .3s,background .3s,color .3s;display:flex;position:absolute;bottom:17px;right:18px;transform:translate(-5px)}.service-card:hover .service-arrow{opacity:1;color:#fff;background:#6f3cc3;transform:translate(0)}@media (width<=1200px){.services-grid{gap:13px}.service-card{min-height:165px;padding:23px 19px}.service-content h3{font-size:14px}}@media (width<=992px){.services{padding:12px 0 42px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.service-card{min-height:160px;padding:23px}.service-icon{width:50px;height:50px;font-size:22px}.service-content h3{font-size:14px}.service-content p{font-size:10px}}@media (width<=768px){.services{padding:8px 0 35px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{border-radius:12px;min-height:145px;padding:19px 16px}.service-number{font-size:9px;top:11px;right:12px}.service-icon{border-radius:11px;width:45px;height:45px;margin-bottom:10px;font-size:19px}.service-content h3{font-size:12px}.service-content p{max-width:160px;margin-top:4px;font-size:9px;line-height:1.5}.service-arrow{width:23px;height:23px;font-size:12px;bottom:11px;right:11px}}@media (width<=576px){.services{padding:5px 0 30px}.services-grid{gap:8px}.service-card{border-radius:10px;min-height:128px;padding:15px 12px}.service-number{font-size:8px;top:9px;right:9px}.service-icon{border-radius:9px;width:39px;height:39px;margin-bottom:8px;font-size:16px}.service-content h3{font-size:10px}.service-content p{font-size:8px;line-height:1.45}.service-arrow{display:none}}@media (width<=400px){.services-grid{gap:6px}.service-card{min-height:118px;padding:13px 10px}.service-icon{width:35px;height:35px;font-size:14px}.service-content h3{font-size:9px}.service-content p{font-size:7px}}.service-card:focus-visible{outline-offset:3px;outline:3px solid #6f3cc338}.service-card{cursor:pointer}.service-card:hover .service-content{transform:translate(2px)}.service-content{transition:transform .3s}.service-arrow{font-family:Poppins,sans-serif;font-weight:600}.service-card:hover .service-icon{box-shadow:0 9px 22px #6f3cc333}.service-card:focus-within{outline-offset:3px;outline:2px solid #6f3cc333}@media (prefers-reduced-motion:reduce){.service-card,.service-card:before,.service-card:after,.service-icon,.service-content,.service-arrow{transition:none}}.testimonials{background:#f8f8fa;width:100%;padding:18px 0 55px}.testimonial-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.testimonial-heading-content{min-width:0}.testimonial-title-row{align-items:center;gap:9px;display:flex}.testimonial-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:27px;display:block}.testimonial-heading h2{color:#202044;letter-spacing:-.4px;margin:0;font-family:Poppins,sans-serif;font-size:26px;font-weight:700;line-height:1.25}.testimonial-heading p{color:#85818d;margin:5px 0 0 14px;font-family:Poppins,sans-serif;font-size:12px;line-height:1.6}.testimonial-rating{color:#d58a13;white-space:nowrap;background:#fffaf0;border:1px solid #f2dfb3;border-radius:50px;align-items:center;gap:7px;padding:8px 13px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.testimonial-rating svg{color:#f5ad24;font-size:12px}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.testimonial-card{background:#fff;border:1px solid #ebe7f0;border-radius:15px;flex-direction:column;min-height:215px;padding:23px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.testimonial-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:0 5px 5px 0;width:0;height:3px;transition:width .3s;position:absolute;top:0;left:0}.testimonial-card:hover{border-color:#d9c7ef;transform:translateY(-6px);box-shadow:0 14px 30px #4e248b1c}.testimonial-card:hover:before{width:60%}.testimonial-quote{color:#b395d8;background:#f5effc;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:14px;transition:transform .3s,background .3s,color .3s;display:flex;position:absolute;top:17px;right:19px}.testimonial-card:hover .testimonial-quote{color:#fff;background:#6f3cc3;transform:rotate(-8deg)scale(1.08)}.stars{z-index:2;align-items:center;gap:4px;margin-bottom:15px;display:flex;position:relative}.stars svg{color:#f5ad24;font-size:12px;transition:transform .2s}.testimonial-card:hover .stars svg{transform:scale(1.08)}.testimonial-review{z-index:2;color:#555260;flex:1;margin:0 0 20px;padding-right:35px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:1.75;position:relative}.customer-info{z-index:2;border-top:1px solid #f0edf3;align-items:center;gap:10px;padding-top:13px;display:flex;position:relative}.customer-avatar{color:#6f3cc3;background:linear-gradient(145deg,#f3eaff,#dfcdf7);border:1px solid #ddcef0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;display:flex}.testimonial-card:nth-child(2) .customer-avatar{color:#d2558b;background:#fff0f6;border-color:#f4d3e1}.testimonial-card:nth-child(3) .customer-avatar{color:#3c76bb;background:#edf5ff;border-color:#d2e3f7}.customer-details{flex-direction:column;gap:3px;min-width:0;display:flex}.customer-details h4{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}.customer-details span{color:#7f7a86;align-items:center;gap:4px;font-family:Poppins,sans-serif;font-size:8px;font-weight:500;display:flex}.customer-details span svg{color:#2e9b4b;font-size:9px}@media (width<=992px){.testimonials{padding:12px 0 45px}.testimonial-heading h2{font-size:24px}.testimonial-heading p{font-size:11px}.testimonial-grid{gap:13px}.testimonial-card{min-height:205px;padding:20px}}@media (width<=768px){.testimonials{padding:8px 0 38px}.testimonial-heading{align-items:center;margin-bottom:18px}.testimonial-title-row{gap:7px}.testimonial-line{width:4px;height:22px}.testimonial-heading h2{font-size:21px}.testimonial-heading p{margin-left:11px;font-size:10px}.testimonial-rating{padding:6px 9px;font-size:8px}.testimonial-rating svg{font-size:9px}.testimonial-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:10px}.testimonial-card{border-radius:12px;min-height:185px;padding:18px}.testimonial-quote{width:30px;height:30px;font-size:12px;top:14px;right:15px}.stars{margin-bottom:11px}.stars svg{font-size:10px}.testimonial-review{margin-bottom:15px;font-size:10px;line-height:1.65}.customer-info{padding-top:10px}.customer-avatar{width:34px;height:34px;font-size:12px}.customer-details h4{font-size:10px}.customer-details span{font-size:7px}}@media (width<=576px){.testimonials{padding:5px 0 32px}.testimonial-heading{margin-bottom:15px}.testimonial-heading h2{font-size:19px}.testimonial-heading p{display:none}.testimonial-rating{padding:5px 8px;font-size:7px}.testimonial-rating svg{font-size:8px}.testimonial-card{border-radius:10px;min-height:170px;padding:15px}.testimonial-quote{width:27px;height:27px;font-size:10px;top:12px;right:12px}.stars{gap:3px;margin-bottom:9px}.stars svg{font-size:9px}.testimonial-review{padding-right:30px;font-size:9px;line-height:1.6}.customer-avatar{width:31px;height:31px;font-size:11px}.customer-details h4{font-size:9px}.customer-details span{font-size:6px}}@media (width<=400px){.testimonial-heading h2{font-size:17px}.testimonial-rating{padding:4px 6px;font-size:6px}.testimonial-card{min-height:155px;padding:13px}.testimonial-review{font-size:8px}.customer-avatar{width:28px;height:28px;font-size:10px}}.testimonial-card:focus-visible{outline-offset:3px;outline:3px solid #6f3cc338}.app-download{color:#fff;background:linear-gradient(115deg,#54269b 0%,#6f3cc3 48%,#8353d0 100%);width:100%;margin-top:35px;padding:65px 0 60px;position:relative;overflow:hidden}.app-download:before{content:"";background:#ffffff0f;border-radius:50%;width:420px;height:420px;position:absolute;top:-220px;right:-120px}.app-download:after{content:"";background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-190px;left:-150px}.app-content{z-index:2;justify-content:space-between;align-items:center;gap:50px;min-height:310px;display:flex;position:relative}.app-info{max-width:570px}.app-label{color:#eee4ff;letter-spacing:1px;background:#ffffff1f;border:1px solid #fff3;border-radius:50px;align-items:center;margin-bottom:14px;padding:6px 11px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:inline-flex}.app-info h2{color:#fff;letter-spacing:-.8px;margin:0;font-family:Poppins,sans-serif;font-size:38px;font-weight:700;line-height:1.2}.app-info h2 span{color:#e8d8ff}.app-info p{color:#ffffffd1;max-width:520px;margin:15px 0 0;font-family:Poppins,sans-serif;font-size:13px;line-height:1.8}.store-buttons{align-items:center;gap:12px;margin-top:25px;display:flex}.store-btn{color:#54269b;cursor:pointer;background:#fff;border:1px solid #fffc;border-radius:9px;align-items:center;gap:10px;min-width:158px;height:52px;padding:7px 14px;font-family:Poppins,sans-serif;transition:transform .3s,box-shadow .3s,background .3s;display:flex}.store-btn:hover{background:#faf8ff;transform:translateY(-3px);box-shadow:0 10px 25px #1f0b4333}.store-icon{color:#54269b;justify-content:center;align-items:center;width:25px;height:25px;font-size:19px;display:flex}.apple-icon{font-size:24px}.store-text{flex-direction:column;align-items:flex-start;line-height:1;display:flex}.store-text small{color:#77717f;letter-spacing:.4px;margin-bottom:4px;font-family:Poppins,sans-serif;font-size:7px;font-weight:500}.store-text strong{color:#25213b;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.app-visual{flex-shrink:0;justify-content:center;align-items:center;width:390px;height:330px;display:flex;position:relative}.app-circle{background:#ffffff14;border:1px solid #ffffff14;border-radius:50%;position:absolute}.circle-one{width:280px;height:280px}.circle-two{background:#ffffff0b;width:220px;height:220px}.phone{z-index:3;background:#171421;border:2px solid #ffffff59;border-radius:28px;width:175px;height:325px;padding:8px;transition:transform .4s;position:relative;transform:rotate(3deg);box-shadow:0 25px 55px #18083261}.phone:hover{transform:rotate(0)translateY(-5px)}.phone-speaker{z-index:5;background:#2f2b38;border-radius:10px;width:52px;height:5px;position:absolute;top:13px;left:50%;transform:translate(-50%)}.phone-screen{background:linear-gradient(#fff,#f7f3fc);border-radius:21px;width:100%;height:100%;padding:26px 10px 12px;overflow:hidden}.phone-header{color:#54269b;justify-content:space-between;align-items:center;margin-bottom:13px;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;display:flex}.phone-heart{color:#d9538b;font-size:14px}.phone-search{color:#9a94a4;background:#f2eef8;border-radius:7px;align-items:center;gap:5px;height:28px;margin-bottom:12px;padding:0 8px;font-family:Poppins,sans-serif;font-size:7px;display:flex}.phone-card{background:#f3ecff;border-radius:8px;align-items:center;gap:7px;margin-bottom:8px;padding:9px 7px;display:flex}.phone-icon{background:#e3d2fa;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.phone-card div:last-child{flex-direction:column;gap:2px;display:flex}.phone-card strong{color:#302943;font-family:Poppins,sans-serif;font-size:7px;font-weight:600}.phone-card small{color:#8d8795;font-family:Poppins,sans-serif;font-size:5px}.green-card{background:#eef9f0}.green-card .phone-icon{background:#d9f0dd}.orange-card{background:#fff5e8}.orange-card .phone-icon{background:#ffe7c7}.phone-home{background:#34303c;border-radius:10px;width:36px;height:4px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}@media (width<=992px){.app-download{padding:50px 0}.app-content{gap:25px}.app-info{max-width:500px}.app-info h2{font-size:32px}.app-info p{font-size:12px}.app-visual{width:310px;height:300px}.phone{width:155px;height:290px}.circle-one{width:245px;height:245px}.circle-two{width:195px;height:195px}}@media (width<=768px){.app-download{margin-top:25px;padding:45px 0}.app-content{text-align:center;flex-direction:column;gap:35px}.app-info{max-width:100%}.app-label{font-size:8px}.app-info h2{font-size:28px;line-height:1.25}.app-info p{max-width:480px;margin-left:auto;margin-right:auto;font-size:11px;line-height:1.7}.store-buttons{justify-content:center;margin-top:20px}.store-btn{min-width:145px;height:48px;padding:6px 11px}.store-text strong{font-size:12px}.app-visual{width:280px;height:300px}.phone{width:150px;height:280px}}@media (width<=576px){.app-download{padding:40px 0}.app-info h2{font-size:24px}.app-info p{font-size:10px}.store-buttons{gap:8px}.store-btn{border-radius:8px;min-width:130px;height:44px}.store-icon{font-size:17px}.apple-icon{font-size:21px}.store-text small{font-size:6px}.store-text strong{font-size:10px}.app-visual{width:240px;height:270px}.phone{border-radius:23px;width:135px;height:255px}.phone-screen{border-radius:17px}.circle-one{width:210px;height:210px}.circle-two{width:165px;height:165px}}@media (width<=400px){.app-info h2{font-size:21px}.app-info p{font-size:9px}.store-buttons{gap:6px}.store-btn{min-width:118px;height:41px;padding:5px 8px}.store-text strong{font-size:9px}.store-text small{font-size:5px}.store-icon{width:21px;height:21px;font-size:15px}.apple-icon{font-size:19px}.app-visual{width:210px;height:245px}.phone{width:122px;height:230px}.circle-one{width:185px;height:185px}.circle-two{width:145px;height:145px}}.newsletter{text-align:center;background:#fff;width:100%;padding:60px 0;position:relative;overflow:hidden}.newsletter:before{content:"";background:#f5effc;border-radius:50%;width:260px;height:260px;position:absolute;top:-150px;left:-100px}.newsletter:after{content:"";background:#f7f1ff;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-130px;right:-100px}.newsletter-content{z-index:2;background:linear-gradient(145deg,#faf7ff,#f4edfc);border:1px solid #e5d8f2;border-radius:22px;max-width:720px;margin:auto;padding:42px 35px;position:relative;box-shadow:0 12px 35px #4e248b14}.newsletter-icon{color:#fff;background:linear-gradient(145deg,#6f3cc3,#54269b);border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 13px;font-size:21px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 20px #6f3cc338}.newsletter-content:hover .newsletter-icon{transform:translateY(-3px)rotate(-3deg);box-shadow:0 12px 25px #6f3cc347}.newsletter-label{color:#8b5cda;letter-spacing:1.4px;margin-bottom:7px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;display:inline-block}.newsletter h2{color:#202044;letter-spacing:-.5px;margin:0;font-family:Poppins,sans-serif;font-size:29px;font-weight:700;line-height:1.3}.newsletter p{color:#85818d;max-width:540px;margin:9px auto 0;font-family:Poppins,sans-serif;font-size:12px;line-height:1.7}.newsletter-box{align-items:center;gap:9px;max-width:560px;margin:24px auto 0;display:flex}.newsletter-input{background:#fff;border:1px solid #ddd3e9;border-radius:10px;flex:1;align-items:center;height:49px;padding:0 15px;transition:border-color .3s,box-shadow .3s;display:flex}.newsletter-input:focus-within{border-color:#6f3cc3;box-shadow:0 0 0 4px #6f3cc314}.newsletter-input svg{color:#9a86b4;flex-shrink:0;font-size:14px;transition:color .3s}.newsletter-input:focus-within svg{color:#6f3cc3}.newsletter-input input{color:#29263d;background:0 0;border:none;outline:none;width:100%;height:100%;padding:0 0 0 10px;font-family:Poppins,sans-serif;font-size:11px}.newsletter-input input::placeholder{color:#aaa5b0;font-size:11px}.newsletter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7b45d0,#54269b);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:9px;height:49px;padding:0 19px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 7px 18px #6f3cc333}.newsletter-btn:hover{background:linear-gradient(135deg,#6f3cc3,#482084);transform:translateY(-2px);box-shadow:0 11px 24px #6f3cc347}.newsletter-btn svg{font-size:10px;transition:transform .3s}.newsletter-btn:hover svg{transform:translate(3px)}.newsletter-note{color:#918c98;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-family:Poppins,sans-serif;font-size:8px;display:flex}.newsletter-note span{color:#2e9b4b;font-size:10px;font-weight:700}@media (width<=992px){.newsletter{padding:50px 0}.newsletter-content{max-width:650px;padding:38px 30px}.newsletter h2{font-size:26px}}@media (width<=768px){.newsletter{padding:40px 0}.newsletter-content{border-radius:18px;padding:32px 22px}.newsletter-icon{border-radius:13px;width:48px;height:48px;font-size:18px}.newsletter h2{font-size:23px}.newsletter p{font-size:10px}.newsletter-box{gap:7px;max-width:500px;margin-top:20px}.newsletter-input{height:44px;padding:0 11px}.newsletter-input input,.newsletter-input input::placeholder{font-size:9px}.newsletter-btn{height:44px;padding:0 14px;font-size:9px}}@media (width<=576px){.newsletter{padding:32px 0}.newsletter-content{border-radius:15px;padding:27px 15px}.newsletter-icon{border-radius:11px;width:43px;height:43px;margin-bottom:10px;font-size:16px}.newsletter-label{letter-spacing:1px;font-size:7px}.newsletter h2{font-size:20px}.newsletter p{max-width:300px;font-size:9px;line-height:1.6}.newsletter-box{flex-direction:column;gap:8px;width:100%}.newsletter-input,.newsletter-btn{width:100%;height:42px}.newsletter-note{font-size:7px}}@media (width<=400px){.newsletter-content{padding:24px 12px}.newsletter h2{font-size:18px}.newsletter p{font-size:8px}.newsletter-input{height:39px}.newsletter-btn{height:39px;font-size:8px}}.newsletter-btn:focus-visible{outline-offset:3px;outline:3px solid #6f3cc340}.table-container{background:#fff;border-radius:15px;width:100%;overflow-x:auto;box-shadow:0 10px 30px #00000014}.product-table{border-collapse:collapse;width:100%;min-width:1200px}.product-table thead{background:#6a3cbc}.product-table thead th{color:#fff;text-align:left;padding:18px 15px;font-size:15px;font-weight:600}.product-table tbody td{vertical-align:middle;border-bottom:1px solid #eee;padding:18px 15px}.product-table tbody tr{transition:all .3s}.product-table tbody tr:hover{background:#faf8ff}.product-image{object-fit:contain;background:#fff;border:1px solid #eee;border-radius:10px;width:70px;height:70px;padding:5px}.product-info h4{color:#222;margin:0;font-size:16px}.product-info p{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:13px;display:-webkit-box;overflow:hidden}.category-badge{color:#6a3cbc;background:#ede5ff;border-radius:30px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}.price-box{flex-direction:column;display:flex}.price{color:#222;font-size:16px;font-weight:700}.old-price{color:#999;font-size:13px;text-decoration:line-through}.stock{border-radius:30px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-block}.in-stock{color:#0a8f3d;background:#d4f8df}.low-stock{color:#d38b00;background:#fff4d4}.out-stock{color:#d60000;background:#ffdede}.rx{border-radius:30px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-block}.rx.yes{color:#d10000;background:#ffe6e6}.rx.no{color:#0b9442;background:#dff7e5}.action-buttons{gap:10px;display:flex}.edit-btn,.delete-btn{cursor:pointer;color:#fff;border:none;border-radius:8px;outline:none;padding:9px 16px;font-size:14px;font-weight:600;transition:all .3s}.edit-btn{background:#2196f3}.edit-btn:hover{background:#1976d2}.delete-btn{background:#f44336}.delete-btn:hover{background:#d32f2f}.empty-products{text-align:center;background:#fff;border-radius:15px;padding:80px 20px;box-shadow:0 10px 30px #00000014}.empty-products h2{color:#6a3cbc;margin-bottom:10px}.empty-products p{color:#777}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-thumb{background:#6a3cbc;border-radius:20px}@media (width<=992px){.product-image{width:55px;height:55px}.product-table thead th,.product-table tbody td{padding:12px}.action-buttons{flex-direction:column}.edit-btn,.delete-btn{width:100%}}@media (width<=768px){.table-container{border-radius:10px}.product-info h4{font-size:14px}.product-info p{font-size:12px}.price{font-size:14px}.category-badge,.stock,.rx{padding:5px 10px;font-size:12px}.edit-btn,.delete-btn{padding:8px 12px;font-size:13px}}.products-page{box-sizing:border-box;background:#f8f8fa;width:100%;min-height:100vh;padding:25px;font-family:Poppins,sans-serif}.products-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.products-header h2{color:#202044;margin:0 0 5px;font-size:27px;font-weight:700;line-height:1.3}.products-header h2:before{content:"";vertical-align:-5px;background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:25px;margin-right:9px;display:inline-block}.products-header p{color:#85818d;margin:0;font-size:11px;line-height:1.6}.add-product-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:9px 17px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.add-product-btn:hover{background:linear-gradient(135deg,#7c4bd0,#5c2ca8);transform:translateY(-2px);box-shadow:0 8px 18px #6f3cc333}.add-product-btn:active{transform:scale(.98)}.search-wrapper{margin-bottom:20px}.search-wrapper input{box-sizing:border-box;color:#373341;background:#fff;border:1px solid #ddd7e5;border-radius:8px;outline:none;width:100%;max-width:420px;min-height:40px;padding:9px 13px;font-family:Poppins,sans-serif;font-size:11px;transition:border-color .3s,box-shadow .3s}.search-wrapper input::placeholder{color:#aaa5b0}.search-wrapper input:hover{border-color:#cbb8df}.search-wrapper input:focus{border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc317}.loading-box{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #ebe7f0;border-radius:14px;width:100%;padding:55px 20px;box-shadow:0 5px 18px #361b5f0e}.loading-box h3{color:#6f3cc3;margin:0;font-size:15px;font-weight:600}.empty-products{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #ebe7f0;border-radius:14px;width:100%;padding:70px 20px;box-shadow:0 5px 18px #361b5f0e}.empty-products h2{color:#6f3cc3;margin:0 0 8px;font-size:20px}.empty-products p{color:#85818d;margin:0;font-size:11px}.products-page .product-table,.products-page .products-table,.products-page .table-container{width:100%}.products-page button:focus-visible,.products-page input:focus-visible{outline-offset:2px;outline:3px solid #6f3cc32e}@media (width<=992px){.products-page{padding:20px}.products-header{flex-direction:column;align-items:flex-start}.add-product-btn{width:100%}.search-wrapper input{max-width:100%}}@media (width<=768px){.products-page{padding:15px}.products-header{gap:14px;margin-bottom:18px}.products-header h2{font-size:22px}.products-header h2:before{vertical-align:-4px;width:4px;height:21px;margin-right:7px}.products-header p{font-size:10px}.add-product-btn{min-height:38px;padding:8px 14px;font-size:10px}.search-wrapper{margin-bottom:16px}.search-wrapper input{min-height:38px;padding:8px 11px;font-size:10px}.loading-box{padding:40px 15px}.loading-box h3{font-size:13px}}@media (width<=480px){.products-page{padding:12px 10px}.products-header{gap:12px}.products-header h2{font-size:19px}.products-header h2:before{vertical-align:-3px;width:3px;height:18px;margin-right:6px}.products-header p{font-size:9px}.add-product-btn{width:100%;min-height:37px;font-size:9px}.search-wrapper input{border-radius:7px;min-height:36px;padding:8px 10px;font-size:9px}.loading-box{border-radius:10px;padding:35px 12px}.loading-box h3{font-size:12px}.empty-products{padding:50px 15px}.empty-products h2{font-size:18px}.empty-products p{font-size:10px}}@media (prefers-reduced-motion:reduce){.products-page *,.products-page :before,.products-page :after{transition:none!important;animation:none!important}}.auth-page{background:radial-gradient(circle at 10% 15%,#6f3cc314,#0000 30%),radial-gradient(circle at 90% 85%,#14b8a612,#0000 30%),linear-gradient(135deg,#faf9fc,#f4f1f9);justify-content:center;align-items:center;min-height:calc(100vh - 140px);padding:45px 20px;display:flex;position:relative;overflow:hidden}.auth-decoration{pointer-events:none;filter:blur(1px);border-radius:50%;position:absolute}.auth-decoration-one{background:radial-gradient(circle,#6f3cc31a,#0000 70%);width:280px;height:280px;top:-130px;left:-100px}.auth-decoration-two{background:radial-gradient(circle,#14b8a617,#0000 70%);width:330px;height:330px;bottom:-160px;right:-150px}.auth-form{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border:1px solid #ebe7f1;border-radius:20px;width:100%;max-width:430px;padding:35px;position:relative;box-shadow:0 20px 55px #361b5f17,0 5px 15px #00000008}.auth-header{text-align:center;margin-bottom:27px}.auth-icon{color:#6f3cc3;background:linear-gradient(145deg,#f2eaff,#e9dcfa);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 15px;font-size:21px;display:flex;box-shadow:0 8px 20px #6f3cc31a}.auth-form h2{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:27px;font-weight:700;line-height:1.3}.auth-subtitle{color:#8b8791;margin:7px 0 0;font-family:Poppins,sans-serif;font-size:10px;line-height:1.6}.auth-form form{flex-direction:column;gap:17px;display:flex}.auth-field{width:100%}.auth-field label{color:#4b4655;margin-bottom:7px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:block}.auth-input-wrapper{width:100%;position:relative}.input-icon{color:#aaa3b0;pointer-events:none;font-size:11px;transition:color .25s;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.auth-input-wrapper input{box-sizing:border-box;color:#302c3b;background:#fcfbfd;border:1px solid #e1dde7;border-radius:9px;outline:none;width:100%;height:45px;padding:0 40px 0 35px;font-family:Poppins,sans-serif;font-size:10px;transition:border-color .25s,background .25s,box-shadow .25s}.auth-input-wrapper input::placeholder{color:#b2adb7}.auth-input-wrapper input:focus{background:#fff;border-color:#8b5cda;box-shadow:0 0 0 3px #6f3cc314}.auth-input-wrapper:focus-within .input-icon{color:#6f3cc3}.password-toggle{color:#99939f;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:27px;height:27px;padding:0;font-size:11px;transition:color .25s,transform .25s;display:flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.password-toggle:hover{color:#6f3cc3;transform:translateY(-50%)scale(1.08)}.auth-input-wrapper.input-error input{background:snow;border-color:#e05252}.auth-input-wrapper.input-error .input-icon{color:#e05252}.auth-input-wrapper.input-error input:focus{border-color:#e05252;box-shadow:0 0 0 3px #e0525214}.field-error{color:#d83b3b;margin-top:5px;font-family:Poppins,sans-serif;font-size:8px;font-weight:500;display:block}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:45px;margin-top:3px;padding:12px 16px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:transform .3s,box-shadow .3s,opacity .3s;display:flex;box-shadow:0 8px 20px #6f3cc32e}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 25px #6f3cc340}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.65;cursor:not-allowed}.login-btn>span:last-child{font-size:15px;line-height:1;transition:transform .25s}.login-btn:hover:not(:disabled)>span:last-child{transform:translate(4px)}.login-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite loginSpin}@keyframes loginSpin{to{transform:rotate(360deg)}}.auth-footer{text-align:center;border-top:1px solid #eeeaf2;margin-top:21px;padding-top:18px}.auth-footer p{color:#85818d;margin:0;font-family:Poppins,sans-serif;font-size:9px}.auth-footer a{color:#6f3cc3;font-weight:600;text-decoration:none;transition:color .25s}.auth-footer a:hover{color:#54269b;text-decoration:underline}.auth-security{color:#aaa5ae;text-align:center;justify-content:center;align-items:center;gap:5px;margin-top:15px;font-family:Poppins,sans-serif;font-size:7px;display:flex}.auth-security svg{color:#2e914b;font-size:8px}@media (width<=768px){.auth-page{min-height:calc(100vh - 120px);padding:35px 18px}.auth-form{max-width:410px;padding:30px}.auth-form h2{font-size:25px}}@media (width<=480px){.auth-page{min-height:calc(100vh - 100px);padding:25px 14px}.auth-form{border-radius:17px;padding:27px 21px}.auth-icon{width:47px;height:47px;margin-bottom:12px;font-size:19px}.auth-form h2{font-size:23px}.auth-subtitle{font-size:9px}.auth-form form{gap:14px}.auth-form input{height:43px;font-size:9px}.auth-field label{font-size:8px}.login-btn{min-height:43px;font-size:9px}.auth-footer p{font-size:8px}}@media (width<=360px){.auth-page{padding:20px 10px}.auth-form{padding:23px 17px}.auth-form h2{font-size:21px}.auth-subtitle{font-size:8px}.auth-input-wrapper input{height:41px;padding-left:32px}.field-error{font-size:7px}.auth-security{font-size:6px}}.auth-input-wrapper input:focus-visible,.password-toggle:focus-visible,.login-btn:focus-visible{outline-offset:2px;outline:2px solid #6f3cc34d}@media (prefers-reduced-motion:reduce){.login-spinner{animation:none}.auth-input-wrapper input,.login-btn,.password-toggle{transition:none}}.register-page{box-sizing:border-box;background:radial-gradient(circle at 10% 20%,#6f3cc314,#0000 30%),radial-gradient(circle at 90% 80%,#14b8a612,#0000 30%),#f8f8fa;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 140px);padding:45px 20px;font-family:Poppins,sans-serif;display:flex}.register-card{background:#fff;border:1px solid #ebe7f0;border-radius:24px;grid-template-columns:.9fr 1.1fr;width:100%;max-width:1050px;min-height:620px;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 70px #361b5f1a,0 8px 25px #0000000a}.register-info{color:#fff;background:radial-gradient(circle at 85% 15%,#ffffff26,#0000 25%),linear-gradient(145deg,#54269b,#6f3cc3 55%,#8258c9);flex-direction:column;justify-content:center;padding:55px 45px;display:flex;position:relative;overflow:hidden}.register-info:before{content:"";background:#ffffff0f;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;right:-130px}.register-info:after{content:"";background:#14b8a61f;border-radius:50%;width:180px;height:180px;position:absolute;top:30%;left:-100px}.register-brand{z-index:2;align-items:center;gap:9px;margin-bottom:55px;font-size:19px;font-weight:700;display:flex;position:relative}.brand-dot{background:#14b8a6;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #14b8a626,0 0 15px #14b8a666}.register-info h1{z-index:2;letter-spacing:-1px;margin:0;font-size:42px;font-weight:700;line-height:1.18;position:relative}.register-info h1 span{color:#d8c5ff}.register-info>p{z-index:2;color:#ffffffc7;max-width:400px;margin:22px 0 30px;font-size:13px;line-height:1.8;position:relative}.register-benefits{z-index:2;flex-direction:column;gap:13px;display:flex;position:relative}.benefit-item{color:#ffffffe6;align-items:center;gap:10px;font-size:11px;font-weight:500;display:flex}.benefit-item span{color:#6ee7d8;background:#14b8a62e;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.register-form-wrapper{background:#fff;flex-direction:column;justify-content:center;padding:45px 55px;display:flex}.register-heading{margin-bottom:25px}.register-heading>span{color:#6f3cc3;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:6px;font-size:10px;font-weight:700;display:inline-block}.register-heading h2{color:#29263d;margin:0;font-size:28px;font-weight:700}.register-heading p{color:#8c8793;margin:6px 0 0;font-size:11px}.register-input-group{margin-bottom:15px}.register-input-group label{color:#3f3a4c;margin-bottom:6px;font-size:10px;font-weight:600;display:block}.register-input-wrapper{align-items:center;display:flex;position:relative}.register-input-wrapper>svg,.password-main-icon{color:#9887aa;z-index:2;font-size:12px;position:absolute;left:14px}.password-main-icon{font-size:12px}.register-input-wrapper input{color:#373346;box-sizing:border-box;background:#fff;border:1px solid #ded9e5;border-radius:9px;outline:none;width:100%;height:45px;padding:0 42px 0 38px;font-family:inherit;font-size:11px;transition:border-color .3s,box-shadow .3s,background .3s}.register-input-wrapper input::placeholder{color:#aaa4b0}.register-input-wrapper input:focus{background:#fff;border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc31a}.password-toggle{color:#8d8794;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .3s;display:flex;position:absolute;right:12px}.password-hint{color:#9b95a2;margin-top:5px;font-size:8px;display:block}.register-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:9px;justify-content:center;align-items:center;gap:12px;width:100%;height:46px;margin-top:7px;font-family:inherit;font-size:12px;font-weight:600;transition:transform .3s,box-shadow .3s,opacity .3s;display:flex}.register-btn>span{font-size:17px;transition:transform .3s}.register-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 22px #6f3cc340}.register-btn:hover:not(:disabled)>span{transform:translate(4px)}.register-btn:disabled{opacity:.7;cursor:not-allowed}.register-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite registerSpin}@keyframes registerSpin{to{transform:rotate(360deg)}}.register-login{color:#85818d;justify-content:center;align-items:center;gap:5px;margin-top:18px;font-size:10px;display:flex}.register-login a{color:#6f3cc3;font-weight:700;text-decoration:none;transition:all .3s}.register-login a:hover{color:#54269b;text-decoration:underline}.register-security{text-align:center;color:#aaa4af;margin:17px 0 0;font-size:8px}@media (width<=950px){.register-card{grid-template-columns:.8fr 1.2fr;max-width:800px}.register-info{padding:45px 35px}.register-info h1{font-size:34px}.register-form-wrapper{padding:40px}}@media (width<=768px){.register-page{padding:30px 15px}.register-card{border-radius:20px;grid-template-columns:1fr;max-width:500px;min-height:auto}.register-info{min-height:280px;padding:35px}.register-brand{margin-bottom:30px;font-size:17px}.register-info h1{font-size:32px}.register-info>p{margin:15px 0 20px;font-size:11px}.register-benefits{gap:8px}.benefit-item{font-size:9px}.benefit-item span{width:19px;height:19px}.register-form-wrapper{padding:35px}}@media (width<=576px){.register-page{min-height:calc(100vh - 100px);padding:20px 10px}.register-card{border-radius:17px}.register-info{min-height:auto;padding:28px 22px}.register-brand{margin-bottom:25px;font-size:16px}.register-info h1{letter-spacing:-.5px;font-size:27px}.register-info>p{font-size:10px;line-height:1.65}.register-benefits{gap:7px}.benefit-item{font-size:8px}.register-form-wrapper{padding:28px 22px}.register-heading{margin-bottom:22px}.register-heading h2{font-size:23px}.register-heading p{font-size:9px}.register-input-group{margin-bottom:13px}.register-input-group label{font-size:9px}.register-input-wrapper input{height:43px;font-size:10px}.register-btn{height:44px;font-size:11px}.register-login{font-size:9px}}@media (width<=400px){.register-info{padding:24px 18px}.register-info h1{font-size:24px}.register-info>p{font-size:9px}.register-form-wrapper{padding:25px 18px}.register-heading h2{font-size:21px}.register-input-wrapper input{height:41px;padding-left:35px;font-size:9px}.register-btn{height:42px;font-size:10px}}.profile-page{color:#29263d;background:#f8f8fa;width:100%;min-height:100vh;padding:35px 20px 70px;font-family:Poppins,sans-serif}.profile-header{background:#fff;border:1px solid #ebe7f0;border-radius:18px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 25px;padding:28px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #361b5f0f}.profile-header:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda,#14b8a6);width:100%;height:4px;position:absolute;top:0;left:0}.profile-header-left{align-items:center;gap:22px;display:flex}.profile-avatar{background:linear-gradient(135deg,#6f3cc3,#14b8a6);border-radius:50%;flex-shrink:0;width:95px;height:95px;padding:3px;overflow:hidden}.profile-avatar img,.avatar-letter{border-radius:50%;width:100%;height:100%}.profile-avatar img{object-fit:cover;display:block}.avatar-letter{color:#fff;background:linear-gradient(135deg,#6f3cc3,#8b5cda);justify-content:center;align-items:center;font-size:34px;font-weight:700;display:flex}.profile-header-info{flex-direction:column;align-items:flex-start;display:flex}.profile-welcome{color:#958fa2;text-transform:uppercase;letter-spacing:1px;margin-bottom:3px;font-size:11px;font-weight:600}.profile-header-info h2{color:#29263d;margin:0;font-size:27px;font-weight:700}.profile-header-info p{color:#85818d;align-items:center;gap:7px;margin:5px 0 9px;font-size:13px;display:flex}.profile-header-info p svg{color:#6f3cc3;font-size:12px}.verified-badge{color:#2e914b;background:#edf9ef;border-radius:20px;align-items:center;gap:6px;padding:5px 10px;font-size:10px;font-weight:600;display:inline-flex}.verified-badge svg{font-size:10px}.edit-btn{color:#6f3cc3;cursor:pointer;background:#f7f1ff;border:1px solid #d8c5ef;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-family:inherit;font-size:12px;font-weight:600;transition:all .3s;display:flex}.edit-btn:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 8px 18px #6f3cc32e}.profile-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;max-width:1200px;margin:0 auto 25px;display:grid}.stat-card{background:#fff;border:1px solid #ebe7f0;border-radius:15px;align-items:center;gap:14px;min-height:105px;padding:18px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #361b5f0b}.stat-card:hover{border-color:#d8c5ef;transform:translateY(-4px);box-shadow:0 12px 25px #4e248b1a}.stat-card.clickable{cursor:pointer}.stat-icon-box{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.stat-icon{font-size:21px}.stat-icon-box.purple{color:#6f3cc3;background:#f2eaff}.stat-icon-box.blue{color:#3482c8;background:#edf6ff}.stat-icon-box.orange{color:#e27a18;background:#fff2e3}.stat-icon-box.green{color:#2e914b;background:#edf9ef}.stat-icon-box.pink{color:#e64c7c;background:#fff0f5}.stat-content{min-width:0}.stat-content h3{color:#29263d;margin:0 0 3px;font-size:21px;font-weight:700;line-height:1.2}.stat-content p{color:#85818d;margin:0;font-size:10px;font-weight:500}.phone-stat h3{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.stat-arrow{color:#c4b3da;font-size:11px;transition:all .3s;position:absolute;bottom:13px;right:15px}.stat-card:hover .stat-arrow{color:#6f3cc3;transform:translate(4px)}.profile-content{grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);align-items:start;gap:20px;max-width:1200px;margin:0 auto;display:grid}.profile-left,.profile-right{min-width:0}.info-card,.edit-form,.action-card,.recent-card,.tips-card{background:#fff;border:1px solid #ebe7f0;border-radius:17px;box-shadow:0 7px 22px #361b5f0d}.card-heading{border-bottom:1px solid #f0edf4;justify-content:space-between;align-items:center;margin-bottom:5px;padding-bottom:18px;display:flex}.card-label{color:#a092b2;letter-spacing:1.2px;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.card-heading h3{color:#29263d;margin:0;font-size:18px;font-weight:700}.card-heading-icon{color:#6f3cc3;background:#f5effc;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex}.info-card{padding:25px}.info-row{border-bottom:1px solid #f0edf4;align-items:center;gap:15px;padding:17px 0;display:flex}.info-row:last-child{border-bottom:none;padding-bottom:2px}.info-icon-box{color:#6f3cc3;background:#f7f1ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.info-icon{font-size:15px}.info-row label{color:#9a95a1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px;font-weight:600;display:block}.info-row p{color:#373346;margin:0;font-size:13px;font-weight:600}.member-status{align-items:center;gap:7px;display:flex}.member-status span{background:#2e914b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #2e914b1a}.edit-form{padding:25px}.avatar-upload{flex-direction:column;align-items:center;margin:8px 0 25px;display:flex}.avatar-preview-wrapper{background:linear-gradient(135deg,#6f3cc3,#14b8a6);border-radius:50%;width:105px;height:105px;padding:3px;position:relative}.avatar-preview{object-fit:cover;border-radius:50%;width:100%;height:100%}.avatar-upload input[type=file]{display:none}.camera-btn{color:#fff;cursor:pointer;background:#6f3cc3;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:12px;transition:all .3s;display:flex;position:absolute;bottom:2px;right:0}.camera-btn:hover{background:#54269b;transform:scale(1.08)}.avatar-upload p{color:#9993a1;margin:10px 0 0;font-size:9px}.form-group{margin-bottom:17px}.form-group label{color:#3d3949;margin-bottom:7px;font-size:11px;font-weight:600;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper>svg{color:#8f7aa5;z-index:2;font-size:13px;position:absolute;left:14px}.input-wrapper input{color:#373346;box-sizing:border-box;background:#fff;border:1px solid #ddd8e5;border-radius:9px;outline:none;width:100%;height:46px;padding:0 15px 0 40px;font-family:inherit;font-size:12px;transition:all .3s}.input-wrapper input:focus{border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc31a}.disabled-input input{color:#8f8a96;cursor:not-allowed;background:#f7f6f8}.locked-text{color:#8c8593;background:#ece8f0;border-radius:5px;padding:4px 7px;font-size:8px;font-weight:600;position:absolute;right:12px}.profile-actions{gap:10px;margin-top:22px;display:flex}.profile-actions button{cursor:pointer;border:none;border-radius:9px;flex:1;height:45px;font-family:inherit;font-size:12px;font-weight:600;transition:all .3s}.profile-actions button[type=submit]{color:#fff;background:#6f3cc3}.profile-actions button[type=submit]:hover:not(:disabled){background:#54269b;transform:translateY(-2px);box-shadow:0 8px 18px #6f3cc32e}.profile-actions .cancel-btn{color:#5e5967;background:#f3f1f5}.profile-actions .cancel-btn:hover:not(:disabled){background:#e7e3eb}.profile-actions button:disabled{opacity:.6;cursor:not-allowed}.profile-right{flex-direction:column;gap:18px;display:flex}.action-card{padding:22px}.action-btn{color:#494354;text-align:left;cursor:pointer;background:#faf9fb;border:1px solid #0000;border-radius:9px;align-items:center;gap:11px;width:100%;min-height:48px;margin-top:8px;padding:10px 12px;font-family:inherit;font-size:11px;font-weight:600;transition:all .3s;display:flex}.action-btn>svg:first-child{color:#6f3cc3;font-size:14px}.action-btn>svg:last-child{color:#b5a9c2;margin-left:auto;font-size:10px}.action-btn:hover{color:#6f3cc3;background:#f5effc;border-color:#ded0ef;transform:translate(3px)}.action-btn:hover>svg:last-child{color:#6f3cc3;transform:translate(3px)}.logout-btn{color:#d33d3d;background:#fff5f5;margin-top:14px}.logout-btn>svg:first-child{color:#d33d3d}.logout-btn:hover{color:#c62828;background:#ffe8e8;border-color:#f3cccc}.logout-btn:hover>svg:last-child{color:#d33d3d}.recent-card{padding:22px}.recent-card>.card-heading>svg{color:#2e914b;font-size:18px}.recent-item{border-bottom:1px solid #f0edf4;justify-content:space-between;align-items:center;gap:15px;padding:14px 0;display:flex}.recent-item:last-child{border-bottom:none;padding-bottom:0}.recent-item strong{color:#3a3547;margin-bottom:4px;font-size:11px;display:block}.recent-item p{color:#9993a1;max-width:230px;margin:0;font-size:9px;line-height:1.5}.activity-badge{color:#6f3cc3;background:#f2eaff;border-radius:20px;flex-shrink:0;padding:4px 8px;font-size:8px;font-weight:600}.activity-badge.online{color:#2e914b;background:#edf9ef}.tips-card{padding:22px}.tips-card>.card-heading>svg{color:#14a899;font-size:18px}.tips-card ul{margin:0;padding:0;list-style:none}.tips-card li{color:#77717f;align-items:flex-start;gap:9px;padding:9px 0;font-size:10px;line-height:1.5;display:flex}.tips-card li span{color:#2e914b;background:#edf9ef;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;font-size:9px;font-weight:700;display:flex}.profile-loading{color:#77717f;background:#f8f8fa;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:70vh;font-family:Poppins,sans-serif;display:flex}.profile-loading-spinner{border:4px solid #e9e1f3;border-top-color:#6f3cc3;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite profileSpin}.profile-loading p{margin:0;font-size:12px;font-weight:500}@keyframes profileSpin{to{transform:rotate(360deg)}}@media (width<=1100px){.profile-page{padding-left:18px;padding-right:18px}.profile-content{grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr)}.profile-header,.profile-stats,.profile-content{max-width:1000px}}@media (width<=900px){.profile-content{grid-template-columns:1fr}.profile-right{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.action-card{grid-row:span 2}.tips-card{grid-column:span 1}}@media (width<=768px){.profile-page{padding:25px 15px 50px}.profile-header{align-items:flex-start;padding:22px}.profile-header-left{gap:15px}.profile-avatar{width:75px;height:75px}.avatar-letter{font-size:27px}.profile-header-info h2{font-size:22px}.profile-header-info p{font-size:11px}.edit-btn{padding:9px 12px;font-size:10px}.profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{min-height:90px;padding:14px}.stat-icon-box{width:43px;height:43px}.stat-icon,.stat-content h3{font-size:18px}.profile-right{grid-template-columns:1fr}.action-card{grid-row:auto}.tips-card{grid-column:auto}}@media (width<=576px){.profile-page{padding:18px 10px 40px}.profile-header{border-radius:14px;flex-direction:column;gap:18px;padding:20px}.profile-header-left{width:100%}.profile-avatar{width:65px;height:65px}.avatar-letter{font-size:24px}.profile-header-info h2{font-size:19px}.profile-welcome{font-size:8px}.profile-header-info p{white-space:nowrap;text-overflow:ellipsis;max-width:210px;font-size:9px;overflow:hidden}.verified-badge{padding:4px 8px;font-size:8px}.edit-btn{width:100%;height:40px}.profile-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.stat-card{border-radius:12px;gap:9px;min-height:80px;padding:11px}.stat-icon-box{border-radius:9px;width:36px;height:36px}.stat-icon{font-size:14px}.stat-content h3{font-size:15px}.stat-content p{font-size:8px}.phone-stat h3{font-size:10px}.stat-arrow{font-size:8px;bottom:8px;right:8px}.info-card,.edit-form,.action-card,.recent-card,.tips-card{border-radius:13px;padding:18px}.card-heading h3{font-size:15px}.card-label{font-size:7px}.card-heading-icon{width:32px;height:32px;font-size:12px}.info-row{gap:10px;padding:13px 0}.info-icon-box{border-radius:9px;width:36px;height:36px}.info-icon{font-size:12px}.info-row label{font-size:8px}.info-row p{font-size:10px}.action-btn{min-height:43px;font-size:9px}.recent-item p{font-size:8px}.activity-badge{font-size:7px}.tips-card li{font-size:8px}.avatar-preview-wrapper{width:90px;height:90px}.profile-actions{flex-direction:column}}@media (width<=400px){.profile-header-left{gap:10px}.profile-avatar{width:58px;height:58px}.avatar-letter{font-size:21px}.profile-header-info h2{font-size:17px}.profile-header-info p{font-size:8px}.profile-stats{gap:6px}.stat-card{min-height:74px;padding:9px}.stat-icon-box{width:31px;height:31px}.stat-icon{font-size:12px}.stat-content h3{font-size:13px}.stat-content p{font-size:7px}.info-card,.edit-form,.action-card,.recent-card,.tips-card{padding:15px}.card-heading h3{font-size:13px}.input-wrapper input,.profile-actions button{height:42px;font-size:10px}}.change-password-page{box-sizing:border-box;background:radial-gradient(circle at 8% 15%,#6f3cc312,#0000 28%),radial-gradient(circle at 95% 90%,#8b5cda0e,#0000 28%),#f8f8fa;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 140px);padding:45px 20px 70px;display:flex}.change-password-wrapper{grid-template-columns:.85fr 1.15fr;align-items:center;gap:55px;width:100%;max-width:920px;display:grid}.password-info{padding:15px 0}.info-icon{color:#6f3cc3;background:linear-gradient(145deg,#f3eaff,#e8daf9);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:21px;display:flex;box-shadow:0 10px 25px #6f3cc31f}.info-label{color:#8c6ab5;letter-spacing:1.2px;margin-bottom:12px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;display:inline-block}.password-info h1{color:#29263d;letter-spacing:-.5px;margin:0;font-family:Poppins,sans-serif;font-size:34px;font-weight:700;line-height:1.25}.password-info h1 span{color:#6f3cc3}.password-info>p{color:#85818d;max-width:390px;margin:15px 0 25px;font-family:Poppins,sans-serif;font-size:11px;line-height:1.8}.security-points{flex-direction:column;gap:11px;display:flex}.security-point{color:#66616e;align-items:center;gap:9px;font-family:Poppins,sans-serif;font-size:9px;display:flex}.security-point svg{color:#2e914b;font-size:12px}.change-password-card{box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #ebe7f0;border-radius:18px;width:100%;padding:30px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 15px 40px #361b5f13}.change-password-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda,#6f3cc3);width:100%;height:3px;position:absolute;top:0;left:0}.change-password-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px #4e248b1a}.password-card-header{align-items:center;gap:12px;display:flex}.password-card-icon{color:#6f3cc3;background:linear-gradient(145deg,#f3eaff,#e9dcf8);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:17px;display:flex}.password-card-header h2{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.password-card-header p{color:#99939f;margin:3px 0 0;font-family:Poppins,sans-serif;font-size:8px}.password-divider{background:#eeeaf1;width:100%;height:1px;margin:20px 0 22px}.password-group{margin-bottom:17px}.password-group label{color:#4a4652;margin-bottom:7px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:block}.password-input{align-items:center;display:flex;position:relative}.password-input .input-icon{z-index:2;color:#a69eae;pointer-events:none;font-size:11px;transition:color .3s;position:absolute;left:13px}.password-input input{box-sizing:border-box;color:#35313e;background:#fff;border:1px solid #e2dee7;border-radius:9px;outline:none;width:100%;height:43px;padding:0 42px 0 34px;font-family:Poppins,sans-serif;font-size:9px;transition:border-color .3s,box-shadow .3s,background .3s}.password-input input::placeholder{color:#b1acb6}.password-input input:focus{background:#fff;border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc317}.password-input:focus-within .input-icon{color:#6f3cc3}.password-toggle{color:#918b97;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .3s,color .3s;display:flex;position:absolute;right:9px}.password-toggle:hover{color:#6f3cc3;background:#f3edfa}.password-toggle svg{font-size:11px}.password-input.input-error input{border-color:#e05252;box-shadow:0 0 0 3px #e0525212}.password-input.input-error .input-icon{color:#e05252}.password-hint{color:#aaa4af;margin-top:5px;font-family:Poppins,sans-serif;font-size:7px;display:block}.password-error{color:#dc4c4c;margin-top:5px;font-family:Poppins,sans-serif;font-size:7px;font-weight:500;display:block}.change-password-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;height:45px;margin-top:5px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:flex}.change-password-btn svg{font-size:11px}.change-password-btn:hover:not(:disabled){background:linear-gradient(135deg,#7a47d0,#5b2ca5);transform:translateY(-2px);box-shadow:0 9px 20px #6f3cc338}.change-password-btn:disabled{opacity:.65;cursor:not-allowed}.button-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite buttonSpin}@keyframes buttonSpin{to{transform:rotate(360deg)}}.password-footer{color:#aaa4af;justify-content:center;align-items:center;gap:6px;margin-top:18px;font-family:Poppins,sans-serif;font-size:7px;display:flex}.password-footer svg{color:#2e914b;font-size:9px}@media (width<=900px){.change-password-wrapper{grid-template-columns:1fr;gap:25px;max-width:650px}.password-info{text-align:center}.info-icon,.password-info>p{margin-left:auto;margin-right:auto}.security-points{align-items:center}}@media (width<=576px){.change-password-page{min-height:calc(100vh - 100px);padding:25px 12px 45px}.change-password-wrapper{gap:20px}.password-info{padding:5px}.info-icon{border-radius:12px;width:45px;height:45px;margin-bottom:14px;font-size:18px}.info-label{font-size:8px}.password-info h1{font-size:25px}.password-info>p{margin-top:10px;margin-bottom:18px;font-size:9px}.security-points{gap:8px}.security-point{font-size:8px}.change-password-card{border-radius:14px;padding:22px 18px}.password-card-header h2{font-size:16px}.password-card-header p{font-size:7px}.password-input input{height:42px;font-size:9px}.change-password-btn{height:43px;font-size:9px}}@media (width<=400px){.password-info h1{font-size:22px}.password-info>p{font-size:8px}.change-password-card{padding:19px 15px}.password-card-icon{width:38px;height:38px;font-size:15px}.password-card-header h2{font-size:14px}.password-input input{height:40px;padding-left:32px}.password-group label{font-size:8px}.password-toggle{width:27px;height:27px}}.password-toggle:focus-visible,.change-password-btn:focus-visible{outline-offset:3px;outline:2px solid #6f3cc359}@media (prefers-reduced-motion:reduce){.change-password-card,.change-password-btn,.password-toggle{transition:none}.button-spinner{animation:none}}.cart-page{background:linear-gradient(#faf9fc 0%,#f5f4f8 100%);min-height:100vh}.cart-container{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:flex-start;gap:25px;display:grid}.cart-left{background:#fff;border:1px solid #ebe7f1;border-radius:16px;min-width:0;padding:24px;box-shadow:0 6px 22px #361b5f0e}.cart-header{border-bottom:1px solid #eeeaf3;justify-content:space-between;align-items:center;gap:20px;margin-bottom:5px;padding-bottom:18px;display:flex}.cart-title-row{align-items:center;gap:9px;display:flex}.cart-title-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:27px}.cart-header h2{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.cart-header p{color:#85818d;margin:5px 0 0 14px;font-family:Poppins,sans-serif;font-size:10px}.clear-btn:hover{color:#fff;background:#e94a5b;border-color:#e94a5b;transform:translateY(-2px)}.cart-item{border-bottom:1px solid #eeeaf3;grid-template-columns:105px minmax(180px,1fr) auto auto 38px;align-items:center;gap:16px;padding:18px 0;transition:background .3s;display:grid}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:#6f3cc305;border-radius:10px}.cart-image{background:linear-gradient(145deg,#faf8fd,#f4effa);border:1px solid #eeeaf3;border-radius:12px;justify-content:center;align-items:center;width:105px;height:105px;display:flex;position:relative;overflow:hidden}.cart-image img{object-fit:contain;width:100%;height:100%;padding:10px;transition:transform .4s}.cart-item:hover .cart-image img{transform:scale(1.07)}.discount-tag{z-index:2;color:#fff;background:#e94a5b;border-radius:5px;padding:4px 7px;font-family:Poppins,sans-serif;font-size:7px;font-weight:700;position:absolute;top:6px;left:6px}.cart-info{min-width:0}.cart-info h3{color:#29263d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.company{color:#6f3cc3;white-space:nowrap;text-overflow:ellipsis;margin:0 0 7px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;overflow:hidden}.cart-rating{color:#d99116;background:#fff4d8;border-radius:5px;align-items:center;gap:4px;padding:3px 6px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600;display:inline-flex}.cart-rating svg{font-size:7px}.rating-label{color:#aaa5af;font-family:Poppins,sans-serif;font-size:7px}.price-box{align-items:center;gap:8px;margin-bottom:7px;display:flex}.delivery-text{color:#2e914b;align-items:center;gap:5px;margin:0 0 4px;font-family:Poppins,sans-serif;font-size:8px;font-weight:500;display:flex}.delivery-text svg{font-size:9px}.stock-warning{color:#d58316;margin:0;font-family:Poppins,sans-serif;font-size:8px;font-weight:600}.quantity-wrapper{flex-direction:column;align-items:center;gap:5px;display:flex}.quantity-label{color:#9a95a0;font-family:Poppins,sans-serif;font-size:7px;font-weight:500}.quantity-box{background:#f8f7fa;border:1px solid #ebe7f1;border-radius:8px;align-items:center;gap:7px;padding:5px;display:flex}.quantity-box button{color:#fff;cursor:pointer;background:#6f3cc3;border:none;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;padding:0;transition:transform .25s,background .25s,opacity .25s;display:flex}.quantity-box button:hover:not(:disabled){background:#54269b;transform:scale(1.07)}.quantity-box button:disabled{opacity:.4;cursor:not-allowed}.quantity-box button svg{font-size:8px}.quantity-box select{color:#29263d;text-align:center;cursor:pointer;background:#fff;border:none;border-radius:5px;outline:none;width:42px;height:27px;padding:0;font-family:Poppins,sans-serif;font-size:9px;font-weight:600}.quantity-box select:focus{box-shadow:0 0 0 2px #6f3cc31f}.subtotal-wrapper{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.subtotal-label{color:#9a95a0;font-family:Poppins,sans-serif;font-size:7px}.subtotal{color:#6f3cc3;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}.delete-btn{color:#dc4656;cursor:pointer;background:#fff7f7;border:1px solid #f1d9dc;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;padding:0;transition:transform .3s,background .3s,color .3s;display:flex}.delete-btn:hover{color:#fff;background:#e94a5b;transform:rotate(8deg)scale(1.05)}.delete-btn svg{font-size:9px}.cart-right{background:#fff;border:1px solid #ebe7f1;border-radius:16px;padding:22px;position:sticky;top:100px;overflow:hidden;box-shadow:0 8px 25px #361b5f12}.summary-heading{border-bottom:1px solid #eeeaf3;align-items:center;gap:11px;padding-bottom:18px;display:flex}.summary-icon{color:#6f3cc3;background:#f2eafb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.summary-icon svg{font-size:16px}.summary-heading h2{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.summary-heading p{color:#9a95a0;margin:3px 0 0;font-family:Poppins,sans-serif;font-size:8px}.summary-content{padding-top:8px}.free-delivery{color:#2e914b!important}.secure-row span:first-child{align-items:center;gap:6px;display:flex}.secure-row span:first-child svg{color:#6f3cc3;font-size:10px}.summary-content hr{border:none;border-top:1px solid #eeeaf3;margin:8px 0}.summary-row.total{color:#29263d;padding:14px 0;font-size:15px;font-weight:700}.checkout-btn{color:#fff;background:linear-gradient(135deg,#6f3cc3,#54269b);border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:42px;margin-top:12px;padding:11px 14px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 7px 18px #6f3cc32b}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 11px 24px #6f3cc33d}.checkout-btn span{font-size:15px;transition:transform .3s}.checkout-btn:hover span{transform:translate(4px)}.checkout-security{color:#99949f;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-family:Poppins,sans-serif;font-size:7px;display:flex}.checkout-security svg{color:#2e914b;font-size:8px}.empty-cart{background:linear-gradient(#faf9fc,#f5f4f8);justify-content:center;align-items:center;min-height:80vh;display:flex}.empty-cart-box{text-align:center;background:#fff;border:1px solid #ebe7f1;border-radius:18px;width:450px;max-width:95%;padding:50px 35px;box-shadow:0 12px 35px #361b5f14}.empty-cart-icon{color:#6f3cc3;background:#f3edfb;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 15px;display:flex}.empty-cart-icon svg{font-size:25px}.empty-cart-label{color:#8d8796;text-transform:uppercase;letter-spacing:.8px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600}.empty-cart-box h2{color:#29263d;margin:8px 0 10px;font-family:Poppins,sans-serif;font-size:26px;font-weight:700}.empty-cart-box p{color:#85818d;margin:0 auto 24px;font-family:Poppins,sans-serif;font-size:10px;line-height:1.7}.shop-btn span{font-size:14px;transition:transform .3s}.shop-btn:hover span{transform:translate(3px)}@media (width<=1100px){.cart-container{grid-template-columns:1fr}.cart-right{position:static}.cart-item{grid-template-columns:105px minmax(200px,1fr) auto auto 38px}}@media (width<=850px){.cart-item{grid-template-columns:100px 1fr auto;gap:14px}.quantity-wrapper{grid-column:2;align-items:flex-start}.subtotal-wrapper{grid-area:2/3;align-items:flex-end}.delete-btn{grid-area:1/3}}@media (width<=768px){.cart-left{padding:17px}.cart-header{margin-bottom:2px}.cart-header h2{font-size:20px}.cart-item{grid-template-columns:90px 1fr;gap:13px;padding:15px 0}.cart-image{grid-row:span 2;width:90px;height:90px}.cart-info{text-align:left;grid-column:2}.cart-info h3{font-size:12px}.company{font-size:8px}.rating,.delivery-text{justify-content:flex-start}.quantity-wrapper{grid-column:2;align-items:flex-start}.subtotal-wrapper{grid-area:auto/2;align-items:flex-start}.delete-btn{position:absolute;right:0}.cart-item{position:relative}.cart-right{padding:18px}}@media (width<=480px){.cart-header{align-items:flex-start;gap:12px}.cart-header h2{font-size:18px}.cart-header p{font-size:8px}.clear-btn{padding:7px 9px;font-size:8px}.cart-item{grid-template-columns:75px 1fr;gap:10px}.cart-image{width:75px;height:75px}.cart-image img{padding:7px}.discount-tag{padding:3px 5px;font-size:6px;top:4px;left:4px}.cart-info h3{font-size:10px}.company{font-size:7px}.rating-label{display:none}.price{font-size:15px}.old-price{font-size:8px}.delivery-text,.stock-warning{font-size:7px}.quantity-box{gap:5px}.quantity-box button{width:25px;height:25px}.quantity-box select{width:38px;height:25px}.subtotal{font-size:14px}.cart-right h2{font-size:17px}.summary-row{font-size:9px}.summary-row.total{font-size:14px}.summary-row.total span:last-child{font-size:18px}.checkout-btn{min-height:40px;font-size:9px}.empty-cart-box{padding:40px 22px}.empty-cart-box h2{font-size:22px}}@media (width<=380px){.cart-item{grid-template-columns:65px 1fr}.cart-image{width:65px;height:65px}.cart-info h3{font-size:9px}.company{font-size:6px}.price{font-size:13px}.quantity-label{font-size:6px}.quantity-box button{width:23px;height:23px}.quantity-box select{width:34px;height:23px;font-size:8px}}@media (prefers-reduced-motion:reduce){.cart-item,.cart-image img,.clear-btn,.quantity-box button,.delete-btn,.checkout-btn,.shop-btn{transition:none}}.checkout-page{background:linear-gradient(#faf9fc 0%,#f5f4f8 100%);min-height:100vh;padding:35px 0 60px}.checkout-container{width:min(1180px,92%);margin:0 auto}.checkout-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.checkout-title-row{align-items:center;gap:11px;display:flex}.checkout-title-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:45px}.checkout-header h1{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:28px;font-weight:700}.checkout-header p{color:#85818d;margin:4px 0 0;font-family:Poppins,sans-serif;font-size:10px}.checkout-secure-badge{color:#2e914b;background:#f2faf4;border:1px solid #dcefe2;border-radius:7px;align-items:center;gap:6px;padding:8px 12px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:inline-flex}.checkout-secure-badge svg{font-size:9px}.checkout-grid{grid-template-columns:minmax(0,1.75fr) minmax(320px,1fr);align-items:flex-start;gap:25px;display:grid}.checkout-form,.checkout-summary{background:#fff;border:1px solid #ebe7f1;border-radius:16px;box-shadow:0 7px 25px #361b5f0f}.checkout-form{padding:25px}.form-section-header{border-bottom:1px solid #eeeaf3;align-items:center;gap:11px;padding-bottom:18px;display:flex}.form-section-icon{color:#6f3cc3;background:#f2eafb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.form-section-icon svg{font-size:16px}.form-section-header h2{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.form-section-header p{color:#99949f;margin:3px 0 0;font-family:Poppins,sans-serif;font-size:8px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:20px;display:grid}.form-group{min-width:0}.full-width{grid-column:1/-1}.form-group label{color:#4b4655;margin-bottom:6px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:block}.input-wrapper{position:relative}.input-wrapper svg{color:#9a91a7;pointer-events:none;font-size:10px;transition:color .25s;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.checkout-form input,.checkout-form textarea{color:#29263d;background:#fcfbfd;border:1px solid #e4e0e9;border-radius:8px;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:10px;transition:border-color .25s,box-shadow .25s,background .25s}.checkout-form input{height:43px;padding:0 12px}.input-wrapper input{padding-left:33px}.checkout-form textarea{resize:vertical;min-height:92px;padding:12px}.checkout-form input::placeholder,.checkout-form textarea::placeholder{color:#b0abb5}.checkout-form input:focus,.checkout-form textarea:focus{background:#fff;border-color:#8b5cda;box-shadow:0 0 0 3px #6f3cc314}.input-wrapper:focus-within svg{color:#6f3cc3}.payment-section{margin-top:27px}.payment-heading{padding-bottom:15px}.payment-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:15px;display:grid}.payment-option{cursor:pointer;background:#fcfbfd;border:1px solid #e6e1ec;border-radius:10px;align-items:center;gap:10px;min-width:0;padding:13px;transition:border-color .25s,background .25s,transform .25s,box-shadow .25s;display:flex;position:relative}.payment-option:hover{background:#fff;border-color:#d2c1e7;transform:translateY(-2px)}.payment-option.active{background:#faf7ff;border-color:#8a5acc;box-shadow:0 5px 15px #6f3cc314}.payment-option input{opacity:0;pointer-events:none;position:absolute}.payment-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:14px;display:flex}.payment-icon.cod{color:#2e914b;background:#edf9ef}.payment-icon.online{color:#6f3cc3;background:#f1eafb}.payment-info{flex-direction:column;gap:3px;min-width:0;display:flex}.payment-info strong{color:#302c3d;font-family:Poppins,sans-serif;font-size:10px;font-weight:600}.payment-info span{color:#99949f;font-family:Poppins,sans-serif;font-size:7px}.payment-check{color:#0000;border:1px solid #ddd7e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:9px;transition:background .25s,color .25s,border-color .25s;display:flex}.payment-option.active .payment-check{color:#fff;background:#6f3cc3;border-color:#6f3cc3}.place-order-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:46px;margin-top:24px;padding:12px 18px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:transform .3s,box-shadow .3s,opacity .3s;display:flex;box-shadow:0 8px 20px #6f3cc32e}.place-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 25px #6f3cc340}.place-order-btn:disabled{opacity:.65;cursor:not-allowed}.place-order-btn>svg{font-size:9px}.place-order-btn span:last-child{font-size:15px;transition:transform .25s}.place-order-btn:hover:not(:disabled) span:last-child{transform:translate(4px)}.checkout-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite checkoutSpin}@keyframes checkoutSpin{to{transform:rotate(360deg)}}.form-security{color:#99949f;text-align:center;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-family:Poppins,sans-serif;font-size:7px;display:flex}.form-security svg{color:#2e914b;font-size:8px}.checkout-summary{position:sticky;top:100px;overflow:hidden}.summary-header{border-bottom:1px solid #eeeaf3;align-items:center;gap:11px;padding:20px;display:flex}.summary-header-icon{color:#6f3cc3;background:#f2eafb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.summary-header-icon svg{font-size:16px}.summary-header h2{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.summary-header p{color:#99949f;margin:3px 0 0;font-family:Poppins,sans-serif;font-size:8px}.summary-products{scrollbar-width:thin;scrollbar-color:#c9b5e2 transparent;max-height:310px;padding:5px 20px;overflow-y:auto}.summary-products::-webkit-scrollbar{width:4px}.summary-products::-webkit-scrollbar-thumb{background:#c9b5e2;border-radius:10px}.summary-item{border-bottom:1px solid #f0edf3;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;display:flex}.summary-item:last-child{border-bottom:none}.summary-product-info{align-items:center;gap:9px;min-width:0;display:flex}.summary-product-image{background:#faf8fc;border:1px solid #eeeaf3;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.summary-product-image img{object-fit:contain;width:100%;height:100%;padding:5px}.summary-product-info h4{color:#393443;white-space:nowrap;text-overflow:ellipsis;max-width:150px;margin:0 0 3px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600;line-height:1.4;overflow:hidden}.summary-product-info span{color:#99949f;font-family:Poppins,sans-serif;font-size:7px}.summary-item>strong{color:#6f3cc3;flex-shrink:0;font-family:Poppins,sans-serif;font-size:9px;font-weight:700}.summary-pricing{border-top:1px solid #eeeaf3;padding:15px 20px}.summary-price-row{color:#77717e;justify-content:space-between;align-items:center;gap:15px;padding:8px 0;font-family:Poppins,sans-serif;font-size:9px;display:flex}.summary-price-row span:last-child{color:#383341;font-weight:600}.summary-price-row .free{color:#2e914b}.free-delivery-note{color:#39884d;background:#f1faf3;border-radius:6px;align-items:center;gap:5px;margin-top:5px;padding:7px 8px;font-family:Poppins,sans-serif;font-size:7px;line-height:1.5;display:flex}.free-delivery-note svg{flex-shrink:0;font-size:8px}.summary-divider{border-top:1px dashed #ded8e5;margin:9px 0}.summary-total{justify-content:space-between;align-items:center;gap:15px;padding-top:5px;display:flex}.summary-total span{color:#37323f;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.summary-total strong{color:#6f3cc3;font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.summary-security{border-top:1px solid #eeeaf3;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 20px 20px;padding-top:14px;display:grid}.security-item{align-items:center;gap:6px;display:flex}.security-item>svg{color:#6f3cc3;font-size:12px}.security-item div{flex-direction:column;gap:2px;display:flex}.security-item strong{color:#4a4551;font-family:Poppins,sans-serif;font-size:7px;font-weight:600}.security-item span{color:#aaa5af;font-family:Poppins,sans-serif;font-size:6px}@media (width<=1050px){.checkout-grid{grid-template-columns:minmax(0,1.5fr) minmax(290px,1fr);gap:18px}.checkout-form{padding:21px}.summary-product-info h4{max-width:120px}}@media (width<=900px){.checkout-page{padding:25px 0 45px}.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static}.summary-products{max-height:none}}@media (width<=650px){.checkout-container{width:94%}.checkout-header{flex-direction:column;align-items:flex-start;margin-bottom:18px}.checkout-header h1{font-size:23px}.checkout-header p{font-size:8px}.checkout-title-line{width:4px;height:38px}.checkout-secure-badge{font-size:8px}.checkout-form{padding:17px}.form-grid{grid-template-columns:1fr;gap:12px}.full-width{grid-column:auto}.form-section-header h2{font-size:16px}.payment-options{grid-template-columns:1fr}.payment-option{padding:11px}.summary-header{padding:17px}.summary-pricing{padding:14px 17px}.summary-security{margin:0 17px 17px}}@media (width<=480px){.checkout-page{padding:20px 0 35px}.checkout-header h1{font-size:20px}.checkout-title-row{gap:8px}.checkout-form{padding:15px}.form-section-icon{width:35px;height:35px}.form-section-icon svg{font-size:13px}.form-section-header h2{font-size:14px}.form-section-header p{font-size:7px}.checkout-form input{height:40px;font-size:9px}.checkout-form textarea{min-height:80px;font-size:9px}.form-group label{font-size:8px}.place-order-btn{min-height:43px;font-size:9px}.summary-header h2{font-size:16px}.summary-product-image{width:42px;height:42px}.summary-product-info h4{max-width:125px;font-size:7px}.summary-total strong{font-size:18px}.security-item span{display:none}}@media (width<=360px){.checkout-container{width:95%}.checkout-form{padding:13px}.checkout-header h1{font-size:18px}.checkout-header p{font-size:7px}.payment-info strong{font-size:9px}.payment-info span{font-size:6px}.summary-product-info h4{max-width:105px}.summary-total strong{font-size:16px}}.checkout-form input:focus-visible,.checkout-form textarea:focus-visible,.payment-option:focus-within,.place-order-btn:focus-visible{outline-offset:2px;outline:2px solid #6f3cc34d}@media (prefers-reduced-motion:reduce){.payment-option,.place-order-btn,.checkout-form input,.checkout-form textarea{transition:none}.checkout-spinner{animation:none}}.order-details-page{background:radial-gradient(circle at 0 0,#6f3cc30e,#0000 28%),#f8f8fa;width:100%;min-height:calc(100vh - 140px);padding:38px 0 70px}.order-details-container{box-sizing:border-box;width:100%;max-width:1000px;margin:0 auto;padding:0 20px}.details-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.details-title-row{align-items:center;gap:9px;display:flex}.details-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:27px;display:block}.details-title h2{color:#202044;margin:0;font-family:Poppins,sans-serif;font-size:26px;font-weight:700;line-height:1.2}.details-title p{color:#85818d;margin:5px 0 0 14px;font-family:Poppins,sans-serif;font-size:10px}.order-timeline{background:#fff;border:1px solid #ebe7f0;border-radius:15px;justify-content:space-between;align-items:flex-start;gap:0;margin-bottom:22px;padding:25px 22px 20px;display:flex;position:relative;box-shadow:0 5px 18px #361b5f0e}.timeline-step{z-index:2;text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.timeline-icon{color:#9b97a1;background:#f0eef2;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;font-size:15px;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:flex}.timeline-step span{color:#99939f;white-space:nowrap;margin-top:8px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600;transition:color .3s}.timeline-step.active .timeline-icon{color:#fff;background:linear-gradient(135deg,#6f3cc3,#54269b);transform:scale(1.05);box-shadow:0 7px 17px #6f3cc338}.timeline-step.active span{color:#6f3cc3}.timeline-line{z-index:1;background:#e4e0e7;flex:0 90px;height:2px;margin-top:21px;position:relative}.details-card{background:#fff;border:1px solid #ebe7f0;border-radius:15px;margin-bottom:15px;padding:20px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.details-card:hover{border-color:#ddd0eb;box-shadow:0 10px 25px #4e248b14}.card-heading{border-bottom:1px solid #f0edf3;align-items:center;gap:11px;margin-bottom:18px;padding-bottom:14px;display:flex}.card-heading-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;display:flex}.card-heading-icon.purple{color:#6f3cc3;background:#f3ebff}.card-heading-icon.blue{color:#3482c8;background:#edf6ff}.card-heading-icon.green{color:#2e914b;background:#edf9ef}.card-heading-icon.orange{color:#e27a18;background:#fff2e3}.card-heading h3{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.card-heading span{color:#aaa4af;margin-top:3px;font-family:Poppins,sans-serif;font-size:7px;display:block}.shipping-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.shipping-row{flex-direction:column;gap:4px;padding:10px 15px 10px 0;display:flex}.shipping-row span{color:#aaa4af;font-family:Poppins,sans-serif;font-size:7px;font-weight:500}.shipping-row strong{color:#393445;word-break:break-word;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;line-height:1.5}.address-row{grid-column:1/-1}.payment-details{flex-direction:column;gap:11px;display:flex}.payment-item{background:#faf9fb;border-radius:9px;justify-content:space-between;align-items:center;gap:20px;padding:10px 12px;display:flex}.payment-item>span:first-child{color:#85818d;font-family:Poppins,sans-serif;font-size:9px}.payment-item strong{color:#393445;font-family:Poppins,sans-serif;font-size:10px}.payment-status{text-transform:capitalize;border-radius:20px;padding:5px 10px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600}.payment-status.pending{color:#d98900;background:#fff5df}.payment-status.paid{color:#2e914b;background:#edf9ef}.payment-status.failed{color:#dc4c4c;background:#fff0f0}.payment-secure{color:#2e914b;align-items:center;gap:7px;font-family:Poppins,sans-serif;font-size:8px;display:flex}.payment-secure svg{font-size:11px}.products-list{flex-direction:column;display:flex}.product-row{border-bottom:1px solid #f0edf3;align-items:center;gap:15px;padding:14px 0;display:flex}.product-row:last-child{border-bottom:none;padding-bottom:0}.product-row:first-child{padding-top:0}.product-image{background:#fff;border:1px solid #ebe7f0;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.product-image img{box-sizing:border-box;object-fit:contain;width:100%;height:100%;padding:7px;transition:transform .3s}.product-row:hover .product-image img{transform:scale(1.06)}.product-info{flex:1;min-width:0}.product-info h4{color:#29263d;text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;overflow:hidden}.product-info p{color:#99939f;margin:3px 0;font-family:Poppins,sans-serif;font-size:8px}.product-info strong{color:#5d5865;font-weight:600}.product-total{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.product-total span{color:#aaa4af;font-family:Poppins,sans-serif;font-size:7px}.product-total strong{color:#6f3cc3;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}.price-summary{width:100%}.summary-row{color:#85818d;justify-content:space-between;align-items:center;gap:20px;padding:9px 0;font-family:Poppins,sans-serif;font-size:9px;display:flex}.summary-row strong{color:#393445;font-size:10px}.summary-divider{background:#eeeaf1;width:100%;height:1px;margin:7px 0}.summary-row.total{color:#29263d;padding-top:13px;font-size:12px;font-weight:700}.summary-row.total strong{color:#6f3cc3;font-size:16px}.cancel-order{justify-content:flex-end;margin-top:22px;display:flex}.cancel-order button{color:#d73c3c;cursor:pointer;background:#fff5f5;border:1px solid #f0baba;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:9px 15px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:background .3s,color .3s,border-color .3s,transform .3s;display:inline-flex}.cancel-order button svg{font-size:11px}.cancel-order button:hover{color:#fff;background:#e53935;border-color:#e53935;transform:translateY(-2px);box-shadow:0 7px 18px #e539352e}.order-loading-page{background:radial-gradient(circle at 15% 15%,#6f3cc30f,#0000 30%),#f8f8fa;justify-content:center;align-items:center;min-height:calc(100vh - 140px);padding:30px 20px;display:flex}.order-loader{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.order-spinner{border:3px solid #e8def4;border-top-color:#6f3cc3;border-radius:50%;width:38px;height:38px;margin-bottom:16px;animation:.8s linear infinite orderSpin}@keyframes orderSpin{to{transform:rotate(360deg)}}.order-loader h3{color:#29263d;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:14px}.order-loader p{color:#99939f;margin:0;font-family:Poppins,sans-serif;font-size:9px}.not-found-icon{color:#dc4c4c;background:#fff0f0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:15px;font-size:25px;display:flex}@media (width<=768px){.order-details-page{padding:28px 0 50px}.order-details-container{padding:0 15px}.details-header{align-items:center}.details-title h2{font-size:23px}.details-title p{font-size:9px}.order-timeline{scrollbar-width:thin;padding:20px 15px;overflow-x:auto}.timeline-step{min-width:75px}.timeline-line{flex:0 50px}.shipping-details{grid-template-columns:1fr}.address-row{grid-column:auto}}@media (width<=576px){.order-details-page{padding:22px 0 40px}.order-details-container{padding:0 12px}.details-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:17px}.details-title h2{font-size:20px}.details-title p{display:none}.details-card{border-radius:12px;padding:15px}.card-heading{margin-bottom:14px;padding-bottom:11px}.card-heading-icon{border-radius:9px;width:34px;height:34px;font-size:12px}.card-heading h3{font-size:11px}.card-heading span{font-size:6px}.order-timeline{flex-direction:column;align-items:flex-start;gap:0;padding:18px 15px;display:flex;overflow:visible}.timeline-step{text-align:left;flex-direction:row;align-items:center;gap:12px;width:100%;min-width:0}.timeline-icon{flex-shrink:0;width:36px;height:36px;font-size:12px}.timeline-step span{margin:0;font-size:8px}.timeline-line{background:#e4e0e7;flex:none;width:2px;height:18px;margin:0 0 0 17px}.product-row{gap:10px}.product-image{width:58px;height:58px}.product-info h4{font-size:9px}.product-info p{font-size:7px}.product-total span{font-size:6px}.product-total strong{font-size:10px}.payment-item{padding:9px}.cancel-order{justify-content:stretch}.cancel-order button{width:100%}}@media (width<=400px){.details-title h2{font-size:18px}.details-card{padding:13px}.product-image{width:52px;height:52px}.product-total strong{font-size:9px}.summary-row{font-size:8px}.summary-row strong{font-size:9px}.summary-row.total{font-size:10px}.summary-row.total strong{font-size:14px}}.cancel-order button:focus-visible{outline-offset:3px;outline:2px solid #e539354d}@media (prefers-reduced-motion:reduce){.order-spinner{animation:none}.product-image img,.cancel-order button,.timeline-icon{transition:none}}.orders-page{background:radial-gradient(circle at 0 0,#6f3cc30e,#0000 28%),#f8f8fa;width:100%;min-height:calc(100vh - 140px);padding:42px 0 70px}.orders-container{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.orders-title{min-width:0}.orders-title-row{align-items:center;gap:9px;display:flex}.orders-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:28px;display:block}.orders-title h2{color:#202044;letter-spacing:-.4px;margin:0;font-family:Poppins,sans-serif;font-size:27px;font-weight:700;line-height:1.2}.orders-title p{color:#85818d;margin:6px 0 0 14px;font-family:Poppins,sans-serif;font-size:11px}.orders-count{color:#6f3cc3;white-space:nowrap;background:#fff;border:1px solid #ded2ed;border-radius:8px;align-items:center;gap:7px;padding:8px 13px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;display:flex}.orders-count svg{font-size:11px}.orders-list{flex-direction:column;gap:14px;display:flex}.order-card{background:#fff;border:1px solid #ebe7f0;border-radius:15px;padding:20px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.order-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:0 5px 5px 0;width:0;height:3px;transition:width .35s;position:absolute;top:0;left:0}.order-card:hover{border-color:#d9c8eb;transform:translateY(-4px);box-shadow:0 14px 30px #4e248b1a}.order-card:hover:before{width:35%}.order-top{border-bottom:1px solid #f0edf3;justify-content:space-between;align-items:center;gap:20px;padding-bottom:17px;display:flex}.order-id-section{align-items:center;gap:12px;display:flex}.order-icon{color:#6f3cc3;background:linear-gradient(145deg,#f4edff,#e9ddfa);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:flex}.order-label{color:#aaa4b0;letter-spacing:.7px;margin-bottom:2px;font-family:Poppins,sans-serif;font-size:7px;font-weight:700;display:block}.order-top h3{color:#29263d;margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}.order-top p{color:#99939f;align-items:center;gap:5px;margin:4px 0 0;font-family:Poppins,sans-serif;font-size:8px;display:flex}.order-top p svg{color:#8b5cda;font-size:8px}.status{text-transform:capitalize;white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:6px 11px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.order-info{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:17px 0;display:grid}.order-info-item{align-items:center;gap:10px;min-width:0;display:flex}.info-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:13px;display:flex}.info-icon.purple{color:#6f3cc3;background:#f3ebff}.info-icon.blue{color:#3482c8;background:#edf6ff}.info-icon.green{color:#2e914b;background:#edf9ef}.order-info-item small{color:#aaa4af;margin-bottom:3px;font-family:Poppins,sans-serif;font-size:7px;display:block}.order-info-item strong{color:#393445;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;display:block;overflow:hidden}.order-bottom{border-top:1px solid #f0edf3;justify-content:space-between;align-items:center;gap:15px;padding-top:15px;display:flex}.order-secure{color:#2e914b;font-family:Poppins,sans-serif;font-size:7px;font-weight:600}.view-order-btn{color:#6f3cc3;background:#fff;border:1px solid #d8c7ed;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 13px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;text-decoration:none;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:inline-flex}.view-order-btn svg{font-size:10px;transition:transform .3s}.view-order-btn:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 7px 18px #6f3cc32e}.view-order-btn:hover svg{transform:scale(1.1)}.empty-orders-page{background:radial-gradient(circle at 15% 15%,#6f3cc30f,#0000 30%),#f8f8fa;justify-content:center;align-items:center;min-height:calc(100vh - 140px);padding:40px 20px;display:flex}.empty-orders{text-align:center;background:#fff;border:1px solid #ebe7f0;border-radius:18px;width:100%;max-width:440px;padding:42px 30px;box-shadow:0 12px 35px #361b5f12}.empty-icon-wrapper{background:linear-gradient(145deg,#f4edff,#e9ddfa);border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto 17px;display:flex}.empty-icon{color:#6f3cc3;font-size:31px}.empty-label{color:#9c83bb;letter-spacing:1px;font-family:Poppins,sans-serif;font-size:8px;font-weight:700;display:inline-block}.empty-orders h2{color:#29263d;margin:7px 0 8px;font-family:Poppins,sans-serif;font-size:24px;font-weight:700}.empty-orders p{color:#85818d;margin:0 0 23px;font-family:Poppins,sans-serif;font-size:9px;line-height:1.7}.shop-btn{color:#fff;background:linear-gradient(135deg,#6f3cc3,#54269b);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 8px 20px #6f3cc32e}.shop-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #6f3cc340}.shop-btn svg{font-size:10px}.orders-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:55vh;display:flex}.orders-spinner{border:3px solid #e8def4;border-top-color:#6f3cc3;border-radius:50%;width:38px;height:38px;margin-bottom:17px;animation:.8s linear infinite ordersSpin}@keyframes ordersSpin{to{transform:rotate(360deg)}}.orders-loading h3{color:#29263d;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:14px}.orders-loading p{color:#99939f;margin:0;font-family:Poppins,sans-serif;font-size:9px}@media (width<=768px){.orders-page{padding:30px 0 55px}.orders-container{padding:0 15px}.orders-header{align-items:center;margin-bottom:20px}.orders-title h2{font-size:23px}.orders-title p{font-size:9px}.orders-count{padding:7px 10px;font-size:8px}.order-card{padding:17px}.order-info{gap:8px}}@media (width<=576px){.orders-page{padding:22px 0 40px}.orders-container{padding:0 12px}.orders-header{flex-direction:column;align-items:flex-start;gap:10px}.orders-title h2{font-size:20px}.orders-title p{display:none}.orders-count{align-self:flex-start}.order-card{border-radius:12px;padding:14px}.order-top{flex-direction:column;align-items:flex-start;gap:12px}.status{align-self:flex-start}.order-info{grid-template-columns:1fr;gap:10px;padding:14px 0}.order-info-item{padding:6px 0}.order-bottom{flex-direction:column;align-items:stretch;gap:10px}.order-secure{text-align:center}.view-order-btn{box-sizing:border-box;width:100%}.empty-orders{padding:35px 20px}.empty-orders h2{font-size:21px}}@media (width<=400px){.order-id-section{gap:9px}.order-icon{width:38px;height:38px;font-size:15px}.order-top h3{font-size:11px}.order-top p{font-size:7px}.info-icon{width:32px;height:32px;font-size:11px}.order-info-item small{font-size:6px}.order-info-item strong{font-size:9px}.view-order-btn{padding:8px;font-size:8px}}.view-order-btn:focus-visible,.shop-btn:focus-visible{outline-offset:3px;outline:2px solid #6f3cc359}@media (prefers-reduced-motion:reduce){.order-card,.view-order-btn,.shop-btn{transition:none}.orders-spinner{animation:none}}.wishlist-page{background:#f8f8fa;width:100%;min-height:100vh;padding:35px 0 70px}.wishlist-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.wishlist-heading{min-width:0}.wishlist-title-row{align-items:center;gap:10px;display:flex}.wishlist-line{background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:48px;display:block}.wishlist-title-row h2{color:#202044;margin:0;font-family:Poppins,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.wishlist-title-row p{color:#85818d;margin:5px 0 0;font-family:Poppins,sans-serif;font-size:12px}.clear-btn{color:#e53935;cursor:pointer;background:#fff;border:1px solid #f0cccc;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;transition:background .3s,color .3s,border-color .3s,transform .3s,box-shadow .3s;display:inline-flex}.clear-btn:hover{color:#fff;background:#e53935;border-color:#e53935;transform:translateY(-2px);box-shadow:0 8px 18px #e539352e}.clear-btn svg{font-size:12px}.wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.wishlist-card{background:#fff;border:1px solid #ebe7f0;border-radius:16px;flex-direction:column;min-width:0;transition:transform .3s,border-color .3s,box-shadow .3s;animation:.45s both wishlistFadeUp;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.wishlist-card:hover{border-color:#d8c5ef;transform:translateY(-7px);box-shadow:0 15px 35px #4e248b21}.discount-badge{z-index:5;color:#fff;background:#e53935;border-radius:6px;padding:5px 9px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 4px 10px #e539352e}.image-wrapper{background:linear-gradient(145deg,#fbf9fe,#f7f3fc);height:205px;position:relative;overflow:hidden}.image-wrapper:after{content:"";pointer-events:none;background:#6f3cc30f;border-radius:50%;width:130px;height:130px;position:absolute;top:-55px;right:-60px}.wishlist-card img{object-fit:contain;width:100%;height:100%;padding:22px;transition:transform .4s;display:block}.wishlist-card:hover img{transform:scale(1.07)}.image-overlay{opacity:0;z-index:4;background:#52269b7a;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.wishlist-card:hover .image-overlay{opacity:1}.quick-view{color:#6f3cc3;cursor:pointer;background:#fff;border:none;border-radius:30px;justify-content:center;align-items:center;gap:7px;padding:9px 15px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;transition:transform .35s,background .3s,color .3s;display:inline-flex;transform:translateY(15px)}.wishlist-card:hover .quick-view{transform:translateY(0)}.quick-view:hover{color:#fff;background:#6f3cc3}.quick-view svg{font-size:12px}.wishlist-heart{z-index:6;color:#e53935;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:transform .3s,background .3s,color .3s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000001a}.wishlist-heart:hover{color:#fff;background:#e53935;transform:scale(1.12)}.wishlist-heart svg{font-size:14px}.delivery-badge{z-index:5;color:#2e914b;background:#eaf8ef;border-radius:20px;align-items:center;gap:5px;padding:5px 9px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;display:inline-flex;position:absolute;bottom:12px;left:12px}.delivery-badge svg{font-size:9px}.best-badge{z-index:5;color:#fff;background:linear-gradient(135deg,#ff9800,#ff5722);border-radius:20px;padding:5px 9px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;position:absolute;bottom:12px;right:12px}.wishlist-info{flex-direction:column;flex:1;padding:16px;display:flex}.wishlist-info h3{color:#29263d;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:1.45;transition:color .3s;display:-webkit-box;overflow:hidden}.wishlist-card:hover .wishlist-info h3{color:#6f3cc3}.company{color:#6f3cc3;margin:0 0 7px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600}.description{color:#85818d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 9px;font-family:Poppins,sans-serif;font-size:9px;line-height:1.55;display:-webkit-box;overflow:hidden}.prescription{color:#9a6500;background:#fff7df;border:1px solid #f6e5ad;border-radius:20px;align-self:flex-start;align-items:center;gap:6px;margin-bottom:9px;padding:5px 8px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600;display:inline-flex}.prescription svg{font-size:9px}.rating{align-items:center;gap:7px;margin-bottom:9px;display:flex}.stars{color:#ffb400;align-items:center;gap:2px;font-size:9px;display:flex}.rating>span{color:#85818d;font-family:Poppins,sans-serif;font-size:9px}.wishlist-price{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:7px;display:flex}.price{color:#6f3cc3;font-family:Poppins,sans-serif;font-size:19px;font-weight:700}.old-price{color:#999;font-family:Poppins,sans-serif;font-size:10px;text-decoration:line-through}.save-text{color:#2e914b;background:#edf9ef;border-radius:4px;padding:3px 6px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600}.stock{margin:0 0 5px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600}.in-stock{color:#2e914b}.out-stock{color:#e53935}.limited-stock{color:#e67e22;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:8px;font-weight:600}.wishlist-actions{align-items:center;gap:8px;margin-top:auto;padding-top:5px;display:flex}.cart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:9px 10px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:flex}.cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#54269b,#432080);transform:translateY(-2px);box-shadow:0 7px 16px #6f3cc340}.cart-btn:disabled{cursor:not-allowed;opacity:.8;background:#c4c4c4}.cart-btn svg{font-size:11px}.remove-btn{color:#e53935;cursor:pointer;background:#fff4f4;border:1px solid #f2d2d2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .3s,color .3s,transform .3s;display:flex}.remove-btn:hover{color:#fff;background:#e53935;border-color:#e53935;transform:translateY(-2px)}.remove-btn svg{font-size:12px}.wishlist-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.wishlist-loader-icon{color:#6f3cc3;background:#f1eafe;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin-bottom:18px;font-size:28px;animation:1.4s ease-in-out infinite wishlistPulse;display:flex}.wishlist-loading h2{color:#29263d;margin:0 0 6px;font-family:Poppins,sans-serif;font-size:20px}.wishlist-loading p{color:#85818d;margin:0;font-family:Poppins,sans-serif;font-size:11px}.wishlist-empty{text-align:center;background:#fff;border:1px solid #ebe7f0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:50px 25px;display:flex;box-shadow:0 8px 25px #361b5f0d}.empty-heart-wrapper{background:#f3edfc;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:18px;animation:2s infinite wishlistPulse;display:flex}.empty-heart{color:#6f3cc3;font-size:40px}.empty-label{color:#8b5cda;letter-spacing:1.5px;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700}.wishlist-empty h2{color:#29263d;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:27px;font-weight:700}.wishlist-empty p{color:#85818d;max-width:480px;margin:0;font-family:Poppins,sans-serif;font-size:12px;line-height:1.7}.continue-shopping{color:#fff;background:#6f3cc3;border-radius:8px;justify-content:center;align-items:center;gap:9px;margin-top:25px;padding:11px 18px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;text-decoration:none;transition:transform .3s,background .3s,box-shadow .3s;display:inline-flex}.continue-shopping:hover{background:#54269b;transform:translateY(-3px);box-shadow:0 8px 18px #6f3cc333}.continue-shopping svg{font-size:10px}.wishlist-bottom{justify-content:center;margin-top:35px;display:flex}.browse-products{color:#6f3cc3;background:#fff;border:1px solid #d8c7ed;border-radius:8px;align-items:center;gap:10px;padding:10px 17px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.browse-products:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 7px 18px #6f3cc32e}.browse-arrow{font-size:16px;transition:transform .3s}.browse-products:hover .browse-arrow{transform:translate(4px)}@keyframes wishlistFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes wishlistPulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}@media (width<=1200px){.wishlist-grid{gap:15px}.image-wrapper{height:195px}.wishlist-info{padding:14px}.wishlist-title-row h2{font-size:26px}}@media (width<=992px){.wishlist-page{padding:30px 0 55px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.image-wrapper{height:220px}.wishlist-info h3{font-size:15px}.company{font-size:11px}.description{font-size:9px}.price{font-size:20px}}@media (width<=768px){.wishlist-page{padding:25px 0 45px}.wishlist-header{align-items:center;margin-bottom:22px}.wishlist-title-row{gap:8px}.wishlist-line{width:4px;height:40px}.wishlist-title-row h2{font-size:22px}.wishlist-title-row p{font-size:10px}.clear-btn{padding:8px 12px;font-size:10px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wishlist-card{border-radius:13px}.image-wrapper{height:185px}.wishlist-card img{padding:17px}.wishlist-info{padding:12px}.wishlist-info h3{min-height:35px;font-size:12px}.company{font-size:9px}.description{font-size:8px}.prescription{padding:4px 7px;font-size:7px}.stars,.rating>span{font-size:7px}.price{font-size:17px}.old-price{font-size:9px}.save-text{font-size:7px}.cart-btn{min-height:34px;padding:7px;font-size:8px}.cart-btn svg{font-size:9px}.remove-btn{width:34px;height:34px}.remove-btn svg{font-size:10px}.delivery-badge,.best-badge{padding:4px 6px;font-size:7px}.wishlist-heart{width:30px;height:30px}.wishlist-heart svg{font-size:12px}.discount-badge{padding:4px 7px;font-size:8px;top:9px;left:9px}}@media (width<=576px){.wishlist-page{padding:20px 0 38px}.wishlist-header{margin-bottom:18px}.wishlist-title-row h2{font-size:19px}.wishlist-line{height:34px}.wishlist-title-row p,.clear-btn span{display:none}.clear-btn{border-radius:8px;width:34px;height:34px;padding:0}.clear-btn svg{font-size:11px}.wishlist-grid{gap:9px}.image-wrapper{height:155px}.wishlist-card img{padding:12px}.wishlist-info{padding:10px}.wishlist-info h3{min-height:29px;font-size:10px;line-height:1.4}.company{font-size:8px}.description{-webkit-line-clamp:1;font-size:7px}.prescription{gap:4px;padding:3px 5px;font-size:6px}.rating{gap:5px}.stars,.rating>span{font-size:6px}.wishlist-price{gap:5px}.price{font-size:15px}.old-price{font-size:8px}.save-text{display:none}.stock,.limited-stock{font-size:7px}.wishlist-actions{gap:5px}.cart-btn{border-radius:6px;min-height:30px;padding:6px 5px;font-size:7px}.cart-btn svg{font-size:8px}.remove-btn{border-radius:6px;width:30px;height:30px}.remove-btn svg{font-size:9px}.delivery-badge{padding:3px 5px;font-size:6px;bottom:8px;left:8px}.delivery-badge svg{font-size:6px}.best-badge{padding:3px 5px;font-size:6px;bottom:8px;right:8px}.wishlist-heart{width:27px;height:27px;top:8px;right:8px}.wishlist-heart svg{font-size:10px}.discount-badge{padding:3px 5px;font-size:6px;top:8px;left:8px}.wishlist-empty{min-height:55vh;padding:40px 18px}.empty-heart-wrapper{width:75px;height:75px}.empty-heart{font-size:32px}.wishlist-empty h2{font-size:22px}.wishlist-empty p{font-size:10px}.continue-shopping{padding:9px 14px;font-size:9px}.browse-products{padding:8px 12px;font-size:9px}}@media (width<=400px){.wishlist-grid{gap:7px}.image-wrapper{height:135px}.wishlist-info{padding:8px}.wishlist-info h3{font-size:9px}.company{font-size:7px}.price{font-size:13px}.old-price{font-size:7px}.stock,.limited-stock{font-size:6px}.cart-btn{min-height:27px;font-size:6px}.remove-btn{width:27px;height:27px}.wishlist-heart{width:24px;height:24px}.wishlist-heart svg{font-size:9px}}.clear-btn:focus-visible,.quick-view:focus-visible,.wishlist-heart:focus-visible,.cart-btn:focus-visible,.remove-btn:focus-visible,.continue-shopping:focus-visible,.browse-products:focus-visible{outline-offset:3px;outline:3px solid #6f3cc340}@media (prefers-reduced-motion:reduce){.wishlist-card,.wishlist-loader-icon,.empty-heart-wrapper{animation:none}.wishlist-card,.wishlist-card img,.quick-view,.clear-btn,.cart-btn,.remove-btn,.wishlist-heart,.browse-products,.continue-shopping{transition:none}}.dashboard{box-sizing:border-box;background:#f8f8fa;width:100%;min-height:100vh;padding:25px;font-family:Poppins,sans-serif}.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:25px;display:grid}.card{background:#fff;border:1px solid #ebe7f0;border-radius:14px;min-height:120px;padding:22px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0e}.card:before{content:"";background:linear-gradient(#54269b,#8b5cda);width:4px;height:100%;position:absolute;top:0;left:0}.card:after{content:"";background:#6f3cc30b;border-radius:50%;width:90px;height:90px;transition:transform .35s;position:absolute;bottom:-45px;right:-35px}.card:hover{border-color:#d8c5ef;transform:translateY(-5px);box-shadow:0 12px 28px #4e248b1c}.card:hover:after{transform:scale(1.4)}.card h3{z-index:2;color:#85818d;letter-spacing:.2px;margin:0 0 9px;font-size:11px;font-weight:500;position:relative}.card h1{z-index:2;color:#6f3cc3;margin:0;font-size:29px;font-weight:700;line-height:1.2;position:relative}.dashboard-chart{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;margin-bottom:20px;display:grid}.dashboard-box{box-sizing:border-box;background:#fff;border:1px solid #ebe7f0;border-radius:14px;padding:21px;overflow-x:auto;box-shadow:0 5px 18px #361b5f0d}.dashboard-box h2{color:#29263d;margin:0 0 18px;font-size:17px;font-weight:600}.dashboard-box h2:before{content:"";vertical-align:-3px;background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:4px;height:18px;margin-right:8px;display:inline-block}.dashboard-chart .dashboard-box:first-child{min-height:350px}.dashboard-chart canvas{max-height:285px}.status-item{border-bottom:1px solid #eeeaf2;justify-content:space-between;align-items:center;gap:15px;padding:13px 0;display:flex}.status-item:last-child{border-bottom:none}.status-item span{color:#625d69;font-size:11px;font-weight:500}.status-item strong{box-sizing:border-box;color:#6f3cc3;text-align:center;background:#f0e8fa;border-radius:20px;min-width:32px;padding:5px 9px;font-size:10px;font-weight:600}.dashboard-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:20px;display:grid}.dashboard-box table{border-collapse:collapse;width:100%;min-width:400px}.dashboard-box th{color:#fff;text-align:left;white-space:nowrap;background:#6f3cc3;padding:11px 12px;font-size:10px;font-weight:600}.dashboard-box th:first-child{border-radius:6px 0 0 6px}.dashboard-box th:last-child{border-radius:0 6px 6px 0}.dashboard-box td{color:#625d69;vertical-align:middle;border-bottom:1px solid #eeeaf2;padding:11px 12px;font-size:10px}.dashboard-box tbody tr{transition:background .2s}.dashboard-box tbody tr:hover{background:#fbf9fd}.dashboard-box tbody tr:last-child td{border-bottom:none}.quick-actions{margin-top:0}.quick-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.quick-buttons button{color:#6f3cc3;cursor:pointer;background:#f5effc;border:1px solid #e0d3ef;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 15px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:flex}.quick-buttons button svg{flex-shrink:0;font-size:14px}.quick-buttons button:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-3px);box-shadow:0 8px 18px #6f3cc32e}.dashboard>h2{color:#6f3cc3;justify-content:center;align-items:center;min-height:70vh;margin:0;font-size:20px;font-weight:600;display:flex}@media (width<=1200px){.dashboard{padding:22px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.dashboard-chart{grid-template-columns:1.6fr 1fr}.quick-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=992px){.dashboard{padding:20px}.dashboard-chart,.dashboard-sections{grid-template-columns:1fr}.dashboard-chart .dashboard-box:first-child{min-height:auto}.dashboard-chart canvas{max-height:300px}.quick-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.dashboard{margin-left:0;padding:15px}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:15px}.card{border-radius:11px;min-height:100px;padding:17px}.card h3{font-size:9px}.card h1{font-size:23px}.dashboard-chart,.dashboard-sections{gap:12px;margin-bottom:12px}.dashboard-box{border-radius:11px;padding:16px}.dashboard-box h2{margin-bottom:15px;font-size:15px}.dashboard-box h2:before{width:3px;height:15px;margin-right:7px}.dashboard-box th,.dashboard-box td{padding:9px;font-size:9px}.dashboard-box table{min-width:350px}.status-item{padding:11px 0}.status-item span{font-size:10px}.status-item strong{font-size:9px}.quick-buttons{grid-template-columns:1fr 1fr;gap:9px}.quick-buttons button{min-height:44px;padding:10px;font-size:9px}.quick-buttons button svg{font-size:12px}}@media (width<=576px){.dashboard{padding:12px 10px}.cards{gap:8px}.card{border-radius:10px;min-height:90px;padding:14px}.card:before{width:3px}.card h3{margin-bottom:7px;font-size:8px}.card h1{font-size:20px}.dashboard-box{border-radius:10px;padding:13px}.dashboard-box h2{font-size:13px}.dashboard-box th,.dashboard-box td{padding:8px;font-size:8px}.dashboard-box table{min-width:320px}.dashboard-chart canvas{max-height:230px}.quick-buttons{grid-template-columns:1fr}.quick-buttons button{width:100%;min-height:42px;font-size:9px}}@media (width<=400px){.dashboard{padding:10px 8px}.cards{gap:7px}.card{min-height:82px;padding:12px}.card h3{font-size:7px}.card h1{font-size:18px}.dashboard-box{padding:11px}.dashboard-box h2{font-size:12px}.dashboard-box th,.dashboard-box td{padding:7px;font-size:7px}.status-item span{font-size:9px}.status-item strong{min-width:27px;padding:4px 7px;font-size:8px}}.dashboard button:focus-visible{outline-offset:2px;outline:3px solid #6f3cc333}@media (prefers-reduced-motion:reduce){.dashboard *,.dashboard :before,.dashboard :after{transition:none!important;animation:none!important}}.product-form-container{justify-content:center;align-items:flex-start;width:100%;padding:30px;display:flex}.product-form{background:#fff;border-radius:16px;width:100%;max-width:900px;padding:35px;box-shadow:0 10px 30px #00000014}.product-form h2{color:#6a3cbc;text-align:center;margin-bottom:30px;font-size:28px;font-weight:700}.form-group{flex-direction:column;margin-bottom:22px;display:flex}.form-group label{color:#444;margin-bottom:8px;font-size:15px;font-weight:600}.form-group input,.form-group textarea,.form-group select{background:#fff;border:1px solid #dcdcdc;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .3s}.form-group textarea{resize:vertical;min-height:130px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#6a3cbc;box-shadow:0 0 0 3px #6a3cbc26}.row{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.row:last-of-type{grid-template-columns:repeat(3,1fr)}input[type=file]{cursor:pointer;padding:10px}input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#6a3cbc;border:none;border-radius:8px;margin-right:15px;padding:10px 18px;transition:all .3s}input[type=file]::file-selector-button:hover{background:#5225a0}.checkbox-group{align-items:center;gap:12px;margin:25px 0;display:flex}.checkbox-group input{accent-color:#6a3cbc;width:18px;height:18px}.checkbox-group label{color:#444;cursor:pointer;font-size:15px}.save-btn{color:#fff;cursor:pointer;background:#6a3cbc;border:none;border-radius:10px;width:100%;padding:15px;font-size:16px;font-weight:600;transition:all .3s}.save-btn:hover{background:#5425a6;transform:translateY(-2px)}.save-btn:disabled{cursor:not-allowed;background:#9d86cf;transform:none}@media (width<=992px){.product-form{padding:25px}.row,.row:last-of-type{grid-template-columns:1fr}}@media (width<=768px){.product-form-container{padding:15px}.product-form{padding:20px}.product-form h2{font-size:24px}.form-group input,.form-group textarea,.form-group select{font-size:14px}.save-btn{font-size:15px}}@media (width<=480px){.product-form{border-radius:12px;padding:16px}.product-form h2{font-size:22px}.checkbox-group{align-items:flex-start}}.add-product-page{box-sizing:border-box;background:#f8f8fa;min-height:100vh;padding:30px}.page-header h2{color:#202044;margin:0 0 8px;padding-left:15px;font-family:Poppins,sans-serif;font-size:28px;font-weight:700;line-height:1.25;position:relative}.page-header h2:before{content:"";background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:32px;position:absolute;top:2px;left:0}.page-header p{color:#85818d;margin:0;padding-left:15px;font-family:Poppins,sans-serif;font-size:12px;line-height:1.6}.add-product-page>form,.add-product-page>.product-form,.add-product-page>div:not(.page-header){box-sizing:border-box}.add-product-page input,.add-product-page select,.add-product-page textarea{box-sizing:border-box;color:#29263d;background:#fff;border:1px solid #e4dfeb;border-radius:9px;outline:none;width:100%;padding:12px 14px;font-family:Poppins,sans-serif;font-size:12px;transition:border-color .3s,box-shadow .3s,background .3s}.add-product-page input::placeholder,.add-product-page textarea::placeholder{color:#aaa6b2}.add-product-page input:focus,.add-product-page select:focus,.add-product-page textarea:focus{background:#fff;border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc317}.add-product-page textarea{resize:vertical;min-height:110px;line-height:1.6}.add-product-page label{color:#363248;margin-bottom:7px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;display:block}.add-product-page button{cursor:pointer;font-family:Poppins,sans-serif;transition:background .3s,transform .3s,box-shadow .3s,opacity .3s}.add-product-page button[type=submit]{color:#fff;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:9px;min-height:44px;padding:10px 22px;font-size:12px;font-weight:600}.add-product-page button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6f3cc338}.add-product-page button:disabled{opacity:.65;cursor:not-allowed}.add-product-page input[type=file]{cursor:pointer;background:#faf9fc;padding:9px}.add-product-page input[type=file]::file-selector-button{color:#6f3cc3;cursor:pointer;background:#f0e9fa;border:none;border-radius:6px;margin-right:10px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;transition:all .3s}.add-product-page input[type=file]::file-selector-button:hover{color:#fff;background:#6f3cc3}.add-product-page input[type=checkbox],.add-product-page input[type=radio]{accent-color:#6f3cc3;width:auto;box-shadow:none;cursor:pointer}.product-form{box-sizing:border-box;background:#fff;border:1px solid #ebe7f0;border-radius:16px;width:100%;padding:25px;box-shadow:0 6px 22px #361b5f0e}.product-form-section{border-bottom:1px solid #eeeaf2;margin-bottom:25px;padding-bottom:22px}.product-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-form-section h3{color:#29263d;margin:0 0 18px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-form-group{min-width:0}.product-form-group.full-width{grid-column:1/-1}.price-input-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.add-product-page select{appearance:none;cursor:pointer;background-image:linear-gradient(45deg,#0000 50%,#6f3cc3 50%),linear-gradient(135deg,#6f3cc3 50%,#0000 50%);background-position:calc(100% - 17px),calc(100% - 12px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:35px}.product-image-preview{background:linear-gradient(145deg,#faf8fd,#f4effa);border:1px solid #e7dff0;border-radius:12px;justify-content:center;align-items:center;width:150px;height:150px;margin-top:12px;display:flex;overflow:hidden}.product-image-preview img{object-fit:contain;width:100%;height:100%;padding:12px}.product-form-footer{border-top:1px solid #eeeaf2;justify-content:flex-end;align-items:center;gap:12px;margin-top:25px;padding-top:20px;display:flex}.cancel-btn{color:#6f6878;background:#fff;border:1px solid #ddd7e4;border-radius:9px;min-height:44px;padding:10px 20px;font-size:12px;font-weight:600}.cancel-btn:hover{color:#54269b;background:#f7f4fa;border-color:#cdbce2}.add-product-page .error,.add-product-page .form-error{color:#e53935;margin-top:5px;font-family:Poppins,sans-serif;font-size:9px;font-weight:500;display:block}.add-product-page input.error,.add-product-page select.error,.add-product-page textarea.error{border-color:#e53935;box-shadow:0 0 0 3px #e5393514}.required{color:#e53935;margin-left:3px}@media (width<=1200px){.add-product-page{padding:25px}.product-form{padding:22px}.product-form-grid{gap:15px}}@media (width<=992px){.add-product-page{padding:22px}.page-header h2{font-size:25px}.page-header h2:before{height:29px}.product-form{padding:20px}.product-form-grid{gap:14px}}@media (width<=768px){.add-product-page{padding:18px 15px 35px}.page-header{margin-bottom:18px}.page-header h2{padding-left:12px;font-size:22px}.page-header h2:before{width:4px;height:27px}.page-header p{padding-left:12px;font-size:10px}.product-form{border-radius:13px;padding:17px}.product-form-grid{grid-template-columns:1fr;gap:14px}.product-form-group.full-width{grid-column:auto}.price-input-group{grid-template-columns:1fr;gap:14px}.product-form-section{margin-bottom:20px;padding-bottom:18px}.product-form-section h3{margin-bottom:14px;font-size:13px}.add-product-page input,.add-product-page select,.add-product-page textarea{padding:11px 12px;font-size:11px}.add-product-page label{font-size:10px}.product-form-footer{flex-direction:column;align-items:stretch}.product-form-footer button,.product-form-footer .cancel-btn{width:100%}.product-image-preview{width:130px;height:130px}}@media (width<=576px){.add-product-page{padding:15px 10px 30px}.page-header h2{font-size:20px}.page-header h2:before{height:24px}.page-header p{font-size:9px;line-height:1.5}.product-form{border-radius:11px;padding:14px}.product-form-section h3{font-size:12px}.add-product-page input,.add-product-page select,.add-product-page textarea{border-radius:8px;padding:10px;font-size:10px}.add-product-page textarea{min-height:95px}.add-product-page label{font-size:9px}.add-product-page button[type=submit],.cancel-btn{min-height:40px;font-size:10px}.product-image-preview{width:110px;height:110px}}@media (width<=400px){.add-product-page{padding:12px 8px 25px}.page-header h2{font-size:18px}.page-header p{font-size:8px}.product-form{padding:12px}.product-form-section{margin-bottom:16px;padding-bottom:15px}.product-form-section h3{font-size:11px}.add-product-page input,.add-product-page select,.add-product-page textarea{padding:9px;font-size:9px}.add-product-page label{font-size:8px}.product-image-preview{width:95px;height:95px}}.add-product-page input:focus-visible,.add-product-page select:focus-visible,.add-product-page textarea:focus-visible,.add-product-page button:focus-visible{outline-offset:2px;outline:3px solid #6f3cc32e}@media (prefers-reduced-motion:reduce){.add-product-page *,.add-product-page :before,.add-product-page :after{transition:none!important}}.edit-product-page{box-sizing:border-box;background:#f8f8fa;width:100%;min-height:100vh;padding:25px;font-family:Poppins,sans-serif}.page-header{margin-bottom:22px}.page-header h2{color:#202044;margin:0 0 6px;font-size:27px;font-weight:700;line-height:1.3}.page-header p{color:#85818d;margin:0;font-size:11px;line-height:1.6}.page-header h2:before{content:"";vertical-align:-5px;background:linear-gradient(#54269b,#8b5cda);border-radius:10px;width:5px;height:25px;margin-right:9px;display:inline-block}.edit-loading{box-sizing:border-box;background:#f8f8fa;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;min-height:100vh;font-family:Poppins,sans-serif;display:flex}.loader{border:4px solid #e8e1ef;border-top-color:#6f3cc3;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite editProductSpin}.edit-loading h3{color:#6f3cc3;margin:0;font-size:15px;font-weight:600}@keyframes editProductSpin{to{transform:rotate(360deg)}}.edit-product-page form{box-sizing:border-box;background:#fff;border:1px solid #ebe7f0;border-radius:14px;width:100%;padding:25px;box-shadow:0 5px 18px #361b5f0e}.edit-product-page form label{color:#393442;margin-bottom:7px;font-size:11px;font-weight:600;display:block}.edit-product-page form input,.edit-product-page form textarea,.edit-product-page form select{box-sizing:border-box;color:#373341;background:#fff;border:1px solid #ddd7e5;border-radius:8px;outline:none;width:100%;min-height:40px;padding:9px 12px;font-family:Poppins,sans-serif;font-size:11px;transition:border-color .3s,box-shadow .3s,background .3s}.edit-product-page form textarea{resize:vertical;min-height:100px}.edit-product-page form input::placeholder,.edit-product-page form textarea::placeholder{color:#aaa5b0}.edit-product-page form input:hover,.edit-product-page form textarea:hover,.edit-product-page form select:hover{border-color:#cbb8df}.edit-product-page form input:focus,.edit-product-page form textarea:focus,.edit-product-page form select:focus{border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc317}.edit-product-page form>div{margin-bottom:17px}.edit-product-page form input[type=checkbox]{accent-color:#6f3cc3;cursor:pointer;width:16px;min-height:16px;box-shadow:none;padding:0}.edit-product-page form input[type=file]{cursor:pointer;background:#faf8fc;min-height:auto;padding:9px}.edit-product-page form input[type=file]::file-selector-button{color:#6f3cc3;cursor:pointer;background:#f0e8fa;border:none;border-radius:6px;margin-right:10px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600}.edit-product-page form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:8px;min-height:42px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;transition:transform .3s,box-shadow .3s,opacity .3s}.edit-product-page form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 18px #6f3cc333}.edit-product-page form button:disabled{opacity:.65;cursor:not-allowed}.edit-product-page form img{object-fit:contain;background:#fff;border:1px solid #ebe7f0;border-radius:10px;max-width:150px;max-height:150px;padding:10px}.edit-product-page form small{color:#85818d;margin-top:5px;font-size:9px;line-height:1.5;display:block}@media (width<=992px){.edit-product-page{padding:20px}.edit-product-page form{padding:22px}.page-header h2{font-size:24px}}@media (width<=768px){.edit-product-page{padding:15px}.page-header{margin-bottom:17px}.page-header h2{font-size:22px}.page-header h2:before{width:4px;height:21px;margin-right:7px}.page-header p{font-size:10px}.edit-product-page form{border-radius:11px;padding:18px}.edit-product-page form input,.edit-product-page form textarea,.edit-product-page form select{min-height:38px;font-size:10px}.edit-product-page form label{font-size:10px}.edit-product-page form button{width:100%;min-height:40px;font-size:10px}}@media (width<=480px){.edit-product-page{padding:12px 10px}.page-header h2{font-size:19px}.page-header h2:before{vertical-align:-4px;width:3px;height:18px;margin-right:6px}.page-header p{font-size:9px}.edit-product-page form{border-radius:10px;padding:14px}.edit-product-page form>div{margin-bottom:13px}.edit-product-page form input,.edit-product-page form textarea,.edit-product-page form select{border-radius:7px;min-height:36px;padding:8px 10px;font-size:9px}.edit-product-page form textarea{min-height:85px}.edit-product-page form label{font-size:9px}.edit-product-page form button{min-height:38px;padding:9px 15px;font-size:9px}.edit-product-page form img{max-width:120px;max-height:120px}}.edit-product-page button:focus-visible,.edit-product-page input:focus-visible,.edit-product-page textarea:focus-visible,.edit-product-page select:focus-visible{outline-offset:2px;outline:3px solid #6f3cc32e}@media (prefers-reduced-motion:reduce){.edit-product-page *,.edit-product-page :before,.edit-product-page :after{transition:none!important;animation:none!important}.loader{animation:none}}.admin-orders{box-sizing:border-box;background:#f8f8fa;width:100%;min-height:100vh;padding:25px;font-family:Poppins,sans-serif}.orders-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.orders-header h2{color:#202044;margin:0 0 6px;font-size:27px;font-weight:700;line-height:1.3}.orders-header p{color:#85818d;margin:0;font-size:11px}.orders-header input{box-sizing:border-box;color:#363248;background:#fff;border:1px solid #ddd6e6;border-radius:8px;outline:none;width:300px;height:40px;padding:0 14px;font-family:Poppins,sans-serif;font-size:11px;transition:all .3s}.orders-header input::placeholder{color:#aaa5b0}.orders-header input:hover{border-color:#cdbbe2}.orders-header input:focus{border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc317}.orders-table{background:#fff;border:1px solid #ebe7f0;border-radius:13px;width:100%;overflow-x:auto;box-shadow:0 5px 18px #361b5f0d}.orders-table table{border-collapse:collapse;width:100%;min-width:900px}.orders-table thead{color:#fff;background:linear-gradient(135deg,#6f3cc3,#54269b)}.orders-table th{text-align:left;white-space:nowrap;border:none;padding:13px 14px;font-size:10px;font-weight:600}.orders-table td{color:#625d69;text-align:left;vertical-align:middle;border-bottom:1px solid #eeeaf2;padding:13px 14px;font-size:10px;line-height:1.5}.orders-table tbody tr{background:#fff;transition:background .25s,transform .25s}.orders-table tbody tr:hover{background:#fbf9fd}.orders-table tbody tr:last-child td{border-bottom:none}.orders-table td strong{color:#302d40;margin-bottom:2px;font-size:10px;font-weight:600;display:inline-block}.orders-table td:first-child{color:#6f3cc3;font-family:monospace;font-size:10px;font-weight:600}.status{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;min-width:70px;padding:5px 9px;font-size:9px;font-weight:600;line-height:1.2;display:inline-flex}.status.processing{color:#d48806;background:#fff4d6}.status.confirmed{color:#1677c8;background:#e1f3ff}.status.packed{color:#722ed1;background:#f0e5ff}.status.shipped{color:#1890ff;background:#e4f5ff}.status.delivered{color:#389e0d;background:#e5f7d8}.status.cancelled{color:#cf1322;background:#ffe7e7}.orders-table td:nth-child(4){color:#55505d;font-weight:500}.orders-table select{color:#4a4553;cursor:pointer;background:#fff;border:1px solid #ddd6e6;border-radius:7px;outline:none;min-width:125px;height:34px;padding:0 28px 0 9px;font-family:Poppins,sans-serif;font-size:9px;transition:all .3s}.orders-table select:hover{border-color:#c9b6df}.orders-table select:focus{border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc314}.view-btn{color:#6f3cc3;cursor:pointer;background:#f1eafb;border:1px solid #ded0ee;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;transition:all .3s;display:inline-flex}.view-btn:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 6px 15px #6f3cc32e}.view-btn svg{font-size:11px}.loading-page{color:#6f3cc3;background:#f8f8fa;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;display:flex}.orders-table tbody:empty:after{content:"No orders found";color:#99939f;text-align:center;padding:50px;font-size:12px;display:block}.orders-table::-webkit-scrollbar{height:6px}.orders-table::-webkit-scrollbar-track{background:#f3f0f6;border-radius:10px}.orders-table::-webkit-scrollbar-thumb{background:#c8b5dc;border-radius:10px}.orders-table::-webkit-scrollbar-thumb:hover{background:#9a78bd}@media (width<=1200px){.admin-orders{padding:22px}.orders-header input{width:270px}.orders-table th,.orders-table td{padding:12px}}@media (width<=992px){.admin-orders{padding:20px}.orders-header{align-items:stretch}.orders-header input{width:260px}.orders-table table{min-width:900px}}@media (width<=768px){.admin-orders{padding:15px}.orders-header{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:18px}.orders-header h2{font-size:22px}.orders-header p{font-size:10px}.orders-header input{width:100%;height:40px}.orders-table{border-radius:10px}.orders-table table{min-width:850px}.orders-table th,.orders-table td{padding:11px;font-size:9px}.status{min-width:65px;padding:5px 8px;font-size:8px}.orders-table select{min-width:115px;height:32px;font-size:8px}.view-btn{min-height:30px;padding:6px 10px;font-size:8px}.view-btn svg{font-size:10px}}@media (width<=480px){.admin-orders{padding:12px 10px}.orders-header h2{font-size:20px}.orders-header p{font-size:9px}.orders-header input{height:38px;padding:0 12px;font-size:10px}.orders-table{border-radius:9px}.orders-table table{min-width:820px}.orders-table th,.orders-table td{padding:9px;font-size:8px}.orders-table td strong{font-size:8px}.status{min-width:60px;font-size:7px}.orders-table select{min-width:105px;height:30px;font-size:8px}.view-btn span{display:none}.view-btn{width:30px;height:30px;padding:0}.view-btn svg{font-size:11px}}@media (width<=400px){.admin-orders{padding:10px 8px}.orders-header h2{font-size:18px}.orders-table table{min-width:780px}.orders-table th,.orders-table td{padding:8px}}.admin-orders button:focus-visible,.admin-orders input:focus-visible,.admin-orders select:focus-visible{outline-offset:2px;outline:3px solid #6f3cc32e}@media (prefers-reduced-motion:reduce){.admin-orders *,.admin-orders :before,.admin-orders :after{transition:none!important}}.sidebar{color:#fff;background:#6a3cbc;width:250px;min-height:100vh;padding:25px;position:fixed;top:0;left:0}.sidebar h2{margin-bottom:35px}.sidebar a{border-radius:8px;align-items:center;gap:12px;margin-bottom:10px;padding:14px;transition:all .3s;display:flex}.sidebar a:hover{background:#ffffff26}.topbar{background:#fff;border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;width:calc(100% - 250px);height:75px;margin-left:250px;padding:0 30px;display:flex;box-shadow:0 2px 12px #0000000d}.topbar-left{flex:1}.search-box{background:#f5f5f7;border:1px solid #e6e6e6;border-radius:10px;align-items:center;gap:10px;width:380px;max-width:100%;height:45px;padding:0 15px;display:flex}.search-box svg{color:#777;font-size:15px}.search-box input{background:0 0;border:none;outline:none;width:100%;font-size:15px}.topbar-right{align-items:center;gap:18px;display:flex}.top-icon{cursor:pointer;background:#f5f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:relative}.top-icon:hover{color:#fff;background:#6a3cbc}.badge{color:#fff;background:#e53935;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex;position:absolute;top:8px;right:8px}.admin-profile{align-items:center;gap:12px;display:flex}.admin-profile img{object-fit:cover;border:2px solid #6a3cbc;border-radius:50%;width:45px;height:45px}.admin-profile h4{color:#222;margin:0;font-size:15px}.admin-profile p{color:#777;margin:2px 0 0;font-size:13px}@media (width<=768px){.search-box{width:220px}.admin-profile div{display:none}.topbar{padding:0 15px}}.admin-order-details{box-sizing:border-box;background:#f8f8fa;width:100%;min-height:100vh;padding:25px;font-family:Poppins,sans-serif}.order-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.order-header h2{color:#202044;margin:0 0 7px;font-size:27px;font-weight:700;line-height:1.3}.order-header p{color:#85818d;margin:0;font-size:11px}.order-header strong{color:#6f3cc3;font-weight:600}.back-btn{color:#6f3cc3;cursor:pointer;background:#fff;border:1px solid #d9c8eb;border-radius:8px;justify-content:center;align-items:center;min-width:80px;padding:9px 18px;font-size:11px;font-weight:600;transition:all .3s;display:inline-flex}.back-btn:hover{color:#fff;background:#6f3cc3;border-color:#6f3cc3;transform:translateY(-2px);box-shadow:0 7px 18px #6f3cc32e}.timeline{align-items:stretch;gap:12px;margin-bottom:25px;display:flex;position:relative}.timeline:before{content:"";z-index:0;background:#e5e0eb;height:2px;position:absolute;top:50%;left:8%;right:8%;transform:translateY(-50%)}.timeline-step{z-index:1;text-align:center;color:#85818d;background:#fff;border:1px solid #ebe7f0;border-radius:12px;flex:1;min-width:110px;padding:15px 10px;transition:transform .3s,background .3s,border-color .3s,color .3s,box-shadow .3s;position:relative;box-shadow:0 4px 15px #361b5f0b}.timeline-step:hover{transform:translateY(-3px)}.timeline-icon{color:#8b8492;background:#f1edf6;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;margin:0 auto 9px;font-size:17px;transition:all .3s;display:flex}.timeline-step span{white-space:nowrap;font-size:10px;font-weight:600;display:block}.timeline-step.active{color:#fff;background:linear-gradient(135deg,#6f3cc3,#54269b);border-color:#6f3cc3;box-shadow:0 9px 22px #6f3cc32e}.timeline-step.active .timeline-icon{color:#fff;background:#ffffff29}.status-update{background:#fff;border:1px solid #ebe7f0;border-radius:12px;align-items:center;gap:12px;margin-bottom:25px;padding:15px;display:flex;box-shadow:0 4px 15px #361b5f0b}.status-update select{color:#363248;cursor:pointer;background:#fff;border:1px solid #ddd6e6;border-radius:8px;outline:none;min-width:220px;padding:11px 35px 11px 13px;font-family:Poppins,sans-serif;font-size:11px;transition:all .3s}.status-update select:focus{border-color:#6f3cc3;box-shadow:0 0 0 3px #6f3cc317}.status-update button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6f3cc3,#54269b);border:none;border-radius:8px;min-height:40px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;transition:all .3s}.status-update button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #6f3cc333}.details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.detail-card{background:#fff;border:1px solid #ebe7f0;border-radius:13px;padding:20px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 5px 18px #361b5f0d}.detail-card:before{content:"";background:linear-gradient(90deg,#54269b,#8b5cda);border-radius:0 5px 5px 0;width:45px;height:3px;position:absolute;top:0;left:0}.detail-card:hover{border-color:#d9c8eb;transform:translateY(-4px);box-shadow:0 12px 28px #4e248b17}.detail-card h3{color:#6f3cc3;align-items:center;gap:9px;margin:0 0 17px;font-size:13px;font-weight:700;display:flex}.detail-card h3 svg{font-size:15px}.detail-card p{color:#77727f;word-break:break-word;margin:9px 0;font-size:10px;line-height:1.6}.detail-card p strong{color:#353145;font-weight:600}.products-card{background:#fff;border:1px solid #ebe7f0;border-radius:13px;margin-bottom:22px;padding:20px;overflow-x:auto;box-shadow:0 5px 18px #361b5f0d}.products-card h3{color:#6f3cc3;align-items:center;gap:9px;margin:0 0 18px;font-size:14px;font-weight:700;display:flex}.products-card h3 svg{font-size:16px}.products-card table{border-collapse:collapse;width:100%;min-width:650px}.products-card thead{background:#f7f3fb}.products-card th{color:#6f3cc3;text-align:left;white-space:nowrap;border-bottom:1px solid #e7e0ef;padding:12px;font-size:10px;font-weight:700}.products-card td{color:#5e5967;vertical-align:middle;border-bottom:1px solid #f0edf3;padding:12px;font-size:10px}.products-card tbody tr{transition:background .25s}.products-card tbody tr:hover{background:#fbf9fd}.products-card tbody tr:last-child td{border-bottom:none}.product-image{object-fit:contain;background:#fff;border:1px solid #e5dfeb;border-radius:8px;width:52px;height:52px;padding:5px;transition:all .3s}.products-card tr:hover .product-image{transform:scale(1.06)}.summary-card{box-sizing:border-box;background:#fff;border:1px solid #ebe7f0;border-radius:13px;width:100%;max-width:430px;margin-left:auto;padding:20px;box-shadow:0 5px 18px #361b5f0d}.summary-card h3{color:#29263d;margin:0 0 20px;font-size:15px;font-weight:700}.summary-row{color:#77727f;justify-content:space-between;align-items:center;gap:20px;margin:13px 0;font-size:11px;display:flex}.summary-row span:last-child{color:#363248;font-weight:600}.summary-row.total{color:#6f3cc3;border-top:1px solid #e8e2ee;margin-top:17px;padding-top:15px;font-size:15px;font-weight:700}.summary-row.total span:last-child{color:#6f3cc3;font-size:17px}.admin-order-details+h2,.admin-order-details h2{font-family:Poppins,sans-serif}@media (width<=1200px){.admin-order-details{padding:22px}.details-grid{gap:14px}.timeline{gap:8px}.timeline-step{padding:13px 8px}}@media (width<=992px){.admin-order-details{padding:20px}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline:before{display:none}.timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.timeline-step{min-width:0}.timeline-step span{font-size:9px}.summary-card{max-width:400px}}@media (width<=768px){.admin-order-details{padding:15px}.order-header{flex-direction:column;align-items:flex-start;margin-bottom:18px}.order-header h2{font-size:22px}.order-header p{font-size:9px}.back-btn{width:100%}.timeline{grid-template-columns:1fr;gap:8px;margin-bottom:18px}.timeline-step{text-align:left;align-items:center;gap:12px;padding:10px 13px;display:flex}.timeline-icon{flex-shrink:0;width:36px;height:36px;margin:0;font-size:14px}.timeline-step span{font-size:10px}.status-update{flex-direction:column;align-items:stretch;padding:13px}.status-update select,.status-update button{width:100%}.details-grid{grid-template-columns:1fr;gap:12px}.detail-card{padding:17px}.products-card{border-radius:11px;padding:15px}.summary-card{max-width:100%;margin-left:0;padding:17px}}@media (width<=576px){.admin-order-details{padding:12px 10px 30px}.order-header h2{font-size:20px}.order-header p{font-size:8px}.timeline-step{padding:9px 11px}.timeline-icon{width:32px;height:32px;font-size:12px}.timeline-step span{font-size:9px}.status-update{gap:9px}.status-update select{min-width:0;padding:10px;font-size:10px}.status-update button{min-height:38px;padding:9px;font-size:10px}.detail-card h3{font-size:12px}.detail-card p{font-size:9px}.products-card h3{font-size:12px}.products-card th,.products-card td{padding:9px;font-size:9px}.product-image{width:45px;height:45px}.summary-row{font-size:10px}.summary-row.total{font-size:13px}.summary-row.total span:last-child{font-size:15px}}@media (width<=400px){.admin-order-details{padding:10px 8px 25px}.order-header h2{font-size:18px}.timeline-step span{font-size:8px}.detail-card{padding:14px}.detail-card h3{font-size:11px}.detail-card p{font-size:8px}.products-card{padding:12px}.summary-card{padding:14px}}.admin-order-details button:focus-visible,.admin-order-details select:focus-visible{outline-offset:2px;outline:3px solid #6f3cc32e}@media (prefers-reduced-motion:reduce){.admin-order-details *,.admin-order-details :before,.admin-order-details :after{transition:none!important}}:root{--primary:#6f3cc3;--primary-dark:#54269b;--primary-light:#8b5cda;--primary-soft:#f4eefc;--primary-gradient:linear-gradient(135deg, #6f3cc3 0%, #8b5cda 100%);--yellow:#ffe45c;--yellow-dark:#d9bd00;--yellow-soft:#fff9d9;--green:#2e8b3c;--green-dark:#216b2c;--green-soft:#eaf7ec;--orange:#f58200;--orange-dark:#d86d00;--orange-soft:#fff1e2;--red:#e53935;--red-soft:#fdecec;--bg-primary:#f8f8fa;--bg-secondary:#f4f1f9;--bg-white:#fff;--text-primary:#222;--text-secondary:#6b6b6b;--text-light:#999;--text-white:#fff;--border-color:#e5e1eb;--border-light:#eee;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 6px 20px #00000012;--shadow-lg:0 12px 35px #00000017;--shadow-purple:0 8px 25px #6f3cc32e;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:999px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.4s ease;--container-width:1540px;--z-dropdown:1000;--z-sticky:1100;--z-header:1200;--z-modal:2000}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;line-height:1.6}#root{min-height:100vh}img,picture,svg,video,canvas{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}textarea{resize:vertical}::selection{background:var(--primary);color:var(--text-white)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin:0;font-weight:600;line-height:1.25}h1{font-size:clamp(2.2rem,4vw,4rem)}h2{font-size:clamp(1.8rem,3vw,2.5rem)}h3{font-size:1.35rem}h4{font-size:1.15rem}p{color:var(--text-secondary);margin:0}a{transition:color var(--transition-normal)}a:hover{color:var(--primary)}.container{width:min(calc(100% - 40px), var(--container-width));margin:0 auto}.section{padding:70px 0}.section-header{margin-bottom:35px}.section-title{margin-bottom:8px;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700}.section-subtitle{max-width:650px;color:var(--text-secondary);font-size:15px}.btn-primary{background:var(--primary);color:var(--text-white);border-radius:var(--radius-md);transition:background var(--transition-normal), transform var(--transition-normal), box-shadow var(--transition-normal);justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);color:var(--text-white);box-shadow:var(--shadow-purple);transform:translateY(-2px)}.btn-outline{background:var(--bg-white);color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--radius-md);transition:var(--transition-normal);justify-content:center;align-items:center;gap:8px;padding:11px 22px;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--primary-soft);color:var(--primary);transform:translateY(-2px)}.card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-normal), box-shadow var(--transition-normal)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.purple-card{background:var(--primary-gradient);color:var(--text-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-purple)}input,textarea,select{background:var(--bg-white);width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--transition-normal), box-shadow var(--transition-normal);outline:none;padding:12px 15px}input::placeholder,textarea::placeholder{color:var(--text-light)}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6f3cc314}.badge{border-radius:var(--radius-full);justify-content:center;align-items:center;padding:5px 11px;font-size:12px;font-weight:600;display:inline-flex}.badge-purple{background:var(--primary-soft);color:var(--primary)}.badge-yellow{background:var(--yellow-soft);color:#8c7800}.badge-green{background:var(--green-soft);color:var(--green)}.badge-orange{background:var(--orange-soft);color:var(--orange)}.icon-purple{color:var(--primary)}.icon-green{color:var(--green)}.icon-orange{color:var(--orange)}.icon-yellow{color:#c5ac00}.divider{background:var(--border-light);width:100%;height:1px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.gap-30{gap:30px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary)!important}.text-secondary{color:var(--text-secondary)!important}.text-white{color:var(--text-white)!important}.text-green{color:var(--green)!important}.text-orange{color:var(--orange)!important}.bg-white{background:var(--bg-white)!important}.bg-primary{background:var(--primary)!important}.bg-soft-purple{background:var(--primary-soft)!important}.bg-gradient{background:var(--primary-gradient)!important}.w-100{width:100%}.w-auto{width:auto}.position-relative{position:relative}.position-absolute{position:absolute}.cursor-pointer{cursor:pointer}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-purple{box-shadow:var(--shadow-purple)}.overflow-hidden{overflow:hidden}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.transition{transition:var(--transition-normal)}@media (width<=1200px){.container{width:min(calc(100% - 32px), var(--container-width))}.section{padding:60px 0}}@media (width<=992px){.container{width:calc(100% - 30px)}.section{padding:50px 0}h1{font-size:2.6rem}h2{font-size:2rem}}@media (width<=768px){.container{width:calc(100% - 24px)}.section{padding:45px 0}h1{font-size:2.2rem}h2{font-size:1.8rem}.section-header{margin-bottom:25px}.btn-primary,.btn-outline{padding:10px 18px;font-size:14px}}@media (width<=480px){.container{width:calc(100% - 20px)}.section{padding:35px 0}h1{font-size:1.9rem}h2{font-size:1.55rem}h3{font-size:1.15rem}.btn-primary,.btn-outline{width:100%;padding:11px 16px}}
