@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{background-color:#f8f9fa;font-family:'Inter',sans-serif}.container{background:transparent}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.04);height:100%;transition:transform .3s ease}.product-card:hover{box-shadow:0 15px 30px rgba(0,0,0,.05)}.product-img-wrapper{height:320px;background:#f9fafb;padding:20px;display:flex;align-items:center;justify-content:center}.product-img-wrapper img{width:100%;height:100%;object-fit:contain}.sizes{display:flex;gap:8px}.btn-size{width:38px;height:38px;border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-size:hover{border-color:#1f2937}.btn-size.active{background:#1f2937;color:#fff;border-color:#1f2937}.product-info{padding:20px}.product-price{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:6px}.product-title{font-size:1.1rem;font-weight:600;margin-bottom:8px;line-height:1.3}.product-rating{font-size:1.05rem;margin-bottom:12px;color:#facc15}.rating-text{color:#6b7280;font-size:.9rem;margin-left:4px}.product-description{color:#6b7280;font-size:.95rem;line-height:1.5;margin-bottom:20px}.product-actions{display:flex;gap:12px;margin-top:20px}.btn-add-cart{flex:1;background:#111827;color:#fff;border:none;padding:14px;border-radius:8px;font-weight:700;font-size:.95rem}.btn-wishlist{width:50px;height:50px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#6b7280}.custom-carousel-wrapper{position:relative}.custom-carousel-track{display:flex;gap:24px;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.custom-carousel-track::-webkit-scrollbar{display:none}.custom-carousel-item{flex:0 0 100%;scroll-snap-align:start}@media (min-width:992px){.custom-carousel-item{flex:0 0 calc(33.333% - 16px)}}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;background:#fff;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#1f2937;cursor:pointer;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s}.nav-btn:hover{background:#1f2937;color:#fff;transform:translateY(-50%) scale(1.1)}.nav-prev{left:-20px}.nav-next{right:-20px}.carousel-footer{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:35px}.page-indicator{font-size:.95rem;font-weight:600;color:#4b5563}.carousel-progress{width:100%;max-width:300px;height:5px;background:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-bar{height:100%;width:33.33%;background:linear-gradient(90deg,#1f2937,#374151);border-radius:9999px;transition:width .6s cubic-bezier(.4,0,.2,1)}