body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

/* #region Header */

#header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 12px 16px 12px 16px;
    background-color: #150601;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 80px;
}

#logo {
    display: flex;
    gap: 4px;
    padding-bottom: 12px;
    font-size: 36px;
    align-items: center;
    font-family: "Ranchers", sans-serif;
}

#logo1 {
    display: inline;
    color: #F2A900;
}

#logo2 {
    display: inline;
    color: #B42344;
}

.cart-mobile {
    padding-right: 26px;
}

/* #endregion */
/* #region Dropdown nav */
.dropdown {
    position: relative;
    display: inline-block;
    display: flex;
}

#burger {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    font-family: luck;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    border-radius: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav-mobile {
    display: none;
}

.cart-mobile {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
}

/* #endregion */
/* #region Banner */
#banner {
    display: flex;
    height: 70px;
    margin-top: 102px;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    background: #3DC5E1;
}

#bannerTextMain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: left;
    padding-right: 32px;
    white-space: nowrap;
}

#bannerText1 {
    font-family: "Lato", sans-serif;
    color: #000;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-style: italic;
    padding-right: 8px;
}

#bannerText2 {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#subscribeButton {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #150601;
    background-color: #F2A900;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    margin-right: 16px;
    text-decoration: none;
}

#subscribeButton a {
    text-decoration: none;
    color: #150601;
}

#subscribeButton:hover {
    box-shadow: 0 0 15px 5px rgba(0, 123, 255, 0.7);
}


/* #endregion */
/* #region Hero */
#hero {
    background-image: url('./images/Hero.png');
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 700px;
    background-size: cover;
    padding-bottom: 32px;
    gap: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#herotagline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 150px;
}

#heroText1 {
    font-family: "Ranchers", sans-serif;
    color: #dddddd;
    font-size: 19vw;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    -webkit-text-stroke: 2px black;
}

#heroText2 {
    font-family: "Lato", sans-serif;
    color: #dddddd;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    -webkit-text-stroke: 2px black;
}

#shopButton {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #150601;
    background-color: #F2A900;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    max-width: fit-content;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

#shopButton:hover {
    box-shadow: 0 0 15px 4px #fffedc;
}

#shopButton a {
    text-decoration: none;
    color: #150601;
}

/* #endregion */
/* #region Flavor Of Month */
#flavorOfMonthSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

#flavorOfMonth {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    padding: 32px 16px;
    gap: 32px;
    width: 100%;
}

#flavorOfMonthHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #CFC5BC;
    line-height: normal;
}

#flavorDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#flavorName {
    display: flex;
    font-family: "Ranchers", sans-serif;
    color: #CFC5BC;
    align-items: center;
    font-size: 68px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#flavorDescription {
    font-family: "Lato", sans-serif;
    color: #CFC5BC;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    max-width: 600px;
    padding: 0 32px 0 32px;
    margin: 0;
}

#orderButton {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #150601;
    background-color: #B42344;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    max-width: fit-content;
    align-items: center;
    cursor: pointer;
    margin: 0 0 32px 0;
}

#orderButton:hover {
    background-color: #F2A900;
}

#orderButton a {
    text-decoration: none;
    color: #150601;
}

#almondButterImage {
    height: 300px;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover;
}

/* #endregion */
/* #region Reviews */
#reviewSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fffedc;
    padding: 32px;
    max-width: 100%;
    gap: 32px;
    overflow: hidden;
}

#reviewHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
}

#reviewStars {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    margin: 0;
}

#reviewText {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

#reviewBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    gap: 32px;
    margin: 0;
}

.review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 16px 24px 16px 24px;
    border-radius: 8px;
    gap: 4px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    border-style: solid;
    border-color: #e4e3e3;
    border-width: 1px;
}

.customerName {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

.customerReview {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 8px;
    margin: 0;
}

#postReview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 24px;
}

#writeReviewButton {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #150601;
    background-color: #F2A900;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    max-width: fit-content;
    align-items: center;
    cursor: pointer;
    margin: 0 0 32px 0;
}

#writeReviewButton a {
    text-decoration: none;
    color: #150601;
}

/* #endregion */
/* #region Footer */
#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    padding: 32px 16px;
    gap: 32px;
    max-width: 100%;
    color: #fff;
}

/* #endregion */
/* #region Media Queries   DESKTOP LAYOUT */
@media (min-width: 1000px) {

    #header {
        display: flex;
        justify-content: space-between;
        padding: 12px 64px 12px 64px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }


    .logo-desktop {
        display: flex;
        flex: 1 0 0;
        align-items: start;
    }

    #herotagline {
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline;
        gap: 16px;
        padding-top: 150px;
    }

    #heroText1 {
        font-family: "Ranchers", sans-serif;
        color: #dddddd;
        font-size: 128px;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        -webkit-text-stroke: 2px black;
    }

    #flavorOfMonthHeader {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        gap: 16px;
        color: #CFC5BC;
        line-height: normal;
    }

    #flavorOfMonthSection {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-height: 400px;
        max-width: 100%;
        overflow: clip;
    }

    #almondButterImage {
        height: auto;
        max-width: 100%;
    }

    #reviewBlock {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 90%;
        align-items: flex-start;
        gap: 48px;
    }

    .drop-mobile {
        display: none;
    }

    #navlist {
        display: flex;
        flex-direction: row;
        gap: 48px;
        padding-right: 140px;
        align-items: right;
        cursor: pointer;
        list-style: none;
    }

    .nav-item a {
        text-decoration: none;
        color: #B42344;
        font-family: "Ranchers", sans-serif;
        font-size: 24px;
        font-weight: 400;
    }

    .cart-mobile {
        display: none;
    }

    .nav-item a:hover {
        color: #F2A900;
    }
}

/* #endregion */