.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0;margin:0;list-style:none}.product-item{text-align:center;margin:0;display:flex;flex-direction:column;height:100%}.product-item .product-image{width:100%;margin-bottom:0!important;display:flex;align-items:flex-end;justify-content:center;flex:1;min-height:120px}.product-item .product-info{padding:2px 0 0 0!important;margin:0!important}.product-item .product-image img{width:100%;height:auto;display:block;object-fit:contain;max-height:100%}.product-item .product-name{font-size:14px;font-weight:600;color:#333;text-decoration:none;display:block;margin:0 0 2px 0!important;padding:0!important;line-height:1.2!important}.product-item .product-price{color:#68b81d;font-size:14px;font-weight:700}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px;padding:0 5px}.product-item .product-name{font-size:15px;font-weight:600;line-height:1.2}.product-item .product-price{font-size:14px;font-weight:700}.product-item .product-image{min-height:70px}.homepage-layout{display:block}.homepage-layout .sidebar{display:none}.homepage-layout .content-main{width:100%;padding:0}.section-title{font-size:18px;margin:15px 0 10px 0;padding:0 10px}}@media (max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px;padding:0 3px}.product-item .product-name{font-size:14px;line-height:1.2;font-weight:600}.product-item .product-price{font-size:13px;font-weight:700}.product-item .product-image{min-height:60px}}@media (max-width:360px){.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:5px;padding:0 2px}.product-item .product-name{font-size:13px;line-height:1.2;font-weight:600}.product-item .product-price{font-size:12px;font-weight:700}.product-item .product-image{min-height:50px}}