.no-suffix + .woocommerce-price-suffix {
    display: none;
}

/* Additional CSS provided by user */
.custom-product-meta .custom-parameter-text {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Default Column CSS */
.custom-product-meta {
    background-color: var(--light-grey) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* General styles for variation dropdowns */
.custom-product-meta .variations select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 2px solid var(--dark-blue) !important;
    border-radius: 5px !important;
    padding: 0px 10px !important;
    font-size: 16px !important;
    background-color: var(--light-blue) !important;
    transition: border-color 0.3s ease !important;
}

/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .custom-product-meta .variations select {
        font-size: 13px !important;
    }
}

/* Change border color on focus */
.custom-product-meta .variations select:focus {
    border-color: var(--dark-blue) !important;
    outline: none !important;
}

/* Custom dropdown arrow */
.custom-product-meta .variations label {
    font-weight: bold !important;
    margin-bottom: 5px !important;
    color: var(--dark-blue) !important;
    font-size: 16px !important;
}
.custom-product-meta .variations label::after {
    content: ":";
}

/* Style for the regular price */
.custom-product-meta .woocommerce-variation-price .price .woocommerce-Price-amount {
    text-decoration: none;
    color: #0983a3;
    font-size: 20px;
    font-weight: bold;
    opacity: 1 !important;
}

/* Style for the regular price */
.custom-product-meta .woocommerce-variation-price .price del .woocommerce-Price-amount {
    text-decoration: line-through !important;
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: bold;
    opacity: 1 !important;
}

/* Style for the sale price */
.custom-product-meta .woocommerce-variation-price .price ins .woocommerce-Price-amount {
    color: var(--green);
    font-weight: bold;
    font-size: 20px;
    padding: 2px 5px;
    text-decoration: none;
    opacity: 1 !important;
}
.custom-product-meta .woocommerce-variation-price {
    border: none !important;
}

.custom-product-meta .woocommerce-price-suffix {
    font-size: 12px !important;
}

.custom-product-meta .price del,
.custom-product-meta .product_list_widget del,
.custom-product-meta del .woocommerce-Price-amount {
    text-decoration: none !important;
}

.custom-product-meta .product-quick-view-container #custom-variation-price-description {
    display: none !important;
}
.selected-variation-price-1 {
    color: var(--dark-blue) !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.custom-product-meta .cart {
    margin-bottom: 0px !important;
}
