.home-breadcrumb {
	margin-bottom: 24px;
}

.home-intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
	gap: 36px;
	align-items: center;
	overflow: hidden;
	padding: 42px;
	border: 1px solid rgba(232, 102, 50, .2);
	border-radius: 24px;
	background:
		radial-gradient(circle at 92% 8%, rgba(232, 102, 50, .18), transparent 34%),
		linear-gradient(135deg, #fff 0%, #fff8f4 100%);
	box-shadow: 0 18px 45px rgba(31, 45, 55, .08);
}

.home-intro__content {
	position: relative;
	z-index: 1;
}

.home-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #d95e2d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.home-intro h1 {
	max-width: 760px;
	margin: 0;
	color: #26333d;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.12;
}

.home-intro__content > p {
	max-width: 650px;
	margin: 18px 0 24px;
	color: #64717b;
	font-size: 17px;
	line-height: 1.6;
}

.home-intro__search {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	width: min(100%, 640px);
	min-height: 62px;
	padding: 11px 18px;
	border: 1px solid rgba(232, 102, 50, .46);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(232, 102, 50, .12);
	color: #34414b;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-intro__search i {
	color: var(--main-color);
	font-size: 20px;
}

.home-intro__search small {
	color: #88929a;
	font-size: 12px;
	font-weight: 500;
}

.home-intro__search:hover,
.home-intro__search:focus-visible {
	border-color: var(--main-color);
	box-shadow: 0 12px 28px rgba(232, 102, 50, .2);
	transform: translateY(-1px);
}

.home-intro__search:focus-visible {
	outline: 3px solid rgba(232, 102, 50, .2);
	outline-offset: 3px;
}

.home-intro__stats {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-intro__stats li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 19px;
	border: 1px solid rgba(232, 102, 50, .14);
	border-radius: 14px;
	background: rgba(255, 255, 255, .84);
}

.home-intro__stats strong {
	color: #2e3b45;
	font-size: 19px;
	font-weight: 700;
}

.home-intro__stats span {
	color: #7b868e;
	font-size: 13px;
}

.home-product-section,
.home-brand-section,
.home-personal-section {
	margin-top: 54px;
}

.home-section-heading {
	min-width: 0;
}

.home-section-heading h2 {
	margin: 0;
	color: #2d3943;
	font-size: clamp(23px, 2.5vw, 31px);
	line-height: 1.2;
}

.home-section-heading p {
	max-width: 720px;
	margin: 8px 0 0;
	color: #7a858e;
	font-size: 14px;
	line-height: 1.5;
}

.home-brand-section {
	padding: 32px;
	border: 1px solid #e7ebee;
	border-radius: 20px;
	background: #f8fafb;
}

.home-brand-section__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
}

.home-brand-section__header label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.home-brand-section .select {
	position: relative;
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	width: min(100%, 260px);
	min-width: 230px;
	padding: 0;
	border: 1px solid #d9dfe3;
	border-radius: 12px;
	background: #fff;
}

.home-brand-section .select::after {
	grid-area: select;
	justify-self: end;
	width: .7em;
	height: .45em;
	margin-right: 16px;
	background: var(--main-color);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	pointer-events: none;
}

.home-brand-section select#brands-select {
	grid-area: select;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0 42px 0 16px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #35414a;
	cursor: pointer;
	font: inherit;
	appearance: none;
}

.home-brand-section select#brands-select:focus-visible {
	border-radius: 12px;
	box-shadow: 0 0 0 3px rgba(232, 102, 50, .18);
}

.home-brand-section__empty {
	display: block;
	margin: 34px auto 4px;
	color: #929ca4;
	font-size: 16px;
	text-align: center;
}

.home-brand-section #bestSearchBrand > .product-card-list {
	margin-top: 28px;
}

.home-personal-section .home-section-heading + .product-card-list {
	margin-top: 24px;
}

.home-personal-section[hidden] {
	display: none;
}

body#dark .home-intro {
	border-color: #444b50;
	background:
		radial-gradient(circle at 92% 8%, rgba(232, 102, 50, .2), transparent 34%),
		linear-gradient(135deg, #292e33 0%, #25292d 100%);
	box-shadow: none;
}

body#dark .home-intro h1,
body#dark .home-section-heading h2,
body#dark .home-intro__stats strong {
	color: #f2f4f5;
}

body#dark .home-intro__content > p,
body#dark .home-section-heading p,
body#dark .home-intro__stats span {
	color: #b5bdc3;
}

body#dark .home-intro__search,
body#dark .home-intro__stats li,
body#dark .home-brand-section .select {
	border-color: #4b5359;
	background: #30363b;
	color: #f1f3f4;
}

body#dark .home-brand-section {
	border-color: #3d454b;
	background: #282c31;
}

body#dark .home-brand-section select#brands-select {
	color: #f1f3f4;
}

@media only screen and (max-width: 991px) {
	.home-intro {
		grid-template-columns: 1fr;
	}

	.home-intro__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-intro__stats li {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
}

@media only screen and (max-width: 767px) {
	.home-breadcrumb {
		margin-bottom: 16px;
	}

	.home-intro {
		gap: 24px;
		padding: 26px 20px;
		border-radius: 18px;
	}

	.home-intro h1 {
		font-size: 30px;
	}

	.home-intro__content > p {
		margin: 14px 0 20px;
		font-size: 15px;
	}

	.home-intro__search {
		grid-template-columns: auto 1fr;
	}

	.home-intro__search small {
		display: none;
	}

	.home-intro__stats {
		grid-template-columns: 1fr;
	}

	.home-intro__stats li {
		align-items: baseline;
		flex-direction: row;
	}

	.home-product-section,
	.home-brand-section,
	.home-personal-section {
		margin-top: 38px;
	}

	.native-product-carousel__header,
	.home-brand-section__header {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.home-brand-section {
		padding: 24px 18px;
	}

	.home-brand-section .select {
		width: 100%;
		min-width: 0;
	}

	.home-brand-section #bestSearchBrand > .product-card-list,
	.home-personal-section .home-section-heading + .product-card-list {
		margin-top: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-intro__search {
		transition: none;
	}
}
