.divi-quantity-selector {
    margin: 10px 0;
    border-bottom: 1px double #EFBF04;
}

.divi-quantity-selector h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    color: #21201c;
}

/* Packs grid */
.divi-pack-selection {
    display: flex;
    justify-content: space-evenly;
    gap: 12px;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.divi-pack {
    position: relative;
    width: 94px;
    height: 78px;
    cursor: pointer;
    user-select: none;
	background-color: #ddd;
	border-radius: 10.27px ;
	flex: 0 0 auto;
}

.divi-pack-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto !important;
	background-color: #c3b189;
	border-radius: 10.27px 10.27px 0px 0px;
	transition: background-color 0.3s;
	font-size:10px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:5px 0;
}
/* Hide top for qty 1 */
.divi-pack[data-qty="1"] .divi-pack-top {
    display: none;
}
.divi-pack-qty {
    position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: 66px;
        font-family: "Open Sans-SemiBold", Helvetica;
        font-weight: 600;
        color: #21201c;
        font-size: 18px;
        text-align: center !important;
}
.divi-pack[data-qty="1"] .divi-pack-qty {
    top:30px;
}
.divi-pack-discount {
    text-align: left;
    line-height: 1.15;
    color: #000;
	font-weight:700;
	font-size:11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    letter-spacing: -0.5px;
}
.divi-pack,
.divi-pack-top {
    box-sizing: border-box;
}
/* Responsive adjustments */
@media (max-width: 1100px) {
    .divi-pack-selection { 
		justify-content: flex-start; 
	}
	.divi-pack-top{
		
		font-size:8px!important;
	}
	.divi-pack-discount {
		font-size:9px!important;
	}
}
@media (max-width: 980px) {
    .divi-pack-selection { 
		justify-content: flex-start; 
	}
	.divi-pack-top{
		font-size:8px!important;
	}
	.divi-pack-discount {
		font-size:9px!important;
	}
}
@media (max-width: 880px) {
    .divi-pack-selection { 
		justify-content: center; 
		
	}
	.divi-pack{
		width:120px;
		height:100px
	}
	.divi-pack[data-qty="1"] .divi-pack-qty {
		top:45px;
	}
	.divi-pack-qty{
		top:55px;
	}
	.divi-pack-top{
		
		font-size:10px!important;
	}
	.divi-pack-discount {
		font-size:11px!important;
	}
}
@media (max-width: 700px) {
	.divi-pack{
		width:100px;
		height:80px
	}
	.divi-pack[data-qty="1"] .divi-pack-qty {
		top:35px;
	}
	.divi-pack-qty{
		top:45px;
	}
}
@media (max-width: 600px) {
	.divi-pack{
		width:90px;
		height:70px
	}
	.divi-pack[data-qty="1"] .divi-pack-qty {
		top:35px;
	}
	.divi-pack-qty{
		top:45px;
	}
}
@media (max-width: 500px) {
	.divi-pack{
		width:80px;
		height:85px
	}
	.divi-pack[data-qty="1"] .divi-pack-qty {
		top:30px;
	}
	.divi-pack-qty{
		top:50px;
	}
}
 /* Custom styling for the native Add to Cart button */
button.single_add_to_cart_button.button.alt {
        border: none !important;
        background-color: #383B13 !important;
        color: white !important;
        width: 100% !important;
		height:52px!important;
        padding: 12px 12px  !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        font-size: 16px !important;
        font-weight: bold !important;
        text-align: center !important;
        transition: background-color 0.3s ease !important;
		margin:0!important;
		grid-area: button !important;
    }
button.single_add_to_cart_button.button.alt:hover{
	        background-color: #383B13 !important;

}
button.single_add_to_cart_button.button.alt:hover {
        background-color: #2E3110 !important;
    }
button.single_add_to_cart_button.button.alt:selected {
        background-color: #232508 !important;
    }
 button.single_add_to_cart_button.button.alt:disabled {
        background-color: #A8AD8C !important;
        cursor: not-allowed !important;
    }
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt:hover {
	background-color: #383B13 !important;    
	color: #ffffff !important;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover {
    background-color: #383B13 !important;
    color: #ffffff !important;
}
/* Styled native quantity input */
.bos4w-display-wrap{
grid-area: bos !important;
	padding-bottom:15px!important;
	padding-top:15px!important;
	border-bottom:1px double #EFBF04!important;
	border-top:1px double #EFBF04!important;

}
.bos4w-display-plan-text{
margin-bottom:10px;
	display:none;
}
.bos4w-display-options ul li{
color:#000!important;
}
/* ── Main options container ── */
.bos4w-display-options {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bos4w-display-options > ul {
    margin: 0;
    padding: 0;
}
.bos4w-display-options li {
    margin: 0.5rem 0;
}
/* ── Radio label styling ── */
.bos4w-display-options ul li::marker{
display:none!important;
}
.bos4w-display-options ul{
list-style:none!important;
padding:0!important;
}
.bos4w-display-options label {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.05rem;
    color: #2c2c24;
    transition: all 0.22s ease;
    position: relative;
}
/* Hover & focus states */
.bos4w-display-options label:hover {
    transform: translateY(-1px);
}
/* Selected / checked state */
.bos4w-display-options input[type="radio"]:checked + label {
    font-weight: 600;
}
/* Radio button itself - modern accent */
.bos4w-display-options input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #383B13;
    margin: 0;
}
/* ── Dropdown / Frequency selector ── */
.bos4w-display-dropdown {
    margin-top: 1rem;
}
.bos4w-display-dropdown select,
.bos4w-display-dropdown .bos4w-frequency-select {
    width: 100%;
    max-width: 340px;
    padding: 0.75rem 1rem;
    border: 1.5px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    color: #21201c;
    transition: border-color 0.2s;
}
.bos4w-display-dropdown select:focus {
    outline: none;
    border-color: #383B13;
    box-shadow: 0 0 0 3px rgba(56, 59, 19, 0.15);
}
/* Discount text / savings badge (common in plugin) */
.bos4w-display-options .bos4w-savings,
.bos4w-display-options .discount-amount,
.bos4w-display-options .save-text {
    color: #2e7d32;
    font-weight: 700;
    margin-left: 8px;
    font-size: 0.95em;
}
/* ── When nothing is selected / initial state ── */
.bos4w-display-dropdown[style*="display: none"],
.bos4w-display-dropdown:not([style*="block"]) {
    opacity: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}
.bos4w-display-dropdown label{
	margin-right:10px!important;
}
/* =========================================
   CUSTOM FULL RADIO CIRCLE
========================================= */

.bos4w-display-options input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #e7e7e7;

    border: none;

    cursor: pointer;

    transition: all 0.25s ease;

    margin: 0;

    flex-shrink: 0;
}

/* Selected = green */
.bos4w-display-options input[type="radio"]:checked {
    background: #383B13;
}
   /* quantity */
.woocommerce .qib-button-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 120px !important;
    height: 52px !important;
    background-color: #f0f0f0 !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    box-sizing: border-box !important;
    gap: 0 !important;
	margin:0!important;
}

/* Hide the inner quantity wrapper's own layout */
.woocommerce .qib-button-wrapper .wqpmb_quantity {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* The number input */
.woocommerce .qib-button-wrapper input.qty {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    text-align: center !important;
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    appearance: none !important;
    -moz-appearance: textfield !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Hide number input spinners */
.woocommerce .qib-button-wrapper input.qty::-webkit-inner-spin-button,
.woocommerce .qib-button-wrapper input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Minus and Plus buttons */
.woocommerce .qib-button-wrapper button.qib-button {
    position: static !important;
    transform: none !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    background-color: #f0f0f0  !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    cursor: pointer !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease !important;
}

.woocommerce .qib-button-wrapper button.qib-button:hover {
    background-color: #e8e8e8 !important;
}

/* Mobile */
@media (max-width: 992px) {
    .woocommerce .qib-button-wrapper {
        width: 130px !important;
    }

    .woocommerce .qib-button-wrapper button.qib-button {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        font-size: 18px !important;
    }

    .woocommerce .qib-button-wrapper input.qty {
        font-size: 15px !important;
    }
	
	
}
    

 /* ========================= */
/* TABLET RESPONSIVE */
/* ========================= */
@media (max-width: 992px) {
	.bos4w-display-wrap {
		font-size: 0.9rem;
	}

	.bos4w-display-options ul li {
		font-size: 0.9rem;
	}
}

/* ========================= */
/* MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {
	

	.bos4w-display-wrap {
		font-size: 0.85rem;
	}

	.bos4w-display-options ul li {
		font-size: 0.85rem;
	}

	.no-products {
		padding: 3rem 1rem;
		font-size: 0.9rem;
	}
}
/* ========================= */
/* SMALL PHONES */
/* ========================= */
@media (max-width: 480px) {

	

	.bos4w-display-wrap {
		font-size: 0.8rem;
	}

	.bos4w-display-options ul li {
		font-size: 0.8rem;
	}
}