.wcppb-hidden {
	display: none !important;
}

.wcppb-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wcppb-elementor-placeholder {
	padding: 18px;
	border: 1px dashed #cfd4dc;
	border-radius: 14px;
	background: #fff;
	color: #475569;
	font-size: 14px;
	line-height: 1.65;
}

.wcppb-elementor-placeholder strong {
	display: block;
	margin-bottom: 6px;
	color: #0f172a;
	font-weight: 700;
}

.wcppb-breadcrumbs {
	width: 100%;
}

.wcppb-breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

.wcppb-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wcppb-breadcrumb-item a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.wcppb-breadcrumb-item a:hover {
	color: #111827;
}

.wcppb-breadcrumb-current {
	color: #111827;
	font-weight: 600;
}

.wcppb-breadcrumb-separator {
	color: #94a3b8;
	user-select: none;
}

.wcppb-social-share {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.wcppb-share-direction-column {
	flex-direction: column;
	align-items: flex-start;
}

.wcppb-share-label {
	color: #475569;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.wcppb-share-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.wcppb-share-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.wcppb-share-button:hover {
	transform: translateY(-1px);
	border-color: #cbd5e1;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.wcppb-share-button i,
.wcppb-share-button svg {
	width: 1em;
	height: 1em;
}

.wcppb-copy-tooltip {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	transform: translateX(-50%) translateY(6px);
	padding: 6px 10px;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.wcppb-copy-tooltip.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.wcppb-gallery {
	--wcppb-lightbox-overlay: rgba(15, 23, 42, 0.94);
	--wcppb-lightbox-nav-color: #ffffff;
	--wcppb-lightbox-close-color: #ffffff;
	width: 100%;
}

.wcppb-gallery-stage {
	position: relative;
}

.wcppb-gallery-main-trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 480px;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	background: #ffffff;
	cursor: crosshair;
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.wcppb-gallery-main-trigger:hover {
	border-color: #d1d5db;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.wcppb-gallery-main-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcppb-gallery-lens,
.wcppb-gallery-zoom-window {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.16s ease, visibility 0.16s ease;
}

.wcppb-gallery-lens.is-active,
.wcppb-gallery-zoom-window.is-active {
	opacity: 1;
	visibility: visible;
}

.wcppb-gallery-lens {
	z-index: 2;
	width: 92px;
	height: 92px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
	backdrop-filter: blur(1px);
}

.wcppb-gallery-zoom-window {
	top: 50%;
	right: 18px;
	z-index: 3;
	width: 220px;
	height: 220px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
	transform: translateY(-50%);
	overflow: hidden;
}

.wcppb-gallery-zoom-image {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wcppb-gallery-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 16px;
}

.wcppb-gallery-arrow {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.74);
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.wcppb-gallery-arrow:hover {
	background: #111827;
	transform: translateY(-1px);
}

.wcppb-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	flex: 1 1 auto;
}

.wcppb-gallery-thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 6px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wcppb-gallery-thumb:hover {
	transform: translateY(-1px);
	border-color: #c7d2fe;
}

.wcppb-gallery-thumb.is-active {
	border-width: 2px;
	border-color: #7b68ee;
	box-shadow: 0 12px 26px rgba(123, 104, 238, 0.14);
}

.wcppb-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wcppb-gallery-editor-image,
.wcppb-gallery-editor-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
	color: #475569;
	font-size: 14px;
	font-weight: 600;
}

.wcppb-lightbox-open {
	overflow: hidden;
}

.wcppb-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: var(--wcppb-lightbox-overlay, rgba(15, 23, 42, 0.94));
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.wcppb-lightbox[aria-hidden="true"] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.wcppb-lightbox-dialog {
	position: relative;
	width: min(100%, 1180px);
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcppb-lightbox-figure {
	margin: 0;
	width: 100%;
	text-align: center;
}

.wcppb-lightbox-image {
	display: inline-block;
	max-width: 100%;
	max-height: calc(100vh - 120px);
	border-radius: 18px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
	background: #ffffff;
}

.wcppb-lightbox-caption {
	margin-top: 14px;
	color: #e5e7eb;
	font-size: 14px;
	line-height: 1.6;
}

.wcppb-lightbox-close,
.wcppb-lightbox-nav {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.12);
	color: var(--wcppb-lightbox-nav-color, #ffffff);
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.wcppb-lightbox-close:hover,
.wcppb-lightbox-nav:hover {
	background: rgba(255, 255, 255, 0.22);
}

.wcppb-lightbox-close {
	top: -18px;
	right: -8px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	font-size: 28px;
	line-height: 1;
	color: var(--wcppb-lightbox-close-color, #ffffff);
}

.wcppb-lightbox-nav {
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 999px;
	font-size: 28px;
	line-height: 1;
}

.wcppb-lightbox-nav.is-prev {
	left: -72px;
}

.wcppb-lightbox-nav.is-next {
	right: -72px;
}

.wcppb-product-info-wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}

.wcppb-product-title {
	margin: 0;
	color: #0f172a;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
}

.wcppb-product-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.wcppb-meta-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #f8fafc;
}

.wcppb-meta-row:last-child {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e7eb;
}

.wcppb-meta-label {
	color: #64748b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.wcppb-meta-label::after {
	content: ':';
	margin-left: 2px;
}

.wcppb-meta-value {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}

.wcppb-stock--instock {
	color: #111827;
}

.wcppb-stock--outofstock {
	color: #dc2626;
}

.wcppb-stock--onbackorder {
	color: #92400e;
}

.wcppb-key-features {
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #ffffff;
}

.wcppb-key-features-title {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.wcppb-key-features-content {
	color: #334155;
	font-size: 15px;
	line-height: 1.75;
}

.wcppb-key-features-content > *:first-child {
	margin-top: 0;
}

.wcppb-key-features-content > *:last-child {
	margin-bottom: 0;
}

.wcppb-key-features-content ul,
.wcppb-key-features-content ol {
	padding-left: 20px;
}

.wcppb-view-more {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.wcppb-view-more:hover {
	color: #1e40af;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.wcppb-purchase-box {
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.wcppb-purchase-price {
	margin-bottom: 18px;
	color: #0f172a;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.wcppb-purchase-price .amount {
	color: inherit;
	font-weight: inherit;
}

.wcppb-purchase-box form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.wcppb-purchase-box form.cart .variations {
	width: 100%;
	margin: 0 0 12px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.wcppb-purchase-box form.cart .variations td,
.wcppb-purchase-box form.cart .variations th {
	padding: 0;
	vertical-align: middle;
}

.wcppb-purchase-box form.cart .variations label {
	color: #475569;
	font-size: 14px;
	font-weight: 600;
}

.wcppb-purchase-box form.cart .variations select,
.wcppb-purchase-box form.cart .variations input,
.wcppb-purchase-box form.cart .variations textarea,
.wcppb-purchase-box form.cart .variations_form select {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: none;
}

.wcppb-purchase-box form.cart .single_variation_wrap,
.wcppb-purchase-box form.cart .woocommerce-variation-add-to-cart,
.wcppb-purchase-box form.cart .woocommerce-variation {
	width: 100%;
}

.wcppb-purchase-box .quantity {
	margin: 0 !important;
}

.wcppb-purchase-box .quantity.wcppb-qty-stepper {
	display: inline-flex;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #d1d5db;
	border-radius: 0;
	background: #ffffff;
}

.wcppb-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	min-width: 54px;
	height: 46px;
	padding: 0;
	border: 0;
	background: #ffffff;
	color: #111827;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.wcppb-qty-btn:hover:not(:disabled) {
	background: #f8fafc;
}

.wcppb-qty-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.wcppb-qty-btn--minus {
	border-right: 1px solid #d1d5db;
}

.wcppb-qty-btn--plus {
	border-left: 1px solid #d1d5db;
}

.wcppb-purchase-box .quantity .qty {
	width: 60px;
	min-width: 60px;
	height: 46px;
	padding: 8px 6px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	text-align: center;
	box-shadow: none;
	-moz-appearance: textfield;
	appearance: textfield;
}

.wcppb-purchase-box .quantity .qty::-webkit-outer-spin-button,
.wcppb-purchase-box .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wcppb-hide-quantity .quantity {
	display: none !important;
}

.wcppb-purchase-box .button,
.wcppb-purchase-box button.button,
.wcppb-purchase-box .single_add_to_cart_button,
.wcppb-buy-now-button,
.wcppb-unavailable-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wcppb-purchase-box .button:hover,
.wcppb-purchase-box button.button:hover,
.wcppb-purchase-box .single_add_to_cart_button:hover,
.wcppb-buy-now-button:hover {
	transform: translateY(-1px);
}

.wcppb-purchase-box .single_add_to_cart_button,
.wcppb-purchase-box button.single_add_to_cart_button {
	background: #7b68ee;
	border-color: #7b68ee;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(123, 104, 238, 0.22);
}

.wcppb-purchase-box .single_add_to_cart_button:hover,
.wcppb-purchase-box button.single_add_to_cart_button:hover {
	background: #6f5ee0;
	border-color: #6f5ee0;
	color: #ffffff;
}

.wcppb-buy-now-button {
	background: #111827;
	border-color: #111827;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
}

.wcppb-buy-now-button:hover {
	background: #0f172a;
	border-color: #0f172a;
	color: #ffffff;
}

.wcppb-unavailable-button {
	width: 100%;
	background: #cbd5e1;
	border-color: #cbd5e1;
	color: #334155;
	cursor: not-allowed;
	box-shadow: none;
}

.wcppb-availability-notice {
	margin-top: 14px;
	padding: 14px 16px;
	border: 1px solid #dbeafe;
	border-radius: 14px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 14px;
	line-height: 1.6;
}

.wcppb-specification {
	width: 100%;
}

.wcppb-specification__title {
	margin: 0 0 18px;
	color: #0f172a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.wcppb-specification__section {
	margin-top: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	overflow: hidden;
	background: #ffffff;
}

.wcppb-specification__section:first-of-type {
	margin-top: 0;
}

.wcppb-specification__section-title {
	margin: 0;
	padding: 16px 20px;
	background: #f8fafc;
	color: #0f172a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.wcppb-specification__table {
	width: 100%;
	border-collapse: collapse;
}

.wcppb-specification__table tr:nth-child(odd) {
	background: #ffffff;
}

.wcppb-specification__table tr:nth-child(even) {
	background: #fbfdff;
}

.wcppb-specification__table td {
	padding: 14px 20px;
	border-top: 1px solid #eef2f7;
	vertical-align: top;
}

.wcppb-specification__label {
	width: 34%;
	color: #475569;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	background: rgba(248, 250, 252, 0.7);
}

.wcppb-specification__value {
	color: #0f172a;
	font-size: 15px;
	line-height: 1.7;
}

.wcppb-description,
.wcppb-price-faq {
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #ffffff;
	color: #334155;
	font-size: 15px;
	line-height: 1.8;
}

.wcppb-description > *:first-child,
.wcppb-price-faq > *:first-child {
	margin-top: 0;
}

.wcppb-description > *:last-child,
.wcppb-price-faq > *:last-child {
	margin-bottom: 0;
}

.wcppb-description h2,
.wcppb-price-faq h2 {
	margin: 0 0 16px;
	color: #0f172a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.wcppb-description h3,
.wcppb-price-faq h3 {
	margin: 22px 0 12px;
	color: #0f172a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.wcppb-description p,
.wcppb-price-faq p {
	margin: 0 0 14px;
}

.wcppb-description ul,
.wcppb-description ol,
.wcppb-price-faq ul,
.wcppb-price-faq ol {
	margin: 0 0 14px;
	padding-left: 20px;
}

.wcppb-description li + li,
.wcppb-price-faq li + li {
	margin-top: 8px;
}

.wcppb-description a,
.wcppb-price-faq a {
	color: #2563eb;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wcppb-description a:hover,
.wcppb-price-faq a:hover {
	color: #1d4ed8;
}

.wcppb-price-faq .amount,
.wcppb-price-faq .woocommerce-Price-amount {
	font-weight: 700;
}

@media (max-width: 1200px) {
	.wcppb-lightbox-nav.is-prev {
		left: 12px;
	}

	.wcppb-lightbox-nav.is-next {
		right: 12px;
	}
}

.wcppb-gallery-nav .wcppb-gallery-arrow.is-prev,
.wcppb-gallery-nav .wcppb-gallery-arrow.is-next {
	left: auto;
	right: auto;
}

@media (max-width: 1024px) {
	.wcppb-gallery-main-trigger {
		height: 420px;
	}

	.wcppb-product-title {
		font-size: 30px;
	}

	.wcppb-purchase-price {
		font-size: 28px;
	}

	.wcppb-specification__title,
	.wcppb-description h2,
	.wcppb-price-faq h2 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.wcppb-social-share {
		gap: 10px;
	}

	.wcppb-gallery-main-trigger {
		height: 320px;
		padding: 12px;
		border-radius: 16px;
	}

	.wcppb-gallery-arrow {
		width: 38px;
		height: 38px;
	}

	.wcppb-gallery-thumb {
		width: 60px;
		height: 60px;
	}

	.wcppb-lightbox {
		padding: 16px;
	}

	.wcppb-lightbox-image {
		max-height: calc(100vh - 90px);
	}

	.wcppb-lightbox-close {
		top: -12px;
		right: 0;
	}

	.wcppb-lightbox-nav {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}

	.wcppb-product-title {
		font-size: 26px;
	}

	.wcppb-product-meta,
	.wcppb-key-features,
	.wcppb-purchase-box,
	.wcppb-description,
	.wcppb-price-faq {
		padding: 18px;
		border-radius: 16px;
	}

	.wcppb-meta-row {
		flex-direction: column;
		gap: 4px;
	}

	.wcppb-meta-value {
		text-align: left;
	}

	.wcppb-purchase-box form.cart {
		flex-direction: column;
		align-items: stretch;
	}

	.wcppb-purchase-box .quantity .qty,
	.wcppb-purchase-box .single_add_to_cart_button,
	.wcppb-buy-now-button {
		width: 100%;
	}

	.wcppb-specification__section-title {
		padding: 14px 16px;
		font-size: 17px;
	}

	.wcppb-specification__table,
	.wcppb-specification__table tbody,
	.wcppb-specification__table tr,
	.wcppb-specification__table td {
		display: block;
		width: 100%;
	}

	.wcppb-specification__table td {
		padding: 12px 16px;
	}

	.wcppb-specification__label {
		border-bottom: 0;
		padding-bottom: 4px;
	}
}

/* Variable product purchase form layout */
.wcppb-purchase-box form.variations_form.cart {
	flex-direction: column !important;
}


@media (max-width: 1024px) {
	.wcppb-gallery-main-trigger {
		cursor: pointer;
	}

	.wcppb-gallery-zoom-window {
		right: 12px;
		width: 180px;
		height: 180px;
	}
}

@media (max-width: 767px) {
	.wcppb-gallery-nav {
		gap: 10px;
	}

	.wcppb-gallery-arrow {
		width: 40px;
		height: 40px;
	}

	.wcppb-gallery-zoom-window,
	.wcppb-gallery-lens {
		display: none !important;
	}
}
