/**
 * WooCommerce single product layout overrides
 *
 * WooCommerce 48% float PDP
 */

/* WC clearfix Grid */
.woocommerce.single-product div.product.adult-store-pdp::before,
.woocommerce.single-product div.product.adult-store-pdp::after,
.woocommerce-page.single-product div.product.adult-store-pdp::before,
.woocommerce-page.single-product div.product.adult-store-pdp::after {
	content: none;
	display: none;
}

/* Hero Grid */
.adult-store-pdp__hero,
.adult-store-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.95fr);
	gap: clamp(40px, 5vw, 72px);
	align-items: start;
	max-width: 1500px;
	margin: 0 auto;
	padding: 32px 48px 0;
	box-sizing: border-box;
}

.adult-store-pdp__gallery-col,
.adult-store-pdp__summary-col,
.adult-store-product-gallery-col,
.adult-store-product-summary-col {
	min-width: 0;
	float: none !important;
	width: 100% !important;
	clear: none !important;
}

/* Summary WC 48% + float: right */
.single-product .adult-store-pdp__summary-col .summary.entry-summary,
.single-product .adult-store-pdp__summary-col div.summary,
.woocommerce.single-product div.product .adult-store-pdp__summary-col div.summary,
.woocommerce-page.single-product div.product .adult-store-pdp__summary-col div.summary {
	float: none !important;
	width: 100% !important;
	max-width: 520px;
	clear: none !important;
	margin: 0;
	box-sizing: border-box;
	min-width: 0;
	overflow: visible;
}

/* Gallery / images WC 48% + float: left */
.single-product .adult-store-pdp__gallery-col .woocommerce-product-gallery,
.single-product .adult-store-pdp__gallery-col .adult-store-product-gallery,
.single-product .adult-store-pdp__gallery-col div.images,
.woocommerce.single-product div.product .adult-store-pdp__gallery-col div.images,
.woocommerce-page.single-product div.product .adult-store-pdp__gallery-col div.images {
	float: none !important;
	width: 100% !important;
	max-width: none;
	clear: none !important;
	margin: 0;
}

@media (max-width: 900px) {
	.adult-store-pdp__hero,
	.adult-store-product-hero {
		display: block;
		padding: 0;
	}

	.single-product .adult-store-pdp__summary-col .summary.entry-summary,
	.single-product .adult-store-pdp__summary-col div.summary,
	.woocommerce.single-product div.product .adult-store-pdp__summary-col div.summary,
	.woocommerce-page.single-product div.product .adult-store-pdp__summary-col div.summary,
	.single-product .adult-store-pdp__gallery-col .woocommerce-product-gallery,
	.single-product .adult-store-pdp__gallery-col .adult-store-product-gallery,
	.single-product .adult-store-pdp__gallery-col div.images,
	.woocommerce.single-product div.product .adult-store-pdp__gallery-col div.images,
	.woocommerce-page.single-product div.product .adult-store-pdp__gallery-col div.images {
		width: 100% !important;
		max-width: none !important;
		float: none !important;
		clear: none !important;
	}

	.adult-store-pdp__summary-col .summary.entry-summary,
	.adult-store-pdp__summary-col div.summary {
		max-width: none !important;
	}
}
