:root {
    --black: black;
    --base-color-2: #fce6bb;
    --base-color: #ddfc79;
    --white: white;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.navbar-logo-center-container {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.navbar-logo-center-container.shadow-three {
    width: 100%;
    max-width: 1140px;
}

.container {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper-three {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.navbar-brand-three {
    z-index: 5;
    position: absolute;
}

.nav-menu-wrapper-three {
    width: 100%;
}

.nav-menu-three {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.nav-menu-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.nav-link:hover {
    color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown-toggle {
    letter-spacing: 0.25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle:hover {
    color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-link-accent {
    color: #1a1b1f;
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.nav-link-accent:hover {
    color: rgba(26, 27, 31, 0.75);
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all 0.2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.container-regular {
    width: 100%;
    max-width: 1260px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-button-wrapper {
    margin-left: 120px;
}

.list {
    border-radius: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: static;
}

.div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #e6e6e6;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
}

.container-2 {
    width: 45%;
    height: 34rem;
    margin-top: 20px;
}

.about.nav-item {
    padding-left: 20px;
}

.home.nav-item {
    padding-left: 5%;
    padding-right: 5%;
}

.shop.nav-item {
    padding-left: 20px;
}

.nav-item {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.nav-bar {
    background-color: #aaa;
    border-radius: 2%;
    width: 100%;
    height: 100%;
    display: block;
}

body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #fff;
    background-image: none;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 100vw;
    height: auto;
    display: block;
    overflow: visible;
    overflow-x: clip;
}

.navbar {
    z-index: 999999;
    background-color: #fff;
    border: 1.75px solid #000;
    border-radius: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 33%;
    height: 5vh;
    margin-top: 0%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    display: flex;
}

.link-3 {
    justify-content: center;
    align-items: center;
    width: 25%;
    display: flex;
}

.link-4 {
    justify-content: flex-end;
    align-items: center;
    width: 25%;
    padding-left: 0%;
    display: flex;
}

.navitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 33%;
    height: 100%;
    display: block;
}

.navitem.shop {
    background-color: #e4e4e4;
    border: 1px #000;
    border-radius: 0 16px 16px 0;
    width: 34%;
}

.navitem.about {
    background-color: #e4e4e4;
    border-radius: 16px 0 0 16px;
    width: 34%;
}

.flex-block {
    width: 100%;
    height: 100%;
}

.navitem2 {
    color: #000;
    background-color: #fff;
    border: 1.25px #000;
    border-left: 1.75px solid #000;
    border-right: 1.75px solid #000;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 100%;
    display: flex;
}

.logo {
    width: 33%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: static;
}

.contact {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20vh;
    margin-top: 5%;
    display: flex;
}

.section {
    z-index: 1;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 90vh;
    margin-top: 5%;
    margin-bottom: 0;
    display: flex;
    position: static;
}

.section._2 {
    background-color: #fff;
    border: 1.75px solid #000;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 57px;
    margin-top: 0%;
    display: flex;
    position: relative;
    left: 0;
    overflow: hidden;
}

.section._4 {
    flex-flow: row;
    align-items: stretch;
    height: 70vh;
    margin-top: 15%;
}

.section._5 {
    border-radius: 0;
    height: 60vh;
    margin-top: 15%;
}

.section.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 20vh;
    margin-top: 15%;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.section.shop {
    flex-flow: column;
}

.section.about {
    margin-top: 0%;
    height: 100vh;
}

.section.contact {
    height: auto;
    margin-top: 10%;
    display: block;
}

.section.center {
    flex-flow: column;
    margin-top: 10%;
}

.section.top {
    margin-top: 0%;
}

.navbar-desktop {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    display: flex;
    position: static;
    top: 0;
}

.div-block-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.div-block-3 {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 5vh;
    margin-top: 0%;
    display: flex;
}

.button {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.75px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 38px;
    margin-top: 3%;
    margin-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
}

.button.contact {
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 5vh;
    margin-top: 0%;
    margin-bottom: 0;
    margin-right: 5%;
    padding-top: 0%;
    padding-left: 5px;
    padding-right: 5px;
}

.button.contact.center {
    margin-right: 0%;
}

.button.view-menu {
    width: 125px;
    height: 5vh;
}

.button.follow {
    width: 50%;
    margin-top: 0%;
}

.button.amazon {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 7vh;
    margin-top: 35%;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}

.text-block {
    margin-left: 10%;
    padding-left: 0;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Roboto,
        Noto Sans,
        Ubuntu,
        Cantarell,
        Helvetica Neue,
        Oxygen,
        Fira Sans,
        Droid Sans,
        sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.link-5 {
    color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
}

.section-2 {
    justify-content: center;
    align-items: center;
    height: 55vh;
    display: flex;
}

.div-block-4 {
    background-color: rgba(255, 250, 250, 0);
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 75vh;
    padding-right: 0;
    display: flex;
}

.div-block-5 {
    flex: 1;
}

.section-3 {
    background-color: #fff;
    border: 1.75px solid #000;
    height: 60px;
}

.section-4 {
    justify-content: center;
    align-items: stretch;
    height: 70vh;
    display: flex;
}

.div-block-6 {
    color: #333;
    word-break: normal;
    background-image: linear-gradient(0deg, #d0de9f, #f7dca8 69%);
    width: 100vw;
    height: 100%;
    margin-bottom: 0;
    position: static;
    overflow: visible;
}

.div-block-6._2 {
    height: 100vh;
}

.div-block-7 {
    height: 100%;
}

.panel {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1.75px solid #000;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 35%;
    margin: 0;
    padding: 0;
    display: flex;
}

.panel._2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 75%;
    max-width: none;
    height: 100%;
}

.panel._3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 40%;
    margin-bottom: 5%;
}

.panel._4 {
    height: 60%;
}

.panel._5 {
    justify-content: center;
    align-items: center;
    width: 87.5%;
    height: 99%;
}

.panel.shop {
    width: 33%;
    height: 80%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.panel.about {
    background-color: rgba(255, 255, 255, 0.5);
    justify-content: flex-start;
    align-items: flex-start;
    width: 45%;
    height: 100%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-top: 2.5%;
}

.panel.contact {
    background-color: rgba(255, 255, 255, 0.5);
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-top: 2.5%;
}

.div-block-9 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-10 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-13 {
    background-color: #fff;
    border: 1.75px solid #000;
    border-radius: 16px;
    width: 75%;
    height: 50%;
    display: block;
}

.div-block-12 {
    background-color: #fff;
    border: 1.75px solid #000;
    border-radius: 16px;
    width: 75%;
    height: 92%;
}

.div-block-11 {
    background-color: #fff;
    border: 1.75px solid #000;
    border-radius: 16px;
    width: 75%;
    height: 30%;
    margin-bottom: 12%;
    padding-bottom: 0;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.mobile-navbar,
.mobile-logo {
    display: none;
}

.heading {
    font-family: Lemon, sans-serif;
}

.heading.center {
    text-align: center;
}

.heading.product-detail {
    justify-content: flex-start;
    align-items: center;
    margin-top: -15%;
}

.heading.faq {
    margin-top: 0;
    padding-top: 10%;
}

.div-block-14 {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.heading-2 {
    margin-bottom: 0;
    font-size: 28px;
}

.heading-2.drinks {
    margin-top: 0;
}

.heading-3 {
    margin-top: 0;
    font-size: 19px;
}

.heading-4 {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 19px;
}

.paragraph {
    flex: 0 auto;
}

.paragraph.product-detail {
    margin-top: 0%;
}

.paragraph-2 {
    flex: 1;
}

.heading-5 {
    font-size: 28px;
}

.div-block-15 {
    background-color: #c7c7c7;
    width: 75%;
    height: 50%;
}

.text-block-2 {
    color: #fff;
    -webkit-text-stroke-width: 1.75px;
    -webkit-text-stroke-color: var(--black);
    white-space: normal;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Lemon, sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.div-block-16 {
    border: 1.75px solid #000;
    border-radius: 0;
    width: 75%;
    height: 70%;
    margin-top: 28px;
}

.content-panel {
    background-color: #b3b3b3;
    width: 75%;
    height: 50%;
    margin-top: 3%;
    margin-bottom: 5%;
}

.content-panel.feed {
    background-color: rgba(255, 255, 255, 0);
    border: 1.75px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 60%;
    margin-bottom: 0%;
    display: flex;
}

.content-panel.bobakits {
    background-color: var(--base-color-2);
    background-image: linear-gradient(
        117deg,
        var(--base-color),
        var(--base-color-2)
    );
    border: 1.75px solid #000;
    justify-content: center;
    align-items: center;
    height: 45%;
    margin-top: 3%;
    margin-bottom: 2%;
    display: flex;
}

.div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    display: flex;
}

.image {
    width: 23%;
}

.link-block {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-2 {
    color: #9c7777;
    width: 25%;
}

.text-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #000;
    border-radius: 1px;
    flex: 0 auto;
    order: 0;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    width: 100vw;
    min-width: 100%;
    height: 100%;
    display: flex;
    position: static;
    left: -11px;
    overflow: visible;
}

.image-3 {
    width: 5%;
    max-width: none;
}

.text-scroll-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 0;
    display: flex;
    overflow: visible;
}

.flex-block-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    overflow: visible;
}

.image-4 {
    max-width: 45%;
}

.image-5 {
    max-width: 150%;
    max-height: 100%;
}

.image-6 {
    max-width: 50%;
    max-height: 75%;
    margin-top: 5%;
}

.panel-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    max-width: 75%;
    display: flex;
}

.product-image {
    max-height: 30%;
    margin: 5%;
}

.about-description {
    text-align: left;
    width: 75%;
    height: 25%;
    max-height: 20%;
    margin-top: 0%;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.5px;
}

.about-heading {
    margin-top: -15%;
    padding-top: 0%;
    padding-left: 10px;
    font-family: Lemon, sans-serif;
    font-size: 24px;
}

.map {
    max-height: 100%;
}

.image-7 {
    max-height: 40%;
    margin-bottom: 2.5%;
}

.text-block-3 {
    margin-bottom: 5%;
    font-weight: 700;
}

.paragraph-3 {
    text-align: center;
    width: 75%;
}

.image-8 {
    height: 100%;
    max-height: 100%;
    position: static;
    top: 4%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.link-6 {
    color: #fff;
    text-align: center;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
}

.image-9 {
    aspect-ratio: auto;
    object-fit: fill;
    max-height: 120%;
    position: static;
    overflow: visible;
}

.menudesktop {
    max-width: none;
    height: 100vh;
    max-height: 100%;
}

.teamenudesktop {
    width: 2000px;
    max-width: none;
    height: 1125px;
    position: fixed;
}

.teamenumobile {
    width: 1950px;
    display: none;
}

.image-10 {
    height: 100%;
    max-height: 100%;
}

.div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 87.78%;
    height: 100%;
    display: flex;
}

.image-11 {
    max-width: 75%;
}

.about-image {
    max-width: 35%;
}

.about-div-top-r {
    background-color: rgba(255, 250, 250, 0);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50vh;
    padding-right: 0;
    display: flex;
}

.about-div-top-l {
    background-color: rgba(255, 250, 250, 0);
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding-right: 0;
    display: flex;
}

.values {
    background-color: rgba(255, 250, 250, 0);
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 40vh;
    margin-top: 5%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
}

.corner-icon {
    z-index: 2;
    clear: none;
    background-color: rgba(255, 255, 255, 0);
    max-width: 35%;
    position: relative;
    top: -20%;
    right: -75%;
    overflow: visible;
}

.heading-6 {
    text-align: center;
    display: block;
}

.product-detail {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    max-height: 100%;
    display: flex;
}

.product-detail-image {
    max-width: none;
    max-height: 40%;
}

.product-detail-desc {
    width: 45%;
    margin-left: 10%;
    margin-right: 0%;
    padding-left: 0%;
}

.section-5 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
}

.tos {
    width: 95%;
    height: auto;
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
}

.paragraph-4 {
    font-size: 18px;
}

.body-2 {
    background-color: #a1a1a1;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
}

.heading-7 {
    margin-top: 0;
    padding-top: 15%;
}

.paragraph-5 {
    padding-top: 0%;
}

.faq-subheading {
    margin-top: 0%;
    padding-top: 2%;
    font-family: Lemon, sans-serif;
    font-size: 28px;
}

.section-6 {
    margin-top: 10%;
}

.section-about {
    margin-top: 20%;
}

.product-card-heading {
    margin-top: 0%;
    padding-top: 0%;
    padding-left: 10px;
    font-family: Lemon, sans-serif;
    font-size: 24px;
}

.paragraph-6 {
    text-align: left;
}

.paragraph-7 {
    text-decoration: none;
}

.image-12 {
    max-height: 70%;
}

.text-block-4 {
    padding-left: 15px;
    font-size: 14px;
    text-decoration: none;
}

.link-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.image-13 {
    max-width: none;
    max-height: 2vh;
    margin-left: 5%;
    padding-left: 0%;
}

.paragraph-8 {
    width: 90%;
    margin-top: 2%;
}

.body-4 {
    object-fit: contain;
    overflow: visible;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 728px;
    }

    .navbar-wrapper-three {
        justify-content: space-between;
    }

    .navbar-brand-three {
        position: relative;
    }

    .nav-menu-wrapper-three {
        background-color: rgba(0, 0, 0, 0);
        top: 70px;
    }

    .nav-menu-three {
        background-color: #fff;
        border-radius: 50px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding: 20px;
        display: flex;
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .menu-button {
        padding: 12px;
    }

    .menu-button.w--open {
        color: #fff;
        background-color: #a6b1bf;
    }

    .nav-menu-wrapper {
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .section.center {
        height: 90vh;
    }

    .button {
        height: 4vh;
        margin-top: 5%;
    }

    .button.amazon {
        justify-content: center;
        align-items: center;
        width: 55%;
        height: 7vh;
    }

    .div-block-4 {
        flex: 0 auto;
        width: 90%;
        height: 75vh;
    }

    .div-block-4.image {
        width: 50%;
        height: 75vh;
    }

    .div-block-6 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .div-block-6._2 {
        height: 100vh;
    }

    .panel {
        height: 35%;
    }

    .panel.shop {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .panel.about {
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 2.5%;
    }

    .panel.contact {
        justify-content: center;
        align-items: center;
        padding-top: 2.5%;
    }

    .text-block-2 {
        font-size: 22px;
    }

    .product-image {
        max-height: 25%;
    }

    .about-heading {
        font-size: 18px;
    }

    .image-10 {
        width: auto;
    }

    .about-div-top-l {
        height: 35vh;
    }

    .values {
        justify-content: flex-start;
        align-items: center;
        height: 50vh;
    }

    .corner-icon {
        top: -10%;
    }

    .product-detail-image {
        max-width: 35%;
        max-height: 35%;
        padding-right: 0%;
    }

    .product-card-heading {
        font-size: 18px;
    }

    .bold-text {
        font-size: 13px;
    }

    .bold-text-2,
    .bold-text-3,
    .bold-text-4,
    .bold-text-5 {
        text-align: center;
    }

    .paragraph-8 {
        padding-top: 2%;
    }

    .body-3 {
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand-three {
        padding-left: 0;
    }

    .nav-menu-three {
        border-radius: 20px;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .nav-menu-block {
        flex-direction: column;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .nav-link-accent {
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .container-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        background-color: #aaa;
        border: 2px solid #000;
        border-radius: 5px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 50%;
        height: 120%;
        display: block;
    }

    .nav-bar {
        border-radius: 0%;
    }

    .body {
        min-width: 100%;
        min-height: 100%;
        display: block;
    }

    .container-3 {
        width: 100%;
    }

    .navbar {
        width: 40%;
        height: 50%;
    }

    .section._4 {
        flex-flow: column;
        height: 150vh;
    }

    .section._5 {
        height: 50vh;
    }

    .section.footer {
        height: 30vh;
    }

    .section.shop {
        height: auto;
    }

    .section.about {
        flex-flow: column;
    }

    .section.center {
        flex-flow: column;
        height: auto;
    }

    .section.top {
        flex-flow: column;
        height: 100vh;
    }

    .navbar-desktop {
        justify-content: space-between;
    }

    .div-block-3 {
        justify-content: center;
        align-items: center;
    }

    .button {
        justify-content: center;
        align-items: center;
        height: 4vh;
        margin-top: 2%;
    }

    .button.contact {
        justify-content: center;
        align-items: center;
        width: 75%;
    }

    .button.amazon {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 7vh;
        margin-top: 15%;
    }

    .div-block-4 {
        flex-flow: column;
        width: 100%;
        height: 100%;
    }

    .div-block-4.image {
        width: auto;
        height: 60%;
        margin-top: 5%;
    }

    .panel {
        width: 80%;
        height: 70%;
    }

    .panel._2 {
        width: 80%;
        height: 90%;
    }

    .panel._3 {
        width: 80%;
    }

    .panel._4 {
        width: 80%;
        height: 75%;
    }

    .panel._5 {
        width: 80%;
        height: 100%;
    }

    .panel.shop {
        width: 80%;
        height: 40vh;
        margin-top: 105px;
    }

    .panel.about {
        width: 80%;
        height: 35vh;
        margin-top: 10%;
    }

    .div-block-10 {
        flex-flow: column;
        max-height: 55%;
    }

    .heading.product-detail {
        height: auto;
        margin-top: 20%;
    }

    .paragraph {
        max-width: 100%;
    }

    .text-block-2 {
        color: #000;
        -webkit-text-stroke-width: 0px;
        font-size: 16px;
    }

    .product-image {
        max-height: 20%;
    }

    .about-description {
        font-size: 14px;
    }

    .map {
        max-height: 100%;
    }

    .paragraph-3 {
        width: 90%;
    }

    .image-11 {
        max-width: 45%;
    }

    .about-div-top-r {
        justify-content: center;
        align-items: center;
    }

    .values {
        flex-flow: column;
        width: 75%;
        height: 100%;
    }

    .product-detail {
        flex-flow: column;
    }

    .product-detail-image {
        max-width: 100%;
        max-height: 25%;
    }

    .product-detail-desc {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: 80%;
        margin-left: 0%;
        display: flex;
    }

    .product-card-heading {
        font-size: 26px;
    }

    .image-13 {
        max-height: 1.8vh;
    }

    .bold-text-2,
    .bold-text-3 {
        font-size: 14px;
    }

    .bold-text-4 {
        font-size: 13px;
    }

    .bold-text-5 {
        font-size: 14px;
    }

    .paragraph-8 {
        width: 80%;
    }

    .bold-text-6,
    .bold-text-7 {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    .container {
        max-width: none;
    }

    .nav-menu-three,
    .nav-menu {
        flex-direction: column;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .navbar {
        width: 80%;
    }

    .navitem {
        width: 34%;
    }

    .contact {
        height: auto;
        margin-top: 5%;
    }

    .section {
        flex-flow: column;
        margin-bottom: 5vh;
    }

    .section._2 {
        flex-flow: row;
        height: 40px;
    }

    .section._4 {
        flex-flow: column;
        justify-content: flex-start;
        align-items: stretch;
        height: 150vh;
        margin-top: 0;
        display: flex;
    }

    .section._5 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .section.footer {
        justify-content: flex-start;
        align-items: center;
        height: 30vh;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0%;
        padding-left: 0;
    }

    .section.shop {
        justify-content: flex-start;
        align-items: center;
        height: auto;
        margin-top: 0%;
        margin-bottom: 0;
    }

    .section.shop._2 {
        background-color: rgba(255, 255, 255, 0);
    }

    .section.shop.kits {
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .section.center {
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .navbar-desktop {
        flex-flow: row;
        display: none;
    }

    .button,
    .button.view-menu {
        height: 4vh;
        margin-top: 5%;
    }

    .button.amazon {
        width: 85%;
        margin-top: 10%;
        padding-left: 25px;
    }

    .button.shop {
        margin-top: 10%;
    }

    .text-block {
        margin-left: 0%;
    }

    .div-block-4 {
        flex-flow: column;
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-bottom: 20%;
    }

    .div-block-4.image {
        width: auto;
        height: 50%;
    }

    .panel {
        width: 80%;
        height: 96%;
    }

    .panel._2 {
        width: 80%;
        height: 75%;
    }

    .panel._3 {
        height: 75%;
    }

    .panel._4 {
        height: 100%;
    }

    .panel._5 {
        width: 80%;
        height: 80%;
    }

    .panel.shop {
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 45vh;
        margin: 10% 0% 2.5%;
    }

    .panel.about {
        flex: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
        width: 80%;
        height: 45vh;
        margin: 2.5% 0%;
    }

    .panel.contact {
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 15vh;
        margin: 2.5% 0%;
    }

    .div-block-9 {
        justify-content: flex-start;
        align-items: center;
    }

    .div-block-10 {
        flex-flow: column;
        max-height: 55%;
    }

    .mobile-navbar {
        z-index: 100;
        background-color: #fff;
        border: 1.75px solid #000;
        justify-content: center;
        align-items: center;
        height: 9vh;
        display: flex;
        position: fixed;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .mobile-logo {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: 10vh;
        display: flex;
    }

    .heading {
        margin-top: 0;
        margin-bottom: 0%;
        font-size: 25px;
    }

    .heading.product-detail {
        align-items: flex-start;
        margin-top: 20%;
    }

    .div-block-14 {
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    .heading-2 {
        font-size: 18px;
    }

    .heading-3 {
        font-size: 12px;
    }

    .paragraph {
        margin-top: 0%;
        display: block;
    }

    .text-block-2 {
        color: #000;
        -webkit-text-stroke-width: 0px;
        font-size: 8px;
        line-height: 25px;
    }

    .content-panel.feed {
        width: 80%;
    }

    .content-panel.bobakits {
        height: 45%;
    }

    .image-3 {
        width: 10%;
    }

    .product-image {
        max-height: 25%;
    }

    .about-description {
        height: 10%;
        font-size: 12px;
    }

    .about-heading {
        margin-top: 0%;
        font-size: 18px;
    }

    .image-7 {
        max-height: 25%;
        margin-bottom: 5%;
    }

    .paragraph-3 {
        width: 100%;
    }

    .teamenudesktop {
        display: none;
    }

    .teamenumobile {
        height: auto;
        display: inline-block;
    }

    .div-block-18 {
        justify-content: flex-start;
        align-items: center;
        padding-top: 30px;
    }

    .about-div-top-r,
    .about-div-top-l,
    .values {
        flex-flow: column;
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 75%;
    }

    .corner-icon {
        top: 0%;
        right: -75%;
    }

    .product-detail {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-top: 0%;
    }

    .product-detail-image {
        max-width: 100%;
        max-height: 25%;
    }

    .product-detail-desc {
        width: 80%;
        margin-left: 0%;
    }

    .section-5 {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .product-card-heading {
        font-size: 18px;
    }

    .image-14 {
        max-height: 2vh;
    }

    .bold-text-2,
    .bold-text-3,
    .bold-text-8,
    .bold-text-9 {
        font-size: 13px;
    }
}
