/* Branding-only display corrections. Product and commerce styles are intentionally untouched. */
.premium-store .store-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 82px;
    padding: 4px 8px;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

.premium-store .store-header .logo img {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 0;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.premium-store .footer-logo {
    width: 285px !important;
    height: 96px;
    padding: 5px 10px !important;
    object-fit: contain;
    background: #fff;
    border-radius: 15px;
}

@media (min-width: 1051px) {
    .premium-store .store-header {
        grid-template-columns: 295px minmax(300px, 1fr) auto;
    }
}

@media (max-width: 1050px) {
    .premium-store .store-header .logo {
        width: 220px;
        height: 70px;
    }
}

@media (max-width: 820px) {
    .premium-store .store-header .logo {
        width: 195px;
        height: 66px;
        padding: 4px 6px;
    }

    .premium-store .footer-logo {
        width: 230px !important;
        height: 82px;
    }
}

@media (max-width: 520px) {
    .premium-store .store-header .logo {
        width: 158px;
        height: 57px;
        padding: 3px 5px;
    }

    .premium-store .footer-logo {
        width: 205px !important;
        height: 74px;
    }
}

/* Static site pages are grouped under one compact navigation dropdown. */
.premium-store .pages-menu .subcategory-menu {
    right: 0;
    left: auto;
    width: 310px;
    padding: 12px;
    grid-template-columns: 1fr;
    transform: none;
}

.premium-store .pages-menu .subcategory-menu a {
    padding: 10px 12px;
}

@media (max-width: 820px) {
    .premium-store .pages-menu .subcategory-menu {
        width: 100% !important;
        grid-template-columns: 1fr 1fr !important;
    }
}
