/* Standalone WooCommerce single-product foundation. */

body.bp-pdp-page {
	overflow-x: hidden;
	background: #fff;
	color: #242328;
}

.bp-pdp-breadcrumb {
	border-top: 1px solid rgba(75, 56, 49, .08);
	border-bottom: 1px solid rgba(75, 56, 49, .08);
	background: #fff;
	color: rgba(75, 56, 49, .62);
	font-size: 12px;
	line-height: 1.4;
}

.bp-pdp-breadcrumb__container {
	display: flex;
	gap: 0;
	align-items: center;
	width: 100%;
	max-width: var(--bp-content-width);
	min-height: 42px;
	margin-inline: auto;
	padding-inline: 16px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	white-space: nowrap;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.bp-pdp-breadcrumb__container::-webkit-scrollbar { display: none; }
.bp-pdp-breadcrumb a { color: rgba(75, 56, 49, .78); text-decoration: none; }
.bp-pdp-breadcrumb a:hover { color: #4b3831; }
.bp-pdp-breadcrumb__separator { flex: 0 0 auto; margin-inline: 7px; color: rgba(75, 56, 49, .3); }

.bp-pdp-shell {
	padding: 42px 0 72px;
	background: #fff;
}

.bp-pdp-container {
	width: min(calc(100% - 32px), var(--bp-content-width));
	margin-inline: auto;
}

.bp-pdp-main > .product {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	column-gap: 54px;
	align-items: start;
}

.bp-pdp-main > .product::before,
.bp-pdp-main > .product::after { display: none; }

.bp-pdp-main div.product div.images,
.bp-pdp-main div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.bp-pdp-main div.product div.images { min-width: 0; }
.bp-pdp-main .woocommerce-product-gallery { position: relative; min-width: 0; }
.bp-pdp-main .woocommerce-product-gallery__wrapper { height: 100%; margin: 0; }
.bp-pdp-main .woocommerce-product-gallery .flex-viewport {
	width: 100%;
	height: auto !important;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 18px;
	background: #faf9f7;
}
.bp-pdp-main .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper,
.bp-pdp-main .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	height: 100%;
}

.bp-pdp-main .woocommerce-product-gallery__image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 18px;
	background: #faf9f7;
}

.bp-pdp-main .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	aspect-ratio: auto;
	border-radius: 0;
}

.bp-pdp-main .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 24px;
	cursor: zoom-in;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0 0 2px;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs::-webkit-scrollbar { display: none; }

body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs li {
	clear: none;
	float: none;
	flex: 0 0 78px;
	width: 78px;
	height: 78px;
	margin: 0;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px;
	border: 1px solid rgba(75, 56, 49, .12);
	border-radius: 10px;
	background: #fff;
	object-fit: contain;
	object-position: center;
	cursor: pointer;
	opacity: .58;
	transition: border-color .18s ease, opacity .18s ease;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs img:hover,
body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs img.flex-active {
	border-color: rgba(75, 56, 49, .72);
	opacity: 1;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 18px;
	background: transparent;
	color: transparent;
	font-size: 0;
	box-shadow: none;
	cursor: zoom-in;
	text-decoration: none;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__trigger::before,
body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__trigger::after,
body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__trigger span {
	display: none;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__trigger:focus-visible {
	outline: 2px solid #4b3831;
	outline-offset: -4px;
}

.bp-pdp-main .onsale {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 4;
	min-width: 54px;
	padding: 8px 10px;
	border-radius: 0;
	background: #d8232a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.bp-pdp-main div.product div.summary {
	min-width: 0;
	padding-top: 4px;
	color: #4b3831;
}

.bp-pdp-heading {
	margin: 0 0 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(75, 56, 49, .12);
}

.bp-pdp-heading .product_title {
	margin: 0;
	color: #242328;
	font-family: "PP Pier Sans", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.01em;
}


.bp-pdp-main div.product p.price,
.bp-pdp-main div.product span.price {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 10px;
	align-items: baseline;
	margin: 0 0 14px;
	color: #4b3831;
	font-family: "PP Pier Sans", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.bp-pdp-main div.product .price del {
	color: rgba(75, 56, 49, .5);
	font-size: .62em;
	font-weight: 500;
	opacity: 1;
	text-decoration-line: line-through;
	text-decoration-thickness: 1px;
	text-decoration-position: from-font;
}

.bp-pdp-main div.product .price ins {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.bp-pdp-main .devnet_fsl-label {
	flex-basis: 100%;
	width: fit-content;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.bp-pdp-main div.product .stock {
	margin: 0 0 17px;
	color: #238b45;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.bp-pdp-main div.product .stock.out-of-stock { color: #c62828; }
.bp-pdp-main div.product .stock.available-on-backorder { color: #a15b18; }

.bp-pdp-main div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: stretch;
	margin: 0 0 24px;
}

.bp-pdp-main div.product form.cart::before,
.bp-pdp-main div.product form.cart::after { display: none; }

.bp-pdp-main .quantity { display: flex; }

.bp-pdp-main .quantity .qty {
	width: 82px;
	min-height: 52px;
	padding: 8px 10px;
	border: 1px solid rgba(75, 56, 49, .24);
	border-radius: 14px;
	background: #fff;
	color: #242328;
	font: inherit;
	font-weight: 600;
	text-align: center;
}

.bp-pdp-main .single_add_to_cart_button {
	flex: 1 1 230px;
	min-height: 52px;
	padding: 12px 24px;
	border: 0;
	border-radius: 14px;
	background: #50382f;
	color: #fff;
	font-family: "PP Pier Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .18s ease, opacity .18s ease;
}

.bp-pdp-main .single_add_to_cart_button:hover,
.bp-pdp-main .single_add_to_cart_button:focus-visible { background: #35251f; }

.bp-pdp-main .single_add_to_cart_button:disabled,
.bp-pdp-main .single_add_to_cart_button.disabled {
	cursor: not-allowed;
	opacity: .52;
}

.bp-pdp-meta {
	display: grid;
	gap: 8px;
	padding-top: 18px;
	border-top: 1px solid rgba(75, 56, 49, .12);
	color: rgba(75, 56, 49, .72);
	font-size: 13px;
	line-height: 1.45;
}

.bp-pdp-meta a { color: #4b3831; text-decoration: none; }
.bp-pdp-meta a:hover { text-decoration: underline; text-underline-offset: 3px; }

.bp-pdp-main .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 56px;
}

.bp-pdp-main .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(75, 56, 49, .14);
	list-style: none;
}

.bp-pdp-main .woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0 22px 0 0;
	padding: 0 0 12px;
}

.bp-pdp-main .woocommerce-tabs ul.tabs li a {
	color: #4b3831;
	font-weight: 700;
	text-decoration: none;
}

.bp-pdp-main .woocommerce-tabs .panel {
	padding-top: 24px;
	color: #4b3831;
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 767px) {
	.bp-pdp-breadcrumb { font-size: 11.5px; }
	.bp-pdp-breadcrumb__container { min-height: 40px; padding-inline: 14px; }
	.bp-pdp-breadcrumb__separator { margin-inline: 6px; }
	.bp-pdp-shell { padding: 24px 0 48px; }
	.bp-pdp-container { width: min(calc(100% - 28px), var(--bp-content-width)); }
	.bp-pdp-main > .product { display: block; }
	.bp-pdp-main div.product div.summary { padding-top: 24px; }
	.bp-pdp-main .woocommerce-product-gallery {
		--bp-pdp-mobile-gallery-height: clamp(280px, 78vw, 330px);
	}
	.bp-pdp-main .woocommerce-product-gallery .flex-viewport {
		height: var(--bp-pdp-mobile-gallery-height) !important;
		aspect-ratio: auto;
		border-radius: 14px;
	}
	.bp-pdp-main .woocommerce-product-gallery__image {
		height: var(--bp-pdp-mobile-gallery-height);
		aspect-ratio: auto;
		border-radius: 14px;
	}
	.bp-pdp-main .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
		height: 100%;
	}
	.bp-pdp-main .woocommerce-product-gallery__image a { padding: 16px; cursor: pointer; }
	.bp-pdp-main .woocommerce-product-gallery__image .zoomImg { display: none !important; }
	body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__trigger {
		height: var(--bp-pdp-mobile-gallery-height);
		aspect-ratio: auto;
		border-radius: 14px;
	}
	body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs {
		gap: 8px;
		margin-top: 12px;
		padding-bottom: 2px;
	}
	body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs li {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}
	body.bp-pdp-page .bp-pdp-main div.product div.images .flex-control-thumbs img {
		padding: 5px;
		border-radius: 8px;
	}
	.bp-pdp-heading { margin-bottom: 14px; padding-bottom: 12px; }
	.bp-pdp-heading .product_title { font-size: 28px; line-height: 1.18; }
	.bp-pdp-main div.product p.price,
	.bp-pdp-main div.product span.price { font-size: 26px; }
	.bp-pdp-main div.product form.cart:not(.variations_form) { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 10px; }
	.bp-pdp-main .quantity .qty { width: 78px; }
	.bp-pdp-main .single_add_to_cart_button { min-width: 0; padding-inline: 14px; }
	.bp-pdp-main .woocommerce-tabs { margin-top: 42px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.bp-pdp-main > .product {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
		column-gap: 32px;
	}

}

/* Keep the WooCommerce primary action aligned with the standalone palette. */
body.bp-pdp-page .bp-pdp-main div.product form.cart .single_add_to_cart_button {
	background-color: #4b3831;
	color: #fff;
}

body.bp-pdp-page .bp-pdp-main div.product form.cart .single_add_to_cart_button:hover,
body.bp-pdp-page .bp-pdp-main div.product form.cart .single_add_to_cart_button:focus-visible {
	background-color: #35251f;
}


/* Standard WooCommerce variable form, enhanced by WCBoost swatches. */
.bp-pdp-main div.product form.variations_form {
	display: block;
	margin-bottom: 24px;
}

.bp-pdp-main .variations {
	width: 100%;
	margin: 0 0 12px;
	border: 0;
	border-collapse: collapse;
}

.bp-pdp-main .variations tbody,
.bp-pdp-main .variations tr,
.bp-pdp-main .variations th,
.bp-pdp-main .variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
}

.bp-pdp-main .variations tr + tr { margin-top: 18px; }

.bp-pdp-main .variations .label {
	margin-bottom: 8px;
	color: #242328;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.bp-pdp-main .variations .label label { margin: 0; }

.bp-pdp-main .wcboost-variation-swatches__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bp-pdp-main .wcboost-variation-swatches__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 40px;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid rgba(75, 56, 49, .16);
	border-radius: 10px;
	background: #fdfcfc;
	color: rgba(75, 56, 49, .82);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, opacity .18s ease;
}

.bp-pdp-main .wcboost-variation-swatches__item:hover {
	border-color: rgba(75, 56, 49, .42);
	background: #faf8f7;
	color: #4b3831;
}

.bp-pdp-main .wcboost-variation-swatches__item.selected {
	border-color: rgba(75, 56, 49, .72);
	background: #f3efed;
	color: #35251f;
	font-weight: 600;
	box-shadow: none;
}

.bp-pdp-main .wcboost-variation-swatches__item:focus-visible {
	outline: 2px solid #4b3831;
	outline-offset: 2px;
}

.bp-pdp-main .wcboost-variation-swatches__item.disabled,
.bp-pdp-main .wcboost-variation-swatches__item[aria-disabled="true"] {
	border-color: rgba(75, 56, 49, .1);
	background: #f5f3f2;
	color: rgba(75, 56, 49, .38);
	cursor: not-allowed;
	opacity: .62;
	text-decoration: line-through;
}

.bp-pdp-main .reset_variations {
	display: inline-block;
	margin-top: 10px;
	color: rgba(75, 56, 49, .72);
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bp-pdp-main .single_variation_wrap { width: 100%; }

.bp-pdp-main .single_variation {
	min-height: 0;
	margin: 0 0 12px;
}

.bp-pdp-main .woocommerce-variation-availability {
	display: block;
}

.bp-pdp-main .woocommerce-variation-availability .stock {
	margin-bottom: 0;
}

.bp-pdp-main .woocommerce-variation-description p:last-child { margin-bottom: 0; }

.bp-pdp-main .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 12px;
	align-items: stretch;
	width: 100%;
}

body.bp-pdp-variation-ui-ready .bp-pdp-main .woocommerce-variation-price {
	display: none;
}

@media (max-width: 767px) {
	body.bp-pdp-page .bp-pdp-main div.product form.cart.variations_form {
		display: block;
		width: 100%;
		margin-bottom: 24px;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form table.variations,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form table.variations tbody {
		position: static;
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form table.variations tr {
		position: static;
		display: grid;
		float: none;
		clear: both;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form table.variations tr + tr {
		margin-top: 18px;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form table.variations th.label,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form table.variations td.value {
		position: static;
		display: block;
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .wcboost-variation-swatches,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .wcboost-variation-swatches__wrapper {
		position: static;
		float: none;
		clear: both;
		width: 100%;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .wcboost-variation-swatches,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .wcboost-variation-swatches__wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		align-items: center;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .wcboost-variation-swatches__item {
		position: static;
		float: none;
		flex: 0 0 auto;
		min-width: 40px;
		min-height: 38px;
		margin: 0;
		padding: 7px 10px;
		font-size: 13px;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .reset_variations {
		position: static;
		display: inline-flex;
		float: none;
		clear: both;
		align-items: center;
		width: auto;
		min-height: 24px;
		margin: 10px 0 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: rgba(75, 56, 49, .62);
		font-size: 12px;
		font-weight: 500;
		line-height: 1.4;
		text-decoration: none;
		box-shadow: none;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .reset_variations:hover,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .reset_variations:focus-visible {
		color: #4b3831;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 3px;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .single_variation_wrap,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .single_variation,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-availability,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-availability .stock {
		position: static;
		float: none;
		clear: both;
		width: 100%;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .single_variation_wrap {
		margin-top: 16px;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .single_variation {
		margin: 0 0 12px;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-availability,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-availability .stock {
		margin: 0;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-add-to-cart {
		position: static;
		display: grid;
		float: none;
		clear: both;
		grid-template-columns: 76px minmax(0, 1fr);
		grid-template-rows: 52px;
		gap: 10px;
		align-items: stretch;
		width: 100%;
		margin: 0;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-add-to-cart .quantity {
		position: static;
		display: flex;
		float: none;
		grid-column: 1;
		grid-row: 1;
		width: 76px;
		height: 52px;
		margin: 0;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-add-to-cart .quantity .qty {
		width: 100%;
		height: 52px;
		min-height: 52px;
		margin: 0;
	}

	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled,
	body.bp-pdp-page .bp-pdp-main div.product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:disabled {
		position: static;
		display: block;
		float: none;
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		min-width: 0;
		height: 52px;
		min-height: 52px;
		margin: 0;
		padding-inline: 12px;
		background-color: #4b3831;
		color: #fff;
	}
}


/* Keep products without media in the same stable gallery viewport. */
.bp-pdp-main .woocommerce-product-gallery__image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	padding: 24px;
	border: 0;
	border-radius: 18px;
	background: #faf9f7;
}

body.bp-pdp-page .bp-pdp-main div.product div.images .woocommerce-product-gallery__image--placeholder img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 767px) {
	.bp-pdp-main .woocommerce-product-gallery__image--placeholder {
		padding: 16px;
		border-radius: 14px;
	}
}
