:root {
    --brand-color: #FF7C3A;
    /* --brand-color: #fe671b; */
    --brand-hover-color: #fe671b;
     /* --brand-hover-color: #FF7C3A; */

    --background-color: rgb(255, 250, 248);
    --product-brand-primary-color: #FFF;
    --product-brand-secondary-color: #000;
    --product-brand-accent-color: #FF5FBF; 
}

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--background-color);
    position: relative;
}

header {
    position: fixed;
    box-sizing: border-box; /* Crucial for preventing overflow with padding */
    top: 0;
    z-index: 2;
    width:100%;
    padding: 32px 64px 0px 64px; 
}

nav {
    display: flex;
    justify-content: space-between;
}

.nav-container .logo-container a img {
    width: 8rem;
}

nav .menu-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
}


button.primary-button {
    padding: 8px;
    background: var(--brand-color);
    border: 3px solid var(--brand-color);
    border-radius: 4px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    cursor: pointer;
}

button.primary-button:hover {
    background: var(--brand-hover-color);
    border: 3px solid var(--brand-hover-color);
}

button.secondary-button {
    padding: 8px;
    background: transparent;
    border: 3px solid var(--brand-color);
    border-radius: 4px;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    cursor: pointer;
}

button.secondary-button:hover {
    border: 3px solid var(--brand-hover-color);

    /* background: #000; */
    /* color: #000; */
}

/* ============== New Landing Hero Styles ============== */

section.landing {
    position: relative;
}

section.landing-hero {
    background-image: url("/yala_energy_drink/images/landing_page/landing_page-min.jpg"); 
    /* Get a shorter cropped version for large screens. 11/5/25  */
    width: 100%;
    /* 90vh is perfect */
    height: 90vh; 
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

section.drinks-hero {
    background-image: url("/yala_energy_drink/images/landing_page/three_drinks-min.jpg"); 
    /* Get a shorter cropped version for large screens. 11/5/25  */
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

section.landing-container-blurb {
    background-image: url("/yala_energy_drink/images/landing_page/blurb-min.jpg"); 
    width: 100%;
    height: calc(40vh - 1vw);
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
}

.blurb-flex-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    padding-left: 64px;
}

.blurb-header {
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.blurb-p {
    color: #fff;
    line-height: calc(2rem - .5vw);
}

section.landing-hero.mountain {
    background-image: url("/yala_energy_drink/images/landing_page/goals-min.jpg"); 
    /* Get a shorter cropped version for large screens. 11/5/25  */
    width: 100%;
    /* 90vh is perfect */
    height: 90vh; 
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: flex-end;
   
}

/* ======================= Hero New Grid Section ================= */

.grid-template-section {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3fr 3fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.left.left-image.can-1 {
    background-image: url("/yala_energy_drink/images/landing_page/orange_zest-min.jpg"); 
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 8%;
}

.right.right-image.model-1 {
    background-image: url("/yala_energy_drink/images/landing_page/stretch_model-min.jpg"); 
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.left.left-image.model-2 {
    background-image: url("/yala_energy_drink/images/landing_page/situp_model-min.jpg"); 
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.right.right-image.can-2 {
    background-image: url("/yala_energy_drink/images/landing_page/wild_cherry-min.jpg"); 
    /* background-image: url("/yala_energy_drink/images/landing_page/stretch_model-min.jpg");  */
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 8%;
}

.left.left-image.can-3 {
    /* display: block; */
    background-image: url("/yala_energy_drink/images/landing_page/wild_berry-min.jpg"); 
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 8%;
}

.right.right-image.model-3 {
    background-image: url("/yala_energy_drink/images/landing_page/hiking-min.jpg"); 
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 16/9; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

/* =========== Newsletter ========== */
.newsletter {
    /* background: pink; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0px;
}

 .newsletter-content h1 {
    font-weight: 600;
    text-align: center;
}

form.newsletter-form {
    position: relative;
}

label {
    display: block;
}

input[type=email] {
  width: 100%;
  padding: 1.3rem;
  margin: 8px 0;
  border: none;
  border-bottom: 1px solid var(--brand-color);

  position: relative; 
  background: transparent;
}

button.newsletter-button {
    position: absolute;
    top: 32%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    cursor: pointer;
    background: 0 0;
    transform: translate(-10px, 0); 
    transition: transform .3s ease-in-out;
}

button.newsletter-button:hover {
   transform: translate(5%, 0);
}

/*=============  Footer ============= */

footer.footer-container {
    padding: 64px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-container .logo-container a img {
    width: 10rem;
}

.footer-grid-parent {
    /* width: 26rem; */
}

.ft-grid-child-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* gap: 5rem; */
    /* width: 16rem; */
    /* min-width: 45%; */
    /* max-width: 45%; */
}

.ft-grid-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* width: 8rem; */

}

.ft-grid-item p {
    margin-top: 0px;
    margin-bottom: 8px;
    color: var(--brand-color);
}

.ft-grid-item a {
    color: #555555;
    display: inline-block;
}

.ft-grid-item a:hover {
    color: #000;
    /* font-weight: 600; */
}

p.footer-tagline {
    /* width: 50%; */
    margin-bottom: 8px;
}

.copyright-container {
    display: flex;
    flex-direction: column;
}

.copyright {
        font-size: .7rem;
        font-weight: 400;
}

/* ================= Mobile screen ================= */

* {
    /* border: 1px solid red; */
}

@media (min-width: 400px) and (max-width: 899px) {
    section.landing-hero {
        background-image: url("/yala_energy_drink/images/landing_page/landing_page-min.jpg"); 
        /* Get a shorter cropped version for large screens. 11/5/25  */
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
    }

    .landing-text-container {
        padding: 140px 64px 340px 64px;
        min-width: 65%;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

    section.landing-container-blurb {
        /* background-image: url("/yala_energy_drink/images/landing_page/blurb-min.jpg");  */
        width: 100%;
        height: 20vh;
        aspect-ratio: 16/9;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .blurb-flex-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 65%;
        padding-left: 64px;
        gap: 16px;
    }

    h1.blurb-header {
        margin: 8px 0px;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
    }

    p.blurb-p {
        display: none;
    }

    h1.landing-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #000;
        text-align: center;
        margin: 0px;
    }

    p.landing-p {
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: calc(2rem - .5vw);
        font-size: calc(.8rem + .5vw);
        text-align: center;
    }

/* ============ Landing Page Hero Grid Section ==============  */

    .grid-template-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3fr 3fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .grid-item-a {
        order: 1;
    }

    .grid-item-b {
        order: 2;
    }

    .grid-item-c {
        order: 4;
    }

    .grid-item-d {
        order: 3;
    }

    .grid-item-e {
        order: 5;
    }

    .grid-item-f {
        order: 6;
    }

    /* ============ Newsletter ============= */

    .newsletter {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3rem 64px;
    }


    .newsletter-content h1 {
        font-weight: 600;
        text-align: center;
    }


    footer.footer-container {
        padding: 64px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        gap: 64px;
    }

    .footer-grid-parent {
        /* padding-left:64px; */
        /* padding-right:64px; */
    }

    .ft-grid-child-container {
        grid-template-columns: 1fr;
        width: 50%;
    }   

    .copyright {
        font-size: .7rem;
        font-weight: 400;
    }



}

@media (min-width: 900px) and (max-width: 1024px) {
    * {
        /* border: 1px dotted rgb(72, 137, 93); */
    }

    section.landing-hero {
        background-image: url("/yala_energy_drink/images/landing_page/landing_page-min.jpg"); 
        /* Get a shorter cropped version for large screens. 11/5/25  */
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
        padding-bottom: 128px;
    }

    .landing-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 300px 0px 0px 64px;
        min-width: 45%;
        width: 56%;
        max-width: 56%;
    }

    .landing-text-body-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    h1.landing-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 16px;
        line-height: 3.2rem;
        font-size: calc(2rem + 2vw);
    }

    p.landing-p {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        width: 80%;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: calc(2rem - .5vw);
        font-size: calc(.8rem + .5vw);
    }


    section.landing-container-blurb {
        /* background-image: url("/yala_energy_drink/images/landing_page/blurb-min.jpg");  */
        width: 100%;
        height: 30vh;
        aspect-ratio: 16/9;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .blurb-flex-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 65%;
        padding-left: 64px;
    }

    h1.blurb-header {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    p.blurb-p {
        margin-top: 0px;
        width: 90%;
    }

    .landing-text-container.mountain-text-container {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 164px 64px 0px 0px;    
    }

    h1.landing-header.mountain-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #000;
        margin-top: 0px;
        margin-bottom: 16px;
        line-height: 3.2rem;
        font-size: calc(1.5rem + 2vw);
    }

    h1.landing-header.mountain-header {
        color:#000;
    }

    p.landing-p.mountain-p {
        width: 90%;
        color: #000;
    }

}

@media (min-width: 1025px) and (max-width: 1240px)  {
    .landing-text-container {
        display: flex;
        width: 46.5%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 230px 0px 0px 64px;
        min-width: 45%;
        width: 56%;
        max-width: 56%;
    }

   .landing-text-body-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;   
    }

    h1.landing-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 16px;
        line-height: 4.2rem;
        font-size: calc(2rem + 2vw);
    }

    p.landing-p {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        width: 80%;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: calc(2rem - .5vw);
        font-size: calc(.8rem + .5vw);
    }

     h1.blurb-header {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    p.blurb-p {
        margin-top: 0px;
        width: 90%;
    }

    .landing-text-container.mountain-text-container {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 164px 64px 0px 0px;
    }

    h1.landing-header.mountain-header {
        color:#000;
    }

     p.landing-p.mountain-p {
        width: 90%;
        color: #000;
    }
}

@media (min-width: 1241px) and (max-width: 1440px) {
    .landing-text-container {
        display: flex;
        width: 46.5%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 230px 0px 0px 64px;
    }

    .landing-text-body-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    h1.landing-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 16px;
        line-height: 4.2rem;
        font-size: calc(2rem + 2vw);
    }

    p.landing-p {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: calc(2rem - .5vw);
        font-size: calc(.8rem + .5vw);
    }

    h1.blurb-header {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    p.blurb-p {
        margin-top: 0px;
        width: 90%;
    }

    .landing-text-container.mountain-text-container {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 164px 64px 0px 0px;
    }

    h1.landing-header.mountain-header {
        color:#000;
    }

    p.landing-p.mountain-p {
        width: 90%;
        color: #000;
    }
}

@media (min-width: 1441px) and (max-width: 1920px) {
    .landing-text-container {
        display: flex;
        width: 46.5%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 230px 0px 0px 64px;
    }

    .landing-text-body-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
    }

    h1.landing-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 16px;
        line-height: 4.2rem;
        font-size: calc(2rem + 2vw);
    }

    p.landing-p {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: calc(2rem - .5vw);
        font-size: calc(.8rem + .5vw);
    }

    h1.blurb-header {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    p.blurb-p {
        margin-top: 0px;
        width: 90%;
    }

    .landing-text-container.mountain-text-container {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 164px 64px 0px 0px;    
    }

    h1.landing-header.mountain-header {
        color:#000;
    }

    p.landing-p.mountain-p {
        width: 90%;
        color: #000;
    }
}

@media (width > 1921px) {
    .landing-text-container {
        display: flex;
        width: 46.5%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 230px 0px 0px 64px;
    }

    .landing-text-body-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;   
    }

    h1.landing-header {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 16px;
        line-height: 4.2rem;
        font-size: calc(2rem + 2vw);
    }

    p.landing-p {
        color: #FFF;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        width: 90%;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: calc(2rem - .5vw);
        font-size: calc(.8rem + .5vw);
    }

     h1.blurb-header {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    p.blurb-p {
        margin-top: 0px;
        width: 90%;
    }

    .landing-text-container.mountain-text-container {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 240px 64px 0px 0px;
    }

    h1.landing-header.mountain-header {
        color:#000;
    }

    p.landing-p.mountain-p {
        width: 90%;
        color: #000;
    }
}

/* ================================================ */

.product-card img.drinks {
    /* border: 1px solid black; */
    border-radius: 4px;
}


.product-card p {
    font-weight: 700;
}

.product-card p span {
    color: var(--brand-color);
    cursor: pointer;
}

.product-card p span:hover {
    color: #000;
}

.margin-none {
    margin: 0;
}

h2.margin-top {
    margin-top: 8px;
    margin-bottom: 0;
}


h3.margin-top {
    margin-top: 16px;
    margin-bottom: 0;
}

ul {
    padding-left: 16px;
    margin-top: 8px;
}

ul li.product-info-list-item {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

.site-links {
    display: none;
}

.site-links ul {
    display: flex;
}

.sizes-list {
    display: flex;
}

.sizes-list div {
    text-align: center;
    width: 64px;
    padding: 8px;
    border: 1px solid #000;
}

.sizes-list div:hover {
    background: var(--brand-color);
    color: var(--background-color);
    cursor: pointer;
}

.sizes-list div:focus-visible {
    background: var(--product-brand-accent-color);
    color: var(--background-color);
    cursor: pointer;
}

.product-card-button-container {
    /* background: pink; */
    display: flex;
    justify-content: center;
}

.cta-add-to-cart {
    padding: 16px 24px;
    background: var(--brand-color);
    color: var(--product-brand-primary-color);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--product-brand-accent-color);
    cursor: pointer;
    margin: 16px 0px 16px 0px;
}

.cta-add-to-cart:hover {
    background: var(--background-color);
    color: var(--product-brand-secondary-color);
    border: 1px solid var(--product-brand-secondary-color);
}

.cta-add-to-cart:focus-visible {
    background: var(--background-color);
    color: var(--product-brand-secondary-color);
    border: 1px solid var(--product-brand-secondary-color);
}

a {
    text-decoration: none;
}

a.link {
    color: var(--brand-color);
}

a.link:hover {
    border-bottom: 2px solid var(--brand-color);
}

a.link:focus-visible {
    color: var(--product-brand-accent-color)
}

.pointer {
    cursor: pointer;
}




/* ===================== Product Page and Merch Media Quieries ===================== */



.grid-container.merch-page,
.grid-container.drinks-page {
    padding: 120px 64px;
}


.product-subheader-top {
    font-weight: 500;
}

.price-container {
    display: flex;
    /* justify-content: flex-start; */
    align-items: baseline;
}

.price-container span {
    font-size: .7rem;
    padding-left: 8px;
    /* padding-top */
    line-height: 2rem;
}


h2.product-subheader-price {
    font-weight: 600;
    font-size: 2rem;
    margin: 8px 0px 0px 0px;
    line-height: 2rem;
}


.product-header {
    font-weight: 700;
}


@media (min-width: 900px) and (max-width: 1024px) {
  /* Styles applied when the screen width is between 900px and 1024px (inclusive) */

  .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
  }

  .site-links {
        display: block;
  }

  .site-links ul {
        padding: 0px;
        display: flex;
        margin: 0px;
  }

  .site-links ul li {
        list-style: none;
         padding: 0px 8px 0px 0px;
  }

  .menu-icon {
        display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1240px) {
  /* Styles applied when the screen width is between 1024px and 1440px (inclusive) */

  .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 32px;
        gap: 16px;
  }

  .site-links {
        display: block;
  }

  .site-links ul {
        padding: 0px;
        display: flex;
        margin: 0px;
  }

  .site-links ul li {
        list-style: none;
         padding: 0px 8px 0px 0px;
  }

  .menu-icon {
        display: none;
  }

}

@media (min-width: 1241px) and (max-width: 1440px) {
  /* Styles applied when the screen width is between 1024px and 1440px (inclusive) */

  .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 32px;
        gap: 32px;
  }

  .site-links {
        display: block;
  }

  .site-links ul {
        padding: 0px;
        display: flex;
        margin: 0px;
  }

  .site-links ul li {
        list-style: none;
        padding: 0px 8px 0px 0px;
  }

  .menu-icon {
        display: none;
  }

}

@media (min-width: 1441px) and (max-width: 1920px) {
  /* Styles applied when the screen width is between 1024px and 1440px (inclusive) */

  .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 32px;
        gap: 32px;
  }

  .site-links {
        display: block;
  }

  .site-links ul {
        padding: 0px;
        display: flex;
        margin: 0px;
  }

  .site-links ul li {
        list-style: none;
        padding: 0px 8px 0px 0px;
  }

  .menu-icon {
        display: none;
  }

}

@media (width > 1921px) {
  /* Styles applied when the screen width is width is greater than 1920 (inclusive) */

  .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 32px;
        gap: 32px;
  }

  .site-links {
        display: block;
  }

  .site-links ul {
        padding: 0px;
        display: flex;
        margin: 0px;
  }

  .site-links ul li {
        list-style: none;
        padding: 0px 8px 0px 0px;
  }

  .menu-icon {
        display: none;
  }


}