.product-card{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden}.product-card .product-card-image-wrapper{background-color:#f5a528;background-position:50%;background-size:cover;height:125px;overflow:hidden;position:relative}.product-card .product-card-image-wrapper .product-card-image{background-position:0;background-repeat:no-repeat;background-size:contain;height:100%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:40%}.product-card .product-card-image-wrapper .product-card-image-content{align-items:center;box-sizing:border-box;display:flex;gap:16px;justify-content:start;left:7%;max-height:100%;min-height:0;min-width:0;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);width:50%}.product-card .product-card-image-wrapper .product-card-image-content .icon{display:block;flex:0 0 auto}.product-card .product-card-image-wrapper .product-card-image-content .text{--product-card-image-text-fit-min:12px;color:#153471;flex:1 1 auto;font-family:Open Sans,sans-serif;font-size:20px;font-weight:400;line-height:1.2;min-width:0;overflow-wrap:break-word}.product-card .product-card-inner{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:14px}.product-card .product-card-inner .product-card-tags{display:flex;gap:8px;margin-bottom:15px}.product-card .product-card-inner .product-card-tags .tag{background:#e6e6e6;color:#000;font-size:12px;font-weight:500;line-height:1.4;padding:2px 8px}.product-card .product-card-inner .product-card-title{color:#153471;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:25px;margin-bottom:12px}@media (min-width:992px) and (max-width:1199px){.product-card .product-card-inner .product-card-title{font-size:18px;line-height:25px}}@media (max-width:991px){.product-card .product-card-inner .product-card-title{font-size:14px;line-height:18px}}.product-card .product-card-inner .product-card-content{color:#000;font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;margin-bottom:22px}@media (max-width:991px){.product-card .product-card-inner .product-card-content{font-size:10px;line-height:22px}}.product-card .product-card-inner .product-card-bottom{align-items:center;display:flex;justify-content:space-between}.product-card .product-card-inner .product-card-bottom .price-wrapper .was-price{color:#787878;font-size:12px;font-weight:500;text-decoration:line-through}.product-card .product-card-inner .product-card-bottom .price-wrapper .current-price{color:#153471;font-size:10px;font-weight:500}.product-card .product-card-inner .product-card-bottom .price-wrapper .current-price span{font-size:18px;font-weight:600}@media (max-width:1199px){.product-card .product-card-image .product-card-image-content{left:2%;width:92%}}
