/* Compact desktop footer for the category directory page. */
@media (min-width: 1025px) {
    .shop-by-category-page .main-footer {
        margin-top: 0;
        overflow: hidden;
    }

    .shop-by-category-page .footer-bg-wrapper {
        aspect-ratio: auto;
        min-height: 600px;
        padding: 34px 40px 190px;
        background-size: cover;
        background-position: center bottom;
        box-sizing: border-box;
    }

    .shop-by-category-page .footer-content-grid {
        width: 100%;
        align-items: start;
    }

    .shop-by-category-page .footer-bottom {
        position: static;
        width: 100%;
        height: auto;
        min-height: 88px;
        padding: 22px 40px;
        background: #4a2f1d;
        box-sizing: border-box;
    }

    .shop-by-category-page .footer-bottom-inner {
        justify-content: center;
    }

    .shop-by-category-page .footer-bottom-center {
        position: static;
        left: auto;
        transform: none;
        color: #f5e6da;
    }

    .shop-by-category-page .footer-bottom-center p {
        margin: 3px 0;
    }
}
