/* ======================================================
   PROCORA Product Title — mobile base (< 1024px)
   ====================================================== */

.procora-product-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.25;
	text-align: left;
	max-width: 100%;
	overflow-wrap: break-word;
}

.procora-product-title__en {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	max-width: 100%;
	overflow-wrap: break-word;
}

.procora-product-title__th {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 100%;
	overflow-wrap: break-word;
}

.procora-product-identity {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 12px;
	padding: 0;
	max-width: 100%;
}

.procora-product-identity__row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35em;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	max-width: 100%;
	overflow-wrap: break-word;
}

.procora-product-identity__label {
	font-size: 16px;
	font-weight: 400;
}

.procora-product-identity__value {
	font-size: 20px;
	font-weight: 500;
	max-width: 100%;
	overflow-wrap: break-word;
}

/* ======================================================
   Single product gallery — mobile overflow containment
   ====================================================== */

.single-product .woocommerce-product-gallery {
	overflow: hidden;
	max-width: 100%;
	/* Override Plant3 negative side margins that widen past the column */
	margin-left: 0;
	margin-right: 0;
}

.single-product .flex-viewport {
	overflow: hidden;
	height: auto !important;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

/* Do NOT cap .slides / wrapper max-width — FlexSlider needs the track wider than the viewport */
.single-product .woocommerce-product-gallery__image {
	min-width: 0;
	box-sizing: border-box;
}

.single-product .flex-control-nav {
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}

/*# sourceMappingURL=style-m.css.map */
