/* Default product page pricing grid */
body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-grid {
	clear: both;
	width: 100%;
	max-width: 620px;
	margin: 24px auto 0;
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

body.single-product:not(.bp-product-layout-spec) .woocommerce-product-details__short-description {
	display: none;
}

@media only screen and (min-width: 1000px) {
	body.single-product:not(.bp-product-layout-spec) .row > .product[data-gallery-style],
	body.single-product:not(.bp-product-layout-spec) .product[data-gallery-style] {
		column-gap: clamp(18px, 2vw, 34px);
	}

	body.single-product:not(.bp-product-layout-spec) .row > .product[data-gallery-style] .single-product-main-image,
	body.single-product:not(.bp-product-layout-spec) .product[data-gallery-style] .single-product-main-image {
		width: 35% !important;
		max-width: 460px;
		margin-right: 0 !important;
		margin-left: auto !important;
	}

	body.single-product:not(.bp-product-layout-spec) .row > .product[data-gallery-style] .summary.entry-summary,
	body.single-product:not(.bp-product-layout-spec) .product[data-gallery-style] .summary.entry-summary {
		width: auto !important;
		max-width: 600px !important;
		margin-right: auto !important;
		margin-left: 0 !important;
		padding-left: clamp(10px, 1.2vw, 18px) !important;
	}
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-head {
	display: grid;
	gap: 12px;
	margin-bottom: 16px;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-tabs {
	display: inline-flex;
	width: fit-content;
	padding: 4px;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 999px;
	background: #f8fafc;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin: 0;
	padding: 7px 14px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #4b5563;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-tab.is-selected {
	background: #111827;
	box-shadow: 0 5px 13px rgba(17, 24, 39, 0.14);
	color: #ffffff;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-estimate {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	width: fit-content;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid rgba(47, 111, 167, 0.16);
	border-radius: 999px;
	background: #f4f9fd;
	color: #6b7280;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-estimate strong {
	color: #111827;
	font-size: 18px;
	font-weight: 800;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-estimate em {
	color: #6b7280;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 3px 12px;
	align-items: baseline;
	width: min(100%, 390px);
	margin: 18px 0 12px;
	padding: 12px 14px;
	border: 1px solid rgba(47, 111, 167, 0.16);
	border-radius: 8px;
	background: #f4f9fd;
	color: #111827;
}

body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate__label {
	color: #64748b;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate__value {
	justify-self: end;
	color: #111827;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate__meta {
	grid-column: 1 / -1;
	color: #475569;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
}

body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate.is-empty .bp-cart-price-estimate__value {
	color: #64748b;
	font-size: 18px;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-panel {
	display: none;
	overflow-x: auto;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-panel.is-active {
	display: block;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-panel h3 {
	margin: 0 0 10px;
	color: #222222;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	color: #111827;
	font-size: 12px;
	line-height: 1.2;
	table-layout: auto;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-table th {
	padding: 5px 7px;
	border: 0;
	background: #d7e8ef;
	color: #111827;
	font-weight: 800;
	text-align: left;
	white-space: nowrap;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-table td {
	padding: 4px 7px;
	border: 0;
	color: #111827;
	text-align: left;
	white-space: nowrap;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-table tr.is-active-size td {
	background: #f4f9fd;
	font-weight: 800;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel {
	clear: both;
	display: grid;
	grid-column: 1 / -1 !important;
	grid-template-columns: minmax(0, 60%) minmax(0, 40%);
	gap: clamp(24px, 3vw, 44px);
	align-items: start;
	justify-self: stretch !important;
	float: none !important;
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 100%;
	margin: 48px auto 0;
	padding: clamp(18px, 2.4vw, 30px);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .bp-default-pricing-grid {
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel__pricing,
body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel__description {
	min-width: 0;
	padding-top: 0;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel__description {
	display: grid;
	align-content: start;
	gap: 0;
	margin-top: 0;
}

body.single-product:not(.bp-product-layout-spec) .summary.entry-summary .product_meta {
	margin: 6px 0 10px;
	color: #8a94a6;
	font-size: 12px;
	line-height: 1.35;
}

body.single-product:not(.bp-product-layout-spec) .summary.entry-summary .product_meta .posted_in,
body.single-product:not(.bp-product-layout-spec) .summary.entry-summary .product_meta .tagged_as {
	display: none !important;
}

body.single-product:not(.bp-product-layout-spec) .summary.entry-summary .product_meta .sku_wrapper {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	margin: 0;
	font-weight: 600;
}

body.single-product:not(.bp-product-layout-spec) .summary.entry-summary .product_meta .sku {
	color: #6b7280;
	font-weight: 700;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs {
	width: 100% !important;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs ul.tabs,
body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs .wc-tabs {
	display: none !important;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #374151;
	font-size: 15px;
	line-height: 1.55;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-description-heading {
	display: inline-flex !important;
	align-items: center;
	min-height: 34px;
	margin: 0 0 16px !important;
	padding: 8px 14px;
	border-radius: 999px;
	background: #111827;
	color: #ffffff;
	font-size: 14px !important;
	font-weight: 850;
	line-height: 1;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-spec-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 18px;
	padding: 12px 18px;
	border: 1px solid rgba(47, 111, 167, 0.22);
	border-radius: 999px;
	background: #f4f9fd;
	box-shadow: 0 10px 22px rgba(47, 111, 167, 0.08);
	color: #176da7 !important;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-spec-download:hover,
body.single-product:not(.bp-product-layout-spec) .bp-default-spec-download:focus-visible {
	border-color: rgba(47, 111, 167, 0.36);
	background: #e9f4fb;
	box-shadow: 0 14px 28px rgba(47, 111, 167, 0.12);
	transform: translateY(-1px);
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs .panel ul {
	margin-left: 1.1em;
}

body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs .panel li {
	margin-bottom: 6px;
}

@media only screen and (max-width: 999px) {
	body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel {
		display: block;
		width: 100% !important;
		margin-top: 32px;
	}

	body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel__description {
		margin-top: 26px;
		padding-top: 0;
	}
}

@media only screen and (max-width: 690px) {
	body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate {
		width: 100%;
		margin-top: 18px;
	}

	body.single-product:not(.bp-product-layout-spec) .bp-cart-price-estimate__value {
		font-size: 21px;
	}

	body.single-product:not(.bp-product-layout-spec) .bp-default-pricing-grid {
		margin-top: 18px;
		padding: 14px;
	}

	body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .bp-default-pricing-grid {
		margin-top: 0;
		padding: 0;
	}

	body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel {
		margin-top: 24px;
	}

	body.single-product:not(.bp-product-layout-spec) .bp-default-details-panel .woocommerce-tabs .panel {
		font-size: 14px;
	}
}
