.product-card9{background-color:#f8f9fa;border:1px solid #0000001a;border-radius:5px;gap:.8rem;width:100%;max-width:900px;height:100%;display:flex;position:relative}.product-card9:hover .product-card9-asset{scale:1.02}.product-card9-asset-wrapper{background-color:#e4e4e4;flex:1;max-width:380px;height:300px;display:flex;position:relative;overflow:hidden}.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;flex:1;justify-content:center;gap:.3rem;padding:1cqw;display:flex}.product-card9-ratings{justify-content:center;gap:5px;display:flex}.product-card9-name{color:#262626;font-weight:500;font-size:calc(1.5*var(--rem));-webkit-line-clamp:2;text-overflow:ellipsis;text-align:left;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card9-description{color:#757575;font-size:calc(.9*var(--rem));-webkit-line-clamp:2;text-overflow:ellipsis;text-align:left;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card9-button{font-size:calc(.9*var(--rem));color:#222;cursor:pointer;background-color:#0000;border-bottom:2px solid #bfa980;align-items:center;gap:.5rem;width:fit-content;margin-top:20px;padding-bottom:.1rem;transition:opacity .3s ease-in-out;display:flex}.product-card9-button:hover{opacity:.7}.product-card9-button-arrow{font-size:calc(1*var(--rem));margin-left:.2rem}.product-card9-price{color:#757575;font-weight:500;font-size:calc(.9*var(--rem));background:#fff;border-radius:2px;justify-content:center;align-items:center;gap:.8rem;width:100px;height:30px;display:flex;position:absolute;top:14px;left:14px}.product-card9-price span{color:#1f1f1f}@container (max-width:600px){.product-card9{flex-direction:column;gap:.5rem;width:95%;max-width:500px}.product-card9-asset-wrapper{flex:unset;height:250px;max-width:unset;width:100%}.product-card9-price{font-size:.9rem}.product-card9-name{font-size:calc(1.2*var(--rem))}.product-card9-details{padding:3cqw}}
