.product__card--container{grid-column-gap:var(--container-padding-widescreen);grid-row-gap:calc(var(--container-padding-widescreen));box-sizing:content-box;grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1920px){.product__card--container{grid-column-gap:var(--container-padding-mobile);grid-row-gap:calc(var(--container-padding-mobile) * 4)}}@media (width<=1280px){.product__card--container{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.product__card--container{grid-column-gap:5px}}.product__card--thumbnail{height:calc(100% - var(--container-padding-widescreen) * 2);position:relative;bottom:0}.product__card--thumbnail>.swiper-container,.product__card--thumbnail>.swiper-container>.swiper{height:100%}@media (height<=767px){.product__card--thumbnail{height:calc(100% - var(--container-padding-mobile))}}.product__card--catalog{margin-bottom:5rem}@media (width<=355px){.product__card--catalog{margin-bottom:8rem}}.product__card--wishlist{cursor:pointer;z-index:2;width:1.5rem;height:1.5rem;display:block;position:absolute;top:1rem;right:1rem}@media (width<=767px){.product__card--wishlist{top:.8rem}}.product__card{box-sizing:border-box;min-width:0;height:100%;color:var(--font-color-primary);text-align:center;font-size:1rem;text-decoration:none;display:block}.product__card:hover{text-decoration:underline}.product__card img,.product__card video{object-fit:cover;object-position:top center;width:100%;height:100%}@media (width<=500px){.product__card{font-size:.65rem}}.product__card--title{margin:.5rem 0}.product__card--title,.product__card--price{font-size:.65rem;display:block}.product__card--price:has(.product__card--discount){color:red}.product__card--discount{color:#ccc;text-decoration:line-through}.product__card--tags{z-index:2;position:absolute;top:.8rem;left:.8rem}.product__card--tag{text-transform:uppercase;border-radius:4px;margin-bottom:.5rem;padding:.5rem;font-size:.5rem}
