*{background-color:#ffffff;padding:0;margin:0;font-family:sans-serif;box-sizing:border-box}.banner-slider{position:relative;width:100%;margin-top:64px;overflow:hidden}.banner-slide-wrapper{display:flex;transition:transform 1s ease-in-out}.banner-slide{min-width:100%;position:relative}.banner-slide img{width:100%;height:auto;object-fit:cover;display:block}.banner-dots{position:absolute;background:rgba(0,0,0,.4);padding:4px 8px;border-radius:10px;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.banner-dot{width:.75rem;height:.75rem;border-radius:50%;background-color:transparent;border:2px solid #fff;cursor:pointer;transition:all .2s ease-in-out}.banner-dot.active{background-color:#fff}@media (max-width:768px){.banner-dots{padding:3px 6px;gap:.4rem;bottom:.8rem}}@media (max-width:480px){.product-grid{padding:0 3rem}.banner-dots{padding:2px 5px;gap:.3rem;bottom:.6rem}}.feature{padding:1rem 2rem;text-align:center}.feature h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#520006}.product-grid{display:grid;grid-template-columns:1fr}@media (min-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{background-color:#fff;text-decoration:none;cursor:pointer;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card img{width:100%;height:18rem;object-fit:cover;display:block;transition:transform .3s}@media (min-width:768px){.product-card img{height:21rem;object-fit:cover}}.product-card:hover img{transform:scale(1.02)}.product-info{padding:.8rem 1rem}.product-info h3{font-size:1.3rem;text-decoration:none;font-weight:600;color:#520006;margin:0}@media (min-width:768px){.product-info h3{font-size:1.3rem}}.ready-to-wear{padding:2rem}.ready-container{display:flex;flex-direction:column;align-items:center;gap:3rem}@media (min-width:768px){.ready-container{flex-direction:row;align-items:flex-start}.ready-text h2{font-size:1.6rem}}.ready-text{font-size:1.6rem;font-weight:700;color:#520006;font-family:sans-serif;line-height:30px;margin-top:4rem}.ready-products{display:flex;cursor:pointer;gap:1rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.ready-products::-webkit-scrollbar{display:none}.ready-card{display:flex;margin-top:10px;margin-left:10px;flex-direction:column;align-items:center;flex:0 0 auto}.ready-card img{width:5rem;height:5rem;border-radius:50%;object-fit:cover;display:block;margin-bottom:.5rem;transition:transform .3s}.ready-card img:hover{transform:scale(1.05)}.ready-card p{margin:5px 0;font-size:.9rem;font-weight:600;color:#520006;text-align:center}@media (min-width:480px){.ready-card img{width:7rem;height:7rem}.ready-card p{font-size:1rem}}@media (min-width:768px){.ready-card img{width:8rem;height:8rem}.ready-card p{font-size:1rem}}@media (min-width:1024px){.ready-card img{width:9rem;height:9rem}.ready-card p{font-size:1.05rem}}.section-4 .images{border-radius:10px;padding:0 3rem}.section-4 .product-card img:hover{transform:none}.center-banner{padding:2rem}.center-banner img{width:100%;height:auto;max-height:28rem;border-radius:10px;object-fit:cover;display:block}.section-5{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:0 7rem}.section-5 .category-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.section-5 .category-card img{width:100%;height:350px;object-fit:cover;border-radius:12px;display:block}.section-5 .category-card span{position:absolute;bottom:35px;left:50%;transform:translateX(-50%);background:white;color:black;padding:10px 20px;border-radius:6px;font-weight:600;font-size:1rem}@media (max-width:480px){.section-5{margin:0 4.5rem}}.accessories-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.heading{display:flex;justify-content:space-between;padding:0 40px;align-items:center;margin-bottom:1rem}.accessories-title h2{color:#520006;font-size:2rem;margin-top:50px;margin-left:1rem;font-family:sans-serif;margin-bottom:15px}.heading .buttons{display:flex;gap:.5rem}.heading .buttons button{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:50%;border:none;margin-top:25px;cursor:pointer;padding:.5rem .8rem;font-size:1.2rem;transition:all .2s ease}.heading .buttons button:hover{background:#f1f1f1;border:1px solid #8d8c8c}.accessories-wrapper{position:relative;padding:0 1rem;display:flex;align-items:center}.accessories-scroll{display:flex;overflow-x:auto;width:100%;gap:1.5rem;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.accessories-scroll::-webkit-scrollbar{display:none}.accessory-card{flex:0 0 auto;text-align:center}.accessory-card img{width:130px;height:130px;margin-left:20px;padding:2px;border-radius:50%;object-fit:cover;border:2px solid #8d8c8c}.accessory-card p{margin-top:.5rem;color:#520006;margin-left:20px;font-weight:500;font-size:1.1rem}.new-arrivals{display:flex;gap:30px;padding:40px;align-items:flex-start;background:#fff}.new-arrivals .left h2{font-size:32px;margin-top:8rem;text-decoration:underline;line-height:1.2;color:#520006}.new-arrivals .right{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none}.new-arrivals .right::-webkit-scrollbar{display:none}.card{flex:0 0 auto;position:relative;width:16rem;border-radius:6px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.card img{width:100%;height:400px;object-fit:cover;border-radius:4px}.card h3{font-size:14px;cursor:pointer;margin:10px 0 5px;color:#1f1e1e;font-weight:400}.card h3:hover{text-decoration:underline}.card .price{font-weight:700;font-size:16px;margin-top:10px;color:#000;margin-bottom:25px}.cart-icon{position:absolute;color:#1f1e1e;height:3rem;width:3rem;bottom:105px;right:12px;background:#fff;border-radius:50%;padding:6px;border:1px solid #ccc;cursor:pointer;align-items:center}.cart-icon,.loading-product{display:flex;justify-content:center}.loading-product{color:#520006;margin-top:10rem;padding:0 10px;font-size:1.5rem;text-align:center;font-weight:700}.view-all{display:flex;align-items:center;height:25.1rem;cursor:pointer}.view-all h2{color:#520006;font-size:32px;text-decoration:underline;font-weight:500;margin-left:50px}@media (max-width:600px){.new-arrivals .left h2{font-size:20px;margin-left:0;margin-top:6rem}.new-arrivals .card{height:20rem;width:12rem}.card img{width:100%;height:240px;object-fit:cover;border-radius:4px}.cart-icon{bottom:85px;height:2.3rem;width:2.3rem;right:8px}.view-all h2{margin-top:-5rem;font-size:20px}h2{font-size:1.3rem;line-height:1.4;text-align:center}.accessories-title h2,.feature h2,.new-arrivals .left h2,.view-all h2{font-size:1.6rem;margin:1.2rem 0}}@media (max-width:480px){.banner-slide img{width:100%;object-fit:cover}.ready-text h2{font-size:1.7rem}.ready-card{margin:0}.center-banner{padding:30px 20px}.center-banner img{height:200px}.heading h2{margin-top:30px;font-size:1.4rem;margin-left:-.2rem}.heading .buttons{margin-top:-1.6rem}.new-arrivals .left h2{font-size:1.3rem;margin-top:5rem;padding:0;margin-left:-1rem}.new-arrivals .right .cart-icon{margin-bottom:20px}.section-4 .product-card{margin-bottom:2rem}}