.product-card{display:flex;flex-direction:column;height:100%;background:var(--white)}.product-card .image{display:block;position:relative;margin-bottom:.375rem}.product-card .product-labels{position:absolute;top:.25rem;left:.25rem}.product-card .btn-remove,.product-card .btn-wish{position:absolute;top:.25rem;right:.25rem}.product-card .production{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--second-family);font-size:.625rem;letter-spacing:.13em;color:var(--primary-burgundy);margin-bottom:.25rem}.product-card .name{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.75rem;color:var(--primary-black);margin-bottom:.25rem}.product-card .descr{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:.75rem;color:var(--gray-60);margin-bottom:1rem}.product-card .price-btn-wrap{margin-top:auto}.product-card .price-wrap{margin-bottom:.625rem}.product-card .btn{width:100%;font-size:.75rem;padding:.5rem 1rem}.product-card .button-preorder{border:1px solid rgba(110,11,22,.3137254902);color:#6e0b16;background:0 0}.no-available .image img{filter:grayscale(100%);opacity:.5}@media screen and (min-width:992px){.product-card{position:relative;transition:.2s ease-in-out}.product-card .image{margin-bottom:.5rem}.product-card .product-labels{top:.625rem;left:.5rem}.product-card .btn-remove,.product-card .btn-wish{top:.75rem;right:.75rem}.product-card .descr,.product-card .name,.product-card .production{font-size:.875rem}.product-card .name:hover{color:var(--primary-burgundy)}.product-card .price-wrap{margin-bottom:1rem}.product-card .btn{padding:.75rem;opacity:0;font-size:.875rem;visibility:hidden}.product-card:before{content:"";position:absolute;inset:-8px;z-index:-1;transition:.2s ease-in-out}.product-card:hover:before{box-shadow:0 4px 15px 0 rgba(50,9,9,.1)}.product-card:hover .btn{opacity:1;visibility:visible}}
/*# sourceMappingURL=../sourcemaps/product-card.css.map */
