.product-card{position:relative;width:100%;height:100%;border:1px solid #e5e5e5;border-radius:5px;background-color:#fff;box-shadow:0 0 20px 5px #e2e2e280;padding:12px;max-width:450px}.hover-products .product-card{transition:.1s transform ease-in-out,.25s box-shadow ease-in-out,5s color ease-in-out;display:block}.hover-products .product-card:hover{box-shadow:0 0 20px 5px #e2e2e280,0 5px 15px 3px #0f336023;z-index:2}.product-card .product-link{color:var(--theme-color)}.product-card .product-link:hover{text-decoration:none}.product-card .product-link:hover .product-title{text-decoration:underline}.product-card .product-badge{position:absolute;top:12px;left:0;height:24px;padding:0 14px;border-radius:1px;color:#fff;font-size:14px;font-weight:400;letter-spacing:.025em;line-height:24px;white-space:nowrap;z-index:1}.product-card .product-favorite{position:absolute;top:5px;right:0;padding:0 12px;z-index:1;border:none;background:transparent!important;color:#000}.product-card .product-favorite>svg{color:currentColor;fill:currentColor}.product-card .product-favorite:focus{outline:none}.product-card .product-thumb{background-color:#fff;position:relative;border-radius:8px;overflow:hidden}.product-card .product-thumb .product-thumb-link .product-thumb-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;display:flex;justify-content:center;align-items:center}.product-card .product-thumb .product-thumb-link .product-thumb-wrapper .product-thumb-helper{display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;height:100%}.product-card .product-thumb .product-thumb-link .product-thumb-wrapper .product-thumb-helper img{width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle;display:inline-block;flex-shrink:0}.product-card .product-thumb:before{content:" ";display:block;padding-top:100%}.product-card .product-card-body{padding:10px 0;display:flex;flex-direction:column;justify-content:space-between;min-height:160px}.product-card .product-category{width:100%;font-size:14px;text-align:center;min-height:78px}.product-card .product-category>a{transition:color .2s;color:#999;text-decoration:none}.product-card .product-category>a:hover{color:var(--theme-color)}.product-card .product-title,.product-card .product-price-by-request{margin-bottom:0;font-size:18px;font-weight:600;text-align:center;line-height:1rem;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.product-card .product-title{min-height:1.5rem}.product-card .code{height:1rem;line-height:1rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 992px){.product-card .product-title{font-size:14px;min-height:32px}}.product-card .product-title>a{transition:color .3s;color:#232323}.product-card .product-title>a:hover{text-decoration:underline}.product-card .product-price-container{display:flex;justify-content:center;align-items:center;color:#232323;font-weight:700;white-space:nowrap;min-height:75px}.product-card .product-price-container>div{display:flex;flex-direction:column;min-height:72px}.product-card .product-price-container del{margin-right:5px;color:#999}.product-card .product-price{white-space:nowrap;color:#c82333}.product-card .product-dis-price,.product-card .product-dis-price-empty{position:relative;font-size:14px;color:#ababab;min-height:27px;font-weight:500}.price .product-dis-price{display:inline-block;position:relative;margin:0 15px}.product-info .product-dis-price:after,.price-del.product-dis-price:after{content:"";position:absolute;top:50%;left:0;width:100%;border-bottom:solid 1px #ababab}.product-card .product-dis-price:after{content:"";position:absolute;top:50%;left:0;width:100%;border-bottom:solid 1px #ababab}@media (max-width: 767px){.product-card .product-dis-price:after{content:"";position:absolute;top:40%;left:0;width:100%;border-bottom:solid 1px #ababab}}.product-card .product-price-vat{font-size:14px;min-height:20px;font-weight:500}.product-card .add-product-to-cart{color:var(--theme-color, #ff960a)}.product-card .remove-product-from-cart{color:#c82333}
