@media only screen and (min-width: 700px) {

    .nav-link {
        width: calc(55vw - 37.5px);
    }

    header .nav-link:hover a{
        display: block;
        margin-left: 10px;
        transition: 300ms;
    }

    .dropdown-menu {
        padding: 0px;
    }

    .dropdown-menu a {
        margin-left: 0px !important;
    }

    .main-cta {
        padding: 5px 15px;
        width: 200px;
        box-sizing: content-box;
        min-width: fit-content;
    }

    .hero-section {
        flex-direction: row-reverse;
        gap: 25px;
    }

    .hero-img-container {
        width: calc(55vw - 37.5px);
        height: calc(100vh - 125px - 25px);
    }

        .hero-img {
            height: 100%;
        }

    .hero-content {
        width: calc(35vw - 25px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 25px;
    }

        .hero-title, .hero-section .subtitle {
            margin-left: 5px;
        }

        .hero-section .subtitle {
            margin-top: 10px;
        }


        footer .nav-link a:hover {
            color: white;
            text-decoration: underline;
        }

        footer .nav-link.opaque:hover {
            opacity: 1;
        }

        footer .nav-link.opaque a:hover {
            text-decoration: none;
        }

        /* --- PRODUCTS PAGE --- */

        .products-page-title {
            margin-top: 50px;
        }

        .controls {
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 5px;
            padding: 10px;
            margin-bottom: 20px;
            flex-wrap: nowrap !important;
        }

        #search-input, #filter-select, #sort-select, #category-select {
            flex: 1 !important;
        }


        /* --- ABOUT PAGE --- */

        .about-section {
            flex-direction: row !important;
            gap: 25px;
            height: calc(100vh - 175px);
            min-height: fit-content;
        }

        .about-content {
            width: 50vw;
        }

        .about-image {
            width: 30vw !important;
            height: 30vw !important;
            margin: 0px;
        }

        .about-section .subtitle {
            text-align: left !important;
        }

        .footer-nav  a {
            font-size: calc(15px + 1.5vw);
        }

        .footer-nav .nav-link {
            padding: 5px 0px;
        }
}
