.product-widget-container{width:100%;margin:2.5rem 0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.product-list{flex-direction:column;gap:1rem;display:flex}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;text-decoration:none!important}.product-card:hover{border-color:#d1d5db;transform:translateY(-6px);box-shadow:0 12px 20px -5px #0000001a,0 8px 8px -5px #0000000a}.product-card.horizontal{flex-direction:row;height:clamp(160px,20vh,220px)}.product-card.horizontal .product-card-image{aspect-ratio:auto;border-bottom:none;border-right:1px solid #f3f4f6;width:200px;min-width:200px;padding:1rem}.product-card.horizontal .product-card-title{-webkit-line-clamp:1;min-height:auto;font-size:1.25rem}.product-card.horizontal .product-card-description{-webkit-line-clamp:2;margin-bottom:.5rem}.product-card-image{aspect-ratio:1;background:#f9fafb;border-bottom:1px solid #f3f4f6;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative}.product-card-image img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .5s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-content{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.product-card-title{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.15rem;margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1.25rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;display:flex}.product-card-price{color:#111827;font-size:1.125rem;font-weight:800}.product-card-button{background:#111827;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex;color:#fff!important}.product-card-button:hover{background:#374151}.product-widget-preview-banner{display:none}