body {
  color: #7c809b;
  background-color: #fafafe;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.menu-button {
  cursor: pointer;
  display: none;
}

.nav-link {
  height: 100%;
  color: #2b2f4e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  height: 100%;
  align-items: center;
  display: flex;
}

.navigation-back-home {
  z-index: 300;
  width: 100%;
  height: 88px;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #fff;
  position: fixed;
}

.brand {
  width: 200px;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.content-wrapper.top-margin {
  margin-top: 80px;
}

.content-wrapper.center {
  justify-content: center;
}

.grey-80 {
  width: 100px;
  height: 100px;
  background-color: #2b2f4e;
  border-radius: 8px;
  margin-right: 14px;
}

.style-guide {
  flex-direction: column;
  display: flex;
}

.medium-paragraph {
  color: #2b2f4e;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.medium-paragraph.padding-right {
  padding-right: 2px;
}

.typography {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.semibold-paragraph {
  color: #2b2f4e;
  text-align: center;
  letter-spacing: .5px;
  font-weight: 600;
  line-height: 24px;
}

.h1 {
  z-index: 200;
  color: #f4f4f5;
  letter-spacing: -1px;
  margin: 10px;
  font-family: Poppins, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.small-title {
  margin-top: 6px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.underline-button {
  color: #c0ca67;
  align-self: flex-end;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.colors {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: repeat(auto-fit, minmax(auto, 100px));
  grid-template-columns: repeat(auto-fit, minmax(max-content, 194px));
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.h3 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h3.green {
  color: #c0ca67;
  font-weight: 400;
}

.h3.top-margin {
  max-width: 800px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h2 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

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

.h2.top-margin {
  margin-top: 20px;
}

.style-guide-title {
  z-index: 200;
  color: #2b2f4e;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.style-guide-content {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.button-primary {
  color: #fff;
  background-color: #2b2f4e;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.button-primary.top-margin {
  margin-top: 50px;
  margin-bottom: 10px;
}

.h4 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.h4.margin-bottom {
  margin-bottom: 28px;
}

.small-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.small-paragraph.right-padding {
  padding-right: 6px;
}

.small-paragraph.padding {
  padding-left: 6px;
  padding-right: 6px;
}

.colors-wrapper {
  align-items: center;
  display: flex;
}

.style-guide-header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 60px;
  display: flex;
}

.style-guide-wrapper {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.small-medium-paragraph {
  color: #2b2f4e;
  letter-spacing: .8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.xs-paragraph {
  color: #a3a6c5;
  letter-spacing: .2px;
  font-size: 12px;
  line-height: 20px;
}

.xs-paragraph.center {
  text-align: center;
  margin-top: 6px;
}

.xs-paragraph.small-pading {
  padding-left: 4px;
  padding-right: 4px;
}

.xs-paragraph.padding-right {
  padding-right: 4px;
}

.xs-paragraph.padding-left {
  padding-left: 4px;
}

.xs-medium-paragraph {
  color: #2b2f4e;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.grey-60 {
  width: 100px;
  height: 100px;
  background-color: #7c809b;
  border-radius: 8px;
  margin-right: 14px;
}

.grey-40 {
  width: 100px;
  height: 100px;
  background-color: #a3a6c5;
  border-radius: 8px;
  margin-right: 14px;
}

.grey-20 {
  width: 100px;
  height: 100px;
  background-color: #ebebf7;
  border-radius: 8px;
  margin-right: 14px;
}

.grey-10 {
  width: 100px;
  height: 100px;
  background-color: #fafafe;
  border: 1px solid #a3a6c5;
  border-radius: 8px;
  margin-right: 14px;
}

.primary {
  width: 100px;
  height: 100px;
  background-color: #c0ca67;
  border-radius: 8px;
  margin-right: 14px;
}

.primary-light {
  width: 100px;
  height: 100px;
  background-color: #d7e181;
  border-radius: 8px;
  margin-right: 14px;
}

.accent-red {
  width: 100px;
  height: 100px;
  background-color: #ff7f7f;
  border-radius: 8px;
  margin-right: 14px;
}

.accent-red-light {
  width: 100px;
  height: 100px;
  background-color: #fcafaf;
  border-radius: 8px;
  margin-right: 14px;
}

.accent-orange {
  width: 100px;
  height: 100px;
  background-color: #f5cb98;
  border-radius: 8px;
  margin-right: 14px;
}

.dot {
  color: #c0ca67;
}

.call-icon {
  margin-right: 8px;
}

.underline {
  width: 100%;
  height: 2px;
  transform-origin: 0%;
  background-color: #c0ca67;
  margin-top: 2px;
}

.buttons-wrapper {
  width: 100%;
  max-width: 600px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rich-text-white {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.rich-text-white h2 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.rich-text-white p {
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-white strong {
  color: #2b2f4e;
  font-weight: 600;
}

.rich-text-white blockquote {
  border-left-color: #c0ca67;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text-white h4 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.rich-text-white ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text-white li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text-white img {
  max-width: 90%;
  margin-top: 20px;
}

.rich-text-white figcaption {
  margin-top: 10px;
  margin-bottom: 60px;
}

.footer {
  background-color: #fafafe;
}

.footer-top {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact-wrapper {
  margin-right: 40px;
  display: flex;
}

.opening-wrapper {
  width: 324px;
  font-size: 14px;
  line-height: 24px;
}

.contact-content {
  background-color: #fafafe;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.map {
  width: 396px;
  height: 396px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.opening-content {
  width: 100%;
  border-bottom: 1.5px solid #ebebf7;
  justify-content: space-between;
  margin-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-bottom {
  background-color: #fff;
  border-top: 1.2px solid #ebebf7;
  justify-content: center;
  padding: 50px 16px;
  display: flex;
}

.link-footer {
  color: #2b2f4e;
  font-weight: 500;
  text-decoration: none;
}

.footer-span {
  color: #c0ca67;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
}

.image {
  width: 100%;
}

.navigation {
  height: 88px;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section {
  width: 100%;
  height: 100vh;
  background-image: url('../images/falafels.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-content {
  max-width: 540px;
  color: #a3a6c5;
  background-color: #2b2f4e;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links {
  width: 120px;
  background-color: #fafafe;
  justify-content: space-between;
  margin-bottom: 28px;
  margin-left: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mouse-icon {
  width: 24px;
  height: 36px;
  border: 2px solid #2b2f4e;
  border-radius: 500px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.changelog {
  padding-top: 0;
}

.features-wrapper {
  height: 100%;
  max-width: 1062px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin: 40px 16px;
  display: flex;
  box-shadow: 0 40px 50px -20px rgba(176, 179, 206, .3);
}

.feature-wrapper {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.feature-image {
  width: 84px;
  height: 84px;
  margin-bottom: 16px;
}

.vertical-line {
  width: 1px;
  height: 148px;
  background-color: #ebebf7;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card-wrapper {
  width: 100%;
  height: 220px;
  max-width: 548px;
  color: #7c809b;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px -8px rgba(176, 179, 206, .3);
}

.card-content {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.card-image {
  width: 100%;
  height: 100%;
  max-width: 180px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.inline-text {
  align-items: center;
  display: flex;
}

.news-list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(220px, 548px) minmax(220px, 548px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 40px;
  display: grid;
}

.tabs {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.tabs-menu {
  justify-content: flex-end;
  margin-bottom: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.tab-link {
  color: #a3a6c5;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 36px;
}

.tab-link.w--current {
  color: #2b2f4e;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 14px 20px -6px rgba(176, 179, 206, .3);
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 200px)) 200px 200px 200px 200px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.collection-item {
  width: 88%;
  height: 290px;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 268px));
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 30px -8px rgba(176, 179, 206, .3);
}

.item-image {
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.item-content {
  height: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.bottom-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.vegan-label {
  width: 24px;
  height: 24px;
  background-image: url('../images/noun-carrot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
}

.spicy-label {
  width: 24px;
  height: 24px;
  background-image: url('../images/noun-spicy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
}

.tabs-content {
  width: 100%;
}

.top-content {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-text {
  color: #7c809b;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
}

.discount-text {
  color: #fff;
  background-color: #ff5a5a;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.empty-state {
  height: 328px;
  letter-spacing: .3px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 140px;
  height: 140px;
  background-image: url('../images/noun-spoon-and-fork.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image-1 {
  background-image: url('../images/apt-6-p-800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.small-image-1 {
  width: 100%;
  height: 244px;
  max-width: 244px;
  background-image: url('../images/IMG_2305.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
}

.image-grid {
  width: 50%;
  height: 596px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-image-2 {
  background-image: url('../images/apt-1-p-800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.small-image-2 {
  width: 100%;
  height: 244px;
  max-width: 244px;
  background-image: url('../images/IMG_2323.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.about-content {
  width: 50%;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 80px;
  display: grid;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gallery-grid {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(auto, 224px));
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.gallery-image-wrapper {
  height: 224px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-image {
  width: 100%;
  object-fit: cover;
}

.image-overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 42, 54, .7);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.first-letter {
  float: left;
  color: #2b2f4e;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 8px;
  font-size: 60px;
  line-height: 62px;
}

.small-wrapper {
  width: 100%;
  height: 100%;
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
}

.rich-text {
  width: 100%;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rich-text h2 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.rich-text p {
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text strong {
  color: #2b2f4e;
  font-weight: 600;
}

.rich-text blockquote {
  border-left-color: #c0ca67;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text h4 {
  color: #2b2f4e;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.rich-text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
}

.rich-text li {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text img {
  max-width: 90%;
  margin-top: 20px;
}

.rich-text figcaption {
  margin-top: 10px;
  margin-bottom: 60px;
}

.rich-text h3 {
  color: #2b2f4e;
  font-size: 28px;
  font-weight: 600;
}

.license-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 168px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.license-paragraph {
  max-width: 700px;
  margin-top: 20px;
}

.license-content {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px 10px 10px;
  display: flex;
}

.license-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.icons-license {
  width: 160px;
  height: 160px;
  background-image: url('../images/Icons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1.5px solid #ebebf7;
  border-radius: 8px;
  margin-right: 40px;
}

.flex-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 300px));
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.fonts-license {
  width: 160px;
  height: 160px;
  background-image: url('../images/Fonts.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1.5px solid #ebebf7;
  border-radius: 8px;
  margin-right: 40px;
}

.images-license {
  width: 160px;
  height: 160px;
  background-image: url('../images/Images.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1.5px solid #ebebf7;
  border-radius: 8px;
  margin-right: 40px;
}

.license-link {
  color: #7c809b;
  text-decoration: none;
}

.changelog-header {
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .6)), url('../images/yogurtfruit.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 168px;
  padding-bottom: 80px;
}

.version-description {
  margin-top: 20px;
}

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

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

.image-error {
  height: 180px;
  margin-bottom: 20px;
}

.social-link {
  width: 28px;
  height: 28px;
  background-image: url('../images/ionicons-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-link.facebook {
  color: #ebebf7;
  background-image: url('../images/ionicons-facebook.svg');
}

.social-link.instagram {
  color: #fafafe;
  background-image: url('../images/ionicons-instagram.svg');
}

.news-page-list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(220px, 548px) minmax(220px, 548px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  margin-top: 60px;
  display: grid;
}

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

.input {
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #a3a6c5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo-large {
  height: 40px;
  margin-bottom: 40px;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper.top-margin {
  margin-top: 40px;
}

.breadcrumbs {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link {
  color: #2b2f4e;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.slash {
  color: #a3a6c5;
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.breadcrumb-text {
  color: #a3a6c5;
  display: inline;
}

.image-item-page {
  width: 50%;
  max-height: 480px;
  border-radius: 8px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-details {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-content-item {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-left: 60px;
  display: grid;
}

.vegan-label-item {
  width: 28px;
  height: 28px;
  background-image: url('../images/noun-carrot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spicy-label-item {
  width: 28px;
  height: 28px;
  background-image: url('../images/noun-spicy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
}

.new-label-item {
  color: #7c809b;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.discount-label-item {
  color: #fff;
  background-color: #ff5a5a;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-2 {
  text-align: center;
  display: inline;
}

.container {
  text-align: center;
  margin-top: 88px;
}

.heading {
  text-align: center;
  margin-top: 79px;
}

.div-block-2 {
  background-color: #2b2f4e;
  border: 1px solid #000;
  border-radius: 7px;
  padding-top: 0;
  padding-left: 14px;
  padding-right: 17px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #000;
}

.bold-text {
  color: #fff;
  font-size: 12px;
}

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

.column, .column-2 {
  justify-content: center;
  display: flex;
}

.div-block-3 {
  margin-top: 38px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
}

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

.text-block-3 {
  color: #fff;
}

.bold-text-2 {
  font-size: 12px;
}

.div-block-4 {
  margin-top: 25px;
}

.button {
  background-color: #2b2f4e;
  border-radius: 9px;
  box-shadow: 4px 4px 12px -4px #000;
}

.button-2 {
  background-color: #2b2f4e;
  border-radius: 5px;
  box-shadow: 7px 7px 14px -5px #000;
}

.paragraph {
  color: #fafafe;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-5 {
  height: 100px;
}

.button-3 {
  color: #fafafe;
  background-color: #2b2f4e;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 4px 4px 9px -5px #000;
}

.button-4 {
  color: #ebebf7;
  background-color: #2b2f4e;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 1px 1px 7px -2px #000;
}

.text-block-5 {
  color: #fff;
  background-color: #2b2f4e;
  border-radius: 6px;
  box-shadow: 2px 4px 8px -3px #000;
}

.text-block-6, .text-block-7 {
  font-weight: 700;
}

.hero-wrapper-t {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-section-t {
  width: 100%;
  height: 100vh;
  background-image: url('../images/APC_0067.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.opening-wrapper-pdx {
  width: 324px;
  font-size: 14px;
  line-height: 24px;
}

.contact-content-t {
  background-color: #fafafe;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.content-mwrapper-t {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.content-mwrapper-t.top-margin {
  margin-top: 80px;
}

.content-mwrapper-t.center {
  justify-content: center;
}

.div-block-6 {
  width: 80px;
  height: 22px;
  background-color: #2b2f4e;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 5px;
  right: auto;
}

.text-block-8 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.div-block-7 {
  width: 100px;
  height: 25px;
  background-color: #2b2f4e;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
}

.text-block-9 {
  color: #fafafe;
  font-weight: 700;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fafafe;
  font-size: 20px;
  font-weight: 700;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-button {
    z-index: 2000;
    width: 36px;
    height: 36px;
    position: relative;
  }

  .content-wrapper.vertical-align {
    flex-direction: column;
  }

  .top-burger-line {
    width: 28px;
    height: 2px;
    background-color: #7c809b;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .center-burger-line {
    width: 28px;
    height: 2px;
    background-color: #7c809b;
    border-radius: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-burger-line {
    width: 28px;
    height: 2px;
    background-color: #7c809b;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .semibold-paragraph {
    letter-spacing: .2px;
    font-size: 14px;
  }

  .h1 {
    justify-content: center;
    align-items: center;
    font-size: 42px;
    line-height: 50px;
  }

  .h3.top-margin {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .style-guide-title {
    max-width: 400px;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    line-height: 42px;
  }

  .button-primary, .button-primary.top-margin {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 20px;
  }

  .underline {
    display: none;
  }

  .contact-wrapper {
    margin-right: 0;
  }

  .opening-wrapper {
    order: -1;
    margin-bottom: 60px;
  }

  .footer-bottom {
    text-align: center;
  }

  .hero-section {
    height: 80vh;
    box-shadow: 0 10px 40px rgba(176, 179, 206, .3);
  }

  .social-links {
    margin-bottom: 40px;
  }

  .mouse-icon {
    display: none;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-wrapper {
    padding: 20px;
  }

  .card-wrapper {
    max-width: 100%;
  }

  .card-content {
    width: 100%;
  }

  .card-image {
    max-width: 200px;
  }

  .news-list {
    grid-template-columns: 100%;
    justify-content: stretch;
    justify-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-link {
    font-size: 14px;
    line-height: 20px;
  }

  .tab-link.w--current {
    line-height: 20px;
  }

  .collection-list {
    grid-template-columns: repeat(auto-fit, 32%);
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .small-image-1 {
    height: 180px;
  }

  .image-grid {
    width: 80%;
    height: 480px;
    order: 1;
    margin-top: 60px;
  }

  .small-image-2 {
    height: 180px;
  }

  .about-content {
    width: 80%;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 224px));
    grid-auto-columns: 1fr;
  }

  .image-overlay {
    display: none;
  }

  .news-page-list {
    grid-template-columns: 100%;
    justify-content: stretch;
    justify-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-item-page {
    width: 80%;
    margin-bottom: 40px;
  }

  .grid-content-item {
    width: 80%;
    align-self: center;
    margin-left: 0;
  }

  .container {
    padding-right: 20px;
  }

  .hero-section-t {
    height: 80vh;
    box-shadow: 0 10px 40px rgba(176, 179, 206, .3);
  }

  .opening-wrapper-pdx {
    order: -1;
    margin-bottom: 60px;
  }

  .content-mwrapper-t.vertical-align {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex;
  }

  .nav-link {
    height: auto;
    text-transform: uppercase;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    z-index: 400;
    width: 100vw;
    height: 60vh;
    transform-origin: 50% 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    margin-top: 88px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 40px 40px -40px rgba(124, 128, 155, .5);
  }

  .h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .underline-button {
    margin-left: 10px;
  }

  .h2 {
    flex: 1;
  }

  .style-guide-title {
    text-align: center;
  }

  .contact-wrapper {
    margin-right: 0;
  }

  .contact-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .map {
    width: 280px;
    height: 320px;
  }

  .navigation {
    background-color: rgba(255, 255, 255, .8);
  }

  .hero-section {
    height: 100vh;
    background-position: 50%, 100% 0;
    background-size: cover, cover;
  }

  .hero-content {
    width: 50%;
  }

  .card-wrapper {
    height: 240px;
  }

  .card-image {
    max-width: 180px;
  }

  .news-list {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    align-items: center;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 240px));
  }

  .collection-item {
    height: 100%;
  }

  .item-image {
    height: 160px;
  }

  .item-content {
    height: 200px;
  }

  .image-grid {
    width: 100%;
  }

  .about-content {
    width: 100%;
    margin-left: 0;
  }

  .image-error {
    height: 120px;
  }

  .news-page-list {
    padding-left: 0;
    padding-right: 0;
  }

  .image-item-page {
    width: 100%;
    max-height: 340px;
  }

  .grid-content-item {
    width: 100%;
  }

  .hero-section-t {
    height: 100vh;
    background-position: 50%, 100% 0;
    background-size: cover, cover;
  }

  .contact-content-t {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .brand {
    max-width: 80%;
  }

  .medium-paragraph, .semibold-paragraph {
    line-height: 20px;
  }

  .h1 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 30px;
  }

  .small-title {
    font-size: 14px;
    line-height: 20px;
  }

  .underline-button {
    margin-top: 10px;
  }

  .h3 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .style-guide-title {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .style-guide-content {
    flex-direction: column;
  }

  .button-primary {
    padding: 10px 32px;
  }

  .h4 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .h4.align-left {
    text-align: left;
  }

  .small-paragraph {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
  }

  .small-medium-paragraph {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .xs-paragraph.padding-left {
    padding-left: 2px;
  }

  .rich-text-white {
    max-width: 100%;
    padding: 20px;
  }

  .rich-text-white h2 {
    font-size: 26px;
  }

  .rich-text-white p, .rich-text-white blockquote, .rich-text-white li {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .opening-wrapper {
    width: 80%;
  }

  .contact-content {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .map {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .footer-span {
    padding-left: 6px;
    padding-right: 6px;
  }

  .hero-section {
    height: 94vh;
    box-shadow: none;
    background-image: url('../images/falafels-copy.jpg');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .hero-wrapper {
    justify-content: center;
  }

  .hero-content {
    width: 100%;
    max-width: 300px;
    text-align: center;
    align-items: center;
  }

  .social-links {
    margin-bottom: 60px;
    margin-left: 0;
    left: auto;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .feature-wrapper {
    padding: 40px;
  }

  .vertical-line {
    width: 148px;
    height: 1px;
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .card-wrapper {
    height: 100%;
    flex-direction: column;
  }

  .card-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .card-image {
    height: 140px;
    max-width: 100%;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .inline-text {
    margin-bottom: 6px;
  }

  .news-list {
    grid-row-gap: 40px;
    grid-template-columns: 100%;
  }

  .tabs {
    width: 100vw;
    align-items: flex-start;
    display: block;
    overflow: hidden;
  }

  .tabs-menu {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .tab-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .collection-list {
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .collection-item {
    flex-direction: row;
  }

  .item-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    justify-content: center;
  }

  .item-content {
    width: 90%;
    height: 180px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .vegan-label, .spicy-label {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

  .new-text, .discount-text {
    margin-right: 0;
  }

  .small-image-1 {
    height: 120px;
  }

  .image-grid {
    height: 320px;
  }

  .small-image-2 {
    height: 120px;
  }

  .gallery-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .gallery-image-wrapper {
    height: 140px;
  }

  .first-letter {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 54px;
    line-height: 54px;
  }

  .small-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .rich-text p, .rich-text blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text li {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .utility-page-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .news-page-list {
    grid-template-columns: 100%;
  }

  .image-item-page {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .vegan-label-item, .spicy-label-item {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }

  .discount-label-item {
    margin-right: 0;
  }

  .text-block-3 {
    color: #fff;
  }

  .hero-wrapper-t {
    justify-content: center;
  }

  .hero-section-t {
    height: 94vh;
    box-shadow: none;
    background-image: url('../images/APC_0067.jpg');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .opening-wrapper-pdx {
    width: 80%;
  }

  .contact-content-t {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-pdx {
    max-width: 80%;
  }

  .div-block-7 {
    z-index: 555;
    width: 88px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 10px;
    position: -webkit-sticky;
    position: sticky;
  }
}

#w-node-div-block-15-4dee58fd {
  align-self: end;
}

#w-node-div-block-17-4dee58fd {
  justify-self: end;
}

#w-node-heading-2-74ee5906, #w-node-f4e9a699-a395-bad1-0023-bffe47d0ad7a-74ee5906, #w-node-fec2cadf-9002-a760-0939-b2f6fda5d55f-74ee5906 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-div-block-15-984891f4 {
  align-self: end;
}

#w-node-div-block-17-984891f4 {
  justify-self: end;
}


