:root{--primary-button-color: #15284b; --main-third-color: #8b5cf6; --main-fourth-color: #00c753; --main-second-color: #eff8ff; --border-radius: 6px; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b;} .product-card--title::after {
    content: "5000 TL Ve Üzeri Bedava";
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px; /* Dikkat: font-size iki kez belirtilmiş, en uygun olanı kullanın. */
    column-gap: 4px;
    line-height: 1.5;
    font-weight: 700; /* font-weight iki kez belirtilmiş, en uygun olanı kullanın. */
    margin: 0 auto -25px auto;
    color: #000;
    padding: 0 5px;
    width: 100%;
    border: 2px solid red;
    text-align: center;
}
.price-tags {
    margin-top: 30px;
}