:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background:#fff;box-shadow:0 2px 8px #0000000f;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{margin:0 auto;max-width:1400px;padding:0 2rem}.header .header-main .container{align-items:center;display:flex;height:70px;justify-content:space-between}.header .header-main .mobile-menu-btn{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem}@media(max-width:768px){.header .header-main .mobile-menu-btn{display:block}}.header .header-main .logo{color:#000;font-size:1.5rem;font-weight:800;letter-spacing:.5px;text-decoration:none;transition:transform .3s ease,color .3s ease}.header .header-main .logo span{color:#000}.header .header-main .logo :hover{cursor:pointer;transform:scale(1.01)}.header .header-main .nav-icons{align-items:center;display:flex;gap:1.5rem}@media(max-width:768px){.header .header-main .nav-icons{align-items:flex-start;background:#fff;box-shadow:-2px 0 10px #0000001a;flex-direction:column;gap:1rem;height:calc(100vh - 70px);padding:2rem;position:fixed;right:-100%;top:70px;transition:right .3s ease;width:250px}.header .header-main .nav-icons.mobile-active{right:0}}.header .header-main .nav-icons .nav-icon{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1.4rem;padding:.5rem;position:relative;text-decoration:none;transition:all .2s ease}.header .header-main .nav-icons .nav-icon:hover{color:#000;transform:scale(1.1)}.header .header-main .nav-icons .nav-icon:hover:after{animation:fadeIn .2s ease;background:#333;border-radius:5px;bottom:-35px;color:#fff;content:attr(data-tooltip);font-size:.75rem;left:50%;padding:.4rem .8rem;position:absolute;transform:translateX(-50%);white-space:nowrap}@media(max-width:768px){.header .header-main .nav-icons .nav-icon:hover:after{display:none}}.header .header-main .nav-icons .nav-icon.cart-icon .cart-count{align-items:center;background:#000;border-radius:50%;color:#fff;display:flex;font-size:.65rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:0;top:0;width:18px}.header .search-bar{animation:slideDown .3s ease;background:#f8f8f8;border-bottom:1px solid #eee;border-top:1px solid #eee}.header .search-bar .container{padding:1rem 2rem}.header .search-bar .search-form{align-items:center;display:flex;gap:.5rem}.header .search-bar input{border:1px solid #ddd;border-radius:25px;flex:1 1;font-size:.95rem;outline:none;padding:.8rem 1rem}.header .search-bar input:focus{border-color:#000}.header .search-bar .search-btn{align-items:center;background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:45px;justify-content:center;transition:all .3s ease;width:45px}.header .search-bar .search-btn:hover{background:#333;transform:scale(1.05)}.header .shipping-banner{background:linear-gradient(135deg,#f04676,#db234e 50%,#d68195);color:#fff;text-align:center}.header .shipping-banner .container{padding:.6rem 2rem}.header .shipping-banner p{font-size:.9rem;font-weight:500;letter-spacing:.5px;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.product-carousel-section .carousel-title{color:#000;font-size:1.5rem;font-weight:800;letter-spacing:1px;margin-bottom:2rem;text-align:center}.product-carousel-section .carousel-swiper{padding:1rem 0 3rem}.product-carousel-section .carousel-swiper .swiper-button-next,.product-carousel-section .carousel-swiper .swiper-button-prev{background:#fff;border:1px solid #e0e0e0;border-radius:50%;box-shadow:0 4px 12px #0000001a;height:40px;width:40px}.product-carousel-section .carousel-swiper .swiper-button-next:after,.product-carousel-section .carousel-swiper .swiper-button-prev:after{color:#000;font-size:16px;font-weight:900}.product-carousel-section .carousel-swiper .swiper-button-next:hover,.product-carousel-section .carousel-swiper .swiper-button-prev:hover{background:#000}.product-carousel-section .carousel-swiper .swiper-button-next:hover:after,.product-carousel-section .carousel-swiper .swiper-button-prev:hover:after{color:#fff}.product-carousel-section .carousel-swiper .swiper-button-prev{left:-10px}.product-carousel-section .carousel-swiper .swiper-button-next{right:-10px}.product-carousel-section .product-card-carousel{background:#fff;border:1px solid #f0f0f0;border-radius:8px;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.product-carousel-section .product-card-carousel:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-8px)}.product-carousel-section .product-card-carousel:hover .product-image img{transform:scale(1.05)}.product-carousel-section .product-card-carousel .product-image{align-items:center;aspect-ratio:1;background:#f8f8f8;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.product-carousel-section .product-card-carousel .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-carousel-section .product-card-carousel .product-image .image-placeholder{color:#ddd;font-size:4rem;font-weight:700}.product-carousel-section .product-card-carousel .product-image .rating-badge{background:#fffffff2;border-radius:15px;box-shadow:0 2px 8px #0000001a;color:#000;font-size:.75rem;font-weight:700;padding:.3rem .7rem;position:absolute;right:10px;top:10px}.product-carousel-section .product-card-carousel .product-info{padding:1rem}.product-carousel-section .product-card-carousel .product-info h3{color:#000;font-size:.9rem;font-weight:600;margin-bottom:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-carousel-section .product-card-carousel .product-info .category{color:#999;font-size:.75rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-carousel-section .product-card-carousel .product-info .price-row .price{color:#000;font-size:1rem;font-weight:700}@media(max-width:768px){.product-carousel-section .carousel-swiper .swiper-button-next,.product-carousel-section .carousel-swiper .swiper-button-prev{display:none}}.loading-container{align-items:center;display:flex;justify-content:center;padding:3rem}.loading-container.fullscreen{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-container .loading-spinner{align-items:center;display:flex;height:120px;justify-content:center;position:relative;width:120px}.loading-container .loading-spinner .spinner-ring{animation:spin 2s linear infinite;border:4px solid #0000;border-radius:50%;height:100%;position:absolute;width:100%}.loading-container .loading-spinner .spinner-ring:first-child{animation-duration:1.5s;border-top-color:#667eea}.loading-container .loading-spinner .spinner-ring:nth-child(2){animation-direction:reverse;animation-duration:2s;border-right-color:#764ba2}.loading-container .loading-spinner .spinner-ring:nth-child(3){animation-duration:2.5s;border-bottom-color:#f093fb}.loading-container .loading-spinner .brand-text{animation:pulse 1.5s ease-in-out infinite;color:#667eea;font-size:.65rem;font-weight:700;letter-spacing:1px;text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.home{background:#fff}.home .container{margin:0 auto;max-width:1400px;padding:0 2rem}@media(max-width:768px){.home .container{padding:0 1rem}}.home .hero-image-grid{padding:3rem 0}.home .hero-image-grid .grid-layout{display:flex;flex-direction:column;gap:1.5rem}.home .hero-image-grid .grid-layout .grid-item{border-radius:14px;display:block;overflow:hidden;position:relative;text-decoration:none}.home .hero-image-grid .grid-layout .grid-item .image-wrapper{border-radius:14px;height:100%;overflow:hidden;position:relative;width:100%}.home .hero-image-grid .grid-layout .grid-item .image-wrapper img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.home .hero-image-grid .grid-layout .grid-item .image-wrapper .overlay{background:linear-gradient(180deg,#0000000d,#000000a6);inset:0;position:absolute;transition:background .3s ease}.home .hero-image-grid .grid-layout .grid-item .image-wrapper .content{bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;z-index:2}.home .hero-image-grid .grid-layout .grid-item:hover .image-wrapper img{transform:scale(1.08)}.home .hero-image-grid .grid-layout .large{height:600px}@media(max-width:768px){.home .hero-image-grid .grid-layout .large{height:300px}}.home .hero-image-grid .grid-layout .bottom-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.home .hero-image-grid .grid-layout .bottom-row .small{height:550px}@media(max-width:768px){.home .hero-image-grid .grid-layout .bottom-row .small{height:200px}}@media(max-width:640px){.home .hero-image-grid .grid-layout .bottom-row{grid-template-columns:1fr}}.home .grid-stack{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}@media(max-width:968px){.home .grid-stack{flex-direction:row;gap:1rem}.home .grid-stack .grid-item.small{flex:1 1;height:250px}}@media(max-width:640px){.home .grid-stack{flex-direction:column}}.home .grid-stack .grid-item.small{flex:1 1;height:260px}.home .grid-stack .grid-item.small .image-wrapper{border-radius:12px;overflow:hidden}.home .grid-stack .grid-item.small .image-wrapper img{height:100%;object-fit:cover;width:100%}.home .grid-stack .grid-item.small .content{padding:1.5rem}.home .grid-stack .grid-item.small .content p{display:none}.category-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2.5rem}@media(max-width:768px){.category-row{grid-template-columns:1fr}}.category-row .category-item{text-decoration:none}.category-row .category-item .category-image{border-radius:12px;height:300px;overflow:hidden;position:relative}.category-row .category-item .category-image img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.category-row .category-item .category-image .overlay{background:linear-gradient(180deg,#0000,#00000080);inset:0;position:absolute;transition:background .3s ease}.category-row .category-item .category-image .category-content{bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0;z-index:2}.category-row .category-item .category-image .category-content h3{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.category-row .category-item .category-image .category-content span{font-size:.9rem;font-weight:600;opacity:.9}.category-row .category-item:hover .category-image img{transform:scale(1.1)}.category-row .category-item:hover .category-image .overlay{background:linear-gradient(180deg,#0000,#000000b3)}.products-section{padding:3rem 0}.products-section.alt-bg{background:#f8f8f8}.products-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.products-section .section-header h2{color:#000;font-size:1.6rem;font-weight:800;letter-spacing:1px}.products-section .section-header .view-all{color:#000;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s ease}.products-section .section-header .view-all:hover{transform:translateX(5px)}.featured-grid{padding:3rem 0}.featured-grid .section-header{margin-bottom:3rem;text-align:center}.featured-grid .section-header h2{color:#000;font-size:1.6rem;font-weight:800;letter-spacing:1px}.featured-grid .product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media(max-width:640px){.featured-grid .product-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.featured-grid .product-grid .product-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;color:inherit;overflow:hidden;text-decoration:none;transition:all .3s ease}.featured-grid .product-grid .product-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-8px)}.featured-grid .product-grid .product-card:hover .product-image img{transform:scale(1.05)}.featured-grid .product-grid .product-card .product-image{align-items:center;aspect-ratio:1;background:#f8f8f8;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.featured-grid .product-grid .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.featured-grid .product-grid .product-card .product-image .image-placeholder{color:#ddd;font-size:4rem;font-weight:700}.featured-grid .product-grid .product-card .product-image .rating-badge{background:#fffffff2;border-radius:15px;box-shadow:0 2px 8px #0000001a;color:#000;font-size:.8rem;font-weight:700;padding:.3rem .7rem;position:absolute;right:10px;top:10px}.featured-grid .product-grid .product-card .product-info{padding:1rem}.featured-grid .product-grid .product-card .product-info h3{color:#000;font-size:.95rem;font-weight:600;margin-bottom:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-grid .product-grid .product-card .product-info .category{color:#999;font-size:.8rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.featured-grid .product-grid .product-card .product-info .price-row .price{color:#000;font-size:1.1rem;font-weight:700}@media(max-width:640px){.featured-grid,.products-section{padding:2rem 0}}.products-page{min-height:80vh;padding:3rem 2rem}.products-page .container{margin:0 auto;max-width:1400px}.products-page .page-header{margin-bottom:2rem;text-align:center}.products-page .page-header .page-title{color:#333;font-size:2.5rem;margin-bottom:.5rem}.products-page .page-header .filter-count{color:#666;font-size:.95rem}.products-page .products-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:280px 1fr;margin-top:2rem}@media(max-width:968px){.products-page .products-layout{grid-template-columns:1fr}}.products-page .products-layout .filters{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:90px}@media(max-width:968px){.products-page .products-layout .filters{position:static}}.products-page .products-layout .filters .filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.products-page .products-layout .filters .filters-header h3{color:#333;font-size:1.5rem}.products-page .products-layout .filters .filters-header .clear-all-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.85rem;font-weight:600;transition:color .2s ease}.products-page .products-layout .filters .filters-header .clear-all-link:hover{color:#5568d3;text-decoration:underline}.products-page .products-layout .filters .filter-group{margin-bottom:1.5rem}.products-page .products-layout .filters .filter-group label{color:#555;display:block;font-weight:600;margin-bottom:.5rem}.products-page .products-layout .filters .filter-group input,.products-page .products-layout .filters .filter-group select{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.products-page .products-layout .filters .filter-group input:focus,.products-page .products-layout .filters .filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.products-page .products-layout .filters .filter-group .size-buttons{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.products-page .products-layout .filters .filter-group .size-buttons .size-btn{background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-weight:600;padding:.6rem;transition:all .3s ease}.products-page .products-layout .filters .filter-group .size-buttons .size-btn:hover{background:#f8f9ff;border-color:#667eea}.products-page .products-layout .filters .filter-group .size-buttons .size-btn.active{background:#667eea;border-color:#667eea;color:#fff}.products-page .products-layout .filters .filter-group .price-inputs{align-items:center;display:flex;gap:.5rem}.products-page .products-layout .filters .filter-group .price-inputs input{flex:1 1}.products-page .products-layout .filters .filter-group .price-inputs span{color:#999}.products-page .products-layout .filters .clear-filters{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:all .3s ease;width:100%}.products-page .products-layout .filters .clear-filters:hover{background:#ff5252;transform:translateY(-2px)}.products-page .products-layout .products-content .products-header{margin-bottom:1.5rem}.products-page .products-layout .products-content .products-header .products-count{color:#666;font-size:.95rem}.products-page .products-layout .products-content .loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem}.products-page .products-layout .products-content .loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}.products-page .products-layout .products-content .loading p{color:#666;font-size:1.1rem}.products-page .products-layout .products-content .no-products{padding:4rem 2rem;text-align:center}.products-page .products-layout .products-content .no-products p{color:#666;font-size:1.3rem;margin-bottom:1.5rem}.products-page .products-layout .products-content .no-products .clear-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.products-page .products-layout .products-content .no-products .clear-btn:hover{background:#5568d3;transform:translateY(-2px)}.products-page .products-layout .products-content .product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media(max-width:640px){.products-page .products-layout .products-content .product-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.products-page .products-layout .products-content .product-grid .product-card{animation:fadeInUp .6s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;color:inherit;overflow:hidden;text-decoration:none;transition:all .3s ease}.products-page .products-layout .products-content .product-grid .product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-10px)}.products-page .products-layout .products-content .product-grid .product-card:hover .product-image img{transform:scale(1.1)}.products-page .products-layout .products-content .product-grid .product-card .product-image{align-items:center;background:#f5f5f5;display:flex;height:300px;justify-content:center;overflow:hidden;position:relative;width:100%}@media(max-width:640px){.products-page .products-layout .products-content .product-grid .product-card .product-image{height:200px}}.products-page .products-layout .products-content .product-grid .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.products-page .products-layout .products-content .product-grid .product-card .product-image .image-placeholder{color:#ccc;font-size:5rem;font-weight:700}.products-page .products-layout .products-content .product-grid .product-card .product-image .rating-badge{background:#fffffff2;border-radius:15px;box-shadow:0 2px 8px #0000001a;color:#000;font-size:.8rem;font-weight:700;padding:.3rem .7rem;position:absolute;right:10px;top:10px}.products-page .products-layout .products-content .product-grid .product-card .product-info{padding:1.5rem}@media(max-width:640px){.products-page .products-layout .products-content .product-grid .product-card .product-info{padding:1rem}}.products-page .products-layout .products-content .product-grid .product-card .product-info h3{color:#333;font-size:1.3rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.products-page .products-layout .products-content .product-grid .product-card .product-info h3{font-size:1rem}}.products-page .products-layout .products-content .product-grid .product-card .product-info .product-category{color:#666;font-size:.9rem;margin-bottom:.5rem;text-transform:capitalize}.products-page .products-layout .products-content .product-grid .product-card .product-info .product-price{color:#667eea;font-size:1.5rem;font-weight:600}@media(max-width:640px){.products-page .products-layout .products-content .product-grid .product-card .product-info .product-price{font-size:1.2rem}}@media(max-width:768px){.products-page{padding:2rem 1rem}.products-page .page-header .page-title{font-size:2rem}}.rating{align-items:center;display:flex;gap:3px}.rating span{align-items:center;display:inline-flex}.rating .rating-text{color:#666;font-size:.9em;margin-left:8px}.review-section{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;margin-top:4rem;padding:2rem}.review-section h2{color:#333;font-size:2rem;margin-bottom:2rem}.review-section .overall-rating{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;margin-bottom:2rem;padding:2rem}.review-section .overall-rating .rating-summary{align-items:center;display:flex;gap:2rem}.review-section .overall-rating .rating-summary .rating-number{color:#667eea;font-size:4rem;font-weight:700}.review-section .overall-rating .rating-summary .rating-details p{color:#666;font-size:1.1rem;margin-top:.5rem}.review-section .add-review{background:#f8f9fa;border-radius:10px;margin:2rem 0;padding:2rem;position:relative}.review-section .add-review .verified-badge{position:absolute;right:1rem;top:1rem}.review-section .add-review .verified-badge span{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:20px;box-shadow:0 2px 8px #4caf504d;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.review-section .add-review h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.review-section .add-review .star-rating-input{margin-bottom:1.5rem}.review-section .add-review .star-rating-input label{color:#333;display:block;font-weight:600;margin-bottom:.8rem}.review-section .add-review .star-rating-input .stars{display:flex;gap:5px}.review-section .add-review .star-rating-input .stars button{background:none;border:none;color:#ddd;cursor:pointer;font-size:2rem;padding:0;transition:all .2s ease}.review-section .add-review .star-rating-input .stars button.active,.review-section .add-review .star-rating-input .stars button:hover{color:#ffc107;transform:scale(1.1)}.review-section .add-review .form-group{margin-bottom:1.5rem}.review-section .add-review .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.review-section .add-review .form-group textarea{border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.review-section .add-review .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.review-section .add-review .submit-review-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.review-section .add-review .submit-review-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.review-section .add-review .submit-review-btn:disabled{cursor:not-allowed;opacity:.6}.review-section .login-prompt,.review-section .purchase-required{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:2px dashed #ff9800;border-radius:10px;margin:2rem 0;padding:3rem 2rem;text-align:center}.review-section .login-prompt .info-icon,.review-section .purchase-required .info-icon{font-size:3rem;margin-bottom:1rem}.review-section .login-prompt h3,.review-section .purchase-required h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.review-section .login-prompt p,.review-section .purchase-required p{color:#666;font-size:1.1rem;margin-bottom:.5rem}.review-section .login-prompt p.note,.review-section .purchase-required p.note{color:#999;font-size:.9rem;font-style:italic}.review-section .login-prompt{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3}.review-section .checking-purchase{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem}.review-section .checking-purchase .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}.review-section .checking-purchase p{color:#666}.review-section .reviews-list{margin-top:3rem}.review-section .reviews-list>h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.review-section .reviews-list .review-item{background:#f8f9fa;border-radius:10px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.review-section .reviews-list .review-item:hover{box-shadow:0 4px 15px #00000014}.review-section .reviews-list .review-item .review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.review-section .reviews-list .review-item .review-header .reviewer-info{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.review-section .reviews-list .review-item .review-header .reviewer-info h4{color:#333;font-size:1.1rem}.review-section .reviews-list .review-item .review-header .reviewer-info .verified-badge-small{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem}.review-section .reviews-list .review-item .review-header .review-date{color:#999;font-size:.9rem}.review-section .reviews-list .review-item .review-comment{color:#666;font-size:1rem;line-height:1.6}.review-section .reviews-list .no-reviews{background:#f8f9fa;border-radius:10px;color:#999;font-size:1.1rem;padding:3rem;text-align:center}@media(max-width:768px){.review-section{padding:1.5rem}.review-section h2{font-size:1.5rem}.review-section .overall-rating{padding:1.5rem}.review-section .overall-rating .rating-summary{align-items:flex-start;flex-direction:column;gap:1rem}.review-section .overall-rating .rating-summary .rating-number{font-size:3rem}.review-section .add-review{padding:3rem 1.5rem 1.5rem}.review-section .add-review .verified-badge{right:.5rem;top:.5rem}.review-section .add-review .verified-badge span{font-size:.75rem;padding:.3rem .6rem}.review-section .add-review h3{font-size:1.2rem}.review-section .add-review .star-rating-input .stars button{font-size:1.5rem}.review-section .login-prompt,.review-section .purchase-required{padding:2rem 1rem}.review-section .login-prompt .info-icon,.review-section .purchase-required .info-icon{font-size:2rem}.review-section .login-prompt h3,.review-section .purchase-required h3{font-size:1.2rem}.review-section .login-prompt p,.review-section .purchase-required p{font-size:1rem}.review-section .reviews-list .review-item{padding:1rem}.review-section .reviews-list .review-item .review-header{flex-direction:column;gap:.5rem}.review-section .reviews-list .review-item .review-header .reviewer-info{flex-wrap:wrap}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-detail{padding:3rem 2rem}.product-detail .container{margin:0 auto;max-width:1400px}.product-detail .product-layout{grid-gap:4rem;animation:fadeIn .6s ease-out;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-detail .product-layout .product-images .main-image{align-items:center;background:#f5f5f5;border-radius:15px;display:flex;height:600px;justify-content:center;margin-bottom:1rem;overflow:hidden;width:100%}.product-detail .product-layout .product-images .main-image img{height:100%;object-fit:cover;width:100%}.product-detail .product-layout .product-images .main-image .image-placeholder{color:#ccc;font-size:8rem;font-weight:700}.product-detail .product-layout .product-images .thumbnail-images{display:flex;gap:1rem}.product-detail .product-layout .product-images .thumbnail-images .thumbnail{border:3px solid #0000;border-radius:10px;cursor:pointer;height:100px;overflow:hidden;transition:all .3s ease;width:100px}.product-detail .product-layout .product-images .thumbnail-images .thumbnail.active{border-color:#667eea}.product-detail .product-layout .product-images .thumbnail-images .thumbnail:hover{transform:scale(1.05)}.product-detail .product-layout .product-images .thumbnail-images .thumbnail img{height:100%;object-fit:cover;width:100%}.product-detail .product-layout .product-details h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.product-detail .product-layout .product-details .product-category{color:#666;font-size:1.1rem;margin-bottom:1rem}.product-detail .product-layout .product-details .product-rating{margin-bottom:1rem}.product-detail .product-layout .product-details .product-price{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.product-detail .product-layout .product-details .product-description{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.product-detail .product-layout .product-details .product-description h3{color:#333;font-size:1.3rem;margin-bottom:.8rem}.product-detail .product-layout .product-details .product-description p{color:#666;line-height:1.6}.product-detail .product-layout .product-details .size-selector{margin-bottom:2rem}.product-detail .product-layout .product-details .size-selector h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.product-detail .product-layout .product-details .size-selector .sizes{display:flex;flex-wrap:wrap;gap:1rem}.product-detail .product-layout .product-details .size-selector .sizes .size-btn{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;font-weight:600;height:60px;position:relative;transition:all .3s ease;width:60px}.product-detail .product-layout .product-details .size-selector .sizes .size-btn:hover:not(.disabled){border-color:#667eea;transform:scale(1.05)}.product-detail .product-layout .product-details .size-selector .sizes .size-btn.active{background:#667eea;border-color:#667eea;color:#fff}.product-detail .product-layout .product-details .size-selector .sizes .size-btn.disabled{cursor:not-allowed;opacity:.4}.product-detail .product-layout .product-details .size-selector .sizes .size-btn.disabled .out-of-stock{bottom:2px;color:#ff6b6b;font-size:.65rem;left:50%;position:absolute;transform:translateX(-50%)}.product-detail .product-layout .product-details .quantity-selector{margin-bottom:2rem}.product-detail .product-layout .product-details .quantity-selector h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.product-detail .product-layout .product-details .quantity-selector .quantity-controls{align-items:center;display:flex;gap:1rem}.product-detail .product-layout .product-details .quantity-selector .quantity-controls button{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;font-size:1.5rem;font-weight:600;height:50px;transition:all .3s ease;width:50px}.product-detail .product-layout .product-details .quantity-selector .quantity-controls button:hover{border-color:#667eea;color:#667eea}.product-detail .product-layout .product-details .quantity-selector .quantity-controls span{font-size:1.5rem;font-weight:600;min-width:40px;text-align:center}.product-detail .product-layout .product-details .add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1.2rem;transition:all .3s ease;width:100%}.product-detail .product-layout .product-details .add-to-cart-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.product-detail .product-layout .product-details .add-to-cart-btn:active{transform:translateY(0)}.product-detail .error,.product-detail .loading{color:#666;font-size:1.5rem;padding:4rem;text-align:center}@media(max-width:968px){.product-detail .product-layout{gap:2rem;grid-template-columns:1fr}}@media(max-width:768px){.product-detail{padding:2rem 1rem}.product-detail .product-layout .product-images .main-image{height:400px}.product-detail .product-layout .product-details .product-price,.product-detail .product-layout .product-details h1{font-size:2rem}}.cart-page{min-height:70vh;padding:3rem 2rem}.cart-page .container{margin:0 auto;max-width:1400px}.cart-page .page-title{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.cart-page.empty .empty-cart{padding:4rem 2rem;text-align:center}.cart-page.empty .empty-cart h2{color:#333;font-size:2rem;margin-bottom:1rem}.cart-page.empty .empty-cart p{color:#666;font-size:1.2rem;margin-bottom:2rem}.cart-page.empty .empty-cart .continue-shopping{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cart-page.empty .empty-cart .continue-shopping:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.cart-page .cart-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 400px;margin-top:2rem}.cart-page .cart-layout .cart-items .cart-item{grid-gap:1.5rem;align-items:center;animation:fadeInUp .4s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;display:grid;gap:1.5rem;grid-template-columns:120px 1fr auto auto auto;margin-bottom:1.5rem;padding:1.5rem}.cart-page .cart-layout .cart-items .cart-item .item-image{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;height:120px;justify-content:center;overflow:hidden;width:120px}.cart-page .cart-layout .cart-items .cart-item .item-image img{height:100%;object-fit:cover;width:100%}.cart-page .cart-layout .cart-items .cart-item .item-image .image-placeholder{color:#ccc;font-size:3rem;font-weight:700}.cart-page .cart-layout .cart-items .cart-item .item-details h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.cart-page .cart-layout .cart-items .cart-item .item-details .item-size{color:#666;margin-bottom:.5rem}.cart-page .cart-layout .cart-items .cart-item .item-details .item-price{color:#667eea;font-size:1.2rem;font-weight:600}.cart-page .cart-layout .cart-items .cart-item .item-quantity{align-items:center;display:flex;gap:.8rem}.cart-page .cart-layout .cart-items .cart-item .item-quantity button{background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600;height:35px;transition:all .3s ease;width:35px}.cart-page .cart-layout .cart-items .cart-item .item-quantity button:hover{border-color:#667eea;color:#667eea}.cart-page .cart-layout .cart-items .cart-item .item-quantity span{font-size:1.2rem;font-weight:600;min-width:30px;text-align:center}.cart-page .cart-layout .cart-items .cart-item .item-total{color:#333;font-size:1.5rem;font-weight:700;min-width:120px;text-align:right}.cart-page .cart-layout .cart-items .cart-item .remove-btn{background:#ff6b6b;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:40px;transition:all .3s ease;width:40px}.cart-page .cart-layout .cart-items .cart-item .remove-btn:hover{background:#ff5252;transform:scale(1.1)}.cart-page .cart-layout .cart-summary{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:90px}.cart-page .cart-layout .cart-summary h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.cart-page .cart-layout .cart-summary .summary-row{color:#666;display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:1rem}.cart-page .cart-layout .cart-summary .summary-row.total{border-top:2px solid #eee;color:#333;font-size:1.5rem;font-weight:700;margin-top:1rem;padding-top:1rem}.cart-page .cart-layout .cart-summary .summary-row.total span:last-child{color:#667eea}.cart-page .cart-layout .cart-summary .checkout-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin-top:1.5rem;padding:1.2rem;transition:all .3s ease;width:100%}.cart-page .cart-layout .cart-summary .checkout-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.cart-page .cart-layout .cart-summary .continue-shopping{color:#667eea;display:block;font-weight:500;margin-top:1rem;text-align:center;text-decoration:none;transition:color .3s ease}.cart-page .cart-layout .cart-summary .continue-shopping:hover{color:#764ba2}@media(max-width:1024px){.cart-page .cart-layout{grid-template-columns:1fr}.cart-page .cart-layout .cart-summary{position:static}}@media(max-width:768px){.cart-page{padding:2rem 1rem}.cart-page .page-title{font-size:2rem}.cart-page .cart-layout .cart-items .cart-item{gap:1rem;grid-template-columns:80px 1fr}.cart-page .cart-layout .cart-items .cart-item .item-image{height:80px;width:80px}.cart-page .cart-layout .cart-items .cart-item .item-quantity{grid-column:1/-1;justify-content:center}.cart-page .cart-layout .cart-items .cart-item .item-total{grid-column:1/-1;text-align:center}.cart-page .cart-layout .cart-items .cart-item .remove-btn{position:absolute;right:10px;top:10px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-page{min-height:70vh;padding:3rem 2rem}.checkout-page .container{margin:0 auto;max-width:1200px}.checkout-page .page-title{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.checkout-page .checkout-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 400px;margin-top:2rem}.checkout-page .checkout-layout .checkout-form{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:2rem}.checkout-page .checkout-layout .checkout-form h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.checkout-page .checkout-layout .checkout-form .form-group{margin-bottom:1.5rem}.checkout-page .checkout-layout .checkout-form .form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.checkout-page .checkout-layout .checkout-form .form-group input{border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:.9rem;transition:all .3s ease;width:100%}.checkout-page .checkout-layout .checkout-form .form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.checkout-page .checkout-layout .checkout-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.checkout-page .checkout-layout .checkout-form .place-order-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin-top:1rem;padding:1.2rem;transition:all .3s ease;width:100%}.checkout-page .checkout-layout .checkout-form .place-order-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.checkout-page .checkout-layout .checkout-form .place-order-btn:disabled{cursor:not-allowed;opacity:.6}.checkout-page .checkout-layout .order-summary{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:90px}.checkout-page .checkout-layout .order-summary h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.checkout-page .checkout-layout .order-summary .summary-items{margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.checkout-page .checkout-layout .order-summary .summary-items .summary-item{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1rem 0}.checkout-page .checkout-layout .order-summary .summary-items .summary-item .item-name{color:#333;font-weight:600;margin-bottom:.3rem}.checkout-page .checkout-layout .order-summary .summary-items .summary-item .item-details{color:#666;font-size:.9rem}.checkout-page .checkout-layout .order-summary .summary-items .summary-item .item-price{color:#667eea;font-weight:600}.checkout-page .checkout-layout .order-summary .summary-totals{border-top:2px solid #eee;padding-top:1rem}.checkout-page .checkout-layout .order-summary .summary-totals .summary-row{color:#666;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:.8rem}.checkout-page .checkout-layout .order-summary .summary-totals .summary-row.total{border-top:2px solid #eee;color:#333;font-size:1.5rem;font-weight:700;margin-top:1rem;padding-top:1rem}.checkout-page .checkout-layout .order-summary .summary-totals .summary-row.total span:last-child{color:#667eea}@media(max-width:968px){.checkout-page .checkout-layout{grid-template-columns:1fr}.checkout-page .checkout-layout .order-summary{position:static}}@media(max-width:768px){.checkout-page{padding:2rem 1rem}.checkout-page .page-title{font-size:2rem}.checkout-page .checkout-layout .checkout-form{padding:1.5rem}.checkout-page .checkout-layout .checkout-form .form-row{grid-template-columns:1fr}}.animated-login-page{align-items:center;background:#f8f9fb;display:flex;justify-content:center;min-height:100vh;padding:2rem;width:100%}.animated-card{background:#fff;border:1px solid #ececec;border-radius:20px;box-shadow:0 18px 40px #0000000d;overflow:hidden;padding:2rem;position:relative;width:360px}.animated-card:before{background:linear-gradient(90deg,#da3a5f2e,#da3a5f0d);content:"";filter:blur(12px);height:20px;left:0;position:absolute;top:-10px;width:100%}.title{color:#111827;font-size:1.8rem;font-weight:600}.subtitle{color:#0b0d12;font-size:1rem;margin-bottom:1.5rem}.animated-input-box{margin-bottom:1.2rem}.animated-input-box label{color:#e61414;display:block;font-size:.85rem;margin-bottom:4px}.animated-input-box .input-with-check{align-items:center;display:flex;position:relative}.animated-input-box .input-with-check input.animated-input{background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#1f2937;font-size:.9rem;outline:none;padding:.75rem 1rem;transition:all .25s ease;width:100%}.animated-input-box .input-with-check input.animated-input:focus{border-color:#da3a5f;box-shadow:0 0 0 3px #da3a5f2e}.animated-input-box .input-with-check .check-svg{height:24px;position:absolute;right:8px;width:24px}.animated-input-box .input-with-check .check-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.primary-btn{background:linear-gradient(90deg,#da3a5f,#e25578,#da3a5f);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.85rem;transition:all .25s ease;width:100%}.primary-btn:hover{box-shadow:0 6px 14px #da3a5f59;filter:brightness(1.1)}.divider{margin:1.2rem 0;position:relative;text-align:center}.divider span{background:#fff;color:#9ca3af;font-size:.8rem;padding:0 .6rem;position:relative;z-index:1}.divider:before{background:#ececec;content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.google-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:10px;justify-content:center;padding:.85rem;transition:.2s ease;width:100%}.google-btn img{width:18px}.google-btn:hover{border-color:#da3a5f;box-shadow:0 0 10px #da3a5f26}.bottom-text{color:#6b7280;margin-top:1rem;text-align:center}.bottom-text .toggle-btn{background:none;border:none;color:#da3a5f;cursor:pointer;font-weight:600;margin-left:4px}.admin-link{color:#999;display:block;font-size:.9rem;margin-top:1rem;text-align:center;text-decoration:none}.admin-link:hover{color:#da3a5f}.forgot-password-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:80vh;padding:2rem}.forgot-password-page .forgot-password-container{max-width:450px;width:100%}.forgot-password-page .forgot-password-card{animation:slideUp .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;padding:3rem;text-align:center}.forgot-password-page .forgot-password-card .icon-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);font-size:2.5rem}.forgot-password-page .forgot-password-card .icon-wrapper,.forgot-password-page .forgot-password-card .success-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.forgot-password-page .forgot-password-card .success-icon{background:#4caf50;font-size:3rem;font-weight:700}.forgot-password-page .forgot-password-card h2{color:#333;font-size:2rem;margin-bottom:.5rem}.forgot-password-page .forgot-password-card .subtitle{color:#666;line-height:1.6;margin-bottom:2rem}.forgot-password-page .forgot-password-card .info-text{color:#666;font-size:.95rem;line-height:1.6;margin-top:1rem}.forgot-password-page .forgot-password-card form{text-align:left}.forgot-password-page .forgot-password-card form .form-group{margin-bottom:1.5rem}.forgot-password-page .forgot-password-card form .form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.forgot-password-page .forgot-password-card form .form-group input{border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:.9rem;transition:all .3s ease;width:100%}.forgot-password-page .forgot-password-card form .form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.forgot-password-page .forgot-password-card .submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.forgot-password-page .forgot-password-card .submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.forgot-password-page .forgot-password-card .submit-btn:disabled{cursor:not-allowed;opacity:.6}.forgot-password-page .forgot-password-card .back-link{color:#667eea;display:inline-block;font-weight:500;margin-top:1.5rem;text-decoration:none}.forgot-password-page .forgot-password-card .back-link:hover{text-decoration:underline}@media(max-width:768px){.forgot-password-page{padding:1rem}.forgot-password-page .forgot-password-card{padding:2rem 1.5rem}.forgot-password-page .forgot-password-card h2{font-size:1.5rem}}.reset-password-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:80vh;padding:2rem}.reset-password-page .reset-password-container{max-width:450px;width:100%}.reset-password-page .reset-password-card{animation:slideUp .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;padding:3rem;text-align:center}.reset-password-page .reset-password-card .icon-wrapper{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.reset-password-page .reset-password-card h2{color:#333;font-size:2rem;margin-bottom:.5rem}.reset-password-page .reset-password-card .subtitle{color:#666;margin-bottom:2rem}.reset-password-page .reset-password-card form{text-align:left}.reset-password-page .reset-password-card form .form-group{margin-bottom:1.5rem}.reset-password-page .reset-password-card form .form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.reset-password-page .reset-password-card form .form-group input{border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:.9rem;transition:all .3s ease;width:100%}.reset-password-page .reset-password-card form .form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.reset-password-page .reset-password-card form .submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.reset-password-page .reset-password-card form .submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.reset-password-page .reset-password-card form .submit-btn:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.reset-password-page{padding:1rem}.reset-password-page .reset-password-card{padding:2rem 1.5rem}.reset-password-page .reset-password-card h2{font-size:1.5rem}}.image-upload-section{display:flex;flex-direction:column;gap:.75rem}.upload-label{color:#333;font-size:1rem;font-weight:600}.upload-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-preview-box{aspect-ratio:1/1;background:#f4f4f4;border-radius:12px;overflow:hidden;position:relative}.preview-img{height:100%;object-fit:cover;width:100%}.remove-image-btn{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:4px;position:absolute;right:5px;top:5px}.upload-box{align-items:center;aspect-ratio:1/1;border:2px dashed #ccc;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:1rem;transition:all .2s ease}.upload-box:hover{background-color:#f0f8ff;border-color:#007bff}.upload-icon{color:#007bff;font-size:2rem}.upload-text{color:#666;font-size:.9rem;margin-top:.5rem;text-align:center}.upload-info{color:#555;display:flex;flex-direction:column;font-size:.85rem}.admin-dashboard{min-height:70vh;padding:3rem 2rem}.admin-dashboard .container{margin:0 auto;max-width:1400px}.admin-dashboard .page-title{color:#333;font-size:2.5rem;margin-bottom:2rem;text-align:center}.admin-dashboard .tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.admin-dashboard .tabs button{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.admin-dashboard .tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.admin-dashboard .tabs button:hover:not(.active){border-color:#667eea}.admin-dashboard .products-section .add-product-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;margin-bottom:2rem;padding:1rem 2rem;transition:all .3s ease}.admin-dashboard .products-section .add-product-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.admin-dashboard .products-section .products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.admin-dashboard .products-section .products-grid .product-card{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.admin-dashboard .products-section .products-grid .product-card .product-image{align-items:center;background:#f5f5f5;display:flex;height:250px;justify-content:center;width:100%}.admin-dashboard .products-section .products-grid .product-card .product-image img{height:100%;object-fit:cover;width:100%}.admin-dashboard .products-section .products-grid .product-card .product-image .placeholder{color:#ccc;font-size:5rem;font-weight:700}.admin-dashboard .products-section .products-grid .product-card .product-info{padding:1.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info p{color:#666;margin-bottom:.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info .price{color:#667eea;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.admin-dashboard .products-section .products-grid .product-card .product-info .actions{display:flex;gap:.5rem}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.6rem;transition:all .3s ease}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button:hover{transform:translateY(-2px)}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button.delete{background:#ff6b6b}.admin-dashboard .products-section .products-grid .product-card .product-info .actions button.delete:hover{background:#ff5252}.admin-dashboard .orders-section .orders-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.admin-dashboard .orders-section .orders-header h2{color:#333;font-size:1.8rem;margin:0}.admin-dashboard .orders-section .orders-header .orders-count{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem}.admin-dashboard .orders-section .empty-state{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:4rem 2rem;text-align:center}.admin-dashboard .orders-section .empty-state p{color:#999;font-size:1.2rem}.admin-dashboard .orders-section .orders-list{display:flex;flex-direction:column;gap:1.5rem}.admin-dashboard .orders-section .orders-list .order-card{animation:fadeIn .5s ease-out;background:#fff;border-radius:15px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:all .3s ease}.admin-dashboard .orders-section .orders-list .order-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.admin-dashboard .orders-section .orders-list .order-card .order-header{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #dee2e6;display:flex;justify-content:space-between;padding:1.5rem 2rem}.admin-dashboard .orders-section .orders-list .order-card .order-header .order-id{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard .orders-section .orders-list .order-card .order-header .order-id h3{color:#333;font-size:1.4rem;font-weight:700;margin:0}.admin-dashboard .orders-section .orders-list .order-card .order-header .order-id .order-date{color:#666;font-size:.85rem;font-weight:500}.admin-dashboard .orders-section .orders-list .order-card .order-header .status{border-radius:25px;box-shadow:0 2px 8px #0000001a;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:.6rem 1.2rem;text-transform:uppercase}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.pending{background:linear-gradient(135deg,#fff3cd,#ffe69c);color:#856404}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.shipped{background:linear-gradient(135deg,#cce5ff,#99d1ff);color:#004085}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.delivered{background:linear-gradient(135deg,#d4edda,#b3e5be);color:#155724}.admin-dashboard .orders-section .orders-list .order-card .order-header .status.cancelled{background:linear-gradient(135deg,#f8d7da,#f1b0b7);color:#721c24}.admin-dashboard .orders-section .orders-list .order-card .order-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1.5fr;padding:2rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-section h4{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin-bottom:1.2rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-section h4:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:20px;width:4px}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid{display:flex;flex-direction:column;gap:1rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:80px 1fr}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item.full-width{grid-template-columns:80px 1fr}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item .label{color:#666;font-size:.9rem;font-weight:600}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item .value{color:#333;font-size:.95rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item:hover{background:#e9ecef}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-details{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-details .product-name{color:#333;font-size:1rem;font-weight:600}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-details .product-meta{color:#666;font-size:.85rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .products-list .product-item .product-price{color:#667eea;font-size:1.1rem;font-weight:700}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .order-total{align-items:center;background:linear-gradient(135deg,rgba(102,126,234,.082),rgba(118,75,162,.082));border-radius:10px;display:flex;justify-content:space-between;margin-top:1rem;padding:1.2rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .order-total span{color:#333;font-size:1.1rem;font-weight:700}.admin-dashboard .orders-section .orders-list .order-card .order-body .order-products .order-total .total-price{color:#667eea;font-size:1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer{background:#f8f9fa;border-top:2px solid #e9ecef;padding:1.5rem 2rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions{align-items:center;display:flex;gap:1rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions label{color:#333;font-size:1rem;font-weight:600}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select{background:#fff;border:2px solid #ddd;border-radius:10px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;max-width:250px;padding:.8rem 1rem;transition:all .3s ease}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select:hover{border-color:#667eea}@media(max-width:968px){.admin-dashboard .orders-section .orders-list .order-card .order-body{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard .orders-section .orders-header{align-items:flex-start;flex-direction:column;gap:1rem}.admin-dashboard .orders-section .orders-header .orders-count{align-self:flex-start}.admin-dashboard .orders-section .orders-list .order-card .order-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem 1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-header .status{align-self:flex-start}.admin-dashboard .orders-section .orders-list .order-card .order-body{padding:1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-body .customer-info .info-grid .info-item{grid-template-columns:70px 1fr}.admin-dashboard .orders-section .orders-list .order-card .order-footer{padding:1rem 1.5rem}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions{align-items:flex-start;flex-direction:column}.admin-dashboard .orders-section .orders-list .order-card .order-footer .order-actions select{max-width:100%}}.admin-dashboard .modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.admin-dashboard .modal-overlay .modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:100%}.admin-dashboard .modal-overlay .modal-content h2{color:#333;font-size:2rem;margin-bottom:1.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group{margin-bottom:1.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group input,.admin-dashboard .modal-overlay .modal-content form .form-group select,.admin-dashboard .modal-overlay .modal-content form .form-group textarea{border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.admin-dashboard .modal-overlay .modal-content form .form-group input:focus,.admin-dashboard .modal-overlay .modal-content form .form-group select:focus,.admin-dashboard .modal-overlay .modal-content form .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.admin-dashboard .modal-overlay .modal-content form .form-group textarea{resize:vertical}.admin-dashboard .modal-overlay .modal-content form .form-group.checkbox{align-items:center;display:flex}.admin-dashboard .modal-overlay .modal-content form .form-group.checkbox label{align-items:center;cursor:pointer;display:flex;margin-bottom:0}.admin-dashboard .modal-overlay .modal-content form .form-group.checkbox label input{margin-right:.5rem;width:auto}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input{display:flex;gap:.5rem;margin-bottom:.5rem}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input input{flex:1 1}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input button{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.admin-dashboard .modal-overlay .modal-content form .form-group .image-input button:hover{background:#ff5252}.admin-dashboard .modal-overlay .modal-content form .form-group .add-image-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.6rem 1rem;transition:all .3s ease}.admin-dashboard .modal-overlay .modal-content form .form-group .add-image-btn:hover{background:#5568d3}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid .size-input label{font-size:.9rem;margin-bottom:.3rem}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid .size-input input{padding:.6rem}.admin-dashboard .modal-overlay .modal-content form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.admin-dashboard .modal-overlay .modal-content form .modal-actions{display:flex;gap:1rem;margin-top:2rem}.admin-dashboard .modal-overlay .modal-content form .modal-actions button{background:#f0f0f0;border:none;border-radius:10px;color:#333;cursor:pointer;flex:1 1;font-weight:600;padding:1rem;transition:all .3s ease}.admin-dashboard .modal-overlay .modal-content form .modal-actions button:hover{background:#e0e0e0}.admin-dashboard .modal-overlay .modal-content form .modal-actions button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.admin-dashboard .modal-overlay .modal-content form .modal-actions button.primary:hover{box-shadow:0 4px 15px #667eea4d;transform:translateY(-2px)}@media(max-width:968px){.admin-dashboard .orders-section .orders-table .order-card .order-body{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard{padding:2rem 1rem}.admin-dashboard .page-title{font-size:2rem}.admin-dashboard .modal-overlay{padding:1rem}.admin-dashboard .modal-overlay .modal-content{padding:1.5rem}.admin-dashboard .modal-overlay .modal-content form .form-row{grid-template-columns:1fr}.admin-dashboard .modal-overlay .modal-content form .form-group .sizes-grid{grid-template-columns:repeat(2,1fr)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.my-orders-page{min-height:calc(100vh - 180px);padding:40px 20px}.my-orders-page.empty{align-items:center;display:flex;justify-content:center;text-align:center}.my-orders-page.empty h1{margin-bottom:20px}.my-orders-page.empty p{color:#666;font-size:1.1rem}.my-orders-page .page-title{font-size:2rem;margin-bottom:30px;text-align:center}.my-orders-page .orders-list{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1000px}.my-orders-page .order-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:25px;transition:transform .2s,box-shadow .2s}.my-orders-page .order-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.my-orders-page .order-card .order-header{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.my-orders-page .order-card .order-header h3{font-size:1.3rem;margin-bottom:5px}.my-orders-page .order-card .order-header .order-date{color:#666;font-size:.9rem}.my-orders-page .order-card .order-header .status{border-radius:20px;font-size:.85rem;font-weight:600;padding:6px 16px;text-transform:uppercase}.my-orders-page .order-card .order-header .status.pending{background:#fff3cd;color:#856404}.my-orders-page .order-card .order-header .status.shipped{background:#cce5ff;color:#004085}.my-orders-page .order-card .order-header .status.delivered{background:#d4edda;color:#155724}.my-orders-page .order-card .order-header .status.cancelled{background:#f8d7da;color:#721c24}.my-orders-page .order-card .order-products{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.my-orders-page .order-card .order-products .order-product{background:#f8f9fa;border-radius:8px;display:flex;gap:15px;padding:12px}.my-orders-page .order-card .order-products .order-product .product-image{border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.my-orders-page .order-card .order-products .order-product .product-image img{height:100%;object-fit:cover;width:100%}.my-orders-page .order-card .order-products .order-product .product-image .placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:2rem;font-weight:700;height:100%;justify-content:center;width:100%}.my-orders-page .order-card .order-products .order-product .product-details{flex:1 1}.my-orders-page .order-card .order-products .order-product .product-details h4{font-size:1.1rem;margin-bottom:5px}.my-orders-page .order-card .order-products .order-product .product-details p{color:#666;font-size:.9rem;margin-bottom:5px}.my-orders-page .order-card .order-products .order-product .product-details .price{color:#000;font-size:1rem;font-weight:600}.my-orders-page .order-card .order-products .order-product .product-details .review-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;margin-top:10px;padding:6px 16px;transition:background .2s}.my-orders-page .order-card .order-products .order-product .product-details .review-btn:hover{background:#5568d3}.my-orders-page .order-card .order-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:15px}.my-orders-page .order-card .order-footer .order-total{font-size:1.2rem}.my-orders-page .order-card .order-footer .order-total strong{margin-right:10px}.my-orders-page .order-card .order-footer .cancel-btn{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:background .2s}.my-orders-page .order-card .order-footer .cancel-btn:hover{background:#c82333}.my-orders-page .modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.my-orders-page .modal-content{background:#fff;border-radius:12px;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;width:100%}.my-orders-page .modal-content.review-modal h2{font-size:1.5rem;margin-bottom:10px}.my-orders-page .modal-content.review-modal .product-name{color:#666;font-size:1.1rem;margin-bottom:25px}.my-orders-page .modal-content.review-modal .form-group{margin-bottom:20px}.my-orders-page .modal-content.review-modal .form-group label{display:block;font-weight:600;margin-bottom:8px}.my-orders-page .modal-content.review-modal .form-group textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;padding:12px;resize:vertical;width:100%}.my-orders-page .modal-content.review-modal .form-group textarea:focus{border-color:#667eea;outline:none}.my-orders-page .modal-content.review-modal .star-rating{display:flex;font-size:2rem;gap:8px}.my-orders-page .modal-content.review-modal .star-rating .star{color:#ddd;cursor:pointer;transition:color .2s}.my-orders-page .modal-content.review-modal .star-rating .star.active{color:#ffc107}.my-orders-page .modal-content.review-modal .star-rating .star:hover{color:#ffb300}.my-orders-page .modal-content.review-modal .modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.my-orders-page .modal-content.review-modal .modal-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .2s}.my-orders-page .modal-content.review-modal .modal-actions button[type=button]{background:#f1f1f1;color:#333}.my-orders-page .modal-content.review-modal .modal-actions button[type=button]:hover{background:#e1e1e1}.my-orders-page .modal-content.review-modal .modal-actions button.primary{background:#667eea;color:#fff}.my-orders-page .modal-content.review-modal .modal-actions button.primary:hover{background:#5568d3}@media(max-width:768px){.my-orders-page{padding:20px 15px}.my-orders-page .page-title{font-size:1.5rem}.my-orders-page .order-card{padding:15px}.my-orders-page .order-card .order-header{flex-direction:column;gap:10px}.my-orders-page .order-card .order-header .status{align-self:flex-start}.my-orders-page .order-card .order-products .order-product{flex-direction:column}.my-orders-page .order-card .order-products .order-product .product-image{height:200px;width:100%}.my-orders-page .order-card .order-footer{align-items:stretch;flex-direction:column;gap:15px}.my-orders-page .order-card .order-footer .cancel-btn{width:100%}.my-orders-page .modal-content{margin:15px;padding:20px}}.profile-page{background:#f8f8f8;min-height:70vh;padding:3rem 2rem}.profile-page .container{margin:0 auto;max-width:1200px}.profile-page .profile-header{margin-bottom:3rem}.profile-page .profile-header .welcome-section h1{color:#000;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.profile-page .profile-header .welcome-section p{color:#666;font-size:1.1rem}.profile-page .profile-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media(max-width:968px){.profile-page .profile-grid{grid-template-columns:1fr}}.profile-page .profile-grid .profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.profile-page .profile-grid .profile-card.addresses-card,.profile-page .profile-grid .profile-card.orders-card{grid-column:span 1}.profile-page .profile-grid .profile-card .card-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.profile-page .profile-grid .profile-card .card-header h2{color:#000;font-size:1.3rem;font-weight:700;margin:0}.profile-page .profile-grid .profile-card .card-header .view-all-link{color:#667eea;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s ease}.profile-page .profile-grid .profile-card .card-header .view-all-link:hover{transform:translateX(5px)}.profile-page .profile-grid .profile-card .card-body{padding:2rem}.profile-page .profile-grid .profile-card .card-body .info-item{align-items:center;background:#f8f8f8;border-radius:10px;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1.2rem}.profile-page .profile-grid .profile-card .card-body .info-item:last-child{margin-bottom:0}.profile-page .profile-grid .profile-card .card-body .info-item .info-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;height:50px;justify-content:center;width:50px}.profile-page .profile-grid .profile-card .card-body .info-item .info-content{display:flex;flex-direction:column;gap:.3rem}.profile-page .profile-grid .profile-card .card-body .info-item .info-content .label{color:#999;font-size:.85rem;font-weight:500}.profile-page .profile-grid .profile-card .card-body .info-item .info-content .value{color:#000;font-size:1.05rem;font-weight:600}.profile-page .profile-grid .profile-card .card-body .empty-orders{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.profile-page .profile-grid .profile-card .card-body .empty-orders svg{color:#ccc;font-size:4rem}.profile-page .profile-grid .profile-card .card-body .empty-orders p{color:#999;font-size:1.1rem;margin:0}.profile-page .profile-grid .profile-card .card-body .empty-orders .shop-now-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:transform .3s ease}.profile-page .profile-grid .profile-card .card-body .empty-orders .shop-now-btn:hover{transform:translateY(-2px)}.profile-page .profile-grid .profile-card .card-body .orders-list{display:flex;flex-direction:column;gap:.8rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item{align-items:center;background:#f8f8f8;border-radius:10px;display:flex;justify-content:space-between;padding:1rem 1.2rem;text-decoration:none;transition:all .3s ease}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item:hover{background:#eee;transform:translateX(5px)}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-info{display:flex;flex-direction:column;gap:.3rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-info .order-id{color:#000;font-size:1rem;font-weight:700}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-info .order-date{color:#666;font-size:.85rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details{align-items:center;display:flex;gap:1rem}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-total{color:#000;font-size:1.1rem;font-weight:700}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status{border-radius:15px;font-size:.75rem;font-weight:700;padding:.4rem .8rem;text-transform:uppercase}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.pending{background:#fff3cd;color:#856404}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.shipped{background:#cce5ff;color:#004085}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.delivered{background:#d4edda;color:#155724}.profile-page .profile-grid .profile-card .card-body .orders-list .order-item .order-details .order-status.cancelled{background:#f8d7da;color:#721c24}.profile-page .profile-grid .profile-card .card-body .addresses-list{margin-bottom:1.5rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item{background:#f8f8f8;border-radius:10px;display:flex;gap:1.5rem;padding:1.5rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;height:50px;justify-content:center;width:50px}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-content h4{color:#000;font-size:1.1rem;margin-bottom:.5rem}.profile-page .profile-grid .profile-card .card-body .addresses-list .address-item .address-content p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.profile-page .profile-grid .profile-card .card-body .add-address-btn{background:#fff;border:2px dashed #ddd;border-radius:10px;color:#667eea;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.profile-page .profile-grid .profile-card .card-body .add-address-btn:hover{background:#f8f9ff;border-color:#667eea}.profile-page .empty-state{padding:4rem 2rem;text-align:center}.profile-page .empty-state p{color:#999;font-size:1.2rem;margin-bottom:1.5rem}.profile-page .empty-state .login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s ease}.profile-page .empty-state .login-btn:hover{transform:translateY(-3px)}@media(max-width:768px){.profile-page{padding:2rem 1rem}.profile-page .profile-header .welcome-section h1{font-size:2rem}.profile-page .profile-header .welcome-section p{font-size:1rem}.profile-page .profile-grid .profile-card .card-body{padding:1.5rem}.profile-page .profile-grid .profile-card .card-body .info-item{align-items:flex-start;flex-direction:column;gap:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.App main{flex:1 1}.loading{align-items:center;color:#666;display:flex;font-size:1.5rem;justify-content:center;min-height:60vh}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{margin:0 auto;max-width:1400px;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.footer{background:hsla(0,0%,87%,.988);color:#030303;display:block!important;padding:60px 0 30px;width:100%!important}.footer-container{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:60px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 24px;width:100%}@media(max-width:900px){.footer-container{flex-direction:column;gap:40px}}.footer-left{flex:1 1;min-width:260px}.footer-left .footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:12px}.footer-left .footer-logo img{height:42px;object-fit:contain;width:42px}.footer-left .footer-logo h2{color:#af1a1a;font-size:22px;font-weight:700;margin:0}.footer-left p{color:#131010;font-size:14px;margin-bottom:5px}.footer-left p a{color:#4ea8ff}.footer-right{display:flex;flex:2 1;flex-wrap:wrap;gap:60px}@media(max-width:900px){.footer-right{gap:40px;width:100%}}.footer-col{display:flex;flex-direction:column;gap:8px;min-width:140px}.footer-col h4{color:#121212;font-size:15px;font-weight:600;margin-bottom:5px}.footer-col a{color:#111010e3;font-size:14px;transition:.2s}.footer-col a:hover{color:#b32525}.footer-bottom{color:#090909;font-size:13px;margin-top:50px;text-align:center}.payment-callback{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:2rem 0}.payment-callback .callback-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:3rem;text-align:center;width:100%}.payment-callback .callback-card .success-icon{background:#4caf50}.payment-callback .callback-card .error-icon,.payment-callback .callback-card .success-icon{align-items:center;animation:scaleIn .5s ease-in-out;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.payment-callback .callback-card .error-icon{background:#f44336}.payment-callback .callback-card h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.payment-callback .callback-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.payment-callback .callback-card .retry-btn{background:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:all .3s ease}.payment-callback .callback-card .retry-btn:hover{background:#555;transform:translateY(-2px)}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media(max-width:768px){.payment-callback{padding:1rem}.payment-callback .callback-card{padding:2rem 1.5rem}.payment-callback .callback-card .error-icon,.payment-callback .callback-card .success-icon{font-size:2rem;height:60px;width:60px}.payment-callback .callback-card h2{font-size:1.25rem}}
/*# sourceMappingURL=main.8921d54d.css.map*/