/* Hide original dropdown (but keep for JS logic) */
.wvr-hidden-select {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.wvr-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.wvr-radio-option {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 10px 12px;
    cursor: pointer;
    display: block;
    transition: all 0.15s ease;
}

.wvr-radio-option:hover {
    border-color: #bbb;
}

.wvr-radio-option input[type="radio"] {
    margin-right: 8px;
}

.wvr-radio-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.wvr-radio-label {
    font-weight: 600;
    font-size: 15px;
}

.wvr-radio-price {
    font-weight: 600;
    font-size: 15px;
}

.wvr-radio-desc {
    margin-top: 6px;
    font-size: 13px;
    color: #555;
    display: block;
}

.wopb-cart-bottom {
    display: none !important;
}

.woocommerce-variation-price {
    display: none;
}

.variations td.label {
    text-align: center;
}

.woocommerce div.product form.cart .variations td.label label {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
}

.woocommerce div.product form.cart .variations td.label {
    margin-bottom: 30px;
}

.wp-block-woocommerce-add-to-cart-form form.cart {
    grid-template-columns: 1fr !important;
}

a.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

.single_variation_wrap, .single_add_to_cart_button.wopb-cart-button {
    width: 100% !important;
}