@media screen and ( max-width: 720px ) {

    .main {
        padding: 0 20px;
    }

    .header {
        padding: 0 30px;
        height: 140px;
    }

    .header__logo {
        height: 70px;
    }

    .header__logo-link {
        border-right: none;
    }

    .header__logo-link h1 {
        font-size: 26px;
        margin-bottom: 3px;
    }

    .header__logo-text {
        font-size: 13px;
    }

    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100vh;
        overflow-y: auto;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: all .3s ease-in;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateX(-100%);
        z-index: 90;
        padding-top: 50px;
    }

    .nav-open .header-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }

    .header-nav__list {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 13px;
        width: 100%;
        padding: 0 45px;
        margin-top: 0;
    }

    .header-nav__link:link,
    .header-nav__link:visited {
        font-size: 15px;
        color: #333333;
        padding: 5px 0;
        width: 100%;
        justify-content: flex-start;
    }

    .header-nav__list li a [name="add-outline"] {
        font-size: 20px;
        margin-left: auto;
    }

    /* Mobile dropdown styling */
    .header-nav__item.dropdown {
        position: static;
        width: 100%;
        text-align: left;
    }

    .dropdown__menu {
        position: static;
        width: 80%;
        max-height: 0;
        overflow: hidden;
        background-color: #f7f7f7;
        box-shadow: none;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: max-height 0.3s ease-in-out;
        padding-left: 10px;
        border-left: 1px solid #ddd;
    }

    .dropdown__menu li a {
        font-size: 14px;
        padding: 6px 0;
        text-align: left;
        color: #333333;
    }

    /* Active dropdown for mobile - expands the max-height to show content */
    .header-nav__item.dropdown.active > .dropdown__menu {
        max-height: 200px;
        transition: max-height 0.5s ease-in-out;
        border-left: 1px solid #ddd;
    }

    /* Mobile hamburger/close button display */
    .btn-mobile-nav {
        display: block;
        z-index: 9999;
    }

    .btn-mobile-nav:focus,
    .btn-mobile-nav:active,
    .btn-mobile-nav:focus-visible {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .header-nav a:focus,
    .header-nav a:focus-visible,
    .header-nav button:focus,
    .header-nav button:focus-visible {
        outline: none;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }

    .header-login-link {
        padding: 3px 10px;
        font-size: 15px;
    }

    .nav-open .btn-mobile-nav [name="close-outline"] {
        display: block;
    }

    .nav-open .btn-mobile-nav [name="menu-outline"] {
        display: none;
    }

    .header__email-box {
        display: none;
    }

    .slider {
        height: 70vh;
    }

    .slide__text-box {
        width: 70%;
    }

    #about-us {
        padding: 60px 0;
    }

    .slide__text-box h1 {
        font-size: 26px;
    }

    .about-us-top-box {
        flex-wrap: wrap;
    }

    .heading-secondary {
        font-size: 25px;
    }

    .about-us-top-left {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .about-us-top-right {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .about-us-top-right-img {
        height: 350px;
        width: 100%;
    }

    .about-us-top-right-text-box {
        font-size: 22px;
        top: 18%;
    }

    .about-us-top-right-text-box span {
        font-size: 33px;
    }

    .about-us-bottom-box {
        flex-wrap: wrap;
    }

    .about-us-top-left h2::before {
        display: none;
    }

    .about-us-bottom-left-img {
        display: none;
    }

    .about-us-bottom-right {
        flex: 0 0 100%;
        margin-top: 30px;
        font-size: 24px;
    }

    .quote__wrapper h1 {
        font-size: 35px;
        line-height: 1.4;
    }

    .page-title h1 {
        font-size: 35px;
    }

    .home-page-products p {
        width: 95%;
        font-size: 15px;
    }

    .home-page-products__content {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
        margin-top: 60px;
    }

    .home-products__content__item:nth-child(even) {
        margin-top: 10px;
    }

    .product-filters {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .parent-products__link-box {
        margin-top: 50px;
    }

    .parent-products__link-box a {
        margin-top: 10px;
        font-size: 13px;
        padding: 6px 10px;
        gap: 2px;
    }

    #section-quality {
        padding: 60px 0;
    }

    .content {
        flex-wrap: wrap;
    }

    .content .list {
        flex: 0 0 100%;
        margin: 20px 0 40px 0;
    }

    .text-content-box {
        flex-wrap: wrap;
    }

    .content .text-content {
        width: 100%;
    }

    .list label {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    .text-content-img img {
        width: 100%;
        height: 250px;
    }

    .text-content-img {
        flex: 0 0 60%;
        margin-bottom: 40px;
    }

    .text-content-text-box {
        flex: 0 0 100%;
        text-align: left;
        font-size: 16px;
    }

    .buyer-img img {
        margin-right: 30px;
        margin-bottom: 30px;
        height: 40px;
    }

    .contact_table {
        height: 300px;
    }

    .contact_table i {
        display: none;
    }

    .footer__left {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .footer__left span {
        margin-top: 5px;
    }

    .footer__right {
        flex: 0 0 100%;
    }

}