/* 🎨 OC Packs UI Styles */

#oc-packs-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.pack-option {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    background: #FBF8F7;
    padding: 20px;
    flex: 1 1 100%;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pack-option.active {
    border: 1px solid #285C46;
    box-shadow: 0 0 0 2px #285C4622;
}

.pack-label-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.pack-label {
    font-weight: 600;
    font-size: 16px;
    color: #2B2B2B;
}

.pack-price-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.pack-price-details {
    font-size: 14px;
    color: #2B2B2B;
}

.pack-total-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pack-total-price {
    font-size: 16px;
    font-weight: 600;
    color: #285C46;
}

.pack-saving {
    font-size: 12px;
    color: #82B139;
    margin-top: 4px;
}

.pack-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1px 7px;
    gap: 10px;
    height: 17px;
    border-radius: 9.5px;
    font-family: 'Noto Sans Hebrew New', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.pack-badge-best-value {
    background: #FF6C3E;
    color: #FFD7F1;
    width: 73px;
}

.pack-badge-best-seller {
    background: #CBCD58;
    color: #416141;
    width: 62px;
}

.oc-flavors-wrapper {
    margin-top: 12px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    overflow: hidden;
}

.flavor-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.flavor-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px; 
    color: #2B2B2B; 
}

.flavor-select {
    width: 100%; 
    padding: 8px 12px;
    border: 1px solid #EBEBEB;
    border-radius: 50px;
    background: #FDFDFD;
    font-size: 14px;
    direction: rtl;
}

.flavor-select:focus {
    outline: none;
    border-color: #285C46;
    box-shadow: 0 0 0 2px #285C4611;
}
tr.pa_packs{
    display:none!important;
}
.woocommerce-variation-add-to-cart .quantity{
    display:none!important;
}

/* סגנון כפתור מושבת */
.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc !important;
    color: #666 !important;
}

.single_add_to_cart_button.disabled:hover,
.single_add_to_cart_button:disabled:hover {
    background-color: #ccc !important;
    color: #666 !important;
}