.productGrid-container{width:100%;padding:24px 0}.section-title{text-align:center;color:#1a1a1a;letter-spacing:0;margin-bottom:48px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.products-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));justify-content:center;align-items:stretch;gap:16px;margin:0 auto;display:grid}.products-grid .featured-product{max-width:100%}.products-grid .featured-product .product-image-container{height:300px;padding:24px}.products-grid .featured-product .product-image{max-width:300px;max-height:300px}.product-card{box-shadow:none;cursor:pointer;background:#fff;border:none;border-radius:24px;flex-direction:column;padding:0 4px;display:flex;position:relative;overflow:hidden}.product-card:hover{border:none}.product-image-container,.image-wrapper{background:#fafafa;justify-content:center;align-items:center;height:240px;display:flex;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;max-width:160px;height:100%;max-height:160px;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image{transform:scale(1.08)}.sale-badge{background:var(--eco-green-button-bg);color:var(--white);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500;position:absolute;top:12px;right:12px}.product-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.product-name{color:var(--soft-black);-webkit-line-clamp:2;letter-spacing:0;-webkit-box-orient:vertical;margin-bottom:6px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-brand{color:var(--eco-green-accessible);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:8px;font-family:Nunito Sans,sans-serif;font-size:.7rem;font-weight:600;line-height:1.2}.price-container{align-items:center;gap:8px;margin-bottom:16px;display:flex}.original-price{color:var(--medium-gray);font-size:14px;text-decoration:line-through}.current-price{color:#1a1a1a;font-size:1.1rem;font-weight:700}.product-source{color:#86868b;font-size:.75rem;font-weight:500}.compare-section{justify-content:center;margin-top:auto;padding-top:16px;display:flex}.compare-link{color:var(--eco-green-accessible);border-radius:4px;padding:4px 8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.compare-link:hover{color:var(--eco-green-dark);background-color:#2e7d320d;text-decoration:underline}.availability-chip{border-radius:4px;height:20px;padding:0 6px;font-size:10px}.availability-chip.in-stock{background:var(--muted-green);color:var(--white)}.availability-chip.limited{background:var(--warning-orange);color:var(--white)}.availability-chip.out-of-stock{background:var(--medium-gray);color:var(--white)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:14px}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;gap:12px;max-width:100%}.product-card{width:100%;max-width:100%}.product-image-container,.image-wrapper{height:200px;padding:12px}.product-image,.image-wrapper img{max-width:170px;max-height:170px}.product-content{padding:12px}.compare-link{padding:3px 6px;font-size:.85rem}}@media (max-width:480px){.products-grid{grid-template-columns:1fr;justify-content:center;gap:12px;max-width:100%;margin:0 auto}.product-card{width:100%}.product-image-container,.image-wrapper{height:240px;padding:10px}.product-image,.image-wrapper img{max-width:200px;max-height:200px}.product-content{padding:12px}.compare-link{padding:2px 4px;font-size:.8rem}}.page-root{background:#fff;min-height:100vh}.page-header{text-align:center;padding:60px 20px 20px}.page-title{font-size:2.2rem!important;font-weight:600!important}.page-subtitle{color:#777}.top-bar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.actions-right{align-items:center;gap:12px;display:flex}.back-btn{text-transform:none!important}.layout{gap:24px;min-width:0;display:flex}.filters{width:240px}.products{flex:1;min-width:0}.products-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:12px;display:grid}.product-card{cursor:pointer;background:#fff;flex-direction:column;display:flex}.image-wrapper{justify-content:center;align-items:center;height:180px;display:flex}.image-wrapper img{object-fit:contain;max-width:160px;max-height:160px}.product-content{padding:8px 0}.product-brand{color:#888;text-transform:uppercase;font-size:11px}p.product-name{margin:6px 0;font-size:14px;font-weight:700}.rating a{color:var(--eco-green-accessible);margin-bottom:6px;font-size:12px}.price-row{justify-content:space-between;font-size:14px;display:flex}.price{font-weight:600}.source{color:#999;font-size:12px}@media (max-width:768px){.layout{flex-direction:column}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{display:none}.filters.open{display:block}.price-row{flex-wrap:wrap;gap:6px}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}}
