/* Generated by scripts/build-production-assets.mjs. Do not edit directly. */
/* assets/css/modules/shell/header-legacy.css */
.wcts-site-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 100;
	background: var(--wcts-color-white);
	border-bottom: 0;
}

.wp-site-blocks > header:has(.wcts-site-header),
body > header:has(.wcts-site-header) {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 100;
}

.wcts-header-main {
	background: var(--wcts-color-white);
}

.wcts-header-main__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1rem, 2vw, 2rem);
	min-height: 4.625rem;
}

.wcts-header-main__start {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.wcts-header-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.wcts-header-logo img {
	display: block;
	width: auto;
	height: 1.9rem;
}

.wcts-header-search {
	flex: 1 1 auto;
	max-width: 35rem;
}

.wcts-header-search__form,
.wcts-mobile-search__form {
	position: relative;
}

.wcts-header-search__input,
.wcts-mobile-search__input {
	width: 100%;
	height: 2.8rem;
	padding: 0.75rem 1rem 0.75rem 2.9rem;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: #f7f7f7;
	color: #2f2f2f;
	font-size: 0.8125rem;
	font-weight: 500;
}

.wcts-header-search__input::placeholder,
.wcts-mobile-search__input::placeholder {
	color: #8a8a8a;
}

.wcts-header-search__input:focus,
.wcts-mobile-search__input:focus {
	border-color: #c8c8c8;
	background: #ffffff;
	outline: none;
	box-shadow: var(--wcts-focus-ring);
}

.wcts-header-search__icon,
.wcts-mobile-search__icon {
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 1rem;
	height: 1rem;
	color: #9a9a9a;
	transform: translateY(-50%);
	pointer-events: none;
}

.wcts-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem;
	flex: 0 0 auto;
}

.wcts-header-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.65rem;
	color: #3b3b3b;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-header-contact:hover,
.wcts-header-contact:focus-visible {
	color: var(--wcts-color-black);
}

.wcts-header-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #303030;
	cursor: pointer;
	text-decoration: none;
}

.wcts-header-icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.wcts-header-icon:hover,
.wcts-header-icon:focus-visible,
.wcts-mobile-search > summary:hover,
.wcts-mobile-search > summary:focus-visible,
.wcts-mobile-nav > summary:hover,
.wcts-mobile-nav > summary:focus-visible {
	color: var(--wcts-color-black);
	background: #f5f5f5;
}

.wcts-mobile-search,
.wcts-mobile-nav {
	display: none;
	position: relative;
}

.wcts-mobile-search > summary,
.wcts-mobile-nav > summary {
	list-style: none;
}

.wcts-mobile-search > summary::-webkit-details-marker,
.wcts-mobile-nav > summary::-webkit-details-marker {
	display: none;
}

.wcts-mobile-search__panel {
	position: absolute;
	top: calc(100% + 0.75rem);
	right: 0;
	width: min(calc(100vw - 2rem), 22rem);
	padding: 0.9rem;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
}

.wcts-mobile-nav[open]::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(17, 17, 17, 0.42);
}

.wcts-mobile-nav__panel {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(20rem, calc(100vw - 3rem));
	background: #ffffff;
	box-shadow: 22px 0 50px rgba(17, 17, 17, 0.18);
	overflow-y: auto;
}

.wcts-mobile-nav__panel-inner {
	padding: 1.5rem 1.25rem 2rem;
}

.wcts-mobile-nav__panel-header {
	padding-bottom: 1rem;
	border-bottom: 1px solid #ededed;
}

.wcts-mobile-nav__panel-header img {
	width: auto;
	height: 1.8rem;
}

.wcts-mobile-nav__section {
	display: grid;
	gap: 0.25rem;
	padding-top: 1rem;
}

.wcts-mobile-nav__section--secondary {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #ededed;
}

.wcts-mobile-nav__section a {
	display: block;
	padding: 0.65rem 0;
	color: #1f1f1f;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.wcts-mobile-nav__section--secondary a {
	font-size: 0.875rem;
	font-weight: 600;
}

.wcts-header-nav {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #ffffff;
}

.wcts-header-nav__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 3.375rem;
}

.wcts-primary-nav {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	min-width: 0;
}

.wcts-primary-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3.375rem;
	padding: 0 1.05rem;
	color: #6a6a6a;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transform: skewX(-12deg);
	transition: background-color 180ms ease, color 180ms ease;
}

.wcts-primary-nav a span {
	display: inline-block;
	transform: skewX(12deg);
}

.wcts-primary-nav a:hover,
.wcts-primary-nav a:focus-visible {
	background: #f4f4f4;
	color: #111111;
}

.wcts-header-b2b {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	flex: 0 0 auto;
}

.wcts-header-b2b::before {
	content: "";
	width: 1px;
	height: 1.4rem;
	background: #ededed;
}

.wcts-header-b2b a {
	color: #5c5c5c;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-header-b2b a:hover,
.wcts-header-b2b a:focus-visible {
	color: #111111;
}

/* assets/css/modules/shell/layout.css */
.wcts-site-main {
	min-height: min(60vh, 52rem);
	background: #ffffff;
}

.wcts-default-shell__content {
	display: grid;
	gap: 1.5rem;
}

.wcts-default-shell__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.wcts-default-shell__description {
	max-width: 46rem;
	color: var(--wcts-color-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.wcts-template-content {
	display: block;
}

.wcts-archive-query {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
}

.wcts-archive-grid {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.wcts-archive-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	padding: 1.5rem;
}

.wcts-archive-card__title,
.wcts-archive-card__excerpt {
	margin: 0;
}

.wcts-archive-card__excerpt {
	color: var(--wcts-color-muted);
}

/* assets/css/modules/shell/footer.css */
.wcts-site-footer {
	margin-top: 0;
	padding: clamp(3.25rem, 5vw, 4.25rem) 0 1.6rem;
	background: #0a0a0a;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
}

.wcts-site-footer a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.wcts-site-footer a:hover,
.wcts-site-footer a:focus-visible {
	color: var(--wcts-color-yellow);
}

.wcts-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.wcts-site-footer__brand,
.wcts-site-footer__column {
	display: flex;
	flex-direction: column;
}

.wcts-site-footer__logo {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 1rem;
}

.wcts-site-footer__logo img {
	width: auto;
	height: 3rem;
	max-width: 14.75rem;
	object-fit: contain;
	object-position: left center;
}

.wcts-site-footer__logo .wcts-brand-lockup {
	align-items: stretch;
	gap: 0.6rem;
}

.wcts-site-footer__logo .wcts-brand-lockup__mark-image {
	height: 2.55rem;
}

.wcts-site-footer__logo .wcts-brand-lockup__text-image {
	height: 2.55rem;
	max-width: 9.75rem;
	object-fit: contain;
}

.wcts-site-footer__summary {
	max-width: 15.5rem;
	margin: 0 0 1.5rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.875rem;
	line-height: 1.7;
}

.wcts-site-footer__business {
	display: grid;
	gap: 0.2rem;
	max-width: 18rem;
	margin: -0.65rem 0 1.5rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	line-height: 1.55;
}

.wcts-site-footer__business strong {
	color: #ffffff;
	font-weight: 800;
}

.wcts-site-footer__business a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.wcts-site-footer__business a:hover,
.wcts-site-footer__business a:focus-visible {
	color: var(--wcts-color-yellow);
}

.wcts-site-footer__social {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: -0.35rem;
}

.wcts-site-footer__social a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.45rem;
	height: 2.45rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	transition:
		border-color 180ms ease,
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.wcts-site-footer__social a::before {
	content: "";
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	background-color: currentColor;
	-webkit-mask: var(--wcts-footer-social-icon) center / contain no-repeat;
	mask: var(--wcts-footer-social-icon) center / contain no-repeat;
}

.wcts-site-footer__social a[href*="facebook"] {
	--wcts-footer-social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1 8.5V6.8c0-.8.2-1.2 1.3-1.2h1.7V2.4C16.8 2.3 15.7 2 14.5 2c-2.6 0-4.4 1.6-4.4 4.6v1.9H7.2V12h2.9v10h3.7V12h3l.5-3.5h-3.2Z'/%3E%3C/svg%3E");
}

.wcts-site-footer__social a[href*="instagram"] {
	--wcts-footer-social-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8Zm8.9 2.1a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4ZM12 7.2a4.8 4.8 0 1 1 0 9.6 4.8 4.8 0 0 1 0-9.6Zm0 2a2.8 2.8 0 1 0 0 5.6 2.8 2.8 0 0 0 0-5.6Z'/%3E%3C/svg%3E");
}

.wcts-site-footer__social a > * {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.wcts-site-footer__social a:hover,
.wcts-site-footer__social a:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #111111;
	transform: translateY(-1px);
}

.wcts-site-footer__heading {
	margin: 0 0 1.25rem;
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wcts-site-footer__links,
.wcts-site-footer__contact-list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcts-site-footer__links li {
	margin: 0;
}

.wcts-site-footer__contact-list {
	gap: 0.9rem;
}

.wcts-site-footer__links a,
.wcts-site-footer__contact-body > a,
.wcts-site-footer__contact-lines,
.wcts-site-footer__hours {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
}

.wcts-site-footer__contact-item {
	display: grid;
	grid-template-columns: 1.95rem minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
}

.wcts-site-footer__contact-item--location,
.wcts-site-footer__contact-item--hours {
	margin-top: 0;
}

.wcts-site-footer__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.95rem;
	height: 1.95rem;
	border: 1px solid rgba(106, 189, 70, 0.42);
	border-radius: 999px;
	background: rgba(106, 189, 70, 0.08);
	color: #6abd46;
}

.wcts-site-footer__contact-icon svg {
	width: 1rem;
	height: 1rem;
}

.wcts-site-footer__contact-body {
	display: grid;
	gap: 0.25rem;
	min-width: 0;
}

.wcts-site-footer__contact-label {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.wcts-site-footer__contact-lines,
.wcts-site-footer__hours {
	display: grid;
	gap: 0.16rem;
}

.wcts-site-footer__contact-lines a {
	width: fit-content;
	color: inherit;
}

a.wcts-site-footer__contact-lines:hover,
.wcts-site-footer__contact-lines a:hover,
a.wcts-site-footer__contact-lines:focus-visible,
.wcts-site-footer__contact-lines a:focus-visible {
	color: #6abd46;
}

.wcts-site-footer__hours-row {
	display: grid;
	gap: 0.08rem;
}

.wcts-site-footer__hours-row strong {
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 800;
}

.wcts-site-footer__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
}

.wcts-site-footer__copy,
.wcts-site-footer__powered {
	line-height: 1.4;
}

.wcts-site-footer__powered {
	text-align: right;
}

.wcts-site-footer__powered a {
	color: #ffffff;
	font-weight: 700;
}

.wcts-site-footer__payments {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-width: 0;
	gap: 0.7rem;
}

.wcts-site-footer__payment-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	max-width: min(100%, 50rem);
}

.wcts-site-footer__payment-item {
	display: inline-flex;
}

.wcts-site-footer__payment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.3rem;
	height: 2.2rem;
	padding: 0.22rem;
	border: 1px solid rgba(217, 217, 217, 0.22);
	border-radius: 4px;
	background: #ffffff;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

a.wcts-site-footer__payment:hover,
a.wcts-site-footer__payment:focus-visible {
	border-color: rgba(106, 189, 70, 0.85);
	box-shadow: 0 0 0 3px rgba(106, 189, 70, 0.22);
	transform: translateY(-1px);
}

.wcts-site-footer__payment--wide {
	width: 4.65rem;
}

.wcts-site-footer__payment--portrait,
.wcts-site-footer__payment--secure {
	width: 3.45rem;
	height: 2.34rem;
	padding: 0.16rem;
}

.wcts-site-footer__payment img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcts-site-footer__payment-note {
	max-width: 24rem;
	margin: -0.2rem 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	line-height: 1.45;
	text-align: center;
}

.wcts-site-footer__payment-note a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.wcts-site-footer__payment-note a:hover,
.wcts-site-footer__payment-note a:focus-visible {
	color: var(--wcts-color-yellow);
}

.wcts-site-footer__contact-list .wcts-site-footer__contact-item {
	grid-template-columns: 2.35rem minmax(0, 1fr);
	gap: 0.75rem;
}

.wcts-site-footer__contact-list .wcts-site-footer__contact-icon {
	width: 2.35rem;
	height: 2.35rem;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.wcts-site-footer__contact-list .wcts-site-footer__contact-icon svg {
	display: none;
}

.wcts-site-footer__contact-list .wcts-site-footer__contact-icon::before {
	content: "";
	display: block;
	width: 1.55rem;
	height: 1.55rem;
	background-color: currentColor;
	-webkit-mask: var(--wcts-footer-contact-icon) center / contain no-repeat;
	mask: var(--wcts-footer-contact-icon) center / contain no-repeat;
}

.wcts-site-footer__contact-item--contact,
.wcts-site-footer__contact-item:has(a[href^="tel:"]),
.wcts-site-footer__contact-item:nth-of-type(3) {
	--wcts-footer-contact-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92V20A2 2 0 0 1 19.82 22 19.8 19.8 0 0 1 11.19 18.93 19.5 19.5 0 0 1 5.07 12.81 19.8 19.8 0 0 1 2 4.18 2 2 0 0 1 4 2H7.08A2 2 0 0 1 9.06 3.72C9.18 4.65 9.4 5.56 9.72 6.43A2 2 0 0 1 9.27 8.54L7.97 9.84A16 16 0 0 0 14.16 16.03L15.46 14.73A2 2 0 0 1 17.57 14.28C18.44 14.6 19.35 14.82 20.28 14.94A2 2 0 0 1 22 16.92Z' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wcts-site-footer__contact-item:has(a[href^="mailto:"]),
.wcts-site-footer__contact-item:nth-of-type(4) {
	--wcts-footer-contact-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M4 7L12 13L20 7' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wcts-site-footer__contact-item--location {
	--wcts-footer-contact-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22S19 15.4 19 9.5A7 7 0 0 0 5 9.5C5 15.4 12 22 12 22Z' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='9.5' r='2.4' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E");
}

.wcts-site-footer__contact-item--hours {
	--wcts-footer-contact-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8.5' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M12 7.5V12L15 14' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* assets/css/modules/shell/legacy-responsive.css */
@media (max-width: 1120px) {
	.wcts-header-search {
		max-width: 28rem;
	}

	.wcts-primary-nav a {
		padding-inline: 0.85rem;
		font-size: 0.68rem;
	}

	.wcts-site-footer__grid {
		grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
	}

	.wcts-site-footer__column--support {
		grid-column: span 2;
	}
}

@media (max-width: 960px) {
	.wcts-site-header {
		position: sticky;
	}

	.wcts-header-main__inner {
		position: relative;
		min-height: 4.4rem;
	}

	.wcts-header-main__start {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.wcts-header-logo img {
		height: 1.65rem;
	}

	.wcts-header-search,
	.wcts-header-contact,
	.wcts-header-icon--account,
	.wcts-header-nav {
		display: none;
	}

	.wcts-mobile-search,
	.wcts-mobile-nav {
		display: block;
	}

	.wcts-header-actions {
		width: 100%;
		gap: 0.2rem;
	}

	.wcts-header-icon {
		width: 2.35rem;
		height: 2.35rem;
	}

	.wcts-mobile-nav {
		order: -1;
		margin-right: auto;
	}

	.wcts-default-shell__title {
		font-size: clamp(1.85rem, 8vw, 2.6rem);
	}

	.wcts-archive-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.wcts-site-footer__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wcts-site-footer__column--support {
		grid-column: auto;
	}

	.wcts-site-footer__meta {
		grid-template-columns: minmax(0, 1fr);
		justify-items: start;
	}

	.wcts-site-footer__payments {
		justify-content: flex-start;
	}

	.wcts-site-footer__powered {
		text-align: left;
	}
}

/* assets/css/modules/shell/header-base.css */
html.has-wcts-overlay,
body.has-wcts-overlay {
	overflow: hidden;
	overscroll-behavior: none;
}

body.has-wcts-overlay {
	width: 100%;
}

.wcts-site-header {
	--wcts-header-accent: #6abd46;
	--wcts-header-accent-dark: #6abd46;
	--wcts-header-line: #e7eaee;
	--wcts-header-nav-left-reserve: clamp(13rem, 18vw, 17rem);
	--wcts-header-nav-right-reserve: clamp(18.5rem, 22vw, 21rem);
	--wcts-header-soft: #f7f8fa;
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 100;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 1px 0 rgba(17, 17, 17, 0.08);
}

.wp-site-blocks > header:has(.wcts-site-header),
body > header:has(.wcts-site-header) {
	display: contents;
}

.wcts-header-shell {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--wcts-header-line, #e7eaee);
	backdrop-filter: blur(14px);
}

.wcts-header-announcement {
	background: #6abd46;
	color: #ffffff;
}

.wcts-header-announcement__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem 1rem;
	min-height: 2.55rem;
	text-align: left;
}

.wcts-header-announcement__message {
	display: inline-flex;
	align-items: center;
	gap: 0.36rem;
	color: #ffffff;
	text-decoration: none;
}

.wcts-header-announcement__text {
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
}

.wcts-header-announcement__contact-list {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.35rem 0.9rem;
	margin-left: auto;
}

.wcts-header-announcement__contact {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	color: #ffffff;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.wcts-header-announcement__contact svg {
	display: block;
	width: 1.08rem;
	height: 1.08rem;
	flex: 0 0 auto;
	stroke-width: 1.9;
}

.wcts-header-announcement__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	transition: transform 180ms ease;
}

.wcts-header-announcement__contact:hover,
.wcts-header-announcement__contact:focus-visible,
.wcts-header-announcement__message:hover,
.wcts-header-announcement__message:focus-visible,
.wcts-header-announcement__link:hover,
.wcts-header-announcement__link:focus-visible {
	color: #ffffff;
	text-decoration: none;
	transform: translateX(2px);
}

.wcts-header-announcement__contact:focus-visible,
.wcts-header-announcement__message:focus-visible,
.wcts-header-announcement__link:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

.wcts-header-shell__row {
	position: relative;
	display: grid;
	grid-template-columns: minmax(13rem, 1fr) minmax(0, 1fr) minmax(18.5rem, 1fr);
	align-items: center;
	gap: clamp(1rem, 1.8vw, 1.85rem);
	min-height: 5.2rem;
}

.wcts-header-shell__mobile-start {
	display: none;
}

.wcts-header-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	justify-self: start;
	color: #111111;
	text-decoration: none;
}

.wcts-brand-lockup {
	display: inline-flex;
	align-items: stretch;
	gap: 0.78rem;
	min-width: 0;
}

.wcts-brand-lockup__mark,
.wcts-brand-lockup__text {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
}

.wcts-brand-name {
	display: inline-flex;
	align-items: center;
	color: #111111;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 950;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
}

.wcts-header-brand > img {
	display: block;
	width: auto;
	height: 3.15rem;
	max-width: min(15.5rem, 28vw);
	object-fit: contain;
	object-position: left center;
}

.wcts-header-brand .wcts-brand-lockup__mark-image {
	display: block;
	width: auto;
	height: 3.35rem;
}

.wcts-header-brand .wcts-brand-lockup__text-image {
	display: block;
	width: auto;
	height: 3.35rem;
	max-width: min(16rem, 30vw);
	object-fit: contain;
}

.wcts-header-search-shell {
	position: relative;
	min-width: 0;
}

/* assets/css/modules/shell/header-search.css */
.wcts-header-search-shell--desktop {
	width: min(100%, 41.8rem);
	justify-self: center;
}

.wcts-header-search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 30;
	box-sizing: border-box;
	max-height: min(32rem, calc(100dvh - 8rem));
	overflow-y: auto;
	border: 0;
	background: rgba(255, 255, 255, 0.985);
	box-shadow: 0 20px 42px rgba(17, 17, 17, 0.1);
	opacity: 0;
	transform: translateY(-0.35rem);
	transition: opacity 180ms ease, transform 180ms ease;
}

.wcts-header-search-panel[hidden] {
	display: none;
}

.wcts-header-search-panel.is-open {
	opacity: 1;
	transform: translateY(0);
}

.wcts-header-search-panel__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(0.75rem, 2vw, 1.25rem);
	align-items: start;
	padding-block: clamp(0.9rem, 1.7vw, 1.2rem);
}

.wcts-header-search-panel__body {
	min-width: 0;
}

.wcts-header-search-form {
	position: relative;
}

.wcts-header-search-form__icon {
	position: absolute;
	top: 50%;
	left: 0.95rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	color: #a4acb5;
	transform: translateY(-50%);
	pointer-events: none;
}

.wcts-header-search-form__icon svg {
	width: 100%;
	height: 100%;
}

.wcts-header-search-form__input {
	width: 100%;
	height: 3.5rem;
	padding: 0.72rem 1rem 0.72rem 3rem;
	border: 2px solid #111111;
	border-radius: 4px;
	background: #ffffff;
	color: #1f1f1f;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.wcts-header-search-form__input::placeholder {
	color: #9da4ab;
}

.wcts-header-search-form__input:hover,
.wcts-header-search-form__input:focus {
	border-color: #6abd46;
	background: #ffffff;
	outline: none;
	box-shadow: none;
}

.wcts-header-search-form.is-open .wcts-header-search-form__input {
	border-color: #6abd46;
	background: #ffffff;
	box-shadow: none;
}

.wcts-header-search-form__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wcts-header-search-panel .wcts-header-search-results {
	position: static;
	width: 100%;
	margin-top: 0.75rem;
}

.wcts-search-results__surface {
	display: grid;
	gap: 0.75rem;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: none;
}

.wcts-search-results__section {
	display: grid;
	gap: 0.42rem;
}

.wcts-search-results__heading {
	margin: 0;
	color: #6b7280;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.wcts-search-results__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.wcts-search-results__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 0.85rem;
	border: 1px solid #ececec;
	border-radius: 999px;
	color: #494949;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-search-results__chip:hover,
.wcts-search-results__chip:focus-visible {
	border-color: var(--wcts-header-accent, #6abd46);
	color: #111111;
}

.wcts-search-results__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
}

.wcts-search-results__item {
	display: grid;
	grid-template-columns: 3.75rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	min-height: 5rem;
	padding: 0.65rem;
	border: 1px solid #eef1f4;
	border-radius: 2px;
	background: #ffffff;
	text-decoration: none;
}

.wcts-search-results__item:hover,
.wcts-search-results__item:focus-visible {
	background: #f8f9fa;
	border-color: var(--wcts-header-accent, #6abd46);
	outline: none;
	box-shadow: 0 0 0 3px rgba(106, 189, 70, 0.16);
}

.wcts-search-results__item-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	border: 1px solid #eef1f4;
	background: #f7f8f9;
}

.wcts-search-results__item-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcts-search-results__item-copy {
	display: grid;
	gap: 0.12rem;
}

.wcts-search-results__item-title {
	color: #111111;
	font-size: 0.79rem;
	font-weight: 600;
	line-height: 1.26;
	text-transform: uppercase;
}

.wcts-search-results__item-price {
	color: #727983;
	font-size: 0.77rem;
	font-weight: 500;
}

.wcts-search-results__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	width: auto;
	padding: 0.95rem 1.1rem;
	background: #111111;
	color: #ffffff;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-search-results__cta:hover,
.wcts-search-results__cta:focus-visible {
	background: var(--wcts-header-accent-dark, #6abd46);
	outline: none;
}

.wcts-search-results__cta:focus-visible {
	box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.22);
}

.wcts-search-results__empty,
.wcts-search-results__loading {
	display: grid;
	gap: 0.5rem;
	padding: 0.15rem 0 0.1rem;
}

.wcts-search-results__empty-title {
	margin: 0;
	color: #111111;
	font-size: 0.88rem;
	font-weight: 700;
}

.wcts-search-results__empty-copy,
.wcts-search-results__loading span {
	margin: 0;
	color: #6f6f6f;
	font-size: 0.82rem;
	line-height: 1.5;
}

.wcts-search-results__loading-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
}

.wcts-search-results__loading-item {
	display: grid;
	grid-template-columns: 3.75rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: center;
	min-height: 5rem;
	padding: 0.65rem;
	border: 1px solid #eef1f4;
}

.wcts-search-results__loading-media,
.wcts-search-results__loading-line {
	background: linear-gradient(90deg, #f3f5f7 0%, #eceff2 50%, #f3f5f7 100%);
	background-size: 220% 100%;
	animation: wcts-search-skeleton 1.1s ease-in-out infinite;
}

.wcts-search-results__loading-media {
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 2px;
}

.wcts-header-search-panel__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid #e4e7eb;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	cursor: pointer;
}

.wcts-header-search-panel__close:hover,
.wcts-header-search-panel__close:focus-visible {
	border-color: var(--wcts-header-accent, #6abd46);
	background: #f3faef;
	outline: none;
}

.wcts-header-search-panel__close:focus-visible {
	box-shadow: 0 0 0 3px rgba(106, 189, 70, 0.2);
}

.wcts-header-search-panel__close svg {
	width: 1.05rem;
	height: 1.05rem;
}

.wcts-search-results__loading-lines {
	display: grid;
	gap: 0.42rem;
}

.wcts-search-results__loading-line {
	height: 0.72rem;
	border-radius: 999px;
}

.wcts-search-results__loading-line--short {
	width: 34%;
}

@keyframes wcts-search-skeleton {
	0% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcts-header-search-panel,
	.wcts-search-results__item,
	.wcts-search-results__cta,
	.wcts-header-search-panel__close {
		transition: none;
	}

	.wcts-search-results__loading-media,
	.wcts-search-results__loading-line {
		animation: none;
	}
}

@media (max-width: 960px) {
	.wcts-header-search-panel__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		padding-block: 0.72rem 0.82rem;
	}

	.wcts-header-search-form__input {
		height: 3.05rem;
		font-size: 0.95rem;
	}

	.wcts-search-results__items,
	.wcts-search-results__loading-grid {
		grid-template-columns: 1fr;
	}

	.wcts-search-results__cta {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.wcts-header-search-panel__inner {
		gap: 0.55rem;
	}

	.wcts-search-results__item,
	.wcts-search-results__loading-item {
		grid-template-columns: 3.4rem minmax(0, 1fr);
		min-height: 4.6rem;
	}

	.wcts-search-results__item-media,
	.wcts-search-results__loading-media {
		width: 3.4rem;
		height: 3.4rem;
	}
}

/* assets/css/modules/shell/header-actions.css */
.wcts-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.8rem;
}

.wcts-header-contact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.55rem;
	padding: 0.45rem 0.2rem;
	color: #414956;
	font-size: 0.74rem;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-header-contact-link:hover,
.wcts-header-contact-link:focus-visible {
	color: var(--wcts-header-accent-dark, #4f9634);
}

.wcts-header-contact-link:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 4px;
}

.wcts-header-control {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111827;
	cursor: pointer;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wcts-header-control svg {
	width: 1.55rem;
	height: 1.55rem;
}

.wcts-header-control:hover,
.wcts-header-control:focus-visible {
	background: transparent;
	color: #111111;
}

.wcts-header-control:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 3px;
}

.wcts-header-control:active {
	transform: translateY(1px);
}

.wcts-header-control--search {
	display: inline-flex;
}

.wcts-header-control__badge {
	position: absolute;
	top: 0.08rem;
	right: 0.02rem;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.16rem;
	height: 1.16rem;
	padding: 0 0.24rem;
	border: 2px solid #ffffff;
	border-radius: 999px;
	background: var(--wcts-header-accent-dark, #4f9634);
	color: #ffffff;
	font-size: 0.63rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	box-shadow: 0 0.18rem 0.55rem rgba(79, 150, 52, 0.28);
	pointer-events: none;
}

.wcts-header-control__badge.is-hidden {
	display: none;
}

.wcts-header-wishlist-count {
	font-size: 0.63rem;
}

.wcts-header-wishlist-count::before {
	content: attr(data-count);
}

.wcts-header-control--wishlist .woosw-menu-item-inner::after {
	display: none !important;
	content: none !important;
}

.wcts-header-wishlist-count[data-count=""],
.wcts-header-wishlist-count[data-count="0"] {
	display: none;
}

.wcts-header-language {
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 20;
	min-height: 2.35rem;
	margin-right: 0.1rem;
	color: #111827;
	font-size: 0.82rem;
	font-weight: 750;
	line-height: 1;
}

.wcts-header-language .trp-shortcode-switcher__wrapper {
	--bg: rgba(255, 255, 255, 0.97);
	--bg-hover: var(--wcts-header-soft, #f7f8fa);
	--text: #111827;
	--text-hover: var(--wcts-header-accent-dark, #4f9634);
	--border: 1px solid var(--wcts-header-line, #e7eaee);
	--border-width: 1px;
	--border-color: var(--wcts-header-line, #e7eaee);
	--border-radius: 6px;
	--font-size: 0.82rem;
	display: inline-flex;
	align-items: center;
	position: relative;
	width: auto;
	height: 2.35rem;
	border: 0;
	background: transparent;
}

.wcts-header-language .trp-language-switcher,
.wcts-header-language .trp_language_switcher_shortcode,
.wcts-header-language .trp-shortcode-switcher {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: auto;
	padding: 0;
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-header-language .trp-shortcode-anchor {
	display: none;
}

.wcts-header-language .trp-shortcode-overlay {
	position: relative;
	inset: auto;
	z-index: 21;
	overflow: visible;
}

.wcts-header-language .trp-current-language-item__wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.65rem;
	min-height: 2.2rem;
	padding: 0 0.42rem 0 0.55rem;
	border: 1px solid var(--wcts-header-line, #e7eaee);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.wcts-header-language .trp-language-item,
.wcts-header-language a,
.wcts-header-language select {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: #111827;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}

.wcts-header-language .trp-language-item {
	min-height: 2.2rem;
	padding: 0.45rem 0.72rem;
	box-sizing: border-box;
}

.wcts-header-language .trp-language-item-name {
	color: inherit;
	font: inherit;
	line-height: 1;
	overflow: visible;
	text-overflow: clip;
}

.wcts-header-language .trp-flag-image {
	display: none !important;
}

.wcts-header-language .trp-shortcode-arrow {
	width: 0.78rem;
	height: 0.78rem;
	margin-left: 0.22rem;
	color: currentColor;
}

.wcts-header-language .trp-shortcode-arrow path {
	stroke: currentColor;
	stroke-width: 2.15;
}

.wcts-header-language .trp-switcher-dropdown-list {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	display: flex;
	width: 100%;
	min-width: 100%;
	max-height: 0;
	padding: 0.22rem;
	overflow: hidden;
	border: 1px solid var(--wcts-header-line, #e7eaee);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0 0.75rem 1.6rem rgba(17, 24, 39, 0.1);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-0.15rem);
	transition: opacity 160ms ease, transform 160ms ease, max-height 160ms ease;
}

.wcts-header-language .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.wcts-header-language .trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.wcts-header-language .trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.wcts-header-language .trp-shortcode-switcher.trp-open-on-hover:hover .trp-switcher-dropdown-list,
.wcts-header-language .trp-shortcode-switcher:hover .trp-switcher-dropdown-list,
.wcts-header-language .trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
	max-height: min(16rem, 70vh);
	overflow-y: auto;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.wcts-header-language .trp-switcher-dropdown-list .trp-language-item {
	justify-content: center;
	width: 100%;
	min-height: 2rem;
	padding: 0.38rem 0.42rem;
	border-radius: 4px;
	color: #374151;
}

.wcts-header-language .trp-current-language-item__wrapper:hover,
.wcts-header-language .trp-current-language-item__wrapper:focus-within,
.wcts-header-language .trp-switcher-dropdown-list .trp-language-item:hover,
.wcts-header-language .trp-switcher-dropdown-list .trp-language-item:focus-visible {
	border-color: rgba(106, 189, 70, 0.42);
	background: var(--wcts-header-soft, #f7f8fa);
	color: var(--wcts-header-accent-dark, #4f9634);
}

.wcts-header-language .trp-language-item:focus-visible,
.wcts-header-language select:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 2px;
}

/* assets/css/modules/shell/noscript.css */
.wcts-header-noscript {
	display: grid;
	gap: 0.95rem;
	padding: 1rem 1.25rem;
	border-top: 1px solid #e6e1c1;
	background: #fffbe8;
}

.wcts-header-noscript__notice {
	margin: 0;
	color: #30343b;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.45;
}

.wcts-header-noscript__search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.6rem;
	align-items: end;
}

.wcts-header-noscript__search label {
	grid-column: 1 / -1;
	color: #30343b;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wcts-header-noscript__search input,
.wcts-header-noscript__search button,
.wcts-header-noscript__nav a {
	min-height: 2.75rem;
	border-radius: 2px;
	font: inherit;
}

.wcts-header-noscript__search input {
	width: 100%;
	border: 1px solid #cbc6a5;
	background: #ffffff;
	color: #111111;
	padding: 0.65rem 0.75rem;
}

.wcts-header-noscript__search button,
.wcts-header-noscript__nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #252525;
	background: #ffffff;
	color: #111111;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

.wcts-header-noscript__search button {
	padding: 0 1rem;
	cursor: pointer;
}

.wcts-header-noscript__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.wcts-header-noscript__nav a {
	padding: 0.55rem 0.75rem;
}

.wcts-header-noscript__search input:focus-visible,
.wcts-header-noscript__search button:focus-visible,
.wcts-header-noscript__nav a:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.wcts-header-noscript {
		padding: 0.9rem 1rem;
	}

	.wcts-header-noscript__search {
		grid-template-columns: 1fr;
	}

	.wcts-header-noscript__search button,
	.wcts-header-noscript__nav a {
		width: 100%;
	}
}

/* assets/css/modules/shell/header-nav.css */
.wcts-header-nav-shell {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.wcts-header-nav-shell.has-open-mega {
	border-bottom-color: transparent;
}

.wcts-header-nav-shell__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 5.2rem;
	padding-left: var(--wcts-header-nav-left-reserve, 13rem);
	padding-right: var(--wcts-header-nav-right-reserve, 18.5rem);
	pointer-events: none;
}

.wcts-header-nav {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0.1rem;
	max-width: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	pointer-events: auto;
}

.wcts-header-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0 0.9rem;
	color: #303846;
	font-size: 0.88rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 180ms ease, background 180ms ease;
}

.wcts-header-nav__link::after {
	position: absolute;
	left: 0.82rem;
	right: 0.82rem;
	bottom: 0.38rem;
	height: 2px;
	background: var(--wcts-header-accent, #6abd46);
	content: "";
	opacity: 0;
	transform: scaleX(0.55);
	transition: opacity 180ms ease, transform 180ms ease;
}

.wcts-header-nav__link span {
	display: inline-block;
}

.wcts-header-nav__link:hover,
.wcts-header-nav__link:focus-visible {
	background: transparent;
	color: #111111;
}

.wcts-header-nav__link:hover::after,
.wcts-header-nav__link:focus-visible::after,
.wcts-header-nav__link.is-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.wcts-header-nav__link:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: -4px;
}

.wcts-header-nav__link.is-active {
	background: transparent;
	color: var(--wcts-header-accent-dark, #4f9634);
}

/* assets/css/modules/shell/mega-menu.css */
.wcts-header-mega-layer {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 94;
	pointer-events: none;
}

.wcts-header-mega-panel {
	box-sizing: border-box;
	width: min(26rem, calc(100vw - 2rem));
	margin-left: var(--wcts-mega-panel-left, 1rem);
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	box-shadow: 0 1.25rem 3.5rem rgba(17, 17, 17, 0.12);
	pointer-events: auto;
}

.wcts-header-mega-panel--sections {
	width: min(42rem, calc(100vw - 2rem));
}

.wcts-header-mega-panel__inner {
	box-sizing: border-box;
	display: grid;
	gap: 0.6rem;
	width: 100%;
	padding: 0.95rem 1rem;
}

.wcts-header-mega-panel__categories {
	display: grid;
	gap: 0.48rem;
}

.wcts-header-mega-panel__sections {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	gap: 1rem 1.2rem;
	align-items: start;
}

.wcts-header-mega-section {
	display: grid;
	gap: 0.48rem;
}

.wcts-header-mega-section__title {
	color: #111111;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-header-mega-panel__title {
	color: #111111;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-header-mega-panel__title:hover,
.wcts-header-mega-panel__title:focus-visible,
.wcts-header-mega-section__title:hover,
.wcts-header-mega-section__title:focus-visible {
	color: #111111;
	text-decoration: underline;
	text-underline-offset: 0.24em;
}

.wcts-header-mega-panel__title:focus-visible,
.wcts-header-mega-section__title:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 4px;
}

.wcts-header-mega-category {
	color: #5d6673;
	font-size: 0.91rem;
	font-weight: 550;
	line-height: 1.4;
	text-decoration: none;
}

.wcts-header-mega-category:hover,
.wcts-header-mega-category:focus-visible {
	color: #20242a;
	text-decoration: underline;
	text-underline-offset: 0.24em;
}

.wcts-header-mega-category:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 4px;
}

/* assets/css/modules/shell/mobile-nav.css */
.wcts-header-overlay {
	position: fixed;
	inset: 0;
	z-index: 110;
	background: rgba(17, 17, 17, 0.38);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 180ms ease;
}

.wcts-header-overlay.is-open {
	opacity: 1;
}

.wcts-mobile-nav-dialog {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 111;
	width: min(21rem, 88vw);
	background: #ffffff;
	box-shadow: 20px 0 50px rgba(17, 17, 17, 0.2);
	overscroll-behavior: contain;
	transform: translateX(-100%);
	transition: transform 220ms ease;
}

.wcts-mobile-nav-dialog.is-open {
	transform: translateX(0);
}

.wcts-mobile-nav-dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4.35rem;
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--wcts-header-line, #e7eaee);
}

.wcts-mobile-nav-dialog__header p {
	margin: 0;
	color: #111111;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wcts-header-panel-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	border: 1px solid #e4e7eb;
	background: #ffffff;
	color: #1f2937;
	cursor: pointer;
}

.wcts-header-panel-close:hover,
.wcts-header-panel-close:focus-visible {
	border-color: var(--wcts-header-accent, #6abd46);
	background: #fff7ed;
	color: #111111;
}

.wcts-header-panel-close:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 3px;
}

.wcts-header-panel-close svg {
	width: 1.05rem;
	height: 1.05rem;
}

.wcts-mobile-nav-dialog__body {
	display: grid;
	gap: 0.95rem;
	height: calc(100% - 4.35rem);
	padding: 1rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.wcts-mobile-nav-dialog__section {
	display: grid;
	gap: 0.1rem;
}

.wcts-mobile-nav-dialog__section--account,
.wcts-mobile-nav-dialog__section--stress-free,
.wcts-mobile-nav-dialog__section--services,
.wcts-mobile-nav-dialog__section--secondary,
.wcts-mobile-nav-dialog__language {
	padding-top: 1rem;
	border-top: 1px solid var(--wcts-header-line, #e7eaee);
}

.wcts-mobile-nav-dialog__language + .wcts-mobile-nav-dialog__section--account {
	margin-top: -0.68rem;
	padding-top: 0;
	border-top: 0;
}

.wcts-mobile-nav-dialog__section--account {
	gap: 0.06rem;
}

.wcts-mobile-nav-dialog__language:empty {
	display: none;
}

.wcts-mobile-nav-dialog__language .wcts-header-language,
.wcts-mobile-nav-dialog__language .wcts-header-language .trp-shortcode-switcher__wrapper,
.wcts-mobile-nav-dialog__language .wcts-header-language .trp-language-switcher,
.wcts-mobile-nav-dialog__language .wcts-header-language .trp_language_switcher_shortcode,
.wcts-mobile-nav-dialog__language .wcts-header-language .trp-shortcode-switcher {
	width: 100%;
}

.wcts-mobile-nav-dialog__section a {
	color: #131313;
	text-decoration: none;
}

.wcts-mobile-nav-group {
	display: grid;
	background: transparent;
	border-bottom: 1px solid var(--wcts-header-line, #e7eaee);
}

.wcts-mobile-nav-group__top {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	min-height: 3.45rem;
}

.wcts-mobile-nav-group__title {
	color: #131313;
	flex: 1 1 auto;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.08em;
	min-width: 0;
	padding-block: 0.85rem;
	text-transform: uppercase;
}

.wcts-mobile-nav-group__toggle {
	align-items: center;
	align-self: center;
	background: #ffffff;
	border: 1px solid #e4e7eb;
	border-radius: 999px;
	color: #111111;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 2.4rem;
	height: 2.4rem;
	justify-content: center;
	padding: 0;
	width: 2.4rem;
}

.wcts-mobile-nav-group__toggle svg {
	height: 1rem;
	transition: transform 180ms ease;
	width: 1rem;
}

.wcts-mobile-nav-group__toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.wcts-mobile-nav-group__toggle:hover,
.wcts-mobile-nav-group__toggle:focus-visible {
	border-color: var(--wcts-header-accent, #6abd46);
	background: #fff7ed;
}

.wcts-mobile-nav-group__children {
	display: grid;
	gap: 0.35rem;
	padding: 0 0 0.95rem 0.8rem;
}

.wcts-mobile-nav-group__children[hidden] {
	display: none;
}

.wcts-mobile-nav-group__children a,
.wcts-mobile-nav-dialog__section--stress-free a,
.wcts-mobile-nav-dialog__section--services a,
.wcts-mobile-nav-dialog__section--account a,
.wcts-mobile-nav-dialog__section--secondary a {
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	color: #4f5967;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.4;
	padding-block: 0.34rem;
}

.wcts-mobile-nav-dialog__section--account a {
	min-height: 2rem;
	padding-block: 0.12rem;
}

.wcts-mobile-nav-group__children a.wcts-mobile-nav-group__section-link {
	color: #111111;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wcts-mobile-nav-group__children a.wcts-mobile-nav-group__section-link:not(:first-child) {
	margin-top: 0.35rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--wcts-header-line, #e7eaee);
}

.wcts-mobile-nav-dialog__direct-link {
	color: #111111;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wcts-mobile-nav-dialog__account-primary {
	color: #111111;
	font-weight: 800;
}

.wcts-mobile-nav-dialog__section-title {
	color: #6b7280;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.wcts-mobile-nav-dialog__section a:focus-visible,
.wcts-mobile-nav-group__toggle:focus-visible {
	outline: 2px solid var(--wcts-header-accent, #6abd46);
	outline-offset: 3px;
}

/* assets/css/modules/shell/mobile-search.css */
/* Search now uses the shared under-header panel in header-search.css. */

/* assets/css/modules/shell/cart-drawer.css */
.wcts-header-cart-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 111;
	width: min(28rem, 100vw);
	height: 100dvh;
	max-height: 100dvh;
	background: #ffffff;
	box-shadow: -18px 0 48px rgba(15, 23, 42, 0.18);
	overscroll-behavior: contain;
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.wcts-header-cart-panel.is-open {
	transform: translateX(0);
}

.wcts-header-overlay--cart {
	background: rgba(17, 17, 17, 0.34);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	cursor: pointer;
}

.wcts-header-cart-panel__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	background: #ffffff;
	overscroll-behavior: contain;
	transition: opacity 180ms ease;
}

.wcts-header-cart-panel__content.is-updating {
	cursor: progress;
}

.wcts-header-cart-panel__content.is-refreshing {
	opacity: 0.94;
}

.wcts-header-cart-panel__content.is-verifying.is-refreshing {
	cursor: progress;
}

.wcts-header-cart-panel__content.is-leaving {
	opacity: 0.9;
}

.wcts-header-cart-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 4.8rem;
	padding: 1.3rem 1.35rem 1.15rem;
	border-bottom: 1px solid #dfe3e8;
}

.wcts-header-cart-panel__title-group {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.wcts-header-cart-panel__title {
	margin: 0;
	color: #111111;
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.wcts-header-cart-panel__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.45rem;
	height: 1.45rem;
	padding: 0 0.35rem;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 800;
}

.wcts-header-cart-panel__body {
	display: flex;
	min-height: 0;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	overscroll-behavior: contain;
}

.wcts-header-cart-error {
	margin: 1rem 1.25rem 0;
	padding: 0.8rem 0.9rem;
	border-left: 3px solid #d63638;
	border-radius: 4px;
	background: #fff5f5;
	color: #7a1010;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.45;
}

.wcts-header-cart-error a,
.wcts-catalog-card__cart-error a {
	display: inline-block;
	margin-left: 0.35rem;
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.wcts-header-cart-items {
	display: grid;
	align-content: start;
	flex: 1 1 auto;
	min-height: 0;
	gap: 0;
	margin: 0;
	padding: 0.45rem 1.25rem 0.85rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	list-style: none;
}

.wcts-header-cart-item {
	display: grid;
	grid-template-columns: 4.35rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	padding: 0.85rem 0;
	border-bottom: 1px solid #edf0f3;
	transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.wcts-header-cart-item:first-child {
	padding-top: 0;
}

.wcts-header-cart-item.is-updating {
	background: linear-gradient(90deg, rgba(250, 250, 250, 0), rgba(245, 247, 249, 0.72), rgba(250, 250, 250, 0));
	opacity: 0.78;
}

.wcts-header-cart-item.is-removing {
	opacity: 0.52;
	transform: translateX(0.35rem);
}

.wcts-header-cart-panel__content.is-verifying .wcts-header-cart-item {
	opacity: 0.9;
}

.wcts-header-cart-item__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.35rem;
	height: 4.35rem;
	border: 1px solid #e3e7ec;
	border-radius: 6px;
	background: #fafafa;
}

.wcts-header-cart-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcts-header-cart-item__content {
	display: grid;
	align-content: start;
	gap: 0.34rem;
	min-width: 0;
}

.wcts-header-cart-item__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 1.9rem;
	gap: 0.55rem;
	align-items: start;
	min-width: 0;
}

.wcts-header-cart-item__name {
	min-width: 0;
	color: #111111;
	font-size: 0.84rem;
	font-weight: 850;
	line-height: 1.3;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
	text-decoration: none;
	text-transform: none;
}

.wcts-header-cart-item__configuration {
	display: grid;
	gap: 0.16rem;
	margin: -0.2rem 0 0.02rem;
	color: #67717f;
	font-size: 0.74rem;
	font-weight: 650;
	line-height: 1.35;
}

.wcts-header-cart-item__configuration-row {
	display: flex;
	min-width: 0;
	gap: 0.22rem;
	align-items: baseline;
	width: 100%;
}

.wcts-header-cart-item__configuration-label {
	margin: 0;
	color: #7a8491;
	font-weight: 700;
}

.wcts-header-cart-item__configuration-value {
	margin: 0;
	color: #424b57;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.wcts-header-cart-item__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 0.75rem;
	margin-top: 0.18rem;
	min-width: 0;
	color: #666666;
	font-size: 0.78rem;
	font-weight: 600;
}

.wcts-header-cart-item__unit-price {
	min-width: 0;
	color: #68717d;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.wcts-header-cart-item__line-total {
	color: #111111;
	font-weight: 900;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

.wcts-header-cart-item__controls {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0.5rem;
	margin-top: 0.08rem;
}

.wcts-header-cart-quantity {
	display: inline-grid;
	grid-template-columns: 2.05rem 2.2rem 2.05rem;
	min-height: 2.2rem;
	border: 1px solid #cfd4db;
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;
}

.wcts-header-cart-quantity__button,
.wcts-header-cart-item__remove {
	appearance: none;
	font: inherit;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.wcts-header-cart-quantity__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.05rem;
	min-width: 2.05rem;
	max-width: 2.05rem;
	height: 2.2rem;
	min-height: 2.2rem;
	max-height: 2.2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 0.95rem;
	font-weight: 700;
}

.wcts-header-cart-quantity__button:hover {
	border: 0;
	background: #f5f6f7;
}

.wcts-header-cart-quantity__button:focus-visible {
	border: 0;
	background: #f5f6f7;
	outline: 2px solid #111111;
	outline-offset: -2px;
}

.wcts-header-cart-quantity__button:disabled {
	cursor: not-allowed;
	opacity: 0.36;
}

.wcts-header-cart-quantity__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2.2rem;
	min-height: 2.2rem;
	max-height: 2.2rem;
	padding: 0;
	border-top: 0;
	border-right: 1px solid #eef0f3;
	border-bottom: 0;
	border-left: 1px solid #eef0f3;
	background: transparent;
	color: #111111;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.wcts-header-cart-quantity__value::-webkit-outer-spin-button,
.wcts-header-cart-quantity__value::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.wcts-header-cart-quantity__value:focus {
	outline: 0;
	box-shadow: inset 0 0 0 1px #111111;
}

.wcts-header-cart-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	min-width: 2rem;
	height: 2rem;
	min-height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #333b46;
	font-size: 1.28rem;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.wcts-header-cart-item__remove span {
	display: block;
	line-height: 1;
}

.wcts-header-cart-item__remove:hover {
	background: #f4f5f6;
	color: #111111;
}

.wcts-header-cart-item__remove:focus-visible {
	background: #f4f5f6;
	color: #111111;
	outline: 2px solid #111111;
	outline-offset: 2px;
}

.wcts-header-cart-summary {
	flex: 0 0 auto;
	margin-top: 0;
	padding: 1rem 1.25rem 0;
	border-top: 1px solid #dfe3e8;
	background: #fbfbfb;
	transition: opacity 180ms ease;
}

.wcts-header-cart-summary.is-pending .wcts-header-cart-summary__row span:last-child {
	position: relative;
	color: transparent;
}

.wcts-header-cart-summary.is-pending .wcts-header-cart-summary__row span:last-child::after {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #eceff3 0%, #f7f8fa 45%, #eceff3 100%);
	background-size: 200% 100%;
	content: "";
	animation: wcts-cart-shimmer 900ms ease-in-out infinite;
}

.wcts-header-cart-free-shipping {
	display: grid;
	gap: 0.48rem;
	margin-bottom: 0.82rem;
	padding-bottom: 0.82rem;
	border-bottom: 1px solid #dfe3e8;
}

.wcts-header-cart-free-shipping__message {
	margin: 0;
	color: #24301f;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
}

.wcts-header-cart-free-shipping__track {
	position: relative;
	width: 100%;
	height: 0.42rem;
	border-radius: 999px;
	background: #e4ebdf;
	overflow: hidden;
}

.wcts-header-cart-free-shipping__bar {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	border-radius: inherit;
	background: var(--wcts-color-yellow, #6abd46);
	transition: width 220ms ease;
}

.wcts-header-cart-free-shipping.is-qualified .wcts-header-cart-free-shipping__message {
	color: var(--wcts-color-yellow-dark, #4f9634);
}

.wcts-header-cart-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.45rem;
	border-top: 0;
	color: #4b5563;
	font-size: 0.88rem;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

.wcts-header-cart-summary__row:first-child {
	padding-top: 0;
}

.wcts-header-cart-summary__row--total {
	margin-top: 0.55rem;
	padding-top: 0.72rem;
	border-top: 1px solid #dfe3e8;
	color: #111111;
	font-size: 0.94rem;
	font-weight: 850;
}

.wcts-header-cart-summary__value {
	color: #111111;
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.wcts-header-cart-summary__row--total .wcts-header-cart-summary__value {
	font-weight: 900;
}

.wcts-header-cart-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	flex: 0 0 auto;
	gap: 0.65rem;
	margin-top: 0;
	padding: 1rem 1.25rem 1.25rem;
	background: #fbfbfb;
}

.wcts-header-cart-actions a,
.wcts-header-cart-empty__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.35rem;
	padding: 0 1.15rem;
	border: 2px solid var(--wcts-color-black);
	border-radius: 0.42rem;
	font-family: var(--wcts-font-sans, var(--wp--preset--font-family--wcts-sans, "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 0.72rem 1.25rem rgba(17, 17, 17, 0.12);
	transition:
		background-color 140ms ease,
		border-color 140ms ease,
		color 140ms ease,
		box-shadow 140ms ease,
		opacity 140ms ease,
		transform 140ms ease;
}

.wcts-header-cart-actions a:focus-visible,
.wcts-header-cart-empty__button:focus-visible,
.wcts-header-cart-item__thumb:focus-visible,
.wcts-header-cart-item__name:focus-visible {
	outline: 2px solid #111111;
	outline-offset: 3px;
}

.wcts-header-cart-actions__secondary {
	border-color: var(--wcts-color-black);
	background: #ffffff;
	color: var(--wcts-color-black);
	box-shadow: none;
}

.wcts-header-cart-actions__primary,
.wcts-header-cart-empty__button {
	border-color: var(--wcts-color-black);
	background: var(--wcts-color-black);
	color: var(--wcts-color-white);
}

.wcts-header-cart-actions a.is-navigating {
	pointer-events: none;
	border-color: var(--wcts-color-black);
	background: var(--wcts-color-black);
	color: var(--wcts-color-white);
	box-shadow: 0 0.72rem 1.25rem rgba(17, 17, 17, 0.16);
	opacity: 0.9;
	transform: translateY(1px);
}

.wcts-header-cart-actions a.is-navigating::after {
	width: 0.82rem;
	height: 0.82rem;
	margin-left: 0.55rem;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 999px;
	content: "";
	animation: wcts-cart-spin 650ms linear infinite;
}

.wcts-header-cart-actions__secondary:hover,
.wcts-header-cart-actions__secondary:focus-visible {
	border-color: var(--wcts-color-yellow);
	background: var(--wcts-color-yellow);
	color: var(--wcts-color-black);
	box-shadow: 0 0.72rem 1.25rem rgba(106, 189, 70, 0.28);
	transform: translateY(-1px);
}

.wcts-header-cart-actions__primary:hover,
.wcts-header-cart-actions__primary:focus-visible,
.wcts-header-cart-empty__button:hover,
.wcts-header-cart-empty__button:focus-visible {
	border-color: var(--wcts-color-yellow);
	background: var(--wcts-color-yellow);
	color: var(--wcts-color-black);
	box-shadow: 0 0.72rem 1.25rem rgba(106, 189, 70, 0.28);
	transform: translateY(-1px);
}

.wcts-header-cart-empty {
	display: grid;
	flex: 1 1 auto;
	align-content: center;
	justify-items: center;
	gap: 0.8rem;
	padding: 2rem 1.5rem;
	text-align: center;
}

.wcts-header-cart-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 999px;
	background: #f4f4f4;
	color: #9a9a9a;
}

.wcts-header-cart-empty__icon svg {
	width: 2rem;
	height: 2rem;
}

.wcts-header-cart-empty__title {
	margin: 0;
	color: #111111;
	font-size: 1.02rem;
	font-weight: 800;
}

.wcts-header-cart-empty__copy {
	margin: 0;
	color: #656565;
	font-size: 0.86rem;
	line-height: 1.6;
}

.wcts-header-cart-loading {
	display: grid;
	flex: 1 1 auto;
	align-content: center;
	justify-items: center;
	gap: 0.78rem;
	padding: 2rem 1.5rem;
	text-align: center;
}

.wcts-header-cart-loading__spinner {
	width: 2.4rem;
	height: 2.4rem;
	border: 3px solid #e4ebdf;
	border-top-color: var(--wcts-color-yellow, #6abd46);
	border-radius: 999px;
	animation: wcts-cart-spin 700ms linear infinite;
}

.wcts-header-cart-loading__title {
	margin: 0;
	color: #111111;
	font-size: 1rem;
	font-weight: 850;
}

.wcts-header-cart-loading__copy {
	max-width: 18rem;
	margin: 0;
	color: #656565;
	font-size: 0.84rem;
	line-height: 1.55;
}

.wcts-catalog-card__cart-error {
	margin: 0.65rem 0 0;
	color: #9b1c1c;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
}

@keyframes wcts-cart-shimmer {
	0% {
		background-position: 120% 0;
	}

	100% {
		background-position: -120% 0;
	}
}

@keyframes wcts-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcts-header-cart-item,
	.wcts-header-cart-panel__content,
	.wcts-header-cart-actions a,
	.wcts-header-cart-empty__button {
		transition: none;
	}

	.wcts-header-cart-summary.is-pending .wcts-header-cart-summary__row span:last-child::after,
	.wcts-header-cart-actions a.is-navigating::after,
	.wcts-header-cart-loading__spinner {
		animation: none;
	}
}

/* assets/css/modules/shell/responsive.css */
@media (max-width: 1400px) {
	.wcts-site-header {
		--wcts-header-nav-left-reserve: clamp(12rem, 16.5vw, 14.5rem);
		--wcts-header-nav-right-reserve: clamp(17.5rem, 21vw, 19rem);
	}

	.wcts-header-shell__row {
		grid-template-columns: minmax(12rem, 0.85fr) minmax(0, 1fr) minmax(17.5rem, 1fr);
		gap: clamp(0.78rem, 1.15vw, 1.1rem);
	}

	.wcts-header-brand .wcts-brand-lockup {
		gap: 0.62rem;
	}

	.wcts-header-brand .wcts-brand-lockup__mark-image,
	.wcts-header-brand .wcts-brand-lockup__text-image {
		height: 3rem;
	}

	.wcts-header-brand .wcts-brand-lockup__text-image {
		max-width: min(13.6rem, 23vw);
	}

	.wcts-header-nav-shell__row {
		gap: 0;
	}

	.wcts-header-nav__link {
		padding: 0 0.68rem;
		font-size: 0.82rem;
	}

	.wcts-header-actions {
		gap: 0.52rem;
	}

	.wcts-header-contact-link {
		font-size: 0.72rem;
	}
}

@media (max-width: 1280px) {
	.wcts-site-header {
		--wcts-header-nav-left-reserve: clamp(10.5rem, 15vw, 12rem);
		--wcts-header-nav-right-reserve: clamp(16.25rem, 20vw, 17.5rem);
	}

	.wcts-header-shell__row {
		grid-template-columns: minmax(10.5rem, 0.72fr) minmax(0, 1fr) minmax(16.25rem, 0.95fr);
		gap: 0.8rem;
	}

	.wcts-header-brand {
		max-width: min(12.4rem, 18vw);
		overflow: hidden;
	}

	.wcts-header-brand > img {
		height: 2.7rem;
		max-width: none;
		object-fit: contain;
		object-position: left center;
	}

	.wcts-header-brand .wcts-brand-lockup {
		gap: 0.52rem;
	}

	.wcts-header-brand .wcts-brand-lockup__mark-image,
	.wcts-header-brand .wcts-brand-lockup__text-image {
		height: 2.72rem;
	}

	.wcts-header-brand .wcts-brand-lockup__text-image {
		max-width: min(9.7rem, 13vw);
	}

	.wcts-header-nav-shell__row {
		gap: 0.6rem;
	}

	.wcts-header-nav {
		gap: 0;
		max-width: 100%;
	}

	.wcts-header-nav__link {
		padding: 0 0.46rem;
		font-size: 0.76rem;
	}

	.wcts-header-actions {
		gap: 0.32rem;
	}

	.wcts-header-control {
		width: 2.18rem;
		height: 2.18rem;
	}

	.wcts-header-control svg {
		width: 1.42rem;
		height: 1.42rem;
	}

	.wcts-header-contact-link {
		font-size: 0.7rem;
	}

	.wcts-header-language {
		min-height: 2.18rem;
		margin-right: 0;
		font-size: 0.76rem;
	}

	.wcts-header-language .trp-shortcode-switcher__wrapper {
		height: 2.18rem;
	}

	.wcts-header-language .trp-current-language-item__wrapper {
		min-width: 3.2rem;
		min-height: 2.05rem;
		padding-inline: 0.48rem 0.36rem;
	}

	.wcts-header-language .trp-language-item,
	.wcts-header-language a,
	.wcts-header-language select {
		font-size: 0.76rem;
	}

	.wcts-header-language .trp-language-item {
		min-height: 2.05rem;
		padding: 0.38rem 0.54rem;
	}
}

@media (max-width: 1120px) {
	.wcts-site-header {
		--wcts-header-nav-left-reserve: clamp(3rem, 6vw, 4rem);
		--wcts-header-nav-right-reserve: clamp(14.6rem, 19vw, 16.25rem);
	}

	.wcts-header-shell__row {
		grid-template-columns: minmax(2.8rem, 0.22fr) minmax(0, 1fr) minmax(14.6rem, 0.78fr);
		gap: 0.6rem;
	}

	.wcts-header-brand {
		width: 2.72rem;
		max-width: 2.72rem;
		overflow: hidden;
	}

	.wcts-header-brand > img {
		height: 2.45rem;
	}

	.wcts-header-nav-shell__row {
		gap: 0.45rem;
	}

	.wcts-header-nav__link {
		min-height: 2.55rem;
		padding: 0 0.36rem;
		font-size: 0.66rem;
	}

	.wcts-header-actions {
		gap: 0.22rem;
	}

	.wcts-header-control {
		width: 2.05rem;
		height: 2.05rem;
	}

	.wcts-header-control svg {
		width: 1.28rem;
		height: 1.28rem;
	}

	.wcts-header-language .trp-current-language-item__wrapper {
		min-width: 3rem;
	}
}

@media (max-width: 1040px) and (min-width: 961px) {
	.wcts-header-shell__row {
		grid-template-columns: minmax(2.55rem, 0.18fr) minmax(0, 1fr) minmax(13.7rem, 0.82fr);
		gap: 0.42rem;
	}

	.wcts-header-brand {
		width: 2.48rem;
		max-width: 2.48rem;
	}

	.wcts-header-brand > img {
		height: 2.25rem;
	}

	.wcts-header-nav-shell__row {
		grid-template-columns: minmax(2.55rem, 0.15fr) minmax(0, 1fr) minmax(13.7rem, 0.85fr);
		gap: 0.32rem;
	}

	.wcts-header-nav__link {
		min-height: 2.42rem;
		padding: 0 0.26rem;
		font-size: 0.62rem;
	}

	.wcts-header-actions {
		gap: 0.16rem;
	}

	.wcts-header-control {
		width: 1.95rem;
		height: 1.95rem;
	}

	.wcts-header-control svg {
		width: 1.2rem;
		height: 1.2rem;
	}

	.wcts-header-language .trp-current-language-item__wrapper {
		min-width: 2.85rem;
		padding-inline: 0.42rem 0.28rem;
	}
}

@media (max-width: 960px) {
	.wcts-header-announcement__inner {
		justify-content: space-between;
		min-height: 2.4rem;
		text-align: left;
	}

	.wcts-header-announcement__text,
	.wcts-header-announcement__contact,
	.wcts-header-announcement__link {
		font-size: 0.78rem;
		letter-spacing: 0;
	}

	.wcts-header-announcement__contact-list {
		justify-content: flex-end;
		gap: 0.3rem 0.75rem;
	}

	.wcts-header-shell__row {
		grid-template-columns: 2.75rem 2.75rem minmax(0, 1fr) 2.75rem 2.75rem;
		gap: 0.08rem;
		min-height: 4.25rem;
	}

	.wcts-header-shell__mobile-start {
		display: flex;
		grid-column: 1;
		align-items: center;
	}

	.wcts-header-brand {
		position: absolute;
		left: 50%;
		z-index: 1;
		width: 2.65rem;
		max-width: 2.65rem;
		overflow: hidden;
		transform: translateX(-50%);
	}

	.wcts-header-brand > img {
		height: 2.35rem;
		max-width: none;
		object-fit: contain;
		object-position: left center;
	}

	.wcts-header-brand .wcts-brand-lockup {
		gap: 0;
	}

	.wcts-header-brand .wcts-brand-lockup__mark-image {
		height: 2.35rem;
	}

	.wcts-header-brand .wcts-brand-lockup__text,
	.wcts-site-footer__logo .wcts-brand-lockup__text {
		display: none;
	}

	.wcts-site-footer__logo {
		width: 2.85rem;
		overflow: hidden;
	}

	.wcts-site-footer__logo > img {
		height: 2.55rem;
		max-width: none;
	}

	.wcts-brand-name {
		font-size: 1.2rem;
	}

	.wcts-header-search-shell--desktop,
	.wcts-header-contact-link,
	.wcts-header-actions > .wcts-header-language,
	.wcts-header-control--account,
	.wcts-header-nav-shell {
		display: none;
	}

	.wcts-header-control,
	.wcts-header-panel-close {
		width: 2.75rem;
		height: 2.75rem;
	}

	.wcts-header-control--search {
		display: inline-flex;
		grid-column: 2;
		justify-self: start;
	}

	.wcts-header-actions {
		display: contents;
		margin-left: 0;
	}

	.wcts-header-control--wishlist {
		grid-column: 4;
		justify-self: end;
	}

	.wcts-header-control--cart {
		grid-column: 5;
		justify-self: end;
	}

	.wcts-header-language--mobile-nav {
		margin-right: 0;
		font-size: 0.82rem;
	}

	.wcts-header-language--mobile-nav .trp-shortcode-switcher__wrapper,
	.wcts-header-language--mobile-nav .trp-current-language-item__wrapper {
		height: 2.35rem;
		min-height: 2.35rem;
	}

	.wcts-header-language--mobile-nav .trp-current-language-item__wrapper {
		width: 100%;
		min-width: 0;
		justify-content: space-between;
		padding-inline: 0.72rem 0.52rem;
	}

	.wcts-header-language--mobile-nav .trp-language-item,
	.wcts-header-language--mobile-nav .trp-language-item-name {
		font-size: 0.82rem;
	}

	.wcts-header-language--mobile-nav .trp-switcher-dropdown-list {
		left: 0;
		right: 0;
		min-width: 100%;
	}

	.wcts-header-cart-panel {
		width: min(24rem, calc(100vw - 1rem));
	}
}

@media (max-width: 640px) {
	.wcts-header-announcement__inner {
		display: flex;
		flex-wrap: wrap;
		gap: 0.35rem;
		justify-content: space-between;
		min-height: auto;
		padding-block: 0.48rem;
		text-align: left;
	}

	.wcts-header-announcement__contact-list {
		justify-content: flex-end;
		margin-left: 0;
	}

	.wcts-header-announcement__contact {
		gap: 0.32rem;
	}

	.wcts-header-announcement__contact svg {
		width: 1rem;
		height: 1rem;
	}

	.wcts-header-announcement__link {
		white-space: normal;
	}

	.wcts-header-shell__row {
		grid-template-columns: 2.6rem 2.6rem minmax(0, 1fr) 2.6rem 2.6rem;
	}

	.wcts-header-brand {
		position: absolute;
		left: 50%;
		width: 2.35rem;
		max-width: 2.35rem;
		overflow: hidden;
		transform: translateX(-50%);
	}

	.wcts-header-brand > img {
		height: 2.08rem;
		max-width: none;
	}

	.wcts-header-brand .wcts-brand-lockup {
		gap: 0;
	}

	.wcts-header-brand .wcts-brand-lockup__mark-image {
		height: 2.05rem;
	}

	.wcts-header-cart-panel {
		width: calc(100vw - 0.65rem);
		height: 100dvh;
		max-height: 100dvh;
	}

	.wcts-header-search-form__input {
		font-size: 0.95rem;
	}

	.wcts-search-results__item {
		grid-template-columns: 3.8rem minmax(0, 1fr);
	}

	.wcts-search-results__item-media {
		width: 3.8rem;
		height: 3.8rem;
	}

	.wcts-header-cart-actions {
		grid-template-columns: minmax(0, 1fr);
		padding-bottom: calc(1rem + env(safe-area-inset-bottom));
	}

	.wcts-header-cart-item {
		grid-template-columns: 4.6rem minmax(0, 1fr);
		gap: 0.75rem;
	}

	.wcts-header-cart-item__thumb {
		width: 4.6rem;
		height: 4.6rem;
	}

	.wcts-header-cart-item__controls {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: start;
		gap: 0.55rem;
	}

	.wcts-header-cart-quantity {
		grid-template-columns: 2.75rem 2.8rem 2.75rem;
	}

	.wcts-header-cart-quantity__button {
		min-width: 2.75rem;
	}
}

@media (max-width: 420px) {
	.wcts-header-actions {
		gap: 0;
	}

	.wcts-header-language .trp-current-language-item__wrapper {
		min-width: 3.35rem;
	}

}

/* assets/css/shell.css */
/* Shell global compatibility artifact. Modules are enqueued in legacy cascade order from theme/inc/theme/enqueue.php. */
