.peptide-product-single {
	--peptide-single-image-ratio: 1/1;
	--peptide-single-container-bg: transparent;
	--peptide-single-container-padding: 32px;
	--peptide-single-container-radius: 28px;
	--peptide-single-media-bg: #fff;
	--peptide-single-card-bg: rgba(255,255,255,0.92);
	--peptide-single-card-border: 1px solid rgba(148,163,184,0.18);
	--peptide-single-content-max-width: 640px;
	--peptide-single-title-color: #0f172a;
	--peptide-single-text-color: #475569;
	--peptide-single-price-color: #0f766e;
	--peptide-single-button-bg: #0f766e;
	--peptide-single-button-color: #fff;
	--peptide-single-button-secondary-bg: #ecfeff;
	--peptide-single-button-secondary-color: #155e75;
	--peptide-single-button-radius: 999px;
	--peptide-single-gap: 36px;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: var(--peptide-single-gap);
	padding: var(--peptide-single-container-padding);
	border-radius: var(--peptide-single-container-radius);
	background: var(--peptide-single-container-bg);
}

.peptide-product-single__media-column,
.peptide-product-single__content-column {
	min-width: 0;
}

.peptide-product-single__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.peptide-product-single__image-shell {
	background: var(--peptide-single-media-bg);
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.12);
}

.peptide-product-single__image-shell--primary {
	grid-column: 1 / -1;
}

.peptide-product-single__image {
	width: 100%;
	height: 100%;
	aspect-ratio: var(--peptide-single-image-ratio);
	object-fit: cover;
	display: block;
	transition: opacity 180ms ease, transform 180ms ease;
}

.peptide-product-single__content-column {
	max-width: var(--peptide-single-content-max-width);
}

.peptide-product-single__badge {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.peptide-product-single__title {
	margin: 0 0 14px;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: var(--peptide-single-title-color);
}

.peptide-product-single__price,
.peptide-product-single__price .amount {
	color: var(--peptide-single-price-color);
	font-size: 24px;
	font-weight: 800;
}

.peptide-product-single__excerpt {
	margin-top: 18px;
	color: var(--peptide-single-text-color);
	font-size: 15px;
	line-height: 1.8;
}

.peptide-product-single__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.peptide-product-single__highlight {
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(148,163,184,0.18);
	color: var(--peptide-single-text-color);
	font-size: 13px;
}

.peptide-product-single__meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.peptide-product-single__specs,
.peptide-product-single__coa-box {
	padding: 22px;
	border-radius: 22px;
	background: var(--peptide-single-card-bg);
	border: var(--peptide-single-card-border);
}

.peptide-product-single__specs h3,
.peptide-product-single__coa-box h3 {
	margin: 0 0 16px;
	font-size: 18px;
}

.peptide-product-single__specs-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.peptide-product-single__spec span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--peptide-single-text-color);
	margin-bottom: 4px;
}

.peptide-product-single__spec strong {
	font-size: 15px;
	color: var(--peptide-single-title-color);
}

.peptide-product-single__actions,
.peptide-product-single__coa-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.peptide-product-single__purchase-form .quantity {
	display: inline-flex;
	align-items: center;
}

.peptide-product-single__purchase-form .qty {
	min-height: 48px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.3);
	background: rgba(255, 255, 255, 0.9);
}

.peptide-product-single__variations {
	width: 100%;
	margin-top: 22px;
	border-collapse: separate;
	border-spacing: 0 12px;
}

.peptide-product-single__variations th,
.peptide-product-single__variations td {
	vertical-align: middle;
}

.peptide-product-single__variations .label {
	width: 140px;
	padding-right: 14px;
	color: var(--peptide-single-text-color);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.peptide-product-single__variations select {
	width: 100%;
	min-height: 48px;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.3);
	padding: 0 14px;
	background: rgba(255, 255, 255, 0.94);
}

.peptide-product-single__variations .reset_variations {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
}

.peptide-product-single .woocommerce-variation.single_variation {
	margin-top: 16px;
	padding: 16px 18px;
	border-radius: 18px;
	background: var(--peptide-single-card-bg);
	border: var(--peptide-single-card-border);
}

.peptide-product-single .woocommerce-variation-description,
.peptide-product-single .woocommerce-variation-price,
.peptide-product-single .woocommerce-variation-availability {
	margin-bottom: 8px;
}

.peptide-product-single__stock-note {
	margin-top: 22px;
	padding: 16px 18px;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #475569;
}

.peptide-single-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: var(--peptide-single-button-radius);
	font-weight: 700;
	text-decoration: none;
}

.peptide-single-button-primary {
	background: var(--peptide-single-button-bg);
	color: var(--peptide-single-button-color);
}

.peptide-single-button-secondary {
	background: var(--peptide-single-button-secondary-bg);
	color: var(--peptide-single-button-secondary-color);
}

.peptide-single-preset-luxe {
	--peptide-single-container-bg: linear-gradient(135deg, #fff7ed 0%, #ffffff 45%, #fef3c7 100%);
	--peptide-single-title-color: #422006;
	--peptide-single-price-color: #b45309;
	--peptide-single-text-color: #7c5c35;
	--peptide-single-button-bg: linear-gradient(135deg, #422006, #b45309);
	--peptide-single-button-secondary-bg: #fff1d6;
	--peptide-single-button-secondary-color: #92400e;
}

.peptide-single-preset-luxe .peptide-product-single__badge {
	background: rgba(245, 158, 11, 0.14);
	color: #92400e;
}

.peptide-single-preset-glass {
	--peptide-single-container-bg: linear-gradient(180deg, rgba(224,231,255,0.42), rgba(240,249,255,0.58));
	--peptide-single-media-bg: rgba(255,255,255,0.68);
	--peptide-single-card-bg: rgba(255,255,255,0.72);
	--peptide-single-card-border: 1px solid rgba(255,255,255,0.7);
	--peptide-single-price-color: #0369a1;
	--peptide-single-button-bg: linear-gradient(135deg, #0f172a, #2563eb);
	--peptide-single-button-secondary-bg: rgba(255,255,255,0.88);
	--peptide-single-button-secondary-color: #1d4ed8;
}

.peptide-single-preset-glass .peptide-product-single__specs,
.peptide-single-preset-glass .peptide-product-single__coa-box,
.peptide-single-preset-glass .peptide-product-single__image-shell {
	backdrop-filter: blur(18px);
}

.peptide-single-preset-glass .peptide-product-single__badge {
	background: rgba(14,165,233,0.14);
	color: #075985;
}

.peptide-single-preset-clinical {
	--peptide-single-container-bg: linear-gradient(180deg, #f8fafc 0%, #ecfeff 100%);
	--peptide-single-title-color: #0f172a;
	--peptide-single-text-color: #334155;
	--peptide-single-price-color: #0f766e;
	--peptide-single-button-bg: linear-gradient(135deg, #0f766e, #14b8a6);
	--peptide-single-button-secondary-bg: #f0fdfa;
	--peptide-single-button-secondary-color: #0f766e;
}

.peptide-single-preset-clinical .peptide-product-single__badge {
	background: #ccfbf1;
	color: #115e59;
}

.peptide-single-preset-editorial {
	--peptide-single-container-bg: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
	--peptide-single-title-color: #111827;
	--peptide-single-text-color: #4b5563;
	--peptide-single-price-color: #be123c;
	--peptide-single-button-bg: #111827;
	--peptide-single-button-secondary-bg: #fce7f3;
	--peptide-single-button-secondary-color: #9d174d;
}

.peptide-single-preset-editorial .peptide-product-single__badge {
	background: #111827;
	color: #fff;
}

.peptide-product-single-empty {
	padding: 24px;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

@media (max-width: 1024px) {
	.peptide-product-single {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.peptide-product-single {
		padding: 18px;
	}

	.peptide-product-single__meta-grid,
	.peptide-product-single__specs-grid {
		grid-template-columns: 1fr;
	}

	.peptide-product-single__variations .label,
	.peptide-product-single__variations,
	.peptide-product-single__variations tbody,
	.peptide-product-single__variations tr,
	.peptide-product-single__variations td,
	.peptide-product-single__variations th {
		display: block;
		width: 100%;
	}
}
