.ati-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 1px;
    height: fit-content;
}
.ati-product-price > *{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ati-product-reg-sale-price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 var(--ati-m-padd);
    font-size: .9rem;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    line-height: 2;
}
.ati-product-regular-price {
    display: flex;
    text-decoration: line-through;
    color: var(--ati-red);
    font-size: .8rem;
    width: 100%;
    justify-content: flex-end;
}
.ati-product-sale-price {
    display: flex;
    font-weight: 700;
    width: 100%;
    justify-content: flex-end;
    justify-content: space-between;
    gap: var(--ati-s-gap);
    justify-content: flex-end;
}
.ati-product-normal-price {
    display: flex;
    padding: 0 var(--ati-m-padd);
    width: 100%;
    justify-content: center;
    font-weight: 700;
}