/* ==========================================================================
   Egg Break Product Auto-Slider Elementor Widget Styling (Exact Reference Design)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.elementor-widget-egg_break_auto_slider {
	display: block;
	width: 100%;
}

.egg-break-auto-slider-wrapper {
	position: relative;
	width: 100%;
	padding: 40px 10px;
	box-sizing: border-box;
}

.egg-break-swiper {
	width: 100%;
	padding-bottom: 50px !important;
	overflow: hidden;
}

.egg-break-slide-item {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
	padding: 10px;
}

/* Outer Card Container (Fixed 440px Height Container for Baseline Rhythm) */
.egg-break-product-card-wrap {
	position: relative;
	width: 100%;
	max-width: 380px;
	height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;
}

/* Row 1 (Top Horizontal Baseline - 220px) */
.egg-break-card-row.top-row {
	position: relative;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* Row 2 (Bottom Horizontal Baseline - 200px) */
.egg-break-card-row.bottom-row {
	position: relative;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

/* Sphere Container (200px x 200px) */
.egg-break-sphere-wrap {
	position: relative;
	width: 200px;
	height: 200px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.egg-break-sphere-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.08));
}

.egg-break-sphere-placeholder {
	width: 100%;
	height: 100%;
}

.egg-break-sphere-placeholder.placeholder-type-a {
	background: radial-gradient(circle at 35% 35%, #FFDF6D 0%, #F5B027 100%);
	border-radius: 48% 52% 56% 44% / 46% 54% 46% 54%;
}

.egg-break-sphere-placeholder.placeholder-type-b {
	background: radial-gradient(circle at 35% 35%, #FFA41B 0%, #E67E00 100%);
	border-radius: 50%;
}

/* Arrow in Type A (Top Image -> Curves Down-Left to Text) */
.egg-break-arrow-wrap.arrow-down-left {
	position: absolute;
	left: 195px;
	bottom: 15px;
	width: 85px;
	height: 85px;
	pointer-events: none;
	z-index: 10;
	rotate: -120deg;
}

.egg-break-arrow-wrap.arrow-down-left .egg-break-arrow-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scaleX(-1) rotate(20deg);
}

/* Arrow in Type B (Top Text -> Curves Down-Right to Bottom Image) */
.egg-break-arrow-wrap.arrow-down-right {
	position: absolute;
	left: 212px;
	top: 83px;
	width: 100px;
	height: 150px;
	pointer-events: none;
	z-index: 10;
	rotate: -119deg;
}

.egg-break-arrow-wrap.arrow-down-right .egg-break-arrow-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: rotate(55deg);
}

/* Type B Bottom Image Offset */
.egg-break-sphere-wrap.sphere-offset-right {
	margin-left: 110px;
}

/* Text Container Styling */
.egg-break-info-wrap {
	width: 100%;
	max-width: 230px;
	text-align: left;
}

.egg-break-slider-text {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	line-height: 1.55;
	color: #555555;
	margin: 0;
	text-align: left;
}

.egg-break-slider-title {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #1A1A1A;
}

.egg-break-slider-dash {
	color: #666666;
	font-weight: 600;
}

.egg-break-slider-desc {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 400;
	color: #555555;
}

/* Swiper Pagination Controls */
.egg-break-swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #DDDDDD;
	opacity: 1;
	transition: all 0.3s ease;
}

.egg-break-swiper-pagination .swiper-pagination-bullet-active {
	background: #E23F97;
	width: 28px;
	border-radius: 6px;
}

/* Pagination Dots Visibility Toggles */
@media (min-width: 769px) {
	.egg-break-auto-slider-wrapper.hide-dots-desktop .egg-break-swiper-pagination {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.egg-break-auto-slider-wrapper.hide-dots-mobile .egg-break-swiper-pagination {
		display: none !important;
	}
}

/* Elementor Editor Static Preview Grid */
.egg-break-editor-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	width: 100%;
}

@media (max-width: 991px) {
	.egg-break-editor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ==========================================================================
   PERFECT MOBILE RESPONSIVE CENTERING (< 768px)
   ========================================================================== */
@media (max-width: 768px) {
	.egg-break-editor-grid {
		grid-template-columns: 1fr;
	}

	.egg-break-auto-slider-wrapper {
		padding: 20px 10px;
	}

	.egg-break-product-card-wrap {
		max-width: 100%;
		height: auto !important;
		min-height: auto !important;
		display: flex;
		flex-direction: column;
		align-items: center !important;
		text-align: center !important;
		margin: 0 auto;
	}

	.egg-break-card-row.top-row,
	.egg-break-card-row.bottom-row {
		height: auto !important;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		margin-bottom: 12px;
	}

	.egg-break-sphere-wrap {
		width: 180px !important;
		height: 180px !important;
		margin: 0 auto !important;
	}

	.egg-break-sphere-wrap.sphere-offset-right {
		margin-left: 0 !important;
	}

	.egg-break-info-wrap {
		max-width: 280px !important;
		text-align: center !important;
		margin: 12px auto !important;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.egg-break-slider-text {
		text-align: center !important;
	}

	/* Curved Arrow Placement on Mobile */
	.egg-break-arrow-wrap.arrow-down-left,
	.egg-break-arrow-wrap.arrow-down-right {
		position: absolute !important;
		left: auto !important;
		right: 20px !important;
		top: 100px !important;
		bottom: auto !important;
		width: 48px !important;
		height: 48px !important;
		rotate: 0deg !important;
	}
}

