.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
  }
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  color: #163c22;
  background-color: #163c22;
  font-family: Syne, sans-serif;
  overflow-x: hidden;
}

.hero {
  text-align: center;
  background-color: #dfb676;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-top: -9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(100vw - 8rem);
  height: 100%;
  display: flex;
}

.container.footer {
  background-image: url('../images/Group-633055.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.hero {
  z-index: 3;
  background-color: #b8b8b800;
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4rem;
}

.container.hero-container {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

.container.vert {
  flex-flow: column;
}

.navbar {
  z-index: 998;
  background-color: #dfb676;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 16px -2px #0003;
}

.about {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map {
  background-color: #dfb676;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  padding: 2rem;
}

.nav-link {
  color: #163c22;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9rem;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-decoration: underline #163c22;
  text-decoration: underline #163c22;
  text-decoration-thickness: 2px;
}

.nav-link.w--current {
  color: #163c22;
}

.nav-link.last {
  padding-right: 0;
}

.logo {
  height: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.brand {
  position: static;
}

.nav-menu {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.h2.cream {
  color: #dfb676;
}

.h2.cream.contact {
  margin-bottom: 3rem;
}

.h2.white {
  color: #fff;
}

.p {
  color: #fff;
  max-width: 79ch;
  font-size: 1rem;
  line-height: 138%;
}

.p.white {
  color: #fff;
}

.p.footer-enquiries {
  max-width: 50ch;
}

.p.footer-small {
  line-height: 69%;
}

.box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  outline: 1px solid #dfb676;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  display: flex;
}

.box-small-text {
  color: #dfb676;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.box-large-text {
  color: #fff;
  font-variant: lining-nums;
  min-width: 5rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4rem;
  display: block;
}

.produce-box {
  z-index: 10;
  transform-origin: 100% 0;
  background-color: #fff;
  border-style: solid;
  border-color: #163c22;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  flex-flow: column;
  width: 450px;
  max-width: calc(100% - 2rem);
  min-height: 100px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: scale(1)translate(0, -50%);
  box-shadow: -10px 11px 13px -8px #0003;
}

.produce-box-header {
  color: #fff;
  background-color: #163c22;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.produce-box-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1rem;
}

.produce-box-nav {
  position: relative;
}

.produce-grid {
  border-bottom: 1px solid #163c22;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  padding: 0 1.5rem;
}

.produce-grid.last {
  border-bottom-width: 0;
}

.produce-grid.first {
  border-top: 1px solid #163c22;
}

.produce-box-label {
  text-transform: uppercase;
  border-right: 1px solid #163c22;
  height: 3rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 3rem;
}

.produce-box-val {
  padding-left: .5rem;
  font-size: 1rem;
  line-height: 3rem;
}

.produce-box-image {
  aspect-ratio: 1;
  width: 100%;
}

.banner {
  z-index: 3;
  line-height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.countries_colllection-item {
  color: #fff;
}

.footer-cols {
  width: 100%;
}

.footer-logo-text {
  text-transform: uppercase;
  font-weight: 700;
}

.subscribe-form {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.text-field {
  background-color: #bc9a58;
  border: 2px solid #dfb676;
  border-radius: 5px 0 0 5px;
  height: 3.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.footer-form {
  width: 100%;
  display: flex;
}

.submit-button {
  color: #dfb676;
  text-transform: uppercase;
  background-color: #215732;
  border: 2px solid #dfb676;
  border-left-width: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 3.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: all .7s cubic-bezier(.23, 1, .32, 1);
}

.submit-button:hover {
  color: #bc9a58;
  background-color: #dfb676;
}

.h2-hero {
  color: #fff;
  text-transform: uppercase;
}

.spacer {
  height: 2rem;
}

.banner-text {
  color: #dfb676;
  text-align: center;
  text-transform: uppercase;
  background-color: #163c22;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto;
}

/* Visually-hidden utility: SEO-readable text that's invisible to sighted users
   and takes no layout space. Used for the page H1 so the visual banner can
   stay a <div> (some browsers reserve top space for an in-flow <h1>). */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-pagination-wrap {
  margin-top: 1rem;
}

.hero-pagination-item {
  filter: brightness(200%);
  margin-left: .5rem;
  margin-right: .5rem;
}

.hero-pagination-item.active {
  filter: brightness(100%);
  cursor: pointer;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000000ad, #0000);
  flex: 1;
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.map-wrap {
  width: 66%;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.map-img {
  width: 100%;
  display: block;
}

.dots {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.site-wrap {
  width: 100vw;
  width: 100svw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  aspect-ratio: 1;
  background-image: url('../images/Product_Thyme_01_V2.webp');
  background-position: 50%;
  background-size: cover;
}

.mobile-nav-link-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-stack {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  padding: 0;
}

.footer-cell {
  padding-bottom: 1rem;
}

.footer-cell.last {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
}

.arrow {
  cursor: pointer;
  aspect-ratio: 1;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow.right {
  left: auto;
  transform: rotate(180deg);
}

.arrow.hidden {
  display: none;
}

.arrow.green {
  background-image: url('../images/arrow-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}

.privacy-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.h1.white {
  color: #fff;
}

.cookie-bar {
  z-index: 888;
  background-color: #dfb676;
  border: 0 solid #000;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  font-size: 1.1rem;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0);
}

.cookie-bar.hidden {
  transform: translate(0, 100%);
}

.link-green {
  color: #163c22;
}

.text-block {
  padding-left: 2rem;
  line-height: 5rem;
}

.button.outline {
  color: #163c22;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #163c22;
  height: 3rem;
  margin-right: 2rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3rem;
  transition: all .2s;
  display: block;
}

.button.outline:hover {
  color: #dfb676;
  background-color: #163c22;
}

.splash {
  z-index: -99;
  background-color: #153a21;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.splash.hidden {
  display: none;
}

.logo-animated {
  z-index: 99999;
  aspect-ratio: 1;
  width: 30vw;
  max-width: 200px;
  height: 30vw;
  max-height: 200px;
  position: absolute;
}

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.map-anchor, .anchor {
  position: absolute;
  top: -5rem;
}

.logo-middle {
  width: 10vw;
  max-width: 9rem;
}

.grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-items: center;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100vw - 4em);
  }

  .map {
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .footer {
    padding-top: 1rem;
  }

  .nav-link {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .nav-menu {
    background-color: #dfb676;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin-top: 0;
    position: fixed;
    inset: 0%;
  }

  .p {
    max-width: 50ch;
  }

  .produce-box {
    width: 100%;
    max-width: 410px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0%;
    transform: translate(0);
  }

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

  .footer-col {
    margin-bottom: 4rem;
  }

  .map-wrap {
    width: 100%;
  }

  .menu-button {
    margin-right: -18px;
  }

  .menu-button.w--open {
    z-index: 99;
    background-color: #c8c8c800;
  }

  .menu-button-image {
    width: 2rem;
  }

  .mobile-nav-link-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -5rem;
    display: flex;
  }

  .footer-stack {
    grid-column-gap: 5.1rem;
    grid-row-gap: 5.1rem;
    margin-top: 3rem;
  }

  .arrow.green {
    display: block;
  }

  .arrow.food {
    display: none;
  }

  .cookie-bar {
    font-size: 1rem;
    transition: all .275s;
  }

  .cookie-bar.hidden {
    transition-property: none;
  }

  .splash {
    pointer-events: none;
  }

  .logo-middle {
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .container.footer {
    background-size: 7rem;
  }

  .about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .map {
    background-image: none;
    padding-bottom: 2rem;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h2 {
    font-size: 2.2rem;
  }

  .p {
    max-width: 48ch;
  }

  .banner-text {
    font-size: .7rem;
  }

  .hero-pagination-item {
    width: 24px;
  }

  .footer-stack {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-cell {
    padding-bottom: 0;
  }

  .footer-cell.last {
    padding-top: 2rem;
  }

  .text-block {
    width: 60%;
    max-width: 60ch;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .button.outline {
    width: auto;
    font-size: 1rem;
  }

  .logo-middle {
    width: 10rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: calc(100vw - 3em);
  }

  .navbar {
    height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link {
    text-align: center;
    font-size: 9vw;
    line-height: 50%;
  }

  .logo {
    height: 2.3rem;
  }

  .nav-menu {
    height: calc(100vh - 4.5rem);
    height: calc(100dvh - 4.5rem);
    margin-top: -.5rem;
  }

  .h2 {
    font-size: 1.4rem;
  }

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

  .p {
    max-width: 37ch;
  }

  .p.p-hero {
    max-width: 31ch;
  }

  .produce-box {
    max-width: calc(100% - 3rem);
    transform: translate(0)translate(0);
  }

  .produce-box-title {
    font-size: .8rem;
  }

  .produce-grid {
    padding-left: 1rem;
  }

  .produce-grid.last {
    border-bottom-style: none;
  }

  .produce-box-label {
    height: 2.3rem;
    font-size: .7rem;
    line-height: 2.3rem;
  }

  .produce-box-val {
    font-size: .8rem;
    line-height: 2.3rem;
  }

  .produce-box-image {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .banner-text {
    font-size: 2vw;
  }

  .hero-pagination-item {
    width: 17px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .slide {
    aspect-ratio: 16 / 9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .menu-button-image {
    width: 1.2rem;
  }

  .mobile-nav-link-wrap {
    margin-top: -4.5rem;
  }

  .mask {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .cookie-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    width: 72%;
    max-width: 40ch;
    padding-left: 1rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .button.outline {
    cursor: pointer;
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .7rem;
  }

  .logo-animated {
    width: 60vw;
    height: 60vw;
  }

  .logo-middle {
    width: 8rem;
  }
}

#w-node-_21c14c1c-c562-84fd-199b-d327b3288a9f-68d78592 {
  justify-self: start;
}

#w-node-_3adfab4d-ad54-3d5a-5864-5e5da02722d3-68d78592 {
  place-self: center;
}

#w-node-_3adfab4d-ad54-3d5a-5864-5e5da02722d4-68d78592, #w-node-_3adfab4d-ad54-3d5a-5864-5e5da02722db-68d78592 {
  justify-self: end;
}

#w-node-_7a477b0b-b77e-160e-681e-2caf5707a9fe-68d78592, #w-node-b73eff1e-0e78-059f-c30f-a49201455fa3-68d78592, #w-node-b73eff1e-0e78-059f-c30f-a49201455fa5-68d78592, #w-node-_4f7a6317-7543-1ef5-8236-bc42e960b7b2-68d78592 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c0442c2-97d3-e790-8cc1-18dab4c01514-68d78592 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0c1d22a4-8de6-370b-f340-9ff635276692-68d78592, #w-node-_47c8d60b-4053-d67c-5ae7-d246d1ee7182-68d78592 {
  grid-row: span 2 / span 2;
}

#w-node-_4c0442c2-97d3-e790-8cc1-18dab4c01514-a0def3f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4c0442c2-97d3-e790-8cc1-18dab4c01514-68d78592, #w-node-_4c0442c2-97d3-e790-8cc1-18dab4c01514-a0def3f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_57d7e00b-7218-879e-0dca-c6185dc2f37a-a0def3f0 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c0442c2-97d3-e790-8cc1-18dab4c01514-68d78592, #w-node-_4c0442c2-97d3-e790-8cc1-18dab4c01514-a0def3f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_57d7e00b-7218-879e-0dca-c6185dc2f37a-a0def3f0 {
    grid-column: span 1 / span 1;
  }
}


