@media (max-width:640px){.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}}@media (min-width:641px){.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}.truncate-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.product-description{margin-bottom:10px}}.product-card{flex-direction:column;height:100%;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);background:#fff}.product-card,.product-card-content{display:flex;justify-content:space-between}.product-card-content{flex:1;padding:8px;flex-direction:column}.product-image-container{position:relative;width:100%;padding-top:100%;background:#f9fafb}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-title{font-size:1rem;font-weight:600;margin-bottom:8px;color:#1f2937;flex:1}.product-price{font-size:1.25rem;font-weight:700;color:#1f2937}.buy-now-button{background-color:#f97316;color:#fff;font-weight:600;padding:12px;text-align:center;cursor:pointer;transition:background-color .3s ease}.buy-now-button:hover{background-color:#ea580c}