/* Native General Product page; all selectors are component-scoped. */

body.abtaz-general-product-page .site-content > .ast-container,
body.abtaz-general-product-page #content,
body.abtaz-general-product-page #content .ast-container {
	display: block;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.abtaz-general-product-page #primary {
	float: none;
	flex: 0 0 100% !important;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100% !important;
}

body.abtaz-general-product-page #secondary {
	display: none;
}

.abtaz-gp {
	--abtaz-interactive-hover: #00b4d8;
	--abtaz-neutral-section: #f6f9fb;
	--abtaz-section-heading: #007c91;
	background: #fff;
	overflow: hidden;
}

.abtaz-gp__breadcrumb-wrap {
	background: #fff;
	min-height: 50.69px;
	padding: 0 10px;
}

.abtaz-gp__breadcrumb {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1140px;
	min-height: 50.69px;
}

.abtaz-gp__breadcrumb ul {
	align-items: center;
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.abtaz-gp__breadcrumb li {
	align-items: center;
	color: #2b2d42;
	display: flex;
	gap: 0;
	margin-right: 10px;
}

.abtaz-gp__breadcrumb li:first-child {
	gap: 10px;
}

.abtaz-gp__breadcrumb-separator {
	font-size: .9em;
}

.abtaz-gp__breadcrumb svg {
	fill: #000;
	height: 1em;
	width: 1em;
}

.abtaz-gp__breadcrumb a {
	color: #007c91;
	text-decoration: none;
}

.abtaz-gp__breadcrumb a:hover,
.abtaz-gp__breadcrumb a:focus-visible {
	color: var(--abtaz-interactive-hover);
}

.abtaz-gp__breadcrumb a:focus-visible {
	outline: 2px solid #2b2d42;
	outline-offset: 2px;
}

.abtaz-gp__introduction {
	background: #fff;
	position: relative;
}

.abtaz-gp__introduction-inner {
	display: flow-root;
	margin: 0 auto;
	max-width: 1200px;
}

.abtaz-gp__title {
	background: var(--abtaz-neutral-section);
	border: 0;
	box-sizing: border-box;
	color: var(--abtaz-section-heading);
	font-family: inherit;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	width: 100%;
}

.abtaz-gp__icon {
	line-height: 0;
	margin: 20px auto;
	max-width: 180px;
	text-align: center;
}

.abtaz-gp__icon img {
	display: inline-block;
	height: auto;
	max-height: 80px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.abtaz-gp__editorial {
	color: #2d2d2d;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.857142857;
	margin: 25px 0;
	padding: 0 50px;
	text-align: justify;
}

.abtaz-gp__editorial > :first-child {
	margin-top: 0;
}

.abtaz-gp__editorial > :last-child {
	margin-bottom: 0;
}

.abtaz-gp__brands {
	background: var(--abtaz-neutral-section);
	padding: 44px 20px 52px;
}

.abtaz-gp__brands-inner {
	margin: 0 auto;
	max-width: 1140px;
}

.abtaz-gp__brands-heading {
	color: var(--abtaz-section-heading);
	font-family: inherit;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 28px;
	text-align: center;
}

.abtaz-gp__brand-carousel {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.abtaz-gp__brand-stage {
	box-sizing: border-box;
	padding: 0 70px;
	position: relative;
	width: 100%;
}

.abtaz-gp__brand-viewport {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
}

.abtaz-gp__brand-viewport:focus {
	outline: none;
}

.abtaz-gp__brand-viewport:focus-visible {
	outline: 2px solid #2b2d42;
	outline-offset: 4px;
}

.abtaz-gp__brand-track {
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.abtaz-gp__brand-track::-webkit-scrollbar {
	display: none;
}

.abtaz-gp__brand-slide {
	flex: 0 0 100%;
	min-width: 0;
	scroll-snap-align: start;
}

.abtaz-gp__brand-card {
	height: 100%;
	min-width: 0;
}

.abtaz-gp__supplier-card {
	background: #fff;
	border: 1px solid #dce3e7;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	height: 100%;
	margin: 0 auto;
	min-height: 300px;
	overflow: hidden;
	text-decoration: none;
	max-width: 960px;
	transition: border-color .2s ease;
	width: 100%;
}

.abtaz-gp__supplier-card--no-image {
	grid-template-columns: minmax(0, 1fr);
}

.abtaz-gp__supplier-card--linked {
	color: inherit;
	cursor: pointer;
}

.abtaz-gp__supplier-card:hover,
.abtaz-gp__supplier-card--linked:hover,
.abtaz-gp__supplier-card--linked:focus-visible {
	border-color: var(--abtaz-interactive-hover);
}

.abtaz-gp__supplier-card--linked:focus-visible {
	outline: 2px solid #2b2d42;
	outline-offset: 3px;
}

.abtaz-gp__supplier-card--linked:focus:not(:focus-visible):not(:hover):not(:active) {
	border-color: #dce3e7;
	outline: none;
}

.abtaz-gp__supplier-media {
	align-items: center;
	align-self: start;
	aspect-ratio: 3 / 2;
	background: #fff;
	border-right: 1px solid #dce3e7;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.abtaz-gp__supplier-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.abtaz-gp__supplier-media[data-source="brand-logo"] img {
	height: auto;
	max-height: 90px;
	max-width: 72%;
	object-fit: contain;
	width: auto;
}

.abtaz-gp__supplier-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 36px 42px;
	text-align: left;
}

.abtaz-gp__supplier-logo {
	align-items: center;
	display: flex;
	height: 42px;
	justify-content: center;
	margin: 0 0 18px;
	max-width: 140px;
}

.abtaz-gp__supplier-logo img {
	display: block;
	height: auto;
	max-height: 42px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.abtaz-gp__supplier-title {
	color: #2d2d2d;
	font-family: inherit;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	transition: color .2s ease;
}

.abtaz-gp__supplier-description {
	color: #2d2d2d;
	display: -webkit-box;
	font-size: 16px;
	line-height: 1.65;
	margin: 16px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.abtaz-gp__supplier-action {
	align-self: flex-start;
	color: #007c91;
	font-size: 14px;
	font-weight: 600;
	margin-top: 22px;
}

.abtaz-gp__supplier-card:hover .abtaz-gp__supplier-title,
.abtaz-gp__supplier-card--linked:focus-visible .abtaz-gp__supplier-title {
	color: var(--abtaz-section-heading);
}

.abtaz-gp__supplier-card--linked:hover .abtaz-gp__supplier-action,
.abtaz-gp__supplier-card--linked:focus-visible .abtaz-gp__supplier-action {
	color: var(--abtaz-interactive-hover);
}

.abtaz-gp__brand-dots {
	align-items: center;
	display: flex;
	gap: 9px;
	justify-content: center;
	margin-top: 20px;
	min-height: 14px;
}

.abtaz-gp__brand-dot {
	background: #dce3e7;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 10px;
}

.abtaz-gp__brand-dot[data-active="true"] {
	background: #007c91;
}

.abtaz-gp__brand-dot:hover,
.abtaz-gp__brand-dot:focus-visible {
	background: var(--abtaz-interactive-hover);
}

.abtaz-gp__brand-dot:focus-visible {
	outline: 2px solid #2b2d42;
	outline-offset: 3px;
}

.abtaz-gp__brand-dot:focus:not(:focus-visible):not(:hover) {
	outline: none;
}

.abtaz-gp__brand-arrow {
	align-items: center;
	background: #fff;
	border: 1px solid #007c91;
	border-radius: 0;
	color: #007c91;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 150px;
	transform: translateY(-50%);
	width: 42px;
}

.abtaz-gp__brand-arrow--prev {
	left: 14px;
}

.abtaz-gp__brand-arrow--next {
	right: 14px;
}

.abtaz-gp__brand-arrow:not(:disabled):hover,
.abtaz-gp__brand-arrow:not(:disabled):focus-visible,
.abtaz-gp__brand-arrow:not(:disabled):active {
	background: var(--abtaz-interactive-hover);
	border-color: var(--abtaz-interactive-hover);
	color: #212121;
}

.abtaz-gp__brand-arrow:focus-visible {
	outline: 2px solid #2b2d42;
	outline-offset: 2px;
}

.abtaz-gp__brand-arrow:not(:disabled):focus:not(:focus-visible):not(:hover):not(:active) {
	background: #fff;
	border-color: #007c91;
	color: #007c91;
	outline: none;
}

.abtaz-gp__brand-arrow:disabled {
	background: #fff;
	border-color: #007c91;
	color: #007c91;
	cursor: default;
	opacity: .35;
}

.abtaz-gp__product-types {
	background: #fff;
	padding: 60px 20px 70px;
}

.abtaz-gp__product-types-inner.abtaz-pr {
	background: #fff;
	border: 1px solid #dce3e7;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1140px;
	padding: 36px 26px;
	width: 100%;
}

.abtaz-gp__product-types .abtaz-pr__heading {
	color: var(--abtaz-section-heading);
	font-family: inherit;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.3;
	margin: 0 0 36px;
	text-align: center;
}

.abtaz-gp__product-types .abtaz-pr__track {
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0 0 2px;
}

.abtaz-gp__product-types .abtaz-pr__track .abtaz-pr__card {
	background: #fff;
	border: 1px solid #dce3e7;
	box-sizing: border-box;
	flex: 0 0 245px;
	min-width: 0;
	overflow: hidden;
	transition: border-color .2s ease;
}

.abtaz-gp__product-card-inner,
.abtaz-gp__product-card-link {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.abtaz-gp__product-card--linked {
	cursor: pointer;
}

.abtaz-gp__product-types .abtaz-pr__track .abtaz-gp__product-card:hover,
.abtaz-gp__product-types .abtaz-pr__track .abtaz-gp__product-card--linked:has(.abtaz-gp__product-card-link:focus-visible) {
	border-color: var(--abtaz-interactive-hover);
}

.abtaz-gp__product-card-link:focus-visible {
	outline: 2px solid #2b2d42;
	outline-offset: -3px;
}

.abtaz-gp__product-card-link:focus:not(:focus-visible) {
	outline: none;
}

.abtaz-gp__product-types .abtaz-pr[data-count="1"] .abtaz-pr__track,
.abtaz-gp__product-types .abtaz-pr[data-count="2"] .abtaz-pr__track,
.abtaz-gp__product-types .abtaz-pr[data-count="3"] .abtaz-pr__track,
.abtaz-gp__product-types .abtaz-pr[data-count="4"] .abtaz-pr__track {
	justify-content: center;
}

.abtaz-gp__product-types .abtaz-pr__image-wrap {
	aspect-ratio: 3 / 2;
}

.abtaz-gp__product-types .abtaz-pr__body {
	padding: 20px 22px 26px;
}

.abtaz-gp__product-types .abtaz-pr__title {
	color: var(--abtaz-section-heading);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	text-transform: none;
}

.abtaz-gp__product-types .abtaz-pr__excerpt {
	display: -webkit-box;
	font-size: 15px;
	line-height: 1.65;
	margin: 14px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.abtaz-gp__product-action {
	background: #007c91;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-top: 20px;
	padding: 15px 20px;
	text-decoration: none;
}

.abtaz-gp__product-types .abtaz-pr[data-nav-needed="false"] .abtaz-pr__controls {
	display: flex;
}

.abtaz-gp__product-types .abtaz-pr__controls {
	margin-top: 28px;
}

.abtaz-gp__product-types .abtaz-pr__arrow:not(:disabled):hover,
.abtaz-gp__product-types .abtaz-pr__arrow:not(:disabled):focus-visible,
.abtaz-gp__product-types .abtaz-pr__arrow:not(:disabled):active,
.abtaz-gp__product-action:hover,
.abtaz-gp__product-action:focus-visible,
.abtaz-gp__product-action:active {
	background: var(--abtaz-interactive-hover);
	border-color: var(--abtaz-interactive-hover);
	color: #212121;
}

.abtaz-gp__product-types .abtaz-pr__arrow:focus-visible,
.abtaz-gp__product-action:focus-visible {
	box-shadow: none;
	outline: 2px solid #2b2d42;
	outline-offset: 2px;
}

.abtaz-gp__product-types .abtaz-pr__arrow:not(:disabled):focus:not(:focus-visible):not(:hover):not(:active) {
	background: #fff;
	border-color: #007c91;
	box-shadow: none;
	color: #007c91;
	outline: none;
}

.abtaz-gp__product-types .abtaz-pr__arrow:disabled {
	background: #fff;
	border-color: #007c91;
	box-shadow: none;
	color: #007c91;
	cursor: default;
	opacity: .35;
}

.abtaz-gp__configuration-notice {
	margin: 40px auto;
	max-width: 1140px;
}

@media (max-width: 1024px) {
	.abtaz-gp__breadcrumb-wrap,
	.abtaz-gp__breadcrumb {
		min-height: 47.77px;
	}

	.abtaz-gp__introduction {
		padding: 0 25px;
	}

	.abtaz-gp__introduction-inner {
		max-width: 1200px;
	}

	.abtaz-gp__editorial {
		font-size: 14.592px;
	}

	.abtaz-gp__editorial {
		padding: 0 25px;
	}

	.abtaz-gp__title {
		font-size: 32px;
	}

	.abtaz-gp__icon img {
		max-height: 72px;
	}

	.abtaz-gp__brands {
		padding: 40px 25px 48px;
	}

	.abtaz-gp__brands-heading {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.abtaz-gp__supplier-title {
		font-size: 20px;
	}

	.abtaz-gp__brand-stage {
		padding-left: 60px;
		padding-right: 60px;
	}

	.abtaz-gp__brand-arrow--prev {
		left: 8px;
	}

	.abtaz-gp__brand-arrow--next {
		right: 8px;
	}

	.abtaz-gp__product-types-inner.abtaz-pr {
		padding: 28px 18px;
	}

	.abtaz-gp__product-types .abtaz-pr__track .abtaz-pr__card {
		flex-basis: calc((100% - 24px) / 2);
	}

	.abtaz-gp__product-types .abtaz-pr[data-count="1"] .abtaz-pr__track,
	.abtaz-gp__product-types .abtaz-pr[data-count="2"] .abtaz-pr__track {
		justify-content: center;
	}

	.abtaz-gp__product-types .abtaz-pr[data-count="3"] .abtaz-pr__track,
	.abtaz-gp__product-types .abtaz-pr[data-count="4"] .abtaz-pr__track {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.abtaz-gp__introduction {
		padding: 0 20px;
	}

	.abtaz-gp__title {
		font-size: 28px;
	}

	.abtaz-gp__icon {
		margin: 16px auto;
		max-width: 160px;
	}

	.abtaz-gp__icon img {
		max-height: 64px;
	}

	.abtaz-gp__editorial {
		margin: 22px 0;
		padding: 0;
	}

	.abtaz-gp__brands {
		padding: 36px 20px 44px;
	}

	.abtaz-gp__brands-heading {
		font-size: 23px;
		margin-bottom: 22px;
	}

	.abtaz-gp__brand-stage {
		display: grid;
		gap: 0 14px;
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		padding: 0;
	}

	.abtaz-gp__brand-viewport {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
	}

	.abtaz-gp__brand-dots {
		grid-column: 2;
		grid-row: 2;
		margin-top: 20px;
	}

	.abtaz-gp__brand-arrow {
		grid-row: 2;
		margin-top: 20px;
		position: static;
		transform: none;
	}

	.abtaz-gp__brand-arrow--prev {
		grid-column: 1;
	}

	.abtaz-gp__brand-arrow--next {
		grid-column: 3;
	}

	.abtaz-gp__supplier-card {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.abtaz-gp__supplier-media {
		aspect-ratio: 3 / 2;
		border-bottom: 1px solid #dce3e7;
		border-right: 0;
	}

	.abtaz-gp__supplier-content {
		padding: 24px;
	}

	.abtaz-gp__supplier-title {
		font-size: 18px;
	}

	.abtaz-gp__supplier-description {
		font-size: 15px;
		-webkit-line-clamp: 5;
	}

	.abtaz-gp__product-types {
		padding: 58px 20px 66px;
	}

	.abtaz-gp__product-types-inner.abtaz-pr {
		padding: 24px 14px;
	}

	.abtaz-gp__product-types .abtaz-pr__heading {
		font-size: 23px;
		margin-bottom: 28px;
	}

	.abtaz-gp__product-types .abtaz-pr__track {
		justify-content: flex-start !important;
	}

	.abtaz-gp__product-types .abtaz-pr__track .abtaz-pr__card {
		flex-basis: 100%;
	}
}
