/* Single product — Peptech Pharma PDP */

.single-product .site-content,
.single-product #site-content {
	background: #fff;
}

.single-product div.product.pdp {
	padding: 0 30px 72px;
	max-width: none;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	float: none !important;
}

.single-product div.product.pdp::before,
.single-product div.product.pdp::after {
	content: none !important;
	display: none !important;
}

.pdp__media,
.pdp__media .woocommerce-product-gallery,
.pdp__media .images,
.pdp__summary,
.single-product div.product.pdp .summary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.pdp__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 0;
	align-items: start;
}

/* Gallery */
.pdp__media .woocommerce-product-gallery {
	width: 100% !important;
	margin: 0 !important;
	background: #cfe8f2;
	overflow: hidden;
}

/* Research benefits — under product image */
.pdp-benefits {
	margin-top: 20px;
	text-align: left;
}

.pdp-benefits__inner {
	padding: 22px 20px 20px;
	background: linear-gradient(165deg, #f3f9fc 0%, #eef6fa 55%, #f7fbfd 100%);
	border: 1px solid #d5e8f1;
	border-left: 3px solid #7eb6d0;
}

.pdp-benefits__eyebrow {
	margin: 0 0 6px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3d6f88;
	line-height: 1.2;
}

.pdp-benefits__heading {
	margin: 0 0 12px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1a1916;
	line-height: 1.25;
	text-transform: none;
}

.pdp-benefits__intro {
	margin: 0 0 16px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.6;
	color: #5c5954;
}

.pdp-benefits__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pdp-benefits__list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.pdp-benefits__check {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border-radius: 50%;
	background: #0f2a4a;
	position: relative;
}

.pdp-benefits__check::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}

.pdp-benefits__text {
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	color: #1a1916;
}

.pdp-benefits__research {
	margin-top: 16px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #dceaf1;
}

.pdp-benefits__research-label {
	margin: 0 0 5px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3d6f88;
}

.pdp-benefits__research-text {
	margin: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #6b6860;
}

.pdp__media .woocommerce-product-gallery__wrapper,
.pdp__media .woocommerce-product-gallery__image,
.pdp__media .woocommerce-product-gallery__image img {
	width: 100%;
	margin: 0;
}

.pdp__media .woocommerce-product-gallery__image img {
	display: block;
	object-fit: cover;
	aspect-ratio: 1 / 1.05;
	background: #cfe8f2;
}

.pdp__media .flex-control-thumbs {
	display: none;
}

.pdp__media .onsale {
	display: none;
}

/* Summary */
.pdp__summary {
	padding: 32px 0 8px 24px;
}

.pdp__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #d7eaf3;
	color: #0f2a4a;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.pdp__title {
	margin: 0 0 6px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: clamp(36px, 4.5vw, 52px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #1a1916;
}

.pdp__category {
	margin: 0 0 10px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #7a7770;
}

.pdp__subtitle {
	margin: 0 0 10px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #7a7770;
}

.pdp__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
}

.pdp__stars {
	color: #c9a227;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}

.pdp__rating-text {
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	color: #1a1916;
}

.pdp__price-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin: 0 0 22px;
}

.pdp__price,
.pdp__price .amount {
	margin: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1a1916;
	line-height: 1;
}

.pdp__price del {
	opacity: 0.45;
	font-size: 0.7em;
	margin-right: 6px;
}

.pdp__shipping {
	margin: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	color: #7a7770;
}

/* Actions */
.pdp__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 18px;
}

.pdp__actions .cart {
	display: flex !important;
	flex-direction: column;
	gap: 12px;
	margin: 0 !important;
}

.pdp__actions .quantity {
	display: none !important;
}

.pdp__actions .single_add_to_cart_button,
.pdp__actions button.single_add_to_cart_button {
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #000 !important;
	color: #fff !important;
	font-family: var(--pt-font), "Instrument Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
	cursor: pointer;
}

.pdp__actions .single_add_to_cart_button:hover {
	opacity: 1;
	background: #000 !important;
	color: #fff !important;
}

.pdp__subscribe {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	border: 1px solid #1a1916;
	border-radius: 0;
	background: #fff;
	color: #1a1916 !important;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
}

.pdp__subscribe:hover {
	background: #fff;
	color: #1a1916 !important;
}

.pdp__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0 0 8px;
	padding: 4px 0 18px;
	list-style: none;
}

.pdp__trust li {
	position: relative;
	padding-left: 14px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 12px;
	color: #7a7770;
}

.pdp__trust li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #7a7770;
}

/* Accordion */
.pdp-accordion {
	border-top: 1px solid #e6e4df;
}

.pdp-accordion__item {
	border-bottom: 1px solid #e6e4df;
}

.pdp-accordion__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	list-style: none;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1a1916;
}

.pdp-accordion__summary::-webkit-details-marker {
	display: none;
}

.pdp-accordion__icon {
	position: relative;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.pdp-accordion__icon::before,
.pdp-accordion__icon::after {
	content: "";
	position: absolute;
	background: #1a1916;
}

.pdp-accordion__icon::before {
	left: 0;
	right: 0;
	top: 50%;
	height: 1.5px;
	transform: translateY(-50%);
}

.pdp-accordion__icon::after {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1.5px;
	transform: translateX(-50%);
}

.pdp-accordion__item[open] .pdp-accordion__icon::after {
	opacity: 0;
	transform: translateX(-50%) rotate(90deg);
}

.pdp-accordion__panel {
	padding: 0 0 20px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: #7a7770;
}

.pdp-accordion__panel p {
	margin: 0 0 14px;
}

.pdp-accordion__panel p:last-child {
	margin-bottom: 0;
}

.pdp-whats-inside__intro {
	margin: 0 0 14px !important;
}

.pdp-whats-inside__label {
	margin: 0 0 8px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1916 !important;
}

.pdp-whats-inside__specs {
	margin: 0 0 14px;
	padding: 0 0 0 18px;
	list-style: disc;
}

.pdp-whats-inside__specs li {
	margin: 0 0 6px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #7a7770;
}

.pdp-whats-inside__note {
	margin: 0 !important;
	font-size: 12px !important;
	color: #9a968e !important;
}

/* Research disclaimer — high-visibility notice */
.pdp-disclaimer {
	margin-top: 24px;
	padding: 18px 18px 18px 20px;
	border: 1.5px solid #d4a017;
	border-left: 4px solid #b8860b;
	background: #fff6e0;
	box-shadow: 0 1px 0 rgba(184, 134, 11, 0.12);
}

.pdp-disclaimer__title {
	margin: 0 0 12px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #5c4200;
}

.pdp-disclaimer__list {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: disc;
}

.pdp-disclaimer__list li {
	margin: 0 0 8px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	line-height: 1.55;
	color: #2a2418;
}

.pdp-disclaimer__list li::marker {
	color: #b8860b;
}

.pdp-disclaimer__list li:last-child {
	margin-bottom: 0;
}

/* Dosage CTA inside How to use */
.product-dosage-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	min-height: 42px;
	padding: 10px 18px;
	border: 1px solid #1a1916;
	border-radius: 999px;
	background: #fff;
	color: #1a1916 !important;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
}

.product-dosage-link:hover,
.product-dosage-link:focus {
	background: #fff;
	color: #1a1916 !important;
	opacity: 1;
}

.product-dosage-link--placeholder,
.product-dosage-link__hint {
	display: none !important;
}

/* Related */
.single-product .related.products {
	margin-top: 72px;
	padding-top: 40px;
	border-top: 1px solid #e6e4df;
}

.single-product .related.products > h2 {
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin: 0 0 12px;
	padding: 0;
	color: #1a1916;
	line-height: 1.2;
}

.single-product .related.products .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
	display: none !important;
	content: none !important;
}

.single-product .related.products .product-card {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.single-product .related.products .product-card__heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
}

.single-product .related.products .product-card__title,
.single-product .related.products .woocommerce-loop-product__title {
	margin: 0 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align: left !important;
	color: #1a1916 !important;
}

.single-product .related.products .product-card__meta {
	display: block !important;
	margin: 0 !important;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	color: #7a7770;
	text-align: left;
	white-space: normal;
}

/* Kill hover animations on the product page */
.single-product .pdp *,
.single-product .pdp *::before,
.single-product .pdp *::after,
.single-product .related.products *,
.single-product .related.products *::before,
.single-product .related.products *::after {
	transition: none !important;
	animation: none !important;
}

.single-product .woocommerce-product-gallery__image img:hover,
.single-product .related.products img:hover,
.single-product .product-card:hover,
.single-product .product-card a:hover,
.single-product .product-card .button:hover,
.single-product .product-card a.add_to_cart_button:hover {
	transform: none !important;
	opacity: 1 !important;
}

/* —— Customer reviews —— */
.pdp-reviews {
	margin-top: 72px;
	padding-top: 48px;
	border-top: 1px solid #e6e4df;
}

.pdp-reviews__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 32px;
}

.pdp-reviews__title {
	margin: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1a1916;
}

.pdp-reviews__write {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 20px;
	border-radius: 999px;
	background: #000;
	color: #fff !important;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
}

.pdp-reviews__write:hover {
	opacity: 1;
	color: #fff !important;
}

.pdp-reviews__summary {
	display: grid;
	grid-template-columns: 160px minmax(0, 320px);
	gap: 40px;
	align-items: start;
	margin-bottom: 36px;
}

.pdp-reviews__average {
	margin: 0 0 8px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #1a1916;
}

.pdp-reviews__stars {
	margin: 0 0 8px;
	color: #c9a227;
	font-size: 16px;
	letter-spacing: 2px;
}

.pdp-reviews__based {
	margin: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	color: #7a7770;
}

.pdp-reviews__bar-row {
	display: grid;
	grid-template-columns: 42px 1fr 42px;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px;
}

.pdp-reviews__bar-label,
.pdp-reviews__bar-count {
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 12px;
	color: #7a7770;
}

.pdp-reviews__bar-track {
	display: block;
	height: 8px;
	background: #eceae6;
	overflow: hidden;
}

.pdp-reviews__bar-fill {
	display: block;
	height: 100%;
	background: #1a1916;
}

.pdp-reviews__carousel {
	display: flex;
	align-items: stretch;
	gap: 8px;
	padding-top: 24px;
	border-top: 1px solid #e6e4df;
}

.pdp-reviews__viewport {
	flex: 1;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.pdp-reviews__viewport::-webkit-scrollbar {
	display: none;
}

.pdp-reviews__track {
	display: flex;
	gap: 24px;
	width: max-content;
	padding: 8px 4px 4px;
}

.pdp-review-card {
	flex: 0 0 clamp(240px, 28vw, 300px);
	min-width: 0;
}

.pdp-review-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.pdp-review-card__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d9d9d9;
	flex: 0 0 40px;
}

.pdp-review-card__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.pdp-review-card__name {
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #1a1916;
}

.pdp-review-card__handle {
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 12px;
	color: #9a968e;
}

.pdp-review-card__text {
	margin: 0;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	line-height: 1.55;
	color: #7a7770;
}

.pdp-reviews__nav {
	flex: 0 0 auto;
	align-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d4cc;
	border-radius: 50%;
	background: #fff;
	color: #1a1916;
	cursor: pointer;
}

.pdp-reviews__nav:hover:not(:disabled) {
	background: #fff;
	border-color: #d8d4cc;
	color: #1a1916;
}

.pdp-reviews__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.pdp-reviews__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.pdp-reviews__dot {
	width: 8px;
	height: 8px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: #d8d4cc;
	cursor: pointer;
}

.pdp-reviews__dot.is-active {
	background: #1a1916;
}

.pdp-reviews__form {
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid #e6e4df;
}

.pdp-reviews__form .comment-reply-title,
.pdp-reviews__form #reply-title {
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}

.pdp-reviews__comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
}

.pdp-reviews__comment-form input[type="text"],
.pdp-reviews__comment-form input[type="email"],
.pdp-reviews__comment-form textarea {
	width: 100%;
	max-width: 560px;
	margin-bottom: 14px;
	padding: 12px 14px;
	border: 1px solid #e6e4df;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 14px;
}

.pdp-reviews__comment-form .form-submit .submit {
	appearance: none;
	border: 0;
	background: #000;
	color: #fff;
	padding: 12px 22px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 999px;
}

/* Lower sections — 30px side gutters */
.pdp-energy,
.pdp-protocol,
.pdp-reviews,
.single-product .related.products {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pdp-protocol__content {
	padding-inline: 0;
}

/* —— Cellular energy, restored —— */
.pdp-energy {
	margin-top: 88px;
	padding-top: 56px;
	padding-bottom: 24px;
	text-align: center;
}

.pdp-energy__heading {
	margin: 0 0 48px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: clamp(28px, 3.5vw, 40px);
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1a1916;
}

.pdp-energy__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 320px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
	text-align: left;
}

.pdp-energy__value {
	margin: 0 0 8px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: clamp(40px, 5vw, 56px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #1a1916;
}

.pdp-energy__label {
	margin: 0 0 10px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #1a1916;
}

.pdp-energy__copy {
	margin: 0;
	max-width: 280px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 13px;
	line-height: 1.55;
	color: #7a7770;
}

.pdp-energy__visual {
	display: flex;
	justify-content: center;
}

.pdp-energy__visual img {
	width: 100%;
	max-width: 320px;
	height: auto;
}

/* —— Daily longevity protocol —— */
.pdp-protocol {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	margin: 48px 0 24px;
	padding: 24px 0 8px;
}

.pdp-protocol__media {
	background: linear-gradient(180deg, #eef7fb 0%, #f7fbfd 100%);
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pdp-protocol__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pdp-protocol__heading {
	margin: 0 0 28px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1a1916;
}

.pdp-protocol__accordion {
	border-top: 1px solid #e6e4df;
}

.pdp-protocol__item {
	border-bottom: 1px solid #e6e4df;
}

.pdp-protocol__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	list-style: none;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #1a1916;
}

.pdp-protocol__summary::-webkit-details-marker {
	display: none;
}

.pdp-protocol__icon {
	position: relative;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.pdp-protocol__icon::before,
.pdp-protocol__icon::after {
	content: "";
	position: absolute;
	background: #1a1916;
}

.pdp-protocol__icon::before {
	left: 0;
	right: 0;
	top: 50%;
	height: 1.5px;
	transform: translateY(-50%);
}

.pdp-protocol__icon::after {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1.5px;
	transform: translateX(-50%);
}

.pdp-protocol__item[open] .pdp-protocol__icon::after {
	opacity: 0;
	transform: translateX(-50%) rotate(90deg);
}

.pdp-protocol__panel {
	padding: 0 0 18px;
	font-family: var(--pt-font), "Instrument Sans", sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: #7a7770;
}

.pdp-protocol__panel p {
	margin: 0;
}

@media (max-width: 900px) {
	.pdp__grid {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	/* Flatten media so gallery, summary, and benefits can be reordered */
	.pdp__media {
		display: contents;
	}

	.pdp__media .woocommerce-product-gallery,
	.pdp__media .images {
		order: 1;
		width: 100% !important;
	}

	.pdp__summary {
		order: 2;
		padding: 8px 0 0;
	}

	.pdp-benefits {
		order: 3;
		margin-top: 4px;
		width: 100%;
	}

	.pdp-benefits__inner {
		max-width: none;
		padding: 18px 16px 16px;
	}

	.single-product div.product.pdp {
		padding: 0 20px 56px;
	}

	.pdp__title {
		font-size: 34px;
	}

	.pdp__actions {
		flex-wrap: wrap;
	}

	.pdp-energy {
		margin-top: 56px;
		padding-top: 32px;
	}

	.pdp-energy__grid {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 28px;
	}

	.pdp-energy__copy {
		max-width: none;
		margin-inline: auto;
	}

	.pdp-energy__stat:first-child {
		order: 2;
	}

	.pdp-energy__visual {
		order: 1;
	}

	.pdp-energy__stat:last-child {
		order: 3;
	}

	.pdp-protocol {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.pdp-protocol__media {
		min-height: 240px;
	}

	.pdp-reviews__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdp-reviews__summary {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pdp-reviews__carousel {
		gap: 0;
	}

	.pdp-reviews__nav {
		display: none;
	}

	.single-product .related.products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

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

	.pdp__badge {
		font-size: 11px;
		padding: 5px 12px;
	}

	.pdp-reviews__track {
		gap: 12px;
	}

	.pdp-review-card {
		min-width: min(100%, 280px);
	}
}
