.product-list-card{display:flex;align-items:stretch;gap:32px;padding:24px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:#fff;margin-bottom:24px;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.02)}.product-list-image{width:240px;position:relative;flex-shrink:0;flex:0 0 240px}.product-list-image .img-fluid{width:100%;height:280px;object-fit:cover;transition:opacity .4s ease,transform .4s ease}.product-list-card .hover-img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1}.product-list-card.has-hover-image:hover .primary-img{opacity:0}.product-list-card.has-hover-image:hover .hover-img{opacity:1;transform:scale(1.05)}.product-list-content{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:16px;min-width:0}.product-list-header{display:flex;flex-direction:column;gap:8px}.product-list-title{font-size:1.25rem;font-weight:500;color:#1a1a1a;margin:0;letter-spacing:-.01em;transition:color .2s ease}.product-list-header:hover .product-list-title{color:#937a59}.product-list-price{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.product-desc{color:#666;font-size:.95rem;line-height:1.6;margin:0;max-width:600px}.product-buttons{display:flex;gap:16px;margin-top:auto;padding-top:16px}.product-buttons button{width:-moz-fit-content;width:fit-content;min-width:unset;padding:10px 24px}@media (max-width:768px){.product-list-card{flex-direction:column;padding:16px;gap:20px}.product-list-image{width:100%;flex:none}.product-list-image .img-fluid{height:320px}.product-buttons{width:100%;padding-top:8px}.product-buttons button{width:100%}}