/* PeakShops route compatibility (global enqueue, child theme version cache-bust). */

/* v1.0.3: PeakShops inherited fixed header logo overflow at 320px on non-home routes. */
@media (max-width: 767px) {
	body:not(.officialugg-modern-home) .header .logo-holder,
	body:not(.officialugg-modern-home) .header .fixed-logo-holder,
	body:not(.officialugg-modern-home) .header .logolink {
		max-width: 160px;
	}

	body:not(.officialugg-modern-home) .header .logo-holder img,
	body:not(.officialugg-modern-home) .header .fixed-logo-holder img {
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}
}

.officialugg-rrp-label {
	display: inline;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.72;
}
