/*
Theme Name: Official UGG Modern
Theme URI: https://officialugg.com.au/
Description: Homepage presentation child theme for Official UGG Australia. Parent PeakShops handles shop, product, and checkout routes.
Author: Official UGG
Template: peakshops
Version: 1.0.5
Text Domain: officialugg-modern
*/

/* Release: officialugg-modern-1.0.5-20260818 */

#simplify-checkout-frame {
    border: none;
    height: 375px;
    overflow: hidden;
}

/* v1.0.2 compatibility fix: 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;
    }
}
