.product-card{background:#fff;border-radius:30px;display:flex;flex-direction:column;height:100%;overflow:hidden}.product-card .product-card-image{background-position:50%;background-size:cover;height:125px;position:relative}.product-card .product-card-image .product-card-image-content{align-items:center;display:flex;gap:16px;justify-content:start;left:12%;position:absolute;top:50%;transform:translateY(-50%);width:80%}.product-card .product-card-image .product-card-image-content .icon{display:block;flex:0 0 auto}.product-card .product-card-image .product-card-image-content .text{color:#fff;font-family:Graphit Regular,Roboto,sans-serif;font-size:20px;font-weight:400}.product-card .product-card-inner{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:24px}.product-card .product-card-inner .product-card-tags{display:flex;gap:8px;margin-bottom:25px}.product-card .product-card-inner .product-card-tags .tag{background:#e6e6e6;border-radius:5px;font-size:12px;font-weight:500;line-height:1.4;padding:2px 8px}.product-card .product-card-inner .product-card-title{font-family:Graphit Medium,Roboto,sans-serif;font-size:18px;font-weight:500;line-height:25px;margin-bottom:12px}@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:Roboto,sans-serif;font-size:12px;line-height:22px;margin-bottom:32px}@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:14px;font-weight:500;text-decoration:line-through}.product-card .product-card-inner .product-card-bottom .price-wrapper .current-price{color:#034a54;font-size:10px;font-weight:500}.product-card .product-card-inner .product-card-bottom .price-wrapper .current-price span{font-size:20px;font-weight:500}@media (max-width:1199px){.product-card .product-card-image .product-card-image-content{left:2%;width:92%}}
