section.favorite .content{padding:0 4rem 8rem 4rem}section.favorite .products-items{display:grid;grid-template-columns:repeat(5,1fr);grid-column-gap:0.2rem;grid-row-gap:2.4rem}section.favorite .products-item{display:flex;min-width:0;max-width:100%;width:100%;height:100%}section.favorite .products-item .photos.swiper:not(.swiper-initialized) .photo{display:none}section.favorite .products-item .photos.swiper:not(.swiper-initialized) .photo:first-of-type{display:block}section.favorite .products-item .photos.swiper .swiper-pagination{inset:auto 0.8rem 0.8rem 0.8rem;display:flex;gap:.5rem;width:auto}section.favorite .products-item .photos.swiper .swiper-pagination .swiper-pagination-bullet{display:flex;align-items:flex-end;width:100%;height:100%;flex-grow:1;margin:0;border-radius:unset;background-color:transparent}section.favorite .products-item .photos.swiper .swiper-pagination .swiper-pagination-bullet span{display:block;width:100%;height:.4rem;background-color:rgba(24,24,24,.5)}section.favorite .products-item .photos.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span{background-color:rgba(24,24,24,.9)}section.favorite .products-item article{position:relative;width:100%}section.favorite .products-item .btn-favorite{position:absolute;top:0;right:0;z-index:4;display:flex;justify-content:center;align-items:center;padding:1rem;cursor:pointer}section.favorite .products-item .btn-favorite svg{transition:all .3s cubic-bezier(.4, 0, .2, 1)}section.favorite .products-item .btn-favorite.is-added svg{fill:#322CFE}section.favorite .products-item .btn-favorite:hover svg{fill:#322CFE}section.favorite .products-item .btn-cart{position:absolute;bottom:10rem;right:0;z-index:4;display:flex;justify-content:center;align-items:center;padding:1rem;cursor:pointer}section.favorite .products-item .btn-cart:hover svg{fill:#322CFE}section.favorite .products-item .labels{position:absolute;top:1rem;left:1rem;z-index:2}section.favorite .products-item .labels .label{text-transform:uppercase}section.favorite .products-item .labels .label[data-show=YES]{display:block}section.favorite .products-item .labels .label[data-show=NO]{display:none}section.favorite .products-item .prices{display:flex;align-items:center;gap:1rem}section.favorite .products-item .price.price-old{display:none}section.favorite .products-item .price.price-primary{display:block}section.favorite .products-item[data-have-discount="1"] .price.price-old{display:block;text-decoration:line-through}section.favorite .products-item[data-have-discount="1"] .price.price-primary{color:red}section.favorite .products-item .photo{position:relative}section.favorite .products-item .photo img{display:block;width:100%;height:clamp(460px,calc(460px + (660 - 460) * ((100vw - 1920px)/ (2560 - 1920))),660px)}section.favorite .products-item .photo::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f0f3f5;mix-blend-mode:multiply;pointer-events:none}section.favorite .products-item .info{padding:1.2rem .8rem 1.6rem .8rem}