.tp-product-add-cart-btn-large {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    display: none;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
    width: 100%;
}

.tp-header-main {
     padding-bottom: 0px; 
     padding-top: 0px; 
}

main .tp-product-title-4 {
    font-size: 14px;
}

.tp-product-price-4 {
    color: #184897;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.tp-product-details-price, .tp-product-details-price.new-price {
    color: #184897;
}
.tp-product-details-price {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.tp-product-details-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 7px;
}

.mb-20 {
    margin-bottom: 5px;
}

.small, small {
    font-size: 15px;
}

.text-success {
    font-size: 15px;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.tp-product-badge {
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 1;
}