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