.back-button-wrapper{
	display: flex;
	align-items: center;
}

.back-button{
	display:inline-flex;
	gap:5px;
	justify-content: start;
	align-items:center;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	color: #454648;
}

.back-button:before{
	content: '';
	background: url(../../assets/back.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	display: block;
}

.back-button:hover{
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 19%;
	text-decoration-thickness: 8.5%;
	text-decoration-skip-ink: auto;
}

.header-bottom{
	border-bottom: 1px solid #E3E3E3;
}

.header-bottom .header-bottom-nav{
	justify-content: start;
}

.header-bottom:has(.back-button-wrapper.is-empty){
	display: none;
}

.header-bottom .flex-col,
.header-bottom .header-bottom-nav,
.header-bottom .header-bottom-nav .html,
.header-bottom .home-top-area,
.header-bottom .home-top-slider{
	width: 100%;
}


.header-bottom .home-top-slider{
	overflow: unset;
}



















/* ===============================
HOMEPAGE TOP AREA
================================= */

.home-top-area {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px 0px;
}

/* ===============================
SLIDER
================================= */

.home-top-slider {
	overflow: hidden;
}

.home-top-slider .swiper-wrapper {
	align-items: center;
}

.home-top-slider .swiper-slide {
	width: auto;
	display: flex;
}

/* Hide arrows (clean mobile look) */
.home-top-slider .swiper-button-prev,
.home-top-slider .swiper-button-next {
	display: none !important;
}

/* ===============================
SLIDER TILE (pill style)
================================= */

.home-top-tile {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #39383D;
	text-decoration: none;
}

.home-top-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 1;
}

.home-top-label {
	line-height: 1;
}

.home-top-search .flex-col{
	width: unset;
}

.home-top-search form[role="search"] input{
	width: 100%;
}

.home-top-search .live-search-results{
	ddisplay: none;
}

#header:has(.home-top-search) .header-main .header-search{
	display: none;
}
