.product-card{border:1px solid var(--primary-bg-color);background-color:var(--color-white);cursor:pointer;max-width:360px;height:100%;box-shadow:0px 0px 5px 0px var(--primary-bg-color);border-radius:5px}.product-card__wrapper{flex-direction:column;height:100%;padding:5%;display:flex}.product-card__image-wrapper{max-height:180px;margin:0 0 20px;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;display:block}.visually-hidden{visibility:hidden}.product-card__header-product{justify-content:space-between;margin-bottom:25px;display:flex}.product-card__title{font:var(--primary-font);text-overflow:ellipsis;max-width:200px;margin:0;font-size:16px;font-weight:600;overflow:hidden}.product-card__actions-wrapper{gap:8px;display:flex}.product-card__btn-message{cursor:pointer;background-color:#0000;justify-content:center;align-items:center;width:17px;height:16px;padding:0;display:flex}.product-card__btn-message>svg{color:#d9d9d9;transition:color .3s}.product-card__btn-message:hover>svg{color:#007bff}.product-card__btn-message:active{transform:scale(.9)}.product-card__btn-like{cursor:pointer;background-color:#0000;justify-content:center;align-items:center;width:16px;height:15px;padding:0;display:flex}.product-card__btn-like:hover>svg>*{fill:#37a1e5;width:100%;height:100%}.product-card__btn-like:active{transform:scale(.9)}.liked>svg>*{fill:#37a1e5;width:100%;height:100%}.product-card__params{margin-bottom:5px}.product-card__list-params{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.product-card__item-params{font:var(--primary-font);gap:10px;font-size:12px;display:flex}.product-card__border{border-bottom:1px dotted #000;flex:1}.product-card__value{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.product-card__footer-product{justify-content:space-between;height:80px;margin-top:auto;display:flex}.product-card__price{font:var(--primary-font);align-self:end;font-size:20px;font-weight:600}.product-card__btn-addCart{cursor:pointer;color:#fff;background-color:#08369e;border:none;border-radius:4px;align-self:end;width:45px;height:40px;padding-top:8px;font-weight:700;transition:all .2s;box-shadow:0 4px #052c7f,0 6px 6px #0006}.product-card__btn-addCart:active{transform:translateY(4px);box-shadow:0 0 #052c7f,0 2px 3px #0000004d}.product-card__btn-addCart>svg *{fill:var(--color-white);transition:all .3s}.product-card__btn-addCart:hover{background-color:var(--color-pressed-bg-btn);box-shadow:0 4px #d9d9d9,0 6px 6px #0006,0 0 10px #d9d9d9}.product-card__btn-addCart:hover>svg *{fill:var(--primary-bg-color)}.product-card__controls{flex-direction:column;gap:8px;margin-top:8px;display:flex}.product-card .cart-item__counter{align-items:center;gap:6px;display:flex}.product-card .cart-item__counter button{color:#fff;cursor:pointer;background:#3f51b5;border:none;border-radius:6px;padding:4px 10px;font-size:14px;transition:background .2s}.product-card .cart-item__counter button:hover{background:#303f9f}.product-card .cart-item__counter input{text-align:center;border:1px solid #ccc;border-radius:6px;width:50px;padding:5px 6px;font-size:13px}.product-card .cart-item__counter input:focus{border-color:#3f51b5;outline:none;box-shadow:0 0 0 2px #3f51b533}@media (max-width:1200px){.product-card{max-width:100%}}@media (max-width:576px){.product-card__wrapper{position:relative}.product-card{margin:0 auto}.product-card__image-wrapper{max-width:none}.product-card__header-product{margin-bottom:10px}.product-card__title{font-size:11px;font-weight:400}.product-card__item-params{font-size:10px}.product-card__actions-wrapper{position:absolute;top:15px;right:15px}.product-card__footer-product{flex-direction:column;height:75px}.product-card__price{align-self:flex-start;font-size:16px}.product-card__btn-addCart>svg{width:15px;height:15px}.product-card__controls{align-items:end;gap:0;margin-top:0}.product-card .cart-item__counter button{padding-left:8px;padding-right:8px}}
