.flex.overflow-x-auto.space-x-4.px-2.flex-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:20px;max-width:1600px;margin:0 auto;justify-content:center}.space-x-4>*+*{margin-left:0}.product-card{margin:0;width:100%;max-width:240px;height:auto;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;position:relative;overflow:hidden;padding:12px}.product-card:hover{box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-card .product-link{text-decoration:none;color:inherit;display:block}.product-card .product-image{width:100%;aspect-ratio:1;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.product-card .product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card .product-info{display:flex;flex-direction:column;padding:0}.product-card .product-name{font-size:14px;font-weight:400;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0 0 4px;text-align:left;padding:0;line-height:1.4;height:2.8em}.product-weight{font-size:12px;color:#666;margin-bottom:8px;display:block}.flex.items-center.justify-between{display:flex;align-items:center;justify-content:space-between;padding:0;margin-top:8px}.flex.items-baseline.gap-2{display:flex;align-items:baseline;gap:8px}.font-cerapro.font-medium{font-size:14px;font-weight:600;color:#333}.original-price{font-size:14px;color:#666;text-decoration:line-through}.product-card .product-price{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px}.product-card .current-price{font-size:16px;font-weight:600;color:#182b44}.product-card .organic-badge{position:absolute;top:8px;left:8px;background:#182b44;color:white;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;z-index:1}.product-card .add-to-cart-btn,.product-card .quantity-control{margin-top:auto;width:100%}@media (max-width:768px){.flex.overflow-x-auto.space-x-4.px-2.flex-wrap{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px}.product-card{max-width:100%;padding:8px}}@media (max-width:460px){.flex.overflow-x-auto.space-x-4.px-2.flex-wrap{grid-template-columns:repeat(2,1fr)}.product-card{max-width:100%}.font-cerapro.font-medium,.product-card .current-price,.product-card .product-name{font-size:13px}.original-price{font-size:12px}}