.product-price {
    display: flex;
    align-items: center;
}
.product-price .price-wrapper {
    display: flex;
    align-items: center;
}
.product-price .compare-at-price.is-hidden + .s-price-wrapper,
.product-price .compare-at-price.is-hidden + .s-price,
.compare-at-price.is-hidden ~ .s-price-wrapper .s-price,
.compare-at-price.is-hidden ~ .s-price-wrapper .s-base-price,
.compare-at-price.is-hidden ~ .s-price-wrapper .s-ratio-wrapper {
    margin-left: 0;
}
.product-price .s-price, .product-price .s-base-price, .product-price .s-ratio-wrapper {
    margin-left: 10px
}
.product-price .price-wrapper .price {
    margin-right: 5px
}
.product-price .compare-at-price .price-wrapper {
    text-decoration: line-through;
}
.product-price .s-price .price-wrapper,
.product-price .s-price .price-wrapper .price,
.s-base-price .price-wrapper,
.s-base-price .price-wrapper .price {
    color: var(--color-price-discounted, #ee3b45);
}
.product-price .js-compare-price.is-hidden ~ .s-price,
.product-price .js-compare-price.is-hidden ~ .s-price .price-wrapper,
.product-price .js-compare-price.is-hidden ~ .s-price .price-wrapper .price,
.product-price .js-compare-price.is-hidden ~ .s-price-wrapper,
.product-price .js-compare-price.is-hidden ~ .s-price-wrapper .price,
.product-price .js-compare-price.is-hidden ~ .s-base-price .price-wrapper,
.product-price .js-compare-price.is-hidden ~ .s-base-price .price-wrapper .price{
    color: var(--color-price, var(--color-accent));
}

.product-price .s-ratio-wrapper, .product-price .price-wrapper .unit {
    font-size: 0.8125rem;
}
.thb-product-detail .product-price-container .compare-at-price {
    color: inherit;
    text-decoration: line-through;
}
.thb-product-detail .product-price-container .title-price .price{
    font-size: 1.25rem;
}