body.single-product.postid-29472 .summary.entry-summary > .single-breadcrumbs-wrapper,
body.single-product.postid-29474 .summary.entry-summary > .single-breadcrumbs-wrapper,
body.single-product.postid-29472 .summary.entry-summary > .product_title,
body.single-product.postid-29474 .summary.entry-summary > .product_title,
body.single-product.postid-29472 .summary.entry-summary > .price,
body.single-product.postid-29474 .summary.entry-summary > .price,
body.single-product.postid-29472 .summary.entry-summary > form.cart,
body.single-product.postid-29474 .summary.entry-summary > form.cart,
body.single-product.postid-29472 .summary.entry-summary > #wc-stripe-express-checkout-element,
body.single-product.postid-29474 .summary.entry-summary > #wc-stripe-express-checkout-element,
body.single-product.postid-29472 .summary.entry-summary > wc-order-attribution-inputs,
body.single-product.postid-29474 .summary.entry-summary > wc-order-attribution-inputs,
body.single-product.postid-29472 .summary.entry-summary > .wd-compare-btn,
body.single-product.postid-29474 .summary.entry-summary > .wd-compare-btn,
body.single-product.postid-29472 .summary.entry-summary > .wd-wishlist-btn,
body.single-product.postid-29474 .summary.entry-summary > .wd-wishlist-btn,
body.single-product.postid-29472 .summary.entry-summary > .wd-social-icons,
body.single-product.postid-29474 .summary.entry-summary > .wd-social-icons,
body.single-product.postid-29472 .woocommerce-product-gallery,
body.single-product.postid-29474 .woocommerce-product-gallery,
body.single-product.postid-29472 .product-image-wrap,
body.single-product.postid-29474 .product-image-wrap,
body.single-product.postid-29472 .woocommerce-tabs,
body.single-product.postid-29474 .woocommerce-tabs,
body.single-product.postid-29472 .related.products,
body.single-product.postid-29474 .related.products,
body.single-product.postid-29472 .compare,
body.single-product.postid-29474 .compare,
body.single-product.postid-29472 .yith-wcwl-add-to-wishlist,
body.single-product.postid-29474 .yith-wcwl-add-to-wishlist,
body.single-product.postid-29472 .product_meta,
body.single-product.postid-29474 .product_meta,
body.single-product.postid-29472 .woocommerce-product-details__short-description,
body.single-product.postid-29474 .woocommerce-product-details__short-description,
body.single-product.postid-29472 .woocommerce-breadcrumb,
body.single-product.postid-29474 .woocommerce-breadcrumb,
body.single-product.postid-29472 .product-images,
body.single-product.postid-29474 .product-images,
body.single-product.postid-29472 .product-image-summary-wrap .product-images,
body.single-product.postid-29474 .product-image-summary-wrap .product-images,
body.single-product.postid-29472 .related-and-upsells,
body.single-product.postid-29474 .related-and-upsells {
	display: none !important;
}

body.single-product.postid-29472 form.cart,
body.single-product.postid-29474 form.cart {
	position: absolute !important;
	left: -99999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0.01 !important;
	pointer-events: none !important;
}

body.single-product.postid-29472 .summary.entry-summary,
body.single-product.postid-29474 .summary.entry-summary,
body.single-product.postid-29472 .summary-inner,
body.single-product.postid-29474 .summary-inner {
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

:root {
	--pbcy-rail-top: 90px;
	--pbcy-rail-gap: 16px;
}

.pbcy-builder-wrap,
.pbcy-builder,
.pbcy-builder-layout,
.pbcy-main,
.pbcy-rail {
	overflow: visible !important;
}

.pbcy-builder-wrap {
	width: 100%;
	margin: 28px 0 0;
}

.pbcy-builder {
	width: 100%;
	color: #fff;
}

.pbcy-builder * {
	box-sizing: border-box;
}

.pbcy-builder-layout {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.pbcy-rail {
	position: sticky;
	top: var(--pbcy-rail-top);
	align-self: start;
}

.pbcy-rail-inner {
	position: relative;
	padding: 18px 12px;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,.08);
	background: #101010;
	text-align: center;
	max-height: calc(100vh - var(--pbcy-rail-top) - var(--pbcy-rail-gap));
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
}

.pbcy-rail-inner::-webkit-scrollbar {
	width: 6px;
}

.pbcy-rail-inner::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.18);
	border-radius: 999px;
}

.pbcy-rail-plan {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.pbcy-rail-count {
	margin-top: 8px;
	font-size: 28px;
	font-weight: 800;
	color: #fb923c;
}

.pbcy-rail-track {
	position: relative;
	width: 22px;
	height: clamp(180px, 28vh, 320px);
	margin: 16px auto;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	overflow: hidden;
}

.pbcy-rail-fill {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	border-radius: 999px;
	background: linear-gradient(180deg, #fdba74 0%, #f97316 100%);
	transition: height .25s ease, width .25s ease;
}

.pbcy-rail-meta {
	display: grid;
	gap: 8px;
	font-size: 12px;
	color: rgba(255,255,255,.72);
}

.pbcy-rail-meta strong {
	display: block;
	margin-top: 2px;
	color: #fff;
	font-size: 14px;
}

.pbcy-rail-price {
	margin-top: 14px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.pbcy-rail-price span {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 500;
	color: rgba(255,255,255,.55);
}

.pbcy-rail-status {
	margin-top: 12px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255,255,255,.9);
}

.pbcy-rail-help {
	margin-top: 8px;
	font-size: 11px;
	line-height: 1.55;
	color: rgba(255,255,255,.55);
	min-height: 34px;
}

.pbcy-submit-builder {
	width: 100%;
	margin-top: 14px;
	padding: 14px 10px;
	border: 0;
	border-radius: 16px;
	background: #f97316;
	color: #111;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: 0 16px 30px rgba(249,115,22,.18);
}

.pbcy-submit-builder[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

.pbcy-main-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	margin-bottom: 22px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.pbcy-eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(249,115,22,.28);
	background: rgba(249,115,22,.1);
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fb923c;
}

.pbcy-main-head h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.1;
	color: #fff;
}

.pbcy-main-head p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,.65);
}

.pbcy-note {
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.08);
	background: rgba(255,255,255,.04);
	font-size: 13px;
	color: rgba(255,255,255,.72);
	white-space: nowrap;
}

.pbcy-empty-catalog {
	padding: 18px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,.08);
	background: rgba(255,255,255,.04);
	color: rgba(255,255,255,.7);
}

.pbcy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.pbcy-card,
.pbcy-card-image,
.pbcy-card-body,
.pbcy-card-photo,
.pbcy-card-image img {
	filter: none !important;
	opacity: 1 !important;
	transform: none !important;
	backdrop-filter: none !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	box-shadow: none !important;
}

.pbcy-card {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(249,115,22,.45) !important;
	background: transparent !important;
}

.pbcy-card::before,
.pbcy-card::after,
.pbcy-card-image::before,
.pbcy-card-image::after {
	content: none !important;
	display: none !important;
}

.pbcy-card-image {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden !important;
	background: transparent !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
}

.pbcy-card-photo,
.pbcy-card-image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center center !important;
	background: transparent !important;
	filter: none !important;
	opacity: 1 !important;
	transform: translate3d(0,0,0) !important;
	image-rendering: auto !important;
}

.pbcy-builder .pbcy-card *,
.pbcy-builder .pbcy-card img,
.pbcy-builder .pbcy-card-photo,
.pbcy-builder .pbcy-card-image {
	filter: none !important;
	backdrop-filter: none !important;
}

.pbcy-card-badge {
	position: absolute;
	left: 16px;
	top: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.pbcy-card-lock {
	position: absolute;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0,0,0,.55);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: none;
}

.pbcy-card-lock:not([hidden]) {
	display: flex;
}

.pbcy-card-lock[hidden] {
	display: none !important;
}

.pbcy-card-body {
	padding: 20px;
}

.pbcy-card-category {
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255,255,255,.45);
}

.pbcy-card-body h3 {
	margin: 8px 0 8px;
	font-size: 20px;
	line-height: 1.28;
	color: #fff;
}

.pbcy-card-body p {
	margin: 0;
	min-height: 48px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,.7);
}

.pbcy-card-actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 16px;
}

.pbcy-qty-control {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.3);
}

.pbcy-qty-control button {
	padding: 12px 16px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.pbcy-qty-control .pbcy-plus {
	color: #fb923c;
}

.pbcy-qty-control button[disabled] {
	opacity: .3;
	cursor: not-allowed;
}

.pbcy-qty {
	min-width: 36px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 991px) {
	.pbcy-builder-layout {
		grid-template-columns: 1fr;
	}

	.pbcy-rail {
		position: static;
		top: auto;
	}

	.pbcy-rail-inner {
		display: grid;
		grid-template-columns: 1fr auto auto auto;
		gap: 12px;
		align-items: center;
		text-align: left;
		max-height: none;
		overflow: visible;
	}

	.pbcy-rail-track {
		width: 100%;
		height: 14px;
		margin: 0;
	}

	.pbcy-rail-fill {
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		width: 0%;
		height: 100%;
	}

	.pbcy-main-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.pbcy-grid {
		grid-template-columns: 1fr;
	}

	.pbcy-rail-inner {
		grid-template-columns: 1fr;
	}

	.pbcy-note {
		white-space: normal;
	}

	.pbcy-main-head h2 {
		font-size: 28px;
	}
}