.product-card{background:#ffffff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:all .1s ease;position:relative;width:100%;max-width:320px;margin:0 auto;display:flex;flex-direction:column}.product-card,.product-card *{font-family:var(--font-rubik),sans-serif}.product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;flex:1 1}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.product-card__image-container{position:relative;width:100%;height:280px;overflow:hidden;background:#f8f9fa}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .1s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__placeholder{width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:14px;font-weight:400}.product-card__logo{text-align:center}.product-card__logo-icon{font-size:24px;font-weight:700;color:#333333;margin-bottom:4px;font-family:Inter Tight,sans-serif}.product-card__logo-text{font-size:10px;font-weight:400;color:#333333;letter-spacing:1px;font-family:Inter Tight,sans-serif}.product-card__sale-badge{position:absolute;top:8px;left:8px;background:#d4a574;color:#ffffff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card__actions{position:absolute;top:8px;right:8px;z-index:20;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-10px);transition:all .1s ease}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__overlay{position:absolute;top:12px;right:12px;display:flex;gap:8px;opacity:0;transform:translateY(-10px);transition:all .1s ease}.product-card:hover .product-card__overlay{opacity:1;transform:translateY(0)}.product-card__cart-btn,.product-card__wishlist-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e9ecef;background:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-card__cart-btn:hover,.product-card__wishlist-btn:hover{background:#ffffff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-card__cart-icon,.product-card__wishlist-icon{width:16px;height:16px;color:#666666}.product-card__wishlist-btn:hover .product-card__wishlist-icon{color:#e74c3c}.product-card__wishlist-btn--active{background:#e74c3c!important;border-color:#e74c3c!important}.product-card__wishlist-btn--active .product-card__wishlist-icon{color:#ffffff!important}.product-card__wishlist-btn--active:hover{background:#c0392b!important;border-color:#c0392b!important}.product-card__cart-btn:hover .product-card__cart-icon{color:#27ae60}.product-card__content{padding:16px;flex:1 1;display:flex;flex-direction:column}.product-card__category{font-size:12px;color:#666666;margin:0 0 6px;font-weight:600;text-transform:lowercase}.product-card__title{font-size:16px;font-weight:700;color:#333333;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-bottom:16px}.product-card__price-normal{font-size:16px;font-weight:700;color:#333333}.product-card__price-original{font-size:12px;color:#999999;text-decoration:line-through;margin-right:6px}.product-card__price-discounted{font-size:16px;font-weight:700;color:#e74c3c}.product-card__sizes{margin-top:auto}.product-card__size-list{display:flex;gap:6px;flex-wrap:wrap}.product-card__size{background:#f8f9fa;color:#666666;border-radius:3px;border:1px solid #e9ecef}.product-card__size,.product-card__size-more{padding:3px 6px;font-size:11px;font-weight:400}.product-card__size-more{background:#e9ecef;color:#6c757d;border-radius:3px}@media (max-width:768px){.product-card{max-width:100%}.product-card__image-container{height:250px}.product-card__image{object-fit:contain}.product-card__content{padding:12px}.product-card__title{font-size:15px;font-weight:700}.product-card__price-discounted,.product-card__price-normal{font-size:14px}.product-card__actions{opacity:1;visibility:visible}.product-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.product-card:hover,.product-card:hover .product-card__image{transform:none!important}.product-card:hover .product-card__actions,.product-card:hover .product-card__overlay{opacity:1!important;transform:translateY(0)!important}.product-card__cart-btn:hover,.product-card__wishlist-btn:hover{background:#f3f4f6!important;transform:none!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.product-card__wishlist-btn:hover .product-card__wishlist-icon{color:#ef4444!important}.product-card__cart-btn:hover .product-card__cart-icon{color:#27ae60!important}}@media (max-width:480px){.product-card{max-width:100%}.product-card__image-container{height:220px}.product-card__image{object-fit:contain}.product-card__content{padding:10px}.product-card__title{font-size:14px;font-weight:700}.product-card__price-discounted,.product-card__price-normal{font-size:13px}.product-card__actions{opacity:1;visibility:visible}.product-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.product-card:hover,.product-card:hover .product-card__image{transform:none!important}.product-card:hover .product-card__actions,.product-card:hover .product-card__overlay{opacity:1!important;transform:translateY(0)!important}.product-card__cart-btn:hover,.product-card__wishlist-btn:hover{background:#f3f4f6!important;transform:none!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.product-card__wishlist-btn:hover .product-card__wishlist-icon{color:#ef4444!important}.product-card__cart-btn:hover .product-card__cart-icon{color:#27ae60!important}}