/* 1.4.3: final product-detail presentation overrides. */
body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1px !important;
	width: 100% !important;
	max-width: none !important;
	border: 1px solid var(--wenmeng-border) !important;
	background: var(--wenmeng-border) !important;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes tbody {
	display: contents !important;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes tr {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	min-height: 112px;
	margin: 0 !important;
	padding: 16px !important;
	background: #fff !important;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(even) {
	background: #fff !important;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes th,
body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes td {
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes th {
	color: var(--wenmeng-muted) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: .06em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes td {
	margin-top: 9px !important;
	color: var(--wenmeng-ink) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	overflow-wrap: anywhere;
}

body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes td p {
	margin: 0 !important;
}

body.wenmeng-wholesale-product .wenmeng-info-grid,
body.wenmeng-wholesale-product .wenmeng-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.wenmeng-wholesale-product .wenmeng-shipping-payment-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.wenmeng-wholesale-product .wenmeng-info-grid > div,
body.wenmeng-wholesale-product .wenmeng-faq-grid > div {
	padding: 20px;
	border: 1px solid var(--wenmeng-border);
	background: #fff;
}

body.wenmeng-wholesale-product .wenmeng-info-grid h3,
body.wenmeng-wholesale-product .wenmeng-faq-grid h3 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.3;
}

body.wenmeng-wholesale-product .wenmeng-info-grid p,
body.wenmeng-wholesale-product .wenmeng-faq-grid p {
	margin: 0;
	color: var(--wenmeng-muted);
	font-size: 13px;
	line-height: 1.65;
}

@media (max-width: 1024px) {
	body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.wenmeng-wholesale-product .wenmeng-shipping-payment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes tr {
		min-height: 100px;
		padding: 13px !important;
	}

	body.wenmeng-wholesale-product .wenmeng-info-grid,
	body.wenmeng-wholesale-product .wenmeng-shipping-payment-grid,
	body.wenmeng-wholesale-product .wenmeng-faq-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	body.wenmeng-wholesale-product .woocommerce-tabs .woocommerce-product-attributes {
		grid-template-columns: 1fr !important;
	}
}
