/* Hide "Pairs well with" on Mobile & Tablet */
@media screen and (max-width: 1024px) {
    
    .single-product .pdp-complementary-carousel {
        display: none !important;
    }

}







/* Hide ALL bundled products on Tablet + Mobile */
@media screen and (max-width: 1024px) {

    .single-product form.bundle_form .bundled_product,
    .single-product form.bundle_form .bundled_item,
    .single-product form.bundle_form [class*="bundled_item_"],
    .single-product .bundle_form .bundled_product_summary {
        display: none !important;
    }

    /* Hide Bundle Sells / Optional Bundle Deal too */
    .single-product .bundle_sells_title,
    .single-product .bundle_sells_form {
        display: none !important;
    }

}





/* Hide Bundle Sells on Tablet & Mobile */
@media (max-width: 1024px) {

    .single-product form.cart .bundle_sells_title,
    .single-product form.cart .bundle_sells_form {
        display: none !important;
    }

}








/* Elementor Product Grid Padding Remove */

.site .elementor-products-grid ul.products.elementor-grid li.product {
    padding-bottom: 0px;
}
body.static-cta-buttons ul.products.elementor-grid li.product .button {
    width: 100%;
}



/* Display sale price on the cart page */

#page table.cart.woocommerce-cart-form__contents td.product-price {
	display: table-cell;
}
#page table.cart.woocommerce-cart-form__contents td.product-price del {
	opacity: 0.5;
	font-size: 13px;
	margin-right: 3px;
}





/* =====================================
   OUT OF STOCK STATUS
===================================== */

.coola-stock-out {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    width: fit-content;

    padding: 7px 12px;
    margin: 0 0 5px 0;

    color: #a42626;
    background: #fff3f3;
    border: 1px solid #f0cece;
    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Red status dot */
.coola-stock-dot {
    position: relative;

    width: 8px;
    height: 8px;
    flex: 0 0 8px;

    background: #c62828;
    border-radius: 50%;

    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.10);
}


/* Animated pulse */
.coola-stock-dot::after {
    content: "";

    position: absolute;
    inset: -4px;

    border: 1px solid #c62828;
    border-radius: 50%;

    opacity: 0;

    animation: coola-stock-pulse 2s ease-out infinite;
}


/* Hover */
.coola-stock-out:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(198, 40, 40, 0.10);
}


/* Pulse animation */
@keyframes coola-stock-pulse {

    0% {
        transform: scale(0.7);
        opacity: 0.55;
    }

    70% {
        transform: scale(1.7);
        opacity: 0;
    }

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


/* Mobile */
@media (max-width: 767px) {

    .coola-stock-out {
        padding: 6px 10px;
        gap: 7px;
        font-size: 12px;
    }

    .coola-stock-dot {
        width: 7px;
        height: 7px;
        flex-basis: 7px;
    }
}












/* Professional In Stock badge */
.stock .naas-stock-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	margin: 4px 0;
	border: 1px solid #b7dfc5;
	border-radius: 8px;
	background: #eefaf2;
	color: #137333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.1px;
	box-shadow: 0 2px 8px rgba(19, 115, 51, 0.08);
}

/* Check icon */
.stock .naas-stock-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
	background: #1f8f49;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

/* Text */
.stock .naas-stock-text {
	color: inherit;
}

/* Mobile adjustment */
@media (max-width: 480px) {
	.stock .naas-stock-badge {
		padding: 8px 12px;
		font-size: 13px;
	}
}


/* Remove WooCommerce default stock check icon */
.stock:before,
p.stock:before {
    display: none !important;
    content: none !important;
}





/* Checkout Page BTN */
button#secure-payment-field.submit {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: #333333;
    border-color: #333333;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    height: initial;
    width: 100%;
    flex: auto;
    position: static;
    margin: 0;
    white-space: pre-wrap;
    margin-bottom: 0;
    float: none;
    font: 600 1.41575em / 1.618 Source Sans Pro, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
}





/* Product Sale Lebel */
ul.products li.product .product-label {
    display: none;
}


/* Woocommerce ordering label */
.woocommerce-ordering-label {
    display: none;
}



/* Checkout Privacy Policy Text Size */
.woocommerce-privacy-policy-text {
    font-size: 15px;
}


/* Hide bundled product description/excerpt */
.bundled_product_excerpt {
    display: none !important;
}

/* Bundle Product Title */
.single-product .details .bundled_product_title {
    font-size: 20px !important;
}


/* Search Bar color */
.commercekit-ajs-view-all-holder>a {
    background: #386D50;
    font-size: 12px;
}




/* Terms & Conditions checkbox text */
.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
}


/* Terms & Conditions link color */
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #386d50 !important;
    text-decoration: underline;
}


/* Newsletter checkbox text - normal */
.automatewoo-optin label,
.automatewoo-optin label span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
}



/* Proudct description */
.woocommerce-product-details__short-description {
    clear: both;
    font-size: 15px;
    line-height: 1.9;
    padding-bottom: 0.5rem;
}



/* Mobile device search bar */
.aws-container .aws-search-form .aws-form-btn {
    text-align: center;
    background: #386D50;
    /* border: 1px solid #d8d8d8; */

}




/* Single Proudct page, whatsapp icon, email icon disable */
.sd-content {
    display: none;
}


/* Navigation font */
.main-navigation ul.menu ul li > a, .main-navigation ul.nav-menu ul li > a, .main-navigation ul.menu ul li.nolink {
    font-family: 'Instrument Sans';
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 27px;
}


/* Product title two line on mobile device */

@media (max-width: 1024px) {
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}


/* Categoris image hide */
img.cg-cat-image {
    display: none;
}