@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Prata&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fefdfd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:#ff6b00}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;outline:none!important}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:1px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.scroll-bar::-webkit-scrollbar{width:6px}.scroll-bar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.scroll-bar::-webkit-scrollbar-thumb{background:#ffb54e;border-radius:3px}.scroll-bar::-webkit-scrollbar-thumb:hover{background:#ff9d00}#root{width:100%;max-width:100vw;margin:0 auto}.app-container{display:flex;flex-direction:column;min-height:100vh;padding-top:148px}@media (max-width: 1024px){.app-container{padding-top:130px}}@media only screen and (min-width: 0px) and (max-width: 768px){.app-container{padding-top:80px}}.content-area{flex:1;min-height:0;overflow:hidden}.header{background:#fff;box-shadow:0 2px 8px #00000014;width:100%;top:0;z-index:1000;position:fixed}.header .header-container{display:flex;align-items:center;justify-content:center;padding:20px 60px;position:relative;gap:20px}@media (max-width: 1024px){.header .header-container{padding:15px 40px}}@media (max-width: 768px){.header .header-container{padding:16px 20px;justify-content:space-between;gap:12px}}.header .header-logo{position:absolute;left:60px;display:flex;align-items:center;text-decoration:none;cursor:pointer}@media (max-width: 1024px){.header .header-logo{left:40px}}@media (max-width: 768px){.header .header-logo{position:static;order:1;margin-left:0;margin-right:auto}}.header .header-logo img{height:60px;width:auto;transition:transform .3s ease}@media (max-width: 1024px){.header .header-logo img{height:50px}}@media (max-width: 768px){.header .header-logo img{height:40px}}.header .header-icons{position:absolute;right:60px;display:flex;align-items:center;gap:30px}@media (max-width: 1024px){.header .header-icons{right:40px;gap:25px}}@media (max-width: 768px){.header .header-icons{position:static;gap:16px;order:2}}.header .header-icons .icon-wrapper{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center}.header .header-icons .icon-wrapper.active .icon{color:#ff9d00!important}.header .header-icons .icon-wrapper.mobile-search-toggle{display:none}@media (max-width: 768px){.header .header-icons .icon-wrapper.mobile-search-toggle{display:flex}}.header .header-icons .icon-wrapper .icon{font-size:22px;color:#000;transition:all .3s ease}.header .header-icons .icon-wrapper .icon:hover{color:#ff9d00;transform:scale(1.1)}@media (max-width: 768px){.header .header-icons .icon-wrapper .icon{font-size:20px}}.header .header-icons .cart-icon-wrapper{position:relative}.header .header-icons .cart-icon-wrapper .cart-badge{position:absolute;top:-8px;right:-8px;background:#fff;color:#000;font-size:11px;font-weight:600;font-family:Poppins,sans-serif;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px;box-shadow:0 2px 4px #0003;animation:pulse 2s infinite}@media (max-width: 768px){.header .header-icons .cart-icon-wrapper .cart-badge{top:-6px;right:-6px;font-size:10px;min-width:16px;height:16px}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.header .menu-toggle{display:none;font-size:24px;cursor:pointer;color:#000;transition:all .3s ease;z-index:1001}.header .menu-toggle:hover{color:#ff9d00;transform:scale(1.1)}@media (max-width: 768px){.header .menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:transparent;order:0}.header .menu-toggle:active{background:#fff}}.header .overlay{display:none}@media (max-width: 768px){.header .overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:998;animation:fadeIn .3s ease}}.header .nav{display:flex;justify-content:center;padding:15px 60px}@media (max-width: 768px){.header .nav{padding:0}}.header .nav-links{display:flex;gap:50px;list-style:none;margin:0;padding:0}@media (max-width: 1024px){.header .nav-links{gap:35px}}.header .nav-links li{position:relative}.header .nav-links li a{color:#000;text-decoration:none;font-size:16px;font-family:Poppins,sans-serif;font-weight:500;padding-bottom:5px;transition:color .3s ease;display:inline-block}.header .nav-links li a:hover{color:#ff9d00}.header .nav-links li a.active{border-bottom:2px solid #FF9D00;color:#000}@media (max-width: 768px){.header .nav-links{position:fixed;top:0;left:0;height:100vh;width:280px;background:linear-gradient(135deg,#fff,#f8f9fa);flex-direction:column;align-items:flex-start;padding:100px 0 30px;gap:0;transform:translate(-100%);opacity:0;pointer-events:none;transition:all .35s cubic-bezier(.4,0,.2,1);z-index:999;box-shadow:4px 0 20px #00000026;overflow-y:auto}.header .nav-links.open{transform:translate(0);opacity:1;pointer-events:auto}.header .nav-links li{width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.header .nav-links li a{font-size:16px;font-family:Poppins,sans-serif;display:flex;align-items:center;padding:18px 30px;position:relative;transition:all .3s ease}.header .nav-links li a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(180deg,#ff6b00,#ff9800);transition:height .3s ease}.header .nav-links li a:hover{background:#ff6b000d;padding-left:35px;color:#ff9d00}.header .nav-links li a:hover:before{height:50%}.header .nav-links li a.active{border-bottom:none;background:#ff6b001a;color:#ff9d00;font-weight:600;padding-left:35px}.header .nav-links li a.active:before{height:70%}.header .nav-links li:last-child{border-bottom:none}}.header .user-icon-wrapper{position:relative}.header .user-avatar{width:40px;height:40px;background:#ff9d00;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;overflow:hidden}.header .user-avatar:hover{background:#ffb54e;transform:scale(1.1)}.header .user-avatar--image{background:transparent;padding:0}.header .user-avatar--image img{width:100%;height:100%;object-fit:cover}.header .user-avatar--image:hover{background:transparent}@media (max-width: 768px){.header .user-avatar{width:35px;height:35px;font-size:14px}}.header .auth-popup{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:30px;min-width:280px;z-index:1001;animation:slideDown .3s ease}@media (max-width: 768px){.header .auth-popup{right:-10px;min-width:160px}}.header .auth-popup:before{content:"";position:absolute;top:-8px;right:15px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.header .auth-popup__signup-btn{width:100%;margin-bottom:12px}.header .auth-popup__login-text{text-align:center;font-size:13px;color:#000;margin:0;font-family:Poppins,sans-serif}.header .auth-popup__login-link{color:#ff9d00;font-weight:600;cursor:pointer;transition:all .2s ease}.header .auth-popup__login-link:hover{text-decoration:underline}.header .user-popup{padding:0;min-width:280px}.header .user-popup__header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff}.header .user-popup__avatar{width:40px;height:40px;background:#ff9d00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;font-weight:600;color:#fff;font-family:Poppins,sans-serif;overflow:hidden}.header .user-popup__avatar img{width:100%;height:100%;object-fit:cover}.header .user-popup__avatar svg{font-size:24px;color:#fff}.header .user-popup__name{font-size:15px;font-weight:600;color:#000;font-family:Poppins,sans-serif}.header .user-popup__divider{height:1px;background:#e0e0e0;margin:0}.header .user-popup__menu{padding:8px 0}.header .user-popup__menu-item{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;transition:all .2s ease;position:relative}.header .user-popup__menu-item:hover{background:#ffb54e}.header .user-popup__menu-item span{font-size:14px;color:#000;font-family:Poppins,sans-serif;flex:1}.header .user-popup__menu-icon{font-size:18px;color:#000;flex-shrink:0}.header .user-popup__menu-arrow{font-size:12px;color:#999;flex-shrink:0}.footer{width:100%;background-color:#000;color:#fff;padding:60px 80px 30px;box-sizing:border-box}.footer .footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:50px}@media (max-width: 1024px){.footer .footer-container{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 768px){.footer .footer-container{grid-template-columns:1fr;gap:30px}}.footer .footer-section h3{font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:20px;color:#fff}.footer .footer-section ul{list-style:none;padding:0;margin:0}.footer .footer-section ul li{margin-bottom:12px}.footer .footer-section ul li a{color:#ccc;text-decoration:none;font-size:14px;transition:color .3s ease}.footer .footer-section ul li a:hover{color:#fff}.footer .footer-section ul .contact-item{display:flex;align-items:flex-start;gap:10px;color:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:1.6}.footer .footer-section ul .contact-item .icon{color:#9dddfa;font-size:16px}.footer .footer-section.about .footer-logo{width:150px;height:auto;margin-bottom:20px;display:block}@media (max-width: 768px){.footer .footer-section.about .footer-logo{width:120px}}.footer .footer-section.about .company-description{color:#fff;font-family:Poppins,sans-serif;font-size:14px;line-height:1.8;margin-bottom:25px;max-width:350px}.footer .footer-section.about .social-icons{display:flex;gap:15px}.footer .footer-section.about .social-icons .social-icon{width:40px;height:40px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer .footer-section.about .social-icons .social-icon:hover{background:#fff;color:#000}.footer .footer-section.subscribe .subscribe-form{display:flex;gap:0;border-radius:25px;overflow:hidden;border:1px solid #fff;position:relative}@media (max-width: 768px){.footer .footer-section.subscribe .subscribe-form{width:100%;flex-direction:column;border-radius:8px}}.footer .footer-section.subscribe .subscribe-form input{flex:1;padding:12px 20px;border:none;background:transparent;color:#fff;font-size:14px;font-family:Poppins,sans-serif;outline:none;min-width:200px}@media (max-width: 768px){.footer .footer-section.subscribe .subscribe-form input{width:100%;min-width:unset;padding:14px 20px;font-size:15px}}.footer .footer-section.subscribe .subscribe-form input::placeholder{color:#999}.footer .footer-section.subscribe .subscribe-form input.error{border-color:#f44}.footer .footer-section.subscribe .subscribe-form button{padding:12px 25px;border-radius:25px;background:#ff9d00;color:#000;border:none;font-family:Poppins,sans-serif;font-weight:600;font-size:12px;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.footer .footer-section.subscribe .subscribe-form button{width:100%;padding:14px 20px;font-size:13px;border-radius:8px;margin-top:10px}}.footer .footer-section.subscribe .subscribe-form button:hover{background:#fff}.footer .footer-section.subscribe .subscribe-form button:disabled{opacity:.6;cursor:not-allowed}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;font-family:Poppins,sans-serif}@media (max-width: 768px){.footer .footer-bottom{flex-direction:column;gap:20px;text-align:center}}.footer .footer-bottom .copyright{color:#fff;font-size:14px;margin:0}.footer .footer-bottom .copyright .dev-by a{color:#fff}.footer .footer-bottom .back-to-top{display:flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:14px;cursor:pointer;outline:none;border:none!important}.footer .footer-bottom .back-to-top:hover{outline:none;border:none!important}.footer .footer-bottom .back-to-top .arrow-back{border:1px solid #ffffff;transition:all .3s ease;border-radius:20px;padding-top:5px;width:28px;height:28px}.footer .footer-bottom .back-to-top .arrow-back:hover{background:#fff;color:#000}.footer .footer-bottom .back-to-top svg{font-size:14px}@media (max-width: 768px){.footer{padding:40px 25px 25px}}.pagination{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px 0}.pagination-btn{width:45px;height:45px;border:none;background-color:transparent;color:#000;font-size:16px;font-weight:500;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;outline:none!important}.pagination-btn:hover:not(.active):not(:disabled){background-color:#fff}.pagination-btn.active{background-color:#000;color:#fff;font-weight:600}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.next-btn{background-color:transparent;border:none;position:relative;width:45px}.next-btn svg{font-size:14px;position:absolute;transition:all .3s ease}.next-btn svg:first-child{left:12px}.next-btn svg.double-arrow{left:18px}.next-btn:hover:not(:disabled) svg:first-child{left:10px}.next-btn:hover:not(:disabled) svg.double-arrow{left:16px}@media (max-width: 480px){.pagination{gap:10px}.pagination-btn{width:40px;height:40px;font-size:14px}}.feature-banner{background:linear-gradient(90deg,#0a6aa6,#042940);color:#fff;padding:40px 0;display:flex;justify-content:center;align-items:center;margin-bottom:60px}.feature-banner .feature-container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:90%;max-width:1200px;text-align:center}.feature-banner .feature-item{display:flex;flex-direction:column;align-items:center;gap:10px}.feature-banner .feature-item .feature-icon{font-size:28px;color:#fff;margin-bottom:8px}.feature-banner .feature-item h3{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;margin:0}.feature-banner .feature-item p{font-family:Poppins,sans-serif;font-size:14px;opacity:.8;margin:0}@media (max-width: 768px){.feature-banner .feature-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 480px){.feature-banner .feature-container{grid-template-columns:1fr}}.newsletter{height:30vh;margin-bottom:80px;display:flex;justify-content:center;align-items:center;padding:0 20px;box-sizing:border-box}.newsletter .newsletter-wrapper{width:100%;max-width:1200px;position:relative;display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width: 900px) and (max-width: 1199px){.newsletter .newsletter-wrapper{max-width:950px}}@media only screen and (min-width: 600px) and (max-width: 899px){.newsletter .newsletter-wrapper{max-width:600px}}@media only screen and (min-width: 0px) and (max-width: 768px){.newsletter .newsletter-wrapper{max-width:100%;padding:0 10px}}.newsletter .newsletter-content{background-color:#9dddfa;border-radius:12px;padding:50px 60px;display:flex;justify-content:flex-start;align-items:center;width:100%;position:relative;overflow:hidden;box-sizing:border-box}.newsletter .newsletter-content .curve-decoration{position:absolute;pointer-events:none;z-index:0;border-radius:50%;background:transparent}.newsletter .newsletter-content .curve-top-left{width:200px;height:200px;top:-100px;left:-100px;border:30px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-top-right{width:200px;height:360px;top:-250px;right:-50px;border:30px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-bottom-right{width:250px;height:250px;bottom:-165px;right:250px;border:30px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .text-section{position:relative;z-index:1}@media (max-width: 900px){.newsletter .newsletter-content .text-section{margin:0 auto}}.newsletter .newsletter-content .text-section h2{font-size:52px;font-weight:700;color:#fff;margin-bottom:20px}.newsletter .newsletter-content .text-section .input-group{display:flex;align-items:center;gap:10px}.newsletter .newsletter-content .text-section .input-group .input-wrapper{position:relative;display:flex;align-items:center;background:transparent;border:2px solid rgb(154,154,154);border-radius:50px;padding:0 25px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;min-width:320px}.newsletter .newsletter-content .text-section .input-group .input-wrapper:hover{background:#9dddfa4d;border-color:#fff6}.newsletter .newsletter-content .text-section .input-group .input-wrapper:focus-within{background:#9dddfa59;border-color:#fff9;box-shadow:0 6px 25px #9dddfa4d}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-icon{font-size:26px;color:#9a9a9a;margin-right:15px;flex-shrink:0;transition:all .3s ease}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input{flex:1;width:100%;min-width:250px;padding:8px 0;border:none;background-color:transparent;color:#000;font-family:Poppins,sans-serif;font-size:17px;font-weight:400;letter-spacing:.3px;outline:none;transition:all .3s ease}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input::placeholder{color:#9a9a9a;font-weight:400}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input:-webkit-autofill,.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input:-webkit-autofill:hover,.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input:-webkit-autofill:focus{-webkit-text-fill-color:rgba(255,255,255,.9);-webkit-box-shadow:0 0 0px 1000px rgba(157,221,250,.25) inset;transition:background-color 5000s ease-in-out 0s}.newsletter .newsletter-content .text-section .input-group .input-wrapper:focus-within .email-icon{color:#fff;transform:scale(1.05)}.newsletter .newsletter-content .text-section .input-group .submit-btn{padding:10px 25px;border:none;border-radius:30px;background-color:#fff;font-weight:600;color:#000;cursor:pointer;transition:.3s}.newsletter .newsletter-content .text-section .input-group .submit-btn:hover{background-color:#000;color:#fff}.newsletter .image-section{position:absolute;right:30px;top:-100px;z-index:10}.newsletter .image-section img{width:280px;height:400px;object-fit:contain}@media (max-width: 1024px){.newsletter{height:auto;margin-bottom:60px}.newsletter .newsletter-content{padding:40px}.newsletter .newsletter-content .curve-top-left{width:150px;height:150px;top:-75px;left:-75px;border:25px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-top-right{width:180px;height:300px;top:-200px;right:-40px;border:25px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-bottom-right{width:200px;height:200px;bottom:-130px;right:150px;border:25px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .text-section h2{font-size:40px;margin-bottom:15px}.newsletter .newsletter-content .text-section .input-group{gap:8px}.newsletter .newsletter-content .text-section .input-group .input-wrapper{min-width:280px;padding:0 20px}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-icon{font-size:22px}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input{font-size:15px;min-width:220px}.newsletter .newsletter-content .text-section .input-group .submit-btn{padding:8px 20px;font-size:14px}.newsletter .image-section{right:20px;top:-40px}.newsletter .image-section img{width:220px;height:240px}}@media (max-width: 895px){.newsletter .image-section{display:none}}@media (max-width: 768px){.newsletter{margin-bottom:50px}.newsletter .newsletter-wrapper{flex-direction:column;gap:20px}.newsletter .newsletter-content{padding:35px 25px;flex-direction:column;gap:20px}.newsletter .newsletter-content .curve-top-left{width:120px;height:120px;top:-60px;left:-60px;border:20px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-top-right{width:150px;height:250px;top:-160px;right:-30px;border:20px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-bottom-right{display:none}.newsletter .newsletter-content .text-section{text-align:center;width:100%}.newsletter .newsletter-content .text-section h2{font-size:32px;margin-bottom:20px}.newsletter .newsletter-content .text-section .input-group{flex-direction:row;gap:12px;width:100%}.newsletter .newsletter-content .text-section .input-group .input-wrapper{min-width:70%;width:100%;padding:0 20px}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input{min-width:auto}.newsletter .newsletter-content .text-section .input-group .submit-btn{width:100%;padding:12px 25px;font-size:15px}.newsletter .image-section{width:100%;justify-content:center}.newsletter .image-section img{width:200px;height:220px}}@media (max-width: 480px){.newsletter{margin-bottom:40px}.newsletter .newsletter-content{padding:30px 20px}.newsletter .newsletter-content .curve-top-left{width:100px;height:100px;top:-50px;left:-50px;border:15px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .curve-top-right{width:120px;height:200px;top:-130px;right:-20px;border:15px solid rgba(100,180,220,.5)}.newsletter .newsletter-content .text-section h2{font-size:26px;margin-bottom:18px}.newsletter .newsletter-content .text-section .input-group{gap:10px;flex-direction:column}.newsletter .newsletter-content .text-section .input-group .input-wrapper{padding:0 18px}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-icon{font-size:20px;margin-right:12px}.newsletter .newsletter-content .text-section .input-group .input-wrapper .email-input{font-size:14px}.newsletter .newsletter-content .text-section .input-group .submit-btn{padding:10px 20px;font-size:14px}.newsletter .image-section{display:none}}.cart-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;animation:fadeIn .2s ease-in-out}.cart-popup{position:fixed;top:0;right:0;width:400px;max-width:90%;height:100vh;background-color:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1000;display:flex;flex-direction:column;animation:slideIn .3s ease-in-out}@media (max-width: 768px){.cart-popup{width:100%;max-width:100%}}.cart-popup .cart-popup-header h2{margin-bottom:0!important}.cart-popup-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #9dddfa}.cart-popup-header h2{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#000;margin:0}.cart-popup-header .close-btn{background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0006;transition:all .2s ease;outline:none}.cart-popup-header .close-btn:hover{outline:none;background:#e0e0e0;color:#000}.cart-popup-header .close-btn svg{font-size:20px}.cart-popup-body{flex:1;overflow-y:auto;padding:20px 20px 40px}.cart-popup-body::-webkit-scrollbar{width:6px}.cart-popup-body::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.cart-popup-body .empty-cart{text-align:center;color:#0006;margin-top:40px;font-size:16px;font-family:Poppins,sans-serif}.cart-popup-body .cart-item{display:flex;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.cart-popup-body .cart-item:last-child{border-bottom:none}.cart-popup-body .cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;background-color:#00000040;flex-shrink:0}.cart-popup-body .cart-item-details{flex:1;display:flex;flex-direction:column;position:relative}.cart-popup-body .cart-item-details .remove-btn{position:absolute;top:-5px;right:-5px;background:transparent;border:none;cursor:pointer;color:#0006;padding:2px;transition:color .2s ease;outline:none}.cart-popup-body .cart-item-details .remove-btn:hover{outline:none;color:#f44}.cart-popup-body .cart-item-details .remove-btn svg{font-size:18px}.cart-popup-body .cart-item-details .cart-item-name{font-size:14px;font-weight:500;color:#000;font-family:Poppins,sans-serif;margin:0 0 auto;padding-right:20px;line-height:1.4}.cart-popup-body .cart-item-details .cart-item-variant{font-size:12px;color:#0006;font-family:Poppins,sans-serif;margin:4px 0 8px;font-weight:400}.cart-popup-body .cart-item-details .cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.cart-popup-body .cart-item-details .cart-item-footer .quantity-controls{display:flex;align-items:center;gap:8px;border:1px solid #e0e0e0;border-radius:4px;padding:2px 4px}.cart-popup-body .cart-item-details .cart-item-footer .quantity-controls button{background:transparent;border:none;width:24px;height:24px;cursor:pointer;font-size:16px;color:#000;display:flex;align-items:center;justify-content:center;transition:all .2s ease;outline:none}.cart-popup-body .cart-item-details .cart-item-footer .quantity-controls button:hover:not(:disabled){outline:none;color:#000;background-color:#fff;border-radius:3px}.cart-popup-body .cart-item-details .cart-item-footer .quantity-controls button:disabled{opacity:.3;cursor:not-allowed}.cart-popup-body .cart-item-details .cart-item-footer .quantity-controls span{min-width:20px;text-align:center;font-size:14px;color:#000}.cart-popup-body .cart-item-details .cart-item-footer .cart-item-price{font-size:16px;font-weight:600;color:#ff9d00}.cart-popup .back-to-shop-wrapper{display:flex;align-items:center;padding:0 20px 10px;border-top:1px solid #f0f0f0;background:#fff;justify-content:flex-start}.cart-popup .back-to-shop-wrapper .back-to-shop{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#000;font-size:14px;font-family:Poppins,sans-serif;cursor:pointer;padding:10px 0;transition:color .2s ease;outline:none}.cart-popup .back-to-shop-wrapper .back-to-shop:hover{outline:none;color:#000}.cart-popup .back-to-shop-wrapper .back-to-shop svg{font-size:16px}.cart-popup-footer{padding:20px;border-top:1px solid #e0e0e0;background-color:#fff}.cart-popup-footer .subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:16px;font-family:Poppins,sans-serif}.cart-popup-footer .subtotal span:first-child{font-weight:600;color:#000}.cart-popup-footer .subtotal .subtotal-amount{font-weight:700;font-size:18px;font-family:Poppins,sans-serif;color:#000}.cart-popup-footer .cart-actions{display:flex;gap:12px;flex-direction:column}.cart-popup-footer .cart-actions .view-cart-btn,.cart-popup-footer .cart-actions .checkout-btn{width:100%}.cart-popup-footer .cart-actions .view-cart-btn.btn.btn--outline{border-color:#ff9d00;color:#ff9d00}.cart-popup-footer .cart-actions .view-cart-btn.btn.btn--outline:hover:not(:disabled){background:transparent;border-color:#ff9d00;color:#ff9d00}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.sidebar{background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:20px;width:250px;display:flex;flex-direction:column;justify-content:space-between;min-height:500px;font-family:Poppins,sans-serif;position:relative}@media (max-width: 899px){.sidebar{position:fixed;top:0;left:-100%;width:280px;height:100vh;z-index:1000;padding:60px 20px 20px;transition:left .3s ease;overflow-y:auto;box-shadow:2px 0 12px #00000026}.sidebar--open{left:0}}@media (max-width: 480px){.sidebar{width:260px;padding:50px 15px 15px}}.sidebar__menu{flex:1}.sidebar__mobile-toggle{display:none;position:fixed;top:80px;left:20px;z-index:999;background-color:#ff9d00;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #00000026;align-items:center;gap:8px;transition:all .3s ease}.sidebar__mobile-toggle:hover{background-color:#ffb54e;transform:translateY(-2px);box-shadow:0 4px 12px #ff99004d}.sidebar__mobile-toggle svg{font-size:20px}@media (max-width: 899px){.sidebar__mobile-toggle{display:flex}}@media (max-width: 480px){.sidebar__mobile-toggle{top:70px;left:15px;padding:8px 12px;font-size:14px}.sidebar__mobile-toggle svg{font-size:18px}}.sidebar__close-btn{display:none;position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:28px;color:#000;cursor:pointer;padding:5px;z-index:1001;transition:color .2s ease}.sidebar__close-btn:hover{color:#666}@media (max-width: 899px){.sidebar__close-btn{display:block}}.sidebar__overlay{position:fixed;inset:0;background-color:#00000080;z-index:998}.sidebar__section{margin-bottom:24px}.sidebar__section:first-child{border-bottom:1px solid #e8e8e8;padding-bottom:16px;margin-bottom:16px}.sidebar__section:last-child{margin-bottom:0}@media (max-width: 968px){.sidebar__section{margin-bottom:16px}.sidebar__section:first-child{padding-bottom:12px;margin-bottom:12px}}@media (max-width: 480px){.sidebar__section{margin-bottom:12px}}.sidebar__section-title{font-size:14px;font-weight:700;color:#000;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:8px}@media (max-width: 968px){.sidebar__section-title{padding:10px 15px;font-size:13px}}@media (max-width: 480px){.sidebar__section-title{padding:8px 12px;font-size:12px}}.sidebar__section-title.with-icon{font-weight:700}.sidebar__section-title.clickable{cursor:pointer;transition:all .2s ease}.sidebar__section-title.clickable:hover{background-color:#f5f5f5;color:#f90}.sidebar__section-left{display:flex;align-items:center;gap:8px}.sidebar__icon{display:flex;align-items:center;font-size:18px}.sidebar__items{list-style:none;padding:0;margin:0}.sidebar__item{font-size:14px;color:#000;padding:10px 20px;cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:space-between}@media (max-width: 968px){.sidebar__item{padding:8px 15px;font-size:13px}}@media (max-width: 480px){.sidebar__item{padding:7px 12px;font-size:12px}}.sidebar__item:hover{background-color:#d9d9d9b2;color:#000}.sidebar__item.active{background-color:#d9d9d9b2;border-left:3px solid #FF9D00;padding-left:17px}@media (max-width: 968px){.sidebar__item.active{padding-left:13px}}@media (max-width: 480px){.sidebar__item.active{padding-left:10px;border-left-width:2px}}.sidebar__chevron{display:none;font-size:16px;color:#000;flex-shrink:0}@media (max-width: 899px){.sidebar__chevron{display:block;font-size:16px}}@media (max-width: 480px){.sidebar__chevron{font-size:14px}}.sidebar__signout{margin:80px 0 30px;padding:10px 20px;background-color:transparent;color:#ff9d00;border:none;font-size:14px;font-weight:600;cursor:pointer;text-align:left!important;transition:opacity .2s ease;text-decoration:underline;outline:none}@media (max-width: 968px){.sidebar__signout{margin:40px 0 20px;padding:8px 15px;font-size:13px}}@media (max-width: 480px){.sidebar__signout{margin:30px 0 15px;padding:7px 12px;font-size:12px}}.sidebar__signout:hover{outline:none;opacity:.8}.sidebar__signout:active{outline:none;opacity:.6}.welcome-header{display:flex;justify-content:flex-end;margin-bottom:40px;max-width:1340px}.welcome-header__content{display:flex;align-items:center;gap:10px}.welcome-header__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#d9d9d9;display:flex;align-items:center;justify-content:center}.welcome-header__avatar img{width:100%;height:100%;object-fit:cover}.welcome-header__avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;background:#ff9d00;border-radius:50%;font-family:Poppins,sans-serif;-webkit-user-select:none;user-select:none}.welcome-header__text{font-family:Poppins,sans-serif;font-size:14px;color:#000;font-weight:500}.welcome-header__username{font-family:Poppins,sans-serif;color:#ff9d00;font-weight:600}@media (max-width: 768px){.welcome-header{justify-content:center;margin-bottom:20px}.welcome-header__text{font-size:13px}}.no-data-card{position:relative;width:100%;margin:2rem auto;border:1px solid rgba(0,0,0,.4);border-radius:1rem;padding:3rem;display:flex;flex-direction:column;align-items:center;gap:4px}.no-data-card .no-data-card-title{font-size:1.4rem;font-weight:500;text-align:center}@media only screen and (min-width: 0px) and (max-width: 768px){.no-data-card .no-data-card-title{font-size:1.2rem}}.no-data-card .no-data-card-text{font-size:1rem;font-weight:400;text-align:center}@media only screen and (min-width: 0px) and (max-width: 768px){.no-data-card .no-data-card-text{font-size:.875rem}}@media only screen and (min-width: 0px) and (max-width: 768px){.no-data-card{padding:2rem}}.color-selection{display:flex;align-items:center;gap:15px;width:50%}@media (max-width: 768px){.color-selection{width:100%}}.color-selection label{font-size:16px;font-weight:600;color:#333}.color-selection .color-options{display:flex;gap:10px;flex-wrap:wrap}.color-selection .color-btn{border:1px solid #ddd;width:40px;height:40px;cursor:pointer;transition:transform .2s ease;border-radius:4px}.color-selection .color-btn:hover{border-color:#ff9800}.color-selection .color-btn.active{border:2px solid #FF9D00!important}.color-selection .color-btn.out-of-stock{opacity:.4;cursor:not-allowed;position:relative}.color-selection .color-btn.out-of-stock:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background-color:#f44336;transform:translateY(-50%) rotate(-45deg)}.color-selection .color-btn.out-of-stock:hover{border-color:#ddd}.size-selection{display:flex;align-items:center;gap:15px;width:50%}@media (max-width: 768px){.size-selection{width:100%}}.size-selection label{font-size:16px;font-weight:600;color:#333}.size-selection .size-options{display:flex;gap:10px;flex-wrap:wrap}.size-selection .size-btn{padding:10px;border:1px solid #ddd;background-color:#fff;color:#333;font-size:14px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;min-width:40px;text-align:center}.size-selection .size-btn:hover{border-color:#ff9800}.size-selection .size-btn.active{background-color:#ff9800;border-color:#ff9800;color:#fff}.size-selection .size-btn.out-of-stock{opacity:.4;cursor:not-allowed;background-color:#f5f5f5;color:#999;text-decoration:line-through}.size-selection .size-btn.out-of-stock:hover{border-color:#ddd;background-color:#f5f5f5}.share-section{display:flex;align-items:center;gap:15px;padding-top:15px}@media (max-width: 768px){.share-section{flex-direction:column;align-items:flex-start}}.share-label{font-size:14px;font-weight:600;color:#000}.share-icons{display:flex;gap:10px;flex-wrap:wrap}.share-icon{width:36px;height:36px;border:none;background:transparent;color:#666;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;border-radius:4px}.share-icon svg{width:16px;height:16px}@media only screen and (min-width: 900px) and (max-width: 1199px){.share-icon svg{width:18px;height:18px}}.share-icon:hover{color:#333;transform:translateY(-2px)}.share-icon:nth-child(1):hover{color:#1877f2}.share-icon:nth-child(2):hover{color:#1da1f2}.share-icon:nth-child(3):hover{color:#0a66c2}.share-icon:nth-child(4):hover{color:#e60023}.share-icon:nth-child(5):hover{color:#08c}.share-icon:nth-child(6):hover{color:#25d366}.share-icon:nth-child(7):hover{color:#ea4335}.search-bar.desktop-search{position:relative;display:flex;flex-direction:column;max-width:500px;width:100%}@media (max-width: 768px){.search-bar.desktop-search{display:none}}.search-bar.desktop-search .search-form{display:flex;align-items:center;background:#0000001a;border-radius:8px;padding:12px 24px;gap:12px;transition:all .3s ease;width:100%}.search-bar.desktop-search .search-form:focus-within{background:#ebebeb}.search-bar.desktop-search .search-form .search-icon{color:#000;font-size:16px;flex-shrink:0}.search-bar.desktop-search .search-form .search-input{border:none;background:transparent;outline:none;width:100%;font-size:14px;font-family:Poppins,sans-serif;color:#000}.search-bar.desktop-search .search-form .search-input::placeholder{color:#999}.search-bar.desktop-search .search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 4px 8px #0000001a;overflow:hidden;z-index:1002;animation:slideDown .2s ease;max-height:400px;overflow-y:auto}.search-bar.desktop-search .search-suggestions .suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;transition:background .2s ease}.search-bar.desktop-search .search-suggestions .suggestion-item:last-child{border-bottom:none}.search-bar.desktop-search .search-suggestions .suggestion-item:hover{background:#0000000a}.search-bar.desktop-search .search-suggestions .suggestion-item .suggestion-icon{color:#bdbdbd;font-size:14px;flex-shrink:0}.search-bar.desktop-search .search-suggestions .suggestion-item span{font-size:14px;color:#000;font-family:Poppins,sans-serif;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-search-bar{display:none}@media (max-width: 768px){.mobile-search-bar{position:relative;display:block;margin:0 20px 12px;max-height:0;opacity:0;overflow:visible;transition:all .3s ease}.mobile-search-bar.open{max-height:500px;opacity:1}.mobile-search-bar .search-form{display:flex;align-items:center;background:#0000001a;border-radius:25px;padding:12px 20px;gap:12px}.mobile-search-bar .search-form .search-icon{color:#000;font-size:16px;flex-shrink:0}.mobile-search-bar .search-form .search-input{border:none;background:transparent;outline:none;width:100%;font-size:14px;color:#000}.mobile-search-bar .search-form .search-input::placeholder{color:#999}.mobile-search-bar .search-form .close-search{background:transparent;border:none;color:#666;font-size:18px;cursor:pointer;padding:0;display:flex;align-items:center;transition:color .3s ease}.mobile-search-bar .search-form .close-search:hover{color:#333}.mobile-search-bar .search-suggestions.mobile{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:4px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:1002;animation:slideDown .2s ease;max-height:300px;overflow-y:auto}.mobile-search-bar .search-suggestions.mobile .suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f0f0f0}.mobile-search-bar .search-suggestions.mobile .suggestion-item:last-child{border-bottom:none}.mobile-search-bar .search-suggestions.mobile .suggestion-item:hover{background:#ffb54e}.mobile-search-bar .search-suggestions.mobile .suggestion-item .suggestion-icon{color:#bdbdbd;font-size:14px;flex-shrink:0}.mobile-search-bar .search-suggestions.mobile .suggestion-item span{font-size:14px;color:#000;font-family:Poppins,sans-serif;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.dropdown{position:relative;width:100%}.dropdown__label{display:block;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#000;margin-bottom:8px}@media (max-width: 768px){.dropdown__label{font-size:13px;margin-bottom:6px}}@media (max-width: 480px){.dropdown__label{font-size:12px;margin-bottom:4px}}.dropdown__required{color:#d32f2f;margin-left:4px}.dropdown__control{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:48px}@media (max-width: 768px){.dropdown__control{padding:10px 14px;min-height:44px;border-radius:6px}}@media (max-width: 480px){.dropdown__control{padding:8px 12px;min-height:40px}}.dropdown__control:hover:not(.dropdown--disabled .dropdown__control){border-color:#b0b0b0}.dropdown__control:focus-within{border-color:#ff9d00;box-shadow:0 0 0 3px #ff9d001a}.dropdown__value{flex:1;font-family:Poppins,sans-serif;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.dropdown__value{font-size:13px}}@media (max-width: 480px){.dropdown__value{font-size:12px}}.dropdown__value--placeholder{color:#999}.dropdown__icon{width:20px;height:20px;color:#666;transition:transform .2s ease;flex-shrink:0;margin-left:8px}@media (max-width: 768px){.dropdown__icon{width:18px;height:18px}}@media (max-width: 480px){.dropdown__icon{width:16px;height:16px;margin-left:6px}}.dropdown__icon--open{transform:rotate(180deg)}.dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:9999;max-height:300px;display:flex;flex-direction:column}@media (max-width: 768px){.dropdown__menu{border-radius:6px;max-height:250px;box-shadow:0 6px 16px #00000026}}@media (max-width: 480px){.dropdown__menu{max-height:200px}}.dropdown__search{padding:12px;border-bottom:1px solid #e0e0e0;background-color:#fff}@media (max-width: 768px){.dropdown__search{padding:10px}}@media (max-width: 480px){.dropdown__search{padding:8px}}.dropdown__search-input{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-family:Poppins,sans-serif;font-size:14px;outline:none;transition:border-color .2s ease;background-color:#fff;color:#000}@media (max-width: 768px){.dropdown__search-input{padding:7px 10px;font-size:13px}}@media (max-width: 480px){.dropdown__search-input{padding:6px 8px;font-size:12px}}.dropdown__search-input:focus{border-color:#ff9d00}.dropdown__search-input::placeholder{color:#999}.dropdown__options{overflow-y:auto;max-height:180px}@media (max-width: 768px){.dropdown__options{max-height:150px}}@media (max-width: 480px){.dropdown__options{max-height:120px}}.dropdown__option{padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#000;cursor:pointer;transition:background-color .2s ease}@media (max-width: 768px){.dropdown__option{padding:10px 14px;font-size:13px}}@media (max-width: 480px){.dropdown__option{padding:8px 12px;font-size:12px}}.dropdown__option:hover{background-color:#f5f5f5}.dropdown__option--selected{background-color:#ff9d001a;color:#000;font-weight:500}.dropdown__option--selected:hover{background-color:#ff9d0026}.dropdown__no-options{padding:16px;text-align:center;font-family:Poppins,sans-serif;font-size:14px;color:#999}@media (max-width: 768px){.dropdown__no-options{padding:14px;font-size:13px}}@media (max-width: 480px){.dropdown__no-options{padding:12px;font-size:12px}}.dropdown__error{display:block;margin-top:6px;font-family:Poppins,sans-serif;font-size:12px;color:#d32f2f}@media (max-width: 480px){.dropdown__error{font-size:11px;margin-top:4px}}.dropdown--error .dropdown__control{border-color:#d32f2f}.dropdown--error .dropdown__control:focus-within{box-shadow:0 0 0 3px #d32f2f1a}.dropdown--disabled .dropdown__control{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.dropdown--disabled .dropdown__value,.dropdown--disabled .dropdown__icon{color:#999}.common-button{padding:8px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;min-width:140px}.common-button:active{transform:translateY(0)}.common-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.common-button--primary{background-color:#ff9d00;color:#000}.common-button--primary:hover:not(:disabled){background-color:#cc7e00}.common-button--secondary{background-color:#fff;color:#000;border:1px solid #e0e0e0}.common-button--secondary:hover:not(:disabled){border:1px solid rgba(255,157,0,.1);background-color:#ff9d001a}@media (max-width: 768px){.common-button{font-size:14px;padding:8px 16px;min-width:180px!important;min-width:120px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.popup{background-color:#fff;border-radius:12px;padding:32px;max-width:400px;width:90%;box-shadow:0 4px 20px #0003;text-align:center}.popup__content{margin-bottom:24px}.popup__icon{font-size:48px;margin-bottom:16px}.popup__icon--success{color:#4caf50}.popup__icon--error{color:#f44336}.popup__message{font-family:Poppins,sans-serif;font-size:16px;color:#000;line-height:1.5;margin:0}@media (max-width: 768px){.popup{padding:24px;max-width:90%}.popup__icon{font-size:40px}.popup__message{font-size:14px}}.delete-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.delete-modal{background-color:#fff;border-radius:8px;width:100%;max-width:480px;padding:30px;position:relative;box-shadow:0 4px 20px #00000026;font-family:Poppins,sans-serif}.delete-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.delete-modal__title{font-size:22px;font-weight:600;color:#000;margin:0}.delete-modal__close{background:transparent;border:none;font-size:28px;color:#000;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.delete-modal__close:hover{color:#666}.delete-modal__content{margin-bottom:30px}.delete-modal__warning{font-size:15px;font-weight:500;color:#f44;margin:0 0 12px;line-height:1.5}.delete-modal__info{font-size:14px;font-weight:400;color:#666;margin:0;line-height:1.5}.delete-modal__actions{display:flex;gap:12px;justify-content:flex-end}.delete-modal__cancel{padding:12px 24px;background-color:transparent;color:#666;border:1px solid #D9D9D9;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:all .2s ease;min-width:100px}.delete-modal__cancel:hover{background-color:#f5f5f5;border-color:#999}.delete-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.delete-modal__confirm{padding:12px 24px;background-color:#f44;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:all .2s ease;min-width:140px}.delete-modal__confirm:hover{background-color:#c00;transform:translateY(-1px);box-shadow:0 2px 8px #ff44444d}.delete-modal__confirm:active{transform:translateY(0)}.delete-modal__confirm:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.delete-modal{max-width:90%;padding:25px}.delete-modal__title{font-size:20px}.delete-modal__close{font-size:24px;width:28px;height:28px}.delete-modal__warning{font-size:14px}.delete-modal__info{font-size:13px}.delete-modal__cancel,.delete-modal__confirm{padding:11px 22px;font-size:14px}.delete-modal__cancel{min-width:90px}.delete-modal__confirm{min-width:130px}}@media (max-width: 480px){.delete-modal-overlay{padding:15px}.delete-modal{max-width:100%;padding:20px}.delete-modal__header{margin-bottom:20px}.delete-modal__title{font-size:18px}.delete-modal__close{font-size:22px;width:26px;height:26px}.delete-modal__content{margin-bottom:25px}.delete-modal__warning{font-size:13px;margin-bottom:10px}.delete-modal__info{font-size:12px}.delete-modal__actions{gap:10px}.delete-modal__cancel,.delete-modal__confirm{padding:10px 20px;font-size:13px}.delete-modal__cancel{min-width:85px}.delete-modal__confirm{min-width:120px}}.stripe-payment-form__card-element{margin-bottom:20px}.stripe-payment-form__label{display:block;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#000;margin-bottom:8px}.stripe-payment-form__card-wrapper{border:1px solid #d1d5db;border-radius:8px;padding:12px;background:#fff;transition:border-color .2s ease}.stripe-payment-form__card-wrapper:focus-within{border-color:#ff9d00;box-shadow:0 0 0 2px #ff9d001a}.stripe-payment-form__error{color:#d32f2f;font-size:12px;margin-top:8px;font-family:Poppins,sans-serif}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon{background-color:#ff9d00!important;border:#FF9D00}.ant-steps-item-process .ant-steps-icon{color:#000!important}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-icon{background-color:#ff9d00!important;border:#FF9D00}.ant-steps-item-finish .ant-steps-icon{color:#000!important}.ant-steps-item-finish .ant-steps-item-tail:after,.ant-steps-item-process .ant-steps-item-tail:after{background-color:#ff9d00!important}.ant-steps-item-process .ant-steps-item-title{color:#ff9d00!important;font-weight:600}.ant-steps-item-process .ant-steps-item-title :after{background-color:#ff9d00!important;border-color:#ff9d00!important}.stepper{width:60%;margin-bottom:12px}@media (max-width: 768px){.stepper{width:90%!important}}@media (max-width: 560px){.stepper{width:90%!important}.stepper .ant-steps-item-container{display:flex!important;flex-direction:column!important;align-items:center!important}.stepper .ant-steps-item-container .ant-steps-item-tail:after{display:none!important}}.ant-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#ff9d00!important}.ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#ff9d00!important}.ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#ff9d00;font-weight:600}.css-dev-only-do-not-override-198drv2.ant-steps.ant-steps-vertical{display:flex!important;flex-direction:row!important}.phone-input{width:100%;max-width:400px;margin-bottom:1rem}.phone-input--full-width{max-width:100%}.phone-input__label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.phone-input__required{color:#c00;margin-left:4px}.phone-input__wrapper{display:flex;gap:0;position:relative}.phone-input__country-code{position:relative;z-index:10}.phone-input__country-button{display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:#fff;border:1px solid #ddd;border-right:none;border-radius:4px 0 0 4px;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease;height:44px;white-space:nowrap}.phone-input__country-button:hover:not(:disabled){background-color:#ebebeb}.phone-input__country-button:disabled{cursor:not-allowed;opacity:.6}.phone-input__country-text{font-weight:500}.phone-input__dropdown-icon{transition:transform .2s ease}.phone-input__dropdown-icon--open{transform:rotate(180deg)}.phone-input__overlay{position:fixed;inset:0;background:transparent;z-index:999}.phone-input__dropdown{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow-y:auto;min-width:280px;z-index:1000}.phone-input__dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:#fff;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px}.phone-input__dropdown-item:hover{background-color:#f5f5f5}.phone-input__dropdown-item--selected{background-color:#e8f4f8;font-weight:500}.phone-input__dropdown-code{font-weight:600;color:#333;min-width:50px}.phone-input__dropdown-country{color:#666}.phone-input__field{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:0 4px 4px 0;font-size:14px;color:#333;outline:none;transition:all .2s ease;height:44px;background-color:transparent}.phone-input__field::placeholder{color:#999}.phone-input__field:focus{border-color:#ff9d00;box-shadow:0 0 0 3px #4a90e21a}.phone-input__field--error{border-color:#e74c3c}.phone-input__field--error:focus{box-shadow:0 0 0 3px #e74c3c1a}.phone-input__field:disabled,.phone-input__field:read-only{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.phone-input__field--full-width{width:100%}.phone-input__error{color:#e74c3c;font-size:12px;margin-top:4px}.phone-input__dropdown::-webkit-scrollbar{width:6px}.phone-input__dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.phone-input__dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.phone-input__dropdown::-webkit-scrollbar-thumb:hover{background:#999}.primary-loader{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;left:0;top:0;z-index:99}.primary-loader .primary-loader-text{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:2rem;font-weight:800;font-family:Prata,serif;opacity:0;animation:fadIn .8s ease-in-out 2s forwards}@media (max-width: 998px){.primary-loader .primary-loader-text{font-size:1.5rem}}@media (max-width: 768px){.primary-loader .primary-loader-text{font-size:1.2rem}}.primary-loader .primary-sub-text{position:absolute;left:50%;top:65%;transform:translate(-50%);font-size:1.5rem;font-weight:400;text-align:center;letter-spacing:3px;margin-top:.5rem;font-family:Alumni Sans,sans-serif;opacity:0;animation:fadInLow .8s ease-in-out 1.9s forwards}@media (max-width: 998px){.primary-loader .primary-sub-text{font-size:1rem}}@media (max-width: 768px){.primary-loader .primary-sub-text{font-size:.875rem;letter-spacing:2px}}@keyframes fadInLow{0%{top:60%;opacity:0}to{top:50%;opacity:1}}.secondary-loader{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;left:0;top:0;z-index:99}.secondary-loader .secondary-loader-text{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:2rem;font-weight:800;font-family:Prata,serif;opacity:0;animation:fadIn .8s ease-in-out .8s forwards}@media (max-width: 998px){.secondary-loader .secondary-loader-text{font-size:1.5rem}}@media (max-width: 768px){.secondary-loader .secondary-loader-text{font-size:1.2rem}}@keyframes fadIn{0%{top:55%;opacity:0}to{top:48%;opacity:1}}.home-banner{margin-bottom:200px}@media (max-width: 900px){.home-banner{margin-bottom:140px}}@media only screen and (min-width: 600px) and (max-width: 899px){.home-banner{margin-bottom:80px}}@media only screen and (min-width: 0px) and (max-width: 768px){.home-banner{margin-bottom:60px}}.home-banner .smart-home-banner{display:flex;align-items:center;justify-content:space-between;background:#000;height:90vh;padding:0;position:relative}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner{height:80vh;min-height:80vh}}@media (max-width: 900px){.home-banner .smart-home-banner{height:auto}}@media (max-width: 480px){.home-banner .smart-home-banner{padding:15px;flex-direction:column;text-align:center;height:auto;min-height:auto}}.home-banner .smart-home-banner:after{content:"";position:absolute;right:0;top:0;width:55%;height:100%;background:#000;z-index:0}@media (max-width: 900px){.home-banner .smart-home-banner:after{width:100%;clip-path:none}}.home-banner .smart-home-banner .banner-content{margin-top:50px;background-color:#fff;flex:1;z-index:2;max-width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:80px 140px}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-content{padding:60px 40px}}@media (max-width: 900px){.home-banner .smart-home-banner .banner-content{max-width:90%;height:auto;padding:40px 30px;margin:20px auto 40px;align-items:center;flex:auto}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content{padding:30px 20px}}.home-banner .smart-home-banner .banner-content h1{font-family:Poppins,sans-serif;margin-top:200px;font-size:42px;font-weight:400;color:#000;margin-bottom:20px;line-height:1.2}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-content h1{font-size:32px;margin-top:250px}}@media (max-width: 900px){.home-banner .smart-home-banner .banner-content h1{margin-top:40px;text-align:center}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content h1{font-size:28px;margin-top:20px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content h1{font-size:24px}}.home-banner .smart-home-banner .banner-content h1 strong{font-weight:700;display:block}.home-banner .smart-home-banner .banner-content p{font-family:Poppins,sans-serif;font-size:14px;color:#0006;margin-bottom:30px;line-height:1.7;max-width:450px}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-content p{max-width:340px}}@media (max-width: 900px){.home-banner .smart-home-banner .banner-content p{text-align:center;max-width:100%}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content p{font-size:13px;margin-bottom:20px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content p{font-size:12px}}.home-banner .smart-home-banner .banner-content .shop-btn{background:#ff9d00;color:#fff;font-family:Poppins,sans-serif;font-weight:600;border:none;padding:14px 32px;border-radius:30px;cursor:pointer;width:180px;font-size:15px;top:30px;align-items:center;gap:8px;transition:all .3s ease;margin-bottom:50px;position:relative}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content .shop-btn{width:150px;padding:12px 24px;font-size:14px;margin-bottom:30px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content .shop-btn{width:130px;padding:10px 20px;font-size:13px}}.home-banner .smart-home-banner .banner-content .shop-btn .arrow-icon{font-size:18px;transition:transform .3s ease}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content .shop-btn .arrow-icon{font-size:16px}}.home-banner .smart-home-banner .banner-content .shop-btn:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0006}.home-banner .smart-home-banner .banner-content .shop-btn:hover .arrow-icon{transform:translate(4px)}.home-banner .smart-home-banner .banner-content .thumbnail-section{display:flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;top:60px;width:100%}@media only screen and (min-width: 0px) and (max-width: 768px){.home-banner .smart-home-banner .banner-content .thumbnail-section{top:20px}}@media (max-width: 900px){.home-banner .smart-home-banner .banner-content .thumbnail-section{align-items:center;margin-top:40px;top:0}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content .thumbnail-section{gap:15px}}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper{position:relative;display:flex;justify-content:flex-start}@media (max-width: 900px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper{justify-content:center}}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack{position:relative;width:320px;height:200px}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack{width:280px;height:170px}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack{width:240px;height:150px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack{width:200px;height:130px}}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image{position:absolute;width:240px;height:150px;overflow:hidden;box-shadow:0 10px 30px #00000040;transition:all .4s ease;background:#fff}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image{width:200px;height:120px}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image{width:170px;height:110px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image{width:140px;height:90px}}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image img{width:100%;height:100%;object-fit:cover;display:block}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image.stack-1{transform:rotate(-12deg) translate(-10px);z-index:1;left:0;top:15px}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image.stack-2{transform:rotate(-6deg);z-index:2;left:25px;top:8px}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack .thumbnail-image.stack-3{transform:rotate(3deg) translate(10px);z-index:3;left:45px;top:0}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack:hover .thumbnail-image.stack-1{transform:rotate(-15deg) translate(-20px) translateY(-5px);box-shadow:0 15px 40px #00000059}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack:hover .thumbnail-image.stack-2{transform:rotate(-8deg) translateY(-8px);box-shadow:0 15px 40px #00000059}.home-banner .smart-home-banner .banner-content .thumbnail-section .thumbnail-wrapper .thumbnail-stack:hover .thumbnail-image.stack-3{transform:rotate(5deg) translate(15px) translateY(-10px);box-shadow:0 15px 40px #00000059}.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls{display:flex;gap:14px;align-items:center;margin-left:30px;position:relative;left:350px;bottom:140px;cursor:pointer;z-index:100}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls{left:270px;bottom:180px}}@media (max-width: 900px){.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls{position:static;margin-left:0;margin-top:10px;justify-content:center}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls{gap:10px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls{gap:8px}}.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow{z-index:9999;width:42px;height:42px;border-radius:50%;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#0006;transition:all .3s ease;padding:0;box-shadow:0 2px 10px #00000014}@media (max-width: 768px){.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow{width:36px;height:36px;font-size:18px}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow{width:32px;height:32px;font-size:16px}}.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow:hover{background:#0006;border-color:#fff;box-shadow:0 4px 15px #0000001f;color:#000;transform:scale(1.05)}.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow:active{transform:scale(.95)}.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow.left{padding-right:2px;z-index:99}.home-banner .smart-home-banner .banner-content .thumbnail-section .carousel-controls .carousel-arrow.right{padding-left:2px;z-index:99}.home-banner .smart-home-banner .banner-image{overflow:visible;flex:1;display:flex;bottom:70px;justify-content:center;align-items:center;position:relative}@media (max-width: 900px){.home-banner .smart-home-banner .banner-image{width:100%;margin-top:30px;display:none}}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-image{bottom:20px;right:100px}}.home-banner .smart-home-banner .banner-image img{width:100%;max-width:900px;height:auto;right:230px;position:relative;z-index:10}@media only screen and (min-width: 900px) and (max-width: 1199px){.home-banner .smart-home-banner .banner-image img{max-width:500px;height:auto;right:100px}}@media (max-width: 768px){.home-banner .smart-home-banner .banner-image img{display:none}}@media (max-width: 480px){.home-banner .smart-home-banner .banner-image img{max-width:220px;height:250px}}.home-image-section{height:100%!important;max-width:1300px;margin:0 auto 100px;padding:40px}.home-image-section.section-layout-4,.home-image-section.section-layout-3{height:60vh}.home-image-section.section-layout-2{height:45vh}.home-image-section.section-layout-1{height:40vh}.image-grid.home-layout{display:grid;grid-template-columns:2fr 2fr 1.2fr;grid-template-rows:1fr 1fr;gap:18px;height:100%}.image-grid.home-layout .grid-item{border-radius:10px;overflow:hidden;position:relative;min-height:220px}.image-grid.home-layout.layout-4{grid-template-columns:2fr 2fr 1.2fr;grid-template-rows:1fr 1fr}.image-grid.home-layout .cameras{grid-row:1/span 2;grid-column:1/2}.image-grid.home-layout .systems{grid-row:1/2;grid-column:2/3}.image-grid.home-layout .doorbells{grid-row:1/span 2;grid-column:3/4}.image-grid.home-layout .fire-alarm{grid-row:2/3;grid-column:2/3}.image-grid.home-layout.layout-3{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}.image-grid.home-layout .three-first{grid-row:1/2;grid-column:1/2}.image-grid.home-layout .three-second{grid-row:1/2;grid-column:2/3}.image-grid.home-layout .three-third{grid-row:1/2;grid-column:3/4}.image-grid.home-layout.layout-2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.image-grid.home-layout .two-first{grid-row:1/2;grid-column:1/2}.image-grid.home-layout .two-second{grid-row:1/2;grid-column:2/3}.image-grid.home-layout.layout-1{grid-template-columns:1fr;grid-template-rows:1fr;max-width:50%}.image-grid.home-layout .single-item{grid-row:1/2;grid-column:1/2}.image-grid.home-layout .card{width:100%;height:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;transition:background-image .5s ease-in-out}.image-grid.home-layout .card .overlay{width:100%;height:100%;background:linear-gradient(200deg,#00000026,#0000008e);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:15px;font-size:18px;font-family:Poppins,sans-serif}.image-grid.home-layout .card .overlay .title{font-weight:500;font-size:18px;margin-bottom:auto}.image-grid.home-layout .card .overlay .description{color:#fff;font-weight:800;font-size:18px;line-height:1.4;margin-top:8px;margin-bottom:auto;opacity:1}.image-grid.home-layout .card .overlay .arrow{align-self:flex-end;font-size:18px;background:transparent;border-radius:50%;border:1px solid #ffffff;width:25px;height:25px;display:flex;align-items:center;justify-content:center;margin-top:auto;cursor:pointer;color:#fff;transition:all .3s ease}.image-grid.home-layout .card .overlay .arrow:hover{background:#fff;color:#000;transform:scale(1.1)}.extra-categories-slider{display:flex;flex-direction:column;align-items:center;margin-top:30px;gap:20px}.extra-categories-slider .slider-content{overflow:hidden;width:100%;max-width:100%;border-radius:10px}.extra-categories-slider .slider-content .slider-track{display:flex;transition:transform .5s ease-in-out}.extra-categories-slider .slider-content .slider-track .slider-item{flex:0 0 100%;min-width:100%;height:350px;border-radius:10px;overflow:hidden}.extra-categories-slider .slider-content .slider-track .slider-item .card{width:100%;height:100%;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;transition:background-image .5s ease-in-out}.extra-categories-slider .slider-content .slider-track .slider-item .card .overlay{width:100%;height:100%;background:linear-gradient(180deg,#00000026 60%,#0000004d);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:20px;font-size:18px;font-family:Poppins,sans-serif}.extra-categories-slider .slider-content .slider-track .slider-item .card .overlay .title{font-weight:500;font-size:20px;margin-bottom:auto}.extra-categories-slider .slider-content .slider-track .slider-item .card .overlay .arrow{align-self:flex-end;font-size:18px;background:transparent;border-radius:50%;border:1px solid #ffffff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin-top:auto;cursor:pointer;color:#fff;transition:all .3s ease}.extra-categories-slider .slider-content .slider-track .slider-item .card .overlay .arrow:hover{background:#fff;color:#000;transform:scale(1.1)}.extra-categories-slider .slider-controls{display:none;gap:14px;align-items:center}.extra-categories-slider .slider-controls .slider-arrow{width:42px;height:42px;border-radius:50%;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#0006;transition:all .3s ease;padding:0;border:none;box-shadow:0 2px 10px #00000014}.extra-categories-slider .slider-controls .slider-arrow:hover{background:#0006;border-color:#fff;box-shadow:0 4px 15px #0000001f;color:#000;transform:scale(1.05)}.extra-categories-slider .slider-controls .slider-arrow:active{transform:scale(.95)}.extra-categories-slider .slider-controls .slider-arrow.slider-arrow-left{padding-right:2px}.extra-categories-slider .slider-controls .slider-arrow.slider-arrow-right{padding-left:2px}.extra-categories-slider .slider-controls .slider-arrow.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media (max-width: 1024px){.home-image-section{height:auto!important;padding:30px;margin-bottom:40px}.home-image-section.section-layout-4,.home-image-section.section-layout-3,.home-image-section.section-layout-2,.home-image-section.section-layout-1{height:auto!important}.home-image-section .image-grid.home-layout{grid-template-columns:1fr 1fr;grid-template-rows:200px 200px;gap:15px;height:auto}.home-image-section .image-grid.home-layout .grid-item{min-height:200px}.home-image-section .image-grid.home-layout.layout-4{grid-template-columns:1fr 1fr;grid-template-rows:200px 200px}.home-image-section .image-grid.home-layout .cameras{grid-row:1/2;grid-column:1/2}.home-image-section .image-grid.home-layout .systems{grid-row:1/2;grid-column:2/3}.home-image-section .image-grid.home-layout .doorbells{grid-row:2/3;grid-column:1/2}.home-image-section .image-grid.home-layout .fire-alarm{grid-row:2/3;grid-column:2/3}.home-image-section .image-grid.home-layout.layout-3{grid-template-columns:1fr 1fr;grid-template-rows:200px 200px}.home-image-section .image-grid.home-layout .three-first{grid-row:1/2;grid-column:1/2}.home-image-section .image-grid.home-layout .three-second{grid-row:1/2;grid-column:2/3}.home-image-section .image-grid.home-layout .three-third{grid-row:2/3;grid-column:1/span 2}.home-image-section .image-grid.home-layout.layout-2{grid-template-columns:1fr 1fr;grid-template-rows:200px}.home-image-section .image-grid.home-layout .two-first{grid-row:1/2;grid-column:1/2}.home-image-section .image-grid.home-layout .two-second{grid-row:1/2;grid-column:2/3}.home-image-section .image-grid.home-layout.layout-1{grid-template-columns:1fr;grid-template-rows:300px}.home-image-section .image-grid.home-layout .single-item{grid-row:1/2;grid-column:1/2}.home-image-section .image-grid.home-layout .card .overlay{padding:12px}.home-image-section .image-grid.home-layout .card .overlay .title{font-size:16px}.home-image-section .image-grid.home-layout .card .overlay .description{font-size:12px;margin-top:6px}.home-image-section .image-grid.home-layout .card .overlay .arrow{width:22px;height:22px;font-size:16px}.home-image-section .extra-categories-slider{margin-top:25px;gap:15px}.home-image-section .extra-categories-slider .slider-content{max-width:100%}.home-image-section .extra-categories-slider .slider-content .slider-track .slider-item{height:250px}.home-image-section .extra-categories-slider .slider-controls .slider-arrow{width:36px;height:36px;font-size:18px}}@media (max-width: 768px){.home-image-section{height:auto!important;margin-bottom:40px;padding:20px}.home-image-section.section-layout-4,.home-image-section.section-layout-3,.home-image-section.section-layout-2,.home-image-section.section-layout-1{height:auto!important}.home-image-section .image-grid.home-layout{grid-template-columns:1fr!important;gap:12px;height:auto;margin-bottom:30px}.home-image-section .image-grid.home-layout.layout-4{grid-template-columns:1fr!important;grid-template-rows:repeat(4,180px)}.home-image-section .image-grid.home-layout.layout-3{grid-template-columns:1fr!important;grid-template-rows:repeat(3,180px)}.home-image-section .image-grid.home-layout.layout-2{grid-template-columns:1fr!important;grid-template-rows:repeat(2,180px)}.home-image-section .image-grid.home-layout.layout-1{grid-template-columns:1fr!important;grid-template-rows:250px;max-width:100%}.home-image-section .image-grid.home-layout .cameras,.home-image-section .image-grid.home-layout .systems,.home-image-section .image-grid.home-layout .doorbells,.home-image-section .image-grid.home-layout .fire-alarm,.home-image-section .image-grid.home-layout .three-first,.home-image-section .image-grid.home-layout .three-second,.home-image-section .image-grid.home-layout .three-third,.home-image-section .image-grid.home-layout .two-first,.home-image-section .image-grid.home-layout .two-second,.home-image-section .image-grid.home-layout .single-item{grid-column:1/2!important;grid-row:auto!important;min-height:180px}.home-image-section .image-grid.home-layout .card .overlay{padding:15px}.home-image-section .image-grid.home-layout .card .overlay .title{font-size:18px}.home-image-section .image-grid.home-layout .card .overlay .description{font-size:13px;margin-top:6px}.home-image-section .image-grid.home-layout .card .overlay .arrow{width:25px;height:25px;font-size:18px}.home-image-section .extra-categories-slider{margin-top:20px;gap:12px}.home-image-section .extra-categories-slider .slider-content{max-width:100%}.home-image-section .extra-categories-slider .slider-content .slider-track .slider-item{height:220px}.home-image-section .extra-categories-slider .slider-controls .slider-arrow{width:36px;height:36px;font-size:18px}}@media (max-width: 480px){.home-image-section{padding:15px;height:auto!important}.home-image-section.section-layout-4,.home-image-section.section-layout-3,.home-image-section.section-layout-2,.home-image-section.section-layout-1{height:auto!important}.home-image-section .image-grid.home-layout{gap:10px;height:auto;grid-template-columns:1fr!important;margin-bottom:40px}.home-image-section .image-grid.home-layout.layout-4{grid-template-columns:1fr!important;grid-template-rows:repeat(4,160px)}.home-image-section .image-grid.home-layout.layout-3{grid-template-columns:1fr!important;grid-template-rows:repeat(3,160px)}.home-image-section .image-grid.home-layout.layout-2{grid-template-columns:1fr!important;grid-template-rows:repeat(2,160px)}.home-image-section .image-grid.home-layout.layout-1{grid-template-columns:1fr!important;grid-template-rows:220px;max-width:100%}.home-image-section .image-grid.home-layout .grid-item{min-height:160px}.home-image-section .image-grid.home-layout .card .overlay{padding:12px}.home-image-section .image-grid.home-layout .card .overlay .title{font-size:16px}.home-image-section .image-grid.home-layout .card .overlay .description{font-size:12px;margin-top:5px}.home-image-section .image-grid.home-layout .card .overlay .arrow{width:22px;height:22px;font-size:16px}.home-image-section .extra-categories-slider{margin-top:15px;gap:10px}.home-image-section .extra-categories-slider .slider-content{max-width:100%}.home-image-section .extra-categories-slider .slider-content .slider-track .slider-item{height:180px}.home-image-section .extra-categories-slider .slider-controls .slider-arrow{width:32px;height:32px;font-size:16px}}.product-homesec{background:#9dddfa29;padding:60px 0;margin-top:80px;margin-bottom:80px}@media (max-width: 1024px){.product-homesec{height:auto;padding:40px 0;margin-top:60px}}.product-homesec .section-header{margin-bottom:50px}@media (max-width: 1024px){.product-homesec .section-header{margin-bottom:20px}}@media (max-width: 768px){.product-homesec .section-header{margin-bottom:10px}}@media (max-width: 480px){.product-homesec .section-header{margin-bottom:10px}}.product-homesec .section-header h2{font-size:42px;font-weight:700;color:#000;margin-left:10%}@media (max-width: 1024px){.product-homesec .section-header h2{font-size:36px;margin-left:8%}}@media (max-width: 768px){.product-homesec .section-header h2{font-size:28px;margin-left:5%}}@media (max-width: 480px){.product-homesec .section-header h2{font-size:24px;margin-left:5%}}.product-homesec .error-container{max-width:1200px;margin:0 auto}.product-homesec .featured-products{display:flex;flex-direction:column;align-items:center;grid-template-columns:repeat(4,1fr);justify-content:center;color:#000;position:relative;gap:20px;margin-top:20px}@media (max-width: 1024px){.product-homesec .featured-products{padding:28px}}@media (max-width: 768px){.product-homesec .featured-products{padding:18px}}@media (max-width: 480px){.product-homesec .featured-products{padding:12px}}.product-homesec .featured-products .products-container{display:flex;width:100%;max-width:1200px;align-items:center;gap:30px;justify-content:center;margin:0 auto 50px;padding:0 20px}@media (max-width: 1024px){.product-homesec .featured-products .products-container{gap:20px;margin-bottom:40px;padding:0 40px}}@media (max-width: 968px){.product-homesec .featured-products .products-container{flex-direction:column;align-items:center;margin-bottom:30px;padding:0 30px}}@media (max-width: 768px){.product-homesec .featured-products .products-container{gap:15px;margin-bottom:20px;padding:0 20px}}@media (max-width: 480px){.product-homesec .featured-products .products-container{padding:0 10px}}.product-homesec .featured-products .slider-wrapper{width:100%;max-width:1200px;overflow:hidden;margin:0 auto}.product-homesec .featured-products .products-track{display:flex;transition:transform .5s ease-in-out;--slide-gap: 25px;--slide-width: calc((100% - (3 * var(--slide-gap))) / 4);gap:var(--slide-gap)}.product-homesec .featured-products .products-track.desktop{--slide-gap: 25px;--slide-width: calc((100% - (3 * var(--slide-gap))) / 4)}.product-homesec .featured-products .products-track.tablet{--slide-gap: 30px;--slide-width: calc((100% - var(--slide-gap)) / 2)}.product-homesec .featured-products .products-track.mobile{--slide-gap: 0px;--slide-width: 100%}@media (max-width: 1200px){.product-homesec .featured-products .products-track{--slide-gap: 20px;--slide-width: calc((100% - (3 * var(--slide-gap))) / 4)}}@media (max-width: 900px){.product-homesec .featured-products .products-track{--slide-gap: 30px;--slide-width: calc((100% - var(--slide-gap)) / 2)}}@media (max-width: 600px){.product-homesec .featured-products .products-track{--slide-gap: 0px;--slide-width: 100%}}@media (max-width: 480px){.product-homesec .featured-products .products-track{--slide-gap: 0px}}.product-homesec .featured-products .product-slide{flex:0 0 var(--slide-width);min-width:var(--slide-width);max-width:var(--slide-width);display:flex;justify-content:center;align-items:stretch;box-sizing:border-box}@media (max-width: 600px){.product-homesec .featured-products .product-slide{padding:0 15px}}@media (max-width: 480px){.product-homesec .featured-products .product-slide{padding:0 15px}}@media (max-width: 360px){.product-homesec .featured-products .product-slide{padding:0 10px}}.product-homesec .featured-products .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;flex:1;width:100%;max-width:1200px;margin:0 auto}@media (max-width: 1200px){.product-homesec .featured-products .products-grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (max-width: 900px){.product-homesec .featured-products .products-grid{grid-template-columns:repeat(2,1fr);gap:18px;padding:0 10px}}@media (max-width: 600px){.product-homesec .featured-products .products-grid{grid-template-columns:repeat(1,1fr);gap:15px;padding:0 5px;max-width:100%;margin:0 auto}}@media (max-width: 480px){.product-homesec .featured-products .products-grid{grid-template-columns:1fr;gap:12px;padding:0;max-width:350px}}@media (max-width: 360px){.product-homesec .featured-products .products-grid{grid-template-columns:1fr;gap:15px;max-width:300px}}.product-homesec .featured-products .carousel-navigation{display:flex;flex-direction:column;gap:15px;position:absolute;right:2%;top:-120px}@media (max-width: 1024px){.product-homesec .featured-products .carousel-navigation{top:-80px}}@media (max-width: 968px){.product-homesec .featured-products .carousel-navigation{flex-direction:row;justify-content:center;margin-top:20px;position:static;left:auto;bottom:auto}}.product-homesec .featured-products .carousel-navigation .nav-arrow{width:48px;height:48px;border-radius:50%;background:#0000001a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px;color:#000;box-shadow:0 2px 6px #0000001a}@media (max-width: 768px){.product-homesec .featured-products .carousel-navigation .nav-arrow{width:42px;height:42px;font-size:14px}}.product-homesec .featured-products .carousel-navigation .nav-arrow:hover:not(:disabled){background:#d5d5d5;color:#000;transform:scale(1.08);box-shadow:0 4px 10px #00000026}.product-homesec .featured-products .carousel-navigation .nav-arrow:disabled{opacity:.3;cursor:not-allowed}.product-homesec .featured-products .carousel-navigation .nav-arrow:active:not(:disabled){transform:scale(.95)}.product-homesec .featured-products .view-all-btn{background:#000;color:#fff;font-weight:600;border:none;border-radius:6px;padding:14px 40px;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;margin:0 auto;display:flex;justify-content:center;max-width:250px;position:relative}@media (max-width: 968px){.product-homesec .featured-products .view-all-btn{position:static;bottom:auto;margin-top:30px}}@media (max-width: 768px){.product-homesec .featured-products .view-all-btn{padding:12px 35px;font-size:14px;max-width:100%;margin-top:20px}}@media (max-width: 480px){.product-homesec .featured-products .view-all-btn{padding:10px 30px;font-size:13px}}.product-homesec .featured-products .view-all-btn .btnarrow{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.product-homesec .featured-products .view-all-btn:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.product-homesec .featured-products .view-all-btn:hover .btnarrow{transform:translate(4px)}.product-homesec .featured-products .view-all-btn:active{transform:translateY(0)}.product-homesec .featured-products .view-all-btn span{font-size:18px}@keyframes fadeChange{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(.5)}}.shopping-section{padding:0;margin:80px 40px}@media (max-width: 768px){.shopping-section{margin:40px 20px;min-height:500px}}.shopping-section .shopping-container{background:#000;max-width:1200px;border-radius:15px;margin:0 auto;padding:60px 40px;position:relative;overflow:hidden;z-index:1}@media (max-width: 768px){.shopping-section .shopping-container{padding:40px 20px}}.shopping-section .shopping-container:before{content:"";position:absolute;width:400px;height:400px;background:#32323280;border-radius:50%;top:-150px;left:-150px;z-index:-1}@media (max-width: 768px){.shopping-section .shopping-container:before{width:250px;height:250px;top:-100px;left:-100px;z-index:-1}}.shopping-section .shopping-container:after{content:"";position:absolute;width:300px;height:300px;background:#32323280;border-radius:50%;bottom:350px;right:-150px;z-index:-1}@media (max-width: 768px){.shopping-section .shopping-container:after{width:300px;height:300px;bottom:-150px;right:-150px;z-index:-1}}.shopping-section .shopping-container .content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding-bottom:60px}@media (max-width: 768px){.shopping-section .shopping-container .content-wrapper{gap:20px;padding-bottom:40px}}.shopping-section .shopping-container .shopping-title{font-size:42px;font-family:Poppins,sans-serif;font-weight:700;color:#fff;text-align:center;margin:0;line-height:1.2}@media (max-width: 768px){.shopping-section .shopping-container .shopping-title{font-size:28px}}@media (max-width: 480px){.shopping-section .shopping-container .shopping-title{font-size:24px}}.shopping-section .shopping-container .shopping-subtitle{font-size:18px;font-family:Poppins,sans-serif;font-weight:400;color:#fff;text-align:center;margin:-15px 0 0}@media (max-width: 768px){.shopping-section .shopping-container .shopping-subtitle{font-size:16px}}@media (max-width: 480px){.shopping-section .shopping-container .shopping-subtitle{font-size:14px}}.shopping-section .shopping-container .shopping-subtitle .discount-badge{margin-top:20px;background:transparent;color:#ff5353;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;z-index:2;animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.shopping-section .shopping-container .shopping-subtitle .discount-badge{font-size:14px;padding:6px 12px}}@media (max-width: 480px){.shopping-section .shopping-container .shopping-subtitle .discount-badge{font-size:12px}}.shopping-section .shopping-container .product-showcase{display:flex;align-items:center;justify-content:center;gap:80px;width:100%;position:relative}@media (max-width: 968px){.shopping-section .shopping-container .product-showcase{gap:40px}}@media (max-width: 768px){.shopping-section .shopping-container .product-showcase{gap:20px}}.shopping-section .shopping-container .product-showcase .nav-arrow{width:48px;height:48px;border-radius:50%;background:#64646499;border:none;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;box-shadow:0 2px 8px #0000004d}.shopping-section .shopping-container .product-showcase .nav-arrow:hover{background:#787878cc;transform:scale(1.1)}.shopping-section .shopping-container .product-showcase .nav-arrow:active{transform:scale(.95)}@media (max-width: 768px){.shopping-section .shopping-container .product-showcase .nav-arrow{width:40px;height:40px;font-size:18px}}.shopping-section .shopping-container .product-showcase .slider-container{width:350px;height:350px;overflow:hidden;position:relative}@media (max-width: 968px){.shopping-section .shopping-container .product-showcase .slider-container{width:300px;height:300px}}@media (max-width: 768px){.shopping-section .shopping-container .product-showcase .slider-container{width:250px;height:250px}}@media (max-width: 480px){.shopping-section .shopping-container .product-showcase .slider-container{width:200px;height:200px}}.shopping-section .shopping-container .product-showcase .slider-container .slider-track{display:flex;height:100%;transition:transform .5s ease-in-out}.shopping-section .shopping-container .product-showcase .slider-container .product-image{flex:0 0 100%;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.shopping-section .shopping-container .product-showcase .slider-container .product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.shopping-section .shopping-container .product-showcase .slider-container .product-image img:hover{transform:scale(1.05)}.shopping-section .shopping-container .shop-now-btn{background:#fff;color:#000;font-weight:600;border:none;border-radius:30px;padding:14px 50px;font-size:16px;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.shopping-section .shopping-container .shop-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.shopping-section .shopping-container .shop-now-btn:active{transform:translateY(0)}@media (max-width: 768px){.shopping-section .shopping-container .shop-now-btn{padding:12px 40px;font-size:14px}}.shopping-section .shopping-container .features-section{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 968px){.shopping-section .shopping-container .features-section{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 600px){.shopping-section .shopping-container .features-section{grid-template-columns:1fr;gap:25px}}.shopping-section .shopping-container .features-section .feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.shopping-section .shopping-container .features-section .feature-item .feature-icon{font-size:32px;color:#fff;margin-bottom:8px}@media (max-width: 768px){.shopping-section .shopping-container .features-section .feature-item .feature-icon{font-size:28px}}.shopping-section .shopping-container .features-section .feature-item .feature-title{font-size:14px;font-family:Poppins,sans-serif;font-weight:700;color:#fff;margin:0;letter-spacing:.5px;text-transform:uppercase}@media (max-width: 768px){.shopping-section .shopping-container .features-section .feature-item .feature-title{font-size:13px}}.shopping-section .shopping-container .features-section .feature-item .feature-description{font-size:13px;font-family:Poppins,sans-serif;font-weight:400;color:#ffffffb3;margin:0;line-height:1.4}@media (max-width: 768px){.shopping-section .shopping-container .features-section .feature-item .feature-description{font-size:12px}}.what-happen-section{width:100%;background:linear-gradient(90deg,#0a6aa6,#042940);padding:20px 0;position:relative;overflow:hidden}@media (max-width: 1024px){.what-happen-section{padding:60px 0;margin-bottom:100px}}@media (max-width: 768px){.what-happen-section{padding:40px 0;margin-bottom:80px}}@media (max-width: 480px){.what-happen-section{padding:40px 0;margin-bottom:80px}}@media (max-width: 360px){.what-happen-section{padding:40px 0}}.what-happen-section .what-happen-container{max-width:1100px;min-height:40vh;margin:0 auto;position:relative;padding:0 20px}@media (min-width: 769px) and (max-width: 1024px){.what-happen-section .what-happen-container{padding:0 40px;min-height:auto}}@media (min-width: 481px) and (max-width: 768px){.what-happen-section .what-happen-container{padding:0 30px;min-height:auto}}@media (max-width: 480px){.what-happen-section .what-happen-container{padding:0 20px;min-height:auto}}.what-happen-section .content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:60px;min-height:40vh}@media (max-width: 1024px){.what-happen-section .content-wrapper{gap:40px}}@media (max-width: 968px){.what-happen-section .content-wrapper{flex-direction:column;text-align:center;gap:30px;min-height:auto}}@media (max-width: 480px){.what-happen-section .content-wrapper{gap:20px}}.what-happen-section .text-content{flex:1;z-index:2}@media (max-width: 968px){.what-happen-section .text-content{width:100%;display:flex;flex-direction:column;align-items:center}}.what-happen-section .text-content .main-title{font-size:clamp(24px,5vw,52px);font-weight:700;color:#fff;font-family:Poppins,sans-serif;margin:0 0 40px;line-height:1.2;max-width:600px}@media (max-width: 1024px){.what-happen-section .text-content .main-title{font-size:clamp(32px,4.5vw,44px);margin-bottom:35px}}@media (max-width: 768px){.what-happen-section .text-content .main-title{font-size:clamp(28px,4vw,36px);margin-bottom:30px;max-width:100%}}@media (max-width: 480px){.what-happen-section .text-content .main-title{font-size:clamp(22px,5.5vw,28px);margin-bottom:20px}}@media (max-width: 360px){.what-happen-section .text-content .main-title{font-size:20px;margin-bottom:16px}}.what-happen-section .text-content .shop-now-btn{background:#fff;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;padding:14px 40px;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003;white-space:nowrap}@media (max-width: 768px){.what-happen-section .text-content .shop-now-btn{padding:12px 35px;font-size:15px}}@media (max-width: 480px){.what-happen-section .text-content .shop-now-btn{padding:10px 28px;font-size:14px}}@media (max-width: 360px){.what-happen-section .text-content .shop-now-btn{padding:9px 24px;font-size:13px}}.what-happen-section .text-content .shop-now-btn:hover{background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.what-happen-section .text-content .shop-now-btn:active{transform:translateY(0)}.what-happen-section .camera-images{flex:1;display:flex;justify-content:flex-end;align-items:center;z-index:2;min-height:400px}@media (max-width: 968px){.what-happen-section .camera-images{justify-content:center;width:100%;min-height:350px}}@media (max-width: 768px){.what-happen-section .camera-images{min-height:300px}}@media (max-width: 480px){.what-happen-section .camera-images{min-height:250px}}@media (max-width: 360px){.what-happen-section .camera-images{min-height:220px}}.what-happen-section .camera-images .camera-img{width:100%;max-width:550px;height:auto;max-height:400px;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}@media (min-width: 1025px) and (max-width: 1200px){.what-happen-section .camera-images .camera-img{max-width:500px}}@media (max-width: 1024px){.what-happen-section .camera-images .camera-img{max-width:450px}}@media (max-width: 968px){.what-happen-section .camera-images .camera-img{max-height:350px}}@media (max-width: 768px){.what-happen-section .camera-images .camera-img{max-width:380px;max-height:300px}}@media (max-width: 480px){.what-happen-section .camera-images .camera-img{max-width:280px;max-height:250px}}@media (max-width: 360px){.what-happen-section .camera-images .camera-img{max-width:240px;max-height:220px}}.what-happen-section .slide-indicators{display:flex;justify-content:center;gap:15px;margin-top:60px;padding:0 20px}@media (max-width: 968px){.what-happen-section .slide-indicators{margin-top:50px}}@media (max-width: 768px){.what-happen-section .slide-indicators{margin-top:40px;gap:12px}}@media (max-width: 480px){.what-happen-section .slide-indicators{margin-top:30px;gap:10px}}@media (max-width: 360px){.what-happen-section .slide-indicators{margin-top:25px;gap:8px}}.what-happen-section .slide-indicators .indicator{width:40px;height:4px;background:#fff6;border-radius:2px;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.what-happen-section .slide-indicators .indicator{width:35px;height:3px}}@media (max-width: 480px){.what-happen-section .slide-indicators .indicator{width:30px;height:3px}}@media (max-width: 360px){.what-happen-section .slide-indicators .indicator{width:25px;height:2.5px}}.what-happen-section .slide-indicators .indicator.active{background:#d9d9d9;width:50px}@media (max-width: 768px){.what-happen-section .slide-indicators .indicator.active{width:45px}}@media (max-width: 480px){.what-happen-section .slide-indicators .indicator.active{width:40px}}@media (max-width: 360px){.what-happen-section .slide-indicators .indicator.active{width:35px}}.what-happen-section .slide-indicators .indicator:hover{background:#ffffffb3}.what-happen-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.shoptop{min-height:100px}@media (max-width: 768px){.shoptop{min-height:fit-content}}.shoptop .shop-banner{display:flex;align-items:center;justify-content:center;gap:10rem;padding:50px 20px;background:#000;height:80%;width:100%;position:relative}@media (max-width: 1024px){.shoptop .shop-banner{gap:1rem}}.shoptop .shop-banner .h1{width:80%}@media (max-width: 1024px){.shoptop .shop-banner{padding:40px 60px}}@media (max-width: 768px){.shoptop .shop-banner{flex-direction:column;padding:40px 30px;gap:30px}}.shoptop .shop-banner .nav-arrow-shop{position:absolute;width:20px;height:40px;border-radius:50%;background:#fff;border:none;color:#a8a8a8;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.shoptop .shop-banner .nav-arrow-shop:hover{background:#fff;transform:scale(1.1)}.shoptop .shop-banner .nav-arrow-shop.left{left:100px}@media (max-width: 1535px){.shoptop .shop-banner .nav-arrow-shop.left{left:80px}}@media (max-width: 1199px){.shoptop .shop-banner .nav-arrow-shop.left{left:30px}}.shoptop .shop-banner .nav-arrow-shop .arrow-left{margin-top:5px}.shoptop .shop-banner .nav-arrow-shop.right{right:100px}@media (max-width: 1535px){.shoptop .shop-banner .nav-arrow-shop.right{right:80px}}@media (max-width: 1199px){.shoptop .shop-banner .nav-arrow-shop.right{right:30px}}.shoptop .shop-banner .nav-arrow-shop .arrow-right{margin-top:5px}@media (max-width: 768px){.shoptop .shop-banner .nav-arrow-shop{width:40px;height:40px;font-size:15px}.shoptop .shop-banner .nav-arrow-shop.left{left:15px}.shoptop .shop-banner .nav-arrow-shop.right{right:15px}}.shoptop .shop-banner__content{color:#fff;max-width:45%;z-index:2}@media (max-width: 768px){.shoptop .shop-banner__content{max-width:100%;text-align:center}}.shoptop .shop-banner__content h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:30px}@media (max-width: 1024px){.shoptop .shop-banner__content h1{font-size:36px}}@media (max-width: 768px){.shoptop .shop-banner__content h1{font-size:28px;margin-bottom:20px}}.shoptop .shop-banner__content .view-more-btn{background:transparent;color:#fff;border:2px solid #fff;padding:5px 52px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.shoptop .shop-banner__content .view-more-btn .arrow{font-size:20px;margin-top:10px;transition:transform .3s ease}.shoptop .shop-banner__content .view-more-btn:hover{background:#fff;color:#000}.shoptop .shop-banner__content .view-more-btn:hover .arrow{transform:translate(4px)}@media (max-width: 768px){.shoptop .shop-banner__content .view-more-btn{padding:10px 24px;font-size:14px}}.shoptop .shop-banner__image{max-width:500px;z-index:2}@media (max-width: 768px){.shoptop .shop-banner__image{max-width:300px}}.shoptop .shop-banner__image img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(255,255,255,.1))}.shoptop .shop-banner__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:40px 20px}.shoptop .shop-banner__empty-content{max-width:600px}.shoptop .shop-banner__empty-content h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;color:#fff}@media (max-width: 1024px){.shoptop .shop-banner__empty-content h1{font-size:36px}}@media (max-width: 768px){.shoptop .shop-banner__empty-content h1{font-size:28px;margin-bottom:10px}}@media (max-width: 480px){.shoptop .shop-banner__empty-content h1{font-size:24px}}.shoptop .shop-banner__empty-content p{font-size:18px;line-height:1.6;margin-bottom:30px;color:#fffc}@media (max-width: 768px){.shoptop .shop-banner__empty-content p{font-size:16px;margin-bottom:25px}}@media (max-width: 480px){.shoptop .shop-banner__empty-content p{font-size:14px;margin-bottom:20px}}.shoptop .shop-banner__empty-content .view-more-btn{background:transparent;color:#fff;border:2px solid #fff;padding:8px 24px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.shoptop .shop-banner__empty-content .view-more-btn .arrow{font-size:20px;margin-top:10px;transition:transform .3s ease}.shoptop .shop-banner__empty-content .view-more-btn:hover{background:#fff;color:#000}.shoptop .shop-banner__empty-content .view-more-btn:hover .arrow{transform:translate(4px)}@media (max-width: 768px){.shoptop .shop-banner__empty-content .view-more-btn{padding:6px 16px;font-size:14px}}.shoptop .shop-banner__loading,.shoptop .shop-banner__error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;text-align:center}@media (max-width: 768px){.shoptop .shop-banner__loading,.shoptop .shop-banner__error{font-size:16px}}.shoptop .shop-banner__error{color:#ff6b6b}.shoping-products{padding:40px;max-width:1300px;margin-left:auto;margin-right:auto;background:#fff;margin-top:20px}@media (max-width: 768px){.shoping-products{padding:20px}}.shoping-products .search-bar-container{display:flex;justify-content:flex-end;margin-bottom:30px}@media (max-width: 768px){.shoping-products .search-bar-container{justify-content:center}}.shoping-products .search-bar-container .search-box{display:flex;align-items:center;background:#e8e8e8;border-radius:4px;padding:12px 18px;min-width:280px;gap:12px}@media (max-width: 768px){.shoping-products .search-bar-container .search-box{width:100%;min-width:auto}}.shoping-products .search-bar-container .search-box .search-input{border:none;background:transparent;outline:none;flex:1;font-size:14px;color:#333;order:1}.shoping-products .search-bar-container .search-box .search-input::placeholder{color:#666}.shoping-products .search-bar-container .search-box .search-btn{background:transparent;border:none;cursor:pointer;color:#666;font-size:15px;display:flex;align-items:center;padding:0;order:2;transition:color .3s ease}.shoping-products .search-bar-container .search-box .search-btn:hover{color:#333}.shoping-products .controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:20px;flex-wrap:wrap}@media (max-width: 768px){.shoping-products .controls-bar{flex-direction:column;align-items:stretch;gap:15px}}.shoping-products .controls-bar .results-info{font-size:15px;color:#333;font-weight:500}@media (max-width: 768px){.shoping-products .controls-bar .results-info{text-align:center}}.shoping-products .controls-bar .controls-right{display:flex;align-items:center;gap:20px}@media (max-width: 768px){.shoping-products .controls-bar .controls-right{flex-direction:column;width:100%;gap:15px}}.shoping-products .controls-bar .controls-right .sort-wrapper .sort-dropdown{background:#000;color:#fff;border:none;border-radius:25px;padding:12px 40px 12px 24px;font-size:14px;font-weight:500;cursor:pointer;outline:none;min-width:180px;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;transition:background-color .3s ease}.shoping-products .controls-bar .controls-right .sort-wrapper .sort-dropdown:hover{background-color:#222}@media (max-width: 768px){.shoping-products .controls-bar .controls-right .sort-wrapper .sort-dropdown{width:100%}}.shoping-products .controls-bar .controls-right .sort-wrapper .sort-dropdown option{background:#fff;color:#333}.shoping-products .controls-bar .controls-right .view-toggle{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px}@media (max-width: 768px){.shoping-products .controls-bar .controls-right .view-toggle{justify-content:center}}.shoping-products .controls-bar .controls-right .view-toggle .view-label{font-size:14px;color:#333;font-weight:400;padding-right:8px}.shoping-products .controls-bar .controls-right .view-toggle .view-btn{background:transparent;border:none;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;color:#666;transition:all .2s ease;border-radius:2px;padding:0}.shoping-products .controls-bar .controls-right .view-toggle .view-btn:hover{color:#333;background:#f5f5f5}.shoping-products .controls-bar .controls-right .view-toggle .view-btn.active{background:#f0f0f0;color:#000}.shoping-products .shoping-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;justify-content:center;margin-bottom:60px}@media (max-width: 1200px){.shoping-products .shoping-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.shoping-products .shoping-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 600px){.shoping-products .shoping-grid{grid-template-columns:1fr;gap:20px}}.shoping-products .shoping-grid.list-view{grid-template-columns:1fr;gap:20px}.shoping-products .shoping-card{background:#f9f9f9;border-radius:8px;overflow:visible;display:flex;flex-direction:column;transition:all .3s ease}.shoping-products .shoping-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #0000001a}.shoping-products .shoping-card .cart-top{width:100%;height:300px;background:#8b8b8b11;display:flex;align-items:center;justify-content:center;z-index:15;box-shadow:3px 2px 8px #0000001a!important}.shoping-products .shoping-card .cart-top img{width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center}.shoping-products .shoping-card .cart-bottom{width:100%;background-color:#fff;padding:15px}.shoping-products .shoping-card .cart-bottom .rating-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.shoping-products .shoping-card .cart-bottom .rating-row .stars{display:flex;gap:2px;color:#ffc107;font-size:14px}.shoping-products .shoping-card .cart-bottom .rating-row .rating-text{font-size:14px;color:#333;font-weight:500}.shoping-products .shoping-card .cart-bottom h3{text-align:left;font-size:15px;font-weight:600;color:#000;margin-bottom:12px;line-height:1.4;min-height:42px;max-height:42px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.shoping-products .shoping-card .cart-bottom .price{display:block;text-align:left;color:#ff6b00;font-weight:700;font-size:20px;margin-bottom:15px}.shoping-products .shoping-card .cart-bottom .cart-btn{background:#ffc107;color:#000;font-size:15px;font-weight:600;padding:12px 20px;width:100%;border:none;border-radius:4px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s ease;outline:none}.shoping-products .shoping-card .cart-bottom .cart-btn:hover{outline:none;background:#ffb300;transform:translateY(-2px)}.shoping-products .shoping-card .cart-bottom .cart-btn .cart-icon{font-size:16px}.about-section{background-color:#000;width:100%;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.about-section .about-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;gap:40px;padding:60px 80px}.about-section .about-content .about-text{flex:1;max-width:600px;color:#fff}.about-section .about-content .about-text h1{font-family:Poppins,sans-serif;font-size:72px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}.about-section .about-content .about-text p{font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.8;color:#fff;margin:0;max-width:550px}.about-section .about-content .about-image{flex:1;display:flex;justify-content:flex-end;align-items:center}.about-section .about-content .about-image img{width:100%;max-width:500px;height:auto;object-fit:contain}@media (max-width: 1024px){.about-section{min-height:70vh}.about-section .about-content{padding:50px;gap:30px}.about-section .about-content .about-text{max-width:500px}.about-section .about-content .about-text h1{font-size:56px}.about-section .about-content .about-text p{font-size:15px;max-width:450px}.about-section .about-content .about-image img{max-width:400px}}@media (max-width: 768px){.about-section{min-height:auto}.about-section .about-content{flex-direction:column;padding:40px 30px;gap:30px;text-align:center}.about-section .about-content .about-text{max-width:100%}.about-section .about-content .about-text h1{font-size:42px}.about-section .about-content .about-text p{font-size:14px;max-width:100%}.about-section .about-content .about-image{justify-content:center;width:100%}.about-section .about-content .about-image img{max-width:350px}}@media (max-width: 480px){.about-section .about-content{padding:30px 20px;gap:25px}.about-section .about-content .about-text h1{font-size:32px;margin-bottom:15px}.about-section .about-content .about-text p{font-size:13px;line-height:1.6}.about-section .about-content .about-image img{max-width:280px}}.time-section{padding-top:80px!important;width:100%;background-color:#fff;padding:0}.time-section .time-container{display:flex;align-items:stretch;width:100%;min-height:60vh}.time-section .time-container .time-content{flex:1;width:100%;background-image:url(/assets/timeback-DJdIyeS-.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:10px 50px}.time-section .time-container .time-content .content-text{position:absolute;right:14%;max-width:100%;padding:25px;background-color:#fbc100;width:30%;height:75%}@media only screen and (min-width: 1200px) and (max-width: 1535px){.time-section .time-container .time-content .content-text{width:35%;right:7%;padding-top:70px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.time-section .time-container .time-content .content-text{width:40%;right:5%;height:70%}}.time-section .time-container .time-content .content-text p{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.8;color:#000;margin:0 0 20px;text-align:left}.time-section .time-container .time-content .content-text p:last-child{margin-bottom:0}.time-section .time-container .time-content .content-text p strong{font-weight:700}@media (max-width: 1024px){.time-section .time-container{min-height:60vh}.time-section .time-container .time-content{padding:20px}.time-section .time-container .time-content .content-text p{font-size:12px;margin:0 0 10px}}@media (min-width: 709px) and (max-width: 900px){.time-section .time-container .time-content{padding:30px 25px}.time-section .time-container .time-content .content-text{width:45%;right:6%;height:auto;padding:25px}.time-section .time-container .time-content .content-text p{font-size:13px;line-height:1.7;margin-bottom:14px}}@media (max-width: 768px){.time-section{padding-top:50px!important}.time-section .time-container{min-height:auto}.time-section .time-container .time-content{padding:40px 20px}.time-section .time-container .time-content .content-text{position:static;width:100%;height:auto;max-width:100%;padding:30px 20px;margin:0 auto}.time-section .time-container .time-content .content-text p{font-size:14px;margin:0 0 16px;line-height:1.8}}@media (max-width: 480px){.time-section{padding-top:40px!important}.time-section .time-container .time-content{padding:30px 15px}.time-section .time-container .time-content .content-text{padding:25px 15px}.time-section .time-container .time-content .content-text p{font-size:13px;margin:0 0 14px;line-height:1.7}}.opening-hours-section{width:100%;padding:80px 0 10px;background-color:#fff;display:flex;justify-content:center;align-items:center}.opening-hours-section .opening-hours-container{max-width:1100px;width:90%;background:linear-gradient(135deg,#0a6aa6 0% 100%);padding:50px 60px;box-shadow:0 4px 15px #0000001a}.opening-hours-section .opening-hours-container .opening-hours-title{font-family:Poppins,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0 0 40px;text-align:left}.opening-hours-section .opening-hours-container .hours-list{margin-left:80px;margin-right:80px;display:flex;flex-direction:column;gap:0}.opening-hours-section .opening-hours-container .hours-list .hours-row{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid rgb(255,255,255)}.opening-hours-section .opening-hours-container .hours-list .hours-row:last-child{border-bottom:none}.opening-hours-section .opening-hours-container .hours-list .hours-row .day{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#fff}.opening-hours-section .opening-hours-container .hours-list .hours-row .time{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#fff}@media (max-width: 1024px){.opening-hours-section{padding:60px 0}.opening-hours-section .opening-hours-container{padding:40px 50px}.opening-hours-section .opening-hours-container .opening-hours-title{font-size:28px;margin-bottom:30px}.opening-hours-section .opening-hours-container .hours-list{margin-left:40px;margin-right:40px}.opening-hours-section .opening-hours-container .hours-list .hours-row{padding:18px 0}.opening-hours-section .opening-hours-container .hours-list .hours-row .day,.opening-hours-section .opening-hours-container .hours-list .hours-row .time{font-size:15px}}@media (max-width: 768px){.opening-hours-section{padding:50px 0}.opening-hours-section .opening-hours-container{width:95%;padding:35px 25px}.opening-hours-section .opening-hours-container .opening-hours-title{font-size:24px;margin-bottom:25px;text-align:center}.opening-hours-section .opening-hours-container .hours-list{margin-left:20px;margin-right:20px}.opening-hours-section .opening-hours-container .hours-list .hours-row{padding:16px 0}.opening-hours-section .opening-hours-container .hours-list .hours-row .day,.opening-hours-section .opening-hours-container .hours-list .hours-row .time{font-size:14px}}@media (max-width: 480px){.opening-hours-section{padding:40px 0}.opening-hours-section .opening-hours-container{width:90%;padding:25px 15px}.opening-hours-section .opening-hours-container .opening-hours-title{font-size:20px;margin-bottom:20px;text-align:left}.opening-hours-section .opening-hours-container .hours-list{margin-left:10px;margin-right:10px}.opening-hours-section .opening-hours-container .hours-list .hours-row{padding:14px 0;flex-direction:row}.opening-hours-section .opening-hours-container .hours-list .hours-row .day,.opening-hours-section .opening-hours-container .hours-list .hours-row .time{font-size:13px}.opening-hours-section .opening-hours-container .hours-list .hours-row .day{flex:1}.opening-hours-section .opening-hours-container .hours-list .hours-row .time{text-align:right}}.gallery-section{width:100%;padding:80px 0;background-color:#fff}.gallery-section .gallery-container{max-width:1200px;margin:0 auto;padding:0 40px}.gallery-section .gallery-container .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr;gap:20px}.gallery-section .gallery-container .gallery-grid .gallery-item{position:relative;overflow:hidden;border-radius:10px;min-height:300px;cursor:pointer;transition:transform .3s ease}.gallery-section .gallery-container .gallery-grid .gallery-item:hover{transform:scale(1.02)}.gallery-section .gallery-container .gallery-grid .gallery-item:hover .gallery-overlay{background:#00000080}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(1){grid-row:1/3;grid-column:1;min-height:400px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(2){grid-row:1;grid-column:2;min-height:190px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(3){grid-row:1;grid-column:3;min-height:190px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(4){grid-row:2;grid-column:2/4;min-height:190px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-image{width:100%;height:100%;position:absolute;top:0;left:0}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-image img{width:100%;height:100%;object-fit:cover;display:block}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;flex-direction:column;justify-content:space-between;padding:30px;transition:background .3s ease}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content{z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:100%}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-text .gallery-title{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#fff;margin:0 0 5px;line-height:1.3}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-text .gallery-subtitle{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#fff;margin:0;line-height:1.3}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn{background-color:transparent;border:1px solid #ffffff;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;padding:6px 8px;border-radius:5px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;align-self:flex-start;gap:8px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn .arrow{transition:transform .3s ease;font-size:16px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn:hover{background-color:#fff;color:#000}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn:hover .arrow{transform:translate(5px)}@media (max-width: 1024px){.gallery-section{padding:20px 20px 80px}.gallery-section .gallery-container{padding:0 30px}.gallery-section .gallery-container .gallery-grid{gap:15px}.gallery-section .gallery-container .gallery-grid .gallery-item{min-height:250px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(1){min-height:350px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(2),.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(3){min-height:165px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(4){min-height:165px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay{padding:25px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-title{font-size:20px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-subtitle{font-size:20px;margin-bottom:15px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn{font-size:13px;padding:10px 24px}}@media (max-width: 768px){.gallery-section{padding:50px 0}.gallery-section .gallery-container{padding:0 20px}.gallery-section .gallery-container .gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-section .gallery-container .gallery-grid .gallery-item{min-height:300px}.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(1),.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(2),.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(3),.gallery-section .gallery-container .gallery-grid .gallery-item:nth-child(4){grid-row:auto;grid-column:1;min-height:300px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay{padding:20px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-title{font-size:18px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-subtitle{font-size:18px;margin-bottom:12px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn{font-size:12px;padding:10px 20px}}@media (max-width: 480px){.gallery-section{padding:40px 0}.gallery-section .gallery-container{padding:0 15px}.gallery-section .gallery-container .gallery-grid{gap:12px}.gallery-section .gallery-container .gallery-grid .gallery-item{min-height:250px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay{padding:18px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-title{font-size:16px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .gallery-subtitle{font-size:16px;margin-bottom:10px}.gallery-section .gallery-container .gallery-grid .gallery-item .gallery-overlay .gallery-content .view-more-btn{font-size:11px;padding:8px 18px}}.call-section{width:100%;padding-bottom:100px;background-color:#fff}@media (max-width: 768px){.call-section{padding-bottom:80px}}@media (max-width: 480px){.call-section{padding-bottom:60px}}@media only screen and (min-width: 1200px) and (max-width: 1535px){.call-section{height:auto;padding-bottom:80px}}.call-section .call-container{max-width:100%;margin:0 auto}.call-section .call-container .call-content{display:grid;grid-template-columns:1fr 1fr;min-height:400px}.call-section .call-container .call-content .call-text-content{background-color:#0a6aa6;padding:80px 60px;display:flex;flex-direction:column;text-align:center!important;justify-content:center;gap:40px}.call-section .call-container .call-content .call-text-content .call-title{font-family:Poppins,sans-serif;font-size:46px;text-align:center!important;font-weight:700;color:#fff;margin:0;line-height:1.2}.call-section .call-container .call-content .call-text-content .call-action{display:flex;align-items:center!important;text-align:center;justify-content:center;gap:30px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon{position:relative;display:flex;align-items:center;justify-content:center}.call-section .call-container .call-content .call-text-content .call-action .phone-icon svg{width:40px;height:40px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon .plus-icon{position:absolute;top:-18px;right:-8px;color:#fff;font-size:32px;font-weight:600}.call-section .call-container .call-content .call-text-content .call-action .contact-btn{background-color:#9dddfa;border:none;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;padding:16px 32px;border-radius:30px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px}.call-section .call-container .call-content .call-text-content .call-action .contact-btn .arrow{transition:transform .3s ease;font-size:18px}.call-section .call-container .call-content .call-text-content .call-action .contact-btn:hover{background-color:#e6e6e6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.call-section .call-container .call-content .call-text-content .call-action .contact-btn:hover .arrow{transform:translate(5px)}.call-section .call-container .call-content .call-image{position:relative;overflow:hidden}.call-section .call-container .call-content .call-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1024px){.call-section .call-container .call-content .call-text-content{padding:60px 40px;gap:30px}.call-section .call-container .call-content .call-text-content .call-title{font-size:42px}.call-section .call-container .call-content .call-text-content .call-action{gap:20px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon svg{width:40px;height:40px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon .plus-icon{font-size:28px}.call-section .call-container .call-content .call-text-content .call-action .contact-btn{font-size:15px;padding:14px 28px}}@media (max-width: 768px){.call-section .call-container .call-content{grid-template-columns:1fr}.call-section .call-container .call-content .call-text-content{padding:50px 30px;gap:25px;order:2}.call-section .call-container .call-content .call-text-content .call-title{font-size:36px}.call-section .call-container .call-content .call-text-content .call-action{flex-direction:column;align-items:flex-start;gap:20px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon svg{width:36px;height:36px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon .plus-icon{font-size:24px}.call-section .call-container .call-content .call-text-content .call-action .contact-btn{font-size:14px;padding:12px 24px}.call-section .call-container .call-content .call-image{max-height:300px;order:1}}@media (max-width: 480px){.call-section .call-container .call-content .call-text-content{padding:40px 20px;gap:20px}.call-section .call-container .call-content .call-text-content .call-title{font-size:28px}.call-section .call-container .call-content .call-text-content .call-action{gap:15px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon svg{width:32px;height:32px}.call-section .call-container .call-content .call-text-content .call-action .phone-icon .plus-icon{font-size:20px}.call-section .call-container .call-content .call-text-content .call-action .contact-btn{font-size:13px;padding:10px 20px}.call-section .call-container .call-content .call-image{min-height:250px}}.contact-section{position:relative;height:90vh}.contact-section .contact-top{background-color:#000;height:81vh}.contact-section .contact-top .contact-text{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.contact-section .contact-top .contact-text h1{color:#fff;font-family:Poppins,sans-serif;z-index:1;font-size:72px;font-weight:700;text-align:center}.contact-section .contact-top .conatct-image-wrapper{position:absolute;top:5%;left:0;width:50%;height:80%;overflow:hidden}.contact-section .contact-top .contact-image{position:absolute;width:100%;height:100%;object-fit:cover;background-position:center;opacity:.7}@media (max-width: 1024px){.contact-section,.contact-section .contact-top{height:60vh}.contact-section .contact-top .contact-text h1{font-size:54px;padding:0 30px}.contact-section .contact-top .conatct-image-wrapper{width:60%;height:90%;top:5%}}@media (max-width: 768px){.contact-section,.contact-section .contact-top{height:40vh}.contact-section .contact-top .contact-text h1{font-size:36px;padding:0 20px}.contact-section .contact-top .conatct-image-wrapper{width:70%;height:80%;top:15%;opacity:.6}}@media (max-width: 480px){.contact-section,.contact-section .contact-top{height:30vh}.contact-section .contact-top .contact-text h1{font-size:28px;padding:0 15px}.contact-section .contact-top .conatct-image-wrapper{width:80%;height:90%;top:5%;opacity:.5}}.contact-form-section{display:flex;justify-content:center;align-items:flex-start;height:50vh;gap:100px;padding:30px 0;background:#fff;flex-wrap:wrap}@media (max-width: 768px){.contact-form-section{height:40vh}}.contact-form-section .contact-info{display:flex;flex-direction:column;gap:40px;margin-top:0%}.contact-form-section .contact-info h2{font-size:32px;font-weight:700;color:#000;margin:0}.contact-form-section .contact-info .info-card{display:flex;flex-direction:row;align-items:center;gap:20px;padding:0;text-decoration:none;transition:all .3s ease}.contact-form-section .contact-info .info-card:hover{transform:translate(5px)}.contact-form-section .contact-info .info-card .icon-wrapper{width:45px;height:45px;border-radius:50%;background-color:#ff9d00;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-form-section .contact-info .info-card .icon-wrapper .icon{font-size:28px;color:#fff}.contact-form-section .contact-info .info-card .info-text{display:flex;flex-direction:column;gap:4px}.contact-form-section .contact-info .info-card .info-text h4{font-family:Poppins,sans-serif;color:#000;font-size:18px;font-weight:700;margin:0}.contact-form-section .contact-info .info-card .info-text p{font-family:Poppins,sans-serif;font-size:16px;color:#000;margin:0}.contact-form-section .contact-form{position:relative;bottom:300px;font-family:Poppins,sans-serif;background:#fff;padding:40px 50px;border-radius:14px;width:50%;border:1px solid #dbdbdb}.contact-form-section .contact-form .form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.contact-form-section .contact-form .form-group label{font-size:14px;font-weight:400;color:#000}.contact-form-section .contact-form .form-group input,.contact-form-section .contact-form .form-group textarea{padding:10px 12px;border:1px solid transparent;border-radius:4px;font-size:15px;outline:none;background-color:#d9d9d966;color:#000;transition:border-color .3s ease,box-shadow .3s ease}.contact-form-section .contact-form .form-group input.error,.contact-form-section .contact-form .form-group textarea.error{border-color:#ef5350}.contact-form-section .contact-form .form-group input.error:focus,.contact-form-section .contact-form .form-group textarea.error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.contact-form-section .contact-form .form-group input.success,.contact-form-section .contact-form .form-group textarea.success{border-color:#66bb6a}.contact-form-section .contact-form .form-group input.success:focus,.contact-form-section .contact-form .form-group textarea.success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.contact-form-section .contact-form .form-group input:focus,.contact-form-section .contact-form .form-group textarea:focus{border-color:#ff9d00}.contact-form-section .contact-form .form-group textarea{padding:15px 14px;min-height:100px;resize:none;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.contact-form-section .contact-form .form-group .error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif}@media (max-width: 1024px){.contact-form-section{gap:100px;padding:0 30px;height:auto}.contact-form-section .contact-info{margin-top:5%;gap:30px}.contact-form-section .contact-info h2{font-size:36px}.contact-form-section .contact-form{bottom:150px;width:60%;padding:35px 45px}.contact-form-section .contact-form h2{font-size:36px}}@media (max-width: 768px){.contact-form-section{align-items:center;padding:40px 20px;gap:40px;height:auto}.contact-form-section .contact-info{justify-content:center!important;margin-top:0;width:100%;gap:24px}.contact-form-section .contact-info h2{font-size:2rem}.contact-form-section .contact-info .info-card{gap:16px}.contact-form-section .contact-info .info-card .icon-wrapper{width:48px;height:48px}.contact-form-section .contact-info .info-card .icon-wrapper .icon{font-size:24px}.contact-form-section .contact-info .info-card .info-text h4{font-size:16px}.contact-form-section .contact-info .info-card .info-text p{font-size:14px}.contact-form-section .contact-form{bottom:0;width:100%;padding:30px 25px}.contact-form-section .contact-form h2{font-size:32px;margin-bottom:20px}.contact-form-section .contact-form .form-group{margin-bottom:14px}.contact-form-section .contact-form .form-group label{font-size:13px}.contact-form-section .contact-form .form-group input,.contact-form-section .contact-form .form-group textarea{padding:9px 11px;font-size:14px}.contact-form-section .contact-form .form-group textarea{min-height:90px}}@media (max-width: 480px){.contact-form-section{padding:30px 15px;gap:30px}.contact-form-section .contact-info{gap:20px}.contact-form-section .contact-info h2{font-size:28px}.contact-form-section .contact-info .info-card{gap:12px}.contact-form-section .contact-info .info-card .icon-wrapper{width:44px;height:44px}.contact-form-section .contact-info .info-card .icon-wrapper .icon{font-size:22px}.contact-form-section .contact-info .info-card .info-text h4{font-size:14px}.contact-form-section .contact-info .info-card .info-text p{font-size:13px;word-break:break-word}.contact-form-section .contact-form{padding:25px 20px}.contact-form-section .contact-form h2{font-size:26px;margin-bottom:18px}.contact-form-section .contact-form .form-group{margin-bottom:12px}.contact-form-section .contact-form .form-group label{font-size:12px}.contact-form-section .contact-form .form-group input,.contact-form-section .contact-form .form-group textarea{padding:8px 10px;font-size:13px}.contact-form-section .contact-form .form-group textarea{min-height:80px;padding:12px 10px}}.product-details-page{max-width:1300px;margin:0 auto;padding:40px 20px}.product-details-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:40px;margin-bottom:40px}@media only screen and (min-width: 1200px) and (max-width: 1535px){.product-details-container{gap:40px;padding:20px}}@media only screen and (min-width: 900px) and (max-width: 1199px){.product-details-container{padding:15px}}@media only screen and (min-width: 600px) and (max-width: 899px){.product-details-container{padding:10px}}@media only screen and (min-width: 0px) and (max-width: 768px){.product-details-container{padding:5px;grid-template-columns:1fr}}.product-images-section{display:flex;flex-direction:column;gap:20px}.main-image{width:100%;height:500px;background-color:#e9e9e9;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image img{max-width:100%;max-height:100%;object-fit:contain}.thumbnail-gallery{display:flex;gap:15px;justify-content:flex-start}.thumbnail{width:100px;height:100px;background-color:#e9e9e9;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .3s ease}.thumbnail:hover,.thumbnail.active{border-color:#ff9800}.thumbnail img{max-width:100%;max-height:100%;object-fit:contain}.product-info-section{display:flex;flex-direction:column;gap:24px}.title-stock-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:0}.product-title{font-size:28px;font-weight:600;color:#000;line-height:1.3;margin:0;flex:1;letter-spacing:-.3px}@media (max-width: 768px){.product-title{font-size:24px}}@media (max-width: 480px){.product-title{font-size:20px}}.stock-badge{padding:8px 18px;border:2px solid #ff9800;border-radius:25px;color:#ff9800;font-size:13px;font-weight:600;white-space:nowrap;background:#fff9f0;transition:all .3s ease}.stock-badge:hover{background:#ff9800;color:#fff}.stock-badge.in-stock{border-color:#4caf50;color:#4caf50;background:#f1f8f4}.stock-badge.in-stock:hover{background:#4caf50;color:#fff}.stock-badge.low-stock{border-color:#ff9800;color:#ff9800;background:#fff9f0}.stock-badge.low-stock:hover{background:#ff9800;color:#fff}.stock-badge.out-of-stock{border-color:#f44336;color:#f44336;background:#ffebee}.stock-badge.out-of-stock:hover{background:#f44336;color:#fff}.rating-price-wrapper{display:flex;flex-direction:column;gap:12px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e8e8e8}.rating-stock-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.rating-section{display:flex;align-items:center;gap:8px}@media (max-width: 480px){.rating-section{gap:6px}}.rating-section .stars{display:flex;gap:2px;font-size:16px}@media (max-width: 768px){.rating-section .stars{font-size:14px}}@media (max-width: 480px){.rating-section .stars{font-size:12px}}.rating-section .stars svg.star-filled{color:#ffc107}.rating-section .stars svg.star-half{color:#ffc107}.rating-section .stars svg.star-empty{color:#e0e0e0}.rating-section .stars svg.star-no-reviews{color:#e0e0e0}.rating-text{font-size:14px;color:#333;font-weight:500;white-space:nowrap}@media (max-width: 768px){.rating-text{font-size:12px}}@media (max-width: 480px){.rating-text{font-size:11px}}.price-display{display:flex;align-items:center;gap:20px;position:relative}.current-price{font-size:28px;font-weight:700;color:#ff9800;letter-spacing:-.5px}.discount-tag-inline{background-color:#ff9d00;color:#000;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;border-radius:50px;padding:8px 16px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 768px){.discount-tag-inline{font-size:12px;padding:6px 12px}}@media (max-width: 480px){.discount-tag-inline{font-size:11px;padding:5px 10px}}.discount-tag-inline .discount-percent{display:block}.shipping-info{display:inline-block}.shipping-info .free-shipping{font-size:14px;font-weight:600;color:#4caf50;background:#f1f8f4;padding:8px 14px;border-radius:6px;display:inline-flex;align-items:center;gap:6px}.shipping-info .shipping-price{font-size:14px;font-weight:500;color:#000;background:#f5f5f5;padding:8px 14px;border-radius:6px;display:inline-block}.product-description{font-size:15px;color:#555;line-height:1.8;margin:0;text-align:justify}.size-color-wrapper{width:100%;display:flex;justify-content:space-between;gap:20px}@media (max-width: 768px){.size-color-wrapper{flex-direction:column;gap:15px}}.cart-info-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#e3f2fd;border-left:4px solid #2196f3;border-radius:4px;font-size:14px;color:#1976d2;margin:10px 0}.cart-info-message .cart-info-icon{font-size:18px}.quantity-action-row{display:flex;gap:15px;align-items:center;margin-top:10px}@media (max-width: 768px){.quantity-action-row{flex-wrap:wrap;gap:12px}}.quantity-action-row .btn{flex:1;min-width:150px}@media (max-width: 768px){.quantity-action-row .btn{width:100%;min-width:100%;flex:1 1 100%;order:2}}@media (max-width: 480px){.quantity-action-row .btn{width:100%;min-width:auto}}.quantity-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;background-color:#fff;overflow:hidden}@media (max-width: 768px){.quantity-selector{order:1}}.quantity-selector button{width:50px;height:45px;color:#000;border:none;background-color:#fff;font-size:18px;font-weight:400;cursor:pointer;transition:background-color .3s ease}.quantity-selector button:first-child{border-right:1px solid #ddd}.quantity-selector button:last-child{border-left:1px solid #ddd}.quantity-selector button:hover{background-color:#f9f9f9}.quantity-selector input{width:60px;height:45px;border:none;text-align:center;font-size:18px;font-weight:600;background-color:#fff;color:#000}.quantity-selector input::placeholder{color:#999;opacity:1}.quantity-selector input::-webkit-input-placeholder{color:#999}.quantity-selector input::-moz-placeholder{color:#999;opacity:1}.quantity-selector input:-ms-input-placeholder{color:#999}.add-to-cart-btn{flex:1;height:50px;background-color:#000;color:#fff;font-family:Poppins,sans-serif;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background-color .3s ease;flex-direction:row-reverse}@media only screen and (min-width: 900px) and (max-width: 1199px){.add-to-cart-btn{font-size:10px}}.add-to-cart-btn:hover{background-color:#9dddfa}.buy-now-btn{flex:1;height:50px;background-color:#ff9d00;color:#fff;border:none;font-family:Poppins,sans-serif;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}@media only screen and (min-width: 900px) and (max-width: 1199px){.buy-now-btn{font-size:10px}}.buy-now-btn:hover{background-color:#9dddfa}.heart-back{background-color:transparent;border:none;border-radius:4px;padding:10px 20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.heart-back{flex:0 0 auto;padding:10px 15px;order:1;min-height:45px}}.heart-back :hover{background-color:#f9f9f9}.heart-back .wishlist-btn{width:25px;height:25px;font-size:16px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center}.heart-back .wishlist-btn:hover{border:none!important;transition:all .3s ease}.product-meta{display:flex;flex-direction:column;gap:10px;padding:20px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.meta-item{display:flex;align-items:center;gap:8px;font-size:14px}.meta-label{font-weight:600;color:#000}.meta-value{color:#666}.product-tabs-section{padding:40px 0;margin-bottom:40px}.tabs-header{display:flex;gap:40px;margin-bottom:30px;padding-bottom:15px;justify-content:center}.tab-btn{padding:10px 0;background:none;border:none;font-size:18px;font-weight:600;color:#999;cursor:pointer;position:relative;transition:color .3s ease;outline:none}.tab-btn:hover{outline:none;color:#333}.tab-btn.active{outline:none;color:#000}.tab-btn.active:after{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:3px;background-color:#000;outline:none}.tabs-content{padding:20px 0;max-width:1000px;margin:0 auto;border-bottom:1px solid rgb(212,211,211)}.description-content h3,.reviews-content h3{font-size:20px;margin-bottom:20px;color:#000;font-weight:600}.description-content h4{font-size:15px;margin-top:25px;margin-bottom:15px;color:#000;font-weight:600}.description-content p,.reviews-content p{font-size:14px;color:#333;line-height:1.8;margin-bottom:20px}.reviews-content{padding:20px 0}.reviews-content>p{text-align:center;color:#666;font-size:16px;padding:40px 20px;background:#f9f9f9;border-radius:8px;margin-top:20px}.description-content ul{list-style:none}.description-content ul li{font-size:14px;color:#333;line-height:1.8;margin-bottom:12px;padding-left:20px;position:relative}.description-content ul li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700;font-size:18px}.reviews-list{display:flex;flex-direction:column;gap:20px;margin-top:20px}.review-item{background:#fff;padding:25px;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;display:flex;flex-direction:column;gap:15px}.review-item:hover{box-shadow:0 4px 16px #00000014;border-color:#e8e8e8}.review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;width:100%}.reviewer-info{display:flex;align-items:flex-start;gap:15px;flex:1}.reviewer-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;flex-shrink:0;box-shadow:0 4px 12px #667eea4d;overflow:hidden}.reviewer-avatar .reviewer-avatar-img{width:100%;height:100%;object-fit:cover}.reviewer-details{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.reviewer-name{font-size:17px;font-weight:600;color:#000;margin:0;line-height:1.3}.reviewer-username{font-size:13px;color:#666;font-weight:400;line-height:1.2}.review-rating{display:flex;gap:4px}.review-rating svg{font-size:16px;transition:transform .2s ease}.review-rating svg.star-filled{color:#ffc107}.review-rating svg.star-half{color:#ffc107}.review-rating svg.star-empty{color:#e0e0e0}.review-rating svg.star-no-reviews{color:silver}.review-right-section{display:flex;align-items:flex-start;justify-content:flex-end}.review-date{font-size:13px;color:#666;white-space:nowrap;font-weight:500}.review-content-wrapper{display:flex;flex-direction:column;gap:15px}.review-comment{font-size:15px;color:#333;line-height:1.7;margin:0;font-weight:400;text-align:justify}.review-media{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:5px}.review-media-item{position:relative;width:100%;height:120px;border-radius:8px;overflow:hidden;background:#f5f5f5;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.review-media-item:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.review-media-item img,.review-media-item video{width:100%;height:100%;object-fit:cover}.review-media-item video{cursor:pointer}.review-helpful{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:8px;border-top:1px solid #f0f0f0;margin-top:5px}.helpful-label{font-size:13px;color:#666;font-weight:500}.helpful-buttons{display:flex;gap:8px;align-items:center}.helpful-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid #e0e0e0;background-color:#fff;cursor:pointer;transition:all .2s ease;font-size:13px;color:#666;border-radius:6px}.helpful-btn svg{font-size:15px;color:#666;transition:all .2s ease}.helpful-btn span{font-weight:500;min-width:12px;text-align:left}.helpful-btn:hover{outline:none;background:#f8f9fa;border-color:#d0d0d0;color:#000}.helpful-btn:hover svg{outline:none;color:#000;transform:scale(1.1)}.helpful-btn.active{outline:none;background:#000;border-color:#000;color:#fff}.helpful-btn.active svg{outline:none;color:#fff}@media (max-width: 992px){.review-item{padding:20px;gap:12px}.review-header{flex-direction:column;gap:10px}.review-right-section{width:100%;justify-content:flex-start}.review-helpful{flex-wrap:wrap}}@media (max-width: 768px){.review-item{padding:18px;gap:12px}.reviewer-avatar{width:48px;height:48px;font-size:20px}.reviewer-name{font-size:16px}.reviewer-username{font-size:12px}.review-rating svg{font-size:14px}.review-comment{font-size:14px;line-height:1.6}.review-media{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.review-media-item{height:100px}.review-helpful{padding:10px 14px;flex-direction:column;align-items:flex-start;gap:10px}.helpful-buttons{width:100%;justify-content:flex-start}}@media (max-width: 480px){.review-item{padding:15px;gap:10px}.reviewer-info{gap:12px}.reviewer-avatar{width:44px;height:44px;font-size:18px}.reviewer-name{font-size:15px}.reviewer-username{font-size:11px}.review-comment{font-size:14px}.review-media{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.review-media-item{height:80px}.review-helpful{padding:8px 12px}.helpful-btn{padding:5px 8px;font-size:12px}.helpful-btn svg{font-size:14px}.helpful-label{font-size:12px}}.related-products-section{padding:60px 40px;background-color:#f8f8f8}.related-products-section h2{font-size:32px;font-weight:400;margin-bottom:40px;color:#000;text-align:left}.related-products-section h2 strong{font-weight:700}.purchase-info-page{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif}@media (max-width: 768px){.purchase-info-page{padding:20px 15px}}@media (max-width: 480px){.purchase-info-page{padding:15px 10px}}.purchase-info-page .progress-steps{display:flex;align-items:center;justify-content:center;gap:40px;margin:30px 0;position:relative}@media (max-width: 968px){.purchase-info-page .progress-steps{gap:20px;margin:20px 0}}@media (max-width: 768px){.purchase-info-page .progress-steps{gap:15px;flex-wrap:wrap}}@media (max-width: 480px){.purchase-info-page .progress-steps{gap:10px}}.purchase-info-page .content-container{display:flex;gap:40px;align-items:center;justify-content:center;width:100%}@media (max-width: 1024px){.purchase-info-page .content-container{gap:30px}}@media (max-width: 768px){.purchase-info-page .content-container{flex-direction:column;gap:25px;align-items:center}}@media (max-width: 480px){.purchase-info-page .content-container{gap:20px;padding:0 10px}}.purchase-info-page .left-column{width:100%;display:flex;flex-direction:column;gap:32px}.purchase-info-page .address-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media (max-width: 968px){.purchase-info-page .address-columns{grid-template-columns:1fr;gap:30px}}@media (max-width: 480px){.purchase-info-page .address-columns{gap:24px}}.purchase-info-page .billing-Delivery-section{display:contents}@media (max-width: 968px){.purchase-info-page .billing-Delivery-section{display:flex;flex-direction:column;gap:30px}}.purchase-info-page .section{background:#fff;padding:28px;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 12px #0000000a}@media (max-width: 480px){.purchase-info-page .section{padding:20px}}.purchase-info-page .section h2{font-size:18px;font-weight:600;color:#000;margin:0 0 8px}@media (max-width: 768px){.purchase-info-page .section h2{font-size:17px}}.purchase-info-page .section h4{font-size:14px;color:#0006;margin:0 0 20px;font-weight:400}.purchase-info-page .section .section-description{font-size:14px;color:#0006;margin-bottom:20px;line-height:1.5}.purchase-info-page .delivery-address-section{opacity:.6;transition:opacity .3s ease}.purchase-info-page .delivery-address-section:has(#use-different-delivery:checked){opacity:1}.purchase-info-page .form-group{margin:20px 0}.purchase-info-page .form-group .common-checkbox label{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:15px;color:#000;font-weight:500}.purchase-info-page .form-group .common-checkbox label input[type=checkbox]{appearance:none;width:20px;height:20px;border:2px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.purchase-info-page .form-group .common-checkbox label input[type=checkbox]:checked{background:#ff9d00;border-color:#ff9d00;position:relative}.purchase-info-page .form-group .common-checkbox label input[type=checkbox]:checked:after{content:"✓";color:#fff;font-weight:700;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.purchase-info-page .form-group .common-checkbox label input[type=checkbox]:hover{border-color:#ff9d00}.purchase-info-page .error-message{background-color:#fef3cd;color:#c00;padding:12px 16px;border-radius:6px;border:1px solid #fde68a;font-size:14px;margin:16px 0;display:flex;align-items:center;gap:8px}.purchase-info-page .error-message.delivery-error{animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.purchase-info-page .go-to-payment-button-wrapper{grid-column:1/-1;text-align:center;margin-top:32px}.purchase-info-page .go-to-payment-button-wrapper::placeholder{color:#0006}.purchase-info-page .go-to-payment-button-wrapper:focus{outline:none;border-color:#0006}.purchase-info-page .go-to-payment-button-wrapper.full-width{margin-bottom:15px}@media (max-width: 480px){.purchase-info-page .go-to-payment-button-wrapper.full-width{margin-bottom:12px}}.purchase-info-page .go-to-payment-button-wrapper.error{border-color:#dc3545}.purchase-info-page .go-to-payment-button-wrapper.error:focus{border-color:#dc3545;outline:none;box-shadow:0 0 0 .2rem #dc354540}.purchase-info-page .go-to-payment-button-wrapper:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.purchase-info-page .field-error{color:#dc3545;font-size:12px;margin-top:4px;margin-bottom:8px;display:block}@media (max-width: 480px){.purchase-info-page .field-error{font-size:11px}}.purchase-info-page .payment-error-message{background-color:#f8d7da;border:1px solid #f5c2c7;color:#842029;padding:12px 16px;border-radius:4px;margin-bottom:16px;font-size:14px;line-height:1.5}@media (max-width: 480px){.purchase-info-page .payment-error-message{padding:10px 14px;font-size:13px}}.purchase-info-page .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:baseline}@media (max-width: 568px){.purchase-info-page .form-grid{grid-template-columns:1fr}}.purchase-info-page .delivery-address-wrapper{display:flex;flex-direction:column;gap:12px}.purchase-info-page .delivery-address-wrapper .phone-input{max-width:100%;margin-bottom:0}.purchase-info-page .delivery-address-wrapper .phone-input__wrapper{width:100%}.purchase-info-page .delivery-address-wrapper .phone-input__field{flex:1}.purchase-info-page .save-address-button{width:100%;padding:12px 24px;background:#ff9d00;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;outline:none}@media (max-width: 768px){.purchase-info-page .save-address-button{padding:10px 20px;font-size:15px}}@media (max-width: 480px){.purchase-info-page .save-address-button{padding:10px 18px;font-size:14px}}.purchase-info-page .save-address-button:hover:not(:disabled){outline:none;background:#fbc100;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.purchase-info-page .save-address-button:active:not(:disabled){outline:none;background:#cc7000;transform:translateY(0);box-shadow:0 2px 4px #0000001a}.purchase-info-page .save-address-button:disabled{outline:none;background:#e0e0e0;color:#fff;cursor:not-allowed;opacity:.6}.purchase-info-page .delivery-checkbox{margin-bottom:20px;background:transparent;font-family:Poppins,sans-serif;font-size:5px;font-weight:100}@media (max-width: 768px){.purchase-info-page .delivery-checkbox{padding:12px;margin-bottom:15px}}@media (max-width: 480px){.purchase-info-page .delivery-checkbox{padding:10px;margin-bottom:12px}}.purchase-info-page .delivery-checkbox label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.purchase-info-page .delivery-checkbox label input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:22px;height:22px;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0;margin-right:12px}@media (max-width: 480px){.purchase-info-page .delivery-checkbox label input[type=checkbox]{width:20px;height:20px;margin-right:10px}}.purchase-info-page .delivery-checkbox label input[type=checkbox]:checked{background:#ff9d00}.purchase-info-page .delivery-checkbox label input[type=checkbox]:hover{border-color:#ff9d00}.purchase-info-page .delivery-checkbox label input[type=checkbox]:focus{outline-offset:2px}.purchase-info-page .delivery-checkbox label span{font-size:15px;color:#000;font-weight:500}@media (max-width: 768px){.purchase-info-page .delivery-checkbox label span{font-size:14px}}@media (max-width: 480px){.purchase-info-page .delivery-checkbox label span{font-size:13px}}.purchase-info-page .delivery-date-section .date-picker-wrapper{position:relative}.purchase-info-page .delivery-date-section .date-picker-wrapper .date-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;color:#000;background:#fff}.purchase-info-page .delivery-date-section .date-picker-wrapper .date-input::-webkit-calendar-picker-indicator{width:20px;cursor:pointer;filter:invert(60%)}.purchase-info-page .delivery-date-section .date-picker-wrapper .date-input:focus{outline:none;border-color:#e0e0e0}.purchase-info-page .payment-method-section{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:0;overflow:hidden}.purchase-info-page .payment-method-section .payment-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#f5f6ff;border-bottom:1px solid #e0e0e0}@media (max-width: 768px){.purchase-info-page .payment-method-section .payment-header{padding:15px 18px}}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header{padding:12px 15px}}.purchase-info-page .payment-method-section .payment-header h2{margin:0;font-size:14px;font-weight:600;color:#000}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header h2{font-size:13px}}.purchase-info-page .payment-method-section .payment-header .card-icons-header{display:flex;align-items:center;gap:8px}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header .card-icons-header{gap:5px}}.purchase-info-page .payment-method-section .payment-header .card-icons-header .card-icon{height:28px;width:auto;object-fit:contain}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header .card-icons-header .card-icon{height:22px}}.purchase-info-page .payment-method-section .card-type-selection{display:flex;gap:50px;padding:12px 24px;background:#fff;border-bottom:1px solid #e0e0e0;align-items:center}@media (max-width: 768px){.purchase-info-page .payment-method-section .card-type-selection{gap:30px;padding:18px;flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-type-selection{gap:20px;padding:15px}}.purchase-info-page .payment-method-section .card-type-selection .card-type-option{display:flex;align-items:center;gap:12px;cursor:pointer;padding:0;border-radius:4px;transition:all .2s;-webkit-user-select:none;user-select:none}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-type-selection .card-type-option{gap:10px}}.purchase-info-page .payment-method-section .card-type-selection .card-type-option:hover input[type=radio]{border-color:#ff9d00}.purchase-info-page .payment-method-section .card-type-selection .card-type-option input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;border:4px solid #d1d5db;border-radius:14px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0;margin:0}.purchase-info-page .payment-method-section .card-type-selection .card-type-option input[type=radio]:checked{background:#ff9d00}.purchase-info-page .payment-method-section .card-type-selection .card-type-option input[type=radio]:hover{border-color:#ff9d00}.purchase-info-page .payment-method-section .card-type-selection .card-type-option input[type=radio]:focus{outline:none}.purchase-info-page .payment-method-section .card-type-selection .card-type-option input[type=radio]:active{transform:scale(.95)}.purchase-info-page .payment-method-section .card-type-selection .card-type-option .card-logo{height:36px;width:auto;object-fit:contain}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-type-selection .card-type-option .card-logo{height:28px}}.purchase-info-page .payment-method-section .card-type-selection .card-logo{height:28px;width:auto;object-fit:contain}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-type-selection .card-logo{height:22px}}.purchase-info-page .payment-method-section .card-details{display:flex;flex-direction:column;gap:12px;padding:24px;background:#0000000b}.purchase-info-page .payment-method-section .card-details .form-grid{margin-bottom:0}@media (max-width: 768px){.purchase-info-page .payment-method-section .card-details{padding:18px}}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-details{padding:15px}}.purchase-info-page .payment-method-section .card-details .input-with-icon{position:relative;margin-bottom:15px}.purchase-info-page .payment-method-section .card-details .input-with-icon .form-input{padding-right:40px}.purchase-info-page .payment-method-section .card-details .input-with-icon .input-icon{position:absolute;right:16px;top:40%;transform:translateY(-50%);font-size:18px;color:#999;pointer-events:none}.purchase-info-page .payment-method-section .card-details .input-with-icon .input-icon.lock-icon{font-size:16px}.purchase-info-page .payment-method-section .card-details .input-with-icon .input-icon.help-icon{width:20px;height:20px;border-radius:50%;background:#e0e0e0;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.purchase-info-page .payment-method-section .shipping-checkbox{padding:0 24px 20px;background:#0000000b}@media (max-width: 768px){.purchase-info-page .payment-method-section .shipping-checkbox{padding:0 18px 15px}}@media (max-width: 480px){.purchase-info-page .payment-method-section .shipping-checkbox{padding:0 15px 12px}}.purchase-info-page .payment-method-section .shipping-checkbox label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px}@media (max-width: 480px){.purchase-info-page .payment-method-section .shipping-checkbox label{gap:10px}}.purchase-info-page .payment-method-section .shipping-checkbox label input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;border:4px solid #d1d5db;border-radius:14px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0;margin:0}.purchase-info-page .payment-method-section .shipping-checkbox label input[type=checkbox]:checked{background:#ff9d00}.purchase-info-page .payment-method-section .shipping-checkbox label input[type=checkbox]:hover{border-color:#ff9d00}.purchase-info-page .payment-method-section .shipping-checkbox label input[type=checkbox]:focus{outline:none}.purchase-info-page .payment-method-section .shipping-checkbox label input[type=checkbox]:active{transform:scale(.95)}.purchase-info-page .payment-method-section .shipping-checkbox label span{font-size:15px;color:#000;font-weight:500;line-height:1.5}@media (max-width: 768px){.purchase-info-page .payment-method-section .shipping-checkbox label span{font-size:14px}}@media (max-width: 480px){.purchase-info-page .payment-method-section .shipping-checkbox label span{font-size:13px}}.purchase-info-page .payment-method-section .pay-now-button{margin:0 24px 24px;width:calc(100% - 48px);padding:14px;background:#ff9d00;color:#fff;font-size:17px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.purchase-info-page .payment-method-section .pay-now-button:hover{background:#fbc100;transform:translateY(-2px)}.purchase-info-page .payment-method-section .pay-now-button:active{transform:translateY(0)}.purchase-info-page .payment-method-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000d}.purchase-info-page .payment-method-section .payment-header{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;background:#f8f9ff;border-bottom:1px solid #e0e0e0}@media (max-width: 768px){.purchase-info-page .payment-method-section .payment-header{padding:18px 24px}}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}}.purchase-info-page .payment-method-section .payment-header h2{margin:0;font-size:18px;font-weight:600;color:#000}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header h2{font-size:17px}}.purchase-info-page .payment-method-section .payment-header .card-icons-header{display:flex;align-items:center;gap:12px}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header .card-icons-header{gap:10px}}.purchase-info-page .payment-method-section .payment-header .card-icons-header .card-icon{height:32px;width:auto;object-fit:contain}@media (max-width: 480px){.purchase-info-page .payment-method-section .payment-header .card-icons-header .card-icon{height:26px}}.purchase-info-page .payment-method-section .card-details{padding:28px;background:#fbfbff}@media (max-width: 768px){.purchase-info-page .payment-method-section .card-details{padding:24px}}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-details{padding:20px}}.purchase-info-page .payment-method-section .card-details .payment-error-message{background-color:#fee2e2;color:#c00;padding:14px 18px;border-radius:8px;border:1px solid #fecaca;margin-bottom:20px;font-size:14px;line-height:1.5}.purchase-info-page .payment-method-section .card-details .pay-now-button{width:100%;padding:16px;background:#ff9d00;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0}.purchase-info-page .payment-method-section .card-details .pay-now-button:hover:not(:disabled){background:#fbc100;transform:translateY(-1px)}.purchase-info-page .payment-method-section .card-details .pay-now-button:disabled{background:#a0a0a0;cursor:not-allowed;opacity:.7}@media (max-width: 480px){.purchase-info-page .payment-method-section .card-details .pay-now-button{padding:14px;font-size:17px}}.purchase-info-page .back-address{background-color:transparent!important}.purchase-info-page .back-address .Address-btn{background-color:transparent!important;color:#ff9d00;text-decoration:underline}.purchase-info-page .back-address .Address-btn:hover,.purchase-info-page .back-address .Address-btn:focus{color:#ffb54e;text-decoration:underline;background-color:none;border:none;outline:none}.purchase-info-page .right-column{position:sticky;top:20px;align-self:start;width:100%}@media (max-width: 968px){.purchase-info-page .right-column{position:static;order:-1;margin-bottom:32px}}.purchase-info-page .order-summary{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:28px;box-shadow:0 4px 16px #0000000d}.purchase-info-page .order-summary h2{font-size:19px;font-weight:600;padding-bottom:16px;border-bottom:1px solid #e0e0e0;margin:0 0 24px}.purchase-info-page .order-summary .order-items{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}.purchase-info-page .order-summary .order-item{display:flex;gap:16px;cursor:pointer}.purchase-info-page .order-summary .order-item .item-image{width:80px;height:80px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;flex-shrink:0}.purchase-info-page .order-summary .order-item .item-image img{width:100%;height:100%;object-fit:cover}.purchase-info-page .order-summary .order-item .item-details{flex:1}.purchase-info-page .order-summary .order-item .item-details .qty-price{display:flex;gap:8px}.purchase-info-page .order-summary .order-item .item-details .qty-price .icon-cross{font-size:12px;color:#666;align-self:center}.purchase-info-page .order-summary .order-item .item-details .item-name{font-size:14px;color:#333;line-height:1.4;margin-bottom:2px}@media (max-width: 480px){.purchase-info-page .order-summary .order-item .item-details .item-name{font-size:12px;margin-bottom:6px}}.purchase-info-page .order-summary .order-item .item-details .item-price{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#ff9d00}.purchase-info-page .order-summary .order-totals{border-top:1px solid #e0e0e0;padding-top:20px}.purchase-info-page .order-summary .order-totals .total-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px}.purchase-info-page .order-summary .order-totals .total-row.total{font-size:20px;font-weight:700;color:#000;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.confirm-page{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif}.confirm-page .progress-steps{display:flex;align-items:center;justify-content:center;gap:40px;margin:30px 0;position:relative}@media (max-width: 968px){.confirm-page .progress-steps{gap:20px;margin:20px 0}}@media (max-width: 768px){.confirm-page .progress-steps{gap:15px;flex-wrap:wrap}}@media (max-width: 480px){.confirm-page .progress-steps{gap:10px}}@media (max-width: 768px){.confirm-page{padding:30px 15px}}@media (max-width: 480px){.confirm-page{padding:20px 10px}}.confirm-page .confirm-container{max-width:600px;width:100%;margin-top:40px;text-align:center;margin-left:auto;margin-right:auto}.confirm-page .confirm-container .success-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:25px}@media (max-width: 480px){.confirm-page .confirm-container .success-icon{width:70px;height:70px;margin-bottom:20px}}.confirm-page .confirm-container .success-icon svg{font-size:45px;color:#bef3d0}@media (max-width: 480px){.confirm-page .confirm-container .success-icon svg{font-size:40px}}.confirm-page .confirm-container .confirm-heading{font-size:28px;font-weight:700;color:#000;margin-bottom:15px;font-family:Inter,sans-serif}@media (max-width: 768px){.confirm-page .confirm-container .confirm-heading{font-size:24px}}@media (max-width: 480px){.confirm-page .confirm-container .confirm-heading{font-size:22px;margin-bottom:12px}}.confirm-page .confirm-container .thank-you-text{font-size:15px;color:#000;line-height:1.6;margin-bottom:35px;max-width:520px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif}@media (max-width: 768px){.confirm-page .confirm-container .thank-you-text{font-size:14px;margin-bottom:30px}}@media (max-width: 480px){.confirm-page .confirm-container .thank-you-text{font-size:13px;margin-bottom:25px}}.confirm-page .confirm-container .warning-message{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:15px 20px;margin-bottom:25px;max-width:520px;margin-left:auto;margin-right:auto}@media (max-width: 480px){.confirm-page .confirm-container .warning-message{padding:12px 15px;margin-bottom:20px}}.confirm-page .confirm-container .warning-message p{margin:0;font-size:14px;color:#856404;font-family:Inter,sans-serif}@media (max-width: 480px){.confirm-page .confirm-container .warning-message p{font-size:13px}}.confirm-page .confirm-container .order-details-card{background:#f5f5f5;border-radius:8px;padding:30px;margin-bottom:30px;max-width:480px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.confirm-page .confirm-container .order-details-card{padding:25px;margin-bottom:25px}}@media (max-width: 480px){.confirm-page .confirm-container .order-details-card{padding:20px;margin-bottom:20px}}.confirm-page .confirm-container .order-details-card h2{font-size:20px;font-weight:700;color:#000;margin-bottom:20px;text-align:center;font-family:Inter,sans-serif}@media (max-width: 768px){.confirm-page .confirm-container .order-details-card h2{font-size:18px;margin-bottom:18px}}@media (max-width: 480px){.confirm-page .confirm-container .order-details-card h2{font-size:16px;margin-bottom:15px}}.confirm-page .confirm-container .order-details-card .details-content{text-align:left}.confirm-page .confirm-container .order-details-card .details-content .detail-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e0e0e0;font-family:Inter,sans-serif}@media (max-width: 480px){.confirm-page .confirm-container .order-details-card .details-content .detail-row{padding:8px 0}}.confirm-page .confirm-container .order-details-card .details-content .detail-row:last-child{border-bottom:none}.confirm-page .confirm-container .order-details-card .details-content .detail-row .label{font-size:15px;color:#000;font-weight:400}@media (max-width: 480px){.confirm-page .confirm-container .order-details-card .details-content .detail-row .label{font-size:14px}}.confirm-page .confirm-container .order-details-card .details-content .detail-row .value{font-size:15px;color:#000;font-weight:500}@media (max-width: 480px){.confirm-page .confirm-container .order-details-card .details-content .detail-row .value{font-size:14px}}.confirm-page .confirm-container .order-details-card .details-content .detail-row .value.status-badge{padding:4px 12px;border-radius:12px;font-size:13px;text-transform:capitalize;background:#bef3d0;color:#155724;font-weight:600}@media (max-width: 480px){.confirm-page .confirm-container .order-details-card .details-content .detail-row .value.status-badge{font-size:12px;padding:3px 10px}}.confirm-page .confirm-container .continue-shopping-btn{width:100%;max-width:320px;padding:12px 30px;background:#ff9d00;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:15px;font-family:Inter,sans-serif}@media (max-width: 768px){.confirm-page .confirm-container .continue-shopping-btn{padding:11px 28px;font-size:15px}}@media (max-width: 480px){.confirm-page .confirm-container .continue-shopping-btn{max-width:100%;padding:10px 25px;font-size:14px;margin-bottom:12px}}.confirm-page .confirm-container .continue-shopping-btn:hover{background:#fbc100;transform:translateY(-2px);box-shadow:0 4px 12px #ff99004d}.confirm-page .confirm-container .continue-shopping-btn:active{transform:translateY(0);background:#cc7000}.confirm-page .confirm-container .return-home-link{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#666;font-size:14px;font-weight:400;cursor:pointer;transition:color .3s ease;font-family:Inter,sans-serif;padding:8px 12px}@media (max-width: 480px){.confirm-page .confirm-container .return-home-link{font-size:13px;gap:6px}}.confirm-page .confirm-container .return-home-link svg{font-size:14px}@media (max-width: 480px){.confirm-page .confirm-container .return-home-link svg{font-size:12px}}.confirm-page .confirm-container .return-home-link:hover{color:#000}.cart-items-section{padding:60px 0;background-color:#fff}.cart-items-section .cart-container{max-width:1200px;margin:0 auto;padding:0 20px}.cart-items-section .empty-cart-message{text-align:center;padding:80px 20px;background:#fff;border-radius:8px}.cart-items-section .empty-cart-message p{font-size:20px;color:#0006;margin-bottom:30px}.cart-items-section .cart-content{display:grid;grid-template-columns:1fr 380px;gap:30px;align-items:start}.cart-items-section .cart-btn{background:#fff;padding:30px;border-radius:8px}.cart-items-section .cart-items-list{max-height:80vh;overflow-y:scroll}.cart-items-section .cart-items-list::-webkit-scrollbar{width:4px}.cart-items-section .cart-items-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}.cart-items-section .cart-item-row{display:grid;grid-template-columns:120px 1fr auto 40px;gap:20px;align-items:center;padding:20px;font-family:Poppins,sans-serif;border:1px solid rgba(0,0,0,.2);border-radius:8px;margin-bottom:15px;position:relative;background:#fff}.cart-items-section .cart-item-row.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cart-items-section .cart-item-row.clickable:active{transform:translateY(0)}.cart-items-section .cart-item-row:last-child{margin-bottom:0}.cart-items-section .cart-item-row .item-image{width:140px;height:130px;background:#e6e6e6;display:flex;align-items:center;justify-content:center}.cart-items-section .cart-item-row .item-image img{width:100%;height:100%;object-fit:cover}.cart-items-section .cart-item-row .item-details{display:flex;flex-direction:column;gap:10px;margin-left:20px;align-items:start}.cart-items-section .cart-item-row .item-details .item-name{font-size:15px;font-family:Poppins,sans-serif;font-weight:700;color:#000;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-items-section .cart-item-row .item-details .item-variant{font-size:13px;color:#0006;font-family:Poppins,sans-serif;margin:0;font-weight:400}.cart-items-section .cart-item-row .item-details .item-price{font-size:18px;font-family:Poppins,sans-serif;font-weight:700;color:#ff9d00;margin:0}.cart-items-section .cart-item-row .item-details .item-quantity{display:flex;align-items:center;gap:0;justify-self:end;border:1px solid rgba(0,0,0,.2);border-radius:4px;overflow:hidden}.cart-items-section .cart-item-row .item-details .item-quantity .qty-btn{width:40px;height:40px;border:none;border-right:1px solid rgba(0,0,0,.2);background:#fff;cursor:pointer;font-size:18px;font-family:Poppins,sans-serif;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#000}.cart-items-section .cart-item-row .item-details .item-quantity .qty-btn:last-of-type{border-right:none;border-left:1px solid rgba(0,0,0,.2)}.cart-items-section .cart-item-row .item-details .item-quantity .qty-btn:hover:not(:disabled){background:#fff}.cart-items-section .cart-item-row .item-details .item-quantity .qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-items-section .cart-item-row .item-details .item-quantity .qty-input{width:60px;height:40px;text-align:center;border:none;font-size:16px;background-color:transparent;font-weight:600;color:#000;-moz-appearance:textfield}.cart-items-section .cart-item-row .item-details .item-quantity .qty-input::-webkit-outer-spin-button,.cart-items-section .cart-item-row .item-details .item-quantity .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-items-section .cart-item-row .remove-item-btn{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:#0006;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.cart-items-section .cart-item-row .remove-item-btn:hover{color:#f44}.cart-items-section .cart-item-row .remove-item-btn svg{font-size:22px}.cart-items-section .continue-shopping-wrapper{margin-top:30px;padding-top:20px}.cart-items-section .order-summary{border:1px solid rgba(0,0,0,.4);padding:30px;font-family:Poppins,sans-serif;border-radius:8px;position:sticky;top:20px}.cart-items-section .order-summary h2{font-size:20px;font-weight:700;margin:0 0 25px;color:#000}.cart-items-section .order-summary .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:15px;color:#000}.cart-items-section .order-summary .summary-row .summary-value{font-weight:600;color:#ff9d00}.cart-items-section .order-summary .summary-row .shipping-free{color:#000;font-weight:600}.cart-items-section .order-summary .summary-divider{height:1px;background:#0000001a;margin:20px 0}.cart-items-section .order-summary .total-row{margin-bottom:25px}.cart-items-section .order-summary .total-row .total-label{font-size:18px;font-weight:700;color:#000}.cart-items-section .order-summary .total-row .total-value{font-size:20px;font-weight:700;color:#000}@media (max-width: 1024px){.cart-items-section .cart-content{grid-template-columns:1fr}.cart-items-section .order-summary{position:static;max-width:100%}}@media (max-width: 768px){.cart-items-section{padding:40px 0}.cart-items-section .cart-item-row{grid-template-columns:100px 1fr;gap:15px;padding:40px 15px 15px}.cart-items-section .cart-item-row .item-image{width:100px;height:100px}.cart-items-section .cart-item-row .item-details{grid-column:1/-1}.cart-items-section .cart-item-row .item-details .item-name{font-size:14px}.cart-items-section .cart-item-row .item-details .item-price{font-size:16px}.cart-items-section .cart-item-row .item-quantity{grid-column:1/-1;justify-self:start;margin-top:10px}}@media (max-width: 480px){.cart-items-section .cart-btn{padding:20px 15px}.cart-items-section .cart-item-row{grid-template-columns:80px 1fr;gap:10px;padding:35px 12px 12px}.cart-items-section .cart-item-row .item-image{width:80px;height:80px}.cart-items-section .cart-item-row .item-details .item-name{font-size:13px}.cart-items-section .cart-item-row .item-details .item-price{font-size:15px}.cart-items-section .cart-item-row .item-quantity .qty-btn{width:35px;height:35px;font-size:16px}.cart-items-section .cart-item-row .item-quantity .qty-input{width:50px;height:35px;font-size:14px}.cart-items-section .cart-item-row .remove-item-btn{top:8px;right:8px}.cart-items-section .cart-item-row .remove-item-btn svg{font-size:20px}.cart-items-section .order-summary{padding:20px}}.cart-banner{width:100%;background-color:#000;padding:120px 0;text-align:center}.cart-banner .cart-banner-content{max-width:1200px;margin:0 auto;padding:0 20px}.cart-banner .cart-banner-content h1{font-family:Poppins,sans-serif;color:#fff;font-size:48px;font-weight:700;margin:0;text-transform:capitalize}@media (max-width: 768px){.cart-banner{padding:60px 0}.cart-banner .cart-banner-content h1{font-size:36px}}@media (max-width: 480px){.cart-banner{padding:40px 0}.cart-banner .cart-banner-content h1{font-size:28px}}.related-products-section{padding:80px 0;background-color:#fff}.related-products-section .related-products-container{max-width:1200px;margin:0 auto;padding:0 20px}.related-products-section .section-title{font-size:36px;text-align:start;font-family:Poppins,sans-serif;margin-bottom:50px;color:#000;font-weight:400}.related-products-section .section-title strong{font-weight:700}.related-products-section .related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}@media (max-width: 1024px){.related-products-section .related-products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){.related-products-section{padding:60px 0}.related-products-section .section-title{font-size:28px;margin-bottom:30px}.related-products-section .related-products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.related-products-section .related-product-card .product-image{height:150px;padding:15px}.related-products-section .related-product-card .product-info{padding:15px}.related-products-section .related-product-card .product-info .product-title{font-size:13px;min-height:36px}.related-products-section .related-product-card .product-info .product-footer{flex-direction:column;align-items:flex-start;gap:10px}.related-products-section .related-product-card .product-info .product-footer .add-to-cart-btn{width:100%;justify-content:center}}@media (max-width: 480px){.related-products-section{padding:40px 0}.related-products-section .section-title{font-size:24px}.related-products-section .related-products-grid{grid-template-columns:1fr}}.signup-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif}.signup-page__header{padding:2rem 3rem}@media (max-width: 768px){.signup-page__header{padding:1.5rem 1rem;text-align:center}}.signup-page__company-name{font-size:1.5rem;font-weight:700;color:#000;margin:0}@media (max-width: 768px){.signup-page__company-name{font-size:1.25rem}}.signup-page__container{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem 1rem}@media (max-width: 768px){.signup-page__container{padding:1rem}}.signup-form{width:100%;max-width:550px;padding:2.5rem 2rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px #0000000d}@media (max-width: 768px){.signup-form{padding:2rem 1.5rem;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}}.signup-form__title{font-size:1.5rem;font-weight:600;color:#000;text-align:center;margin:0 0 2rem}.signup-form__error{padding:.875rem 1rem;background-color:#ffebee;color:#c62828;border:1px solid #ef5350;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center}.signup-form__success{padding:.875rem 1rem;background-color:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center}.signup-form__submit-btn{width:100%;margin-top:.5rem}.signup-form__divider{display:flex;align-items:center;margin:1.5rem 0}.signup-form__divider:before,.signup-form__divider:after{content:"";flex:1;height:1px;background-color:#0003}.signup-form__divider:before{margin-right:1rem}.signup-form__divider:after{margin-left:1rem}.signup-form__divider-text{font-size:12px;color:#000;white-space:nowrap}.signup-form__google-btn{width:100%;padding:.875rem 1rem;background-color:#fff;color:#000;font-size:1rem;font-weight:500;border:1px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.signup-form__google-btn:hover:not(:disabled){background-color:#fff;border-color:#0003}.signup-form__google-btn:active:not(:disabled){background-color:#eee}.signup-form__google-btn:disabled{opacity:.7;cursor:not-allowed}.signup-form__spinner{width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#ff9d00;border-radius:50%;animation:spin .8s linear infinite}.signup-form .signin-form__google-icon{flex-shrink:0;width:18px;height:18px}.signup-form__footer{text-align:left;margin-top:1.5rem}.signup-form__login-link{color:#ff9d00;font-size:14px;text-decoration:underline;font-weight:500;transition:color .3s ease;background:none;border:none;padding:0;cursor:pointer;font-family:Poppins,sans-serif}.signup-form__login-link:hover{color:#ffb54e;text-decoration:underline}.form-group{margin-bottom:1.25rem}.form-group__label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:.5rem}.form-group__input{width:100%;padding:.75rem 1rem;font-size:14px;color:#000;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;transition:all .3s ease;box-sizing:border-box}.form-group__input::placeholder{color:#0003}.form-group__input:focus{outline:none;border-color:#0003;box-shadow:0 0 0 3px #ff98001a}.form-group__input:hover:not(:focus){border-color:#bdbdbd}.form-group__input--error{border-color:#ef5350}.form-group__input--error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.form-group__input--success{border-color:#66bb6a}.form-group__input--success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.form-group__error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem}.form-group__password-wrapper{position:relative;display:flex;align-items:center}.form-group__toggle-password{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#0006;transition:color .3s ease}.form-group__toggle-password:hover{color:#000}.form-group__toggle-password:focus{outline:2px solid rgba(0,0,0,.4);outline-offset:2px;border-radius:2px}.form-group__checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#0009;font-family:Poppins,sans-serif;cursor:pointer}.form-group__checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;background-color:transparent;border:1.5px solid #ccc;border-radius:3px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;transition:all .2s ease}.form-group__checkbox input[type=checkbox]:checked{background-color:#ff9d00;border-color:#ff9d00}.form-group__checkbox input[type=checkbox]:checked:after{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);font-size:12px;color:#000;font-weight:700}.form-group__checkbox input[type=checkbox]:hover{border-color:#cc7e00}.form-group__checkbox--error input[type=checkbox],.form-group__checkbox--error input[type=checkbox]:hover{border-color:#ef5350}.form-group__checkbox span{-webkit-user-select:none;user-select:none}.form-group__link{color:#ff9d00;text-decoration:underline;font-weight:500}.form-group__link:hover{text-decoration:underline}.signin-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px}.signin-page__header{width:100%;max-width:1200px;padding:30px 20px}.signin-page__company-name{font-size:24px;font-weight:700;color:#000;font-family:Poppins,sans-serif;margin:0}.signin-page__container{width:100%;max-width:550px;display:flex;justify-content:center;align-items:center;flex:1;padding:20px 0}.signin-card{width:100%;background-color:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:48px 40px;box-shadow:0 2px 12px #00000014}.signin-card__title{font-size:28px;font-weight:600;color:#000;font-family:Poppins,sans-serif;text-align:center;margin:0 0 32px}.signin-form{width:100%}.signin-form__error{padding:.875rem 1rem;background-color:#ffebee;color:#c62828;border:1px solid #ef5350;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.signin-form__success{padding:.875rem 1rem;background-color:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.signin-form__field{margin-bottom:20px}.signin-form__label{display:block;font-size:15px;font-weight:600;color:#000;font-family:Poppins,sans-serif;margin-bottom:8px}.signin-form__input{width:100%;padding:12px 16px;font-size:14px;color:#000;background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;outline:none;transition:all .2s ease;font-family:Poppins,sans-serif}.signin-form__input::placeholder{color:#999}.signin-form__input:focus{border-color:#999;background-color:#fff}.signin-form__input:hover{border-color:#b0b0b0}.signin-form__input--error{border-color:#ef5350}.signin-form__input--error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.signin-form__input--success{border-color:#66bb6a}.signin-form__input--success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.signin-form__error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif}.signin-form__password-wrapper{position:relative;display:flex;align-items:center}.signin-form__password-wrapper .signin-form__input{padding-right:45px}.signin-form__password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#999;font-size:18px;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.signin-form__password-toggle:hover{color:#666}.signin-form__password-toggle:focus{outline:none}.signin-form__options{display:flex;justify-content:space-between;align-items:center;margin:16px 0 24px}.signin-form__checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#0009;font-family:Poppins,sans-serif;cursor:pointer}.signin-form__checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;background-color:transparent;border:1.5px solid #ccc;border-radius:3px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;transition:all .2s ease}.signin-form__checkbox input[type=checkbox]:checked{background-color:#ff9d00;border-color:#ff9d00}.signin-form__checkbox input[type=checkbox]:checked:after{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);font-size:12px;color:#000;font-weight:700}.signin-form__checkbox input[type=checkbox]:hover{border-color:#cc7e00}.signin-form__checkbox span{-webkit-user-select:none;user-select:none}.signin-form__forgot-link{font-size:13px;color:#0009;font-family:Poppins,sans-serif;text-decoration:none;transition:color .2s ease}.signin-form__forgot-link:hover{color:#000}.signin-form__submit-btn{width:100%;margin-bottom:24px}.signin-form__divider{display:flex;align-items:center;text-align:center;margin:24px 0;position:relative}.signin-form__divider:before,.signin-form__divider:after{content:"";flex:1;height:1px;background-color:#0003}.signin-form__divider span{padding:0 16px;font-size:13px;color:#000;font-family:Poppins,sans-serif;white-space:nowrap}.signin-form__google-btn{width:100%;padding:12px;background-color:#fff;color:#000;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.signin-form__google-btn:hover:not(:disabled){background-color:#f8f8f8;border-color:#b0b0b0}.signin-form__google-btn:active:not(:disabled){background-color:#f0f0f0}.signin-form__google-btn:disabled{opacity:.7;cursor:not-allowed}.signin-form__spinner{width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#ff9d00;border-radius:50%;animation:spin .8s linear infinite}.signin-form__google-icon{width:20px;height:20px}.signin-form__footer{text-align:left}.signin-form__create-account{font-size:14px;color:#ff9d00;font-family:Poppins,sans-serif;text-decoration:none;font-weight:600;transition:color .2s ease;text-decoration:underline}.signin-form__create-account:hover{color:#ffb54e}@media (max-width: 768px){.signin-page__header{padding:20px}.signin-page__company-name{font-size:20px}.signin-page__container{padding:10px 0}.signin-card{padding:36px 24px}.signin-card__title{font-size:24px;margin-bottom:28px}}@media (max-width: 480px){.signin-page,.signin-page__header{padding:15px}.signin-page__company-name{font-size:18px}.signin-card{padding:28px 20px;border-radius:10px}.signin-card__title{font-size:22px;margin-bottom:24px}.signin-form__input{padding:11px 14px;font-size:13px}.signin-form__google-btn{padding:11px;font-size:13px}}.forgot-password-page{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px 20px 100px}.forgot-password-page__header{width:100%;max-width:1200px;padding:30px 20px}.forgot-password-page__company-name{font-size:24px;font-weight:700;color:#000;font-family:Poppins,sans-serif;margin:0}.forgot-password-page__container{width:100%;max-width:550px;display:flex;justify-content:center;align-items:center;flex:1;padding:20px 0}.forgot-password-card{width:100%;background-color:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:48px 40px;box-shadow:0 2px 12px #00000014}.forgot-password-card__title{font-size:28px;font-weight:600;color:#000;font-family:Poppins,sans-serif;text-align:center;margin:0 0 16px}.forgot-password-card__description{font-size:14px;color:#666;font-family:Poppins,sans-serif;text-align:center;margin:0 0 32px;line-height:1.5}.forgot-password-form{width:100%}.forgot-password-form__error{padding:.875rem 1rem;background-color:#ffebee;color:#c62828;border:1px solid #ef5350;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.forgot-password-form__success{padding:.875rem 1rem;background-color:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.forgot-password-form__field{margin-bottom:24px}.forgot-password-form__label{display:block;font-size:15px;font-weight:600;color:#000;font-family:Poppins,sans-serif;margin-bottom:8px}.forgot-password-form__input{width:100%;padding:12px 16px;font-size:14px;color:#000;background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;outline:none;transition:all .2s ease;font-family:Poppins,sans-serif}.forgot-password-form__input::placeholder{color:#999}.forgot-password-form__input:focus{border-color:#999;background-color:#fff}.forgot-password-form__input:hover:not(:disabled){border-color:#b0b0b0}.forgot-password-form__input:disabled{background-color:#f5f5f5;cursor:not-allowed}.forgot-password-form__input--error{border-color:#ef5350}.forgot-password-form__input--error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.forgot-password-form__input--success{border-color:#66bb6a}.forgot-password-form__input--success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.forgot-password-form__error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif}.forgot-password-form__submit-btn{width:100%;padding:13px;background-color:#ff9d00;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 2px 8px #ff99004d;margin-bottom:20px}.forgot-password-form__submit-btn:hover:not(:disabled){background-color:#ffb54e;transform:translateY(-2px);box-shadow:0 4px 12px #f906}.forgot-password-form__submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ff99004d}.forgot-password-form__submit-btn:disabled{background-color:#ffcc80;cursor:not-allowed;opacity:.7}.forgot-password-form__footer{text-align:center}.forgot-password-form__back-btn{background:none;border:none;color:#ff9d00;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;text-decoration:underline;transition:color .2s ease}.forgot-password-form__back-btn:hover{color:#ffb54e}@media (max-width: 768px){.forgot-password-page{padding:20px 20px 80px}.forgot-password-page__header{padding:20px}.forgot-password-page__company-name{font-size:20px}.forgot-password-page__container{padding:10px 0}.forgot-password-card{padding:36px 24px}.forgot-password-card__title{font-size:24px;margin-bottom:14px}.forgot-password-card__description{font-size:13px;margin-bottom:28px}}@media (max-width: 480px){.forgot-password-page{padding:20px 20px 60px}.forgot-password-page__header{padding:15px}.forgot-password-page__company-name{font-size:18px}.forgot-password-card{padding:28px 20px;border-radius:10px}.forgot-password-card__title{font-size:22px;margin-bottom:12px}.forgot-password-card__description{font-size:13px;margin-bottom:24px}.forgot-password-form__input{padding:11px 14px;font-size:13px}.forgot-password-form__submit-btn{padding:12px;font-size:14px}}.reset-password-page{background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px 20px 100px}.reset-password-page__header{width:100%;max-width:1200px;padding:30px 20px}.reset-password-page__company-name{font-size:24px;font-weight:700;color:#000;font-family:Poppins,sans-serif;margin:0}.reset-password-page__container{width:100%;max-width:550px;display:flex;justify-content:center;align-items:center;flex:1;padding:20px 0}.reset-password-card{width:100%;background-color:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:48px 40px;box-shadow:0 2px 12px #00000014}.reset-password-card__title{font-size:28px;font-weight:600;color:#000;font-family:Poppins,sans-serif;text-align:center;margin:0 0 16px}.reset-password-card__description{font-size:14px;color:#666;font-family:Poppins,sans-serif;text-align:center;margin:0 0 32px;line-height:1.5}.reset-password-form{width:100%}.reset-password-form__error{padding:.875rem 1rem;background-color:#ffebee;color:#c62828;border:1px solid #ef5350;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.reset-password-form__success{padding:.875rem 1rem;background-color:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a;border-radius:4px;font-size:14px;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.reset-password-form__field{margin-bottom:20px}.reset-password-form__label{display:block;font-size:15px;font-weight:600;color:#000;font-family:Poppins,sans-serif;margin-bottom:8px}.reset-password-form__input{width:100%;padding:12px 16px;font-size:14px;color:#000;background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;outline:none;transition:all .2s ease;font-family:Poppins,sans-serif}.reset-password-form__input::placeholder{color:#999}.reset-password-form__input:focus{border-color:#999;background-color:#fff}.reset-password-form__input:hover:not(:disabled){border-color:#b0b0b0}.reset-password-form__input:disabled{background-color:#f5f5f5;cursor:not-allowed}.reset-password-form__input--error{border-color:#ef5350}.reset-password-form__input--error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.reset-password-form__input--success{border-color:#66bb6a}.reset-password-form__input--success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.reset-password-form__error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif}.reset-password-form__password-wrapper{position:relative;display:flex;align-items:center}.reset-password-form__password-wrapper .reset-password-form__input{padding-right:45px}.reset-password-form__password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#999;font-size:18px;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.reset-password-form__password-toggle:hover{color:#666}.reset-password-form__password-toggle:focus{outline:none}.reset-password-form__error-text{display:block;font-size:13px;color:#c62828;font-family:Poppins,sans-serif;margin-top:6px}.reset-password-form__submit-btn{width:100%;padding:13px;background-color:#ff9d00;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 2px 8px #ff99004d;margin-bottom:20px;margin-top:10px}.reset-password-form__submit-btn:hover:not(:disabled){background-color:#ffb54e;transform:translateY(-2px);box-shadow:0 4px 12px #f906}.reset-password-form__submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ff99004d}.reset-password-form__submit-btn:disabled{background-color:#ffcc80;cursor:not-allowed;opacity:.7}.reset-password-form__footer{text-align:center}.reset-password-form__back-btn{background:none;border:none;color:#ff9d00;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;text-decoration:underline;transition:color .2s ease}.reset-password-form__back-btn:hover{color:#ffb54e}@media (max-width: 768px){.reset-password-page{padding:20px 20px 80px}.reset-password-page__header{padding:20px}.reset-password-page__company-name{font-size:20px}.reset-password-page__container{padding:10px 0}.reset-password-card{padding:36px 24px}.reset-password-card__title{font-size:24px;margin-bottom:14px}.reset-password-card__description{font-size:13px;margin-bottom:28px}}@media (max-width: 480px){.reset-password-page{padding:20px 20px 60px}.reset-password-page__header{padding:15px}.reset-password-page__company-name{font-size:18px}.reset-password-card{padding:28px 20px;border-radius:10px}.reset-password-card__title{font-size:22px;margin-bottom:12px}.reset-password-card__description{font-size:13px;margin-bottom:24px}.reset-password-form__input{padding:11px 14px;font-size:13px}.reset-password-form__submit-btn{padding:12px;font-size:14px}}.product-return-top-section{width:100%;background-color:#000;padding:60px 20px;height:50vh;display:flex;justify-content:center;align-items:center}.product-return-top-section__container{max-width:1200px;width:100%;display:flex;justify-content:center;align-items:center}.product-return-top-section__title{font-size:48px;font-weight:700;color:#fff;margin:0;font-family:Poppins,sans-serif;text-align:center;letter-spacing:-.5px}@media (max-width: 768px){.product-return-top-section{padding:40px 20px}.product-return-top-section__title{font-size:32px}}@media (max-width: 480px){.product-return-top-section{padding:30px 15px}.product-return-top-section__title{font-size:24px}}.product-return-form-section{width:100%;padding:60px 20px;background-color:#fff;display:flex;justify-content:center}.product-return-form-section__container{max-width:900px;width:100%}.product-return-form-section__subtitle{font-size:18px;font-weight:400;color:#000;text-align:center;margin:0 0 40px;font-family:Poppins,sans-serif}.product-return-form{background-color:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:40px;box-shadow:0 2px 12px #00000014}.product-return-form__row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.product-return-form__field{display:flex;flex-direction:column;gap:8px}.product-return-form__field--full{grid-column:1/-1;margin-bottom:24px}.product-return-form__label{font-size:14px;font-weight:500;color:#000;font-family:Poppins,sans-serif;margin-bottom:4px}.product-return-form__input,.product-return-form__select{width:100%;padding:12px 16px;font-size:14px;color:#000;background-color:#d9d9d966;border:1px solid #e0e0e0;border-radius:6px;outline:none;transition:all .2s ease;font-family:Poppins,sans-serif}.product-return-form__input::placeholder,.product-return-form__select::placeholder{color:#0009}.product-return-form__input:focus,.product-return-form__select:focus{background-color:#fff;border-color:#ccc}.product-return-form__input:hover,.product-return-form__select:hover{background-color:#eee}.product-return-form__input--error,.product-return-form__select--error{border-color:#ef5350}.product-return-form__input--error:focus,.product-return-form__select--error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.product-return-form__input--success,.product-return-form__select--success{border-color:#66bb6a}.product-return-form__input--success:focus,.product-return-form__select--success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.product-return-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.product-return-form__error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif}.product-return-form__textarea{width:100%;padding:12px 16px;font-size:14px;color:#000;background-color:#d9d9d966;border:1px solid #e0e0e0;border-radius:6px;outline:none;transition:all .2s ease;font-family:Poppins,sans-serif;resize:none;min-height:120px}.product-return-form__textarea::-webkit-scrollbar{width:6px}.product-return-form__textarea::-webkit-scrollbar-track{background:#d9d9d966;border-radius:10px}.product-return-form__textarea::-webkit-scrollbar-thumb{background:#ff9d00;border-radius:10px;transition:background .3s ease}.product-return-form__textarea::placeholder{color:#999}.product-return-form__textarea:focus{background-color:#fff;border-color:#ccc}.product-return-form__textarea:hover{background-color:#eee}.product-return-form__quantity-control{position:relative;display:flex;align-items:center}.product-return-form__quantity-input{width:100%;padding:12px 50px 12px 16px;font-size:14px;color:#000;background-color:#d9d9d966;border:1px solid #e0e0e0;border-radius:6px;outline:none;transition:all .2s ease;font-family:Poppins,sans-serif}.product-return-form__quantity-input:focus{background-color:#fff;border-color:#ccc}.product-return-form__quantity-input:hover{background-color:#eee}.product-return-form__quantity-input::-webkit-inner-spin-button,.product-return-form__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.product-return-form__quantity-input{-moz-appearance:textfield;appearance:textfield}.product-return-form__quantity-arrows{position:absolute;right:8px;display:flex;flex-direction:column}.product-return-form__quantity-btn{width:32px;height:22px;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#0009;transition:all .2s ease;border-radius:4px;padding:0}.product-return-form__quantity-btn svg{width:14px;height:14px;transition:all .2s ease}.product-return-form__quantity-btn:hover{background-color:#e8e8e8;color:#333}.product-return-form__quantity-btn:hover svg{transform:scale(1.1)}.product-return-form__quantity-btn:active{background-color:#d8d8d8;transform:scale(.95)}.product-return-form__quantity-btn:disabled{cursor:not-allowed;opacity:.4;color:#ccc}.product-return-form__submit-btn{padding:10px 48px;background-color:#ff9d00;color:#fff;border:none;max-width:300px;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 2px 8px #ff99004d;margin-top:8px}.product-return-form__submit-btn:hover{background-color:#ffb54e;transform:translateY(-2px);box-shadow:0 4px 12px #f906}.product-return-form__submit-btn:active{transform:translateY(0);box-shadow:0 2px 8px #ff99004d}@media (max-width: 768px){.product-return-form-section{padding:40px 20px}.product-return-form-section__subtitle{font-size:16px;margin-bottom:30px}.product-return-form{padding:30px 20px}.product-return-form__row{grid-template-columns:1fr;gap:20px;margin-bottom:20px}.product-return-form__submit-btn{width:100%;max-width:100%}}@media (max-width: 480px){.product-return-form-section{padding:30px 15px}.product-return-form{padding:25px 15px;border-radius:8px}.product-return-form__label{font-size:13px}.product-return-form__input,.product-return-form__select,.product-return-form__textarea{font-size:13px;padding:10px 14px}}.tracking-page{min-height:100vh;background-color:#fff;padding:40px 20px}.tracking-page__container{max-width:1200px;margin:0 auto;display:flex;gap:30px}.tracking-page__sidebar{flex-shrink:0}.tracking-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000034;padding:40px 50px}.tracking-page__header{display:flex;align-items:center;margin-bottom:20px}.tracking-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;transition:color .2s ease;flex-shrink:0}.tracking-page__back-btn:hover{color:#666}@media (max-width: 899px){.tracking-page__back-btn{display:flex;align-items:center;justify-content:center}}.tracking-page__search{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:50px}.tracking-page__input{flex:1;max-width:500px;padding:14px 20px;border:1px solid #e5e5e5;border-radius:6px;background-color:#fff;font-size:14px;color:#000;outline:none;transition:all .2s ease}.tracking-page__input:focus{border-color:#ff9d00;box-shadow:0 0 0 3px #ff99001a}.tracking-page__input::placeholder{color:#0009}.tracking-page__track-btn{padding:14px 45px;background-color:#ff9d00;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tracking-page__track-btn:hover{background-color:#ffb54e;transform:translateY(-1px);box-shadow:0 4px 12px #ff99004d}.tracking-page__track-btn:active{background-color:#ff9d00;transform:translateY(0)}.tracking-page__order-status{margin-bottom:60px}.tracking-page__section-title{font-size:20px;font-weight:700;color:#000;margin-bottom:10px}.tracking-page__order-id{font-size:13px;color:#0009;font-weight:400}.tracking-page__products{margin-top:50px}.order-tracker{padding:40px 0}.order-tracker__stages{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:0}.order-tracker__stage{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.order-tracker__icon-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:16px;gap:0;width:100%}.order-tracker__connector{position:absolute;left:50%;top:114px;width:100%;height:4px;transform:translateY(-50%);z-index:0}.order-tracker__connector.completed{background-color:#ff9d00}.order-tracker__connector.pending{background-color:#d9d9d980}.order-tracker__icon{display:flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:transparent;border:none;font-size:26px;transition:all .3s ease;margin-bottom:-4px;z-index:2}.completed .order-tracker__icon{color:#000}.pending .order-tracker__icon{color:#0009}.order-tracker__checkbox{display:flex;align-items:center;justify-content:center;width:25px;position:relative;top:80px;height:25px;background-color:#fff;border:3px solid #ffffff;border-radius:3px;font-size:14px;color:#fff;font-weight:700;transition:all .3s ease;z-index:1}.completed .order-tracker__checkbox{background-color:#ff9d00}.pending .order-tracker__checkbox{background-color:#e0e0e0}.order-tracker__label{font-size:13px;font-weight:400;color:#555;margin-bottom:10px;text-align:center;white-space:nowrap}.completed .order-tracker__label{color:#000;font-weight:500}.order-tracker__date-label{position:relative;top:60px;font-size:13px;color:#0009;margin-bottom:2px;text-align:center;white-space:nowrap}.order-tracker__date{position:relative;top:20px;font-size:13px;color:#0009;margin-bottom:2px;text-align:center;white-space:nowrap;line-height:1.5}.completed .order-tracker__date{top:40px;color:#000;font-weight:400}.pending .order-tracker__date{margin-bottom:0}.order-tracker__time{position:relative;top:40px;font-size:13px;color:#0009;text-align:center;white-space:nowrap;line-height:1.5}.completed .order-tracker__time{color:#000;font-weight:400}.product-list{display:flex;flex-direction:column;gap:20px}.product-item{display:flex;gap:24px;padding:24px;border:1px solid #e8e8e8;border-radius:10px;transition:all .2s ease;background-color:#fff;cursor:pointer}.product-item__image{width:60px;height:60px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0}.product-item__image img{width:100%;height:100%;object-fit:cover;background-position:center}.product-item__details{flex:1;display:flex;flex-direction:column;justify-content:center}.product-item__details .qty-price{display:flex;gap:8px}.product-item__details .qty-price .icon-cross{font-size:12px;color:#666;align-self:center}.product-item__name{font-size:14px;font-weight:400;color:#000;line-height:1.5;margin-bottom:4px;font-family:Poppins,sans-serif}.product-item__quantity{font-size:13px;color:#000;font-weight:400}.product-item__price{font-size:18px;font-weight:700;color:#ff9d00;margin-top:4px}@media (max-width: 899px){.tracking-page{padding:30px 15px}.tracking-page__container{flex-direction:column;gap:20px}.tracking-page__sidebar{width:100%}.tracking-page__content{padding:30px 35px}.tracking-page__search{margin-bottom:45px}.tracking-page__order-status{margin-bottom:55px}.tracking-page__section-title{font-size:19px}.tracking-page__products{margin-top:45px}.order-tracker{padding:35px 0}.order-tracker__label,.order-tracker__date,.order-tracker__time,.order-tracker__date-label{font-size:12px}}@media (max-width: 768px){.tracking-page{padding:20px 10px}.tracking-page__content{padding:25px 20px}.tracking-page__search{width:80%;margin-inline:auto;gap:10px;margin-bottom:40px}.tracking-page__input{min-width:70%;padding:13px 18px;font-size:13px}.tracking-page__track-btn{width:100%;padding:13px 40px;font-size:14px}.tracking-page__order-status{margin-bottom:50px}.tracking-page__section-title{font-size:18px;margin-bottom:8px}.tracking-page__order-id{font-size:12px;margin-bottom:35px}.tracking-page__products{margin-top:40px}.order-tracker{padding:30px 0}.order-tracker__stages{padding-bottom:10px}.order-tracker__stage{min-width:90px}.order-tracker__connector{top:100px;height:3px}.order-tracker__icon{font-size:24px}.order-tracker__checkbox{width:22px;height:22px;top:70px;font-size:13px;border-width:2px}.order-tracker__label{font-size:12px;margin-bottom:8px}.order-tracker__date-label{font-size:11px;top:50px}.order-tracker__date{font-size:11px;top:18px}.completed .order-tracker__date{top:35px}.order-tracker__time{font-size:11px;top:35px}.product-list{gap:18px;margin-top:24px}.product-item{padding:20px}.product-item__details{width:100%;gap:0px}.product-item__name{font-size:14px}.product-item__quantity{font-size:12px}.product-item__price{font-size:16px}}@media (max-width: 480px){.tracking-page{padding:15px 8px}.tracking-page__content{padding:20px 15px;box-shadow:0 1px 8px #00000026}.tracking-page__search{width:100%;gap:8px;margin-bottom:35px}.tracking-page__input{padding:12px 16px;font-size:12px;border-radius:5px}.tracking-page__track-btn{padding:12px 36px;font-size:13px;border-radius:5px}.tracking-page__order-status{margin-bottom:40px}.tracking-page__section-title{font-size:16px;margin-bottom:6px}.tracking-page__order-id{font-size:11px;margin-bottom:30px}.tracking-page__products{margin-top:35px}.order-tracker{margin-right:50px;padding:25px 0}.order-tracker__stages{padding-bottom:8px}.order-tracker__stage{min-width:75px}.order-tracker__connector{top:85px;height:2px}.order-tracker__icon{font-size:20px}.order-tracker__checkbox{width:20px;height:20px;top:60px;font-size:12px}.order-tracker__label{font-size:10px;margin-bottom:6px}.order-tracker__date-label{font-size:9px;top:42px}.order-tracker__date{font-size:9px;top:15px}.completed .order-tracker__date{top:30px}.order-tracker__time{font-size:9px;top:30px}.product-list{gap:16px;margin-top:20px}.product-item{flex-direction:column;align-items:flex-start;padding:18px;border-radius:8px}.product-item__image{width:100%;height:160px}.product-item__details{gap:0px}.product-item__name{font-size:13px;margin-bottom:3px}.product-item__quantity{font-size:11px}.product-item__price{font-size:15px;margin-top:3px}}@media (max-width: 375px){.tracking-page{padding:12px 6px}.tracking-page__content{padding:18px 12px}.tracking-page__search{gap:7px;margin-bottom:30px}.tracking-page__input{padding:11px 14px;font-size:11px}.tracking-page__track-btn{padding:11px 32px;font-size:12px}.tracking-page__order-status{margin-bottom:35px}.tracking-page__section-title{font-size:15px;margin-bottom:5px}.tracking-page__order-id{font-size:10px;margin-bottom:25px}.tracking-page__products{margin-top:30px}.order-tracker{margin-right:60px;padding:20px 0}.order-tracker__stage{min-width:65px}.order-tracker__connector{top:75px}.order-tracker__icon{font-size:18px}.order-tracker__checkbox{width:18px;height:18px;top:52px;font-size:11px}.order-tracker__label{font-size:9px;margin-bottom:5px}.order-tracker__date-label{font-size:8px;top:38px}.order-tracker__date{font-size:8px;top:13px}.completed .order-tracker__date{top:26px}.order-tracker__time{font-size:8px;top:26px}.product-list{gap:14px}.product-item{padding:16px}.product-item__image{height:140px}.product-item__details{gap:6px}.product-item__name{font-size:12px}.product-item__quantity{font-size:10px}.product-item__price{font-size:14px}}.profile-page{min-height:100vh;background-color:#f8f9fa;padding:40px 20px;font-family:Poppins,sans-serif}.profile-page__container{max-width:1200px;margin:0 auto;display:flex;gap:30px}.profile-page__sidebar{flex-shrink:0}.profile-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px}.profile-page__form-section{max-width:700px}.profile-page__title-section{margin-bottom:30px;display:flex;align-items:flex-start;gap:12px}.profile-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;margin-top:2px;transition:color .2s ease;flex-shrink:0}.profile-page__back-btn:hover{color:#666}@media (max-width: 899px){.profile-page__back-btn{display:flex;align-items:center;justify-content:center}}.profile-page__title-wrapper{flex:1}.profile-page__title{font-size:22px;font-weight:700;color:#000;margin-bottom:6px}.profile-page__subtitle{font-size:14px;color:#888;font-weight:400}.profile-page__avatar-section{display:flex;align-items:center;gap:18px;margin-bottom:40px}.profile-page__avatar-wrapper{position:relative}.profile-page__avatar-image{width:90px;height:90px;border-radius:50%;overflow:visible;background:linear-gradient(135deg,#e8eaf6,#c5cae9);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #0000001a}.profile-page__avatar-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-page__avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#fff;background:#ff9d00;border-radius:50%;font-family:Poppins,sans-serif;-webkit-user-select:none;user-select:none}.profile-page__avatar-badge{position:absolute;bottom:0;right:0;width:28px;height:28px;background-color:#0a6aa6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;z-index:2;transition:all .2s ease;cursor:pointer;color:#fff}.profile-page__avatar-badge svg{width:14px;height:14px}.profile-page__avatar-badge:hover{background-color:#3367d6;transform:scale(1.1);box-shadow:0 4px 10px #4285f466}.profile-page__avatar-badge:active{transform:scale(1)}.profile-page__upload-btn{padding:12px 32px;background-color:#000;color:#fff;border:none;border-radius:25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.profile-page__upload-btn:hover{background-color:#2c2c2c;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.profile-page__upload-btn:active{background-color:#000;transform:translateY(0)}.profile-page__delete-btn{display:flex;align-items:center;justify-content:center;transition:all .2s ease;background-color:transparent;z-index:10;outline:none;border:none}.profile-page__delete-btn:hover{background-color:none;border-color:none;color:#000;outline:none;border:none}.profile-page__delete-btn svg{cursor:pointer;color:#0006;z-index:3;width:18px;height:18px;outline:none;border:none}.profile-page__delete-btn svg:hover{color:#f44}.profile-page__form{display:flex;flex-direction:column;gap:24px}.profile-page__form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.profile-page__form-group{display:flex;flex-direction:column;gap:8px}.profile-page__form-group.full-width{width:100%}.profile-page__label{font-size:14px;font-weight:500;color:#000}.profile-page__input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;color:#333;background-color:#fff;transition:all .2s ease;outline:none;font-family:Poppins,sans-serif}.profile-page__input::placeholder{color:#b0b0b0}.profile-page__input:focus{border-color:#f90;box-shadow:0 0 0 3px #ff99001a}.profile-page__input:hover{border-color:#ccc}.profile-page__input.error{border-color:#dc3545;background-color:#fff5f5}.profile-page__input.error:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.profile-page__input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(58%) sepia(98%) saturate(1000%) hue-rotate(5deg) brightness(100%) contrast(105%);opacity:1}.profile-page__phone-input-wrapper{display:flex;gap:8px;align-items:stretch}.profile-page__country-code-select{width:90px;padding:12px 8px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;color:#333;background-color:#fff;transition:all .2s ease;outline:none;font-family:Poppins,sans-serif;cursor:pointer;flex-shrink:0}.profile-page__country-code-select:focus{border-color:#f90;box-shadow:0 0 0 3px #ff99001a}.profile-page__country-code-select:hover{border-color:#ccc}@media (max-width: 480px){.profile-page__country-code-select{width:85px;font-size:12px;padding:10px 6px}}.profile-page__phone-input{flex:1}.profile-page__error{display:block;color:#dc3545;font-size:12px;margin-top:4px;font-weight:400;font-family:Poppins,sans-serif}.profile-page__form-actions{display:flex;gap:16px;margin-top:16px}.profile-page__btn{padding:10px 60px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none}.profile-page__btn--cancel{font-family:Poppins,sans-serif;background-color:transparent;color:#ff9d00;border:2px solid #FF9D00}.profile-page__btn--cancel:hover{outline:none;background-color:#fff;border:2px solid #FF9D00}.profile-page__btn--cancel:active{outline:none;background-color:#ffe8cc}.profile-page__btn--save{font-family:Poppins,sans-serif;background-color:#ff9d00;color:#fff;outline:none}.profile-page__btn--save:hover{outline:none;background-color:#ffb54e;transform:translateY(-1px);box-shadow:0 4px 12px #ff99004d}.profile-page__btn--save:active{outline:none;background-color:#cc7a00;transform:translateY(0)}@media (max-width: 899px){.profile-page{padding:30px 15px}.profile-page__container{flex-direction:column;gap:20px}.profile-page__sidebar{width:100%}.profile-page__content{padding:30px 35px}.profile-page__title{font-size:20px}.profile-page__subtitle{font-size:13px}}@media (max-width: 768px){.profile-page{padding:20px 10px}.profile-page__content{padding:25px 20px}.profile-page__form-section{max-width:100%}.profile-page__title{font-size:18px}.profile-page__title-section{margin-bottom:25px}.profile-page__avatar-section{flex-direction:column;align-items:center;gap:15px;margin-bottom:30px}.profile-page__avatar-image{width:80px;height:80px}.profile-page__avatar-badge{width:26px;height:26px}.profile-page__avatar-badge svg{width:13px;height:13px}.profile-page__upload-btn{padding:10px 28px;font-size:13px}.profile-page__form-row{grid-template-columns:1fr;gap:16px}.profile-page__form{gap:20px}.profile-page__input{padding:11px 14px;font-size:13px}.profile-page__label{font-size:13px}.profile-page__form-actions{flex-direction:column;gap:12px;margin-top:12px}.profile-page__form-actions .profile-page__btn{width:100%;padding:12px 40px}}@media (max-width: 480px){.profile-page{padding:15px 8px}.profile-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f}.profile-page__title{font-size:16px;margin-bottom:4px}.profile-page__subtitle{font-size:12px}.profile-page__title-section{margin-bottom:20px}.profile-page__avatar-section{gap:12px;margin-bottom:25px}.profile-page__avatar-image{width:70px;height:70px}.profile-page__avatar-badge{width:24px;height:24px}.profile-page__avatar-badge svg{width:12px;height:12px}.profile-page__upload-btn{padding:9px 24px;font-size:12px;border-radius:20px}.profile-page__delete-btn svg{width:16px;height:16px}.profile-page__form{gap:18px}.profile-page__form-group{gap:6px}.profile-page__label{font-size:12px}.profile-page__input{padding:10px 12px;font-size:12px;border-radius:5px}.profile-page__form-actions{gap:10px;margin-top:10px}.profile-page__form-actions .profile-page__btn{padding:11px 35px;font-size:13px;border-radius:40px}}@media (max-width: 375px){.profile-page{padding:12px 6px}.profile-page__content{padding:18px 12px}.profile-page__title{font-size:15px}.profile-page__subtitle{font-size:11px}.profile-page__avatar-image{width:65px;height:65px}.profile-page__upload-btn{padding:8px 20px;font-size:11px}.profile-page__input{padding:9px 11px;font-size:11px}.profile-page__form-actions .profile-page__btn{padding:10px 30px;font-size:12px}}.profile-saved-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.profile-saved-page__container{max-width:1200px;margin:0 auto;display:flex;gap:30px}.profile-saved-page__sidebar{flex-shrink:0}.profile-saved-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px}.profile-saved-page__form-section{max-width:700px}.profile-saved-page__title-section{margin-bottom:30px;display:flex;align-items:flex-start;gap:12px;position:relative}.profile-saved-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;margin-top:2px;transition:color .2s ease;flex-shrink:0}.profile-saved-page__back-btn:hover{color:#666}@media (max-width: 899px){.profile-saved-page__back-btn{display:flex;align-items:center;justify-content:center}}.profile-saved-page__title-wrapper{flex:1}.profile-saved-page__title{font-size:22px;font-weight:700;color:#000;margin-bottom:6px}.profile-saved-page__subtitle{font-size:14px;color:#888;font-weight:400}.profile-saved-page__edit-btn{position:absolute;right:0;top:0;color:#ff9d00;border:none;background-color:transparent;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;text-decoration:underline}.profile-saved-page__edit-btn:hover{transform:translateY(-1px);outline:none}.profile-saved-page__edit-btn:active{outline:none;transform:translateY(0)}.profile-saved-page__avatar-section{display:flex;justify-content:center;margin-bottom:40px}.profile-saved-page__avatar-wrapper{position:relative}.profile-saved-page__avatar-image{width:90px;height:90px;border-radius:50%;overflow:hidden;background:#d9d9d9;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.profile-saved-page__avatar-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-saved-page__avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#fff;background:#ff9d00;border-radius:50%;font-family:Poppins,sans-serif;-webkit-user-select:none;user-select:none}.profile-saved-page__info-section{display:flex;flex-direction:column;gap:24px}.profile-saved-page__info-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.profile-saved-page__info-group{display:flex;flex-direction:column;gap:8px}.profile-saved-page__info-group.full-width{width:100%}.profile-saved-page__label{font-size:14px;font-weight:500;color:#000}.profile-saved-page__value{width:100%;height:40px;min-height:40px;padding:0 16px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;color:#000;background-color:#fff;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:flex-start}@media (max-width: 899px){.profile-saved-page{padding:30px 15px}.profile-saved-page__container{flex-direction:column;gap:20px}.profile-saved-page__sidebar{width:100%}.profile-saved-page__content{padding:30px 35px}.profile-saved-page__title{font-size:20px}.profile-saved-page__subtitle{font-size:13px}.profile-saved-page__edit-btn{font-size:13px;padding:7px 20px}}@media (max-width: 768px){.profile-saved-page{padding:20px 10px}.profile-saved-page__content{padding:25px 20px}.profile-saved-page__form-section{max-width:100%}.profile-saved-page__title{font-size:18px}.profile-saved-page__title-section{margin-bottom:25px}.profile-saved-page__avatar-section{margin-bottom:30px}.profile-saved-page__avatar-image{width:80px;height:80px}.profile-saved-page__info-row{grid-template-columns:1fr;gap:16px}.profile-saved-page__info-section{gap:20px}.profile-saved-page__value{padding:11px 14px;font-size:13px}.profile-saved-page__label{font-size:13px}}@media (max-width: 480px){.profile-saved-page{padding:15px 8px}.profile-saved-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f}.profile-saved-page__title{font-size:16px;margin-bottom:4px}.profile-saved-page__subtitle{font-size:12px}.profile-saved-page__title-section{margin-bottom:20px}.profile-saved-page__avatar-section{margin-bottom:25px}.profile-saved-page__avatar-image{width:70px;height:70px}.profile-saved-page__edit-btn{font-size:12px;padding:6px 18px}.profile-saved-page__info-section{gap:18px}.profile-saved-page__info-group{gap:6px}.profile-saved-page__label{font-size:12px}.profile-saved-page__value{padding:10px 12px;font-size:12px;border-radius:5px}}@media (max-width: 375px){.profile-saved-page{padding:12px 6px}.profile-saved-page__content{padding:18px 12px}.profile-saved-page__title{font-size:15px}.profile-saved-page__subtitle{font-size:11px}.profile-saved-page__avatar-image{width:65px;height:65px}.profile-saved-page__edit-btn{font-size:11px;padding:5px 16px}.profile-saved-page__value{padding:9px 11px;font-size:11px}}.shipping-address-page{margin-bottom:80px;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.shipping-address-page__container{max-width:1200px;margin:0 auto;display:flex;gap:30px}.shipping-address-page__sidebar{flex-shrink:0}.shipping-address-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px;max-height:650px;overflow-y:scroll}.shipping-address-page__content::-webkit-scrollbar{width:5px}.shipping-address-page__content::-webkit-scrollbar-track{background:transparent}.shipping-address-page__content::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:10px;transition:background-color .2s ease}.shipping-address-page__header{display:flex;align-items:center;gap:12px;margin-bottom:40px;position:relative}.shipping-address-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;transition:color .2s ease;flex-shrink:0}.shipping-address-page__back-btn:hover{color:#666}@media (max-width: 899px){.shipping-address-page__back-btn{display:flex;align-items:center;justify-content:center;position:relative;bottom:12px}}.shipping-address-page__title{font-size:24px;font-weight:600;color:#000;margin:0}.shipping-address-page__add-btn-header{padding:10px 24px;background-color:transparent;color:#ff9d00;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;position:absolute;right:0;text-decoration:underline}.shipping-address-page__add-btn-header:hover{color:#ffb54e;transform:translateY(-1px)}.shipping-address-page__add-btn-header:active{transform:translateY(0)}.shipping-address-page__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px}.shipping-address-page__empty-icon{margin-bottom:24px;animation:fadeIn .5s ease-in-out}.shipping-address-page__empty-icon img{width:80px;height:80px;object-fit:contain}.shipping-address-page__empty-text{font-size:16px;font-weight:400;color:#000;margin-bottom:32px}.shipping-address-page__add-btn{padding:14px 40px;background-color:#ff9d00;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 12px #f903}.shipping-address-page__add-btn:hover{background-color:#ffb54e;transform:translateY(-2px);box-shadow:0 6px 16px #ff99004d}.shipping-address-page__add-btn:active{transform:translateY(0);box-shadow:0 4px 12px #f903}.shipping-address-page__addresses-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 899px){.shipping-address-page{padding:30px 15px;margin-bottom:60px}.shipping-address-page__container{flex-direction:column;gap:20px}.shipping-address-page__sidebar{width:100%}.shipping-address-page__content{padding:30px 35px}.shipping-address-page__title{font-size:22px;margin-bottom:35px}.shipping-address-page__add-btn-header{font-size:13px;padding:8px 20px}.shipping-address-page__empty-state{padding:70px 20px}}@media (max-width: 768px){.shipping-address-page{padding:20px 10px;margin-bottom:60px}.shipping-address-page__content{padding:25px 20px;min-height:400px}.shipping-address-page__header{margin-bottom:30px}.shipping-address-page__title{font-size:20px;margin-bottom:30px}.shipping-address-page__add-btn-header{font-size:12px;padding:7px 18px;right:0}.shipping-address-page__empty-state{padding:60px 20px}.shipping-address-page__empty-icon{margin-bottom:20px}.shipping-address-page__empty-icon img{width:70px;height:70px}.shipping-address-page__empty-text{font-size:15px;margin-bottom:28px}.shipping-address-page__add-btn{width:100%;max-width:300px;padding:13px 36px;font-size:14px}.shipping-address-page__addresses-list{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.shipping-address-page{padding:15px 8px}.shipping-address-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f;min-height:350px}.shipping-address-page__header{margin-bottom:25px;gap:8px}.shipping-address-page__title{font-size:18px;margin-bottom:25px}.shipping-address-page__add-btn-header{font-size:11px;padding:6px 14px;white-space:nowrap}.shipping-address-page__empty-state{padding:50px 15px}.shipping-address-page__empty-icon{margin-bottom:18px}.shipping-address-page__empty-icon img{width:60px;height:60px}.shipping-address-page__empty-text{font-size:14px;margin-bottom:24px}.shipping-address-page__add-btn{padding:12px 32px;font-size:13px;border-radius:40px}.shipping-address-page__addresses-list{gap:12px}}@media (max-width: 375px){.shipping-address-page{padding:12px 6px}.shipping-address-page__content{padding:18px 12px;min-height:320px}.shipping-address-page__header{margin-bottom:20px;gap:6px}.shipping-address-page__title{font-size:16px;margin-bottom:20px}.shipping-address-page__add-btn-header{font-size:10px;padding:5px 12px;white-space:nowrap}.shipping-address-page__empty-state{padding:40px 12px}.shipping-address-page__empty-icon{margin-bottom:16px}.shipping-address-page__empty-icon img{width:50px;height:50px}.shipping-address-page__empty-text{font-size:13px;margin-bottom:20px}.shipping-address-page__add-btn{padding:11px 28px;font-size:12px}.shipping-address-page__addresses-list{gap:10px}}.shipping-address-info-page{width:100%;min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.shipping-address-info-page__container{display:flex;align-items:stretch;max-width:1200px;margin:0 auto;gap:30px}.shipping-address-info-page__sidebar{flex:0 0 260px}.shipping-address-info-page__content{flex:1;background-color:#fff;padding:40px 50px;box-shadow:0 2px 12px #00000014;min-height:500px}.shipping-address-info-page__header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.shipping-address-info-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;transition:color .2s ease;flex-shrink:0}.shipping-address-info-page__back-btn:hover{color:#666}@media (max-width: 899px){.shipping-address-info-page__back-btn{display:flex;align-items:center;justify-content:center;position:relative;bottom:12px}}.shipping-address-info-page__title{font-size:18px;font-weight:500;color:#000;margin:0}.shipping-address-info-page__form{max-width:600px}.shipping-address-info-page__form .form-group{margin-bottom:24px}.shipping-address-info-page__form .form-group label{display:block;font-size:14px;font-weight:500;color:#000;margin-bottom:8px}.shipping-address-info-page__form .form-group input[type=text],.shipping-address-info-page__form .form-group input[type=tel],.shipping-address-info-page__form .form-group select{width:100%;padding:12px 16px;font-size:14px;background-color:transparent;border:1px solid #e0e0e0;color:#000;border-radius:6px;outline:none;transition:border-color .2s;font-family:Poppins,sans-serif}.shipping-address-info-page__form .form-group input[type=text]::placeholder,.shipping-address-info-page__form .form-group input[type=tel]::placeholder,.shipping-address-info-page__form .form-group select::placeholder{color:#999}.shipping-address-info-page__form .form-group input[type=text]:focus,.shipping-address-info-page__form .form-group input[type=tel]:focus,.shipping-address-info-page__form .form-group select:focus{border-color:orange}.shipping-address-info-page__form .form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px}.shipping-address-info-page__form .form-group select:hover{border-color:orange}.shipping-address-info-page__form .form-group select option{padding:10px;background-color:#fff;color:#000}.shipping-address-info-page__form .form-group select option:hover{background-color:#fff5e6}.shipping-address-info-page__form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.shipping-address-info-page__form .form-row .form-group{margin-bottom:0}.shipping-address-info-page__form .form-checkbox{display:flex;align-items:center;gap:10px}.shipping-address-info-page__form .form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#FF9D00}.shipping-address-info-page__form .form-checkbox label{margin:0;cursor:pointer;font-weight:400;font-size:14px}.shipping-address-info-page__form .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}.shipping-address-info-page__form .form-actions button{padding:12px 40px;font-size:14px;font-weight:500;border:none;border-radius:25px;cursor:pointer;transition:all .2s}.shipping-address-info-page__form .form-actions button.btn-cancel{background-color:#fff;color:orange;border:1px solid #ffa500}.shipping-address-info-page__form .form-actions button.btn-cancel:hover{background-color:#fff5e6}.shipping-address-info-page__form .form-actions button.btn-save{background-color:orange;color:#fff}.shipping-address-info-page__form .form-actions button.btn-save:hover:not(:disabled){background-color:#ff8c00}.shipping-address-info-page__form .form-actions button.btn-save:disabled{background-color:#ccc;color:#888;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.shipping-address-info-page__container{flex-direction:column;padding:15px}.shipping-address-info-page__sidebar{flex:0 0 auto;width:100%}.shipping-address-info-page__content{padding:20px}.shipping-address-info-page__form .form-row{grid-template-columns:1fr;gap:0}.shipping-address-info-page__form .form-actions{flex-direction:column}.shipping-address-info-page__form .form-actions button{width:100%}}.manage-account-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif;position:relative}.manage-account-page .is-verified{color:#ff9d00;font-size:14px;font-weight:500}.manage-account-page__container{max-width:1200px;margin:0 auto;display:flex;align-items:stretch;gap:30px}.manage-account-page__sidebar{flex:0 0 260px}.manage-account-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px;min-height:500px}.manage-account-page__header{display:flex;align-items:center;gap:12px;margin-bottom:40px}.manage-account-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;transition:color .2s ease;flex-shrink:0}.manage-account-page__back-btn:hover{color:#666}@media (max-width: 899px){.manage-account-page__back-btn{display:flex;align-items:center;justify-content:center;position:relative;bottom:12px}}.manage-account-page__title{font-size:24px;font-weight:600;color:#000;margin:0}.manage-account-page__section{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.manage-account-page__row{display:flex;justify-content:space-between;align-items:flex-start;padding:30px;background-color:#d9d9d94d;gap:20px}.manage-account-page__field{flex:1;display:flex;flex-direction:column;gap:8px}.manage-account-page__label{font-size:14px;font-weight:600;color:#000}.manage-account-page__value{font-size:14px;font-weight:400;color:#666;margin:0}.manage-account-page__action-btn{padding:10px 24px;background-color:transparent;color:#ff9d00;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;white-space:nowrap;text-decoration:underline;outline:none}.manage-account-page__action-btn:hover{color:#ffb54e;outline:none;text-decoration:underline}.manage-account-page__action-btn:active{outline:none;color:#cc7a00}.manage-account-page__delete-section{padding-top:20px}.manage-account-page__delete-btn{padding:0;background-color:transparent;color:#f44;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;outline:none}.manage-account-page__delete-btn:hover{outline:none;text-decoration:underline}.manage-account-page__delete-btn:active{outline:none;color:#c00}@media (max-width: 899px){.manage-account-page{padding:30px 15px}.manage-account-page__container{flex-direction:column;gap:20px}.manage-account-page__sidebar{flex:0 0 auto;width:100%}.manage-account-page__content{padding:30px 35px}.manage-account-page__title{font-size:22px;margin-bottom:35px}.manage-account-page__section{gap:25px;margin-bottom:35px}}@media (max-width: 768px){.manage-account-page{padding:20px 10px}.manage-account-page__content{padding:25px 20px;min-height:400px}.manage-account-page__title{font-size:20px;margin-bottom:30px}.manage-account-page__section{gap:20px;margin-bottom:30px}.manage-account-page__row{flex-direction:column;align-items:stretch;padding:25px;gap:15px}.manage-account-page__label,.manage-account-page__value{font-size:13px}.manage-account-page__action-btn{text-align:left;padding:10px 0;font-size:13px}.manage-account-page__delete-btn{font-size:13px}}@media (max-width: 480px){.manage-account-page{padding:15px 8px}.manage-account-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f;min-height:350px}.manage-account-page__title{font-size:18px;margin-bottom:25px}.manage-account-page__section{gap:18px;margin-bottom:25px}.manage-account-page__row{padding:20px;gap:12px}.manage-account-page__field{gap:6px}.manage-account-page__label,.manage-account-page__value{font-size:12px}.manage-account-page__action-btn{padding:8px 0;font-size:12px}.manage-account-page__delete-section{padding-top:15px}.manage-account-page__delete-btn{font-size:12px}}@media (max-width: 375px){.manage-account-page{padding:12px 6px}.manage-account-page__content{padding:18px 12px;min-height:320px}.manage-account-page__title{font-size:16px;margin-bottom:20px}.manage-account-page__section{gap:16px;margin-bottom:20px}.manage-account-page__row{padding:18px;gap:10px}.manage-account-page__label,.manage-account-page__value{font-size:11px}.manage-account-page__action-btn{padding:7px 0;font-size:11px}.manage-account-page__delete-section{padding-top:12px}.manage-account-page__delete-btn{font-size:11px}}.password-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.password-modal{background-color:#fff;border-radius:8px;width:100%;max-width:480px;padding:30px;position:relative;box-shadow:0 4px 20px #00000026;font-family:Poppins,sans-serif}.password-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.password-modal__title{font-size:22px;font-weight:600;color:#000;margin:0}.password-modal__close{background:transparent;border:none;font-size:28px;color:#000;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-modal__close:hover{color:#666}.password-modal__form{display:flex;flex-direction:column;gap:20px}.password-modal__field{display:flex;flex-direction:column;gap:8px}.password-modal__label{font-size:14px;font-weight:500;color:#000}.password-modal__input-wrapper{position:relative;display:flex;align-items:center}.password-modal__input{width:100%;padding:12px 45px 12px 15px;border:1px solid #D9D9D9;border-radius:4px;background-color:transparent;font-size:14px;font-family:Poppins,sans-serif;color:#000;outline:none;transition:border-color .2s ease}.password-modal__input:focus{border-color:#ff9d00}.password-modal__input::placeholder{color:#999}.password-modal__input--error{border-color:#ef5350}.password-modal__input--error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53501a}.password-modal__input--success{border-color:#66bb6a}.password-modal__input--success:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a1a}.password-modal__error-message{margin-top:.375rem;font-size:12px;color:#c62828;display:flex;align-items:center;gap:.25rem;font-family:Poppins,sans-serif}.password-modal__toggle{position:absolute;right:12px;background:transparent;border:none;font-size:20px;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-modal__toggle:hover{color:#666}.password-modal__forgot{font-size:12px;color:#999;text-decoration:none;align-self:flex-start;margin-top:4px;transition:color .2s ease;cursor:pointer}.password-modal__forgot:hover{color:#666;text-decoration:underline}.password-modal__submit{margin-top:10px;padding:12px 24px;background-color:#ff9d00;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:all .2s ease;align-self:center;min-width:140px}.password-modal__submit:hover{background-color:#ffb54e;transform:translateY(-1px);box-shadow:0 2px 8px #ffa5004d}.password-modal__submit:active{transform:translateY(0)}@media (max-width: 768px){.password-modal{max-width:90%;padding:25px}.password-modal__title{font-size:20px}.password-modal__close{font-size:24px;width:28px;height:28px}.password-modal__form{gap:18px}.password-modal__label{font-size:13px}.password-modal__input{padding:11px 42px 11px 14px;font-size:13px}.password-modal__toggle{font-size:18px}.password-modal__submit{padding:11px 22px;font-size:14px;min-width:130px}}@media (max-width: 480px){.password-modal-overlay{padding:15px}.password-modal{max-width:100%;padding:20px}.password-modal__header{margin-bottom:25px}.password-modal__title{font-size:18px}.password-modal__close{font-size:22px;width:26px;height:26px}.password-modal__form{gap:16px}.password-modal__label{font-size:12px}.password-modal__input{padding:10px 40px 10px 12px;font-size:12px}.password-modal__toggle{font-size:16px;right:10px}.password-modal__forgot{font-size:11px}.password-modal__submit{padding:10px 20px;font-size:13px;min-width:120px;margin-top:8px}}.password-requirements{margin-top:.75rem;padding:.75rem;background-color:#f5f5f5;border-radius:4px;border:1px solid #e0e0e0;display:flex;gap:12px;flex-wrap:wrap}.password-requirements__item{display:flex;align-items:center;gap:.5rem;font-size:12px;color:#757575;margin-bottom:.375rem;transition:color .2s ease;min-width:fit-content}.password-requirements__item:last-child{margin-bottom:0}.password-requirements__item svg{font-size:12px;flex-shrink:0;color:#ef5350}.password-requirements__item--valid{color:#2e7d32}.password-requirements__item--valid svg{color:#66bb6a}.password-requirements__item span{line-height:1.4}.my-orders-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.my-orders-page__container{max-width:1200px;margin:0 auto;display:flex;align-items:stretch;gap:30px}.my-orders-page__sidebar{flex:0 0 260px}.my-orders-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px;height:600px;overflow-y:scroll}.my-orders-page__content::-webkit-scrollbar{width:8px}.my-orders-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.my-orders-page__title-wrapper{display:flex;align-items:center;gap:12px}.my-orders-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;transition:color .2s ease;flex-shrink:0}.my-orders-page__back-btn:hover{color:#666}@media (max-width: 899px){.my-orders-page__back-btn{display:flex;align-items:center;justify-content:center}}.my-orders-page__title{font-size:24px;font-weight:600;color:#000;margin:0;font-family:Poppins,sans-serif}.my-orders-page__filter{min-width:200px;position:relative}.my-orders-page__filter-btn{display:flex;align-items:center;gap:8px;border:none;border-radius:0%;background-color:#fff;color:#000;border-bottom:4px solid #FF9D00;font-size:14px;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif;min-width:200px;justify-content:space-between}.my-orders-page__filter-btn:hover{border-color:#ff9d00;background-color:#fffbf5}.my-orders-page__filter-icon{font-size:16px;transition:transform .2s ease}.my-orders-page__filter-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:10;overflow:hidden}.my-orders-page__filter-option{padding:12px 20px;font-size:14px;font-weight:400;color:#000;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.my-orders-page__filter-option:hover{background-color:#fffbf5;color:#ff9d00}.my-orders-page__filter-option:not(:last-child){border-bottom:1px solid #f0f0f0}.my-orders-page__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;min-height:400px}.my-orders-page__empty-icon{display:flex;align-items:center;justify-content:center}.my-orders-page__empty-icon svg{width:40px;height:40px;color:#000;margin-bottom:20px}.my-orders-page__empty-text{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#000;margin-bottom:32px}.my-orders-page__shop-btn{padding:10px 40px;width:250px;background-color:#ff9d00;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 12px #f903}.my-orders-page__shop-btn:hover{background-color:#ffb54e;transform:translateY(-2px);box-shadow:0 6px 16px #ff99004d}.my-orders-page__shop-btn:active{transform:translateY(0);box-shadow:0 4px 12px #f903}.my-orders-page__orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background-color:#fff;border:1px solid #e0e0e0;overflow:hidden;transition:all .2s ease;padding:20px 25px;display:flex;flex-direction:column}.order-card:hover{box-shadow:0 4px 12px #00000014}.order-card__top{display:flex;gap:300px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.order-card__top .status{font-size:14px;font-weight:500}.order-card__top .status__processing{background-color:#2196f3;color:#fff}.order-card__top .status__accepted{background-color:#4caf50;color:#fff}.order-card__top .status__cancelled{background-color:#f44;color:#fff}.order-card__top .status__pending{background-color:#f90;color:#fff}.order-card__top .status__delivered{background-color:#2e7d32;color:#fff}.order-card__top .status__shipped{background-color:#673ab7;color:#fff}.order-card__status-badge{font-size:14px;font-weight:500;color:#000;font-family:Poppins,sans-serif;white-space:nowrap;max-height:fit-content;padding:4px 12px;border-radius:20px;max-width:fit-content}.order-card__header-info{flex:1;display:flex}.order-card__order-details{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.order-card__date{font-size:13px;color:#666;margin:0 0 6px;font-family:Inter,sans-serif}.order-card__id{font-size:13px;color:#666;margin:0;display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif}.order-card__copy-btn{display:inline-flex;align-items:center;padding:0;background-color:transparent;color:#0a6aa6;border:none;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;text-decoration:underline}.order-card__copy-btn:hover{color:#3367d6;text-decoration:underline}.order-card__actions{display:flex;align-items:flex-start;gap:10px;flex-direction:column}.order-card__action-btn{padding:0;background-color:transparent;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;white-space:nowrap;outline:none}.order-card__action-btn--track{color:#f44;outline:none}.order-card__action-btn--track:hover{outline:none;color:#c00;text-decoration:underline}.order-card__action-btn--returns{outline:none;color:#000}.order-card__action-btn--returns:hover{outline:none;color:#000;text-decoration:underline}.order-card__action-btn--review{color:#000;display:flex;align-items:center;gap:8px;outline:none}.order-card__action-btn--review:hover{outline:none;color:#000;text-decoration:underline}.order-card__action-btn--review-top{color:#000;display:flex;align-items:center;gap:8px;outline:none}.order-card__action-btn--review-top:hover{outline:none;color:#000;text-decoration:underline}.order-card__action-btn--return{color:#000;display:flex;align-items:center;gap:8px;outline:none}.order-card__action-btn--return:hover{outline:none;color:#070707;text-decoration:underline}.order-card__action-btn--review-inline{color:#000;display:flex;align-items:center;gap:6px;outline:none;white-space:nowrap;font-size:13px}.order-card__action-btn--review-inline:hover{outline:none;color:#000;text-decoration:underline}.order-card__action-icon{font-size:14px;flex-shrink:0}.order-card__content{display:flex;gap:20px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f0f0f0;cursor:pointer}.order-card__image{width:60px;height:60px;flex-shrink:0;background-color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.order-card__image img{width:100%;height:100%;object-fit:cover}.order-card__details{flex:1;display:flex;flex-direction:column}.order-card__details .qty-price{display:flex;gap:8px}.order-card__details .qty-price .icon-cross{font-size:12px;color:#666;align-self:center}.order-card__name-review-row{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-bottom:8px}.order-card__product-name{font-size:14px;font-weight:400;color:#000;margin:0;line-height:1.5;font-family:Poppins,sans-serif}.order-card__quantity{font-size:12px;color:#000;margin:0;font-family:Inter,sans-serif}.order-card__price,.order-card__subtotal{font-size:12px;font-weight:400;margin:0;font-family:Poppins,sans-serif}.order-card__footer{display:flex;justify-content:flex-end;align-items:center}.order-card__footer .order-card__total{font-size:16px;font-weight:600;color:#ff9d00;font-family:Poppins,sans-serif;padding-top:12px}@media (min-width: 768px) and (max-width: 1024px){.my-orders-page{padding:35px 20px}.my-orders-page__container{gap:25px}.my-orders-page__sidebar{flex:0 0 240px}.my-orders-page__content{padding:35px 40px}.my-orders-page__header{margin-bottom:35px}.my-orders-page__title{font-size:22px}.my-orders-page__filter{min-width:160px}.my-orders-page__filter-btn{min-width:160px;font-size:14px}.my-orders-page__empty-icon{font-size:80px}.my-orders-page__empty-text{font-size:18px}.my-orders-page__shop-btn{padding:12px 35px;font-size:14px}.order-card{padding:25px}.order-card__top{gap:15px;flex-direction:column}.order-card__status-badge{font-size:13px;padding:6px 14px}.order-card__header-info{flex-direction:column;gap:15px}.order-card__order-details{width:100%}.order-card__date,.order-card__id{font-size:13px}.order-card__actions{width:100%;flex-direction:row;justify-content:flex-start;gap:15px;flex-wrap:wrap}.order-card__action-btn,.order-card__action-icon{font-size:13px}.order-card__content{gap:18px}.order-card__image{width:90px;height:90px}.order-card__product-name{font-size:15px}.order-card__quantity,.order-card__price{font-size:13px}.order-card__copy-btn{font-size:12px}}@media (max-width: 899px){.my-orders-page{padding:30px 15px}.my-orders-page__container{flex-direction:column;gap:20px}.my-orders-page__sidebar{flex:0 0 auto;width:100%}.my-orders-page__content{padding:30px 35px;overflow:auto}.my-orders-page__header{margin-bottom:35px}.my-orders-page__title{font-size:22px}.my-orders-page__filter,.my-orders-page__filter-btn{min-width:180px}}@media (max-width: 768px){.my-orders-page{padding:20px 10px}.my-orders-page__content{padding:25px 20px;min-height:400px}.my-orders-page__header{gap:20px;margin-bottom:30px}.my-orders-page__title{font-size:20px}.my-orders-page__filter{width:180px;right:0;min-width:auto}.my-orders-page__filter-btn{width:100%;min-width:auto;font-size:13px}.my-orders-page__filter-dropdown{width:100%}.my-orders-page__filter-option{padding:11px 18px;font-size:13px}.my-orders-page__empty-state{padding:60px 20px;min-height:350px}.my-orders-page__empty-icon svg{width:35px;height:35px;margin-bottom:18px}.my-orders-page__empty-text{font-size:16px;margin-bottom:28px}.my-orders-page__shop-btn{width:100%;max-width:300px;padding:12px 36px;font-size:14px}.my-orders-page__orders-list{gap:16px}.order-card{padding:18px 20px}.order-card__top{flex-direction:column;gap:15px;margin-bottom:18px;padding-bottom:18px}.order-card__status-badge{font-size:15px}.order-card__header-info{flex-direction:column;gap:15px}.order-card__date,.order-card__id{font-size:12px}.order-card__copy-btn{font-size:11px}.order-card__actions{flex-direction:row;gap:15px}.order-card__action-btn{font-size:13px}.order-card__content{flex-direction:column;gap:15px}.order-card__image{width:100%;height:150px}.order-card__product-name{font-size:14px}.order-card__quantity{font-size:12px}.order-card__price{font-size:16px}}@media (max-width: 480px){.my-orders-page{padding:15px 8px}.my-orders-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f;min-height:350px}.my-orders-page__header{gap:18px;margin-bottom:25px;display:flex;flex-direction:column;align-items:flex-start}.my-orders-page__filter{width:100%;right:0;min-width:auto}.my-orders-page__title{font-size:18px}.my-orders-page__filter-btn{font-size:12px;padding:10px 15px}.my-orders-page__filter-option{padding:10px 16px;font-size:12px}.my-orders-page__empty-state{padding:50px 15px;min-height:320px}.my-orders-page__empty-icon svg{width:32px;height:32px;margin-bottom:16px}.my-orders-page__empty-text{font-size:15px;margin-bottom:24px}.my-orders-page__shop-btn{padding:11px 32px;font-size:13px}.my-orders-page__orders-list{gap:14px}.order-card{padding:16px 15px}.order-card__top{gap:12px;margin-bottom:16px;padding-bottom:16px}.order-card__status-badge{font-size:14px}.order-card__header-info{gap:12px}.order-card__date{font-size:11px;margin-bottom:4px}.order-card__id{font-size:11px;gap:6px}.order-card__copy-btn{font-size:10px}.order-card__actions{gap:12px}.order-card__action-btn{font-size:12px}.order-card__content{gap:12px}.order-card__image{height:130px}.order-card__details{gap:6px}.order-card__product-name{font-size:13px;line-height:1.4}.order-card__quantity{font-size:11px}.order-card__price{font-size:15px}}@media (max-width: 375px){.my-orders-page{padding:12px 6px}.my-orders-page__content{padding:18px 12px;min-height:320px}.my-orders-page__header{gap:16px;margin-bottom:20px}.my-orders-page__title{font-size:16px}.my-orders-page__filter-btn{font-size:11px;padding:9px 12px}.my-orders-page__filter-option{padding:9px 14px;font-size:11px}.my-orders-page__empty-state{padding:40px 12px;min-height:300px}.my-orders-page__empty-icon svg{width:28px;height:28px;margin-bottom:14px}.my-orders-page__empty-text{font-size:14px;margin-bottom:20px}.my-orders-page__shop-btn{padding:10px 28px;font-size:12px;width:200px}.my-orders-page__orders-list{gap:12px}.order-card{padding:14px 12px}.order-card__top{gap:10px;margin-bottom:14px;padding-bottom:14px}.order-card__status-badge{font-size:13px}.order-card__header-info{gap:10px}.order-card__date{font-size:10px}.order-card__id{font-size:10px;gap:5px}.order-card__copy-btn{font-size:9px}.order-card__actions{gap:10px}.order-card__action-btn{font-size:11px}.order-card__content{gap:10px}.order-card__image{height:120px}.order-card__details{gap:5px}.order-card__product-name{font-size:12px}.order-card__quantity{font-size:10px}.order-card__price{font-size:14px}}.my-returns-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.my-returns-page__container{max-width:1200px;margin:0 auto;display:flex;align-items:stretch;gap:30px}.my-returns-page__sidebar{flex:0 0 260px}.my-returns-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px;min-height:500px}.my-returns-page__header{display:flex;align-items:center;gap:12px;margin-bottom:40px}.my-returns-page__back-btn{display:none;background:transparent;border:none;padding:0;cursor:pointer;color:#000;font-size:24px;line-height:1;transition:color .2s ease;flex-shrink:0}.my-returns-page__back-btn:hover{color:#666}@media (max-width: 899px){.my-returns-page__back-btn{display:flex;align-items:center;justify-content:center;position:relative;bottom:12px}}.my-returns-page__title{font-size:24px;font-weight:600;color:#000;margin:0;font-family:Poppins,sans-serif}.my-returns-page__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;min-height:400px}.my-returns-page__empty-icon{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.my-returns-page__empty-icon svg{width:40px;height:40px;color:#000}.my-returns-page__empty-text{font-size:16px;font-weight:400;color:#000;margin:0;font-family:Poppins,sans-serif}.my-returns-page__returns-list{display:flex;flex-direction:column;gap:20px}.my-returns-page__return-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px 28px;transition:all .3s ease}.my-returns-page__return-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.my-returns-page__return-status{font-size:18px;font-weight:600;color:#000;margin:0;font-family:Poppins,sans-serif}.my-returns-page__return-id{font-size:13px;color:#666;margin:0;font-family:Poppins,sans-serif}.my-returns-page__return-content{display:flex;gap:30px;margin-bottom:20px}@media (max-width: 768px){.my-returns-page__return-content{flex-direction:column;gap:20px}}.my-returns-page__product-section{display:flex;gap:16px;flex:1}.my-returns-page__product-image{width:100px;height:100px;flex-shrink:0;background-color:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.my-returns-page__product-image img{width:100%;height:100%;object-fit:cover}.my-returns-page__product-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.my-returns-page__product-name{font-size:15px;font-weight:500;color:#000;margin:0;line-height:1.5;font-family:Poppins,sans-serif}.my-returns-page__product-quantity{font-size:13px;color:#666;margin:0;font-family:Poppins,sans-serif}.my-returns-page__product-price{font-size:16px;font-weight:600;color:#ff9d00;margin:0;font-family:Poppins,sans-serif}.my-returns-page__stepper-section{flex:0 0 300px}@media (max-width: 768px){.my-returns-page__stepper-section{flex:1}}.my-returns-page__stepper-section .MuiStepLabel-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#999;transition:all .3s ease}.my-returns-page__stepper-section .MuiStepLabel-label.Mui-active{font-weight:600;color:#ff9d00;font-size:14px}.my-returns-page__stepper-section .MuiStepLabel-label.Mui-completed{font-weight:500;color:#6c757d;font-size:13px}.my-returns-page__stepper-section .MuiStepIcon-root{color:#d0d0d0;font-size:22px;transition:all .3s ease}.my-returns-page__stepper-section .MuiStepIcon-root.Mui-active{color:#ff9d00;font-size:28px}.my-returns-page__stepper-section .MuiStepIcon-root.Mui-completed{color:#6c757d;font-size:24px}.my-returns-page__stepper-section .MuiStepIcon-root .MuiStepIcon-text{font-family:Poppins,sans-serif;font-weight:600;fill:#666}.my-returns-page__stepper-section .MuiStepIcon-root.Mui-active .MuiStepIcon-text{fill:#fff;font-weight:700}.my-returns-page__stepper-section .MuiStepIcon-root.Mui-completed .MuiStepIcon-text{fill:#fff}.my-returns-page__stepper-section .MuiStepConnector-line{border-color:#d0d0d0;border-left-width:2px;min-height:20px}.my-returns-page__stepper-section .MuiStepConnector-root.Mui-completed .MuiStepConnector-line{border-color:#6c757d;border-left-width:3px}.my-returns-page__stepper-section .MuiStepConnector-root.Mui-active .MuiStepConnector-line{border-color:#ff9d00;border-left-width:3px}.my-returns-page__stepper-section .MuiStep-root{padding:6px 0}.my-returns-page__return-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f0f0f0}@media (max-width: 768px){.my-returns-page__return-footer{flex-direction:column;align-items:flex-start;gap:12px}}.my-returns-page__return-info{display:flex;flex-direction:column;gap:4px;flex:1}.my-returns-page__return-reason{font-size:13px;color:#666;margin:0;font-family:Poppins,sans-serif}.my-returns-page__return-order-id{font-size:12px;color:#666;margin:0;font-family:Poppins,sans-serif}.my-returns-page__return-time{font-size:12px;color:#999;margin:0;font-family:Poppins,sans-serif}.my-returns-page__view-details{background:transparent;border:none;font-size:14px;font-weight:500;color:#fc5e5e;font-family:Poppins,sans-serif;white-space:nowrap;transition:all .2s ease;cursor:pointer;padding:0}.my-returns-page__view-details:hover{color:red}@media (max-width: 899px){.my-returns-page{padding:30px 15px}.my-returns-page__container{flex-direction:column;gap:20px}.my-returns-page__sidebar{flex:0 0 auto;width:100%}.my-returns-page__content{padding:30px 35px}.my-returns-page__title{font-size:22px;margin-bottom:35px}.my-returns-page__empty-state{padding:70px 20px}}@media (max-width: 768px){.my-returns-page{padding:20px 10px}.my-returns-page__content{padding:25px 20px;min-height:400px}.my-returns-page__title{font-size:20px;margin-bottom:30px}.my-returns-page__empty-state{padding:60px 20px;min-height:350px}.my-returns-page__empty-icon{margin-bottom:20px}.my-returns-page__empty-icon svg{width:35px;height:35px}.my-returns-page__empty-text{font-size:15px}.my-returns-page__returns-list{gap:16px}.my-returns-page__return-card{padding:20px 22px}.my-returns-page__return-card-header{margin-bottom:20px;padding-bottom:18px}.my-returns-page__return-status{font-size:16px}.my-returns-page__return-id{font-size:12px}.my-returns-page__product-image{width:90px;height:90px}.my-returns-page__product-name{font-size:14px}.my-returns-page__product-quantity{font-size:12px}.my-returns-page__product-price{font-size:15px}.my-returns-page__return-footer{padding-top:14px}.my-returns-page__view-details{font-size:13px}}@media (max-width: 480px){.my-returns-page{padding:15px 8px}.my-returns-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f;min-height:350px}.my-returns-page__title{font-size:18px;margin-bottom:25px}.my-returns-page__empty-state{padding:50px 15px;min-height:320px}.my-returns-page__empty-icon{margin-bottom:18px}.my-returns-page__empty-icon svg{width:32px;height:32px}.my-returns-page__empty-text{font-size:14px}.my-returns-page__returns-list{gap:14px}.my-returns-page__return-card{padding:18px 16px;border-radius:8px}.my-returns-page__return-card-header{margin-bottom:18px;padding-bottom:16px}.my-returns-page__return-status{font-size:15px}.my-returns-page__return-id{font-size:11px}.my-returns-page__product-image{width:80px;height:80px}.my-returns-page__product-name{font-size:13px}.my-returns-page__product-quantity,.my-returns-page__return-reason,.my-returns-page__return-order-id{font-size:11px}.my-returns-page__product-price{font-size:14px}.my-returns-page__return-footer{padding-top:12px}.my-returns-page__return-time{font-size:11px}.my-returns-page__view-details{font-size:12px}}@media (max-width: 375px){.my-returns-page{padding:12px 6px}.my-returns-page__content{padding:18px 12px;min-height:320px}.my-returns-page__title{font-size:16px;margin-bottom:20px}.my-returns-page__empty-state{padding:40px 12px;min-height:300px}.my-returns-page__empty-icon{margin-bottom:16px}.my-returns-page__empty-icon svg{width:28px;height:28px}.my-returns-page__empty-text{font-size:13px}.my-returns-page__returns-list{gap:12px}.my-returns-page__return-card{padding:16px 14px}.my-returns-page__return-card-header{margin-bottom:16px;padding-bottom:14px}.my-returns-page__return-status{font-size:14px}.my-returns-page__return-id{font-size:10px}.my-returns-page__product-image{width:70px;height:70px}.my-returns-page__product-name{font-size:12px}.my-returns-page__product-quantity,.my-returns-page__return-reason,.my-returns-page__return-order-id{font-size:10px}.my-returns-page__product-price{font-size:13px}.my-returns-page__return-footer{padding-top:10px}.my-returns-page__return-time{font-size:10px}.my-returns-page__view-details{font-size:11px}}.my-return-add-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.my-return-add-page__container{max-width:1200px;margin:0 auto;display:flex;gap:30px}.my-return-add-page__sidebar{flex-shrink:0}.my-return-add-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px;min-height:500px}.my-return-add-page__title{font-size:24px;font-weight:600;color:#000;margin-bottom:30px}.my-return-add-page__return-card{border:1px solid rgba(203,201,201,.496);background-color:#fff;padding:30px 35px;transition:all .3s ease}.my-return-add-page__card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:130px;margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #f0f0f0}.my-return-add-page__status-section{flex-shrink:0}.my-return-add-page__status{font-size:18px;font-weight:600;color:#000;margin:0}.my-return-add-page__order-info{flex:1;display:flex;flex-direction:column;gap:6px}.my-return-add-page__info-item{font-size:13px;font-weight:400;color:#000;margin:0}.my-return-add-page__copy-btn{background:transparent;border:none;color:#007bff;font-size:13px;font-weight:400;cursor:pointer;padding:0;margin-left:8px;text-decoration:none;font-family:Poppins,sans-serif;transition:all .2s ease;text-decoration:underline}.my-return-add-page__copy-btn:hover{color:#0056b3;text-decoration:underline}.my-return-add-page__refund-btn{background-color:transparent;color:red;border:none;padding:8px 0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;text-decoration:none;white-space:nowrap;flex-shrink:0;align-self:flex-start;outline:none}.my-return-add-page__refund-btn:hover{outline:none;background-color:transparent;color:red;border:none;text-decoration:underline}.my-return-add-page__product-section{padding-top:20px}.my-return-add-page__product{display:flex;gap:20px;align-items:flex-start}.my-return-add-page__product-image{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background-color:#00000040;display:flex;align-items:center;justify-content:center}.my-return-add-page__product-image img{width:100%;height:100%;object-fit:cover}.my-return-add-page__product-details{flex:1}.my-return-add-page__product-name{font-size:15px;font-weight:500;color:#000;margin:0 0 12px;line-height:1.5}.my-return-add-page__product-quantity{font-size:14px;font-weight:400;color:#666;margin:0 0 8px}.my-return-add-page__product-price{font-size:16px;font-weight:600;color:#ff9d00;margin:0}@media (max-width: 1024px){.my-return-add-page__return-card{padding:25px 30px}.my-return-add-page__card-header{flex-direction:column;gap:15px}.my-return-add-page__refund-btn{align-self:flex-start}}@media (max-width: 899px){.my-return-add-page{padding:30px 15px}.my-return-add-page__container{flex-direction:column;gap:20px}.my-return-add-page__sidebar{width:100%}.my-return-add-page__content{padding:30px 35px}.my-return-add-page__title{font-size:22px;margin-bottom:25px}.my-return-add-page__return-card{padding:22px 25px}.my-return-add-page__order-info{flex-direction:column;gap:6px}}@media (max-width: 768px){.my-return-add-page{padding:20px 10px}.my-return-add-page__content{padding:25px 20px;min-height:400px}.my-return-add-page__title{font-size:20px;margin-bottom:20px}.my-return-add-page__return-card{padding:20px 22px}.my-return-add-page__card-header{margin-bottom:25px;padding-bottom:20px}.my-return-add-page__status{font-size:17px;margin-bottom:12px}.my-return-add-page__product{gap:15px}.my-return-add-page__product-image{width:90px;height:90px}.my-return-add-page__product-name{font-size:14px}.my-return-add-page__product-quantity{font-size:13px}.my-return-add-page__product-price{font-size:15px}}@media (max-width: 480px){.my-return-add-page{padding:15px 8px}.my-return-add-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f;min-height:350px}.my-return-add-page__title{font-size:18px;margin-bottom:18px}.my-return-add-page__return-card{padding:18px 20px}.my-return-add-page__card-header{margin-bottom:20px;padding-bottom:18px}.my-return-add-page__status{font-size:16px;margin-bottom:10px}.my-return-add-page__info-item{font-size:12px}.my-return-add-page__refund-btn{font-size:13px}.my-return-add-page__product{gap:12px}.my-return-add-page__product-image{width:80px;height:80px}.my-return-add-page__product-name{font-size:13px;margin-bottom:10px}.my-return-add-page__product-quantity{font-size:12px;margin-bottom:6px}.my-return-add-page__product-price{font-size:14px}}@media (max-width: 375px){.my-return-add-page{padding:12px 6px}.my-return-add-page__content{padding:18px 12px;min-height:320px}.my-return-add-page__title{font-size:16px;margin-bottom:15px}.my-return-add-page__return-card{padding:15px 18px}.my-return-add-page__card-header{margin-bottom:18px;padding-bottom:15px}.my-return-add-page__status{font-size:15px}.my-return-add-page__info-item{font-size:11px}.my-return-add-page__product-image{width:70px;height:70px}.my-return-add-page__product-name{font-size:12px}.my-return-add-page__product-quantity,.my-return-add-page__refund-btn{font-size:11px}.my-return-add-page__product-price{font-size:13px}}.shipping-address-submit-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.shipping-address-submit-page__container{max-width:1200px;margin:0 auto;display:flex;gap:30px}.shipping-address-submit-page__sidebar{flex-shrink:0}.shipping-address-submit-page__content{flex:1;background-color:#fff;box-shadow:0 2px 12px #00000014;padding:40px 50px;min-height:500px}.shipping-address-submit-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.shipping-address-submit-page__title{font-size:24px;font-weight:600;color:#000;margin:0}.shipping-address-submit-page__add-btn{background-color:transparent;color:#ff9d00;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;text-decoration:underline}.shipping-address-submit-page__add-btn:hover{background-color:none;border:none;transform:translateY(-2px)}.shipping-address-submit-page__add-btn:active{transform:translateY(0)}.shipping-address-submit-page__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px}.shipping-address-submit-page__empty-text{font-size:16px;font-weight:400;color:#9e9e9e;margin-bottom:32px}.shipping-address-submit-page__add-btn-large{color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 12px #f903}.shipping-address-submit-page__add-btn-large:hover,.shipping-address-submit-page__add-btn-large:active{transform:translateY(0)}.shipping-address-submit-page__addresses-list{display:flex;flex-direction:column;gap:20px}.shipping-address-submit-page__address-card{background-color:#fff;padding:0 35px;transition:all .3s ease;position:relative}.shipping-address-submit-page__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.shipping-address-submit-page__card-name{font-size:20px;font-weight:600;color:#000;margin:0}.shipping-address-submit-page__card-body{margin-bottom:20px;position:relative}.shipping-address-submit-page__address-line{font-size:15px;font-weight:400;color:#333;margin:8px 0;line-height:1.6}.shipping-address-submit-page__card-actions{position:absolute;bottom:30px;right:35px;display:flex;gap:15px}.shipping-address-submit-page__action-btn{background:transparent;border:none;color:#000;font-size:20px;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.shipping-address-submit-page__action-btn:hover{color:#000}.shipping-address-submit-page__action-btn--delete:hover{color:#e74c3c}.shipping-address-submit-page__default-badge{background-color:#ff9d00;color:#fff;padding:10px 24px;border-radius:50px;font-size:14px;font-weight:500;display:inline-block;text-align:center}.shipping-address-submit-page__set-default-btn{background:transparent;border:1px solid #ddd;color:#666;padding:10px 24px;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.shipping-address-submit-page__set-default-btn:hover{border-color:#ff9d00;color:#ff9d00;background-color:#ff99000d}@media (max-width: 1024px){.shipping-address-submit-page__address-card{padding:0 30px}.shipping-address-submit-page__card-actions{bottom:25px;right:30px}}@media (max-width: 899px){.shipping-address-submit-page{padding:30px 15px}.shipping-address-submit-page__container{flex-direction:column;gap:20px}.shipping-address-submit-page__sidebar{width:100%}.shipping-address-submit-page__content{padding:30px 35px}.shipping-address-submit-page__title{font-size:22px}.shipping-address-submit-page__header{flex-direction:column;align-items:flex-start}.shipping-address-submit-page__add-btn{width:100%;max-width:300px}.shipping-address-submit-page__address-card{padding:0 25px}.shipping-address-submit-page__card-actions{bottom:22px;right:25px;gap:12px}.shipping-address-submit-page__action-btn{font-size:18px}}@media (max-width: 768px){.shipping-address-submit-page{padding:20px 10px}.shipping-address-submit-page__content{padding:25px 20px;min-height:400px}.shipping-address-submit-page__title{font-size:20px}.shipping-address-submit-page__add-btn{padding:11px 24px;font-size:13px}.shipping-address-submit-page__address-card{padding:0 22px}.shipping-address-submit-page__card-header{margin-bottom:20px;padding-bottom:15px}.shipping-address-submit-page__card-name{font-size:18px}.shipping-address-submit-page__address-line{font-size:14px;margin:7px 0}.shipping-address-submit-page__card-actions{bottom:20px;right:22px;gap:10px}.shipping-address-submit-page__action-btn{font-size:18px;padding:6px}.shipping-address-submit-page__default-badge,.shipping-address-submit-page__set-default-btn{padding:9px 20px;font-size:13px}}@media (max-width: 480px){.shipping-address-submit-page{padding:15px 8px}.shipping-address-submit-page__content{padding:20px 15px;box-shadow:0 1px 8px #0000000f;min-height:350px}.shipping-address-submit-page__title{font-size:18px}.shipping-address-submit-page__add-btn{padding:10px 20px;font-size:12px}.shipping-address-submit-page__address-card{padding:0 20px}.shipping-address-submit-page__card-header{margin-bottom:18px;padding-bottom:12px;flex-direction:column;align-items:flex-start;gap:12px}.shipping-address-submit-page__card-name{font-size:16px}.shipping-address-submit-page__address-line{font-size:13px;margin:6px 0}.shipping-address-submit-page__card-actions{bottom:18px;right:20px;gap:10px}.shipping-address-submit-page__action-btn{font-size:17px;padding:5px}.shipping-address-submit-page__default-badge,.shipping-address-submit-page__set-default-btn{font-size:12px;padding:8px 18px}}@media (max-width: 375px){.shipping-address-submit-page{padding:12px 6px}.shipping-address-submit-page__content{padding:18px 12px;min-height:320px}.shipping-address-submit-page__title{font-size:16px}.shipping-address-submit-page__add-btn{padding:9px 18px;font-size:11px}.shipping-address-submit-page__address-card{padding:0 18px}.shipping-address-submit-page__card-header{margin-bottom:15px;padding-bottom:10px}.shipping-address-submit-page__card-name{font-size:15px}.shipping-address-submit-page__address-line{font-size:12px;margin:5px 0}.shipping-address-submit-page__card-actions{bottom:15px;right:18px;gap:8px}.shipping-address-submit-page__action-btn{font-size:16px;padding:4px}.shipping-address-submit-page__default-badge,.shipping-address-submit-page__set-default-btn{font-size:11px;padding:7px 16px}}.refund-details-page{min-height:100vh;background-color:#fff;padding:40px 20px;font-family:Poppins,sans-serif}.refund-details-page__container{max-width:900px;margin:0 auto}.refund-details-page__title{font-size:28px;font-weight:600;color:#000;margin:0 0 40px}.refund-details-page__progress{margin-bottom:40px}.refund-details-page__progress .MuiStepLabel-label{font-family:Poppins,sans-serif;font-size:15px;font-weight:400;color:#999;transition:all .3s ease}.refund-details-page__progress .MuiStepLabel-label.Mui-active{font-weight:700;color:#ff9d00;font-size:18px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.refund-details-page__progress .MuiStepLabel-label.Mui-completed{font-weight:600;color:#6c757d;font-size:16px}.refund-details-page__progress .MuiStepIcon-root{color:#d0d0d0;font-size:28px;transition:all .3s ease}.refund-details-page__progress .MuiStepIcon-root.Mui-active{color:#ff9d00;font-size:40px;filter:drop-shadow(0 3px 6px rgba(255,107,53,.4));animation:pulse 2s ease-in-out infinite}.refund-details-page__progress .MuiStepIcon-root.Mui-completed{color:#6c757d;font-size:34px;filter:drop-shadow(0 2px 4px rgba(108,117,125,.3))}.refund-details-page__progress .MuiStepIcon-root .MuiStepIcon-text{font-family:Poppins,sans-serif;font-weight:600;fill:#666}.refund-details-page__progress .MuiStepIcon-root.Mui-active .MuiStepIcon-text{fill:#fff;font-weight:700}.refund-details-page__progress .MuiStepIcon-root.Mui-completed .MuiStepIcon-text{fill:#fff}.refund-details-page__progress .MuiStepConnector-line{border-color:#d0d0d0;border-left-width:3px;min-height:30px;transition:all .3s ease}.refund-details-page__progress .MuiStepConnector-root.Mui-completed .MuiStepConnector-line{border-color:#6c757d;border-left-width:4px}.refund-details-page__progress .MuiStepConnector-root.Mui-active .MuiStepConnector-line{border-color:#ff9d00;border-left-width:4px}.refund-details-page__progress .MuiStep-root{padding:8px 0}.refund-details-page__progress .MuiStepContent-root{border-left-width:3px;margin-left:14px;padding-left:20px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.refund-details-page__amount-section{margin-bottom:30px}.refund-details-page__amount{font-size:22px;font-weight:600;color:#000;margin:0 0 8px}.refund-details-page__method{font-size:14px;font-weight:400;color:#000;margin:0}.refund-details-page__message{display:flex;gap:15px;margin-bottom:40px;align-items:flex-start}.refund-details-page__message-bullet{width:8px;height:8px;border-radius:50%;background-color:#ff9d00;flex-shrink:0;margin-top:8px}.refund-details-page__message-content{flex:1}.refund-details-page__message-text{font-size:14px;font-weight:600;color:#000;margin:0 0 8px;line-height:1.6}.refund-details-page__timestamp{font-size:13px;font-weight:400;color:#000;margin:0}.refund-details-page__product-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:30px 35px}.refund-details-page__product-status{font-size:18px;font-weight:600;color:#000;margin:0 0 25px}.refund-details-page__product-section{display:flex;gap:20px;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #f0f0f0}.refund-details-page__product-image{width:120px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.refund-details-page__product-image img{width:100%;height:100%;object-fit:cover}.refund-details-page__product-info{flex:1;display:flex;flex-direction:column;justify-content:center}.refund-details-page__product-name{font-size:16px;font-weight:500;color:#000;margin:0 0 12px;line-height:1.5}.refund-details-page__product-quantity{font-size:14px;font-weight:400;color:#666;margin:0 0 8px}.refund-details-page__product-price{font-size:18px;font-weight:600;color:#ff9d00;margin:0}.refund-details-page__product-details{display:flex;flex-direction:column;gap:8px}.refund-details-page__detail-item{font-size:13px;font-weight:400;color:#666;margin:0}.refund-details-page__copy-btn{background:transparent;border:none;color:#007bff;font-size:13px;font-weight:400;cursor:pointer;padding:0;margin-left:8px;text-decoration:none;font-family:Poppins,sans-serif;transition:all .2s ease;text-decoration:underline}.refund-details-page__copy-btn:hover{color:#001eb3;text-decoration:underline}@media (max-width: 768px){.refund-details-page{padding:30px 15px}.refund-details-page__container{max-width:100%}.refund-details-page__title{font-size:24px;margin-bottom:30px}.refund-details-page__progress{margin-bottom:30px}.refund-details-page__progress .MuiStepLabel-label{font-size:13px}.refund-details-page__progress .MuiStepLabel-label.Mui-active{font-size:15px}.refund-details-page__progress .MuiStepLabel-label.Mui-completed{font-size:14px}.refund-details-page__progress .MuiStepIcon-root{font-size:24px}.refund-details-page__progress .MuiStepIcon-root.Mui-active{font-size:34px}.refund-details-page__progress .MuiStepIcon-root.Mui-completed{font-size:28px}.refund-details-page__progress .MuiStepConnector-line{min-height:25px}.refund-details-page__amount{font-size:20px}.refund-details-page__method{font-size:13px}.refund-details-page__message{gap:12px}.refund-details-page__message-text{font-size:13px}.refund-details-page__timestamp{font-size:12px}.refund-details-page__product-card{padding:25px 20px}.refund-details-page__product-status{font-size:16px;margin-bottom:20px}.refund-details-page__product-section{flex-direction:column;gap:15px;margin-bottom:20px;padding-bottom:20px}.refund-details-page__product-image{width:100%;height:200px}.refund-details-page__product-name{font-size:15px;margin-bottom:10px}.refund-details-page__product-quantity{font-size:13px}.refund-details-page__product-price{font-size:16px}.refund-details-page__detail-item{font-size:12px}}@media (max-width: 480px){.refund-details-page{padding:20px 10px}.refund-details-page__title{font-size:20px;margin-bottom:25px}.refund-details-page__progress{margin-bottom:25px}.refund-details-page__progress .MuiStepLabel-label{font-size:11px}.refund-details-page__progress .MuiStepLabel-label.Mui-active{font-size:13px}.refund-details-page__progress .MuiStepLabel-label.Mui-completed{font-size:12px}.refund-details-page__progress .MuiStepIcon-root{font-size:20px}.refund-details-page__progress .MuiStepIcon-root.Mui-active{font-size:28px}.refund-details-page__progress .MuiStepIcon-root.Mui-completed{font-size:24px}.refund-details-page__progress .MuiStepConnector-line{min-height:20px}.refund-details-page__progress .MuiStep-root{padding:6px 0}.refund-details-page__amount{font-size:18px}.refund-details-page__message{gap:10px}.refund-details-page__message-bullet{width:6px;height:6px;margin-top:6px}.refund-details-page__message-text{font-size:12px}.refund-details-page__timestamp{font-size:11px}.refund-details-page__product-card{padding:20px 15px}.refund-details-page__product-status{font-size:15px;margin-bottom:18px}.refund-details-page__product-section{gap:12px;margin-bottom:18px;padding-bottom:18px}.refund-details-page__product-image{height:180px}.refund-details-page__product-name{font-size:14px;margin-bottom:8px}.refund-details-page__product-quantity{font-size:12px;margin-bottom:6px}.refund-details-page__product-price{font-size:15px}.refund-details-page__product-details{gap:6px}.refund-details-page__detail-item,.refund-details-page__copy-btn{font-size:11px}}@media (max-width: 375px){.refund-details-page{padding:15px 8px}.refund-details-page__title{font-size:18px;margin-bottom:20px}.refund-details-page__amount{font-size:16px}.refund-details-page__product-card{padding:18px 12px}.refund-details-page__product-image{height:160px}.refund-details-page__product-name{font-size:13px}.refund-details-page__product-price{font-size:14px}}.refund-success-page{display:flex;justify-content:center;align-items:center;min-height:90vh;padding:40px 20px;background:#fff;font-family:Poppins,sans-serif}@media (max-width: 768px){.refund-success-page{padding:30px 15px}}@media (max-width: 480px){.refund-success-page{padding:20px 10px}}.refund-success-page__container{max-width:600px;width:100%;text-align:center}.refund-success-page__icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:25px}@media (max-width: 480px){.refund-success-page__icon{margin-bottom:20px}}.refund-success-page__icon svg{font-size:80px;color:#4caf50}@media (max-width: 768px){.refund-success-page__icon svg{font-size:70px}}@media (max-width: 480px){.refund-success-page__icon svg{font-size:60px}}.refund-success-page__heading{font-size:32px;font-weight:700;color:#000;margin-bottom:15px;font-family:Poppins,sans-serif}@media (max-width: 768px){.refund-success-page__heading{font-size:28px}}@media (max-width: 480px){.refund-success-page__heading{font-size:24px;margin-bottom:12px}}.refund-success-page__message{font-size:16px;color:#666;line-height:1.6;margin-bottom:35px;max-width:520px;margin-left:auto;margin-right:auto;font-family:Poppins,sans-serif}@media (max-width: 768px){.refund-success-page__message{font-size:15px;margin-bottom:30px}}@media (max-width: 480px){.refund-success-page__message{font-size:14px;margin-bottom:25px}}.refund-success-page__details-heading{font-size:20px;font-weight:600;color:#000;margin-bottom:20px;text-align:center;font-family:Poppins,sans-serif}@media (max-width: 768px){.refund-success-page__details-heading{font-size:18px;margin-bottom:18px}}@media (max-width: 480px){.refund-success-page__details-heading{font-size:16px;margin-bottom:15px}}.refund-success-page__details-content{text-align:left}.refund-success-page__detail-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0;font-family:Poppins,sans-serif}@media (max-width: 480px){.refund-success-page__detail-row{padding:10px 0}}.refund-success-page__detail-row:last-child{border-bottom:none}.refund-success-page__label{font-size:15px;color:#666;font-weight:400}@media (max-width: 480px){.refund-success-page__label{font-size:14px}}.refund-success-page__value{font-size:15px;color:#000;font-weight:500;text-align:right}@media (max-width: 480px){.refund-success-page__value{font-size:14px}}.search-results-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:60vh}.search-results-page .search-results-header{margin-bottom:2rem;text-align:start}.search-results-page .search-results-header h1{font-size:1.5rem;color:#000;margin-bottom:.5rem}@media only screen and (min-width: 0px) and (max-width: 768px),only screen and (min-width: 600px) and (max-width: 899px){.search-results-page .search-results-header h1{font-size:1.1rem}}.search-results-page .search-results-header .search-query{font-size:1rem;color:#0006}.search-results-page .search-results-header .search-query strong{color:#000}@media only screen and (min-width: 0px) and (max-width: 768px),only screen and (min-width: 600px) and (max-width: 899px){.search-results-page .search-results-header .search-query{font-size:.875rem}}.search-results-page .search-results-header .results-count{font-size:.95rem;color:#0006}.search-results-page .search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.search-results-page .search-results-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.search-results-page .search-result-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.search-results-page .search-result-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.search-results-page .search-result-card .product-image{width:100%;height:250px;overflow:hidden;background:#f5f5f5}.search-results-page .search-result-card .product-image img{width:100%;height:100%;object-fit:cover}.search-results-page .search-result-card .product-info{padding:1rem}.search-results-page .search-result-card .product-info .product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.search-results-page .search-result-card .product-info .product-rating .stars{display:flex;gap:2px}.search-results-page .search-result-card .product-info .product-rating .stars svg{color:#ff9d00;font-size:.9rem}.search-results-page .search-result-card .product-info .product-title{font-size:1rem;color:#000;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;min-height:2.8em}.search-results-page .search-result-card .product-info .product-description{font-size:.85rem;color:#0006;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.search-results-page .search-result-card .product-info .product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.search-results-page .search-result-card .product-info .product-footer .product-price{font-size:1.2rem;font-weight:700;color:#ff9d00}.search-results-page .search-result-card .product-info .product-footer .add-to-cart-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ff9d00;color:#fff;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .3s ease}.search-results-page .search-result-card .product-info .product-footer .add-to-cart-btn svg{font-size:1rem}.search-results-page .search-result-card .product-info .product-footer .add-to-cart-btn:hover{background:blacken(#FF9D00,10%)}.search-results-page .pagination-wrapper{display:flex;justify-content:center;margin-top:2rem}.google-callback-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:Poppins,sans-serif}.google-callback-page__container{max-width:500px;width:100%;padding:20px}.google-callback-page__content{padding:60px 40px;border-radius:8px;text-align:center}.google-callback-page__spinner{margin-bottom:24px;display:flex;justify-content:center}.google-callback-page__spinner .spinner{width:40px;height:40px;border:3px solid #D9D9D9;border-top-color:#ff9d00;border-radius:50%;animation:spin 1s linear infinite}.google-callback-page__title{font-size:18px;font-weight:500;color:#000;margin-bottom:15px}.google-callback-page__error{font-size:14px;color:#d32f2f;margin-top:15px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.google-callback-page__content{padding:40px 30px}.google-callback-page__title{font-size:16px}.google-callback-page__spinner{margin-bottom:18px}.google-callback-page__spinner .spinner{width:30px;height:30px}}.email-confirmation{display:flex;align-items:center;justify-content:center;padding:20px}.email-confirmation__container{width:100%;max-width:500px}.email-confirmation__card{border-radius:16px;padding:60px 40px;text-align:center}@media (max-width: 768px){.email-confirmation__card{padding:40px 24px}}.email-confirmation__icon{font-size:60px;margin-bottom:24px}.email-confirmation__icon--loading{color:#ff9d00}.email-confirmation__icon--success{color:#4caf50}.email-confirmation__icon--error{color:#f44336}.email-confirmation__title{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;color:#000;margin-bottom:16px}@media (max-width: 768px){.email-confirmation__title{font-size:24px}}.email-confirmation__message{font-family:Poppins,sans-serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.email-confirmation__message{font-size:14px}}.email-confirmation__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Poppins,sans-serif;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;outline:none;text-decoration:none;white-space:nowrap;position:relative;overflow:hidden}.btn:focus-visible{outline:2px solid #FF9D00;outline-offset:2px}.btn--small{padding:8px 16px;font-size:13px;gap:6px}.btn--medium{padding:12px 24px;font-size:15px;gap:8px}.btn--large{padding:16px 32px;font-size:16px;gap:10px}.btn--full-width{width:100%}.btn--icon-only{padding:12px}.btn--icon-only.btn--small{padding:8px}.btn--icon-only.btn--large{padding:16px}.btn--primary{background:#ff9d00;color:#000}.btn--primary:hover:not(:disabled){background:#d68400;transform:translateY(-2px);box-shadow:0 4px 12px #ffa5004d}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{background:#000;color:#fff}.btn--secondary:hover:not(:disabled){background:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.btn--secondary:active:not(:disabled){transform:translateY(0)}.btn--outline{background:transparent;color:#000;border:2px solid #000000}.btn--outline:hover:not(:disabled){background:#000;color:#fff;transform:translateY(-2px)}.btn--outline:active:not(:disabled){transform:translateY(0)}.btn--ghost{background:transparent;color:#000}.btn--ghost:hover:not(:disabled){background:#0000000d}.btn--ghost:active:not(:disabled){background:#0000001a}.btn--danger{background:#dc3545;color:#fff}.btn--danger:hover:not(:disabled){background:#c62232;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.btn--danger:active:not(:disabled){transform:translateY(0)}.btn--success{background:#28a745;color:#fff}.btn--success:hover:not(:disabled){background:#208637;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.btn--success:active:not(:disabled){transform:translateY(0)}.btn--link{background:transparent;color:#ff9d00;padding:0;text-decoration:underline}.btn--link:hover:not(:disabled){color:#cc7e00;text-decoration:none}.btn--disabled,.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--loading{pointer-events:none}.btn--loading .btn__text{opacity:.7}.btn__icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.2em}.btn__icon--left{margin-right:-4px}.btn__icon--right{margin-left:-4px}.btn__text{display:inline-block}.btn__spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.btn--small{padding:6px 12px;font-size:12px}.btn--medium{padding:10px 20px;font-size:14px}.btn--large{padding:14px 28px;font-size:15px}}@media (max-width: 480px){.btn--small{padding:6px 10px;font-size:11px}.btn--medium{padding:10px 16px;font-size:13px}.btn--large{padding:12px 24px;font-size:14px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-indicator-container{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%;padding:20px}.loading-indicator-container .loading-content{text-align:center}.loading-indicator-container .loading-content .loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}.loading-indicator-container .loading-content .loading-message{font-size:18px;color:#666;margin:0}.error-indicator-container{display:flex;justify-content:center;align-items:center;min-height:100%;min-width:100%;padding:20px}.error-indicator-container .error-content{background-color:#fee;border:1px solid transparent;border-radius:8px;padding:30px;min-width:100%;text-align:center}.error-indicator-container .error-content .error-title{color:#c00;margin:0 0 10px;font-size:20px;font-weight:500}.error-indicator-container .error-content .error-message{color:#666;margin:0 0 20px;font-size:16px;line-height:1.5}.error-indicator-container .error-content .error-retry-button{background:#000;color:#fff;border:none;padding:6px 12px;border-radius:50px;min-width:100px;cursor:pointer;font-size:16px;font-weight:500;transition:background .3s ease;outline:none}.error-indicator-container .error-content .error-retry-button:hover{background:#000}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .3s ease;width:100%;position:relative}.product-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-8px)}.product-card .price-wrapper{position:absolute;top:10px;right:10px;background-color:#ff9d00;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;border-radius:50px;padding:10px 20px;z-index:999;text-transform:uppercase}.product-card .product-img-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:#f5f5f5}@media (max-width: 1024px){.product-card .product-img-wrapper{height:240px}}@media (max-width: 768px){.product-card .product-img-wrapper{height:200px}}@media (max-width: 600px){.product-card .product-img-wrapper{height:300px}}@media (max-width: 480px){.product-card .product-img-wrapper{height:280px}}@media (max-width: 360px){.product-card .product-img-wrapper{height:250px}}.product-card .product-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-img-wrapper:hover img{transform:scale(1.1)}.product-card .product-img-wrapper .product-actions{position:absolute;bottom:15px;right:15px;display:flex;gap:10px;opacity:0;transition:opacity .3s ease}@media (max-width: 768px){.product-card .product-img-wrapper .product-actions{opacity:1;bottom:10px;right:10px;gap:8px}}@media (max-width: 600px){.product-card .product-img-wrapper .product-actions{bottom:12px;right:12px;gap:10px}}@media (max-width: 480px){.product-card .product-img-wrapper .product-actions{bottom:10px;right:10px;gap:8px}}.product-card .product-img-wrapper .product-actions .cart-btn,.product-card .product-img-wrapper .product-actions .wishlist-btn{width:40px;height:40px;border-radius:50%;border:none;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;min-width:unset;padding:0}@media (max-width: 768px){.product-card .product-img-wrapper .product-actions .cart-btn,.product-card .product-img-wrapper .product-actions .wishlist-btn{width:35px;height:35px;border-radius:60%}}@media (max-width: 480px){.product-card .product-img-wrapper .product-actions .cart-btn,.product-card .product-img-wrapper .product-actions .wishlist-btn{width:30px;height:30px}}.product-card .product-img-wrapper .product-actions .cart-btn svg,.product-card .product-img-wrapper .product-actions .wishlist-btn svg{font-size:16px}@media (max-width: 768px){.product-card .product-img-wrapper .product-actions .cart-btn svg,.product-card .product-img-wrapper .product-actions .wishlist-btn svg{font-size:14px}}.product-card .product-img-wrapper .product-actions .cart-btn:hover,.product-card .product-img-wrapper .product-actions .wishlist-btn:hover{background:#ff9d00;color:#fff;transform:scale(1.1)}.product-card .product-img-wrapper .product-actions .cart-btn.btn{min-width:unset;padding:0}.product-card .product-img-wrapper .product-actions .wishlist-btn{border-radius:50%!important;width:40px!important;height:40px!important;min-width:40px!important;padding:0!important}@media (max-width: 768px){.product-card .product-img-wrapper .product-actions .wishlist-btn{width:35px!important;height:35px!important;min-width:35px!important}}@media (max-width: 480px){.product-card .product-img-wrapper .product-actions .wishlist-btn{width:30px!important;height:30px!important;min-width:30px!important}}.product-card .product-img-wrapper .product-actions .wishlist-btn svg{color:#000}.product-card .product-img-wrapper .product-actions .wishlist-btn:hover svg{color:#fff}.product-card .product-img-wrapper .product-actions .wishlist-btn:hover{background-color:#000}.product-card:hover .product-actions{opacity:1}.product-card .product-info{padding:20px}@media (max-width: 768px){.product-card .product-info{padding:15px}}@media (max-width: 480px){.product-card .product-info{padding:12px}}.product-card .product-info .rating-section{display:flex;align-items:center;gap:8px;margin-bottom:10px}@media (max-width: 480px){.product-card .product-info .rating-section{gap:6px;margin-bottom:8px}}.product-card .product-info .rating-section .stars{display:flex;gap:4px}@media (max-width: 480px){.product-card .product-info .rating-section .stars{gap:2px}}.product-card .product-info .rating-section .stars svg{font-size:14px}@media (max-width: 768px){.product-card .product-info .rating-section .stars svg{font-size:12px}}@media (max-width: 480px){.product-card .product-info .rating-section .stars svg{font-size:10px}}.product-card .product-info .rating-section .stars svg.star-filled{color:#ff9d00}.product-card .product-info .rating-section .stars svg.star-half{color:#ff9d00}.product-card .product-info .rating-section .stars svg.star-empty{color:#e0e0e0}.product-card .product-info .rating-section .stars svg.star-no-reviews{color:#e0e0e0}.product-card .product-info .rating-section .review-count{font-size:12px;color:#0006;font-family:Poppins,sans-serif;font-weight:400;white-space:nowrap}@media (max-width: 768px){.product-card .product-info .rating-section .review-count{font-size:11px}}@media (max-width: 480px){.product-card .product-info .rating-section .review-count{font-size:10px}}.product-card .product-info h3{font-size:16px;font-weight:600;color:#000;margin:0 0 12px;font-family:Poppins,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.product-card .product-info h3{font-size:14px;margin:0 0 10px}}@media (max-width: 480px){.product-card .product-info h3{font-size:12px;margin:0 0 8px}}.product-card .product-info .price{font-size:20px;font-weight:700;color:#ff9d00;font-family:Poppins,sans-serif}@media (max-width: 768px){.product-card .product-info .price{font-size:18px}}@media (max-width: 480px){.product-card .product-info .price{font-size:16px}}.related-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.related-product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.related-product-card .product-image{width:100%;height:280px;overflow:hidden;background:#f8f8f8}@media (max-width: 1024px){.related-product-card .product-image{height:240px}}@media (max-width: 768px){.related-product-card .product-image{height:200px}}@media (max-width: 480px){.related-product-card .product-image{height:180px}}.related-product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-product-card .product-image:hover img{transform:scale(1.08)}.related-product-card .product-image .discounted{position:relative;color:red}.related-product-card .product-info{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}@media (max-width: 768px){.related-product-card .product-info{padding:16px;gap:10px}}@media (max-width: 480px){.related-product-card .product-info{padding:12px;gap:8px}}.related-product-card .product-info .product-rating{display:flex;align-items:center;gap:8px}@media (max-width: 480px){.related-product-card .product-info .product-rating{gap:6px}}.related-product-card .product-info .product-rating .stars{display:flex;gap:4px}@media (max-width: 480px){.related-product-card .product-info .product-rating .stars{gap:2px}}.related-product-card .product-info .product-rating .stars svg{font-size:14px}@media (max-width: 768px){.related-product-card .product-info .product-rating .stars svg{font-size:12px}}@media (max-width: 480px){.related-product-card .product-info .product-rating .stars svg{font-size:10px}}.related-product-card .product-info .product-rating .stars svg.star-filled{color:#ff9d00}.related-product-card .product-info .product-rating .stars svg.star-half{color:#ff9d00}.related-product-card .product-info .product-rating .stars svg.star-empty{color:#e0e0e0}.related-product-card .product-info .product-rating .stars svg.star-no-reviews{color:#e0e0e0}.related-product-card .product-info .product-rating .review-count{font-size:12px;color:#0006;font-family:Poppins,sans-serif;font-weight:400;white-space:nowrap}@media (max-width: 768px){.related-product-card .product-info .product-rating .review-count{font-size:11px}}@media (max-width: 480px){.related-product-card .product-info .product-rating .review-count{font-size:10px}}.related-product-card .product-info .product-title{font-size:16px;font-weight:600;color:#000;font-family:Poppins,sans-serif;margin:0;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.related-product-card .product-info .product-title{font-size:14px}}@media (max-width: 480px){.related-product-card .product-info .product-title{font-size:13px}}.related-product-card .product-info .product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:12px}@media (max-width: 480px){.related-product-card .product-info .product-footer{flex-direction:column;align-items:flex-start;gap:10px}}.related-product-card .product-info .product-footer .product-price{font-size:20px;font-weight:700;color:#ff9d00;font-family:Poppins,sans-serif}@media (max-width: 768px){.related-product-card .product-info .product-footer .product-price{font-size:18px}}@media (max-width: 480px){.related-product-card .product-info .product-footer .product-price{font-size:16px}}.shoping-card{position:relative;background:#f9f9f9;border-radius:8px;overflow:visible;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer}.shoping-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #0000001a}.shoping-card .price-wrapper{position:absolute;top:10px;right:10px;background-color:#ff9d00;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;border-radius:50px;padding:10px 20px;z-index:999;text-transform:uppercase}.shoping-card .cart-top{width:100%;height:300px;background:#8b8b8b11;display:flex;align-items:center;justify-content:center;z-index:15;box-shadow:3px 2px 8px #0000001a!important;overflow:hidden}@media (max-width: 1024px){.shoping-card .cart-top{height:250px}}@media (max-width: 768px){.shoping-card .cart-top{height:220px}}@media (max-width: 480px){.shoping-card .cart-top{height:200px}}.shoping-card .cart-top img{width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center;transition:transform .3s ease}@media (max-width: 768px){.shoping-card .cart-top img{object-fit:contain}}.shoping-card .cart-top:hover img{transform:scale(1.05)}.shoping-card .cart-bottom{width:100%;background-color:#fff;padding:15px}@media (max-width: 768px){.shoping-card .cart-bottom{padding:12px}}.shoping-card .cart-bottom .rating-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}@media (max-width: 480px){.shoping-card .cart-bottom .rating-row{flex-direction:column;align-items:flex-start;gap:6px}}.shoping-card .cart-bottom .rating-row .stars{display:flex;gap:2px;font-size:14px}@media (max-width: 768px){.shoping-card .cart-bottom .rating-row .stars{font-size:12px}}.shoping-card .cart-bottom .rating-row .stars svg.star-filled{color:#ffc107}.shoping-card .cart-bottom .rating-row .stars svg.star-half{color:#ffc107}.shoping-card .cart-bottom .rating-row .stars svg.star-empty{color:#e0e0e0}.shoping-card .cart-bottom .rating-row .stars svg.star-no-reviews{color:#e0e0e0}.shoping-card .cart-bottom .rating-row .rating-text{font-size:14px;color:#333;font-weight:500}@media (max-width: 768px){.shoping-card .cart-bottom .rating-row .rating-text{font-size:12px}}.shoping-card .cart-bottom h3{text-align:left;font-size:15px;font-weight:600;color:#000;font-family:Poppins,sans-serif;margin-bottom:12px;line-height:1.4;min-height:42px;max-height:42px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 768px){.shoping-card .cart-bottom h3{font-size:14px;min-height:40px;max-height:40px}}@media (max-width: 480px){.shoping-card .cart-bottom h3{font-size:13px;min-height:38px;max-height:38px}}.shoping-card .cart-bottom .price{display:block;text-align:left;color:#ff9d00;font-weight:700;font-size:20px;font-family:Poppins,sans-serif;margin-bottom:15px}@media (max-width: 768px){.shoping-card .cart-bottom .price{font-size:18px;margin-bottom:12px}}@media (max-width: 480px){.shoping-card .cart-bottom .price{font-size:16px}}.common-checkbox label{display:flex;align-items:center;cursor:pointer;gap:12px;-webkit-user-select:none;user-select:none}.common-checkbox label input[type=checkbox],.common-checkbox label input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;border:4px solid #d1d5db;border-radius:14px;cursor:pointer;transition:all .2s ease;background:#fff;flex-shrink:0;margin:0}.common-checkbox label input[type=checkbox]:checked,.common-checkbox label input[type=radio]:checked{background:#ff9d00}.common-checkbox label input[type=checkbox]:focus,.common-checkbox label input[type=radio]:focus{outline:none}.common-checkbox label input[type=checkbox]:active:not(:disabled),.common-checkbox label input[type=radio]:active:not(:disabled){transform:scale(.95)}.common-checkbox label input[type=checkbox]:disabled,.common-checkbox label input[type=radio]:disabled{cursor:not-allowed;opacity:.6}.common-checkbox label span{font-size:15px;color:#000;font-weight:500;line-height:1.5}.common-checkbox label.common-checkbox--disabled{cursor:not-allowed;opacity:.6}.common-input{width:100%}.common-input__label{display:block;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#000;margin-bottom:8px}@media (max-width: 768px){.common-input__label{font-size:13px;margin-bottom:6px}}@media (max-width: 480px){.common-input__label{font-size:12px;margin-bottom:4px}}.common-input__required{color:#d32f2f;margin-left:4px}.common-input__wrapper{position:relative;width:100%}.common-input__wrapper--with-icon .common-input__field{padding-right:45px}.common-input__field{width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;color:#000;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;transition:all .2s ease}@media (max-width: 768px){.common-input__field{padding:10px 14px;font-size:13px;border-radius:6px}}@media (max-width: 480px){.common-input__field{padding:8px 12px;font-size:12px}}.common-input__field::placeholder{color:#999}.common-input__field:focus{border-color:#ff9d00;box-shadow:0 0 0 3px #ff9d001a}.common-input__field:hover:not(:focus):not(:disabled){border-color:#b0b0b0}.common-input__field:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.common-input__field--full-width{width:100%}.common-input__field--error{border-color:#d32f2f}.common-input__field--error:focus{box-shadow:0 0 0 3px #d32f2f1a}.common-input__icon{position:absolute;top:50%;transform:translateY(-50%);font-size:18px;color:#999;pointer-events:none;display:flex;align-items:center;justify-content:center}.common-input__icon--right{right:16px}@media (max-width: 768px){.common-input__icon--right{right:14px}}@media (max-width: 480px){.common-input__icon--right{right:12px}}.common-input__icon--left{left:16px}@media (max-width: 768px){.common-input__icon--left{left:14px}}@media (max-width: 480px){.common-input__icon--left{left:12px}}.common-input__icon--with-tooltip{pointer-events:auto;cursor:help}.common-input__icon--with-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 16px);right:0;transform:translateY(0);background-color:#000;color:#fff;padding:8px 12px;border-radius:6px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000;box-shadow:0 4px 12px #00000026}@media (max-width: 480px){.common-input__icon--with-tooltip:after{font-size:11px;padding:6px 10px}}.common-input__icon--with-tooltip:before{content:"";position:absolute;bottom:calc(100% + 10px);right:6px;transform:translateY(0);border:6px solid transparent;border-top-color:#000;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000}.common-input__icon--with-tooltip:hover:after,.common-input__icon--with-tooltip:hover:before{opacity:1;visibility:visible}.common-input__icon .help-icon{width:20px;height:20px;border-radius:50%;background:#e0e0e0;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.common-input__error{margin-top:6px;font-family:Poppins,sans-serif;font-size:12px;color:#d32f2f}@media (max-width: 480px){.common-input__error{font-size:11px;margin-top:4px}}.write-review-page{min-height:100vh;background-color:#fff;padding:60px 20px;font-family:Poppins,sans-serif}.write-review-page__container{max-width:900px;margin:0 auto;background-color:#fff;padding:50px 60px;box-shadow:0 2px 12px #00000014;border-radius:8px}.write-review-page__title{font-size:24px;font-weight:600;color:#000;margin-bottom:50px;text-align:left}.write-review-page__product-section{display:flex;align-items:center;gap:20px;margin-bottom:35px;padding:0;background-color:transparent}.write-review-page__product-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.write-review-page__product-image img{width:100%;height:100%;object-fit:cover}.write-review-page__product-name{flex:1;font-size:16px;font-weight:500;color:#000;line-height:1.5}.write-review-page__rating-section{margin-bottom:30px}.write-review-page__label{display:block;font-size:15px;font-weight:500;color:#000;margin-bottom:12px}.write-review-page__stars{display:flex;gap:8px}.write-review-page__star{font-size:28px;color:#d9d9d9;cursor:pointer;transition:all .2s ease}.write-review-page__star.active{color:#ffb54e}.write-review-page__star:hover{transform:scale(1.05)}.write-review-page__review-section{margin-bottom:30px}.write-review-page__textarea{min-width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;color:#000;background-color:#fff;font-family:Poppins,sans-serif;line-height:1.6;transition:all .2s ease;min-height:140px;max-height:140px;max-width:100%}.write-review-page__textarea::placeholder{color:#b0b0b0}.write-review-page__textarea:focus{outline:none;border-color:#999}.write-review-page__textarea:hover{border-color:#ccc}.write-review-page__upload-section{margin-bottom:30px}.write-review-page__upload-box{border:1px solid #e0e0e0;border-radius:4px;padding:10px 0;text-align:center;cursor:pointer;transition:all .2s ease;background-color:#e5e5e5}.write-review-page__upload-box:hover{border-color:#ccc;background-color:#f5f5f5}.write-review-page__upload-icon{font-size:40px;color:#666;margin-bottom:12px}.write-review-page__upload-text{font-size:15px;font-weight:600;color:#000;margin-bottom:6px}.write-review-page__upload-subtext{font-size:13px;color:#999}.write-review-page__preview-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;margin-top:20px;max-height:200px;overflow-y:scroll}.write-review-page__preview-section::-webkit-scrollbar{width:5px}.write-review-page__preview-item{position:relative;width:100%;padding-top:100%;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.write-review-page__preview-img,.write-review-page__preview-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.write-review-page__remove-btn{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;background-color:#0009;color:#fff;border:none;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.write-review-page__remove-btn:hover{background-color:#000c;transform:scale(1.1)}.write-review-page__submit-btn{padding:12px 36px;background-color:#ff9d00;color:#fff;border:none;border-radius:25px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;margin-top:10px}.write-review-page__submit-btn:hover{background-color:#ffb54e;transform:translateY(-1px);box-shadow:0 4px 12px #ff99004d}.write-review-page__submit-btn:active{transform:translateY(0)}@media (max-width: 768px){.write-review-page{padding:40px 15px}.write-review-page__container{padding:35px 25px}.write-review-page__title{font-size:24px;margin-bottom:30px}.write-review-page__product-section{flex-direction:column;text-align:center}.write-review-page__product-image{width:80px;height:80px}.write-review-page__product-name{font-size:16px}.write-review-page__star{font-size:28px}.write-review-page__textarea{padding:14px;font-size:14px}.write-review-page__upload-box{padding:40px 15px}.write-review-page__preview-section{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}}@media (max-width: 480px){.write-review-page{padding:30px 10px}.write-review-page__container{padding:25px 20px}.write-review-page__title{font-size:20px;margin-bottom:25px}.write-review-page__product-image{width:70px;height:70px}.write-review-page__product-name{font-size:15px}.write-review-page__label{font-size:14px}.write-review-page__star{font-size:24px;gap:8px}.write-review-page__textarea{padding:12px;font-size:13px}.write-review-page__upload-box{padding:30px 15px}.write-review-page__upload-icon{font-size:40px}.write-review-page__upload-text{font-size:14px}.write-review-page__upload-subtext{font-size:12px}.write-review-page__preview-section{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:10px}.write-review-page__submit-btn{font-size:14px;padding:12px 35px}}.terms-conditions-page{min-height:100vh;background-color:#f8f9fa;padding:60px 20px}.terms-conditions-page .terms-container{max-width:900px;margin:0 auto;background:#fff;padding:60px;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.terms-conditions-page .terms-container{padding:30px 20px}}.terms-conditions-page .terms-container h1{font-size:2.5rem;color:#333;margin-bottom:10px;text-align:center}@media (max-width: 768px){.terms-conditions-page .terms-container h1{font-size:2rem}}.terms-conditions-page .terms-container .last-updated{text-align:center;color:#666;font-size:.9rem;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.terms-conditions-page .terms-container .terms-section{margin-bottom:35px}.terms-conditions-page .terms-container .terms-section h2{font-size:1.5rem;color:#222;margin-bottom:15px;font-weight:600}@media (max-width: 768px){.terms-conditions-page .terms-container .terms-section h2{font-size:1.3rem}}.terms-conditions-page .terms-container .terms-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:15px}.terms-conditions-page .terms-container .terms-section ul{margin:15px 0;padding-left:25px}.terms-conditions-page .terms-container .terms-section ul li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:10px;list-style-type:disc}.terms-conditions-page .terms-container .terms-section strong{color:#333;font-weight:600}.terms-conditions-page .terms-container .terms-section:last-child{margin-bottom:0}.privacy-policy-page{min-height:100vh;background-color:#f8f9fa;padding:60px 20px}.privacy-policy-page .privacy-container{max-width:900px;margin:0 auto;background:#fff;padding:60px;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.privacy-policy-page .privacy-container{padding:30px 20px}}.privacy-policy-page .privacy-container h1{font-size:2.5rem;color:#333;margin-bottom:10px;text-align:center}@media (max-width: 768px){.privacy-policy-page .privacy-container h1{font-size:2rem}}.privacy-policy-page .privacy-container .last-updated{text-align:center;color:#666;font-size:.9rem;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.privacy-policy-page .privacy-container .privacy-section{margin-bottom:35px}.privacy-policy-page .privacy-container .privacy-section h2{font-size:1.5rem;color:#222;margin-bottom:15px;font-weight:600}@media (max-width: 768px){.privacy-policy-page .privacy-container .privacy-section h2{font-size:1.3rem}}.privacy-policy-page .privacy-container .privacy-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:15px}.privacy-policy-page .privacy-container .privacy-section ul{margin:15px 0;padding-left:25px}.privacy-policy-page .privacy-container .privacy-section ul li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:10px;list-style-type:disc}.privacy-policy-page .privacy-container .privacy-section ul li strong,.privacy-policy-page .privacy-container .privacy-section strong{color:#333;font-weight:600}.privacy-policy-page .privacy-container .privacy-section:last-child{margin-bottom:0}
