:root {
	--acb-cat-orange: #fe5000;
	--acb-cat-black: #08090a;
	--acb-cat-ink: #111315;
	--acb-cat-charcoal: #4d4f51;
	--acb-cat-grey: #d6d6d6;
	--acb-cat-warm: #f2f0ec;
	--acb-cat-shell: min(1440px, calc(100% - 64px));
}

.acb-category-template,
.acb-category-template * {
	box-sizing: border-box;
}

.acb-category-template {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	background: #fff;
	color: var(--acb-cat-ink);
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.acb-category-template img {
	display: block;
	max-width: 100%;
}

.acb-category-template h1,
.acb-category-template h2,
.acb-category-template h3,
.acb-category-template p {
	margin-top: 0;
}

.acb-cat-shell {
	width: var(--acb-cat-shell);
	margin-inline: auto;
}

.acb-cat-eyebrow {
	margin-bottom: 20px;
	color: var(--acb-cat-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.35;
	text-transform: uppercase;
}

.acb-cat-hero {
	overflow: hidden;
	background: var(--acb-cat-black) !important;
	background-image: none !important;
	color: #fff;
}

.acb-cat-hero-grid {
	min-height: 690px;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
	align-items: center;
	gap: clamp(56px, 7vw, 112px);
	padding-block: 70px;
}

.acb-cat-breadcrumbs {
	margin-bottom: 50px;
	color: #a9adb1;
	font-size: 14px;
}

.acb-cat-breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	color: inherit;
}

.acb-cat-breadcrumbs a {
	color: #d8dadc !important;
	text-decoration: none;
}

.acb-cat-hero h1 {
	max-width: 760px;
	margin-bottom: 28px;
	color: #fff;
	font-size: clamp(58px, 6vw, 96px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .98;
}

.acb-cat-hero-copy > p {
	max-width: 720px;
	margin-bottom: 34px;
	color: #c6c9cc;
	font-size: 19px;
	line-height: 1.7;
}

.acb-cat-hero-button {
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-radius: 3px;
	background: var(--acb-cat-orange);
	padding: 15px 22px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}

.acb-cat-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin-top: 34px;
	padding-top: 25px;
	border-top: 1px solid #303336;
}

.acb-cat-hero-proof span {
	position: relative;
	padding-left: 18px;
	color: #d8dadc;
	font-size: 14px;
	font-weight: 600;
}

.acb-cat-hero-proof span::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--acb-cat-orange);
}

.acb-cat-hero-media {
	position: relative;
	min-height: 540px;
	display: grid;
	grid-template-rows: auto 1fr auto;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	background-image: none !important;
	color: var(--acb-cat-ink);
}

.acb-cat-stage-heading {
	min-height: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-bottom: 1px solid #dedfe0;
	padding: 20px 28px;
}

.acb-cat-stage-heading span {
	color: var(--acb-cat-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.acb-cat-stage-heading strong {
	max-width: 55%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-align: right;
}

.acb-cat-product-stage {
	min-height: 390px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: #fff;
	padding: 22px 24px 18px;
}

.acb-cat-product-stage--1 {
	grid-template-columns: 1fr;
}

.acb-cat-stage-product {
	min-width: 0;
	display: grid;
	grid-template-rows: minmax(250px, 1fr) auto;
	align-items: stretch;
	border-right: 1px solid #e1e2e3;
	padding: 10px 24px 4px;
	color: var(--acb-cat-ink) !important;
	text-decoration: none !important;
}

.acb-cat-stage-product:last-child {
	border-right: 0;
}

.acb-cat-stage-image {
	min-width: 0;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.acb-cat-stage-image img {
	width: 100%;
	height: 280px;
	object-fit: contain;
	mix-blend-mode: multiply;
	transition: transform .22s ease;
}

.acb-cat-stage-product:hover .acb-cat-stage-image img {
	transform: scale(1.035);
}

.acb-cat-product-stage--1 .acb-cat-stage-image img {
	height: 320px;
}

.acb-cat-stage-product-name {
	position: relative;
	min-height: 76px;
	display: block;
	border-top: 1px solid #e1e2e3;
	padding: 14px 34px 8px 0;
}

.acb-cat-stage-product-name small {
	display: block;
	margin-bottom: 5px;
	color: var(--acb-cat-orange);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
}

.acb-cat-stage-product-name strong {
	display: -webkit-box;
	overflow: hidden;
	color: var(--acb-cat-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.acb-cat-stage-product-name > span {
	position: absolute;
	right: 0;
	top: 22px;
	color: var(--acb-cat-orange);
	font-size: 18px;
	font-weight: 700;
}

.acb-cat-stage-footer {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #151719;
	padding: 15px 28px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.acb-cat-stage-footer span {
	position: relative;
	padding-left: 16px;
}

.acb-cat-stage-footer span::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--acb-cat-orange);
}

.acb-cat-media-fallback {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.acb-cat-media-fallback strong {
	color: var(--acb-cat-orange);
	font-size: 90px;
	line-height: 1;
}

.acb-cat-links {
	overflow: hidden;
	border-bottom: 1px solid var(--acb-cat-grey);
	background: #f3f4f4;
	padding: 64px 0 70px;
}

.acb-cat-links .acb-cat-shell {
	display: block;
}

.acb-cat-links-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 32px;
}

.acb-cat-links-heading .acb-cat-eyebrow {
	margin: 0;
}

.acb-cat-links-heading h2 {
	margin: 0;
	color: var(--acb-cat-ink);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.acb-cat-link-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.acb-cat-link-card {
	min-width: 0;
	flex: 0 1 calc(25% - 12px);
	display: block;
	overflow: hidden;
	border: 1px solid #d9dcde;
	border-radius: 12px;
	background: #fff;
	color: var(--acb-cat-ink) !important;
	text-decoration: none !important;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.acb-cat-link-card:hover {
	border-color: var(--acb-cat-orange);
	box-shadow: 0 16px 34px rgba(18,20,22,.1);
	transform: translateY(-3px);
}

.acb-cat-link-card.is-current {
	border-color: var(--acb-cat-orange);
	box-shadow: inset 0 4px 0 var(--acb-cat-orange);
}

.acb-cat-link-image {
	min-height: 190px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #fff;
	padding: 22px;
}

.acb-cat-link-image img {
	width: 100%;
	height: 165px;
	object-fit: contain;
	transition: transform .22s ease;
}

.acb-cat-link-card:hover .acb-cat-link-image img {
	transform: scale(1.04);
}

.acb-cat-link-name {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #e0e2e3;
	padding: 17px 19px;
	font-size: 16px;
	line-height: 1.35;
}

.acb-cat-link-name strong {
	font-weight: 700;
}

.acb-cat-link-name > span {
	color: var(--acb-cat-orange);
	font-size: 18px;
	font-weight: 700;
}

.acb-cat-products {
	padding: clamp(90px, 9vw, 132px) 0;
	background: #fff;
}

.acb-cat-products-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 48px;
}

.acb-cat-products-heading h2,
.acb-cat-info-grid h2,
.acb-cat-cta h2 {
	margin: 0;
	color: inherit;
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.acb-cat-products-heading > p {
	margin: 0;
	color: #64696e;
	font-size: 17px;
}

.acb-cat-toolbar {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
	border-block: 1px solid var(--acb-cat-grey);
}

.acb-cat-result-count .woocommerce-result-count,
.acb-cat-ordering .woocommerce-ordering {
	float: none;
	margin: 0;
}

.acb-cat-result-count {
	color: #555a5f;
	font-size: 15px;
	font-weight: 600;
}

.acb-cat-ordering select {
	min-width: 260px;
	min-height: 50px;
	border: 1px solid #bfc2c5;
	border-radius: 2px;
	background: #fff;
	padding: 8px 42px 8px 14px;
	color: var(--acb-cat-ink);
	font: 600 15px/1.3 "Poppins", Arial, sans-serif;
}

.acb-cat-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.acb-cat-product-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dedfe0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 35px rgba(20,21,22,.05);
}

.acb-cat-product-image {
	position: relative;
	min-height: 390px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #f1f2f3;
	padding: 38px;
}

.acb-cat-product-image img {
	width: 100%;
	height: 310px;
	object-fit: contain;
	transition: transform .22s ease;
}

.acb-cat-product-card:hover .acb-cat-product-image img {
	transform: scale(1.035);
}

.acb-cat-sale {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	border-radius: 2px;
	background: var(--acb-cat-orange);
	padding: 7px 11px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.acb-cat-product-body {
	min-height: 390px;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

.acb-cat-sku {
	margin-bottom: 14px;
	color: var(--acb-cat-orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.acb-cat-product-body h2 {
	margin: 0 0 16px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.23;
}

.acb-cat-product-body h2 a {
	color: var(--acb-cat-ink) !important;
	text-decoration: none !important;
}

.acb-cat-rating {
	margin-bottom: 14px;
}

.acb-cat-rating .star-rating {
	color: var(--acb-cat-orange);
}

.acb-cat-product-body > p {
	margin-bottom: 18px;
	color: #60656a;
	font-size: 15px;
}

.acb-cat-stock {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
}

.acb-cat-stock.is-in-stock {
	color: #28714c;
}

.acb-cat-stock.is-out-of-stock {
	color: #9b3333;
}

.acb-cat-card-price,
.acb-cat-card-price .price,
.acb-cat-card-price .amount {
	margin: auto 0 22px;
	color: var(--acb-cat-orange) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	letter-spacing: -.025em;
}

.acb-cat-card-price del,
.acb-cat-card-price del .amount {
	color: #85898c !important;
	font-size: 17px !important;
}

.acb-cat-card-price ins {
	color: var(--acb-cat-orange) !important;
	text-decoration: none;
}

.acb-cat-card-button {
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-radius: 3px;
	background: var(--acb-cat-ink);
	padding: 14px 18px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
}

.acb-cat-card-button:hover {
	background: var(--acb-cat-orange);
}

.acb-cat-pagination {
	margin-top: 58px;
}

.acb-cat-pagination .woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	border: 0;
}

.acb-cat-pagination .woocommerce-pagination ul li {
	border: 0;
}

.acb-cat-pagination .page-numbers {
	min-width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid var(--acb-cat-grey);
	background: #fff;
	color: var(--acb-cat-ink) !important;
	font-weight: 700;
}

.acb-cat-pagination .page-numbers.current,
.acb-cat-pagination a.page-numbers:hover {
	border-color: var(--acb-cat-orange);
	background: var(--acb-cat-orange);
	color: #fff !important;
}

.acb-cat-no-products {
	border-left: 5px solid var(--acb-cat-orange);
	background: var(--acb-cat-warm);
	padding: 26px;
	font-size: 18px;
}

.acb-cat-info-section {
	padding: clamp(86px, 9vw, 130px) 0;
}

.acb-cat-info-grid {
	display: grid;
	grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
	gap: clamp(60px, 9vw, 150px);
	align-items: start;
}

.acb-cat-info-copy {
	color: #555b60;
	font-size: 18px;
	line-height: 1.75;
}

.acb-cat-info-copy > :first-child {
	margin-top: 0;
}

.acb-cat-info-copy > :last-child {
	margin-bottom: 0;
}

.acb-cat-info-copy h3,
.acb-cat-info-copy h4 {
	margin: 32px 0 12px;
	color: inherit;
	font-size: 27px;
	line-height: 1.25;
}

.acb-cat-info-copy li {
	margin-bottom: 9px;
}

.acb-cat-info-section--light {
	background: #fff;
	color: var(--acb-cat-ink);
}

.acb-cat-info-section--warm {
	background: var(--acb-cat-warm);
	color: var(--acb-cat-ink);
}

.acb-cat-info-section--dark {
	background: var(--acb-cat-black);
	color: #fff;
}

.acb-cat-info-section--dark .acb-cat-info-copy,
.acb-cat-info-section--dark .acb-cat-info-copy p,
.acb-cat-info-section--dark .acb-cat-info-copy li {
	color: #d3d5d7 !important;
}

.acb-cat-info-section--dark .acb-cat-info-copy h3,
.acb-cat-info-section--dark .acb-cat-info-copy h4,
.acb-cat-info-section--dark .acb-cat-info-copy strong {
	color: #fff !important;
}

.acb-cat-info-copy a {
	color: var(--acb-cat-orange) !important;
	font-weight: 600;
}

.acb-cat-cta {
	background: var(--acb-cat-black);
	color: #fff;
}

.acb-cat-cta .acb-cat-shell {
	min-height: 340px;
	display: grid;
	grid-template-columns: 1.1fr .7fr auto;
	align-items: center;
	gap: 54px;
}

.acb-cat-cta h2 {
	color: #fff;
}

.acb-cat-cta p {
	margin: 0;
	color: #c5c8ca;
	font-size: 17px;
}

.acb-cat-cta > .acb-cat-shell > a {
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	border-radius: 3px;
	background: var(--acb-cat-orange);
	padding: 15px 22px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}

.acb-category-message {
	margin: 20px;
	border-left: 4px solid var(--acb-cat-orange);
	background: #f5f5f5;
	padding: 18px;
	font: 16px/1.6 "Poppins", Arial, sans-serif;
}

/* Elementor requires an Archive Description widget in some Product Archive
   templates. It can remain present for editor compatibility; the shortcode
   renders the description in the designed sections above. */
body.woocommerce.archive .elementor-widget-woocommerce-archive-description {
	display: none !important;
}

@media (max-width: 1100px) {
	:root {
		--acb-cat-shell: min(100% - 40px, 1100px);
	}

	.acb-cat-hero-grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

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

	.acb-cat-link-card {
		flex-basis: calc(33.333% - 11px);
	}

	.acb-cat-cta .acb-cat-shell {
		grid-template-columns: 1fr .8fr;
		padding-block: 60px;
	}
}

@media (max-width: 850px) {
	.acb-cat-hero-grid,
	.acb-cat-products-heading,
	.acb-cat-info-grid,
	.acb-cat-cta .acb-cat-shell {
		grid-template-columns: 1fr;
	}

	.acb-cat-hero-grid {
		padding-block: 54px;
	}

	.acb-cat-hero-media {
		min-height: 500px;
	}

	.acb-cat-products-heading,
	.acb-cat-info-grid,
	.acb-cat-cta .acb-cat-shell {
		gap: 32px;
	}
}

@media (max-width: 600px) {
	:root {
		--acb-cat-shell: calc(100% - 32px);
	}

	.acb-category-template {
		font-size: 16px;
	}

	.acb-cat-breadcrumbs {
		overflow-x: auto;
		margin-bottom: 34px;
		white-space: nowrap;
	}

	.acb-cat-hero h1 {
		font-size: clamp(48px, 15vw, 66px);
	}

	.acb-cat-hero-copy > p {
		font-size: 17px;
	}

	.acb-cat-hero-proof {
		flex-direction: column;
	}

	.acb-cat-hero-media {
		min-height: 0;
	}

	.acb-cat-stage-heading {
		min-height: 76px;
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 18px 20px;
	}

	.acb-cat-stage-heading strong {
		max-width: none;
		font-size: 17px;
		text-align: left;
	}

	.acb-cat-product-stage {
		min-height: 0;
		grid-template-columns: 1fr;
		padding: 14px 18px 12px;
	}

	.acb-cat-stage-product {
		grid-template-rows: 240px auto;
		border-right: 0;
		padding: 4px 10px;
	}

	.acb-cat-stage-product:nth-child(n+2) {
		display: none;
	}

	.acb-cat-stage-image img,
	.acb-cat-product-stage--1 .acb-cat-stage-image img {
		height: 230px;
	}

	.acb-cat-stage-product-name {
		min-height: 72px;
	}

	.acb-cat-stage-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding: 14px 20px;
	}

	.acb-cat-links {
		padding: 50px 0 56px;
	}

	.acb-cat-links-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.acb-cat-link-card {
		flex-basis: calc(50% - 8px);
	}

	.acb-cat-link-image {
		min-height: 150px;
		padding: 16px;
	}

	.acb-cat-link-image img {
		height: 132px;
	}

	.acb-cat-link-name {
		min-height: 66px;
		padding: 14px;
		font-size: 15px;
	}

	.acb-cat-toolbar {
		align-items: stretch;
		flex-direction: column;
		padding-block: 18px;
	}

	.acb-cat-ordering select {
		width: 100%;
		min-width: 0;
	}

	.acb-cat-product-grid {
		grid-template-columns: 1fr;
	}

	.acb-cat-product-image {
		min-height: 330px;
		padding: 28px;
	}

	.acb-cat-product-image img {
		height: 270px;
	}

	.acb-cat-product-body {
		min-height: 0;
		padding: 24px;
	}

	.acb-cat-products-heading h2,
	.acb-cat-info-grid h2,
	.acb-cat-cta h2 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.acb-cat-info-copy {
		font-size: 17px;
	}

	.acb-cat-cta .acb-cat-shell {
		padding-block: 72px;
	}
}
