.product_card{display:block;transition:all .5s;text-decoration:none}.product_card .product_card_img{overflow:hidden}.product_card .product_card_img img{width:100%;object-fit:cover;transform:scale(1);transition:all .5s}.product_card .product_card_info{padding:25px 0 0;position:relative;padding-right:45px}.product_card .product_card_info .product_card_title{margin-bottom:5px;font-size:18px}.product_card .product_card_info .product_card_btnwrap{position:absolute;right:0;top:30px;width:30px;transition:all .5s}.product_card .product_card_info .product_card_btnwrap .product_card_btn_arrow{position:relative}.product_card .product_card_info .product_card_btnwrap .product_card_btn_arrow::before{content:'';background-image:url(https://www.greencoffeehub.com/wp-content/themes/infotech62/template-parts/components/productsCard/../../../assets/images/green-bean/green_btn_arrow.svg);background-repeat:no-repeat;width:29px;height:27px;background-size:100%;position:absolute;transition:all .1s}.product_card:hover{text-decoration:none}.product_card:hover .product_card_img img{transform:scale(1.12)}.product_card:hover .product_card_info .product_card_btnwrap .product_card_btn_arrow::before{background-image:url(https://www.greencoffeehub.com/wp-content/themes/infotech62/template-parts/components/productsCard/../../../assets/images/green-bean/green_btn_arrow_fill.svg)}.product_card:hover .product_card_info .product_card_btnwrap{right:-3px}@media screen and (max-width:767.98px){.product_card .product_card_info{padding:11px 0 0;padding-right:25px}.product_card .product_card_info .product_card_title{margin-bottom:3px;font-size:14px}.product_card .product_card_info .product_card_price{font-size:12px}.product_card .product_card_info .product_card_btnwrap{top:13px;width:18px}.product_card .product_card_info .product_card_btnwrap .product_card_btn_arrow::before{width:18px;height:17px}}