	:root{
		--cst-width: clamp(5rem, 4.833vw + 3.263rem, 9.063rem);
		--custom-view-font: "Helvetica Neue", Arial, sans-serif;
		--custom-muted-title: #64748b;
		--custom-muted-line: #d7dce2;
		--custom-hotspot: #f97316;
		--custom-tooltip: #111827;
	}

	/* Keep the full product copy in the HTML, but skip layout/paint while its
	   Journal tab is closed. The active tab is excluded for both tab systems. */
	.product_tabs .tab-content > .tab-pane:not(.active):not(.is-open) #custom-product-description {
		content-visibility: hidden;
		contain: layout style paint;
		contain-intrinsic-size: 1px 1200px;
	}
	
	
	/* Scoped product-description refresh (safe for multi-store usage) */
	#custom-product-description.custom-product-description-layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 2.25rem 1.5rem;
		background: #f8fafc;
		border: 1px solid #e5e7eb;
		border-radius: 1.25rem;
	}

	#custom-product-description.custom-product-description-layout.has-side-panel {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
		align-items: start;
	}

	#custom-product-description.custom-product-description-layout > .pro-desciption {
		grid-column: 1;
		min-width: 0;
	}

	#custom-product-description.custom-product-description-layout > .review.swiper,
	#custom-product-description.custom-product-description-layout > .custom-product-image {
		grid-column: 2;
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#custom-product-description .pro-desciption > hr {
		margin: 0 0 1.35rem;
		border-color: #e5e7eb;
	}

	#custom-product-description .custom-description-title {
		font-size: clamp(2rem, 2.8vw, 3rem);
		font-weight: 300;
		letter-spacing: 0.02em;
		color: #b77932;
		line-height: 1.2;
		margin-bottom: 1.35rem;
	}

	.mfp-description-guide .mfp-iframe-holder .mfp-content {
		max-width: 980px;
		width: 92vw;
		background: #ffffff;
		border-radius: 6px;
	}

	.mfp-description-guide .mfp-iframe {
		background: #ffffff;
	}

	.mfp-description-guide .mfp-iframe-scaler {
		padding-top: 88vh;
	}

	#custom-product-description .custom-description-description {
		font-size: 14px;
		line-height: 1.8;
		color: #222222;
		padding-top: 0 !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#custom-product-description .custom-description-description p,
	#custom-product-description .custom-description-description li,
	#custom-product-description .custom-description-description strong,
	#custom-product-description .custom-description-description b {
		color: inherit;
	}

	#custom-product-description .custom-description-description p {
		margin-bottom: 1rem;
	}

	#custom-product-description .review.swiper {
		position: sticky;
		top: 1.5rem;
		background: #ffffff;
		border: 1px solid #e5e7eb;
		border-left: 0 !important;
		border-radius: 1.5rem;
		box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.45);
		overflow: hidden;
	}

	#custom-product-description .review.swiper .swiper-container {
		position: relative;
		padding: 1.25rem 1.2rem 0.75rem;
	}

	#custom-product-description .review.swiper .swiper-slide {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	#custom-product-description .review-caption {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#custom-product-description .review-name {
		display: inline-flex;
		align-items: center;
		gap: 0.55rem;
		padding: 0.35rem 0.75rem 0.35rem 0.35rem;
		border-radius: 999px;
		background: #eef2ff;
		color: #4338ca;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1;
	}

	#custom-product-description .review-icon {
		width: 2.35rem;
		height: 2.35rem;
		min-width: 2.35rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		font-size: 1.35rem;
		font-weight: 700;
		color: #ffffff;
		box-shadow: 0 6px 16px -10px rgba(30, 41, 59, 0.7);
	}

	#custom-product-description .review-star {
		margin-top: 0.55rem;
	}

	#custom-product-description .review-star .fa-stack {
		width: 14px;
		height: 14px;
		line-height: 14px;
		margin: 0 1px;
		color: #f59e0b;
	}

	#custom-product-description .review-verified-purchase {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		margin-top: 0.45rem;
		padding: 4px 8px;
		border-radius: 999px;
		border: 1px solid #bbf7d0;
		background: #f0fdf4;
		color: #166534;
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
	}

	#custom-product-description .review-verified-purchase svg {
		width: 13px;
		height: 13px;
		fill: currentColor;
		flex: 0 0 auto;
	}
	#custom-product-description .review-text {
		position: relative;
		font-size: 13px;
		line-height: 1.75;
		color: #64748b;
		font-style: italic;
		padding: 0.7rem 0.95rem 0;
	}

	#custom-product-description .review-text::before,
	#custom-product-description .review-text::after {
		position: absolute;
		color: #d1d5db;
		font-size: 1.8rem;
		line-height: 1;
		font-style: normal;
	}

	#custom-product-description .review-text::before {
		content: "“";
		left: 0;
		top: 0;
	}

	#custom-product-description .review-text::after {
		content: "”";
		right: 0;
		bottom: -0.2rem;
	}

	#custom-product-description .review-image {
		aspect-ratio: 1 / 1;
		border-radius: 1rem;
		overflow: hidden;
		background: #ffffff;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
		padding:15px;
	}

	#custom-product-description .review-image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#custom-product-description .review.swiper .swiper-buttons {
		pointer-events: none;
	}

	#custom-product-description .review.swiper .swiper-button-prev,
	#custom-product-description .review.swiper .swiper-button-next {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -1.15rem;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 8px 18px -12px rgba(30, 41, 59, 0.8);
		opacity: 0;
		transition: all 0.25s ease;
		pointer-events: auto;
	}

	#custom-product-description .review.swiper:hover .swiper-button-prev,
	#custom-product-description .review.swiper:hover .swiper-button-next {
		opacity: 1;
	}

	#custom-product-description .review.swiper .swiper-button-prev:after,
	#custom-product-description .review.swiper .swiper-button-next:after {
		font-size: 0.85rem;
		font-weight: 700;
		color: #334155;
	}

	#custom-product-description .review.swiper .swiper-pagination {
		position: static;
		display: flex;
		justify-content: center;
		gap: 0.35rem;
		padding: 0.15rem 0 0.95rem;
	}

	#custom-product-description .review.swiper .swiper-pagination-bullet {
		margin: 0 !important;
		width: 0.45rem;
		height: 0.45rem;
		background: #cbd5e1;
		opacity: 1;
		transition: all 0.25s ease;
	}

	#custom-product-description .review.swiper .swiper-pagination-bullet-active {
		width: 1.25rem;
		border-radius: 999px;
		background: #6366f1;
	}

	@media (min-width: 768px) {
		#custom-product-description .review.swiper .swiper-pagination {
			gap: 0;
		}

		#custom-product-description .review.swiper .swiper-pagination-bullet {
			position: relative;
			width: 24px;
			height: 24px;
			background: transparent;
			border-radius: 0;
		}

		#custom-product-description .review.swiper .swiper-pagination-bullet::after {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 0.45rem;
			height: 0.45rem;
			border-radius: 999px;
			background: #cbd5e1;
			content: '';
			transform: translate(-50%, -50%);
			transition: all 0.25s ease;
		}

		#custom-product-description .review.swiper .swiper-pagination-bullet-active {
			width: 24px;
			background: transparent;
			border-radius: 0;
		}

		#custom-product-description .review.swiper .swiper-pagination-bullet-active::after {
			width: 1.25rem;
			background: #6366f1;
		}
	}

	#custom-product-description .custom-product-image {
		position: sticky;
		top: 1.5rem;
		background: #ffffff;
		border: 1px solid #e5e7eb;
		border-radius: 1.5rem;
		box-shadow: 0 10px 24px -18px rgba(15, 23, 42, 0.45);
		padding: 0.9rem !important;
	}

	#custom-product-description .custom-product-image img {
		width: 100%;
		max-width: none;
		border-radius: 1rem;
	}

	@media (max-width: 991px) {
		#custom-product-description.custom-product-description-layout {
			display: block;
			padding: 1.25rem 0.9rem;
			border-radius: 0.9rem;
		}

		#custom-product-description.custom-product-description-layout.has-side-panel {
			align-items: initial;
		}

		#custom-product-description .review.swiper,
		#custom-product-description .custom-product-image {
			position: static;
			margin-bottom: 1.2rem !important;
		}

		#custom-product-description .custom-description-title {
			font-size: 2.15rem;
		}

		.mfp-description-guide .mfp-iframe-holder .mfp-content {
			width: 96vw;
		}

		.mfp-description-guide .mfp-iframe-scaler {
			padding-top: 86vh;
		}

		#custom-product-description .custom-description-description {
			font-size: 14px;
			line-height: 1.8;
			color: #222222;
			padding-top: 0 !important;
			padding-left: 10px !important;
			padding-right: 10px !important;
		}
	}


	#custom-product-description .product-feature-map {
		--feature-map-accent: #c2410c;
		--feature-map-accent-soft: #fff7ed;
		--feature-map-text: #172033;
		--feature-map-muted: #526071;
		--feature-map-border: #e2e8f0;
		box-sizing: border-box;
		padding: 28px 0 38px;
		font-family: var(--custom-view-font);
	}

	#custom-product-description .product-feature-map *,
	#custom-product-description .product-feature-map *::before,
	#custom-product-description .product-feature-map *::after {
		box-sizing: border-box;
	}

	#custom-product-description .product-feature-map__header {
		position: relative;
		z-index: 5;
		max-width: 720px;
		margin: 0 auto 30px;
		padding: 0 16px;
		text-align: center;
	}

	#custom-product-description .product-feature-map__header h3 {
		margin: 0;
		color: var(--feature-map-text);
		font-family: inherit;
		font-size: 26px;
		font-weight: 700;
		letter-spacing: 0.04em;
		line-height: 1.25;
	}

	#custom-product-description .product-feature-map__header p {
		margin: 9px 0 0;
		padding: 0;
		color: var(--feature-map-muted);
		font-size: 14px;
		line-height: 1.55;
	}

	#custom-product-description .product-feature-map__grid {
		position: relative;
		display: grid;
		grid-template-columns: minmax(190px, 1fr) minmax(380px, 580px) minmax(190px, 1fr);
		grid-template-rows: repeat(3, minmax(96px, auto));
		gap: 22px 30px;
		align-items: center;
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
		padding: 0 14px;
		isolation: isolate;
	}

	#custom-product-description .product-feature-map__figure {
		position: relative;
		z-index: 1;
		grid-column: 2;
		grid-row: 1 / span 3;
		align-self: center;
		min-width: 0;
		margin: 0;
		isolation: isolate;
	}

	@media (min-width: 992px) {
		#custom-product-description .product-feature-map--expanded .product-feature-map__grid {
			grid-template-rows: repeat(4, minmax(96px, auto));
		}

		#custom-product-description .product-feature-map--expanded .product-feature-map__figure {
			grid-row: 1 / span 4;
		}
	}

	#custom-product-description .product-feature-map__backdrop {
		position: absolute;
		z-index: 0;
		inset: -40px;
		overflow: hidden;
		border-radius: 44px;
		background: #d9dde1;
		pointer-events: none;
	}

	#custom-product-description .product-feature-map__backdrop img {
		position: absolute;
		inset: -10%;
		display: block;
		width: 120%;
		height: 120%;
		max-width: none;
		margin: 0;
		object-fit: cover;
		object-position: center;
		filter: blur(42px) saturate(0.35) brightness(1.2) contrast(0.68);
		opacity: 0.35;
		transform: scale(1.05);
	}

	#custom-product-description .product-feature-map__backdrop::after {
		content: "";
		position: absolute;
		inset: 0;
		box-shadow: inset 0 0 28px 14px rgba(255, 255, 255, 0.92);
	}

	#custom-product-description .product-feature-map__media {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		aspect-ratio: var(--feature-map-image-ratio);
		border: 0;
		border-radius: 22px;
		background: transparent;
		box-shadow: none;
		isolation: isolate;
	}

	#custom-product-description .product-feature-map__media img {
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		border-radius: inherit;
		object-fit: contain;
	}

	#custom-product-description .product-feature-map__connectors {
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		overflow: visible;
		pointer-events: none;
	}

	#custom-product-description .product-feature-map__connector {
		fill: none;
		stroke: rgba(180, 83, 53, 0.76);
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-dasharray: 1;
		stroke-dashoffset: 1;
		opacity: 0;
		filter: drop-shadow(0 1px 1px rgba(124, 45, 18, 0.12));
		vector-effect: non-scaling-stroke;
	}

	#custom-product-description .product-feature-map__connector.is-visible {
		opacity: 0.9;
		animation: product-feature-map-connector-draw 0.34s ease-out forwards;
	}

	@keyframes product-feature-map-connector-draw {
		to {
			stroke-dashoffset: 0;
		}
	}

	#custom-product-description .product-feature-map__hotspot {
		position: absolute;
		z-index: 3;
		left: var(--feature-anchor-x);
		top: var(--feature-anchor-y);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		margin: 0;
		padding: 0;
		transform: translate(-50%, -50%);
		border: 2px solid rgba(255, 255, 255, 0.9);
		border-radius: 50%;
		outline: 0;
		background: rgba(124, 45, 18, 0.58);
		box-shadow: 0 0 0 1px rgba(124, 45, 18, 0.2), 0 5px 14px rgba(124, 45, 18, 0.16);
		color: #ffffff;
		font-family: inherit;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		text-shadow: 0 1px 2px rgba(72, 25, 10, 0.42);
		cursor: pointer;
		transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
		-webkit-appearance: none;
		appearance: none;
	}

	#custom-product-description .product-feature-map__hotspot::before {
		content: "";
		position: absolute;
		inset: -5px;
	}

	#custom-product-description .product-feature-map__hotspot:hover {
		transform: translate(-50%, -50%) scale(1.04);
		box-shadow: 0 6px 16px rgba(124, 45, 18, 0.24);
	}

	#custom-product-description .product-feature-map__hotspot:focus-visible {
		transform: translate(-50%, -50%) scale(1.07);
		box-shadow: 0 0 0 4px rgba(194, 65, 12, 0.16), 0 6px 16px rgba(124, 45, 18, 0.24);
	}

	#custom-product-description .product-feature-map__hotspot.is-active {
		border-color: rgba(255, 255, 255, 0.98);
		background: rgba(124, 45, 18, 0.7);
		box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.16), 0 6px 16px rgba(124, 45, 18, 0.2);
	}

	#custom-product-description .product-feature-map__card {
		position: relative;
		z-index: 4;
		grid-row: var(--feature-desktop-slot);
		display: flex;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
		min-width: 0;
		min-height: 92px;
		margin: 0;
		padding: 15px 48px 15px 18px;
		border: 1px solid rgba(148, 163, 184, 0.28);
		border-radius: 18px;
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.92));
		color: var(--feature-map-text);
		box-shadow: 0 12px 30px rgba(15, 23, 42, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.9);
		font: inherit;
		text-align: left;
		text-transform: none;
		cursor: pointer;
		overflow: visible;
		-webkit-appearance: none;
		appearance: none;
		transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}

	#custom-product-description .product-feature-map__card:hover {
		border-color: rgba(194, 65, 12, 0.34);
		box-shadow: 0 14px 32px rgba(15, 23, 42, 0.085), 0 0 0 2px rgba(194, 65, 12, 0.045);
	}

	#custom-product-description .product-feature-map__card:focus-visible {
		outline: 3px solid rgba(194, 65, 12, 0.2);
		outline-offset: 3px;
	}

	#custom-product-description .product-feature-map__card--left {
		grid-column: 1;
	}

	#custom-product-description .product-feature-map__card--right {
		grid-column: 3;
	}

	#custom-product-description .product-feature-map__card--left::after,
	#custom-product-description .product-feature-map__card--right::before {
		content: "";
		position: absolute;
		top: 50%;
		width: 30px;
		height: 1px;
		background: rgba(148, 163, 184, 0.45);
	}

	#custom-product-description .product-feature-map__card--left::after {
		left: 100%;
	}

	#custom-product-description .product-feature-map__card--right::before {
		right: 100%;
	}

	#custom-product-description .product-feature-map__card.is-active {
		transform: translateY(-2px);
		border-color: rgba(180, 83, 53, 0.76);
		box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09), 0 0 0 2px rgba(194, 65, 12, 0.12);
	}

	#custom-product-description .product-feature-map__number {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border: 1px solid rgba(194, 65, 12, 0.1);
		border-radius: 50%;
		background: var(--feature-map-accent-soft);
		color: var(--feature-map-accent);
		font-size: 13px;
		font-weight: 800;
		line-height: 1;
		pointer-events: none;
		transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	}

	#custom-product-description .product-feature-map__card.is-active .product-feature-map__number {
		border-color: rgba(124, 45, 18, 0.2);
		background: rgba(124, 45, 18, 0.92);
		color: #ffffff;
		box-shadow: 0 4px 12px rgba(124, 45, 18, 0.18);
	}

	#custom-product-description .product-feature-map__icon {
		display: inline-flex;
		flex: 0 0 40px;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 7px;
		border: 1px solid rgba(148, 163, 184, 0.2);
		border-radius: 12px;
		background: rgba(248, 250, 252, 0.94);
		color: var(--feature-map-accent);
		font-size: 19px;
		line-height: 1;
	}

	#custom-product-description .product-feature-map__icon-image {
		display: block;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		padding: 7px;
		border: 1px solid rgba(148, 163, 184, 0.2);
		border-radius: 12px;
		background: rgba(248, 250, 252, 0.94);
		object-fit: contain;
	}

	#custom-product-description .product-feature-map__copy {
		min-width: 0;
		padding-top: 1px;
		overflow-wrap: anywhere;
	}

	#custom-product-description .product-feature-map__label,
	#custom-product-description .product-feature-map__value {
		display: block;
	}

	#custom-product-description .product-feature-map__label {
		color: var(--feature-map-muted);
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.07em;
		line-height: 1.35;
		text-transform: uppercase;
	}

	#custom-product-description .product-feature-map__value {
		margin-top: 3px;
		color: var(--feature-map-text);
		font-size: 15px;
		font-weight: 700;
		line-height: 1.35;
	}

	@media (max-width: 991px) {
		#custom-product-description .product-feature-map {
			padding: 22px 0 30px;
		}

		#custom-product-description .product-feature-map__header {
			margin-bottom: 22px;
		}

		#custom-product-description .product-feature-map__header h3 {
			font-size: 22px;
		}

		#custom-product-description .product-feature-map__grid {
			position: relative;
			display: block;
			max-width: 720px;
			padding: 86px 12px;
		}

		#custom-product-description .product-feature-map__figure {
			position: relative;
			z-index: 1;
			display: block;
			width: 76%;
			max-width: 520px;
			margin: 0 auto;
		}

		#custom-product-description .product-feature-map__media {
			border: 0;
			border-radius: 18px;
			background: transparent;
			box-shadow: none;
		}

		#custom-product-description .product-feature-map__card,
		#custom-product-description .product-feature-map__card--left,
		#custom-product-description .product-feature-map__card--right {
			position: absolute;
			z-index: 2;
			width: 36%;
			width: clamp(142px, 36%, 220px);
			min-height: 76px;
			padding: 12px 13px;
			background: rgba(255, 255, 255, 0.96);
		}

		#custom-product-description .product-feature-map__card--left::after,
		#custom-product-description .product-feature-map__card--right::before {
			display: none;
		}

		#custom-product-description .product-feature-map__card--mobile-top-left {
			top: 0;
			left: 12px;
		}

		#custom-product-description .product-feature-map__card--mobile-top-right {
			top: 0;
			right: 12px;
		}

		#custom-product-description .product-feature-map__card--mobile-top-center {
			top: 0;
			left: 50%;
			transform: translateX(-50%);
		}

		#custom-product-description .product-feature-map__card--mobile-mid-left {
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}

		#custom-product-description .product-feature-map__card--mobile-mid-right {
			top: 50%;
			right: 0;
			transform: translateY(-50%);
		}

		#custom-product-description .product-feature-map__card--mobile-bottom-left {
			bottom: 0;
			left: 12px;
		}

		#custom-product-description .product-feature-map__card--mobile-bottom-right {
			right: 12px;
			bottom: 0;
		}

		#custom-product-description .product-feature-map__card--mobile-bottom-center {
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
		}

		#custom-product-description .product-feature-map__label,
		#custom-product-description .product-feature-map__value {
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
		}

		#custom-product-description .product-feature-map__label {
			-webkit-line-clamp: 1;
		}

		#custom-product-description .product-feature-map__value {
			-webkit-line-clamp: 2;
		}
	}

	@media (max-width: 575px) {
		#custom-product-description .product-feature-map__header {
			padding: 0 12px;
		}

		#custom-product-description .product-feature-map__header h3 {
			font-size: 19px;
		}

		#custom-product-description .product-feature-map__header p {
			font-size: 13px;
		}

		#custom-product-description .product-feature-map__grid {
			padding: 80px 6px;
		}

		#custom-product-description .product-feature-map__figure {
			width: 84%;
		}

		#custom-product-description .product-feature-map__media {
			border-radius: 18px;
		}

		#custom-product-description .product-feature-map__card {
			gap: 8px;
			width: 44%;
			width: clamp(142px, 44%, 180px);
			min-height: 82px;
			padding: 10px 9px;
			border-radius: 13px;
		}

		#custom-product-description .product-feature-map__card--mobile-top-left,
		#custom-product-description .product-feature-map__card--mobile-bottom-left {
			left: 6px;
		}

		#custom-product-description .product-feature-map__card--mobile-top-right,
		#custom-product-description .product-feature-map__card--mobile-bottom-right {
			right: 6px;
		}

		#custom-product-description .product-feature-map__icon {
			font-size: 17px;
		}

		#custom-product-description .product-feature-map__icon-image {
			flex-basis: 31px;
			width: 31px;
			height: 31px;
			padding: 5px;
		}

		#custom-product-description .product-feature-map__label {
			font-size: 10px;
			letter-spacing: 0.04em;
		}

		#custom-product-description .product-feature-map__value {
			font-size: 11.5px;
			line-height: 1.25;
			-webkit-line-clamp: 3;
		}
	}

	@media (max-width: 340px) {
		#custom-product-description .product-feature-map__grid {
			padding: 108px 4px;
		}

		#custom-product-description .product-feature-map__figure {
			width: 82%;
		}

		#custom-product-description .product-feature-map__card {
			gap: 5px;
			width: 45%;
			width: clamp(142px, 45%, 152px);
			min-height: 106px;
			padding: 8px 6px;
		}

		#custom-product-description .product-feature-map__card--mobile-top-left,
		#custom-product-description .product-feature-map__card--mobile-bottom-left {
			left: 4px;
		}

		#custom-product-description .product-feature-map__card--mobile-top-right,
		#custom-product-description .product-feature-map__card--mobile-bottom-right {
			right: 4px;
		}

		#custom-product-description .product-feature-map__icon-image {
			flex-basis: 27px;
			width: 27px;
			height: 27px;
			padding: 4px;
		}

		#custom-product-description .product-feature-map__label {
			font-size: 9px;
			line-height: 1.2;
			-webkit-line-clamp: 2;
		}

		#custom-product-description .product-feature-map__value {
			font-size: 11px;
			line-height: 1.2;
			-webkit-line-clamp: 4;
		}
	}

	/* Mobile/tablet flow: cards stay outside the product image. */
	@media (max-width: 991px) {
		#custom-product-description .product-feature-map__grid {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-template-rows: auto;
			grid-auto-flow: row;
			gap: 12px;
			align-items: stretch;
			max-width: 720px;
			padding: 0 12px;
		}

		#custom-product-description .product-feature-map__figure {
			position: relative;
			z-index: 1;
			grid-column: 1 / -1;
			grid-row: auto;
			order: 3;
			width: min(100%, 560px);
			max-width: 100%;
			margin: 2px auto 4px;
		}

		#custom-product-description .product-feature-map__backdrop {
			inset: -28px -10px;
			border-radius: 32px;
		}

		#custom-product-description .product-feature-map__backdrop img {
			filter: blur(34px) saturate(0.34) brightness(1.18) contrast(0.7);
			opacity: 0.33;
		}

		#custom-product-description .product-feature-map__media {
			border: 0;
			border-radius: 18px;
			background: transparent;
			box-shadow: none;
		}

		#custom-product-description .product-feature-map__card,
		#custom-product-description .product-feature-map__card--left,
		#custom-product-description .product-feature-map__card--right,
		#custom-product-description .product-feature-map__card--mobile-top-left,
		#custom-product-description .product-feature-map__card--mobile-top-right,
		#custom-product-description .product-feature-map__card--mobile-top-center,
		#custom-product-description .product-feature-map__card--mobile-mid-left,
		#custom-product-description .product-feature-map__card--mobile-mid-right,
		#custom-product-description .product-feature-map__card--mobile-bottom-left,
		#custom-product-description .product-feature-map__card--mobile-bottom-right,
		#custom-product-description .product-feature-map__card--mobile-bottom-center {
			position: relative;
			z-index: 4;
			top: auto;
			right: auto;
			bottom: auto;
			left: auto;
			grid-column: auto;
			grid-row: auto;
			order: var(--feature-mobile-order);
			width: 100%;
			max-width: none;
			min-height: 78px;
			transform: none;
		}

		#custom-product-description .product-feature-map__card.is-active {
			transform: translateY(-2px);
		}

		#custom-product-description .product-feature-map__card.product-feature-map__card--mobile-bottom-center {
			grid-column: 1 / -1;
			justify-self: center;
			width: calc(50% - 6px);
		}
	}

	@media (max-width: 575px) {
		#custom-product-description .product-feature-map__grid {
			gap: 10px;
			padding: 0 8px;
		}

		#custom-product-description .product-feature-map__card.product-feature-map__card--mobile-bottom-center {
			width: calc(50% - 5px);
		}

		#custom-product-description .product-feature-map__figure {
			width: 100%;
			margin-top: 4px;
		}

		#custom-product-description .product-feature-map__backdrop {
			inset: -18px -6px;
			border-radius: 26px;
		}

		#custom-product-description .product-feature-map__backdrop img {
			filter: blur(28px) saturate(0.32) brightness(1.16) contrast(0.72);
			opacity: 0.3;
		}

		#custom-product-description .product-feature-map__card {
			gap: 9px;
			width: 100%;
			min-height: 86px;
			padding: 11px 40px 11px 10px;
			border-radius: 16px;
		}

		#custom-product-description .product-feature-map__hotspot {
			display: inline-flex;
			width: 38px;
			height: 38px;
			border-width: 2px;
			font-size: 11px;
		}

		#custom-product-description .product-feature-map--expanded .product-feature-map__hotspot {
			width: 34px;
			height: 34px;
			font-size: 10px;
		}

		#custom-product-description .product-feature-map__hotspot::before {
			content: "";
			position: absolute;
			inset: -4px;
		}

		/* Keep card numerals visible and readable on phones. */
		#custom-product-description .product-feature-map__number {
			display: inline-flex;
			top: 8px;
			right: 8px;
			width: 28px;
			height: 28px;
			font-size: 12px;
		}

		#custom-product-description .product-feature-map__icon,
		#custom-product-description .product-feature-map__icon-image {
			flex-basis: 36px;
			width: 36px;
			height: 36px;
			padding: 7px;
		}
	}

	@media (max-width: 340px) {
		#custom-product-description .product-feature-map__grid {
			gap: 8px;
			padding: 0 4px;
		}

		#custom-product-description .product-feature-map__backdrop {
			inset: -18px -4px;
		}

		#custom-product-description .product-feature-map__card {
			gap: 5px;
			width: 100%;
			min-height: 96px;
			padding: 8px 34px 8px 6px;
		}

		#custom-product-description .product-feature-map__hotspot {
			width: 34px;
			height: 34px;
			font-size: 10px;
		}

		#custom-product-description .product-feature-map--expanded .product-feature-map__hotspot {
			width: 28px;
			height: 28px;
			font-size: 9px;
		}

		#custom-product-description .product-feature-map__hotspot::before {
			inset: -3px;
		}

		#custom-product-description .product-feature-map__number {
			top: 6px;
			right: 6px;
			width: 24px;
			height: 24px;
			font-size: 11px;
		}

		#custom-product-description .product-feature-map__icon,
		#custom-product-description .product-feature-map__icon-image {
			flex-basis: 32px;
			width: 32px;
			height: 32px;
			padding: 6px;
		}
	}

	@media (prefers-reduced-motion: reduce) {
		#custom-product-description .product-feature-map__hotspot,
		#custom-product-description .product-feature-map__card {
			transition: none;
		}

		#custom-product-description .product-feature-map__connector.is-visible {
			animation: none;
			stroke-dashoffset: 0;
		}
	}

	.custom-dimension-section {
		padding: 18px 0 30px;
	}

	.custom-dimension-section-title {
		margin: 0 0 34px;
		text-align: center;
		font-family: var(--custom-view-font);
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 0.12em;
		line-height: 1.25;
		text-transform: uppercase;
		color: #a3afbf;
	}

	.dimension_shape {
		position: relative;
		max-width: 760px;
		margin: 0 auto;
	}

	.dimension_shape_img {
		text-align: center;
	}

	.dimension_shape_img img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.dimension_text {
		display: block;
		transform: translate(-50%, -50%);
		z-index: 3;
	}

	.dimension_text i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background-color: var(--custom-hotspot);
		border: 2px solid #ffffff;
		box-shadow: 0 8px 18px rgba(249, 115, 22, 0.28);
		color: #ffffff;
		font-size: 14px;
		line-height: 1;
		cursor: pointer;
		transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
	}

	.dimension_text i:hover {
		transform: scale(1.06);
		box-shadow: 0 10px 22px rgba(249, 115, 22, 0.36);
	}

	.dimension_text.is-open i {
		background-color: #ea580c;
	}

	.dimension_text .dimension_tooltip {
		position: absolute;
		left: 50%;
		bottom: calc(100% + 12px);
		transform: translateX(-50%);
		width: max-content;
		max-width: 220px;
		padding: 9px 12px;
		border-radius: 8px;
		background: var(--custom-tooltip);
		color: #ffffff;
		font-family: var(--custom-view-font);
		font-size: 12px;
		font-weight: 400;
		line-height: 1.45;
		text-align: center;
		white-space: normal;
		box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
		z-index: 4;
	}

	.dimension_text .dimension_tooltip:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-width: 5px;
		border-style: solid;
		border-color: var(--custom-tooltip) transparent transparent transparent;
	}

	.line_text {
	  position: absolute;
	  height: 2px;
	  background: red;
	  transform-origin: 0 0;
	}
  
	@media(max-width: 768px) {
		.custom-dimension-section {
			padding: 10px 0 24px;
		}

		.custom-dimension-section-title {
			font-size: 18px;
			letter-spacing: 0.1em;
			margin-bottom: 24px;
		}

		.dimension_text i{
			width: 30px;
			height: 30px;
			font-size: 14px;
		}

		.dimension_text .dimension_tooltip {
			max-width: 170px;
			padding: 8px 10px;
			font-size: 11px;
		}
		
		/*.dimension_shape img {
		    transform: rotate(90deg);
		    height: 100%;
		    aspect-ratio: 1/1;
		    object-fit: contain;
		}*/
	}
@media (max-width: 599px) {
    #custom-product-description .review.swiper.container {
        width: 100%;
    }
}
@media (min-width: 600px) {
    #custom-product-description .review.swiper.container {
        width: 30%;
        border-left: 1px solid #B69C6F;
        margin-top: 40px;
        padding-top: 0px;
        margin-left: 40px;
    }
}

.exo{
	/*display:flex;*/
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
}
.contains{
	border-radius: 5px;
	background-color:#EEEEEE; 
	padding:30px;
	/*width:50%;*/
	margin-right: 10px;
	    grid-column: 1;
    grid-row: 1 / 3;
}
.contains svg{
	margin-right: 6px;
}
.contains-inside{
	flex-wrap: wrap;
}
@media (max-width: 768px) {
.contains{
	width:100%;
	padding:10px;
	margin-bottom:15px;
	margin-right: 0px;
}
.contains svg{
	width:150px;
}
.contains img{
	width:150px!important;
}
.exo{
	display:block;
}
.bento-grid-custom {
    display: flex;
    flex-direction: column;
}
.bento-grid-custom .grid-cols-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
}
}
.bento-grid-custom {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}
@media (min-width: 1024px) {
    .bento-grid-custom {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
.lg\:col-span-5 {
    grid-column: span 5 / span 5;
}
.lg\:col-span-7 {
    grid-column: span 7 / span 7;
}
.bg-\[\#ebebeb\] {
    background-color: #ebebeb;
}
.rounded-\[2rem\] {
    border-radius: 2rem;
}
.p-8 {
    padding: 2rem;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold {
    font-weight: 700;
}
.text-slate-700 {
    color: #334155;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.w-full {
    width: 100%;
}
.text-center {
    text-align: center;
}
.grid {
    display: grid;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-4 {
    gap: 1rem;
}
.flex-grow {
    flex-grow: 1;
}
.content-center {
    align-content: center;
}
.bg-white {
    background-color: #ffffff;
}
.rounded-2xl {
    border-radius: 1rem;
}
.p-4 {
    padding: 1rem;
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.justify-center {
    justify-content: center;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
}
.object-contain {
    object-fit: contain;
}
.w-16 {
    width: 4rem;
}
.h-16 {
    height: 4rem;
}
.mix-blend-multiply {
    mix-blend-mode: multiply;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.text-\[11px\] {
    font-size: 11px;
}
.font-medium {
    font-weight: 500;
}
.text-slate-600 {
    color: #475569;
}
.w-10 {
    width: 2.5rem;
}
.h-10 {
    height: 2.5rem;
}
.text-slate-400 {
    color: #94a3b8;
}
.custom-description-collapse {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid var(--custom-muted-line);
	font-family: var(--custom-view-font);
}

.custom-description-collapse .custom-accordion-item {
	border-bottom: 1px solid var(--custom-muted-line);
	padding-left: 15px;
    padding-right: 15px;
}

.custom-description-collapse .custom-accordion-toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	background: transparent;
	border: none;
	padding: 7px 0;
	cursor: pointer;
}

.custom-description-collapse .custom-accordion-title {
	font-family: var(--custom-view-font);
	font-size: 18px;
	color: var(--custom-muted-title);
	margin: 0;
	font-weight: 400;
	line-height: 1.35;
	transition: color 0.3s ease;
}

.custom-description-collapse .custom-accordion-toggle:hover .custom-accordion-title {
	color: #4f647d;
}

.custom-description-collapse .custom-accordion-icon {
	color: var(--custom-hotspot);
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	transition: transform 0.3s ease-in-out;
}

.custom-description-collapse .custom-accordion-toggle.is-open .custom-accordion-icon {
	transform: rotate(45deg);
}

.custom-description-collapse .custom-accordion-content {
	transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.custom-description-collapse .custom-accordion-content.open {
	opacity: 1;
}

.custom-description-collapse .custom-accordion-body {
	padding: 0 0 24px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.75;
	font-family: var(--custom-view-font);
	max-width: 760px;
}

.custom-description-collapse .custom-accordion-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.custom-description-collapse .custom-accordion-title {
		font-size: 18px;
	}

	.custom-description-collapse .custom-accordion-icon {
		font-size: 28px;
	}

	.custom-description-collapse .custom-accordion-toggle {
		padding: 7px 0;
	}

	.custom-description-collapse .custom-accordion-body {
		padding-bottom: 20px;
		font-size: 13px;
	}
}
	
.list-title h2 {
	padding: 50px 20px;
}
.custom-description-title {
	font-size: 30px;
	color: #7A5A39;
}
.custom-description-list li {
	padding: 5px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.custom-product-image {
	width: 200px;
	float: right;
	text-align: center;
	padding-top:20px;
	padding-bottom: 20px;
}
.custom-product-gif {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.custom-product-gif img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.custom-product-image {
		width: 100%;
		float: none;
	}
	.custom-product-gif {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}
.custom-description-block {
	padding: 20px;
    border-right: 1px solid #ddd;
    margin: 20px 0;
}
.custom-description-block:nth-last-child {
	border-right: none;
}
.custom-description-block strong{
	color: #7A5A39;
}
.custom-description-table thead th {
	font-size: 30px;
	color: #7A5A39;
	font-weight: 400;
}
#product-product .tab-content .tab-pane .custom-description-table tr td {
	background-color: transparent;
	line-height:1.2;
}

/* Attribute tables: closer to the clean card/list style from the example */
#custom-product-description .custom-description-attributes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
	width: 100%;
	margin: 2.5rem 0 1.5rem;
	clear: both;
}

#custom-product-description .custom-description-attributes .custom-attributes-table {
	display: block;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	border-collapse: collapse !important;
	border-spacing: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
}

#custom-product-description .custom-description-attributes .custom-attributes-table thead th {
	padding: 0 0 1.25rem !important;
	border: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	color: #c49a6c;
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
	font-weight: 300;
	line-height: 1.15;
	text-align: left;
}

#custom-product-description .custom-description-attributes .custom-attributes-table thead,
#custom-product-description .custom-description-attributes .custom-attributes-table tbody {
	display: block;
	width: 100%;
}

#custom-product-description .custom-description-attributes .custom-attributes-table thead tr,
#custom-product-description .custom-description-attributes .custom-attributes-table thead th {
	display: block;
	width: 100%;
	border: 0 !important;
}

#custom-product-description .custom-description-attributes .custom-attributes-table tbody {
	border: 1px solid #f3f4f6;
	border-radius: 0.75rem;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 12px 26px -24px rgba(28, 25, 23, 0.35);
}

#custom-product-description .custom-description-attributes .custom-attributes-table tbody tr {
	display: block;
	transition: background-color 0.18s ease;
}

#custom-product-description .custom-description-attributes .custom-attributes-table tbody tr:nth-child(odd) td {
	background: #ffffff !important;
}

#custom-product-description .custom-description-attributes .custom-attributes-table tbody tr:nth-child(even) td {
	background: #f9fafb !important;
}

#custom-product-description .custom-description-attributes .custom-attributes-table tbody tr:hover td {
	background: #f3f4f6 !important;
}

#product-product .tab-content .tab-pane #custom-product-description .custom-description-attributes .custom-attributes-table tbody td {
	display: block;
	position: relative;
	padding: 0.85rem 1rem !important;
	border: 0 !important;
	border-bottom: 1px solid #f3f4f6 !important;
	color: #4b5563;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	vertical-align: top;
}

#custom-product-description .custom-description-attributes .custom-attributes-table tbody tr:last-child td {
	border-bottom: 0 !important;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .attribute-row {
	cursor: default;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .attribute-row:has(.ainfo),
#custom-product-description .custom-description-attributes .custom-attributes-table .ainfo {
	cursor: pointer;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .ainfo {
	position: absolute;
	top: 0.95rem;
	right: 1rem;
	transform: none;
	color: #9ca3af;
	font-size: 16px;
	transition: color 0.18s ease, transform 0.18s ease;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .attribute-row:hover .ainfo {
	color: #c49a6c;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .attribute-info {
	margin-top: 0.8rem !important;
	padding: 0.7rem 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #4b5563;
	box-shadow: none;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .attribute-info img {
	max-width: 56px !important;
	border-radius: 0.45rem;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	padding: 0.25rem;
}

#custom-product-description .custom-description-attributes .custom-attributes-table .attribute-info p {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	#custom-product-description .custom-description-attributes {
		grid-template-columns: 1fr;
		gap: 28px;
		margin: 2rem 0 1rem;
	}

	#custom-product-description .custom-description-attributes .custom-attributes-table thead th {
		font-size: 1.9rem;
		padding-bottom: 1rem !important;
	}
}


#product-product #custom-product-description > p {
	padding: 5px;
	color: rgba(67, 67, 66, 1);
	background: none;
	line-height:1.2;
	width: 92%;
	min-height: 100px;
}

#product-product #custom-product-description p {
	padding: 0;
	font-size:14px;
}
.custom-description-attributes {
	display: inline-block;
    width: 100%;
}
#custom-product-description .review.swiper {
  	    width: 200px;
    float: right;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
@media (max-width: 500px) {
	.custom-description-block {
		border-right: 0px solid #ddd;
	}
	table tr td {
		
	}
	.custom-attributes-table{
		width:100%!important;
	}

	.custom-product-image {
	    position:sticky;
	    top:0;
	    width:100%;
	    z-index:1;
	    width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        transition: 0.3s all ease-in-out;
	}
	.custom-product-image img {
		display: none;
	}
	.pro-desciption {
		background-color: #fff;
		position: relative;
        z-index: 2;
	}
	#custom-product-description .review.swiper {
    float: none;
     padding-top: 20px;
  }
}
tr:nth-child(even){
	background-color: #f2f2f2
}
.row > .col-sm-4:nth-child(1), .row > .col-sm-4:nth-child(4) {
    padding-right: 20px; 
}
.row > .col-sm-4:nth-child(2), .row > .col-sm-4:nth-child(5) {
    padding: 0 10px; 
}
.row > .col-sm-4:nth-child(3), .row > .col-sm-4:nth-child(6) {
    padding-left: 20px; 
}
 .parallax {
  height: 100%;
  width: 100%;
  position: relative;
}
  .img-parallax {
       height: auto;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    background-attachment: fixed !important;
  }
  .pro-images {
  	position: relative;
  }
  

/* Custom Styles for Product Descriptions */
.custom-list-container {
    padding: 10px;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .custom-list-container {
        padding: 0px;
    }
}

.custom-list-header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    text-align: center;
}

.custom-list-subtitle {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #78716c;
    margin-bottom: 0.5rem;
}

.custom-list-title {
    font-size: 2rem !important;
    font-weight: 900 !important;
    color: #1c1917 !important;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
	padding-top: 0px !important;
	padding-left: 0px !important;
}

@media (min-width: 768px) {
    .custom-list-title {
        font-size: 2.75rem !important;
    }
}

.custom-list-title i {
    color: #c49a6c;
}
.custom-list-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.custom-mobile-list-grid {
    display: none;
}

@media (min-width: 768px) {
    .custom-list-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.custom-flip-card {
    height: 320px;
    perspective: 1000px;
    cursor: pointer;
    position: relative;
}

.custom-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
    will-change: transform;
}

.custom-flip-card.is-flipped .custom-flip-card-inner {
    transform: rotateY(180deg);
}

#custom-product-description .custom-flip-card:hover .custom-flip-card-inner,
#custom-product-description .custom-flip-card:focus-within .custom-flip-card-inner {
    transform: rotateY(180deg);
}

.custom-flip-card-front,
.custom-flip-card-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#custom-product-description .custom-flip-card-front,
#custom-product-description .custom-flip-card-back {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.custom-flip-card-front {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-flip-card:hover .custom-flip-card-front {
    transform: none;
    box-shadow: 0 10px 18px -10px rgba(0, 0, 0, 0.32);
}

.custom-list-front-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
}

.custom-list-step-number {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #c49a6c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 6px 12px -8px rgba(196, 154, 108, 0.8);
}

.custom-flip-corner-hint {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    background: rgba(196, 154, 108, 0.14);
    color: #c49a6c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
}

.custom-list-corner-icon {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    opacity: 0.25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-list-corner-icon i,
.custom-list-corner-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.custom-flip-helper-text {
    margin-top: 0.9rem;
    font-size: 0.78rem;
    color: #a98760;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.custom-flip-card-back {
    background: #1c1917;
    color: #ffffff;
    padding: 1.5rem;
    transform: rotateY(180deg);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    border: 1px solid #44403c;
    position: relative;
}

.custom-list-back-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.custom-list-back-watermark {
    position: absolute;
    right: -0.55rem;
    bottom: -0.75rem;
    opacity: 0.16;
    z-index: 1;
    pointer-events: none;
}

.custom-list-back-watermark i,
.custom-list-back-watermark svg {
    width: 5.2rem;
    height: 5.2rem;
}

.custom-list-catchphrase {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #44403c;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.custom-list-catchphrase-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #d6d3d1;
    margin-bottom: 0.25rem;
}

.custom-list-catchphrase-text {
    display: block;
    color: #ffffff;
}

.custom-list-advantages {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.custom-list-advantages li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #d6d3d1;
    font-size: 0.875rem;
    line-height: 1.5;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-list-tick {
    color: #c49a6c;
    font-weight: bold;
    flex-shrink: 0;
}

.custom-list-icon-wrapper {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    background-color: #fdfbf9;
    border: 4px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c49a6c;
}

.custom-list-icon-wrapper i,
.custom-list-icon-wrapper svg {
    width: 2.25rem;
    height: 2.25rem;
}

.custom-list-text {
    color: #ffffff;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

.custom-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 0.85rem;
    background: #ffffff;
}

.custom-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.custom-list-item-headline {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.custom-list-item-title {
    font-size: 1rem;
    font-weight: 800;
    color: #1c1917;
    text-transform: uppercase;
}

.custom-list-item-meta {
    font-size: 0.75rem;
    color: #c49a6c;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.custom-mobile-advantages {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.custom-mobile-advantages li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: #44403c;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-list-mobile-number {
    color: #c49a6c;
    font-weight: 700;
    line-height: 1.5;
}

.custom-mobile-list-grid .custom-list-text {
    color: #374151;
    line-height: 1.5;
}

.custom-block-section {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}
@media (min-width: 768px) {
    .custom-block-section {
        padding: 2.5rem;
    }
}
.custom-block-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}
@media (min-width: 1024px) {
    .custom-block-layout {
        grid-template-columns: repeat(3, 1fr);
    }
}
.custom-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 768px) {
    .custom-block-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1024px) {
    .custom-block-grid {
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 1024px) {
    #custom-product-description #features-section .custom-block-layout {
        grid-template-columns: 2fr 1fr;
        grid-auto-rows: auto;
        row-gap: 8px;
    }

    #custom-product-description #features-section .custom-block-grid-top,
    #custom-product-description #features-section .custom-block-grid-bottom {
        grid-column: 1 / 2;
    }

    #custom-product-description #features-section #feature-detail-panel {
        grid-column: 2 / 3;
        grid-row: 1 / span 2;
    }
}
.feature-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    cursor: pointer;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}
.feature-btn:hover {
    background-color: #fdfbf9;
}
.feature-btn.active {
    background-color: #c49a6c;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(196, 154, 108, 0.4);
}
.feature-btn .icon-span {
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
    color: #c49a6c;
    transition: transform 0.2s;
}
.feature-btn .icon-span i,
.detail-icon-display i,
.utility-card-bg-icon i {
    display: inline-block;
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
#custom-product-description .fa-mobile-screen:before,
#custom-product-description .fa-mobile-screen-button:before {
    content: "\f10b";
}
#custom-product-description .fa-display:before {
    content: "\f108";
}
#custom-product-description .fa-expand:before {
    content: "\f065";
}
#custom-product-description .fa-hand-pointer:before {
    content: "\f25a";
}
#custom-product-description .fa-camera:before {
    content: "\f030";
}
#custom-product-description .fa-gamepad:before {
    content: "\f11b";
}
#custom-product-description .fa-shoe-prints:before {
    content: "\f018";
}
#custom-product-description .fa-person-walking:before,
#custom-product-description .fa-walking:before {
    content: "\f183";
}
#custom-product-description .fa-person-running:before,
#custom-product-description .fa-running:before {
    content: "\f183";
}
#custom-product-description .fa-route:before {
    content: "\f018";
}
#custom-product-description .fa-lightbulb:before,
#custom-product-description .fa-lightbulb-o:before {
    content: "\f0eb";
}
#custom-product-description .fa-sun:before,
#custom-product-description .fa-sun-o:before {
    content: "\f185";
}
#custom-product-description .fa-bolt:before,
#custom-product-description .fa-flash:before {
    content: "\f0e7";
}
#custom-product-description .fa-circle:before {
    content: "\f111";
}
#custom-product-description .fa-microphone:before,
#custom-product-description .fa-microphone-lines:before,
#custom-product-description .fa-microphone-alt:before {
    content: "\f130";
}
#custom-product-description .fa-record-vinyl:before {
    content: "\f192";
}
#custom-product-description .fa-volume-high:before,
#custom-product-description .fa-volume-up:before {
    content: "\f028";
}
#custom-product-description .fa-calculator:before,
#custom-product-description .fa-percent:before,
#custom-product-description .fa-divide:before,
#custom-product-description .fa-equals:before {
    content: "\f1ec";
}
#custom-product-description .fa-plus:before {
    content: "\f067";
}
#custom-product-description .fa-clock:before,
#custom-product-description .fa-clock-o:before,
#custom-product-description .fa-stopwatch:before,
#custom-product-description .fa-watch:before {
    content: "\f017";
}
#custom-product-description .fa-palette:before {
    content: "\f1fc";
}
#custom-product-description .fa-mobile-alt:before {
    content: "\f10b";
}
#custom-product-description .fa-desktop:before {
    content: "\f108";
}
#custom-product-description .fa-store:before,
#custom-product-description .fa-shop:before,
#custom-product-description .fa-store-alt:before,
#custom-product-description .fa-bag-shopping:before,
#custom-product-description .fa-shopping-bag:before,
#custom-product-description .fa-cart-shopping:before,
#custom-product-description .fa-shopping-cart:before {
    content: "\f07a";
}
#custom-product-description .fa-google-play:before,
#custom-product-description .fa-app-store:before,
#custom-product-description .fa-app-store-ios:before {
    content: "\f04b";
}
#custom-product-description .fa-sim-card:before,
#custom-product-description .fa-credit-card:before {
    content: "\f09d";
}
#custom-product-description .fa-location-dot:before,
#custom-product-description .fa-location-crosshairs:before,
#custom-product-description .fa-location-arrow:before {
    content: "\f124";
}
#custom-product-description .fa-map-marker-alt:before,
#custom-product-description .fa-map-marker:before,
#custom-product-description .fa-map-location-dot:before {
    content: "\f041";
}
.feature-btn.active .icon-span {
    color: white;
}
.feature-btn:hover .icon-span {
    transform: scale(1.1);
}
.feature-btn .text-span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
}
.feature-btn.active .text-span {
    color: white;
}
.feature-img {
    margin-bottom: 0.75rem;
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}
.hide-mobile {
    display: flex;
}
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}
.custom-feature-detail-panel {
    background-color: #fdfbf9;
    border: 2px solid rgba(196, 154, 108, 0.2);
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    transition: opacity 0.15s ease-in-out;
}

#custom-product-description #features-section .custom-feature-detail-panel.panel-active {
    border-color: rgba(196, 154, 108, 0.55);
    background: linear-gradient(180deg, #fffdf9 0%, #fffaf2 100%);
    box-shadow: 0 0 0 2px rgba(196, 154, 108, 0.18), 0 12px 24px -16px rgba(196, 154, 108, 0.9);
}
@media (min-width: 1024px) {
    .custom-feature-detail-panel {
        grid-column: span 1 / span 1;
    }
}
.detail-content {
    text-align: center;
}
.detail-icon-display {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #c49a6c;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}
.detail-img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    object-fit: contain;
}
.detail-title-display {
    font-size: 16px;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 1rem;
}
.detail-desc-display {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.625;
}
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }

/* Intro Section CSS */
.custom-intro-section {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
    margin-top: 0px;
}
@media (min-width: 768px) {
    .custom-intro-section {
        padding: 0px;
    }
}
.custom-intro-header {
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 1rem;
}
.custom-intro-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.custom-intro-icon {
    color: #c49a6c;
    font-size: 1.875rem;
}
.custom-intro-desc {
    color: #4b5563;
    line-height: 1.625;
}

/* Utilities Section CSS (Block3) */
.custom-utilities-section {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}
@media (min-width: 768px) {
    .custom-utilities-section {
        padding: 2.5rem;
    }
}
.custom-utilities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .custom-utilities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.utility-card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
    border: 1px solid #e5e7eb;
}
.utility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.utility-card-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px;
    opacity: 0.5;
    font-size: 3.75rem;
    transition: opacity 0.3s ease;
}
.utility-card:hover .utility-card-bg-icon {
    opacity: 0.2;
}
.utility-card-content {
    position: relative;
    z-index: 10;
}
.utility-card-value {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}
.utility-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.utility-card-desc {
    font-size: 0.875rem;
    opacity: 0.9;
}
.utility-card-desc-white {
    color: #ffffff !important;
    opacity: 1;
}

/* Fallback background & text colors for Utility Cards */
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-900 { background-color: #0f172a; }
.bg-gray-800 { background-color: #1f2937; }
.bg-brand { background-color: #c49a6c; }
.bg-blue-600 { background-color: #2563eb; }
.bg-green-600 { background-color: #16a34a; }
.bg-red-600 { background-color: #dc2626; }
.text-white { color: #ffffff; }
.text-slate-800 { color: #1e293b; }
.text-gray-800 { color: #1f2937; }

/* List theme utility classes (JSON-driven) */
.bg-amber-100,
.custom-theme-bg-amber { background-color: #fef3c7 !important; }

.bg-emerald-100,
.custom-theme-bg-emerald { background-color: #d1fae5 !important; }

.bg-blue-100,
.custom-theme-bg-blue { background-color: #dbeafe !important; }

.text-amber-600,
.custom-theme-text-amber { color: #d97706 !important; }

.text-emerald-600,
.custom-theme-text-emerald { color: #059669 !important; }

.text-blue-600,
.custom-theme-text-blue { color: #2563eb !important; }

.border-amber-100,
.custom-theme-border-amber { border-color: #fef3c7 !important; }

.border-emerald-100,
.custom-theme-border-emerald { border-color: #d1fae5 !important; }

.border-blue-100,
.custom-theme-border-blue { border-color: #dbeafe !important; }

/* Fixed cross-store sizing (store_id=0 reference) */
#custom-product-description .custom-list-container {
    margin-bottom: 26px;
    background-color: #f5f5f4;
    padding: 1.15rem !important;
    border-radius: 1.15rem;
}

@media (min-width: 768px) {
    #custom-product-description .custom-list-header-wrapper {
        margin-bottom: 1.2rem;
    }

    #custom-product-description .custom-list-subtitle {
        font-size: 0.68rem;
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 768px) {
    #custom-product-description .custom-list-container {
        padding: 1.5rem !important;
    }
}

#custom-product-description .custom-list-title {
    line-height: 1.15;
    margin: 0;
}

@media (min-width: 768px) {
    #custom-product-description .custom-list-title {
        font-size: 2rem !important;
    }
}

#custom-product-description .custom-list-title i,
#custom-product-description .custom-list-title svg {
    display: none !important;
}

#custom-product-description .custom-list-card-title {
    font-size: 1rem;
    font-weight: 800;
    color: #292524;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 1rem;
}

#custom-product-description .custom-list-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
}
@media (max-width: 768px) {
    #custom-product-description .custom-list-grid {
        grid-template-columns: 1fr !important;
    }
}

#custom-product-description .custom-flip-card {
    min-height: 250px;
    height: 250px;
    animation: none !important;
}

#custom-product-description .custom-flip-card-front,
#custom-product-description .custom-flip-card-back {
    inset: 0;
    padding: 1rem;
}

#custom-product-description .custom-list-step-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.82rem;
}

#custom-product-description .custom-list-icon-wrapper {
    width: 62px;
    height: 62px;
    margin-top: 0 !important;
}

#custom-product-description .custom-list-icon-wrapper i,
#custom-product-description .custom-list-icon-wrapper svg {
    width: 20px;
    height: 20px;
}

#custom-product-description .custom-flip-helper-text {
    margin-top: 0.55rem;
    font-size: 0.68rem;
}

#custom-product-description .custom-list-catchphrase {
    font-size: 1rem !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.6rem !important;
}

#custom-product-description .custom-list-catchphrase-label {
    font-size: 0.62rem;
}

#custom-product-description .custom-list-advantages {
    gap: 0.55rem;
}

#custom-product-description .custom-list-advantages li {
    font-size: 0.78rem;
    line-height: 1.35;
    gap: 0.45rem;
}

#custom-product-description .custom-list-back-wrap {
    overflow-y: auto;
}

#custom-product-description .custom-list-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
}

#custom-product-description #features-section.custom-block-section,
#custom-product-description #utilities-section.custom-utilities-section {
    padding: 40px 32px !important;
}

#custom-product-description #features-section .custom-block-grid {
    gap: 8px !important;
    grid-auto-rows: 1fr;
}

#custom-product-description #features-section .feature-btn {
    min-height: 148px;
    height: 100%;
    padding: 16px 10px;
    border-radius: 12px;
}

#custom-product-description #features-section .feature-btn .icon-span {
    font-size: 30px;
    margin-bottom: 10px;
}

#custom-product-description #features-section .feature-btn .text-span {
    font-size: 14px;
    line-height: 1.3;
}

#custom-product-description #features-section .custom-feature-detail-panel {
    min-height: 316px;
    padding: 24px;
}

@media (min-width: 1024px) {
    #custom-product-description #features-section .detail-icon-display {
        font-size: 3.9rem;
    }

    #custom-product-description #features-section .detail-title-display {
        font-size: 1.65rem;
        line-height: 1.3;
    }

    #custom-product-description #features-section .detail-desc-display {
        font-size: 14px;
        line-height: 1.7;
    }
}

#custom-product-description #utilities-section .custom-utilities-grid {
    gap: 20px !important;
    align-items: stretch;
}

#custom-product-description #utilities-section .utility-card {
    min-height: 0px;
    height: 100%;
    padding: 20px 24px 10px;
}

#custom-product-description #utilities-section .utility-card-value {
    font-size: 30px;
}

#custom-product-description #utilities-section .utility-card-title {
    font-size: 20px;
}

#custom-product-description #utilities-section .utility-card-desc {
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 1024px) {
    #custom-product-description .custom-list-container {
        height: auto;
        min-height: 0;
        padding-bottom: 5px !important;
    }

    #custom-product-description .custom-list-grid.custom-list-grid-desktop {
        height: auto;
        align-items: stretch;
        margin-bottom: 0;
    }

    #custom-product-description .custom-list-step-number,
    #custom-product-description .custom-list-subtitle {
        display: none !important;
    }

    #custom-product-description .custom-flip-card {
		height: 168px;
		min-height: 168px;
    }

	#custom-product-description .custom-flip-card-front,
	#custom-product-description .custom-flip-card-back {
		padding: 0.45rem !important;
	}

	#custom-product-description .custom-list-front-content {
		gap: 0.2rem;
	}

    #custom-product-description .custom-list-icon-wrapper {
		width: 74px;
		height: 74px;
        background: #fdfbf9;
    }

    #custom-product-description .custom-list-icon-wrapper i,
    #custom-product-description .custom-list-icon-wrapper svg {
		width: 42px;
		height: 42px;
    }

    #custom-product-description .custom-list-card-title {
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        line-height: 1.1;
        color: #292524;
		margin: 6px 0 4px;
    }

	#custom-product-description .custom-flip-corner-hint {
		top: 0.25rem;
		right: 0.25rem;
	}

	#custom-product-description .custom-list-corner-icon {
		right: 0.35rem;
		bottom: 0.35rem;
	}

    #custom-product-description .custom-list-advantages li {
        font-size: 14px;
        line-height: 1.4;
    }

    #custom-product-description .custom-list-catchphrase-label,
    #custom-product-description .custom-list-catchphrase-label[class*="text-"],
    #custom-product-description .custom-list-catchphrase-text {
        font-size: 14px !important;
        line-height: 1.2;
    }

    #custom-product-description .custom-flip-helper-text {
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        line-height: 1;
        color: #d97706;
		margin-top: 0;
    }
}

@media (max-width: 767px) {
    #custom-product-description .custom-list-header-wrapper {
        display: none !important;
    }

    #custom-product-description .custom-list-container {
        padding: 8px 0 3px !important;
    }

    #custom-product-description .custom-list-title {
        font-size: 28px !important;
        padding-bottom: 6px;
    }

    #custom-product-description .custom-list-subtitle {
        font-size: 0.75rem;
    }

    #custom-product-description .custom-list-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    #custom-product-description .custom-list-grid.custom-list-grid-desktop {
        display: none !important;
    }

    #custom-product-description .custom-mobile-list-grid {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #custom-product-description .custom-mobile-list-grid .custom-list-item-headline,
    #custom-product-description .custom-mobile-list-grid .custom-list-item-meta {
        display: none !important;
    }

    #custom-product-description .custom-mobile-list-grid .custom-list-icon-wrapper {
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
    }

    #custom-product-description .custom-mobile-list-grid .custom-list-icon-wrapper i,
    #custom-product-description .custom-mobile-list-grid .custom-list-icon-wrapper svg {
        width: 25px;
        height: 25px;
    }

    #custom-product-description .custom-flip-card {
        height: auto;
        min-height: 0;
        perspective: none;
    }

    #custom-product-description .custom-flip-card-inner {
        transform: none !important;
        height: auto;
    }

    #custom-product-description .custom-flip-card-front,
    #custom-product-description .custom-flip-card-back {
        position: relative;
        transform: none;
        min-height: 0;
    }

    #custom-product-description .custom-flip-card-front {
        padding: 12px;
        margin-bottom: 8px;
    }

    #custom-product-description .custom-flip-card-back {
        padding: 14px;
    }

    #custom-product-description .custom-list-icon-wrapper {
        width: 56px;
        height: 56px;
    }

    #custom-product-description .custom-list-text {
        font-size: 14px;
        line-height: 1.3;
    }

    #custom-product-description #features-section.custom-block-section,
    #custom-product-description #utilities-section.custom-utilities-section {
        padding: 20px 14px !important;
    }

    #custom-product-description #features-section .custom-block-layout {
        display: grid;
        flex-direction: column;
        gap: 10px;
    }

    #custom-product-description #features-section #feature-grid-top {
        order: 1;
    }

    #custom-product-description #features-section #feature-detail-panel {
        order: 2;
        margin: 2px 0;
    }

    #custom-product-description #features-section #feature-grid-bottom {
        order: 3;
    }

    #custom-product-description #features-section .feature-btn {
        min-height: 120px;
    }

    #custom-product-description #features-section .custom-feature-detail-panel {
        min-height: 260px;
        padding: 20px 16px;
    }

    #custom-product-description #utilities-section .utility-card {
        min-height: 0;
        padding: 20px 16px;
    }
}

/* Bento Grid Box Enhancements (Desktop only - scaling up by ~30%) */
@media (min-width: 1024px) {
    /* Main container holding the 2x2 items inside the "IN THE BOX" left column */
    .bento-grid-custom .lg\:col-span-5 > .grid-cols-2 {
        gap: 10px !important;
        align-content: start !important;
    }
    
    /* Individual boxes inside the box container */
    .bento-grid-custom .lg\:col-span-5 .bg-white.rounded-2xl {
        padding: 24px !important; /* more padding */
    }
    
    /* The product image inside the box */
    #dynamic-watch-image {
        max-height: 104px !important; /* 80px + 30% = 104px */
        margin-bottom: 16px !important;
    }
    
    /* All Lucide SVG icons inside the box */
    .bento-grid-custom .lg\:col-span-5 .bg-white.rounded-2xl svg.lucide,
    .bento-grid-custom .lg\:col-span-5 .bg-white.rounded-2xl i[data-lucide] {
        width: 52px !important;  /* 40px (2.5rem) + 30% = 52px */
        height: 52px !important; /* 40px (2.5rem) + 30% = 52px */
        margin-bottom: 16px !important;
    }
    
    /* The text labels underneath the icons/images */
    .bento-grid-custom .lg\:col-span-5 .bg-white.rounded-2xl span {
        font-size: 18px !important; /* 14px + ~30% = 18px */
    }
    
    /* Radar scaling (remove padding around it and scale up) */
    /* Target the container wrapping the radar slot */
    #bento-pe-slot {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
    }
    
    /* The main pe container */
    .pe-main-div {
        border: 1px solid #ffffff;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        transform-origin: center center;
        transform: scale(1); 
        border: 0px !important;
    }

    #bento-pe-slot > .pe-main-div,
    #bento-pe-slot .pe-static-card,
    #bento-pe-slot .pe-static-body {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }
    
    /* Directly scaling the radar canvas itself to ensure it fills the space if needed */
    #pe-radar-j3-s {
        transform: scale(1); /* Alternative/additional scaling */
        transform-origin: center center;
    }
}

/* Final override: side panel stays fixed in place (no sticky follow on scroll) */
#custom-product-description > .review.swiper,
#custom-product-description > .custom-product-image,
#custom-product-description .review.swiper,
#custom-product-description .custom-product-image {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
}

@media (min-width: 768px) {
	#custom-product-description > .review.swiper,
	#custom-product-description > .custom-product-image {
		float: right !important;
	}

	#custom-product-description .custom-list-container {
		clear: both;
	}
}

@media (max-width: 767px) {
	#custom-product-description > .review.swiper,
	#custom-product-description > .custom-product-image {
		float: none !important;
		width: 100% !important;
	}

	#bento-pe-slot,
	#bento-pe-slot > .pe-main-div,
	#bento-pe-slot .pe-static-card,
	#bento-pe-slot .pe-static-body {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding-right: 0 !important;
	}

	#bento-pe-slot {
		order: -1;
		overflow-x: hidden !important;
	}

	/* Full-width evaluation card only inside the open mobile description tab. */
	#product_tabs-1.is-open #bento-pe-slot {
		grid-column: span 8 / span 8 !important;
		width: calc(100% + 10px) !important;
		max-width: calc(100% + 10px) !important;
		margin-left: -10px !important;
		margin-right: 0 !important;
		justify-self: stretch !important;
	}
}

/* Pagination: perfectly centered inside swiper container */
#custom-product-description .review.swiper .swiper-container {
	padding-bottom: 2rem !important;
	transition: height 0.25s ease;
	overflow: hidden;
}

#custom-product-description .review.swiper .swiper-wrapper {
	align-items: flex-start;
}

#custom-product-description .review.swiper .swiper-slide {
	height: auto !important;
}

#custom-product-description .review.swiper .swiper-container .swiper-pagination,
#custom-product-description .review.swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	position: absolute !important;
	left: 50% !important;
	right: auto !important;
	bottom: 0.55rem !important;
	transform: translateX(-50%);
	width: max-content !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

/* Mobile only: if there is no review, always show product image (no blank block) */
@media (max-width: 767px) {
	#custom-product-description > .custom-product-image {
		background-image: none !important;
		height: auto !important;
		min-height: 0 !important;
	}

	#custom-product-description > .custom-product-image img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		object-fit: contain;
	}
	
	.lg\:col-span-5 {
    grid-column: span 8 / span 8;
}
	
}

@media (max-width: 767px) {
	#custom-mobile-addtocart-new {
		border-bottom: none !important;
		margin-top: 10px !important;
		padding: 0 !important;
	}

	#custom-mobile-addtocart-new button {
		width: 100% !important;
		height: 48px !important;
		background-color: #171717 !important;
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff !important;
		font-weight: 700 !important;
		font-size: 16px !important;
		border-radius: 12px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		padding: 0 16px !important;
		gap: 8px !important;
		border: none !important;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
		text-transform: none !important;
		line-height: 1 !important;
	}

	#custom-mobile-addtocart-new button span,
	#custom-mobile-addtocart-new button * {
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff !important;
	}

	#custom-mobile-addtocart-new button:hover {
		background-color: #262626 !important;
	}

	#custom-mobile-addtocart-new button:active {
		background-color: #000000 !important;
	}

	#custom-mobile-addtocart-new button svg {
		width: 20px !important;
		height: 20px !important;
		flex: 0 0 20px !important;
		color: #ffffff !important;
		stroke: #ffffff !important;
	}

	#custom-mobile-addtocart-new button svg path {
		stroke: #ffffff !important;
	}

	.product_tabs .tab-content > .is-open,
	.product_tabs .tab-content>.is-open {
		margin-bottom: 50px !important;
	}
}

@media (min-width: 768px) {
	#custom-product-description .custom-list-grid-desktop .custom-list-icon-wrapper.custom-list-icon-wrapper--classic-desktop {
		width: 74px !important;
		height: 74px !important;
	}

	#custom-product-description .custom-list-grid-desktop .custom-list-icon-wrapper.custom-list-icon-wrapper--classic-desktop i,
	#custom-product-description .custom-list-grid-desktop .custom-list-icon-wrapper.custom-list-icon-wrapper--classic-desktop svg {
		width: 42px !important;
		height: 42px !important;
	}
}

/* --- Google Reviews Styles --- */
#custom-google-reviews-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 1rem;
    font-family: 'Inter', sans-serif;
    color: #1e293b; /* slate-800 */
	padding-top:15px;
	padding-bottom:5px;
}
@media (min-width: 640px) { #custom-google-reviews-section { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { #custom-google-reviews-section { padding-left: 2rem; padding-right: 2rem; } }

#custom-google-reviews-section .gr-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    #custom-google-reviews-section .gr-header {
        flex-direction: row;
        padding: 2rem;
    }
}

#custom-google-reviews-section .gr-title {
    font-size:22px;
    line-height: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
}
#custom-google-reviews-section .gr-subtitle {
    color: #64748b;
    font-size: 13px;
    line-height: 1.25rem;
    margin: 0;
}

#custom-google-reviews-section .gr-header-stats-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

#custom-google-reviews-section .gr-stats-content {
    text-align: center;
}
@media (min-width: 768px) {
    #custom-google-reviews-section .gr-stats-content { text-align: right; }
}

#custom-google-reviews-section .gr-stats-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
@media (min-width: 768px) {
    #custom-google-reviews-section .gr-stats-inner { justify-content: flex-end; }
}

#custom-google-reviews-section .gr-rating-number {
    font-size: 36px;
    line-height: 2.5rem;
    font-weight: 800;
    color: #0f172a;
}

#custom-google-reviews-section .gr-stars-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#custom-google-reviews-section .gr-stars {
    display: flex;
    color: #fbbf24;
}
#custom-google-reviews-section .gr-stars svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

#custom-google-reviews-section .gr-reviews-count {
    font-size: 10px;
    line-height: 1rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 0.25rem;
}

#custom-google-reviews-section .gr-google-badge {
    flex-shrink: 0;
    background-color: #f8fafc;
    padding: 0.75rem;
    border-radius: 9999px;
    border: 1px solid #f1f5f9;
    display: none;
}
@media (min-width: 640px) {
    #custom-google-reviews-section .gr-google-badge { display: block; }
}
#custom-google-reviews-section .gr-google-badge svg {
    width: 30px;
    height: 30px;
}

#custom-google-reviews-section .gr-masonry-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: dense;
    grid-auto-rows: 8px;
    gap: 18px;
    align-items: start;
}

#custom-google-reviews-section .gr-reviews-status {
    margin: 0;
    padding: 1rem;
    color: #475569;
    text-align: center;
}

#custom-google-reviews-section .gr-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
@media (min-width: 768px) { #custom-google-reviews-section .gr-masonry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

#custom-google-reviews-section .gr-masonry-item {
    min-width: 0;
    margin: 0;
}

@media (max-width: 767px) {
    #custom-google-reviews-section .gr-masonry-grid {
        grid-auto-flow: row;
        grid-auto-rows: auto;
        gap: 14px;
    }

    #custom-google-reviews-section .gr-masonry-item.gr-mobile-hidden-initial {
        display: none;
    }
}

#custom-google-reviews-section .gr-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: box-shadow 0.3s;
}
#custom-google-reviews-section .gr-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#custom-google-reviews-section .gr-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

#custom-google-reviews-section .gr-author-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#custom-google-reviews-section .gr-author-avatar {
    width: 35px;
    height: 35px;
    border-radius: 9999px;
    background-color: #e2e8f0;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#custom-google-reviews-section .gr-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#custom-google-reviews-section .gr-avatar-initials {
    color: #475569;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}

#custom-google-reviews-section .gr-author-details {
    display: flex;
    flex-direction: column;
}

#custom-google-reviews-section .gr-author-name {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

#custom-google-reviews-section .gr-author-stars {
    display: flex;
    color: #fbbf24;
    margin: 0.125rem 0;
}
#custom-google-reviews-section .gr-author-stars svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

#custom-google-reviews-section .gr-review-date {
    font-size: 11px;
    line-height: 11px;
    color: #94a3b8;
}

#custom-google-reviews-section .gr-verified-purchase {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    max-width: 100%;
    margin-top: 0.4rem;
    padding: 3px 7px;
    border-radius: 999px;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

#custom-google-reviews-section .gr-verified-purchase svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    flex: 0 0 auto;
}

@media (max-width: 480px) {
    #custom-google-reviews-section .gr-verified-purchase {
        font-size: 9.5px;
        padding: 3px 6px;
    }
}

#custom-google-reviews-section .gr-card-google-icon {
    opacity: 0.5;
}
#custom-google-reviews-section .gr-card-google-icon svg {
    width: 28px;
    height: 28px;
}

#custom-google-reviews-section .gr-review-text {
    color: #475569;
    font-size: 14px;
    line-height: 1.625;
    margin: 0;
}

#custom-google-reviews-section .gr-actions {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
@media (min-width: 640px) {
    #custom-google-reviews-section .gr-actions {
        flex-direction: row;
    }
}

#custom-google-reviews-section .gr-btn {
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.2s;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
}
@media (min-width: 640px) {
    #custom-google-reviews-section .gr-btn { width: auto; }
}

#custom-google-reviews-section .gr-btn-secondary {
    background-color: #ffffff;
    color: #334155;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
}
#custom-google-reviews-section .gr-btn-secondary:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

#custom-google-reviews-section .gr-btn-primary {
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    background: transparent;
    font-size: 16px;
    border: 1px;
}
#custom-google-reviews-section .gr-btn-primary:hover {
    background-color: #eff6ff;
}
#custom-google-reviews-section .gr-btn-primary svg {
    width: 1rem;
    height: 1rem;
}


/* Styling για να γίνει σωστά clickable το Header block */
#custom-google-reviews-section .gr-header-link {
    text-decoration: none;
    color: inherit;
    display: block;
    border-radius: 1.5rem;
    outline: none;
}

#custom-google-reviews-section .gr-header {
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

/* Εφέ σκιάς και ανύψωσης στο Hover ΜΟΝΟ σε Desktop */
@media (min-width: 1024px) {
    #custom-google-reviews-section .gr-header-link:hover .gr-header {
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.08);
        transform: translateY(-3px);
        border-color: #e2e8f0;
    }
    
    #custom-google-reviews-section .gr-header-link:hover .gr-trust-note {
        color: #2563eb;
    }
    
    #custom-google-reviews-section .gr-header-link:hover .gr-trust-note svg {
        transform: translateX(3px);
    }
}

/* Styling για το κειμενάκι εμπιστοσύνης */
#custom-google-reviews-section .gr-trust-note {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
    margin: 8px 0 0 0;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

#custom-google-reviews-section .gr-trust-note svg {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

/* Τοποθέτηση του footer της κάρτας κάτω δεξιά */
#custom-google-reviews-section .gr-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

#custom-google-reviews-section .gr-card-footer {
    margin-top: 12px;
    text-align: right;
    width: 100%;
}

#custom-google-reviews-section .gr-customer-photo-wrap {
    margin-top: 14px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border: 1px solid #e2e8f0;
}

#custom-google-reviews-section .gr-customer-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#custom-google-reviews-section .gr-view-on-google {
    font-size: 10px;
    color: #94a3b8; /* slate-400 */
    text-transform: lowercase;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

#custom-google-reviews-section .gr-card:hover .gr-view-on-google {
    opacity: 1;
    color: #2563eb; /* Αλλαγή χρώματος σε blue στο hover της κάρτας */
}

.custom-google-reviews-mobile-bottom {
    display: none;
}

@media (max-width: 767px) {
    .custom-google-reviews-mobile-bottom.is-active {
        display: block;
        width: 100%;
        padding-bottom: 7rem;
    }

    .custom-google-reviews-mobile-bottom #custom-google-reviews-section {
        margin: 0 auto;
    }

    #custom-google-reviews-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    #custom-google-reviews-section .gr-header {
        gap: 16px;
        padding: 18px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    #custom-google-reviews-section .gr-card {
        padding: 18px;
        border-radius: 8px;
    }

    #custom-google-reviews-section .gr-card-header {
        margin-bottom: 12px;
    }

    #custom-google-reviews-section .gr-author-info {
        gap: 10px;
    }

    #custom-google-reviews-section .gr-customer-photo-wrap {
        margin-top: 10px;
        border-radius: 8px;
    }

    #custom-google-reviews-section .gr-actions {
        margin-top: 20px;
        gap: 12px;
    }

    #custom-google-reviews-section .gr-rating-number {
        font-size: 40px;
        line-height: 2.75rem;
    }

    #custom-google-reviews-section .gr-stars svg {
        width: 24px;
        height: 24px;
    }

    #custom-google-reviews-section .gr-reviews-count {
        font-size: 12px;
        line-height: 1.1rem;
    }
}
