/**
 * PDP styling for AGH WooCommerce.
 */

:root {
	--agh-primary: #0b0b0b;
	--agh-accent: #f7f7f7;
	--agh-dark: #0f0f0f;
	--agh-text: #0f0f0f;
	--agh-muted: #6f6f6f;
	--agh-border: #dcdcdc;
	--agh-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	--agh-size-swatch-dim: 40px;
	--agh-attr-line-font-size: 9px;
}

body.single-product {
	background: #fff;
	color: var(--agh-text);
	padding-bottom: 92px;
}

body.single-product .site-main,
body.single-product .woocommerce-content {
	padding: 0;
}

.agh-pdp {
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px;
	font-family: 'Overpass', 'Helvetica Neue', Arial, sans-serif;
}

/* Let the PDP breathe edge-to-edge while keeping a gutter */
body.single-product .woocommerce-main > .container {
	max-width: 100% !important;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
}

@media (min-width: 1024px) {
	body.single-product .woocommerce-main > .container {
		max-width: 1680px !important;
		padding-left: 32px;
		padding-right: 32px;
	}
}

.agh-breadcrumbs {
	padding: 10px 0 6px;
	font-size: 13px;
	color: #9a9a9a;
	display: flex;
}

.agh-breadcrumbs a {
	color: #9a9a9a;
	text-decoration: none;
}

.agh-breadcrumbs .crumb-divider {
	margin: 0 4px;
	display: inline-block;
	color: #c0c0c0;
}

.pdp-top {
	display: block;
}

.pdp-summary {
	padding: 0 2px;
}

.pdp-title-block {
	margin: 6px 0;
}

.pdp-title-block .product_title {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--agh-text);
}

.pdp-rating-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}

.pdp-rating-row .star-rating span::before {
	color: var(--agh-primary);
}

.pdp-review-count {
	color: #3a3a3a;
	font-weight: 500;
}

.pdp-price .price {
	font-size: 28px;
	font-weight: 700;
	color: var(--agh-dark);
	margin: 6px 0 12px;
}

.pdp-short-description {
	font-size: 15px;
	line-height: 1.6;
	color: var(--agh-muted);
	margin-bottom: 16px;
}

.pdp-attr-headings {
	margin-bottom: 12px;
}

.pdp-attr-line {
	font-size: var(--agh-attr-line-font-size);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 3px;
	display: flex;
	gap: 3px;
	align-items: center;
	color: var(--agh-muted);
	letter-spacing: 0.01em;
}

.pdp-attr-line .attr-label {
	font-size: inherit;
	font-weight: 400;
}

.pdp-attr-line .attr-value {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
}

.pdp-summary-hooks {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

table.variations {
	margin: 0 0 10px;
	width: 100%;
	border-collapse: collapse;
}

table.variations tr {
	display: block;
	margin-bottom: 10px;
}

table.variations td,
table.variations th {
	padding: 0;
	border: 0;
}

table.variations .label {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 15px;
	color: var(--agh-text);
	margin-bottom: 8px;
}

/* PDP uses custom attribute lines above swatches; hide redundant table labels. */
.single-product .variations_form table.variations .label {
	display: none;
}

table.variations .label label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

table.variations .label .agh-selected {
	font-weight: 500;
	color: #000;
}

table.variations select {
	width: 100%;
	border: 1px solid var(--agh-border);
	border-radius: 6px;
	padding: 12px;
	font-size: 15px;
}

.variations_form table.variations .label,
.variations_form table.variations select {
	position: static;
	left: auto;
	width: 100%;
	height: auto;
	overflow: visible;
	opacity: 1;
}

.variations_form .quantity,
.cart .quantity {
	display: flex;
	align-items: center;
	gap: 8px;
}

.variable-items-wrapper,
.wvs-archive-variation-wrapper,
.wvs-select,
.woo-variation-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.variable-item,
.wvs-select .swatch,
.woo-variation-swatches .variable-item {
	width: 52px;
	height: 52px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}

.single-product .variations_form .variable-item.button-variable-item {
	width: var(--agh-size-swatch-dim) !important;
	min-width: var(--agh-size-swatch-dim) !important;
	max-width: var(--agh-size-swatch-dim) !important;
	height: var(--agh-size-swatch-dim) !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: 0 0 var(--agh-size-swatch-dim) !important;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 400;
	box-sizing: border-box;
}

.single-product .variations_form .variable-item.button-variable-item .variable-item-span {
	line-height: 1;
}

.variable-item img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 4px;
}

.variable-item.selected,
.variable-item.selected:hover,
.wvs-selected {
	border-color: var(--agh-primary);
	box-shadow: 0 0 0 1px var(--agh-primary);
}

.single-product .variations_form .variable-item.button-variable-item.selected,
.single-product .variations_form .variable-item.button-variable-item.selected:hover,
.single-product .variations_form .variable-item.button-variable-item.wvs-selected {
	border-color: #111111;
	box-shadow: none;
}

.single-product .variations_form .variable-item.button-variable-item.disabled,
.single-product .variations_form .variable-item.button-variable-item.out-of-stock,
.single-product .variations_form .variable-item.button-variable-item.wvs-out-of-stock,
.single-product .variations_form .variable-item.button-variable-item.no-stock {
	display: inline-flex !important;
	visibility: visible !important;
	transform: none !important;
	width: var(--agh-size-swatch-dim) !important;
	min-width: var(--agh-size-swatch-dim) !important;
	max-width: var(--agh-size-swatch-dim) !important;
	height: var(--agh-size-swatch-dim) !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: 0 0 var(--agh-size-swatch-dim) !important;
	background: #dedede;
	border-color: #c8c8c8;
	color: #111111;
	cursor: not-allowed;
	opacity: 1;
	pointer-events: none;
}

.single-product.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item {
	width: var(--agh-size-swatch-dim) !important;
	min-width: var(--agh-size-swatch-dim) !important;
	max-width: var(--agh-size-swatch-dim) !important;
	height: var(--agh-size-swatch-dim) !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: 0 0 var(--agh-size-swatch-dim) !important;
	box-sizing: border-box !important;
}

/* Force visibility for size swatches even when plugin behavior is "hide". */
.single-product.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.variation-disabled,
.single-product.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.disabled,
.single-product.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.no-stock {
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	font-size: 18px !important;
}

.single-product .variations_form .variable-item.button-variable-item.disabled .variable-item-span,
.single-product .variations_form .variable-item.button-variable-item.out-of-stock .variable-item-span,
.single-product .variations_form .variable-item.button-variable-item.wvs-out-of-stock .variable-item-span,
.single-product .variations_form .variable-item.button-variable-item.no-stock .variable-item-span {
	color: inherit;
	opacity: 1;
	position: relative;
	z-index: 2;
}

.single-product .variations_form .variable-item.button-variable-item.disabled::after,
.single-product .variations_form .variable-item.button-variable-item.out-of-stock::after,
.single-product .variations_form .variable-item.button-variable-item.wvs-out-of-stock::after,
.single-product .variations_form .variable-item.button-variable-item.no-stock::after {
	content: '';
	position: absolute;
	inset: 0;
	border-top: 2px solid #FF0000;
	transform: rotate(-45deg);
}

/* Remove plugin's cross overlay on size buttons so text stays visible. */
.single-product .variations_form .variable-item.button-variable-item.disabled .variable-item-contents::before,
.single-product .variations_form .variable-item.button-variable-item.no-stock .variable-item-contents::before,
.single-product .variations_form .variable-item.button-variable-item.wvs-out-of-stock .variable-item-contents::before {
	content: none !important;
	background-image: none !important;
}

.single-product .variations_form .variable-item.button-variable-item.disabled .variable-item-contents::after,
.single-product .variations_form .variable-item.button-variable-item.no-stock .variable-item-contents::after,
.single-product .variations_form .variable-item.button-variable-item.wvs-out-of-stock .variable-item-contents::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 2px solid #FF0000;
	transform: rotate(-45deg);
	pointer-events: none;
	z-index: 3;
}

/* PDP cleanup: hide reset link, inline wishlist/compare badges, and qty input near ATC. */
.single-product .pdp-add-to-cart .variations_form a.reset_variations,
.single-product .pdp-add-to-cart .shopengine-swatches .reset_variations,
.single-product .pdp-add-to-cart .shopengine-wishlist.badge,
.single-product .pdp-add-to-cart .shopengine-comparison.badge,
.single-product .pdp-add-to-cart .shopengine-swatches .shopengine-wishlist.badge,
.single-product .pdp-add-to-cart .shopengine-swatches .shopengine-comparison.badge,
.single-product .pdp-add-to-cart .shopengine-swatches .yith-wcwl-add-to-wishlist,
.single-product .pdp-add-to-cart form.cart .quantity,
.single-product .pdp-add-to-cart .shopengine-swatches .quantity-wrap {
	display: none !important;
}

.variable-item:hover {
	border-color: #b5b5b5;
}

.pdp-highlight-carousel {
	margin: 18px 0;
	position: relative;
	width: 100%;
}

.pdp-highlight-track {
	display: flex;
	overflow: hidden;
}

.pdp-highlight-card {
	min-width: 100%;
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--agh-shadow);
	padding: 16px;
	display: none;
}

.pdp-highlight-card.active {
	display: block;
}

.highlight-stars {
	color: var(--agh-primary);
	font-size: 18px;
	margin-bottom: 4px;
}

.highlight-name {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 4px;
}

.highlight-body {
	font-size: 15px;
	line-height: 1.5;
	color: var(--agh-text);
	direction: rtl;
	text-align: right;
}

.pdp-highlight-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--agh-border);
	background: #fff;
	box-shadow: var(--agh-shadow);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pdp-highlight-nav.prev {
	left: -12px;
}

.pdp-highlight-nav.next {
	right: -12px;
}

.pdp-highlight-nav::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--agh-dark);
	border-right: 2px solid var(--agh-dark);
	transform: rotate(225deg);
}

.pdp-highlight-nav.next::before {
	transform: rotate(45deg);
}

.pdp-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0 10px;
}

.pdp-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--agh-dark);
	font-weight: 600;
	text-decoration: none;
	font-size: 15px;
}

.pdp-wishlist-below {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--agh-dark);
}

.icon-ruler {
	width: 18px;
	height: 18px;
	background: no-repeat center/contain;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='7' width='18' height='10' rx='2' stroke='%23111' stroke-width='1.6'/%3E%3Cpath d='M8 7v3m4-3v2.5M16 7v3' stroke='%23111' stroke-width='1.6'/%3E%3C/svg%3E");
}

.pdp-atc-wrap {
	position: relative;
	margin: 6px 0 18px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.pdp-add-to-cart form.cart {
	margin: 0;
}

.pdp-add-to-cart .single_add_to_cart_button {
	width: auto;
	min-width: 160px;
	background: #000;
	color: #fff;
	padding: 14px 28px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	border: 2px solid #000;
	border-radius: 0;
	animation: none;
	box-shadow: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pdp-wishlist-slot {
	position: static;
	right: auto;
	top: auto;
	transform: none;
	display: inline-flex;
	align-items: center;
}

.pdp-wishlist-slot .yith-wcwl-add-to-wishlist,
.pdp-wishlist-slot .tinv-wishlist,
.pdp-wishlist-slot .woosw-btn,
.pdp-wishlist-slot .agh-wishlist-fallback {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #d6d6d6;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.pdp-wishlist-slot .yith-wcwl-add-to-wishlist a,
.pdp-wishlist-slot .woosw-btn,
.pdp-wishlist-slot .agh-wishlist-fallback {
	color: var(--agh-dark);
	font-size: 0;
	line-height: 1;
	text-decoration: none;
}

.pdp-wishlist-slot .yith-wcwl-add-to-wishlist a::before,
.pdp-wishlist-slot .woosw-btn::before,
.pdp-wishlist-slot .agh-wishlist-fallback::before {
	content: '\2665';
	font-size: 22px;
}

.pdp-delivery {
	margin: 6px 0 12px;
	font-size: 15px;
	color: var(--agh-text);
}

.pdp-delivery-top {
	margin: 0 0 10px;
}

.pdp-countdown {
	font-weight: 700;
	padding: 0 4px;
}

.pdp-date-start,
.pdp-date-end {
	text-decoration: underline;
	font-weight: 700;
}

.pdp-delivery-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}

.delivery-icon {
	width: 20px;
	height: 20px;
	background: no-repeat center/contain;
}

.delivery-icon.truck {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7h12v8H3V7Zm12 3h3l3 3v2h-6v-5Z' stroke='%23111' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='7.5' cy='17.5' r='1.5' fill='%23111'/%3E%3Ccircle cx='17' cy='17.5' r='1.5' fill='%23111'/%3E%3C/svg%3E");
}

.delivery-icon.return {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7h9a4 4 0 1 1 0 8h-7' stroke='%23111' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8 11 4 8.5 8 6' stroke='%23111' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.info-icon {
	margin-left: auto;
	color: #a0a9b2;
	font-weight: 700;
}

.pdp-share {
	display: flex;
	gap: 14px;
	margin: 12px 0 10px;
}

.share-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
}

.share-icon.fb {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 10.5H16l.5-3h-3V6.25c0-.86.28-1.62 1.5-1.62h1.6V2.14C16.8 2.1 15.94 2 14.94 2 12.4 2 10.75 3.56 10.75 5.9V7.5H8v3h2.75V22h2.75V10.5Z' fill='%23111'/%3E%3C/svg%3E");
}

.share-icon.x {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5h3.2l3.1 4.2L14.8 5H19l-5.4 6.5L19 19h-3.2l-3.3-4.5L9.1 19H5l5.5-6.5L5 5Z' fill='%23111'/%3E%3C/svg%3E");
}

.share-icon.mail {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='6' width='18' height='12' rx='2' stroke='%23111' stroke-width='1.6'/%3E%3Cpath d='M4 8.5 12 13l8-4.5' stroke='%23111' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.share-icon.wa {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 19.5 6 16A7 7 0 1 1 19 12a7 7 0 0 1-9 6l-3 1.5Z' stroke='%23111' stroke-width='1.6'/%3E%3Cpath d='M8.5 9.5c0 1.5 1 3 2 4s2.5 1.5 3 1.5.5-.5 1-1-1-1-1.5-1.5-.5-.5 0-1 .5-1.5 0-2c-.5-.5-1.5-.5-2 0-.5.5-2 1.5-2 0Z' fill='%23111'/%3E%3C/svg%3E");
}

.pdp-accordion {
	border-top: 1px solid var(--agh-border);
	margin-top: 14px;
}

.pdp-accordion-item {
	border-bottom: 1px solid var(--agh-border);
}

.pdp-accordion-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	font-weight: 700;
	font-size: 16px;
	background: none;
	border: 0;
}

.pdp-accordion-content {
	display: none;
	padding: 0 0 14px;
	color: var(--agh-muted);
	line-height: 1.6;
}

.pdp-accordion-item.open .pdp-accordion-content {
	display: block;
}

.pdp-accordion .chevron {
	width: 14px;
	height: 14px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.pdp-accordion-item.open .chevron {
	transform: rotate(-135deg);
}

.pdp-reviews-section {
	margin: 28px 0 18px;
	grid-column: 1 / -1;
}

.pdp-review-summary {
	background: #fff;
	border: 1px solid var(--agh-border);
	border-radius: 14px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	padding: 18px 20px;
	display: grid;
	grid-template-columns: 0.8fr 1.6fr 0.6fr;
	gap: 18px;
	align-items: center;
}

.summary-score {
	font-size: 26px;
	font-weight: 800;
	color: var(--agh-dark);
	line-height: 1.1;
}

.summary-stars .star-rating {
	float: none;
	margin: 0 0 6px;
	font-size: 16px;
	height: auto;
}

.summary-stars .star-rating span::before {
	color: var(--agh-primary);
}

.summary-label {
	color: var(--agh-muted);
	font-size: 14px;
}

.summary-based {
	color: var(--agh-text);
	font-size: 14px;
}

.summary-breakdown .breakdown-row {
	display: grid;
	grid-template-columns: 48px 1fr 32px;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-bottom: 6px;
}

.breakdown-row .bar {
	position: relative;
	background: #cfcfcf;
	height: 8px;
	border-radius: 99px;
	overflow: hidden;
}

.breakdown-row .bar span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f2b01e;
}

.summary-cta {
	text-align: left;
	display: flex;
	justify-content: flex-end;
}

.write-review-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	background: var(--agh-primary);
	color: #ffffff;
	font-weight: 700;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	border: 1px solid transparent;
}

#reviews {
	margin: 0;
}

#reviews > .woocommerce-Reviews-title {
	display: none;
}

#reviews #comments > h2 {
	display: none;
}

#reviews .commentlist {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

#reviews .commentlist .review {
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--agh-shadow);
	padding: 16px;
	position: relative;
}

#reviews .commentlist .review:last-child {
	border: 1px solid #f3f3f3;
}

#reviews .comment_container {
	display: grid;
	gap: 8px;
}

#reviews .comment-text {
	margin: 0;
	color: var(--agh-text);
}

#reviews .comment-text p:last-child {
	margin-bottom: 0;
}

#reviews .star-rating span::before {
	color: var(--agh-primary);
}

.pdp-review-cards #review_form_wrapper {
	background: #fff;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	margin-top: 12px;
	border: 1px solid #f0f0f0;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.pdp-review-cards #review_form #reply-title {
	margin-top: 0;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}

.pdp-review-cards #review_form input[type='text'],
.pdp-review-cards #review_form input[type='email'],
.pdp-review-cards #review_form textarea {
	border-radius: 8px;
	border: 1px solid var(--agh-border);
	padding: 10px 12px;
}

.pdp-review-cards #review_form input[type='submit'] {
	background: var(--agh-primary);
	color: #fff;
	border: 0;
	border-radius: 24px;
	padding: 12px 16px;
	font-weight: 700;
}

/* Hide name/email fields in product review form */
.pdp-review-cards #review_form .comment-form-author,
.pdp-review-cards #review_form .comment-form-email,
.pdp-review-cards #review_form .comment-form-url {
	display: none;
}

.pdp-related {
	margin: 24px 0 16px;
}

.pdp-related h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
}

/* Size chart modal */
.woocommerce-size-chart,
.woocommerce-size-chart-modal,
.size-chart-modal,
.mfp-content .size-chart,
.mfp-content .size-chart-modal,
.ui-dialog .size-chart-modal {
	background: #fff;
	padding: 22px 22px 20px;
	border-radius: 18px;
	max-width: 920px;
	width: min(96vw, 920px);
	max-height: 90vh;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	position: relative;
}

.size-chart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.size-chart-title {
	font-size: 18px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
}

.size-chart-close {
	background: none;
	border: 0;
	font-size: 24px;
	line-height: 1;
}

.size-chart-tabs {
	display: flex;
	gap: 18px;
	border-bottom: 1px solid var(--agh-border);
	margin-bottom: 14px;
	padding: 0 6px;
	justify-content: center;
}

.size-chart-tab {
	padding: 12px 12px 10px;
	font-weight: 700;
	position: relative;
	font-size: 18px;
}

.size-chart-tab.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #2ac24c;
	border-radius: 8px;
}

.size-chart-toggle {
	display: inline-flex;
	gap: 8px;
	font-weight: 700;
	margin-bottom: 12px;
	justify-content: center;
	width: 100%;
	color: #8b8b8b;
}

.size-chart-form {
	display: grid;
	gap: 12px;
}

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

.size-chart-form input,
.size-chart-form select {
	width: 100%;
	border: 1px solid var(--agh-border);
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 15px;
}

.size-chart-form .button,
.size-chart-cta {
	background: var(--agh-accent);
	color: var(--agh-dark);
	font-weight: 700;
	border: 0;
	border-radius: 28px;
	padding: 12px 16px;
	text-align: center;
	font-size: 17px;
	min-height: 52px;
}

.size-chart-table table {
	width: 100%;
	border-collapse: collapse;
}

.size-chart-table th,
.size-chart-table td {
	border: 1px solid var(--agh-border);
	padding: 10px;
	text-align: center;
}

.size-chart-illustration {
	margin-top: 12px;
	text-align: center;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.mfp-bg {
	background: rgba(0, 0, 0, 0.4);
}

.size-chart-tabs .size-chart-tab {
	color: #111;
}

.size-chart-tabs .size-chart-tab.active {
	color: #000;
}

.size-chart-unit {
	display: inline-flex;
	gap: 10px;
	font-weight: 700;
	font-size: 15px;
	justify-content: center;
	color: #3e3e3e;
	margin: 6px 0 12px;
}

/* Size chart popup close button */
.wcpscwc-popup,
.size-chart-popup,
.woo-size-chart-modal,
.scfw-size-chart-modal,
.md-size-chart-modal {
	position: relative;
}

.agh-sizechart-close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #d0d0d0;
	background: #fff;
	color: #000;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2147483002;
}

.agh-sizechart-close:hover,
.agh-sizechart-close:focus {
	border-color: var(--agh-accent);
	color: var(--agh-accent);
	outline: none;
}

.scfw-size-chart-modal .agh-sizechart-close,
.md-size-chart-modal .agh-sizechart-close {
	top: 14px;
	right: 14px;
}

/* Side cart (drawer) */
.xoo-wsc-modal,
.side-cart,
.cart-drawer {
	font-family: inherit;
}

.xoo-wsc-modal .xoo-wsc-header,
.cart-drawer .drawer-header {
	background: var(--agh-primary);
	color: #fff;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-btn,
.cart-drawer .drawer-footer .button {
	background: var(--agh-primary);
	color: #fff;
	border-radius: 28px;
}

/* Wishlist defaults */
.yith-wcwl-add-to-wishlist:not(.pdp-wishlist-slot .yith-wcwl-add-to-wishlist),
.tinv-wishlist:not(.pdp-wishlist-slot .tinv-wishlist),
.woosw-btn:not(.pdp-wishlist-slot .woosw-btn) {
	display: none;
}

/* Bottom nav padding fix */
@media (min-width: 768px) {
	body.single-product {
		padding-bottom: 0;
	}

	.pdp-gallery {
		margin: 0 0 14px;
	}
}

@media (min-width: 1024px) {
	/* Place breadcrumb inside summary above title (desktop only) */
	.single-product .woocommerce div.product .summary {
		position: relative;
		padding-top: 30px;
	}

	.single-product .woocommerce div.product .woocommerce-breadcrumb {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 0 8px;
		padding: 0;
		font-size: 13px;
		color: #9a9a9a;
		line-height: 1.4;
		opacity: 0.75;
	}

	.single-product .woocommerce div.product .product_title {
		margin-top: 0;
		margin-bottom: 8px;
	}

	.single-product .woocommerce div.product .summary .price {
		margin-bottom: 16px;
	}

	.pdp-rating-row .pdp-review-count {
		display: none;
	}

	body.single-product .container,
	body.single-product .woocommerce-content {
		max-width: 1540px;
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}

	.site-main,
	.woocommerce-page .content-area {
		padding-top: 24px;
	}

	/* WooCommerce base selectors: rebalance gallery/summary columns */
	.woocommerce div.product {
		display: grid;
		grid-template-columns: 62% 38%;
		column-gap: 48px;
		align-items: start;
	}

	.woocommerce div.product .summary {
		width: 100% !important;
		max-width: none;
		float: none !important;
	}

	.agh-pdp {
		max-width: 1680px;
		padding: 26px 20px 70px;
	}

	.pdp-summary {
		padding-top: 6px;
	}

	.pdp-top {
		display: grid;
		grid-template-columns: 55% 45%;
		gap: 48px;
		align-items: start;
	}

	.pdp-summary {
		padding-top: 6px;
		align-self: start;
	}

	.pdp-title-block .product_title {
		font-size: 28px;
		margin-top: 0;
	}

	.pdp-price .price {
		font-size: 30px;
	}

	.pdp-add-to-cart .single_add_to_cart_button {
		background: #000;
		color: #fff;
		border: 2px solid #000;
		border-radius: 0;
		padding: 14px 28px;
	}

	.pdp-atc-wrap {
		display: flex;
		align-items: center;
		gap: 14px;
		position: relative;
	}

	.pdp-add-to-cart {
		flex: 1;
	}

	.pdp-wishlist-slot {
		position: static;
		transform: none;
		right: auto;
		bottom: auto;
	}

	.pdp-review-summary {
		grid-template-columns: 0.9fr 1.2fr 0.9fr;
	}

	#reviews .commentlist {
		grid-template-columns: repeat(3, minmax(260px, 1fr));
		gap: 18px;
	}

#reviews .commentlist .review:last-child {
		grid-column: span 2;
	}
}

/* Review extras (title/media/youtube) */
body.single-product #reviews .agh-review-meta {
	margin-top: 8px;
	font-size: 14px;
	color: #444;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
body.single-product #reviews .agh-review-meta .agh-review-title {
	font-weight: 700;
}
body.single-product #reviews .agh-review-meta .agh-review-media img,
body.single-product #reviews .agh-review-meta .agh-review-media video {
	max-width: 180px;
	border-radius: 8px;
	display: block;
}
body.single-product #reviews .agh-review-meta .agh-review-youtube a {
	color: var(--agh-primary);
	text-decoration: underline;
	font-weight: 600;
}

/* Why: prevent hover transforms that can conflict with gallery zoom loop behavior. */
body.single-product .product:hover {
	transform: none !important;
	box-shadow: none !important;
}
body.single-product .product:hover .product-image img {
	transform: none !important;
}

/* Gentle pulse to draw attention to ATC */
@keyframes agh-atc-pulse {
	0% {
		transform: translateZ(0) scale(1);
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	}
	50% {
		transform: translateZ(0) scale(1.03);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
	}
	100% {
		transform: translateZ(0) scale(1);
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	}
}

.pdp-add-to-cart .single_add_to_cart_button:hover {
	background: #fff;
	color: #000;
	border-color: #000;
	animation: none;
	transform: none;
	box-shadow: none;
}
.pdp-add-to-cart .single_add_to_cart_button:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
	animation: none;
}

/* Bullet points under description */
.agh-bullet-points {
	margin: 12px 0 0;
	padding-left: 18px;
	display: grid;
	gap: 6px;
	color: #2c2c2c;
}
.agh-bullet-points li {
	line-height: 1.5;
	font-size: 15px;
}
.agh-bullet-points li::marker {
	color: var(--agh-primary);
}

.pdp-shipping-copy {
	display: grid;
	gap: 10px;
	color: #2b2b2b;
	font-size: 15px;
	line-height: 1.6;
}

.pdp-shipping-copy h4 {
	margin: 6px 0 2px;
	font-size: 16px;
	font-weight: 700;
	color: #1f1f1f;
}


/* Review layout desktop */
@media (min-width: 1024px) {
	body.single-product .container,
	body.single-product .woocommerce-content {
		max-width: 1600px;
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}

	/* Full-width product layout with balanced columns */
	.woocommerce div.product {
		width: 100%;
		display: grid;
		grid-template-columns: minmax(520px, 55%) minmax(360px, 1fr);
		grid-template-areas:
			"gallery summary"
			"reviews reviews";
		column-gap: 42px;
		align-items: start;
		grid-auto-rows: auto;
	}

	.woocommerce div.product .summary {
		width: 100% !important;
		max-width: none;
		float: none !important;
		position: relative;
		padding-top: 12px;
	}

	/* Flatten wrapper so gallery/summary/reviews share the grid */
	.pdp-top {
		display: contents;
	}

	.pdp-gallery {
		grid-area: gallery;
	}

	.pdp-summary {
		grid-area: summary;
	}

	.pdp-reviews-section {
		grid-area: reviews;
		margin: 18px 0 0;
		align-self: start;
	}

	/* Summary header cluster */
	.pdp-summary-header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 10px;
	}

	.pdp-breadcrumb-inline {
		flex: 1 1 auto;
	}

	.pdp-breadcrumb-inline .agh-breadcrumbs,
	.pdp-breadcrumb-inline .woocommerce-breadcrumb {
		padding: 0;
		margin: 0;
		font-size: 13px;
		color: #9a9a9a;
	}

	.pdp-header-meta {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		gap: 14px;
	}

	.pdp-review-pill {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 74px;
		padding: 6px 10px;
		border: 1px solid #e1e1e1;
		border-radius: 10px;
		background: #fafafa;
		font-size: 12px;
		text-align: center;
		line-height: 1.2;
	}

	.pdp-review-pill .pill-number {
		display: block;
		font-size: 16px;
		font-weight: 800;
		color: #1f1f1f;
	}

	.pdp-review-pill .pill-label {
		color: #5f5f5f;
	}

	.pdp-wishlist-inline {
		display: inline-flex;
		align-items: center;
	}

	.pdp-wishlist-inline .yith-wcwl-add-to-wishlist,
	.pdp-wishlist-inline .tinvwl-add-to-wishlist,
	.pdp-wishlist-inline .woosw-btn {
		margin: 0;
	}

	.pdp-wishlist-inline a,
	.pdp-wishlist-inline button {
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		gap: 6px;
		color: #111;
		background: none;
		border: none;
		padding: 0;
		font-weight: 600;
	}

	.pdp-wishlist-inline .yith-wcwl-add-to-wishlist .feedback {
		display: none;
	}

	/* Title/price micro-spacing */
	.single-product .woocommerce div.product .product_title {
		margin-top: 0;
		margin-bottom: 8px;
	}

	.single-product .woocommerce div.product .summary .price {
		margin-bottom: 16px;
	}

	/* Trim vertical padding on main flow */
	.site-main,
	.woocommerce-page .content-area {
		padding-top: 24px;
	}

	.pdp-review-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		margin: 0 auto 24px;
		max-width: 1400px;
		padding: 0;
		width: 100%;
	}

	.pdp-highlight--top,
	.pdp-highlight--desktop {
		display: none;
	}

	.pdp-review-grid .pdp-review-summary {
		margin: 0;
		width: 100%;
		padding: 22px 24px;
		box-sizing: border-box;
		grid-template-columns: 0.8fr 1.6fr 0.6fr;
		gap: 22px;
	}

	/* Keep review cards and form aligned to the column */
	#reviews {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0;
	}

	/* Accordion styling for desktop */
	.pdp-accordion {
		border: 1px solid #e1e1e1;
		border-radius: 12px;
		overflow: hidden;
		background: #fff;
	}

	.pdp-accordion-item {
		border-bottom: 1px solid #eaeaea;
	}

	.pdp-accordion-item:last-child {
		border-bottom: none;
	}

	.pdp-accordion-header {
		width: 100%;
		text-align: left;
		padding: 14px 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-weight: 700;
		font-size: 15px;
	}

	.pdp-accordion-content {
		padding: 0 16px 14px;
	}

	.pdp-accordion .chevron {
		margin-left: 10px;
	}

}

@media (max-width: 1023px) {
	.pdp-highlight--desktop {
		display: none;
	}
}

/* Single product review form – Amazon style */
body.single-product #review_form_wrapper,
body.single-product #respond {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 18px;
	padding: 18px 20px 22px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

body.single-product #review_form #reply-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
}

body.single-product #review_form .agh-review-product-name {
	display: block;
	font-size: 17px;
	color: #5f5f5f;
	margin-bottom: 14px;
}

body.single-product #review_form .comment-form-rating {
	margin: 8px 0 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	font-size: 15px;
	position: relative;
	flex-wrap: wrap;
}

body.single-product #review_form .comment-form-rating label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

body.single-product #review_form .comment-form-rating select#rating {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	height: 0;
	width: 0;
}

body.single-product #review_form .agh-rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	order: 2;
}

body.single-product #review_form .agh-star-btn {
	width: 48px;
	height: 48px;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 40px;
	line-height: 1;
	color: rgba(11, 11, 11, 0.35);
	transition: transform 0.12s ease, color 0.15s ease;
}

body.single-product #review_form .agh-star-btn.filled {
	color: var(--agh-primary);
}

body.single-product #review_form .agh-star-btn:focus-visible {
	outline: 2px solid var(--agh-primary);
	outline-offset: 2px;
}

body.single-product #review_form .agh-star-btn:hover {
	transform: scale(1.05);
}

body.single-product #review_form .agh-rating-clear {
	margin-left: 12px;
	font-size: 14px;
	text-decoration: underline;
	color: #1f1f1f;
	cursor: pointer;
	order: 3;
}

body.single-product #review_form .comment-form-rating::before {
	content: 'How was the item?';
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	color: #111;
	order: 0;
	margin-bottom: 2px;
}

body.single-product #review_form .comment-form-rating::after {
	content: 'Write a review';
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #111;
	order: 1;
	margin-top: -2px;
}

body.single-product #review_form textarea#comment {
	width: 100%;
	min-height: 260px;
	border-radius: 14px;
	border: 1px solid #c0c0c0;
	padding: 16px 18px;
	font-size: 16px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

body.single-product #review_form textarea#comment:focus {
	border-color: var(--agh-primary);
	box-shadow: 0 0 0 2px rgba(11, 11, 11, 0.12);
}

body.single-product #review_form .comment-form-author,
body.single-product #review_form .comment-form-email {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body.single-product #review_form input[type='text'],
body.single-product #review_form input[type='email'] {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
}

body.single-product #review_form label {
	font-weight: 600;
	color: #222;
}

body.single-product #review_form .comment-form-comment {
	position: relative;
	margin: 0 0 14px;
}

body.single-product #review_form p {
	margin-bottom: 14px;
}

body.single-product #review_form .comment-form-comment::before {
	content: 'Write a review';
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 10px;
	color: #000;
}

body.single-product #review_form input[type='submit'] {
	width: 100%;
	display: block;
	background: var(--agh-primary);
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	border: 0;
	border-radius: 999px;
	padding: 14px 16px;
	cursor: pointer;
	transition: transform 0.08s ease, box-shadow 0.12s ease;
}

body.single-product #review_form input[type='submit']:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

body.single-product #review_form .comment-notes {
	margin-top: 4px;
	margin-bottom: 12px;
	color: #7a7a7a;
}

body.single-product #review_form .comment-form-comment {
	margin: 0 0 18px;
}

/* Hide breadcrumb and remove gap on single product */
body.single-product .woocommerce-breadcrumb,
body.single-product .agh-breadcrumbs {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .woocommerce div.product .summary {
	padding-top: 0;
}

body.single-product .site-main,
body.single-product.woocommerce-page .content-area {
	padding-top: 0;
}

/* Premium single-product gallery */
body.single-product .pdp-gallery {
	margin: 0 0 14px;
}

body.single-product .woocommerce-product-gallery {
	position: relative;
	margin-bottom: 1.5rem;
	padding: 18px;
	display: grid;
	grid-template-columns: minmax(104px, 19%) 1fr;
	grid-template-areas: 'thumbs main';
	column-gap: 18px;
	align-items: center;
	border: 1px solid rgba(15, 39, 68, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, #f9fafc 0%, #f4f6fa 100%);
	box-shadow: 0 14px 34px rgba(15, 39, 68, 0.09);
	--agh-thumb-size: 100px;
	--agh-navy: #0f2744;
	--agh-gold: #f2b01e;
}

/* Main image container can be either direct wrapper or flex viewport (when Woo JS transforms markup). */
body.single-product .woocommerce-product-gallery > .flex-viewport,
body.single-product .woocommerce-product-gallery__wrapper {
	grid-area: main;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	margin-bottom: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 39, 68, 0.08);
}

body.single-product .woocommerce-product-gallery__image {
	background: #ffffff;
}

body.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	transition: opacity 0.28s ease, filter 0.28s ease;
}

body.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__image img {
	transform: none;
}

/* Why: hide zoom overlay layers to keep the gallery stable across script/plugin conflicts. */
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image .zoomImg {
	display: none !important;
	transform: none !important;
}

body.single-product .woocommerce-product-gallery.agh-gallery-switching .woocommerce-product-gallery__image img {
	opacity: 0.72;
	filter: saturate(0.92);
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 2px 6px 2px 0;
	list-style: none;
	grid-area: thumbs;
	grid-column: 1;
	grid-row: 1;
	height: 100%;
	max-height: clamp(380px, 66vh, 760px);
	min-height: 0;
	align-self: stretch;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: rgba(15, 39, 68, 0.34) transparent;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
	width: 6px;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar-thumb {
	background: rgba(15, 39, 68, 0.35);
	border-radius: 999px;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	width: var(--agh-thumb-size);
	flex: 0 0 auto;
	cursor: pointer;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: var(--agh-thumb-size);
	height: var(--agh-thumb-size);
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	border: 2px solid transparent;
	background: #fff;
	box-shadow: 0 6px 14px rgba(15, 39, 68, 0.08);
	transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
	transform: none;
	border-color: rgba(15, 39, 68, 0.34);
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	border-color: var(--agh-gold);
	box-shadow: 0 0 0 3px rgba(242, 176, 30, 0.2), 0 8px 16px rgba(15, 39, 68, 0.13);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid rgba(15, 39, 68, 0.14);
	background: rgba(255, 255, 255, 0.9);
	color: var(--agh-navy);
	font-size: 0;
	backdrop-filter: blur(4px);
	box-shadow: 0 8px 20px rgba(15, 39, 68, 0.12);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	content: none !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask: url('../menu%20icons/search.svg') center / contain no-repeat;
	mask: url('../menu%20icons/search.svg') center / contain no-repeat;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background: #fff;
	color: var(--agh-gold);
	border-color: rgba(242, 176, 30, 0.5);
}

body.single-product .woocommerce-product-gallery .flex-direction-nav a {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(15, 39, 68, 0.15);
	background: rgba(255, 255, 255, 0.92);
	color: var(--agh-navy);
	box-shadow: 0 8px 18px rgba(15, 39, 68, 0.12);
}

body.single-product .woocommerce-product-gallery .flex-direction-nav a:hover {
	color: var(--agh-gold);
	border-color: rgba(242, 176, 30, 0.5);
}

body.single-product .pdp-gallery .onsale,
body.single-product .woocommerce div.product .pdp-gallery .onsale {
	position: absolute;
	top: 16px;
	left: calc(var(--agh-thumb-size) + 34px);
	min-height: auto;
	min-width: auto;
	padding: 7px 14px;
	margin: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #f2b01e 0%, #e19d0d 100%);
	color: #101010;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(242, 176, 30, 0.35);
	z-index: 6;
}

body.single-product .woocommerce-product-gallery .agh-gallery-counter {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(15, 39, 68, 0.9);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

@media (max-width: 768px) {
	body.single-product .woocommerce-product-gallery {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			'main'
			'thumbs';
		row-gap: 12px;
		column-gap: 0;
		padding: 12px;
		--agh-thumb-size: 72px;
	}

	body.single-product .woocommerce-product-gallery > .flex-viewport,
	body.single-product .woocommerce-product-gallery__wrapper {
		grid-area: main;
		grid-column: 1;
		grid-row: 1;
	}

	body.single-product .woocommerce-product-gallery .flex-control-thumbs {
		grid-area: thumbs;
		grid-column: 1;
		grid-row: 2;
		display: flex;
		flex-direction: row;
		align-items: center;
		height: auto;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 4px;
		gap: 10px;
		-webkit-overflow-scrolling: touch;
	}

	body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
		width: var(--agh-thumb-size);
	}

	body.single-product .woocommerce-product-gallery .onsale,
	body.single-product .woocommerce div.product .pdp-gallery .onsale {
		top: 16px;
		left: 16px;
	}

	body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 14px;
		right: 14px;
		width: 40px;
		height: 40px;
	}

	body.single-product .woocommerce-product-gallery .flex-direction-nav a {
		width: 48px;
		height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img,
	body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
		transition: none;
	}
}

/* PDP review polish */
body.single-product #reviews {
	max-width: none;
}

body.single-product .pdp-reviews-section,
body.single-product .pdp-review-grid,
body.single-product .pdp-review-cards,
body.single-product #reviews {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

body.single-product #reviews #review_form_wrapper,
body.single-product #reviews #respond {
	width: 100%;
	max-width: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	padding: 0;
	margin: 0;
}

body.single-product .pdp-review-summary {
	grid-template-columns: minmax(170px, 0.8fr) minmax(220px, 1.6fr) auto;
	gap: 20px;
}

body.single-product .pdp-review-summary .summary-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.single-product .pdp-review-summary .summary-stars-icons {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
}

body.single-product .pdp-review-summary .summary-stars-icons .summary-star {
	display: inline-block;
}

body.single-product .pdp-review-summary .summary-stars-icons .summary-star--filled {
	color: #f2b01e;
}

body.single-product .pdp-review-summary .summary-stars-icons .summary-star--empty {
	color: #cfcfcf;
}

body.single-product .pdp-review-summary .summary-score {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #131313;
}

body.single-product .pdp-review-summary .summary-score span {
	font-size: 14px;
	font-weight: 500;
	color: var(--agh-muted);
}

body.single-product .pdp-review-summary .summary-based {
	font-size: 13px;
	color: #4b4b4b;
}

body.single-product .pdp-review-summary .summary-breakdown .breakdown-row {
	grid-template-columns: 52px 1fr 26px;
	gap: 10px;
	margin-bottom: 8px;
}

body.single-product .pdp-review-summary .summary-breakdown .stars-label {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 13px;
	color: #222;
}

body.single-product .pdp-review-summary .summary-breakdown .stars-icon {
	color: #f5b301;
}

body.single-product .pdp-review-summary .summary-breakdown .bar {
	background: #cfcfcf;
	height: 7px;
}

body.single-product .pdp-review-summary .summary-breakdown .bar span {
	background: #f2b01e;
}

body.single-product .pdp-review-summary .summary-breakdown .count {
	font-size: 12px;
	color: #555;
	text-align: right;
}

body.single-product .pdp-review-summary .summary-cta {
	justify-content: flex-end;
}

body.single-product .pdp-review-summary .write-review-btn {
	min-width: 112px;
	padding: 10px 16px;
	font-size: 13px;
	line-height: 1;
	transition: transform 0.12s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

body.single-product .pdp-review-summary .write-review-btn:hover {
	background: #222;
	transform: translateY(-1px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

body.single-product #review_form #reply-title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

/* Keep a single form heading only. */
body.single-product #review_form .comment-form-rating::before,
body.single-product #review_form .comment-form-rating::after,
body.single-product #review_form .comment-form-comment::before {
	content: none !important;
	display: none !important;
}

body.single-product #review_form .comment-form-rating-label {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 600;
	color: #2e2e2e;
}

body.single-product #review_form .comment-form-rating {
	margin: 0 0 10px;
	gap: 10px;
}

body.single-product #review_form .comment-form-rating p.stars {
	display: none !important;
}

body.single-product #review_form .agh-rating-stars {
	gap: 4px;
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

body.single-product #review_form .agh-star-btn {
	width: 34px;
	height: 34px;
	font-size: 30px;
	color: #d1d5da;
	background: transparent;
	border: 0;
	cursor: pointer;
	pointer-events: auto !important;
	position: relative;
	z-index: 2;
}

body.single-product #review_form .agh-star-btn.filled {
	color: #f5b301;
}

body.single-product #review_form .agh-star-btn:hover {
	color: #efb60a;
	transform: scale(1.04);
}

body.single-product #review_form .agh-rating-clear {
	display: none !important;
}

body.single-product #review_form p {
	margin-bottom: 10px;
}

body.single-product #review_form input[type='text'],
body.single-product #review_form input[type='url'],
body.single-product #review_form textarea#comment {
	width: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	padding: 12px 13px;
	font-size: 14px;
	color: #111;
	background: #fff;
	box-shadow: none;
}

body.single-product #review_form textarea#comment {
	min-height: 170px;
	line-height: 1.5;
	resize: vertical;
}

body.single-product #review_form input[type='text']:focus,
body.single-product #review_form input[type='url']:focus,
body.single-product #review_form textarea#comment:focus {
	border-color: #111;
	box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.12);
	outline: none;
}

body.single-product #review_form .comment-form-media label[for='comment_media'] {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
}

body.single-product #review_form .comment-form-media .agh-file-control {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

body.single-product #review_form .comment-form-media input[type='file'] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

body.single-product #review_form .comment-form-media .agh-file-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid #121212;
	border-radius: 999px;
	background: #121212;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.14s ease, border-color 0.14s ease;
}

body.single-product #review_form .comment-form-media .agh-file-trigger:hover {
	background: #2b2b2b;
	border-color: #2b2b2b;
}

body.single-product #review_form .comment-form-media .agh-file-name {
	font-size: 12px;
	color: #666;
}

body.single-product #review_form .comment-form-media .agh-file-preview {
	display: block;
	margin-top: 8px;
}

body.single-product #review_form .comment-form-media .agh-file-preview-image,
body.single-product #review_form .comment-form-media .agh-file-preview-video {
	max-width: 220px;
	border-radius: 10px;
	border: 1px solid #ddd;
	display: block;
}

body.single-product #review_form .comment-form-youtube input[type='url'] {
	border-radius: 999px;
}

body.single-product #review_form .comment-form-youtube input[type='text'] {
	border-radius: 999px;
}

body.single-product #review_form .form-submit {
	margin-top: 6px;
}

body.single-product #review_form input[type='submit'] {
	width: 100%;
	background: #111;
	border: 1px solid #111;
	border-radius: 999px;
	padding: 13px 16px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

body.single-product #review_form input[type='submit']:hover {
	background: #2a2a2a;
	border-color: #2a2a2a;
	transform: translateY(-1px);
	box-shadow: 0 9px 16px rgba(0, 0, 0, 0.12);
}

body.single-product #review_form .comment-form-author,
body.single-product #review_form .comment-form-email,
body.single-product #review_form .comment-form-url,
body.single-product #review_form .comment-form-cookies-consent {
	display: none !important;
}

@media (max-width: 900px) {
	body.single-product .pdp-review-summary {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.single-product .pdp-review-summary .summary-cta {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	body.single-product .agh-pdp {
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
		overflow-x: clip;
	}

	body.single-product .pdp-top,
	body.single-product .pdp-summary,
	body.single-product .pdp-add-to-cart,
	body.single-product .pdp-accordion,
	body.single-product .pdp-reviews-section,
	body.single-product .pdp-review-grid,
	body.single-product .pdp-review-cards,
	body.single-product #reviews {
		max-width: 100%;
	}

	body.single-product .pdp-gallery {
		margin: 0 0 10px;
	}

	body.single-product .pdp-reviews-section {
		margin: 20px 0 14px;
		padding: 0;
		box-sizing: border-box;
	}

	body.single-product .pdp-review-grid {
		gap: 12px;
		margin-bottom: 14px;
	}

	body.single-product .pdp-review-summary {
		padding: 14px;
		border-radius: 12px;
		gap: 12px;
		overflow: hidden;
	}

	body.single-product .pdp-review-summary .summary-stars-icons {
		font-size: 18px;
		letter-spacing: 1px;
	}

	body.single-product .pdp-review-summary .summary-score {
		font-size: 24px;
	}

	body.single-product .pdp-review-summary .summary-score span {
		font-size: 12px;
	}

	body.single-product .pdp-review-summary .summary-based {
		font-size: 12px;
	}

	body.single-product .pdp-review-summary .summary-breakdown {
		min-width: 0;
	}

	body.single-product .pdp-review-summary .summary-breakdown .breakdown-row {
		grid-template-columns: 44px minmax(0, 1fr) 24px;
		gap: 6px;
	}

	body.single-product .pdp-review-summary .summary-breakdown .stars-label {
		font-size: 12px;
		white-space: nowrap;
	}

	body.single-product .pdp-review-summary .summary-breakdown .bar {
		min-width: 0;
	}

	/* Normalize Woo star rendering on mobile so text does not appear as broken glyphs. */
	body.single-product .pdp-reviews-section .star-rating,
	body.single-product #reviews .star-rating,
	body.single-product #reviews .agh-review-hero .star-rating {
		position: relative;
		display: inline-block;
		width: 5.2em;
		height: 1em;
		line-height: 1;
		font-size: 14px;
		vertical-align: middle;
		overflow: hidden;
	}

	body.single-product .pdp-reviews-section .star-rating::before,
	body.single-product #reviews .star-rating::before,
	body.single-product #reviews .agh-review-hero .star-rating::before {
		content: '★★★★★';
		position: absolute;
		top: 0;
		left: 0;
		color: #d6d6d6;
	}

	body.single-product .pdp-reviews-section .star-rating span,
	body.single-product #reviews .star-rating span,
	body.single-product #reviews .agh-review-hero .star-rating span {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		overflow: hidden;
		text-indent: -9999px;
	}

	body.single-product .pdp-reviews-section .star-rating span::before,
	body.single-product #reviews .star-rating span::before,
	body.single-product #reviews .agh-review-hero .star-rating span::before {
		content: '★★★★★';
		position: absolute;
		top: 0;
		left: 0;
		color: #f5b301;
		text-indent: 0;
	}

	body.single-product #reviews {
		max-width: 100%;
		overflow-x: hidden;
		padding: 0;
	}

	body.single-product #reviews .commentlist {
		margin-top: 12px;
		gap: 12px;
	}

	body.single-product #reviews .commentlist .review {
		padding: 14px;
		border-radius: 12px;
		border: 1px solid #efefef;
	}

	body.single-product #reviews .comment_container {
		gap: 10px;
	}

	body.single-product #reviews .comment-text {
		padding-top: 2px;
		font-size: 14px;
		line-height: 1.55;
	}

	body.single-product #reviews .comment-text p {
		margin: 0 0 10px;
	}

	body.single-product #reviews .comment-text p:last-child {
		margin-bottom: 0;
	}

	body.single-product #reviews .comment-text .meta {
		margin: 0 0 8px;
		font-size: 12px;
		color: #666;
		line-height: 1.4;
	}

	body.single-product #reviews .woocommerce-review__author,
	body.single-product #reviews .comment-text .meta strong {
		font-size: 14px;
		font-weight: 700;
		color: #111;
	}

	body.single-product #reviews .woocommerce-review__published-date {
		display: block;
		font-size: 12px;
		color: #777;
		margin-top: 2px;
	}

	body.single-product #reviews #review_form_wrapper,
	body.single-product #reviews #respond {
		padding: 12px;
		border-radius: 12px;
		margin: 0;
	}

	body.single-product #review_form #reply-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	body.single-product #review_form p {
		margin-bottom: 12px;
	}

	body.single-product #review_form .comment-form-rating {
		margin-bottom: 10px;
	}

	body.single-product #review_form .agh-rating-stars {
		gap: 2px;
	}

	body.single-product #review_form .agh-star-btn {
		width: 40px;
		height: 40px;
		font-size: 32px;
	}

	body.single-product #review_form input[type='text'],
	body.single-product #review_form input[type='url'],
	body.single-product #review_form textarea#comment {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
		padding: 12px;
	}

	body.single-product #review_form textarea#comment {
		min-height: 150px;
	}

	body.single-product #review_form .comment-form-media .agh-file-control {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	body.single-product #review_form .comment-form-media .agh-file-trigger {
		width: 100%;
		min-height: 46px;
		border-radius: 10px;
		font-size: 14px;
	}

	body.single-product #review_form .comment-form-media .agh-file-name {
		font-size: 12px;
	}

	body.single-product #review_form .comment-form-media .agh-file-preview-image,
	body.single-product #review_form .comment-form-media .agh-file-preview-video {
		max-width: 100%;
	}

	body.single-product #review_form input[type='submit'] {
		min-height: 48px;
		font-size: 15px;
		padding: 12px 16px;
	}
}

/* Review restriction popup notice for non-eligible customers */
body.single-product .agh-review-restriction-notice {
	position: relative;
	margin-top: 14px;
	padding: 16px 44px 16px 16px;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	animation: aghReviewRestrictionFadeIn 0.22s ease both;
}

body.single-product .agh-review-restriction-notice p {
	margin: 0;
}

body.single-product .agh-review-restriction-notice.agh-review-restriction-notice--portal {
	position: fixed;
	top: 96px;
	right: 18px;
	margin: 0;
	max-width: 460px;
	width: calc(100% - 36px);
	z-index: 2147483000;
}

body.single-product .agh-review-restriction-notice.is-hidden {
	display: none;
}

body.single-product .agh-review-restriction-notice__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 6px;
	background: #f6f6f6;
	color: #666;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

body.single-product .agh-review-restriction-notice__close:hover,
body.single-product .agh-review-restriction-notice__close:focus-visible {
	background: #ececec;
	color: #111;
	outline: 0;
}

body.single-product.agh-review-restricted #reviews .woocommerce-verification-required {
	display: none;
}

@keyframes aghReviewRestrictionFadeIn {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	body.single-product .agh-review-restriction-notice.agh-review-restriction-notice--portal {
		top: 74px;
		right: 12px;
		width: calc(100% - 24px);
	}
}

/* Premium PDP right-column purchase module */
body.single-product .pdp-summary {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 20px 20px 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

body.single-product .pdp-summary > * + * {
	margin-top: 16px;
}

body.single-product .pdp-title-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 0;
}

body.single-product .pdp-title-block .product_title {
	flex: 1 1 auto;
	font-size: clamp(1.5rem, 2.1vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}

body.single-product .pdp-wishlist-inline {
	display: inline-flex;
	align-items: center;
	margin: 2px 0 0;
}

body.single-product .pdp-wishlist-inline .yith-wcwl-add-to-wishlist,
body.single-product .pdp-wishlist-inline .tinv-wishlist,
body.single-product .pdp-wishlist-inline .woosw-btn,
body.single-product .pdp-wishlist-inline .agh-wishlist-fallback {
	width: auto;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	padding: 7px 12px;
}

body.single-product .pdp-wishlist-inline .yith-wcwl-add-to-wishlist a,
body.single-product .pdp-wishlist-inline .woosw-btn,
body.single-product .pdp-wishlist-inline .agh-wishlist-fallback {
	font-size: 12px;
	font-weight: 600;
	color: #232323;
	gap: 8px;
}

body.single-product .pdp-wishlist-inline .yith-wcwl-add-to-wishlist a::before,
body.single-product .pdp-wishlist-inline .woosw-btn::before,
body.single-product .pdp-wishlist-inline .agh-wishlist-fallback::before {
	font-size: 14px;
	color: #232323;
}

body.single-product .pdp-wishlist-inline .yith-wcwl-add-to-wishlist a:hover,
body.single-product .pdp-wishlist-inline .woosw-btn:hover,
body.single-product .pdp-wishlist-inline .agh-wishlist-fallback:hover {
	color: #f2b01e;
	border-color: #f2b01e;
}

body.single-product .pdp-rating-row {
	margin-top: 0;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top {
	margin-top: 6px;
	margin-bottom: 6px;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-track {
	display: flex;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-card {
	display: block;
	min-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
	padding: 14px 16px;
	background: #fff;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .highlight-stars {
	color: #f2b01e;
	font-size: 15px;
	letter-spacing: 0.06em;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .highlight-name {
	font-size: 14px;
	font-weight: 700;
	color: #111;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .highlight-body {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 1.5;
	direction: ltr;
	text-align: left;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	box-shadow: none;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav:hover {
	border-color: #f2b01e;
	background: #fffdf7;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav::before {
	border-top-color: #1a1a1a;
	border-right-color: #1a1a1a;
}

body.single-product .pdp-links {
	gap: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

body.single-product .pdp-links a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 11px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
	font-weight: 600;
	color: #171717;
	transition: border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

body.single-product .pdp-links a:hover {
	border-color: #f2b01e;
	color: #111;
	background: #fffdf7;
}

body.single-product .pdp-atc-wrap {
	margin: 4px 0 0;
	display: block;
}

body.single-product .pdp-add-to-cart,
body.single-product .pdp-add-to-cart form.cart {
	width: 100%;
}

body.single-product .pdp-add-to-cart .single_add_to_cart_button {
	width: 100%;
	min-width: 0;
	border-radius: 8px;
	padding: 15px 18px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

body.single-product .pdp-add-to-cart .single_add_to_cart_button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

body.single-product .pdp-delivery {
	margin: 14px 0 0;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fcfcfc;
}

body.single-product .pdp-delivery-top {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.5;
}

body.single-product .pdp-countdown {
	color: #f2b01e;
	font-weight: 800;
	font-size: 15px;
}

body.single-product .pdp-delivery-line {
	gap: 9px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #4a4a4a;
}

body.single-product .delivery-icon {
	width: 18px;
	height: 18px;
	opacity: 0.88;
}

body.single-product .info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #f2f2f2;
	color: #8a8a8a;
	font-size: 11px;
	font-weight: 700;
	position: relative;
	cursor: help;
}

body.single-product .pdp-delivery-line:nth-of-type(2) .info-icon::after {
	content: 'Delivery times vary by location.';
}

body.single-product .pdp-delivery-line:nth-of-type(3) .info-icon::after {
	content: 'See full returns policy below.';
}

body.single-product .info-icon::after {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	min-width: 180px;
	max-width: 220px;
	padding: 6px 8px;
	border-radius: 8px;
	background: #111;
	color: #fff;
	font-size: 11px;
	line-height: 1.35;
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 6;
}

body.single-product .info-icon:hover::after {
	opacity: 1;
	transform: translateY(0);
}

body.single-product .pdp-share {
	margin: 14px 0 0;
	gap: 10px;
}

body.single-product .share-icon {
	width: 18px;
	height: 18px;
	padding: 9px;
	border-radius: 999px;
	background-color: transparent;
	transition: background-color 0.22s ease, transform 0.22s ease;
}

body.single-product .share-icon:hover {
	background-color: #fff5dc;
	transform: translateY(-1px);
}

body.single-product .pdp-accordion {
	margin-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	background: transparent;
}

body.single-product .pdp-accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.single-product .pdp-accordion-item:last-child {
	border-bottom: 0;
}

body.single-product .pdp-accordion-header {
	padding: 14px 4px;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
	background: transparent;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.single-product .pdp-accordion-header:hover {
	background: #fafafa;
}

body.single-product .pdp-accordion-content {
	display: block !important;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 4px;
	color: #525252;
	line-height: 1.7;
	transition: max-height 0.3s ease, opacity 0.24s ease, padding 0.24s ease;
}

body.single-product .pdp-accordion-item.open .pdp-accordion-content {
	max-height: 800px;
	opacity: 1;
	padding: 0 4px 14px;
}

body.single-product .pdp-accordion .chevron {
	width: 11px;
	height: 11px;
	border-right: 2px solid #5f5f5f;
	border-bottom: 2px solid #5f5f5f;
}

body.single-product .pdp-accordion-item.open .pdp-accordion-header {
	color: #111;
}

body.single-product .pdp-accordion-item.open .chevron {
	border-color: #f2b01e;
}

@media (max-width: 767px) {
	body.single-product .pdp-summary {
		padding: 14px 14px 16px;
	}

	body.single-product .pdp-summary > * + * {
		margin-top: 14px;
	}

	body.single-product .pdp-title-block {
		gap: 8px;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav {
		width: 34px;
		height: 34px;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav.prev {
		left: -8px;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav.next {
		right: -8px;
	}

	body.single-product .pdp-delivery {
		padding: 10px 12px;
	}
}

/* PDP right-column responsiveness and interaction polish */
body.single-product .pdp-summary,
body.single-product .pdp-highlight-carousel,
body.single-product .pdp-links,
body.single-product .pdp-add-to-cart,
body.single-product .pdp-delivery,
body.single-product .pdp-accordion {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top {
	padding-inline: 50px;
	overflow: hidden;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	visibility: visible;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 44px;
	height: 44px;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav.prev {
	left: 0;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav.next {
	right: 0;
}

body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav:hover {
	border-color: #f2b01e;
}

body.single-product .pdp-accordion-header {
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, font-weight 0.2s ease;
}

body.single-product .pdp-accordion-header:hover {
	color: #000;
	font-weight: 700;
}

body.single-product .pdp-accordion .chevron {
	flex: 0 0 auto;
	transition: transform 0.24s ease, border-color 0.24s ease;
}

body.single-product .pdp-accordion-header:hover .chevron {
	border-color: #f2b01e;
}

body.single-product .pdp-accordion-item.open .chevron {
	transform: rotate(-135deg);
	border-color: #f2b01e;
}

@media (max-width: 767px) {
	body.single-product .agh-pdp {
		padding-left: 12px;
		padding-right: 12px;
	}

	body.single-product .pdp-summary {
		padding: 12px;
		border-radius: 14px;
	}

	body.single-product .pdp-summary > * + * {
		margin-top: 12px;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top {
		padding-inline: 42px;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-card {
		min-width: 100%;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav {
		width: 44px;
		height: 44px;
	}
}

/* Final PDP fixes: mobile full-width fluid layout + accordion contrast + non-empty review slides */
body.single-product .pdp-highlight-carousel .pdp-highlight-track {
	display: flex;
	width: 100%;
}

body.single-product .pdp-highlight-carousel .pdp-highlight-card {
	display: block;
	flex: 0 0 100%;
	min-width: 100%;
}

body.single-product .pdp-accordion-header {
	color: #111;
	background-color: #fff;
}

body.single-product .pdp-accordion-header:hover,
body.single-product .pdp-accordion-item.open .pdp-accordion-header {
	color: #000;
	font-weight: 700;
}

body.single-product .pdp-accordion .chevron {
	border-color: #3f3f3f;
}

body.single-product .pdp-accordion-header:hover .chevron,
body.single-product .pdp-accordion-item.open .chevron {
	border-color: #f2b01e;
}

@media (max-width: 767px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	body.single-product .woocommerce-main > .container {
		max-width: 100% !important;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0;
		margin-right: 0;
	}

	body.single-product .agh-pdp {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-left: 14px;
		padding-right: 14px;
		overflow-x: visible;
	}

	body.single-product .pdp-top,
	body.single-product .pdp-summary,
	body.single-product .pdp-add-to-cart,
	body.single-product .pdp-accordion,
	body.single-product .pdp-highlight-carousel {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top {
		padding-inline: 46px;
	}

	body.single-product .pdp-highlight-carousel.pdp-highlight--top .pdp-highlight-nav {
		min-width: 44px;
		min-height: 44px;
	}
}

/* Final hardening: review carousel reliability + mobile fluid width + accordion contrast */
body.single-product .pdp-highlight-carousel .pdp-highlight-track {
	display: block !important;
	width: 100%;
	overflow: hidden;
	transform: none !important;
}

body.single-product .pdp-highlight-carousel .pdp-highlight-card {
	display: none;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

body.single-product .pdp-highlight-carousel .pdp-highlight-card.active {
	display: block;
}

body.single-product .pdp-accordion-header,
body.single-product .pdp-accordion-header span {
	color: #111 !important;
	background: #fff;
}

body.single-product .pdp-accordion-header:hover,
body.single-product .pdp-accordion-header:hover span,
body.single-product .pdp-accordion-item.open .pdp-accordion-header,
body.single-product .pdp-accordion-item.open .pdp-accordion-header span {
	color: #000 !important;
}

@media (max-width: 768px) {
	html,
	body,
	body.single-product,
	body.single-product .site,
	body.single-product .site-main,
	body.single-product .woocommerce,
	body.single-product .woocommerce-main,
	body.single-product .woocommerce-main > .container,
	body.single-product .woocommerce div.product,
	body.single-product .agh-pdp,
	body.single-product .pdp-top,
	body.single-product .pdp-gallery,
	body.single-product .pdp-summary,
	body.single-product .pdp-reviews-section {
		width: 100%;
		max-width: 100%;
	}

	body.single-product .woocommerce div.product {
		display: block !important;
		grid-template-columns: 1fr !important;
		margin: 0;
	}

	body.single-product .woocommerce div.product div.images,
	body.single-product .woocommerce div.product .summary,
	body.single-product .pdp-gallery,
	body.single-product .pdp-summary {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.single-product .woocommerce-main > .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.single-product .agh-pdp {
		padding-left: 12px !important;
		padding-right: 12px !important;
		box-sizing: border-box;
	}

	body.single-product .pdp-delivery-line {
		display: flex;
		align-items: flex-start;
		gap: 8px;
	}

body.single-product .pdp-delivery-line span:nth-child(2) {
		flex: 1 1 auto;
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

/* Mobile sticky Add to Cart: smooth, smart, non-intrusive */
body.single-product .agh-mobile-sticky-atc {
	display: block !important;
	visibility: visible !important;
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(env(safe-area-inset-bottom, 0px) + var(--agh-mobile-bottom-nav-height, 78px) + 14px);
	z-index: 2147483001;
	opacity: 0;
	transform: none !important;
	translate: none !important;
	animation: none !important;
	pointer-events: none;
	transition: opacity 0.28s ease !important;
	will-change: opacity;
}

body.single-product .agh-mobile-sticky-atc.is-visible {
	display: block !important;
	visibility: visible !important;
	opacity: 1;
	transform: none !important;
	translate: none !important;
	animation: none !important;
	pointer-events: auto;
}

body.single-product .agh-mobile-sticky-atc__button {
	width: 100%;
	min-height: 46px;
	padding: 12px 16px;
	border: 1px solid #000;
	border-radius: 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.01em;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	transform-origin: center center;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.single-product .agh-mobile-sticky-atc__button:hover,
body.single-product .agh-mobile-sticky-atc__button:focus-visible {
	background: #fff;
	color: #000;
	border-color: #000;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	outline: none;
}

body.single-product .agh-mobile-sticky-atc.is-disabled .agh-mobile-sticky-atc__button,
body.single-product .agh-mobile-sticky-atc__button:disabled {
	opacity: 0.68;
	cursor: not-allowed;
}

@keyframes agh-sticky-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 8px 18px rgba(242, 176, 30, 0.24);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	}
}

body.single-product .agh-mobile-sticky-atc.is-pulsing .agh-mobile-sticky-atc__button {
	animation: agh-sticky-pulse 1.2s ease-in-out 2;
}

body.single-product .agh-mobile-sticky-atc.is-pulse-debug .agh-mobile-sticky-atc__button {
	background: #cf1313 !important;
	color: #fff !important;
}

@media (min-width: 768px) {
	body.single-product .agh-mobile-sticky-atc {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .agh-mobile-sticky-atc {
		transition: none;
	}

	body.single-product .agh-mobile-sticky-atc__button {
		transition: none;
	}

	body.single-product .agh-mobile-sticky-atc.is-pulsing .agh-mobile-sticky-atc__button {
		animation: none;
	}
}
