.product-card{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-decoration:none}.product-card .img-wrap{width:100%;height:375px;border-radius:10px;overflow:hidden}.product-card .img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card h3{width:100%;text-align:left;padding-top:15px;font-style:normal;font-weight:400;font-size:18px;line-height:21px;color:#333;min-height:60px}.product-card-info{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:20px;color:#999}.product-card-info .add-to__cart{height:28px;width:119px}.product-card-info .add-to__cart .main-button__label{font-size:14px;font-weight:500}@media screen and (max-width:1024px){.product-card h3{min-height:unset}}.product-slider{width:100%;position:relative}.product-slider-item{padding-left:15px;padding-right:15px}.product-slider-item .router-link-exact-active{background-color:transparent}.product-slider-arrow-next,.product-slider-arrow-prev{cursor:pointer;position:absolute;bottom:50%;transform:translateY(-50%)}.product-slider-arrow-next svg,.product-slider-arrow-prev svg{width:30px;height:30px}.product-slider-arrow-next svg path,.product-slider-arrow-prev svg path{fill:#858585}.product-slider-arrow-prev{left:-25px}.product-slider-arrow-next{right:-25px}@media screen and (max-width:900px){.card-gallery__wrap{margin:auto}}