.product-card9{border:.5cqw solid #0000;flex-direction:column;gap:.8rem;width:100%;height:100%;transition:box-shadow .3s ease-in;display:flex}.product-card9:hover{border-color:#fff;box-shadow:0 5px 15px #0003}.product-card9:hover .product-card9-asset{scale:1.03}.product-card9:hover .product-card9-asset-wrapper .product-card9-quick-actions{transform:translateY(0)}.product-card9-asset-wrapper{background-color:#e4e4e4;flex-grow:1;flex-shrink:0;display:flex;position:relative;overflow:hidden}.product-card9-quick-actions{color:#fff;background-color:gray;flex-shrink:0;gap:0;width:100%;height:42px;font-size:1rem;transition:transform .3s ease-in;display:flex;position:absolute;bottom:0;transform:translateY(42px)}.product-card9-quick-actions button{cursor:pointer;background-color:#262626;flex:1;justify-content:center;align-items:center;height:100%;transition:all .3s ease-in-out;display:flex;overflow:hidden}.product-card9-quick-actions button svg{color:#fff;stroke-width:2px;transition:opacity .3s,transform .3s;scale:1.3}.product-card9-quick-actions button span{opacity:0;color:#262626;pointer-events:none;font-weight:500;transition:all .3s ease-in-out;position:absolute;bottom:-20px;transform:translateY(10px)}.product-card9-quick-actions button:hover{color:#262626;background-color:#fff}.product-card9-quick-actions button:hover span{opacity:1;bottom:50%;transform:translateY(50%)}.product-card9-quick-actions button:hover svg{display:none}.product-card9-asset{object-fit:cover;object-position:center;cursor:pointer;flex-shrink:0;width:100%;min-width:100%;height:100%;min-height:100%;transition:all .3s}.product-card9-details{flex-direction:column;justify-content:space-between;align-items:center;gap:.2rem;padding:.5cqw;display:flex}.product-card9-ratings{justify-content:center;gap:5px;display:flex}.product-card9-product-name{color:#262626;font-weight:500;font-size:calc(1*var(--rem));text-align:center;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card9-product-price{font-size:calc(1*var(--rem));color:#757575;gap:.8rem;display:flex}.product-card9-product-price span{color:#1f1f1f;font-weight:500}@container (max-width:1024px){.product-card9{border:none}.product-card9:hover{box-shadow:none}.product-card9:hover .product-card9-asset-wrapper,.product-card9:hover .product-card9-asset{scale:1}.product-card9-asset-wrapper .product-card9-quick-actions{position:absolute;transform:translateY(0)}.product-card9-quick-actions{position:relative;transform:none}.product-card9-quick-actions button:hover{color:#262626;background-color:#fff}.product-card9-quick-actions button:hover svg{color:#262626}}@container (max-width:600px){.product-card9{gap:.5rem}.product-card9-product-price{font-size:.9rem}.product-card9-product-name{font-size:calc(.9*var(--rem))}.product-card9-quick-actions{height:38px}.product-card9-quick-actions button:hover span{display:none}.product-card9-quick-actions button:hover svg{color:#262626;display:block}}
