.e-con:has(.skc-home-first-banner) {
	--content-width: 100%;
	--padding-left: 0;
	--padding-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.e-con:has(.skc-home-first-banner) > .e-con-inner {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.elementor-widget-xstore_child_home_first_banner,
.elementor-widget-xstore_child_home_first_banner > .elementor-widget-container {
	width: 100%;
}

.skc-home-first-banner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 20px;
	align-items: stretch;
	width: 100%;
	font-family: "Golos Text", sans-serif;
}

.skc-home-first-banner__slider {
	position: relative;
	overflow: hidden;
	height: var(--skc-banner-height, 360px);
	min-height: 0;
	border-radius: 20px;
	background: #f4f4f4;
}

.skc-home-first-banner__track {
	display: flex;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	border-radius: inherit;
	transform: translate3d(0, 0, 0);
	transition: none;
	will-change: transform;
}

.skc-home-first-banner.is-ready .skc-home-first-banner__track {
	transition: transform var(--skc-banner-transition, 500ms) ease;
}

.skc-home-first-banner__slide {
	flex: 0 0 100%;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	min-width: 100%;
	overflow: hidden;
	border-radius: inherit;
}

.skc-home-first-banner__slide-link {
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	border-radius: inherit;
}

.skc-home-first-banner__image {
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: 100%;
	object-fit: cover !important;
	border-radius: inherit;
}

.skc-home-first-banner__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #222;
	font-size: 34px;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease;
}

.skc-home-first-banner__arrow:hover,
.skc-home-first-banner__arrow:focus-visible {
	background: #222;
	color: #fff;
}

.skc-home-first-banner__arrow span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1em;
	line-height: 1;
	transform: translateY(-0.06em);
}

.skc-home-first-banner__arrow--prev {
	left: 16px;
}

.skc-home-first-banner__arrow--next {
	right: 16px;
}

.skc-home-first-banner__dots {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 2;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.skc-home-first-banner__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.skc-home-first-banner__dot.is-active {
	background: #fff;
	transform: scale(1.25);
}

.skc-home-first-banner__promo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
	min-height: var(--skc-banner-height, 360px);
	padding: 28px 24px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
}

.skc-home-first-banner__promo-title {
	color: #333;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.skc-home-first-banner__promo-title strong {
	color: #fa3b3b;
	font-weight: 700;
}

.skc-home-first-banner__code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	min-width: 112px;
	min-height: 42px;
	padding: 9px 24px;
	border: 1px dashed #222 !important;
	border-radius: 999px;
	background: transparent;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.skc-home-first-banner__code:hover,
.skc-home-first-banner__code:focus-visible,
.skc-home-first-banner__code.is-copied {
	border-color: #fa3b3b !important;
	background: #fa3b3b;
	color: #fff;
}

.skc-home-first-banner__code-label {
	display: inline-block !important;
}

.skc-home-first-banner__code-icon {
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 auto !important;
}

.skc-home-first-banner__description {
	color: #333;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.skc-home-first-banner {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 16px;
	}

	.skc-home-first-banner__slider {
		height: var(--skc-banner-height-tablet, 300px);
	}

	.skc-home-first-banner__promo {
		min-height: var(--skc-banner-height-tablet, 300px);
		padding: 24px 18px;
	}
}

@media (max-width: 767px) {
	.skc-home-first-banner {
		grid-template-columns: 1fr;
	}

	.skc-home-first-banner__slider {
		height: auto !important;
		min-height: 0 !important;
		background: #fff !important;
	}

	.skc-home-first-banner__promo {
		min-height: auto;
		padding: 24px 18px;
	}

	.skc-home-first-banner__arrow {
		width: 36px;
		height: 36px;
		font-size: 28px;
	}

	.skc-home-first-banner__track,
	.skc-home-first-banner__slide,
	.skc-home-first-banner__slide-link {
		height: auto !important;
		max-height: none !important;
	}

	.skc-home-first-banner__image {
		height: auto !important;
		max-height: none !important;
		object-fit: contain !important;
	}
}
