/* 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/product/layout.css */
.wcts-pdp__inner {
	display: grid;
	gap: clamp(1.45rem, 3vw, 2.35rem);
}

.wcts-pdp__inner .woocommerce-notices-wrapper:empty {
	display: none;
}

.wcts-pdp__inner .woocommerce-notices-wrapper {
	margin-bottom: 0.5rem;
}

/* assets/css/modules/product/breadcrumbs.css */
.wcts-pdp__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	color: #5f6673;
	font-size: 0.95rem;
	font-weight: 500;
}

.wcts-pdp__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.wcts-pdp__breadcrumbs a:hover,
.wcts-pdp__breadcrumbs a:focus-visible {
	color: var(--wcts-color-black);
}

.wcts-pdp__breadcrumbs-separator {
	color: #c5c9d1;
}

/* assets/css/modules/product/gallery.css */
.wcts-pdp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(21rem, 0.82fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	align-items: start;
}

.wcts-pdp-hero__media {
	min-width: 0;
}

.wcts-pdp-gallery {
	min-width: 0;
	max-width: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
}

.wcts-pdp-gallery .woocommerce-product-gallery,
.wcts-pdp-gallery .wp-block-woocommerce-product-image-gallery {
	position: relative;
	float: none !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	opacity: 1 !important;
	box-sizing: border-box;
}

.wcts-pdp-gallery :where(
	.woocommerce-product-gallery__trigger,
	.wc-block-product-gallery-large-image__zoom-button,
	.wc-block-product-gallery-large-image__dialog-opener,
	.wc-block-product-gallery-large-image-next-previous,
	.wc-block-product-gallery-dialog__trigger
) {
	display: none !important;
}

.wcts-pdp-gallery :where(
	.woocommerce-product-gallery__wrapper,
	.wc-block-product-gallery-large-image__container,
	.wc-block-product-gallery-large-image__wrapper
) {
	border-radius: 0.25rem;
	background: var(--wcts-color-white);
}

html.wcts-pdp-js .wcts-pdp-gallery .woocommerce-product-gallery:not(.wcts-pdp-gallery--enhanced) .woocommerce-product-gallery__wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 0.78;
	max-height: clamp(29rem, 50vw, 42rem);
	min-height: 0;
	padding: clamp(1.25rem, 2.7vw, 2.25rem);
	border: 1px solid #e4e8e2;
	border-radius: 0.22rem;
	background: var(--wcts-color-white);
	box-sizing: border-box;
	overflow: hidden;
}

html.wcts-pdp-js .wcts-pdp-gallery .woocommerce-product-gallery:not(.wcts-pdp-gallery--enhanced) .woocommerce-product-gallery__image:nth-child(n + 2) {
	display: none !important;
}

html.wcts-pdp-js .wcts-pdp-gallery .woocommerce-product-gallery:not(.wcts-pdp-gallery--enhanced) .woocommerce-product-gallery__image:first-child,
html.wcts-pdp-js .wcts-pdp-gallery .woocommerce-product-gallery:not(.wcts-pdp-gallery--enhanced) .woocommerce-product-gallery__image:first-child a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}

html.wcts-pdp-js .wcts-pdp-gallery .woocommerce-product-gallery:not(.wcts-pdp-gallery--enhanced) .woocommerce-product-gallery__image:first-child img {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	min-height: 0;
	max-height: 100%;
	object-fit: contain;
}

.wcts-pdp-gallery--enhanced .woocommerce-product-gallery__wrapper,
.wcts-pdp-gallery--enhanced .flex-control-thumbs,
.wcts-pdp-gallery--enhanced .wc-block-product-gallery-thumbnails__scrollable {
	display: none !important;
}

.wcts-pdp-gallery__shell {
	display: grid;
	gap: 0.72rem;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.wcts-pdp-gallery__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	aspect-ratio: 1 / 0.78;
	max-height: clamp(29rem, 50vw, 42rem);
	min-height: 0;
	padding: clamp(1.25rem, 2.7vw, 2.25rem);
	border: 1px solid #e4e8e2;
	border-radius: 0.22rem;
	background: var(--wcts-color-white);
	box-shadow: none;
	box-sizing: border-box;
	overflow: hidden;
}

.wcts-pdp-gallery__stage-zoom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
	cursor: zoom-in;
	outline: none;
	overflow: hidden;
	touch-action: pan-y;
}

.wcts-pdp-gallery__stage-zoom:focus:not(:focus-visible) {
	outline: none;
}

.wcts-pdp-gallery__stage-zoom:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: -2px;
}

.wcts-pdp-gallery__stage-nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	color: rgba(17, 17, 17, 0.78);
	box-shadow: none;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50%);
	transition:
		background-color 140ms ease,
		color 140ms ease,
		opacity 140ms ease,
		transform 140ms ease;
	backdrop-filter: blur(10px);
}

.wcts-pdp-gallery__stage:hover .wcts-pdp-gallery__stage-nav,
.wcts-pdp-gallery__stage:focus-within .wcts-pdp-gallery__stage-nav,
.wcts-pdp-gallery__stage-nav:focus-visible {
	opacity: 1;
}

.wcts-pdp-gallery__stage-nav:hover,
.wcts-pdp-gallery__stage-nav:focus-visible {
	background: rgba(255, 255, 255, 0.76);
	color: var(--wcts-color-black);
	transform: translateY(-50%) scale(1.04);
}

.wcts-pdp-gallery__stage-nav:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-pdp-gallery__stage-nav--prev {
	left: 0.8rem;
}

.wcts-pdp-gallery__stage-nav--next {
	right: 0.8rem;
}

.wcts-pdp-gallery__stage-nav span {
	display: block;
	font-size: 2.1rem;
	line-height: 1;
	transform: translateY(-0.08em);
}

.wcts-pdp-gallery__stage-image {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	min-height: 0;
	max-height: 100%;
	object-fit: contain;
	pointer-events: none;
}

.wcts-pdp-gallery__stage-hint {
	display: none;
}

.wcts-pdp-gallery__dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-width: 0;
	max-width: 100%;
	min-height: 1.5rem;
	box-sizing: border-box;
}

.wcts-pdp-gallery__stage-nav[hidden],
.wcts-pdp-gallery__thumbs-nav[hidden],
.wcts-pdp-gallery__dot[hidden],
.wcts-pdp-gallery__thumb[hidden] {
	display: none !important;
}

.wcts-pdp-gallery__dot {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.wcts-pdp-gallery__dot::before {
	content: "";
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: inherit;
	background: rgba(88, 97, 113, 0.42);
	transition:
		background-color 140ms ease,
		transform 140ms ease;
}

.wcts-pdp-gallery__dot.is-active {
	background: transparent;
}

.wcts-pdp-gallery__dot.is-active::before {
	background: var(--wcts-color-black);
	transform: scale(1.18);
}

.wcts-pdp-gallery__thumbs-shell {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.35rem;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.wcts-pdp-gallery__thumbs {
	display: flex;
	gap: 0.55rem;
	min-width: 0;
	max-width: 100%;
	padding-bottom: 0.15rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.wcts-pdp-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.wcts-pdp-gallery__thumbs-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(17, 17, 17, 0.62);
	cursor: pointer;
	transition:
		background-color 140ms ease,
		color 140ms ease,
		transform 140ms ease;
}

.wcts-pdp-gallery__thumbs-nav:hover,
.wcts-pdp-gallery__thumbs-nav:focus-visible {
	background: #f1f4ef;
	color: var(--wcts-color-black);
	transform: translateY(-1px);
}

.wcts-pdp-gallery__thumbs-nav:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-pdp-gallery__thumbs-nav span {
	font-size: 1.75rem;
	line-height: 1;
	transform: translateY(-0.08em);
}

.wcts-pdp-gallery__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 6.15rem;
	width: 6.15rem;
	height: 5.7rem;
	padding: 0.45rem;
	border: 1px solid #e4e8e2;
	border-radius: 0.16rem;
	background: var(--wcts-color-white);
	cursor: pointer;
	outline: none;
	overflow: hidden;
}

.wcts-pdp-gallery__thumb.is-active {
	border-color: var(--wcts-color-yellow);
	box-shadow: inset 0 0 0 1px var(--wcts-color-yellow);
}

.wcts-pdp-gallery__thumb:focus:not(:focus-visible) {
	outline: none;
}

.wcts-pdp-gallery__thumb:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-pdp-gallery__thumb-image {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	min-height: 0;
	max-height: 100%;
	object-fit: contain;
}

/* assets/css/modules/product/lightbox.css */
.wcts-pdp-gallery-lightbox {
	width: 100vw;
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--wcts-color-white);
	color: var(--wcts-color-black);
}

.wcts-pdp-gallery-lightbox::backdrop {
	background: var(--wcts-color-white);
}

.wcts-pdp-gallery-lightbox__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	padding: clamp(0.85rem, 2vw, 1.5rem);
	background: var(--wcts-color-white);
	color: var(--wcts-color-black);
}

.wcts-pdp-gallery-lightbox__close {
	position: absolute;
	top: clamp(0.7rem, 2vw, 1.25rem);
	right: clamp(0.7rem, 2vw, 1.25rem);
	z-index: 3;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 0;
	border-radius: 0.15rem;
	background: transparent;
	color: #6f7784;
	font-size: 2.45rem;
	line-height: 1;
	cursor: pointer;
}

.wcts-pdp-gallery-lightbox__close:hover,
.wcts-pdp-gallery-lightbox__close:focus-visible {
	color: var(--wcts-color-black);
}

.wcts-pdp-gallery-lightbox__frame {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(0.75rem, 2vw, 1.5rem);
	align-items: center;
	flex: 1;
	width: 100%;
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 4rem) clamp(0.85rem, 2vw, 1.4rem) clamp(1rem, 3vw, 2rem);
	border: 1px solid #e4e8e2;
	border-radius: 0.22rem;
	background: var(--wcts-color-white);
	touch-action: pan-y;
}

.wcts-pdp-gallery-lightbox__frame--single {
	grid-template-columns: minmax(0, 1fr);
}

.wcts-pdp-gallery-lightbox__image {
	width: 100%;
	height: 100%;
	max-width: 95vw;
	max-height: 75vh;
	margin: 0 auto;
	object-fit: contain;
	cursor: zoom-in;
	transition: transform 220ms ease;
	user-select: none;
}

.wcts-pdp-gallery-lightbox__image.is-pan-zoomed {
	cursor: zoom-out;
	transform: scale(1.5);
}

.wcts-pdp-gallery-lightbox__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.52);
	color: rgba(17, 17, 17, 0.78);
	box-shadow: none;
	font-size: 2.2rem;
	cursor: pointer;
	transition:
		background-color 140ms ease,
		color 140ms ease,
		transform 140ms ease;
	backdrop-filter: blur(10px);
}

.wcts-pdp-gallery-lightbox__nav[hidden],
.wcts-pdp-gallery-lightbox__thumbs[hidden],
.wcts-pdp-gallery-lightbox__thumb[hidden] {
	display: none !important;
}

.wcts-pdp-gallery-lightbox__nav:hover,
.wcts-pdp-gallery-lightbox__nav:focus-visible {
	background: rgba(255, 255, 255, 0.82);
	color: var(--wcts-color-black);
	transform: scale(1.04);
}

.wcts-pdp-gallery-lightbox__nav:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-pdp-gallery-lightbox__meta {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.wcts-pdp-gallery-lightbox__thumbs {
	display: flex;
	gap: 0.55rem;
	width: min(100%, var(--wp--style--global--wide-size));
	margin: 0 auto;
	padding: 0 0 0.4rem;
	overflow-x: auto;
	scrollbar-width: thin;
}

.wcts-pdp-gallery-lightbox__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 4.25rem;
	width: 4.25rem;
	height: 4.25rem;
	padding: 0.3rem;
	border: 1px solid #e4e8e2;
	border-radius: 0.16rem;
	background: var(--wcts-color-white);
	cursor: pointer;
	overflow: hidden;
}

.wcts-pdp-gallery-lightbox__thumb.is-active {
	border-color: var(--wcts-color-yellow);
	box-shadow: inset 0 0 0 1px var(--wcts-color-yellow);
}

.wcts-pdp-gallery-lightbox__thumb-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* assets/css/modules/product/gallery-source.css */
.wcts-pdp-gallery .woocommerce-product-gallery__wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.55rem;
}

.wcts-pdp-gallery .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0.4rem;
	border: 1px solid #eef0f4;
	border-radius: 0.2rem;
	background: var(--wcts-color-white);
	overflow: hidden;
}

.wcts-pdp-gallery .woocommerce-product-gallery__image:first-child {
	grid-column: 1 / -1;
	min-height: clamp(21rem, 33vw, 28rem);
	padding: clamp(0.6rem, 1.3vw, 0.95rem);
}

.wcts-pdp-gallery .woocommerce-product-gallery__image:not(:first-child) {
	aspect-ratio: 1 / 1;
}

.wcts-pdp-gallery .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.wcts-pdp-gallery :where(
	.woocommerce-product-gallery__image--placeholder,
	.wc-block-product-gallery-large-image__container
) {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--wcts-color-white);
}

.wcts-pdp-gallery :where(
	.woocommerce-product-gallery__image img,
	.woocommerce-product-gallery__image--placeholder img,
	.wc-block-product-gallery-large-image img
) {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.wcts-pdp-gallery .flex-control-thumbs,
.wcts-pdp-gallery .wc-block-product-gallery-thumbnails__scrollable {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(3.9rem, 1fr));
	gap: 0.55rem;
	margin: 0.6rem 0 0;
	padding-left: 0;
	list-style: none;
}

.wcts-pdp-gallery .flex-control-thumbs li {
	margin: 0;
}

.wcts-pdp-gallery :where(
	.flex-control-thumbs img,
	.wc-block-product-gallery-thumbnails__thumbnail__image
) {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e6e8ee;
	border-radius: 0.25rem;
	background: var(--wcts-color-white);
	object-fit: contain;
	overflow: hidden;
}

.wcts-pdp-gallery :where(
	.flex-active,
	.wc-block-product-gallery-thumbnails__thumbnail__image--is-active
) {
	border-color: var(--wcts-color-yellow);
}

/* assets/css/modules/product/summary.css */
.wcts-pdp-hero__summary {
	display: grid;
	gap: 0.72rem;
	align-content: start;
	justify-self: stretch;
	width: 100%;
	max-width: 40rem;
	min-width: 0;
	padding-top: clamp(0.35rem, 0.8vw, 0.75rem);
}

.wcts-pdp-summary__title {
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-size: clamp(1.55rem, 1.8vw, 1.82rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.wcts-pdp-summary__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: start;
}

.wcts-pdp-summary__title-group {
	display: grid;
	gap: 0.38rem;
	min-width: 0;
}

.wcts-pdp-summary__wishlist {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border: 1px solid #e1e5e0;
	border-radius: 999px;
	background: var(--wcts-color-white);
	color: var(--wcts-color-black);
	text-decoration: none;
	transition:
		border-color 150ms ease,
		background-color 150ms ease,
		color 150ms ease,
		transform 150ms ease;
}

.wcts-pdp-summary__wishlist svg,
.wcts-pdp-summary__wishlist-icon {
	width: 1.22rem;
	height: 1.22rem;
}

.wcts-pdp-summary__wishlist-icon {
	display: block;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wcts-pdp-summary__wishlist .woosw-btn-icon,
.wcts-pdp-summary__wishlist.woosw-adding .woosw-btn-icon {
	animation: none !important;
	transform: none !important;
}

.wcts-pdp-summary__wishlist .woosw-btn-icon::before,
.wcts-pdp-summary__wishlist .woosw-btn-icon::after {
	display: none !important;
	content: none !important;
}

.wcts-pdp-summary__wishlist.woosw-added {
	border-color: rgba(79, 150, 52, 0.48);
	background: var(--wcts-color-white);
	color: var(--wcts-header-accent-dark, #4f9634);
}

.wcts-pdp-summary__wishlist.woosw-added .wcts-pdp-summary__wishlist-icon {
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wcts-pdp-summary__wishlist.woosw-added::before,
.wcts-pdp-summary__wishlist.woosw-adding::after {
	display: none !important;
	content: none !important;
}

.wcts-pdp-summary__wishlist.woosw-adding {
	opacity: 0.64;
	pointer-events: none;
}

.wcts-pdp-summary__wishlist svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wcts-pdp-summary__wishlist:hover,
.wcts-pdp-summary__wishlist:focus-visible {
	border-color: var(--wcts-color-black);
	background: var(--wcts-color-black);
	color: var(--wcts-color-white);
	transform: translateY(-1px);
}

.wcts-pdp-summary__wishlist.woosw-added:hover,
.wcts-pdp-summary__wishlist.woosw-added:focus-visible {
	border-color: var(--wcts-header-accent-dark, #4f9634);
	background: rgba(106, 189, 70, 0.12);
	color: var(--wcts-header-accent-dark, #4f9634);
}

.wcts-pdp-summary__wishlist:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 3px;
}

.wcts-pdp-summary__availability {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.42rem 0.72rem;
	color: #5f6673;
	font-size: 0.86rem;
	font-weight: 500;
}

.wcts-pdp-summary__sku {
	display: inline-flex;
	align-items: baseline;
	gap: 0.28rem;
	color: #303844;
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wcts-pdp-summary__sku-label {
	font-weight: 800;
}

.wcts-pdp-summary__sku-value {
	color: #5f6673;
	font-weight: 500;
	text-transform: none;
}

.wcts-pdp-summary__stock {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.wcts-pdp-summary__stock .stock {
	margin: 0;
	color: inherit;
	font: inherit;
	text-transform: inherit;
}

.wcts-pdp-summary__stock:has(.in-stock),
.wcts-pdp-summary__stock.is-in-stock {
	color: #2a8f4c;
}

.wcts-pdp-summary__stock:has(.available-on-backorder),
.wcts-pdp-summary__stock.is-available-on-backorder {
	color: #996f00;
}

.wcts-pdp-summary__stock:has(.out-of-stock),
.wcts-pdp-summary__stock.is-out-of-stock {
	color: #c13a2f;
}

.wcts-pdp-summary__availability-separator {
	display: none !important;
}

.wcts-pdp-summary__stock-note {
	position: relative;
	min-height: 1rem;
	margin-top: 0;
	padding-left: 1.15rem;
	color: #2a8f4c;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.4;
	text-transform: none;
}

.wcts-pdp-summary__stock-note::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.2rem;
	width: 0.34rem;
	height: 0.68rem;
	border: solid #2a8f4c;
	border-width: 0 0.12rem 0.12rem 0;
	border-radius: 0;
	background: transparent;
	transform: translateY(-62%) rotate(45deg);
}

.wcts-pdp-summary__stock-note::after {
	content: none;
}

.wcts-pdp-summary__stock-note:has(.available-on-backorder)::before,
.wcts-pdp-summary__stock-note.is-available-on-backorder::before {
	left: 0;
	width: 0.76rem;
	height: 0.76rem;
	border: 0;
	border-radius: 999px;
	background: #996f00;
	transform: translateY(-50%);
}

.wcts-pdp-summary__stock-note:has(.out-of-stock)::before,
.wcts-pdp-summary__stock-note.is-out-of-stock::before {
	left: 0;
	width: 0.76rem;
	height: 0.76rem;
	border: 0;
	border-radius: 999px;
	background: #c13a2f;
	transform: translateY(-50%);
}

.wcts-pdp-summary__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.42rem 0.38rem;
	margin-top: 0.25rem;
}

.wcts-pdp-summary__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.32rem 0.62rem;
	color: var(--wcts-color-black);
	font-size: clamp(1.48rem, 1.85vw, 1.88rem);
	font-weight: 800;
	line-height: 1.1;
}

.wcts-pdp-summary__price > .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.32rem 0.62rem;
}

.wcts-pdp-summary__price .amount,
.wcts-pdp-summary__price bdi,
.wcts-pdp-summary__price del,
.wcts-pdp-summary__price ins {
	white-space: nowrap;
}

.wcts-pdp-summary__price del {
	order: 2;
	margin-right: 0;
	color: #5f6673;
	font-size: 1rem;
	font-weight: 600;
}

.wcts-pdp-summary__price ins {
	order: 1;
	background: transparent;
	text-decoration: none;
}

.wcts-pdp-summary__price .woocommerce-price-suffix {
	display: block;
	order: 4;
	flex-basis: 100%;
	margin-top: 0.3rem;
	color: #69707b;
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.35;
}

.wcts-pdp-summary__price p.iworks-omnibus {
	display: block;
	order: 5;
	flex-basis: 100%;
	margin: 0.06rem 0 0;
	color: #69707b;
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.35;
}

.wcts-pdp-summary__price p.iworks-omnibus .amount {
	font: inherit;
}

.wcts-pdp-summary__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: -0.08rem;
	min-height: 1.5rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #e44137;
	color: var(--wcts-color-white);
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.wcts-pdp-summary__discount[hidden] {
	display: none !important;
}

.wcts-pdp-summary__excerpt {
	max-width: 34rem;
	color: #5f6670;
	font-size: 0.94rem;
	line-height: 1.75;
}

.wcts-pdp-summary__excerpt > *:first-child {
	margin-top: 0;
}

.wcts-pdp-summary__excerpt > *:last-child {
	margin-bottom: 0;
}

.wcts-pdp-summary__divider {
	width: 100%;
	height: 1px;
	margin: 0.8rem 0 0.85rem;
	background: #e8ece6;
}

/* assets/css/modules/product/cart-form.css */
.wcts-pdp-summary__cart {
	padding-top: 0.5rem;
	border-top: 0;
}

.wcts-pdp-summary__cart-error {
	margin: 0 0 0.75rem;
	padding: 0.75rem 0.85rem;
	border-left: 3px solid #d63638;
	background: #fff5f5;
	color: #7a1010;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.45;
}

.wcts-pdp-summary__cart-error a {
	display: inline-block;
	margin-left: 0.35rem;
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.wcts-pdp-summary__cart .wp-block-woocommerce-add-to-cart-form,
.wcts-pdp-summary__cart .wp-block-add-to-cart-form,
.wcts-pdp-summary__cart form.cart,
.wcts-pdp-summary__cart .variations_form,
.wcts-pdp-summary__cart .single_variation_wrap,
.wcts-pdp-summary__cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.86rem;
	align-items: stretch;
}

.wcts-pdp-summary__cart .stock,
.wcts-pdp-summary__cart .wc-block-components-product-stock-indicator {
	width: 100%;
	margin: 0;
}

.wcts-pdp-cart-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: stretch;
}

.wcts-pdp-stepper {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	box-sizing: border-box;
	min-width: 8.35rem;
	height: 3.15rem;
	border: 1px solid #d9ded8;
	border-radius: 0.15rem;
	background: var(--wcts-color-white);
	overflow: hidden;
}

.wcts-pdp-stepper__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	min-width: 2.8rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--wcts-color-white);
	color: #7d8591;
	font-size: 1.25rem;
	font-weight: 400;
	cursor: pointer;
}

.wcts-pdp-stepper__input {
	width: 2.8rem;
	border: 0;
	border-left: 1px solid #d9ded8;
	border-right: 1px solid #d9ded8;
	border-radius: 0;
	background: transparent;
	color: var(--wcts-color-black);
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
}

.wcts-pdp-stepper__input::-webkit-outer-spin-button,
.wcts-pdp-stepper__input::-webkit-inner-spin-button,
.wcts-pdp-summary__cart .quantity .qty::-webkit-outer-spin-button,
.wcts-pdp-summary__cart .quantity .qty::-webkit-inner-spin-button,
.wcts-pdp-summary__cart .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wcts-pdp-summary__cart .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.wcts-pdp-stepper__input,
.wcts-pdp-summary__cart .quantity .qty,
.wcts-pdp-summary__cart .wc-block-components-quantity-selector__input {
	appearance: textfield;
	-moz-appearance: textfield;
}

.wcts-pdp-summary__cart .variations_form,
.wcts-pdp-summary__cart .single_variation_wrap {
	width: 100%;
}

.wcts-pdp-summary__cart--mirrors-woo-variation .single_variation {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.wcts-pdp-summary__cart .variations {
	width: 100%;
	margin: 0 0 0.8rem;
	border-collapse: collapse;
}

.wcts-pdp-summary__cart .variations tr {
	display: grid;
	gap: 0.62rem;
	padding: 0.72rem 0;
}

.wcts-pdp-summary__cart .variations tr:first-child {
	padding-top: 0;
}

.wcts-pdp-summary__cart .variations th,
.wcts-pdp-summary__cart .variations td {
	padding: 0;
	border: 0;
}

.wcts-pdp-summary__cart .variations th label,
.wcts-pdp-summary__cart .reset_variations {
	color: #535b65;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

html.wcts-pdp-js:not(.wcts-pdp-js-fallback) .wcts-pdp-summary__cart[data-wcts-pdp-product-type="variable"] .variations select:not(.wcts-pdp-variation-select--enhanced):not(.wcts-pdp-variation-select--native) {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

html.wcts-pdp-js:not(.wcts-pdp-js-fallback) .wcts-pdp-summary__cart[data-wcts-pdp-product-type="variable"] .variations td:has(select:not(.wcts-pdp-variation-select--enhanced):not(.wcts-pdp-variation-select--native)) {
	min-height: 2.75rem;
}

.wcts-pdp-summary__cart .variations select {
	width: 100%;
	min-height: 3rem;
	padding: 0 0.95rem;
	border: 1px solid #d9dde5;
	border-radius: 0.2rem;
	background: var(--wcts-color-white);
	color: #182131;
	font-size: 0.98rem;
}

.wcts-pdp-summary__cart .variations select.wcts-pdp-variation-select--enhanced {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.wcts-pdp-summary__cart .reset_variations {
	display: none !important;
}

.wcts-pdp-summary__cart .variations_form > .blockUI,
.wcts-pdp-summary__cart .variations_form > .blockOverlay,
.wcts-pdp-summary__cart .variations_form > .blockMsg,
.wcts-pdp-summary__cart .variations_form .woocommerce-variation-loading {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wcts-pdp-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.52rem;
	align-items: center;
}

.wcts-pdp-variation-option {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.55rem;
	min-width: 2.55rem;
	padding: 0 0.85rem;
	border: 1px solid #dfe4dd;
	border-radius: 0.42rem;
	background: var(--wcts-color-white);
	color: #17202c;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1;
	letter-spacing: 0;
	cursor: pointer;
	transition:
		border-color 150ms ease,
		background-color 150ms ease,
		box-shadow 150ms ease,
		color 150ms ease,
		transform 150ms ease;
}

.wcts-pdp-variation-option:hover,
.wcts-pdp-variation-option:focus-visible {
	border-color: var(--wcts-color-black);
	color: var(--wcts-color-black);
	transform: translateY(-1px);
}

.wcts-pdp-variation-option:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 2px;
}

.wcts-pdp-variation-option.is-selected,
.wcts-pdp-variation-option[aria-checked="true"] {
	border-color: var(--wcts-color-black);
	background: #f7faf5;
	box-shadow: inset 0 0 0 1px var(--wcts-color-black);
}

.wcts-pdp-variation-option.is-unavailable {
	color: #7b8490;
	background: #f8faf8;
	opacity: 0.68;
}

.wcts-pdp-variation-option.is-unavailable::after {
	position: absolute;
	right: 0.44rem;
	bottom: 0.4rem;
	left: 0.44rem;
	height: 1px;
	background: currentColor;
	content: "";
	opacity: 0.5;
}

.wcts-pdp-variation-option.is-unavailable:hover,
.wcts-pdp-variation-option.is-unavailable:focus-visible {
	opacity: 0.88;
}

.wcts-pdp-variation-option:disabled,
.wcts-pdp-variation-option[aria-disabled="true"] {
	color: #9aa1aa;
	cursor: not-allowed;
	opacity: 0.48;
	transform: none;
}

.wcts-pdp-variation-option--color {
	width: 2.95rem;
	min-width: 2.95rem;
	height: 2.95rem;
	min-height: 2.95rem;
	padding: 0.32rem;
	border-radius: 999px;
}

.wcts-pdp-variation-option--circle {
	width: 2.75rem;
	min-width: 2.75rem;
	height: 2.75rem;
	min-height: 2.75rem;
	padding: 0;
	border-radius: 999px;
}

.wcts-pdp-variation-option--single-line .wcts-pdp-variation-option__label {
	white-space: nowrap;
}

.wcts-pdp-variation-options--color .wcts-pdp-variation-option__label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.wcts-pdp-variation-option__swatch {
	display: block;
	width: 2.05rem;
	height: 2.05rem;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 48%),
		#d8ddd6;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.wcts-pdp-summary__cart form.cart:not(.variations_form),
.wcts-pdp-summary__cart .woocommerce-variation-add-to-cart {
	width: 100%;
	margin-top: 0.2rem;
	padding-top: 1.05rem;
	border-top: 1px solid #e8ece6;
}

.wcts-pdp-summary__cart .wc-block-components-quantity-selector,
.wcts-pdp-summary__cart .quantity {
	display: inline-flex;
	align-items: stretch;
	flex: 0 0 auto;
	box-sizing: border-box;
	min-width: 8.8rem;
	height: 3.35rem;
	margin: 0;
	border: 1px solid #d9ded8;
	border-radius: 0.42rem;
	background: var(--wcts-color-white);
	box-shadow: none;
	overflow: hidden;
}

.wcts-pdp-summary__cart .quantity[data-wcts-quantity-hidden="true"] {
	display: none !important;
}

.wcts-pdp-summary__cart .quantity .qty,
.wcts-pdp-summary__cart .wc-block-components-quantity-selector__input {
	width: 3rem;
	border: 0;
	border-left: 1px solid #d9ded8;
	border-right: 1px solid #d9ded8;
	border-radius: 0;
	background: transparent;
	color: var(--wcts-color-black);
	font-size: 1.02rem;
	font-weight: 700;
	text-align: center;
}

.wcts-pdp-summary__cart .wc-block-components-quantity-selector__button,
.wcts-pdp-summary__cart .quantity .minus,
.wcts-pdp-summary__cart .quantity .plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	min-width: 2.9rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--wcts-color-white);
	color: #586171;
	font-size: 1.18rem;
	font-weight: 400;
	cursor: pointer;
}

.wcts-pdp-summary__cart .quantity .minus:hover,
.wcts-pdp-summary__cart .quantity .minus:focus-visible,
.wcts-pdp-summary__cart .quantity .plus:hover,
.wcts-pdp-summary__cart .quantity .plus:focus-visible {
	background: #f3f4f6;
	color: var(--wcts-color-black);
}

.wcts-pdp-summary__cart .quantity .minus:disabled,
.wcts-pdp-summary__cart .quantity .plus:disabled {
	background: #f7f7f7;
	color: #7a8392;
	cursor: not-allowed;
	opacity: 0.72;
}

.wcts-pdp-summary__cart .quantity .qty:focus-visible,
.wcts-pdp-summary__cart .wc-block-components-quantity-selector__input:focus-visible {
	outline: 2px solid #111111;
	outline-offset: -2px;
}

.wcts-pdp-summary__cart .single_add_to_cart_button,
.wcts-pdp-summary__cart .wp-element-button,
.wcts-pdp-summary__cart .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	flex: 1 1 18rem;
	min-height: 3.35rem;
	margin: 0;
	padding: 0 1.5rem;
	border: 2px solid var(--wcts-color-black);
	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.9rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition:
		background-color 140ms ease,
		color 140ms ease,
		box-shadow 140ms ease,
		transform 140ms ease,
		opacity 140ms ease;
}

.wcts-pdp-summary__cart .single_add_to_cart_button::before,
.wcts-pdp-summary__cart .wp-element-button::before,
.wcts-pdp-summary__cart .button::before {
	content: none;
}

.wcts-pdp-summary__cart .single_add_to_cart_button.is-loading,
.wcts-pdp-summary__cart .button.is-loading {
	opacity: 1;
	cursor: progress;
	transform: translateY(0);
}

.wcts-pdp-summary__cart .single_add_to_cart_button:disabled,
.wcts-pdp-summary__cart .single_add_to_cart_button.disabled,
.wcts-pdp-summary__cart .wp-element-button:disabled,
.wcts-pdp-summary__cart .wp-element-button.disabled,
.wcts-pdp-summary__cart .button:disabled,
.wcts-pdp-summary__cart .button.disabled {
	border-color: #e6e9ef;
	background: #e6e9ef;
	color: #87909c;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 1;
	transform: translateY(0);
}

.wcts-pdp-summary__cart .single_add_to_cart_button:disabled:hover,
.wcts-pdp-summary__cart .single_add_to_cart_button.disabled:hover,
.wcts-pdp-summary__cart .wp-element-button:disabled:hover,
.wcts-pdp-summary__cart .wp-element-button.disabled:hover,
.wcts-pdp-summary__cart .button:disabled:hover,
.wcts-pdp-summary__cart .button.disabled:hover {
	background: #e6e9ef;
	color: #87909c;
}

.wcts-pdp-summary__cart .single_add_to_cart_button.is-loading,
.wcts-pdp-summary__cart .single_add_to_cart_button.is-loading:disabled,
.wcts-pdp-summary__cart .wp-element-button.is-loading,
.wcts-pdp-summary__cart .wp-element-button.is-loading:disabled,
.wcts-pdp-summary__cart .button.is-loading,
.wcts-pdp-summary__cart .button.is-loading:disabled {
	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.12);
	cursor: progress;
	opacity: 1;
}

.wcts-pdp-summary__cart .single_add_to_cart_button:hover,
.wcts-pdp-summary__cart .single_add_to_cart_button:focus-visible,
.wcts-pdp-summary__cart .wp-element-button:hover,
.wcts-pdp-summary__cart .wp-element-button:focus-visible,
.wcts-pdp-summary__cart .button:hover,
.wcts-pdp-summary__cart .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-pdp-summary__cart .added_to_cart {
	display: none !important;
}

.wcts-pdp-summary__cart-hint {
	margin: 0.2rem 0 0;
	color: #69707b;
	font-size: 0.87rem;
	line-height: 1.45;
}

/* assets/css/modules/product/support.css */
.wcts-pdp-support-list {
	display: grid;
	gap: 0.58rem;
	margin-top: 0.9rem;
}

.wcts-pdp-support-item {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.18rem 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	transition:
		color 160ms ease,
		transform 160ms ease;
}

.wcts-pdp-support-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 1.35rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--wcts-color-yellow-dark);
	transition:
		border-color 160ms ease,
		background-color 160ms ease,
		color 160ms ease;
}

.wcts-pdp-support-item__icon svg {
	width: 1.05rem;
	height: 1.05rem;
}

.wcts-pdp-support-item__body {
	min-width: 0;
}

.wcts-pdp-support-item__text {
	color: #303844;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
}

.wcts-pdp-support-item:hover,
.wcts-pdp-support-item:focus-within {
	transform: translateY(-1px);
}

.wcts-pdp-support-item:hover .wcts-pdp-support-item__icon,
.wcts-pdp-support-item:focus-within .wcts-pdp-support-item__icon {
	color: var(--wcts-color-black);
}

/* assets/css/modules/product/details.css */
.wcts-pdp-details {
	display: grid;
	gap: clamp(1.4rem, 2.5vw, 2rem);
	padding-top: clamp(2.2rem, 4.5vw, 3.8rem);
}

.wcts-pdp-details__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(1rem, 4vw, 4.5rem);
	border-bottom: 1px solid #e8ece6;
}

.wcts-pdp-details__tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0 0.1rem;
	border: 0;
	background: transparent;
	color: #606976;
	font: inherit;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0;
	cursor: pointer;
}

.wcts-pdp-details__tab::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: transparent;
	transition:
		background-color 160ms ease,
		transform 160ms ease;
	transform: scaleX(0.35);
}

.wcts-pdp-details__tab:hover,
.wcts-pdp-details__tab:focus-visible,
.wcts-pdp-details__tab.is-active {
	color: var(--wcts-color-black);
}

.wcts-pdp-details__tab:focus-visible {
	outline: 2px solid var(--wcts-color-yellow);
	outline-offset: 0.25rem;
}

.wcts-pdp-details__tab.is-active::after,
.wcts-pdp-details__tab[aria-selected="true"]::after {
	background: var(--wcts-color-yellow);
	transform: scaleX(1);
}

.wcts-pdp-details__panels {
	display: grid;
	gap: clamp(1.8rem, 4vw, 3rem);
}

.wcts-pdp-details--enhanced .wcts-pdp-details__panels {
	display: block;
}

.wcts-pdp-details__panel {
	max-width: 70rem;
	margin-inline: auto;
	width: 100%;
}

.wcts-pdp-details__panel[hidden] {
	display: none;
}

.wcts-pdp-details__column {
	display: grid;
	align-content: start;
	gap: 1.25rem;
	min-width: 0;
}

.wcts-pdp-details__heading {
	margin: 0;
	color: #182131;
	font-size: clamp(1.4rem, 1.8vw, 1.72rem);
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.wcts-pdp-description,
.wcts-pdp-policy {
	color: #5d6674;
	font-size: 1rem;
	line-height: 1.82;
}

.wcts-pdp-description > *:first-child,
.wcts-pdp-policy > *:first-child {
	margin-top: 0;
}

.wcts-pdp-description > *:last-child,
.wcts-pdp-policy > *:last-child {
	margin-bottom: 0;
}

.wcts-pdp-policy {
	display: grid;
	gap: 1rem;
}

.wcts-pdp-policy__link {
	justify-self: start;
	color: var(--wcts-color-black);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration-color: var(--wcts-color-yellow);
	text-decoration-thickness: 2px;
	text-transform: uppercase;
}

.wcts-pdp-specs {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: var(--wcts-color-white);
}

.wcts-pdp-specs__rows {
	display: grid;
	max-width: 46rem;
	margin-inline: auto;
}

.wcts-pdp-specs__row {
	display: grid;
	grid-template-columns: minmax(8.5rem, 12rem) minmax(0, 1fr);
	gap: clamp(0.75rem, 2vw, 1.15rem);
	align-items: start;
	padding: 0.86rem 0;
	border-bottom: 1px solid #e8ece6;
}

.wcts-pdp-specs__row:last-child {
	border-bottom: 0;
}

.wcts-pdp-specs__key {
	color: #5f6673;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.wcts-pdp-specs__value {
	color: #182131;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.55;
	overflow-wrap: anywhere;
	text-align: left;
}

.wcts-pdp-specs__empty {
	margin: 0;
	padding: 1rem 1.1rem;
	color: #7b8490;
	font-size: 0.95rem;
}

/* assets/css/modules/product/related.css */
.wcts-pdp-related {
	display: grid;
	gap: 0.9rem;
	padding-top: clamp(2rem, 3.6vw, 2.85rem);
	border-top: 1px solid #eef0f4;
}

.wcts-pdp-related__heading {
	margin: 0;
	font-size: clamp(1.3rem, 1.55vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0;
}

.wcts-pdp-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(0.7rem, 1.2vw, 0.9rem);
}

.wcts-pdp-related__grid .wcts-catalog-card {
	height: 100%;
	border: 1px solid #eef0f4;
	background: var(--wcts-color-white);
}

.wcts-pdp-related__grid .wcts-catalog-card__media {
	aspect-ratio: 1.2 / 1;
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #eef0f4;
	border-radius: 0;
	background: #fff;
}

.wcts-pdp-related__grid .wcts-catalog-card__image {
	padding: 0.82rem;
}

.wcts-pdp-related__grid .wcts-catalog-card__body {
	gap: 0.45rem;
	padding: 0.68rem 0.75rem 0.75rem;
}

.wcts-pdp-related__grid .wcts-catalog-card__title {
	min-height: calc(1em * 1.22 * 2);
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: 0;
}

.wcts-pdp-related__grid .wcts-catalog-card__price {
	font-size: 0.94rem;
	font-weight: 800;
}

.wcts-pdp-related__grid .wcts-catalog-card__button {
	min-height: 2.45rem;
	padding: 0.55rem 0.72rem;
	border-width: 1px;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
}

.wcts-pdp-related__grid .wcts-catalog-card__button-icon {
	width: 0.86rem;
	height: 0.86rem;
}

.wcts-pdp-related__grid .wcts-catalog-card .added_to_cart,
.wcts-pdp-related__grid .wcts-catalog-card__button + .added_to_cart {
	display: none !important;
}

/* assets/css/modules/product/responsive.css */
@media (max-width: 1100px) {
	.wcts-pdp-hero {
		grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
		gap: clamp(1.55rem, 2.8vw, 2.45rem);
	}

	.wcts-pdp-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (hover: none) {
	.wcts-pdp-gallery__stage-nav {
		opacity: 1;
	}
}

@media (max-width: 960px) {
	.wcts-pdp-hero {
		grid-template-columns: 1fr;
	}

	.wcts-pdp-gallery :where(
		.woocommerce-product-gallery__image--placeholder,
		.wc-block-product-gallery-large-image__container
	) {
		min-height: clamp(16rem, 54vw, 22rem);
	}

	.wcts-pdp-gallery .woocommerce-product-gallery__image:first-child {
		min-height: clamp(16rem, 54vw, 22rem);
	}

	.wcts-pdp-details__heading {
		font-size: clamp(1.35rem, 5vw, 1.7rem);
	}
}

@media (max-width: 640px) {
	.wcts-pdp__breadcrumbs {
		font-size: 0.9rem;
	}

	.wcts-pdp__inner {
		gap: 1.1rem;
	}

	.wcts-pdp-hero {
		gap: 0.8rem;
	}

	.wcts-pdp-gallery {
		min-width: 0;
		max-width: 100%;
		padding: 0;
	}

	.wcts-pdp-gallery__shell {
		gap: 0.45rem;
		min-width: 0;
		max-width: 100%;
	}

	.wcts-pdp-gallery__stage {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		aspect-ratio: 1 / 0.9;
		max-height: none;
		padding: 0.65rem;
		box-sizing: border-box;
	}

	.wcts-pdp-gallery__stage-nav {
		display: none;
	}

	.wcts-pdp-gallery__dots {
		gap: 0.36rem;
		flex-wrap: wrap;
		max-width: 100%;
		overflow: hidden;
	}

	.wcts-pdp-gallery__thumbs-shell {
		gap: 0.4rem;
	}

	.wcts-pdp-gallery__thumbs {
		gap: 0.4rem;
	}

	.wcts-pdp-gallery__thumbs-nav {
		width: 2rem;
		height: 2rem;
	}

	.wcts-pdp-gallery__thumb {
		flex-basis: 3.9rem;
		width: 3.9rem;
		height: 3.9rem;
	}

	.wcts-pdp-gallery :where(
		.woocommerce-product-gallery__image--placeholder,
		.wc-block-product-gallery-large-image__container
	) {
		min-height: clamp(11rem, 42vw, 13.5rem);
		padding: 0.45rem;
	}

	.wcts-pdp-gallery .woocommerce-product-gallery__wrapper {
		gap: 0.45rem;
	}

	.wcts-pdp-gallery .woocommerce-product-gallery__image {
		padding: 0.3rem;
	}

	.wcts-pdp-gallery .woocommerce-product-gallery__image:first-child {
		min-height: clamp(11rem, 42vw, 13.5rem);
		padding: 0.45rem;
	}

	.wcts-pdp-gallery .flex-control-thumbs,
	.wcts-pdp-gallery .wc-block-product-gallery-thumbnails__scrollable {
		display: flex;
		flex-wrap: nowrap;
		gap: 0.45rem;
		margin-top: 0.45rem;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.wcts-pdp-gallery .flex-control-thumbs li,
	.wcts-pdp-gallery .wc-block-product-gallery-thumbnails__thumbnail {
		float: none;
		flex: 0 0 3.5rem;
		width: 3.5rem;
	}

	.wcts-pdp-gallery :where(
		.flex-control-thumbs img,
		.wc-block-product-gallery-thumbnails__thumbnail__image
	) {
		height: 3.5rem;
		object-fit: contain;
	}

	.wcts-pdp-summary__title {
		font-size: clamp(1.55rem, 7.8vw, 1.95rem);
		line-height: 1.15;
	}

	.wcts-pdp-summary__availability {
		font-size: 0.82rem;
		gap: 0.4rem;
	}

	.wcts-pdp-summary__price {
		font-size: clamp(1.35rem, 7vw, 1.65rem);
	}

	.wcts-pdp-summary__cart {
		padding-top: 0.7rem;
	}

	.wcts-pdp-summary__cart .variations {
		margin-bottom: 0.55rem;
	}

	.wcts-pdp-summary__cart .variations tr {
		padding: 0.45rem 0;
	}

	.wcts-pdp-variation-options {
		gap: 0.45rem;
	}

	.wcts-pdp-variation-option {
		min-height: 2.42rem;
		padding: 0 0.72rem;
		font-size: 0.84rem;
	}

	.wcts-pdp-variation-option--color {
		width: 2.65rem;
		min-width: 2.65rem;
		height: 2.65rem;
		min-height: 2.65rem;
		padding: 0.3rem;
	}

	.wcts-pdp-variation-option--circle {
		width: 2.55rem;
		min-width: 2.55rem;
		height: 2.55rem;
		min-height: 2.55rem;
	}

	.wcts-pdp-variation-option__swatch {
		width: 1.85rem;
		height: 1.85rem;
	}

	.wcts-pdp-summary__cart-hint {
		font-size: 0.82rem;
	}

	.wcts-pdp-summary__cart .wp-block-woocommerce-add-to-cart-form,
	.wcts-pdp-summary__cart .wp-block-add-to-cart-form,
	.wcts-pdp-summary__cart form.cart,
	.wcts-pdp-cart-form,
	.wcts-pdp-summary__cart .woocommerce-variation-add-to-cart {
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.wcts-pdp-summary__cart .variations_form,
	.wcts-pdp-summary__cart .single_variation_wrap {
		flex-direction: column;
		align-items: stretch;
	}

	.wcts-pdp-summary__cart .woocommerce-variation-add-to-cart {
		width: 100%;
	}

	.wcts-pdp-summary__cart .wc-block-components-quantity-selector,
	.wcts-pdp-summary__cart .quantity,
	.wcts-pdp-stepper {
		flex: 0 0 clamp(7.85rem, 34vw, 8.5rem);
		width: clamp(7.85rem, 34vw, 8.5rem);
		min-width: 0;
		height: 3.15rem;
	}

	.wcts-pdp-summary__cart .quantity .minus,
	.wcts-pdp-summary__cart .quantity .plus,
	.wcts-pdp-summary__cart .wc-block-components-quantity-selector__button,
	.wcts-pdp-stepper__button {
		flex: 0 0 2.25rem;
		width: 2.25rem;
		min-width: 2.25rem;
	}

	.wcts-pdp-summary__cart .quantity .qty,
	.wcts-pdp-summary__cart .wc-block-components-quantity-selector__input,
	.wcts-pdp-stepper__input {
		flex: 1 1 auto;
		width: auto;
		min-width: 2.65rem;
	}

	.wcts-pdp-summary__cart .single_add_to_cart_button,
	.wcts-pdp-summary__cart .wp-element-button,
	.wcts-pdp-summary__cart .button {
		flex: 1 1 0;
		width: auto;
		min-height: 3.15rem;
		padding: 0 0.8rem;
		gap: 0.48rem;
		font-size: 0.82rem;
	}

	.wcts-pdp-related__grid {
		grid-template-columns: 1fr;
	}

	.wcts-pdp-support-item {
		align-items: flex-start;
		padding: 0.75rem 0.85rem;
	}

	.wcts-pdp-support-list {
		margin-top: 0.35rem;
	}

	.wcts-pdp-details__tabs {
		justify-content: flex-start;
		gap: 1.2rem;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.wcts-pdp-details__tabs::-webkit-scrollbar {
		display: none;
	}

	.wcts-pdp-details__tab {
		flex: 0 0 auto;
		font-size: 0.88rem;
		white-space: nowrap;
	}

	.wcts-pdp-related__grid .wcts-catalog-card__media {
		aspect-ratio: 1.35 / 1;
	}

	.wcts-pdp-related__grid .wcts-catalog-card__body {
		padding: 0.68rem 0.72rem 0.76rem;
	}

	.wcts-pdp-gallery-lightbox {
		width: 100vw;
		max-width: none;
		height: 100dvh;
	}

	.wcts-pdp-gallery-lightbox__inner {
		padding: 0.7rem;
	}

	.wcts-pdp-gallery-lightbox__frame {
		grid-template-columns: 1fr;
		padding-top: 3.5rem;
	}

	.wcts-pdp-gallery-lightbox__nav {
		display: none;
	}

	.wcts-pdp-gallery-lightbox__thumb {
		flex-basis: 3.5rem;
		width: 3.5rem;
		height: 3.5rem;
	}

	.wcts-pdp-specs__row {
		grid-template-columns: 1fr;
		gap: 0.28rem;
		padding: 0.78rem 0;
	}

	.wcts-pdp-specs__value {
		text-align: left;
	}
}

/* assets/css/product.css */
/* Product route compatibility artifact.
 * PDP CSS modules are enqueued explicitly from theme/inc/theme/enqueue.php so
 * each file keeps WordPress filemtime versioning and stable cascade order.
 */
