.card-product{height:320px;width:calc(100% - 24px);margin-right:24px;border-radius:8px;overflow:hidden;background-color:#f5f5f5;position:relative}@media screen and (max-width: 900px){.card-product{margin-right:16px;width:calc(100% - 16px)}}.card-product__circle{width:32px;height:32px;border-radius:50%;background-color:#fff;transition-duration:.5s;box-shadow:inset 0px 1px 3px rgba(0,0,0,0.1);cursor:pointer;display:flex;justify-content:center;align-items:center}.card-product__circle:hover{background-color:#969696}.card-product__close{font-size:.75rem}.card-product__close:before{content:url("/static/img/core/icons/catalog/product-close.svg");height:20px}.card-product__close:hover::before{content:url("/static/img/core/icons/catalog/product-close-hover.svg")}.card-product__header{width:100%;position:absolute;padding:16px 16px 0 16px;display:flex;justify-content:space-between;align-items:center;top:0;left:0;z-index:2}.card-product__card{width:100%;height:100%;display:flex;flex-direction:column}.card-product__card:hover .card-product__card__body__title{color:#1fafdb}.card-product__card:hover .card-product__card__body__annotation{color:#1fafdb}@media screen and (min-width: 900px){.card-product__card:hover .card-product__card__img img{transform:scale(1.075)}}.card-product__card__img{overflow:hidden;display:flex;justify-content:center;align-items:center;height:152px;margin-top:31px}.card-product__card__img img{max-height:100%;height:auto;max-width:100%;transition-duration:.5s;object-fit:contain}.card-product__card__body{padding:0 16px 24px 24px;transition-duration:.5s;margin-top:15px}.card-product__card__body__title{font-size:18px;font-weight:700;font-family:"Trebuchet MS",sans-serif;line-height:24px;color:#000;transition-duration:.5s}.card-product__card__body__annotation{font-size:16px;font-weight:400;font-family:"PT Sans","Open Sans",sans-serif;line-height:24px;color:#000;margin-top:8px;max-height:70px;transition-duration:.5s;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-product__card__body__annotation *{font-size:16px}
/*# sourceMappingURL=card-product.css.map */
