.article-block { margin: 0 0 28px; }
.article-block:last-child { margin-bottom: 0; }

.article-block--art-center {
	padding: 24px 0;
	text-align: center;
}
.article-block--art-center .ab-inner {
	max-width: 650px;
	margin: 0 auto;
}
.article-block--art-center .ab-eyebrow {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	line-height: 1.4;
	color: #6a6a78;
	margin-bottom: 0.5em;
}
.article-block--art-center .ab-title {
	max-width: 520px;
	margin: 0 auto 0.5em;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 700;
	color: #1e1e2e;
}
.article-block--art-center .ab-content {
	font-size: 17px;
	line-height: 1.7;
	color: #333;
}
.article-block--art-center .ab-actions {
	margin-top: 1.5em;
}


.article-block.ab-container--root { margin-bottom: 0; }

.ab-el { flex: 0 1 auto; min-width: 0; }
.ab-el--heading { margin: 0; font-size: 24px; line-height: 1.2; font-weight: 700; color: #1e1e2e; }
.ab-el--text { font-size: 17px; line-height: 1.7; color: #333; }
.ab-el--text p { margin: 0 0 0.8em; }
.ab-el--text p:last-child { margin-bottom: 0; }
.ab-el--image img { display: inline-block; max-width: 100%; height: auto; border-radius: 8px; }
.ab-el--image > a { display: inline-block; line-height: 0; }
.ab-el--linked { position: relative; }
.ab-el-stretch { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.ab-el--linked .ab-el--button,
.ab-el--linked .ab-el--form,
.ab-el--linked .ab-el--video,
.ab-el--linked a:not(.ab-el-stretch) { position: relative; z-index: 3; }
.ab-el--video { position: relative; aspect-ratio: 16 / 9; border-radius: 8px; overflow: clip; }
.ab-el--video iframe { width: 100%; height: 100%; display: block; border: 0; }
.ab-el--button .btn { display: inline-block; }


.article-block--banner {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.article-block--banner .site-banner-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ab-el--form {
	width: 100%;
}

.ab-el--search {
	width: 100%;
}
.ab-el--search .shop-live-search-wrap {
	position: relative;
	width: 100%;
}
.ab-el--search .shop-live-search-wrap .inputs-wrap {
	display: flex;
	align-items: center;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 5px;
	background: #fff;
}
.ab-el--search .shop-live-search-wrap .inputs-wrap input {
	flex-grow: 1;
	min-width: 0;
	height: 34px;
	padding: 0 10px;
	border: none;
	background: transparent;
	font-size: 15px;
	color: inherit;
}
.ab-el--search .shop-live-search-wrap .inputs-wrap input:focus {
	outline: none;
}
.ab-el--search .shop-live-search-wrap .search-btn {
	height: 32px;
	aspect-ratio: 1 / 1;
	align-self: center;
	border: none;
	border-radius: 5px;
	background: #fff;
	color: inherit;
	cursor: pointer;
}
.ab-el--search .shop-live-search-wrap .search-btn:hover {
	background: rgba(0, 0, 0, .05);
}
.ab-el--search .live-search-result {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 12px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .095);
	border-top: unset;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 20;
}
.ab-el--search .live-search-result.hidden {
	display: none;
}
.ab-el--search .live-search-result ul {
	list-style-type: none;
	margin: 0;
	padding: 0 4px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ab-el--search .live-search-result li {
	width: 100%;
}
.ab-el--search .live-search-result li:hover {
	background-color: rgba(0, 0, 0, .015);
	border-radius: 5px;
}
.ab-el--search .live-search-result .search-result-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
}
.ab-el--search .live-search-result .info-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	max-width: 80%;
}
.ab-el--search .live-search-result .info-wrap h3 {
	margin: 0;
	font-weight: 400;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ab-el--search .live-search-result .img-wrap {
	min-width: 64px;
	aspect-ratio: 1 / 1;
}
.ab-el--search .live-search-result .info-wrap img {
	width: 64px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 5px;
}
.ab-el--search .live-search-result .search-result-wrap--category .info-wrap {
	max-width: 100%;
}
.ab-el--search .live-search-result .search-result-section--categories {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.ab-el--search .live-search-result .search-result-section--categories.hidden {
	display: none;
}
.ab-el--search .live-search-result .search-result-section__title {
	margin: 0 4px 8px;
	font-size: 13px;
	color: #666;
	font-weight: 600;
}
.ab-el--search .live-search-result .no-results,
.ab-el--search .live-search-result .search-loading,
.ab-el--search .live-search-result .search-error {
	padding: 15px;
	text-align: center;
	color: #666;
}
.ab-el--search .live-search-result .search-relaxed-note {
	padding: 10px 15px;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #eee;
}
