/* Storefront selectors are deliberately scoped to one portable root. */
/* stylelint-disable no-descending-specificity, no-duplicate-selectors */
.abposh-store-page {
	margin: 0;
	background: #fff;
	overflow-x: clip;
}

.abposh-storefront {
	--abposh-teal: #013c42;
	--abposh-teal-dark: #002d31;
	--abposh-gold: #d77f03;
	--abposh-gold-dark: #9b5900;
	--abposh-ink: #172426;
	--abposh-muted: #627174;
	--abposh-line: #dce3e2;
	--abposh-soft: #f4f6f5;
	--abposh-cream: #f8f4eb;
	--abposh-white: #fff;
	position: relative;
	width: 100vw;
	max-width: none;
	margin-inline: calc(50% - 50vw);
	color: var(--abposh-ink);
	background: var(--abposh-white);
	font-family: "Golos Text", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow: clip;
}

.abposh-storefront *,
.abposh-storefront *::before,
.abposh-storefront *::after {
	box-sizing: border-box;
}

.abposh-storefront img {
	display: block;
	max-width: 100%;
}

.abposh-storefront iframe,
.abposh-storefront video {
	max-width: 100%;
}

.abposh-storefront a {
	color: inherit;
	text-decoration: none;
}

.abposh-storefront button,
.abposh-storefront input,
.abposh-storefront select,
.abposh-storefront textarea {
	font: inherit;
}

.abposh-storefront button,
.abposh-storefront a {
	-webkit-tap-highlight-color: transparent;
}

.abposh-storefront :focus-visible {
	outline: 3px solid var(--abposh-gold);
	outline-offset: 3px;
}

.abposh-storefront h1,
.abposh-storefront h2,
.abposh-storefront h3,
.abposh-storefront p {
	margin-top: 0;
}

.abposh-storefront h1,
.abposh-storefront h2,
.abposh-storefront h3 {
	color: var(--abposh-teal);
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.abposh-storefront .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.abposh-container {
	width: min(100% - 40px, 1240px);
	margin-inline: auto;
}

.abposh-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10020;
	padding: 12px 18px;
	color: var(--abposh-white) !important;
	background: var(--abposh-teal);
	transform: translateY(-160%);
}

.abposh-skip-link:focus {
	transform: translateY(0);
}

.abposh-announcement {
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 20px;
	color: var(--abposh-white);
	background: var(--abposh-teal-dark);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-align: center;
	text-transform: uppercase;
}

.abposh-announcement p {
	margin: 0;
}

.abposh-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--abposh-line);
	backdrop-filter: blur(14px);
}

.admin-bar .abposh-site-header {
	top: 32px;
}

.abposh-nav-row {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.abposh-site-brand {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--abposh-teal) !important;
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.abposh-brand-mark {
	width: 31px;
	height: 31px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--abposh-white);
	background: var(--abposh-gold);
	border-radius: 50%;
	font-size: 15px;
}

.abposh-site-logo {
	width: auto;
	max-width: 56px;
	height: 42px;
	flex: 0 0 auto;
	object-fit: contain;
}

.abposh-brand-name {
	min-width: 0;
}

.abposh-site-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.4vw, 38px);
}

.abposh-site-nav a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--abposh-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.abposh-site-nav a:hover {
	border-bottom-color: var(--abposh-gold);
}

.abposh-site-nav .abposh-nav-order {
	min-height: 44px;
	padding: 0 20px;
	color: var(--abposh-white);
	background: var(--abposh-teal);
	border: 1px solid var(--abposh-teal);
}

.abposh-site-nav .abposh-nav-order:hover {
	color: var(--abposh-teal);
	background: transparent;
	border-color: var(--abposh-teal);
}

.abposh-region-selector {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.abposh-region-selector select,
.abposh-region-selector button {
	min-height: 44px;
	margin: 0;
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	background: var(--abposh-white);
	color: var(--abposh-teal);
	font: 600 11px/1.2 Montserrat, Arial, sans-serif;
}

.abposh-region-selector select {
	max-width: 154px;
	padding: 0 30px 0 10px;
}

.abposh-region-selector button {
	padding: 0 10px;
	border-left: 0;
	cursor: pointer;
}

.abposh-region-selector select:focus-visible,
.abposh-region-selector button:focus-visible {
	outline: 3px solid var(--abposh-gold);
	outline-offset: 2px;
}

.abposh-storefront [hidden] {
	display: none !important;
}

.abposh-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: transparent;
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	cursor: pointer;
}

.abposh-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px auto;
	background: var(--abposh-teal);
	transition: transform 180ms ease, opacity 180ms ease;
}

.abposh-hero {
	position: relative;
	min-height: clamp(560px, 67vw, 760px);
	display: grid;
	place-items: center;
	background: var(--abposh-teal-dark);
	isolation: isolate;
}

.abposh-hero-media,
.abposh-hero-overlay {
	position: absolute;
	inset: 0;
}

.abposh-hero-media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	z-index: -2;
}

.abposh-hero-media > div {
	min-width: 0;
	height: 100%;
	overflow: hidden;
}

.abposh-hero-image,
.abposh-hero-media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-hero-media > div:first-child .abposh-hero-image {
	object-position: center 32%;
}

.abposh-hero-media > div:last-child .abposh-hero-image {
	object-position: center 25%;
}

.abposh-hero-overlay {
	z-index: -1;
	background: rgba(0, 31, 34, 0.44);
}

.abposh-hero-content {
	width: min(90%, 790px);
	padding: 96px 20px;
	color: var(--abposh-white);
	text-align: center;
}

.abposh-hero-content h1 {
	max-width: 760px;
	margin: 12px auto 22px;
	color: var(--abposh-white);
	font-size: clamp(52px, 8vw, 104px);
	line-height: 0.92;
	letter-spacing: -0.055em;
	text-transform: uppercase;
}

.abposh-hero-content > p:not(.abposh-kicker) {
	max-width: 680px;
	margin: 0 auto 32px;
	font-size: clamp(14px, 1.6vw, 18px);
}

.abposh-kicker {
	margin-bottom: 10px;
	color: var(--abposh-gold-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.abposh-hero .abposh-kicker {
	color: var(--abposh-white);
}

.abposh-button,
.abposh-order-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.abposh-button--light {
	color: var(--abposh-teal) !important;
	background: var(--abposh-white);
	border-color: var(--abposh-white);
}

.abposh-button--light:hover {
	color: var(--abposh-white) !important;
	background: transparent;
}

.abposh-button--primary,
.abposh-order-button {
	color: var(--abposh-teal-dark) !important;
	background: var(--abposh-gold);
	border-color: var(--abposh-gold);
}

.abposh-button--primary:hover,
.abposh-order-button:hover {
	color: var(--abposh-white) !important;
	background: var(--abposh-gold-dark);
	border-color: var(--abposh-gold-dark);
}

.abposh-section {
	padding: clamp(72px, 9vw, 128px) 0;
}

.abposh-section-heading {
	max-width: 720px;
	margin: 0 auto clamp(38px, 5vw, 64px);
	text-align: center;
}

.abposh-section-heading h2 {
	margin-bottom: 14px;
	font-size: clamp(34px, 4.7vw, 58px);
}

.abposh-section-heading > p:last-child {
	max-width: 610px;
	margin-inline: auto;
	margin-bottom: 0;
	color: var(--abposh-muted);
}

.abposh-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(32px, 4vw, 58px) clamp(16px, 2vw, 28px);
}

.abposh-product-grid--best {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.abposh-product-card {
	min-width: 0;
}

.abposh-product-media {
	position: relative;
	display: block;
	aspect-ratio: 7 / 8;
	margin-bottom: 17px;
	background: var(--abposh-soft);
	overflow: hidden;
}

.abposh-product-image,
.abposh-product-media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.abposh-product-card:hover .abposh-product-image {
	transform: scale(1.025);
}

.abposh-product-tag {
	position: absolute;
	top: 12px;
	left: 12px;
	min-height: 23px;
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	color: var(--abposh-teal);
	background: var(--abposh-white);
	border-left: 3px solid var(--abposh-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.09em;
	max-width: calc(100% - 24px);
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.abposh-product-copy {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.abposh-product-copy h3 {
	margin-bottom: 5px;
	font-size: clamp(15px, 1.5vw, 19px);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.abposh-product-price {
	margin-bottom: 0;
	color: var(--abposh-muted);
	font-size: 12px;
	font-weight: 600;
}

.abposh-order-button {
	min-width: 104px;
	min-height: 44px;
	padding: 10px 13px;
	flex: 0 0 auto;
	font-size: 9px;
}

.abposh-editorial-section {
	padding-top: 32px;
}

.abposh-editorial-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 4vw, 64px);
}

.abposh-editorial-card:nth-child(2) {
	margin-top: clamp(70px, 10vw, 150px);
}

.abposh-editorial-media {
	aspect-ratio: 1 / 1.04;
	background: var(--abposh-soft);
	overflow: hidden;
}

.abposh-editorial-image,
.abposh-editorial-media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-editorial-copy {
	max-width: 560px;
	padding: 28px 0 0;
}

.abposh-editorial-copy h2 {
	margin-bottom: 14px;
	font-size: clamp(28px, 3.6vw, 48px);
}

.abposh-editorial-copy > p:not(.abposh-kicker) {
	margin-bottom: 18px;
	color: var(--abposh-muted);
}

.abposh-text-link {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--abposh-teal) !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--abposh-gold);
}

.abposh-text-link span {
	font-size: 17px;
	transition: transform 180ms ease;
}

.abposh-text-link:hover span {
	transform: translateX(4px);
}

.abposh-benefits {
	padding: 38px 0;
	background: var(--abposh-cream);
	border-block: 1px solid #e5ddcd;
}

.abposh-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.abposh-benefit {
	display: flex;
	gap: 14px;
	padding: 8px 24px;
	border-right: 1px solid #d8cfbd;
}

.abposh-benefit:first-child {
	padding-left: 0;
}

.abposh-benefit:last-child {
	padding-right: 0;
	border-right: 0;
}

.abposh-benefit-icon {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--abposh-gold-dark);
	border: 1px solid var(--abposh-gold);
	border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
}

.abposh-benefit h3 {
	margin: 2px 0 6px;
	font-size: 14px;
	letter-spacing: -0.01em;
}

.abposh-benefit p {
	margin-bottom: 0;
	color: var(--abposh-muted);
	font-size: 11px;
	line-height: 1.55;
}

.abposh-bestsellers {
	background: var(--abposh-soft);
}

.abposh-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(48px, 8vw, 120px);
}

.abposh-about-media {
	aspect-ratio: 1 / 0.9;
	background: var(--abposh-soft);
	overflow: hidden;
}

.abposh-about-image,
.abposh-about-media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-about-copy h2 {
	margin-bottom: 22px;
	font-size: clamp(35px, 5vw, 64px);
}

.abposh-about-copy > p:not(.abposh-kicker) {
	margin-bottom: 24px;
	color: var(--abposh-muted);
	font-size: clamp(15px, 1.5vw, 18px);
}

.abposh-footer-gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.abposh-footer-gallery > div {
	aspect-ratio: 1 / 0.72;
	background: var(--abposh-soft);
	overflow: hidden;
}

.abposh-footer-gallery-image,
.abposh-footer-gallery .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-footer-main {
	padding: 64px 0 24px;
	color: #dce9e9;
	background: var(--abposh-teal-dark);
}

.abposh-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.65fr 0.8fr 1.05fr;
	gap: clamp(32px, 5vw, 76px);
}

.abposh-site-brand--footer {
	margin-bottom: 16px;
	color: var(--abposh-white) !important;
}

.abposh-footer-brand p,
.abposh-footer-cta p {
	max-width: 380px;
	margin-bottom: 18px;
	color: #aabdbf;
	font-size: 12px;
}

.abposh-footer-grid h2 {
	margin-bottom: 18px;
	color: var(--abposh-white);
	font-size: 14px;
	letter-spacing: 0.02em;
}

.abposh-footer-grid nav,
.abposh-footer-grid address {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	font-size: 12px;
	font-style: normal;
}

.abposh-footer-grid nav a,
.abposh-footer-grid address a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: #dce9e9;
}

.abposh-footer-grid nav a:hover,
.abposh-footer-grid address a:hover {
	color: var(--abposh-gold);
}

.abposh-button--outline {
	color: var(--abposh-white) !important;
	background: transparent;
	border-color: #789093;
}

.abposh-button--outline:hover {
	color: var(--abposh-teal-dark) !important;
	background: var(--abposh-white);
	border-color: var(--abposh-white);
}

.abposh-footer-bottom {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 48px;
	padding-top: 20px;
	color: #8fa5a7;
	border-top: 1px solid #254f53;
	font-size: 10px;
}

.abposh-footer-bottom p {
	margin-bottom: 0;
}

.abposh-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.abposh-social-links a,
.abposh-footer-bottom > a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.abposh-store-empty {
	padding: 64px 24px;
	text-align: center;
	background: var(--abposh-soft);
	border: 1px solid var(--abposh-line);
}

.abposh-image-placeholder {
	display: block;
	background: #e8edec;
}

.abposh-order-dialog[hidden] {
	display: none;
}

.abposh-order-dialog {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 20px;
}

.abposh-dialog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 25, 28, 0.72);
}

.abposh-dialog-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	max-height: min(88vh, 820px);
	padding: clamp(28px, 5vw, 52px);
	background: var(--abposh-white);
	border: 1px solid var(--abposh-line);
	overflow: auto;
}

.abposh-dialog-panel > h2 {
	padding-right: 28px;
	font-size: clamp(28px, 4vw, 42px);
}

.abposh-dialog-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--abposh-teal);
	background: var(--abposh-soft);
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.abposh-order-summary {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
	padding: 14px;
	background: var(--abposh-soft);
	border-left: 3px solid var(--abposh-gold);
}

.abposh-order-thumb,
.abposh-order-summary .abposh-image-placeholder {
	width: 72px;
	height: 72px;
	flex: 0 0 auto;
	object-fit: cover;
}

.abposh-order-summary strong,
.abposh-order-summary span {
	display: block;
}

.abposh-order-summary strong {
	color: var(--abposh-teal);
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
}

.abposh-order-summary span {
	color: var(--abposh-muted);
	font-size: 12px;
}

.abposh-dialog-content form {
	display: grid;
	gap: 16px;
}

.abposh-dialog-content label {
	display: block;
	margin-bottom: 6px;
	color: var(--abposh-teal);
	font-size: 12px;
	font-weight: 700;
}

.abposh-dialog-content input,
.abposh-dialog-content select,
.abposh-dialog-content textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	color: var(--abposh-ink);
	background: var(--abposh-white);
	border: 1px solid #9ca9aa;
	border-radius: 0;
}

.abposh-dialog-content textarea {
	min-height: 110px;
	resize: vertical;
}

.abposh-dialog-content button[type="submit"],
.abposh-dialog-content input[type="submit"] {
	min-height: 48px;
	padding: 12px 24px;
	color: var(--abposh-teal-dark);
	background: var(--abposh-gold);
	border: 1px solid var(--abposh-gold);
	font-weight: 700;
	cursor: pointer;
}

.abposh-dialog-content button[type="submit"]:hover,
.abposh-dialog-content input[type="submit"]:hover {
	color: var(--abposh-white);
	background: var(--abposh-gold-dark);
	border-color: var(--abposh-gold-dark);
}

.abposh-dialog-content [aria-busy="true"] {
	opacity: 0.72;
	cursor: wait;
}

.abposh-storefront.is-dialog-open {
	z-index: 9999;
}

/* Single product page. */
.abposh-single-product main {
	background: var(--abposh-white);
}

.abposh-breadcrumbs {
	min-height: 76px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	color: var(--abposh-muted);
	font-size: 11px;
	font-weight: 600;
}

.abposh-breadcrumbs a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--abposh-teal);
}

.abposh-breadcrumbs a:hover {
	color: var(--abposh-gold-dark);
}

.abposh-product-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	align-items: start;
	gap: clamp(48px, 8vw, 112px);
	padding: 28px 0 clamp(80px, 10vw, 144px);
}

.abposh-product-gallery {
	min-width: 0;
}

.abposh-product-main-image {
	aspect-ratio: 1 / 1.08;
	background: var(--abposh-soft);
	border: 1px solid var(--abposh-line);
	overflow: hidden;
}

.abposh-product-detail-image,
.abposh-product-main-image .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-product-thumbnails {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.abposh-product-thumbnails button {
	position: relative;
	min-width: 44px;
	aspect-ratio: 1;
	padding: 0;
	background: var(--abposh-soft);
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	cursor: pointer;
	overflow: hidden;
}

.abposh-product-thumbnails button[aria-pressed="true"] {
	border: 2px solid var(--abposh-teal);
}

.abposh-product-thumbnail-image,
.abposh-product-thumbnails .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-product-summary {
	position: sticky;
	top: 112px;
	padding-top: clamp(8px, 3vw, 44px);
}

.admin-bar .abposh-product-summary {
	top: 144px;
}

.abposh-product-summary h1 {
	margin-bottom: 18px;
	font-size: clamp(40px, 5.2vw, 68px);
	line-height: 0.98;
	text-transform: uppercase;
}

.abposh-product-detail-price {
	margin-bottom: 14px;
	color: var(--abposh-gold-dark);
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
	font-size: clamp(23px, 2.4vw, 32px);
	font-weight: 700;
}

.abposh-product-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	color: var(--abposh-muted);
	font-size: 12px;
	font-weight: 600;
}

.abposh-rating-stars {
	color: var(--abposh-gold-dark);
	font-size: 18px;
	letter-spacing: 0.08em;
}

.abposh-product-short-description {
	max-width: 580px;
	margin-bottom: 30px;
	color: var(--abposh-muted);
}

.abposh-product-short-description > *:last-child {
	margin-bottom: 0;
}

.abposh-product-order-cta {
	min-width: min(100%, 260px);
}

.abposh-narrow-container {
	max-width: 900px;
}

.abposh-product-description {
	background: var(--abposh-soft);
	border-block: 1px solid var(--abposh-line);
}

.abposh-product-description .abposh-section-heading {
	margin-bottom: 38px;
}

.abposh-rich-text {
	color: var(--abposh-ink);
	font-size: clamp(15px, 1.4vw, 18px);
}

.abposh-rich-text h2,
.abposh-rich-text h3,
.abposh-rich-text h4 {
	margin: 42px 0 15px;
}

.abposh-rich-text > *:last-child {
	margin-bottom: 0;
}

.abposh-rich-text a {
	color: var(--abposh-teal);
	text-decoration: underline;
	text-decoration-color: var(--abposh-gold);
	text-underline-offset: 3px;
}

.abposh-testimonial-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 28px);
}

.abposh-testimonial-gallery figure {
	aspect-ratio: 4 / 5;
	margin: 0;
	background: var(--abposh-soft);
	border: 1px solid var(--abposh-line);
	overflow: hidden;
}

.abposh-testimonial-image,
.abposh-testimonial-gallery .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abposh-testimonial-video-section {
	background: var(--abposh-teal-dark);
}

.abposh-testimonial-video-section .abposh-section-heading h2 {
	color: var(--abposh-white);
}

.abposh-video-container {
	max-width: 1000px;
}

.abposh-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #001f22;
	border: 1px solid #31585c;
	overflow: hidden;
}

.abposh-video-frame iframe,
.abposh-video-frame video {
	width: 100%;
	height: 100%;
	border: 0;
}

.abposh-video-link {
	margin: 0;
	text-align: center;
}

.abposh-order-section {
	scroll-margin-top: 92px;
	background: var(--abposh-cream);
	border-block: 1px solid #e5ddcd;
}

.abposh-order-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
	align-items: start;
	gap: clamp(44px, 8vw, 112px);
}

.abposh-order-form-column {
	display: grid;
	min-width: 0;
	gap: 18px;
}

.abposh-discount-timer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	padding: 24px;
	background: var(--abposh-teal);
	border: 1px solid var(--abposh-teal-dark);
	border-top: 4px solid var(--abposh-gold);
	color: var(--abposh-white);
}

.abposh-discount-timer .abposh-kicker {
	margin-bottom: 7px;
	color: #ffd58e;
}

.abposh-discount-timer h3 {
	margin: 0 0 6px;
	color: var(--abposh-white);
	font-size: clamp(20px, 2.2vw, 28px);
}

.abposh-discount-timer__copy > p:last-child {
	max-width: 520px;
	margin: 0;
	color: #d9e7e8;
	font-size: 13px;
}

.abposh-countdown {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-family: "Golos Text", Arial, sans-serif;
}

.abposh-countdown > div {
	min-width: 58px;
	text-align: center;
}

.abposh-countdown strong,
.abposh-countdown span {
	display: block;
}

.abposh-countdown strong {
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
	font-size: 28px;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.abposh-countdown > span {
	padding-top: 2px;
	color: #ffd58e;
	font-size: 24px;
}

.abposh-countdown div span {
	margin-top: 7px;
	color: #c7d9da;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.abposh-single-product {
	padding-bottom: 84px;
}

.abposh-sticky-order {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.98);
	border-top: 1px solid var(--abposh-line);
	transform: translateY(0);
	transition: transform 220ms ease, visibility 220ms ease;
}

.abposh-sticky-order.is-hidden {
	visibility: hidden;
	transform: translateY(100%);
}

.abposh-sticky-order__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 84px;
	padding-block: 12px;
}

.abposh-sticky-order__product {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.abposh-sticky-order__product strong {
	color: var(--abposh-teal);
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.abposh-sticky-order__product span {
	color: var(--abposh-gold-dark);
	font-size: 13px;
	font-weight: 700;
}

.abposh-sticky-order .abposh-button {
	min-width: 190px;
	min-height: 52px;
}

.admin-bar .abposh-sticky-order {
	bottom: 0;
}

.abposh-order-intro h2 {
	margin-bottom: 20px;
	font-size: clamp(36px, 4.6vw, 58px);
}

.abposh-order-intro > p:not(.abposh-kicker) {
	max-width: 540px;
	color: var(--abposh-muted);
}

.abposh-order-product-line {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 30px;
	padding: 14px;
	background: var(--abposh-white);
	border: 1px solid #ddd5c5;
	border-left: 3px solid var(--abposh-gold);
}

.abposh-order-thumb,
.abposh-order-product-line .abposh-image-placeholder {
	width: 72px;
	height: 72px;
	flex: 0 0 auto;
	object-fit: cover;
}

.abposh-order-product-line strong,
.abposh-order-product-line span {
	display: block;
}

.abposh-order-product-line strong {
	color: var(--abposh-teal);
	font-family: "Cal Sans", "Golos Text", Arial, sans-serif;
}

.abposh-order-product-line span {
	color: var(--abposh-muted);
	font-size: 12px;
}

.abposh-order-form-shell {
	min-width: 0;
	padding: clamp(24px, 4vw, 48px);
	background: var(--abposh-white);
	border: 1px solid #ddd5c5;
}

.abposh-merchant-form form {
	display: grid;
	gap: 16px;
}

.abposh-merchant-form iframe {
	width: 100%;
	min-height: 500px;
	display: block;
	background: var(--abposh-white);
	border: 0;
}

.abposh-merchant-form label {
	display: block;
	margin-bottom: 6px;
	color: var(--abposh-teal);
	font-size: 12px;
	font-weight: 700;
}

.abposh-merchant-form input,
.abposh-merchant-form select,
.abposh-merchant-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	color: var(--abposh-ink);
	background: var(--abposh-white);
	border: 1px solid #879799;
	border-radius: 0;
}

.abposh-merchant-form textarea {
	min-height: 120px;
	resize: vertical;
}

.abposh-merchant-form button,
.abposh-merchant-form input[type="submit"] {
	min-height: 48px;
	padding: 12px 24px;
	color: var(--abposh-teal-dark);
	background: var(--abposh-gold);
	border: 1px solid var(--abposh-gold);
	border-radius: 0;
	font-weight: 700;
	cursor: pointer;
}

.abposh-merchant-form button:hover,
.abposh-merchant-form input[type="submit"]:hover {
	color: var(--abposh-white);
	background: var(--abposh-gold-dark);
	border-color: var(--abposh-gold-dark);
}

.abposh-merchant-form [aria-busy="true"],
.abposh-merchant-form :disabled {
	opacity: 0.68;
	cursor: wait;
}

.abposh-native-order-form {
	position: relative;
}

.abposh-native-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.abposh-native-field--wide {
	grid-column: 1 / -1;
}

.abposh-native-field label span {
	color: #a34800;
}

.abposh-native-form-status {
	display: none;
	margin-bottom: 4px;
	padding: 12px 14px;
	border: 1px solid #b8c7c8;
	color: var(--abposh-teal);
	background: #f4f8f8;
	font-size: 13px;
	line-height: 1.6;
}

.abposh-native-order-form[aria-busy="true"] .abposh-native-form-status,
.abposh-native-form-status.is-error,
.abposh-native-form-status.is-success {
	display: block;
}

.abposh-native-form-status.is-error {
	border-color: #d8aaa5;
	color: #842017;
	background: #fff4f2;
}

.abposh-native-form-status.is-success {
	border-color: #9bc7ad;
	color: #0b5e31;
	background: #f0faf4;
}

.abposh-native-order-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 4px;
}

.abposh-native-order-spinner {
	display: none;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border: 2px solid currentcolor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: abposh-native-spin 0.75s linear infinite;
}

.abposh-native-order-form[aria-busy="true"] .abposh-native-order-spinner {
	display: block;
}

.abposh-native-order-form.is-complete .abposh-native-form-grid,
.abposh-native-order-form.is-complete .abposh-native-order-submit,
.abposh-native-order-form.is-complete .abposh-native-order-privacy {
	display: none;
}

.abposh-native-order-privacy {
	margin: 0;
	color: var(--abposh-muted);
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}

.abposh-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@keyframes abposh-native-spin {

	to {
		transform: rotate(360deg);
	}
}

.abposh-order-empty {
	padding: 12px 0;
}

.abposh-order-empty h3 {
	margin-bottom: 12px;
	font-size: 26px;
}

.abposh-order-empty p {
	color: var(--abposh-muted);
}

.abposh-related-products {
	background: var(--abposh-white);
}

.abposh-related-products .abposh-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.abposh-storefront.is-motion-ready .abposh-reveal,
.abposh-storefront.is-motion-ready .abposh-reveal-group > * {
	opacity: 0;
	transform: translateY(20px);
}

.abposh-storefront.is-motion-ready .abposh-reveal.is-visible,
.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > * {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 580ms cubic-bezier(0.22, 1, 0.36, 1), transform 580ms cubic-bezier(0.22, 1, 0.36, 1);
}

.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > *:nth-child(2) {
	transition-delay: 70ms;
}

.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > *:nth-child(3) {
	transition-delay: 140ms;
}

.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > *:nth-child(4) {
	transition-delay: 210ms;
}

@media (max-width: 960px) {

	.abposh-product-grid--best {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abposh-order-layout {
		grid-template-columns: 1fr;
	}

	.abposh-related-products .abposh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abposh-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
	}

	.abposh-benefit:nth-child(2) {
		border-right: 0;
	}

	.abposh-benefit:nth-child(3) {
		padding-left: 0;
	}

	.abposh-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {

	.admin-bar .abposh-site-header {
		top: 46px;
	}

	.abposh-menu-toggle {
		display: block;
	}

	.abposh-site-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 10px 20px 20px;
		background: var(--abposh-white);
		border-bottom: 1px solid var(--abposh-line);
	}

	.abposh-site-nav.is-open {
		display: flex;
	}

	.abposh-site-nav a {
		width: 100%;
		padding: 0 4px;
		border-bottom: 1px solid var(--abposh-line);
	}

	.abposh-site-nav .abposh-nav-order {
		justify-content: center;
		margin-top: 12px;
		border: 1px solid var(--abposh-teal);
	}

	.abposh-region-selector {
		width: 100%;
		padding: 10px 4px 0;
	}

	.abposh-region-selector select {
		max-width: none;
		width: 100%;
	}

	.abposh-region-selector button {
		flex: 0 0 auto;
	}

	.abposh-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.abposh-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.abposh-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.abposh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abposh-product-overview {
		grid-template-columns: 1fr;
		gap: 44px;
		padding-bottom: 88px;
	}

	.abposh-product-summary,
	.admin-bar .abposh-product-summary {
		position: static;
		padding-top: 0;
	}

	.abposh-testimonial-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abposh-about-grid {
		grid-template-columns: 1fr;
	}

	.abposh-about-media {
		max-height: 620px;
	}
}

@media (max-width: 620px) {

	.abposh-native-form-grid {
		grid-template-columns: 1fr;
	}

	.abposh-native-field--wide {
		grid-column: auto;
	}


	.abposh-storefront {
		font-size: 15px;
	}

	.abposh-container {
		width: min(100% - 28px, 1240px);
	}

	.abposh-announcement {
		min-height: 32px;
		padding: 7px 14px;
		font-size: 9px;
		letter-spacing: 0.1em;
	}

	.abposh-nav-row {
		min-height: 64px;
		gap: 14px;
	}

	.abposh-site-brand {
		min-width: 0;
		font-size: 17px;
	}

	.abposh-site-brand > span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.abposh-site-logo {
		max-width: 46px;
		height: 38px;
	}

	.abposh-hero {
		min-height: clamp(540px, 78svh, 620px);
	}

	.abposh-hero-media {
		display: block;
	}

	.abposh-hero-media > .abposh-hero-slide {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1100ms cubic-bezier(0.2, 0.75, 0.2, 1);
	}

	.abposh-hero-media > .abposh-hero-slide:first-child {
		opacity: 1;
	}

	.abposh-hero-media.is-alt-active > .abposh-hero-slide:first-child {
		opacity: 0;
	}

	.abposh-hero-media.is-alt-active > .abposh-hero-slide:last-child {
		opacity: 1;
	}

	.abposh-hero-media > .abposh-hero-slide .abposh-hero-image,
	.abposh-hero-media > .abposh-hero-slide .abposh-image-placeholder {
		width: 100%;
		height: 100%;
		object-position: center 28%;
		object-fit: cover;
	}

	.abposh-hero-content {
		width: 100%;
		padding: 72px 22px;
	}

	.abposh-hero-content h1 {
		margin-bottom: 18px;
		font-size: clamp(44px, 14vw, 62px);
		line-height: 0.94;
	}

	.abposh-hero-content > p:not(.abposh-kicker) {
		margin-bottom: 26px;
		font-size: 14px;
	}

	.abposh-section {
		padding-block: 68px;
	}

	.abposh-section-heading {
		margin-bottom: 38px;
	}

	.abposh-section-heading h2 {
		font-size: clamp(30px, 9vw, 40px);
		line-height: 1.06;
	}

	.abposh-product-grid,
	.abposh-product-grid--best {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 12px;
	}

	.abposh-product-media {
		margin-bottom: 13px;
	}

	.abposh-product-copy h3 {
		min-height: 2.7em;
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 1.35;
	}

	.abposh-product-price {
		font-size: 11px;
	}

	.abposh-breadcrumbs {
		min-height: 62px;
		padding-block: 8px;
		font-size: 10px;
	}

	.abposh-breadcrumbs [aria-current="page"] {
		min-width: 0;
		overflow-wrap: break-word;
	}

	.abposh-product-overview {
		gap: 36px;
		padding-top: 18px;
		padding-bottom: 72px;
	}

	.abposh-product-main-image {
		aspect-ratio: 4 / 5;
	}

	.abposh-product-thumbnails {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.abposh-product-summary h1 {
		max-width: 100%;
		margin-bottom: 14px;
		font-size: clamp(26px, 7.4vw, 34px);
		line-height: 1.1;
		letter-spacing: -0.03em;
		text-transform: none;
		text-wrap: balance;
		word-break: normal;
		overflow-wrap: normal;
	}

	.abposh-product-detail-price {
		font-size: 23px;
	}

	.abposh-product-rating {
		flex-wrap: wrap;
		margin-bottom: 22px;
	}

	.abposh-product-short-description {
		margin-bottom: 24px;
	}

	.abposh-product-order-cta {
		width: 100%;
	}

	.abposh-order-layout {
		gap: 34px;
	}

	.abposh-discount-timer {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	.abposh-countdown {
		justify-content: space-between;
		width: 100%;
		max-width: 280px;
	}

	.abposh-countdown > div {
		min-width: 56px;
	}

	.abposh-sticky-order__inner {
		min-height: 76px;
		gap: 12px;
		padding-block: 10px;
	}

	.abposh-sticky-order__product {
		max-width: 44%;
	}

	.abposh-sticky-order__product strong {
		font-size: 13px;
	}

	.abposh-sticky-order__product span {
		font-size: 11px;
	}

	.abposh-sticky-order .abposh-button {
		min-width: 148px;
		min-height: 52px;
		padding-inline: 18px;
	}

	.abposh-single-product {
		padding-bottom: 76px;
	}

	.abposh-order-intro h2 {
		font-size: clamp(31px, 9vw, 40px);
	}

	.abposh-order-product-line {
		align-items: flex-start;
		margin-top: 24px;
		padding: 12px;
	}

	.abposh-order-thumb,
	.abposh-order-product-line .abposh-image-placeholder {
		width: 64px;
		height: 64px;
	}

	.abposh-order-product-line strong {
		line-height: 1.35;
		overflow-wrap: break-word;
	}

	.abposh-order-form-shell {
		padding: 22px 16px;
	}

	.abposh-merchant-form iframe {
		min-height: 560px;
	}

	.abposh-merchant-form input,
	.abposh-merchant-form select,
	.abposh-merchant-form textarea,
	.abposh-merchant-form button,
	.abposh-merchant-form input[type="submit"] {
		max-width: 100%;
	}

	.abposh-related-products .abposh-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.abposh-product-copy {
		display: block;
	}

	.abposh-order-button {
		width: 100%;
		margin-top: 12px;
		padding-inline: 8px;
	}

	.abposh-editorial-grid {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	.abposh-editorial-card:nth-child(2) {
		margin-top: 0;
	}

	.abposh-benefit-grid,
	.abposh-footer-grid {
		grid-template-columns: 1fr;
	}

	.abposh-benefit,
	.abposh-benefit:first-child,
	.abposh-benefit:last-child,
	.abposh-benefit:nth-child(3) {
		padding: 0 0 24px;
		border-right: 0;
		border-bottom: 1px solid #d8cfbd;
	}

	.abposh-benefit:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.abposh-footer-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.abposh-footer-gallery > div:nth-child(n + 4) {
		display: none;
	}

	.abposh-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		margin-top: 34px;
	}

	.abposh-footer-main {
		padding-top: 52px;
	}

	.abposh-dialog-panel {
		max-height: 92vh;
		padding: 34px 20px 24px;
	}
}

@media (max-width: 380px) {

	.abposh-container {
		width: min(100% - 22px, 1240px);
	}

	.abposh-hero-content {
		padding-inline: 16px;
	}

	.abposh-hero-content h1 {
		font-size: clamp(42px, 13vw, 50px);
	}

	.abposh-product-grid,
	.abposh-product-grid--best,
	.abposh-related-products .abposh-product-grid {
		column-gap: 10px;
	}

	.abposh-product-copy h3 {
		font-size: 13px;
	}

	.abposh-order-button {
		font-size: 8px;
		letter-spacing: 0.065em;
	}

	.abposh-product-summary h1 {
		font-size: clamp(25px, 7.2vw, 30px);
	}

	.abposh-sticky-order__product {
		display: none;
	}

	.abposh-sticky-order .abposh-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {

	.abposh-storefront *,
	.abposh-storefront *::before,
	.abposh-storefront *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.abposh-storefront.is-motion-ready .abposh-reveal,
	.abposh-storefront.is-motion-ready .abposh-reveal-group > * {
		opacity: 1;
		transform: none;
	}
}

/* Qartify 3.1 Shop and accessible region controls. */
.abposh-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.abposh-region-toggle,
.abposh-region-panel {
	display: none;
}

.abposh-region-toggle {
	width: 44px;
	height: 44px;
	padding: 10px;
	color: var(--abposh-teal);
	background: transparent;
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	cursor: pointer;
}

.abposh-region-toggle svg {
	width: 22px;
	height: 22px;
	display: block;
	fill: currentcolor;
}

.abposh-region-toggle:focus-visible {
	outline: 3px solid var(--abposh-gold);
	outline-offset: 2px;
}

.abposh-site-nav a[aria-current="page"] {
	border-bottom-color: var(--abposh-gold);
}

.abposh-region-selector select {
	min-height: 44px;
	margin: 0;
	padding: 0 32px 0 12px;
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	background: var(--abposh-white);
	color: var(--abposh-teal);
	font: 600 11px/1.2 Montserrat, Arial, sans-serif;
	cursor: pointer;
}

.abposh-region-selector select:focus-visible {
	outline: 3px solid var(--abposh-gold);
	outline-offset: 2px;
}

.abposh-shop-hero {
	padding: clamp(76px, 9vw, 128px) 0;
	background: var(--abposh-teal-dark);
	color: var(--abposh-white);
	text-align: center;
}

.abposh-shop-hero h1 {
	margin: 8px 0 18px;
	color: var(--abposh-white);
	font-size: clamp(48px, 8vw, 94px);
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.abposh-shop-hero p:last-child {
	max-width: 720px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.82);
}

.abposh-shop-hero .abposh-kicker {
	color: var(--abposh-gold);
}

.abposh-shop-catalogue {
	background: var(--abposh-white);
}

.abposh-shop-toolbar {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: clamp(36px, 5vw, 60px);
	padding-bottom: 24px;
	border-bottom: 1px solid var(--abposh-line);
}

.abposh-shop-toolbar h2 {
	margin: 0 0 8px;
	font-size: clamp(30px, 4vw, 48px);
}

.abposh-shop-results {
	margin: 0;
	color: var(--abposh-muted);
	font-size: 12px;
	font-weight: 600;
}

.abposh-shop-filters {
	display: grid;
	grid-template-columns: repeat(2, minmax(170px, 1fr));
	gap: 14px;
	min-width: min(100%, 420px);
}

.abposh-shop-filters label {
	display: block;
	margin-bottom: 7px;
	color: var(--abposh-teal);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.abposh-shop-filters select {
	width: 100%;
	min-height: 48px;
	padding: 0 38px 0 13px;
	color: var(--abposh-teal);
	background: var(--abposh-white);
	border: 1px solid var(--abposh-line);
	border-radius: 0;
	font: 600 12px/1.2 Montserrat, Arial, sans-serif;
}

.abposh-shop-filters select:focus-visible {
	outline: 3px solid var(--abposh-gold);
	outline-offset: 2px;
}

.abposh-product-category {
	margin: 0 0 5px;
	color: var(--abposh-gold-dark);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.abposh-shop-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: clamp(48px, 7vw, 86px);
}

.abposh-shop-pagination a,
.abposh-shop-pagination span {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	color: var(--abposh-teal);
	border: 1px solid var(--abposh-line);
	font-size: 11px;
	font-weight: 700;
}

.abposh-shop-pagination a:hover,
.abposh-shop-pagination [aria-current="page"] {
	color: var(--abposh-white);
	background: var(--abposh-teal);
	border-color: var(--abposh-teal);
}

.abposh-shop-pagination > span:not([aria-current="page"]) {
	min-width: auto;
	border-color: transparent;
}

@media (max-width: 1120px) and (min-width: 783px) {

	.abposh-site-nav {
		gap: 14px;
	}

	.abposh-site-nav a {
		font-size: 10px;
	}

	.abposh-region-selector--desktop select {
		max-width: 132px;
	}
}

@media (max-width: 782px) {

	.abposh-header-actions {
		margin-left: auto;
	}

	.abposh-region-toggle,
	.abposh-menu-toggle {
		display: block;
	}

	.abposh-region-selector--desktop {
		display: none;
	}

	.abposh-region-panel {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 2;
		display: block;
		padding: 14px 0;
		background: var(--abposh-white);
		border-bottom: 1px solid var(--abposh-line);
	}

	.abposh-region-panel .abposh-region-selector,
	.abposh-region-panel select {
		width: 100%;
		max-width: none;
	}

	.abposh-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.abposh-shop-filters {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 620px) {

	.abposh-shop-hero {
		padding: 68px 0;
	}

	.abposh-shop-hero h1 {
		font-size: clamp(44px, 15vw, 64px);
	}

	.abposh-shop-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.abposh-shop-filters select {
		min-height: 46px;
		padding-inline: 10px 30px;
		font-size: 11px;
	}
}

@media (max-width: 380px) {

	.abposh-shop-filters {
		grid-template-columns: 1fr;
	}
}

/* Heromaa Dynamics corporate storefront — Brickz-inspired industrial system. */
.abposh-storefront {
	--hd-yellow: #fed403;
	--hd-yellow-strong: #e8c100;
	--hd-charcoal: #1c1c1d;
	--hd-charcoal-2: #313131;
	--hd-ink: #1c1c1d;
	--hd-body: #59585d;
	--hd-line: #e3e3e8;
	--hd-surface: #f6f6f6;
	--hd-white: #fff;
	--abposh-teal: var(--hd-charcoal);
	--abposh-teal-dark: #111112;
	--abposh-gold: var(--hd-yellow);
	--abposh-gold-dark: var(--hd-yellow-strong);
	--abposh-ink: var(--hd-ink);
	--abposh-muted: var(--hd-body);
	--abposh-line: var(--hd-line);
	--abposh-soft: var(--hd-surface);
	--abposh-cream: #f7f4df;
	font-family: "Golos Text", "Qartify Montserrat", Montserrat, Arial, sans-serif;
	color: var(--hd-body);
	font-size: 17px;
	line-height: 1.68;
}

.abposh-storefront h1,
.abposh-storefront h2,
.abposh-storefront h3,
.abposh-storefront h4,
.abposh-storefront h5,
.abposh-storefront h6 {
	font-family: "Cal Sans", "Qartify Manrope", Manrope, Arial, sans-serif;
	font-weight: 400;
	color: var(--hd-charcoal);
	letter-spacing: -0.035em;
}

.abposh-storefront :focus-visible {
	outline: 3px solid var(--hd-yellow);
	outline-offset: 3px;
}

.hd-site-header {
	position: sticky;
	top: 0;
	background: var(--hd-white);
	border-bottom: 1px solid var(--hd-line);
	backdrop-filter: none;
}

.admin-bar .hd-site-header {
	top: 32px;
}

.hd-topbar {
	background: var(--hd-charcoal);
	color: var(--hd-white);
	font-size: 13px;
}

.hd-topbar__inner {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.hd-topbar p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
}

.hd-topbar__contact {
	display: flex;
	align-items: center;
	gap: 22px;
}

.hd-topbar__contact a {
	color: var(--hd-white);
}

.hd-nav-row {
	min-height: 82px;
}

.hd-site-brand {
	gap: 12px;
	color: var(--hd-charcoal) !important;
	font-family: "Cal Sans", "Qartify Manrope", Manrope, Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.025em;
}

.hd-brand-mark {
	position: relative;
	width: 44px;
	height: 44px;
	display: inline-grid;
	place-items: center;
	flex: 0 0 44px;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
	font-family: "Cal Sans", "Qartify Manrope", Manrope, sans-serif;
	font-size: 23px;
	font-style: normal;
}

.hd-brand-mark i {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 8px;
	height: 8px;
	background: var(--hd-charcoal);
}

.hd-site-nav {
	gap: clamp(18px, 2.15vw, 34px);
}

.hd-site-nav > a:not(.hd-nav-quote) {
	position: relative;
	min-height: 44px;
	padding: 0;
	border: 0;
	color: var(--hd-charcoal);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.hd-site-nav > a:not(.hd-nav-quote)::after {
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 7px;
	height: 2px;
	content: "";
	background: var(--hd-yellow);
	transition: right 0.3s ease;
}

.hd-site-nav > a:not(.hd-nav-quote):hover::after,
.hd-site-nav > a[aria-current="page"]::after {
	right: 0;
}

.hd-site-nav .hd-nav-quote {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 0 21px;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border: 1px solid var(--hd-yellow);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.hd-site-nav .hd-nav-quote:hover {
	color: var(--hd-white);
	background: var(--hd-charcoal);
	border-color: var(--hd-charcoal);
}

.hd-hero {
	position: relative;
	min-height: min(780px, calc(100vh - 120px));
	display: flex;
	align-items: stretch;
	background: var(--hd-charcoal);
	isolation: isolate;
	overflow: hidden;
}

.hd-hero__media,
.hd-hero__overlay {
	position: absolute;
	inset: 0;
}

.hd-hero__media {
	z-index: -3;
}

.hd-hero__image,
.hd-hero__media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hd-hero__image {
	object-position: 58% center;
}

.hd-hero__media .abposh-image-placeholder {
	display: block;
	background: linear-gradient(110deg, #111112 0 52%, #fed403 52% 100%);
}

.hd-hero__overlay {
	z-index: -2;
	background: linear-gradient(90deg, rgba(10, 10, 11, 0.95) 0%, rgba(10, 10, 11, 0.86) 42%, rgba(10, 10, 11, 0.18) 74%, rgba(10, 10, 11, 0.05) 100%);
}

.hd-hero::after {
	position: absolute;
	right: -160px;
	bottom: -320px;
	z-index: -1;
	width: 620px;
	height: 620px;
	content: "";
	border: 100px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.hd-hero__inner {
	position: relative;
	width: min(100% - 40px, 1240px);
	min-height: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding-block: 110px 92px;
}

.hd-hero__copy {
	max-width: 790px;
}

.hd-eyebrow {
	margin: 0 0 20px;
	color: var(--hd-charcoal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hd-eyebrow::before {
	width: 34px;
	height: 3px;
	display: inline-block;
	margin-right: 12px;
	content: "";
	vertical-align: middle;
	background: var(--hd-yellow);
}

.hd-hero .hd-eyebrow {
	color: var(--hd-yellow);
}

.hd-hero .hd-eyebrow::before {
	background: var(--hd-yellow);
}

.hd-hero h1 {
	max-width: 760px;
	margin: 0 0 26px;
	color: var(--hd-white);
	font-size: clamp(54px, 6.9vw, 112px);
	line-height: 0.94;
	letter-spacing: -0.045em;
}

.hd-hero__lead {
	max-width: 650px;
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.65;
}

.hd-hero__actions,
.hd-section-action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.hd-button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 0 26px;
	border: 1px solid transparent;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hd-button:hover {
	transform: translateY(-2px);
}

.hd-button--primary {
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border-color: var(--hd-yellow);
}

.hd-button--primary:hover {
	color: var(--hd-white);
	background: var(--hd-charcoal);
	border-color: var(--hd-charcoal);
}

.hd-hero .hd-button--primary:hover,
.hd-footer .hd-button--primary:hover {
	color: var(--hd-charcoal);
	background: var(--hd-white);
	border-color: var(--hd-white);
}

.hd-button--ghost {
	color: var(--hd-white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}

.hd-button--ghost:hover {
	color: var(--hd-charcoal);
	background: var(--hd-white);
	border-color: var(--hd-white);
}

.hd-button--dark {
	color: var(--hd-white);
	background: var(--hd-charcoal);
	border-color: var(--hd-charcoal);
}

.hd-button--dark:hover {
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border-color: var(--hd-yellow);
}

.hd-hero__index {
	position: absolute;
	right: 0;
	bottom: 34px;
	min-width: 210px;
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 18px 22px;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
}

.hd-hero__index strong {
	font-family: "Cal Sans", "Qartify Manrope", sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
}

.hd-hero__index span {
	max-width: 90px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.hd-trust {
	position: relative;
	z-index: 5;
	margin-top: -1px;
	background: var(--hd-white);
	border-bottom: 1px solid var(--hd-line);
}

.hd-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hd-trust article {
	min-height: 168px;
	display: grid;
	grid-template-columns: 54px 1fr;
	align-items: center;
	gap: 20px;
	padding: 32px 34px;
	border-right: 1px solid var(--hd-line);
}

.hd-trust article:first-child {
	border-left: 1px solid var(--hd-line);
}

.hd-trust article > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	font-size: 13px;
	font-weight: 700;
}

.hd-trust h2 {
	margin: 0 0 8px;
	font-size: 22px;
}

.hd-trust p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
}

.hd-section {
	padding-block: clamp(86px, 9vw, 142px);
}

.hd-about {
	background: var(--hd-white);
}

.hd-about__grid,
.hd-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(54px, 7vw, 110px);
}

.hd-about__media,
.hd-quality__media {
	position: relative;
	min-height: 620px;
	background: var(--hd-surface);
	overflow: hidden;
}

.hd-about__image,
.hd-quality__image,
.hd-about__media .abposh-image-placeholder,
.hd-quality__media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

.hd-about__badge {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
}

.hd-about__badge strong {
	font-family: "Cal Sans", "Qartify Manrope", sans-serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
}

.hd-about__badge span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.hd-about__content h2,
.hd-section-heading h2,
.hd-quality__content h2,
.hd-contact h2,
.hd-footer__cta h2 {
	margin: 0 0 24px;
	font-size: clamp(42px, 5vw, 74px);
	line-height: 1.02;
}

.hd-lead,
.hd-section-heading > p:last-child,
.hd-section-heading--split > p,
.hd-contact__copy > p {
	color: var(--hd-body);
	font-size: 18px;
	line-height: 1.75;
}

.hd-tabs {
	margin-top: 34px;
	border-top: 1px solid var(--hd-line);
	border-bottom: 1px solid var(--hd-line);
}

.hd-tabs__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid var(--hd-line);
}

.hd-tabs__list button {
	min-height: 54px;
	padding: 12px 8px;
	color: var(--hd-charcoal);
	background: transparent;
	border: 0;
	border-right: 1px solid var(--hd-line);
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
}

.hd-tabs__list button:last-child {
	border-right: 0;
}

.hd-tabs__list button[aria-selected="true"] {
	background: var(--hd-yellow);
}

.hd-tabs__panel {
	min-height: 126px;
	padding: 24px 4px;
}

.hd-tabs__panel p {
	margin: 0;
}

.hd-text-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
	color: var(--hd-charcoal);
	font-weight: 700;
	border-bottom: 1px solid var(--hd-charcoal);
}

.hd-solutions,
.hd-products {
	background: var(--hd-surface);
}

.hd-section-heading {
	max-width: 850px;
	margin-bottom: 52px;
}

.hd-section-heading > p:last-child {
	max-width: 680px;
	margin-bottom: 0;
}

.hd-section-heading--split {
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
	align-items: end;
	gap: 64px;
}

.hd-section-heading--split > p {
	margin: 0 0 12px;
}

.hd-solution-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--hd-line);
	border-left: 1px solid var(--hd-line);
}

.hd-solution-card {
	min-height: 380px;
	display: flex;
	flex-direction: column;
	padding: 34px 30px;
	background: var(--hd-white);
	border-right: 1px solid var(--hd-line);
	border-bottom: 1px solid var(--hd-line);
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hd-solution-card:hover {
	background: var(--hd-yellow);
	transform: translateY(-6px);
}

.hd-solution-card__number {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	margin-bottom: 64px;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border: 1px solid var(--hd-charcoal);
	font-size: 13px;
	font-weight: 700;
}

.hd-solution-card:hover .hd-solution-card__number {
	background: var(--hd-white);
}

.hd-solution-card h3 {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.1;
}

.hd-solution-card p {
	margin: 0 0 28px;
	font-size: 15px;
}

.hd-solution-card a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--hd-line);
	color: var(--hd-charcoal);
	font-size: 14px;
	font-weight: 700;
}

.hd-section-action {
	justify-content: center;
	margin-top: 48px;
}

.hd-quote-band {
	background: var(--hd-yellow);
}

.hd-quote-band__inner {
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding-block: 44px;
}

.hd-quote-band p {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.hd-quote-band h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(36px, 4vw, 60px);
}

.hd-process {
	background: var(--hd-white);
}

.hd-process__grid {
	counter-reset: process;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--hd-line);
	border-left: 1px solid var(--hd-line);
}

.hd-process__grid li {
	position: relative;
	min-height: 320px;
	padding: 34px 28px;
	border-right: 1px solid var(--hd-line);
	border-bottom: 1px solid var(--hd-line);
}

.hd-process__grid li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	content: "";
	background: var(--hd-yellow);
	transition: width 0.35s ease;
}

.hd-process__grid li:hover::after {
	width: 100%;
}

.hd-process__grid span {
	display: block;
	margin-bottom: 88px;
	color: var(--hd-charcoal);
	font-size: 14px;
	font-weight: 700;
}

.hd-process__grid h3 {
	margin: 0 0 16px;
	font-size: 26px;
}

.hd-process__grid p {
	margin: 0;
	font-size: 15px;
}

.hd-marquee {
	width: 100%;
	overflow: hidden;
	background: var(--hd-charcoal);
	color: var(--hd-white);
}

.hd-marquee__track {
	width: max-content;
	min-height: 108px;
	display: flex;
	align-items: center;
	gap: 28px;
	padding-inline: 28px;
	animation: hd-marquee 28s linear infinite;
}

.hd-marquee__track span {
	font-family: "Cal Sans", "Qartify Manrope", sans-serif;
	font-size: 36px;
	white-space: nowrap;
}

.hd-marquee__track i {
	width: 13px;
	height: 13px;
	background: var(--hd-yellow);
	transform: rotate(45deg);
}

@keyframes hd-marquee {

	to {
		transform: translateX(-50%);
	}
}

.hd-quality {
	background: var(--hd-white);
}

.hd-quality__grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.hd-quality__media {
	min-height: 560px;
}

.hd-quality__label {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 230px;
	padding: 22px 26px;
	background: var(--hd-yellow);
	color: var(--hd-charcoal);
}

.hd-quality__label span,
.hd-quality__label strong {
	display: block;
}

.hd-quality__label span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hd-quality__label strong {
	font-family: "Cal Sans", "Qartify Manrope", sans-serif;
	font-size: 34px;
	font-weight: 400;
}

.hd-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 34px;
}

.hd-filter button {
	min-height: 44px;
	padding: 10px 16px;
	color: var(--hd-charcoal);
	background: transparent;
	border: 1px solid var(--hd-charcoal);
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
}

.hd-filter button.is-active,
.hd-filter button:hover {
	background: var(--hd-yellow);
	border-color: var(--hd-yellow);
}

.abposh-product-grid--corporate {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--hd-line);
	border-left: 1px solid var(--hd-line);
}

.abposh-product-grid--corporate .abposh-product-card {
	position: relative;
	padding: 0;
	background: var(--hd-white);
	border: 0;
	border-right: 1px solid var(--hd-line);
	border-bottom: 1px solid var(--hd-line);
	border-radius: 0;
	overflow: hidden;
}

.abposh-product-grid--corporate .abposh-product-media {
	aspect-ratio: 1.24 / 1;
	background: var(--hd-surface);
	overflow: hidden;
}

.abposh-product-grid--corporate .abposh-product-image,
.abposh-product-grid--corporate .abposh-product-media .abposh-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.abposh-product-grid--corporate .abposh-product-card:hover .abposh-product-image {
	transform: scale(1.035);
}

.abposh-product-grid--corporate .abposh-product-copy {
	min-height: 214px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	gap: 22px;
	padding: 26px 26px 24px;
}

.abposh-product-grid--corporate .abposh-product-category {
	margin: 0 0 10px;
	color: var(--hd-body);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.abposh-product-grid--corporate h3 {
	margin: 0 0 12px;
	font-size: 25px;
	line-height: 1.15;
}

.abposh-product-grid--corporate .abposh-product-price {
	margin: 0;
	color: var(--hd-charcoal);
	font-size: 14px;
	font-weight: 700;
}

.abposh-product-grid--corporate .abposh-order-button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	padding: 0 17px;
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border: 1px solid var(--hd-yellow);
	font-size: 13px;
	font-weight: 700;
}

.abposh-product-grid--corporate .abposh-order-button:hover {
	color: var(--hd-white);
	background: var(--hd-charcoal);
	border-color: var(--hd-charcoal);
}

.abposh-product-card[hidden] {
	display: none !important;
}

.hd-contact {
	padding-block: clamp(80px, 8vw, 126px);
	background: var(--hd-yellow);
}

.hd-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
	gap: clamp(50px, 7vw, 110px);
	align-items: end;
}

.hd-contact .hd-eyebrow::before {
	background: var(--hd-charcoal);
}

.hd-contact__copy > p {
	max-width: 720px;
	color: var(--hd-charcoal);
}

.hd-contact__details {
	border-top: 1px solid rgba(28, 28, 29, 0.35);
}

.hd-contact__details > div {
	display: grid;
	gap: 4px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(28, 28, 29, 0.35);
}

.hd-contact__details span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hd-contact__details strong {
	color: var(--hd-charcoal);
	font-size: 16px;
	font-weight: 600;
	word-break: break-word;
}

.hd-contact__details strong a {
	color: inherit;
	text-decoration: none;
}

.hd-contact__details strong a:hover,
.hd-contact__details strong a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.hd-footer {
	background: var(--hd-charcoal);
	color: rgba(255, 255, 255, 0.72);
}

.hd-footer__cta {
	background: #111112;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hd-footer__cta-inner {
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding-block: 50px;
}

.hd-footer__cta h2 {
	max-width: 780px;
	margin-bottom: 14px;
	color: var(--hd-white);
}

.hd-footer__cta p:last-child {
	max-width: 660px;
	margin-bottom: 0;
}

.hd-footer .hd-eyebrow {
	color: var(--hd-yellow);
}

.hd-footer__main {
	padding-top: 74px;
}

.hd-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 0.65fr));
	gap: 54px;
	padding-bottom: 64px;
}

.hd-site-brand--footer {
	color: var(--hd-white) !important;
}

.hd-footer__brand > p {
	max-width: 430px;
	margin: 22px 0 0;
}

.hd-footer h2 {
	margin: 0 0 22px;
	color: var(--hd-white);
	font-size: 21px;
}

.hd-footer nav,
.hd-footer address {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-style: normal;
}

.hd-footer nav a,
.hd-footer address a,
.hd-footer address span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.hd-footer nav a:hover,
.hd-footer address a:hover {
	color: var(--hd-yellow);
}

.hd-footer .abposh-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
}

.hd-footer__bottom {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

.hd-footer__bottom p {
	margin: 0;
}

.hd-footer__bottom a:hover {
	color: var(--hd-yellow);
}

/* Carry the Heromaa visual language into Shop and product-detail routes. */
.abposh-shop-hero,
.abposh-product-detail-hero {
	background: var(--hd-charcoal);
}

.abposh-shop-hero h1,
.abposh-product-detail-hero h1,
.abposh-product-detail-hero h2 {
	color: var(--hd-white);
}

.abposh-shop-filters select,
.abposh-shop-filters input,
.abposh-native-order-form input,
.abposh-native-order-form textarea,
.abposh-native-order-form select {
	border-radius: 0;
	border-color: var(--hd-line);
}

.abposh-shop-pagination a,
.abposh-shop-pagination span[aria-current="page"] {
	border-radius: 0;
}

.abposh-shop-pagination span[aria-current="page"],
.abposh-shop-pagination a:hover {
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border-color: var(--hd-yellow);
}

.abposh-order-button,
.abposh-button--primary,
.abposh-native-order-form button[type="submit"] {
	border-radius: 0;
}

.abposh-native-order-form button[type="submit"],
.abposh-button--primary {
	color: var(--hd-charcoal);
	background: var(--hd-yellow);
	border-color: var(--hd-yellow);
}

/* Motion keeps the reference theme's restrained opacity/translate rhythm. */
.abposh-storefront.is-motion-ready .abposh-reveal,
.abposh-storefront.is-motion-ready .abposh-reveal-group > * {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.65s cubic-bezier(0.2, 0.65, 0.3, 1), transform 0.65s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.abposh-storefront.is-motion-ready .abposh-reveal.is-visible,
.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > * {
	opacity: 1;
	transform: translateY(0);
}

.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > *:nth-child(2) {
	transition-delay: 70ms;
}

.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > *:nth-child(3) {
	transition-delay: 140ms;
}

.abposh-storefront.is-motion-ready .abposh-reveal-group.is-visible > *:nth-child(4) {
	transition-delay: 210ms;
}

@media (max-width: 1080px) {

	.hd-site-nav {
		gap: 18px;
	}

	.hd-site-nav > a:not(.hd-nav-quote) {
		font-size: 13px;
	}

	.hd-solution-grid,
	.hd-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hd-footer__grid {
		grid-template-columns: 1.2fr repeat(3, 0.7fr);
		gap: 34px;
	}
}

@media (max-width: 960px) {

	.admin-bar .hd-site-header {
		top: 46px;
	}

	.hd-topbar__contact {
		display: none;
	}

	.hd-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.hd-nav-row {
		min-height: 72px;
	}

	.hd-menu-toggle {
		display: inline-flex;
	}

	.hd-site-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 18px 20px 24px;
		background: var(--hd-white);
		border-top: 1px solid var(--hd-line);
		border-bottom: 1px solid var(--hd-line);
	}

	.hd-site-nav.is-open {
		display: flex;
	}

	.hd-site-nav > a:not(.hd-nav-quote) {
		min-height: 50px;
		justify-content: space-between;
		border-bottom: 1px solid var(--hd-line);
	}

	.hd-site-nav > a:not(.hd-nav-quote)::after {
		display: none;
	}

	.hd-site-nav .hd-nav-quote {
		margin-top: 16px;
		justify-content: space-between;
	}

	.hd-hero {
		min-height: 690px;
	}

	.hd-hero__overlay {
		background: linear-gradient(90deg, rgba(10, 10, 11, 0.94), rgba(10, 10, 11, 0.74));
	}

	.hd-hero__copy {
		max-width: 650px;
	}

	.hd-trust__grid {
		grid-template-columns: 1fr;
	}

	.hd-trust article {
		border-left: 1px solid var(--hd-line);
		border-bottom: 1px solid var(--hd-line);
	}

	.hd-about__grid,
	.hd-quality__grid,
	.hd-contact__grid {
		grid-template-columns: 1fr;
	}

	.hd-about__media,
	.hd-quality__media {
		min-height: 520px;
	}

	.hd-section-heading--split {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.abposh-product-grid--corporate {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hd-quote-band__inner,
	.hd-footer__cta-inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
	}

	.hd-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hd-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {

	.abposh-container,
	.hd-hero__inner {
		width: min(100% - 28px, 1240px);
	}

	.hd-topbar {
		font-size: 11px;
	}

	.hd-site-brand {
		font-size: 19px;
	}

	.hd-brand-mark {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.hd-hero {
		min-height: 700px;
	}

	.hd-hero__image {
		object-position: 62% center;
	}

	.hd-hero__inner {
		align-items: flex-end;
		padding-block: 96px 92px;
	}

	.hd-hero h1 {
		font-size: clamp(48px, 15vw, 72px);
	}

	.hd-hero__lead {
		font-size: 16px;
	}

	.hd-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hd-button {
		width: 100%;
		justify-content: space-between;
	}

	.hd-hero__index {
		right: 0;
		bottom: 18px;
		min-width: 175px;
		padding: 14px 18px;
	}

	.hd-hero__index strong {
		font-size: 34px;
	}

	.hd-trust article {
		min-height: auto;
		padding: 24px 18px;
	}

	.hd-section {
		padding-block: 78px;
	}

	.hd-about__media,
	.hd-quality__media {
		min-height: 410px;
	}

	.hd-about__badge {
		width: 150px;
		height: 122px;
	}

	.hd-about__content h2,
	.hd-section-heading h2,
	.hd-quality__content h2,
	.hd-contact h2,
	.hd-footer__cta h2 {
		font-size: clamp(38px, 11vw, 56px);
	}

	.hd-lead,
	.hd-section-heading > p:last-child,
	.hd-section-heading--split > p,
	.hd-contact__copy > p {
		font-size: 16px;
	}

	.hd-tabs__list {
		grid-template-columns: 1fr;
	}

	.hd-tabs__list button {
		border-right: 0;
		border-bottom: 1px solid var(--hd-line);
	}

	.hd-tabs__list button:last-child {
		border-bottom: 0;
	}

	.hd-solution-grid,
	.hd-process__grid,
	.abposh-product-grid--corporate {
		grid-template-columns: 1fr;
	}

	.hd-solution-card {
		min-height: 320px;
	}

	.hd-solution-card__number {
		margin-bottom: 42px;
	}

	.hd-quote-band__inner {
		min-height: 300px;
	}

	.hd-process__grid li {
		min-height: 270px;
	}

	.hd-process__grid span {
		margin-bottom: 58px;
	}

	.hd-marquee__track {
		min-height: 84px;
	}

	.hd-marquee__track span {
		font-size: 28px;
	}

	.hd-filter {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.hd-filter button {
		flex: 0 0 auto;
	}

	.hd-footer__grid {
		grid-template-columns: 1fr;
	}

	.hd-footer__brand {
		grid-column: auto;
	}

	.hd-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.hd-marquee__track {
		animation: none;
	}

	.hd-button,
	.hd-solution-card,
	.abposh-product-grid--corporate .abposh-product-image {
		transition: none;
	}

	.hd-button:hover,
	.hd-solution-card:hover {
		transform: none;
	}
}


/* Heromaa 3.3.8 shop filters and dedicated checkout. */
.abposh-shop-filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(140px, 1fr)) auto;
	align-items: end;
	gap: 14px;
	width: min(100%, 920px);
}
.abposh-shop-filters > div { min-width: 0; }
.abposh-shop-filters label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.abposh-shop-filters select,
.abposh-shop-filters input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--hd-line, #d9d9d9); background: #fff; color: inherit; border-radius: 0; }
.abposh-shop-filter-actions { display: flex; align-items: center; gap: 12px; }
.abposh-shop-filter-actions .abposh-button { min-height: 46px; white-space: nowrap; }
.abposh-shop-filter-actions a { font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.abposh-checkout { padding-top: clamp(48px, 7vw, 96px); }
.abposh-checkout__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(34px, 6vw, 86px); align-items: start; }
.abposh-checkout-summary { position: sticky; top: 108px; padding: 28px; border: 1px solid var(--hd-line, #d9d9d9); background: var(--hd-surface, #f5f5f3); }
.abposh-checkout-summary h1 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; }
.abposh-checkout-summary__media { aspect-ratio: 1.2 / 1; margin-bottom: 22px; overflow: hidden; background: #ecece8; }
.abposh-checkout-summary__image,
.abposh-checkout-summary__media .abposh-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.abposh-checkout-summary dl { margin: 0 0 22px; }
.abposh-checkout-summary dl > div { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--hd-line, #d9d9d9); }
.abposh-checkout-summary dt { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.abposh-checkout-summary dd { margin: 0; font-weight: 600; }
.abposh-checkout-form > h2 { margin: 0 0 14px; font-size: clamp(38px, 5.5vw, 68px); line-height: 1; }
.abposh-checkout-form > p { max-width: 650px; margin-bottom: 30px; color: var(--hd-body, #555); }
.abposh-checkout-form .abposh-order-form-shell { padding: clamp(20px, 4vw, 38px); border: 1px solid var(--hd-line, #d9d9d9); background: #fff; }
.abposh-checkout-next { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--hd-line, #d9d9d9); }
.abposh-checkout-next h3 { margin: 0 0 14px; }
.abposh-checkout-next ol { margin: 0; padding-left: 22px; }
.abposh-checkout-next li + li { margin-top: 8px; }
.abposh-product-order-band { padding: clamp(58px, 8vw, 100px) 0; background: var(--hd-yellow, #fed403); }
.abposh-product-order-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.abposh-product-order-band__inner > div { max-width: 760px; }
.abposh-product-order-band h2 { margin: 0 0 14px; font-size: clamp(36px, 5vw, 64px); }
.abposh-product-order-band p:last-child { margin: 0; }

@media (max-width: 1080px) {
	.abposh-shop-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.abposh-shop-filter-actions { grid-column: 1 / -1; }
}
@media (max-width: 782px) {
	.abposh-checkout__grid { grid-template-columns: 1fr; }
	.abposh-checkout-summary { position: static; }
	.abposh-product-order-band__inner { align-items: flex-start; flex-direction: column; }
	.abposh-product-grid--shop { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
	.abposh-product-grid--shop .abposh-product-copy h3 { font-size: 14px; min-height: 2.7em; }
	.abposh-product-grid--shop .abposh-order-button { width: 100%; min-height: 42px; padding-inline: 8px; font-size: 10px; }
}
@media (max-width: 560px) {
	.abposh-shop-filters { grid-template-columns: 1fr 1fr; gap: 12px; }
	.abposh-shop-filters > div:first-child,
	.abposh-shop-filters > div:nth-child(2),
	.abposh-shop-filter-actions { grid-column: 1 / -1; }
	.abposh-shop-filter-actions { align-items: stretch; flex-direction: column; }
	.abposh-shop-filter-actions .abposh-button { width: 100%; }
	.abposh-checkout-summary,
	.abposh-checkout-form .abposh-order-form-shell { padding: 18px; }
	.abposh-checkout-form > h2 { font-size: clamp(34px, 11vw, 50px); }
}


/* Heromaa 3.3.9 dedicated contact page. */
.hd-contact-page-hero {
	background: #202020;
	color: #fff;
	padding: clamp(88px, 11vw, 160px) 0 clamp(72px, 9vw, 128px);
}

.hd-contact-page-hero .hd-eyebrow {
	color: #fed403;
}

.hd-contact-page-hero h1 {
	color: #fff;
	font-family: "Cal Sans", "Golos Text", sans-serif;
	font-size: clamp(3rem, 8vw, 7.4rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.94;
	margin: 24px 0;
	max-width: 980px;
}

.hd-contact-page-hero p:last-child {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1rem, 1.7vw, 1.25rem);
	line-height: 1.75;
	max-width: 760px;
}

.hd-contact-page-details {
	background: #f5f3ed;
	padding: clamp(72px, 10vw, 144px) 0;
}

.hd-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-left: 1px solid rgba(20, 20, 20, 0.18);
	border-top: 1px solid rgba(20, 20, 20, 0.18);
}

.hd-contact-card {
	background: #fff;
	border-bottom: 1px solid rgba(20, 20, 20, 0.18);
	border-right: 1px solid rgba(20, 20, 20, 0.18);
	min-height: 330px;
	padding: clamp(28px, 4vw, 52px);
	position: relative;
}

.hd-contact-card__number {
	color: #8c8c82;
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 56px;
}

.hd-contact-card > p {
	color: #6e6e67;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.hd-contact-card h2 {
	font-family: "Cal Sans", "Golos Text", sans-serif;
	font-size: clamp(1.45rem, 2.5vw, 2.15rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0 0 24px;
	overflow-wrap: anywhere;
}

.hd-contact-card h2 a,
.hd-contact-card .hd-text-link {
	color: #171717;
}

.hd-contact-card > span:last-child {
	color: #6e6e67;
	display: block;
	font-size: 0.95rem;
	line-height: 1.7;
}

.hd-contact-map {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.8fr);
	margin-top: clamp(32px, 5vw, 64px);
	min-height: 560px;
}

.hd-contact-map__frame {
	background: #d9d7cf;
	min-height: 440px;
}

.hd-contact-map__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 560px;
	width: 100%;
}

.hd-contact-map__content {
	align-items: flex-start;
	background: #fed403;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 5vw, 64px);
}

.hd-contact-map__content .hd-eyebrow::before {
	background: #171717;
}

.hd-contact-map__content h2 {
	font-family: "Cal Sans", "Golos Text", sans-serif;
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 22px 0;
}

.hd-contact-map__content address {
	font-style: normal;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 32px;
}

.hd-contact-map__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 900px) {
	.hd-contact-cards,
	.hd-contact-map {
		grid-template-columns: 1fr;
	}

	.hd-contact-card {
		min-height: 280px;
	}

	.hd-contact-map__frame iframe {
		min-height: 420px;
	}
}

@media (max-width: 600px) {
	.hd-contact-page-hero {
		padding: 72px 0 64px;
	}

	.hd-contact-page-hero h1 {
		font-size: clamp(2.75rem, 14vw, 4.4rem);
	}

	.hd-contact-page-details {
		padding: 56px 0;
	}

	.hd-contact-card {
		min-height: 0;
		padding: 28px 24px;
	}

	.hd-contact-card__number {
		margin-bottom: 40px;
	}

	.hd-contact-map__frame iframe {
		min-height: 340px;
	}

	.hd-contact-map__content {
		padding: 36px 24px;
	}

	.hd-contact-map__actions,
	.hd-contact-map__actions .hd-button {
		width: 100%;
	}
}

/* Heromaa 3.3.10: dynamic product-category navigation. */
.hd-nav-dropdown {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44px;
}

.hd-nav-dropdown__trigger {
	display: flex;
	align-items: center;
	min-height: 44px;
}

.hd-nav-dropdown__trigger > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0;
	border: 0;
	color: var(--hd-charcoal);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.hd-nav-dropdown__trigger > a::after {
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 7px;
	height: 2px;
	content: "";
	background: var(--hd-yellow);
	transition: right 0.3s ease;
}

.hd-nav-dropdown:hover .hd-nav-dropdown__trigger > a::after,
.hd-nav-dropdown:focus-within .hd-nav-dropdown__trigger > a::after,
.hd-nav-dropdown__trigger > a[aria-current="page"]::after {
	right: 0;
}

.hd-nav-dropdown__trigger button {
	width: 34px;
	height: 44px;
	display: inline-grid;
	place-items: center;
	padding: 0;
	border: 0;
	color: var(--hd-charcoal);
	background: transparent;
	cursor: pointer;
}

.hd-nav-dropdown__trigger button:focus-visible {
	outline: 2px solid var(--hd-charcoal);
	outline-offset: -3px;
}

.hd-nav-dropdown__trigger svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	transition: transform 0.25s ease;
}

.hd-nav-dropdown.is-open .hd-nav-dropdown__trigger svg,
.hd-nav-dropdown:focus-within .hd-nav-dropdown__trigger svg {
	transform: rotate(180deg);
}

.hd-nav-dropdown__menu {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 30;
	width: min(360px, calc(100vw - 40px));
	max-height: min(520px, calc(100vh - 170px));
	display: grid;
	grid-template-columns: 1fr;
	padding: 12px 8px 8px;
	overflow: auto;
	border: 1px solid var(--hd-line);
	background: var(--hd-white);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.hd-nav-dropdown__menu a {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 12px;
	border-bottom: 1px solid var(--hd-line);
	color: var(--hd-charcoal);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.hd-nav-dropdown__menu a:last-child {
	border-bottom: 0;
}

.hd-nav-dropdown__menu a:hover,
.hd-nav-dropdown__menu a:focus-visible,
.hd-nav-dropdown__menu a[aria-current="page"] {
	background: var(--hd-yellow);
	color: var(--hd-charcoal);
}

.hd-nav-dropdown__menu a:focus-visible {
	outline: 2px solid var(--hd-charcoal);
	outline-offset: -3px;
}

.hd-nav-dropdown__menu small {
	min-width: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 7px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 961px) {
	.hd-nav-dropdown:hover .hd-nav-dropdown__menu,
	.hd-nav-dropdown:focus-within .hd-nav-dropdown__menu,
	.hd-nav-dropdown.is-open .hd-nav-dropdown__menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate(-50%, 0);
	}
}

@media (max-width: 1080px) and (min-width: 961px) {
	.hd-nav-dropdown__trigger > a {
		font-size: 13px;
	}
}

@media (max-width: 960px) {
	.hd-nav-dropdown {
		width: 100%;
		display: block;
		min-height: 0;
		border-bottom: 1px solid var(--hd-line);
	}

	.hd-nav-dropdown__trigger {
		width: 100%;
		min-height: 50px;
	}

	.hd-nav-dropdown__trigger > a {
		min-width: 0;
		min-height: 50px;
		flex: 1 1 auto;
		font-size: 14px;
	}

	.hd-nav-dropdown__trigger > a::after {
		display: none;
	}

	.hd-nav-dropdown__trigger button {
		width: 50px;
		height: 50px;
		flex: 0 0 50px;
		border-left: 1px solid var(--hd-line);
	}

	.hd-nav-dropdown__menu {
		position: static;
		width: 100%;
		max-height: min(440px, 55vh);
		display: none;
		padding: 6px 0 8px 16px;
		border: 0;
		border-top: 1px solid var(--hd-line);
		background: var(--hd-surface);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.hd-nav-dropdown.is-open .hd-nav-dropdown__menu {
		display: grid;
	}

	.hd-nav-dropdown__menu a {
		min-height: 46px;
		padding: 9px 12px;
		border-bottom-color: rgba(10, 10, 11, 0.12);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hd-nav-dropdown__trigger svg,
	.hd-nav-dropdown__menu,
	.hd-nav-dropdown__trigger > a::after {
		transition: none;
	}
}


/* Heromaa 3.3.12: button contrast and stable product dropdown reachability. */
.abposh-storefront .hd-button--dark,
.abposh-storefront .hd-button--dark:link,
.abposh-storefront .hd-button--dark:visited,
.abposh-storefront .hd-button--dark > span {
	color: var(--hd-white) !important;
}

.abposh-storefront .hd-button--dark:hover,
.abposh-storefront .hd-button--dark:hover > span {
	color: var(--hd-charcoal) !important;
}

@media (min-width: 961px) {
	.hd-nav-dropdown__menu {
		margin-top: 0;
	}
}

/* Keep the public mobile hamburger as three clear horizontal lines. */
@media (max-width: 960px) {
	.hd-menu-toggle.abposh-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
	}

	.hd-menu-toggle.abposh-menu-toggle > span:not(.screen-reader-text) {
		flex: 0 0 2px;
		width: 22px;
		height: 2px;
		margin: 0;
	}
}
