.single-product .summary .price,
.single-product .summary > .woocommerce-product-details__short-description {
	display: none;
}

.pc-top-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 18px;
}

.pc-top-badge {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: #1f8f4e;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pc-preview-wrap {
	position: relative;
	display: grid;
	gap: 0;
}

.pc-upload-status-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 6;
	display: none;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	box-shadow: 0 10px 24px rgba(20, 20, 20, 0.18);
}

.pc-preview-wrap.is-uploaded .pc-upload-status-badge {
	display: inline-flex;
}

.pc-static-gallery {
	position: static !important;
	top: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.pc-static-media {
	position: relative;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.pc-static-media img {
	width: 100%;
	height: auto;
	object-position: center;
	background: transparent;
	border-radius: 0 !important;
}

.pc-static-media > img[data-pc-static-main] {
	position: relative;
	z-index: 1;
	display: block;
}

.pc-static-media .pc-frame-layer {
	position: absolute;
	inset: 0;
	border-radius: 0 !important;
}

.pc-static-photo-layer {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 2;
	pointer-events: none;
}

.pc-static-photo-layer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0 !important;
}

.pc-static-photo-layer img.pc-photo-preview--empty {
	opacity: 0;
}

.pc-static-media.is-preview-reference .pc-frame-layer {
	opacity: 0;
}

.pc-static-media.is-preview-reference .pc-static-photo-layer {
	opacity: 0;
}

.pc-static-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.pc-static-thumb {
	width: 92px;
	height: 92px;
	padding: 0;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pc-static-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pc-static-thumb.is-active {
	border-color: #111;
	box-shadow: 0 10px 24px rgba(20, 20, 20, 0.12);
}

.pc-static-thumb:hover {
	transform: translateY(-1px);
	border-color: #111;
}

.pc-preview-stage {
	position: relative;
	width: 100%;
	min-height: 820px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	background:
		radial-gradient(circle at top left, rgba(221, 111, 75, 0.12), transparent 28%),
		linear-gradient(180deg, #fcfaf6 0%, #f2ede6 100%);
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(20, 20, 20, 0.1);
}

.pc-preview-mockup {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pc-preview-artboard {
	position: absolute;
	inset: 0;
}

.pc-preview-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(17, 17, 17, 0.08));
	pointer-events: none;
}

.pc-photo-layer {
	position: absolute;
	overflow: hidden;
}

.pc-frame-layer {
	position: absolute;
	inset: 0;
	display: none;
	pointer-events: none;
	z-index: 1;
}

.pc-preview-wrap.pc-type-poster .pc-preview-stage {
	background:
		radial-gradient(circle at top left, rgba(221, 111, 75, 0.08), transparent 28%),
		linear-gradient(180deg, #fffdf9 0%, #f7f1e8 100%);
}

.pc-photo-layer img,
.pc-photo-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0;
}

.pc-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
	color: #111;
	font-weight: 700;
	text-transform: uppercase;
}

.pc-text-layer {
	position: absolute;
	color: #fff;
	text-align: center;
	white-space: pre-line;
	line-height: 1.1;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.pc-type-poster .pc-photo-layer {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
}

.pc-preview-stage.is-placeholder-preview .pc-photo-layer img {
	width: 124%;
	height: 124%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pc-frame-layer.frame-none {
	box-shadow: none;
}

.pc-frame-layer.frame-black {
	box-shadow: inset 0 0 0 18px #111111;
}

.pc-frame-layer.frame-white {
	box-shadow: inset 0 0 0 18px #f8f5ee;
}

.pc-frame-layer.frame-oak {
	box-shadow: inset 0 0 0 18px #9a6b42;
}

.pc-color-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pc-color-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	padding: 11px 14px;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	background: #fff;
	color: #111 !important;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.pc-color-chip span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-color-chip.is-active {
	background: #111;
	border-color: #111;
	color: #fff !important;
}

.pc-color-chip:hover {
	transform: translateY(-1px);
	border-color: #111;
}

.pc-type-poster .pc-text-edition {
	top: 10%;
	left: 20%;
	width: 60%;
	font-size: clamp(14px, 1.5vw, 18px);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f7f1e8;
}

.pc-type-poster .pc-text-subtitle {
	top: 19%;
	left: 20%;
	width: 60%;
	font-size: clamp(16px, 1.9vw, 24px);
	font-weight: 700;
	text-transform: uppercase;
	color: #f7f1e8;
}

.pc-type-poster .pc-text-left_top,
.pc-type-poster .pc-text-right_top,
.pc-type-poster .pc-text-left_bottom {
	width: 24%;
	font-size: clamp(12px, 1.3vw, 16px);
	font-weight: 600;
	text-align: left;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

.pc-type-poster .pc-text-left_top {
	top: 30%;
	left: 12%;
}

.pc-type-poster .pc-text-right_top {
	top: 30%;
	right: 12%;
	text-align: right;
}

.pc-type-poster .pc-text-left_bottom {
	top: 50%;
	left: 12%;
}

.pc-type-poster .pc-text-right_middle {
	top: 50%;
	right: 12%;
	width: 24%;
	font-size: clamp(12px, 1.3vw, 16px);
	font-weight: 600;
	text-align: right;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

.pc-type-poster .pc-text-left_middle {
	top: 63%;
	left: 12%;
	width: 24%;
	font-size: clamp(12px, 1.3vw, 16px);
	font-weight: 600;
	text-align: left;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.55);
}

.pc-type-poster .pc-text-name {
	left: 18%;
	right: 18%;
	bottom: 17%;
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 800;
	text-transform: uppercase;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0 6px 16px rgba(0, 0, 0, 0.65);
}

.pc-type-poster .pc-text-caption {
	left: 16%;
	right: 16%;
	bottom: 10%;
	font-size: clamp(14px, 1.4vw, 18px);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	z-index: 2;
	color: #f7f1e8;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.pc-type-poster .pc-text-bottom_left,
.pc-type-poster .pc-text-bottom_right,
.pc-type-poster .pc-text-footer_tag {
	font-size: clamp(11px, 1.1vw, 14px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	z-index: 2;
	color: #f7f1e8;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.pc-type-poster .pc-text-bottom_left {
	left: 18%;
	bottom: 5%;
	text-align: left;
}

.pc-type-poster .pc-text-bottom_right {
	right: 18%;
	bottom: 5%;
	text-align: right;
}

.pc-type-poster .pc-text-footer_tag {
	left: 50%;
	bottom: 2.8%;
	width: 40%;
	transform: translateX(-50%);
	text-align: center;
}

.pc-type-mug .pc-photo-layer {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.pc-type-mug .pc-photo-layer img.pc-photo-preview--empty {
	opacity: 0;
}

.pc-type-mug .pc-text-headline {
	left: 20%;
	right: 20%;
	top: 63%;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	text-transform: uppercase;
}

.pc-type-mug .pc-text-subheadline {
	left: 24%;
	right: 24%;
	top: 72%;
	font-size: clamp(14px, 1.4vw, 18px);
}

.pc-type-mug .pc-text-line1 {
	left: 24%;
	right: 24%;
	top: 78%;
	font-size: clamp(12px, 1.25vw, 16px);
}

.pc-type-mug .pc-text-line2 {
	left: 24%;
	right: 24%;
	top: 83%;
	font-size: clamp(12px, 1.25vw, 16px);
}

.pc-type-mug .pc-text-line3 {
	left: 24%;
	right: 24%;
	top: 88%;
	font-size: clamp(12px, 1.25vw, 16px);
}

.pc-configurator {
	margin-top: 24px;
	padding-top: 6px;
}

.single-product div.product .summary .pc-configurator {
	display: grid;
	gap: 16px;
}

.pc-price-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.pc-price-current {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.pc-price-compare {
	color: #8b8b8b;
	font-size: 22px;
	text-decoration: line-through;
}

.pc-price-badge {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 8px;
	background: #e68a4f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.pc-price-badge:empty,
.pc-price-compare:empty {
	display: none;
}

.pc-promo-box {
	margin-bottom: 20px;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, #fbf8f4 0%, #f3eee8 100%);
	color: #3e3831;
}

.pc-promo-box strong {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pc-promo-box p {
	margin: 0;
}

.pc-section {
	margin-bottom: 0;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
}

.pc-label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pc-variant-grid,
.pc-placeholder-grid,
.pc-frame-grid,
.pc-color-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pc-variant-chip,
.pc-placeholder-chip,
.pc-frame-chip,
.pc-color-chip {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	justify-content: center;
	min-width: 90px;
	padding: 10px 13px;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	background: #fff;
	color: #111 !important;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pc-placeholder-chip {
	min-width: 180px;
}

.pc-variant-chip span,
.pc-placeholder-chip span,
.pc-frame-chip span,
.pc-color-chip span {
	font-size: 11px;
	letter-spacing: 0.08em;
}

.pc-variant-chip.is-active,
.pc-placeholder-chip.is-active,
.pc-frame-chip.is-active,
.pc-color-chip.is-active {
	background: #111;
	color: #fff !important;
	border-color: #111;
}

.pc-variant-chip:hover,
.pc-placeholder-chip:hover,
.pc-frame-chip:hover,
.pc-color-chip:hover {
	transform: translateY(-1px);
	border-color: #111;
}

.pc-variant-chip small,
.pc-frame-chip small {
	display: none;
}

.pc-frame-chip.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
	border-color: #d9d9d9;
	background: #f5f2ec;
	color: #7b756d !important;
}

.pc-frame-chip.is-disabled:hover {
	transform: none;
	border-color: #d9d9d9;
}

.pc-upload-input,
.pc-field-row input,
.pc-field-row textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #dedede;
	border-radius: 12px;
	background: #fff;
}

.pc-upload-field {
	display: grid;
	gap: 10px;
}

.pc-upload-inline-status {
	display: none;
	align-items: center;
	gap: 10px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #111;
}

.pc-upload-section.is-uploaded .pc-upload-inline-status {
	display: inline-flex;
}

.pc-upload-inline-status__dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	flex: 0 0 auto;
}

.pc-fields {
	display: grid;
	gap: 16px;
}

.pc-field-row {
	display: grid;
	gap: 6px;
}

.pc-field-row label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-accordion {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	overflow: hidden;
}

.pc-accordion-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border: 0;
	background: transparent;
	color: #111 !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pc-accordion-icon {
	position: relative;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	transition: transform 0.28s ease;
}

.pc-accordion-icon::before,
.pc-accordion-icon::after {
	content: "";
	position: absolute;
	top: 7px;
	width: 8px;
	height: 1.5px;
	background: #111;
	border-radius: 999px;
}

.pc-accordion-icon::before {
	left: 1px;
	transform: rotate(45deg);
}

.pc-accordion-icon::after {
	right: 1px;
	transform: rotate(-45deg);
}

.pc-accordion.is-open .pc-accordion-icon {
	transform: rotate(180deg);
}

.pc-accordion-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.32s ease;
}

.pc-accordion.is-open .pc-accordion-content {
	grid-template-rows: 1fr;
}

.pc-accordion-content > .pc-field-row {
	min-height: 0;
	padding: 0 18px 18px;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.24s ease, transform 0.24s ease;
}

.pc-accordion.is-open .pc-accordion-content > .pc-field-row {
	opacity: 1;
	transform: translateY(0);
}

.pc-lead-time-copy {
	color: #514b44;
	font-size: 15px;
	line-height: 1.65;
}

.pc-lead-time-copy p {
	margin: 0;
}

.single-product .summary .pc-configurator + .quantity,
.single-product .summary .cart .single_add_to_cart_button {
	margin-top: 18px;
}

.single-product .summary .cart .single_add_to_cart_button {
	width: 100%;
}

.single-product div.product .summary .pc-configurator .pc-section:last-of-type {
	margin-bottom: 10px;
}

.single-product div.product .summary .cart {
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.single-product div.product .summary .cart .quantity {
	flex: 0 0 auto;
	min-width: 170px;
	justify-content: center;
}

.single-product div.product .summary .cart .single_add_to_cart_button {
	flex: 1 1 auto;
}

@media (max-width: 980px) {
	.pc-preview-stage {
		min-height: 620px;
	}

	.pc-static-media {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.pc-preview-stage {
		min-height: 440px;
	}

	.pc-static-media {
		width: 100%;
	}

	.pc-static-thumbs {
		gap: 10px;
	}

	.pc-static-thumb {
		width: 74px;
		height: 74px;
	}

	.pc-price-current {
		font-size: 28px;
	}

	.pc-variant-grid,
	.pc-placeholder-grid,
	.pc-frame-grid,
	.pc-color-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-variant-chip,
	.pc-placeholder-chip,
	.pc-frame-chip,
	.pc-color-chip {
		width: 100%;
		min-width: 0;
	}

	.pc-type-poster .pc-photo-layer {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.pc-type-poster .pc-text-name {
		font-size: 28px;
	}

	.pc-frame-layer.frame-black {
		box-shadow: inset 0 0 0 12px #111111;
	}

	.pc-frame-layer.frame-white {
		box-shadow: inset 0 0 0 12px #f8f5ee;
	}

	.pc-frame-layer.frame-oak {
		box-shadow: inset 0 0 0 12px #9a6b42;
	}
}
