:root {
  --black: black;
  --white: white;
  --brand-colour-yellow: #ac8a0e;
  --divier-grey: #535353;
  --light-grey: #acacac;
  --dark-grey: #1d1d1d;
  --grey: #1f1e1c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #f3f3f3;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 180%;
}

a {
  color: var(--brand-colour-yellow);
  text-decoration: underline;
}

li {
  color: #d6d6d6;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.value-proposition-content {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 50px;
  max-width: 100%;
  padding: 0;
}

.footer-logo {
  mix-blend-mode: difference;
  width: 100px;
}

.section {
  background-color: #000;
  border-top: 0 #ebebeb;
  padding: 120px 5.5%;
  font-weight: 500;
  position: relative;
}

.section.bg {
  background-image: linear-gradient(#0006, #0006), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_2jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
  background-position: 0 0, 15% 15%;
  background-size: auto, 1600px;
  padding-top: 48px;
  padding-bottom: 120px;
  padding-right: 5.5%;
  position: static;
}

.section.footer-section {
  color: #000;
  background-color: #090909;
  border-top: 1px solid #1d1d1d;
  padding-top: 40px;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.products {
  padding-top: 60px;
}

.section.short {
  background-color: #000;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/dark-wall_1dark-wall.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 80px;
}

.section.product-page {
  background-color: #000;
  border-top-style: none;
  border-top-width: 0;
  padding-top: 32px;
  padding-bottom: 110px;
}

.section.no-space-above {
  background-color: #000;
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.section.blog {
  padding-top: 60px;
}

.section.our-store {
  background-image: linear-gradient(#00000080, #00000080), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_2jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
  background-position: 0 0, 15% 15%;
  background-size: auto, 1600px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  border: 1px #fff;
  border-radius: 5px;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.button.secondary {
  color: #ac8a0e;
  letter-spacing: 2px;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  border-style: solid;
  border-color: #ac8a0e;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #ac8a0e;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  flex-flow: row;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.secondary {
  border-style: solid;
  border-color: var(--brand-colour-yellow);
  color: var(--brand-colour-yellow);
  letter-spacing: 2px;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.primary {
  background-color: var(--brand-colour-yellow);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  flex-flow: row;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.secondary {
  color: #ac8a0e;
  letter-spacing: 2px;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  border-style: solid;
  border-color: #ac8a0e;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.secondary:hover {
  color: #ac8a0e;
  background-color: #1f1e1c;
  border-style: none;
  border-color: #ac8a0e;
  transform: translate(0, -6px);
}

.button.primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #ac8a0e;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  flex-flow: row;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.button.primary:hover {
  color: #fff;
  background-color: #8c6239;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.primary.black {
  letter-spacing: 2px;
  background-color: #1d1d1d;
  height: auto;
  font-size: 17px;
  font-weight: 400;
}

.button.primary.black:hover {
  background-color: #252525;
}

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

.brand-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: none;
}

.nav-item-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.horizontal-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.horizontal-wrapper._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.horizontal-wrapper.stretch {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.website-link {
  color: #dbdbdbb3;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.nav-menu {
  z-index: 3;
  grid-column-gap: 24px;
  opacity: 1;
  background-color: #0000;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.icon-text {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-text._16px {
  grid-column-gap: 16px;
}

.body-regular {
  color: #f3f3f3;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  display: block;
}

.body-regular.sub-text {
  color: var(--light-grey);
}

.body-regular.right-aligned {
  margin-left: auto;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.icon {
  aspect-ratio: 1;
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: 100%;
  width: 16px;
  height: 27px;
  padding-top: 0;
}

.icon._20px {
  aspect-ratio: 1;
  border-radius: 0%;
  width: 20px;
}

.nav-logo {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  max-height: 100px;
  padding-bottom: 0;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column.brand {
  grid-row-gap: 24px;
  align-items: flex-end;
}

.wrapper-pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

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

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

.nav-wrap {
  z-index: 10;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-left {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  max-width: 30%;
}

.nav-bar-background {
  background-color: #0000;
  height: 80px;
  padding-bottom: 0;
  padding-right: 0;
}

.nav-bar-background.home {
  z-index: 100;
  background-color: var(--black);
  position: fixed;
}

.empty-state {
  background-color: #353532;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 40px 0;
  display: flex;
}

.brand {
  float: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-weight: 700;
  display: flex;
}

.brand.w--current {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.product-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 32.3%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .4s;
  display: flex;
}

.product-collection-item:hover {
  outline-offset: 0px;
  outline: 3px #0c152f99;
  transform: scale(1.02)translate(0, -3px);
}

.product-collection-item._4-item {
  width: 23.87%;
}

._3-column-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

._3-column-grid.space-above {
  margin-top: 24px;
}

.medium-bold {
  font-weight: 500;
}

.bg-section {
  color: #0000;
  background-color: #000;
  flex-direction: row;
  align-items: center;
  padding: 48px 80px 124px;
  display: block;
}

.bg-section.numbers {
  background-image: linear-gradient(#0009, #0009), url('../images/dark-wall_1dark-wall.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.bg-section.why-your-business-is-special {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: radial-gradient(circle, #00000080, #000000b3), linear-gradient(#00000040, #00000040), url('../images/annie-spratt-6a3nqQ1YwBw-unsplash-2_1annie-spratt-6a3nqQ1YwBw-unsplash-2.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 48px 5.5% 124px;
  display: flex;
}

.wrapper-with-space-around {
  grid-row-gap: 28px;
  background-color: #0000;
  border: 1px #ac8a0e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin: 0%;
  padding: 0;
  display: flex;
}

.wrapper-with-space-around.background {
  grid-row-gap: 40px;
  background-color: #0000004d;
  padding: 20px;
}

.wrapper-with-space-around.background._1-3-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
}

.vertical-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.vertical-wrapper._60px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.vertical-wrapper._8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.vertical-wrapper._4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.vertical-wrapper._32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.vertical-wrapper._32px.full-width {
  width: 100%;
}

.vertical-wrapper._16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-wrapper._16px.full-width {
  width: 100%;
}

.vertical-wrapper._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical-wrapper._28px {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.vertical-wrapper._28px.middle {
  justify-content: center;
  align-items: flex-start;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 5px;
}

.hero-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  display: flex;
}

.info-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-block {
  color: #0000;
  text-decoration: none;
}

.footer-link-block.w--current {
  border-bottom: 0 solid #ac8a0e;
  display: block;
}

.footer-link-block.w--current:hover {
  color: #b48058;
}

.nav-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.data-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.footer-wrapper {
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.nav-link-block {
  color: #f3f3f3;
  text-decoration: none;
  display: block;
}

.nav-link-block.w--current {
  border-bottom: 2px solid #ac8a0e;
  display: block;
}

.nav-link-block.w--current:hover {
  color: var(--brand-colour-yellow);
}

.popular-product-list {
  grid-column-gap: 1.5%;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.hero-section {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#0003, #0003), radial-gradient(circle, #fff0, #00000080), url('../images/banner.webp');
  background-position: 0 0, 0 0, 50% 30%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  min-height: 500px;
  padding: 5% 5.5%;
  display: flex;
}

.sub-footer {
  background-color: #0000;
  border-top: 1px solid #313131;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.popular-products {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.sticky-navbar {
  z-index: 1000;
  background-color: #0000;
  border-bottom: 0 solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 5.5%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.hero-title.big {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 78px;
}

.bottom-footer-wrapper {
  color: #b2b2b2b3;
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.nav-dropdown-link {
  color: #fff;
  letter-spacing: .2px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nav-dropdown-link:hover {
  color: var(--brand-colour-yellow);
}

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

.nav-dropdown-link.w--current {
  color: #ac8a0e;
  border-bottom: 1px #ac8a0e;
  text-decoration: none;
}

.page-title {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100px;
  display: block;
}

.page-title.white {
  color: #fff;
}

.category-div {
  grid-column-gap: 16px;
  display: flex;
}

.banner-long {
  grid-row-gap: 0px;
  background-image: linear-gradient(#0009, #0009), url('../images/plats/salade_papaye.jpg');
  background-position: 0 0, 50% 55%;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  margin-bottom: 60px;
  padding-left: 7.6%;
  padding-right: 7.6%;
  display: flex;
}

.banner-short {
  flex-direction: column;
  height: 26vw;
  display: flex;
}

.banner-short.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sauté_poulet.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 111%;
}

.banner-short.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hamide-jafari-974x2guatCs-unsplash_1hamide-jafari-974x2guatCs-unsplash.webp');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.banner-short.our-story {
  background-image: linear-gradient(#00000080, #00000080), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_2jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-short.cooking-instructions {
  background-image: linear-gradient(#00000080, #00000080), url('../images/heather-gill-zmBI_GT_xps-unsplash_1heather-gill-zmBI_GT_xps-unsplash.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.banner-short.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pasta-2610762_1281pasta-2610762_1280.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.phone-link-wrapper {
  color: #0009;
  text-decoration: none;
}

._2-column-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._1-2-block {
  grid-row-gap: 16px;
  background-color: #ac8a0e;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 40px;
  display: flex;
}

._1-2-block.outline {
  border: 1px solid var(--brand-colour-yellow);
  background-color: #0000;
  border-radius: 8px;
}

.store-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.main-section {
  background-color: #000;
  border: 0 #000;
  padding-top: 5.5%;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

.main-section.style-guide {
  border-top-style: solid;
  border-bottom: 1px #000;
  padding-bottom: 40px;
}

.main-section.info {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-section.change-log {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.body-small {
  color: #f3f3f3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
}

.body-small.space-before {
  padding-bottom: 16px;
  padding-left: 4px;
  line-height: 180%;
}

.body-small.sub-text {
  color: var(--light-grey);
}

.body-small.supporting {
  color: #acacac;
}

.rich-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  display: flex;
}

.store-info-3-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: -20px;
}

.image-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 140px;
}

.banner {
  grid-row-gap: 0px;
  background-image: linear-gradient(#f4eee740, #f4eee740);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  height: 355px;
  margin-bottom: 60px;
  padding-left: 7.6%;
  padding-right: 7.6%;
  display: flex;
}

.banner.store {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gaelle-marcel-wPOV0W7ykxE-unsplash_1gaelle-marcel-wPOV0W7ykxE-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.banner.short {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_2jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
  background-position: 0 0, 30%;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
}

.image-square {
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.banner-info-wrapper {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 7.6% 0%;
  display: flex;
}

.rounded-image {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
}

.grid-vertical-block {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.image-text-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
}

.image-text-grid.no-space {
  margin-bottom: 0;
}

.half-block {
  max-width: 47.5%;
  margin-top: 0;
  margin-right: 0%;
  display: inline-block;
}

.half-block._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 30px;
  list-style-type: decimal;
  display: flex;
}

.list.space {
  margin-bottom: 24px;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.faq {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.faq-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.faq-content-block.space-below {
  margin-bottom: 100px;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-toggle {
  color: #fff;
  letter-spacing: .2px;
  border-bottom: 1px #ac8a0e;
  padding: 0 25px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-toggle:hover {
  color: var(--brand-colour-yellow);
}

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

.dropdown-toggle.w--open {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 0 #ac8a0e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.blog-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #acacac;
  border-bottom: 2px solid #1f1e1c;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 32px;
  display: flex;
}

.dropdown-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.heading-divider {
  color: #fff;
  text-align: left;
  border: 1px #000;
  border-bottom: 1px solid #acacac;
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  display: block;
}

.product {
  width: 100%;
}

.product-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: 100%;
}

.product-image.square {
  aspect-ratio: 1;
}

.product-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.item-name {
  color: var(--white);
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.item-price {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product-link-block {
  flex-flow: column;
  text-decoration: none;
  display: block;
}

.dropdown-icon-thin {
  color: #fff;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  transform: rotate(90deg);
}

.thumbnail-container {
  z-index: 11;
  background-color: #0000001a;
  background-image: radial-gradient(circle, #fff0, #0000001a);
  border-radius: 10px;
  width: 5vw;
  max-width: 500px;
  height: 5vw;
  position: absolute;
}

.breadcrumb-icon {
  color: #fff;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.thumbnail-wrapper {
  grid-column-gap: 20px;
  margin-top: 24px;
  display: flex;
}

.dropdown-list {
  background-color: #fff0;
}

.dropdown-list.w--open {
  padding: 20px 10px;
  position: static;
}

.your-product-image {
  object-fit: cover;
  border-radius: 0;
  width: 35vw;
  height: 32vw;
  position: absolute;
}

.your-product-image.image-c {
  z-index: 12;
  height: 35vw;
  display: none;
}

.your-product-image.image-b {
  z-index: 11;
  mix-blend-mode: normal;
  background-image: linear-gradient(#0003, #0003);
  height: 35vw;
  display: none;
}

.your-product-image.image-a {
  z-index: 10;
  height: 35vw;
}

.content-div {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.product-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.breadcrumb-nav {
  grid-column-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.dropdown {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.main-image-wrapper {
  width: 35vw;
  height: 35vw;
  position: relative;
}

.thumbnail-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 0;
  width: 5vw;
  height: 5vw;
}

.product-grid {
  grid-column-gap: 7vw;
  grid-template-rows: auto;
  grid-template-columns: 5fr 6fr;
}

.dropdown-toggle---details {
  clear: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: static;
}

.dropdown-toggle---details.w--open {
  justify-content: space-between;
}

.dropdown-div {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.products-link-wrapper {
  text-decoration: none;
}

.blog-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.blog-link-block:hover {
  background-color: #0f0f0f;
  border-radius: 5px;
  transform: translate(0, -6px);
}

.blog-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  align-self: center;
  max-width: 200px;
  margin-bottom: 0%;
  transition: all .4s;
  position: relative;
}

.blog-image:hover {
  transform: none;
}

.blog-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.your-blog-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  align-self: center;
  max-width: 400px;
  margin-bottom: 0%;
  margin-right: auto;
  transition: all .4s;
  position: relative;
}

.your-blog-image:hover {
  transform: none;
}

.outline-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0%;
  display: flex;
}

.image-20-width {
  width: 20%;
  min-width: 150px;
}

.photo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.sub-footer-element.first {
  margin-right: 0;
}

.sub-footer-element.last {
  margin-left: 0;
}

.nav-bar-wrap {
  z-index: 1001;
  max-height: 100px;
  position: static;
  inset: 0;
}

.nav-bar-wrap.transparent {
  position: static;
}

.body {
  background-color: var(--black);
}

.utility-page-wrap {
  background-image: radial-gradient(circle, #0000, #000 91%), linear-gradient(#00000040, #00000040), url('../images/atie-nabat-Uiro__CkZMs-unsplash_1atie-nabat-Uiro__CkZMs-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-color: #0b0b0b80;
  border-radius: 5px;
  flex-direction: column;
  width: 500px;
  padding: 5%;
  display: flex;
}

._404-wrapper {
  color: #0000;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hamide-jafari-974x2guatCs-unsplash_1hamide-jafari-974x2guatCs-unsplash.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 48px 80px;
  display: flex;
}

._404-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #12121280;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  margin-left: 0;
  margin-right: 0;
  padding: 5%;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: var(--dark-grey);
  color: var(--white);
  border: 1px #000;
  border-radius: 5px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 180%;
}

.field-label {
  display: none;
}

.error-message {
  background-color: #3b0909;
  font-family: Poppins, sans-serif;
}

.brand-colour-heading {
  color: var(--brand-colour-yellow);
}

.nav-body {
  color: #f3f3f3;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  display: block;
}

.nav-body:hover {
  color: var(--brand-colour-yellow);
}

.nav-body.sub-text {
  color: var(--light-grey);
}

.nav-body.right-aligned {
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 25px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  p {
    font-size: 20px;
  }

  li {
    margin-bottom: 10px;
  }

  .value-proposition-content {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.secondary, .button.primary {
    font-size: 20px;
    line-height: 30px;
  }

  .button.secondary, .button.primary {
    font-size: 20px;
    line-height: 30px;
  }

  .button.secondary, .button.primary {
    font-size: 20px;
    line-height: 30px;
  }

  .button.primary.black {
    font-size: 20px;
  }

  .brand-name {
    font-size: 20px;
    line-height: 30px;
  }

  .body-regular {
    font-size: 20px;
    line-height: 180%;
  }

  .wrapper-pages {
    margin-left: 0;
    margin-right: 0;
  }

  .vertical-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .info-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .nav-flex {
    width: 89vw;
    height: 100px;
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .popular-product-list {
    grid-row-gap: 56px;
    margin-top: 56px;
  }

  .sticky-navbar {
    flex-flow: row;
    justify-content: space-between;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    display: flex;
  }

  .hero-title.big {
    font-size: 65px;
    line-height: 100px;
  }

  .bottom-footer-wrapper {
    font-size: 14px;
    line-height: 24px;
  }

  .nav-dropdown-link {
    font-size: 20px;
    line-height: 30px;
  }

  .page-title {
    font-size: 45px;
  }

  .body-small, .body-small.space-before {
    font-size: 17px;
  }

  .rounded-image {
    height: 340px;
  }

  .grid-vertical-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-text-grid {
    margin-bottom: 140px;
  }

  .list.space {
    margin-bottom: 32px;
  }

  .dropdown-toggle {
    padding-right: 30px;
  }

  .dropdown-text {
    font-size: 25px;
    line-height: 34px;
  }

  .heading-divider {
    font-size: 35px;
    line-height: 45px;
  }

  .item-name {
    font-size: 20px;
    line-height: 27px;
  }

  .item-price {
    font-size: 18px;
    line-height: 27px;
  }

  .product-grid {
    grid-column-gap: 5vw;
  }

  .blog-image {
    max-width: 220px;
  }

  ._404-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .nav-body {
    font-size: 20px;
    line-height: 180%;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--black);
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 21px;
    line-height: 31px;
  }

  h3 {
    font-size: 19px;
    line-height: 28px;
  }

  h4, h5 {
    font-size: 17px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
  }

  .value-proposition-content {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 8px 0 0;
  }

  .section {
    padding: 80px 4.2% 120px;
  }

  .section.footer-section {
    border-top: 1px solid #535353;
  }

  .section.short {
    padding-bottom: 100px;
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }

  .button.secondary {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 170%;
  }

  .brand-name {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    line-height: 26px;
  }

  .nav-item-wrapper {
    color: #fff;
    flex-direction: row;
  }

  .horizontal-wrapper {
    grid-column-gap: 48px;
    padding-top: 16px;
  }

  .horizontal-wrapper.stretch {
    grid-column-gap: 0px;
  }

  .website-link {
    font-size: 10px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #1c1c1c80;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 80px 20px 20px;
    display: flex;
    position: static;
    top: 90px;
    overflow: visible;
  }

  .icon-text {
    grid-column-gap: 8px;
    text-decoration: none;
  }

  .icon-text._16px {
    grid-column-gap: 12px;
  }

  .body-regular {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  }

  .nav-dropdown {
    border-bottom: 1px #dcdcdc;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .icon {
    width: 16px;
  }

  .icon._20px {
    height: 26px;
  }

  .nav-logo {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .footer-column {
    flex: 0 auto;
    text-decoration: none;
  }

  .footer-column.brand {
    flex: 0 auto;
    justify-content: space-between;
    height: 100%;
  }

  .nav-dropdown-list.w--open {
    background-color: #fff0;
    position: relative;
  }

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

  .nav-bar-background {
    z-index: 100;
    background-color: var(--black);
    opacity: 0;
    color: #000;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
  }

  .nav-bar-background.home {
    position: fixed;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    z-index: 4;
    background-color: #00000080;
  }

  .bg-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash_1scott-webb-268893-unsplash.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bg-section.why-your-business-is-special {
    padding-bottom: 80px;
    padding-left: 4.2%;
    padding-right: 4.2%;
  }

  .vertical-wrapper._60px {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-dropdown-icon {
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .nav-flex {
    z-index: 100;
    width: 100%;
    position: relative;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .nav-link-block {
    border-bottom: 1px solid #535353;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-block.w--current {
    color: #ac8a0e;
    text-transform: none;
    -webkit-text-fill-color: transparent;
    background-color: #ac8a0e;
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 1px solid #535353;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#0000, #0000), radial-gradient(circle, #fff0, #00000080), url('../images/banner.webp');
    background-position: 0 0, 0 0, 50% 0;
    padding: 60px 20px 7.5%;
  }

  .sub-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-color: #535353;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sticky-navbar {
    z-index: 500;
    padding: 0 0 0 0%;
    display: block;
    position: fixed;
  }

  .hero-title {
    color: #000;
    margin-top: 0;
  }

  .hero-title.big {
    color: #fff;
    width: 100%;
    font-size: 38px;
    line-height: 60px;
  }

  .bottom-footer-wrapper {
    text-align: right;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .nav-dropdown-link {
    border-bottom: 1px solid #535353;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.w--current {
    border-bottom-style: solid;
    border-bottom-color: #535353;
  }

  .page-title {
    color: #fff;
    align-self: center;
    font-size: 30px;
    line-height: 60px;
  }

  .banner-long {
    background-image: linear-gradient(#0009, #0009), url('../images/pasta-2610762_1281pasta-2610762_1280.webp');
    background-position: 0 0, 50% 55%;
    background-size: auto, cover;
    justify-content: center;
  }

  ._2-column-grid {
    grid-column-gap: 24px;
    grid-row-gap: 4.2vw;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .body-small {
    font-size: 14px;
    text-decoration: none;
  }

  .image-info-wrapper {
    grid-template-columns: .9fr 1fr;
    align-items: center;
    margin-bottom: 120px;
  }

  .banner {
    height: 280px;
  }

  .rounded-image {
    order: -1;
  }

  .grid-vertical-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-text-grid {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-text-grid.no-space {
    grid-row-gap: 32px;
  }

  .faq {
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .faq-content-block {
    margin-bottom: 80px;
  }

  .faq-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 12px;
    display: flex;
  }

  .dropdown-toggle {
    border-bottom: 1px solid #535353;
    justify-content: space-between;
    padding: 10px 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    border-bottom: 1px solid #535353;
  }

  .dropdown-text {
    font-size: 19px;
    line-height: 28px;
  }

  .heading-divider {
    font-size: 25px;
    line-height: 35px;
  }

  .item-name {
    font-size: 16px;
    text-decoration: none;
  }

  .item-price {
    font-size: 14px;
    text-decoration: none;
  }

  .thumbnail-wrapper {
    grid-column-gap: 16px;
  }

  .breadcrumb-nav {
    margin-bottom: 40px;
  }

  .thumbnail-image {
    width: 7.5vw;
    height: 7.5vw;
  }

  .product-grid {
    grid-column-gap: 3vw;
    grid-template-columns: 5.5fr 7fr;
  }

  .sub-footer-element {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-footer-element.first {
    margin-left: auto;
  }

  .sub-footer-element.last {
    margin-right: auto;
  }

  .nav-bar-wrap {
    background-color: var(--black);
    flex-direction: column;
    height: 80px;
    display: block;
    position: sticky;
  }

  .nav-bar-wrap.transparent {
    background-color: #0000;
    position: fixed;
  }

  .nav-body {
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22.5px;
    line-height: 28px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .value-proposition-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #f4eee700;
    border-radius: 33px;
    flex-flow: column;
    flex: 0 auto;
    max-width: 100%;
    padding-top: 4px;
    padding-bottom: 20px;
    display: flex;
  }

  .section {
    padding-bottom: 80px;
  }

  .section.bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_1jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
    background-size: auto, cover;
  }

  .section.footer-section {
    border-top-color: var(--divier-grey);
    padding-top: 32px;
  }

  .section.short {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .section.product-page {
    padding-top: 16px;
  }

  .section.our-store {
    background-image: linear-gradient(to bottom, null, null), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_2jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
    background-size: auto, cover;
  }

  .button {
    text-align: center;
  }

  .button.secondary {
    margin-bottom: 0;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .button.primary {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .horizontal-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-top: 12px;
  }

  .horizontal-wrapper.stretch {
    flex-flow: row;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
  }

  .icon-text._16px {
    grid-column-gap: 12px;
  }

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

  .icon._20px {
    width: 16px;
  }

  .nav-logo {
    max-width: 100%;
    max-height: 60px;
  }

  .footer-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-column.brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .image-left {
    aspect-ratio: 1;
    max-width: 100%;
  }

  .nav-bar-background {
    height: 60px;
  }

  .product-collection-item {
    width: 31%;
  }

  .product-collection-item._4-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 48%;
    max-width: 48%;
    padding-bottom: 0;
  }

  ._3-column-grid.space-above {
    margin-top: 0;
  }

  .bg-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash_1scott-webb-268893-unsplash.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .bg-section.numbers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-with-space-around.background {
    grid-row-gap: 32px;
    width: 400px;
  }

  .vertical-wrapper._32px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-div {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

  .info-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
  }

  .nav-flex {
    height: 60px;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .popular-product-list {
    grid-column-gap: 3.5%;
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .hero-section {
    height: 85vh;
    padding-top: 6%;
  }

  .sub-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

  .hero-title.big {
    width: 100%;
    font-size: 30px;
    line-height: 50px;
  }

  .bottom-footer-wrapper {
    text-align: center;
    flex: 1;
  }

  .page-title {
    font-size: 24px;
    line-height: 48px;
  }

  .category-div {
    grid-row-gap: 8px;
    flex-flow: column wrap;
  }

  .banner-long {
    height: 35vw;
    margin-bottom: 0;
  }

  .banner-short {
    height: 30vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-short.contact {
    background-color: #d4c5ae33;
  }

  .banner-short.our-story {
    height: 30vw;
  }

  ._2-column-grid {
    grid-row-gap: 32px;
  }

  ._1-2-block {
    border-radius: 37px;
  }

  .store-info-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-small.space-before {
    align-self: flex-start;
    list-style-type: decimal;
  }

  .store-info-3-col-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-info-wrapper {
    flex-direction: column;
    margin-bottom: 64px;
    display: flex;
  }

  .banner {
    border-radius: 37px;
    height: 320px;
    margin-bottom: 0;
    padding-left: 5.5%;
    padding-right: 5.5%;
  }

  .banner.store {
    height: auto;
    padding: 4.2%;
  }

  .banner.short {
    background-image: linear-gradient(to bottom, null, null), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_2jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
    background-position: 0 0, 15%;
    border-radius: 8px;
    justify-content: center;
    align-items: flex-start;
    height: 200px;
    padding: 24px;
  }

  .image-square {
    max-width: 70%;
  }

  .rounded-image {
    height: 250px;
  }

  .image-text-grid {
    margin-bottom: 80px;
  }

  .half-block {
    max-width: 100%;
  }

  .list {
    padding-left: 16px;
  }

  .list.space {
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
  }

  .button-wrapper {
    grid-column-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
  }

  .faq {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-grid {
    grid-row-gap: 40px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .heading-divider {
    margin-bottom: 16px;
    font-size: 22.5px;
    line-height: 28px;
  }

  .product {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .product-image, .product-link-block {
    width: 100%;
  }

  .thumbnail-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .your-product-image {
    width: 100%;
    height: 60vw;
  }

  .your-product-image.image-c, .your-product-image.image-b {
    width: 60vw;
    height: 60vw;
  }

  .your-product-image.image-a {
    object-fit: cover;
    width: 60vw;
    height: 60vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .images {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .content-div {
    grid-row-gap: 48px;
  }

  .breadcrumb-nav {
    grid-column-gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .main-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60vw;
    display: flex;
  }

  .thumbnail-image {
    width: 12vw;
    height: 12vw;
  }

  .product-grid {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .blog-link-block {
    flex-flow: column;
  }

  .blog-image {
    margin-right: auto;
  }

  .blog-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .your-blog-image {
    width: 100%;
    max-width: 80%;
  }

  .sub-footer-element.first {
    margin-left: 0;
  }

  .sub-footer-element.last {
    margin-right: 0;
  }

  .nav-bar-wrap {
    height: 60px;
  }

  ._404-wrapper {
    background-position: 50% 0;
    background-size: 170%;
  }
}

@media screen and (max-width: 479px) {
  .value-proposition-content {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #f4eee700;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .section {
    padding: 48px 4.2% 72px;
  }

  .section.bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/jean-claude-attipoe-QD9A1O2reYY-unsplash_1jean-claude-attipoe-QD9A1O2reYY-unsplash.webp');
    background-size: auto, cover;
  }

  .section.short {
    padding-bottom: 72px;
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.secondary, .button.primary, .button.secondary, .button.primary, .button.secondary, .button.primary {
    margin-bottom: 0;
  }

  .popular-product {
    width: 100%;
    display: block;
  }

  .horizontal-wrapper.stretch {
    flex-flow: row;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
    top: 60px;
  }

  .icon-text._16px {
    grid-column-gap: 12px;
  }

  .footer-column.brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-bar-background {
    color: #000;
    background-color: #000;
  }

  .brand {
    margin-top: 0;
    padding-left: 8px;
  }

  .product-collection-item {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  ._3-column-grid.space-above {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .bg-section {
    background-image: url('../images/scott-webb-268893-unsplash_1scott-webb-268893-unsplash.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .bg-section.numbers {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .bg-section.why-your-business-is-special {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 56px;
    padding-left: 4.2%;
    padding-right: 4.2%;
  }

  .wrapper-with-space-around {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-with-space-around.background {
    grid-row-gap: 24px;
    width: auto;
    padding: 16px;
  }

  .hero-div {
    margin-top: 55px;
  }

  .info-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: -16px;
    padding-top: 0;
  }

  .nav-flex {
    height: 60px;
  }

  .popular-product-list {
    grid-row-gap: 60px;
    margin-top: 32px;
  }

  .hero-section {
    height: 80vh;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .sub-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-title.big {
    width: 100%;
    font-size: 29px;
    line-height: 48px;
  }

  .page-title {
    line-height: 37px;
  }

  .category-div {
    grid-row-gap: 8px;
  }

  .banner-long, .banner-short {
    height: 45vw;
  }

  .banner-short.contact {
    background-position: 15%;
    background-size: cover;
    height: 55vw;
  }

  .banner-short.our-story {
    height: 45vw;
  }

  ._1-2-block {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner.store {
    height: auto;
    padding: 24px;
  }

  .image-square {
    max-width: 100%;
  }

  .banner-info-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rounded-image {
    height: 65vw;
  }

  .image-text-grid {
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    flex-direction: column;
    align-items: flex-start;
  }

  .list.space {
    grid-row-gap: 6px;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .faq-content-block {
    margin-bottom: 64px;
  }

  .faq-grid {
    padding-top: 0;
  }

  .product-image.square {
    width: 100%;
  }

  .thumbnail-wrapper {
    grid-column-gap: 16px;
    margin-top: 32px;
  }

  .your-product-image {
    height: 70vw;
  }

  .your-product-image.image-c, .your-product-image.image-b {
    width: 100vw;
    height: 100vw;
  }

  .your-product-image.image-a {
    width: 100vw;
    height: 100vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .breadcrumb-nav {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .main-image-wrapper {
    height: 100vw;
  }

  .thumbnail-image {
    width: 15vw;
    height: 15vw;
  }

  .dropdown-toggle---details {
    padding: 2px 16px 2px 8px;
  }

  .product-suggestions {
    width: 100%;
    display: block;
  }

  .blog-image, .your-blog-image {
    max-width: 100%;
    margin-bottom: 0%;
  }

  .all-product {
    width: 100%;
    display: block;
  }

  ._404-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-content {
    padding: 10% 7%;
  }
}

#w-node-c15944cf-e9bd-0788-677f-01eae282e136-14ca1753, #w-node-c15944cf-e9bd-0788-677f-01eae282e13a-14ca1753, #w-node-c15944cf-e9bd-0788-677f-01eae282e14f-14ca1753, #w-node-c15944cf-e9bd-0788-677f-01eae282e160-14ca1753, #w-node-c15944cf-e9bd-0788-677f-01eae282e168-14ca1753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b045efbe-bc64-6764-73be-b3e10917b967-14ca1755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b045efbe-bc64-6764-73be-b3e10917b968-14ca1755, #w-node-b045efbe-bc64-6764-73be-b3e10917b96e-14ca1755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b045efbe-bc64-6764-73be-b3e10917b973-14ca1755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9baf582c-048f-26af-5695-a9702326f831-14ca1757, #w-node-_9baf582c-048f-26af-5695-a9702326f836-14ca1757, #w-node-_9baf582c-048f-26af-5695-a9702326f83b-14ca1757, #w-node-_9baf582c-048f-26af-5695-a9702326f846-14ca1757, #w-node-_9baf582c-048f-26af-5695-a9702326f84b-14ca1757, #w-node-_9baf582c-048f-26af-5695-a9702326f850-14ca1757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67bef401-96ce-0d54-85e9-d295677d42ba-14ca175a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_67bef401-96ce-0d54-85e9-d295677d42bb-14ca175a, #w-node-_67bef401-96ce-0d54-85e9-d295677d42d5-14ca175a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67bef401-96ce-0d54-85e9-d295677d42ee-14ca175a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_76d09de5-f145-c3e1-d151-4ebedb445741-14ca175d, #w-node-_76d09de5-f145-c3e1-d151-4ebedb44574f-14ca175d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_67bef401-96ce-0d54-85e9-d295677d42ba-14ca175a, #w-node-_67bef401-96ce-0d54-85e9-d295677d42ee-14ca175a {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_67bef401-96ce-0d54-85e9-d295677d42ba-14ca175a, #w-node-_67bef401-96ce-0d54-85e9-d295677d42ee-14ca175a {
    align-self: center;
  }
}


