/*
Theme Name:         Bakala Theme Child
Theme URI:          https://www.zhaket.com/web/bakala-woocommerce-theme
Author:             Design Core™ Co
Author URI:         https://designcore.shop/
Description:        Imenpishro customisations for the Bakala storefront
Version:            2.4.0
Text Domain:        bakala-child
Template:           bakala
*/

/* Final fallback for AI markup hard-coded by protected parent templates. */
.bakala_ai_popup,
.bakala_ai_popup_btn,
.bakala_ai_comment,
.ai-comments,
#bk_ai_summary_modal,
.bk_comment_ai,
[class*="bakala-ai"],
[id*="bakala-ai"] {
	display: none !important;
}

/* Keep the first hero image paintable before Swiper JavaScript initializes. */
.bakala_picture_slider .swiper-wrapper:not([style]) > .swiper-slide:first-child {
	display: block;
	opacity: 1 !important;
	visibility: visible !important;
}

.bakala_picture_slider .swiper-wrapper:not([style]) > .swiper-slide:not(:first-child) {
	display: none;
}

/*
 * Skip layout/paint work for Elementor sections that start well below the
 * initial viewport. The first two sections (hero + first product carousel)
 * remain fully renderable because they contain the current mobile LCP.
 */
@supports (content-visibility: auto) {
	.home .elementor-12715 > .elementor-element:nth-child(n + 3) {
		content-visibility: auto;
		contain-intrinsic-size: auto 900px;
	}
}
