/*
 * Site cleanup styles for non-home routes.
 * Release: officialugg-modern-1.0.6-20260818
 */

body:not(.officialugg-modern-home) {
	overflow-x: hidden;
}

body:not(.officialugg-modern-home) img {
	max-width: 100%;
	height: auto;
}

body:not(.officialugg-modern-home) .site-content,
body:not(.officialugg-modern-home) #content,
body:not(.officialugg-modern-home) #main,
body:not(.officialugg-modern-home) .content-area {
	overflow-x: auto;
}

body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content {
	max-width: 75ch;
	line-height: 1.65;
}

body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content p,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content p {
	margin-bottom: 1em;
}

body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content h1,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content h2,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content h3,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content h1,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content h2,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content h3 {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	line-height: 1.3;
}

body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content table,
body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

body:not(.officialugg-modern-home) .officialugg-h1-fallback {
	font-size: 1.75rem;
	line-height: 1.25;
	margin: 0 0 1rem;
	font-weight: 600;
}

body:not(.officialugg-modern-home) .woocommerce ul.products {
	margin-bottom: 2rem;
}

body:not(.officialugg-modern-home) .woocommerce ul.products li.product {
	margin-bottom: 1.5rem;
}

body:not(.officialugg-modern-home) .woocommerce-products-header {
	margin-bottom: 1.5rem;
}

body:not(.officialugg-modern-home).woocommerce-cart .entry-title,
body:not(.officialugg-modern-home).woocommerce-cart h1,
body:not(.officialugg-modern-home).woocommerce-checkout .entry-title,
body:not(.officialugg-modern-home).woocommerce-checkout h1 {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

body:not(.officialugg-modern-home).woocommerce-cart h2,
body:not(.officialugg-modern-home).woocommerce-checkout h2 {
	font-size: 1.35rem;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

body:not(.officialugg-modern-home).woocommerce-cart h3,
body:not(.officialugg-modern-home).woocommerce-checkout h3 {
	font-size: 1.15rem;
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
}

body:not(.officialugg-modern-home) :focus-visible {
	outline: 2px solid #1a5f7a;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	body:not(.officialugg-modern-home).page:not(.woocommerce-page) .entry-content,
	body:not(.officialugg-modern-home).page:not(.woocommerce-page) .page-content {
		max-width: 100%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

/* v1.0.7 fix: parent PeakShops .thb-product-nav-image uses position:absolute; right:-54px and overflows the viewport by ~4px whenever the prev/next control sits near the edge. Decorative hover thumbnail only; keep the product-nav links. */
.thb-product-nav-button .thb-product-nav-image {
	display: none;
}
