/* Generated by scripts/build-production-assets.mjs. Do not edit directly. */
/* assets/css/modules/catalog/product-card.css */
.wcts-catalog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0.5rem;
	border: 1px solid transparent;
	border-radius: 20px;
	background: transparent;
	transition:
		background-color 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease,
		transform 220ms ease;
}

.wcts-catalog-card:hover,
.wcts-catalog-card:focus-within {
	border-color: rgba(5, 5, 5, 0.14);
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(5, 5, 5, 0.075);
	transform: translateY(-0.18rem);
}

.wcts-catalog-card--list {
	flex-direction: row;
	gap: 1.5rem;
	align-items: stretch;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #efefef;
}

.wcts-catalog-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	margin-bottom: 1rem;
	border: 1px solid #efefef;
	border-radius: 18px;
	background: #ffffff;
	overflow: hidden;
	isolation: isolate;
}

.wcts-catalog-card__media:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 3px;
}

.wcts-catalog-card--list .wcts-catalog-card__media {
	flex: 0 0 min(18rem, 42%);
	margin-bottom: 0;
}

.wcts-catalog-card__image {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	min-width: 100%;
	max-width: 100%;
	height: 100% !important;
	min-height: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
	background: #fff;
	transform: translate(-50%, -50%);
	transition:
		opacity 280ms ease,
		transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wcts-catalog-card__image--placeholder {
	background:
		linear-gradient(180deg, #f7f7f7 0%, #ededed 100%);
}

@media (hover: hover) and (pointer: fine) {
	.wcts-catalog-card:hover .wcts-catalog-card__image--primary,
	.wcts-catalog-card:focus-within .wcts-catalog-card__image--primary,
	.wcts-catalog-card:hover .wcts-catalog-card__image--placeholder,
	.wcts-catalog-card:focus-within .wcts-catalog-card__image--placeholder {
		transform: translate(-50%, -50%) scale(1.035);
	}
}

@media (hover: none), (pointer: coarse), (max-width: 759px) {
	.wcts-catalog-card__image--primary {
		opacity: 1;
	}
}

.wcts-catalog-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.7rem;
	min-width: 0;
}

.wcts-catalog-card__category {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 0.42rem;
	color: #6a7280;
	font-size: 0.74rem;
	font-weight: 650;
	line-height: 1.15;
	text-decoration: none;
}

.wcts-catalog-card__category::after {
	content: "";
	display: block;
	width: 1.35rem;
	height: 1px;
	background: #d9ded6;
	transition:
		background-color 150ms ease,
		width 150ms ease;
}

.wcts-catalog-card__category:hover,
.wcts-catalog-card__category:focus-visible {
	color: #111111;
	text-decoration: none;
}

.wcts-catalog-card__category:hover::after,
.wcts-catalog-card__category:focus-visible::after {
	width: 1.75rem;
	background: var(--wcts-color-yellow);
}

.wcts-catalog-card__category:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 3px;
}

.wcts-catalog-card__title {
	display: -webkit-box;
	color: #111;
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	min-height: calc(1em * 1.2 * 2);
}

.wcts-catalog-card__title:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wcts-catalog-card__title:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 3px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wcts-catalog-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem;
	margin-top: auto;
	color: #111;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.2;
}

.wcts-catalog-card__price-prefix {
	align-self: flex-end;
	padding-bottom: 0.08em;
	color: #6a7280;
	font-size: 0.72em;
	font-weight: 500;
	line-height: 1;
	text-transform: lowercase;
}

.wcts-catalog-card__price del {
	color: #9a9a9a;
	font-size: 0.85rem;
	font-weight: 600;
}

.wcts-catalog-card__price ins {
	background: transparent;
	text-decoration: none;
}

.wcts-catalog-card__price p.iworks-omnibus {
	display: block;
	flex-basis: 100%;
	margin: 0.04rem 0 0;
	color: #69707b;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
}

.wcts-catalog-card__price p.iworks-omnibus .amount {
	font: inherit;
}

.wcts-catalog-card__button {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	justify-content: center;
	gap: 0.55rem;
	width: min(100%, 12.6rem);
	min-height: 2.48rem;
	padding: 0.56rem 0.82rem;
	border: 2px solid #111;
	border-radius: 0.42rem;
	background: var(--wcts-color-black);
	color: var(--wcts-color-white);
	box-shadow: 0 0.72rem 1.25rem rgba(17, 17, 17, 0.12);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		opacity 180ms ease,
		transform 180ms ease,
		visibility 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.wcts-catalog-card__button {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(0.45rem);
	}

	.wcts-catalog-card:hover .wcts-catalog-card__button,
	.wcts-catalog-card:focus-within .wcts-catalog-card__button,
	.wcts-catalog-card__button.loading,
	.wcts-catalog-card__button.added {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
}

.wcts-catalog-card__button:hover,
.wcts-catalog-card__button:focus-visible {
	border-color: var(--wcts-color-yellow);
	background: var(--wcts-color-yellow);
	color: #111;
	box-shadow: 0 0.72rem 1.25rem rgba(106, 189, 70, 0.28);
	text-decoration: none;
	transform: translateY(-1px);
}

.wcts-catalog-card__button:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 3px;
}

.wcts-catalog-card__button-icon {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
}

.wcts-catalog-card__button-icon svg {
	width: 100%;
	height: 100%;
}

.wcts-catalog-card__button.loading {
	border-color: var(--wcts-color-black);
	background: var(--wcts-color-black);
	color: var(--wcts-color-white);
	opacity: 1;
	pointer-events: none;
	transform: translateY(0);
}

.wcts-catalog-card__button.added:not(.loading) {
	border-color: #111;
	background: var(--wcts-color-black);
	color: var(--wcts-color-white);
	pointer-events: auto;
}

.wcts-catalog-card .added_to_cart,
.wcts-catalog-card + .added_to_cart,
.wcts-catalog-card__body .added_to_cart,
.wcts-catalog-card__button + .added_to_cart {
	display: none !important;
}

/* assets/css/modules/home/base.css */
.wcts-site-main--home {
	background: #ffffff;
}

.wcts-home-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 2px;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 1;
	min-height: 4rem;
	padding: 0 2.5rem;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
}

.wcts-home-button:hover,
.wcts-home-button:focus-visible {
	text-decoration: none;
	transform: translateY(-1px);
}

.wcts-home-button--primary {
	background: var(--wp--preset--color--wcts-yellow);
	border-color: var(--wp--preset--color--wcts-yellow);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
	color: #1a1a1a;
}

.wcts-home-button--primary:hover,
.wcts-home-button--primary:focus-visible {
	background: #6abd46;
	border-color: #6abd46;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
	color: #1a1a1a;
}

.wcts-home-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
	color: #ffffff;
}

.wcts-home-button--secondary:hover,
.wcts-home-button--secondary:focus-visible {
	background: #ffffff;
	border-color: #ffffff;
	color: #161616;
}

.wcts-home-button--dark-outline {
	background: #ffffff;
	border-color: #111111;
	color: #111111;
}

.wcts-home-button--dark-outline:hover,
.wcts-home-button--dark-outline:focus-visible {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

.wcts-home-section-header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
}

.wcts-home-section-title {
	color: #101010;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	text-transform: uppercase;
}

.wcts-home-section-text {
	color: #5c6470;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
	margin: 0.8rem 0 0;
	max-width: 42rem;
}

.wcts-home-section-link {
	align-items: center;
	border-bottom: 1px solid currentColor;
	color: #111111;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	gap: 0.35rem;
	letter-spacing: 0.14em;
	padding-bottom: 0.18rem;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 180ms ease,
		transform 180ms ease;
}

.wcts-home-section-link:hover,
.wcts-home-section-link:focus-visible {
	color: #4d6839;
	text-decoration: none;
	transform: translateX(0.2rem);
}

/* assets/css/modules/home/hero.css */
.wcts-home-hero {
	background: #0a0a0a;
	color: #ffffff;
	isolation: isolate;
	min-height: clamp(37rem, 82svh, 52rem);
	overflow: hidden;
	position: relative;
}

.wcts-home-hero__slides,
.wcts-home-hero__slide,
.wcts-home-hero__desktop-media {
	inset: 0;
	position: absolute;
}

.wcts-home-hero__slide {
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: scale(1.01);
	transition:
		opacity 720ms ease,
		transform 720ms ease;
	z-index: 0;
}

.wcts-home-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	z-index: 1;
}

.wcts-home-hero picture,
.wcts-home-category-card picture,
.wcts-home-width-card__image-wrap picture,
.wcts-home-starter-card__media picture,
.wcts-home-b2b__media picture {
	display: contents;
}

.wcts-home-hero__desktop-media {
	display: block;
	overflow: hidden;
	z-index: 0;
}

.wcts-home-hero__desktop-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 62% 50%;
	transform: scale(1.035);
	transition: transform 7800ms ease;
	width: 100%;
}

.wcts-home-hero__slide.is-active .wcts-home-hero__desktop-media img {
	transform: scale(1.075);
}

.wcts-home-hero__slide--factor .wcts-home-hero__desktop-media img,
.wcts-home-hero__slide--factor.is-active .wcts-home-hero__desktop-media img {
	object-fit: cover;
	object-position: 62% 50%;
	transform: none;
}

.wcts-home-hero__desktop-overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.44) 30%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.22) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.72) 100%);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.wcts-home-hero__shell {
	align-items: flex-end;
	display: flex;
	min-height: clamp(37rem, 82svh, 52rem);
	position: relative;
	z-index: 2;
}

.wcts-home-hero__content {
	max-width: min(58rem, 92vw);
	padding: clamp(5.4rem, 10vw, 7.6rem) 0 clamp(4.8rem, 9vw, 7rem);
	position: relative;
	text-align: left;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
	transform: translateY(0);
	transition:
		opacity 520ms ease 140ms,
		transform 520ms ease 140ms;
	width: 100%;
}

.wcts-home-hero__slide:not(.is-active) .wcts-home-hero__content {
	opacity: 0;
	transform: translateY(1.45rem);
}

.wcts-home-hero__title {
	color: #ffffff;
	font-size: clamp(2.2rem, 4vw, 3.35rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 0.85rem;
	max-width: none;
	text-transform: none;
}

.wcts-home-hero__copy {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 1.65rem;
	max-width: 34rem;
}

.wcts-home-hero__actions {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
}

.wcts-home-hero__actions .wcts-home-button {
	border-radius: 0.42rem;
	min-height: 3.35rem;
	padding-inline: 1.5rem;
	width: 100%;
}

.wcts-home-hero__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.48);
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: rgba(17, 17, 17, 0.78);
	cursor: pointer;
	display: inline-flex;
	height: 2.85rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition:
		background-color 140ms ease,
		color 140ms ease,
		opacity 140ms ease,
		transform 140ms ease;
	width: 2.85rem;
	z-index: 4;
	backdrop-filter: blur(10px);
}

.wcts-home-hero__nav:hover,
.wcts-home-hero__nav:focus-visible {
	background: rgba(255, 255, 255, 0.78);
	color: var(--wcts-color-black);
	transform: translateY(-50%) scale(1.04);
}

.wcts-home-hero__nav:focus-visible,
.wcts-home-hero__dot:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-home-hero__nav--prev {
	left: clamp(0.85rem, 2vw, 1.7rem);
}

.wcts-home-hero__nav--next {
	right: clamp(0.85rem, 2vw, 1.7rem);
}

.wcts-home-hero__nav span {
	display: block;
	font-size: 2.15rem;
	line-height: 1;
	transform: translateY(-0.08em);
}

.wcts-home-hero__dots {
	align-items: center;
	bottom: clamp(1.15rem, 2.2vw, 1.8rem);
	display: flex;
	gap: 0.55rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.wcts-home-hero__dot {
	background: rgba(255, 255, 255, 0.48);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: block;
	height: 0.18rem;
	padding: 0;
	transition:
		background-color 160ms ease,
		width 160ms ease;
	width: 1.35rem;
}

.wcts-home-hero__dot.is-active {
	background: #ffffff;
	width: 2.35rem;
}

@media (prefers-reduced-motion: reduce) {
	.wcts-home-hero__slide,
	.wcts-home-hero__content,
	.wcts-home-hero__desktop-media img {
		transition-duration: 1ms;
	}

	.wcts-home-hero__desktop-media img,
	.wcts-home-hero__slide.is-active .wcts-home-hero__desktop-media img {
		transform: none;
	}
}

/* assets/css/modules/home/trust.css */
.wcts-home-trust {
	background: #ffffff;
	border-bottom: 1px solid #e9e9e6;
	padding-block: 0;
}

.wcts-home-trust .wcts-shell {
	margin: 0 auto;
	max-width: 1500px;
	padding: 34px 58px;
	width: 100%;
}

.wcts-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.wcts-home-trust__item {
	border-right: 1px solid #e9e9e6;
	display: grid;
	grid-template-columns: 52px 1fr;
	column-gap: 18px;
	min-width: 0;
	padding: 0 34px;
}

.wcts-home-trust__item:last-child {
	border-right: 0;
}

.wcts-home-trust__icon {
	color: #555555;
	grid-row: span 2;
	height: 39px;
	width: 39px;
}

.wcts-home-trust__icon svg {
	height: 100%;
	stroke-width: 1.5;
	width: 100%;
}

.wcts-home-trust__text {
	display: contents;
}

.wcts-home-trust__title {
	color: #050505;
	font-family: var(--wcts-font-sans);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	text-transform: uppercase;
}

.wcts-home-trust__copy {
	color: #8a8f8e;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

@media (min-width: 1101px) {
	.wcts-home-trust .wcts-shell {
		align-items: center;
		display: grid;
		min-height: 124px;
	}
}

@media (max-width: 1100px) {
	.wcts-home-trust .wcts-shell {
		padding: 30px 34px;
	}

	.wcts-home-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wcts-home-trust__item {
		border-bottom: 1px solid #e9e9e6;
		border-right: 0;
		padding: 24px 28px;
	}

	.wcts-home-trust__item:nth-child(odd) {
		border-right: 1px solid #e9e9e6;
	}

	.wcts-home-trust__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}
}

@media (max-width: 720px) {
	.wcts-home-trust .wcts-shell {
		padding: 22px 16px;
	}

	.wcts-home-trust__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wcts-home-trust__item {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 11px;
		justify-content: flex-start;
		min-height: 164px;
		padding: 22px 12px;
		text-align: center;
	}

	.wcts-home-trust__icon {
		height: 34px;
		width: 34px;
	}

	.wcts-home-trust__text {
		display: block;
	}

	.wcts-home-trust__title {
		font-size: 14px;
		line-height: 1.15;
	}

	.wcts-home-trust__copy {
		font-size: 12px;
		line-height: 1.4;
		margin-top: 7px;
	}
}

@media (max-width: 420px) {
	.wcts-home-trust .wcts-shell {
		padding-inline: 14px;
	}

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

	.wcts-home-trust__item,
	.wcts-home-trust__item:nth-child(odd) {
		border-bottom: 1px solid #e9e9e6;
		border-right: 0;
		min-height: 0;
		padding: 20px 18px;
	}

	.wcts-home-trust__item:last-child {
		border-bottom: 0;
	}
}

/* assets/css/modules/home/categories.css */
.wcts-home-categories {
	background: #ffffff;
	padding-block: 3.5rem;
}

.wcts-home-categories__header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2.35rem;
}

.wcts-home-categories__title {
	color: #0f172a;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	text-transform: uppercase;
}

.wcts-home-categories__grid {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-bottom: 1.2rem;
}

.wcts-home-category-card {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #111111;
	display: block;
	min-width: 0;
	padding: 0.3rem;
	position: relative;
	text-decoration: none;
	width: 100%;
	transition:
		background-color 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease,
		transform 220ms ease;
}

.wcts-home-category-card__media {
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}

.wcts-home-category-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	padding: 0;
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.wcts-home-category-card__placeholder {
	background:
		linear-gradient(135deg, rgba(125, 162, 68, 0.18), transparent 38%),
		repeating-linear-gradient(45deg, rgba(5, 5, 5, 0.055) 0 1px, transparent 1px 1.15rem),
		#f5f5f2;
	display: block;
	height: 100%;
	width: 100%;
}

.wcts-home-category-card__title-wrap {
	align-items: center;
	display: flex;
	gap: 0.4rem;
	justify-content: center;
	padding: 0.75rem 0.15rem 0.2rem;
	text-align: center;
}

.wcts-home-category-card__title {
	color: #0f172a;
	font-size: clamp(0.68rem, 2.4vw, 1rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.wcts-home-category-card__rule {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 0.8rem;
	position: relative;
	width: 1.55rem;
}

.wcts-home-category-card__rule::before {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 0.05rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.35rem;
}

.wcts-home-category-card__rule::after {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	display: block;
	height: 0.48rem;
	position: absolute;
	right: 0.05rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.48rem;
}

.wcts-home-category-card:hover,
.wcts-home-category-card:focus-visible {
	background: #ffffff;
	border-color: rgba(5, 5, 5, 0.14);
	box-shadow: 0 18px 36px rgba(5, 5, 5, 0.075);
	outline: none;
	transform: translateY(-0.18rem);
	z-index: 2;
}

.wcts-home-category-card:hover img,
.wcts-home-category-card:focus-visible img,
.wcts-home-category-card:hover .wcts-home-category-card__placeholder,
.wcts-home-category-card:focus-visible .wcts-home-category-card__placeholder {
	transform: scale(1.055);
}

.wcts-home-category-card:hover .wcts-home-category-card__rule,
.wcts-home-category-card:focus-visible .wcts-home-category-card__rule {
	color: #050505;
}

@media (min-width: 1024px) {
	.wcts-home-categories__grid {
		gap: 0.9rem;
	}

	.wcts-home-category-card {
		padding: 0.38rem;
	}

	.wcts-home-category-card__media {
		aspect-ratio: 4 / 5;
	}

	.wcts-home-category-card__title {
		font-size: clamp(0.82rem, 0.86vw, 1rem);
	}
}

@media (max-width: 639.98px) {
	.wcts-home-categories {
		padding-block: 2.6rem;
	}

	.wcts-home-categories__header {
		margin-bottom: 1.65rem;
	}

	.wcts-home-categories__grid {
		gap: 0.8rem 0.55rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 0.4rem;
	}

	.wcts-home-category-card {
		border-radius: 10px;
		padding: 0.22rem;
	}

	.wcts-home-category-card__media {
		aspect-ratio: 4 / 5;
		border-radius: 10px;
	}

	.wcts-home-category-card__title-wrap {
		align-items: flex-start;
		gap: 0.32rem;
		justify-content: center;
		min-height: 2.9rem;
		padding: 0.72rem 0.05rem 0.12rem;
	}

	.wcts-home-category-card__title {
		display: -webkit-box;
		font-size: clamp(0.76rem, 3.55vw, 0.92rem);
		line-height: 1.18;
		max-width: min(7.4rem, calc(100% - 1.6rem));
		overflow: hidden;
		overflow-wrap: normal;
		text-wrap: balance;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.wcts-home-category-card__rule {
		height: 0.95rem;
		margin-top: 0.1rem;
		width: 1.25rem;
	}

	.wcts-home-category-card__rule::before {
		width: 1.05rem;
	}
}

/* assets/css/modules/home/featured.css */
.wcts-home-featured {
	background: #ffffff;
	padding-block: 4.5rem;
}

.wcts-home-featured__header {
	margin-bottom: 1.75rem;
}

.wcts-home-featured__controls {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	justify-content: flex-end;
}

.wcts-home-featured__control {
	align-items: center;
	appearance: none;
	background: rgba(17, 17, 17, 0.06);
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: rgba(17, 17, 17, 0.78);
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	height: 2.85rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition:
		background-color 140ms ease,
		color 140ms ease,
		opacity 140ms ease,
		transform 140ms ease;
	width: 2.85rem;
}

.wcts-home-featured__control span {
	display: block;
	font-size: 2.1rem;
	line-height: 1;
	transform: translateY(-0.08em);
}

.wcts-home-featured__control:hover,
.wcts-home-featured__control:focus-visible {
	background: rgba(17, 17, 17, 0.12);
	color: var(--wcts-color-black);
	transform: scale(1.04);
}

.wcts-home-featured__control:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-home-featured__control:disabled {
	cursor: default;
	opacity: 0.42;
	transform: none;
}

.wcts-home-featured__rail {
	display: grid;
	grid-auto-columns: minmax(13.5rem, 72vw);
	grid-auto-flow: column;
	gap: 1rem;
	margin-inline: -1rem;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0.85rem 1rem 2.5rem;
	scroll-padding-inline: 1rem;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.wcts-home-featured__rail::-webkit-scrollbar {
	display: none;
}

.wcts-home-featured__rail:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 0.4rem;
}

.wcts-home-featured__item {
	min-width: 0;
	position: relative;
	scroll-snap-align: start;
}

.wcts-home-featured__item .wcts-catalog-card {
	height: 100%;
	position: relative;
	z-index: 0;
}

.wcts-home-featured__item .wcts-catalog-card:hover,
.wcts-home-featured__item .wcts-catalog-card:focus-within {
	z-index: 2;
}

.wcts-home-featured__item .wcts-catalog-card__media {
	aspect-ratio: 4 / 5;
}

.wcts-home-featured__empty {
	background: #f6f7f3;
	border: 1px solid #e1e5dc;
	border-radius: 8px;
	color: #4a5562;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
	padding: 1.25rem;
}

@media (min-width: 760px) {
	.wcts-home-featured__rail {
		grid-auto-columns: minmax(15.5rem, 30vw);
		margin-inline: -0.8rem;
		padding-inline: 0.8rem;
	}
}

@media (min-width: 1180px) {
	.wcts-home-featured__rail {
		grid-auto-columns: minmax(16rem, 21%);
	}
}

/* assets/css/modules/home/brands.css */
.wcts-home-brands {
	background: #ffffff;
	border-block: 1px solid #ecece8;
	padding-block: clamp(2.1rem, 4vw, 3.2rem);
}

.wcts-home-brands .wcts-home-section-header {
	align-items: center;
	margin-bottom: clamp(1.2rem, 2.5vw, 1.8rem);
	text-align: center;
}

.wcts-home-brands .wcts-home-section-title {
	font-size: clamp(1.35rem, 2.3vw, 2rem);
	line-height: 1;
}

.wcts-home-brands__grid {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-block: 0.35rem;
}

.wcts-home-brand-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #ecece8;
	border-left-width: 0;
	color: #111111;
	display: flex;
	justify-content: center;
	min-height: clamp(6.5rem, 12vw, 8rem);
	min-width: 0;
	padding: clamp(1.15rem, 2.5vw, 1.7rem);
	position: relative;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.wcts-home-brand-card:first-child,
.wcts-home-brand-card:nth-child(2n + 1) {
	border-left-width: 1px;
}

.wcts-home-brand-card__media {
	align-items: center;
	display: flex;
	height: clamp(2.1rem, 4.8vw, 3.15rem);
	justify-content: center;
	max-width: min(12rem, 100%);
	width: 100%;
}

.wcts-home-brand-card__media img {
	display: block;
	filter: grayscale(1) contrast(1.08);
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	opacity: 0.72;
	transition:
		filter 180ms ease,
		opacity 180ms ease,
		transform 180ms ease;
	width: 100%;
}

.wcts-home-brand-card:hover,
.wcts-home-brand-card:focus-visible {
	background: #f9faf7;
	border-color: #dfe3da;
	box-shadow: 0 14px 30px rgba(17, 17, 17, 0.06);
	outline: none;
	text-decoration: none;
	transform: translateY(-0.12rem);
	z-index: 1;
}

.wcts-home-brand-card:hover .wcts-home-brand-card__media img,
.wcts-home-brand-card:focus-visible .wcts-home-brand-card__media img {
	filter: none;
	opacity: 1;
	transform: scale(1.045);
}

.wcts-home-brand-card:focus-visible {
	outline: 2px solid var(--wp--preset--color--wcts-yellow);
	outline-offset: 2px;
}

@media (min-width: 760px) {
	.wcts-home-brands__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wcts-home-brand-card:nth-child(2n + 1) {
		border-left-width: 0;
	}

	.wcts-home-brand-card:first-child,
	.wcts-home-brand-card:nth-child(4n + 1) {
		border-left-width: 1px;
	}
}

/* assets/css/modules/home/service.css */
.wcts-home-service {
	background: #101010;
	color: #ffffff;
	overflow: hidden;
	padding-block: 4.75rem;
	position: relative;
}

.wcts-home-service__shell {
	display: grid;
	gap: 2.2rem;
	position: relative;
}

.wcts-home-service__copy {
	max-width: 45rem;
	position: relative;
	z-index: 2;
}

.wcts-home-service__eyebrow {
	color: var(--wp--preset--color--wcts-yellow);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.wcts-home-service__title {
	color: #ffffff;
	font-size: clamp(2.1rem, 5vw, 4.25rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 12ch;
	text-transform: uppercase;
}

.wcts-home-service__text {
	color: #d4d8dc;
	font-size: clamp(1rem, 1.45vw, 1.16rem);
	font-weight: 600;
	line-height: 1.7;
	margin: 1.25rem 0 0;
	max-width: 42rem;
}

.wcts-home-service__features {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 1.35rem 0 1.85rem;
	padding: 0;
}

.wcts-home-service__features li {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 0.98rem;
	font-weight: 800;
	gap: 0.7rem;
	line-height: 1.4;
}

.wcts-home-service__features li::before {
	background: var(--wp--preset--color--wcts-yellow);
	content: "";
	flex: 0 0 auto;
	height: 0.6rem;
	width: 0.6rem;
}

.wcts-home-service .wcts-home-button--primary {
	background: var(--wcts-color-yellow);
	border-color: var(--wcts-color-yellow);
	border-radius: 0.42rem;
	box-shadow: 0 0.72rem 1.25rem rgba(106, 189, 70, 0.28);
	color: var(--wcts-color-black);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	min-height: 3.35rem;
	padding-inline: 1.5rem;
}

.wcts-home-service .wcts-home-button--primary:hover,
.wcts-home-service .wcts-home-button--primary:focus-visible {
	background: var(--wcts-color-white);
	border-color: var(--wcts-color-white);
	box-shadow: 0 0.72rem 1.25rem rgba(255, 255, 255, 0.2);
	color: var(--wcts-color-black);
}

.wcts-home-service__media {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	margin-inline: -1.25rem;
	overflow: hidden;
	position: relative;
}

.wcts-home-service__media::before,
.wcts-home-service__media::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.wcts-home-service__media::before {
	background: linear-gradient(
		180deg,
		#101010 0%,
		rgba(16, 16, 16, 0.18) 22%,
		rgba(16, 16, 16, 0) 62%,
		#101010 100%
	);
}

.wcts-home-service__media::after {
	background: radial-gradient(circle at 68% 48%, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.42) 72%);
}

.wcts-home-service__media img {
	display: block;
	height: 100%;
	filter: none;
	object-fit: cover;
	object-position: center right;
	transform: none;
	width: 100%;
}

.wcts-home-services {
	background: #ffffff;
	padding-block: 4.5rem;
}

.wcts-home-services__header {
	max-width: 48rem;
}

.wcts-home-services__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	padding-bottom: 1.2rem;
}

.wcts-home-service-card {
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #111111;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 0.42rem;
	position: relative;
	text-decoration: none;
	transition:
		background-color 220ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.wcts-home-service-card__media {
	aspect-ratio: 4 / 3;
	background: #f7f7f4;
	border: 1px solid #efefef;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}

.wcts-home-service-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.wcts-home-service-card__body {
	display: grid;
	gap: 0.75rem;
	padding: 1rem 0.25rem 0.2rem;
}

.wcts-home-service-card__title-row {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.wcts-home-service-card__title {
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.wcts-home-service-card__description {
	color: #5c6470;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.55;
	max-width: 28rem;
}

.wcts-home-service-card__arrow {
	align-items: center;
	color: #4d6839;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.35rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	transition: transform 180ms ease;
}

.wcts-home-service-card:hover,
.wcts-home-service-card:focus-visible {
	background: #ffffff;
	border-color: rgba(5, 5, 5, 0.14);
	box-shadow: 0 18px 36px rgba(5, 5, 5, 0.075);
	outline: none;
	text-decoration: none;
	transform: translateY(-0.18rem);
	z-index: 2;
}

.wcts-home-service-card:hover .wcts-home-service-card__media img,
.wcts-home-service-card:focus-visible .wcts-home-service-card__media img {
	transform: scale(1.055);
}

.wcts-home-service-card:hover .wcts-home-service-card__arrow,
.wcts-home-service-card:focus-visible .wcts-home-service-card__arrow {
	transform: translateX(0.24rem);
}

@media (min-width: 760px) {
	.wcts-home-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.wcts-home-service {
		padding-block: 6rem;
	}

	.wcts-home-service__shell {
		align-items: center;
		grid-template-columns: minmax(0, 0.95fr) minmax(30rem, 1.05fr);
		min-height: 34rem;
	}

	.wcts-home-service__media {
		aspect-ratio: auto;
		border-radius: 0;
		inset: -6rem calc(50% - 50vw) -6rem auto;
		margin: 0;
		position: absolute;
		width: min(58vw, 58rem);
	}

	.wcts-home-service__media::after {
		background: linear-gradient(
			90deg,
			#101010 0%,
			rgba(16, 16, 16, 0.94) 10%,
			rgba(16, 16, 16, 0.62) 28%,
			rgba(16, 16, 16, 0.12) 52%,
			rgba(16, 16, 16, 0) 74%
		);
	}

	.wcts-home-service__media img {
		object-position: center right;
		transform: none;
	}
}

@media (min-width: 1100px) {
	.wcts-home-services__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* assets/css/modules/home/reviews.css */
.wcts-home-reviews {
	background: #ffffff;
	padding-block: 4.5rem;
}

.wcts-home-reviews__shell {
	display: grid;
	gap: clamp(1.4rem, 3vw, 2.25rem);
}

.wcts-home-reviews__header {
	align-items: flex-start;
	display: grid;
	gap: 1.5rem;
}

.wcts-home-reviews__intro {
	max-width: 46rem;
}

.wcts-home-reviews__title {
	color: #101010;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	text-transform: uppercase;
}

.wcts-home-reviews__text {
	color: #5c6470;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
	margin: 0.8rem 0 0;
	max-width: 42rem;
}

.wcts-home-reviews__controls {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	justify-content: flex-start;
}

.wcts-home-review-card__rating span:first-child {
	color: var(--wp--preset--color--wcts-yellow);
	letter-spacing: 0.08em;
	line-height: 1;
}

.wcts-home-reviews__rail {
	display: flex;
	gap: 1rem;
	margin-inline: -1.25rem;
	overflow-x: auto;
	padding: 0.85rem 1.25rem 2.5rem;
	scroll-padding-inline: 1.25rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.wcts-home-reviews__rail::-webkit-scrollbar {
	display: none;
}

.wcts-home-reviews__rail:focus-visible {
	outline: 2px solid var(--wp--preset--color--wcts-yellow);
	outline-offset: 0.4rem;
}

.wcts-home-review-card {
	background: #ffffff;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #111111;
	display: flex;
	flex: 0 0 min(86vw, 24rem);
	flex-direction: column;
	justify-content: space-between;
	min-height: 16rem;
	padding: 1.1rem;
	position: relative;
	scroll-snap-align: start;
	text-decoration: none;
	transition:
		background-color 220ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.wcts-home-review-card:hover,
.wcts-home-review-card:focus-within {
	border-color: rgba(5, 5, 5, 0.14);
	box-shadow: 0 18px 36px rgba(5, 5, 5, 0.075);
	transform: translateY(-0.18rem);
	z-index: 2;
}

.wcts-home-review-card__rating {
	align-items: center;
	background: #f7f7f4;
	border: 1px solid #efefef;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	padding: 0.72rem 0.8rem;
}

.wcts-home-review-card__quote {
	margin: 1.15rem 0;
}

.wcts-home-review-card__quote p {
	color: #171717;
	font-size: clamp(1rem, 1.25vw, 1.13rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.wcts-home-review-card__author {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	margin-top: auto;
}

.wcts-home-review-card__avatar {
	align-items: center;
	aspect-ratio: 1;
	background: #f7f7f4;
	border: 1px solid #e5e5df;
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	flex: 0 0 2.75rem;
	font-size: 0.82rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
}

.wcts-home-review-card__author strong,
.wcts-home-review-card__author small {
	display: block;
}

.wcts-home-review-card__author strong {
	color: #111111;
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.2;
}

.wcts-home-review-card__author small {
	color: #5c6470;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 0.12rem;
}

.wcts-home-reviews__actions {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.35rem;
	text-align: center;
}

.wcts-home-reviews__actions .wcts-home-button--primary {
	background: var(--wcts-color-black);
	border-color: var(--wcts-color-black);
	border-radius: 0.42rem;
	box-shadow: 0 0.72rem 1.25rem rgba(17, 17, 17, 0.12);
	color: var(--wcts-color-white);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	min-height: 3.35rem;
	padding-inline: 1.5rem;
}

.wcts-home-reviews__actions .wcts-home-button--primary:hover,
.wcts-home-reviews__actions .wcts-home-button--primary:focus-visible {
	background: var(--wcts-color-yellow);
	border-color: var(--wcts-color-yellow);
	box-shadow: 0 0.72rem 1.25rem rgba(106, 189, 70, 0.28);
	color: var(--wcts-color-black);
}

@media (min-width: 760px) {
	.wcts-home-reviews__header {
		align-items: end;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.wcts-home-reviews__controls {
		justify-content: flex-end;
	}

	.wcts-home-review-card {
		flex-basis: calc((100% - 1rem) / 2);
	}
}

@media (min-width: 1100px) {
	.wcts-home-review-card {
		flex-basis: calc((100% - 2rem) / 3);
	}
}

/* assets/css/modules/home/guide.css */
.wcts-home-width {
	background: #0a0a0a;
	color: #ffffff;
	padding-block: 5rem 7rem;
}

.wcts-home-guide {
	background: #fdfdfc;
	color: #111827;
	overflow: hidden;
	padding-block: 4.5rem 5rem;
	position: relative;
}

.wcts-home-guide .wcts-shell {
	position: relative;
	z-index: 1;
}

.wcts-home-guide__layout {
	align-items: center;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr;
}

.wcts-home-guide__copy {
	max-width: 40rem;
}

.wcts-home-guide__eyebrow {
	color: var(--wp--preset--color--wcts-yellow);
	display: block;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.wcts-home-guide__title {
	color: #111827;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}

.wcts-home-guide__text {
	color: #4f5967;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0 0 2rem;
	max-width: 34rem;
}

.wcts-home-guide .wcts-home-button--primary {
	background: #111111;
	border-color: #111111;
	box-shadow: none;
	color: #ffffff;
}

.wcts-home-guide .wcts-home-button--primary:hover,
.wcts-home-guide .wcts-home-button--primary:focus-visible {
	background: var(--wp--preset--color--wcts-yellow);
	border-color: var(--wp--preset--color--wcts-yellow);
	color: #111111;
}

.wcts-home-guide__cover-link {
	display: block;
	justify-self: center;
	max-width: 20rem;
	text-decoration: none;
	width: min(100%, 20rem);
}

.wcts-home-guide__cover-link:hover,
.wcts-home-guide__cover-link:focus-visible {
	text-decoration: none;
}

.wcts-home-guide__cover-frame {
	background: #050505;
	border: 1px solid #e5e7eb;
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
	display: block;
	padding: 0.75rem;
	transform: rotate(2deg);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.wcts-home-guide__cover-frame img {
	aspect-ratio: 636 / 900;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wcts-home-guide__cover-link:hover .wcts-home-guide__cover-frame,
.wcts-home-guide__cover-link:focus-visible .wcts-home-guide__cover-frame {
	border-color: var(--wp--preset--color--wcts-yellow);
	box-shadow: 0 30px 64px rgba(15, 23, 42, 0.18);
	transform: rotate(0deg) translateY(-2px);
}

/* assets/css/modules/home/cards.css */
.wcts-home-width__intro,
.wcts-home-starters__intro {
	margin: 0 auto 4rem;
	max-width: 42rem;
	text-align: center;
}

.wcts-home-width__eyebrow,
.wcts-home-starters__eyebrow,
.wcts-home-b2b__eyebrow {
	color: var(--wp--preset--color--wcts-yellow);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.wcts-home-width__title,
.wcts-home-starters__title,
.wcts-home-b2b__title,
.wcts-home-helper__title,
.wcts-home-faq__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}

.wcts-home-width__title,
.wcts-home-faq__title {
	color: #ffffff;
}

.wcts-home-width__copy,
.wcts-home-starters__copy,
.wcts-home-b2b__text,
.wcts-home-helper__copy {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
}

.wcts-home-width__copy {
	color: #d1d5db;
}

.wcts-home-width__grid,
.wcts-home-starters__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}

.wcts-home-width-card {
	background: #111111;
	border: 1px solid #222222;
	border-radius: 2px;
	color: inherit;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
	transition:
		border-color 180ms ease,
		transform 180ms ease;
}

.wcts-home-width-card:hover,
.wcts-home-width-card:focus-visible {
	border-color: var(--wp--preset--color--wcts-yellow);
	text-decoration: none;
	transform: translateY(-2px);
}

.wcts-home-width-card__image-wrap {
	aspect-ratio: 5 / 3;
	background: #151515;
	border-bottom: 1px solid #222222;
	overflow: hidden;
	position: relative;
}

.wcts-home-width-card__image-wrap img {
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
	width: 100%;
}

.wcts-home-width-card__placeholder {
	background:
		linear-gradient(135deg, rgba(255, 213, 0, 0.24), transparent 34%),
		linear-gradient(215deg, rgba(255, 255, 255, 0.12), transparent 44%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 2.75rem),
		#20242c;
	display: block;
	height: 100%;
	transition: transform 500ms ease;
	width: 100%;
}

.wcts-home-width-card__image-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
	inset: 0;
	position: absolute;
}

.wcts-home-width-card:hover .wcts-home-width-card__image-wrap img,
.wcts-home-width-card:focus-visible .wcts-home-width-card__image-wrap img,
.wcts-home-width-card:hover .wcts-home-width-card__placeholder,
.wcts-home-width-card:focus-visible .wcts-home-width-card__placeholder {
	transform: scale(1.05);
}

.wcts-home-width-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.75rem;
	text-align: left;
}

.wcts-home-width-card__heading {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.wcts-home-width-card__heading h3 {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.wcts-home-width-card__arrow {
	color: #a7adb7;
	font-size: 1.5rem;
	transition: color 180ms ease;
}

.wcts-home-width-card:hover .wcts-home-width-card__arrow,
.wcts-home-width-card:focus-visible .wcts-home-width-card__arrow,
.wcts-home-width-card:hover .wcts-home-width-card__heading h3,
.wcts-home-width-card:focus-visible .wcts-home-width-card__heading h3 {
	color: var(--wp--preset--color--wcts-yellow);
}

.wcts-home-width-card__body > p {
	color: #a1a1aa;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0 0 1.5rem;
}

.wcts-home-width-card__meta {
	border-top: 1px solid #222222;
	display: grid;
	gap: 1rem;
	padding-top: 1rem;
}

.wcts-home-width-card__meta h4 {
	color: #a7adb7;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}

.wcts-home-width-card__meta p {
	color: #d1d5db;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 0;
}

.wcts-home-starters {
	background: #fafafa;
	border-block: 1px solid #f3f4f6;
	padding-block: 5rem 6rem;
}

.wcts-home-starters__title,
.wcts-home-b2b__title {
	color: #111827;
}

.wcts-home-starters__copy,
.wcts-home-b2b__text {
	color: #4f5967;
}

.wcts-home-starter-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition:
		box-shadow 260ms ease,
		transform 260ms ease;
}

.wcts-home-starter-card:hover,
.wcts-home-starter-card:focus-within {
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
	transform: translateY(-3px);
}

.wcts-home-starter-card__media {
	aspect-ratio: 4 / 3;
	background: #f5f5f5;
	border-bottom: 1px solid #f3f4f6;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wcts-home-starter-card__media picture {
	display: block;
	height: 100%;
	width: 100%;
}

.wcts-home-starter-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wcts-home-starter-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 2rem;
}

.wcts-home-starter-card__body h3 {
	color: #111827;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.wcts-home-starter-card__body > p {
	color: #4f5967;
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0 0 1.5rem;
}

.wcts-home-starter-card__list-wrap {
	flex: 1;
}

.wcts-home-starter-card__list-wrap h4 {
	border-bottom: 1px solid #f3f4f6;
	color: #596473;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0 0 0.75rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.wcts-home-starter-card__list-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wcts-home-starter-card__list-wrap li {
	color: #4b5563;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 0.75rem;
	padding-left: 1.5rem;
	position: relative;
}

.wcts-home-starter-card__list-wrap li::before {
	color: var(--wp--preset--color--wcts-yellow);
	content: "✓";
	font-size: 1rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.wcts-home-starter-card__list-wrap a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 0.18em;
	transition: color 180ms ease;
}

.wcts-home-starter-card__list-wrap a:hover,
.wcts-home-starter-card__list-wrap a:focus-visible {
	color: #111827;
	text-decoration: underline;
}

.wcts-home-starter-card__footer {
	background: #f9fafb;
	border-top: 1px solid #f3f4f6;
	display: grid;
	gap: 1rem;
	padding: 1.5rem;
}

.wcts-home-starter-card__price-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	justify-content: flex-start;
	text-align: left;
}

.wcts-home-starter-card__price-wrap span {
	color: #596473;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wcts-home-starter-card__price-wrap strong {
	color: #111827;
	font-size: clamp(2rem, 1.35vw + 1.45rem, 2.45rem);
	font-weight: 950;
	line-height: 1.05;
}

.wcts-home-starter-card__price-wrap strong :is(.woocommerce-Price-amount, bdi) {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.wcts-home-starter-card__button {
	align-items: center;
	background: var(--wp--preset--color--wcts-yellow);
	border: 2px solid var(--wp--preset--color--wcts-yellow);
	border-radius: 4px;
	color: #111111;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.55rem;
	justify-content: center;
	min-height: 3rem;
	padding: 0.8rem 1rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
	width: 100%;
}

.wcts-home-starter-card__button:hover,
.wcts-home-starter-card__button:focus-visible {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
	text-decoration: none;
}

.wcts-home-starter-card__button-icon {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
}

.wcts-home-starter-card__button.is-disabled {
	background: #eef0f3;
	border-color: #eef0f3;
	color: #8a93a1;
	cursor: not-allowed;
	pointer-events: none;
}

/* assets/css/modules/home/b2b.css */
.wcts-home-b2b {
	background: #fdfdfc;
	overflow: hidden;
	padding-block: 5rem 7rem;
	position: relative;
}

.wcts-home-b2b::after {
	background: #6b7280;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: min(70vw, 800px);
	opacity: 0.05;
	position: absolute;
	right: -18%;
	top: 50%;
	transform: translateY(-50%);
	width: min(70vw, 800px);
	z-index: 0;
}

.wcts-home-b2b .wcts-shell {
	position: relative;
	z-index: 1;
}

.wcts-home-b2b__layout {
	align-items: center;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr;
}

.wcts-home-b2b__text {
	max-width: 42rem;
}

.wcts-home-b2b__tags {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 2.5rem 0;
	max-width: 22rem;
}

.wcts-home-b2b__tags span {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 2px;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
	color: #111827;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.75rem;
	letter-spacing: 0.14em;
	min-height: 3.25rem;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
}

.wcts-home-b2b__tags span::before {
	color: var(--wp--preset--color--wcts-yellow);
	content: "✓";
	font-size: 1rem;
	font-weight: 900;
}

.wcts-home-b2b__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wcts-home-b2b__media {
	background: #f5f5f5;
	border: 1px solid #f3f4f6;
	border-radius: 2px;
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.15);
	margin-inline: auto;
	max-width: 34rem;
	overflow: hidden;
	width: 100%;
}

.wcts-home-b2b__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wcts-home-b2b__placeholder {
	aspect-ratio: 16 / 11;
	background:
		linear-gradient(135deg, rgba(255, 213, 0, 0.2), transparent 36%),
		linear-gradient(215deg, rgba(17, 24, 39, 0.12), transparent 42%),
		repeating-linear-gradient(90deg, rgba(17, 24, 39, 0.08) 0 1px, transparent 1px 3rem),
		#eef0f3;
	display: block;
	min-height: 18rem;
	width: 100%;
}

/* assets/css/modules/home/helper.css */
.wcts-home-helper {
	background: #ffd500;
	border-block: 1px solid rgba(17, 17, 17, 0.08);
	padding-block: 3rem 4rem;
}

.wcts-home-helper__shell {
	margin-inline: auto;
	max-width: 48rem;
	text-align: center;
}

.wcts-home-helper__title {
	color: #161616;
}

.wcts-home-helper__copy {
	color: #1a1a1a;
	margin-inline: auto;
	max-width: 40rem;
}

.wcts-home-helper__form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 2rem auto 1rem;
	max-width: 40rem;
}

.wcts-home-helper__form input,
.wcts-home-helper__form button {
	border-radius: 2px;
	height: 4rem;
}

.wcts-home-helper__form input {
	background: #ffffff;
	border: 1px solid transparent;
	color: #111111;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0 1.25rem;
	text-transform: uppercase;
}

.wcts-home-helper__form input::placeholder {
	color: #596473;
}

.wcts-home-helper__form input:focus-visible {
	border-color: #111111;
	outline: none;
}

.wcts-home-helper__form button {
	background: #111111;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	padding: 0 2rem;
	text-transform: uppercase;
	transition: background-color 180ms ease;
}

.wcts-home-helper__form button:hover,
.wcts-home-helper__form button:focus-visible {
	background: #222222;
}

.wcts-home-helper__examples {
	color: rgba(26, 26, 26, 0.84);
	font-size: 0.875rem;
	font-weight: 500;
	margin: 0;
}

/* assets/css/modules/home/faq.css */
.wcts-home-faq {
	background: #ffffff;
	padding-block: 5rem 6.5rem;
}

.wcts-home-faq__shell {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-inline: auto;
	max-width: 78rem;
}

.wcts-home-faq__title {
	color: #101010;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	max-width: 11ch;
	text-align: left;
}

.wcts-home-faq__items {
	display: grid;
	gap: 0.85rem;
}

.wcts-home-faq__item {
	background: #f7f7f4;
	border: 1px solid #ecece8;
	border-radius: 8px;
	overflow: hidden;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.wcts-home-faq__item[open] {
	background: #ffffff;
	border-color: rgba(17, 17, 17, 0.14);
	box-shadow: 0 18px 40px rgba(5, 5, 5, 0.075);
}

.wcts-home-faq__item summary {
	align-items: center;
	color: #111111;
	cursor: pointer;
	display: flex;
	font-size: clamp(1rem, 1.2vw, 1.18rem);
	font-weight: 900;
	gap: 1rem;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.25;
	list-style: none;
	padding: clamp(1.15rem, 2.5vw, 1.55rem);
	text-transform: uppercase;
}

.wcts-home-faq__item summary::-webkit-details-marker {
	display: none;
}

.wcts-home-faq__item[open] summary {
	color: #111111;
}

.wcts-home-faq__toggle {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e4e4df;
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	flex: 0 0 auto;
	height: 2.75rem;
	justify-content: center;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
	width: 2.75rem;
}

.wcts-home-faq__toggle svg {
	height: 1.05rem;
	width: 1.05rem;
}

.wcts-home-faq__item[open] .wcts-home-faq__toggle {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
	transform: rotate(180deg);
}

.wcts-home-faq__answer {
	color: #5c6470;
	font-size: 0.96rem;
	font-weight: 650;
	line-height: 1.75;
	max-width: 46rem;
	padding: 0 clamp(1.15rem, 2.5vw, 1.55rem) clamp(1.35rem, 2.5vw, 1.75rem);
}

@media (min-width: 900px) {
	.wcts-home-faq__shell {
		align-items: start;
		grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 0.58fr);
	}

	.wcts-home-faq__title {
		position: sticky;
		top: 7rem;
	}
}

/* assets/css/modules/home/responsive.css */
@media (min-width: 640px) {
	.wcts-home-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wcts-home-helper__form {
		align-items: stretch;
		flex-direction: row;
	}

	.wcts-home-helper__form button {
		flex: 0 0 auto;
	}
}

@media (min-width: 768px) {
	.wcts-home-categories__header,
	.wcts-home-section-header {
		align-items: flex-end;
		flex-direction: row;
		justify-content: space-between;
	}

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

	.wcts-home-b2b__actions,
	.wcts-home-hero__actions {
		flex-direction: row;
	}

	.wcts-home-hero__actions {
		width: auto;
	}

	.wcts-home-hero__actions .wcts-home-button,
	.wcts-home-b2b__actions .wcts-home-button {
		width: auto;
	}

	.wcts-home-helper__form input {
		flex: 1 1 auto;
	}
}

@media (min-width: 1024px) {
	.wcts-home-hero,
	.wcts-home-hero__shell {
		min-height: clamp(40rem, 78svh, 52rem);
	}

	.wcts-home-hero__desktop-media {
		inset: 0;
		width: 100%;
	}

	.wcts-home-hero__desktop-media img {
		object-position: 62% 50%;
	}

	.wcts-home-hero__desktop-media .wcts-home-hero__placeholder {
		min-height: 100%;
	}

	.wcts-home-hero__desktop-overlay {
		width: 100%;
	}

	.wcts-home-hero__content {
		max-width: 42rem;
	}

	.wcts-home-categories__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.wcts-home-guide__layout {
		grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
	}

	.wcts-home-guide__cover-link {
		justify-self: end;
	}

	.wcts-home-b2b__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 34rem);
	}
}

@media (max-width: 1023.98px) {
	.wcts-home-hero__title-break {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.wcts-home-hero,
	.wcts-home-hero__shell {
		min-height: clamp(35rem, 82svh, 42rem);
	}

	.wcts-home-hero__desktop-media img {
		object-position: 68% 34%;
	}

	.wcts-home-hero__slide--factor .wcts-home-hero__desktop-media img,
	.wcts-home-hero__slide--factor.is-active .wcts-home-hero__desktop-media img {
		object-fit: contain;
		object-position: center 18%;
		transform: none;
	}

	.wcts-home-hero__slide--sea .wcts-home-hero__desktop-media img,
	.wcts-home-hero__slide--sea.is-active .wcts-home-hero__desktop-media img {
		height: 108%;
		object-position: 66% 18%;
		transform: translateY(-5%);
	}

	.wcts-home-hero__desktop-overlay {
		background:
			radial-gradient(circle at 18% 78%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0) 66%),
			linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 64%, rgba(0, 0, 0, 0.16) 100%),
			linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 29%, rgba(0, 0, 0, 0.64) 68%, rgba(0, 0, 0, 0.88) 100%);
	}

	.wcts-home-hero__content {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
		max-width: min(31rem, 100%);
		margin-bottom: 3.65rem;
		padding: 0 0.1rem;
	}

	.wcts-home-hero__title {
		font-size: clamp(2rem, 10vw, 2.9rem);
		max-width: 12ch;
	}

	.wcts-home-hero__copy {
		font-size: 1rem;
		max-width: 23rem;
	}

	.wcts-home-hero__nav {
		background: rgba(255, 255, 255, 0.5);
		color: rgba(17, 17, 17, 0.72);
		height: 2.65rem;
		opacity: 0.92;
		top: clamp(5.9rem, 17svh, 7.6rem);
		bottom: auto;
		transform: translateY(-50%);
		width: 2.65rem;
	}

	.wcts-home-hero__nav:hover,
	.wcts-home-hero__nav:focus-visible {
		background: rgba(255, 255, 255, 0.64);
		color: var(--wcts-color-black);
		opacity: 1;
		transform: translateY(-50%) scale(1.04);
	}

	.wcts-home-hero__nav--prev {
		left: 0.85rem;
	}

	.wcts-home-hero__nav--next {
		right: 0.85rem;
	}

	.wcts-home-hero__dots {
		bottom: 1.05rem;
	}
}

/* assets/css/home.css */
/* Public route artifact for woocommerce-theme-starter-home. */
