@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box;transition:all .2s ease-in-out}*:not(.coupon-list){scrollbar-width:none}*:not(.coupon-list)::-webkit-scrollbar{display:none}body{font-family:Inter,sans-serif}main{padding:2rem}.container{width:80%;max-width:1800px;margin:0 auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb:hover{background:#555}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea,select{-webkit-user-select:text;user-select:text}.header{width:100%;height:4rem;display:flex;justify-content:space-between;align-items:center;padding:0 3%;box-shadow:0 2px 4px #0003;background-color:#fff;position:sticky;top:0;z-index:100}.header-logo{width:100px;height:100px}.header-logo img{width:100%;height:100%;object-fit:contain}.header-actions,.header-actions-item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-actions-item .icon{font-size:1.5rem;cursor:pointer;color:#000}.header-cat{display:flex;justify-content:space-between;align-items:center;gap:1rem;height:2.5rem;background-color:#ffb64a;padding:0 10%;overflow-x:hidden}@media (max-width: 992px){.header-cat{overflow-x:auto;justify-content:flex-start}.header-cat li{white-space:nowrap;padding:0 .5rem}}.header-search{flex:1;max-width:600px;margin:0 2rem}.header-search .search-container{display:flex;align-items:center;width:100%;height:2.5rem;border:1px solid #ddd;border-radius:1rem;overflow:hidden;background:#f8f8f8}.header-search .search-container .category-dropdown{position:relative;min-width:140px;height:100%;border-right:1px solid #ddd;padding:0 8px}.header-search .search-container .category-dropdown span{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:.95rem;color:#333;pointer-events:none}.header-search .search-container .category-dropdown .dropdown-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.header-search .search-container .category-dropdown select{width:100%;height:100%;padding:0 32px 0 16px;border:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:.95rem;color:#333}.header-search .search-container .category-dropdown select:focus{outline:none}.header-search .search-container .search-input{flex:1;height:100%;padding:0 1.25rem;border:none;font-size:.95rem;background:transparent}.header-search .search-container .search-input:focus{outline:none}.header-search .search-container .search-input::placeholder{color:#999}.header-search .search-container .search-button{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.header-search .search-container .search-button .search-icon{color:#666;font-size:1.25rem}.header-search .search-container .search-button:hover .search-icon{color:#ffb64a}.header .mobile-search-icon{display:none}.header .mobile-search-overlay{display:none;position:fixed;top:0;left:0;right:0;height:4rem;background:#fff;z-index:200;transform:translateY(-100%);transition:transform .3s ease}.header .mobile-search-overlay.active{transform:translateY(0)}.header .mobile-search-overlay .mobile-search-container{display:flex;align-items:center;height:100%;padding:0 1rem;gap:1rem}.header .mobile-search-overlay .mobile-search-input{flex:1;height:48px;border-radius:100px;background:#f8f8f8;padding:0 1.25rem;font-size:.95rem}.header .mobile-search-overlay .mobile-search-input:focus{outline:none;border-color:#ffb64a}.header .mobile-search-overlay .mobile-search-close{background:none;border:none;padding:.5rem;cursor:pointer}.header .mobile-search-overlay .mobile-search-close .icon{font-size:1.5rem;color:#666}@media (max-width: 768px){.header{position:relative;z-index:100}.header-search{margin:0 1rem}.header-search .search-container .category-dropdown,.header .desktop-search{display:none}.header .mobile-search-icon,.header .mobile-search-overlay{display:block}}.user-menu-container{position:relative}.user-menu{position:absolute;top:calc(100% + 10px);right:0;width:280px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:1000;transition:transform .3s ease-out}.user-menu .user-menu-header{display:flex;align-items:center;padding:16px;text-decoration:none;color:inherit;background:#f8f8f8;border-bottom:1px solid #eee}.user-menu .user-menu-header:hover{background:#f0f0f0}.user-menu .user-menu-header .user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:12px}.user-menu .user-menu-header .user-avatar img{width:100%;height:100%;object-fit:cover}.user-menu .user-menu-header .user-info{flex:1}.user-menu .user-menu-header .user-info h4{margin:0;font-size:.95rem;font-weight:500}.user-menu .user-menu-header .user-info p{margin:0;font-size:.8rem;color:#666}.user-menu .user-menu-header .arrow-icon{color:#999;font-size:1.2rem}.user-menu .user-menu-items{padding:8px 0}.user-menu .user-menu-items .menu-item{display:flex;align-items:center;padding:12px 16px;text-decoration:none;color:inherit;transition:background-color .2s}.user-menu .user-menu-items .menu-item:hover{background:#f8f8f8}.user-menu .user-menu-items .menu-item .menu-icon{font-size:1.3rem;margin-right:12px;color:#666}.user-menu .user-menu-items .menu-item span{font-size:.9rem}.user-menu .user-menu-items .menu-item.logout,.user-menu .user-menu-items .menu-item.logout .menu-icon{color:#f44}@media (max-width: 768px){.user-menu{position:fixed;top:4rem;bottom:0;left:0;right:0;width:100%;border-radius:0;box-shadow:0 -2px 10px #0000001a;transform:translateY(100%);transition:transform .3s ease-out;height:fit-content}.user-menu.active{transform:translateY(0)}.user-menu .user-menu-header{padding:20px 16px}.user-menu .menu-item{padding:16px!important}}ul{list-style:none}.carousel-container{height:calc(100vh - 6.5rem);position:relative;padding:20px;overflow:hidden}@media only screen and (min-width: 576px) and (max-width: 767.98px){.carousel-container{padding:0}}@media only screen and (max-width: 575.98px){.carousel-container{padding:0}}.carousel-container .custom-dots{bottom:.4rem}.carousel-container .custom-dots li{width:auto;height:auto;margin:0 4px}.carousel-container .custom-dots li.slick-active .custom-dot{background-color:#fff;width:24px}.carousel-container .custom-dot{width:16px;height:3px;background-color:#ccc;border-radius:1px;transition:all .3s ease}.carousel-container .carousel-image{width:100%;height:calc(100vh - 6.5rem);object-fit:cover}.carousel-container .slick-slider,.carousel-container .slick-list,.carousel-container .slick-track,.carousel-container .slick-slide>div{height:100%}.carousel-container .slick-slide>div{height:100%}.carousel-container .slick-slide>div>div{height:100%}.carousel-container .slick-slide{opacity:0;transition:opacity .8s linear}.carousel-container .slick-slide.slick-active{opacity:1}.carousel-container .carousel-heading{position:absolute;top:50%;left:25%;transform:translate(-50%,-50%);color:#fff;font-size:48px;font-weight:600;text-transform:uppercase;text-align:center;width:80%;max-width:800px;word-wrap:break-word;padding:0 20px;margin:0}.carousel-container .carousel-content{position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);color:#fff;width:80%;max-width:50rem;padding:2rem;text-align:left}@media (max-width: 768px){.carousel-container .carousel-content{left:50%;width:90%;text-align:center}}.carousel-container .carousel-content:before{content:"";position:absolute;top:0;left:-20px;width:calc(100% + 40px);height:100%;background:radial-gradient(ellipse at center,#0006,#0000004d,#0003 60%,#0000);z-index:-1;border-radius:8px}.carousel-container .carousel-content h1{text-shadow:2px 2px 4px rgba(0,0,0,.3);font-size:48px;font-weight:600;text-transform:uppercase;margin-bottom:20px;word-wrap:break-word}.carousel-container .carousel-content p{text-shadow:1px 1px 3px rgba(0,0,0,.3);font-size:18px;margin-bottom:30px;line-height:1.6}.carousel-container .carousel-content .carousel-button{background-color:#ffb64a;color:#fff;padding:12px 30px;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.carousel-container .carousel-content .carousel-button:hover{background-color:#000;color:#fff}@media (max-width: 768px){.carousel-container .carousel-heading{font-size:32px;width:90%}.carousel-container .carousel-image{height:calc(100vh - 9rem)}.carousel-container .carousel-content{left:50%;width:90%;text-align:center}.carousel-container .carousel-content:before{background:linear-gradient(to bottom,#000c,#0009,#0000)}.carousel-container .carousel-content h1{font-size:32px}.carousel-container .carousel-content p{font-size:16px}.carousel-container .carousel-content .carousel-button{padding:10px 24px;font-size:14px}.carousel-container .custom-dots{bottom:5rem}}.clearance-container{padding:0 10%}.clearance-container .clearance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.clearance-container .clearance-header .clearance-content_h2{font-size:2rem;font-weight:600;margin-bottom:0}.clearance-container .clearance-header .clearance-content_p{color:#666;margin-top:1rem}.clearance-container .clearance-header .clearance-content_span{color:#ffb64a}.clearance-container .clearance-header .view-all{display:flex;align-items:center;gap:.5rem;color:#ffb64a;text-decoration:none;font-weight:500;transition:all .3s ease;padding-bottom:.5rem;cursor:pointer}.clearance-container .clearance-header .view-all:hover{gap:.75rem}.clearance-container .clearance-products-wrapper{position:relative}.clearance-container .clearance-products-wrapper .scroll-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .3s ease}.clearance-container .clearance-products-wrapper .scroll-button:hover{background:#ffb64a;color:#fff}.clearance-container .clearance-products-wrapper .scroll-button.scroll-left{left:-20px}.clearance-container .clearance-products-wrapper .scroll-button.scroll-right{right:-20px}.clearance-container .clearance-products{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x mandatory}.clearance-container .clearance-products::-webkit-scrollbar{display:none}.clearance-container .clearance-products .product-card{flex:0 0 calc((100% - 3rem) / 3);min-width:calc((100% - 3rem) / 3);scroll-snap-align:start}.clearance-container .clearance-products>*:last-child{padding-right:0 10%}@media screen and (max-width: 768px){.clearance-container .clearance-products .product-card{flex:0 0 calc((100% - 1.5rem)/2);min-width:calc((100% - 1.5rem)/2)}}@media screen and (max-width: 768px){.clearance-container{padding:1rem}.clearance-container .clearance-header{padding:0 0 10%}.clearance-container .clearance-header .clearance-content_h2{font-size:2rem}.clearance-container .clearance-header .desktop-view-all{display:none}.clearance-container .mobile-view-all{display:flex}.clearance-container .scroll-button{display:none}.clearance-container .clearance-products{gap:0;padding:1rem 0 10%}.clearance-container .clearance-products .product-card{flex:0 0 100%;min-width:100%;margin-right:0 10%}.clearance-container .clearance-products .product-card:last-child{margin-right:0}}@media screen and (max-width: 768px){.clearance-container .clearance-products-wrapper .scroll-button{display:none}.clearance-container .clearance-products .product-card{flex:0 0 100%;min-width:100%}}.bestseller-container{padding:0 10%;background-color:#fff;margin:2rem 0}.bestseller-container .bestseller-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.bestseller-container .bestseller-header h3{font-size:2rem;font-weight:600;margin-bottom:0}.bestseller-container .bestseller-header h3 span{color:#ffb64a}.bestseller-container .bestseller-header .view-all{display:flex;align-items:center;gap:.5rem;color:#ffb64a;text-decoration:none;font-weight:500;transition:all .3s ease;padding-bottom:.5rem;cursor:pointer;font-size:1rem}.bestseller-container .bestseller-header .view-all:hover{gap:.75rem}.bestseller-container .bestseller-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;position:relative}.bestseller-container .bestseller-content .bestseller-image-wrapper,.bestseller-container .bestseller-content .bestseller-image{position:relative}.bestseller-container .bestseller-content .bestseller-image .tag{position:absolute;top:20px;right:20px;background:#ffb64a;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.bestseller-container .bestseller-content .bestseller-image img{width:100%;height:auto;object-fit:cover}.bestseller-container .bestseller-content .bestseller-image img.fade-image{transition:opacity .3s ease-in-out}.bestseller-container .bestseller-content .bestseller-info{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding-bottom:2rem}.bestseller-container .bestseller-content .bestseller-info .bestseller-navigation{display:flex;gap:1rem;margin-bottom:1rem}.bestseller-container .bestseller-content .bestseller-info .bestseller-navigation .nav-button{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.bestseller-container .bestseller-content .bestseller-info .bestseller-navigation .nav-button:hover{background:#ffb64a;color:#fff}.bestseller-container .bestseller-content .bestseller-info .tag{display:inline-block;background-color:#f5f5f5;color:#666;padding:.25rem .75rem;border-radius:4px;margin-bottom:1rem;font-size:.875rem}.bestseller-container .bestseller-content .bestseller-info h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.bestseller-container .bestseller-content .bestseller-info p{color:#666;margin-bottom:2rem;line-height:1.6;font-size:.875rem}.bestseller-container .bestseller-content .bestseller-info .buttons{display:flex;gap:1rem}.bestseller-container .bestseller-content .bestseller-info .buttons button{padding:.75rem 1.5rem;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.bestseller-container .bestseller-content .bestseller-info .buttons button.add-to-cart{background-color:#fff;border:1px solid #ddd;color:#333}.bestseller-container .bestseller-content .bestseller-info .buttons button.add-to-cart:hover{border-color:#ffb64a;color:#ffb64a}.bestseller-container .bestseller-content .bestseller-info .buttons button.buy-now{background-color:#ffb64a;border:none;color:#fff}.bestseller-container .bestseller-content .bestseller-info .buttons button.buy-now:hover{background-color:#ffa929}.bestseller-container .bestseller-content .bestseller-info .fade-text{transition:opacity .3s ease-in-out}.bestseller-container .bestseller-content .bestseller-info.transitioning .fade-text{opacity:0}.bestseller-container .mobile-view-all{display:none;justify-content:center;margin-top:1.5rem}@media screen and (max-width: 768px){.bestseller-container{padding:1rem}.bestseller-container .bestseller-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.bestseller-container .bestseller-header .desktop-view-all{display:none}.bestseller-container .bestseller-content{grid-template-columns:1fr;gap:1.5rem}.bestseller-container .bestseller-content .bestseller-image-wrapper .bestseller-image img{height:300px;width:100%;object-fit:cover}.bestseller-container .bestseller-content .bestseller-image-wrapper .bestseller-image .tag{top:10px;right:10px;font-size:.75rem;padding:.35rem .75rem}.bestseller-container .bestseller-content .bestseller-info{padding-bottom:1rem;justify-content:flex-start}.bestseller-container .bestseller-content .bestseller-info .bestseller-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;padding:0 1rem;pointer-events:none}.bestseller-container .bestseller-content .bestseller-info .bestseller-navigation .nav-button{pointer-events:auto;width:35px;height:35px;background:#ffffffe6}.bestseller-container .bestseller-content .bestseller-info .bestseller-navigation .nav-button:hover{background:#ffb64a}.bestseller-container .bestseller-content .bestseller-info h2{font-size:1.25rem;margin-bottom:.75rem}.bestseller-container .bestseller-content .bestseller-info p{font-size:.875rem;margin-bottom:1.5rem}.bestseller-container .bestseller-content .bestseller-info .buttons{flex-direction:column;gap:.75rem}.bestseller-container .bestseller-content .bestseller-info .buttons button{width:100%;padding:.75rem 1rem}.bestseller-container .mobile-view-all{display:flex}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bestseller-container .fade-image,.bestseller-container .fade-text{animation:fadeIn .3s ease-in-out}.offer-container{margin:2rem 0}.offer-container .offer-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:linear-gradient(135deg,#ffb347,#fa3);overflow:hidden}.offer-container .offer-content .offer-text{padding:4rem;display:flex;flex-direction:column;justify-content:center}.offer-container .offer-content .offer-text h2{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.offer-container .offer-content .offer-text h3{font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:1.5rem;position:relative;display:inline-block}.offer-container .offer-content .offer-text h3:after{content:"";position:absolute;bottom:-4px;left:0;width:60%;height:2px;background-color:#fff}.offer-container .offer-content .offer-text p{color:#fff;line-height:1.6;margin-bottom:2rem;max-width:90%}.offer-container .offer-content .offer-text .offer-tags{display:flex;gap:1rem;margin-bottom:2rem}.offer-container .offer-content .offer-text .offer-tags span{border-radius:4px;font-size:.875rem;font-weight:500}.offer-container .offer-content .offer-text .offer-tags span.discount,.offer-container .offer-content .offer-text .offer-tags span.limited{color:#fff}.offer-container .offer-content .offer-text .explore-btn{align-self:flex-start;padding:.75rem 2rem;background-color:#fff;color:#ffb64a;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s ease}.offer-container .offer-content .offer-text .explore-btn:hover{background-color:#fff;transform:translateY(-2px)}.offer-container .offer-content .offer-image{height:100%}.offer-container .offer-content .offer-image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.offer-container{padding:1rem}.offer-container .offer-content{grid-template-columns:1fr}.offer-container .offer-content .offer-text{padding:2rem}.offer-container .offer-content .offer-text h2{font-size:2rem}.offer-container .offer-content .offer-text h3{font-size:1.25rem}.offer-container .offer-content .offer-text p{max-width:100%}.offer-container .offer-content .offer-text .offer-tags{flex-direction:column}.offer-container .offer-content .offer-text .offer-tags span{text-align:lef}.offer-container .offer-content .offer-text .explore-btn{width:100%}.offer-container .offer-content .offer-image{order:-1;height:300px}}.trending-container{padding:0 10%;background:#fff;margin:2rem 0}@media screen and (max-width: 768px){.trending-container{padding:1rem}}.trending-container .trending-header{margin-bottom:2rem}.trending-container .trending-header h2{font-size:2rem;font-weight:600;margin-bottom:0}.trending-container .trending-header h2 span{color:#ffb64a}.trending-container .trending-grid{display:grid;grid-template-columns:repeat(4,auto);gap:1.5rem;margin-bottom:2rem}@media screen and (max-width: 768px){.trending-container .trending-grid{grid-template-columns:repeat(1,auto)}}@media screen and (min-width: 768px) and (max-width: 992px){.trending-container .trending-grid{grid-template-columns:repeat(2,auto);gap:1rem}}.trending-container .trending-footer{text-align:center}.trending-container .trending-footer p{color:#666;margin-bottom:.5rem}.trending-container .trending-footer a{color:#ffb64a;text-decoration:none;font-weight:500}.trending-container .trending-footer a:hover{text-decoration:underline}.mobile-view-all{display:none;justify-content:center;margin-top:1.5rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card_image{position:relative;width:100%;aspect-ratio:1;background:#f8f8f8;border-radius:8px;overflow:hidden}.product-card_image img{width:100%;height:100%;object-fit:cover;display:block}.product-card_image .discount-tag{position:absolute;top:12px;left:12px;background:#ff6b00;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500;z-index:1}.product-card_image .wishlist-btn{position:absolute;top:12px;right:12px;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;box-shadow:0 2px 4px #0000001a}.product-card_image .wishlist-btn svg{width:18px;height:18px;color:#666}.product-card_image .wishlist-btn:hover svg{color:#f44}.product-card_image .category-tag{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;padding:8px;font-size:.875rem}.product-card_content{padding:1rem}.product-card_content .category{font-size:.875rem;color:#666;margin-bottom:.25rem}.product-card_content .title{font-size:1rem;margin-bottom:.5rem;font-weight:500}.product-card_content .price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.product-card_content .price .current-price{color:#ff6b00;font-weight:600}.product-card_content .price .original-price{color:#666;text-decoration:line-through;font-size:.875rem}.product-card_content .rating{color:#ffc107;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.product-card_content .rating .rating-number{color:#666;margin-left:.25rem}.footer{background:#fdf6f0;padding:3rem 0 0}.footer .newsletter{padding:0 10%}.footer .newsletter-content{display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.footer .newsletter-content{grid-template-columns:1fr}}@media (max-width: 992px){.footer .newsletter-content{gap:2rem}}.footer .newsletter-content-text{display:flex;flex-direction:column;gap:1rem}.footer .newsletter-content-text h2,.footer .newsletter-content-text h3{font-size:1.75rem;font-weight:600}.footer .newsletter-content-text p{color:#666;font-size:.875rem;margin-bottom:1.5rem;line-height:1.5}.footer .newsletter-content-form{display:grid;gap:1rem}.footer .newsletter-content-form input{width:100%;padding:.875rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.footer .newsletter-content-form input::placeholder{color:#999}.footer .newsletter-content-form button{width:fit-content;background:#ffb64a;color:#fff;border:none;padding:.875rem 2rem;border-radius:4px;cursor:pointer;font-size:.875rem}.footer .footer-divider{height:1px;background:#e5e5e5;margin:2rem 0}.footer .footer-main{padding:0 10%;display:grid;grid-template-columns:1fr 1fr}@media (max-width: 768px){.footer .footer-main{grid-template-columns:1fr}}.footer .footer-main .footer-brand{display:flex;justify-content:start}.footer .footer-main .footer-brand img{width:15rem;object-fit:contain}@media (max-width: 768px){.footer .footer-main .footer-brand img{width:10rem}}@media (max-width: 768px){.footer .footer-main .footer-brand{justify-content:start}}.footer .footer-main .footer-links-group{display:grid;grid-template-columns:auto auto auto;gap:6rem}@media (max-width: 768px){.footer .footer-main .footer-links-group{grid-template-columns:1fr 1fr}}.footer .footer-main .footer-section h4{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:#333}.footer .footer-main .footer-section ul{list-style:none;padding:0;margin:0}.footer .footer-main .footer-section ul li{margin-bottom:.75rem;font-size:.875rem;color:#666}.footer .footer-main .footer-section ul li.address{line-height:1.5}.footer .footer-main .footer-section ul li a{color:#666;text-decoration:none}.footer .footer-main .footer-section ul li a:hover{color:#ffb64a}.footer .footer-bottom{margin:2rem auto 0;padding:0 10%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5}.footer .footer-bottom .social-links{display:flex;gap:1.5rem;padding:.6rem 0}.footer .footer-bottom .social-links a{color:#666;font-size:1.25rem}.footer .footer-bottom .social-links a:hover{color:#ffb64a}.footer .footer-bottom p{color:#666;font-size:.875rem}.footer .footer-bottom .legal-links{display:flex;gap:1rem}.footer .footer-bottom .legal-links a{color:#666;text-decoration:none;font-size:.875rem}.footer .footer-bottom .legal-links a:hover{color:#ffb64a}@media (max-width: 768px){.footer .newsletter{padding:0 1rem}.footer .newsletter-content h2,.footer .newsletter-content h3{font-size:1.5rem}.footer .footer-main{padding:0 1rem;flex-direction:column;gap:2rem}.footer .footer-main .footer-links-group{flex-direction:column;gap:2rem}.footer .footer-bottom{padding:0 10%;flex-direction:column;gap:1rem;text-align:center}.footer .footer-bottom .social-links{justify-content:center}.footer .footer-bottom .legal-links{justify-content:center;padding-bottom:.5rem}}.product-page{background:#fff}.product-page .product-section{margin:2rem 0;padding:0 10%}@media (max-width: 768px){.product-page .product-section{padding:.5rem}}.product-page .product-section .breadcrumb{margin-bottom:1rem;color:#666;font-size:.875rem}.product-page .product-section .breadcrumb span:last-child{color:#ffb64a}.product-page .product-section .product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-page .product-section .product-header .header-left h1{font-size:1.25rem;font-weight:500}@media (max-width: 768px){.product-page .product-section .product-header .header-left h1{font-size:1rem}}.product-page .product-section .product-header .header-left h1 span{color:#ffb64a;font-weight:400}.product-page .product-section .product-header .header-right{display:flex;align-items:center;gap:1rem}.product-page .product-section .product-header .header-right .sort-section{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.product-page .product-section .product-header .header-right .sort-section{display:none}}.product-page .product-section .product-header .header-right .sort-section span{color:#666;font-size:.875rem}.product-page .product-section .product-header .header-right .sort-section select{border:none;font-size:.875rem;color:#333;cursor:pointer;padding-right:1rem}.product-page .product-section .product-header .header-right .filter-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:.875rem}.product-page .product-section .product-header .header-right .filter-btn:hover{border-color:#ffb64a;color:#ffb64a}.product-page .product-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1200px){.product-page .product-section .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-page .product-section .product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.product-page .product-section .product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.product-page .product-content{display:flex;gap:2rem}.product-page .product-content .filter-sidebar{width:280px;flex-shrink:0;background:#fff;height:100vh;position:fixed;top:0;left:-300px;z-index:1000;transition:left .3s ease;display:flex;flex-direction:column}.product-page .product-content .filter-sidebar.open{left:0}.product-page .product-content .filter-sidebar .filter-header{padding:1rem;border-bottom:1px solid #eee}.product-page .product-content .filter-sidebar .filter-header .back-btn{display:flex;align-items:center;gap:.5rem;border:none;background:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem}.product-page .product-content .filter-sidebar .filter-header .back-btn:hover{color:#ffb64a}.product-page .product-content .filter-sidebar .filter-header .back-btn svg{font-size:1.25rem}.product-page .product-content .filter-sidebar .filter-sections{flex:1;overflow-y:auto;padding:1.5rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section{margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:1rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section .section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.5rem 0}.product-page .product-content .filter-sidebar .filter-sections .filter-section .section-header h3,.product-page .product-content .filter-sidebar .filter-sections .filter-section .section-header h4{font-size:1rem;font-weight:600;color:#333;margin:0}.product-page .product-content .filter-sidebar .filter-sections .filter-section .section-header svg{color:#666;font-size:1.25rem;transition:transform .3s ease}.product-page .product-content .filter-sidebar .filter-sections .filter-section .section-header:hover svg{color:#ffb64a}.product-page .product-content .filter-sidebar .filter-sections .filter-section ul{list-style:none;padding:0;margin:.5rem 0 0}.product-page .product-content .filter-sidebar .filter-sections .filter-section ul li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#666;font-size:.875rem;cursor:pointer}.product-page .product-content .filter-sidebar .filter-sections .filter-section ul li.active{color:#ffb64a;font-weight:500}.product-page .product-content .filter-sidebar .filter-sections .filter-section ul li:hover{color:#ffb64a}.product-page .product-content .filter-sidebar .filter-sections .filter-section ul li span:last-child{color:#999}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range{margin-top:1rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider{position:relative;width:100%;height:4px;margin:2rem 0;background:#eee;border-radius:2px}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider .slider-track{position:absolute;width:100%;height:100%;border-radius:2px;z-index:1}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider .slider-thumb{position:absolute;width:100%;height:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none;z-index:2}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider .slider-thumb::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #ff5c00;cursor:pointer;box-shadow:0 1px 3px #0003;transition:transform .1s ease}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider .slider-thumb::-webkit-slider-thumb:hover{transform:scale(1.1)}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider .slider-thumb::-webkit-slider-thumb:active{transform:scale(.95)}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .range-slider .slider-thumb.left{z-index:3}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .price-inputs{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .price-inputs .price-input{flex:1;display:flex;align-items:center;padding:.5rem;border:1px solid #ddd;border-radius:4px;background:#fff}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .price-inputs .price-input span{color:#666;margin-right:.25rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-range .price-inputs .price-input input{width:100%;border:none;outline:none;color:#333;font-size:.875rem;background:transparent}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list{list-style:none;padding:0;margin:.5rem 0}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li{margin-bottom:.5rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .category-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;cursor:pointer}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .category-header .category-name{display:flex;justify-content:space-between;flex:1;margin-right:1rem;color:#666;font-size:.875rem}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .category-header .category-name:hover{color:#ffb64a}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .category-header .category-name .count{color:#999}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .category-header .subcategory-arrow{font-size:1.25rem;color:#666;transition:transform .3s ease}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .category-header .subcategory-arrow.rotated{transform:rotate(180deg)}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .subcategories-list{list-style:none;padding-left:1.5rem;margin:.5rem 0}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .subcategories-list li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#666;font-size:.875rem;cursor:pointer}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .subcategories-list li:hover{color:#ffb64a}.product-page .product-content .filter-sidebar .filter-sections .filter-section .categories-list>li .subcategories-list li .count{color:#999}.product-page .product-content .filter-sidebar .filter-sections .filter-section ul.open,.product-page .product-content .filter-sidebar .filter-sections .filter-section .price-inputs.open{display:block}.product-page .product-content .product-grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1200px){.product-page .product-content .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-page .product-content .product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.product-page .product-content .product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.filter-btn.active{border-color:#ffb64a;color:#ffb64a}.filter-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.filter-overlay.open{display:block;opacity:1;pointer-events:auto}body.filter-open{overflow:hidden}.filter-section ul.open,.filter-section .price-inputs.open{display:block}.subcategories-list{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-details{padding:0 10%;background:#fff;margin-top:2rem}@media (max-width: 768px){.product-details{padding:.5rem;margin-top:1rem}}.product-details .breadcrumb{display:flex;gap:.5rem;color:#666;font-size:.875rem;margin-bottom:1rem}.product-details .product-container{display:flex;gap:2rem}@media (max-width: 768px){.product-details .product-container{flex-direction:column;gap:1rem}}.product-details .product-container .product-images{flex:0 0 40%;position:sticky;top:7.5rem;height:fit-content;max-height:calc(100vh - 8.5rem);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.product-details .product-container .product-images::-webkit-scrollbar{display:none}@media (max-width: 768px){.product-details .product-container .product-images{flex:none;width:100%;position:relative;top:0;max-height:none;overflow:visible}}.product-details .product-container .product-images .main-image{position:relative;margin-bottom:1rem;background:#f8f8f8;border-radius:8px;overflow:hidden;aspect-ratio:1/1;width:100%}.product-details .product-container .product-images .main-image img{width:100%;height:100%;object-fit:contain;position:absolute;top:0;left:0}@media (max-width: 768px){.product-details .product-container .product-images .main-image{border-radius:0;margin:0 -.5rem;display:flex;align-items:center;justify-content:center}.product-details .product-container .product-images .main-image img{position:relative;width:auto;height:auto;max-width:80%;max-height:100%;object-fit:contain}}.product-details .product-container .product-images .main-image .wishlist-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;z-index:1}.product-details .product-container .product-images .thumbnail-images{display:flex;gap:.5rem;justify-content:center}.product-details .product-container .product-images .thumbnail-images img{width:60px;height:60px;border-radius:4px;cursor:pointer;object-fit:cover}@media (max-width: 768px){.product-details .product-container .product-images .thumbnail-images{padding:.5rem}}.product-details .product-container .product-info{flex:1}@media (max-width: 768px){.product-details .product-container .product-info{padding:0 .5rem}}.product-details .product-container .product-info .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;z-index:10}.product-details .product-container .product-info .header .brand{display:flex;align-items:center;gap:.5rem}.product-details .product-container .product-info .header .brand .brand-logo{width:24px;height:24px}.product-details .product-container .product-info .header .actions{display:flex;align-items:center;gap:1rem}.product-details .product-container .product-info .header .actions .product-id{color:#666;font-size:.875rem}.product-details .product-container .product-info .header .actions .share-btn{background:none;border:none;cursor:pointer;color:#666}@media (max-width: 768px){.product-details .product-container .product-info .header{margin-bottom:.75rem}}.product-details .product-container .product-info .product-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}@media (max-width: 768px){.product-details .product-container .product-info .product-title{font-size:1.25rem}}.product-details .product-container .product-info .rating-summary{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-details .product-container .product-info .rating-summary .stars{color:#ffb800}.product-details .product-container .product-info .rating-summary .rating{font-weight:500}.product-details .product-container .product-info .rating-summary .reviews{color:#666;font-size:.875rem}.product-details .product-container .product-info .section{margin-bottom:1.5rem}.product-details .product-container .product-info .section h3{font-size:1rem;font-weight:500;margin-bottom:.75rem}.product-details .product-container .product-info .description p{color:#666;font-size:.875rem;line-height:1.5}.product-details .product-container .product-info .description p .read-more{color:#ffb64a;border:none;background:none;padding:0;margin-left:.25rem;cursor:pointer}.product-details .product-container .product-info .material .color-options{display:flex;gap:1rem}.product-details .product-container .product-info .material .color-options .color-btn{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer}.product-details .product-container .product-info .material .color-options .color-btn.black{background:#000}.product-details .product-container .product-info .material .color-options .color-btn.brown{background:#8b4513}.product-details .product-container .product-info .material .color-options .color-btn.beige{background:#deb887}.product-details .product-container .product-info .material .color-options .color-btn:hover,.product-details .product-container .product-info .material .color-options .color-btn.active{border-color:#ffb64a}.product-details .product-container .product-info .light-type .type-buttons{display:flex;gap:1rem;width:fit-content}.product-details .product-container .product-info .light-type .type-buttons .type-btn{width:9.5rem;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s ease}.product-details .product-container .product-info .light-type .type-buttons .type-btn .light-icon{width:20px;height:20px;border-radius:50%;flex-shrink:0}.product-details .product-container .product-info .light-type .type-buttons .type-btn .light-icon.cool{background:#f5f5f5;border:1px solid #e5e5e5}.product-details .product-container .product-info .light-type .type-buttons .type-btn .light-icon.warm{background:#ffe4b5;border:1px solid #ffd591}.product-details .product-container .product-info .light-type .type-buttons .type-btn .light-info{display:flex;flex-direction:column;align-items:flex-start}.product-details .product-container .product-info .light-type .type-buttons .type-btn .light-info span{font-size:.875rem}.product-details .product-container .product-info .light-type .type-buttons .type-btn .light-info span.temp{font-size:.75rem;color:#666}.product-details .product-container .product-info .light-type .type-buttons .type-btn.active{border-color:#ffb64a;color:#ffb64a}@media (max-width: 768px){.product-details .product-container .product-info .light-type .type-buttons{width:100%;flex-direction:column;gap:.5rem}.product-details .product-container .product-info .light-type .type-buttons .type-btn{width:100%;justify-content:flex-start}}.product-details .product-container .product-info .price .price-info{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-details .product-container .product-info .price .price-info .current{font-size:1.25rem;font-weight:600;color:#ffb64a}.product-details .product-container .product-info .price .price-info .original{color:#666;text-decoration:line-through;font-size:.875rem}.product-details .product-container .product-info .price .price-info .discount{background:#ffe4d6;color:#ffb64a;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}@media (max-width: 768px){.product-details .product-container .product-info .price .price-info{flex-wrap:wrap}}.product-details .product-container .product-info .price .buy-buttons{display:flex;gap:1rem;width:fit-content}.product-details .product-container .product-info .price .buy-buttons button{width:140px;padding:.75rem 1rem;border-radius:4px;font-weight:500;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-details .product-container .product-info .price .buy-buttons .buy-now{background:#ffb64a;color:#fff;border:none}.product-details .product-container .product-info .price .buy-buttons .add-cart{background:#fff;border:1px solid #ffb64a;color:#ffb64a}@media (max-width: 768px){.product-details .product-container .product-info .price .buy-buttons{display:none}}.product-details .product-container .product-info .specifications ul{list-style:none;padding:0}.product-details .product-container .product-info .specifications ul li{color:#666;font-size:.875rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.product-details .product-container .product-info .specifications ul li:before{content:"•";position:absolute;left:0}@media (max-width: 768px){.product-details .product-container .product-info .specifications ul li{font-size:.813rem}}.product-details .product-container .product-info .reviews .reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-details .product-container .product-info .reviews .reviews-header .rate-btn{color:#ffb64a;background:none;border:none;cursor:pointer}.product-details .product-container .product-info .reviews .average-rating{margin-bottom:1.5rem}.product-details .product-container .product-info .reviews .average-rating .rating-value{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.product-details .product-container .product-info .reviews .average-rating .rating-value .number{font-size:1.25rem;font-weight:600;color:#333}.product-details .product-container .product-info .reviews .average-rating .rating-value .stars{color:#ffb800;font-size:1rem}.product-details .product-container .product-info .reviews .average-rating .total-reviews{font-size:.875rem;color:#666}.product-details .product-container .product-info .reviews .rating-stats{max-width:400px}.product-details .product-container .product-info .reviews .rating-stats .rating-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.product-details .product-container .product-info .reviews .rating-stats .rating-bar span{color:#666;font-size:.875rem}.product-details .product-container .product-info .reviews .rating-stats .rating-bar span:first-child{min-width:30px}.product-details .product-container .product-info .reviews .rating-stats .rating-bar span:last-child{min-width:35px;text-align:left}.product-details .product-container .product-info .reviews .rating-stats .rating-bar .bar{flex:1;height:6px;background:#f5f5f5;border-radius:4px;overflow:hidden}.product-details .product-container .product-info .reviews .rating-stats .rating-bar .bar .fill{height:100%;background:#ffb800}@media (max-width: 768px){.product-details .product-container .product-info .reviews .rating-stats{max-width:100%}.product-details .product-container .product-info .reviews .rating-stats .rating-bar .bar{max-width:none}}.product-details .product-container .product-info .reviews .reviews-list{margin-top:1.5rem;border-top:1px solid #eee;padding-top:1.5rem}.product-details .product-container .product-info .reviews .reviews-list .review-item{padding:1rem 0;border-bottom:1px solid #eee;transition:all .3s ease}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header .user-info{display:flex;align-items:center;gap:.75rem}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header .user-info .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header .user-info .user-details{display:flex;flex-direction:column}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header .user-info .user-details .username{font-size:.875rem;font-weight:500;color:#333}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header .user-info .user-details .date{font-size:.75rem;color:#666}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-header .review-rating{color:#ffb800;font-size:.875rem}.product-details .product-container .product-info .reviews .reviews-list .review-item .review-comment{font-size:.875rem;color:#666;line-height:1.5;margin:0}.product-details .product-container .product-info .reviews .reviews-list .show-more{display:block;width:100%;padding:.75rem;margin-top:1rem;background:none;border:none;color:#333;font-size:.875rem;font-weight:500;cursor:pointer;text-align:center;transition:color .2s ease}.product-details .product-container .product-info .reviews .reviews-list .show-more:hover{color:#ffb64a}.product-details .top-picks-section{margin-top:2rem;padding:1rem 0}.product-details .top-picks-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;margin-bottom:1rem}.product-details .top-picks-section .section-header h2{font-size:1.125rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.product-details .top-picks-section .section-header h2 span{color:#ffb64a;font-weight:400}.product-details .top-picks-section .section-header .view-controls{display:flex;align-items:center;gap:1rem}.product-details .top-picks-section .section-header .view-controls .view-all{color:#ffb64a;font-size:.875rem;cursor:pointer}.product-details .top-picks-section .section-header .view-controls .navigation-buttons{display:flex;gap:.5rem}.product-details .top-picks-section .section-header .view-controls .navigation-buttons .nav-btn{width:28px;height:28px;border:1px solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#666;cursor:pointer;transition:all .2s ease}.product-details .top-picks-section .section-header .view-controls .navigation-buttons .nav-btn:hover{background:#ffb64a;border-color:#ffb64a;color:#fff}.product-details .top-picks-section .section-header .view-controls .navigation-buttons .nav-btn svg{width:16px;height:16px}.product-details .top-picks-section .products-slider{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 1rem;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.product-details .top-picks-section .products-slider::-webkit-scrollbar{display:none}.product-details .top-picks-section .products-slider .product-card{flex:0 0 200px;min-width:200px;border-radius:8px;overflow:hidden;background:#fff}.product-details .top-picks-section .products-slider .product-card .product-card_image{position:relative;aspect-ratio:1;background:#f8f8f8}.product-details .top-picks-section .products-slider .product-card .product-card_image img{width:100%;height:100%;object-fit:cover}.product-details .top-picks-section .products-slider .product-card .product-card_image .discount-tag{position:absolute;top:.5rem;left:.5rem;background:#ffb64a;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.product-details .top-picks-section .products-slider .product-card .product-card_image .wishlist-btn{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a}.product-details .top-picks-section .products-slider .product-card .product-card_content{padding:.75rem}.product-details .top-picks-section .products-slider .product-card .product-card_content .category{font-size:.75rem;color:#666}.product-details .top-picks-section .products-slider .product-card .product-card_content .title{margin:.25rem 0;font-size:.875rem;font-weight:500;color:#333}.product-details .top-picks-section .products-slider .product-card .product-card_content .price{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.product-details .top-picks-section .products-slider .product-card .product-card_content .price .current-price{color:#ffb64a;font-weight:600;font-size:.875rem}.product-details .top-picks-section .products-slider .product-card .product-card_content .price .original-price{color:#666;text-decoration:line-through;font-size:.75rem}.product-details .top-picks-section .products-slider .product-card .product-card_content .rating{color:#ffb64a;font-size:.75rem;display:flex;align-items:center}.product-details .top-picks-section .products-slider .product-card .product-card_content .rating .rating-number{color:#666;margin-left:.25rem}@media (max-width: 768px){.product-details .top-picks-section{margin-top:1rem}.product-details .top-picks-section .section-header{padding:0 .5rem}.product-details .top-picks-section .products-slider{padding:.5rem;gap:.75rem}.product-details .top-picks-section .products-slider .product-card{flex:0 0 160px;min-width:160px}}.mobile-fixed-buttons{display:none}@media (max-width: 768px){.mobile-fixed-buttons{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.75rem 1rem;box-shadow:0 -2px 10px #0000001a;z-index:100}.mobile-fixed-buttons .buy-buttons{display:flex;gap:.75rem;width:100%}.mobile-fixed-buttons .buy-buttons button{flex:1;padding:.75rem;border-radius:4px;font-weight:500;font-size:.875rem}.mobile-fixed-buttons .buy-buttons .buy-now{background:#ffb64a;color:#fff;border:none}.mobile-fixed-buttons .buy-buttons .add-cart{background:#fff;border:1px solid #ffb64a;color:#ffb64a}}.cart-page{padding:0 10%;margin:2rem 0}@media screen and (max-width: 768px){.cart-page{padding:1rem}}.cart-page .breadcrumb{margin-bottom:1rem;color:#666}.cart-page .breadcrumb span:last-child{color:#666}.cart-page h1{margin-bottom:2rem}.cart-page h1 span{color:#666;font-size:.8em}.mobile-icon{display:none}@media screen and (max-width: 768px){.mobile-icon{display:block}}.cart-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{background:#fff;border-radius:8px;padding:1rem}.cart-item{display:grid;grid-template-columns:auto 1fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item .item-image{width:80px;height:80px}.cart-item .item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-item .item-details h3{margin-bottom:.5rem;color:#333;font-size:.95rem;font-weight:500}.cart-item .item-details .product-id{color:#666;font-size:.8rem;margin-bottom:.5rem}.cart-item .item-details .quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.cart-item .item-details .quantity-controls button{background:#fff;border:1px solid #ddd;padding:.25rem .5rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-item .item-details .quantity-controls button:hover{border-color:#ff5c00;color:#ff5c00}.cart-item .item-details .quantity-controls span{min-width:1.5rem;text-align:center}.cart-item .price-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-item .price-actions .item-price{font-weight:500;color:#333}.cart-item .price-actions .remove-item{color:#f44;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.cart-item .price-actions .remove-item:hover{color:#c00}.order-summary{border-radius:8px;padding:1.5rem;position:sticky;top:7.5rem;height:fit-content;overflow:visible}.order-summary h2{color:#333;font-size:1.2rem;margin-bottom:1.5rem}.order-summary .summary-details{background:#f8f8f8;padding:1rem;border-radius:8px;margin-bottom:1rem}.order-summary .summary-details .summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;color:#333}.order-summary .summary-details .summary-row:last-child{margin-bottom:0}.order-summary .summary-details .summary-row .orange-text{color:#ffb64a}.order-summary .summary-details .summary-row.coupon-applied .coupon-code{color:#666;font-size:.85rem;margin-left:.25rem}.order-summary .summary-details .summary-row.total{font-weight:600;font-size:1.1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.order-summary .proceed-btn{width:100%;padding:.875rem;background:#ffb64a;color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer}.order-summary .coupon-section{background:transparent;padding:0;border-radius:0;margin-bottom:1rem}.order-summary .coupon-section h3{font-size:1rem;color:#333;margin-bottom:.75rem}.order-summary .coupon-section .coupon-input{background:#fff;padding:1rem;border-radius:8px;display:flex;gap:.5rem}.order-summary .coupon-section .coupon-input input{flex:1;padding:.625rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.order-summary .coupon-section .coupon-input input::placeholder{color:#999}.order-summary .coupon-section .coupon-input .apply-btn{padding:.625rem 1.25rem;background:#fff;border:1px solid #ffb64a;color:#ffb64a;border-radius:4px;cursor:pointer;font-weight:500}.order-summary .coupon-section .coupon-input .apply-btn:hover{background:#ffb64a;color:#fff}.order-summary .available-coupons{background:transparent;padding:0;border-radius:0}.order-summary .available-coupons .coupon-list{background:#fff;padding:1rem .5rem 1rem 1rem;border-radius:8px;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ddd transparent}.order-summary .available-coupons .coupon-list .coupon-item{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #eee}.order-summary .available-coupons .coupon-list .coupon-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-summary .available-coupons .coupon-list .coupon-item label{display:flex;flex-direction:column;gap:.5rem;cursor:pointer}.order-summary .available-coupons .coupon-list .coupon-item label .coupon-header{display:flex;align-items:center;gap:.5rem}.order-summary .available-coupons .coupon-list .coupon-item label .coupon-header input[type=radio]{width:16px;height:16px;accent-color:#ffb64a}.order-summary .available-coupons .coupon-list .coupon-item label .coupon-header strong{color:#ffb64a;font-weight:500}.order-summary .available-coupons .coupon-list .coupon-item label p{margin:0;font-size:.9rem;color:#666;padding-left:1.5rem}.order-summary .available-coupons .coupon-list .coupon-item label p.terms{font-size:.8rem;color:#999}.order-summary .available-coupons .coupon-list::-webkit-scrollbar{width:4px}.order-summary .available-coupons .coupon-list::-webkit-scrollbar-track{background:transparent}.order-summary .available-coupons .coupon-list::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.order-summary .available-coupons .coupon-list::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width: 768px){.cart-page{padding:0;margin:0;background-color:#f8f8f8;padding-bottom:3rem}.cart-page .breadcrumb{margin-top:1rem;padding:0 1rem}.cart-page h1{margin-bottom:1rem;padding:0 1rem}.cart-container{grid-template-columns:1fr;gap:1rem}.cart-items{border-radius:0;background:#fff;margin-bottom:1rem}.cart-item{grid-template-columns:auto 1fr auto;padding:1rem}.cart-item .item-image{width:60px;height:60px}.cart-item .item-details h3{font-size:.9rem}.order-summary{display:flex;flex-direction:column;background:transparent;padding:0;position:static}.order-summary .coupon-section{order:1;background:#fff;padding:1rem;margin-bottom:1rem;border-radius:0}.order-summary .coupon-section .coupon-input{margin:0}.order-summary .available-coupons{order:2;background:#fff;padding:1rem;margin-bottom:1rem;border-radius:0}.order-summary .available-coupons .coupon-header{display:flex;align-items:center;padding:1rem;cursor:pointer;border-radius:0}.order-summary .available-coupons .coupon-header h3{margin:0;padding:0}.order-summary .available-coupons .coupon-header svg{font-size:1.25rem;color:#666;transition:transform .3s ease}.order-summary .available-coupons .coupon-list{display:none;background:#fff;padding:0 1rem;max-height:0;overflow:hidden;transition:all .3s ease}.order-summary .available-coupons .coupon-list.show{display:block;max-height:300px;overflow-y:auto;padding:1rem;border-top:1px solid #eee}.order-summary .available-coupons .coupon-list .coupon-item{background:#f8f8f8;padding:1rem;margin-bottom:.5rem;border-radius:8px}.order-summary .available-coupons .coupon-list .coupon-item:last-child{margin-bottom:0}.order-summary h2{order:3;padding:0 1rem}.order-summary .summary-details{order:4;background:#fff;padding:1rem;margin:0;border-radius:0}.order-summary .proceed-btn{order:5;position:fixed;bottom:0;left:0;right:0;margin:0;border-radius:0;padding:1rem;z-index:100;height:3rem}}body.modal-open{overflow:hidden;height:100vh}@media (max-width: 768px){body.modal-open{padding-right:0}}.address-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:none;justify-content:center;align-items:center;z-index:1000}.address-modal.open{display:flex}.address-modal.open .modal-content{animation:slideUp .5s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto}.address-modal .modal-content{background:#fff;width:100%;max-width:600px;border-radius:8px;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.address-modal .modal-header{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.address-modal .modal-header h2{margin:0;font-size:1.25rem}.address-modal .modal-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666}.address-modal .modal-header .close-btn:hover{color:#333}.address-modal .modal-body{padding:1.5rem;overflow-y:auto}.address-modal .modal-body h3{margin:0 0 .5rem;font-size:1.1rem}.address-modal .modal-body .subtitle{color:#666;margin-bottom:1.5rem;font-size:.9rem}.address-modal .modal-body .address-option{display:flex;gap:1rem;padding:1rem;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;cursor:pointer}.address-modal .modal-body .address-option input[type=radio]{margin-top:.25rem}.address-modal .modal-body .address-option .address-details strong{display:block;margin-bottom:.25rem}.address-modal .modal-body .address-option .address-details p{color:#666;font-size:.9rem;margin:0}.address-modal .modal-body .address-option:hover{border-color:#ffb64a}.address-modal .modal-body .divider{text-align:center;margin:1.5rem 0;color:#666;position:relative}.address-modal .modal-body .divider:before,.address-modal .modal-body .divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#ddd}.address-modal .modal-body .divider:before{left:0}.address-modal .modal-body .divider:after{right:0}.address-modal .modal-body .manual-entry-title{margin:1.5rem 0 1rem;font-size:1.1rem;color:#333}.address-modal .modal-body .address-form{display:flex;flex-direction:column;gap:1rem}.address-modal .modal-body .address-form input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.address-modal .modal-body .address-form input::placeholder{color:#999}.address-modal .modal-body .address-form input:focus{border-color:var(--color-primary);outline:none}.address-modal .modal-body .address-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.address-modal .modal-body .address-form .form-row{grid-template-columns:1fr}}.address-modal .modal-footer{padding:1.5rem;border-top:1px solid #eee;background:#fff}.address-modal .modal-footer .save-address{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;margin-bottom:1rem}.address-modal .modal-footer .save-address input[type=checkbox]{width:16px;height:16px;padding:0}.address-modal .modal-footer .proceed-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:#ffb64a;color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;margin-bottom:1rem}.address-modal .modal-footer .terms{text-align:center;color:#666;font-size:.8rem;margin:0}.address-modal .modal-footer .save-btn{width:100%;padding:14px;background:orange;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;margin-top:16px}.address-modal .modal-footer .save-btn:hover{background:#e69500}@media (max-width: 768px){.address-modal{align-items:flex-end;background:#0000004d}.address-modal.open .modal-content{animation:slideUp .5s cubic-bezier(.4,0,.2,1)}.address-modal .modal-content{margin:0;max-width:none;min-height:85vh;max-height:90vh;border-radius:20px 20px 0 0;position:relative}.address-modal .modal-header{padding:1.25rem 1rem;position:sticky;top:0;background:#fff;z-index:2}.address-modal .modal-header h2{font-size:1.1rem}.address-modal .modal-header .close-btn{padding:.25rem}.address-modal .modal-body{padding:1rem;flex:1;overflow-y:auto}.address-modal .modal-body h3{font-size:1rem;margin-bottom:.5rem}.address-modal .modal-body .subtitle{font-size:.85rem;margin-bottom:1rem}.address-modal .modal-body .address-option{padding:.75rem;margin-bottom:.75rem}.address-modal .modal-body .address-option .address-details p{font-size:.85rem;line-height:1.4}.address-modal .modal-body .divider{margin:1rem 0}.address-modal .modal-body .manual-entry-title{margin:1rem 0 .75rem;font-size:1rem}.address-modal .modal-body .address-form{gap:.75rem}.address-modal .modal-body .address-form input{padding:.75rem;font-size:.9rem}.address-modal .modal-body .address-form .form-row{gap:.75rem}.address-modal .modal-footer{padding:1rem;position:sticky;bottom:0;background:#fff;border-top:1px solid #eee;z-index:2}.address-modal .modal-footer .save-address{margin-bottom:.75rem;font-size:.85rem}.address-modal .modal-footer .proceed-btn{padding:.75rem;font-size:.95rem;margin-bottom:.75rem}.address-modal .modal-footer .terms{font-size:.75rem;color:#999}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.profile-page{max-width:1200px;margin:0 auto;padding:1rem}.profile-page .breadcrumb{color:#666;margin-bottom:1.5rem;font-size:.875rem}.profile-page .breadcrumb a{color:inherit;text-decoration:none}.profile-page .breadcrumb a:hover{color:#333}.profile-container{display:flex;gap:2rem}.profile-container .sidebar{width:200px}.profile-container .sidebar ul{list-style:none;padding:0;margin:0}.profile-container .sidebar ul li{padding:.75rem;cursor:pointer;color:#666;font-size:.875rem}.profile-container .sidebar ul li.active{color:#ffb64a;font-weight:500}.profile-container .sidebar ul li a{text-decoration:none;color:inherit}.profile-container .sidebar ul li:hover{color:#ffb64a}.profile-container .profile-content{flex:1;background:#fff;padding:2rem;border-radius:8px}.profile-container .profile-content h2{font-size:1.25rem;margin-bottom:2rem;font-weight:400}.profile-container .profile-content h2 .username{color:#ffb64a}.profile-container .profile-content .profile-picture-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.profile-container .profile-content .profile-picture-section .profile-picture{width:80px;height:80px;border-radius:50%;overflow:hidden}.profile-container .profile-content .profile-picture-section .profile-picture img{width:100%;height:100%;object-fit:cover}.profile-container .profile-content .profile-picture-section .upload-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:#666;border-radius:4px;cursor:pointer;font-size:.875rem}.profile-container .profile-content .profile-picture-section .upload-btn:hover{border-color:#ffb64a;color:#ffb64a}.profile-container .profile-content .form-group{margin-bottom:1.5rem}.profile-container .profile-content .form-group label{display:block;margin-bottom:.5rem;color:#666;font-size:.875rem}.profile-container .profile-content .form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.profile-container .profile-content .form-group input:focus{outline:none;border-color:#ffb64a}.profile-container .profile-content .form-group .whatsapp-note{display:block;color:#666;font-size:.75rem;margin-top:.5rem}.profile-container .profile-content .form-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.profile-container .profile-content .form-footer button{padding:.625rem 1.5rem;border-radius:4px;cursor:pointer;font-size:.875rem}.profile-container .profile-content .form-footer button.cancel-btn{background:#fff;border:1px solid #ddd;color:#666}.profile-container .profile-content .form-footer button.cancel-btn:hover{border-color:#ffb64a;color:#ffb64a}.profile-container .profile-content .form-footer button.save-btn{background:#ffb64a;color:#fff;border:none}.profile-container .profile-content .form-footer button.save-btn:hover{background:#ffa929}.required{color:#ffb64a}@media (max-width: 768px){.profile-container{flex-direction:column;gap:1rem}.profile-container .sidebar{width:100%;background:#fff;border-radius:8px;padding:.5rem}.profile-container .sidebar ul{display:flex;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.profile-container .sidebar ul::-webkit-scrollbar{display:none}.profile-container .sidebar ul li{padding:.75rem 1rem}.profile-container .profile-content{padding:1rem}.profile-container .profile-content .profile-picture-section{flex-direction:column;align-items:center;text-align:center}.profile-container .profile-content .form-footer{flex-direction:column}.profile-container .profile-content .form-footer button{width:100%}}.saved-address-section h2{font-size:1.25rem;margin-bottom:.5rem;font-weight:500;color:#333}.saved-address-section .subtitle{color:#666;font-size:.875rem;margin-bottom:2rem;line-height:1.5}.saved-address-section .addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.saved-address-section .address-card{border:1px solid #ddd;border-radius:8px;overflow:hidden}.saved-address-section .address-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #eee}.saved-address-section .address-card .card-header .address-label{color:#666;font-size:.875rem}.saved-address-section .address-card .card-header .delete-btn{background:none;border:none;color:#f44;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.saved-address-section .address-card .card-header .delete-btn svg{font-size:1.125rem}.saved-address-section .address-card .card-header .delete-btn:hover{color:#c00}.saved-address-section .address-card .address-info{padding:1rem}.saved-address-section .address-card .address-info h3{font-size:.975rem;color:#333;margin-bottom:.5rem;font-weight:500}.saved-address-section .address-card .address-info p{color:#666;font-size:.875rem;margin:0;line-height:1.6}.saved-address-section .add-address-card{border:1px dashed #ddd;border-radius:8px;background:none;width:100%;height:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;color:#ffb64a}.saved-address-section .add-address-card .plus-icon{width:32px;height:32px;border:1px solid #ffb64a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.25rem}.saved-address-section .add-address-card span{font-size:.875rem}.saved-address-section .add-address-card:hover{background:#fffdfa;border-color:#ffb64a}@media (max-width: 768px){.saved-address-section .addresses-grid{grid-template-columns:1fr}.saved-address-section .add-address-card{min-height:120px}}.order-history-section .header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.order-history-section .header-section .title-section{flex:1}.order-history-section .header-section .search-section{display:flex;gap:.5rem;min-width:300px}.order-history-section .header-section .search-section input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.order-history-section .header-section .search-section input::placeholder{color:#999}.order-history-section .header-section .search-section input:focus{outline:none;border-color:#ffb64a}.order-history-section .header-section .search-section .search-btn{padding:.75rem 1.5rem;background:#ffb64a;color:#fff;border:none;border-radius:4px;font-size:.875rem;cursor:pointer}.order-history-section .header-section .search-section .search-btn:hover{opacity:.9}.order-history-section h2{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:#333}.order-history-section .subtitle{color:#666;font-size:.875rem;line-height:1.5}.order-history-section .orders-table .table-header{display:grid;grid-template-columns:2fr 1fr 120px;padding:.75rem 0;border-bottom:1px solid #eee;color:#666;font-size:.875rem}.order-history-section .orders-table .table-body .order-row{display:grid;grid-template-columns:2fr 1fr 120px;padding:1.25rem 0;border-bottom:1px solid #eee;align-items:center}.order-history-section .orders-table .table-body .order-row .product-details{display:flex;gap:1rem}.order-history-section .orders-table .table-body .order-row .product-details img{width:70px;height:70px;object-fit:cover;border-radius:4px}.order-history-section .orders-table .table-body .order-row .product-details .info h3{font-size:.95rem;font-weight:500;color:#333;margin-bottom:.5rem}.order-history-section .orders-table .table-body .order-row .product-details .info .order-meta{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem;margin-bottom:.5rem}.order-history-section .orders-table .table-body .order-row .product-details .info .order-meta .copy-icon{color:#999;cursor:pointer;font-size:.875rem}.order-history-section .orders-table .table-body .order-row .product-details .info .order-meta .copy-icon:hover{color:#ffb64a}.order-history-section .orders-table .table-body .order-row .product-details .info .price{font-size:.95rem;font-weight:500;color:#333}.order-history-section .orders-table .table-body .order-row .status-col .status-tag{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;margin-bottom:.5rem}.order-history-section .orders-table .table-body .order-row .status-col .status-tag.order-placed{background:#fff5e6;color:#ffb64a}.order-history-section .orders-table .table-body .order-row .status-col .status-tag.delivered{background:#f5f5f5;color:#666}.order-history-section .orders-table .table-body .order-row .status-col .delivery-info{font-size:.75rem;color:#666;line-height:1.4}.order-history-section .orders-table .table-body .order-row .action-col{text-align:right}.order-history-section .orders-table .table-body .order-row .action-col .action-btn{background:none;border:none;color:#ffb64a;font-size:.875rem;cursor:pointer;padding:0}.order-history-section .orders-table .table-body .order-row .action-col .action-btn.view{color:#666}.order-history-section .orders-table .table-body .order-row .action-col .action-btn:hover{text-decoration:underline}.no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.no-orders img{width:200px;height:auto;margin-bottom:1.5rem;opacity:.8}.no-orders h3{font-size:1.25rem;color:#333;margin-bottom:.5rem;font-weight:500}.no-orders p{color:#666;font-size:.875rem;margin-bottom:1.5rem}.no-orders .buy-now-btn{padding:.75rem 2rem;background:#ffb64a;color:#fff;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.no-orders .buy-now-btn:hover{background:#ffac31}@media (max-width: 768px){.order-history-section .header-section{flex-direction:column}.order-history-section .header-section .search-section{width:100%;min-width:auto}.order-history-section .orders-table .table-header{display:none}.order-history-section .orders-table .table-body .order-row{grid-template-columns:1fr;gap:1rem;background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #eee}.order-history-section .orders-table .table-body .order-row .status-col,.order-history-section .orders-table .table-body .order-row .action-col{text-align:left}.order-history-section .orders-table .table-body .order-row .action-col{border-top:1px solid #eee;padding-top:1rem}.no-orders{padding:2rem 1rem}.no-orders img{width:150px}}.help-support-section{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.help-support-section .support-content{text-align:center;max-width:600px}.help-support-section .support-content h2{font-size:1.25rem;font-weight:500;color:#333;margin-bottom:.5rem;line-height:1.4}.help-support-section .support-content h2:last-of-type{margin-bottom:1.5rem}.help-support-section .support-content p{color:#666;font-size:.95rem;margin:0;line-height:1.6}.help-support-section .support-content p:last-of-type{margin-bottom:2rem}.help-support-section .support-content .whatsapp-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 2rem;background:#ffb64a;color:#fff;border:none;border-radius:4px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.help-support-section .support-content .whatsapp-btn svg{font-size:1.25rem}.help-support-section .support-content .whatsapp-btn:hover{background:#ffbd5c}@media (max-width: 768px){.help-support-section{padding:1.5rem;min-height:300px}.help-support-section .support-content h2{font-size:1.1rem}.help-support-section .support-content p{font-size:.875rem}.help-support-section .support-content .whatsapp-btn{width:100%;justify-content:center;padding:1rem}}.login-container{display:flex;align-items:center;justify-content:center;padding:10rem}.login-container .login-card{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%;max-width:400px}.login-container .login-card h1{font-size:24px;font-weight:600;color:#333;margin:0 0 8px}.login-container .login-card .login-subtitle{color:#666;font-size:14px;margin-bottom:24px}.login-container .login-card .form-group{margin-bottom:16px}.login-container .login-card .form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;color:#333}.login-container .login-card .form-group input::placeholder{color:#999}.login-container .login-card .form-group input:focus{outline:none;border-color:#666}.login-container .login-card .login-button{width:100%;padding:12px;background-color:orange;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:16px}.login-container .login-card .login-button:hover{background-color:#e69500}.login-container .login-card .terms-text{text-align:center;font-size:12px;color:#666;margin-bottom:24px}.login-container .login-card .terms-text a{color:orange;text-decoration:none}.login-container .login-card .terms-text a:hover{text-decoration:underline}.login-container .login-card .create-account{text-align:center;border-top:1px solid #eee;padding-top:24px}.login-container .login-card .create-account p{color:#666;font-size:14px;margin:0 0 16px}.login-container .login-card .create-account .create-account-button{display:block;width:100%;padding:12px;background-color:#fff;color:orange;border:1px solid #ffa500;border-radius:4px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s ease}.login-container .login-card .create-account .create-account-button:hover{background-color:#fff5e6}@media (max-width: 480px){.login-container{padding:16px}.login-container .login-card{padding:24px}}.signup-container{display:flex;align-items:center;justify-content:center;padding:10rem}.signup-container .signup-card{background:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%;max-width:400px}.signup-container .signup-card h1{font-size:24px;font-weight:600;color:orange;margin:0 0 8px}.signup-container .signup-card .signup-subtitle{color:#666;font-size:14px;margin-bottom:24px}.signup-container .signup-card .form-group{margin-bottom:16px}.signup-container .signup-card .form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;color:#333}.signup-container .signup-card .form-group input::placeholder{color:#999}.signup-container .signup-card .form-group input:focus{outline:none;border-color:#666}.signup-container .signup-card .form-group.phone-input{display:flex;gap:8px}.signup-container .signup-card .form-group.phone-input .country-code{width:80px;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;color:#333;background-color:#fff;cursor:pointer}.signup-container .signup-card .form-group.phone-input .country-code:focus{outline:none;border-color:#666}.signup-container .signup-card .form-group.phone-input input{flex:1}.signup-container .signup-card .signup-button{width:100%;padding:12px;background-color:orange;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:16px}.signup-container .signup-card .signup-button:hover{background-color:#e69500}.signup-container .signup-card .terms-text{text-align:center;font-size:12px;color:#666;margin-bottom:24px}.signup-container .signup-card .terms-text a{color:#666;text-decoration:none}.signup-container .signup-card .terms-text a:hover{text-decoration:underline}.signup-container .signup-card .login-link{text-align:center;border-top:1px solid #eee;padding-top:24px}.signup-container .signup-card .login-link p{color:#666;font-size:14px;margin:0 0 16px}.signup-container .signup-card .login-link .login-button{display:block;width:100%;padding:12px;background-color:#fff;color:orange;border:1px solid #ffa500;border-radius:4px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s ease}.signup-container .signup-card .login-link .login-button:hover{background-color:#fff5e6}input[required]::placeholder:after{content:" *";color:orange}.separator{display:flex;align-items:center;text-align:center;margin-bottom:1rem}.separator:before,.separator:after{content:"";flex:1;border-bottom:1px solid #666}.separator:not(:empty):before{margin-right:.25em}.separator:not(:empty):after{margin-left:.25em}@media (max-width: 480px){.signup-container{padding:16px}.signup-container .signup-card{padding:24px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
