.product-item{background-color:#fff;border:1px solid #ededed;display:flex;flex-direction:column;flex-grow:1;padding:58px 20px 28px;position:relative;text-align:center}.product-item .image{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:42px;text-align:center}.product-item .image img{max-height:100%}.product-item .data,.product-item .data .data-header{display:flex;flex-direction:column;flex-grow:1}.product-item .data .data-header{margin-bottom:24px}.product-item .data .data-header--no-price{flex-grow:0}.product-item .data .data-header .title{color:#000;font-size:17px;font-weight:500;margin-bottom:12px}.product-item .data .data-header .category{color:#a0a0a0;font-size:10px;font-weight:500;letter-spacing:.06em;margin-top:auto;text-transform:uppercase;transition:color .3s}.product-item .data .data-header .category .category-link{transition:color .3s}.product-item .data .data-header .category .category-link:hover{color:#ff542e}.product-item .data .app-btn{margin-top:auto}.product-item .data .app-btn .btn-data{white-space:normal}.product-item .data .price{align-items:center;display:flex;flex-direction:column;margin-bottom:16px}.product-item .data .price .price-for{color:#3a3a3a;font-size:12px;font-weight:500;line-height:100%;margin-bottom:10px}.product-item .data .price .current-price{font-size:22px;font-weight:700;position:relative}.product-item .data .price .current-price .value{position:relative;z-index:1}.product-item .data .price .current-price:before{background-color:#faddce;bottom:2px;content:"";display:inline-block;height:5px;left:0;position:absolute;right:25px;z-index:0}.product-item .data .price .old-price{font-size:14px;font-weight:500;line-height:100%;margin-top:16px;position:relative}.product-item .data .price .old-price .value{position:relative;z-index:1}.product-item .data .price .old-price:before{background-color:#fc7c32;bottom:7px;content:"";display:inline-block;height:2px;left:0;position:absolute;right:13px;transform:rotate(-10deg);z-index:0}.product-item .tags{display:flex;gap:5px;justify-content:center;left:30px;padding:0 20px;position:absolute;right:30px;top:20px}@media only screen and (max-width:576px){.product-item{padding:45px 18px 28px}.product-item .image{margin-bottom:32px}.product-item .data .data-header{margin-bottom:16px}.product-item .data .data-header .title{font-size:15px}.product-item .data .price .price-for{margin-bottom:6px}.product-item .data .price .old-price{margin-top:12px}.product-item .tags{gap:2px;top:16px}}@media only screen and (max-width:430px){.product-item .data .app-btn{padding-left:12px;padding-right:12px}.product-item .data .app-btn .btn-data{font-size:13px}}
