
/*
 * made by pheonix (2026)
 */

.catalog-tags.product-card__image-tags {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    bottom: auto;
}

.catalog-tags.product-card__image-tags.product-card__image-tags--with-discount {
    top: 40px !important;
}