/*
 * TMH Decor Catalog — Frontend Styles
 * Page-level styles loaded on every front-end page.
 * The catalog shortcode inlines its own layout and card styles.
 */

/* Smooth scroll for all anchor navigation */
html {
	scroll-behavior: smooth;
}

/* Single decor item page — basic fallback layout */
.single-decor_item .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

/* Ensure the catalog container doesn't overflow narrow layouts */
.tmh-catalog-wrap {
	max-width: 100%;
	overflow-x: hidden;
}
