.layout-classic .ps-main {
    max-width: 1200px;
}

.layout-classic .ps-hero {
    margin-top: 18px;
}

.layout-split-hero .ps-main {
    max-width: 1280px;
}

.layout-split-hero .ps-hero {
    margin-top: 10px;
    border-radius: 40px;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
}

.layout-centered .ps-main {
    max-width: 980px;
    text-align: center;
}

.layout-centered .ps-page-header,
.layout-centered .ps-product-detail {
    justify-content: center;
}

.layout-side-nav .ps-header-inner {
    max-width: 100%;
}

.layout-side-nav .ps-main {
    max-width: 1200px;
}

.layout-side-nav .ps-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.layout-fullscreen-hero .ps-hero {
    margin-top: 12px;
    min-height: 70vh;
}

@media (max-width: 900px) {
    .layout-centered .ps-main {
        text-align: initial;
    }
}

