.tax-product_cat .cat-desc {
	display: none;
}
.tax-product_cat.term-research-and-development .cat-desc {
	display: block;
}

/* Bottom Sticky Bar CSS */
.product-sticky-bar {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
    z-index: 99999;
    padding: 5px 15px;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease, visibility 0.35s ease;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.product-sticky-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.product-sticky-bar .elementor-widget-wrap {
	display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}
.product-sticky-bar .elementor-widget-woocommerce-product-title {
	flex: 1;
    min-width: 250px;
}
.product-sticky-bar .elementor-widget-woocommerce-product-title h1 {
	font-size: 18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.single .product-type-easy_product_bundle .product-sticky-bar .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart {
    width: auto;
    margin: 0px !important;
    gap: 10px;
}
.single .product-type-easy_product_bundle .product-sticky-bar .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart .quantity {
    position: static;
}
.product-sticky-bar .elementor-widget-woocommerce-product-price .price del, .product-sticky-bar  .variations_form  .reset_variations, .product-sticky-bar .variations_form .woocommerce-variation-price .price, .product-sticky-bar .stock.in-stock {
	display: none !important;
}
.product-sticky-bar  .elementor-widget-woocommerce-product-price {
	  flex: 0 0 auto;
    max-width: fit-content;
}
.product-sticky-bar .elementor-widget-woocommerce-product-price .price {
	margin: 0px !important;
}
.product-sticky-bar  .variations_form {
	display: flex;
    gap: 10px;
    align-items: center;
}
.product-sticky-bar  .variations_form .variations {
	width: 200px !important;;
    background: none !important;
    margin: 0 !important;
}
.product-sticky-bar  .variations_form .variations .value {
	padding: 0px !important;
}

@media (max-width: 991px) {
	.product-sticky-bar .elementor-widget-wrap {
		gap: 10px;
	}
	.product-sticky-bar .elementor-widget-woocommerce-product-title {
		min-width: 120px;
	}
	.product-sticky-bar .variations_form .variations {
    width: 150px !important;
	}
	.product-sticky-bar .e-add-to-cart--show-quantity-yes {
		width: auto !important;
	}
	.product-sticky-bar .elementor-widget-woocommerce-product-title h1, .product-sticky-bar .elementor-widget-woocommerce-product-price .price {
		font-size: 15px !important;
	}
}

@media (max-width: 767px) {
	.product-sticky-bar .elementor-widget-wrap {
		flex-wrap: wrap;
	}
	.product-sticky-bar .elementor-container, .product-sticky-bar .e-add-to-cart--show-quantity-yes, .single .product-type-easy_product_bundle .product-sticky-bar .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart {
		width: 100% !important;
	}
	.product-sticky-bar  .single_variation_wrap, .product-sticky-bar  .single_variation_wrap button {
		width: 100% !important;
		display: block !important;
	}
	.product-sticky-bar  .single_variation_wrap button {
		padding: 17px;
	}
	.product-sticky-bar .elementor-widget-woocommerce-product-price {
    flex: auto;
    max-width: inherit;
}
	.product-sticky-bar .variations_form {
		position: relative;
    flex-wrap: wrap;
    gap: 10px 0;
	}
	    .product-sticky-bar .variations_form .variations {
        width: calc(100% - 70px) !important;
    }
	.product-sticky-bar .variations_form button {
		margin: 0px !important;
		padding: 17px !important;
	}
	.single .product-type-easy_product_bundle .product-sticky-bar form.cart .quantity {
    position: absolute !important;
    right: 0;
    bottom: 54px;
		top: auto !important;
	}
		.product-sticky-bar .variations_form .quantity {
		position: absolute;
    right: 0;
    bottom: 58px;
    height: 42px;
	}
	.form-cart .single_add_to_cart_button {
		font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 100px 100px 100px 100px;
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
		position: fixed !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    z-index: 9999;
    width: calc(100% - 32px) !important;
		padding: 17px !important;
		margin: 0 auto !important;
	}
}

/* Bottom Sticky Bar CSS */

@media (min-width: 991px) {
.single-product.woocommerce .product .elementor-widget-woocommerce-product-images .flex-viewport:not(:last-child), .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 66vh !important;
}
}

.needsclick.kl-private-reset-css-Xuajs1 span {
	color: #000 !important;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	border: 2px solid #000;
}

.single-product .flex-control-nav.flex-control-thumbs {
    display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 150px;
    padding: 5px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    max-height: initial !important;
    min-height: initial !important;
    border-radius: 8px !important;
}

/* -- Test Product Bundle CSS --- */

.single .product-type-easy_product_bundle #asnp_easy_product_bundle {
	order: 2;
	margin: 15px 0 5px !important;
}
.single .product-type-easy_product_bundle  .elementor-add-to-cart.elementor-product-easy_product_bundle {
	display: flex;
	flex-wrap: wrap;
}
.single .product-type-easy_product_bundle  .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart {
	width: 100%;
	margin: 0px !important;
}
.single .product-type-easy_product_bundle  .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart button {
		display: block;
    width: 100%;
	  margin: 0px !important;
    padding: 17px;
}
.single .product-type-easy_product_bundle  .elementor-add-to-cart.elementor-product-easy_product_bundle form.cart .quantity {
	  position: absolute;
    right: 0;
    top: -60px;
}
.single .product-type-easy_product_bundle  .elementor-widget-woocommerce-product-price .price {
	width: 80%;
}
.single .product-type-easy_product_bundle  .elementor-widget-woocommerce-product-price .price .asnp-totalPrice-section {
	justify-content: flex-start;
}

/* -- Test Product Bundle CSS --- */

.tax-product_cat .cat-desc {
	display: none;
}
.tax-product_cat.term-research-and-development .cat-desc {
	display: block;
}
// for product bundle page styling
.woocommerce-breadcrumb{
    padding: 5px;
}

#cfw-alert-container{
display: none !important;
}

.nav-container .mobile-container .menu-toggle{
    top: -8px;
}

/* Gallery main image fills available width (no fixed width) */
.woocommerce div.product div.images .mvb-gallery-main-img {
    width: 100%;
    min-width: 100%;
    max-width: none;
}

.single-product .page-container.woocommerce .product .woocommerce-description .classic-editor,
.single-product .page-container.woocommerce .product .woocommerce-product-details__short-description .classic-editor {
    padding: 10px 0px 10px 0px !important;
}

/* Scrollable Thumbnails for Desktop/Tablet */
.mvb-gallery-thumbs {
    max-height: 80vh !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.woocommerce span.onsale {
    top: 2em;
    left: 1em;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.single-product .page-container.woocommerce .product .product-layout-container {
    padding-bottom: 5px !important;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    background-color: #fffcf3;
    border-radius: 10px;
}

/* ========================
   Single Product Preloader
   ======================== */
.mvb-product-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fffcf3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}


.mvb-product-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mvb-preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mvb-preloader-logo {
    width: 120px;
    height: auto;
    animation: preloaderPulse 1.5s ease-in-out infinite;
}

.mvb-preloader-spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.mvb-preloader-spinner::before,
.mvb-preloader-spinner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.mvb-preloader-spinner::before {
    width: 100%;
    height: 100%;
    border: 3px solid rgba(185, 93, 14, 0.15);
}

.mvb-preloader-spinner::after {
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #1C3E30;
    animation: preloaderSpin 0.8s linear infinite;
}

@keyframes preloaderSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloaderPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(0.98);
    }
}



/* ========================
   Bundle Accordion Styles - Theme Aligned
   ======================== */
/* Bundle Accordion Wrapper Removed - Now just a container */
.mvb-bundle-visible {
    margin-top: 10px !important;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
}

.mvb-bundle-external-heading {
	display:none;
    font-size: 18px;
    font-weight: 700;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.single-product .page-container.woocommerce .product .product-layout-container {
    gap: 0px;
}


.woocommerce span.onsale {
    background-color: #019267;
}

.product-left-column {
    flex: 0 0 100%;
    max-height: 270px;
    width: 100%;
    max-width: 100%;
}
.asnp-BundleGridItem-product-info .asnp-product-quantity-field {
    display: none !important;
}

/* Old accordion header styles removed */

#asnp_easy_product_bundle {
    max-height: none;
    overflow: visible;
    background: hsla(0,0%,50%,.071);
    padding: 30px 10px;
    border-radius: 14px;
    margin-bottom: 50px;
    border: 1px solid #242424 !important;
}

#asnp_easy_product_bundle.show {
    padding: 0;
}

/* Bundle Product Grid Items */
.asnp-App-GridItem-wrapper {
    gap: 16px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

.asnp-BundleGridItem-ProductBox {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.asnp-BundleGridItem-ProductBox:hover {
    transform: translateY(-3px) !important;
}

.asnp-BundleGridItem-imageBox {
    border-radius: 10px !important;
    border: 2px solid #f0f0f0 !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease !important;
}

.asnp-BundleGridItem-ProductBox:hover .asnp-BundleGridItem-imageBox {
    border-color: #1C3E30 !important;
}

.asnp-BundleGridItem-product-info {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    margin-top: -10px !important;
}

.asnp-onHover {
    background: rgba(185, 93, 14, 0.85) !important;
    border-radius: 10px !important;
}
.asnp-productList-deleteIcon{
    display: none !important;
}
/* Bundle Product List */
.asnp-productList-wrapper {
    margin: 0 !important;
    background: #fafafa;
    border-radius: 10px;
    padding: 5px !important;
	display: none !important;
}

.asnp-productInfo-wrapper {
    padding: 5px 0px !important;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.asnp-productInfo-wrapper:last-child {
    border-bottom: none;
}

.asnp-productInfo-wrapper:hover {
    background: #fff;
    border-radius: 6px;
}

.asnp-productInfo-wrapper>a {
    color: #242424 !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
}

.asnp-productInfo-wrapper>a:hover {
    color: #1C3E30 !important;
}

.asnp-edit-icon {
    color: #019267 !important;
    opacity: 0.7;
    transition: opacity 0.2s ease !important;
}

.asnp-edit-icon:hover {
    opacity: 1 !important;
    color: #a85209 !important;
}

/* Bundle Total Price Section */
.asnp-totalPrice-wrapper {
    background: linear-gradient(135deg, #242424 0%, #3a3a3a 100%) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    margin: 0px 0 !important;
    padding: 10px !important;
    border: none !important;
}

.asnp-totalPrice-wrapper .asnp-totalPrice-title {
    color: #fff !important;
    font-weight: 600 !important;
}

.asnp-totalPrice-wrapper .asnp-totalPrice-section .woocommerce-Price-amount.amount {
    color: #fff !important;
    font-weight: 700 !important;
}

.asnp-totalPrice-wrapper .asnp-totalPrice-section s,
.asnp-totalPrice-wrapper .asnp-totalPrice-section s .woocommerce-Price-amount.amount {
    color: #999 !important;
}

.asnp-totalPrice-wrapper .asnp-off-badge {
    background: linear-gradient(135deg, #019267 0%, #019267 100%) !important;
    font-weight: 700 !important;
    padding: 4px 5px !important;
    border-radius: 20px !important;
    position: static !important;
    margin-left: 10px;
}

.asnp-totalPrice-wrapper .asnp-off-badge::before,
.asnp-totalPrice-wrapper .asnp-off-badge::after {
    display: none !important;
}

.asnp-totalPrice-wrapper .asnp-off-badge {
	text-align: center;
	margin: 0 10px;
}

.asnp-totalPrice-wrapper .asnp-savedPrice {
    background: #019267 !important;
    border-radius: 4px !important;
    padding: 3px 8px !important;
    font-weight: 600 !important;
}

/* Bundle Quantity Buttons */
.asnp-product-quantity-button {
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    transition: all 0.2s ease !important;
}

.asnp-product-quantity-button:hover {
    background: #1C3E30 !important;
    border-color: #1C3E30 !important;
}

.asnp-product-quantity-button:hover span {
    color: #fff !important;
}

/* Bundle Plus Icon */
.asnp-plus-icon .dashicons-plus-alt {
    color: #019267 !important;
    font-size: 26px !important;
}

/* Bundle Alert Messages */
.asnp-alert {
    background: linear-gradient(135deg, #fff9ed 0%, #fff5e0 100%) !important;
    border-left: 4px solid #1C3E30 !important;
    border-radius: 8px !important;
    color: #242424 !important;
}

/* Bundle Description Box */
.bundle-description {
    background: linear-gradient(135deg, #fffcf3 0%, #fff5e0 100%) !important;
    border: 1px solid rgba(185, 93, 14, 0.2) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.bundle-description>.icon {
    color: #1C3E30 !important;
    opacity: 0.3;
}

.bundle-description>.text {
    color: #444 !important;
}

/* Bundle Title Styling */
.asnp-bundle-title h1 {
    color: #1C3E30 !important;
    background: none !important;
}

.asnp-bundle-title::before,
.asnp-bundle-title::after {
    border-bottom-color: #1C3E30 !important;
}

/* Product Price in Bundle */
.asnp-product-Price .woocommerce-Price-amount.amount,
.asnp-productList-price .woocommerce-Price-amount.amount {
    color: #1C3E30 !important;
}

.cart-price-container {
    display: none;
}

/* Product gallery: thumbs left (vertical) + main image right */
.mvb-product-gallery {
    display: flex;
    gap: 12px;

    align-items: flex-start;
    width: 100%;
    max-width: 100%;
}



.mvb-gallery-thumb {
    display: block;
    width: 72px;
    height: 72px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f0f0;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.mvb-gallery-thumb:hover {
    border-color: #1C3E30;
}

.mvb-gallery-thumb.active {
    border-color: #1C3E30;
    box-shadow: 0 0 0 1px #1C3E30;
}

.mvb-gallery-thumb img {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease-out;
    /* Smooth zoom transition */
}

/* Lightbox Styles - Professional & Dark */
.mvb-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mvb-lightbox.mvb-lightbox--open {
    opacity: 1;
    visibility: visible;
}

.mvb-lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* Dark opaque background */
    backdrop-filter: blur(5px);
    /* Subtle blur for modern feel */
}

.mvb-lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mvb-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Lightbox Image Wrapper - Needed for proper centering/masking during zoom */
.mvb-lightbox-img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Hide overflow when panning */
    pointer-events: none;
    /* Let clicks pass through, but image enables pointer events */
}

/* Enable pointer events on image for dragging */
.mvb-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    transform-origin: center center;
    transition: transform 0.1s linear;
    /* Fast response for drag, linear for smooth */
    cursor: grab;
}

/* Zoom Controls */
.mvb-lightbox-zoom-controls {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 2000;
}

.mvb-lightbox-zoom-btn {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.mvb-lightbox-zoom-btn:hover {
    background: #1C3E30;
    transform: scale(1.1);
    border-color: #1C3E30;
}

.mvb-lightbox-close {
    position: fixed;
    /* Fixed to viewport */
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, color 0.2s;
    z-index: 2000;
    /* High z-index to be above image */
}

.mvb-lightbox-close:hover {
    color: #1C3E30;
    /* Theme orange */
    transform: scale(1.1);
}

.mvb-lightbox-nav {
    position: fixed;
    /* Fixed to viewport */
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    /* Slight background for visibility */
    border: none;
    color: #fff;
    font-size: 30px;
    padding: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s, transform 0.2s;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.mvb-lightbox-nav:hover {
    background: rgba(185, 93, 14, 0.8);
    /* Orange on hover */
    transform: translateY(-50%) scale(1.1);
}

.mvb-lightbox-prev {
    left: 30px;
}

.mvb-lightbox-next {
    right: 30px;
}

.mvb-gallery-main {
    flex: 1 1 0%;
    min-width: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #eaeaea;
    position: relative;
}

/* Prev/Next image arrows */
/* Prev/Next image arrows */
.mvb-gallery-prev,
.mvb-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    opacity: 0;
    /* Hidden by default, shown on hover */
    visibility: hidden;
}

.mvb-gallery-main:hover .mvb-gallery-prev,
.mvb-gallery-main:hover .mvb-gallery-next {
    opacity: 1;
    visibility: visible;
}

/* Magnifier / Zoom Trigger Icon */
.mvb-gallery-zoom-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.mvb-gallery-zoom-trigger:hover {
    transform: scale(1.1);
    border-color: #1C3E30;
}

.mvb-gallery-zoom-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3Cline x1='11' y1='8' x2='11' y2='14'%3E%3C/line%3E%3Cline x1='8' y1='11' x2='14' y2='11'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.3s ease;
}

.mvb-gallery-zoom-trigger:hover .mvb-gallery-zoom-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B95D0E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3Cline x1='11' y1='8' x2='11' y2='14'%3E%3C/line%3E%3Cline x1='8' y1='11' x2='14' y2='11'%3E%3C/line%3E%3C/svg%3E");
}

/* Ensure main image shows pointer to indicate clickability */
.mvb-gallery-main-img {
    cursor: pointer;
}

.mvb-gallery-prev:hover,
.mvb-gallery-next:hover {
    background: rgba(0, 0, 0, 0.75);
}

.mvb-gallery-prev {
    left: 12px;
}

.mvb-gallery-next {
    right: 12px;
}

.mvb-gallery-prev svg,
.mvb-gallery-next svg {
    display: block;
    width: 24px;
    height: 24px;
}

.mvb-gallery-main-img {
    width: 100%;
    height: 70vh;
    max-height: 700px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* Whole product fade-in */
.product-layout-container.mvb-product-loading {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.product-layout-container.mvb-product-ready {
    opacity: 1;
}

/* Layout Styles 70/30 Split - Adjusted to prevent wrap */
.product-layout-container,
.product-left-column,
.product-right-column {
    box-sizing: border-box;
}

.product-layout-container {
    display: flex;
    gap: 0;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
    position: relative;
}

.product-left-column {
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: fit-content;
    max-height: calc(100vh - 120px);
}

.product-right-column {
    flex: 0 0 28%;
    width: 28%;
    max-width: 33%;
    min-height: 100%;
}


body.single-product .site-main.single-product {
    overflow: clip;
}
body.single-product .faq-section h2 {
    color: #1C3E30 !important;
}


/* Related Products Full Width Customization */
.related.products {
    width: 100%;
    clear: both;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.related.products ul.products li.product {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-bottom: 20px;
}

/* Sticky Add To Cart Bar – theme-aligned, smooth slide-up */
.mvb-sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
    z-index: 99999;
    padding: 5px 15px;
    box-sizing: border-box;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.35s ease,
        visibility 0.35s ease;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.mvb-sticky-cart.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mvb-sticky-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    gap: 16px;
}

.mvb-sticky-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
}

.mvb-sticky-title {
    font-size: 15px;
    font-weight: 700;
    color: #242424;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.mvb-sticky-options {
    display: flex;
    align-items: center;
}

.mvb-sticky-options select {
    appearance: none;
    -webkit-appearance: none;
    padding: 10px 36px 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f8f8f8;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    min-width: 140px;
    transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.mvb-sticky-options select:hover {
    border-color: #1C3E30;
    background-color: #fff;
}

.mvb-sticky-options select:focus {
    outline: none;
    border-color: #1C3E30;
    box-shadow: 0 0 0 2px rgba(185, 93, 14, 0.15);
}

/* Quantity in sticky bar */
.mvb-sticky-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f8f8f8;
    overflow: hidden;
}

.mvb-sticky-qty-minus,
.mvb-sticky-qty-plus {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.mvb-sticky-qty-minus:hover,
.mvb-sticky-qty-plus:hover {
    background: rgba(185, 93, 14, 0.1);
    color: #1C3E30;
}

.mvb-sticky-qty-input {
    width: 48px;
    height: 40px;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #242424;
}

.mvb-sticky-qty-input::-webkit-inner-spin-button,
.mvb-sticky-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mvb-sticky-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}

.mvb-sticky-price-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
}

.mvb-sticky-price-wrap .mvb-btn-price {
    font-size: 18px;
    font-weight: 800;
    color: #242424;
}

.mvb-sticky-price-wrap .mvb-btn-price .woocommerce-Price-amount,
.mvb-sticky-price-wrap .mvb-btn-price bdi {
    color: inherit;
}

.mvb-sticky-action {
    display: flex;
    align-items: center;

}

.mvb-sticky-btn {
    background-color: #1C3E30 !important;
    color: #fff !important;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 60px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, transform 0.15s;
    font-family: "Sofia Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.mvb-sticky-btn:hover:not(.disabled) {
    background-color: #A9590F !important;
}

.mvb-sticky-btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.woocommerce div.product div.images {
    margin-bottom: 2em;
    margin-top: 1em !important;
    width: 100%;
    max-width: 100%;
}

.single-product .page-container.woocommerce .product .summary {
    background-color: transparent !important;

}

/* Custom Variation Tabs Styles - Horizontal Toggle Bar */
.mvb-custom-variations-container {
    display: flex;
    flex-wrap: nowrap;
    /* Horizontal line */
    gap: 5px;
    margin-top: 3px;
    margin-bottom: 10px;
    background-color: #E6E6E1;
    /* Beige Container */
    padding: 5px;
    border-radius: 10px;
    /* Pill shape container */
    width: 100%;
    box-sizing: border-box;
}

.mvb-variation-tab {
    flex: 1;
    /* Equal width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    /* Transparent default */
    border: none;
    border-radius: 10px;
    /* Pill shape inner */
    padding: 8px 15px;
    cursor: pointer;
    min-width: auto;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: none;
    /* No shadow default */
    white-space: nowrap;
    /* Keep text on one line if possible */
}

.mvb-variation-tab:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: none;
    /* Reset transform */
}

.mvb-variation-tab.active {
    background: #fff;
    /* White active */
    border-color: transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.mvb-tab-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    /* Muted default */
    margin-bottom: 2px;
    line-height: 1.2;
}

.mvb-variation-tab.active .mvb-tab-label {
    color: #333;
    /* Darker active */
}

.mvb-tab-price {
    font-weight: 700;
    color: #1C3E30;
    /* Theme Orange Price */
    font-size: 14px;
    line-height: 1.2;
}

/* New Price Heading Style */
.mvb-price-heading {
    color: #1C3E30 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

/* Price Wrapper for note */
.mvb-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Select Variant Note */
.mvb-select-variant-note {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-style: italic;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.mvb-select-variant-note.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Ensure standard Woo label is hidden */
.variations th.label {
    display: none !important;
}

/* Refine Price and Offer Styling */

/* Hide the main price range in the summary */
.single-product .price-notice-container .price {
    display: none !important;
}

/* Style the BOGO Offer Bar */
.bogo_discount_bar {
    background-color: #1C3E30;
    /* Theme Orange */
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    /* Matching new styling */
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bogo_discount_bar_content {
    /* Ensure content is centered if needed */
    display: flex;
    color: white;
    align-items: center;
    text-align: left;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.bogo_discount_bar {
    padding: 10px;
}

/* Container Cleanup - Remove borders */
.price-notice-container {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    display: block;
    /* Ensure it stacks */
}

/* Ensure notice section takes full width */
.product-notice-section {
    width: 100%;
}

.bogo_discount_bar {
    background-color: #1C3E30;
    color: #fff;
    padding-left: 20px !important;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

/* Clear Selection Button Styling - Removed (button no longer needed) */

/* Remove Orange Lines (Borders) */
.single-product .heading {
    border: none !important;
}

.single-product .options {
    border: none !important;
}

.single-product table.variations {
    border: none !important;
}

.single-product table.variations td,
.single-product table.variations th {
    border: none !important;
}

.single-product .page-container.woocommerce .product .cart .options {
    display: flex !important;
    flex-direction: column !important;
    align-items: normal;
    justify-content: space-between !important;
    gap: 18px;
    padding: 16px 24px;
    /* flex-wrap: wrap; */
    max-width: none;
    width: 100%;
}
.single-product .page-container.woocommerce .product .summary form.cart{
    border-bottom: none !important;
}

.single-product .page-container.woocommerce .product .summary form.cart .options .variations {
    border-bottom: none !important;
    padding: 0 0 0px;
    margin-bottom: 0px;
    max-width: none;
}

.single-product .page-container.woocommerce .product .summary form.cart .options {
    padding: 3px 0 !important;
}

.single-product .page-container.woocommerce .product table.variations td.value {
    display: flex;
    flex-direction: column;
}

.single-product .page-container.woocommerce .product .summary form.cart .options .social-proof {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.single-product .page-container.woocommerce .product .price-notice-container .product-notice-section .awdr_discount_bar:before,
.single-product .page-container.woocommerce .product .price-notice-container .product-notice-section .bogo_discount_bar:before {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
}

.woocommerce div.product form.cart div.quantity {

    margin: 0 !important;
}

.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0;

}

.custom-quantity-wrapper .quantity {
    margin: 0;
}

.custom-quantity-wrapper input[type="number"].qty {
    width: 60px;
    height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-radius: 0;
    -moz-appearance: textfield;
    margin: 0;
    padding: 0;
}

.custom-quantity-wrapper input[type="number"].qty::-webkit-outer-spin-button,
.custom-quantity-wrapper input[type="number"].qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-quantity-wrapper .quantity-minus,
.custom-quantity-wrapper .quantity-plus {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.custom-quantity-wrapper .quantity-minus {
    border-radius: 8px 0 0 8px;
}

.custom-quantity-wrapper .quantity-plus {
    border-radius: 0 8px 8px 0;
}

.custom-quantity-wrapper .quantity-minus:hover,
.custom-quantity-wrapper .quantity-plus:hover {
    background: #f5f5f5;
}

/* Mobile Slider Validations */
.carousel {
    position: relative;
    /* Ensure dots can be absolute positioned relative to this */
}

.carousel__dots {
    display: none;
}

/* Sticky Header Styles */
.mobile-container.sticky-visible {
    position: fixed;
    background: #d77012 !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

}

.mvb-variation-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    border-radius: 10px;
    padding: 5px 5px;
    cursor: pointer;
    min-width: auto;
    text-align: center;
    transition: all .3s ease;
    box-shadow: none;
    white-space: nowrap;
}

.mvb-custom-variations-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: space-around;
}

.mvb-variation-tab {
    flex: 0 0 auto;
    min-width: 40px !important;
}


/* Ensure PhotoSwipe Lightbox stays on top of sticky elements */
.pswp {
    z-index: 999999 !important;
}

.needsclick span {
    color: #ffffff !important;
}


.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    color: #ffffff !important;
    top: 40vh;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: hidden;
}

.woocommerce div.product form.cart {
    margin-bottom: 0em;
}

.search-bar-container.mobile .mobile-search-close {
    z-index: 1000000;
}

.single-product .page-container.woocommerce .product .summary form.cart .heading{
    padding:3px 0;
}

.single-product .page-container.woocommerce .product .single_variation_wrap {
    flex-basis: 50%;
    padding-right: 0px;
}

.single-product .page-container.woocommerce .product h1.product_title{
    font-size: 1.8rem;
    margin-bottom: 0;

}
@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


/* ---- Custom CSS Start Here  ----- */
.woocommerce ul.products span.onsale {
	left: 0 !important;
	top: 0 !important;
}
.single-product.woocommerce span.onsale {
	z-index: 999;
    padding: 2px 8px;
    color: #fff;
}
.single-product .product .price-notice-container .woocommerce-product-rating {
	display: none !important;
}
.single-product .product .price-notice-container .product-notice-section {
	flex-basis: auto !important;
    margin: 10px 0 0 !important;
	border: none !important;
}
.single-product .product-notice-section .bogo_discount_bar {
    padding: 8px 12px !important;
}
.single-product .product-tagline.product-line.second-line {
    font-style: normal;
}
.single-product .mvb-custom-variations-container {
    gap: 0;
    padding: 0px;
    border: 1px solid #8a857e;
}
.single-product .mvb-custom-variations-container .mvb-tab-label {
    font-size: 13px;
}
.single-product .mvb-custom-variations-container .mvb-tab-price {
    font-size: 15px;
}
.single-product .mvb-custom-variations-container .mvb-variation-tab {
    flex: 1 !important;
    border-radius: 0px;
    padding: 7px 5px;
    border-right: 1px solid #8a857e;
}
.single-product .mvb-custom-variations-container .mvb-variation-tab:last-child {
    border-right: none;
	border-radius: 0 10px 10px 0;
}
.single-product .mvb-custom-variations-container .mvb-variation-tab:first-child {
	border-radius: 10px 0 0 10px;
}
.single-product .product-badges-container span.highlight,
.single-product .product-tags .product-tag:hover {
    color: #fff !important;
    border: 1px solid #1C3E30 !important;
    background: #1C3E30;
    transition: all ease 0.3s;
}
.single-product .product-tags {
    margin-top: 8px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.single-product .product-tags .product-tag {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f0e0c4;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #4a3520 !important;
    border: 1px solid #8a857e;
    font-style: normal;
}
.single-product .product-tags .product-tag:first-child {
    order: 1;
}
.single-product .product-tags .product-tag:nth-child(2) {
    order: 2;
}
.single-product .page-container.woocommerce .product .summary form.cart .options {
    padding: 7px 0 0 !important;
}
.single-product .faq summary:after {
    font-size: 18px;
}
.single-product .mvb-product-brand-display {
    padding: 5px 0;
}
.single-product .mvb-product-brand-display a {
    color: #1C3E30;
    text-decoration: none;
    transition: color .3s ease;
}

.single-product .mvb-image-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    padding: 6px 12px;
    background-color: #2d5a3f;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
    font-style: italic;
}
.single-product .mvb-product-gallery.has-thumbs .mvb-image-category {
    left: 95px;
}
.single-product .flavor-profile-badge {
    display: none;
}
.single-product .woocommerce-breadcrumb a {
    text-decoration: none !important;
}

.single-product .page-container.woocommerce .product .price-notice-container div >div {
	font-size: 16px !important; 
} 
.single-product .page-container.woocommerce .product .cart button[type=submit] {
	cursor: pointer;
}

/* ----- Review Section ------- */
.single-product .sec.reviews {
	border-top: none !important;
}
.reviews-slider {
	width: 100%;
}
.single-product .reviews-slider .review-card {
	padding: 10px;
	background: #fff;
}
.single-product .reviews-slider .card-inner {
	color: #fff;
	min-height: 240px;
	border-top-width: 2px !important;
	border-bottom-width: 2px !important;
	border-left-width: 2px !important;
	border-right-width: 2px !important;
	background-color: #fff !important;
	border-color: #1C3E30 !important;
	border-style: solid !important;
	border-radius: 12px !important;
	padding: 20px !important;
	margin: 0 !important;
	display: block !important;
	position: relative;
}
.reviews-slider .card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.reviews-slider .user-info {
	display: flex;
	align-items: center;
	gap: 12px;
}
.reviews-slider .avatar, .reviews-slider .avatar-img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #78909c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
}

.reviews-slider .avatar.blue { background-color: #3f51b5; }
.reviews-slider .user-details h4 { 
	margin: 0; 
	font-weight: 700;
	font-size: 16px;
	padding-right: 25px;
	color: #242424;
}
.reviews-slider .user-details span { font-size: 13px; color: #242424; }
.reviews-slider .google-icon { width: 20px; height: 20px; }
.reviews-slider .stars {
	color: #fbc02d;
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.reviews-slider .verified-check {
	background: #1e88e5;
	color: white;
	font-size: 10px;
	width: 15px;
	height: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.reviews-slider .review-text {
	font-size: 16px;
	line-height: 1.3;
	color: #242424;
	text-align: left;
}


/* Slick Arrow Customization */
.reviews-slider .slick-prev:before, .reviews-slider .slick-next:before {
	display: none !important;
}

.reviews-slider .custom-arrow {
	width: 30px !important;
	height: 30px !important;
	background-color: #1C3E30 !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 10;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
}
.reviews-slider .custom-arrow svg {
	margin: -1px 3px 0 0;
}

.reviews-slider .arrow-icon {
	width: 24px;
	height: 24px;
	fill: white; 
}

.reviews-slider .slick-prev.custom-arrow {
	left: -7px; 
}
.reviews-slider .slick-next.custom-arrow {
	right: -7px;
}

@media (prefers-color-scheme: light) {
    .single-product .benefits-list li, .single-product .product-badges-container span,
	.single-product .product-tagline.product-line,
    .app-product-reviews {
        color: #000 !important;
    }
    .single-product .product-badges-container span {
        border: 1px solid #8a857e;
    }
    .single-product .product-badges-container span.highlight,
    .single-product .product-tags .product-tag:hover {
        color: #fff !important;
        border: 1px solid #1C3E30 !important;
        background: #1C3E30;
    }
    .single-product .ti-widget.ti-goog .ti-review-content {
        color: #fff !important;
    }
    .single-product .faq details[open] div {
        font-size: 16px;
        color: #fff;
    }
    .single-product .faq details[open] div div {
        padding: 0 16px 12px;
    }
    .single-product .product-tagline.product-line, .single-product .benefits-list li {
        font-size: 1rem !important;
    }

}

@media (max-width: 1199px) {
    .mobile-container.sticky-visible {
        background: #fffcf3 !important;
    }
}

@media (max-width: 991px) {
	.reviews-slider.slick-slider .slick-track, .reviews-slider.slick-slider .slick-list {
		height: auto !important;
	} 
}

@media (max-width: 767px) {
    .mobile-container.navb .logo {
        font-size: 20px !important;
    }
    .nav-container .mobile-container .menu-toggle {
        padding: 20px 14px 16px;
    }
    .single-product .faq summary, .single-product .bogo_discount_bar_content {
        font-size: 1rem !important;
    }
    .single-product .faq-section {
        padding: 12px 0;
    }
    .single-product .mvb-image-category, .single-product .mvb-product-gallery.has-thumbs .mvb-image-category  { 
        left: 12px;
        top: 12px;
    }
	.single-product .page-container.woocommerce .product .price-notice-container {
		flex-direction: row !important;
	}
	.single-product .product .price-notice-container .product-notice-section {
		margin: 5px 0 !important;
	}
	.single-product .page-container.woocommerce .product .product-left-column .woocommerce-short-description-mobile-only {
		padding-left: 20px;
	}

}

/* ---- Custom CSS Ends Here  ----- */

/* ===============================================================
=======================================================================================================
   Resposivness
=======================================================================================================
======================================================================================================= */

/* ========================
   Desktop Specific / Min-Width
=======================================================================================================
======================================================================================================= */

/* Hide mobile search toggle on desktop */


@media (min-width: 769px) {
    .single-product .page-container.woocommerce .product .price-notice-container .product-notice-section {
        border-left: none !important;
        border-right: none !important;
        padding: 0 !important;
    }

/*     .woocommerce div.product div.images img:not(.mvb-gallery-thumb img) { 
        min-height: none;
        max-height: 270px;
    }*/

    .mvb-gallery-thumbs::-webkit-scrollbar {
        display: none;
    }
	
}

@media (min-width: 1024px) {
    .single-product .page-container.woocommerce .product .summary {
        padding: 8px;
    }
}

@media (prefers-color-scheme: dark) {
    .mvb-select-variant-note {
        color: #aaa;
    }
}

@media (prefers-color-scheme: dark) {
    .mvb-gallery-thumb {
        background: #333;
    }

    .mvb-gallery-main {
        background: #2a2a2a;
    }

    .mvb-gallery-prev,
    .mvb-gallery-next {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .mvb-gallery-prev:hover,
    .mvb-gallery-next:hover {
        background: rgba(255, 255, 255, 0.35);
    }
}

/* Responsive Lightbox Adjustments */
@media (max-width: 769px) {
    .mvb-lightbox-close {
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        font-size: 36px;
        background: rgba(0, 0, 0, 0.5);
        /* Background for visibility on mobile */
        border-radius: 50%;
    }

    .mvb-lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 24px;
        background: rgba(0, 0, 0, 0.5);
    }

    .mvb-lightbox-prev {
        left: 10px;
    }

    .mvb-lightbox-next {
        right: 10px;
    }

    .mvb-lightbox-prev,
    .mvb-lightbox-next {
        display: flex;
        /* Keep arrows on mobile if desired, or set to none */
    }

    .mvb-lightbox-img {
        max-width: 100vw;
        max-height: 80vh;
    }
}

/* Responsive Lightbox Adjustments */
@media (max-width: 769px) {
    .mvb-lightbox-zoom-controls {
        bottom: 20px;
    }

    .mvb-lightbox-img-wrap {
        overflow: visible;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .bundle-accordion-wrapper {
        background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
        border-color: #1C3E30;
    }

    #asnp_easy_product_bundle.show {
        background: #1a1a1a;
    }

    .asnp-productList-wrapper {
        background: #242424;
    }

    .asnp-productInfo-wrapper:hover {
        background: #2a2a2a;
    }

    .asnp-productInfo-wrapper>a {
        color: #fff !important;
    }

    .asnp-BundleGridItem-product-info {
        background: #242424 !important;
        border-color: #333 !important;
    }

    .bundle-description {
        background: linear-gradient(135deg, #242424 0%, #2a2a2a 100%) !important;
        border-color: rgba(185, 93, 14, 0.3) !important;
    }

    .bundle-description>.text {
        color: #ccc !important;
    }

    .asnp-alert {
        background: linear-gradient(135deg, #242424 0%, #2a2a2a 100%) !important;
        color: #fff !important;
    }
}

@media (prefers-color-scheme: dark) {
    .mvb-bundle-visible {
        border-color: #333;
        background: #1a1a1a;
    }

    .mvb-bundle-external-heading {
        color: #fff;
    }
}


@media (min-width: 1250px) {
    .single-product .page-container.woocommerce .product .product-layout-container {
        gap: 0px;
    }
}

@media (prefers-color-scheme: dark) {
    .mvb-product-preloader {
        background: #1a1a1a;
    }

    .mvb-preloader-spinner::before {
        border-color: rgba(185, 93, 14, 0.25);
    }
}

/* Mobile Adjustments for Bundle */
@media (max-width: 769px) {
/*     .woocommerce div.product div.images img:not(.mvb-gallery-thumb img) { 
        min-height: 250px;
        max-height: 250px;
    }*/

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        height: 270px !important;
    }

    .single-product .page-container.woocommerce .product .woocommerce-product-gallery {
        height: 330px;
        border-radius: 10px;
        position: relative;
    }

    .bundle-accordion-header {
        padding: 14px 18px;
        font-size: 13px;

    }


    #asnp_easy_product_bundle.show {
        padding: 16px;
    }

    .asnp-totalPrice-wrapper {
        padding: 16px !important;
        margin: 16px 0 !important;
    }

    .asnp-productList-wrapper {
        padding: 0;
    }

    .asnp-productInfo-wrapper {
        padding: 5px 0px !important;
    }
}


/* ========================
   Tablet Styles (Max 991px)
   ======================== */

@media (max-width: 991px) {

    .mvb-sticky-action {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        height: 400px;
    }

    .mobile-search-toggle {
        display: none;
    }

        position: static;
        max-height: 390px;

    }

/*     .dgwt-wcas-search-wrapp {
        min-width: 90vw;
    } */

    .single-product .page-container.woocommerce .product h1.product_title {
        margin-bottom: 0px;
        font-size: 1.5rem;
    }

    .woocommerce div.product div.images .mvb-gallery-main-img {
        width: 100%;
        max-width: none;
    }

    .product-left-column,
    .product-right-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .product-layout-container {
        gap: 20px;
    }
}

/* Tablet Only (769px - 1023px) - Image on top */
@media (min-width: 770px) and (max-width: 1023px) {
    .woocommerce div.product div.images img:not(.mvb-gallery-thumb img) {
        min-height: 40vh;
    }

    /* Scrollable Thumbnails for Desktop/Tablet */
    .mvb-gallery-thumbs {
        max-height: 40vh !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    .single-product .page-container.woocommerce .product .summary {
        background-color: light-dark(#f2f2f2, #242424);
        padding: 0px 0px 23px;
    }

    .product-left-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        align-self: flex-start;
        height: fit-content;
        max-height: calc(100vh - 120px);
    }

    .woocommerce div.product div.images img:not(.mvb-gallery-thumb img) {
        min-height: 40vh;
        max-height: 40vh;
    }

    .product-right-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
    }

    .single-product .page-container.woocommerce .product .product-layout-container {
        flex-direction: column !important;
        gap: 0px;
    }
}

/* ========================
   Mobile Styles (Max 769px)
   ======================== */

@media (max-width: 769px) {
    .related.products ul.products li.product {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
	.woocommerce span.onsale {
    top: 2em;
    left: 1em;
}


}

@media (max-width: 769px) {
    .related.products .slick-arrow {
        top: -60px;
        /* Adjust for mobile */
    }

    /* Scrollable Thumbnails for Desktop/Tablet */
    .mvb-gallery-thumbs {
        max-height: 250px !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        scroll-behavior: smooth;
    }

    .mobile-search-toggle {
        display: none;
    }

    /* Mobile Sticky Bar */
    .mvb-sticky-title {
        display: none !important;
    }

    .mvb-sticky-cart {
        padding: 12px 16px !important;
    }

    .mvb-sticky-container {
        justify-content: center !important;
    }

    .mvb-sticky-right {
        width: 100%;
        justify-content: space-between;
        gap: 8px 12px;
    }

    .mvb-sticky-qty .mvb-sticky-qty-input {
        width: 40px;
    }

    .mvb-sticky-qty-minus,
    .mvb-sticky-qty-plus {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .mvb-sticky-options select {
        max-width: 120px;
        padding: 8px 28px 8px 10px !important;
        font-size: 13px !important;
        min-width: auto !important;
    }

    .mvb-sticky-price-wrap .mvb-btn-price {
        font-size: 16px;
    }

    .mvb-sticky-btn {
        padding: 10px 18px !important;
        font-size: 13px !important;
        white-space: nowrap;
        width: 100%
    }

    .single-product .page-container.woocommerce .product .summary {
        background-color: light-dark(#f2f2f2, #242424);
        padding: 0px 0px 0px !important;
    }
}

@media (max-width: 769px) {



    .banner-bar {

        padding: 2px 0 2px;
    }

    .cart-price-container {
        display: none;
    }

    .single-product .woocommerce-breadcrumb {
        display: none;
    }

    .single-product .page-container.woocommerce .product .summary>.woocommerce-product-details__short-description {
        padding: 16px;
        border-bottom: 1px solid #ee8f39;
        margin-bottom: 10px;
    }

    /* Mobile gallery: same orientation (thumbs left, main right); thumbs show 2–3 at a time with scroll */
    .single-product .product-left-column {
        max-height: none;
    }

    .mvb-product-gallery {
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }



    .mvb-gallery-thumb {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
    }

    .mvb-gallery-main-img {
        max-height: 60vh;
    }

    /* Maintain horizontal scrolling or stacking if too many? 
       Request was horizontal line, implying scrolling or squeeze */
    .mvb-custom-variations-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mvb-variation-tab {
        flex: 0 0 auto;
        /* Allow scrolling */
        min-width: 100px;
    }

    .single-product .page-container.woocommerce .product h1.product_title {
        font-size: 1.3rem;
        margin-bottom: 2px;
    }


    .bogo_discount_bar_content {
        padding: 0px;
        font-size: 12px;
    }

    .bogo_discount_bar {
        padding: 8px;
        padding-left: 5px !important;
    }

    .single-product .page-container.woocommerce .product .price-notice-container .product-notice-section .awdr_discount_bar:before,
    .single-product .page-container.woocommerce .product .price-notice-container .product-notice-section .bogo_discount_bar:before {
        padding: 5px;

    }

    .woocommerce-breadcrumb {
        padding: 10px;
        font-size: 12px;
    }

    .single-product .page-container.woocommerce .product .product-layout-container {
        flex-direction: column;
        gap: 0px;
    }


    .single-product .page-container.woocommerce .product .cart .quantity input[type=number] {
        height: 25px;
        margin: 0;
        width: 50px;
        font-size: 13px;
        border: none;
    }

    .bogo_discount_bar {
        margin: 0 !important;
    }

    .custom-quantity-wrapper .quantity-minus,
    .custom-quantity-wrapper .quantity-plus {
        width: 30px;
        height: 25px;
    }

    .single-product .page-container.woocommerce .product .price-notice-container .product-notice-section {
        flex: 1;
        flex-basis: 60%;
        padding: 0 !important;
        border-top: none;
    }

    .single-product .page-container.woocommerce .product .cart .heading .title {
        font-size: 1rem;
        color: light-dark(#242424, #fff);
        margin: 0;
    }

    .mvb-tab-label {
        font-size: 10px;
    }

    .mvb-tab-price {

        font-size: 10px;

    }

    .woocommerce div.product div.images {
        margin-bottom: 0;
        margin-top: 10 !important;
    }

}

@media only screen and (max-width: 769px) {

    .carousel {
        height: 350px !important;
        min-height: auto !important;
        margin-bottom: 20px;
        position: relative;
    }

    .carousel .carousel__inner-container {
        height: 100% !important;
        width: 1000% !important;
        /* Make it wide enough to hold slides in a row */
        margin-left: -100% !important;
        /* Offset for infinite loop */
    }

    /* Force single slide */
    .carousel .carousel__inner-container>div,
    .carousel .carousel__inner-container>figure,
    .carousel .carousel__inner-container>a {
        height: 100% !important;
        width: 100% !important;
        /* Logic in JS calculates width based on container, but we can enforce it here potentially */
        /* Actually JS sets specific width pixels. Let's rely on standard object-fit but ensure container is handled. 
           If JS calculates width based on screen size (resize event), it should automatically be 100vw or close.
        */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .carousel .carousel__inner-container img {
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* Pagination Dots */
    .carousel__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        z-index: 10;
        gap: 8px;
    }

    .carousel__dot {
        width: 8px;
        height: 8px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .carousel__dot.active {
        background-color: #000;
        /* Or theme primary color */
        transform: scale(1.2);
    }

    /* Fix huge arrows */
    .carousel .carousel__controls .carousel__prev-btn,
    .carousel .carousel__controls .carousel__next-btn {
        width: 35px !important;
        height: 35px !important;
        background-size: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: none !important;
        background: transparent !important;
        /* Remove any potential background box */
        border: none !important;
    }

    .carousel .carousel__controls .carousel__prev-btn svg,
    .carousel .carousel__controls .carousel__next-btn svg,
    .carousel .carousel__controls .carousel__prev-btn i,
    .carousel .carousel__controls .carousel__next-btn i {
        width: 15px !important;
        height: 15px !important;
    }

    /* Ensure icon color is visible */
    .carousel .carousel__controls .carousel__prev-btn svg path,
    .carousel .carousel__controls .carousel__next-btn svg path {
        fill: #333;
    }
}

/* Force mobile search styles on all pages */
@media (max-width: 1249px) {
    .mobile-search-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: auto;
    }

    .search-bar-container.mobile.active {

        min-width: 100vw;
    }

    .search-bar-container.mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        z-index: 10000;
        padding: 15px 20px;
        box-sizing: border-box;
        transform: translateY(-100%);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .search-bar-container.mobile.active {
        display: block !important;
        transform: translateY(0);
        opacity: 1;
    }
}

/* ========================
   Comprehensive Dark Mode Support
   ======================== */
@media (prefers-color-scheme: dark) {

    /* Quantity Buttons */
    .custom-quantity-wrapper .quantity-minus,
    .custom-quantity-wrapper .quantity-plus {
        background: #333;
        border-color: #555;
        color: #fff;
    }

    .custom-quantity-wrapper .quantity-minus:hover,
    .custom-quantity-wrapper .quantity-plus:hover {
        background: #444;
    }

    .custom-quantity-wrapper input[type="number"].qty {
        background: #2a2a2a;
        border-color: #555;
        color: #fff;
    }

    /* Variation Tabs */
    .mvb-custom-variations-container {
        background-color: #333;
    }

    .mvb-variation-tab {
        color: #ccc;
    }

    .mvb-variation-tab.active {
        background: #444;
    }

    .mvb-tab-label {
        color: #ccc;
    }

    .mvb-variation-tab.active .mvb-tab-label {
        color: #fff;
    }

    /* Price Heading */
    .mvb-price-heading {
        color: #1C3E30 !important;
    }


    /* Heading Section */
    .single-product .page-container.woocommerce .product .cart .heading {
        background-color: transparent;
    }

    .single-product .page-container.woocommerce .product .cart .heading .title {
        color: #fff;
    }

    /* Options Section */
    .single-product .page-container.woocommerce .product .cart .options {
        background-color: transparent;
    }

    /* Product Title */
    .single-product .page-container.woocommerce .product h1.product_title {
        color: #fff;
    }

    /* Add to Cart Button - keep orange */
    .single-product .page-container.woocommerce .product .cart button[type="submit"] {
        background-color: #1C3E30;
        color: #fff;
        min-height: 55px;
    }

    /* Social Proof Text */
    .social-proof__text {
        color: #ccc;
    }

    /* Sticky Cart Bar */
    .mvb-sticky-cart {
        background: #1a1a1a;
        border-top: 1px solid #333;
    }

    .mvb-sticky-title {
        color: #fff;
    }

    .mvb-sticky-options select {
        background-color: #333;
        border-color: #555;
        color: #fff;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    }

    .mvb-sticky-qty {
        border-color: #555;
        background: #2a2a2a;
    }

    .mvb-sticky-qty-minus,
    .mvb-sticky-qty-plus {
        color: #fff;
    }

    .mvb-sticky-qty-minus:hover,
    .mvb-sticky-qty-plus:hover {
        background: rgba(215, 112, 18, 0.2);
        color: #d77012;
    }

    .mvb-sticky-qty-input {
        border-color: #555;
        background: #1a1a1a;
        color: #fff;
    }

    .mvb-sticky-price-label {
        color: #999;
    }

    .mvb-sticky-price-wrap .mvb-btn-price {
        color: #fff;
    }

    /* Single product: SVGs white in dark mode (social proof, icons, etc.) */
    .single-product .social-proof .i72-svg svg,
    .single-product .social-proof .i72-svg path,
    .single-product .social-proof .i72-svg use {
        fill: #fff !important;
        stroke: #fff !important;
    }

    .single-product .product-notice-section svg,
    .single-product .product-notice-section svg path {
        fill: #fff !important;
        stroke: #fff !important;
    }

    /* Cart/Checkout Quantity Buttons (mini cart) */
    .woocommerce .quantity .qty {
        background: #2a2a2a;
        color: #fff;
        border-color: #555;
    }

    /* General text colors */
    .single-product .page-container.woocommerce .product .woocommerce-product-details__short-description,
    .single-product .page-container.woocommerce .product .woocommerce-description {
        color: #ccc;
    }

    .single-product .page-container.woocommerce .product .woocommerce-description .classic-editor,
    .single-product .page-container.woocommerce .product .woocommerce-product-details__short-description .classic-editor {
        color: #ccc;
    }

    .single-product .page-container.woocommerce .product .woocommerce-description .classic-editor p,
    .single-product .page-container.woocommerce .product .woocommerce-product-details__short-description .classic-editor p {
        color: #ccc;
    }
}

@media (min-width: 1024px) {
    .single-product .page-container.woocommerce .product .product-layout-container .product-left-column {
        flex-basis: 65%;
        order: unset;
    }
	.single-product .page-container.woocommerce .product .product-layout-container .product-right-column {
		flex-basis: 32%;
	}

    .product-left-column {
        flex: 0 0 70%;
        width: 100%;
        /* max-width: 99%; */
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        align-self: flex-start;
        height: fit-content;
        max-height: calc(100vh - 120px);
    }
}

.asnp-productList-deleteIcon{
    display: none !important;
}
@media only screen and (min-width: 1536px) {
    .asnp-bundleGridItem-productInfo-size.asnp-medium {
        font-size: 15px !important;
    }
}


/* Horizontal Bundle Product Layout Overrides */
.asnp-image-field-wrapper {
    width: auto !important;
}

/* Force Flexbox Layout on Main Wrapper to Replace Grid */
.asnp_easy_product_bundle .asnp-App-GridItem-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px !important;
    justify-content: space-between;
}

.asnp-App-GridItem-wrapper {
    gap: 16px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 10px 0px 0 15px !important;
}

#asnp_easy_product_bundle.show {
    padding: 5px !important;
}

.asnp-productList-deleteIcon {
    display: none !important;
}

.asnp-BundleGridItem-product-info.asnp-medium p {
    color: #1C3E30 !important;
    font-size: 15px !important;
}

.asnp-productList-container {
    padding: 0 !important;
}

.asnp_easy_product_bundle .asnp-bundle-grid-item-one {
    flex: 1 1 80%;
    max-width: none !important;
    margin-bottom: 5px;
    margin-right: 0 !important;

    border-radius: 0;
    padding: 0px;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

/* Remove default hover effects that might shift layout */
.asnp_easy_product_bundle .asnp-BundleGridItem-ProductBox:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Product Inner Box - Horizontal Alignment */
.asnp_easy_product_bundle .asnp-BundleGridItem-ProductBox {
    display: flex !important;
    flex-direction: row !important;
    align-items: normal !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    min-height: auto !important;
}

/* Image Section - Small & Left Aligned */
.asnp_easy_product_bundle .asnp-BundleGridItem-imageBox {
    width: 50px !important;
    height: 50px !important;
    flex-shrink: 0;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.asnp_easy_product_bundle .asnp-BundleGridItem-imageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Hover "View" text overlay - hide it for cleaner look */
.asnp_easy_product_bundle .asnp-onHover {
    display: none !important;
}

/* Product Info Section - Title & Price on Right */
.asnp_easy_product_bundle .asnp-BundleGridItem-product-info {
    flex-grow: 1;
    width: auto !important;
    padding: 5px !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    height: auto !important;
}

/* Title Styling */
.asnp_easy_product_bundle .asnp-product-name {
    font-size: 16px !important;
    margin: 0 0 0px 0 !important;
    color: #333;
    line-height: 1;
    font-weight: 600;
}

/* Price Styling */
.asnp_easy_product_bundle .asnp-product-Price {
    margin: 0 !important;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    display: block !important;
}

/* Plus Icon - Positioned at very right (between items) */
.asnp_easy_product_bundle .asnp-plus-icon {
    flex: 0 0 40px;
    width: 40px !important;
    text-align: center;
    margin-bottom: 15px;
    /* Align with card margin */
    display: flex;
    align-items: center;
    justify-content: center;
}

.asnp_easy_product_bundle .asnp-plus-icon span {
    font-size: 24px;
    color: #333;
}

/* Handle Mobile Responsiveness */
@media (max-width: 480px) {

    .asnp_easy_product_bundle .asnp-BundleGridItem-imageBox {
        width: 50px !important;
        height: 50px !important;
        margin-right: 15px !important;
    }

    .asnp_easy_product_bundle .asnp-product-name {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1536px) {
    .asnp-bundleGridItem-productInfo-size.asnp-medium {
        font-size: 15px !important;
    }

    /* Force Flexbox Layout on Main Wrapper to Replace Grid */
    .asnp_easy_product_bundle .asnp-App-GridItem-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 5px !important;
        justify-content: space-between;
    }
}

.asnp-product-name .asnp-bundleGridItem-productInfo-size.asnp-medium {
    font-size: 15px !important;
}

@media (min-width: 770px) and (max-width: 1023px) {

    /* Image Section - Small & Left Aligned */
    .asnp_easy_product_bundle .asnp-BundleGridItem-imageBox {
        width: 40px !important;
        height: 40px !important;
    }
}

/* ========================
   Mobile Styles (Max 769px)
   ======================== */

@media (max-width: 769px) {
    .asnp_easy_product_bundle .asnp-App-GridItem-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 0px !important;
        justify-content: space-between;
    }

    .asnp-App-GridItem-wrapper {
        gap: 16px !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 10px 0px!important;
    }

    .asnp_easy_product_bundle .asnp-bundle-grid-item-one {
        flex-basis: calc(100% - 40px);
        padding: 3px;
    }

    .asnp-BundleGridItem-product-info.asnp-medium p {
        font-size: 10px !important;
    }}

@media only screen and (min-width: 1536px) {
    .asnp_easy_product_bundle .asnp-App-GridItem-wrapper {
        gap: 5px !important;
    }
}


.asnp_easy_product_bundle .asnp-product-Price {
    margin: 0 !important;
    color: #666;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
    display: block !important;
}
.asnp-productList-deleteIcon{
	display:none;
}

@media (min-width: 1250px) {
    .archive-product .page-container .content-container {
        flex-basis: 100%;
    }
}

/* ════════════════════════════════════════════════════════════
   MOBILE ONLY: Always-visible sticky bar & hide main button
   ════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* Hide the main add-to-cart button on product page */
    .single-product .page-container.woocommerce .product form.cart button[type="submit"].single_add_to_cart_button,
    .single-product .page-container.woocommerce .product .woocommerce-variation-add-to-cart button[type="submit"] {
        display: none !important;
    }
    
    /* Make sticky cart bar ALWAYS visible on mobile */
    .single-product .mvb-sticky-cart {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
    }
    
    /* Ensure it's not hidden by aria-hidden attribute */
    .single-product .mvb-sticky-cart[aria-hidden="true"] {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* ════════════════════════════════════════════════════════════
   SHOW BREADCRUMBS ON MOBILE & TABLET
   ════════════════════════════════════════════════════════════ */
/* Mobile - Show breadcrumbs */
@media (max-width: 768px) {
    .single-product .woocommerce-breadcrumb,
    .single-product .page-container.woocommerce .woocommerce-breadcrumb {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 10px 5px !important;
        margin-bottom: 10px !important;
    }
}

/* Tablet - Show breadcrumbs */
@media (min-width: 769px) and (max-width: 1024px) {
    .single-product .woocommerce-breadcrumb,
    .single-product .page-container.woocommerce .woocommerce-breadcrumb {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 10px 5px !important;
        margin-bottom: 15px !important;
    }
}

/* ════════════════════════════════════════════════════════════
   Product Category Display Under Breadcrumb
   ════════════════════════════════════════════════════════════ */
.mvb-product-category-display {
    font-size: 15px;
    color: #666;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.4;
}

.mvb-category-label {
    font-weight: 600;
    color: #333;
}

.mvb-product-category-display .product-category-link {
    color: #1C3E30;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mvb-product-category-display .product-category-link:hover {
    color: #d97b2f;
    text-decoration: underline;
}

/* ════════════════════════════════════════════════════════════
   Product Tagline (Genetics Line)
   ════════════════════════════════════════════════════════════ */
.product-tagline {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 8px;
    text-align: left;
}

.product-tagline .cross-separator {
    font-weight: bold;
    color: #aaa;
    margin: 0 6px;
}

.product-tagline.product-line {
    /* Same styling as genetics cross */
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 8px;
    text-align: left;
}

/* Custom Review Text - Appended after WooCommerce default stars */
.custom-review-text {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-left: 8px;
}

/* Product Badges/Tags Container */
.product-badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.product-badge {
    display: inline-block;
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ccc;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-badge.highlight {
    background-color: #1C3E30;
    color: #fff;
    border-color: #1C3E30;
}

/* Flavor Profile Badge - Green box floating on product image */
.flavor-profile-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    padding: 6px 12px;
    background-color: #2d5a3f;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Force WooCommerce stars to display with gold colors */
.single-product .star-rating,
.woocommerce div.product .star-rating {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

/* Empty stars (background) - Light grey */
.single-product .star-rating::before,
.woocommerce div.product .star-rating::before {
    content: '★★★★★' !important;
    color: #d3d3d3 !important;
    display: block !important;
    letter-spacing: 2px !important;
}

/* Filled stars (foreground) - Gold, clipped by width */
.single-product .star-rating span,
.woocommerce div.product .star-rating span {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.single-product .star-rating span::before,
.woocommerce div.product .star-rating span::before {
    content: '★★★★★' !important;
    color: #d77012 !important;
    display: block !important;
    letter-spacing: 2px !important;
}

/* Hide the rating number inside the span */
.single-product .star-rating strong,
.woocommerce div.product .star-rating strong {
    display: none !important;
}

/* ════════════════════════════════════════════════════════════
   Product Benefits Section (Trust Badges)
   ════════════════════════════════════════════════════════════ */
.product-benefits-section {
    margin: 5px 0 0 0;
    padding: 0;
}

.benefits-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.5;
    color: #ccc;
}

.benefits-list li .checkmark {
    color: #4CAF50;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 1px;
}

.single-product .page-container.woocommerce .product .title-favorite-container{
    display: flex;
    flex-direction: column-reverse;
gap:0;
}

/* ════════════════════════════════════════════════════════════
   DESKTOP & TABLET: Hide mobile description wrappers (≥769px)
   ════════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
    .single-product .page-container.woocommerce .product .product-left-column .woocommerce-short-description-mobile-only,
    .single-product .page-container.woocommerce .product .product-left-column .woocommerce-description-mobile-only {
        display: none !important;
    }
}

/* ════════════════════════════════════════════════════════════
   MOBILE ONLY: Show Descriptions Under Images (Max 768px)
   ════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* Show short description in left column on mobile */
    .single-product .page-container.woocommerce .product .product-left-column .woocommerce-short-description-mobile-only {
        display: block !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #ee8f39;
        margin-bottom: 10px;
    }
    
    /* Show long description in left column on mobile */
    .single-product .page-container.woocommerce .product .product-left-column .woocommerce-description-mobile-only {
        display: block !important;
        margin-top: 20px;
    }
    
    /* Hide descriptions in right column on mobile */
    .single-product .page-container.woocommerce .product .summary.entry-summary .woocommerce-description-desktop-only,
    .single-product .page-container.woocommerce .product .summary.entry-summary .woocommerce-product-details__short-description {
        display: none !important;
    }
    
    /* Hide variation selection, quantity, and price in sticky cart bar on mobile (duplicates) */
    .single-product .mvb-sticky-cart .mvb-sticky-options,
    .single-product .mvb-sticky-cart .mvb-sticky-qty,
    .single-product .mvb-sticky-cart .mvb-sticky-price-wrap {
        display: none !important;
    }
    
      .single-product .woocommerce-breadcrumb, .single-product .page-container.woocommerce .woocommerce-breadcrumb {
       padding: 3px 0 !important;
       margin-bottom: 0 !important;
    }
	
	#asnp_easy_product_bundle{
		padding: 10px !important; 
		margin-bottom: 20px !important;
	}
}

.woocommerce div.product div.summary{
    margin-bottom: 0 !important;
}

/* ──────────────────────────────────────────────────────
   WooCommerce Notices – Toast (top-right slide in/out)
   ────────────────────────────────────────────────────── */

/* Container: stack toasts vertically in top-right corner */
.woocommerce-notices-wrapper {
    position: fixed !important;
    top: 24px !important;
    right: 24px !important;
    z-index: 999999 !important;
    width: 320px !important;
    max-width: calc(100vw - 32px) !important;
    pointer-events: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

/* Base toast – slides in from right */
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateX(0) !important;
    pointer-events: all !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1a1a2e !important;
    border: none !important;
    border-left: 4px solid #019267 !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.55), 0 2px 8px rgba(237,133,38,0.15) !important;
    overflow: hidden !important;
    list-style: none !important;
    /* Slide-in from right */
    animation: mvb-toast-in 0.35s cubic-bezier(0.22,1,0.36,1) both !important;
    transition: opacity 0.4s ease, transform 0.4s ease !important;
    opacity: 1 !important;
}

/* Error: red accent */
.woocommerce-notices-wrapper .woocommerce-error {
    border-left-color: #e03b3b !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.55), 0 2px 8px rgba(224,59,59,0.2) !important;
}

/* Success: green accent */
.woocommerce-notices-wrapper .woocommerce-message {
    border-left-color: #27ae60 !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.55), 0 2px 8px rgba(39,174,96,0.2) !important;
}

/* Info: orange (theme default) */
.woocommerce-notices-wrapper .woocommerce-info {
    border-left-color: #019267 !important;
}

/* Individual list items inside the toast */
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-notices-wrapper .woocommerce-info li {
    list-style: none !important;
    display: block !important;
    padding: 13px 16px 13px 16px !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #f0f0f0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.woocommerce-notices-wrapper .woocommerce-error li:last-child,
.woocommerce-notices-wrapper .woocommerce-message li:last-child,
.woocommerce-notices-wrapper .woocommerce-info li:last-child {
    border-bottom: none !important;
}

/* Links inside toasts */
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a {
    color: #019267 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.woocommerce-notices-wrapper .woocommerce-error a:hover,
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-info a:hover {
    text-decoration: underline !important;
}

/* Hide "View Cart" button link — not useful in toast */
.woocommerce-notices-wrapper .woocommerce-error a.button,
.woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-info a.button {
    display: none !important;
}

/* Progress bar at bottom of toast */
.woocommerce-notices-wrapper .woocommerce-error::after,
.woocommerce-notices-wrapper .woocommerce-message::after,
.woocommerce-notices-wrapper .woocommerce-info::after {
    content: '' !important;
    display: block !important;
    height: 3px !important;
    background: rgba(237,133,38,0.5) !important;
    animation: mvb-toast-progress 3s linear forwards !important;
    transform-origin: left !important;
}

.woocommerce-notices-wrapper .woocommerce-error::after {
    background: rgba(224,59,59,0.6) !important;
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    background: rgba(39,174,96,0.6) !important;
}

/* Slide-out state triggered by JS */
.woocommerce-notices-wrapper .wc-notice-fadeout {
    opacity: 0 !important;
    transform: translateX(110%) !important;
    pointer-events: none !important;
}

/* Keyframes */
@keyframes mvb-toast-in {
    from {
        opacity: 0;
        transform: translateX(110%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Hide footer widgets on single product pages */
body.single-product .footer__widgets,
.single-product .footer__widgets,
.woocommerce-single .footer__widgets,
.single-product div.footer__widgets {
    display: none !important;
}

@keyframes mvb-toast-progress {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}

.single-product .page-container.woocommerce .product .summary form.cart .options .single_variation_wrap .woocommerce-variation-add-to-cart {
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    gap: 0px;
    flex-direction: column;
}


.nav-container .mobile-container{
    padding: 0px 60px 0px 18px;
}

/* Product Attributes Display in Right Column */
.single-product .page-container.woocommerce .product .summary .woocommerce-product-attributes-desktop-only {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #f0b67c;
}

.single-product .page-container.woocommerce .product .summary .woocommerce-product-attributes-desktop-only .woocommerce-product-overlay {
    margin-top: 16px;
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr {
    transition: background-color 0.2s ease;
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:hover {
    background-color: rgba(240, 182, 124, 0.1);
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.02);
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:nth-child(even):hover {
    background-color: rgba(240, 182, 124, 0.1);
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes th {
    padding: 12px 16px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid rgba(240, 182, 124, 0.3);
    font-weight: 600;
    color: #000;
    background: transparent;
    width: 35%;
    vertical-align: top;
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:last-child th {
    border-bottom: 0;
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes td {
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid rgba(240, 182, 124, 0.3);
    color: #333;
    background: transparent;
    line-height: 1.5;
}

.single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 768px) {
    .woocommerce-product-attributes-desktop-only {
        display: none !important;
    }
	
	.woocommerce div.product div.images img:not(.mvb-gallery-thumb img) { 
    min-height: 70px;
    min-width: 70px;
	object-fit: cover;
}
}

/* Dark Mode Support for Product Attributes */
@media (prefers-color-scheme: dark) {
    .single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes {
        background: rgba(255, 255, 255, 0.05);
    }

    .single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.03);
    }

    .single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:hover,
    .single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes tr:nth-child(even):hover {
        background-color: rgba(240, 182, 124, 0.15);
    }

    .single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes th {
        color: #fff;
        border-bottom-color: rgba(240, 182, 124, 0.2);
    }

    .single-product .page-container.woocommerce .product .summary table.woocommerce-product-attributes td {
        color: #e0e0e0;
        border-bottom-color: rgba(240, 182, 124, 0.2);
    }

    .single-product .page-container.woocommerce .product .summary .woocommerce-product-attributes-desktop-only {
        border-top-color: #444;
    }
}