.product-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:0;padding:0;list-style:none;display:grid}.product-item{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:2px;transition:box-shadow .3s;overflow:hidden;margin:0!important}.product-item:hover{box-shadow:0 4px 12px #0000001a}.product-item__inner{flex-direction:column;height:100%;display:flex;overflow:hidden}.product-item__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.product-item__image-wrapper{width:100%;overflow:hidden}.product-item__image{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;transition:transform .3s;display:block}.product-item__image-link:hover .product-item__image{transform:scale(1.05)}.product-item__thumbnails{flex-wrap:nowrap;justify-content:start;gap:8px;padding:8px 8px 0;display:flex;overflow:hidden}.product-item__thumbnail{-o-object-fit:cover;object-fit:cover;cursor:pointer;border:1px solid #ddd;border-radius:4px;width:50px;height:50px;transition:border-color .3s,opacity .3s}.product-item__title{text-align:start;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;padding:0;font-size:1em;line-height:1.3;display:-webkit-box;overflow:hidden;font-weight:400!important}.product-item__price{text-align:start;gap:8px;margin-top:8px;margin-bottom:8px;padding:0 8px;line-height:1;display:flex}.product-item__currency{color:inherit;margin-left:3px;font-size:.9em;font-weight:600;position:relative;top:-1px}.product-item__price-original{font-size:.75em;text-decoration:line-through;position:relative;top:1px}.product-item__price-current,.product-item__price-range{color:#e74c3c;font-size:1em;font-weight:700}@media (max-width:560px){.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-item__thumbnail{width:40px;height:40px}.product-item__title{font-size:.9em}.product-item__price{margin-top:2px}}@media (min-width:561px) and (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}
