@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif}.Topbar{width:100%;background-color:#111;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:5px 20px;font-size:.9rem}.Tobar-left p{font-size:clamp(.6rem,1.9vw,1rem);display:flex;align-items:center;gap:10px;font-weight:500}.Tobar-left p span{cursor:pointer;text-decoration:underline;font-weight:600;transition:text-decoration .2s ease-in-out}.Tobar-left p span:hover{text-decoration:none}.Topbar-right ul{display:flex;align-items:center;list-style:none;gap:25px;cursor:pointer}.Topbar-right ul li:last-child{display:flex;align-items:center;gap:2px;color:#fff}.Topbar-right ul li:last-child span{font-size:1.3rem;color:#fff;cursor:pointer}.Topbar-right ul span{font-size:.9rem;color:#ffffff52}.Topbar *{transition:all .3s ease}@media(max-width:1100px){.Topbar-right ul{gap:10px}}@media(max-width:1000px){.Topbar-right{display:none}.Topbar{justify-content:center}}@media(max-width:500px){.Topbar{padding:5px 10px}.Tobar-left p{font-size:.5rem}}.Admin-button{padding:6px 14px;background-color:#fff;color:#111;border-radius:4px;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer}.Admin-button:hover{background-color:#e6e6e6}.Hero{width:100%;height:80vh;position:relative;overflow:hidden;background:#f7f7f7}.Hero_images{width:100%;height:100%}.Hero_images img{width:100%;height:100%;object-fit:cover;animation:imgentery .5s ease-in-out}@keyframes imgentery{0%{opacity:0;transform:scale(1.1)}to{opacity:100%;transform:scale(1)}}.Hero_slider{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);padding:0 20px}.Hero_left,.Hero_right{width:40px;height:40px;background:#de322c;border:none;color:#fff;font-size:20px;cursor:pointer;border-radius:50%;transition:.3s}.Hero_left:hover,.Hero_right:hover{background:#000}.Hero_buttons{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:10px}.Hero_buttons button{width:10px;height:10px;border-radius:50%;border:none;background:#ccc;cursor:pointer}.Hero_buttons button.active{background:#000;transform:scale(1.3)}.Hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%);color:#fff;z-index:10;display:flex;flex-direction:column;gap:20px;animation:go-up 1s ease-in-out forwards;animation-delay:.5s;opacity:0}@keyframes go-up{0%{transform:translate(-50%,10%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}.Hero-text p{text-transform:uppercase;font-size:1.5rem;white-space:nowrap}.Hero-text h1{display:flex;flex-direction:column;font-size:5rem;text-transform:uppercase;line-height:5rem;font-weight:700;word-spacing:10px;letter-spacing:2px;white-space:nowrap}.Hero-text button{width:100px;padding:10px 5px;background-color:#de322c;color:#fff;border:5px}.Hero-text h1 span:first-child{color:#ffb700}@media(max-width:1000px){.Hero-text h1{font-size:4rem;line-height:4rem}}@media(max-width:768px){.Hero{height:250px}.Hero-text{gap:10px}.Hero-text h1{font-size:3rem;line-height:3rem}}@media(max-width:450px){.Hero-text h1{font-size:2.3rem;line-height:2.5rem;word-spacing:5px}.Hero{height:250px;gap:5px;width:100%}.Hero_images{width:100%;height:100%}.Hero_slider{display:none}.Hero-text button{width:70px;padding:5px 2px}.Hero_buttons{gap:5px;bottom:5px}.Hero_buttons button{width:5px;height:5px}}.Title{width:100%;padding:40px 15px;text-align:center;background:linear-gradient(to bottom,#f9f9f9,#fff);border-bottom:1px solid #eaeaea}.Title h1{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#222;position:relative;margin-bottom:5px}.Title p{font-size:clamp(.95rem,1.2vw,1.1rem);color:#666;font-weight:500;max-width:600px;margin:auto}@media(max-width:600px){.Title{padding:25px 10px}.Title h1{font-size:1.4rem}.Title p{font-size:.95rem}}.CategoriBox{background:#fff;padding:20px 15px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;width:100%;transition:all .3s ease;box-shadow:0 4px 5px #0000000d;border:1px solid #eee}.CategoriBox:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f;background:#fff}.CategoriBox img{width:90px;height:90px;object-fit:contain;transition:transform .3s ease}.CategoriBox:hover img{transform:scale(1.1)}.CategoriBox p{font-size:1rem;color:#333;font-weight:600;text-align:center;transition:color .3s ease}.CategoriBox:hover p{color:#e53935}.Categery{width:100%;padding:10px 50px}.categery-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:10px;padding:10px 20px}@media(max-width:900px){.categery-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:600px){.categery-container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:450px){.Categery{padding:0}.categery-container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.Discount{width:100%;background:#fff;display:grid;grid-template-columns:repeat(2,1fr);padding:50px 10px 10px;gap:30px}.discount-left,.discount-right{height:250px;position:relative;border-radius:10px;overflow:hidden}.discount-left img,.discount-right img{width:100%;height:100%;object-fit:cover;border-radius:10px}*{transition:all .3s ease}.discount-left:hover img,.discount-right:hover img{transform:scale(1.1);transition:all .3s ease}.discount-right-text,.discount-left-text{position:absolute;color:#fff;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:15px;padding:10px 50px}.discount-right-text p,.discount-left-text p{font-size:1.2rem;font-weight:600;text-transform:uppercase}.discount-right-text h1,.discount-left-text h1{font-size:2rem;font-weight:600;text-transform:uppercase;display:flex;flex-direction:column;gap:1px;line-height:2rem;letter-spacing:1px}.discount-right-text h1 span:first-child,.discount-left-text h1 span:first-child{font-weight:700}.discount-right-text button,.discount-left-text button{padding:15px 20px;border:none;background-color:#de322c;color:#fff;font-weight:600;cursor:pointer;border-radius:5px;font-size:.9rem;transition:all .3s ease}.discount-left-text h1 span:first-child{color:#ffb700}.discount-right-text{color:#000}@media(max-width:1000px){.Discount{gap:0px;padding:30px 10px 10px}.discount-left,.discount-right{height:300px}.discount-left-text,.discount-right-text{padding:10px 30px}.discount-right-text p,.discount-left-text p{font-size:1rem}.discount-right-text h1,.discount-left-text h1{font-size:1.5rem;gap:1px;line-height:1.5rem}.discount-right-text button,.discount-left-text button{padding:10px 15px;font-size:.8rem}}@media(max-width:800px){.Discount{grid-template-columns:1fr;padding:30px 10px 10px}.discount-left,.discount-right{height:250px;padding:10px}}@media(max-width:500px){.Discount{grid-template-columns:1fr;padding:30px 10px 10px}.discount-left,.discount-right{height:200px;padding:10px}.discount-left-text,.discount-right-text{padding:10px 20px}.discount-right-text p,.discount-left-text p{font-size:.8rem}.discount-right-text h1,.discount-left-text h1{font-size:1.2rem;gap:1px;line-height:1.2rem}.discount-right-text button,.discount-left-text button{padding:10px 15px;font-size:.8rem}}.Productcard{width:100%}.productcard-container{width:100%;height:410px;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:0;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;cursor:pointer;transition:all .25s ease;will-change:transform}.productcard-container:hover{box-shadow:0 10px 25px #0000001f;transform:translateY(-3px)}.product-img{width:100%;height:190px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.productcard-container:hover .product-img img{transform:scale(1.05)}.product-info{padding:12px;display:flex;flex-direction:column;gap:4px}.brand{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.5px}.name{font-size:14px;font-weight:600;color:#222;line-height:1.4;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-row{display:flex;align-items:center;gap:8px;margin-top:4px}.price{font-size:18px;font-weight:700;color:#e53935}.old-price{font-size:13px;color:#999;text-decoration:line-through}.cart-btn{margin-top:10px;width:100%;padding:10px;background:#111;color:#fff;border:none;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .25s ease}.cart-btn:hover:not(:disabled){background:#e53935;transform:translateY(-1px);box-shadow:0 6px 14px #e5393559}.cart-btn:active:not(:disabled){transform:scale(.97)}.cart-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.cart-btn:disabled:hover{background:#e5e7eb}.discount-badge{position:absolute;top:10px;left:10px;background:#e53935;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:4px;z-index:2}@media(max-width:768px){.productcard-container:hover{transform:none;box-shadow:none}}.Products{width:100%;padding:10px;background-color:#f7f7f7}.produtcts-header{width:100%;border-bottom:1px solid #eaeaea;text-align:center;padding:30px 0}.produtcts-header h1{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#222;position:relative;margin-bottom:5px}.products-container{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;padding:20px}@media(max-width:1000px){.products-container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:500px){.Products{padding:10px 0}.produtcts-header{padding:20px 0}.produtcts-header h1{font-size:1.3rem}.products-container{padding:10px;gap:5px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.product-skeleton-card{background:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:10px;height:320px;box-sizing:border-box;overflow:hidden}.skeleton-img{width:100%;height:180px;border-radius:6px}.skeleton-text{width:100%;height:14px;border-radius:4px}.skeleton-text.small{width:60%;height:12px}.skeleton-btn{margin-top:auto;width:100%;height:36px;border-radius:6px}.Service{width:100%;padding:40px 0;background:#fff;display:flex;flex-direction:column;align-items:center;gap:10px}.service-container{width:95%;margin:auto;padding:0 10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.service-box{background:#fff;border-radius:14px;padding:35px 22px;display:flex;align-items:center;gap:18px;border:1px solid #eee;transition:all .35s ease;cursor:pointer}.service-box:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00000014;border-color:#de322c}.service-img{min-width:60px;height:60px;background:linear-gradient(135deg,#ffe3e3,#ffd2d2);border-radius:50%;display:flex;align-items:center;justify-content:center}.service-img img{width:28px;height:28px;filter:invert(20%) sepia(80%) saturate(2500%) hue-rotate(350deg)}.service-details h3{font-size:18px;font-weight:600;color:#111;margin:0}.service-details p{margin-top:6px;font-size:14px;color:#666;line-height:1.6}.service-banner{width:95%;margin:40px auto auto;height:380px;position:relative;border-radius:18px;overflow:hidden}.service-banner img{width:100%;height:100%;object-fit:cover;filter:brightness(90%)}.service-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0009,#0003)}.service-banner-text{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding-left:60px;color:#fff;gap:18px}.service-banner-text p{font-size:15px;letter-spacing:1px;font-weight:600;color:#fff;text-transform:uppercase}.service-banner-text h1{font-size:3rem;font-weight:800;line-height:1.2}.service-banner-text h1 span{display:block}.service-banner-text h1 span:first-child{color:#ffb700}.service-banner-text button{width:fit-content;padding:12px 30px;background:#de322c;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:.3s ease}.service-banner-text button:hover{background:#b82822;transform:translateY(-2px)}@media(max-width:900px){.service-banner{height:300px}.service-banner-text{padding-left:30px}.service-banner-text h1{font-size:2.2rem}}@media(max-width:600px){.service-box{padding:10px}.service-container{gap:5px;border-radius:5px}.service-banner{margin-top:20px;height:350px}.service-banner-text{padding-left:20px}.service-img{min-width:50px;height:50px}.service-details h3{font-size:16px}.service-details p{font-size:13px}.service-banner{height:260px}.service-banner-text{padding:20px}.service-banner-text h1{font-size:1.8rem}}.Clients{width:100%;background:#f7f7f7;margin-top:40px}.clients-container{width:100%;display:flex;align-items:stretch;gap:40px}.clients-left{width:50%;height:400px;overflow:hidden}.clients-left img{width:100%;height:100%;object-fit:cover;display:block}.clients-left img:hover{transform:scale(1.1)}.clients-right{width:50%;display:flex;flex-direction:column;justify-content:center;gap:10px}.clients-right h1{font-size:28px;font-weight:700;color:#111;text-transform:uppercase;margin-bottom:10px}.clients-right .material-symbols-outlined{font-size:40px}.clients-right-container{max-width:480px}.clients-right-box h3{font-size:20px;font-weight:600;margin-bottom:10px;color:#111}.clients-right-box p{font-size:15px;color:#555;line-height:1.7;margin-bottom:20px}.clients-right-box-user{display:flex;align-items:center;gap:12px;margin-bottom:20px}.clients-right-box-user img{width:60px;height:60px;border-radius:50%;object-fit:cover}.clients-right-box-user-details h4{font-size:15px;font-weight:600;margin:0}.clients-right-box-user-details p{font-size:13px;color:#777;margin:0}.changing-button{display:flex;gap:8px;margin-top:30px;justify-content:center;align-items:center}.changing-button-dot{cursor:pointer;color:#ccc;transition:.3s}.changing-button-dot.active{color:#de322c}.changing-button-dot .material-symbols-outlined{font-size:16px}@media(max-width:900px){.clients-container{flex-direction:column;gap:30px}.clients-left,.clients-right{width:100%}.clients-left{height:320px}.clients-right{padding:0 20px;align-items:flex-start}.clients-right h1{font-size:24px}}@media(max-width:600px){.clients-left{height:260px}.clients-right h1{font-size:22px}.clients-right-box h3{font-size:18px}.clients-right-box p{font-size:14px}.clients-right-box-user img{width:48px;height:48px}.changing-button{justify-content:center}.client-decription{height:100px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}}.Brand{width:100%;padding:40px 20px;background:#fff}.brand-container{max-width:1200px;margin:20px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:25px;align-items:center}.brand-box{background:#f7f7f7;border-radius:8px;padding:25px 18px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.brand-box img{width:100%;max-width:120px;height:auto;object-fit:contain;transition:all .3s ease}.brand-box:hover{background:#fff;box-shadow:0 8px 20px #00000014;transform:translateY(-5px)}.brand-box:hover img{filter:grayscale(0%);transform:scale(1.05)}@media(max-width:768px){.brand-container{gap:18px}.brand-box img{max-width:100px}}@media(max-width:480px){.Brand{padding:30px 15px}.brand-container{grid-template-columns:repeat(2,1fr);gap:15px}.brand-box{padding:14px}.brand-box img{max-width:90px}}.Shop-banner{width:100%;height:110px;background:linear-gradient(90deg,#f7f7f7 70%,#ededed);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px;position:relative}.Shop-banner h1{font-size:2rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#111;margin-bottom:2px}.Shop-banner p{font-size:.85rem;color:#666;text-transform:capitalize}.Shop-banner p span:nth-child(1):hover{color:#de322c;cursor:pointer}@media(max-width:768px){.Shop-banner{height:100px}.Shop-banner h1{font-size:1.6rem}}@media(max-width:480px){.Shop-banner{height:90px}.Shop-banner h1{font-size:1.3rem}.Shop-banner p{font-size:.8rem}}.Shopdecription{padding:30px;background:#fff;border:1.5px solid #1111115e;border-radius:10px;display:flex;flex-direction:column;gap:25px}.Shopdecription p{font-size:.95rem;line-height:1.7;color:#444}.Shopdecription-img{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.Shopdecription-img img{width:100%;height:260px;object-fit:cover;border-radius:8px}.Shopdecription ul{margin-top:15px;padding-left:20px}.Shopdecription ul li{font-size:.9rem;color:#333;margin-bottom:8px;line-height:1.6}@media(max-width:768px){.Shopdecription{padding:25px 20px}.Shopdecription-img{grid-template-columns:1fr}.Shopdecription-img img{height:220px}}@media(max-width:480px){.Shopdecription{padding:20px 15px}.Shopdecription p,.Shopdecription ul li{font-size:.85rem}}.Shop{width:100%;background:#fff}.shop-container{padding:30px 20px;display:flex;gap:30px;max-width:1300px;margin:auto}.shop-left{width:260px;flex-shrink:0}.category-list{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;border:1px solid #e5e5e5}.category-list h1{font-size:1.1rem;margin-bottom:10px;font-weight:600}.category-list h1 a{text-decoration:none;color:#111}.category-list ul{list-style:none;padding:0;margin:0}.category-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0;cursor:pointer}.category-list li:hover{background:#f0f0f0}.category-list li:last-child{border-bottom:none}.category-list li a{text-decoration:none;color:#444;font-size:.9rem}.category-list span{font-size:18px;color:#aaa;cursor:pointer;transition:.2s ease}.category-list li:hover span{color:#de322c}.shop-filter{background:#fff;padding:20px;border-radius:8px;border:1px solid #e5e5e5}.shop-filter h1{font-size:1.05rem;margin-bottom:10px;font-weight:600}.shop-filter h3{font-size:.9rem;margin:18px 0 10px;font-weight:600}.shop-filter label{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#444;margin-bottom:8px;cursor:pointer}.shop-filter input[type=checkbox]{accent-color:#de322c}.price-range{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#555}.sigle-line{position:relative;flex:1;height:6px;background:#ddd;border-radius:3px}.sigle-line input[type=range]{position:absolute;left:0;top:50%;width:100%;height:6px;transform:translateY(-50%);background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}.sigle-line input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:14px;height:14px;border-radius:50%;background:#de322c;cursor:pointer;position:relative;z-index:2}.sigle-line input[type=range]::-webkit-slider-runnable-track{background:transparent}.sigle-line input[type=range]::-moz-range-track{background:transparent}.sigle-line input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#de322c;border:none;cursor:pointer}.shop-right{flex:1;background:#fff;padding:25px;border-radius:8px}.shop-decription p{font-size:.9rem;color:#555;line-height:1.6;margin-bottom:20px}.shop-list-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:20px}.shop-list-top p{font-size:.85rem;color:#333}.Sort{display:flex;align-items:center;gap:8px}.Sort select{padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:.85rem;background:#fff}.shop-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.product-change{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.product-change p{font-size:.8rem;color:#555}.product-change button{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #de322c;background:transparent;color:#de322c;border-radius:4px;cursor:pointer;font-size:.8rem;transition:.25s ease}.product-change button:hover{background:#de322c;color:#fff}.shop-details{background:#fff;padding:40px 20px;margin-top:40px}@media(max-width:992px){.shop-left{display:none}.shop-container{padding:20px 15px}}@media(max-width:576px){.shop-right{padding:20px 15px}.shop-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:5px}.shop-list-top{flex-direction:column;align-items:flex-start;gap:10px}.Sort select{padding:6px 8px;font-size:.8rem}}.pagination-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:30px;gap:16px;flex-wrap:wrap}.page-info{font-size:.85rem;color:#555;font-weight:500}.pagination{display:flex;align-items:center;gap:16px}.page-btn{display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:30px;border:1px solid #de322c;background:transparent;color:#de322c;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .25s ease;-webkit-user-select:none;user-select:none}.page-btn span{font-size:18px}.page-btn:hover{background:#de322c;color:#fff;transform:translateY(-1px);box-shadow:0 6px 14px #de322c40}.page-btn:disabled{background:#f2f2f2;color:#aaa;border-color:#ddd;cursor:not-allowed;box-shadow:none;transform:none}.page-btn:disabled:hover{background:#f2f2f2;color:#aaa;box-shadow:none;transform:none}.loading-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:30px;border:1px solid #de322c;background:#de322c;color:#fff;font-size:.85rem;font-weight:500;cursor:not-allowed;opacity:.85}.loader{width:14px;height:14px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin .7s linear infinite}@media(max-width:576px){.pagination-wrapper{flex-direction:column;align-items:flex-start}.pagination{width:100%;justify-content:space-between}.page-btn,.loading-btn{width:100%;justify-content:center}}@media(max-width:350px){.shop-right{padding:20px 0}.shop-list{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.skeleton-wrapper{animation:fadeIn .3s ease}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-line,.skeleton-box,.skeleton-img{background:linear-gradient(90deg,#eee 25%,#ddd 37%,#eee 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:4px}.skeleton-line{height:12px;margin-bottom:10px}.w-30{width:30%}.w-40{width:40%}.w-60{width:60%}.w-80{width:80%}.w-90{width:90%}.skeleton-box{border-radius:6px}.h-30{height:30px}.skeleton-top-bar{display:flex;justify-content:space-between;align-items:center;margin:25px 0}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.skeleton-card{background:#fff;padding:12px;border-radius:8px;border:1px solid #eee}.skeleton-img{width:100%;height:140px;margin-bottom:12px;border-radius:6px}.About *{box-sizing:border-box}.About{width:100%;display:flex;flex-direction:column;gap:60px;background:#fff;color:#222;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.About-Hero{width:100%;height:32vh;position:relative;overflow:hidden}.About-Hero img{width:100%;height:100%;object-fit:cover}.hero-text-d{position:absolute;inset:0;background:#0000008c;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px}.hero-text-d h1{font-size:2.1rem;font-weight:700;line-height:1.2;color:#fff}.hero-text-d h1 span{color:#de322c;margin-right:6px}.hero-text-d p{margin-top:6px;font-size:.95rem;color:#ddd}.hero-text-d p span{cursor:pointer}.hero-text-d p span:hover{color:#de322c;text-decoration:underline}.About_us{width:100%;padding:0 16px;max-width:700px;margin:auto;display:flex;flex-direction:column;gap:22px}.About_us img{width:100%;height:240px;object-fit:cover;border-radius:10px}.About_us_text{display:flex;flex-direction:column;gap:14px}.About_us_text h2{font-size:1.8rem;font-weight:700}.About_us_text p{font-size:14px;line-height:1.75;color:#555}.our-team{background:#f7f7f7;padding:40px 16px;display:flex;flex-direction:column;gap:30px}.out-team-header{text-align:center;margin-bottom:30px}.out-team-header span{font-size:12px;font-weight:600;color:#de322c;text-transform:uppercase;letter-spacing:1px}.out-team-header h1{font-size:1.7rem;margin-top:6px}.our-team-container{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.team-member{background:#fff;padding:18px 12px;border-radius:10px;text-align:center}.team-member img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:8px}.team-member h3{font-size:.95rem;margin-bottom:2px}.team-member p{font-size:.8rem;color:#666}.mapp-address{width:100%;height:280px;margin:30px 0;border-radius:10px;overflow:hidden}.mapp-address iframe{width:100%;height:100%;border:none}@media(min-width:768px){.About-Hero{height:45vh}.hero-text-d h1{font-size:2.8rem}.About_us{max-width:1200px;flex-direction:row;align-items:center;gap:40px}.About_us img{width:45%;height:360px}.About_us_text{width:55%}.our-team-container{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.our-team-container{grid-template-columns:repeat(4,1fr)}.mapp-address{height:420px}}@media(max-width:500px){.About{gap:50px}.About_us{padding:20px}.About-Hero{height:150px}.hero-text-d h1{font-size:1.8rem}.our-team-container{grid-template-columns:repeat(1,1fr)}}.Contact{width:100%;display:flex;flex-direction:column;background:#f6f7f9;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.contact-container{width:100%;display:flex;flex-direction:column;background:#fff}.contact-hero{width:100%;height:260px;position:relative;overflow:hidden}.contact-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}.hero-text-d{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.hero-text-d h1{font-size:2.2rem;font-weight:700}.hero-text-d h1 span{color:#ffb700}.hero-text-d p{margin-top:6px;font-size:.95rem;opacity:.9}.hero-text-d p span:nth-child(1){text-decoration:underline;font-weight:600;cursor:pointer}.contact-main{width:100%;max-width:1200px;margin:auto;padding:60px 20px;display:flex;gap:40px}.main-left{flex:1}.main-left-top h1{font-size:1.8rem;margin-bottom:10px;color:#111}.main-left-top p{font-size:.95rem;line-height:1.6;color:#555;margin-bottom:30px}.main-left-bottom{display:flex;gap:20px}.main-left-bottom-left,.main-left-bottom-right{flex:1;display:flex;flex-direction:column;gap:15px}.main-left input,.main-left textarea{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:5px;font-size:.95rem;outline:none}.main-left textarea{resize:none;min-height:140px}.main-left input:focus,.main-left textarea:focus{border-color:#de322c}.main-left button{margin-top:5px;padding:14px;border:none;border-radius:5px;background:#de322c;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:.3s ease}.main-left button:hover{background:#b82822}.main-right{flex:1;display:flex;flex-direction:column;gap:20px}.main-righ-box{background:#f9f9f9;padding:24px;border-radius:8px;display:flex;flex-direction:column;gap:8px}.main-righ-box span{font-size:28px;color:#de322c}.main-righ-box h2{font-size:1.1rem;color:#111}.main-righ-box p{font-size:.95rem;color:#555}.mapp-address{width:100%;padding:0 20px 60px}.mapp-address iframe{width:100%;height:420px;border-radius:10px}@media(max-width:992px){.contact-main,.main-left-bottom{flex-direction:column}.hero-text-d h1{font-size:1.8rem}}@media(max-width:576px){.contact-main{padding:40px 15px}.contact-hero{height:200px}.hero-text-d h1{font-size:1.5rem}.hero-text-d p{font-size:.85rem}.mapp-address iframe{height:300px}}.loading-btn{cursor:not-allowed;opacity:.7;background:#de322c;display:flex;align-items:center;justify-content:center}.btn-loader{width:18px;height:18px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbottom{width:100%;display:flex;align-items:center;gap:50px;padding:6px 12px;background:#fff;border-bottom:1px solid #eaeaea;box-sizing:border-box}.navbottom-left{display:flex;align-items:center;gap:6px;background:#e53935;color:#fff;padding:10px 14px;border-radius:4px;font-weight:600;cursor:pointer;white-space:nowrap}.navbottom-left span{font-size:18px}.navbottom-left p{margin:0;font-size:13px}.navbottom-middle{flex:1;display:flex;align-items:center;border:2px solid #e53935;border-radius:4px;height:42px;overflow:hidden;background:#fff}.navbottom-middle-container{display:flex;align-items:center;width:100%;height:100%}.navbottom-middle-left select{border:none;outline:none;background:transparent;font-size:13px;padding:0 10px;cursor:pointer}.navbottom-middle-container span{color:#ccc}.navbottom-middle-right{flex:1;height:100%}.navbottom-middle-right input{width:100%;height:100%;border:none;outline:none;padding:0 10px;font-size:14px}.navbottom-middle button{background:#e53935;color:#fff;border:none;padding:0 18px;height:100%;cursor:pointer;transition:.2s}.navbottom-middle button:hover{background:#d32f2f}.navbottom-right{display:flex;align-items:center;gap:6px;font-weight:600;font-size:14px;margin-left:150px}.navbottom-right span{color:#e53935;font-size:18px}@media(max-width:1024px){.navbottom-right{display:none}.Navbottom{gap:20px}}@media(max-width:768px){.Navbottom{gap:10px;padding:6px 8px}.navbottom-left{display:none}.navbottom-middle{height:38px}.navbottom-middle-left{display:none}.navbottom-middle button{padding:0 14px}.navbottom-middle-container span{display:none}.Navbottom{padding-top:0}}.navbottom-left{position:relative}.category-dropdown{position:absolute;top:110%;left:0;width:240px;background:linear-gradient(135deg,#fff,#f5f7fa);box-shadow:0 12px 30px #00000014;border-radius:6px;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;z-index:1000}.category-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.category-item{padding:14px 18px;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease}.category-item:hover{background:#e53935;color:#fff;padding-left:24px}@media(max-width:992px){.category-dropdown{display:none}}.Navbar{width:100%;background-color:#fff;position:sticky;top:0;z-index:1000;overflow-x:hidden}.nav-container{max-width:1200px;margin:auto;padding:20px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.nav-logo{width:150px;height:50px;overflow:hidden;display:flex;justify-content:center;align-items:center}.nav-logo img{max-width:100%;height:auto;transform:scale(1.2);transform-origin:center}.navbar-menu{display:flex;gap:40px}.navbar-menu a{text-decoration:none;color:#111;font-weight:600;font-size:1.1rem;position:relative;transition:color .3s ease}.navbar-menu a span{background-color:#e53935;color:#fff;padding:0 5px;border-radius:5px;font-size:.6rem}.pink-span{background-color:#199588!important}.navbar-menu a:after{content:"";position:absolute;width:0%;height:2px;background:#e53935;left:0;bottom:-5px;transition:width .3s ease}.navbar-menu a:hover:after{width:100%}.navbar-menu a:hover,.navbar-menu .active{color:#e53935}.nav-cart-user{display:flex;align-items:center;gap:20px}.nav-cart,.nav-user{font-size:26px;cursor:pointer;color:#111;transition:color .3s ease}.nav-cart:hover,.nav-user:hover{color:#e53935}.nav-tougle{display:none}@media(max-width:900px){.navbar-menu{display:none}.nav-tougle{display:block}}@media(max-width:450px){.nav-container{padding:10px 5px}}.mobile-menu{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:10000;display:flex;flex-direction:column;padding:24px 20px;overflow-x:hidden;box-sizing:border-box}.mobile-menu-header{padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.mobile-menu-header span{cursor:pointer}.text-logo{font-size:1.5rem;font-weight:800;letter-spacing:1px;color:#111}.text-logo span{color:#de322c}.mobile-menu-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.mobile-menu-links a{width:100%;text-decoration:none;font-size:1.1rem;font-weight:600;color:#111;padding:10px 0;transition:color .2s ease,transform .2s ease}.mobile-menu-links a:hover,.mobile-menu-links a.active{color:#de322c;transform:translate(5px)}@media(min-width:992px){.mobile-menu{display:none}}.nav-user{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .2s ease,transform .2s ease}.nav-user:hover{background:#0000000d;transform:translateY(-1px)}.nav-user:after{position:absolute;bottom:-36px;left:50%;transform:translate(-50%) translateY(6px);background:#111;color:#fff;font-size:.7rem;padding:5px 10px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:all .2s ease}.nav-user.guest:after{content:"Login / Signup"}.nav-user.logged-in:after{content:"My Account"}.nav-user:hover:after{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:768px){.nav-user:after{display:none}}.cart-root{position:relative;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;color:#111;cursor:pointer}.cart-symbol{font-size:24px;line-height:1;transition:color .2s ease}.cart-count{position:absolute;top:-5px;right:-8px;min-width:14px;height:14px;padding:0 3px;font-size:10px;font-weight:600;line-height:14px;color:#fff;background:#d32f2f;border-radius:50%;text-align:center}.cart-root:hover .cart-symbol{color:#d32f2f}@media(max-width:768px){.cart-symbol{font-size:22px}.cart-count{font-size:9px;top:-5px;right:-9px}}.Footer{width:100%;background:#000;color:#fff;padding-top:50px;overflow-x:hidden}.Footer a{text-decoration:none;color:#ccc;word-break:break-word}.footer-container{max-width:1200px;margin:auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;box-sizing:border-box}.footer-box h3{font-size:18px;margin-bottom:16px;color:#fff;position:relative}.footer-box h3:after{content:"";width:40px;height:2px;background:#de322c;display:block;margin-top:6px}.footer-box p{font-size:14px;color:#ccc;line-height:1.7;word-break:break-word}.footer-box ul{list-style:none;padding:0;margin:0}.footer-box ul li{font-size:14px;color:#ccc;margin-bottom:10px;cursor:pointer;transition:color .3s,transform .3s}.footer-box ul li:hover{color:#fff;transform:translate(6px)}.footer-bottom{border-top:1px solid #222;margin-top:40px;padding:15px 20px;text-align:center}.footer-bottom p{font-size:13px;color:#aaa;word-break:break-word}@media(max-width:600px){.footer-container{gap:30px}.footer-box h3{font-size:16px}.footer-box p,.footer-box ul li{font-size:13px}}html,body{max-width:100%;overflow-x:hidden}.Product{width:100%;background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#222}.product-breadcrumb{width:100%;padding:20px 16px;display:flex;justify-content:center;gap:6px;background:#f7f7f7;border-bottom:1px solid #e5e5e5;font-size:.9rem;color:#666;flex-wrap:wrap}.product-breadcrumb span{cursor:pointer;transition:color .2s ease}.product-breadcrumb span:hover{color:#de322c}.product-breadcrumb span:nth-child(2n){cursor:default;color:#aaa}.product-breadcrumb p{font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-layout{max-width:1200px;margin:auto;padding:40px 16px 20px;display:grid;grid-template-columns:1fr;gap:40px}.product-gallery{display:grid;grid-template-columns:70px 1fr;gap:16px}.product-thumbs{display:flex;flex-direction:column;gap:10px}.product-thumbs img{width:100%;border:1px solid #e5e5e5;border-radius:6px;padding:4px;cursor:pointer;background:#fff;transition:border .2s ease,transform .2s ease}.product-thumbs img:hover{border-color:#de322c;transform:scale(1.04)}.product-main-image{border:1px solid #e5e5e5;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center}.product-main-image img{width:100%;max-height:420px;object-fit:contain}.product-info{display:flex;flex-direction:column;gap:16px}.product-brand{font-size:.75rem;color:#777;text-transform:uppercase;letter-spacing:.04em}.product-title{font-size:1.6rem;font-weight:600;line-height:1.35;color:#111}.product-price{display:flex;align-items:center;gap:14px}.product-price .old{font-size:.9rem;text-decoration:line-through;color:#999}.product-price .new{font-size:1.45rem;font-weight:700;color:#de322c}.product-actions{display:flex;gap:12px;margin-top:6px}.btn-outline{flex:1;padding:13px;border-radius:6px;border:1.5px solid #de322c;background:transparent;color:#de322c;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;max-width:200px}.btn-outline:hover:not(:disabled){background:#de322c;color:#fff}.btn-outline:disabled{border-color:#cfcfcf;color:#9a9a9a;background:#f4f4f4;cursor:not-allowed;pointer-events:none}.btn-loading{background:#f4f4f4;color:#9a9a9a;border-color:#cfcfcf}.btn-spinner{width:16px;height:16px;border:2px solid #cfcfcf;border-top:2px solid #de322c;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-outline:hover{background:#de322c;color:#fff}.btn-solid{flex:1;padding:13px;border-radius:6px;background:#de322c;color:#fff;border:none;font-weight:600;cursor:pointer;transition:.2s ease}.btn-solid:hover{background:#c12a25}.product-policies{list-style:none;padding:20px 0 0;display:flex;flex-direction:column;gap:14px;border-top:1px solid #eee}.product-policies li{display:flex;gap:12px;align-items:flex-start}.product-policies span{font-size:20px;color:#de322c;flex-shrink:0}.product-policies strong{font-size:.9rem;color:#222}.product-policies p{font-size:.8rem;color:#666;margin:0}.product-description{width:100%;max-width:1200px;margin:40px auto 0;padding:0 16px;display:flex;flex-direction:column;gap:32px}.description-image{width:100%;height:380px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:hidden}.description-image img{width:100%;height:100%;object-fit:cover;display:block}.description-text{width:100%;background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:28px 26px}.description-text h2{font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:14px}.description-text p{font-size:.95rem;line-height:1.8;color:#4b5563;margin:0}.related-products{max-width:1200px;margin:60px auto 0;padding:0 16px 40px}.related-products h2{font-size:1.5rem;margin-bottom:20px}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.description-image{height:320px}}@media(max-width:768px){.description-image{height:240px}.product-actions{flex-direction:column}.btn-outline,.btn-solid{width:100%}.description-text{padding:22px 20px}.description-text h2{font-size:1.25rem}.description-text p{font-size:.9rem}}@media(max-width:500px){.product-title{font-size:1.4rem}.product-main-image img{max-height:300px}.product-breadcrumb{font-size:.8rem}.btn-outline{max-width:100%}}.shimmer{position:relative;overflow:hidden;background:#e5e7eb}.shimmer:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.2s infinite}@keyframes shimmer{to{left:100%}}.skeleton-breadcrumb{width:60%;height:16px;margin:20px auto;border-radius:6px}.skeleton-thumb{width:100%;height:60px;border-radius:6px}.skeleton-main-image{width:100%;height:420px;border-radius:12px}.skeleton-line{width:100%;height:14px;border-radius:6px}.skeleton-line.small{width:40%}.skeleton-line.large{height:26px;width:90%}.skeleton-price{width:120px;height:24px;border-radius:6px}.skeleton-actions{display:flex;gap:12px}.skeleton-btn{flex:1;height:44px;border-radius:6px}.skeleton-policy{width:100%;height:40px;border-radius:8px}.skeleton-desc-text{width:100%;height:140px;border-radius:14px}.skeleton-desc-image{width:100%;height:380px;border-radius:14px}.skeleton-related-title{width:200px;height:24px;border-radius:6px;margin-bottom:20px}.skeleton-card{width:100%;height:260px;border-radius:12px}@media(max-width:768px){.skeleton-main-image{height:300px}.skeleton-desc-image{height:240px}.skeleton-actions{flex-direction:column}}.whatsapp-float{position:fixed;bottom:clamp(14px,3vw,24px);right:clamp(14px,3vw,24px);width:clamp(50px,6vw,58px);height:clamp(50px,6vw,58px);background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000040;z-index:9999;transition:transform .25s ease,box-shadow .25s ease}.whatsapp-float img{width:55%;height:55%;object-fit:contain}@media(hover:hover){.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 12px 26px #00000059}}@media(max-width:360px){.whatsapp-float{width:48px;height:48px}}.auth-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;font-family:Segoe UI,sans-serif}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 15px 40px #0003}.auth-face h2{margin-bottom:6px;color:#111;text-align:center;font-size:1.6rem}.sub-text{text-align:center;color:#666;font-size:.9rem;margin-bottom:22px}.auth-face form{display:flex;flex-direction:column;gap:12px}.auth-face input{padding:13px 14px;border-radius:10px;border:1px solid #ddd;outline:none;font-size:.95rem;transition:border .2s,box-shadow .2s}.auth-face input:focus{border-color:#e53935;box-shadow:0 0 0 2px #e5393526}.auth-face button{margin-top:10px;padding:13px;border-radius:10px;border:none;background:linear-gradient(135deg,#e53935,#b71c1c);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:.3s ease}.auth-face button.loading{background:linear-gradient(135deg,#999,#777);cursor:wait}.auth-face button:hover{opacity:.9}.auth-face span{color:#e53935;font-size:.75rem;margin-top:-6px}.switch-text{margin-top:18px;text-align:center;font-size:.9rem;color:#444}.switch-text span{color:#e53935;cursor:pointer;font-weight:600}@media(max-width:480px){.auth-card{padding:22px 18px}.auth-face h2{font-size:1.4rem}.auth-face input{font-size:.9rem;padding:12px}.auth-face button{padding:12px;font-size:.9rem}}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:999}.modal-box{background:#fff;width:100%;max-width:380px;border-radius:14px;padding:20px;animation:popIn .25s ease}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-header h3{margin:0;font-size:1rem;color:#111;font-weight:600}.close-btn{font-size:1.4rem;cursor:pointer;color:#777}.close-btn:hover{color:#000}.modal-body{display:flex;flex-direction:column;gap:16px}.avatar-section{display:flex;flex-direction:column;align-items:center;gap:10px}.avatar-preview{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #eee}.upload-btn{font-size:.75rem;color:#3498db;cursor:pointer}.upload-btn:hover{text-decoration:underline}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:.75rem;color:#555}.input-group input{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.85rem;outline:none}.input-group input:focus{border-color:#111}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.cancel-btn{background:#eee;border:none;padding:8px 14px;border-radius:20px;font-size:.75rem;cursor:pointer}.save-btn{background:#111;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:.75rem;cursor:pointer}.save-btn:hover{background:#333}.save-btn-loading{background-color:gray;cursor:not-allowed}@media(max-width:480px){.modal-box{margin:0 12px}}.profile-header{width:100%;background:#fff;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;box-sizing:border-box}.profile-header-left{display:flex;align-items:center;gap:16px}.profile-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0}.profile-info h2{margin:0;font-size:1.1rem;color:#111;font-weight:600}.profile-info p{margin:2px 0;font-size:.9rem;color:#555}.profile-info span{font-size:.85rem;color:#777}.edit-profile-btn{padding:8px 18px;background:#111;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;transition:.2s ease}.edit-profile-btn:hover{background:#333}@media(max-width:768px){.profile-header{flex-direction:column;align-items:flex-start;gap:14px}.profile-header-right,.edit-profile-btn{width:100%}}.logout-btn{padding:8px 18px;background:#fff;color:#c0392b;border:1.5px solid #c0392b;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s ease;margin-left:10px}.logout-btn:hover{background:#c0392b;color:#fff}@media(max-width:768px){.logout-btn{width:100%;margin-left:0;margin-top:10px}}.order-tabs{width:100%;display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 50px;border-bottom:1px solid #e5e5e5;overflow-x:auto}.order-tabs::-webkit-scrollbar{display:none}.order-tab{background:transparent;border:none;padding:8px 14px;font-size:.85rem;cursor:pointer;color:#555;border-radius:20px;transition:all .25s ease;white-space:nowrap}.order-tab:hover{background:#f2f2f2}.order-tab.active{background:#111;color:#fff}.order-tabs-right{margin-left:auto}.cart-btns{background:#27ae60;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:.8rem;cursor:pointer;transition:.25s ease}.cart-btns:hover{background:#219150}@media(max-width:700px){.order-tabs{padding:10px}.cart-btns{display:none}}.order-card{background:#fff;padding:18px;border-radius:14px;box-shadow:0 4px 14px #0000000d;transition:.25s ease;animation:fadeIn .4s ease;display:flex;flex-direction:column;gap:12px}.order-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px #00000014}.order-card-top{display:flex;justify-content:space-between;align-items:flex-start}.order-card-top h4{margin:0;font-size:.95rem;color:#111;font-weight:600}.order-date{margin-top:2px;font-size:.75rem;color:#777}.status-badge{padding:5px 12px;border-radius:20px;font-size:.7rem;color:#fff;text-transform:capitalize;white-space:nowrap}.status-badge.pending{background:#f39c12}.status-badge.processing{background:#3498db}.status-badge.shipped{background:#9b59b6}.status-badge.delivered{background:#27ae60}.status-badge.cancelled{background:#e74c3c}.order-card-middle{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#444}.order-row{display:flex;justify-content:space-between}.order-row.total strong{color:#111;font-size:.95rem}.order-address{background:#f7f7f7;padding:10px 12px;border-radius:8px;font-size:.8rem;color:#555}.order-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.payment-method{font-size:.75rem;color:#888}.order-card-bottom button{background:#111;color:#fff;border:none;padding:7px 16px;border-radius:20px;font-size:.75rem;cursor:pointer;transition:.2s ease}.order-card-bottom button:hover{background:#333}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.orders-list-wrapper{width:100%;margin-top:12px}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;align-items:stretch}.no-orders{text-align:center;color:#777;margin:24px 0;font-size:.85rem}@media(max-width:992px){.orders-grid{gap:10px}}@media(max-width:500px){.orders-grid{grid-template-columns:1fr;gap:10px}}.profile-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#f5f7fa,#fff)}.profile-content{padding:20px 16px 40px;max-width:1200px;margin:auto;box-sizing:border-box}.profile-content h3{margin-bottom:14px;font-size:1.05rem;font-weight:600;color:#111;letter-spacing:.2px}.order-status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.status-card{background:#fff;padding:16px 18px;border-radius:14px;box-shadow:0 4px 14px #0000000d;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease;cursor:pointer;position:relative;overflow:hidden}.status-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#00000005,#0000);pointer-events:none}.status-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #00000014}.status-card h4{margin:0;font-size:.8rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.status-card span{margin-top:6px;font-size:1.6rem;font-weight:700;line-height:1}.status-card.pending span{color:#f39c12}.status-card.processing span{color:#3498db}.status-card.shipped span{color:#9b59b6}.status-card.delivered span{color:#27ae60}.profile-orders-section{background:#fff;padding:18px;border-radius:16px;box-shadow:0 4px 14px #0000000d}@media(max-width:992px){.profile-content{padding:18px 14px 32px}.status-card{padding:14px 16px}.status-card span{font-size:1.4rem}}@media(max-width:500px){.profile-content{padding:14px 12px 28px}.status-card{border-radius:12px}.status-card span{font-size:1.3rem}}.cart-wrapper{width:100%;max-width:1280px;margin:0 auto;padding:30px 20px 60px;background:#f4f6f8;min-height:100vh;box-sizing:border-box}.cart-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;margin-bottom:24px;border-bottom:1px solid #dcdcdc}.cart-header h1{font-size:1.4rem;font-weight:700;color:#111;margin:0}.cart-header span{font-size:.85rem;color:#666}.cart-body{display:grid;grid-template-columns:1fr 360px;gap:26px}.cart-left{display:flex;flex-direction:column;gap:12px}.cart-right{position:sticky;top:20px;height:fit-content}.cart-empty,.cart-loading{background:#fff;border:1px solid #e2e2e2;padding:60px 20px;text-align:center;color:#777;font-size:.95rem}.cart-item-row{display:grid;grid-template-columns:80px 1fr 120px 90px;align-items:center;gap:16px;padding:14px 16px;background:#fff;border:1px solid #e2e2e2;transition:background .2s ease}.cart-item-row:hover{background:#f9fafb}.cart-item-img{width:70px;height:70px;background:#f1f1f1;display:flex;align-items:center;justify-content:center}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:4px}.cart-item-name{font-size:.95rem;font-weight:600;color:#111;margin:0}.cart-item-price{font-size:.85rem;color:#444;margin:0}.cart-item-qty{display:flex;align-items:center;border:1px solid #d0d0d0}.cart-item-qty button{width:32px;height:32px;background:#f3f3f3;border:none;font-size:16px;cursor:pointer;transition:background .2s ease}.cart-item-qty button:hover:not(:disabled){background:#e2e2e2}.cart-item-qty button:disabled{cursor:not-allowed;opacity:.4}.cart-item-qty span{width:40px;text-align:center;font-size:.9rem;font-weight:600;color:#111}.cart-item-remove button{background:none;border:none;font-size:.8rem;color:#c62828;cursor:pointer;padding:0;transition:color .2s ease}.cart-item-remove button:hover{color:#a10f0f}.cart-summary-panel{background:#fff;border:1px solid #e2e2e2;display:flex;flex-direction:column}.cart-summary-header{padding:14px 16px;border-bottom:1px solid #e2e2e2;background:#f7f7f7}.cart-summary-header p{margin:0;font-size:.9rem;font-weight:700;color:#111}.cart-summary-body{padding:16px;display:flex;flex-direction:column;gap:12px}.summary-line{display:flex;justify-content:space-between;font-size:.85rem;color:#333}.summary-value{font-weight:600;color:#111}.total-line{padding-top:10px;margin-top:6px;border-top:1px solid #e2e2e2}.total-value{font-size:1.05rem;font-weight:700;color:#000}.cart-summary-footer{padding:16px;border-top:1px solid #e2e2e2}.checkout-action-btn{width:100%;padding:12px 0;background:#111;color:#fff;border:none;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .15s ease}.checkout-action-btn:hover{background:#000}.checkout-action-btn:active{transform:scale(.98)}@media(max-width:900px){.cart-body{grid-template-columns:1fr}.cart-right{position:static;margin-top:20px}.cart-item-row{grid-template-columns:60px 1fr;grid-template-rows:auto auto;gap:10px}.cart-item-qty{grid-column:1 / 2}.cart-item-remove{grid-column:2 / 3;text-align:right}.cart-header{flex-direction:column;align-items:flex-start;gap:6px}}.Checkout{width:100%;background:#f5f6f8;padding:40px 0}.checkout-container{max-width:1200px;margin:auto;padding:0 16px;display:grid;grid-template-columns:2fr 1fr;gap:30px}.checkout-card{background:#fff;padding:22px;border-radius:10px;box-shadow:0 2px 10px #0000000a;margin-bottom:20px}.checkout-card h3{margin-bottom:14px;font-size:1.1rem;color:#111}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.form-grid input{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.payment-options{display:flex;gap:16px}.payment-options label{flex:1;padding:12px;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px}.payment-options label.active{border-color:#de322c;background:#fff5f5}.checkout-notes textarea{width:100%;min-height:90px;padding:12px;border-radius:6px;border:1px solid #ddd}.summary-items{display:flex;flex-direction:column;gap:12px}.summary-item{display:flex;gap:10px;align-items:center}.summary-item img{width:50px;height:50px;object-fit:cover;border-radius:6px}.summary-row,.summary-total{display:flex;justify-content:space-between;margin-top:12px}.summary-total{font-size:1.1rem;margin-top:16px}.place-order-btn{width:100%;padding:14px;background:#de322c;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.place-order-btn:disabled{background:#aaa;cursor:not-allowed}@media(max-width:900px){.checkout-container,.form-grid{grid-template-columns:1fr}}.payment-options label.disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}
