@charset "UTF-8";.home .featuredProducts:first-of-type{padding-top:60px}.home .featuredProducts:last-of-type{background:#f8fafc}@media (max-width: 768px){.home .featuredProducts:first-of-type{padding-top:40px}}@media (max-width: 480px){.home .featuredProducts:first-of-type{padding-top:30px}}.slider{width:100%;height:calc(100vh - 80px);position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);cursor:grab}.slider:active{cursor:grabbing}.slider .container{display:flex;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.slider .container .slide{position:relative;width:100%;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.slider .container .slide img{width:100%;height:100%;object-fit:cover;filter:brightness(.9);transition:transform .5s ease}.slider .container .slide img:hover{transform:scale(1.02)}.slider .container .slide .slide-content{position:absolute;bottom:22%;left:0;right:0;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);padding:0 5%;z-index:5}@media (max-width: 768px){.slider .container .slide .slide-content{bottom:28%}}@media (max-width: 576px){.slider .container .slide .slide-content{bottom:30%}}@media (max-width: 400px){.slider .container .slide .slide-content{bottom:32%}}.slider .container .slide .slide-content .content-wrapper{max-width:1200px;margin:0 auto;padding:40px 50px;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.15);animation:fadeInUp .8s ease-out}@media (max-width: 1200px){.slider .container .slide .slide-content .content-wrapper{padding:35px 40px}}@media (max-width: 992px){.slider .container .slide .slide-content .content-wrapper{padding:30px 35px}}@media (max-width: 768px){.slider .container .slide .slide-content .content-wrapper{padding:25px 30px;border-radius:18px;max-width:90%}}@media (max-width: 576px){.slider .container .slide .slide-content .content-wrapper{padding:20px 25px;border-radius:15px}}@media (max-width: 400px){.slider .container .slide .slide-content .content-wrapper{padding:15px 20px;border-radius:12px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slider .container .slide .slide-content .slide-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;background:linear-gradient(45deg,#ffffff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}@media (max-width: 1200px){.slider .container .slide .slide-content .slide-title{font-size:3rem}}@media (max-width: 992px){.slider .container .slide .slide-content .slide-title{font-size:2.5rem}}@media (max-width: 768px){.slider .container .slide .slide-content .slide-title{font-size:2rem}}@media (max-width: 576px){.slider .container .slide .slide-content .slide-title{font-size:1.7rem;margin-bottom:15px}}@media (max-width: 400px){.slider .container .slide .slide-content .slide-title{font-size:1.4rem}}.slider .container .slide .slide-content .slide-subtitle{font-size:1.5rem;margin-bottom:35px;opacity:.9;line-height:1.4;max-width:600px}@media (max-width: 1200px){.slider .container .slide .slide-content .slide-subtitle{font-size:1.3rem;margin-bottom:30px}}@media (max-width: 992px){.slider .container .slide .slide-content .slide-subtitle{font-size:1.2rem;margin-bottom:25px}}@media (max-width: 768px){.slider .container .slide .slide-content .slide-subtitle{font-size:1.05rem;margin-bottom:25px}}@media (max-width: 576px){.slider .container .slide .slide-content .slide-subtitle{font-size:.95rem;margin-bottom:20px}}@media (max-width: 400px){.slider .container .slide .slide-content .slide-subtitle{font-size:.85rem;margin-bottom:15px}}.slider .container .slide .slide-content .slide-cta{display:flex;align-items:center;gap:12px;padding:18px 35px;background:linear-gradient(45deg,#2879fe,#1a5fd8);color:#fff;border:none;border-radius:50px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2879fe4d}.slider .container .slide .slide-content .slide-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px #2879fe66;background:linear-gradient(45deg,#1a5fd8,#2879fe)}.slider .container .slide .slide-content .slide-cta:active{transform:translateY(-1px)}.slider .container .slide .slide-content .slide-cta .cta-icon{transition:transform .3s ease}.slider .container .slide .slide-content .slide-cta:hover .cta-icon{transform:translate(5px)}@media (max-width: 1200px){.slider .container .slide .slide-content .slide-cta{padding:16px 30px;font-size:1.1rem}}@media (max-width: 992px){.slider .container .slide .slide-content .slide-cta{padding:15px 28px;font-size:1.05rem}}@media (max-width: 768px){.slider .container .slide .slide-content .slide-cta{padding:13px 25px;font-size:1rem}}@media (max-width: 576px){.slider .container .slide .slide-content .slide-cta{padding:11px 22px;font-size:.9rem}}@media (max-width: 400px){.slider .container .slide .slide-content .slide-cta{padding:9px 18px;font-size:.85rem;gap:8px}}.slider .navigation-buttons{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 2%;pointer-events:none;z-index:20}.slider .navigation-buttons.hidden{display:none}.slider .navigation-buttons .nav-btn{width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;pointer-events:auto;color:#fff;border:2px solid rgba(255,255,255,.2);outline:none}.slider .navigation-buttons .nav-btn:hover{background:rgba(40,121,254,.9);transform:scale(1.1);box-shadow:0 4px 20px #2879fe66;border-color:#ffffff4d}.slider .navigation-buttons .nav-btn:active{transform:scale(.95)}.slider .navigation-buttons .nav-btn svg{font-size:32px}.slider .navigation-buttons .nav-btn.prev-btn{margin-left:10px}.slider .navigation-buttons .nav-btn.next-btn{margin-right:10px}.slider .mobile-nav-buttons{position:absolute;bottom:45px;left:0;right:0;display:flex;justify-content:space-between;padding:0 15%;z-index:15}.slider .mobile-nav-buttons.hidden{display:none}.slider .mobile-nav-buttons .mobile-nav-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;color:#fff;border:2px solid rgba(255,255,255,.25);outline:none;box-shadow:0 4px 12px #0000004d}.slider .mobile-nav-buttons .mobile-nav-btn:hover{background:rgba(40,121,254,.9);transform:scale(1.05)}.slider .mobile-nav-buttons .mobile-nav-btn:active{transform:scale(.95)}.slider .mobile-nav-buttons .mobile-nav-btn svg{font-size:22px}.slider .slide-indicators{position:absolute;bottom:130px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 22px;border-radius:30px;border:1px solid rgba(255,255,255,.1)}@media (max-width: 992px){.slider .slide-indicators{bottom:140px}}@media (max-width: 768px){.slider .slide-indicators{bottom:120px;padding:8px 20px;gap:10px}}@media (max-width: 576px){.slider .slide-indicators{bottom:110px;padding:7px 18px}}@media (max-width: 400px){.slider .slide-indicators{bottom:100px;padding:6px 16px;gap:8px}}.slider .slide-indicators .indicator{background:transparent;border:none;cursor:pointer;padding:6px;color:#fff;opacity:.6;transition:all .3s ease;outline:none;display:flex;align-items:center;justify-content:center}.slider .slide-indicators .indicator:hover{opacity:1;transform:scale(1.2)}.slider .slide-indicators .indicator.active{opacity:1;color:#2879fe;transform:scale(1.2)}.slider .slide-indicators .indicator svg{font-size:14px}@media (max-width: 768px){.slider .slide-indicators .indicator svg{font-size:13px}}@media (max-width: 400px){.slider .slide-indicators .indicator svg{font-size:12px}}.slider .controls-container{position:absolute;bottom:25px;right:25px;display:flex;align-items:center;gap:25px;z-index:10}@media (max-width: 768px){.slider .controls-container{bottom:25px;left:50%;right:auto;transform:translate(-50%);gap:25px;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 25px;border-radius:35px;border:1px solid rgba(255,255,255,.1)}}@media (max-width: 576px){.slider .controls-container{gap:20px;padding:8px 22px}}@media (max-width: 400px){.slider .controls-container{gap:18px;padding:7px 20px}}.slider .controls-container .slide-counter{background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:10px 20px;border-radius:25px;font-size:1.1rem;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.slider .controls-container .slide-counter{background:transparent;padding:0;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;font-size:1rem}}.slider .controls-container .slide-counter .current{font-weight:700;color:#2879fe;font-size:1.2rem}@media (max-width: 768px){.slider .controls-container .slide-counter .current{font-size:1.1rem}}.slider .controls-container .slide-counter .separator{opacity:.6}.slider .controls-container .slide-counter .total{opacity:.8}.slider .controls-container .play-pause-control .play-pause-btn{width:52px;height:52px;border-radius:50%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;outline:none}.slider .controls-container .play-pause-control .play-pause-btn:hover{background:rgba(40,121,254,.8);transform:scale(1.05);border-color:#ffffff4d}.slider .controls-container .play-pause-control .play-pause-btn:active{transform:scale(.95)}.slider .controls-container .play-pause-control .play-pause-btn svg{font-size:24px}@media (max-width: 768px){.slider .controls-container .play-pause-control .play-pause-btn{width:48px;height:48px}.slider .controls-container .play-pause-control .play-pause-btn svg{font-size:22px}}@media (max-width: 400px){.slider .controls-container .play-pause-control .play-pause-btn{width:44px;height:44px}.slider .controls-container .play-pause-control .play-pause-btn svg{font-size:20px}}@media (max-width: 1200px){.slider{height:75vh}}@media (max-width: 992px){.slider{height:70vh}}@media (max-width: 768px){.slider{height:65vh}.slider .navigation-buttons{display:none}}@media (max-width: 576px){.slider{height:60vh}}@media (max-width: 400px){.slider{height:55vh}}.slider .nav-btn:focus,.slider .mobile-nav-btn:focus,.slider .indicator:focus,.slider .slide-cta:focus,.slider .play-pause-btn:focus{outline:2px solid #2879fe;outline-offset:2px}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.slider{animation:slideIn .5s ease-out}.featuredProducts{padding:40px 0;background-color:#fff}.featuredProducts .container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.featuredProducts .container{padding:0 15px}}.featuredProducts .top{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:50px}.featuredProducts .top h1{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#1a202c;text-transform:capitalize}@media (max-width: 768px){.featuredProducts .top h1{font-size:2rem}}@media (max-width: 480px){.featuredProducts .top h1{font-size:1.8rem}}.featuredProducts .top p{max-width:800px;font-size:1.1rem;line-height:1.6;color:#4a5568;margin:0 auto}@media (max-width: 768px){.featuredProducts .top p{font-size:1rem}}@media (max-width: 480px){.featuredProducts .top p{font-size:.95rem}}.featuredProducts .bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 1200px){.featuredProducts .bottom{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width: 992px){.featuredProducts .bottom{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 576px){.featuredProducts .bottom{grid-template-columns:1fr;gap:20px}}.link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.cards{width:100%;display:flex;flex-direction:column;gap:12px;transition:all .3s ease}.cards .image{width:100%;height:320px;overflow:hidden;position:relative;border-radius:8px}@media (max-width: 1200px){.cards .image{height:300px}}@media (max-width: 768px){.cards .image{height:280px}}@media (max-width: 480px){.cards .image{height:250px}}.cards .image:hover .mainImg{transform:scale(1.05)}.cards .image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cards .image .new-badge{position:absolute;top:10px;left:10px;background-color:#2879fe;color:#fff;padding:6px 12px;border-radius:4px;font-size:.85rem;font-weight:600;z-index:3}@media (max-width: 768px){.cards .image .new-badge{padding:5px 10px;font-size:.8rem}}.cards h2{font-size:1.1rem;font-weight:500;color:#1a202c;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.cards h2{font-size:1rem}}.cards .prices{display:flex;gap:12px;align-items:center}.cards .prices h3{margin:0;font-size:1.2rem;font-weight:600}@media (max-width: 768px){.cards .prices h3{font-size:1.1rem}}.cards .prices h3.old-price{color:#718096;text-decoration:line-through;font-size:1rem;font-weight:500}@media (max-width: 768px){.cards .prices h3.old-price{font-size:.95rem}}.cards .prices h3.current-price{color:#1a202c}.trending-products-section{padding:80px 0}.trending-products-section .container{max-width:1400px;margin:0 auto;padding:0 20px}.trending-products-section .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}@media (max-width: 768px){.trending-products-section .section-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:40px}}.trending-products-section .section-header .header-left{max-width:600px}.trending-products-section .section-header .header-left .section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(45deg,#ff6b6b,#ff8e53);color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:15px}.trending-products-section .section-header .header-left .section-badge .badge-icon{font-size:18px}.trending-products-section .section-header .header-left .section-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;color:#1a202c;line-height:1.2}.trending-products-section .section-header .header-left .section-title .highlight{background:linear-gradient(45deg,#ff6b6b,#ff8e53);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.trending-products-section .section-header .header-left .section-title{font-size:2rem}}@media (max-width: 480px){.trending-products-section .section-header .header-left .section-title{font-size:1.8rem}}.trending-products-section .section-header .header-left .section-description{font-size:1.1rem;line-height:1.6;color:#4a5568;margin:0}@media (max-width: 768px){.trending-products-section .section-header .header-left .section-description{font-size:1rem}}.trending-products-section .section-header .view-all-btn{display:flex;align-items:center;gap:10px;padding:12px 28px;background:linear-gradient(45deg,#ff6b6b,#ff8e53);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.trending-products-section .section-header .view-all-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b4d}.trending-products-section .section-header .view-all-btn .arrow-icon{font-size:20px;transition:transform .3s ease}.trending-products-section .section-header .view-all-btn:hover .arrow-icon{transform:translate(5px)}@media (max-width: 768px){.trending-products-section .section-header .view-all-btn{align-self:flex-start}}@media (max-width: 480px){.trending-products-section .section-header .view-all-btn{width:100%;justify-content:center}}.trending-products-section .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 1200px){.trending-products-section .products-grid{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width: 992px){.trending-products-section .products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 576px){.trending-products-section .products-grid{grid-template-columns:1fr;gap:20px}}.categories{display:flex;height:80vh;gap:10px;margin:50px}.categories .col{flex:1;display:flex;flex-direction:column;gap:10px}.categories .col-l{flex:2}.categories .row{flex:1;display:flex;gap:10px;position:relative;overflow:hidden}.categories .row button{position:absolute;min-width:100px;width:fit-content;height:50px;padding:10px;top:0;bottom:0;left:0;right:0;margin:auto;cursor:pointer;border:none;background-color:#fff;text-transform:uppercase;font-weight:500;z-index:2;transition:all .3s ease}.categories .row button:hover{background-color:#000;color:#fff}.categories .row button .link{text-decoration:none;color:inherit;display:block;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.categories .row button .link:hover{color:#fff}.categories .row img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.categories .row:hover img{transform:scale(1.05)}@media (max-width = 768px){.categories{flex-direction:column;height:auto;margin:5px;gap:15px}.categories .col,.categories .col-l{flex:1;width:100%;flex-direction:column}.categories .row{flex:none;min-height:200px;width:100%;margin-bottom:15px;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.categories .row>.col{display:block;width:100%}.categories .row>.col .row{min-height:180px;margin-bottom:10px}.categories .row>.col .row:last-child{margin-bottom:0}.categories .row button{min-width:120px;height:45px;padding:8px 16px;font-size:14px;border-radius:4px;box-shadow:0 2px 5px #0003}.categories .row img{height:100%;min-height:200px}.categories .col-l>.row:first-child{display:block!important}.categories .col-l>.row:first-child>.col{display:block;width:100%}.categories .col-l>.row:first-child>.col .row{width:100%;margin-bottom:10px}.categories .row:nth-of-type(1){animation-delay:.1s}.categories .row:nth-of-type(2){animation-delay:.2s}.categories .row:nth-of-type(3){animation-delay:.3s}.categories .row:nth-of-type(4){animation-delay:.4s}.categories .row:nth-of-type(5){animation-delay:.5s}.categories .row:nth-of-type(6){animation-delay:.6s}}@media (min-width: 769px) and (max-width: 1024px){.categories{height:70vh;gap:8px;margin:8px}.categories .row button{min-width:90px;height:45px;padding:8px;font-size:14px}}@media (max-width: 480px){.categories{gap:10px}.categories .row{min-height:180px;margin-bottom:12px}.categories .row button{min-width:110px;height:40px;padding:6px 12px;font-size:13px}.categories .row img{min-height:180px}}@media (max-width: 360px){.categories{margin:3px;gap:8px}.categories .row{min-height:160px;margin-bottom:10px}.categories .row button{min-width:100px;height:38px;padding:5px 10px;font-size:12px}.categories .row img{min-height:160px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.categories .row{animation:fadeInUp .5s ease forwards;opacity:0}}@media (max-width: 768px){.categories{position:relative}.categories:before{content:"";position:absolute;top:0;left:10px;right:10px;height:2px;background:linear-gradient(90deg,#f0f0f0,#ddd,#f0f0f0);z-index:1}.categories .row{position:relative}.categories .row:after{content:"";position:absolute;bottom:-8px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,#eee,transparent)}.categories .row:last-child:after{display:none}}.categories-mobile{display:flex;flex-direction:column;gap:15px;padding:10px}.categories-mobile .category-card{position:relative;height:200px;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #0000001a;animation:fadeInUp .5s ease forwards;opacity:0}.categories-mobile .category-card:nth-child(1){animation-delay:.1s}.categories-mobile .category-card:nth-child(2){animation-delay:.2s}.categories-mobile .category-card:nth-child(3){animation-delay:.3s}.categories-mobile .category-card:nth-child(4){animation-delay:.4s}.categories-mobile .category-card:nth-child(5){animation-delay:.5s}.categories-mobile .category-card:nth-child(6){animation-delay:.6s}.categories-mobile .category-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.categories-mobile .category-card:hover img{transform:scale(1.05)}.categories-mobile .category-card button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:120px;padding:12px 24px;background-color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500;text-transform:uppercase;letter-spacing:1px;z-index:2;transition:all .3s ease}.categories-mobile .category-card button:hover{background-color:#000;color:#fff}.categories-mobile .category-card button .link{text-decoration:none;color:inherit}.categories-mobile .category-card button .link:hover{color:#fff}@media (max-width: 480px){.categories-mobile .category-card{height:180px}.categories-mobile .category-card button{min-width:100px;padding:10px 20px;font-size:14px}}@media (max-width: 360px){.categories-mobile .category-card{height:160px}.categories-mobile .category-card button{min-width:90px;padding:8px 16px;font-size:13px}}.contact{background-color:#2879fe;color:#fff;padding:15px;display:flex;justify-content:center}.contact .wrapper{width:50%;display:flex;align-items:center;justify-content:space-between}.contact .wrapper input{padding:10px;border:none;border-radius:5px 0 0 5px;flex:1;min-width:150px}.contact .wrapper input:focus{outline:none;box-shadow:0 0 0 2px #ffffff4d}.contact .wrapper button{padding:10px;color:#fff;background:#333;border-radius:0 5px 5px 0;border:none;cursor:pointer;transition:background .3s ease}.contact .wrapper button:hover{background:#111}.contact .wrapper .icons{display:flex;gap:10px}.contact .wrapper .icons svg{cursor:pointer;transition:transform .3s ease}.contact .wrapper .icons svg:hover{transform:scale(1.1)}@media (max-width: 768px){.contact .wrapper{width:90%;flex-direction:column;gap:20px;align-items:center}.contact .wrapper .mail{width:100%;display:flex;flex-direction:column;gap:10px}.contact .wrapper .mail input{border-radius:5px;padding:12px;width:100%;box-sizing:border-box}.contact .wrapper .mail button{border-radius:5px;padding:12px;width:100%}.contact .wrapper .icons{justify-content:center;width:100%}}@media (max-width: 480px){.contact{padding:15px 10px}.contact .wrapper{width:95%;gap:15px}.contact .wrapper span{text-align:center;font-size:14px}.contact .wrapper .mail input,.contact .wrapper .mail button{padding:10px}.contact .wrapper .icons{gap:15px;flex-wrap:wrap;justify-content:center}}@media (min-width: 769px){.contact .wrapper{width:50%;max-width:1200px}}.contact .wrapper{transition:all .3s ease}@media (min-width: 768px) and (max-width: 1024px){.contact .wrapper{width:80%;gap:20px}.contact .wrapper span{font-size:15px;white-space:nowrap}.contact .wrapper .mail{flex:1;display:flex}.contact .wrapper .mail input{padding:12px;font-size:14px}.contact .wrapper .mail button{padding:12px 16px;font-size:14px}.contact .wrapper .icons{gap:14px}.contact .wrapper .icons svg{font-size:22px}}.product{padding:20px 50px;display:flex;gap:50px}.product .left{flex:1;display:flex;gap:20px}.product .left .images{flex:1}.product .left .images img{width:100%;height:150px;object-fit:cover;cursor:pointer;margin-bottom:10px}.product .left .mainImg{flex:5}.product .left .mainImg img{width:100%;max-height:800px;object-fit:cover}.product .right{flex:1;display:flex;flex-direction:column;gap:30px}.product .right .actions{display:flex;gap:12px;margin-top:20px;align-items:center}.product .right .actions button{border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.product .right .actions .add{flex:1;background:#2879fe;color:#fff;padding:12px 18px;font-weight:600;gap:8px;white-space:nowrap}.product .right .actions .add:hover{background:#1f63d1}.product .right .actions .add svg{font-size:20px}.product .right .actions .wishlist,.product .right .actions .shareBtn{width:45px;height:45px;background:#f5f5f5;padding:0}.product .right .actions .wishlist svg,.product .right .actions .shareBtn svg{font-size:22px}.product .right .actions .wishlist:hover,.product .right .actions .shareBtn:hover{background:rgb(232.25,232.25,232.25)}.product .right .actions .wishlist{background:#f5f5f5;color:#333;border:1px solid #ccc;transition:all .3s}.product .right .actions .wishlist:hover{color:#e60023;background:#ffeaea}.product .right .actions .wishlist.active{background:red;color:#fff;border-color:red}.product .right .actions .shareBtn:hover{background:#e8f1ff;color:#2879fe}.product .right .price{display:flex;align-items:center;gap:12px;margin:10px 0}.product .right .price .oldPrice{color:#999;text-decoration:line-through;font-size:18px}.product .right .price .currentPrice{color:#e60023;font-size:26px;font-weight:600}.product .right .price .discount{background:#e60023;color:#fff;padding:4px 8px;font-size:12px;border-radius:4px;font-weight:600}.product .right p{font-size:18px;font-weight:300;text-align:justify}.product .right .quantity{display:flex;align-items:center;gap:10px}.product .right .quantity button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.product .right .add{flex:1;padding:12px;background:#2879fe;color:#fff;border:none;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:600;cursor:pointer;border-radius:6px;transition:.2s}.product .right .add:hover{background:#1f63d1}.product .right .links{display:flex;flex-wrap:wrap;gap:15px;margin-top:5px}.product .right .links .item{display:flex;align-items:center;gap:6px;color:#2879fe;font-size:14px;font-weight:500}.product .right .info{display:flex;flex-direction:column;gap:10px;color:gray;font-size:14px;margin-top:30px}.product .right .info hr{width:200px;border:1px solid rgb(238,237,237)}.product .right hr{border:1px solid rgb(238,237,237)}@media (max-width: 1024px){.product{padding:20px 30px;gap:30px}}@media (max-width: 768px){.product{flex-direction:column;padding:20px}.product .left{flex-direction:column-reverse;gap:10px}.product .left .images{display:flex;flex-direction:row;gap:10px;overflow-x:auto}.product .left .images img{width:80px;height:80px;margin-bottom:0;flex-shrink:0}.product .left .mainImg img{max-height:400px}.product .right{gap:20px}.product .right .price{flex-wrap:wrap}.product .right p{font-size:16px}.product .right .add{width:100%}.product .right .links{display:flex;flex-wrap:wrap;gap:15px;margin-top:5px}.product .right .links .item{display:flex;align-items:center;gap:6px;color:#2879fe;font-size:14px;font-weight:500}}@media (max-width: 480px){.product{padding:10px}.product .left .images img{width:60px;height:60px}.product .left .mainImg img{max-height:300px}.product .right h1{font-size:22px}.product .right .price .oldPrice{font-size:16px}.product .right .price .currentPrice{font-size:22px}.product .right .price .discount{font-size:11px}.product .right p{font-size:14px}.product .right .quantity button{width:40px;height:40px}.product .right .info hr{width:150px}}.random-products{margin-top:80px;padding:40px 60px;background:#fafafa}.random-products .rp-header{text-align:center;margin-bottom:40px}.random-products .rp-header h2{font-size:28px;font-weight:600;color:#222;margin-bottom:8px}.random-products .rp-header p{color:#777;font-size:14px}.random-products .rp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:28px}.random-products .rp-card{text-decoration:none;color:inherit;background:white;border-radius:10px;overflow:hidden;transition:all .25s ease;box-shadow:0 3px 12px #0000000d}.random-products .rp-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #0000001f}.random-products .rp-image{position:relative;overflow:hidden;height:260px}.random-products .rp-image img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}.random-products .rp-image .hover-img{position:absolute;top:0;left:0;opacity:0}.random-products .rp-image:hover .hover-img{opacity:1}.random-products .rp-image:hover .main-img{opacity:0}.random-products .rp-image .badge{position:absolute;top:12px;left:12px;background:#ff3b30;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px;font-weight:600}.random-products .rp-image .wishlist-btn{position:absolute;right:10px;top:10px;border:none;background:white;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026}.random-products .rp-image .wishlist-btn svg{font-size:20px}.random-products .rp-info{padding:16px}.random-products .rp-info h3{font-size:16px;font-weight:500;margin-bottom:10px;color:#333}.random-products .rp-info .price{display:flex;align-items:center;gap:10px}.random-products .rp-info .price .old{text-decoration:line-through;color:#999;font-size:14px}.random-products .rp-info .price .current{color:#2879fe;font-weight:600;font-size:16px}.rec-loading{text-align:center;padding:40px;color:#777}.products{padding:30px 50px;display:flex;gap:30px;position:relative}.products .mobile-filters-toggle{display:none}.products .left{flex:1;position:sticky;top:50px;background:white;padding:20px;border-radius:10px;box-shadow:0 2px 10px #0000001a;max-height:calc(100vh - 100px);overflow-y:auto;transition:all .3s ease;align-self:flex-start}.products .left::-webkit-scrollbar{width:6px}.products .left::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.products .left::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.products .left::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.products .left .filterItem{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.products .left .filterItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.products .left .filterItem h2{font-weight:500;margin-bottom:20px;font-size:18px;color:#333;word-wrap:break-word}.products .left .filterItem .inputItem{margin-bottom:15px;display:flex;align-items:center}.products .left .filterItem .inputItem:last-child{margin-bottom:0}.products .left .filterItem .inputItem input[type=checkbox],.products .left .filterItem .inputItem input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#2879fe;flex-shrink:0}.products .left .filterItem .inputItem label{margin-left:10px;cursor:pointer;font-size:15px;color:#555;-webkit-user-select:none;user-select:none;flex:1;word-wrap:break-word;overflow-wrap:break-word}.products .left .filterItem .inputItem:has(input[type=range]){flex-direction:column;align-items:stretch;gap:10px;padding:0 5px}.products .left .filterItem .inputItem:has(input[type=range]) .price-labels{display:flex;justify-content:space-between;width:100%;margin-bottom:5px}.products .left .filterItem .inputItem:has(input[type=range]) span{display:inline-block;font-size:14px;color:#666;min-width:40px;text-align:center;padding:2px 5px;background:#f8f9fa;border-radius:3px;font-weight:500}.products .left .filterItem .inputItem:has(input[type=range]) span:first-child{align-self:flex-start;background:#e9ecef}.products .left .filterItem .inputItem:has(input[type=range]) span:last-child{align-self:flex-end;background:#2879fe;color:#fff;padding:2px 8px}.products .left .filterItem .inputItem:has(input[type=range]) input[type=range]{width:100%;height:6px;border-radius:5px;background:#eee;outline:none;-webkit-appearance:none;margin:10px 0}.products .left .filterItem .inputItem:has(input[type=range]) input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#2879fe;cursor:pointer;border:2px solid white;box-shadow:0 2px 5px #0003}.products .left .filterItem .inputItem:has(input[type=range]) input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#2879fe;cursor:pointer;border:2px solid white;box-shadow:0 2px 5px #0003}.products .left .apply-filters-btn{display:none}.products .right{flex:3;min-width:0}.products .right .catImg{width:100%;height:300px;object-fit:cover;margin-bottom:40px;border-radius:10px;box-shadow:0 4px 15px #0000001a}@media (min-width: 768px) and (max-width: 1024px){.products{padding:20px 30px;gap:25px}.products .left{flex:0 0 250px;padding:15px;max-height:calc(100vh - 80px)}.products .left .filterItem{margin-bottom:25px;padding-bottom:15px}.products .left .filterItem h2{font-size:17px;margin-bottom:15px}.products .left .filterItem .inputItem{margin-bottom:12px}.products .left .filterItem .inputItem label{font-size:14px}.products .right .catImg{height:250px;margin-bottom:35px}}@media (max-width: 767px){.products{flex-direction:column;padding:15px 20px;gap:0;min-height:100vh}.products .mobile-filters-toggle{display:block;width:100%;padding:15px;background:#2879fe;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:20px;text-align:center;box-shadow:0 2px 10px #2879fe4d;transition:all .3s ease;position:relative;z-index:100}.products .mobile-filters-toggle:hover{background:#1a5dc1;transform:translateY(-1px)}.products .mobile-filters-toggle:active{transform:translateY(0)}.products .left{position:fixed;top:0;left:0;width:85%;max-width:350px;height:100%;z-index:1001;max-height:100vh;border-radius:0;padding:70px 20px 20px;overflow-y:auto;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 15px #0000001a;background:white;display:flex;flex-direction:column}.products .left.collapsed{transform:translate(-100%)}.products .left:not(.collapsed){transform:translate(0)}.products .left .close-filters-btn{position:absolute;top:15px;right:15px;background:#f8f9fa;border:none;font-size:24px;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:1002;transition:all .3s ease}.products .left .close-filters-btn:hover{background:#e9ecef;transform:rotate(90deg)}.products .left .close-filters-btn:before{content:"×";font-size:28px;line-height:1}.products .left .filterItem{margin-bottom:25px;padding-bottom:15px;flex-shrink:0}.products .left .filterItem h2{font-size:18px;margin-bottom:15px;padding-right:30px}.products .left .filterItem .inputItem{margin-bottom:12px;align-items:flex-start}.products .left .filterItem .inputItem label{font-size:15px;line-height:1.4}.products .left .filterItem .inputItem:has(input[type=range]) span:last-child{min-width:60px;padding:4px 8px;font-size:14px}.products .left .apply-filters-btn{display:block;width:calc(100% - 40px);padding:15px;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin:20px auto 0;text-align:center;transition:all .3s ease;position:sticky;bottom:20px;z-index:100;box-shadow:0 2px 10px #28a7454d}.products .left .apply-filters-btn:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 15px #28a74566}.products .left .apply-filters-btn:active{transform:translateY(0)}.products .right{width:100%}.products .right .catImg{height:200px;margin-bottom:25px}}@media (max-width: 480px){.products{padding:10px 15px}.products .mobile-filters-toggle{padding:12px;font-size:15px;margin-bottom:15px}.products .left{width:90%;padding:60px 15px 15px}.products .left .close-filters-btn{width:35px;height:35px;top:12px;right:12px}.products .left .close-filters-btn:before{font-size:24px}.products .left .filterItem h2{font-size:17px}.products .left .filterItem .inputItem label{font-size:14px}.products .left .apply-filters-btn{padding:12px;font-size:15px;width:calc(100% - 30px)}.products .right .catImg{height:180px;margin-bottom:20px}}@media (min-width: 1441px){.products{padding:40px 100px}.products .left{padding:25px;max-height:calc(100vh - 120px)}.products .left .filterItem h2{font-size:20px}.products .left .filterItem .inputItem label{font-size:16px}.products .right .catImg{height:350px}}@media (max-width: 767px){.products:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.products:has(.left:not(.collapsed)):before{opacity:1;visibility:visible}}@media (max-width: 767px){body:has(.products .left:not(.collapsed)){overflow:hidden}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:rotate(0)}}.close-filters-btn{animation:rotateIn .3s ease forwards}.list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.list>p{grid-column:1/-1;text-align:center;padding:40px;color:#666;font-size:16px;background:#f9f9f9;border-radius:8px;border:1px dashed #ddd}@media (min-width: 1200px){.list{grid-template-columns:repeat(4,1fr)}}@media (min-width: 992px) and (max-width: 1199px){.list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 991px){.list{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 767px) and (min-width: 480px){.list{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 479px){.list{grid-template-columns:1fr;gap:20px}}@media (max-width: 360px){.list{gap:15px}}@media (min-width: 1600px){.list{grid-template-columns:repeat(5,1fr)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.list>*{animation:fadeIn .5s ease forwards;opacity:0}.list>*:nth-child(1){animation-delay:.1s}.list>*:nth-child(2){animation-delay:.2s}.list>*:nth-child(3){animation-delay:.3s}.list>*:nth-child(4){animation-delay:.4s}.list>*:nth-child(5){animation-delay:.5s}.list>*:nth-child(6){animation-delay:.6s}.list>*:nth-child(7){animation-delay:.7s}.list>*:nth-child(8){animation-delay:.8s}.list>*:nth-child(9){animation-delay:.9s}.list>*:nth-child(10){animation-delay:1s}.list.loading{display:flex;justify-content:center;align-items:center;min-height:300px}.list.loading:after{content:"";width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #2879fe;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{height:70px;background-color:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.navbar .wrapper{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:100%;position:relative}.navbar .wrapper .hamburger{display:none;cursor:pointer;z-index:101}.navbar .wrapper .hamburger svg{font-size:28px;color:#333}.navbar .wrapper .item{display:flex;align-items:center;gap:5px}.navbar .wrapper .item .link{text-decoration:none;color:#333;font-weight:500;font-size:16px;transition:color .3s}.navbar .wrapper .item .link:hover{color:#2879fe}.navbar .wrapper .left{display:flex;align-items:center;gap:25px;width:33.333%}.navbar .wrapper .left .indi{height:20px;width:auto}.navbar .wrapper .center{position:absolute;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap;z-index:1}.navbar .wrapper .center .link{font-size:28px;font-weight:700;color:#2879fe;text-decoration:none}.navbar .wrapper .center .link:hover{color:#1a5fd8}.navbar .wrapper .right{display:flex;align-items:center;gap:25px;justify-content:flex-end;width:33.333%}.navbar .wrapper .right .icons{display:flex;align-items:center;gap:20px;margin-left:10px}.navbar .wrapper .right .icons svg{font-size:22px;color:#555;cursor:pointer;transition:color .3s}.navbar .wrapper .right .icons svg:hover{color:#2879fe}.navbar .wrapper .right .icons .wishlistIcon{position:relative;cursor:pointer}.navbar .wrapper .right .icons .wishlistIcon .dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;background-color:red;border-radius:50%}.navbar .wrapper .right .icons .cartIcon{position:relative}.navbar .wrapper .right .icons .cartIcon span{position:absolute;top:-8px;right:-8px;background-color:#2879fe;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:-100%;width:320px;height:100vh;background-color:#fff;z-index:999;transition:left .4s ease;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-menu.active{left:0}.mobile-menu .mobile-menu-header{padding:20px;border-bottom:1px solid #e5e5e5;background-color:#f8f9fa}.mobile-menu .mobile-menu-header .mobile-menu-user{display:flex;align-items:center;gap:10px}.mobile-menu .mobile-menu-header .mobile-menu-user svg{font-size:24px;color:#2879fe}.mobile-menu .mobile-menu-header .mobile-menu-user span{font-weight:600;color:#333}.mobile-menu .mobile-menu-content{padding:20px 0}.mobile-menu .mobile-menu-content .mobile-menu-section{margin-bottom:25px;padding:0 20px}.mobile-menu .mobile-menu-content .mobile-menu-section h3{font-size:14px;color:#666;text-transform:uppercase;margin-bottom:15px;font-weight:600;letter-spacing:.5px}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item{margin-bottom:10px}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item a{display:flex;align-items:center;padding:12px 0;text-decoration:none;color:#333;font-size:16px;font-weight:500;transition:color .3s;border-bottom:1px solid #f0f0f0}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item a:hover{color:#2879fe}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item a svg{margin-right:10px;font-size:20px}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .mobile-wishlist-trigger{display:flex;align-items:center;padding:12px 0;color:#333;font-size:16px;font-weight:500;transition:color .3s;border-bottom:1px solid #f0f0f0;cursor:pointer}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .mobile-wishlist-trigger:hover{color:#2879fe}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .mobile-wishlist-trigger svg{margin-right:10px;font-size:20px}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .country-selector,.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .currency-selector{display:flex;align-items:center;gap:10px;padding:12px 0}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .country-selector img,.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .currency-selector img{height:20px;width:auto}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .country-selector span,.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .currency-selector span{flex:1;font-size:16px;color:#333}.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .country-selector svg,.mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-item .currency-selector svg{color:#666}@media (max-width: 1456px){.navbar .wrapper{max-width:1200px}.navbar .wrapper .left,.navbar .wrapper .right{gap:20px}.navbar .wrapper .right .icons{gap:15px}}@media (max-width: 1200px){.navbar .wrapper .left,.navbar .wrapper .right{gap:15px}.navbar .wrapper .right .item:nth-child(3),.navbar .wrapper .right .item:nth-child(4){display:none}.navbar .wrapper .right .icons{gap:12px}}@media (max-width: 1024px){.navbar .wrapper .hamburger{display:block}.navbar .wrapper .left .item:nth-child(1),.navbar .wrapper .left .item:nth-child(2),.navbar .wrapper .left .item:nth-child(3),.navbar .wrapper .left .item:nth-child(4),.navbar .wrapper .left .item:nth-child(5){display:none}.navbar .wrapper .left{gap:12px;width:auto}.navbar .wrapper .center .link{font-size:24px}.navbar .wrapper .right{width:auto}.navbar .wrapper .right .item{display:none}.navbar .wrapper .right .icons{gap:15px}}@media (max-width: 768px){.navbar{height:60px}.navbar .wrapper{padding:0 15px}.navbar .wrapper .hamburger svg{font-size:24px}.navbar .wrapper .left{display:none}.navbar .wrapper .center .link{font-size:20px}.navbar .wrapper .right .icons{gap:15px}.navbar .wrapper .right .icons .cartIcon span{width:16px;height:16px;font-size:10px}.navbar .wrapper .right .icons .wishlistIcon .dot{width:8px;height:8px}.mobile-menu{width:280px}}@media (max-width: 480px){.navbar .wrapper{padding:0 10px}.navbar .wrapper .center .link{font-size:18px}.navbar .wrapper .right .icons{gap:12px}.navbar .wrapper .right .icons .profile-icon{display:none}.navbar .wrapper .right .icons svg{font-size:20px}.mobile-menu{width:85%;max-width:300px}}@media (min-width: 1025px){.mobile-menu-overlay,.mobile-menu{display:none}}.cart{position:fixed;right:20px;top:90px;width:360px;max-height:80vh;overflow-y:auto;z-index:999;background:white;padding:22px;border-radius:8px;-webkit-box-shadow:0px 8px 25px -10px rgba(0,0,0,.35);box-shadow:0 8px 25px -10px #00000059}.cart h1{margin-bottom:25px;color:#666;font-weight:500;font-size:22px}.cart .item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.cart .item img{width:80px;height:100px;object-fit:cover;border-radius:4px;flex-shrink:0}.cart .item .details{flex:1}.cart .item .details h1{font-size:16px;font-weight:500;margin-bottom:6px;line-height:1.3}.cart .item .details p{color:#777;margin-bottom:8px;font-size:13px}.cart .item .details .price{color:#2879fe;font-weight:500}.cart .item .delete{color:red;font-size:26px;cursor:pointer;flex-shrink:0}.cart .total{display:flex;justify-content:space-between;font-weight:600;font-size:17px;margin-bottom:18px}.cart button{width:100%;padding:12px;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#2879fe;color:#fff;font-weight:500;margin-bottom:14px}.cart .reset{color:red;font-size:13px;cursor:pointer;text-align:center;display:block}@media (max-width: 900px){.cart{width:300px;right:12px;top:85px;padding:18px}}@media (max-width: 620px){.cart{width:90%;max-width:350px;right:10px;left:auto;padding:16px}.cart h1{font-size:19px}.item{gap:12px;margin-bottom:20px}.item img{width:65px;height:85px}.item .details h1{font-size:14px}.item .details p{font-size:12px}}@media (max-width: 420px){.cart{padding:14px;right:8px}.item img{width:60px;height:80px}.item .delete{font-size:22px}button{padding:10px;font-size:14px}}@media (max-width: 350px){.item{flex-direction:column}.item img{width:100%;height:auto}.item .delete{align-self:flex-end}}.wishlist{position:fixed;right:20px;top:90px;width:360px;max-height:80vh;overflow-y:auto;background:white;padding:20px;border-radius:8px;z-index:999;box-shadow:0 0 25px #00000026;display:flex;flex-direction:column;gap:20px}.wishlist h1{font-size:22px;font-weight:500;color:#444}.wishlist p{font-size:14px;color:gray}.wishlist .item{display:flex;align-items:center;gap:15px;padding-bottom:15px;border-bottom:1px solid #eee}.wishlist .item img{width:80px;height:100px;object-fit:cover;border-radius:4px}.wishlist .item .details{flex:1;display:flex;flex-direction:column;gap:5px}.wishlist .item .details h2{font-size:16px;font-weight:500}.wishlist .item .details p{color:#2879fe;font-weight:500}.wishlist .item .delete{cursor:pointer;color:#999;transition:.2s}.wishlist .item .delete:hover{color:red}.wishlist button{padding:10px;border:none;background:#2879fe;color:#fff;border-radius:4px;cursor:pointer}@media (max-width: 768px){.wishlist{width:90%;right:5%;top:80px}}@media (max-width: 900px){.wishlist{width:300px;right:12px;top:85px;padding:18px}}@media (max-width: 620px){.wishlist{width:90%;max-width:350px;right:10px;left:auto;padding:16px}.wishlist h1{font-size:19px}.wishlist .item{gap:12px;margin-bottom:20px}.wishlist .item img{width:65px;height:85px}.wishlist .item .details h2{font-size:14px}.wishlist .item .details p{font-size:12px}.wishlist .item .delete{font-size:22px}.wishlist button{padding:10px;font-size:14px}}@media (max-width: 420px){.wishlist{padding:14px;right:8px}.wishlist .item img{width:60px;height:80px}.wishlist .item .delete{font-size:22px}.wishlist button{padding:10px;font-size:14px}}@media (max-width: 350px){.wishlist .item{flex-direction:column}.wishlist .item img{width:100%;height:auto}.wishlist .item .delete{align-self:flex-end}}.footer{background-color:#1a1a1a;color:#fff;padding-top:60px;position:relative;overflow:hidden}.footer .footer-main{max-width:1200px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}@media (max-width: 992px){.footer .footer-main{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 576px){.footer .footer-main{grid-template-columns:1fr;gap:30px}}.footer .footer-main .footer-section .footer-title{font-size:1.2rem;font-weight:600;margin-bottom:25px;color:#fff;position:relative;padding-bottom:10px}.footer .footer-main .footer-section .footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#2879fe;border-radius:2px}.footer .footer-main .footer-section .footer-links{list-style:none;padding:0;margin:0}.footer .footer-main .footer-section .footer-links li{margin-bottom:12px}.footer .footer-main .footer-section .footer-links li:last-child{margin-bottom:0}.footer .footer-main .footer-section .footer-links li a{color:#b0b0b0;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block;position:relative}.footer .footer-main .footer-section .footer-links li a:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease;color:#2879fe}.footer .footer-main .footer-section .footer-links li a:hover{color:#fff;transform:translate(5px)}.footer .footer-main .footer-section .footer-links li a:hover:before{opacity:1;left:-15px}.footer .footer-main .footer-section .footer-text{color:#b0b0b0;line-height:1.6;margin-bottom:25px;font-size:.95rem}.footer .footer-main .footer-section .social-icons{display:flex;gap:15px;margin-top:20px}.footer .footer-main .footer-section .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;color:#fff;transition:all .3s ease}.footer .footer-main .footer-section .social-icons a:hover{background:#2879fe;transform:translateY(-3px)}.footer .footer-main .footer-section .social-icons a svg{font-size:20px}.footer .footer-main .footer-section .contact-info .contact-item{display:flex;align-items:flex-start;margin-bottom:15px;color:#b0b0b0;font-size:.95rem}.footer .footer-main .footer-section .contact-info .contact-item:last-child{margin-bottom:25px}.footer .footer-main .footer-section .contact-info .contact-item .contact-icon{margin-right:10px;color:#2879fe;font-size:20px;flex-shrink:0;margin-top:2px}.footer .footer-main .footer-section .contact-info .contact-item span{line-height:1.5}.footer .footer-main .footer-section .payment-methods{margin-top:20px}.footer .footer-main .footer-section .payment-methods img{max-width:250px;height:auto;filter:brightness(.9)}@media (max-width: 576px){.footer .footer-main .footer-section .payment-methods img{max-width:200px}}.footer .footer-bottom{background:rgba(0,0,0,.3);padding:25px 0;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-bottom .footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:25px;text-align:center}}.footer .footer-bottom .footer-bottom-content .copyright-section{display:flex;flex-direction:column;gap:10px}.footer .footer-bottom .footer-bottom-content .copyright-section .logo{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(45deg,#2879fe,#1a5fd8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-bottom .footer-bottom-content .copyright-section .copyright{color:#999;font-size:.9rem}.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links{display:flex;gap:20px;margin-top:5px}.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links a{color:#b0b0b0;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links a:hover{color:#2879fe}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links a{font-size:.8rem}}@media (max-width: 576px){.footer .footer-bottom .footer-bottom-content .copyright-section .legal-links{justify-content:center;flex-wrap:wrap;gap:15px}}.footer .footer-bottom .footer-bottom-content .mobile-apps h4{color:#fff;margin-bottom:10px;font-size:1rem;font-weight:500}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores{display:flex;gap:15px}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a{display:block;transition:transform .3s ease}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a:hover{transform:translateY(-3px)}.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a img{height:40px;width:auto;border-radius:8px}@media (max-width: 576px){.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores a img{height:35px}}@media (max-width: 576px){.footer .footer-bottom .footer-bottom-content .mobile-apps .app-stores{justify-content:center}}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content .mobile-apps{margin-top:10px}}.footer .back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(45deg,#2879fe,#1a5fd8);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .3s ease;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px)}.footer .back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.footer .back-to-top:hover{transform:translateY(-5px);box-shadow:0 5px 15px #2879fe66}@media (max-width: 768px){.footer .back-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:18px}}@media (max-width: 1200px){.footer .footer-top,.footer .footer-main,.footer .footer-bottom-content{max-width:100%;padding:0 30px}}@media (max-width: 768px){.footer{padding-top:40px}.footer .footer-top{margin-bottom:40px}.footer .footer-top .newsletter{padding:30px 20px}.footer .footer-main{margin-bottom:40px}.footer .footer-bottom{padding:20px 0}}@media (max-width: 576px){.footer{padding-top:30px}.footer .footer-top,.footer .footer-main,.footer .footer-bottom-content{padding:0 15px}.footer .footer-main{gap:25px}.footer .footer-section .footer-title{margin-bottom:20px;font-size:1.1rem}}@media print{.footer{display:none}}.checkout-page{max-width:1200px;margin:40px auto;padding:0 20px}.checkout-page h1{font-size:32px;font-weight:600;color:#333;margin-bottom:30px;position:relative;display:inline-block}.checkout-page h1:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#2879fe;border-radius:2px}.checkout-page.empty{text-align:center;padding:80px 20px}.checkout-page.empty h2{font-size:28px;color:#333;margin-bottom:20px}.checkout-page.empty .back-btn{display:inline-block;padding:14px 40px;background:#2879fe;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s}.checkout-page.empty .back-btn:hover{background:#1a5fd8}.checkout-page .checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media (max-width: 900px){.checkout-page .checkout-grid{grid-template-columns:1fr;gap:30px}}.checkout-page .form-section{background:white;border-radius:16px;padding:30px;box-shadow:0 8px 30px #0000000d}.checkout-page .form-section h2{font-size:22px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.checkout-page .form-section input,.checkout-page .form-section textarea{width:90%;padding:14px 16px;margin-bottom:16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .2s}.checkout-page .form-section input:focus,.checkout-page .form-section textarea:focus{outline:none;border-color:#2879fe;box-shadow:0 0 0 3px #2879fe1a}.checkout-page .form-section input::placeholder,.checkout-page .form-section textarea::placeholder{color:#aaa}.checkout-page .form-section textarea{min-height:100px;resize:vertical}.checkout-page .form-section button{width:100%;padding:16px;background:#2879fe;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:20px}.checkout-page .form-section button:hover:not(:disabled){background:#1a5fd8}.checkout-page .form-section button:disabled{background:#a0c4ff;cursor:not-allowed}.checkout-page .summary-section{background:white;border-radius:16px;padding:30px;box-shadow:0 8px 30px #0000000d;align-self:start}.checkout-page .summary-section h2{font-size:22px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.checkout-page .summary-section .item{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0;transition:background .2s;cursor:pointer}.checkout-page .summary-section .item:hover{background:#f9f9f9}.checkout-page .summary-section .item img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #eee}.checkout-page .summary-section .item>div{flex:1}.checkout-page .summary-section .item>div h4{font-size:16px;font-weight:500;color:#333;margin-bottom:4px}.checkout-page .summary-section .item>div p{color:#666;font-size:14px}.checkout-page .summary-section .item>span{font-weight:600;color:#2879fe;font-size:16px}.checkout-page .summary-section .total{display:flex;justify-content:space-between;padding:20px 0 10px;font-size:18px;border-top:2px solid #eee;margin-top:10px}.checkout-page .summary-section .total span:last-child{color:#2879fe;font-size:22px;font-weight:600}.orders{max-width:1300px;margin:0 auto;padding:2rem 1.5rem;min-height:100vh;background:#fff}.orders h1{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1e293b;position:relative;display:inline-block}.orders h1:after{content:"";position:absolute;bottom:-.5rem;left:0;width:4rem;height:.25rem;background:#4361ee;border-radius:2rem}.orders-auth,.orders-empty,.orders-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:60vh;padding:2rem}.orders-auth h2,.orders-empty h2,.orders-loading h2{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#1e293b}.orders-auth .login-btn,.orders-empty .login-btn,.orders-loading .login-btn{background:#4361ee;color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.orders-auth .login-btn:hover,.orders-empty .login-btn:hover,.orders-loading .login-btn:hover{background:#3a56d4}.orders-loading .spinner{width:40px;height:40px;border:3px solid rgba(67,97,238,.2);border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.orders-loading p{color:#64748b}@keyframes spin{to{transform:rotate(360deg)}}.orders-empty{font-size:1.1rem;color:#64748b;background:#f8fafc;border-radius:1rem;margin-top:2rem;padding:3rem}.order-card{background:white;border-radius:1.5rem;margin-bottom:1.75rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000005;transition:all .25s ease;overflow:hidden;border:1px solid #e2e8f0;display:block;height:auto}.order-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.order-card .order-header{padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.order-card .order-header .order-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1.5rem}.order-card .order-header .order-info p{margin:0;font-size:.85rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem .5rem}.order-card .order-header .order-info p strong{font-weight:600;color:#1e293b;font-size:.8rem;text-transform:uppercase;letter-spacing:.3px}.order-card .order-header .order-info p span{color:#64748b;font-weight:500}.order-card .order-header .order-info p .paid{color:#10b981;font-weight:600}.order-card .order-header .order-info p .cod{color:#f59e0b;font-weight:600}.order-card .products{padding:1rem 1.25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;height:auto;min-height:0;flex:unset;align-items:start}.order-card .product{display:flex;align-items:center;gap:1rem;background:#f8fafc;padding:.75rem;border-radius:1rem;transition:all .2s;cursor:pointer}.order-card .product:hover{background:#f1f5ff;transform:translateY(-2px)}.order-card .product .image-wrapper{position:relative;flex-shrink:0;width:70px;height:70px}.order-card .product .image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:.75rem;border:1px solid #e2e8f0;background:#f3f4f6}.order-card .product .image-wrapper .badge{position:absolute;top:-6px;left:-6px;font-size:.65rem;font-weight:700;padding:.2rem .6rem;border-radius:1rem;color:#fff;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;box-shadow:0 2px 6px #0000001a;z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.order-card .product .image-wrapper .badge.processing{background:#fcd34d;color:#3b2e1e}.order-card .product .image-wrapper .badge.shipped{background:#3b82f6}.order-card .product .image-wrapper .badge.out_for_delivery{background:#8b5cf6}.order-card .product .image-wrapper .badge.delivered{background:#10b981}.order-card .product .image-wrapper .badge.cancelled{background:#ef4444}.order-card .product .image-wrapper .badge.cod{background:#f59e0b}.order-card .product .image-wrapper .badge.paid{background:#10b981}.order-card .product .product-details{flex:1}.order-card .product .product-details h4{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:#1e293b}.order-card .product .product-details p{font-size:.8rem;color:#64748b;margin:0}.order-card .product .product-price{font-weight:700;color:#4361ee;font-size:.9rem;white-space:nowrap}.order-card .order-footer{padding:.75rem 1.5rem;text-align:right;border-top:1px solid #e2e8f0;background:#f8fafc;font-size:1rem;font-weight:600;color:#4361ee}@media (max-width: 768px){.orders{padding:1rem}.orders h1{font-size:1.75rem;margin-bottom:1.5rem}.order-card{margin-bottom:1.25rem}.order-card .order-header{padding:.75rem 1rem}.order-card .order-header .order-info{grid-template-columns:1fr;gap:.5rem}.order-card .order-header .order-info p{justify-content:space-between;border-bottom:1px dashed #e2e8f0;padding-bottom:.25rem}.order-card .products{padding:.75rem;grid-template-columns:1fr;gap:.75rem}.order-card .products .product{gap:.75rem;padding:.5rem}.order-card .products .product .image-wrapper{width:60px;height:60px}.order-card .products .product .image-wrapper .badge{font-size:.6rem;padding:.15rem .5rem}.order-card .products .product .product-details h4{font-size:.85rem}.order-card .products .product .product-details p{font-size:.7rem}.order-card .products .product .product-price{font-size:.85rem}.order-card .order-footer{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 600px){.orders{padding:.75rem}.order-card .products .product .image-wrapper{width:55px;height:55px}.order-card .products .product .product-details h4{font-size:.8rem}}@media (max-width: 480px){.orders{padding:.5rem}.order-card .products .product{flex-wrap:wrap;justify-content:space-between}.order-card .products .product .image-wrapper{width:50px;height:50px}.order-card .products .product .product-details{flex:1;min-width:0}.order-card .products .product .product-price{width:100%;text-align:right;margin-top:.25rem}}.app .link{color:inherit;text-decoration:none}
