.product-card{display:flex;flex-direction:column;width:100%;background:#ffffff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease}.product-card,.product-card a{text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.product-image-wrapper{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f9fafb}.product-image-track{display:flex;width:100%;height:100%;transition:transform .3s ease}.product-image-track img{width:100%;height:100%;object-fit:cover;flex:0 0 100%}.product-badge{position:absolute;top:8px;left:8px;background:#111827;color:#ffffff;padding:4px 8px;font-size:11px;font-weight:600;border-radius:6px;z-index:2}.product-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.product-arrow.left{left:6px}.product-arrow.right{right:6px}.product-content{padding:12px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:2px}.product-name{margin:0;font-size:14px;font-weight:600;color:#111827;line-height:1.3}.product-min-qty{font-size:12px;color:#6b7280}.product-price{font-size:15px;font-weight:700;color:#D97706}