.product-recommendations{display:block}.product-recommendations__content{overflow:hidden}.product-recommendations__wrapper{display:grid;gap:4rem 1.6rem;grid-column:span 2}.product-recommendations__wrapper--1,.product-recommendations__wrapper--2{grid-template-columns:1fr}@media (min-width:750px){.product-recommendations__wrapper--2{grid-template-columns:repeat(2,1fr)}}.product-recommendations__wrapper--3{grid-template-columns:1fr}@media (min-width:750px){.product-recommendations__wrapper--3{grid-template-columns:repeat(2,1fr)}}@media (min-width:990px){.product-recommendations__wrapper--3{grid-template-columns:repeat(3,1fr)}}.product-recommendations__wrapper--4{grid-template-columns:1fr}@media (min-width:750px){.product-recommendations__wrapper--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:990px){.product-recommendations__wrapper--4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.product-recommendations__wrapper--4{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:749px){.product-recommendations__wrapper--2-mobile:not(.product-recommendations__wrapper--1){grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575px){.product-recommendations__wrapper--2-mobile .collection-product-card .card-information__wrapper{padding:0 2rem}.product-recommendations__wrapper--2-mobile .collection-product-card .card-information__wrapper--left{padding-left:0}.product-recommendations__wrapper--2-mobile .collection-product-card .card__title{font-size:1.4rem}.product-recommendations__wrapper--2-mobile .collection-product-card .card__description{font-size:1rem}.product-recommendations__wrapper--2-mobile .collection-product-card .card__badge{left:.8rem;max-width:100%;position:absolute;right:.8rem;top:.8rem}.product-recommendations__wrapper--2-mobile .collection-product-card .badge{font-size:1.1rem}.product-recommendations__wrapper--2-mobile .collection-product-card .card-information{padding:.8rem 0 0}.product-recommendations__wrapper--2-mobile .collection-product-card .price{font-size:1.4rem}}@media screen and (max-width:989px){.swiper--recomend-products .product-recommendations__wrapper{display:flex;gap:0;grid-template-columns:none}}.product-recommendations__empty{align-items:center;display:none;justify-content:center}.product-recommendations__empty>span{color:rgb(var(--color-foreground-secondary));display:block;font-size:1.5rem;max-width:52.2rem;text-align:center}@media screen and (min-width:990px){.product-recommendations__empty>span{font-size:1.8rem}}.product-recommendations__loading{align-items:center;display:none;justify-content:center;max-height:2rem;position:relative}.product-recommendations__loading .spinner{display:block;height:2rem;max-height:2rem;max-width:2rem;width:2rem}.product-recommendations__loading.loading{display:flex}