.ProductCard_productCard__E8P_o{display:flex;justify-content:center;width:100%}.ProductCard_productCardContent__ee0dp{width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.ProductCard_productCardContent__ee0dp:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.ProductCard_productCardImage__YosrC{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.ProductCard_productCardImageImg__IC9cs{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ProductCard_productCardImage__YosrC:hover .ProductCard_productCardImageImg__IC9cs{transform:scale(1.05)}.ProductCard_productCardInfo__wfOm5{padding:20px;display:flex;flex-direction:column;flex-grow:1}.ProductCard_productCardTitle__3lnDm{margin-bottom:12px}.ProductCard_productCardTitle__3lnDm:hover{color:var(--dark-green,#2d5016);cursor:pointer}.ProductCard_productCardSummary__f17ZE{flex-grow:1;margin-bottom:16px;min-height:60px}.ProductCard_productCardSummary__f17ZE p{color:#666;font-size:14px;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ProductCard_productCardPrice__Wg0_H{border:2px solid var(--dark-green,#2d5016);border-radius:8px;padding:8px 16px;text-align:center;background:rgba(45,80,22,.05);margin-top:auto}.ProductCard_productCardPrice__Wg0_H p{color:var(--dark-green,#2d5016);font-weight:700;font-size:16px;margin:0;letter-spacing:1px}.ProductCard_isNew__0Lkdx{position:absolute;right:12px;top:12px;z-index:2}.ProductCard_isNewImg__Zh2Yr{height:50px;border-radius:25px}.ProductsByCategory_productsByCategory__FdQW2{width:100%;margin-top:60px;margin-bottom:40px}.ProductsByCategory_productsByCategoryContent__k6YFU{width:90%;max-width:1200px;margin:0 auto}.ProductsByCategory_productsByCategoryProducts__JPE0Y{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;width:100%;margin-top:32px}@media (min-width:320px){.ProductsByCategory_productsByCategoryProducts__JPE0Y{grid-template-columns:1fr;gap:20px}}@media (min-width:600px){.ProductsByCategory_productsByCategoryProducts__JPE0Y{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width:992px){.ProductsByCategory_productsByCategoryProducts__JPE0Y{grid-template-columns:repeat(3,1fr);gap:32px}}