@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figure, footer, header, main, nav, section, summary {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

embed, img, object {
  width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  color: inherit;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted var(--parcs_darkgrey);
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid var(--parcs_grey);
  margin: .3em 0 .5em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

input, select, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

code, kbd, pre, samp {
  font-family: monospace,sans-serif;
}

.clickable, button, input[type=button], input[type=file], input[type=submit], label {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  color: var(--parcs_darkgrey);
}

@font-face {
  font-family: 'Tuppence';
  src: url("/assets/fonts/tuppence-variable.woff") format("woff-variations");
  src: url("/assets/fonts/tuppence-variable.woff2") format("woff2-variations");
  font-weight: 350 700;
}

@font-face {
  font-family: 'Tuppence Italic';
  src: url("/assets/fonts/tuppence-italic-variable.woff") format("woff-variations");
  src: url("/assets/fonts/tuppence-italic-variable.woff2") format("woff2-variations");
  font-weight: 350 700;
}

@font-face {
  font-family: 'ABC Whyte';
  src: url("/assets/fonts/ABCWhyte-Medium.woff") format("woff");
  src: url("/assets/fonts/ABCWhyte-Medium.woff2") format("woff2");
}

:root {
  --blk: #000000;
  --wht: #ffffff;
  --chr: #313131;
  --gry: #888888;
  --red: #fe0000;
  --parcs_green: #AFB35D;
  --parcs_lightgreen: #EBE89E;
  --parcs_charcoal: #121212;
  --parcs_grey: #F6F6F6;
  --parcs_darkgrey: #2A2A2A;
  --parcs_midgrey: #E6E6E6;
  --parcs_green-50: #CECF7C;
  --parcs_lightgreen-50: #F5F3D2;
  --parcs_orange: #C97146;
  --parcs_lightorange: #F6A04D;
}

html {
  font-size: 100%;
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: "Tuppence", Georgia, Times, "Times New Roman", serif;
  line-height: 124%;
  text-align: center;
  letter-spacing: 0.0125em;
  background-color: var(--parcs_green);
  color: var(--parcs_darkgrey);
  font-variation-settings: "wght" 350, "ital" 0;
  -webkit-transition: font-variation-settings 0.3s ease-in-out;
  transition: font-variation-settings 0.3s ease-in-out;
}

header {
  position: absolute;
  width: 100%;
  padding: 25px 30px 0 30px;
  top: 0;
  left: 0;
  font-size: 1.42em;
  line-height: 104%;
  z-index: 2000;
}

header .ig {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}

header .ig a img {
  display: none;
}

header .nav {
  position: fixed;
  text-align: left;
}

header .nav button {
  margin-bottom: 2px;
}

header .nav ul {
  font-size: .88em;
  letter-spacing: 0.0075em;
  line-height: 112%;
  text-indent: 9px;
  overflow: hidden;
}

main#home .hero .container {
  background-color: var(--parcs_green);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main#home .hero .container .logo-full,
main#home .hero .container .graphic-element {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#home .hero .container .logo-full {
  z-index: 1000;
}

main#home .hero .container .logo-full img {
  width: 62vw;
}

main#home .hero .container .graphic-element {
  z-index: 10;
  opacity: .75;
  overflow: hidden;
}

main#home .hero .container .graphic-element img {
  height: 90vh;
  width: 100vw;
}

main#home .hero .container .tagline {
  padding: 26px 30px;
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  font-size: 1.125em;
  letter-spacing: -0.015em;
  line-height: 104%;
  text-align: left;
  z-index: 100;
}

main#home .hero .container .tagline h1::before {
  content: '⬤ ';
  font-size: .8rem;
  position: relative;
  top: -3.5px;
  margin-right: .5px;
}

main#home .action .container {
  background-color: var(--parcs_grey);
  padding: 180px 0 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#home .action .container .dine-in a,
main#home .action .container .to-products a {
  border: 2px solid var(--parcs_darkgrey);
  width: 35vw;
  height: 35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75em;
  line-height: 104%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  background-position: center;
  background-size: cover;
}

main#home .action .container .dine-in a {
  margin-right: 15px;
  border-radius: 2000px;
}

main#home .action .container .to-products a {
  margin-left: 15px;
}

main#home .action .container .dine-in a span.A,
main#home .action .container .to-products a span.A {
  text-transform: uppercase;
}

main#home .action .container .dine-in a span.B,
main#home .action .container .to-products a span.B {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  letter-spacing: -0.025em;
}

main#home #contact .container {
  background-color: var(--parcs_grey);
  padding: 180px 0 180px 0;
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  font-size: 1.5em;
  letter-spacing: -0.0125em;
  line-height: 132%;
}

main#home #contact .container h2 {
  text-transform: uppercase;
  margin-bottom: 24px;
}

main#home #contact .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#home #contact .container ul li p {
  padding: 0 4px;
}

main#home #contact .container ul li a {
  font-family: "Tuppence", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.0125em;
  padding: 0 4px 0 4.5px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  line-height: 100%;
}

main#home #contact .container .reference {
  margin-top: 36px;
  font-size: .88rem;
  letter-spacing: -0.0175em;
}

main#home #contact .container .contact-details h2 {
  margin-top: 72px;
}

main#home .newsletter {
  color: var(--parcs_grey);
  background-color: var(--parcs_charcoal);
}

main#home .newsletter .container {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 48vw;
  text-align: left;
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  letter-spacing: -0.016em;
  line-height: 124%;
}

main#home .newsletter .container h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

main#home .newsletter .container button {
  margin-top: 30px;
  padding: 8px 18px;
  color: var(--parcs_grey);
  border-radius: 30px;
  border: solid 2px var(--parcs_grey);
  text-transform: uppercase;
}

main#home .newsletter .container p {
  font-size: .88rem;
  line-height: 132%;
}

main#home .newsletter .container .clear input {
  margin: 30px 0 0 0;
  padding: 8px 18px;
  color: var(--parcs_grey);
  border-radius: 30px;
  border: solid 2px var(--parcs_grey);
  text-transform: uppercase;
}

main#home .newsletter .container .clear input:hover {
  color: var(--parcs_darkgrey) !important;
  background-color: var(--parcs_grey);
  -webkit-transition: .12s ease-out;
  transition: .12s ease-out;
}

main#home .newsletter .container .mc-field-group {
  margin-top: .88rem;
}

main#home .newsletter .container .mc-field-group input {
  width: 100%;
  color: var(--parcs_grey);
}

main#home .newsletter .container .mc-field-group ::-webkit-input-placeholder {
  font-family: "Tuppence", Georgia, Times, "Times New Roman", serif;
  font-size: .88rem;
  color: var(--parcs_grey);
  opacity: .25;
}

main#home .newsletter .container .mc-field-group :-ms-input-placeholder {
  font-family: "Tuppence", Georgia, Times, "Times New Roman", serif;
  font-size: .88rem;
  color: var(--parcs_grey);
  opacity: .25;
}

main#home .newsletter .container .mc-field-group ::-ms-input-placeholder {
  font-family: "Tuppence", Georgia, Times, "Times New Roman", serif;
  font-size: .88rem;
  color: var(--parcs_grey);
  opacity: .25;
}

main#home .newsletter .container .mc-field-group ::placeholder {
  font-family: "Tuppence", Georgia, Times, "Times New Roman", serif;
  font-size: .88rem;
  color: var(--parcs_grey);
  opacity: .25;
}

main#home .newsletter .container #mce-EMAIL {
  font-size: 100%;
}

main#home .newsletter .container .mce_inline_error,
main#home .newsletter .container #mce-success-response {
  font-size: .88rem;
  line-height: 132%;
}

main#home .newsletter .container .mce_inline_error {
  color: var(--red);
  margin-top: 4px;
}

main#home .newsletter .container #mce-success-response {
  color: var(--parcs_lightgreen);
  margin-top: 0.88rem;
}

main#home .newsletter .container #mce-FNAME:focus-visible,
main#home .newsletter .container #mce-EMAIL:focus-visible {
  outline: none;
}

main#about .hello .container {
  background-color: var(--parcs_green-50);
  width: calc(100% - 60px);
  min-height: calc(100% - 60px);
  margin: 30px;
  padding: 80px 60px 60px 60px;
  border-radius: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-variant-numeric: oldstyle-nums;
}

main#about .hello .container h1,
main#about .hello .container p,
main#about .hello .container blockquote {
  margin-bottom: 15px;
  font-size: 1.125em;
  line-height: 124%;
  max-width: 670px;
}

main#about .hello .container h1,
main#about .hello .container .name,
main#about .hello .container blockquote {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  letter-spacing: -0.016em;
}

main#about .hello .container h1 {
  font-size: 2.4rem;
  letter-spacing: -0.025em;
}

main#about .hello .container h1,
main#about .hello .container .name {
  text-transform: uppercase;
}

main#about .hello .container blockquote::before {
  content: '⬤ ';
  font-size: .8rem;
  position: relative;
  top: -3.5px;
  margin-right: .5px;
  line-height: 50%;
}

main#about .hello .container blockquote {
  margin-top: 5px;
  margin-bottom: 30px;
}

main#about .hello .container .sign-off {
  font-family: "Tuppence Italic", Georgia, Times, "Times New Roman", serif;
  font-size: .88rem;
  letter-spacing: 0.0125em;
}

main#about .hello .container .half-space {
  margin-bottom: .25em;
}

main#products {
  background-color: var(--parcs_grey);
}

main#products .intro .container {
  background-color: var(--parcs_grey);
  padding: 200px 30px 55px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#products .intro .container h1 {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  font-size: 1.35em;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 92%;
  -webkit-transform: translate(calc(-9vw - 120px), -1vw) rotate(-12deg);
          transform: translate(calc(-9vw - 120px), -1vw) rotate(-12deg);
  mix-blend-mode: multiply;
}

main#products .intro .container .intro-text {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  letter-spacing: -0.0175em;
  font-size: .94rem;
  line-height: 128%;
  max-width: 450px;
}

main#products .intro .container .intro-text h2 {
  margin: 0 auto .5em auto;
  text-transform: uppercase;
}

main#products .intro .container .intro-text p,
main#products .intro .container .intro-text a {
  font-family: "Tuppence Italic", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.0125em;
}

main#products .intro .container .intro-text p {
  text-align: center;
  font-size: .8rem;
  line-height: 118%;
}

main#products .intro .container .intro-text a {
  line-height: 50%;
  text-transform: initial;
}

main#products .jars .container {
  width: calc(100% - 60px);
  margin: auto;
}

main#products .jars .container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid var(--parcs_darkgrey);
  max-width: 1024px;
  margin: auto;
  padding: 0 0 120px 0;
}

main#products .jars .container .item .item-container {
  width: 100%;
  background-color: var(--parcs_grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main#products .jars .container .item .item-container .left-col,
main#products .jars .container .item .item-container .right-col {
  width: 50%;
}

main#products .jars .container .item .item-container .left-col {
  padding-right: 15px;
}

main#products .jars .container .item .item-container .right-col {
  padding: 60px 30px 0 15px;
}

main#products .jars .container .item .item-container .right-col .product-title {
  margin-bottom: 30px;
}

main#products .jars .container .item .item-container .right-col .product-recipes {
  margin-top: 30px;
}

main#products .jars .container .item .item-container .right-col h1,
main#products .jars .container .item .item-container .right-col h2,
main#products .jars .container .item .item-container .right-col h3,
main#products .jars .container .item .item-container .right-col h4 {
  line-height: 104%;
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  letter-spacing: -0.0175em;
}

main#products .jars .container .item .item-container .right-col h1 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

main#products .jars .container .item .item-container .right-col h2 {
  font-size: 1.125em;
}

main#products .jars .container .item .item-container .right-col h3 {
  font-size: 1.125em;
  margin-bottom: 2px;
}

main#products .jars .container .item .item-container .right-col h4 {
  text-align: left;
  margin-bottom: 2px;
  line-height: 124%;
  font-size: .92rem;
}

main#products .jars .container .item .item-container .right-col .tagline::before {
  content: '⬤ ';
  font-size: .62rem;
  position: relative;
  top: -3.25px;
  margin-right: .5px;
  line-height: 50%;
}

main#products .jars .container .item .item-container .right-col p {
  text-align: left;
  font-size: .88rem;
  font-variant-numeric: oldstyle-nums;
}

main#products .more-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main#products .more-products .more-products-container {
  width: calc(100% - 60px);
  padding: 60px 0 180px 0;
  border-top: 1px dotted var(--parcs_darkgrey);
  font-family: "Tuppence Italic", Georgia, Times, "Times New Roman", serif;
}

main#products #stockists .container {
  background-color: var(--parcs_charcoal);
  color: var(--parcs_grey);
  padding: 120px 30px 120px 30px;
  font-family: "Tuppence Italic", Georgia, Times, "Times New Roman", serif;
  letter-spacing: 0.0125em;
}

main#products #stockists .container .location {
  font-size: 1.125em;
  line-height: 132%;
}

main#products #stockists .container .location h2 {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  font-size: 1.125em;
  letter-spacing: -0.018em;
  margin: 48px 0 15px 0;
}

main#products #stockists .container .location ul li {
  font-variant-numeric: oldstyle-nums;
}

main#products #stockists .container .last-updated {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  font-size: .88em;
  letter-spacing: -0.006em;
  margin-top: 60px;
}

main#products #stockists .container .last-updated span {
  margin-left: 3px;
}

footer {
  background-color: var(--parcs_midgrey);
  padding: 60px 0;
  font-variant-numeric: oldstyle-nums;
}

footer img {
  max-width: 72px;
  margin-bottom: 1em;
  padding-right: 6px;
}

footer .address {
  margin-bottom: .5em;
}

footer button {
  margin: auto;
}

footer .credit {
  font-size: .64rem;
  margin-top: 4em;
  opacity: .4;
}

main#error {
  min-height: calc(100vh - 300px);
  background-color: var(--parcs_grey);
  padding: 180px 30px;
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  letter-spacing: -0.0125em;
}

main#error h1 {
  font-size: 2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 540px) {
  header {
    padding: 6vh 6vw 0 6vw;
  }
  header .ig {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  header .ig a img {
    display: block;
  }
  header .ig a span {
    display: none;
  }
  header .nav ul {
    padding-top: .5em;
    text-align: center;
    text-indent: 0;
    line-height: 148%;
    font-size: 1.75em;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
  }
  header .nav.mob {
    background-color: var(--parcs_green-50);
    margin: -6vh -6vw;
    padding: 6vh 6vw;
    width: 100%;
    height: 100%;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in;
  }
  header .ig {
    text-align: right;
  }
  main#home .hero .container {
    height: 100vh;
  }
  main#home .hero .container .logo-full,
  main#home .hero .container .graphic-element {
    height: 100vh;
  }
  main#home .hero .container .logo-full img {
    width: 88vw;
  }
  main#home .hero .container .graphic-element img {
    height: 100vh;
    width: 125vw;
  }
  main#home .hero .container .tagline {
    padding: 0 18vw 7.2vw 6vw;
  }
  main#home .action .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 120px;
  }
  main#home .action .container .dine-in a,
  main#home .action .container .to-products a {
    width: 88vw;
    height: 88vw;
    margin: auto;
    border: 1.5px solid var(--parcs_darkgrey);
    font-size: 1.75rem;
  }
  main#home .action .container .dine-in a {
    margin-bottom: 48px;
  }
  main#home #contact .container {
    padding: 120px 6vw 120px 6vw;
  }
  main#home #contact .container ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main#home #contact .container h2,
  main#home #contact .container ul li p,
  main#home #contact .container .reference {
    text-align: left;
  }
  main#home #contact .container .open-hours,
  main#home #contact .container .contact-details {
    border-left: 1px dotted rgba(33, 33, 33, 0.25);
    padding-left: 12px;
    padding-bottom: 60px;
  }
  main#home #contact .container h2 {
    font-size: 1.65rem;
    letter-spacing: -0.025em;
    margin: 0 0 24px 0;
  }
  main#home #contact .container .contact-details {
    margin-top: 90px;
  }
  main#home #contact .container ul li p,
  main#home #contact .container ul li a {
    padding: 0 8px 0 0;
    font-size: 1.25rem;
    line-height: 132%;
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  main#home #contact .container ul li p {
    letter-spacing: -0.0175em;
    padding: 0 3px;
  }
  main#home #contact .container ul li a {
    padding: 0 3px 0 4.5px;
  }
  main#home #contact .container ul li a,
  main#home #contact .container ul li p.ital {
    letter-spacing: 0.0125em;
  }
  main#home #contact .container .reference {
    font-size: 1rem;
    margin-top: 48px;
  }
  main#home .newsletter .container {
    max-width: 88vw;
    padding: 12vh 0;
  }
  main#home .newsletter .container h3 {
    font-size: 1.65rem;
  }
  main#home .newsletter .container p {
    font-size: 0.8rem;
  }
  main#home .action .container .dine-in a {
    background-image: url("/assets/img/dine-in.png");
  }
  main#home .action .container .dine-in a span.A {
    display: none;
  }
  main#home .action .container .to-products a {
    background-image: url("/assets/img/products.png");
  }
  main#home .action .container .to-products a span.B {
    display: none;
  }
  main#home .action .container .to-products a span.A {
    font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
    letter-spacing: -0.025em;
  }
  main#home .action .container .dine-in,
  main#home .action .container .to-products {
    color: var(--parcs_grey);
  }
  main#about .hello .container {
    width: calc(100% - 12vw);
    min-height: calc(100% - 12vw);
    margin: 6vw;
    padding: 80px 6vw 50px 6vw;
  }
  main#about .hello .container h1,
  main#about .hello .container blockquote {
    margin-bottom: 40px;
  }
  main#about .hello .container .sign-off {
    max-width: 160px;
  }
  main#products {
    padding: 40px 0 0 0;
  }
  main#products .intro .container {
    padding: 240px 6vw 60px 6vw;
  }
  main#products .intro .container h1 {
    font-size: 1.5rem;
    -webkit-transform: translate(-1vw, 0) rotate(-6deg);
            transform: translate(-1vw, 0) rotate(-6deg);
  }
  main#products .intro .container .intro-text {
    margin-top: 30px;
    font-size: .84rem;
  }
  main#products .intro .container .intro-text h2 {
    margin: 0 auto 15px auto;
    max-width: 280px;
  }
  main#products .intro .container .intro-text p {
    max-width: 300px;
    margin: 0 auto;
  }
  main#products .jars .container {
    width: calc(100% - 12vw);
  }
  main#products .jars .container .item {
    padding: 18vw 0 0 0;
    margin: 0;
    border-top: 1px dotted var(--parcs_darkgrey);
  }
  main#products .jars .container .item .item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 120px 0;
  }
  main#products .jars .container .item .item-container .left-col,
  main#products .jars .container .item .item-container .right-col {
    width: 100%;
    padding: 0 0 0 0;
  }
  main#products .jars .container .item .item-container .left-col {
    margin-bottom: 40px;
  }
  main#products .jars .container .item .item-container .right-col h1,
  main#products .jars .container .item .item-container .right-col h2 {
    font-size: 1.25rem;
  }
  header.products-header h1 {
    padding-top: 80px;
  }
}

a:hover {
  color: var(--parcs_green);
  -webkit-transition: .12s ease;
  transition: .12s ease;
}

nav a:hover,
.ig a:hover {
  opacity: .125;
  color: var(--parcs_darkgrey);
}

::-moz-selection {
  background-color: none;
  color: var(--parcs_green);
}

::selection {
  background-color: none;
  color: var(--parcs_green);
}

.hide {
  height: 0;
  opacity: 0;
  -webkit-transition: .125s ease-in-out;
  transition: .125s ease-in-out;
}

.active {
  overflow: visible !important;
  opacity: 1;
}

.fade {
  opacity: .125;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.fade:hover {
  opacity: .125 !important;
}

.newsletter button:hover {
  color: var(--parcs_darkgrey) !important;
  background-color: var(--parcs_grey);
  -webkit-transition: .12s ease-out;
  transition: .12s ease-out;
}

nav .nav-btn:hover {
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

@media only screen and (min-width: 600px) {
  nav a:hover {
    font-family: "Tuppence Italic", Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: .025em;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .dine-in a:hover,
  .to-products a:hover {
    opacity: 1;
    color: var(--parcs_grey);
    -webkit-transition: 0s;
    transition: 0s;
  }
  .dine-in a:hover {
    background-image: url("/assets/img/dine-in.png");
  }
  .to-products a:hover {
    background-image: url("/assets/img/products.png");
  }
  .dine-in a span.A,
  .to-products a span.A {
    display: inline;
  }
  .dine-in a span.B,
  .to-products a span.B {
    display: none;
  }
  .dine-in a:hover span.A,
  .to-products a:hover span.A {
    display: none;
  }
  .dine-in a:hover span.B,
  .to-products a:hover span.B {
    display: inline;
  }
}

@-webkit-keyframes button-shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes button-shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

.button-shake:hover {
  -webkit-animation-name: button-shake;
  animation-name: button-shake;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

a {
  font-variation-settings: "wght" 350;
}

header a,
header button,
.dine-in a,
.to-products a {
  font-variation-settings: "wght" 500, "ital" 0;
}

.page-title {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 2.4rem;
  line-height: 124%;
}

.section-title {
  font-family: "ABC Whyte", Helvetica, Arial, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 2.4rem;
  line-height: 124%;
}

.ital {
  font-family: "Tuppence Italic", Georgia, Times, "Times New Roman", serif;
  letter-spacing: -0.0025em;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  line-height: 100%;
}

.space-top {
  margin-top: 2em;
}

sup {
  font-size: 55%;
  top: -0.75em;
}
/*# sourceMappingURL=index.css.map */