.product_card{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 50%;padding:20px;max-width:360px;margin-bottom:10px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);max-height:642px}.product_card_info{max-width:240px;margin:0 auto;flex-grow:1}@media(max-width:768px){.product_card_info{margin:20px 0}}.product_card .card_price span{font-size:17px;font-weight:600;margin-left:-3px}.product_card .product_card_info{overflow:hidden}@media(max-width:768px){.product_card .product_card_info{margin:0}}.product_card .add_to_cart_btn{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:14px;color:#fff;background:#04c;border-radius:4px;padding:16px;text-align:center;margin-top:auto}.product_card .add_to_cart_btn:hover{opacity:.7;transition:all .7s;cursor:pointer}.product_card .card_image{position:relative;cursor:pointer}.product_card .add_to_cart_btn--out_of_stock{background:#9ca3af!important;cursor:default!important;pointer-events:none}.product_card .add_to_cart_btn--out_of_stock:hover{opacity:1!important}.product_card .card_image img{height:240px;width:100%}.product_card .card_title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:30px;text-align:left;margin:10px 0}.product_card .card_title:hover{cursor:pointer;opacity:.7;transition:opacity .7s}.product_card .card_param,.product_card .card_size{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:30px;text-align:left}.product_card .card_size{margin-bottom:10px}.product_card .card_price{font-family:Inter,sans-serif;font-size:24px;font-weight:500;line-height:28px;text-align:left;color:#04c;margin:20px 40px}@media(max-width:768px){.product_card .card_price{margin:20px 0}}.product_card .card_desc{display:flex;flex-wrap:wrap;flex-direction:column;align-items:left;font-size:16px;color:#000;text-decoration:none}.product_card .card_desc_item{font-family:Inter,sans-serif;font-size:16px;font-weight:400;text-align:left;display:flex;align-items:center;margin-bottom:5px}.product_card .card_desc_item svg{margin-right:5px;color:#1f94d2}.product_card .card_desc_item p{font-weight:400;font-size:16px;color:#1c1c1c}