.product-card{background:var(--white);overflow:hidden;width:100%;max-width:100%;min-width:auto;height:auto;display:flex;flex-direction:column;position:relative;&:hover{cursor:pointer}}.product-image-container{position:relative;height:200px;background:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px}.product-image{width:100%;height:100%;max-width:160px;max-height:160px;object-fit:contain;transition:transform .3s ease}.sale-badge{position:absolute;top:12px;right:12px;background:var(--eco-green-button-bg)!important;color:var(--white)!important;font-weight:500;font-size:11px}.product-content{padding:20px!important;background:var(--white);display:flex;flex-direction:column;flex-grow:1;.product-name{font-weight:700;font-size:1.1rem!important;color:var(--soft-black);margin-bottom:6px!important;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em}.product-brand{font-weight:600;font-size:.7rem!important;color:var(--eco-green-accessible);margin-bottom:8px!important;text-transform:uppercase;letter-spacing:1.2px;line-height:1.2;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.rating-container{display:flex;align-items:center;gap:8px;margin-bottom:16px}.review-count{color:var(--medium-gray);font-size:12px}.review-link{color:var(--eco-green-accessible)!important;text-decoration:none;cursor:pointer;transition:color .2s ease}.review-link:hover{color:var(--eco-green-dark)!important;text-decoration:underline}.product-details{margin-bottom:16px}.detail-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.detail-label{color:var(--medium-gray);font-size:12px;font-weight:500}.price-container{display:flex;align-items:center;gap:8px;margin-bottom:16px}.original-price{text-decoration:line-through;color:var(--medium-gray);font-size:14px}.current-price{color:var(--eco-green-accessible);font-weight:700}.compare-section{margin-top:auto;padding-top:16px;display:flex;justify-content:center}.compare-link{color:var(--eco-green-accessible)!important;text-decoration:none!important;font-weight:600!important;font-size:.9rem!important;transition:all .3s ease!important;padding:4px 8px!important;border-radius:4px!important;display:inline-block!important}.compare-link:hover{color:var(--eco-green-dark)!important;text-decoration:underline!important;background-color:rgba(46,125,50,.05)!important}}.availability-chip{font-size:10px!important;height:20px!important;&.in-stock{background:var(--muted-green)!important}&.in-stock,&.limited{color:var(--white)!important}&.limited{background:var(--warning-orange)!important}&.out-of-stock{background:var(--medium-gray)!important;color:var(--white)!important}}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.product-card{min-width:260px;max-width:300px}}@media (max-width:768px){.products-grid{grid-template-columns:1fr;gap:16px;justify-content:center;max-width:100%}.product-card{min-width:auto;max-width:100%;width:100%;margin:0 auto;.product-image-container{height:180px;padding:12px}.product-image{width:100%;height:100%;max-width:140px;max-height:140px;object-fit:contain}.product-content{padding:14px!important}}.compare-link{font-size:.85rem!important;padding:3px 6px!important}}@media (max-width:480px){.products-grid{grid-template-columns:1fr;gap:12px;justify-content:center;max-width:320px;margin:0 auto}.product-card{min-width:auto;max-width:100%;width:100%;.product-image-container{height:160px;padding:10px}.product-image{width:100%;height:100%;max-width:120px;max-height:120px;object-fit:contain}.product-content{padding:12px!important}}.compare-link{font-size:.8rem!important;padding:2px 4px!important}}@media (max-width:768px){.productGrid-container{padding:0;margin:32px 0;width:100%}.section-title{font-size:1.5rem;margin-bottom:24px}}@media (max-width:640px){.products-grid{grid-template-columns:1fr;gap:14px;justify-content:center;max-width:100%;margin:0 auto}.product-card{border-radius:12px;min-width:auto;max-width:100%;width:100%;margin:0 auto}.product-name{font-size:1rem}}@media (max-width:480px){.productGrid-container{padding:0;margin:24px 0;width:100%}.section-title{font-size:1.25rem;margin-bottom:20px}.product-name{font-size:.95rem;margin-bottom:6px!important}.price-container,.product-details,.rating-container{margin-bottom:12px}.current-price{font-size:1.1rem}.buy-button{padding:10px!important;font-size:.875rem}}@media (max-width:360px){.productGrid-container{padding:0;width:100%}.products-grid{grid-template-columns:1fr;gap:12px;max-width:300px;margin:0 auto}.product-card{max-width:100%}.section-title{font-size:1.1rem}.product-name{font-size:.9rem}.product-content{padding:12px!important}}