.left-site-category {
	height: 100%;
}

.banner-container--immersive.single-banner {
	width: 100vw;
	max-width: 100vw;
	padding-left: 0;
	padding-right: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.hero-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.hero-section--sidebar_menu {
	grid-template-columns: auto minmax(0, 1fr);
}

@media (max-width: 991px) {
	.hero-section .left-site-category {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hero-section {
		gap: 1rem;
	}
}

@media (max-width: 991px) {
	.hero-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.hero-section {
		gap: 0px;
		margin-top: 21px;
	}
}

@media (max-width: 767px) {
	.hero-section {
		grid-template-columns: 1fr;
	}
}

.single-banner .hero-section {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: 0;
	margin-top: 0;
	margin-bottom: 1.5rem !important;
}

.hero-slider {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	overflow: hidden;
	justify-content: space-between;
	min-width: 0;
}

.single-banner .hero-slider {
	gap: 0;
}

.single-banner .slider-wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	border-radius: 0 !important;
	background: transparent;
}

.single-banner .banner-slider.owl-carousel .owl-item img {
	border-radius: 0;
}

.banner-slide-link,
.banner-slide-picture {
	display: block;
	width: 100%;
	height: 100%;
}

.single-banner .banner-slider {
	position: relative;
}

.single-banner .banner-slider.owl-carousel .owl-item,
.single-banner .banner-slider.owl-carousel.owl-drag .owl-item {
	padding: 0 !important;
}

.single-banner .banner-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 18px;
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
	z-index: 2;
}

.single-banner .banner-slider.owl-theme .owl-dots:not(.disabled) {
	display: inline-flex !important;
}

.banner-carousel-dots {
	position: absolute;
	left: 50%;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transform: translateX(-50%);
	z-index: 3;
}

.banner-carousel-dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.banner-carousel-dots button.is-active {
	background: #fff;
	transform: scale(1.08);
}

.single-banner .banner-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.single-banner .banner-slider .owl-dots .owl-dot.active span {
	background: #fff;
	transform: scale(1.08);
}

@media (min-width: 768px) {
	.slider-wrapper {
		height: 374px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.slider-wrapper {
		height: 394px;
	}
}

@media (max-width: 767px) {
	.slider-wrapper {
		height: 276px;
	}

	.single-banner .hero-section {
		margin-bottom: 0 !important;
	}

	.single-banner .slider-wrapper {
		height: 680px !important;
	}

	.single-banner .banner-slider,
	.single-banner .banner-slider .owl-stage-outer,
	.single-banner .banner-slider .owl-stage,
	.single-banner .banner-slider .owl-item,
	.single-banner .banner-slider .slide-item,
	.single-banner .banner-slide-link,
	.single-banner .banner-slide-picture {
		height: 100% !important;
	}

	.single-banner .banner-slider.owl-carousel .owl-item img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		min-height: 100%;
		max-height: none;
		object-fit: cover;
		object-position: center center;
	}
}

@media (max-width: 500px) {
	.slider-wrapper {
		height: 150px;
	}

	.single-banner .slider-wrapper {
		height: 680px !important;
	}
}

.banner-slider.owl-theme.owl-carousel.owl-loaded {
	height: 100%;
}

.banner-slider.owl-carousel .owl-item,
.banner-slider.owl-carousel .owl-item a {
	height: 100%;
}

.banner-slider.owl-carousel .owl-item img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.single-banner .banner-slider.owl-carousel .owl-item img {
	object-position: center center;
	height: auto;
}

.banner-slider .slide-item {
	height: 100% !important;
}

.banner-slider.owl-carousel .owl-stage-outer {
	height: 100%;
}

.banner-slider.owl-carousel .owl-stage {
	height: 100%;
}

.hero-banner {
	height: 510px;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 1399px) {
	.hero-banner {
		display: none;
	}
}

.hero-banner img {
	transform: scale(1);
	transition: 0.4s ease-in-out;
}

.hero-banner:hover img {
	transform: scale(1.1);
}

@media (max-width: 991px) {
	.hero-banner {
		display: none;
	}

	.single-banner .hero-slider {
		gap: 0;
	}
}

.hero-slider .banner-categories img {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0 14px;
	max-width: 100px;
	width: 100% !important;
}

@media (max-width: 424px) {
	.hero-slider .banner-categories img {
		max-width: 64px;
	}
}

.banner-categories {
	border-radius: 5px !important;
	margin: 0 auto;
	text-align: center;
	padding-top: 1px;
	border: 1px solid hsl(var(--border));
	transition: 0.3s;
}

.banner-categories img {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding: 0px 20px;
	transform: scale(1);
	transition: 0.4s ease-in-out;
}

.banner-categories:hover img {
	transform: scale(1.1);
}

@media (max-width: 425px) {
	.banner-categories img {
		padding: 0px 12px;
	}
}

.banner-categories .title {
	margin-top: 10px;
	font-size: 0.875rem;
}

.banner-categories:hover a .title {
	color: hsl(var(--base));
}

@media (max-width: 575px) {
	.banner-categories .title {
		font-size: 0.75rem;
	}

	.single-banner .featured-category-slider {
		padding-inline: 14px;
	}

	.single-banner .banner-slider .owl-dots {
		bottom: 22px;
	}

	.banner-carousel-dots {
		bottom: 22px;
	}
}

.banner-category-showcases {
	padding: clamp(0.85rem, 1.9vw, 1.5rem) 0 0;
}

.banner-category-showcases-wrap {
	margin: 0 auto;
}

.banner-category-showcase + .banner-category-showcase {
	margin-top: clamp(3rem, 4.5vw, 4.5rem);
}

.banner-category-showcase__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-width: 0;
	margin-bottom: 1.15rem;
}

.banner-category-showcase__actions,
.banner-category-section-actions {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.banner-category-showcase__title {
	margin: 0;
	color: #0f0f0f;
	font-size: clamp(1.55rem, 2.6vw, 2.45rem);
	font-style: italic;
	font-weight: 800;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.banner-category-showcase__link {
	display: inline-flex;
	align-items: center;
	color: #111111;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.banner-category-showcase__link::after {
	content: none;
}

.banner-slider-controls {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.banner-slider-control {
	width: 2.45rem;
	height: 2.45rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 999px;
	background: #fff;
	color: #111111;
	font-size: 0.92rem;
	line-height: 1;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.banner-slider-control:hover:not(:disabled) {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.banner-slider-control:disabled {
	opacity: 0.32;
	cursor: default;
}

.banner-category-showcase__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.6rem, 0.85vw, 1rem);
}

.banner-category-showcase__slider .owl-stage,
.banner-category-media-slider .owl-stage {
	display: flex;
}

.banner-category-showcase__slider .owl-item,
.banner-category-media-slider .owl-item {
	display: flex;
}

.banner-category-showcase__slide,
.banner-category-media-slide {
	width: 100%;
}

.banner-category-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: #111111;
	text-decoration: none;
	outline: none !important;
	box-shadow: none !important;
}

.banner-category-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #edf0f3;
	aspect-ratio: 2 / 3;
	outline: none;
	box-shadow: none;
	border: none;
}

.banner-category-card__badge {
	position: absolute;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 4px 8px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
	white-space: nowrap;
}

.banner-category-card__badge--discount {
	left: 12px;
	bottom: 12px;
	background: #ca241c;
}

.banner-category-card__badge--sold-out {
	top: 12px;
	right: 12px;
	background: #707784;
}

.banner-category-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	padding: 0;
	transition: opacity 0.35s ease;
	backface-visibility: hidden;
	outline: none;
	box-shadow: none;
	border: none;
}

.banner-category-card__image--secondary {
	display: block;
	opacity: 0;
}

.banner-category-card:hover .banner-category-card__image--primary {
	opacity: 0;
}

.banner-category-card:hover .banner-category-card__image--secondary {
	opacity: 1;
}

.banner-category-card:hover,
.banner-category-card:focus,
.banner-category-card:focus-visible,
.banner-category-card:hover .banner-category-card__media,
.banner-category-card:focus .banner-category-card__media,
.banner-category-card:focus-visible .banner-category-card__media {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent;
}

.banner-category-card__content {
	display: grid;
	gap: 0.16rem;
	padding-top: 0.7rem;
}

.banner-category-card__name {
	display: block;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
}

.banner-category-card__meta {
	display: block;
	color: #666666;
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.banner-category-card__price,
.banner-category-card__price span,
.banner-category-card__price ins {
	color: #111111;
	font-size: 1.04rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.banner-category-card__price del {
	color: #8e8e8e;
	font-size: 0.82em;
	font-weight: 500;
	margin-right: 0.35rem;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: currentColor;
}

.banner-category-card__price ins {
	color: #ca241c;
	margin-left: 0;
}

.banner-category-showcase__slider .banner-category-card {
	width: 100%;
	margin-inline: 0;
}

@media (max-width: 1199px) {
	.banner-category-showcase__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.banner-category-card {
		width: calc(100% - 0.4rem);
		margin-inline: auto;
	}

	.banner-category-card__media {
		aspect-ratio: 2 / 3;
	}
}

@media (max-width: 767px) {
	.banner-category-showcases-wrap {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.banner-category-showcases {
		padding-top: 0.7rem;
	}

	.banner-category-showcase + .banner-category-showcase {
		margin-top: 2rem;
	}

	.banner-category-showcase__head {
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		margin-bottom: 0.85rem;
	}

	.banner-category-showcase__title {
		flex: 1 1 auto;
		min-width: 0;
		font-size: 1.35rem;
	}

	.banner-category-showcase__actions,
	.banner-category-section-actions {
		width: auto;
		flex: 0 0 auto;
		justify-content: flex-end;
		gap: 0.75rem;
		white-space: nowrap;
	}

	.banner-category-showcase__link {
		font-size: 0.72rem;
		letter-spacing: 0.1em;
	}

	.banner-slider-controls {
		gap: 0.35rem;
	}

	.banner-slider-control {
		width: 2.2rem;
		height: 2.2rem;
		font-size: 0.86rem;
	}

	.banner-category-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.banner-category-card__content {
		padding-top: 0.55rem;
	}

	.banner-category-card__media {
		aspect-ratio: 2 / 3;
	}

	.banner-category-card__name {
		font-size: 0.9rem;
	}

	.banner-category-card__meta {
		font-size: 0.7rem;
	}

	.banner-category-card__badge {
		min-height: 20px;
		padding: 4px 7px;
		font-size: 0.62rem;
	}

	.banner-category-card__badge--discount {
		left: 10px;
		bottom: 10px;
	}

	.banner-category-card__badge--sold-out {
		top: 10px;
		right: 10px;
	}
}

.banner-category-media-wrap {
	padding-top: clamp(0.4rem, 1.2vw, 0.95rem);
	margin-bottom: clamp(2rem, 3vw, 3rem);
}

.banner-category-media-section {
	display: grid;
	gap: 1.15rem;
}

.banner-category-section-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

.banner-category-section-title {
	margin: 0;
	color: #0f0f0f;
	font-size: clamp(1.55rem, 2.6vw, 2.45rem);
	font-style: italic;
	font-weight: 800;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

.banner-category-media-card {
	position: relative;
	display: block;
	min-width: 0;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	background: #0d0d0d;
	aspect-ratio: 0.8;
}

.banner-category-media-card__media,
.banner-category-media-card__image,
.banner-category-media-card__video,
.banner-category-media-card__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.banner-category-media-card__image,
.banner-category-media-card__video {
	display: block;
	object-fit: cover;
	object-position: center;
	transition: transform 0.55s ease;
}

.banner-category-media-card__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.58) 100%);
}

.banner-category-media-card__label {
	position: absolute;
	left: clamp(1rem, 1.4vw, 1.35rem);
	right: clamp(1rem, 1.4vw, 1.35rem);
	bottom: clamp(1rem, 1.4vw, 1.35rem);
	z-index: 1;
	font-size: clamp(1.2rem, 1.8vw, 1.85rem);
	font-style: italic;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.banner-category-media-card__media,
.banner-category-media-card__image,
.banner-category-media-card__video,
.banner-category-media-card__overlay,
.banner-category-media-card__label {
	pointer-events: none;
}

.banner-category-media-card:hover .banner-category-media-card__image,
.banner-category-media-card:hover .banner-category-media-card__video {
	transform: scale(1.035);
}

.banner-category-media-slider .owl-stage-outer,
.banner-category-showcase__slider .owl-stage-outer {
	overflow: hidden;
	touch-action: pan-y;
}

@media (max-width: 1199px) {
	.banner-category-media-card {
		aspect-ratio: 0.88;
	}
}

@media (max-width: 767px) {
	.banner-category-media-slider.banner-carousel-native-mobile {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(74vw, 74vw);
		gap: 0.75rem;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scroll-snap-type: x proximity;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		touch-action: auto;
	}

	.banner-category-media-slider.banner-carousel-native-mobile::-webkit-scrollbar {
		display: none;
	}

	.banner-category-media-slider.banner-carousel-native-mobile .banner-category-media-slide {
		scroll-snap-align: start;
	}

	.banner-category-media-slider.banner-carousel-native-mobile .banner-category-media-card {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.banner-category-media-wrap {
		padding-top: 0.35rem;
		margin-bottom: 1.75rem;
	}

	.banner-category-media-section {
		gap: 0.9rem;
	}

	.banner-category-media-card {
		aspect-ratio: 0.84;
	}

	.banner-category-media-card__label {
		font-size: 1.2rem;
	}

	.banner-category-section-head {
		flex-wrap: wrap;
		align-items: flex-end;
	}
}
