.accordion {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 15px 20px;
    background-color: #f7f8fa;
    color: #333;
    font-size: 16px;
    transition: background 0.3s;
}

.accordion-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.accordion-header:hover {
    background-color: #eef0f2;
}

.accordion-body {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.accordion-icon-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.accordion-icon::before {
    content: "▾";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}





/* Optional fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* Container to wrap qty + Add to Cart */
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woocommerce .quantity {
    width: 60px;
}

.single_add_to_cart_button {
    flex: 1;
    min-width: 150px;
    height: 45px;
}

/* Buy Now Button */
.buy-now-button {
    width: 100%;
    height: 45px;
    background-color: #fff;
    font-family: 'Roboto';
    font-size: 17px;
    color: #17479e;
    font-weight: bold;
    border: 1.5px solid #17479e;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}



#custom-variation-price {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}


.custom-breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

.custom-breadcrumbs a {
    color: #17479e;
    text-decoration: none;
}

.custom-breadcrumbs a:hover {
    text-decoration: underline;
}



/* subscription pricing styling */
.wcsatt-options-product-wrapper,
.wcsatt-options-wrapper.wcsatt-options-wrapper-grouped.wcsatt-options-wrapper-radio.closed {
    display: none;
}

.purchase-options-ui {
    margin-bottom: 20px;
}

.purchase-option {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
    background: #f9f9f9;
    transition: all 0.2s ease;
    cursor: pointer;
}

.purchase-option:hover {
    background-color: #efefef;
}

.purchase-option.active {
    border-color: #17479e;
    background-color: #e6edfb;
}

.option-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.option-subtext {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.subscription-frequency {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}


.purchase-option-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
    cursor: pointer;
}

.purchase-option-box:hover {
    box-shadow: 0 0 0 2px #cce1ff;
}

.purchase-option-box.active {
    border-color: #17479e;
    background: #f5f9ff;
    box-shadow: 0 0 0 2px #17479e;
}

.radio-ui {
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 22px;
    background: #fff;
}

.purchase-option-box.active .radio-ui {
    border-color: #17479e;
    background: radial-gradient(circle, #17479e 40%, #fff 41%);
}

.tag {
    position: absolute;
    top: -22px;
    left: 13px;
    background: #111c4e;
    color: #fff;
    padding: 0px 20px;
    font-size: 12px;
    border-radius: 100px;
    font-weight: bold;
}

.sub-header {
    margin-bottom: 8px;
}

.sub-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.sub-subtext {
    font-size: 14px;
    color: #555;
    margin-top: -10px;
}

.stock-subtext {
    margin-top: -10px;
}

.sub-pricing {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.sub-pricing del {
    color: #999;
    margin-right: 8px;
}

.sub-pricing strong {
    color: #17479e;
    font-weight: 700;
    font-size: 18px;
}

.sub-interval {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.sub-dropdown select.subscription-frequency {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.one-time-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.one-time-price {
    font-size: 14px;
    color: #555;
}


div#purchase-option-group {
    margin-top: 30px;
}


.subscription-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 33px 0px 50px 0px;
}


.wcsatt-options-wrapper.wcsatt-options-wrapper-flat.wcsatt-options-wrapper-text.open {
    display: none;
}




/* Variation Handler Styles */
.buy-now-button.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}


/*  Bulk QTY Styling */
#bulk-quantity-message {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #c8d1e0;
    border-radius: 12px;
    padding: 12px 16px;
    margin: 16px 0;
    background-color: #f8faff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
    font-family: inherit;
}

.bulk-icon {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    background-image: var(--wpr-bg-cbae38ad-3418-43e6-b0ed-b78a45056266);
    /* 📦 box icon or your own */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
}

.bulk-text {
    display: flex;
    flex-direction: column;
}

.bulk-text .headline {
    font-weight: 600;
    font-size: 15px;
    color: #17479e;
    margin-bottom: 2px;
    line-height: 1.8em;
}

.bulk-text .subtext {
    font-size: 14px;
    color: #444;
    line-height: 1.8em;
}

.purchase-option-box.subscription,
.sub-dropdown {
    display: block !important;
}


.vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected.vi-wpvs-option-wrap-out-of-stock {
    border: 3px solid #17479e;
}

*/ Extra Line */