:root{--white-color:#fff;--black-color:#151515;--accent-color:#58b74c;--sky-color:#3eb7f3;--blue-color:#0083c5;--txt-color:#313131;--gray-color:#6c6c6c;--gray2-color:#c8c8c8;--error-color:red;--back-color:#f2f2f2;--green-back-color:#e2f5df;--lines-color:rgba(49,49,49,.12);--lines-white-color:hsla(0,0%,100%,.1);--trs-300:0.3s cubic-bezier(0.25,0.46,0.45,0.94);--shadow:0px 4px 28px 0px rgba(0,0,0,.1);--screensize:1920}@media (max-width:1660px){:root{--screensize:1660}}@media (max-width:1400px){:root{--screensize:1275}}@media (max-width:1279px){:root{--screensize:1045}}@media (max-width:1023px){:root{--screensize:1024}}@media (max-width:992px){:root{--screensize:992}}@media (max-width:767px){:root{--screensize:360}}.product-card{border-bottom:1px solid var(--lines-color);padding-bottom:1.25rem}@media (max-width:992px){.product-card{border-bottom:none;padding-bottom:0}}.product-card:hover .product-card__content .product__title{color:var(--accent-color)}.product-card .product-card__swiper{display:block;margin-bottom:1.25rem;padding-bottom:100%;position:relative}.product-card .product-card__swiper .swiper-wrapper{bottom:0;left:0;mix-blend-mode:multiply;position:absolute;right:0;top:0}.product-card .product-card__swiper .swiper-wrapper .swiper-slide{align-items:center;display:flex;height:100%;justify-content:center;opacity:0!important;position:absolute;width:100%}.product-card .product-card__swiper .swiper-wrapper .swiper-slide.swiper-slide-active{opacity:1!important}.product-card .product-card__swiper .swiper-wrapper .swiper-slide .image-wrapper{height:100%;width:100%}.product-card .product-card__swiper .swiper-wrapper .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card .product-card__swiper .product__lines{bottom:0;display:flex;left:0;position:absolute;right:0;top:0;z-index:2}.product-card .product-card__swiper .product__lines span{flex:1}.product-card .product-card__swiper .product-card__pagination{align-items:center;bottom:.625rem;display:flex;gap:.5rem;justify-content:center;left:0;position:absolute;right:0;width:auto;z-index:2}.product-card .product-card__swiper .product-card__pagination .swiper-pagination-bullet{background-color:var(--white-color);height:.375rem;margin:0!important;opacity:1;transition:var(--trs-300);width:.375rem}.product-card .product-card__swiper .product-card__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:.4}.product-card .product-card__content{display:flex;flex-direction:column;gap:.75rem}@media (max-width:992px){.product-card .product-card__content{gap:1.25rem}}.product-card .product-card__content .product__title{font-size:1rem;font-weight:500;line-height:106%;transition:var(--trs-300)}.product-card .product-card__content .product__info{align-items:center;display:flex;justify-content:space-between}@media (max-width:768px){.product-card .product-card__content .product__info{align-items:flex-start;flex-direction:column;gap:.75rem}}.product-card .product-card__content .product__info .product__price{font-size:1rem;font-weight:600;line-height:106%}.product-card .product-card__content .product__info .product__features{align-items:center;display:flex;gap:1.75rem}.product-card .product-card__content .product__info .product__features .btn{height:1.5rem;width:1.5rem}.product-card .product-card__content .product__info .product__features .btn:hover svg{color:var(--accent-color)}.product-card .product-card__content .product__info .product__features .btn svg{height:100%;width:100%}