@media (max-width: 991px) {
    .container {
        max-width: 45rem;
    }

    .category-tabs-desktop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parker-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-map iframe {
        min-height: 22rem;
    }

    .main-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .product-gallery {
        flex-direction: column;
    }

    .product-gallery-thumbs {
        width: 100%;
        order: -1;
    }

    .product-gallery-main-img {
        height: 20rem;
    }

    .product-info-title {
        font-size: 1.75rem;
    }

    .contact-section .row.g-5,
    .contact-form-section .row.g-5,
    .sections .row.g-5 {
        --bs-gutter-x: 0 !important;
    }

    .contact-section .row.g-5>*,
    .contact-form-section .row.g-5>*,
    .sections .row.g-5>* {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cta-banner {
        padding: 4rem 0;
    }

    .row.g-5>* {
        margin-top: 2rem !important;
    }

    #product-gallery-thumbs {
        display: none !important;
    }

    .product-gallery-main-wrap {
        width: 100%;
    }

    .product-header {
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .category-header {
        margin: 1.5rem 0;
        margin-bottom: 2.5rem;
    }

    .site-footer {
        padding-bottom: 0 !important;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-self: center;
    }
}

@media (max-width: 576px) {
    .product-gallery-main-img {
        height: 15rem;
    }

    .content {
        gap: 0.5rem !important;
    }

    .content h1 {
        font-size: 2.5rem;
    }

    .content h2 {
        font-size: 2rem;
    }

}

@media (max-width: 523px) {
    .product-header {
        display: none !important;
    }
}

@media (max-width: 412px) {
    .btn-group {
        flex-direction: column;
        width: 100%;
    }

    .btn-group .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .parker-floating-link {
        right: 1rem;
        bottom: 1rem;
        padding: 0.625rem;
    }

    .parker-floating-logo {
        width: 5rem;
    }

    .parker-category-grid {
        grid-template-columns: 1fr;
    }

    .parker-category-card.category-tab {
        min-height: 12rem;
    }

    .parker-category-card .category-tab-img {
        width: 9rem;
        height: 7rem;
    }

    .contact-branch {
        padding: 1rem;
    }

    .contact-map iframe {
        min-height: 18rem;
    }

    .parker-category-content,
    .parker-documents-block {
        padding: 1rem;
    }

    .parker-document-list {
        grid-template-columns: 1fr;
    }

    .category-tabs-desktop {
        display: none;
    }

    .category-tabs-mobile {
        display: block;
    }

    .category-tabs-mobile .category-tab {
        width: 16rem;
        min-height: 13.5rem;
    }

    .category-tabs-mobile .category-tab-img {
        width: 9rem;
        height: 8rem;
    }

    .products-toolbar {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
        padding: 1rem;
    }

    .products-toolbar-sort {
        width: 100%;
        justify-content: space-between;
    }

    .products-sort-btn {
        flex: 1;
        justify-content: space-between;
    }
}