/* Site-wide single-product details that complement Porto's native elements. */
body.single-product .product_meta .sku_wrapper { display:none !important; }
body.single-product .product_meta .st-ean {
	display:block; margin:0 0 5px; color:var(--st-muted,#52626b); font-size:12px; line-height:1.5;
}
body.single-product .product_meta .st-ean-value { color:var(--st-ink,#253543); font-weight:600; }

body.single-product .summary p.stock {
	dis:flex; align-items:center; width:fit-content; max-width:100%; min-height:34px;
	margin:0 0 14px; padding:7px 11px; border:1px solid currentColor; border-radius:8px;
	background:#f1faf5; color:#167647; font-size:13px; font-weight:700; line-height:1.35;
}
body.single-product .summary p.stock::before {
	content:''; flex:0 0 8px; width:8px; height:8px; margin-right:8px;
	border-radius:50%; background:currentColor;
}
body.single-product .summary p.stock.out-of-stock { background:#fff3f1; color:#b53b2d; }
body.single-product .summary p.stock.available-on-backorder { background:#fff8e8; color:#8a5a00; }

body.single-product .summary > .st-dealer-details {
	order:9; width:100%; margin:18px 0 0; border:1px solid var(--st-line,#dce7ed);
	border-radius:10px; background:#f7fafc; overflow:hidden;
}
body.single-product .st-dealer-details summary {
	display:flex; align-items:center; gap:10px; min-height:48px; padding:12px 44px 12px 14px;
	position:relative; cursor:pointer; list-style:none; color:var(--st-ink,#253543);
	font-size:14px; font-weight:700; line-height:1.4;
}
body.single-product .st-dealer-details summary::-webkit-details-marker { display:none; }
body.single-product .st-dealer-details summary::before {
	content:'i'; display:grid; place-items:center; flex:0 0 24px; width:24px; height:24px;
	border-radius:50%; background:#e5f5fc; color:var(--st-blue,#087a9f);
	font-family:Georgia,serif; font-size:15px; font-weight:700;
}
body.single-product .st-dealer-details summary::after {
	content:'+'; position:absolute; right:15px; top:50%; transform:translateY(-50%);
	color:var(--st-blue,#087a9f); font-size:22px; font-weight:400; line-height:1;
}
body.single-product .st-dealer-details[open] summary {
	border-bottom:1px solid var(--st-line,#dce7ed); background:#eef8fc;
}
body.single-product .st-dealer-details[open] summary::after { content:'−'; }
body.single-product .st-dealer-details summary:focus-visible {
	outline:2px solid var(--st-blue,#087a9f); outline-offset:-3px;
}
body.single-product .st-dealer-content { padding:16px; color:var(--st-ink,#253543); }
body.single-product .st-dealer-content > :last-child,
body.single-product .st-dealer-content .qb-role-based-wysiwyg-block > :last-child { margin-bottom:0 !important; }
body.single-product .st-dealer-content .qb-role-based-wysiwyg-block {
	margin:0 !important; padding:0 !important; border:0 !important; background:transparent !important;
}

@media (max-width:767px) {
	body.single-product .summary p.stock { width:100%; box-sizing:border-box; }
	body.single-product .summary > .st-dealer-details { margin-top:16px; }
	body.single-product .st-dealer-content { padding:14px; }
}
