.product-card{background:#fff;border-radius:10px;display:flex;flex-direction:column;height:100%;overflow:hidden}.product-card .product-card-image{background-position:50%;background-size:cover;height:125px;overflow:hidden;position:relative}.product-card .product-card-image .product-card-image-content{align-items:center;box-sizing:border-box;display:flex;gap:16px;justify-content:start;left:12%;max-height:100%;min-height:0;min-width:0;overflow:hidden;padding:10px 0;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{--product-card-image-text-fit-min:12px;color:#42e8ff;flex:1 1 auto;font-family:Graphit Regular,Roboto,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: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:#f0f0ef;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:#4d4c5a;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:#26252d;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%}}
