.vdb-wrapper { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* Heading be border/linijų */
.vdb-heading {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
h2.vdb-heading {
     display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #000;
}
h2.vdb-heading::before, h2.vdb-heading::after {
    content: "";
    flex: 1;
    height: 2px; /* juostos storis */
    background: #000; /* juostos spalva */
    margin: 0 10px; /* tarpai tarp teksto ir juostos */
}

div.quantity {
    display: none !important;
}
/* Tik pirmas ir antras variantas turi margin-bottom: 30px */
.vdb-wrapper .vdb-break:nth-child(2), .vdb-wrapper .vdb-break:nth-child(3) {
    margin-bottom: 20px;
}

/* Visi kiti (pvz. paskutinis) turi įprastą margin-bottom */
.vdb-wrapper .vdb-break:last-child {
    margin-bottom: 0;
} 
/* Break button */
.vdb-break {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    margin-bottom: 15px;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s;
}
.vdb-break.active {
    border-color: #102c79;
    background: #f0f8ff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: #102c78;
}

/* Radio + tekstas vienoje linijoje */
.vdb-radio-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.vdb-radio-wrapper input[type="radio"] { opacity: 0; position: absolute; }
.vdb-radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #102c78;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.vdb-radio-wrapper input[type="radio"]:checked + .vdb-radio-custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #102c78;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
label.vdb-radio-wrapper {
    margin-bottom: 0px !important;
}
.vdb-qty-text {
    font-weight: 700;
    font-size: 1.3em;
    color: #102c79;
}
.vdb-ribbon-top span.woocommerce-Price-amount.amount {
    color: #fff;
}

/* Price + ribbon */
.vdb-right { position: relative; font-weight: bold; font-size: 1.2em; }

/* Ribbon ant desinio virsutinio kampo */
.vdb-ribbon-top {
    position: absolute;
    top: -32px;
    right: 0px;
    background: #102c78;
    color: #fff;
    font-size: 0.75em;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 10;
}

/* Add to cart button */
.single_add_to_cart_button {
    width: 100% !important;
    height: 50px !important;
    font-size: 1.2em;
    background: linear-gradient(90deg,#0073aa,#005a8d);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s;
}
.single_add_to_cart_button:hover { background: linear-gradient(90deg,#005a8d,#004466); }

/* Paslėpti default quantity */
form.cart .quantity { display: none !important; }

/* Pagrindinė kaina (paryškinta kaina po nuolaidos) */
.vdb-wrapper .vdb-price ins, 
.vdb-wrapper .vdb-price {
    color: #102c78 !important; /* Įrašykite savo pagrindinę spalvą čia */
    text-decoration: none;
    font-weight: bold;
}

/* Nubraukta kaina (senoji kaina) */
.vdb-wrapper .vdb-price del,
.vdb-wrapper .vdb-price del .woocommerce-Price-amount {
    color: #999 !important; /* Pilka spalva nubrauktai kainai */
    font-weight: normal;
}

/* Jei naudojate WooCommerce valiutos simbolius viduje */
.vdb-wrapper .vdb-price ins .woocommerce-Price-amount {
    color: #102c78 !important; /* Turi sutapti su pagrindine spalva */
}
