@charset "UTF-8";

/*!
    Theme Name: Toms Pies
    Theme URI: https://creasis-studios.com
    Author: Creasis
    Author URI: https://creasis-studios.com
    Description: Toms Pies Custom Theme
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: tomspies
*/

/* 1 - Settings */

/* Descriptive Naming */

/* Overwrites */

/* Functional Naming */

@font-face {
  font-family: 'bebas_neue';
  src: url(fonts/bebasneue_regular-webfont.woff2) format("woff2"), url(fonts/bebasneue_regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* 2 - Tools */

@-webkit-keyframes wiggleSign {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  33% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  78% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggleSign {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  33% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  78% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes wiggleSignDelayed {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  20% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggleSignDelayed {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  20% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes moveTomsHead {
  0%, 6%, 12%, 18%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  2%, 8%, 14% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  4%, 10%, 16% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes moveTomsHead {
  0%, 6%, 12%, 18%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  2%, 8%, 14% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  4%, 10%, 16% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@-webkit-keyframes moveBike {
  0% {
    -webkit-transform: translate(-150px) scaleX(1);
            transform: translate(-150px) scaleX(1);
  }

  48% {
    -webkit-transform: translate(150px) scaleX(1);
            transform: translate(150px) scaleX(1);
  }

  50% {
    -webkit-transform: translate(150px) scaleX(-1);
            transform: translate(150px) scaleX(-1);
  }

  98% {
    -webkit-transform: translate(-150px) scaleX(-1);
            transform: translate(-150px) scaleX(-1);
  }

  100% {
    -webkit-transform: translate(-150px) scaleX(1);
            transform: translate(-150px) scaleX(1);
  }
}

@keyframes moveBike {
  0% {
    -webkit-transform: translate(-150px) scaleX(1);
            transform: translate(-150px) scaleX(1);
  }

  48% {
    -webkit-transform: translate(150px) scaleX(1);
            transform: translate(150px) scaleX(1);
  }

  50% {
    -webkit-transform: translate(150px) scaleX(-1);
            transform: translate(150px) scaleX(-1);
  }

  98% {
    -webkit-transform: translate(-150px) scaleX(-1);
            transform: translate(-150px) scaleX(-1);
  }

  100% {
    -webkit-transform: translate(-150px) scaleX(1);
            transform: translate(-150px) scaleX(1);
  }
}

@-webkit-keyframes jiggleCoconut {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  3% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }

  6% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  9% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }

  18% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes jiggleCoconut {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  3% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }

  6% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  9% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  15% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }

  18% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes moveCoconut {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg) scale(1);
            transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }

  40% {
    -webkit-transform: translateX(103%) translateY(0) rotate(130deg) scale(1);
            transform: translateX(103%) translateY(0) rotate(130deg) scale(1);
  }

  100% {
    -webkit-transform: translateX(103%) translateY(310%) rotate(450deg) scale(0.95);
            transform: translateX(103%) translateY(310%) rotate(450deg) scale(0.95);
  }
}

@keyframes moveCoconut {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg) scale(1);
            transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }

  40% {
    -webkit-transform: translateX(103%) translateY(0) rotate(130deg) scale(1);
            transform: translateX(103%) translateY(0) rotate(130deg) scale(1);
  }

  100% {
    -webkit-transform: translateX(103%) translateY(310%) rotate(450deg) scale(0.95);
            transform: translateX(103%) translateY(310%) rotate(450deg) scale(0.95);
  }
}

@-webkit-keyframes moveChickenMushroom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }

  35% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }

  65% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  80% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }

  95% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes moveChickenMushroom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }

  35% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }

  65% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  80% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }

  95% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes rotateChickenMushroom {
  0% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  5% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }

  35% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  50% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }

  65% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  80% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }

  95% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  100% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
}

@keyframes rotateChickenMushroom {
  0% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  5% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }

  35% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  50% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }

  65% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  80% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }

  95% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }

  100% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
}

@-webkit-keyframes moveCarrot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
}

@keyframes moveCarrot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
}

@-webkit-keyframes moveChickenMushroomWrap {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

@keyframes moveChickenMushroomWrap {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

/* 3 - Generic */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
#RESET
========================================================================== */

body {
  overflow-x: hidden;
}

/**
* A very simple reset that sits on top of Normalize.css.
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

strong,
b {
  font-weight: 600;
}

/**
* Remove trailing margins from nested lists.
*/

li > ol,
li > ul {
  margin-bottom: 0;
}

/**
* Remove default table spacing.
*/

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

/**
* 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
*    on fieldsets.
*/

fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
#SHARED
========================================================================== */

/**
* Shared declarations for certain elements.
*/

/**
* Always declare margins in the same direction:
* csswizardry.com/2012/06/single-direction-margin-declarations
*/

/* stylelint-disable selector-list-comma-newline-after */

address,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
* Consistent indentation for lists.
*/

dd,
ol,
ul {
  margin-left: 24px;
}

svg,
path,
use,
symbol {
  pointer-events: none;
}

/* stylelint-enable selector-list-comma-newline-after */

/* Box sizing */

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

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

/* 4 - Elements */

/**
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 *
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 *
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */

html {
  min-height: 100%;
  /* [3] */
  font-size: 1em;
  /* [1] */
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
  line-height: 1.5;
  /* [1] */
}

html.main-nav-active {
  overflow: hidden;
}

html.scenes-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body {
  position: relative;
  background-color: #c3ab94;
  color: white;
}

/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 *
 * We have all of our heading font sizes defined here. Passing these pixel
 * values into our `font-size()` mixin will generate a rem-based
 * `font-size` with a pixel fallback, as well as generating a `line-height` that
 * will sit on our baseline grid.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  color: #f0d8b9;
  font-family: "clarendon-text-pro", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429;
}

h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/**
 * 1. Fluid images for responsive purposes.
 *
 * 2. Offset `alt` text from surrounding copy.
 *
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

img {
  max-width: 100%;
  /* [1] */
  height: auto;
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */

hr {
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a {
  color: inherit;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

button {
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 16px;
  line-height: 16px;
}

label,
textarea,
input {
  display: block;
}

textarea,
input {
  margin: 0;
  padding: 0 12px;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

textarea {
  min-height: 80px;
  resize: vertical;
}

button {
  cursor: pointer;
}

/*------------------------------------*\
#QUOTES
\*------------------------------------*/

/**
* Inline quotes.
*
*/

q {
  font-style: italic;
  quotes: "\2018" "\2019" "\201C" "\201D";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

/**
* Block quotes.
*
* 1. Hang opening punctuation.
*/

blockquote {
  margin-right: 48px;
  margin-left: 48px;
  font-style: italic;
  quotes: "\201C" "\201D";
}

blockquote p {
  text-indent: -0.41em;
  /* [1] */
}

blockquote p:before {
  content: open-quote;
}

blockquote p:after {
  content: no-close-quote;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p:last-of-type:after {
  content: close-quote;
}

blockquote q {
  quotes: "\2018" "\2019";
}

blockquote q:before {
  content: open-quote;
}

blockquote q:after {
  content: close-quote;
}

table {
  width: 100%;
  table-layout: fixed;
}

th {
  font-weight: bold;
  text-align: left;
}

th,
td {
  padding: 12px;
}

/* 5 - Objects */

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.wrapper--padding-top {
  padding-top: 48px;
}

@media (min-width: 992px) {
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

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

.row--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row--align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row--gutters {
  margin-right: -24px;
  margin-left: -24px;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.row--gutters .column {
  padding-right: 24px;
  padding-left: 24px;
}

.column--grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.column--grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.column--grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.column--grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.column--shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.column--shrink-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

/* 16.666666667% */

.column--1-6 {
  width: 16.666666667%;
}

/* 20% */

.column--1-5 {
  width: 20%;
}

/* 25% */

.column--1-4 {
  width: 25%;
}

/* 33.333333% */

.column--1-3,
.column--2-6 {
  width: 33.333333%;
}

/* 40% */

.column--2-5 {
  width: 40%;
}

/* 50% */

.column--1-2,
.column--2-4,
.column--3-6 {
  width: 50%;
}

/* 60% */

.column--3-5 {
  width: 60%;
}

/* 66.666666% */

.column--2-3,
.column--4-6 {
  width: 66.666666%;
}

/* 75% */

.column--3-4 {
  width: 75%;
}

/* 80% */

.column--4-5 {
  width: 80%;
}

/* 83.333333333% */

.column--5-6 {
  width: 83.333333333%;
}

.column--1,
.column--2-2,
.column--3-3,
.column--4-4,
.column--5-5,
.column--6-6 {
  width: 100%;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > div,
.tns-slider > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > div,
.tns-horizontal.tns-subpixel > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > div,
.tns-horizontal.tns-no-subpixel > li {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > div,
.tns-gallery > li {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * $count / $perpage);
  width: calc(100% * $count / $perpage);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: -webkit-calc(100% / $count);
  width: calc(100% / $count);
  height: 10px;
  float: left;
}

/* 6 - Components */

.csspointerevents .pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(images/black-paper.png);
  z-index: 1000;
  opacity: 0.25;
  pointer-events: none;
}

.csspointerevents .pattern-overlay--nav {
  z-index: 3000;
  display: none;
}

.body--ham-sun-blushed-tomato-and-cheddar {
  background-color: #c6ba85;
}

.body--roast-red-onion-and-gruyere {
  background-color: #ab3d47;
}

.body--roast-butternut-squash-and-blue-cheese {
  background-color: #90cabe;
}

.body--butternut-squash-mixed-bean-and-cheese {
  background-color: #cf5c3a;
}

.body--turkey-smoked-ham-hock-and-cranberry {
  background-color: #ad4049;
}

.body--venison-and-mushroom {
  background-color: #625044;
}

.body--chicken-and-leek-with-thyme {
  background-color: #9bb592;
}

.body--steak-and-devon-blue {
  background-color: #004d58;
}

.body--ham-hock-and-pea {
  background-color: #b2ada5;
}

.body--mushroom-and-spinach {
  background-color: #687b49;
}

.body--steak-and-ale {
  background-color: #b14d3d;
}

.body--lamb-pea-and-mint {
  background-color: #183028;
}

.body--chicken-ham-hock-and-leek {
  background-color: #527f77;
}

.body--chicken-and-wild-mushroom {
  background-color: #b18936;
}

.body--lamb-and-chickpea-with-chorizo {
  background-color: #80535f;
}

.body--cauliflower-spinach-and-lentil {
  background-color: #c3bd82;
}

.page {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(195, 171, 148, 0)), color-stop(25%, rgba(195, 171, 148, 0.8)), color-stop(50%, #c3ab94), color-stop(75%, rgba(195, 171, 148, 0.8)), to(rgba(195, 171, 148, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(195, 171, 148, 0) 0%, rgba(195, 171, 148, 0.8) 25%, #c3ab94 50%, rgba(195, 171, 148, 0.8) 75%, rgba(195, 171, 148, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(195, 171, 148, 0) 0%, rgba(195, 171, 148, 0.8) 25%, #c3ab94 50%, rgba(195, 171, 148, 0.8) 75%, rgba(195, 171, 148, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(195, 171, 148, 0) 0%, rgba(195, 171, 148, 0.8) 25%, #c3ab94 50%, rgba(195, 171, 148, 0.8) 75%, rgba(195, 171, 148, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-position: 50% 50%, 50% 0, 2% 25%, 98% 0;
  background-repeat: no-repeat, round space, no-repeat repeat, no-repeat repeat;
}

.home .page {
  background-image: none;
}

.page__inner {
  position: relative;
  z-index: 2;
}

.body--ham-sun-blushed-tomato-and-cheddar .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(198, 186, 133, 0)), color-stop(25%, rgba(198, 186, 133, 0.8)), color-stop(50%, #c6ba85), color-stop(75%, rgba(198, 186, 133, 0.8)), to(rgba(198, 186, 133, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(198, 186, 133, 0) 0%, rgba(198, 186, 133, 0.8) 25%, #c6ba85 50%, rgba(198, 186, 133, 0.8) 75%, rgba(198, 186, 133, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(198, 186, 133, 0) 0%, rgba(198, 186, 133, 0.8) 25%, #c6ba85 50%, rgba(198, 186, 133, 0.8) 75%, rgba(198, 186, 133, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(198, 186, 133, 0) 0%, rgba(198, 186, 133, 0.8) 25%, #c6ba85 50%, rgba(198, 186, 133, 0.8) 75%, rgba(198, 186, 133, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--roast-red-onion-and-gruyere .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(171, 61, 71, 0)), color-stop(25%, rgba(171, 61, 71, 0.8)), color-stop(50%, #ab3d47), color-stop(75%, rgba(171, 61, 71, 0.8)), to(rgba(171, 61, 71, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(171, 61, 71, 0) 0%, rgba(171, 61, 71, 0.8) 25%, #ab3d47 50%, rgba(171, 61, 71, 0.8) 75%, rgba(171, 61, 71, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(171, 61, 71, 0) 0%, rgba(171, 61, 71, 0.8) 25%, #ab3d47 50%, rgba(171, 61, 71, 0.8) 75%, rgba(171, 61, 71, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(171, 61, 71, 0) 0%, rgba(171, 61, 71, 0.8) 25%, #ab3d47 50%, rgba(171, 61, 71, 0.8) 75%, rgba(171, 61, 71, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--roast-butternut-squash-and-blue-cheese .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(144, 202, 190, 0)), color-stop(25%, rgba(144, 202, 190, 0.8)), color-stop(50%, #90cabe), color-stop(75%, rgba(144, 202, 190, 0.8)), to(rgba(144, 202, 190, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(144, 202, 190, 0) 0%, rgba(144, 202, 190, 0.8) 25%, #90cabe 50%, rgba(144, 202, 190, 0.8) 75%, rgba(144, 202, 190, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(144, 202, 190, 0) 0%, rgba(144, 202, 190, 0.8) 25%, #90cabe 50%, rgba(144, 202, 190, 0.8) 75%, rgba(144, 202, 190, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(144, 202, 190, 0) 0%, rgba(144, 202, 190, 0.8) 25%, #90cabe 50%, rgba(144, 202, 190, 0.8) 75%, rgba(144, 202, 190, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--butternut-squash-mixed-bean-and-cheese .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(207, 92, 58, 0)), color-stop(25%, rgba(207, 92, 58, 0.8)), color-stop(50%, #cf5c3a), color-stop(75%, rgba(207, 92, 58, 0.8)), to(rgba(207, 92, 58, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(207, 92, 58, 0) 0%, rgba(207, 92, 58, 0.8) 25%, #cf5c3a 50%, rgba(207, 92, 58, 0.8) 75%, rgba(207, 92, 58, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(207, 92, 58, 0) 0%, rgba(207, 92, 58, 0.8) 25%, #cf5c3a 50%, rgba(207, 92, 58, 0.8) 75%, rgba(207, 92, 58, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(207, 92, 58, 0) 0%, rgba(207, 92, 58, 0.8) 25%, #cf5c3a 50%, rgba(207, 92, 58, 0.8) 75%, rgba(207, 92, 58, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--turkey-smoked-ham-hock-and-cranberry .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(173, 64, 73, 0)), color-stop(25%, rgba(173, 64, 73, 0.8)), color-stop(50%, #ad4049), color-stop(75%, rgba(173, 64, 73, 0.8)), to(rgba(173, 64, 73, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(173, 64, 73, 0) 0%, rgba(173, 64, 73, 0.8) 25%, #ad4049 50%, rgba(173, 64, 73, 0.8) 75%, rgba(173, 64, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(173, 64, 73, 0) 0%, rgba(173, 64, 73, 0.8) 25%, #ad4049 50%, rgba(173, 64, 73, 0.8) 75%, rgba(173, 64, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(173, 64, 73, 0) 0%, rgba(173, 64, 73, 0.8) 25%, #ad4049 50%, rgba(173, 64, 73, 0.8) 75%, rgba(173, 64, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--venison-and-mushroom .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(98, 80, 68, 0)), color-stop(25%, rgba(98, 80, 68, 0.8)), color-stop(50%, #625044), color-stop(75%, rgba(98, 80, 68, 0.8)), to(rgba(98, 80, 68, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(98, 80, 68, 0) 0%, rgba(98, 80, 68, 0.8) 25%, #625044 50%, rgba(98, 80, 68, 0.8) 75%, rgba(98, 80, 68, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(98, 80, 68, 0) 0%, rgba(98, 80, 68, 0.8) 25%, #625044 50%, rgba(98, 80, 68, 0.8) 75%, rgba(98, 80, 68, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(98, 80, 68, 0) 0%, rgba(98, 80, 68, 0.8) 25%, #625044 50%, rgba(98, 80, 68, 0.8) 75%, rgba(98, 80, 68, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--chicken-and-leek-with-thyme .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(155, 181, 146, 0)), color-stop(25%, rgba(155, 181, 146, 0.8)), color-stop(50%, #9bb592), color-stop(75%, rgba(155, 181, 146, 0.8)), to(rgba(155, 181, 146, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(155, 181, 146, 0) 0%, rgba(155, 181, 146, 0.8) 25%, #9bb592 50%, rgba(155, 181, 146, 0.8) 75%, rgba(155, 181, 146, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(155, 181, 146, 0) 0%, rgba(155, 181, 146, 0.8) 25%, #9bb592 50%, rgba(155, 181, 146, 0.8) 75%, rgba(155, 181, 146, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(155, 181, 146, 0) 0%, rgba(155, 181, 146, 0.8) 25%, #9bb592 50%, rgba(155, 181, 146, 0.8) 75%, rgba(155, 181, 146, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--steak-and-devon-blue .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 77, 88, 0)), color-stop(25%, rgba(0, 77, 88, 0.8)), color-stop(50%, #004d58), color-stop(75%, rgba(0, 77, 88, 0.8)), to(rgba(0, 77, 88, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(0, 77, 88, 0) 0%, rgba(0, 77, 88, 0.8) 25%, #004d58 50%, rgba(0, 77, 88, 0.8) 75%, rgba(0, 77, 88, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(0, 77, 88, 0) 0%, rgba(0, 77, 88, 0.8) 25%, #004d58 50%, rgba(0, 77, 88, 0.8) 75%, rgba(0, 77, 88, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(0, 77, 88, 0) 0%, rgba(0, 77, 88, 0.8) 25%, #004d58 50%, rgba(0, 77, 88, 0.8) 75%, rgba(0, 77, 88, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--ham-hock-and-pea .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(178, 173, 165, 0)), color-stop(25%, rgba(178, 173, 165, 0.8)), color-stop(50%, #b2ada5), color-stop(75%, rgba(178, 173, 165, 0.8)), to(rgba(178, 173, 165, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(178, 173, 165, 0) 0%, rgba(178, 173, 165, 0.8) 25%, #b2ada5 50%, rgba(178, 173, 165, 0.8) 75%, rgba(178, 173, 165, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(178, 173, 165, 0) 0%, rgba(178, 173, 165, 0.8) 25%, #b2ada5 50%, rgba(178, 173, 165, 0.8) 75%, rgba(178, 173, 165, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(178, 173, 165, 0) 0%, rgba(178, 173, 165, 0.8) 25%, #b2ada5 50%, rgba(178, 173, 165, 0.8) 75%, rgba(178, 173, 165, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--mushroom-and-spinach .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(104, 123, 73, 0)), color-stop(25%, rgba(104, 123, 73, 0.8)), color-stop(50%, #687b49), color-stop(75%, rgba(104, 123, 73, 0.8)), to(rgba(104, 123, 73, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(104, 123, 73, 0) 0%, rgba(104, 123, 73, 0.8) 25%, #687b49 50%, rgba(104, 123, 73, 0.8) 75%, rgba(104, 123, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(104, 123, 73, 0) 0%, rgba(104, 123, 73, 0.8) 25%, #687b49 50%, rgba(104, 123, 73, 0.8) 75%, rgba(104, 123, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(104, 123, 73, 0) 0%, rgba(104, 123, 73, 0.8) 25%, #687b49 50%, rgba(104, 123, 73, 0.8) 75%, rgba(104, 123, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--steak-and-ale .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(177, 77, 61, 0)), color-stop(25%, rgba(177, 77, 61, 0.8)), color-stop(50%, #b14d3d), color-stop(75%, rgba(177, 77, 61, 0.8)), to(rgba(177, 77, 61, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(177, 77, 61, 0) 0%, rgba(177, 77, 61, 0.8) 25%, #b14d3d 50%, rgba(177, 77, 61, 0.8) 75%, rgba(177, 77, 61, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(177, 77, 61, 0) 0%, rgba(177, 77, 61, 0.8) 25%, #b14d3d 50%, rgba(177, 77, 61, 0.8) 75%, rgba(177, 77, 61, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(177, 77, 61, 0) 0%, rgba(177, 77, 61, 0.8) 25%, #b14d3d 50%, rgba(177, 77, 61, 0.8) 75%, rgba(177, 77, 61, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--lamb-pea-and-mint .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(24, 48, 40, 0)), color-stop(25%, rgba(24, 48, 40, 0.8)), color-stop(50%, #183028), color-stop(75%, rgba(24, 48, 40, 0.8)), to(rgba(24, 48, 40, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(24, 48, 40, 0) 0%, rgba(24, 48, 40, 0.8) 25%, #183028 50%, rgba(24, 48, 40, 0.8) 75%, rgba(24, 48, 40, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(24, 48, 40, 0) 0%, rgba(24, 48, 40, 0.8) 25%, #183028 50%, rgba(24, 48, 40, 0.8) 75%, rgba(24, 48, 40, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(24, 48, 40, 0) 0%, rgba(24, 48, 40, 0.8) 25%, #183028 50%, rgba(24, 48, 40, 0.8) 75%, rgba(24, 48, 40, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--chicken-ham-hock-and-leek .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(82, 127, 119, 0)), color-stop(25%, rgba(82, 127, 119, 0.8)), color-stop(50%, #527f77), color-stop(75%, rgba(82, 127, 119, 0.8)), to(rgba(82, 127, 119, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(82, 127, 119, 0) 0%, rgba(82, 127, 119, 0.8) 25%, #527f77 50%, rgba(82, 127, 119, 0.8) 75%, rgba(82, 127, 119, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(82, 127, 119, 0) 0%, rgba(82, 127, 119, 0.8) 25%, #527f77 50%, rgba(82, 127, 119, 0.8) 75%, rgba(82, 127, 119, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(82, 127, 119, 0) 0%, rgba(82, 127, 119, 0.8) 25%, #527f77 50%, rgba(82, 127, 119, 0.8) 75%, rgba(82, 127, 119, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--chicken-and-wild-mushroom .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(177, 137, 54, 0)), color-stop(25%, rgba(177, 137, 54, 0.8)), color-stop(50%, #b18936), color-stop(75%, rgba(177, 137, 54, 0.8)), to(rgba(177, 137, 54, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(177, 137, 54, 0) 0%, rgba(177, 137, 54, 0.8) 25%, #b18936 50%, rgba(177, 137, 54, 0.8) 75%, rgba(177, 137, 54, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(177, 137, 54, 0) 0%, rgba(177, 137, 54, 0.8) 25%, #b18936 50%, rgba(177, 137, 54, 0.8) 75%, rgba(177, 137, 54, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(177, 137, 54, 0) 0%, rgba(177, 137, 54, 0.8) 25%, #b18936 50%, rgba(177, 137, 54, 0.8) 75%, rgba(177, 137, 54, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--lamb-and-chickpea-with-chorizo .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(128, 83, 95, 0)), color-stop(25%, rgba(128, 83, 95, 0.8)), color-stop(50%, #80535f), color-stop(75%, rgba(128, 83, 95, 0.8)), to(rgba(128, 83, 95, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(128, 83, 95, 0) 0%, rgba(128, 83, 95, 0.8) 25%, #80535f 50%, rgba(128, 83, 95, 0.8) 75%, rgba(128, 83, 95, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(128, 83, 95, 0) 0%, rgba(128, 83, 95, 0.8) 25%, #80535f 50%, rgba(128, 83, 95, 0.8) 75%, rgba(128, 83, 95, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(128, 83, 95, 0) 0%, rgba(128, 83, 95, 0.8) 25%, #80535f 50%, rgba(128, 83, 95, 0.8) 75%, rgba(128, 83, 95, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.body--cauliflower-spinach-and-lentil .page {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(195, 189, 130, 0)), color-stop(25%, rgba(195, 189, 130, 0.8)), color-stop(50%, #c3bd82), color-stop(75%, rgba(195, 189, 130, 0.8)), to(rgba(195, 189, 130, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(195, 189, 130, 0) 0%, rgba(195, 189, 130, 0.8) 25%, #c3bd82 50%, rgba(195, 189, 130, 0.8) 75%, rgba(195, 189, 130, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(195, 189, 130, 0) 0%, rgba(195, 189, 130, 0.8) 25%, #c3bd82 50%, rgba(195, 189, 130, 0.8) 75%, rgba(195, 189, 130, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(195, 189, 130, 0) 0%, rgba(195, 189, 130, 0.8) 25%, #c3bd82 50%, rgba(195, 189, 130, 0.8) 75%, rgba(195, 189, 130, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.header {
  padding: 12px;
  pointer-events: none;
}

.home .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 12px 12px;
}

.header.header--navigation-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.single-product .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 992px) {
  .header {
    padding: 24px;
  }
}

.header__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 106px;
  width: 100%;
  pointer-events: none;
}

.home .header__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: auto;
}

@media (min-width: 768px) {
  .home .header__inner {
    min-height: 106px;
  }
}

.header__inner * {
  pointer-events: auto;
}

.header__illustration {
  display: none;
  height: 106px;
  margin-right: 48px;
}

.header__illustration .illustration {
  width: auto;
  height: 100%;
}

.home .header__illustration {
  min-height: auto;
}

@media (min-width: 992px) {
  .header__illustration {
    display: block;
  }

  .home .header__illustration {
    display: none;
  }
}

.header__navigation-toggle {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.header__navigation-toggle-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #f0d8b9;
  stroke: #605e59;
  stroke-width: 0.8;
}

.header__logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 180px;
  max-width: 100%;
  margin: 0;
  margin-right: auto;
}

.home .header__logo {
  display: none;
}

@media (min-width: 992px) {
  .header__logo {
    width: 225px;
  }
}

.nav__list {
  margin: 0 auto;
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
}

.nav__item {
  margin: 24px 0;
}

.nav__link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.nav--main {
  position: relative;
  z-index: 1;
  padding: 154px 24px 48px 24px;
}

.home .nav--main {
  padding: 48px 24px 48px 24px;
}

.nav--main .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 830px;
  padding-top: 12px;
  padding-bottom: 110px;
  background-image: url(images/nav/pole.png);
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  list-style: none;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav--main .nav__list {
    background-image: url(images/nav/pole@2x.png);
  }
}

.nav--main .nav__item {
  margin: 0 auto;
}

@media (min-height: 984px) {
  .nav--main {
    padding: 48px 0 48px 0;
  }
}

.main-nav-active .nav--main .nav__item .nav__link img {
  will-change: transform;
  -webkit-animation: wiggleSign 1s 0.5s;
          animation: wiggleSign 1s 0.5s;
}

.main-nav-active .nav--main .nav__item:nth-child(2) .nav__link img {
  -webkit-animation: wiggleSign 1s 1s;
          animation: wiggleSign 1s 1s;
}

.main-nav-active .nav--main .nav__item:nth-child(3) .nav__link img {
  -webkit-animation: wiggleSign 1s 0.25s;
          animation: wiggleSign 1s 0.25s;
}

.main-nav-active .nav--main .nav__item:nth-child(4) .nav__link img {
  -webkit-animation: wiggleSign 1s 0.5s;
          animation: wiggleSign 1s 0.5s;
}

.main-nav-active .nav--main .nav__item:nth-child(5) .nav__link img {
  -webkit-animation: wiggleSign 1s 0.33s;
          animation: wiggleSign 1s 0.33s;
}

.nav--main .nav__item:nth-child(6) .nav__link img {
  -webkit-animation: wiggleSign 1s 0.65;
          animation: wiggleSign 1s 0.65;
}

.nav--main .nav__item:nth-child(7) .nav__link img {
  -webkit-animation: wiggleSign 1s 0.4;
          animation: wiggleSign 1s 0.4;
}

.navigation-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: auto;
  background: #78736b;
  background-image: -webkit-radial-gradient(50% 200px, ellipse farthest-side, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2) 90%);
  background-image: -o-radial-gradient(50% 200px, ellipse farthest-side, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2) 90%);
  background-image: radial-gradient(ellipse farthest-side at 50% 200px, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2) 90%);
}

.navigation-modal.js-trigger--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation-modal__inner {
  position: relative;
  text-align: center;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.navigation-modal__inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.navigation-modal__sunburst-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.navigation-modal__sunburst {
  position: absolute;
  top: 440px;
  left: 50%;
  width: 100vw;
  height: 200vh;
}

.main-nav-active .navigation-modal__sunburst {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotateSunburst 120s infinite linear;
          animation: rotateSunburst 120s infinite linear;
}

.home .navigation-modal__sunburst {
  top: 200px;
}

@media (prefers-reduced-motion) {
  .navigation-modal__sunburst {
    -webkit-animation: none;
            animation: none;
  }
}

.navigation-modal .nav--main {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.navigation-modal__close {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.navigation-modal__clouds-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 240px;
}

.navigation-modal__clouds {
  position: absolute;
  top: 0;
  right: -1171px;
  left: 0;
  z-index: 1;
  height: 100%;
  margin-top: -40px;
  background-image: url(images/home/clouds.png);
  background-position: 0 -25%;
  -webkit-background-size: 1171px 240px;
          background-size: 1171px 240px;
  background-repeat: repeat-x;
  opacity: 0.7;
}

.main-nav-active .navigation-modal__clouds {
  will-change: transform, opacity;
  -webkit-animation: moveClouds 60s linear infinite;
          animation: moveClouds 60s linear infinite;
}

@media (prefers-reduced-motion) {
  .navigation-modal__clouds {
    -webkit-animation: none;
            animation: none;
  }
}

.navigation-modal__trees {
  position: absolute;
  right: 0;
  bottom: 47%;
  left: 0;
  z-index: 1;
  height: 346px;
  background-image: url(images/home/tree.png);
  background-position: center;
  -webkit-background-size: auto 346px;
          background-size: auto 346px;
  background-repeat: repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .navigation-modal__trees {
    background-image: url(images/home/tree@2x.png);
  }
}

.navigation-modal__fence {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100px;
  background-image: url(images/home/fence-dark.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: repeat-x;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .navigation-modal__fence {
    background-image: url(images/home/fence-dark@2x.png);
  }
}

.navigation-modal__grass-1 {
  position: absolute;
  top: 78%;
  right: 92.5%;
  z-index: 1;
  max-width: 38px;
}

.navigation-modal__grass-2 {
  position: absolute;
  top: 63%;
  right: 75.5%;
  z-index: 1;
  max-width: 38px;
}

.navigation-modal__grass-3 {
  position: absolute;
  top: 89%;
  right: 70.5%;
  z-index: 1;
  max-width: 38px;
}

.navigation-modal__grass-4 {
  position: absolute;
  top: 57%;
  left: 58%;
  z-index: 1;
  max-width: 38px;
}

.navigation-modal__grass-5 {
  position: absolute;
  top: 82%;
  left: 65%;
  z-index: 1;
  max-width: 38px;
}

.navigation-modal__grass-6 {
  position: absolute;
  top: 88%;
  left: 82%;
  z-index: 1;
  max-width: 38px;
}

.navigation-modal__grass-7 {
  position: absolute;
  top: 67%;
  left: 84%;
  z-index: 1;
  max-width: 38px;
}

.content-area {
  padding: 24px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.home .content-area,
.single-product .content-area {
  padding: 0;
}

@media (min-width: 992px) {
  .content-area {
    padding: 48px 24px;
    padding-bottom: 0;
  }
}

.tom {
  display: block;
  position: relative;
}

.tom__body {
  width: 100%;
  max-width: none;
}

.tom__head {
  position: absolute;
  top: 0;
  left: 36.75%;
  z-index: 1;
  width: 28.5%;
  max-width: none;
  will-change: transform;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: moveTomsHead 10s ease-in-out infinite;
          animation: moveTomsHead 10s ease-in-out infinite;
}

.tom--flipped .tom__head {
  right: 36.75%;
  left: auto;
  animation-direction: reverse;
}

.pause-animation .tom__head,
.pause-animations .tom__head {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .tom__head {
    -webkit-animation: none;
            animation: none;
  }

  .tom:hover .tom__head {
    -webkit-animation: none;
            animation: none;
  }
}

.tent {
  display: block;
  position: relative;
}

.tent__front {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.tent__back {
  position: absolute;
  left: 50%;
  width: 23%;
  max-width: none;
  bottom: 3%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.tent__bike-area {
  position: absolute;
  left: 50%;
  width: 23%;
  height: 35%;
  max-width: none;
  bottom: 3.5%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tent__bike {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.bike {
  position: relative;
  padding-right: 14.5%;
  padding-bottom: 8.5%;
  -webkit-transform: translate(-100%) scaleX(1);
      -ms-transform: translate(-100%) scaleX(1);
          transform: translate(-100%) scaleX(1);
  will-change: transform;
  -webkit-animation: moveBike 10s linear infinite backwards;
          animation: moveBike 10s linear infinite backwards;
}

.pause-animation .bike,
.pause-animations .bike {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .bike {
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    -webkit-animation: none;
            animation: none;
  }
}

.bike__chicken-ham-leek {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
}

.bike__front-wheel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 45%;
  will-change: transform;
  -webkit-transform-origin: 51.0416667% 50.208333%;
      -ms-transform-origin: 51.0416667% 50.208333%;
          transform-origin: 51.0416667% 50.208333%;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.pause-animation .bike__front-wheel,
.pause-animations .bike__front-wheel {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .bike__front-wheel {
    -webkit-animation: none;
            animation: none;
  }
}

.bike__back-wheel {
  position: absolute;
  bottom: 0;
  left: 38.6%;
  z-index: 2;
  width: 100%;
  max-width: 15.5%;
  will-change: transform;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.pause-animation .bike__back-wheel,
.pause-animations .bike__back-wheel {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .bike__back-wheel {
    -webkit-animation: none;
            animation: none;
  }
}

.coconut-shy {
  position: relative;
  padding-top: 1%;
}

.coconut-shy__stand {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.coconut-shy__coconut {
  position: absolute;
  top: 0;
  left: 1%;
  z-index: 2;
  width: 20%;
  will-change: transform;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: jiggleCoconut 10s 0s ease-in-out infinite;
          animation: jiggleCoconut 10s 0s ease-in-out infinite;
}

.pause-animation .coconut-shy__coconut,
.pause-animations .coconut-shy__coconut {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.coconut-shy:hover .coconut-shy__coconut {
  z-index: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: moveCoconut 0.5s 0s linear forwards;
          animation: moveCoconut 0.5s 0s linear forwards;
}

@media (prefers-reduced-motion) {
  .coconut-shy__coconut {
    -webkit-animation: none;
            animation: none;
  }

  .coconut-shy:hover .coconut-shy__coconut {
    z-index: 0;
    -webkit-animation: none;
            animation: none;
  }
}

.carrot {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  will-change: transform;
  -webkit-animation: moveCarrot 2s linear infinite 4s;
          animation: moveCarrot 2s linear infinite 4s;
}

.pause-animation .carrot,
.pause-animations .carrot {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .carrot {
    -webkit-animation: none;
            animation: none;
  }
}

.chicken-and-mushroom {
  padding-left: 12.5%;
  will-change: transform;
  -webkit-transform-origin: 30% 51%;
      -ms-transform-origin: 30% 51%;
          transform-origin: 30% 51%;
  -webkit-animation: moveChickenMushroom 10s linear infinite 4s;
          animation: moveChickenMushroom 10s linear infinite 4s;
}

.pause-animation .chicken-and-mushroom,
.pause-animations .chicken-and-mushroom {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .chicken-and-mushroom {
    -webkit-animation: none;
            animation: none;
  }
}

.chicken-and-mushroom__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  will-change: transform;
  -webkit-animation: rotateChickenMushroom 10s linear infinite 2s;
          animation: rotateChickenMushroom 10s linear infinite 2s;
}

.pause-animation .chicken-and-mushroom__image,
.pause-animations .chicken-and-mushroom__image {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .chicken-and-mushroom__image {
    -webkit-animation: none;
            animation: none;
  }
}

.ham-hock-and-pea-plane {
  max-width: none;
  width: 100%;
}

.world {
  width: 100%;
  max-width: none;
  will-change: transform;
  animation: rotate reverse linear 320s infinite;
}

.pause-animation .world,
.pause-animations .world {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .world {
    -webkit-animation: none;
            animation: none;
  }
}

.gramophone {
  position: relative;
  will-change: transform, transform-origin;
  -webkit-transform-origin: 81% 100%;
      -ms-transform-origin: 81% 100%;
          transform-origin: 81% 100%;
  -webkit-animation: gramophone 4s infinite 1s;
          animation: gramophone 4s infinite 1s;
}

.gramophone:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2%;
  left: 25%;
  z-index: -1;
  height: 18%;
  background-image: -webkit-radial-gradient(50% 50%, ellipse closest-side, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: -o-radial-gradient(50% 50%, ellipse closest-side, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background-image: radial-gradient(ellipse closest-side at 50% 50%, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: gramophoneShadow 4s infinite 1s;
          animation: gramophoneShadow 4s infinite 1s;
}

.pause-animation .gramophone:after,
.pause-animations .gramophone:after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone:after {
    -webkit-animation: none;
            animation: none;
  }
}

.pause-animation .gramophone,
.pause-animations .gramophone {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes gramophone {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }

  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  35% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes gramophone {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }

  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  35% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes gramophoneShadow {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }

  20% {
    -webkit-transform: rotate(-28deg) scale(0.5);
            transform: rotate(-28deg) scale(0.5);
  }

  30% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }

  35% {
    -webkit-transform: rotate(-5deg) scale(0.75);
            transform: rotate(-5deg) scale(0.75);
  }

  40% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }

  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}

@keyframes gramophoneShadow {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }

  20% {
    -webkit-transform: rotate(-28deg) scale(0.5);
            transform: rotate(-28deg) scale(0.5);
  }

  30% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }

  35% {
    -webkit-transform: rotate(-5deg) scale(0.75);
            transform: rotate(-5deg) scale(0.75);
  }

  40% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }

  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}

.gramophone__gramophone-horn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 51%;
  will-change: transform;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: gramophoneHorn 4s infinite 1s;
          animation: gramophoneHorn 4s infinite 1s;
}

.pause-animation .gramophone__gramophone-horn,
.pause-animations .gramophone__gramophone-horn {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__gramophone-horn {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes gramophoneHorn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes gramophoneHorn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.gramophone__mushroom-1 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(-15deg);
          transform: translate(-50%, -50%) scale(0) rotate(-15deg);
  will-change: transform, opacity;
  -webkit-animation: mushroom1 4s infinite 1s linear;
          animation: mushroom1 4s infinite 1s linear;
}

.pause-animation .gramophone__mushroom-1,
.pause-animations .gramophone__mushroom-1 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__mushroom-1 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes mushroom1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-15deg);
            transform: translate(-50%, -50%) scale(0) rotate(-15deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }
}

@keyframes mushroom1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-15deg);
            transform: translate(-50%, -50%) scale(0) rotate(-15deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-195%, -20%) scale(1) rotate(-15deg);
            transform: translate(-195%, -20%) scale(1) rotate(-15deg);
  }
}

.gramophone__mushroom-2 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 30%;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(16deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(16deg);
          transform: translate(-50%, -50%) scale(0) rotate(16deg);
  will-change: transform, opacity;
  -webkit-animation: mushroom2 4s infinite 1s linear;
          animation: mushroom2 4s infinite 1s linear;
}

.pause-animation .gramophone__mushroom-2,
.pause-animations .gramophone__mushroom-2 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__mushroom-2 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes mushroom2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(16deg);
            transform: translate(-50%, -50%) scale(0) rotate(16deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }
}

@keyframes mushroom2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(16deg);
            transform: translate(-50%, -50%) scale(0) rotate(16deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-241%, -96%) scale(1) rotate(16deg);
            transform: translate(-241%, -96%) scale(1) rotate(16deg);
  }
}

.gramophone__leaf-1 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 48%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(18deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(18deg);
          transform: translate(-50%, -50%) scale(0) rotate(18deg);
  will-change: transform, opacity;
  -webkit-animation: leaf1 4s infinite 1s linear;
          animation: leaf1 4s infinite 1s linear;
}

.pause-animation .gramophone__leaf-1,
.pause-animations .gramophone__leaf-1 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__leaf-1 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes leaf1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(18deg);
            transform: translate(-50%, -50%) scale(0) rotate(18deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }
}

@keyframes leaf1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(18deg);
            transform: translate(-50%, -50%) scale(0) rotate(18deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-135%, -196%) scale(1) rotate(18deg);
            transform: translate(-135%, -196%) scale(1) rotate(18deg);
  }
}

.gramophone__leaf-2 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 48%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(3deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(3deg);
          transform: translate(-50%, -50%) scale(0) rotate(3deg);
  will-change: transform, opacity;
  -webkit-animation: leaf2 4s infinite 1s linear;
          animation: leaf2 4s infinite 1s linear;
}

.pause-animation .gramophone__leaf-2,
.pause-animations .gramophone__leaf-2 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__leaf-2 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes leaf2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(3deg);
            transform: translate(-50%, -50%) scale(0) rotate(3deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }
}

@keyframes leaf2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(3deg);
            transform: translate(-50%, -50%) scale(0) rotate(3deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-130%, 30%) scale(1) rotate(3deg);
            transform: translate(-130%, 30%) scale(1) rotate(3deg);
  }
}

.gramophone__droplet-1 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 20%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(-27deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(-27deg);
          transform: translate(-50%, -50%) scale(0) rotate(-27deg);
  will-change: transform, opacity;
  -webkit-animation: droplet1 4s infinite 1s linear;
          animation: droplet1 4s infinite 1s linear;
}

.pause-animation .gramophone__droplet-1,
.pause-animations .gramophone__droplet-1 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__droplet-1 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes droplet1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-27deg);
            transform: translate(-50%, -50%) scale(0) rotate(-27deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }
}

@keyframes droplet1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(-27deg);
            transform: translate(-50%, -50%) scale(0) rotate(-27deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-407%, 340%) scale(1) rotate(-27deg);
            transform: translate(-407%, 340%) scale(1) rotate(-27deg);
  }
}

.gramophone__droplet-2 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 18%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(10deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(10deg);
          transform: translate(-50%, -50%) scale(0) rotate(10deg);
  -webkit-animation: droplet2 4s infinite 1s linear;
          animation: droplet2 4s infinite 1s linear;
}

.pause-animation .gramophone__droplet-2,
.pause-animations .gramophone__droplet-2 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__droplet-2 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes droplet2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(10deg);
            transform: translate(-50%, -50%) scale(0) rotate(10deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }
}

@keyframes droplet2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(10deg);
            transform: translate(-50%, -50%) scale(0) rotate(10deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-391%, -378%) scale(1) rotate(10deg);
            transform: translate(-391%, -378%) scale(1) rotate(10deg);
  }
}

.gramophone__droplet-3 {
  position: absolute;
  top: 25%;
  left: 38%;
  z-index: 2;
  width: 18%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(27deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(27deg);
          transform: translate(-50%, -50%) scale(0) rotate(27deg);
  -webkit-animation: droplet3 4s infinite 1s linear;
          animation: droplet3 4s infinite 1s linear;
}

.pause-animation .gramophone__droplet-3,
.pause-animations .gramophone__droplet-3 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .gramophone__droplet-3 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes droplet3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(27deg);
            transform: translate(-50%, -50%) scale(0) rotate(27deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }
}

@keyframes droplet3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(27deg);
            transform: translate(-50%, -50%) scale(0) rotate(27deg);
  }

  13% {
    opacity: 1;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }

  18% {
    opacity: 1;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-517%, -181%) scale(1) rotate(27deg);
            transform: translate(-517%, -181%) scale(1) rotate(27deg);
  }
}

.news-order-sign {
  display: inline-block;
  position: relative;
}

.news-order-sign__pole {
  max-width: 55px;
}

.news-order-sign__news-link {
  display: block;
  position: absolute;
  top: 25%;
  left: 54%;
  width: 200%;
  -webkit-transform: translate(-50%, -50%) rotate(8deg);
      -ms-transform: translate(-50%, -50%) rotate(8deg);
          transform: translate(-50%, -50%) rotate(8deg);
}

.news-order-sign__news-image {
  will-change: transform;
  -webkit-animation: wiggleSignDelayed 4s infinite 0.5s;
          animation: wiggleSignDelayed 4s infinite 0.5s;
}

.pause-animation .news-order-sign__news-image,
.pause-animations .news-order-sign__news-image {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .news-order-sign__news-image {
    -webkit-animation: none;
            animation: none;
  }
}

.news-order-sign__order-link {
  display: block;
  position: absolute;
  top: 60%;
  left: 52%;
  width: 330%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
      -ms-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
}

.news-order-sign__order-image {
  will-change: transform;
  -webkit-animation: wiggleSignDelayed 4s infinite 1s;
          animation: wiggleSignDelayed 4s infinite 1s;
}

.pause-animation .news-order-sign__order-image,
.pause-animations .news-order-sign__order-image {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .news-order-sign__order-image {
    -webkit-animation: none;
            animation: none;
  }
}

.animated-illustration {
  position: relative;
}

.animated-illustration--meet-the-pie-man-circus {
  padding-top: 7%;
}

.animated-illustration--meet-the-pie-man-farm {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.52%;
}

.animated-illustration__tom {
  display: block;
  position: relative;
  z-index: 2;
  width: 60%;
}

.animated-illustration--meet-the-pie-man-circus .animated-illustration__tom {
  width: 44%;
  margin-left: 30%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.animated-illustration--meet-the-pie-man-world .animated-illustration__tom {
  width: 44%;
}

.animated-illustration__bale-pie-wrap {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 50%;
}

.animated-illustration__tent {
  display: block;
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 66%;
}

.animated-illustration__straw-bale {
  width: 100%;
  max-width: none;
}

.animated-illustration--meet-the-pie-man-circus .animated-illustration__straw-bale {
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 15%;
}

.animated-illustration__pie {
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.animated-illustration__coconut-shy {
  display: block;
  position: absolute;
  right: 10%;
  bottom: 25%;
  max-width: 20%;
}

.animated-illustration__plants {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 18%;
  background-image: url(images/animated-illustrations/plants-coloured.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: repeat-x;
}

.animated-illustration__chicken-and-mushroom-wrap {
  position: absolute;
  top: 10%;
  left: 100%;
  z-index: 1;
  width: 100%;
  will-change: transform;
  -webkit-animation: moveChickenMushroomWrap 10s linear infinite 4s;
          animation: moveChickenMushroomWrap 10s linear infinite 4s;
}

.pause-animation .animated-illustration__chicken-and-mushroom-wrap,
.pause-animations .animated-illustration__chicken-and-mushroom-wrap {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .animated-illustration__chicken-and-mushroom-wrap {
    -webkit-animation: none;
            animation: none;
  }
}

.animated-illustration__chicken-and-mushroom {
  max-width: 25%;
}

.animated-illustration__world {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.animated-illustration__ham-hock-and-pea-plane {
  position: absolute;
  top: 0;
  right: 40%;
  bottom: 50%;
  left: 40%;
  margin: 0 auto;
  will-change: transform;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: rotate linear 60s infinite;
          animation: rotate linear 60s infinite;
}

.pause-animation .animated-illustration__ham-hock-and-pea-plane,
.pause-animations .animated-illustration__ham-hock-and-pea-plane {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .animated-illustration__ham-hock-and-pea-plane {
    -webkit-animation: none;
            animation: none;
  }
}

.home-spread {
  position: relative;
  overflow: hidden;
  min-height: 609px;
  height: -webkit-calc(100vh - 76px);
  height: calc(100vh - 76px);
  background-color: #c3ab94;
}

.home-spread:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-radial-gradient(50% 200px, ellipse farthest-side, rgba(177, 145, 115, 0), #b19173 90%);
  background-image: -o-radial-gradient(50% 200px, ellipse farthest-side, rgba(177, 145, 115, 0), #b19173 90%);
  background-image: radial-gradient(ellipse farthest-side at 50% 200px, rgba(177, 145, 115, 0), #b19173 90%);
}

.home-spread__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.home-spread__clouds {
  position: absolute;
  top: 0;
  right: -1171px;
  left: 0;
  height: 240px;
  margin-top: -40px;
  background-image: url(images/home/clouds.png);
  background-position: 0 -25%;
  -webkit-background-size: 1171px 240px;
          background-size: 1171px 240px;
  background-repeat: repeat-x;
  will-change: transform;
  -webkit-animation: moveClouds 60s linear infinite;
          animation: moveClouds 60s linear infinite;
}

.pause-animation .home-spread__clouds,
.home-spread__clouds .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .home-spread__clouds {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes moveClouds {
  0% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }

  50% {
    -webkit-transform: translate(-585.5px) scale(1.1);
            transform: translate(-585.5px) scale(1.1);
  }

  100% {
    -webkit-transform: translate(-1171px) scale(1);
            transform: translate(-1171px) scale(1);
  }
}

@keyframes moveClouds {
  0% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }

  50% {
    -webkit-transform: translate(-585.5px) scale(1.1);
            transform: translate(-585.5px) scale(1.1);
  }

  100% {
    -webkit-transform: translate(-1171px) scale(1);
            transform: translate(-1171px) scale(1);
  }
}

.home-spread__trees {
  position: absolute;
  bottom: 47%;
  left: 0;
  width: 100%;
  height: 346px;
  background-image: url(images/home/tree.png);
  background-position: center;
  -webkit-background-size: auto 346px;
          background-size: auto 346px;
  background-repeat: repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .home-spread__trees {
    background-image: url(images/home/tree@2x.png);
  }
}

.home-spread__fence {
  position: absolute;
  right: 0;
  bottom: 45%;
  left: 0;
  height: 100px;
  background-image: url(images/home/fence.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: repeat-x;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .home-spread__fence {
    background-image: url(images/home/fence@2x.png);
  }
}

.home-spread__train-track {
  display: none;
  position: absolute;
  right: 0;
  bottom: 40%;
  left: 0;
  height: 20px;
  background-image: url(images/home/train-track.png);
  -webkit-background-size: 45px auto;
          background-size: 45px auto;
  background-repeat: repeat-x;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .home-spread__train-track {
    background-image: url(images/home/train-track@2x.png);
  }
}

@media (min-width: 768px) {
  .home-spread__train-track {
    display: inline-block;
  }
}

.steak-train {
  display: none;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 0;
  width: 450px;
  margin-bottom: 2px;
  will-change: transform, opacity;
  -webkit-animation: moveTrain 24s linear infinite;
          animation: moveTrain 24s linear infinite;
}

.pause-animation .steak-train,
.steak-train .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train {
    right: 16.5%;
    left: auto;
    -webkit-transform: translateX(140px);
        -ms-transform: translateX(140px);
            transform: translateX(140px);
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 768px) {
  .steak-train {
    display: block;
  }
}

.steak-train__body {
  position: relative;
  z-index: 1;
}

.steak-train__smoke {
  position: absolute;
  top: -33px;
  right: 42px;
  max-width: 120px;
  will-change: opacity;
  -webkit-animation: opacity 1s linear infinite alternate;
          animation: opacity 1s linear infinite alternate;
}

.pause-animation .steak-train__smoke,
.steak-train__smoke .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__smoke {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__hinge-1 {
  position: absolute;
  bottom: 24px;
  left: 288px;
  z-index: 3;
  max-width: 4px;
  will-change: transform;
  -webkit-transform-origin: 50% 24%;
      -ms-transform-origin: 50% 24%;
          transform-origin: 50% 24%;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.pause-animation .steak-train__hinge-1,
.steak-train__hinge-1 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__hinge-1 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__hinge-2 {
  position: absolute;
  bottom: 24px;
  left: 244px;
  z-index: 3;
  max-width: 4px;
  will-change: transform;
  -webkit-transform-origin: 50% 24%;
      -ms-transform-origin: 50% 24%;
          transform-origin: 50% 24%;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.pause-animation .steak-train__hinge-2,
.steak-train__hinge-2 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__hinge-2 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__bar {
  position: absolute;
  bottom: 24px;
  left: 244px;
  z-index: 2;
  max-width: 48px;
  will-change: transform;
  -webkit-transform-origin: 50% -6px;
      -ms-transform-origin: 50% -6px;
          transform-origin: 50% -6px;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.pause-animation .steak-train__bar,
.steak-train__bar .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__bar {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__bar-image {
  display: block;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotateBarImage 2s linear infinite;
          animation: rotateBarImage 2s linear infinite;
}

.pause-animation .steak-train__bar-image,
.steak-train__bar-image .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__bar-image {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__shadows {
  position: absolute;
  bottom: 30px;
  left: 17px;
  max-width: 381px;
}

.steak-train__front-wheel-1 {
  position: absolute;
  right: 47px;
  bottom: 14px;
  z-index: 1;
  width: 30px;
  will-change: transform;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.pause-animation .steak-train__front-wheel-1,
.steak-train__front-wheel-1 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__front-wheel-1 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__front-wheel-2 {
  position: absolute;
  right: 82px;
  bottom: 14px;
  z-index: 1;
  width: 30px;
  will-change: transform;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.pause-animation .steak-train__front-wheel-2,
.steak-train__front-wheel-2 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__front-wheel-2 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__mid-wheel-1 {
  position: absolute;
  right: 140px;
  bottom: 14px;
  z-index: 1;
  width: 40px;
  will-change: transform;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.pause-animation .steak-train__mid-wheel-1,
.steak-train__mid-wheel-1 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__mid-wheel-1 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__mid-wheel-2 {
  position: absolute;
  right: 184px;
  bottom: 14px;
  z-index: 1;
  width: 40px;
  will-change: transform;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.pause-animation .steak-train__mid-wheel-2,
.steak-train__mid-wheel-2 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__mid-wheel-2 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__back-wheel-1 {
  position: absolute;
  bottom: 14px;
  left: 108px;
  z-index: 1;
  width: 25px;
  will-change: transform;
  -webkit-animation: rotate 0.75s linear infinite;
          animation: rotate 0.75s linear infinite;
}

.pause-animation .steak-train__back-wheel-1,
.steak-train__back-wheel-1 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__back-wheel-1 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__back-wheel-2 {
  position: absolute;
  bottom: 14px;
  left: 80px;
  z-index: 1;
  width: 25px;
  will-change: transform;
  -webkit-animation: rotate 0.75s linear infinite;
          animation: rotate 0.75s linear infinite;
}

.pause-animation .steak-train__back-wheel-2,
.steak-train__back-wheel-2 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__back-wheel-2 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__back-wheel-3 {
  position: absolute;
  bottom: 14px;
  left: 46px;
  z-index: 1;
  width: 25px;
  will-change: transform;
  -webkit-animation: rotate 0.75s linear infinite;
          animation: rotate 0.75s linear infinite;
}

.pause-animation .steak-train__back-wheel-3,
.steak-train__back-wheel-3 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__back-wheel-3 {
    -webkit-animation: none;
            animation: none;
  }
}

.steak-train__back-wheel-4 {
  position: absolute;
  bottom: 14px;
  left: 18px;
  z-index: 1;
  width: 25px;
  will-change: transform;
  -webkit-animation: rotate 0.75s linear infinite;
          animation: rotate 0.75s linear infinite;
}

.pause-animation .steak-train__back-wheel-4,
.steak-train__back-wheel-4 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .steak-train__back-wheel-4 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateBarImage {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateBarImage {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes moveTrain {
  0% {
    -webkit-transform: translateX(-450px) translateX(0px);
            transform: translateX(-450px) translateX(0px);
  }

  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@keyframes moveTrain {
  0% {
    -webkit-transform: translateX(-450px) translateX(0px);
            transform: translateX(-450px) translateX(0px);
  }

  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

.home-spread__grand-opening {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 90%;
  max-width: 211px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .home-spread__grand-opening {
    top: 24px;
  }
}

.home-spread__toms-pies {
  position: absolute;
  top: 98px;
  left: 50%;
  width: 90%;
  max-width: 400px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .home-spread__toms-pies {
    top: 128px;
  }
}

.home-spread__tent {
  display: none;
  position: absolute;
  right: 57%;
  bottom: 21%;
  z-index: 0;
  max-width: 620px;
}

@media (min-width: 768px) {
  .home-spread__tent {
    display: block;
    right: 43%;
    bottom: 26%;
  }
}

@media (min-width: 768px) {
  .home-spread__tent {
    right: 57%;
    bottom: 21%;
  }
}

.home-spread__tom {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 220px;
  -webkit-transform: translateX(-55%);
      -ms-transform: translateX(-55%);
          transform: translateX(-55%);
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .home-spread__tom {
    bottom: 24px;
  }
}

.home-spread__coconut-shy {
  display: none;
  position: absolute;
  right: 1%;
  bottom: 22%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .home-spread__coconut-shy {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .home-spread__coconut-shy {
    bottom: 0;
  }
}

.turkey-hamhock-car {
  display: none;
  position: absolute;
  bottom: 28%;
  left: 100%;
  width: 350px;
  will-change: transform;
  -webkit-animation: moveCarX 3s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: moveCarX 3s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  pointer-events: none;
}

.turkey-hamhock-car:after {
  content: "";
  position: absolute;
  right: -2%;
  bottom: -14%;
  left: -2%;
  z-index: 0;
  height: 5%;
  background-image: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-background-size: contain;
          background-size: contain;
}

.pause-animation .turkey-hamhock-car,
.turkey-hamhock-car .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car {
    left: 67%;
    -webkit-animation: none;
            animation: none;
  }
}

@media (min-width: 1200px) {
  .turkey-hamhock-car {
    display: block;
  }
}

@media (min-width: 1500px) {
  .turkey-hamhock-car {
    width: 448px;
  }
}

.turkey-hamhock-car__body-wrap {
  position: relative;
  will-change: transform;
  -webkit-animation: moveCarY 0.3s 1s ease-in-out infinite;
          animation: moveCarY 0.3s 1s ease-in-out infinite;
}

.pause-animation .turkey-hamhock-car__body-wrap,
.turkey-hamhock-car__body-wrap .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__body-wrap {
    -webkit-animation: none;
            animation: none;
  }
}

.turkey-hamhock-car__wheel {
  position: absolute;
  width: 18.5%;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotateWheels 3s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: rotateWheels 3s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.pause-animation .turkey-hamhock-car__wheel,
.turkey-hamhock-car__wheel .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.turkey-hamhock-car__wheel--1 {
  bottom: -12%;
  left: 3%;
}

.turkey-hamhock-car__wheel--2 {
  right: 7%;
  bottom: -12%;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__wheel {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes rotateWheels {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-3turn);
            transform: rotate(-3turn);
  }
}

@keyframes rotateWheels {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-3turn);
            transform: rotate(-3turn);
  }
}

.turkey-hamhock-car__cranberry {
  position: absolute;
  width: 30px;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.turkey-hamhock-car__cranberry--1 {
  right: -32px;
  bottom: 39px;
  -webkit-transform: rotate(-79deg);
      -ms-transform: rotate(-79deg);
          transform: rotate(-79deg);
  will-change: transform, opacity;
  -webkit-animation: popCranberry 1s 0.2s linear infinite;
          animation: popCranberry 1s 0.2s linear infinite;
}

.pause-animation .turkey-hamhock-car__cranberry--1,
.turkey-hamhock-car__cranberry--1 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__cranberry--1 {
    -webkit-animation: none;
            animation: none;
  }
}

.turkey-hamhock-car__cranberry--2 {
  right: -35px;
  bottom: 74px;
  -webkit-transform: rotate(27deg);
      -ms-transform: rotate(27deg);
          transform: rotate(27deg);
  will-change: transform, opacity;
  -webkit-animation: popCranberry 1s 0.4s linear infinite;
          animation: popCranberry 1s 0.4s linear infinite;
}

.pause-animation .turkey-hamhock-car__cranberry--2,
.turkey-hamhock-car__cranberry--2 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__cranberry--2 {
    -webkit-animation: none;
            animation: none;
  }
}

.turkey-hamhock-car__cranberry--3 {
  right: -60px;
  bottom: 10px;
  -webkit-transform: rotate(-102deg);
      -ms-transform: rotate(-102deg);
          transform: rotate(-102deg);
  will-change: transform, opacity;
  -webkit-animation: popCranberry 1s 0.6s linear infinite;
          animation: popCranberry 1s 0.6s linear infinite;
}

.pause-animation .turkey-hamhock-car__cranberry--3,
.turkey-hamhock-car__cranberry--3 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__cranberry--3 {
    -webkit-animation: none;
            animation: none;
  }
}

.turkey-hamhock-car__cranberry--4 {
  right: -75px;
  bottom: 43px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  will-change: transform, opacity;
  -webkit-animation: popCranberry 1s 0.8s linear infinite;
          animation: popCranberry 1s 0.8s linear infinite;
}

.pause-animation .turkey-hamhock-car__cranberry--4,
.turkey-hamhock-car__cranberry--4 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__cranberry--4 {
    -webkit-animation: none;
            animation: none;
  }
}

.turkey-hamhock-car__cranberry--5 {
  right: -99px;
  bottom: 12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  will-change: transform, opacity;
  -webkit-animation: popCranberry 1s 1s linear infinite;
          animation: popCranberry 1s 1s linear infinite;
}

.pause-animation .turkey-hamhock-car__cranberry--5,
.turkey-hamhock-car__cranberry--5 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__cranberry--5 {
    -webkit-animation: none;
            animation: none;
  }
}

.turkey-hamhock-car__cranberry--6 {
  right: -80px;
  bottom: 78px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  will-change: transform, opacity;
  -webkit-animation: popCranberry 1s 0.5s linear infinite;
          animation: popCranberry 1s 0.5s linear infinite;
}

.pause-animation .turkey-hamhock-car__cranberry--6,
.turkey-hamhock-car__cranberry--6 .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .turkey-hamhock-car__cranberry--6 {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes moveCarX {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33vw, 0);
            transform: translate(-33vw, 0);
  }
}

@keyframes moveCarX {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-33vw, 0);
            transform: translate(-33vw, 0);
  }
}

@-webkit-keyframes moveCarY {
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes moveCarY {
  20% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes popCranberry {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(10px, -10px) scale(1);
            transform: translate(10px, -10px) scale(1);
  }
}

@keyframes popCranberry {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(10px, -10px) scale(1);
            transform: translate(10px, -10px) scale(1);
  }
}

.home-spread__mushroom-and-spinach {
  display: none;
  position: absolute;
  bottom: 5.5%;
  left: 2%;
  z-index: 1;
  max-width: 140px;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
}

@media (min-width: 1200px) {
  .home-spread__mushroom-and-spinach {
    display: inline-block;
  }
}

.tight-rope {
  display: none;
  position: absolute;
  bottom: 30%;
  left: 1%;
  max-width: 180px;
}

@media (min-width: 1700px) {
  .tight-rope {
    display: inline-block;
  }
}

.tight-rope__rope {
  position: relative;
  z-index: 1;
}

.tight-rope__character {
  position: absolute;
  top: -91%;
  left: 13%;
  z-index: 1;
  will-change: transform;
  -webkit-transform-origin: 41% 92%;
      -ms-transform-origin: 41% 92%;
          transform-origin: 41% 92%;
  -webkit-animation: moveTightRopeCharacter 2s linear infinite;
          animation: moveTightRopeCharacter 2s linear infinite;
}

.pause-animation .tight-rope__character,
.tight-rope__character .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .tight-rope__character {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes moveTightRopeCharacter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  33% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes moveTightRopeCharacter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  33% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.home-spread__straw-bale-1 {
  display: none;
  position: absolute;
  bottom: 23%;
  left: 87%;
  max-width: 180px;
}

@media (min-width: 1500px) {
  .home-spread__straw-bale-1 {
    display: block;
  }
}

.home-spread__straw-bale-2 {
  display: none;
  position: absolute;
  right: 53%;
  bottom: 32%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .home-spread__straw-bale-2 {
    display: block;
    right: 63%;
    bottom: 8%;
  }
}

@media (min-width: 1200px) {
  .home-spread__straw-bale-2 {
    right: 56%;
  }
}

.home-spread__sign-meet {
  position: absolute;
  right: 72%;
  bottom: 17%;
  max-width: 180px;
}

@media (min-width: 768px) {
  .home-spread__sign-meet {
    right: 87%;
    bottom: 6%;
  }
}

@media (min-width: 1200px) {
  .home-spread__sign-meet {
    right: 71%;
  }
}

@media (min-width: 1500px) {
  .home-spread__sign-meet {
    right: 66%;
  }
}

.home-spread__sign-meet-pole {
  max-width: 50px;
}

.home-spread__sign-meet-link {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 180px;
  -webkit-transform: translate(-50%, -50%) rotate(-4deg);
      -ms-transform: translate(-50%, -50%) rotate(-4deg);
          transform: translate(-50%, -50%) rotate(-4deg);
}

.home-spread__sign-meet-image {
  will-change: transform;
  -webkit-animation: wiggleSignDelayed 4s infinite 1.2s;
          animation: wiggleSignDelayed 4s infinite 1.2s;
}

.pause-animation .home-spread__sign-meet-image,
.home-spread__sign-meet-image .pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .home-spread__sign-meet-image {
    -webkit-animation: none;
            animation: none;
  }
}

.home-spread__news-order-sign {
  position: absolute;
  bottom: 5%;
  left: 80%;
}

@media (min-width: 768px) {
  .home-spread__news-order-sign {
    bottom: 26%;
    left: 49%;
    -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
            transform: translateX(120px);
  }
}

@media (min-width: 1200px) {
  .home-spread__news-order-sign {
    left: 52%;
  }
}

.home-spread__grass-1 {
  position: absolute;
  top: 70%;
  right: 95.5%;
  max-width: 38px;
}

.home-spread__grass-2 {
  position: absolute;
  top: 70%;
  right: 91%;
  max-width: 38px;
}

.home-spread__grass-3 {
  position: absolute;
  right: 91%;
  bottom: 0;
  max-width: 42px;
}

.home-spread__grass-4 {
  position: absolute;
  right: 75%;
  bottom: 2.5%;
  max-width: 40px;
}

.home-spread__grass-5 {
  position: absolute;
  right: 55%;
  bottom: 6.5%;
  max-width: 40px;
}

.home-spread__grass-6 {
  position: absolute;
  right: 65%;
  bottom: 43%;
  max-width: 33px;
}

.home-spread__grass-7 {
  position: absolute;
  bottom: 26.5%;
  left: 65%;
  max-width: 35px;
}

.home-spread__grass-8 {
  position: absolute;
  bottom: 2%;
  left: 56.5%;
  max-width: 45px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home-spread__grass-9 {
  position: absolute;
  bottom: 10%;
  left: 70%;
  max-width: 45px;
}

.home-spread__grass-10 {
  position: absolute;
  bottom: 2%;
  left: 82%;
  max-width: 42px;
}

.home-spread__grass-11 {
  position: absolute;
  bottom: 32%;
  left: 98%;
  max-width: 32px;
}

.awards {
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
}

.awards__award {
  padding: 0 12px !important;
}

.awards .tns-controls button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
}

.awards .tns-controls button[disabled] {
  opacity: 0.1;
}

.awards .tns-controls button:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.awards .tns-controls button:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.awards__nav-icon {
  display: block;
  width: 25px;
  height: 25px;
  fill: #f0d8b9;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}

.awards__award {
  display: block;
  width: 100%;
}

.awards__award img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 450px) {
  .awards__award {
    width: 25%;
  }
}

@media (min-width: 680px) {
  .awards__award {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .awards__award {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .awards__award {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .awards__award {
    width: 25%;
  }
}

.awards .flickity-prev-next-button {
  width: 25px;
  height: 25px;
}

.form {
  margin-bottom: 24px;
}

.form__group {
  margin-bottom: 24px;
  /* relative for terms and conditions */
  position: relative;
}

.form__group--has-addons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form__group--right {
  text-align: right;
}

.form__group:last-child {
  margin-bottom: 0;
}

.column > .form__group:last-child {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .column > .form__group:last-child {
    margin-bottom: 0;
  }
}

.form__label {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
}

.form__field {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px;
  max-width: 100%;
  width: 100%;
  height: 2.25em;
  border: 0;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  color: #363636;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-appearance: none;
}

.form__group-has-addons .form__field--expanded {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px;
  padding-right: 2.25em;
  max-width: 100%;
  width: 100%;
  height: 2.25em;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #ffffff;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath d='M509.12 125.966c-3.837-3.838-10.054-3.838-13.892 0L256.005 365.194 16.77 125.966c-3.837-3.838-10.054-3.838-13.892 0-3.838 3.838-3.838 10.055 0 13.893l246.18 246.174c1.842 1.842 4.337 2.878 6.947 2.878 2.61 0 5.104-1.036 6.946-2.878L509.12 139.86c3.84-3.84 3.84-10.056 0-13.894z' fill='%23FFF'/%3E%3C/svg%3E"), -webkit-linear-gradient(right, #9c948b 0, #9c948b 30px, #ffffff 30px, #ffffff 100%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath d='M509.12 125.966c-3.837-3.838-10.054-3.838-13.892 0L256.005 365.194 16.77 125.966c-3.837-3.838-10.054-3.838-13.892 0-3.838 3.838-3.838 10.055 0 13.893l246.18 246.174c1.842 1.842 4.337 2.878 6.947 2.878 2.61 0 5.104-1.036 6.946-2.878L509.12 139.86c3.84-3.84 3.84-10.056 0-13.894z' fill='%23FFF'/%3E%3C/svg%3E"), -o-linear-gradient(right, #9c948b 0, #9c948b 30px, #ffffff 30px, #ffffff 100%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath d='M509.12 125.966c-3.837-3.838-10.054-3.838-13.892 0L256.005 365.194 16.77 125.966c-3.837-3.838-10.054-3.838-13.892 0-3.838 3.838-3.838 10.055 0 13.893l246.18 246.174c1.842 1.842 4.337 2.878 6.947 2.878 2.61 0 5.104-1.036 6.946-2.878L509.12 139.86c3.84-3.84 3.84-10.056 0-13.894z' fill='%23FFF'/%3E%3C/svg%3E"), linear-gradient(to left, #9c948b 0, #9c948b 30px, #ffffff 30px, #ffffff 100%);
  background-position: top 50% right 8px, 100% 100%;
  -webkit-background-size: 15px 15px, auto auto;
          background-size: 15px 15px, auto auto;
  background-repeat: no-repeat, no-repeat;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  color: #363636;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* Remove dropdown arrow style on IE */

.form__select::-ms-expand {
  display: none;
}

.form__checkbox {
  display: inline-block;
  width: auto;
}

.button {
  width: auto;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 6px 12px;
  border: 0;
  background: none;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.button--popup {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #f0d8b9;
  color: #2b2a28;
  padding: 6px 12px;
}

.button--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button--link {
  border: none;
  background: none;
  color: #ffffff;
  padding: 0;
  text-decoration: underline;
}

.button--buy {
  background: #b73e37;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  margin-right: 24px;
}

.button--primary {
  background: #a49c93;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}

.button--success {
  background-color: #5cb85c;
  color: #ffffff;
}

.button--danger {
  background-color: #d9534f;
  color: #ffffff;
}

.button--bordered {
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #f0d8b9;
  border-bottom: 1px solid #f0d8b9;
  color: #f0d8b9;
  text-transform: uppercase;
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
  text-decoration: none;
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
}

.button--small {
  padding: 6px;
}

.button--large {
  padding: 12px 24px;
}

.tab {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  margin-right: -24px;
  margin-bottom: -52px;
  margin-left: -24px;
  text-align: center;
  -webkit-filter: drop-shadow(0 17px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 17px 10px rgba(0, 0, 0, 0.2));
}

.tab:before,
.tab:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 35%;
}

.tab:before {
  right: 50%;
  left: 0;
  margin-right: 154px;
  background: #c3ab94;
}

.tab:after {
  right: 0;
  left: 50%;
  margin-left: 154px;
  background: #c3ab94;
}

@media (min-width: 992px) {
  .tab {
    margin-top: 48px;
  }
}

.tab--m-t-0 {
  margin-top: 0;
}

.tab--m-b-0 {
  margin-bottom: 0;
}

.tab--home-spread {
  margin-top: 0;
  margin-bottom: 0;
}

.tab__button {
  display: block;
  position: relative;
  z-index: 1;
  width: 110px;
  margin: 0 auto;
  padding: 12px;
  outline: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #c3ab94;
  color: #605e59;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
  line-height: 1.2;
  cursor: pointer;
}

.tab__button:before,
.tab__button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 101px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23c3ab94' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

.tab__button:before {
  right: 100%;
  margin-right: -1px;
}

.tab__button:after {
  left: 100%;
  margin-left: -1px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.tab--home-spread:before {
  background: #b19173;
}

.tab--home-spread:after {
  background: #b19173;
}

.tab--home-spread .tab__button {
  background: #b19173;
}

.tab--home-spread .tab__button:before,
.tab--home-spread .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23b19173' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--ham-sun-blushed-tomato-and-cheddar:before {
  background: #c6ba85;
}

.tab--ham-sun-blushed-tomato-and-cheddar:after {
  background: #c6ba85;
}

.tab--ham-sun-blushed-tomato-and-cheddar .tab__button {
  background: #c6ba85;
}

.tab--ham-sun-blushed-tomato-and-cheddar .tab__button:before,
.tab--ham-sun-blushed-tomato-and-cheddar .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23c6ba85' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--roast-red-onion-and-gruyere:before {
  background: #ab3d47;
}

.tab--roast-red-onion-and-gruyere:after {
  background: #ab3d47;
}

.tab--roast-red-onion-and-gruyere .tab__button {
  background: #ab3d47;
}

.tab--roast-red-onion-and-gruyere .tab__button:before,
.tab--roast-red-onion-and-gruyere .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23ab3d47' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--roast-butternut-squash-and-blue-cheese:before {
  background: #90cabe;
}

.tab--roast-butternut-squash-and-blue-cheese:after {
  background: #90cabe;
}

.tab--roast-butternut-squash-and-blue-cheese .tab__button {
  background: #90cabe;
  color: #f0d8b9;
}

.tab--roast-butternut-squash-and-blue-cheese .tab__button:before,
.tab--roast-butternut-squash-and-blue-cheese .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%2390cabe' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--butternut-squash-mixed-bean-and-cheese:before {
  background: #cf5c3a;
}

.tab--butternut-squash-mixed-bean-and-cheese:after {
  background: #cf5c3a;
}

.tab--butternut-squash-mixed-bean-and-cheese .tab__button {
  background: #cf5c3a;
  color: #f0d8b9;
}

.tab--butternut-squash-mixed-bean-and-cheese .tab__button:before,
.tab--butternut-squash-mixed-bean-and-cheese .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23cf5c3a' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--turkey-smoked-ham-hock-and-cranberry:before {
  background: #ad4049;
}

.tab--turkey-smoked-ham-hock-and-cranberry:after {
  background: #ad4049;
}

.tab--turkey-smoked-ham-hock-and-cranberry .tab__button {
  background: #ad4049;
  color: #f0d8b9;
}

.tab--turkey-smoked-ham-hock-and-cranberry .tab__button:before,
.tab--turkey-smoked-ham-hock-and-cranberry .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23ad4049' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--venison-and-mushroom:before {
  background: #625044;
}

.tab--venison-and-mushroom:after {
  background: #625044;
}

.tab--venison-and-mushroom .tab__button {
  background: #625044;
  color: #f0d8b9;
}

.tab--venison-and-mushroom .tab__button:before,
.tab--venison-and-mushroom .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23625044' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--chicken-and-leek-with-thyme:before {
  background: #9bb592;
}

.tab--chicken-and-leek-with-thyme:after {
  background: #9bb592;
}

.tab--chicken-and-leek-with-thyme .tab__button {
  background: #9bb592;
  color: #f0d8b9;
}

.tab--chicken-and-leek-with-thyme .tab__button:before,
.tab--chicken-and-leek-with-thyme .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%239bb592' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--steak-and-devon-blue:before {
  background: #004d58;
}

.tab--steak-and-devon-blue:after {
  background: #004d58;
}

.tab--steak-and-devon-blue .tab__button {
  background: #004d58;
  color: #f0d8b9;
}

.tab--steak-and-devon-blue .tab__button:before,
.tab--steak-and-devon-blue .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23004d58' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--ham-hock-and-pea:before {
  background: #b2ada5;
}

.tab--ham-hock-and-pea:after {
  background: #b2ada5;
}

.tab--ham-hock-and-pea .tab__button {
  background: #b2ada5;
  color: #f0d8b9;
}

.tab--ham-hock-and-pea .tab__button:before,
.tab--ham-hock-and-pea .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23b2ada5' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--mushroom-and-spinach:before {
  background: #687b49;
}

.tab--mushroom-and-spinach:after {
  background: #687b49;
}

.tab--mushroom-and-spinach .tab__button {
  background: #687b49;
  color: #f0d8b9;
}

.tab--mushroom-and-spinach .tab__button:before,
.tab--mushroom-and-spinach .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23687b49' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--steak-and-ale:before {
  background: #b14d3d;
}

.tab--steak-and-ale:after {
  background: #b14d3d;
}

.tab--steak-and-ale .tab__button {
  background: #b14d3d;
  color: #f0d8b9;
}

.tab--steak-and-ale .tab__button:before,
.tab--steak-and-ale .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23b14d3d' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--lamb-pea-and-mint:before {
  background: #183028;
}

.tab--lamb-pea-and-mint:after {
  background: #183028;
}

.tab--lamb-pea-and-mint .tab__button {
  background: #183028;
  color: #f0d8b9;
}

.tab--lamb-pea-and-mint .tab__button:before,
.tab--lamb-pea-and-mint .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23183028' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--chicken-ham-hock-and-leek:before {
  background: #527f77;
}

.tab--chicken-ham-hock-and-leek:after {
  background: #527f77;
}

.tab--chicken-ham-hock-and-leek .tab__button {
  background: #527f77;
  color: #f0d8b9;
}

.tab--chicken-ham-hock-and-leek .tab__button:before,
.tab--chicken-ham-hock-and-leek .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23527f77' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--chicken-and-wild-mushroom:before {
  background: #b18936;
}

.tab--chicken-and-wild-mushroom:after {
  background: #b18936;
}

.tab--chicken-and-wild-mushroom .tab__button {
  background: #b18936;
  color: #f0d8b9;
}

.tab--chicken-and-wild-mushroom .tab__button:before,
.tab--chicken-and-wild-mushroom .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23b18936' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--lamb-and-chickpea-with-chorizo:before {
  background: #80535f;
}

.tab--lamb-and-chickpea-with-chorizo:after {
  background: #80535f;
}

.tab--lamb-and-chickpea-with-chorizo .tab__button {
  background: #80535f;
  color: #f0d8b9;
}

.tab--lamb-and-chickpea-with-chorizo .tab__button:before,
.tab--lamb-and-chickpea-with-chorizo .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%2380535f' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.tab--cauliflower-spinach-and-lentil:before {
  background: #c3bd82;
}

.tab--cauliflower-spinach-and-lentil:after {
  background: #c3bd82;
}

.tab--cauliflower-spinach-and-lentil .tab__button {
  background: #c3bd82;
  color: #f0d8b9;
}

.tab--cauliflower-spinach-and-lentil .tab__button:before,
.tab--cauliflower-spinach-and-lentil .tab__button:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 136.75 68.62' preserveAspectRatio='none'%3E%3Cpath fill='%23c3bd82' d='M0 44.75h18.55a38.51 38.51 0 0 0 27.23-11.28L63.25 16 90.5 55.56a30.19 30.19 0 0 0 24.86 13.06h21.39V0H0v45.38'/%3E%3C/svg%3E");
}

.footer {
  background-color: #605e59;
  padding-top: 52px;
  /* tab height */
}

.footer__inner {
  padding: 24px;
  max-width: 1500px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer__inner {
    padding: 48px;
  }
}

.footer__row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

@media (min-width: 992px) {
  .footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media (min-width: 992px) {
  .footer__col {
    padding: 24px 48px;
    border-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer__col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.footer__full {
  text-align: center;
}

.social-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-nav__item {
  display: inline-block;
  margin-right: 24px;
}

.social-nav__icon {
  max-width: 25px;
  max-height: 25px;
  fill: white;
}

.icon-definitions {
  display: block;
  width: 0;
  height: 0;
}

.breadcrumbs-wrap {
  padding: 0 24px;
}

.breadcrumbs {
  margin-bottom: 48px;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 1500px;
  margin: 0 auto;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
  margin-top: 6px;
  margin-right: 12px;
  margin-bottom: 6px;
  color: #f0d8b9;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
}

@media (min-width: 992px) {
  .breadcrumbs__item {
    margin-right: 24px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14286;
  }
}

.breadcrumbs__seperator {
  display: block;
  width: 19px;
  height: 19px;
  /* Remake text-shadow */
  -webkit-filter: drop-shadow(2px 2px 0 #5e5b56);
          filter: drop-shadow(2px 2px 0 #5e5b56);
  fill: #f0d8b9;
}

.breadcrumbs__link {
  display: block;
  color: white;
  text-decoration: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #f0d8b9;
}

.sunburst-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.page .sunburst-wrap {
  top: -140px;
}

.home-spread .sunburst-wrap {
  top: 0;
}

.single-product .sunburst-wrap {
  top: 0;
}

.sunburst {
  position: absolute;
  top: 440px;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: rotateSunburst 120s infinite linear;
          animation: rotateSunburst 120s infinite linear;
}

.pause-animation .sunburst,
.pause-animations .sunburst {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.home .sunburst {
  top: 200px;
}

.stop-sunburst .sunburst {
  -webkit-animation: none;
          animation: none;
}

.single-product .sunburst {
  top: 50vh;
}

@media (prefers-reduced-motion) {
  .sunburst {
    -webkit-animation: none;
            animation: none;
  }
}

.fallback-enabled .sunburst {
  display: none;
}

.sunburst__circle {
  fill: none;
}

@-webkit-keyframes rotateSunburst {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateSunburst {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.js-popup-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.popup {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  min-width: 95%;
  max-width: 100%;
  padding: 24px;
  background: white;
  color: #2b2a28;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: auto;
}

.popup:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border: 2px dotted #605e59;
}

.popup.js-popup--active {
  display: block;
}

@media (min-width: 768px) {
  .popup {
    min-width: 80%;
  }
}

@media (min-width: 992px) {
  .popup {
    min-width: 0;
    max-width: 600px;
  }
}

.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5,
.popup h6 {
  color: inherit;
}

.popup__close {
  position: absolute;
  top: -24px;
  right: 0;
  padding: 0;
  border: 0;
  background: 0;
  color: white;
  font-size: 36px;
}

.modal__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.modal {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
}

.modal.modal--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal a,
.modal button {
  color: inherit;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 0;
  border: 0;
  background: 0;
  color: white;
  font-size: 36px;
}

.modal__content {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  margin: 0 auto;
  padding: 24px;
  background: white;
  color: #2b2a28;
  max-width: 720px;
  width: 100%;
  position: relative;
}

.modal__content:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border: 2px dotted #605e59;
}

.modal__inner {
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 24px;
}

.modal .form__field {
  border: 1px solid black;
}

.modal .row--gutters {
  margin-left: -12px;
  margin-right: -12px;
}

.modal .column {
  padding-left: 12px;
  padding-right: 12px;
}

.hr--decorated {
  position: relative;
  margin-top: 9px;
  margin-right: 42px;
  margin-bottom: 0;
  margin-left: 42px;
  height: 9px;
  border: 0;
  border-top-width: 3px;
  border-top-style: solid;
}

.hr--decorated:before,
.hr--decorated:after {
  content: "";
  position: absolute;
  top: 0;
  width: 42px;
  height: 28px;
  background-position: center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}

.hr--decorated:before {
  left: -41px;
  margin-top: -16px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.hr--decorated:after {
  right: -41px;
  margin-top: -16px;
}

.hr--has-margin {
  margin-bottom: 24px;
}

.hr--beige {
  border-color: #f0d8b9;
}

.hr--beige:before,
.hr--beige:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.05 8.53'%3E%3Cpath fill='%23f0d8b9' d='M20.79.84a6.34 6.34 0 0 0-3-.74c-2 0-4.28.8-7 2.41a8.4 8.4 0 0 0-2.07-1A9.75 9.75 0 0 1 6.11.23L6 0l-.25.19a40.13 40.13 0 0 1-3.28 2.47A10.44 10.44 0 0 1 0 3.83v1.71c1.15.18 1.24.38 1.24.39l.06.17h.19a2.58 2.58 0 0 0 .58-.1A6.88 6.88 0 0 0 4.2 7a9.7 9.7 0 0 1 2.53 1.29l.15.23.21-.19c1.6-1.41 8.72-6.65 12.27-6.65a2.57 2.57 0 0 1 .81.12 3.19 3.19 0 0 1 1.93 1.75 2.94 2.94 0 0 1-.25 2.59 2.07 2.07 0 0 1-1 .95 2.49 2.49 0 0 0 .42-1.5 2.7 2.7 0 0 0-2.77-2.52h-.11a2.69 2.69 0 0 0-2.69 2.72 2.82 2.82 0 0 0 2.07 2.44 4.82 4.82 0 0 0 2.68-.09 3.67 3.67 0 0 0 2.06-1.67A4 4 0 0 0 20.79.84zM8.31 4L8 4.27a7.15 7.15 0 0 1-3.8 1.66 2.84 2.84 0 0 1-1.31-.35c.41-.23.83-.52 1.23-.81l.74-.52a7.15 7.15 0 0 1 3.78-1.66A2.84 2.84 0 0 1 10 3c-.57.28-1.12.64-1.69 1z'/%3E%3C/svg%3E");
}

.hr--white {
  border-color: #ffffff;
}

.hr--white:before,
.hr--white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.05 8.53'%3E%3Cpath fill='%23ffffff' d='M20.79.84a6.34 6.34 0 0 0-3-.74c-2 0-4.28.8-7 2.41a8.4 8.4 0 0 0-2.07-1A9.75 9.75 0 0 1 6.11.23L6 0l-.25.19a40.13 40.13 0 0 1-3.28 2.47A10.44 10.44 0 0 1 0 3.83v1.71c1.15.18 1.24.38 1.24.39l.06.17h.19a2.58 2.58 0 0 0 .58-.1A6.88 6.88 0 0 0 4.2 7a9.7 9.7 0 0 1 2.53 1.29l.15.23.21-.19c1.6-1.41 8.72-6.65 12.27-6.65a2.57 2.57 0 0 1 .81.12 3.19 3.19 0 0 1 1.93 1.75 2.94 2.94 0 0 1-.25 2.59 2.07 2.07 0 0 1-1 .95 2.49 2.49 0 0 0 .42-1.5 2.7 2.7 0 0 0-2.77-2.52h-.11a2.69 2.69 0 0 0-2.69 2.72 2.82 2.82 0 0 0 2.07 2.44 4.82 4.82 0 0 0 2.68-.09 3.67 3.67 0 0 0 2.06-1.67A4 4 0 0 0 20.79.84zM8.31 4L8 4.27a7.15 7.15 0 0 1-3.8 1.66 2.84 2.84 0 0 1-1.31-.35c.41-.23.83-.52 1.23-.81l.74-.52a7.15 7.15 0 0 1 3.78-1.66A2.84 2.84 0 0 1 10 3c-.57.28-1.12.64-1.69 1z'/%3E%3C/svg%3E");
}

.svgclippaths .image--decorated {
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}

.svgclippaths .image--decorated.image--bordered:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border-width: 59px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='none' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 59 59 59 59 fill;
  border-image-repeat: repeat;
}

.svgclippaths .image--decorated.image--bordered:after .cornered-ticket__inner {
  margin-top: -59px;
  margin-bottom: -59px;
}

@media (min-width: 780px) {
  .image--bordered:after {
    border-width: 4.5vw;
  }

  .cs-column-size-1 .image--bordered:after,
  .image--bordered.image--size-1:after {
    border-width: 0.375vw;
  }

  .cs-column-size-2 .image--bordered:after,
  .image--bordered.image--size-2:after {
    border-width: 0.75vw;
  }

  .cs-column-size-3 .image--bordered:after,
  .image--bordered.image--size-3:after {
    border-width: 1.125vw;
  }

  .cs-column-size-4 .image--bordered:after,
  .image--bordered.image--size-4:after {
    border-width: 1.5vw;
  }

  .cs-column-size-5 .image--bordered:after,
  .image--bordered.image--size-5:after {
    border-width: 1.875vw;
  }

  .cs-column-size-6 .image--bordered:after,
  .image--bordered.image--size-6:after {
    border-width: 2.25vw;
  }

  .cs-column-size-7 .image--bordered:after,
  .image--bordered.image--size-7:after {
    border-width: 2.625vw;
  }

  .cs-column-size-8 .image--bordered:after,
  .image--bordered.image--size-8:after {
    border-width: 3vw;
  }

  .cs-column-size-9 .image--bordered:after,
  .image--bordered.image--size-9:after {
    border-width: 3.375vw;
  }

  .cs-column-size-10 .image--bordered:after,
  .image--bordered.image--size-10:after {
    border-width: 3.75vw;
  }

  .cs-column-size-11 .image--bordered:after,
  .image--bordered.image--size-11:after {
    border-width: 4.125vw;
  }

  .cs-column-size-12 .image--bordered:after,
  .image--bordered.image--size-12:after {
    border-width: 4.5vw;
  }
}

@media (min-width: 992px) {
  .event .image--bordered:after {
    border-width: 2.25vw;
  }
}

@media (min-width: 1500px) {
  .image--bordered:after {
    border-width: 80px;
  }

  .cs-column-size-1 .image--bordered:after,
  .image--bordered.image--size-1:after {
    border-width: 6.66667px;
  }

  .cs-column-size-2 .image--bordered:after,
  .image--bordered.image--size-2:after {
    border-width: 13.33333px;
  }

  .cs-column-size-3 .image--bordered:after,
  .image--bordered.image--size-3:after {
    border-width: 20px;
  }

  .cs-column-size-4 .image--bordered:after,
  .image--bordered.image--size-4:after {
    border-width: 26.66667px;
  }

  .cs-column-size-5 .image--bordered:after,
  .image--bordered.image--size-5:after {
    border-width: 33.33333px;
  }

  .cs-column-size-6 .image--bordered:after,
  .image--bordered.image--size-6:after,
  .event .image--bordered:after {
    border-width: 40px;
  }

  .cs-column-size-7 .image--bordered:after,
  .image--bordered.image--size-7:after {
    border-width: 46.66667px;
  }

  .cs-column-size-8 .image--bordered:after,
  .image--bordered.image--size-8:after {
    border-width: 53.33333px;
  }

  .cs-column-size-9 .image--bordered:after,
  .image--bordered.image--size-9:after {
    border-width: 60px;
  }

  .cs-column-size-10 .image--bordered:after,
  .image--bordered.image--size-10:after {
    border-width: 66.66667px;
  }

  .cs-column-size-11 .image--bordered:after,
  .image--bordered.image--size-11:after {
    border-width: 73.33333px;
  }

  .cs-column-size-12 .image--bordered:after,
  .image--bordered.image--size-12:after {
    border-width: 80px;
  }
}

.image__image {
  display: block;
  height: auto;
}

.svgclippaths .image--decorated .image__image {
  width: 100%;
  -webkit-clip-path: url(#clip-polygon);
          clip-path: url(#clip-polygon);
}

.card-stack {
  position: relative;
  padding: 24px;
  background-color: #dccfc6;
  -webkit-box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.3);
  color: #000000;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card-stack:before,
.card-stack:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #c3ab94;
  -webkit-box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 12px -3px rgba(0, 0, 0, 0.3);
}

.card-stack:before {
  -webkit-transform: rotate(2deg) translateZ(-1px);
          transform: rotate(2deg) translateZ(-1px);
}

.card-stack:after {
  -webkit-transform: rotate(-3deg) translateZ(-1px);
          transform: rotate(-3deg) translateZ(-1px);
}

.card-stack__inner {
  padding: 24px;
  border: 3px dotted #c3ab94;
}

.product-scroller .card-stack,
.product-scroller .card-stack__inner {
  padding: 12px;
}

@media (min-width: 1350px) {
  .product-scroller .card-stack,
  .product-scroller .card-stack__inner {
    padding: 24px;
  }
}

.widget_ticket-widget {
  padding-top: 1px;
}

.ticket {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  position: relative;
  min-height: 80px;
  margin: 12px 24px 12px 24px;
}

.ticket:before,
.ticket:after {
  content: "";
  position: absolute;
  right: -14px;
  left: -14px;
}

.ticket:before {
  top: -10px;
  bottom: -webkit-calc(50% + 28px);
  bottom: calc(50% + 28px);
}

.ticket:after {
  top: -webkit-calc(50% + 28px);
  top: calc(50% + 28px);
  bottom: -10px;
}

.ticket--has-margin {
  margin: 12px 48px 36px 48px;
}

@media (min-width: 768px) {
  .ticket {
    margin: 12px 48px 12px 48px;
  }

  .ticket:before,
  .ticket:after {
    content: "";
    position: absolute;
    right: -38px;
    left: -38px;
  }

  .ticket:before {
    bottom: -webkit-calc(50% + 53px);
    bottom: calc(50% + 53px);
  }

  .ticket:after {
    top: -webkit-calc(50% + 53px);
    top: calc(50% + 53px);
  }

  .ticket--has-margin {
    margin: 12px 24px 36px 24px;
  }
}

.ticket__inner {
  position: relative;
  z-index: 1;
  padding: 24px;
  color: #ffffff;
}

.ticket__inner:before,
.ticket__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 56px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ticket__inner:before {
  left: -26px;
}

.ticket__inner:after {
  right: -26px;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.ticket__inner p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ticket__inner:before,
  .ticket__inner:after {
    width: 48px;
    height: 106px;
  }

  .ticket__inner:before {
    left: -50px;
  }

  .ticket__inner:after {
    right: -50px;
  }
}

.product-scroller .ticket {
  min-height: 80px;
  margin: 6px 12px 6px 12px;
}

.product-scroller .ticket:before,
.product-scroller .ticket:after {
  right: -2px;
  left: -2px;
}

.product-scroller .ticket:before {
  top: -10px;
  bottom: -webkit-calc(50% + 28px);
  bottom: calc(50% + 28px);
}

.product-scroller .ticket:after {
  top: -webkit-calc(50% + 28px);
  top: calc(50% + 28px);
  bottom: -10px;
}

.product-scroller .ticket--has-margin {
  margin: 6px 24px 18px 24px;
}

@media (min-width: 768px) {
  .product-scroller .ticket {
    margin: 6px 24px 6px 24px;
  }

  .product-scroller .ticket:before,
  .product-scroller .ticket:after {
    content: "";
    position: absolute;
    right: -14px;
    left: -14px;
  }

  .product-scroller .ticket:before {
    bottom: -webkit-calc(50% + 26px);
    bottom: calc(50% + 26px);
  }

  .product-scroller .ticket:after {
    top: -webkit-calc(50% + 26px);
    top: calc(50% + 26px);
  }

  .product-scroller .ticket--has-margin {
    margin: 6px 12px 18px 12px;
  }
}

@media (min-width: 1350px) {
  .product-scroller .ticket {
    margin: 12px 48px 12px 48px;
  }

  .product-scroller .ticket:before,
  .product-scroller .ticket:after {
    content: "";
    position: absolute;
    right: -38px;
    left: -38px;
  }

  .product-scroller .ticket:before {
    bottom: -webkit-calc(50% + 52px);
    bottom: calc(50% + 52px);
  }

  .product-scroller .ticket:after {
    top: -webkit-calc(50% + 52px);
    top: calc(50% + 52px);
  }

  .product-scroller .ticket--has-margin {
    margin: 12px 24px 36px 24px;
  }
}

.product-scroller .ticket__inner {
  position: relative;
  z-index: 1;
  padding: 12px;
  color: #ffffff;
}

.product-scroller .ticket__inner:before,
.product-scroller .ticket__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 52px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-scroller .ticket__inner:before {
  left: -14px;
}

.product-scroller .ticket__inner:after {
  right: -14px;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.product-scroller .ticket__inner p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-scroller .ticket__inner:before,
  .product-scroller .ticket__inner:after {
    width: 24px;
    height: 52px;
  }

  .product-scroller .ticket__inner:before {
    left: -26px;
  }

  .product-scroller .ticket__inner:after {
    right: -26px;
  }
}

@media (min-width: 1350px) {
  .product-scroller .ticket__inner {
    padding: 24px;
  }

  .product-scroller .ticket__inner:before,
  .product-scroller .ticket__inner:after {
    width: 48px;
    height: 104px;
  }

  .product-scroller .ticket__inner:before {
    left: -50px;
  }

  .product-scroller .ticket__inner:after {
    right: -50px;
  }
}

.ticket--red:before {
  background-color: #b73e37;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b73e37;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b73e37;
}

.ticket--red:after {
  background-color: #b73e37;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b73e37;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b73e37;
}

.ticket--red .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #b73e37;
}

.ticket--red .ticket__inner:before,
.ticket--red .ticket__inner:after {
  border-top: 7px solid #b73e37;
  border-bottom: 7px solid #b73e37;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--blue:before {
  background-color: #739ea3;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #739ea3;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #739ea3;
}

.ticket--blue:after {
  background-color: #739ea3;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #739ea3;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #739ea3;
}

.ticket--blue .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #739ea3;
}

.ticket--blue .ticket__inner:before,
.ticket--blue .ticket__inner:after {
  border-top: 7px solid #739ea3;
  border-bottom: 7px solid #739ea3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--purple:before {
  background-color: #7e5969;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #7e5969;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #7e5969;
}

.ticket--purple:after {
  background-color: #7e5969;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #7e5969;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #7e5969;
}

.ticket--purple .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #7e5969;
}

.ticket--purple .ticket__inner:before,
.ticket--purple .ticket__inner:after {
  border-top: 7px solid #7e5969;
  border-bottom: 7px solid #7e5969;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--ham-sun-blushed-tomato-and-cheddar:before {
  background-color: #bcae70;
  -webkit-box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #bcae70;
          box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #bcae70;
}

.ticket--ham-sun-blushed-tomato-and-cheddar:after {
  background-color: #bcae70;
  -webkit-box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #bcae70;
          box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #bcae70;
}

.ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner {
  border: 2px dotted #ab3d47;
  background-color: #bcae70;
}

.ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner:before,
.ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner:after {
  border-top: 7px solid #bcae70;
  border-bottom: 7px solid #bcae70;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23bcae70' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--roast-red-onion-and-gruyere:before {
  background-color: #ab3d47;
  -webkit-box-shadow: 0 0 0 2px #edead4, 0 0 0 10px #ab3d47;
          box-shadow: 0 0 0 2px #edead4, 0 0 0 10px #ab3d47;
}

.ticket--roast-red-onion-and-gruyere:after {
  background-color: #ab3d47;
  -webkit-box-shadow: 0 0 0 2px #edead4, 0 0 0 10px #ab3d47;
          box-shadow: 0 0 0 2px #edead4, 0 0 0 10px #ab3d47;
}

.ticket--roast-red-onion-and-gruyere .ticket__inner {
  border: 2px dotted #edead4;
  background-color: #ab3d47;
}

.ticket--roast-red-onion-and-gruyere .ticket__inner:before,
.ticket--roast-red-onion-and-gruyere .ticket__inner:after {
  border-top: 7px solid #ab3d47;
  border-bottom: 7px solid #ab3d47;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23ab3d47' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--roast-butternut-squash-and-blue-cheese:before {
  background-color: #90cabe;
  -webkit-box-shadow: 0 0 0 2px #cf6035, 0 0 0 10px #90cabe;
          box-shadow: 0 0 0 2px #cf6035, 0 0 0 10px #90cabe;
}

.ticket--roast-butternut-squash-and-blue-cheese:after {
  background-color: #90cabe;
  -webkit-box-shadow: 0 0 0 2px #cf6035, 0 0 0 10px #90cabe;
          box-shadow: 0 0 0 2px #cf6035, 0 0 0 10px #90cabe;
}

.ticket--roast-butternut-squash-and-blue-cheese .ticket__inner {
  border: 2px dotted #cf6035;
  background-color: #90cabe;
}

.ticket--roast-butternut-squash-and-blue-cheese .ticket__inner:before,
.ticket--roast-butternut-squash-and-blue-cheese .ticket__inner:after {
  border-top: 7px solid #90cabe;
  border-bottom: 7px solid #90cabe;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%2390cabe' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--butternut-squash-mixed-bean-and-cheese:before {
  background-color: #cf5c3a;
  -webkit-box-shadow: 0 0 0 2px #ed9d2d, 0 0 0 10px #cf5c3a;
          box-shadow: 0 0 0 2px #ed9d2d, 0 0 0 10px #cf5c3a;
}

.ticket--butternut-squash-mixed-bean-and-cheese:after {
  background-color: #cf5c3a;
  -webkit-box-shadow: 0 0 0 2px #ed9d2d, 0 0 0 10px #cf5c3a;
          box-shadow: 0 0 0 2px #ed9d2d, 0 0 0 10px #cf5c3a;
}

.ticket--butternut-squash-mixed-bean-and-cheese .ticket__inner {
  border: 2px dotted #ed9d2d;
  background-color: #cf5c3a;
}

.ticket--butternut-squash-mixed-bean-and-cheese .ticket__inner:before,
.ticket--butternut-squash-mixed-bean-and-cheese .ticket__inner:after {
  border-top: 7px solid #cf5c3a;
  border-bottom: 7px solid #cf5c3a;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23cf5c3a' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--turkey-smoked-ham-hock-and-cranberry:before {
  background-color: #ad4049;
  -webkit-box-shadow: 0 0 0 2px #ef9d58, 0 0 0 10px #ad4049;
          box-shadow: 0 0 0 2px #ef9d58, 0 0 0 10px #ad4049;
}

.ticket--turkey-smoked-ham-hock-and-cranberry:after {
  background-color: #ad4049;
  -webkit-box-shadow: 0 0 0 2px #ef9d58, 0 0 0 10px #ad4049;
          box-shadow: 0 0 0 2px #ef9d58, 0 0 0 10px #ad4049;
}

.ticket--turkey-smoked-ham-hock-and-cranberry .ticket__inner {
  border: 2px dotted #ef9d58;
  background-color: #ad4049;
}

.ticket--turkey-smoked-ham-hock-and-cranberry .ticket__inner:before,
.ticket--turkey-smoked-ham-hock-and-cranberry .ticket__inner:after {
  border-top: 7px solid #ad4049;
  border-bottom: 7px solid #ad4049;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23ad4049' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--venison-and-mushroom:before {
  background-color: #625044;
  -webkit-box-shadow: 0 0 0 2px #f3e1db, 0 0 0 10px #625044;
          box-shadow: 0 0 0 2px #f3e1db, 0 0 0 10px #625044;
}

.ticket--venison-and-mushroom:after {
  background-color: #625044;
  -webkit-box-shadow: 0 0 0 2px #f3e1db, 0 0 0 10px #625044;
          box-shadow: 0 0 0 2px #f3e1db, 0 0 0 10px #625044;
}

.ticket--venison-and-mushroom .ticket__inner {
  border: 2px dotted #f3e1db;
  background-color: #625044;
}

.ticket--venison-and-mushroom .ticket__inner:before,
.ticket--venison-and-mushroom .ticket__inner:after {
  border-top: 7px solid #625044;
  border-bottom: 7px solid #625044;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23625044' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--chicken-and-leek-with-thyme:before {
  background-color: #9bb592;
  -webkit-box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #9bb592;
          box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #9bb592;
}

.ticket--chicken-and-leek-with-thyme:after {
  background-color: #9bb592;
  -webkit-box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #9bb592;
          box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #9bb592;
}

.ticket--chicken-and-leek-with-thyme .ticket__inner {
  border: 2px dotted #c5d162;
  background-color: #9bb592;
}

.ticket--chicken-and-leek-with-thyme .ticket__inner:before,
.ticket--chicken-and-leek-with-thyme .ticket__inner:after {
  border-top: 7px solid #9bb592;
  border-bottom: 7px solid #9bb592;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%239bb592' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--steak-and-devon-blue:before {
  background-color: #004d58;
  -webkit-box-shadow: 0 0 0 2px #5a7696, 0 0 0 10px #004d58;
          box-shadow: 0 0 0 2px #5a7696, 0 0 0 10px #004d58;
}

.ticket--steak-and-devon-blue:after {
  background-color: #004d58;
  -webkit-box-shadow: 0 0 0 2px #5a7696, 0 0 0 10px #004d58;
          box-shadow: 0 0 0 2px #5a7696, 0 0 0 10px #004d58;
}

.ticket--steak-and-devon-blue .ticket__inner {
  border: 2px dotted #5a7696;
  background-color: #004d58;
}

.ticket--steak-and-devon-blue .ticket__inner:before,
.ticket--steak-and-devon-blue .ticket__inner:after {
  border-top: 7px solid #004d58;
  border-bottom: 7px solid #004d58;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23004d58' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--ham-hock-and-pea:before {
  background-color: #b2ada5;
  -webkit-box-shadow: 0 0 0 2px #788e6c, 0 0 0 10px #b2ada5;
          box-shadow: 0 0 0 2px #788e6c, 0 0 0 10px #b2ada5;
}

.ticket--ham-hock-and-pea:after {
  background-color: #b2ada5;
  -webkit-box-shadow: 0 0 0 2px #788e6c, 0 0 0 10px #b2ada5;
          box-shadow: 0 0 0 2px #788e6c, 0 0 0 10px #b2ada5;
}

.ticket--ham-hock-and-pea .ticket__inner {
  border: 2px dotted #788e6c;
  background-color: #b2ada5;
}

.ticket--ham-hock-and-pea .ticket__inner:before,
.ticket--ham-hock-and-pea .ticket__inner:after {
  border-top: 7px solid #b2ada5;
  border-bottom: 7px solid #b2ada5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b2ada5' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--mushroom-and-spinach:before {
  background-color: #687b49;
  -webkit-box-shadow: 0 0 0 2px #cac041, 0 0 0 10px #687b49;
          box-shadow: 0 0 0 2px #cac041, 0 0 0 10px #687b49;
}

.ticket--mushroom-and-spinach:after {
  background-color: #687b49;
  -webkit-box-shadow: 0 0 0 2px #cac041, 0 0 0 10px #687b49;
          box-shadow: 0 0 0 2px #cac041, 0 0 0 10px #687b49;
}

.ticket--mushroom-and-spinach .ticket__inner {
  border: 2px dotted #cac041;
  background-color: #687b49;
}

.ticket--mushroom-and-spinach .ticket__inner:before,
.ticket--mushroom-and-spinach .ticket__inner:after {
  border-top: 7px solid #687b49;
  border-bottom: 7px solid #687b49;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23687b49' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--steak-and-ale:before {
  background-color: #b14d3d;
  -webkit-box-shadow: 0 0 0 2px #f1ae2b, 0 0 0 10px #b14d3d;
          box-shadow: 0 0 0 2px #f1ae2b, 0 0 0 10px #b14d3d;
}

.ticket--steak-and-ale:after {
  background-color: #b14d3d;
  -webkit-box-shadow: 0 0 0 2px #f1ae2b, 0 0 0 10px #b14d3d;
          box-shadow: 0 0 0 2px #f1ae2b, 0 0 0 10px #b14d3d;
}

.ticket--steak-and-ale .ticket__inner {
  border: 2px dotted #f1ae2b;
  background-color: #b14d3d;
}

.ticket--steak-and-ale .ticket__inner:before,
.ticket--steak-and-ale .ticket__inner:after {
  border-top: 7px solid #b14d3d;
  border-bottom: 7px solid #b14d3d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b14d3d' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--lamb-pea-and-mint:before {
  background-color: #183028;
  -webkit-box-shadow: 0 0 0 2px #F2A900, 0 0 0 10px #183028;
          box-shadow: 0 0 0 2px #F2A900, 0 0 0 10px #183028;
}

.ticket--lamb-pea-and-mint:after {
  background-color: #183028;
  -webkit-box-shadow: 0 0 0 2px #F2A900, 0 0 0 10px #183028;
          box-shadow: 0 0 0 2px #F2A900, 0 0 0 10px #183028;
}

.ticket--lamb-pea-and-mint .ticket__inner {
  border: 2px dotted #F2A900;
  background-color: #183028;
}

.ticket--lamb-pea-and-mint .ticket__inner:before,
.ticket--lamb-pea-and-mint .ticket__inner:after {
  border-top: 7px solid #183028;
  border-bottom: 7px solid #183028;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23183028' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--chicken-ham-hock-and-leek:before {
  background-color: #527f77;
  -webkit-box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #527f77;
          box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #527f77;
}

.ticket--chicken-ham-hock-and-leek:after {
  background-color: #527f77;
  -webkit-box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #527f77;
          box-shadow: 0 0 0 2px #c5d162, 0 0 0 10px #527f77;
}

.ticket--chicken-ham-hock-and-leek .ticket__inner {
  border: 2px dotted #c5d162;
  background-color: #527f77;
}

.ticket--chicken-ham-hock-and-leek .ticket__inner:before,
.ticket--chicken-ham-hock-and-leek .ticket__inner:after {
  border-top: 7px solid #527f77;
  border-bottom: 7px solid #527f77;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23527f77' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--chicken-and-wild-mushroom:before {
  background-color: #b18936;
  -webkit-box-shadow: 0 0 0 2px #b84530, 0 0 0 10px #b18936;
          box-shadow: 0 0 0 2px #b84530, 0 0 0 10px #b18936;
}

.ticket--chicken-and-wild-mushroom:after {
  background-color: #b18936;
  -webkit-box-shadow: 0 0 0 2px #b84530, 0 0 0 10px #b18936;
          box-shadow: 0 0 0 2px #b84530, 0 0 0 10px #b18936;
}

.ticket--chicken-and-wild-mushroom .ticket__inner {
  border: 2px dotted #b84530;
  background-color: #b18936;
}

.ticket--chicken-and-wild-mushroom .ticket__inner:before,
.ticket--chicken-and-wild-mushroom .ticket__inner:after {
  border-top: 7px solid #b18936;
  border-bottom: 7px solid #b18936;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b18936' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--lamb-and-chickpea-with-chorizo:before {
  background-color: #80535f;
  -webkit-box-shadow: 0 0 0 2px #eb8c3e, 0 0 0 10px #80535f;
          box-shadow: 0 0 0 2px #eb8c3e, 0 0 0 10px #80535f;
}

.ticket--lamb-and-chickpea-with-chorizo:after {
  background-color: #80535f;
  -webkit-box-shadow: 0 0 0 2px #eb8c3e, 0 0 0 10px #80535f;
          box-shadow: 0 0 0 2px #eb8c3e, 0 0 0 10px #80535f;
}

.ticket--lamb-and-chickpea-with-chorizo .ticket__inner {
  border: 2px dotted #eb8c3e;
  background-color: #80535f;
}

.ticket--lamb-and-chickpea-with-chorizo .ticket__inner:before,
.ticket--lamb-and-chickpea-with-chorizo .ticket__inner:after {
  border-top: 7px solid #80535f;
  border-bottom: 7px solid #80535f;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%2380535f' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.ticket--cauliflower-spinach-and-lentil:before {
  background-color: #c3bd82;
  -webkit-box-shadow: 0 0 0 2px #ee9d58, 0 0 0 10px #c3bd82;
          box-shadow: 0 0 0 2px #ee9d58, 0 0 0 10px #c3bd82;
}

.ticket--cauliflower-spinach-and-lentil:after {
  background-color: #c3bd82;
  -webkit-box-shadow: 0 0 0 2px #ee9d58, 0 0 0 10px #c3bd82;
          box-shadow: 0 0 0 2px #ee9d58, 0 0 0 10px #c3bd82;
}

.ticket--cauliflower-spinach-and-lentil .ticket__inner {
  border: 2px dotted #ee9d58;
  background-color: #c3bd82;
}

.ticket--cauliflower-spinach-and-lentil .ticket__inner:before,
.ticket--cauliflower-spinach-and-lentil .ticket__inner:after {
  border-top: 7px solid #c3bd82;
  border-bottom: 7px solid #c3bd82;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23c3bd82' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .ticket:before {
  background-color: #d6cea8;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d6cea8;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d6cea8;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .ticket:after {
  background-color: #d6cea8;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d6cea8;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d6cea8;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #d6cea8;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .ticket .ticket__inner:before,
.product-scroller--ham-sun-blushed-tomato-and-cheddar .ticket .ticket__inner:after {
  border-top: 7px solid #d6cea8;
  border-bottom: 7px solid #d6cea8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23d6cea8' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--roast-red-onion-and-gruyere .ticket:before {
  background-color: #c35861;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35861;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35861;
}

.product-scroller--roast-red-onion-and-gruyere .ticket:after {
  background-color: #c35861;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35861;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35861;
}

.product-scroller--roast-red-onion-and-gruyere .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #c35861;
}

.product-scroller--roast-red-onion-and-gruyere .ticket .ticket__inner:before,
.product-scroller--roast-red-onion-and-gruyere .ticket .ticket__inner:after {
  border-top: 7px solid #c35861;
  border-bottom: 7px solid #c35861;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23c35861' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--roast-butternut-squash-and-blue-cheese .ticket:before {
  background-color: #b3dad2;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b3dad2;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b3dad2;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .ticket:after {
  background-color: #b3dad2;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b3dad2;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b3dad2;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #b3dad2;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .ticket .ticket__inner:before,
.product-scroller--roast-butternut-squash-and-blue-cheese .ticket .ticket__inner:after {
  border-top: 7px solid #b3dad2;
  border-bottom: 7px solid #b3dad2;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b3dad2' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .ticket:before {
  background-color: #d97e63;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d97e63;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d97e63;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .ticket:after {
  background-color: #d97e63;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d97e63;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d97e63;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #d97e63;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .ticket .ticket__inner:before,
.product-scroller--butternut-squash-mixed-bean-and-cheese .ticket .ticket__inner:after {
  border-top: 7px solid #d97e63;
  border-bottom: 7px solid #d97e63;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23d97e63' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .ticket:before {
  background-color: #c35d65;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35d65;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35d65;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .ticket:after {
  background-color: #c35d65;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35d65;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c35d65;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #c35d65;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .ticket .ticket__inner:before,
.product-scroller--turkey-smoked-ham-hock-and-cranberry .ticket .ticket__inner:after {
  border-top: 7px solid #c35d65;
  border-bottom: 7px solid #c35d65;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23c35d65' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--venison-and-mushroom .ticket:before {
  background-color: #806959;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #806959;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #806959;
}

.product-scroller--venison-and-mushroom .ticket:after {
  background-color: #806959;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #806959;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #806959;
}

.product-scroller--venison-and-mushroom .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #806959;
}

.product-scroller--venison-and-mushroom .ticket .ticket__inner:before,
.product-scroller--venison-and-mushroom .ticket .ticket__inner:after {
  border-top: 7px solid #806959;
  border-bottom: 7px solid #806959;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23806959' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--chicken-and-leek-with-thyme .ticket:before {
  background-color: #b7cab0;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b7cab0;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b7cab0;
}

.product-scroller--chicken-and-leek-with-thyme .ticket:after {
  background-color: #b7cab0;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b7cab0;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #b7cab0;
}

.product-scroller--chicken-and-leek-with-thyme .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #b7cab0;
}

.product-scroller--chicken-and-leek-with-thyme .ticket .ticket__inner:before,
.product-scroller--chicken-and-leek-with-thyme .ticket .ticket__inner:after {
  border-top: 7px solid #b7cab0;
  border-bottom: 7px solid #b7cab0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b7cab0' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--steak-and-devon-blue .ticket:before {
  background-color: #007a8b;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #007a8b;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #007a8b;
}

.product-scroller--steak-and-devon-blue .ticket:after {
  background-color: #007a8b;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #007a8b;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #007a8b;
}

.product-scroller--steak-and-devon-blue .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #007a8b;
}

.product-scroller--steak-and-devon-blue .ticket .ticket__inner:before,
.product-scroller--steak-and-devon-blue .ticket .ticket__inner:after {
  border-top: 7px solid #007a8b;
  border-bottom: 7px solid #007a8b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23007a8b' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--ham-hock-and-pea .ticket:before {
  background-color: #cac6c0;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #cac6c0;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #cac6c0;
}

.product-scroller--ham-hock-and-pea .ticket:after {
  background-color: #cac6c0;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #cac6c0;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #cac6c0;
}

.product-scroller--ham-hock-and-pea .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #cac6c0;
}

.product-scroller--ham-hock-and-pea .ticket .ticket__inner:before,
.product-scroller--ham-hock-and-pea .ticket .ticket__inner:after {
  border-top: 7px solid #cac6c0;
  border-bottom: 7px solid #cac6c0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23cac6c0' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--mushroom-and-spinach .ticket:before {
  background-color: #839b5c;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #839b5c;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #839b5c;
}

.product-scroller--mushroom-and-spinach .ticket:after {
  background-color: #839b5c;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #839b5c;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #839b5c;
}

.product-scroller--mushroom-and-spinach .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #839b5c;
}

.product-scroller--mushroom-and-spinach .ticket .ticket__inner:before,
.product-scroller--mushroom-and-spinach .ticket .ticket__inner:after {
  border-top: 7px solid #839b5c;
  border-bottom: 7px solid #839b5c;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23839b5c' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--steak-and-ale .ticket:before {
  background-color: #c66a5b;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c66a5b;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c66a5b;
}

.product-scroller--steak-and-ale .ticket:after {
  background-color: #c66a5b;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c66a5b;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #c66a5b;
}

.product-scroller--steak-and-ale .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #c66a5b;
}

.product-scroller--steak-and-ale .ticket .ticket__inner:before,
.product-scroller--steak-and-ale .ticket .ticket__inner:after {
  border-top: 7px solid #c66a5b;
  border-bottom: 7px solid #c66a5b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23c66a5b' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--chicken-ham-hock-and-leek .ticket:before {
  background-color: #679d93;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #679d93;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #679d93;
}

.product-scroller--chicken-ham-hock-and-leek .ticket:after {
  background-color: #679d93;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #679d93;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #679d93;
}

.product-scroller--chicken-ham-hock-and-leek .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #679d93;
}

.product-scroller--chicken-ham-hock-and-leek .ticket .ticket__inner:before,
.product-scroller--chicken-ham-hock-and-leek .ticket .ticket__inner:after {
  border-top: 7px solid #679d93;
  border-bottom: 7px solid #679d93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23679d93' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--chicken-and-wild-mushroom .ticket:before {
  background-color: #caa250;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #caa250;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #caa250;
}

.product-scroller--chicken-and-wild-mushroom .ticket:after {
  background-color: #caa250;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #caa250;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #caa250;
}

.product-scroller--chicken-and-wild-mushroom .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #caa250;
}

.product-scroller--chicken-and-wild-mushroom .ticket .ticket__inner:before,
.product-scroller--chicken-and-wild-mushroom .ticket .ticket__inner:after {
  border-top: 7px solid #caa250;
  border-bottom: 7px solid #caa250;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23caa250' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--lamb-and-chickpea-with-chorizo .ticket:before {
  background-color: #9d6977;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #9d6977;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #9d6977;
}

.product-scroller--lamb-and-chickpea-with-chorizo .ticket:after {
  background-color: #9d6977;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #9d6977;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #9d6977;
}

.product-scroller--lamb-and-chickpea-with-chorizo .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #9d6977;
}

.product-scroller--lamb-and-chickpea-with-chorizo .ticket .ticket__inner:before,
.product-scroller--lamb-and-chickpea-with-chorizo .ticket .ticket__inner:after {
  border-top: 7px solid #9d6977;
  border-bottom: 7px solid #9d6977;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%239d6977' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-scroller--cauliflower-spinach-and-lentil .ticket:before {
  background-color: #d4cfa4;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d4cfa4;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d4cfa4;
}

.product-scroller--cauliflower-spinach-and-lentil .ticket:after {
  background-color: #d4cfa4;
  -webkit-box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d4cfa4;
          box-shadow: 0 0 0 2px #f0d8b9, 0 0 0 10px #d4cfa4;
}

.product-scroller--cauliflower-spinach-and-lentil .ticket .ticket__inner {
  border: 2px dotted #f0d8b9;
  background-color: #d4cfa4;
}

.product-scroller--cauliflower-spinach-and-lentil .ticket .ticket__inner:before,
.product-scroller--cauliflower-spinach-and-lentil .ticket .ticket__inner:after {
  border-top: 7px solid #d4cfa4;
  border-bottom: 7px solid #d4cfa4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23d4cfa4' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.arrow-title {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  text-align: center;
}

.arrow-title--has-margin {
  margin-bottom: 48px;
}

.arrow-title__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  position: relative;
  margin-right: 60px;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 6px;
  background-color: #739ea3;
  color: #f0d8b9;
  letter-spacing: 2px;
  font-family: "bebas_neue", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
  line-height: 1;
}

@media (min-width: 768px) {
  .arrow-title__title {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
    margin-right: 80px;
    margin-left: 80px;
    padding: 6px 48px;
  }
}

.arrow-title__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -59px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .arrow-title__title:before {
    left: -79px;
    width: 80px;
  }
}

.arrow-title__title:after {
  content: "";
  position: absolute;
  top: -12px;
  right: -59px;
  bottom: -12px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 100' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M0 0l50 50-50 50V0z'/%3E%3C/svg%3E");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .arrow-title__title:after {
    right: -79px;
    width: 80px;
  }
}

.arrow-title--blue .arrow-title__title {
  background-color: #739ea3;
}

.arrow-title--blue .arrow-title__title:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.arrow-title--blue .arrow-title__title:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 100' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M0 0l50 50-50 50V0z'/%3E%3C/svg%3E");
}

.arrow-title--red .arrow-title__title {
  background-color: #b73e37;
}

.arrow-title--red .arrow-title__title:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.arrow-title--red .arrow-title__title:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 100' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M0 0l50 50-50 50V0z'/%3E%3C/svg%3E");
}

.arrow-title--purple .arrow-title__title {
  background-color: #7e5969;
}

.arrow-title--purple .arrow-title__title:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.arrow-title--purple .arrow-title__title:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 100' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M0 0l50 50-50 50V0z'/%3E%3C/svg%3E");
}

.star-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-bottom: 24px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.star-title--has-margin {
  margin-bottom: 48px;
}

.star-title__left,
.star-title__right {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 10px;
  min-width: 60px;
  min-height: 36px;
  min-height: 36px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #739ea3;
  background-image: url(images/star.png), url(images/star.png);
  -webkit-background-size: 15px auto, 15px auto;
          background-size: 15px auto, 15px auto;
  background-repeat: space no-repeat, space no-repeat;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .star-title__left,
  .star-title__right {
    background-image: url(images/star@2x.png), url(images/star@2x.png);
  }
}

@media (min-width: 768px) {
  .star-title__left,
  .star-title__right {
    min-height: 72px;
  }
}

.star-title__left {
  background-position: right 0 top 6px, right 0 bottom 6px;
}

.star-title__left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.star-title__left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  background-color: #739ea3;
}

.star-title__right {
  background-position: left 0 top 6px, left 0 bottom 6px;
}

.star-title__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background-color: #739ea3;
}

.star-title__right:after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  width: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.star-title__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  margin-bottom: 0;
  color: #f0d8b9;
  letter-spacing: 2px;
  font-family: "bebas_neue", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

@media (min-width: 768px) {
  .star-title__title {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
  }
}

.star-title--blue .star-title__left,
.star-title--blue .star-title__right {
  background-color: #739ea3;
}

.star-title--blue .star-title__left:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.star-title--blue .star-title__left:after {
  background-color: #739ea3;
}

.star-title--blue .star-title__right:before {
  background-color: #739ea3;
}

.star-title--blue .star-title__right:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.star-title--red .star-title__left,
.star-title--red .star-title__right {
  background-color: #b73e37;
}

.star-title--red .star-title__left:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.star-title--red .star-title__left:after {
  background-color: #b73e37;
}

.star-title--red .star-title__right:before {
  background-color: #b73e37;
}

.star-title--red .star-title__right:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--steak-and-ale .star-title--red .star-title__left,
.product-scroller--steak-and-ale .star-title--red .star-title__right {
  background-color: #7e5969;
}

.product-scroller--steak-and-ale .star-title--red .star-title__left:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--steak-and-ale .star-title--red .star-title__left:after {
  background-color: #7e5969;
}

.product-scroller--steak-and-ale .star-title--red .star-title__right:before {
  background-color: #7e5969;
}

.product-scroller--steak-and-ale .star-title--red .star-title__right:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.star-title--purple .star-title__left,
.star-title--purple .star-title__right {
  background-color: #7e5969;
}

.star-title--purple .star-title__left:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.star-title--purple .star-title__left:after {
  background-color: #7e5969;
}

.star-title--purple .star-title__right:before {
  background-color: #7e5969;
}

.star-title--purple .star-title__right:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.dotted-box {
  position: relative;
  padding: 3px;
  border: 2px dotted #f0d8b9;
  -webkit-border-radius: 9px;
          border-radius: 9px;
}

.dotted-box__inner {
  padding: 24px;
  border: 3px solid #f0d8b9;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #dccfc6;
  -webkit-box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.4);
}

.product-scroller .dotted-box__inner {
  padding: 12px;
}

@media (min-width: 1200px) {
  .product-scroller .dotted-box__inner {
    padding: 12px 24px;
  }

  .product-scroller .dotted-box__inner .dotted-box__inner {
    padding: 12px;
  }
}

@media (min-width: 1350px) {
  .product-scroller .dotted-box__inner {
    padding: 24px;
  }

  .product-scroller .dotted-box__inner .dotted-box__inner {
    padding: 24px;
  }
}

.dotted-box__inner p:last-child {
  margin-bottom: 0;
}

.dotted-box--beige {
  border: 2px dotted #f0d8b9;
}

.dotted-box--beige .dotted-box__inner {
  border: 3px solid #f0d8b9;
  background-color: #f0d8b9;
  color: #2b2a28;
}

.dotted-box--beige .dotted-box__inner h1,
.dotted-box--beige .dotted-box__inner h2,
.dotted-box--beige .dotted-box__inner h3,
.dotted-box--beige .dotted-box__inner h4,
.dotted-box--beige .dotted-box__inner h5,
.dotted-box--beige .dotted-box__inner h6,
.dotted-box--beige .dotted-box__inner p {
  color: inherit;
}

.dotted-box--transparent {
  border: 2px dotted #ffffff;
}

.dotted-box--transparent .dotted-box__inner {
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event .dotted-box--transparent .dotted-box__inner {
  border: 3px solid #c3ab94;
  background: #c3ab94;
}

.dotted-box--shaded {
  border: 2px dotted #ffffff;
  background: rgba(0, 0, 0, 0.2);
}

.dotted-box--shaded .dotted-box__inner {
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dotted-box--red {
  border: 2px dotted #dd584e;
}

.dotted-box--red .dotted-box__inner {
  border: 3px solid #dd584e;
  background-color: #dd584e;
}

.dotted-box--blue {
  border: 2px dotted #87afb7;
}

.dotted-box--blue .dotted-box__inner {
  border: 3px solid #87afb7;
  background-color: #87afb7;
}

.dotted-box--purple {
  border: 2px dotted #916578;
}

.dotted-box--purple .dotted-box__inner {
  border: 3px solid #916578;
  background-color: #916578;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .dotted-box--product-scroller {
  border: 2px dotted #d6cea8;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #d6cea8;
  background-color: #d6cea8;
}

.product-scroller--roast-red-onion-and-gruyere .dotted-box--product-scroller {
  border: 2px dotted #c35861;
}

.product-scroller--roast-red-onion-and-gruyere .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #c35861;
  background-color: #c35861;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .dotted-box--product-scroller {
  border: 2px dotted #b3dad2;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #b3dad2;
  background-color: #b3dad2;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .dotted-box--product-scroller {
  border: 2px dotted #d97e63;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #d97e63;
  background-color: #d97e63;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .dotted-box--product-scroller {
  border: 2px dotted #c35d65;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #c35d65;
  background-color: #c35d65;
}

.product-scroller--venison-and-mushroom .dotted-box--product-scroller {
  border: 2px dotted #806959;
}

.product-scroller--venison-and-mushroom .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #806959;
  background-color: #806959;
}

.product-scroller--chicken-and-leek-with-thyme .dotted-box--product-scroller {
  border: 2px dotted #b7cab0;
}

.product-scroller--chicken-and-leek-with-thyme .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #b7cab0;
  background-color: #b7cab0;
}

.product-scroller--steak-and-devon-blue .dotted-box--product-scroller {
  border: 2px dotted #007a8b;
}

.product-scroller--steak-and-devon-blue .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #007a8b;
  background-color: #007a8b;
}

.product-scroller--ham-hock-and-pea .dotted-box--product-scroller {
  border: 2px dotted #cac6c0;
}

.product-scroller--ham-hock-and-pea .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #cac6c0;
  background-color: #cac6c0;
}

.product-scroller--mushroom-and-spinach .dotted-box--product-scroller {
  border: 2px dotted #839b5c;
}

.product-scroller--mushroom-and-spinach .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #839b5c;
  background-color: #839b5c;
}

.product-scroller--steak-and-ale .dotted-box--product-scroller {
  border: 2px dotted #c66a5b;
}

.product-scroller--steak-and-ale .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #c66a5b;
  background-color: #c66a5b;
}

.product-scroller--lamb-pea-and-mint .dotted-box--product-scroller {
  border: 2px dotted #295244;
}

.product-scroller--lamb-pea-and-mint .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #295244;
  background-color: #295244;
}

.product-scroller--chicken-ham-hock-and-leek .dotted-box--product-scroller {
  border: 2px dotted #679d93;
}

.product-scroller--chicken-ham-hock-and-leek .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #679d93;
  background-color: #679d93;
}

.product-scroller--chicken-and-wild-mushroom .dotted-box--product-scroller {
  border: 2px dotted #caa250;
}

.product-scroller--chicken-and-wild-mushroom .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #caa250;
  background-color: #caa250;
}

.product-scroller--lamb-and-chickpea-with-chorizo .dotted-box--product-scroller {
  border: 2px dotted #9d6977;
}

.product-scroller--lamb-and-chickpea-with-chorizo .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #9d6977;
  background-color: #9d6977;
}

.product-scroller--cauliflower-spinach-and-lentil .dotted-box--product-scroller {
  border: 2px dotted #d4cfa4;
}

.product-scroller--cauliflower-spinach-and-lentil .dotted-box--product-scroller .dotted-box__inner {
  border: 3px solid #d4cfa4;
  background-color: #d4cfa4;
}

.products__logo {
  display: none;
  width: 100%;
  height: auto;
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.products__logo.section-active {
  display: block;
}

.products__navigation {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

.products__navigation-item {
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  margin-right: 24px;
  margin-left: 24px;
  text-decoration: none;
}

.products__navigation-item.section-active {
  color: #f0d8b9;
}

.products__section {
  display: none;
}

.products__section.section-active {
  display: block;
}

.products__products-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-perspective: 20000px;
          perspective: 20000px;
  -webkit-perspective-origin: top center;
          perspective-origin: top center;
}

@media (min-width: 992px) {
  .products__products-inner {
    margin-right: 0;
    margin-left: 0;
    -webkit-perspective: 2000px;
            perspective: 2000px;
  }
}

.products__item {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 768px) {
  .products__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .products__item {
    width: 25%;
  }
}

.products__item:before {
  content: "";
  position: absolute;
  top: 65%;
  bottom: 10%;
  left: -50vw;
  width: 150vw;
  background: url(images/shelf.jpg);
  background-position: center bottom;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .products__item:before {
    display: none;
  }

  .products__item:nth-of-type(2n+1):before {
    display: block;
  }
}

@media (min-width: 992px) {
  .products__item:nth-of-type(2n+1):before {
    display: none;
  }

  .products__item:nth-of-type(4n+1):before {
    display: block;
  }
}

.product-item__button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
}

.product-item__logo {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  will-change: transform;
}

.product-item__logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.product-active .product-item__logo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.product-item__image {
  text-align: center;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  will-change: transform;
}

.product-item__image img {
  height: auto;
  max-width: 100%;
}

.product-active .product-item__image {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.product-item__ticket {
  width: 100%;
  margin-top: -24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.product-item__ticket.js-product-ticket--active {
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  transition: -webkit-transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  will-change: transform;
}

.product-item .product-item__ticket {
  display: none;
}

@media (min-width: 992px) {
  .product-item__ticket {
    margin-bottom: 96px;
    padding-right: 96px;
    padding-left: 96px;
  }
}

@media (min-width: 1200px) {
  .product-item__ticket {
    padding-right: 192px;
    padding-left: 192px;
  }
}

.product-item__ticket-inner-wrap {
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-item__featured-product-banner {
  padding: 12px 24px;
  background-color: white;
  text-transform: uppercase;
  font-family: "bebas_neue", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

.product-item__featured-product-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 24px;
  margin-right: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

.product-item__featured-product-banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 24px;
  margin-left: -1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product-item__featured-product-banner--in-grid {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.product-item__featured-product-banner--in-ticket {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
      -ms-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.product-item__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-item__title img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.product-item__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
}

.product-item__description {
  margin-bottom: 24px !important;
}

@media (min-width: 768px) {
  .product-item__description {
    margin-bottom: 0 !important;
  }
}

.product-item__awards {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-item__award {
  display: block;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.product-item__award img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 450px) {
  .product-item__award {
    width: 50%;
  }
}

@media (min-width: 680px) {
  .product-item__award {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .product-item__award {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product-item__award {
    width: 33.333333%;
  }
}

.product-item__serving {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-item__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .product-item__buttons {
    margin-bottom: 0;
  }
}

.product-item__illustration {
  margin-bottom: 24px;
}

.product-item__illustration img {
  height: auto;
  max-width: 100%;
}

.product-item__ingredients-wrap {
  position: relative;
}

.product-item__ingredients {
  font-weight: 300;
}

.product-item__ingredients-title,
.product-item__serving-title,
.product-item__awards-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  /*     text-shadow: 0.075em 0.075em 0 darken($colour__beige, 90%); */
}

.product-item__nutrition {
  margin-top: 24px;
}

.product-item__no-awards {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-item__no-awards-image {
  width: 100%;
  max-width: 60px;
  margin-right: 12px;
}

.products .flickity-prev-next-button {
  margin-top: -12px;
  background: none;
}

.products .flickity-prev-next-button.previous {
  left: 0;
}

.products .flickity-prev-next-button.next {
  right: 0;
}

.products .flickity-prev-next-button .arrow {
  fill: #f0d8b9;
}

.featured-products__slider .tns-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.featured-products__slider .tns-nav button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  margin-right: 6px;
  margin-left: 6px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.featured-products__slider .tns-nav button.tns-nav-active {
  background: rgba(0, 0, 0, 0.6);
}

.product-item__ticket {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.product-item__ticket .ticket {
  -webkit-filter: none;
          filter: none;
}

.product-item__ticket .ticket__inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(0%), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), 0%, rgba(255, 255, 255, 0.1) 100%);
}

.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar:before {
  background-color: #bcae70;
  -webkit-box-shadow: 0 0 0 2px #bcae70, 0 0 0 10px #bcae70;
          box-shadow: 0 0 0 2px #bcae70, 0 0 0 10px #bcae70;
}

.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar:after {
  background-color: #bcae70;
  -webkit-box-shadow: 0 0 0 2px #bcae70, 0 0 0 10px #bcae70;
          box-shadow: 0 0 0 2px #bcae70, 0 0 0 10px #bcae70;
}

.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner {
  border: 2px dotted #ab3d47;
  background-color: #bcae70;
}

.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner:before,
.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner:after {
  border-top: 7px solid #bcae70;
  border-bottom: 7px solid #bcae70;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23bcae70' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar h1,
.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar h2,
.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar h3,
.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar h4,
.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar h5,
.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar h6 {
  color: #f2ddc1;
}

.product-item__ticket .ticket--ham-sun-blushed-tomato-and-cheddar .ticket__inner {
  background-image: none;
}

.product-item__ticket .ticket--roast-red-onion-and-gruyere:before {
  background-color: #ab3d47;
  -webkit-box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #ab3d47;
          box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #ab3d47;
}

.product-item__ticket .ticket--roast-red-onion-and-gruyere:after {
  background-color: #ab3d47;
  -webkit-box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #ab3d47;
          box-shadow: 0 0 0 2px #ab3d47, 0 0 0 10px #ab3d47;
}

.product-item__ticket .ticket--roast-red-onion-and-gruyere .ticket__inner {
  border: 2px dotted #edead4;
  background-color: #ab3d47;
}

.product-item__ticket .ticket--roast-red-onion-and-gruyere .ticket__inner:before,
.product-item__ticket .ticket--roast-red-onion-and-gruyere .ticket__inner:after {
  border-top: 7px solid #ab3d47;
  border-bottom: 7px solid #ab3d47;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23ab3d47' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--roast-red-onion-and-gruyere .product-item__featured-product-banner {
  color: #ab3d47;
}

.product-item__ticket .ticket--roast-butternut-squash-and-blue-cheese:before {
  background-color: #90cabe;
  -webkit-box-shadow: 0 0 0 2px #90cabe, 0 0 0 10px #90cabe;
          box-shadow: 0 0 0 2px #90cabe, 0 0 0 10px #90cabe;
}

.product-item__ticket .ticket--roast-butternut-squash-and-blue-cheese:after {
  background-color: #90cabe;
  -webkit-box-shadow: 0 0 0 2px #90cabe, 0 0 0 10px #90cabe;
          box-shadow: 0 0 0 2px #90cabe, 0 0 0 10px #90cabe;
}

.product-item__ticket .ticket--roast-butternut-squash-and-blue-cheese .ticket__inner {
  border: 2px dotted #cf6035;
  background-color: #90cabe;
}

.product-item__ticket .ticket--roast-butternut-squash-and-blue-cheese .ticket__inner:before,
.product-item__ticket .ticket--roast-butternut-squash-and-blue-cheese .ticket__inner:after {
  border-top: 7px solid #90cabe;
  border-bottom: 7px solid #90cabe;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%2390cabe' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--roast-butternut-squash-and-blue-cheese .product-item__featured-product-banner {
  color: #90cabe;
}

.product-item__ticket .ticket--butternut-squash-mixed-bean-and-cheese:before {
  background-color: #cf5c3a;
  -webkit-box-shadow: 0 0 0 2px #cf5c3a, 0 0 0 10px #cf5c3a;
          box-shadow: 0 0 0 2px #cf5c3a, 0 0 0 10px #cf5c3a;
}

.product-item__ticket .ticket--butternut-squash-mixed-bean-and-cheese:after {
  background-color: #cf5c3a;
  -webkit-box-shadow: 0 0 0 2px #cf5c3a, 0 0 0 10px #cf5c3a;
          box-shadow: 0 0 0 2px #cf5c3a, 0 0 0 10px #cf5c3a;
}

.product-item__ticket .ticket--butternut-squash-mixed-bean-and-cheese .ticket__inner {
  border: 2px dotted #ed9d2d;
  background-color: #cf5c3a;
}

.product-item__ticket .ticket--butternut-squash-mixed-bean-and-cheese .ticket__inner:before,
.product-item__ticket .ticket--butternut-squash-mixed-bean-and-cheese .ticket__inner:after {
  border-top: 7px solid #cf5c3a;
  border-bottom: 7px solid #cf5c3a;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23cf5c3a' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--butternut-squash-mixed-bean-and-cheese .product-item__featured-product-banner {
  color: #cf5c3a;
}

.product-item__ticket .ticket--turkey-smoked-ham-hock-and-cranberry:before {
  background-color: #ad4049;
  -webkit-box-shadow: 0 0 0 2px #ad4049, 0 0 0 10px #ad4049;
          box-shadow: 0 0 0 2px #ad4049, 0 0 0 10px #ad4049;
}

.product-item__ticket .ticket--turkey-smoked-ham-hock-and-cranberry:after {
  background-color: #ad4049;
  -webkit-box-shadow: 0 0 0 2px #ad4049, 0 0 0 10px #ad4049;
          box-shadow: 0 0 0 2px #ad4049, 0 0 0 10px #ad4049;
}

.product-item__ticket .ticket--turkey-smoked-ham-hock-and-cranberry .ticket__inner {
  border: 2px dotted #ef9d58;
  background-color: #ad4049;
}

.product-item__ticket .ticket--turkey-smoked-ham-hock-and-cranberry .ticket__inner:before,
.product-item__ticket .ticket--turkey-smoked-ham-hock-and-cranberry .ticket__inner:after {
  border-top: 7px solid #ad4049;
  border-bottom: 7px solid #ad4049;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23ad4049' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--turkey-smoked-ham-hock-and-cranberry .product-item__featured-product-banner {
  color: #ad4049;
}

.product-item__ticket .ticket--venison-and-mushroom:before {
  background-color: #625044;
  -webkit-box-shadow: 0 0 0 2px #625044, 0 0 0 10px #625044;
          box-shadow: 0 0 0 2px #625044, 0 0 0 10px #625044;
}

.product-item__ticket .ticket--venison-and-mushroom:after {
  background-color: #625044;
  -webkit-box-shadow: 0 0 0 2px #625044, 0 0 0 10px #625044;
          box-shadow: 0 0 0 2px #625044, 0 0 0 10px #625044;
}

.product-item__ticket .ticket--venison-and-mushroom .ticket__inner {
  border: 2px dotted #f3e1db;
  background-color: #625044;
}

.product-item__ticket .ticket--venison-and-mushroom .ticket__inner:before,
.product-item__ticket .ticket--venison-and-mushroom .ticket__inner:after {
  border-top: 7px solid #625044;
  border-bottom: 7px solid #625044;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23625044' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--venison-and-mushroom .product-item__featured-product-banner {
  color: #625044;
}

.product-item__ticket .ticket--chicken-and-leek-with-thyme:before {
  background-color: #9bb592;
  -webkit-box-shadow: 0 0 0 2px #9bb592, 0 0 0 10px #9bb592;
          box-shadow: 0 0 0 2px #9bb592, 0 0 0 10px #9bb592;
}

.product-item__ticket .ticket--chicken-and-leek-with-thyme:after {
  background-color: #9bb592;
  -webkit-box-shadow: 0 0 0 2px #9bb592, 0 0 0 10px #9bb592;
          box-shadow: 0 0 0 2px #9bb592, 0 0 0 10px #9bb592;
}

.product-item__ticket .ticket--chicken-and-leek-with-thyme .ticket__inner {
  border: 2px dotted #c5d162;
  background-color: #9bb592;
}

.product-item__ticket .ticket--chicken-and-leek-with-thyme .ticket__inner:before,
.product-item__ticket .ticket--chicken-and-leek-with-thyme .ticket__inner:after {
  border-top: 7px solid #9bb592;
  border-bottom: 7px solid #9bb592;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%239bb592' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--chicken-and-leek-with-thyme .product-item__featured-product-banner {
  color: #9bb592;
}

.product-item__ticket .ticket--steak-and-devon-blue:before {
  background-color: #004d58;
  -webkit-box-shadow: 0 0 0 2px #004d58, 0 0 0 10px #004d58;
          box-shadow: 0 0 0 2px #004d58, 0 0 0 10px #004d58;
}

.product-item__ticket .ticket--steak-and-devon-blue:after {
  background-color: #004d58;
  -webkit-box-shadow: 0 0 0 2px #004d58, 0 0 0 10px #004d58;
          box-shadow: 0 0 0 2px #004d58, 0 0 0 10px #004d58;
}

.product-item__ticket .ticket--steak-and-devon-blue .ticket__inner {
  border: 2px dotted #5a7696;
  background-color: #004d58;
}

.product-item__ticket .ticket--steak-and-devon-blue .ticket__inner:before,
.product-item__ticket .ticket--steak-and-devon-blue .ticket__inner:after {
  border-top: 7px solid #004d58;
  border-bottom: 7px solid #004d58;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23004d58' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--steak-and-devon-blue .product-item__featured-product-banner {
  color: #004d58;
}

.product-item__ticket .ticket--ham-hock-and-pea:before {
  background-color: #b2ada5;
  -webkit-box-shadow: 0 0 0 2px #b2ada5, 0 0 0 10px #b2ada5;
          box-shadow: 0 0 0 2px #b2ada5, 0 0 0 10px #b2ada5;
}

.product-item__ticket .ticket--ham-hock-and-pea:after {
  background-color: #b2ada5;
  -webkit-box-shadow: 0 0 0 2px #b2ada5, 0 0 0 10px #b2ada5;
          box-shadow: 0 0 0 2px #b2ada5, 0 0 0 10px #b2ada5;
}

.product-item__ticket .ticket--ham-hock-and-pea .ticket__inner {
  border: 2px dotted #788e6c;
  background-color: #b2ada5;
}

.product-item__ticket .ticket--ham-hock-and-pea .ticket__inner:before,
.product-item__ticket .ticket--ham-hock-and-pea .ticket__inner:after {
  border-top: 7px solid #b2ada5;
  border-bottom: 7px solid #b2ada5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b2ada5' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--ham-hock-and-pea .product-item__featured-product-banner {
  color: #b2ada5;
}

.product-item__ticket .ticket--mushroom-and-spinach:before {
  background-color: #687b49;
  -webkit-box-shadow: 0 0 0 2px #687b49, 0 0 0 10px #687b49;
          box-shadow: 0 0 0 2px #687b49, 0 0 0 10px #687b49;
}

.product-item__ticket .ticket--mushroom-and-spinach:after {
  background-color: #687b49;
  -webkit-box-shadow: 0 0 0 2px #687b49, 0 0 0 10px #687b49;
          box-shadow: 0 0 0 2px #687b49, 0 0 0 10px #687b49;
}

.product-item__ticket .ticket--mushroom-and-spinach .ticket__inner {
  border: 2px dotted #cac041;
  background-color: #687b49;
}

.product-item__ticket .ticket--mushroom-and-spinach .ticket__inner:before,
.product-item__ticket .ticket--mushroom-and-spinach .ticket__inner:after {
  border-top: 7px solid #687b49;
  border-bottom: 7px solid #687b49;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23687b49' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--mushroom-and-spinach .product-item__featured-product-banner {
  color: #687b49;
}

.product-item__ticket .ticket--steak-and-ale:before {
  background-color: #b14d3d;
  -webkit-box-shadow: 0 0 0 2px #b14d3d, 0 0 0 10px #b14d3d;
          box-shadow: 0 0 0 2px #b14d3d, 0 0 0 10px #b14d3d;
}

.product-item__ticket .ticket--steak-and-ale:after {
  background-color: #b14d3d;
  -webkit-box-shadow: 0 0 0 2px #b14d3d, 0 0 0 10px #b14d3d;
          box-shadow: 0 0 0 2px #b14d3d, 0 0 0 10px #b14d3d;
}

.product-item__ticket .ticket--steak-and-ale .ticket__inner {
  border: 2px dotted #f1ae2b;
  background-color: #b14d3d;
}

.product-item__ticket .ticket--steak-and-ale .ticket__inner:before,
.product-item__ticket .ticket--steak-and-ale .ticket__inner:after {
  border-top: 7px solid #b14d3d;
  border-bottom: 7px solid #b14d3d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b14d3d' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--steak-and-ale .product-item__featured-product-banner {
  color: #b14d3d;
}

.product-item__ticket .ticket--lamb-pea-and-mint:before {
  background-color: #183028;
  -webkit-box-shadow: 0 0 0 2px #183028, 0 0 0 10px #183028;
          box-shadow: 0 0 0 2px #183028, 0 0 0 10px #183028;
}

.product-item__ticket .ticket--lamb-pea-and-mint:after {
  background-color: #183028;
  -webkit-box-shadow: 0 0 0 2px #183028, 0 0 0 10px #183028;
          box-shadow: 0 0 0 2px #183028, 0 0 0 10px #183028;
}

.product-item__ticket .ticket--lamb-pea-and-mint .ticket__inner {
  border: 2px dotted #F2A900;
  background-color: #183028;
}

.product-item__ticket .ticket--lamb-pea-and-mint .ticket__inner:before,
.product-item__ticket .ticket--lamb-pea-and-mint .ticket__inner:after {
  border-top: 7px solid #183028;
  border-bottom: 7px solid #183028;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23183028' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--lamb-pea-and-mint .product-item__featured-product-banner {
  color: #183028;
}

.product-item__ticket .ticket--chicken-ham-hock-and-leek:before {
  background-color: #527f77;
  -webkit-box-shadow: 0 0 0 2px #527f77, 0 0 0 10px #527f77;
          box-shadow: 0 0 0 2px #527f77, 0 0 0 10px #527f77;
}

.product-item__ticket .ticket--chicken-ham-hock-and-leek:after {
  background-color: #527f77;
  -webkit-box-shadow: 0 0 0 2px #527f77, 0 0 0 10px #527f77;
          box-shadow: 0 0 0 2px #527f77, 0 0 0 10px #527f77;
}

.product-item__ticket .ticket--chicken-ham-hock-and-leek .ticket__inner {
  border: 2px dotted #c5d162;
  background-color: #527f77;
}

.product-item__ticket .ticket--chicken-ham-hock-and-leek .ticket__inner:before,
.product-item__ticket .ticket--chicken-ham-hock-and-leek .ticket__inner:after {
  border-top: 7px solid #527f77;
  border-bottom: 7px solid #527f77;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23527f77' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--chicken-ham-hock-and-leek .product-item__featured-product-banner {
  color: #527f77;
}

.product-item__ticket .ticket--chicken-and-wild-mushroom:before {
  background-color: #b18936;
  -webkit-box-shadow: 0 0 0 2px #b18936, 0 0 0 10px #b18936;
          box-shadow: 0 0 0 2px #b18936, 0 0 0 10px #b18936;
}

.product-item__ticket .ticket--chicken-and-wild-mushroom:after {
  background-color: #b18936;
  -webkit-box-shadow: 0 0 0 2px #b18936, 0 0 0 10px #b18936;
          box-shadow: 0 0 0 2px #b18936, 0 0 0 10px #b18936;
}

.product-item__ticket .ticket--chicken-and-wild-mushroom .ticket__inner {
  border: 2px dotted #b84530;
  background-color: #b18936;
}

.product-item__ticket .ticket--chicken-and-wild-mushroom .ticket__inner:before,
.product-item__ticket .ticket--chicken-and-wild-mushroom .ticket__inner:after {
  border-top: 7px solid #b18936;
  border-bottom: 7px solid #b18936;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23b18936' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--chicken-and-wild-mushroom .product-item__featured-product-banner {
  color: #b18936;
}

.product-item__ticket .ticket--lamb-and-chickpea-with-chorizo:before {
  background-color: #80535f;
  -webkit-box-shadow: 0 0 0 2px #80535f, 0 0 0 10px #80535f;
          box-shadow: 0 0 0 2px #80535f, 0 0 0 10px #80535f;
}

.product-item__ticket .ticket--lamb-and-chickpea-with-chorizo:after {
  background-color: #80535f;
  -webkit-box-shadow: 0 0 0 2px #80535f, 0 0 0 10px #80535f;
          box-shadow: 0 0 0 2px #80535f, 0 0 0 10px #80535f;
}

.product-item__ticket .ticket--lamb-and-chickpea-with-chorizo .ticket__inner {
  border: 2px dotted #eb8c3e;
  background-color: #80535f;
}

.product-item__ticket .ticket--lamb-and-chickpea-with-chorizo .ticket__inner:before,
.product-item__ticket .ticket--lamb-and-chickpea-with-chorizo .ticket__inner:after {
  border-top: 7px solid #80535f;
  border-bottom: 7px solid #80535f;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%2380535f' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--lamb-and-chickpea-with-chorizo .product-item__featured-product-banner {
  color: #80535f;
}

.product-item__ticket .ticket--cauliflower-spinach-and-lentil:before {
  background-color: #c3bd82;
  -webkit-box-shadow: 0 0 0 2px #c3bd82, 0 0 0 10px #c3bd82;
          box-shadow: 0 0 0 2px #c3bd82, 0 0 0 10px #c3bd82;
}

.product-item__ticket .ticket--cauliflower-spinach-and-lentil:after {
  background-color: #c3bd82;
  -webkit-box-shadow: 0 0 0 2px #c3bd82, 0 0 0 10px #c3bd82;
          box-shadow: 0 0 0 2px #c3bd82, 0 0 0 10px #c3bd82;
}

.product-item__ticket .ticket--cauliflower-spinach-and-lentil .ticket__inner {
  border: 2px dotted #ee9d58;
  background-color: #c3bd82;
}

.product-item__ticket .ticket--cauliflower-spinach-and-lentil .ticket__inner:before,
.product-item__ticket .ticket--cauliflower-spinach-and-lentil .ticket__inner:after {
  border-top: 7px solid #c3bd82;
  border-bottom: 7px solid #c3bd82;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 160' preserveAspectRatio='none'%3E%3Cpath fill='%23c3bd82' d='M0 0v12a68 68 0 0 1 68 68 68 68 0 0 1-68 68v12h96V0z' /%3E%3C/svg%3E");
}

.product-item__ticket .ticket--cauliflower-spinach-and-lentil .product-item__featured-product-banner {
  color: #c3bd82;
}

@media (min-width: 992px) {
  .product-item__ticket.js-product-ticket .ticket--ham-sun-blushed-tomato-and-cheddar {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  .product-item__ticket.js-product-ticket .ticket--roast-red-onion-and-gruyere {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  .product-item__ticket.js-product-ticket .ticket--roast-butternut-squash-and-blue-cheese {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .product-item__ticket.js-product-ticket .ticket--butternut-squash-mixed-bean-and-cheese {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  .product-item__ticket.js-product-ticket .ticket--turkey-smoked-ham-hock-and-cranberry {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  .product-item__ticket.js-product-ticket .ticket--venison-and-mushroom {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  .product-item__ticket.js-product-ticket .ticket--chicken-and-leek-with-thyme {
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .product-item__ticket.js-product-ticket .ticket--steak-and-devon-blue {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }

  .product-item__ticket.js-product-ticket .ticket--ham-hock-and-pea {
    -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
            transform: rotate(1deg);
  }

  .product-item__ticket.js-product-ticket .ticket--mushroom-and-spinach {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  .product-item__ticket.js-product-ticket .ticket--steak-and-ale {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  .product-item__ticket.js-product-ticket .ticket--chicken-ham-hock-and-leek {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  .product-item__ticket.js-product-ticket .ticket--chicken-and-wild-mushroom {
    -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
            transform: rotate(1deg);
  }

  .product-item__ticket.js-product-ticket .ticket--lamb-and-chickpea-with-chorizo {
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .product-item__ticket.js-product-ticket .ticket--cauliflower-spinach-and-lentil {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}

.featured-products {
  position: relative;
  margin-bottom: 48px;
}

.featured-products:before {
  content: "";
  position: absolute;
  top: 65%;
  bottom: 10%;
  left: -50vw;
  width: 150vw;
  background: url(images/shelf.jpg);
  background-position: center bottom;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.featured-products__inner {
  padding: 0 24px;
}

.featured-products__slider {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.js-product-slider {
  margin: 0 auto;
}

.featured-products__item {
  display: block;
  padding-right: 24px !important;
  padding-left: 24px !important;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  will-change: transform;
}

.featured-products__logo img,
.featured-product__logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.featured-product__image {
  text-align: center;
}

.featured-product__image img {
  height: auto;
  max-width: 100%;
}

.featured-products__slider .tns-controls button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.featured-products__slider .tns-controls button[disabled] {
  opacity: 0.1;
}

.featured-products__slider .tns-controls button:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.featured-products__slider .tns-controls button:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.featured-products__nav-icon {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  display: block;
  width: 50px;
  height: 50px;
  fill: white;
}

.order-form {
  display: block;
}

@media (min-width: 768px) {
  .order-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.order-form__products {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media (min-width: 768px) {
  .order-form__products {
    padding-right: 24px;
    max-width: 66.666666;
  }
}

.order-form__order {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media (min-width: 768px) {
  .order-form__order {
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .order-form__order-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    bottom: 60px;
  }
}

.order-form__order-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.order-form__order-buttons .button {
  margin: 6px 0;
}

.order-form__navigation {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

.order-form__navigation-item {
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  margin-right: 24px;
  margin-left: 24px;
  text-decoration: none;
}

.order-form__navigation-item.section-active {
  color: #f0d8b9;
}

.order-form__section {
  display: none;
}

.order-form__section.section-active {
  display: block;
}

.order-form__product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

@media (min-width: 768px) {
  .order-form__product-item {
    padding: 24px;
  }
}

.order-form__section .order-form__product-item:last-child {
  border-bottom: 0;
}

.order-form__product-images {
  display: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 200px;
}

@media (min-width: 1024px) {
  .order-form__product-images {
    display: block;
  }
}

.order-form__product-details {
  padding-right: 24px;
}

@media (min-width: 1024px) {
  .order-form__product-details {
    padding: 0 24px;
  }
}

.order-form__product-quantity-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.order-form__product-image {
  width: 100%;
}

.order-form__product-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.order-form__product-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429;
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  margin: 0;
  line-height: 1;
  margin-bottom: 12px;
  color: white;
}

.order-form__product-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
  margin: 0;
  line-height: 1.2;
  color: white;
}

.order-form__product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.order-form__product-buttons .button {
  margin-right: 12px;
  margin-top: 6px;
}

.order-form__product-description {
  margin-bottom: 24px !important;
}

@media (min-width: 768px) {
  .order-form__product-description {
    margin-bottom: 0 !important;
  }
}

.order-form__product-quantity {
  padding: 6px;
}

.order-form__view-order-button-wrap {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 12px;
  text-align: center;
  z-index: 200;
}

@media (min-width: 768px) {
  .order-form__view-order-button-wrap {
    display: none;
  }
}

.order-form__view-order-button {
  display: block;
  width: 100%;
}

.order-form__view-order {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
  max-width: 640px;
}

.order-form__view-order.modal--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .order-form__view-order {
    position: static;
    display: block;
    overflow: visible;
    padding: 0;
    max-width: 100%;
  }

  .order-form__view-order.modal--active {
    display: block;
  }

  .order-form__view-order .modal__background {
    display: none;
  }

  .order-form__view-order .modal__close {
    display: none;
  }
}

.order-form__view-order .ticket__scrollable-inner {
  margin: 0 auto;
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  overflow: auto;
  position: relative;
}

@media (min-width: 768px) {
  .order-form__view-order .ticket__scrollable-inner {
    width: auto;
    display: block;
  }
}

.order-form__message {
  margin-bottom: 6px;
  word-break: break-all;
}

.order-form__message--error {
  color: white;
  padding: 6px;
  border: 1px solid white;
}

.in-content-banner {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  position: relative;
  left: -27px;
  width: -webkit-calc(100% + 54px);
  width: calc(100% + 54px);
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 12px 24px;
  text-align: center;
}

.in-content-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 24px;
  margin-right: -1px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

.in-content-banner:after {
  content: "";
  position: absolute;
  top: -24px;
  bottom: 0;
  left: 100%;
  width: 24px;
  -webkit-border-radius: 0 12px 12px 0;
          border-radius: 0 12px 12px 0;
}

.in-content-banner__inner:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  -webkit-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-scroller .in-content-banner {
  left: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 12px 12px;
}

.product-scroller .in-content-banner:before {
  width: 12px;
}

.product-scroller .in-content-banner:after {
  top: -12px;
  width: 12px;
  -webkit-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
}

.product-scroller .in-content-banner__inner:after {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 0 12px 12px 0;
          border-radius: 0 12px 12px 0;
}

@media (min-width: 1200px) {
  .product-scroller .in-content-banner {
    left: -27px;
    width: -webkit-calc(100% + 54px);
    width: calc(100% + 54px);
    margin-bottom: 24px;
  }
}

.in-content-banner--blue {
  background-color: #739ea3;
}

.in-content-banner--blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.in-content-banner--blue:after {
  background-color: #739ea3;
}

.in-content-banner--red {
  background-color: #b73e37;
}

.in-content-banner--red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.in-content-banner--red:after {
  background-color: #b73e37;
}

.in-content-banner--purple {
  background-color: #7e5969;
}

.in-content-banner--purple:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.in-content-banner--purple:after {
  background-color: #7e5969;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .in-content-banner {
  background-color: #d6cea8;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23d6cea8' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .in-content-banner:after {
  background-color: #d6cea8;
}

.product-scroller--roast-red-onion-and-gruyere .in-content-banner {
  background-color: #c35861;
}

.product-scroller--roast-red-onion-and-gruyere .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23c35861' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--roast-red-onion-and-gruyere .in-content-banner:after {
  background-color: #c35861;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .in-content-banner {
  background-color: #b3dad2;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b3dad2' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--roast-butternut-squash-and-blue-cheese .in-content-banner:after {
  background-color: #b3dad2;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .in-content-banner {
  background-color: #d97e63;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23d97e63' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .in-content-banner:after {
  background-color: #d97e63;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .in-content-banner {
  background-color: #c35d65;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23c35d65' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .in-content-banner:after {
  background-color: #c35d65;
}

.product-scroller--venison-and-mushroom .in-content-banner {
  background-color: #806959;
}

.product-scroller--venison-and-mushroom .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23806959' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--venison-and-mushroom .in-content-banner:after {
  background-color: #806959;
}

.product-scroller--chicken-and-leek-with-thyme .in-content-banner {
  background-color: #b7cab0;
}

.product-scroller--chicken-and-leek-with-thyme .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b7cab0' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--chicken-and-leek-with-thyme .in-content-banner:after {
  background-color: #b7cab0;
}

.product-scroller--steak-and-devon-blue .in-content-banner {
  background-color: #007a8b;
}

.product-scroller--steak-and-devon-blue .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23007a8b' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--steak-and-devon-blue .in-content-banner:after {
  background-color: #007a8b;
}

.product-scroller--ham-hock-and-pea .in-content-banner {
  background-color: #cac6c0;
}

.product-scroller--ham-hock-and-pea .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23cac6c0' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--ham-hock-and-pea .in-content-banner:after {
  background-color: #cac6c0;
}

.product-scroller--mushroom-and-spinach .in-content-banner {
  background-color: #839b5c;
}

.product-scroller--mushroom-and-spinach .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23839b5c' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--mushroom-and-spinach .in-content-banner:after {
  background-color: #839b5c;
}

.product-scroller--steak-and-ale .in-content-banner {
  background-color: #c66a5b;
}

.product-scroller--steak-and-ale .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23c66a5b' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--steak-and-ale .in-content-banner:after {
  background-color: #c66a5b;
}

.product-scroller--lamb-pea-and-mint .in-content-banner {
  background-color: #295244;
}

.product-scroller--lamb-pea-and-mint .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23295244' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--lamb-pea-and-mint .in-content-banner:after {
  background-color: #295244;
}

.product-scroller--chicken-ham-hock-and-leek .in-content-banner {
  background-color: #679d93;
}

.product-scroller--chicken-ham-hock-and-leek .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23679d93' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--chicken-ham-hock-and-leek .in-content-banner:after {
  background-color: #679d93;
}

.product-scroller--chicken-and-wild-mushroom .in-content-banner {
  background-color: #caa250;
}

.product-scroller--chicken-and-wild-mushroom .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23caa250' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--chicken-and-wild-mushroom .in-content-banner:after {
  background-color: #caa250;
}

.product-scroller--lamb-and-chickpea-with-chorizo .in-content-banner {
  background-color: #9d6977;
}

.product-scroller--lamb-and-chickpea-with-chorizo .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%239d6977' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--lamb-and-chickpea-with-chorizo .in-content-banner:after {
  background-color: #9d6977;
}

.product-scroller--cauliflower-spinach-and-lentil .in-content-banner {
  background-color: #d4cfa4;
}

.product-scroller--cauliflower-spinach-and-lentil .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23d4cfa4' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--cauliflower-spinach-and-lentil .in-content-banner:after {
  background-color: #d4cfa4;
}

.cornered-ticket {
  padding: 24px;
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b73e37' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}

.cornered-ticket .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--has-margin {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .cornered-ticket {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b73e37' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.cornered-ticket__inner {
  padding: 16px;
}

.cornered-ticket__inner p:last-child {
  margin-bottom: 0;
}

.cornered-ticket--decorated .cornered-ticket__inner {
  border-width: 2px;
  border-style: dotted;
}

.cornered-ticket--red {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b73e37' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--red .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--red.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b73e37' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--red.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--red.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #f0d8b9;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .cornered-ticket--red {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b73e37' d='M48,0 L96,0 Q124,20 144,48 L144,96 Q124,124 96,144 L48,144 Q20,124 0,96 L0,48 Q20,20 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--red .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--red.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b73e37' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--red.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--blue {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23739ea3' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--blue .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--blue.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23739ea3' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--blue.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--blue.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #f0d8b9;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .cornered-ticket--blue {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23739ea3' d='M48,0 L96,0 Q124,20 144,48 L144,96 Q124,124 96,144 L48,144 Q20,124 0,96 L0,48 Q20,20 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--blue .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--blue.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23739ea3' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--blue.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--purple {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%237e5969' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--purple .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--purple.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%237e5969' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--purple.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--purple.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #f0d8b9;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .cornered-ticket--purple {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%237e5969' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--purple .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--purple.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%237e5969' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f0d8b9' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--purple.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--ham-sun-blushed-tomato-and-cheddar {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23c6ba85' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--ham-sun-blushed-tomato-and-cheddar .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--ham-sun-blushed-tomato-and-cheddar.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23c6ba85' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ab3d47' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--ham-sun-blushed-tomato-and-cheddar.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--ham-sun-blushed-tomato-and-cheddar.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #ab3d47;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--ham-sun-blushed-tomato-and-cheddar h1,
.cornered-ticket--ham-sun-blushed-tomato-and-cheddar h2,
.cornered-ticket--ham-sun-blushed-tomato-and-cheddar h3,
.cornered-ticket--ham-sun-blushed-tomato-and-cheddar h4,
.cornered-ticket--ham-sun-blushed-tomato-and-cheddar h5,
.cornered-ticket--ham-sun-blushed-tomato-and-cheddar h6 {
  color: #ab3d47;
}

@media (min-width: 768px) {
  .cornered-ticket--ham-sun-blushed-tomato-and-cheddar {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23c6ba85' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--ham-sun-blushed-tomato-and-cheddar .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--ham-sun-blushed-tomato-and-cheddar.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23c6ba85' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ab3d47' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--ham-sun-blushed-tomato-and-cheddar.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--roast-red-onion-and-gruyere {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23ab3d47' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--roast-red-onion-and-gruyere .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--roast-red-onion-and-gruyere.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23ab3d47' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23edead4' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--roast-red-onion-and-gruyere.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--roast-red-onion-and-gruyere.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #edead4;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--roast-red-onion-and-gruyere h1,
.cornered-ticket--roast-red-onion-and-gruyere h2,
.cornered-ticket--roast-red-onion-and-gruyere h3,
.cornered-ticket--roast-red-onion-and-gruyere h4,
.cornered-ticket--roast-red-onion-and-gruyere h5,
.cornered-ticket--roast-red-onion-and-gruyere h6 {
  color: #edead4;
}

@media (min-width: 768px) {
  .cornered-ticket--roast-red-onion-and-gruyere {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23ab3d47' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--roast-red-onion-and-gruyere .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--roast-red-onion-and-gruyere.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23ab3d47' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23edead4' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--roast-red-onion-and-gruyere.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--roast-butternut-squash-and-blue-cheese {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%2390cabe' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--roast-butternut-squash-and-blue-cheese .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--roast-butternut-squash-and-blue-cheese.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%2390cabe' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23cf6035' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--roast-butternut-squash-and-blue-cheese.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--roast-butternut-squash-and-blue-cheese.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #cf6035;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--roast-butternut-squash-and-blue-cheese h1,
.cornered-ticket--roast-butternut-squash-and-blue-cheese h2,
.cornered-ticket--roast-butternut-squash-and-blue-cheese h3,
.cornered-ticket--roast-butternut-squash-and-blue-cheese h4,
.cornered-ticket--roast-butternut-squash-and-blue-cheese h5,
.cornered-ticket--roast-butternut-squash-and-blue-cheese h6 {
  color: #cf6035;
}

@media (min-width: 768px) {
  .cornered-ticket--roast-butternut-squash-and-blue-cheese {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%2390cabe' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--roast-butternut-squash-and-blue-cheese .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--roast-butternut-squash-and-blue-cheese.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%2390cabe' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23cf6035' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--roast-butternut-squash-and-blue-cheese.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--butternut-squash-mixed-bean-and-cheese {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23cf5c3a' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--butternut-squash-mixed-bean-and-cheese .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--butternut-squash-mixed-bean-and-cheese.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23cf5c3a' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ed9d2d' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--butternut-squash-mixed-bean-and-cheese.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--butternut-squash-mixed-bean-and-cheese.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #ed9d2d;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--butternut-squash-mixed-bean-and-cheese h1,
.cornered-ticket--butternut-squash-mixed-bean-and-cheese h2,
.cornered-ticket--butternut-squash-mixed-bean-and-cheese h3,
.cornered-ticket--butternut-squash-mixed-bean-and-cheese h4,
.cornered-ticket--butternut-squash-mixed-bean-and-cheese h5,
.cornered-ticket--butternut-squash-mixed-bean-and-cheese h6 {
  color: #ed9d2d;
}

@media (min-width: 768px) {
  .cornered-ticket--butternut-squash-mixed-bean-and-cheese {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23cf5c3a' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--butternut-squash-mixed-bean-and-cheese .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--butternut-squash-mixed-bean-and-cheese.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23cf5c3a' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ed9d2d' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--butternut-squash-mixed-bean-and-cheese.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--turkey-smoked-ham-hock-and-cranberry {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23ad4049' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--turkey-smoked-ham-hock-and-cranberry .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--turkey-smoked-ham-hock-and-cranberry.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23ad4049' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ef9d58' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--turkey-smoked-ham-hock-and-cranberry.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--turkey-smoked-ham-hock-and-cranberry.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #ef9d58;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--turkey-smoked-ham-hock-and-cranberry h1,
.cornered-ticket--turkey-smoked-ham-hock-and-cranberry h2,
.cornered-ticket--turkey-smoked-ham-hock-and-cranberry h3,
.cornered-ticket--turkey-smoked-ham-hock-and-cranberry h4,
.cornered-ticket--turkey-smoked-ham-hock-and-cranberry h5,
.cornered-ticket--turkey-smoked-ham-hock-and-cranberry h6 {
  color: #ef9d58;
}

@media (min-width: 768px) {
  .cornered-ticket--turkey-smoked-ham-hock-and-cranberry {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23ad4049' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--turkey-smoked-ham-hock-and-cranberry .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--turkey-smoked-ham-hock-and-cranberry.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23ad4049' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ef9d58' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--turkey-smoked-ham-hock-and-cranberry.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--venison-and-mushroom {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23625044' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--venison-and-mushroom .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--venison-and-mushroom.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23625044' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f3e1db' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--venison-and-mushroom.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--venison-and-mushroom.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #f3e1db;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--venison-and-mushroom h1,
.cornered-ticket--venison-and-mushroom h2,
.cornered-ticket--venison-and-mushroom h3,
.cornered-ticket--venison-and-mushroom h4,
.cornered-ticket--venison-and-mushroom h5,
.cornered-ticket--venison-and-mushroom h6 {
  color: #f3e1db;
}

@media (min-width: 768px) {
  .cornered-ticket--venison-and-mushroom {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23625044' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--venison-and-mushroom .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--venison-and-mushroom.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23625044' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f3e1db' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--venison-and-mushroom.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--chicken-and-leek-with-thyme {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%239bb592' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--chicken-and-leek-with-thyme .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--chicken-and-leek-with-thyme.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%239bb592' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23c5d162' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--chicken-and-leek-with-thyme.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--chicken-and-leek-with-thyme.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #c5d162;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--chicken-and-leek-with-thyme h1,
.cornered-ticket--chicken-and-leek-with-thyme h2,
.cornered-ticket--chicken-and-leek-with-thyme h3,
.cornered-ticket--chicken-and-leek-with-thyme h4,
.cornered-ticket--chicken-and-leek-with-thyme h5,
.cornered-ticket--chicken-and-leek-with-thyme h6 {
  color: #c5d162;
}

@media (min-width: 768px) {
  .cornered-ticket--chicken-and-leek-with-thyme {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%239bb592' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--chicken-and-leek-with-thyme .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--chicken-and-leek-with-thyme.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%239bb592' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23c5d162' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--chicken-and-leek-with-thyme.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--steak-and-devon-blue {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23004d58' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--steak-and-devon-blue .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--steak-and-devon-blue.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23004d58' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%235a7696' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--steak-and-devon-blue.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--steak-and-devon-blue.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #5a7696;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--steak-and-devon-blue h1,
.cornered-ticket--steak-and-devon-blue h2,
.cornered-ticket--steak-and-devon-blue h3,
.cornered-ticket--steak-and-devon-blue h4,
.cornered-ticket--steak-and-devon-blue h5,
.cornered-ticket--steak-and-devon-blue h6 {
  color: #5a7696;
}

@media (min-width: 768px) {
  .cornered-ticket--steak-and-devon-blue {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23004d58' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--steak-and-devon-blue .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--steak-and-devon-blue.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23004d58' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%235a7696' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--steak-and-devon-blue.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--ham-hock-and-pea {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b2ada5' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--ham-hock-and-pea .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--ham-hock-and-pea.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b2ada5' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23788e6c' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--ham-hock-and-pea.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--ham-hock-and-pea.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #788e6c;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--ham-hock-and-pea h1,
.cornered-ticket--ham-hock-and-pea h2,
.cornered-ticket--ham-hock-and-pea h3,
.cornered-ticket--ham-hock-and-pea h4,
.cornered-ticket--ham-hock-and-pea h5,
.cornered-ticket--ham-hock-and-pea h6 {
  color: #788e6c;
}

@media (min-width: 768px) {
  .cornered-ticket--ham-hock-and-pea {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b2ada5' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--ham-hock-and-pea .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--ham-hock-and-pea.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b2ada5' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23788e6c' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--ham-hock-and-pea.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--mushroom-and-spinach {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23687b49' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--mushroom-and-spinach .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--mushroom-and-spinach.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23687b49' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23cac041' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--mushroom-and-spinach.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--mushroom-and-spinach.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #cac041;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--mushroom-and-spinach h1,
.cornered-ticket--mushroom-and-spinach h2,
.cornered-ticket--mushroom-and-spinach h3,
.cornered-ticket--mushroom-and-spinach h4,
.cornered-ticket--mushroom-and-spinach h5,
.cornered-ticket--mushroom-and-spinach h6 {
  color: #cac041;
}

@media (min-width: 768px) {
  .cornered-ticket--mushroom-and-spinach {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23687b49' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--mushroom-and-spinach .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--mushroom-and-spinach.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23687b49' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23cac041' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--mushroom-and-spinach.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--steak-and-ale {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b14d3d' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--steak-and-ale .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--steak-and-ale.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b14d3d' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f1ae2b' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--steak-and-ale.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--steak-and-ale.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #f1ae2b;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--steak-and-ale h1,
.cornered-ticket--steak-and-ale h2,
.cornered-ticket--steak-and-ale h3,
.cornered-ticket--steak-and-ale h4,
.cornered-ticket--steak-and-ale h5,
.cornered-ticket--steak-and-ale h6 {
  color: #f1ae2b;
}

@media (min-width: 768px) {
  .cornered-ticket--steak-and-ale {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b14d3d' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--steak-and-ale .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--steak-and-ale.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b14d3d' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23f1ae2b' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--steak-and-ale.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--lamb-pea-and-mint {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23183028' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--lamb-pea-and-mint .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--lamb-pea-and-mint.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23183028' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23F2A900' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--lamb-pea-and-mint.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--lamb-pea-and-mint.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #F2A900;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--lamb-pea-and-mint h1,
.cornered-ticket--lamb-pea-and-mint h2,
.cornered-ticket--lamb-pea-and-mint h3,
.cornered-ticket--lamb-pea-and-mint h4,
.cornered-ticket--lamb-pea-and-mint h5,
.cornered-ticket--lamb-pea-and-mint h6 {
  color: #F2A900;
}

@media (min-width: 768px) {
  .cornered-ticket--lamb-pea-and-mint {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23183028' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--lamb-pea-and-mint .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--lamb-pea-and-mint.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23183028' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23F2A900' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--lamb-pea-and-mint.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--chicken-ham-hock-and-leek {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23527f77' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--chicken-ham-hock-and-leek .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--chicken-ham-hock-and-leek.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23527f77' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23c5d162' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--chicken-ham-hock-and-leek.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--chicken-ham-hock-and-leek.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #c5d162;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--chicken-ham-hock-and-leek h1,
.cornered-ticket--chicken-ham-hock-and-leek h2,
.cornered-ticket--chicken-ham-hock-and-leek h3,
.cornered-ticket--chicken-ham-hock-and-leek h4,
.cornered-ticket--chicken-ham-hock-and-leek h5,
.cornered-ticket--chicken-ham-hock-and-leek h6 {
  color: #c5d162;
}

@media (min-width: 768px) {
  .cornered-ticket--chicken-ham-hock-and-leek {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23527f77' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--chicken-ham-hock-and-leek .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--chicken-ham-hock-and-leek.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23527f77' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23c5d162' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--chicken-ham-hock-and-leek.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--chicken-and-wild-mushroom {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b18936' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--chicken-and-wild-mushroom .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--chicken-and-wild-mushroom.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23b18936' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23b84530' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--chicken-and-wild-mushroom.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--chicken-and-wild-mushroom.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #b84530;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--chicken-and-wild-mushroom h1,
.cornered-ticket--chicken-and-wild-mushroom h2,
.cornered-ticket--chicken-and-wild-mushroom h3,
.cornered-ticket--chicken-and-wild-mushroom h4,
.cornered-ticket--chicken-and-wild-mushroom h5,
.cornered-ticket--chicken-and-wild-mushroom h6 {
  color: #b84530;
}

@media (min-width: 768px) {
  .cornered-ticket--chicken-and-wild-mushroom {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b18936' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--chicken-and-wild-mushroom .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--chicken-and-wild-mushroom.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23b18936' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23b84530' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--chicken-and-wild-mushroom.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--lamb-and-chickpea-with-chorizo {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%2380535f' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--lamb-and-chickpea-with-chorizo .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--lamb-and-chickpea-with-chorizo.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%2380535f' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23eb8c3e' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--lamb-and-chickpea-with-chorizo.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--lamb-and-chickpea-with-chorizo.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #eb8c3e;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--lamb-and-chickpea-with-chorizo h1,
.cornered-ticket--lamb-and-chickpea-with-chorizo h2,
.cornered-ticket--lamb-and-chickpea-with-chorizo h3,
.cornered-ticket--lamb-and-chickpea-with-chorizo h4,
.cornered-ticket--lamb-and-chickpea-with-chorizo h5,
.cornered-ticket--lamb-and-chickpea-with-chorizo h6 {
  color: #eb8c3e;
}

@media (min-width: 768px) {
  .cornered-ticket--lamb-and-chickpea-with-chorizo {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%2380535f' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--lamb-and-chickpea-with-chorizo .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--lamb-and-chickpea-with-chorizo.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%2380535f' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23eb8c3e' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--lamb-and-chickpea-with-chorizo.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.cornered-ticket--cauliflower-spinach-and-lentil {
  border-width: 24px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23c3bd82' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3C/svg%3E");
  border-image-slice: 24 24 24 24 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--cauliflower-spinach-and-lentil .cornered-ticket__inner {
  margin-top: -24px;
  margin-bottom: -24px;
  margin-left: -6px;
  margin-right: -6px;
}

.cornered-ticket--cauliflower-spinach-and-lentil.cornered-ticket--decorated {
  border-width: 35px;
  border-style: solid;
  border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 72 72'%3E%3Cpath fill='%23c3bd82' d='M24,0 L48,0 Q52,20 72,24 L72,48 Q52,52 48,72 L24,72 Q20,52 0,48 L0,24 Q20,20 24,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ee9d58' d='M34,10 L38,10 Q45.33333,26.66667 62,34 L62,38 Q45.33333,45.33333 38,62 L34,62 Q26.66667,45.33333 10,38 L10,34 Q26.66667,26.66667 34,10 Z'/%3E%3C/svg%3E");
  border-image-slice: 35 35 35 35 fill;
  border-image-repeat: repeat;
}

.cornered-ticket--cauliflower-spinach-and-lentil.cornered-ticket--decorated .cornered-ticket__inner {
  margin-top: -35px;
  margin-bottom: -35px;
}

.cornered-ticket--cauliflower-spinach-and-lentil.cornered-ticket--decorated .cornered-ticket__inner {
  border-color: #ee9d58;
  background-color: rgba(255, 255, 255, 0.1);
}

.cornered-ticket--cauliflower-spinach-and-lentil h1,
.cornered-ticket--cauliflower-spinach-and-lentil h2,
.cornered-ticket--cauliflower-spinach-and-lentil h3,
.cornered-ticket--cauliflower-spinach-and-lentil h4,
.cornered-ticket--cauliflower-spinach-and-lentil h5,
.cornered-ticket--cauliflower-spinach-and-lentil h6 {
  color: #ee9d58;
}

@media (min-width: 768px) {
  .cornered-ticket--cauliflower-spinach-and-lentil {
    border-width: 48px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23c3bd82' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3C/svg%3E");
    border-image-slice: 48 48 48 48 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--cauliflower-spinach-and-lentil .cornered-ticket__inner {
    margin-top: -48px;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .cornered-ticket--cauliflower-spinach-and-lentil.cornered-ticket--decorated {
    border-width: 59px;
    border-style: solid;
    border-image-source: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144px' height='144px' viewBox='0 0 144 144'%3E%3Cpath fill='%23c3bd82' d='M48,0 L96,0 Q104,40 144,48 L144,96 Q104,104 96,144 L48,144 Q40,104 0,96 L0,48 Q40,40 48,0 Z'/%3E%3Cpath fill='none' stroke-width='1' stroke='%23ee9d58' d='M58,10 L86,10 Q97.33333,46.66667 134,58 L134,86 Q97.33333,97.33333 86,134 L58,134 Q46.66667,97.33333 10,86 L10,58 Q46.66667,46.66667 58,10 Z'/%3E%3C/svg%3E");
    border-image-slice: 59 59 59 59 fill;
    border-image-repeat: repeat;
  }

  .cornered-ticket--cauliflower-spinach-and-lentil.cornered-ticket--decorated .cornered-ticket__inner {
    margin-top: -59px;
    margin-bottom: -59px;
  }
}

.in-content-banner {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  position: relative;
  left: -27px;
  width: -webkit-calc(100% + 54px);
  width: calc(100% + 54px);
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 12px 24px;
  text-align: center;
}

.in-content-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 24px;
  margin-right: -1px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}

.in-content-banner:after {
  content: "";
  position: absolute;
  top: -24px;
  bottom: 0;
  left: 100%;
  width: 24px;
  -webkit-border-radius: 0 12px 12px 0;
          border-radius: 0 12px 12px 0;
}

.in-content-banner__inner:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  -webkit-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-scroller .in-content-banner {
  left: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 12px 12px;
}

.product-scroller .in-content-banner:before {
  width: 12px;
}

.product-scroller .in-content-banner:after {
  top: -12px;
  width: 12px;
  -webkit-border-radius: 0 6px 6px 0;
          border-radius: 0 6px 6px 0;
}

.product-scroller .in-content-banner__inner:after {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 0 12px 12px 0;
          border-radius: 0 12px 12px 0;
}

@media (min-width: 1200px) {
  .product-scroller .in-content-banner {
    left: -27px;
    width: -webkit-calc(100% + 54px);
    width: calc(100% + 54px);
    margin-bottom: 24px;
  }
}

.in-content-banner--blue {
  background-color: #739ea3;
}

.in-content-banner--blue:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23739ea3' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.in-content-banner--blue:after {
  background-color: #739ea3;
}

.in-content-banner--red {
  background-color: #b73e37;
}

.in-content-banner--red:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b73e37' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.in-content-banner--red:after {
  background-color: #b73e37;
}

.in-content-banner--purple {
  background-color: #7e5969;
}

.in-content-banner--purple:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%237e5969' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.in-content-banner--purple:after {
  background-color: #7e5969;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .in-content-banner {
  background-color: #d6cea8;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23d6cea8' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .in-content-banner:after {
  background-color: #d6cea8;
}

.product-scroller--roast-red-onion-and-gruyere .in-content-banner {
  background-color: #c35861;
}

.product-scroller--roast-red-onion-and-gruyere .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23c35861' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--roast-red-onion-and-gruyere .in-content-banner:after {
  background-color: #c35861;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .in-content-banner {
  background-color: #b3dad2;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b3dad2' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--roast-butternut-squash-and-blue-cheese .in-content-banner:after {
  background-color: #b3dad2;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .in-content-banner {
  background-color: #d97e63;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23d97e63' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .in-content-banner:after {
  background-color: #d97e63;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .in-content-banner {
  background-color: #c35d65;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23c35d65' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .in-content-banner:after {
  background-color: #c35d65;
}

.product-scroller--venison-and-mushroom .in-content-banner {
  background-color: #806959;
}

.product-scroller--venison-and-mushroom .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23806959' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--venison-and-mushroom .in-content-banner:after {
  background-color: #806959;
}

.product-scroller--chicken-and-leek-with-thyme .in-content-banner {
  background-color: #b7cab0;
}

.product-scroller--chicken-and-leek-with-thyme .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23b7cab0' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--chicken-and-leek-with-thyme .in-content-banner:after {
  background-color: #b7cab0;
}

.product-scroller--steak-and-devon-blue .in-content-banner {
  background-color: #007a8b;
}

.product-scroller--steak-and-devon-blue .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23007a8b' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--steak-and-devon-blue .in-content-banner:after {
  background-color: #007a8b;
}

.product-scroller--ham-hock-and-pea .in-content-banner {
  background-color: #cac6c0;
}

.product-scroller--ham-hock-and-pea .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23cac6c0' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--ham-hock-and-pea .in-content-banner:after {
  background-color: #cac6c0;
}

.product-scroller--mushroom-and-spinach .in-content-banner {
  background-color: #839b5c;
}

.product-scroller--mushroom-and-spinach .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23839b5c' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--mushroom-and-spinach .in-content-banner:after {
  background-color: #839b5c;
}

.product-scroller--steak-and-ale .in-content-banner {
  background-color: #c66a5b;
}

.product-scroller--steak-and-ale .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23c66a5b' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--steak-and-ale .in-content-banner:after {
  background-color: #c66a5b;
}

.product-scroller--lamb-pea-and-mint .in-content-banner {
  background-color: #295244;
}

.product-scroller--lamb-pea-and-mint .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23295244' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--lamb-pea-and-mint .in-content-banner:after {
  background-color: #295244;
}

.product-scroller--chicken-ham-hock-and-leek .in-content-banner {
  background-color: #679d93;
}

.product-scroller--chicken-ham-hock-and-leek .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23679d93' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--chicken-ham-hock-and-leek .in-content-banner:after {
  background-color: #679d93;
}

.product-scroller--chicken-and-wild-mushroom .in-content-banner {
  background-color: #caa250;
}

.product-scroller--chicken-and-wild-mushroom .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23caa250' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--chicken-and-wild-mushroom .in-content-banner:after {
  background-color: #caa250;
}

.product-scroller--lamb-and-chickpea-with-chorizo .in-content-banner {
  background-color: #9d6977;
}

.product-scroller--lamb-and-chickpea-with-chorizo .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%239d6977' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--lamb-and-chickpea-with-chorizo .in-content-banner:after {
  background-color: #9d6977;
}

.product-scroller--cauliflower-spinach-and-lentil .in-content-banner {
  background-color: #d4cfa4;
}

.product-scroller--cauliflower-spinach-and-lentil .in-content-banner:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 704' preserveAspectRatio='none'%3E%3Cpath fill='%23d4cfa4' d='M354 704H0l180-352L0 0h354z'/%3E%3C/svg%3E");
}

.product-scroller--cauliflower-spinach-and-lentil .in-content-banner:after {
  background-color: #d4cfa4;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list {
  max-width: 960px;
  margin: 0 auto;
}

.news-list__seperator {
  margin-bottom: 48px;
}

.news-item {
  color: white;
  margin-bottom: 48px;
}

.news-item:last-child {
  margin-bottom: 0;
}

.news-item__title {
  color: white;
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
}

.news-item__title a {
  text-decoration: none;
}

.news-item__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-item__date-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: white;
  margin-right: 12px;
  margin-top: -4px;
}

.news-item__date-time {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-bottom: 24px;
}

.news-item__image {
  max-width: 960px;
  margin-bottom: 24px;
}

.news-item__image:after {
  top: 2vw !important;
  right: 2vw !important;
  bottom: 2vw !important;
  left: 2vw !important;
  border-width: 7vw !important;
}

@media (min-width: 988px) {
  .news-item__image:after {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    border-width: 50px !important;
  }
}

.logos__logo {
  max-height: 60px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.footer__full .logos__logo {
  max-height: 35px;
  margin-left: 24px;
}

.logos__link {
  text-decoration: none;
}

.decorated-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  text-decoration: none;
}

.footer .decorated-link {
  color: white;
}

.decorated-link__icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.footer .decorated-link__icon {
  fill: white;
}

.decorated-link__text {
  margin-top: -3px;
}

.mailing-list {
  margin-bottom: 48px;
}

.mailing-list--max-width {
  max-width: 600px;
}

.mailing-list--centered {
  margin-left: auto;
  margin-right: auto;
}

.mailing-list__text {
  margin-bottom: 6px;
}

.mailing-list--white .mailing-list__text {
  color: white;
}

.event-list {
  position: relative;
  margin-bottom: 24px;
}

.event-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  margin-left: -2px;
  border-right: 2px dotted white;
}

@media (min-width: 992px) {
  .event-list:after {
    left: 50%;
  }
}

.event-list__inner {
  overflow: hidden;
  padding: 24px 0;
}

.event-list__inner:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 992px) {
  .event-list__inner {
    padding: 48px 0;
  }
}

.event-list__description {
  max-width: 600px;
  margin: 0 auto;
}

.event-list__month {
  clear: both;
  margin-bottom: 24px;
}

.event-list__month:after {
  content: "";
  display: block;
  clear: both;
}

.event-list__month-title-wrap {
  padding: 24px 24px 0 24px;
}

@media (min-width: 992px) {
  .event-list__month-title-wrap {
    width: 50%;
  }
}

.event-list__month-title {
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}

.event-list__event {
  position: relative;
  margin: 24px 0;
  padding: 12px;
}

.event-list__event:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 0;
  border-top: 2px dotted white;
}

.event-list__event.event--has-ticket:before {
  width: 98px;
}

.event-list__event:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .event-list__event {
    padding: 12px 24px;
  }
}

@media (min-width: 992px) {
  .event-list__event {
    float: left;
    clear: both;
    width: 50%;
    padding: 0 48px 0 24px;
  }

  .event-list__event:before {
    display: block;
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .event-list__month--right .event:nth-child(even) {
    float: right;
  }

  .event-list__month--right .event:nth-child(even):before {
    right: auto;
    left: 0;
  }

  .event-list__month--right .event:nth-child(even) .event__image {
    float: left;
  }

  .event-list__month--right .event:nth-child(odd) {
    float: left;
    margin-top: -11%;
  }

  .event-list__month--right .event:nth-child(odd) .event__image {
    float: right;
  }

  .event-list__month--right .event-list__month-title-wrap {
    float: right;
  }

  .event-list__month--left .event:nth-child(odd) {
    float: right;
  }

  .event-list__month--left .event:nth-child(odd):before {
    right: auto;
    left: 0;
  }

  .event-list__month--left .event:nth-child(odd) .event__image {
    float: left;
  }

  .event-list__month--left .event:nth-child(even) {
    float: left;
  }

  .event-list__month--left .event:nth-child(even) .event__image {
    float: right;
  }

  .event-list__month--left .event-list__month-title-wrap {
    float: left;
  }

  .event:nth-child(n+3) {
    margin-top: -11%;
  }
}

.event__description {
  margin-top: 12px;
}

.event__image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.event__buttons {
  margin-top: 12px;
}

.event__buttons span {
  vertical-align: baseline !important;
}

.event__buttons .twitter-share-button {
  margin-left: 6px;
}

.product-scroller {
  position: relative;
  z-index: 1;
  background-position: 50% 50%, 50% 0, 2% 25%, 98% 0;
  background-repeat: no-repeat, round space, no-repeat repeat, no-repeat repeat;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar {
  background-color: #c6ba85;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(198, 186, 133, 0)), color-stop(25%, rgba(198, 186, 133, 0.8)), color-stop(50%, #d6cea8), color-stop(75%, rgba(198, 186, 133, 0.8)), to(rgba(198, 186, 133, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(198, 186, 133, 0) 0%, rgba(198, 186, 133, 0.8) 25%, #d6cea8 50%, rgba(198, 186, 133, 0.8) 75%, rgba(198, 186, 133, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(198, 186, 133, 0) 0%, rgba(198, 186, 133, 0.8) 25%, #d6cea8 50%, rgba(198, 186, 133, 0.8) 75%, rgba(198, 186, 133, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(198, 186, 133, 0) 0%, rgba(198, 186, 133, 0.8) 25%, #d6cea8 50%, rgba(198, 186, 133, 0.8) 75%, rgba(198, 186, 133, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--roast-red-onion-and-gruyere {
  background-color: #ab3d47;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(171, 61, 71, 0)), color-stop(25%, rgba(171, 61, 71, 0.8)), color-stop(50%, #c35861), color-stop(75%, rgba(171, 61, 71, 0.8)), to(rgba(171, 61, 71, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(171, 61, 71, 0) 0%, rgba(171, 61, 71, 0.8) 25%, #c35861 50%, rgba(171, 61, 71, 0.8) 75%, rgba(171, 61, 71, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(171, 61, 71, 0) 0%, rgba(171, 61, 71, 0.8) 25%, #c35861 50%, rgba(171, 61, 71, 0.8) 75%, rgba(171, 61, 71, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(171, 61, 71, 0) 0%, rgba(171, 61, 71, 0.8) 25%, #c35861 50%, rgba(171, 61, 71, 0.8) 75%, rgba(171, 61, 71, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--roast-butternut-squash-and-blue-cheese {
  background-color: #90cabe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(144, 202, 190, 0)), color-stop(25%, rgba(144, 202, 190, 0.8)), color-stop(50%, #b3dad2), color-stop(75%, rgba(144, 202, 190, 0.8)), to(rgba(144, 202, 190, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(144, 202, 190, 0) 0%, rgba(144, 202, 190, 0.8) 25%, #b3dad2 50%, rgba(144, 202, 190, 0.8) 75%, rgba(144, 202, 190, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(144, 202, 190, 0) 0%, rgba(144, 202, 190, 0.8) 25%, #b3dad2 50%, rgba(144, 202, 190, 0.8) 75%, rgba(144, 202, 190, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(144, 202, 190, 0) 0%, rgba(144, 202, 190, 0.8) 25%, #b3dad2 50%, rgba(144, 202, 190, 0.8) 75%, rgba(144, 202, 190, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--butternut-squash-mixed-bean-and-cheese {
  background-color: #cf5c3a;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(207, 92, 58, 0)), color-stop(25%, rgba(207, 92, 58, 0.8)), color-stop(50%, #d97e63), color-stop(75%, rgba(207, 92, 58, 0.8)), to(rgba(207, 92, 58, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(207, 92, 58, 0) 0%, rgba(207, 92, 58, 0.8) 25%, #d97e63 50%, rgba(207, 92, 58, 0.8) 75%, rgba(207, 92, 58, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(207, 92, 58, 0) 0%, rgba(207, 92, 58, 0.8) 25%, #d97e63 50%, rgba(207, 92, 58, 0.8) 75%, rgba(207, 92, 58, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(207, 92, 58, 0) 0%, rgba(207, 92, 58, 0.8) 25%, #d97e63 50%, rgba(207, 92, 58, 0.8) 75%, rgba(207, 92, 58, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry {
  background-color: #ad4049;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(173, 64, 73, 0)), color-stop(25%, rgba(173, 64, 73, 0.8)), color-stop(50%, #c35d65), color-stop(75%, rgba(173, 64, 73, 0.8)), to(rgba(173, 64, 73, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(173, 64, 73, 0) 0%, rgba(173, 64, 73, 0.8) 25%, #c35d65 50%, rgba(173, 64, 73, 0.8) 75%, rgba(173, 64, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(173, 64, 73, 0) 0%, rgba(173, 64, 73, 0.8) 25%, #c35d65 50%, rgba(173, 64, 73, 0.8) 75%, rgba(173, 64, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(173, 64, 73, 0) 0%, rgba(173, 64, 73, 0.8) 25%, #c35d65 50%, rgba(173, 64, 73, 0.8) 75%, rgba(173, 64, 73, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--venison-and-mushroom {
  background-color: #625044;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(98, 80, 68, 0)), color-stop(25%, rgba(98, 80, 68, 0.8)), color-stop(50%, #806959), color-stop(75%, rgba(98, 80, 68, 0.8)), to(rgba(98, 80, 68, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(98, 80, 68, 0) 0%, rgba(98, 80, 68, 0.8) 25%, #806959 50%, rgba(98, 80, 68, 0.8) 75%, rgba(98, 80, 68, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(98, 80, 68, 0) 0%, rgba(98, 80, 68, 0.8) 25%, #806959 50%, rgba(98, 80, 68, 0.8) 75%, rgba(98, 80, 68, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(98, 80, 68, 0) 0%, rgba(98, 80, 68, 0.8) 25%, #806959 50%, rgba(98, 80, 68, 0.8) 75%, rgba(98, 80, 68, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--chicken-and-leek-with-thyme {
  background-color: #9bb592;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(155, 181, 146, 0)), color-stop(25%, rgba(155, 181, 146, 0.8)), color-stop(50%, #b7cab0), color-stop(75%, rgba(155, 181, 146, 0.8)), to(rgba(155, 181, 146, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(155, 181, 146, 0) 0%, rgba(155, 181, 146, 0.8) 25%, #b7cab0 50%, rgba(155, 181, 146, 0.8) 75%, rgba(155, 181, 146, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(155, 181, 146, 0) 0%, rgba(155, 181, 146, 0.8) 25%, #b7cab0 50%, rgba(155, 181, 146, 0.8) 75%, rgba(155, 181, 146, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(155, 181, 146, 0) 0%, rgba(155, 181, 146, 0.8) 25%, #b7cab0 50%, rgba(155, 181, 146, 0.8) 75%, rgba(155, 181, 146, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--steak-and-devon-blue {
  background-color: #004d58;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 77, 88, 0)), color-stop(25%, rgba(0, 77, 88, 0.8)), color-stop(50%, #007a8b), color-stop(75%, rgba(0, 77, 88, 0.8)), to(rgba(0, 77, 88, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(0, 77, 88, 0) 0%, rgba(0, 77, 88, 0.8) 25%, #007a8b 50%, rgba(0, 77, 88, 0.8) 75%, rgba(0, 77, 88, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(0, 77, 88, 0) 0%, rgba(0, 77, 88, 0.8) 25%, #007a8b 50%, rgba(0, 77, 88, 0.8) 75%, rgba(0, 77, 88, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(0, 77, 88, 0) 0%, rgba(0, 77, 88, 0.8) 25%, #007a8b 50%, rgba(0, 77, 88, 0.8) 75%, rgba(0, 77, 88, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--ham-hock-and-pea {
  background-color: #b2ada5;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(178, 173, 165, 0)), color-stop(25%, rgba(178, 173, 165, 0.8)), color-stop(50%, #cac6c0), color-stop(75%, rgba(178, 173, 165, 0.8)), to(rgba(178, 173, 165, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(178, 173, 165, 0) 0%, rgba(178, 173, 165, 0.8) 25%, #cac6c0 50%, rgba(178, 173, 165, 0.8) 75%, rgba(178, 173, 165, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(178, 173, 165, 0) 0%, rgba(178, 173, 165, 0.8) 25%, #cac6c0 50%, rgba(178, 173, 165, 0.8) 75%, rgba(178, 173, 165, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(178, 173, 165, 0) 0%, rgba(178, 173, 165, 0.8) 25%, #cac6c0 50%, rgba(178, 173, 165, 0.8) 75%, rgba(178, 173, 165, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--mushroom-and-spinach {
  background-color: #687b49;
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #839b5c 25%, rgba(104, 123, 73, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #839b5c 25%, rgba(104, 123, 73, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #839b5c 25%, rgba(104, 123, 73, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  -webkit-background-size: contain, auto, auto, auto;
          background-size: contain, auto, auto, auto;
}

.product-scroller--mushroom-and-spinach.fallback-enabled {
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #687b49 25%, rgba(104, 123, 73, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #687b49 25%, rgba(104, 123, 73, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #687b49 25%, rgba(104, 123, 73, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--steak-and-ale {
  background-color: #b14d3d;
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #c66a5b 25%, rgba(177, 77, 61, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #c66a5b 25%, rgba(177, 77, 61, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #c66a5b 25%, rgba(177, 77, 61, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  -webkit-background-size: contain, auto, auto, auto;
          background-size: contain, auto, auto, auto;
}

.product-scroller--steak-and-ale.fallback-enabled {
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #b14d3d 25%, rgba(177, 77, 61, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #b14d3d 25%, rgba(177, 77, 61, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #b14d3d 25%, rgba(177, 77, 61, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--lamb-pea-and-mint {
  background-color: #183028;
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #295244 25%, rgba(24, 48, 40, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #295244 25%, rgba(24, 48, 40, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #295244 25%, rgba(24, 48, 40, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  -webkit-background-size: contain, auto, auto, auto;
          background-size: contain, auto, auto, auto;
}

.product-scroller--lamb-pea-and-mint.fallback-enabled {
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #183028 25%, rgba(24, 48, 40, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #183028 25%, rgba(24, 48, 40, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #183028 25%, rgba(24, 48, 40, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--chicken-ham-hock-and-leek {
  background-color: #527f77;
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #679d93 25%, rgba(82, 127, 119, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #679d93 25%, rgba(82, 127, 119, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #679d93 25%, rgba(82, 127, 119, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  -webkit-background-size: contain, auto, auto, auto;
          background-size: contain, auto, auto, auto;
}

.product-scroller--chicken-ham-hock-and-leek.fallback-enabled {
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #527f77 25%, rgba(82, 127, 119, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #527f77 25%, rgba(82, 127, 119, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #527f77 25%, rgba(82, 127, 119, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--chicken-and-wild-mushroom {
  background-color: #b18936;
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #caa250 25%, rgba(177, 137, 54, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #caa250 25%, rgba(177, 137, 54, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #caa250 25%, rgba(177, 137, 54, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  -webkit-background-size: contain, auto, auto, auto;
          background-size: contain, auto, auto, auto;
}

.product-scroller--chicken-and-wild-mushroom.fallback-enabled {
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #b18936 25%, rgba(177, 137, 54, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #b18936 25%, rgba(177, 137, 54, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #b18936 25%, rgba(177, 137, 54, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--lamb-and-chickpea-with-chorizo {
  background-color: #80535f;
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #9d6977 25%, rgba(128, 83, 95, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #9d6977 25%, rgba(128, 83, 95, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #9d6977 25%, rgba(128, 83, 95, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  -webkit-background-size: contain, auto, auto, auto;
          background-size: contain, auto, auto, auto;
}

.product-scroller--lamb-and-chickpea-with-chorizo.fallback-enabled {
  background-image: -webkit-radial-gradient(50vw 50vh, closest-corner, #80535f 25%, rgba(128, 83, 95, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-radial-gradient(50vw 50vh, closest-corner, #80535f 25%, rgba(128, 83, 95, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: radial-gradient(closest-corner at 50vw 50vh, #80535f 25%, rgba(128, 83, 95, 0)), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller--cauliflower-spinach-and-lentil {
  background-color: #c3bd82;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(195, 189, 130, 0)), color-stop(25%, rgba(195, 189, 130, 0.8)), color-stop(50%, #d4cfa4), color-stop(75%, rgba(195, 189, 130, 0.8)), to(rgba(195, 189, 130, 0))), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -webkit-linear-gradient(left, rgba(195, 189, 130, 0) 0%, rgba(195, 189, 130, 0.8) 25%, #d4cfa4 50%, rgba(195, 189, 130, 0.8) 75%, rgba(195, 189, 130, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: -o-linear-gradient(left, rgba(195, 189, 130, 0) 0%, rgba(195, 189, 130, 0.8) 25%, #d4cfa4 50%, rgba(195, 189, 130, 0.8) 75%, rgba(195, 189, 130, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
  background-image: linear-gradient(to right, rgba(195, 189, 130, 0) 0%, rgba(195, 189, 130, 0.8) 25%, #d4cfa4 50%, rgba(195, 189, 130, 0.8) 75%, rgba(195, 189, 130, 0) 100%), url(images/bunting.png), url(images/confetti.png), url(images/confetti.png);
}

.product-scroller__inner {
  position: relative;
  z-index: 1;
  height: 100vh;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}

.product-scroller__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-height: 768px) {
  .product-scroller__nav {
    height: 250px;
  }
}

.product-scroller__nav-button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.product-scroller__nav-button.is-active {
  background: rgba(255, 255, 255, 0.6);
}

.product-scroller canvas,
.product-scroller__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .product-scroller canvas,
  .product-scroller__video {
    max-width: 50%;
  }
}

.product-scroller__next-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 6px 12px;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 10;
  outline: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .product-scroller__next-button {
    display: block;
  }
}

.product-scroller__next-icon {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: white;
}

.product-scene {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}

.product-scene.is-active {
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  will-change: opacity;
  pointer-events: all;
}

.product-scene__scene-image {
  height: auto;
  max-width: 300px;
}

.product-scene__mobile-area--top {
  display: none;
  position: absolute;
  top: 71.7%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 12px;
  /* Is on tablet but not tall enough for full sections */
}

.product-scene__mobile-area--top img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (orientation: portrait) and (max-width: 991px) {
  .product-scene__mobile-area--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (orientation: portrait) and (min-height: 768px) and (max-width: 991px) {
  .product-scene__mobile-area--top {
    top: 130px;
    bottom: 73%;
  }
}

@media (max-height: 768px) and (min-width: 992px) {
  .product-scene__mobile-area--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 48px;
    width: -webkit-calc(33.333333% - 72px);
    width: calc(33.333333% - 72px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.product-scene__mobile-area--bottom {
  display: none;
  position: absolute;
  top: 71.7%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  /* Is on tablet but not tall enough for full sections */
}

@media (orientation: portrait) and (min-height: 768px) and (max-width: 991px) {
  .product-scene__mobile-area--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-height: 768px) and (min-width: 992px) {
  .product-scene__mobile-area--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 48px;
    left: auto;
    width: -webkit-calc(33.333333% - 72px);
    width: calc(33.333333% - 72px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.product-scene__mobile-area--bottom img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .product-scene__mobile-area--bottom {
    padding: 24px;
  }
}

.product-scene__area--left {
  display: none;
}

@media (min-width: 992px) and (min-height: 768px) {
  .product-scene__area--left {
    display: block;
    position: absolute;
    top: 50%;
    left: 48px;
    width: -webkit-calc(32% - 72px);
    width: calc(32% - 72px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1350px) {
  .product-scene__area--left {
    width: -webkit-calc(33.333333% - 96px);
    width: calc(33.333333% - 96px);
  }
}

.product-scene__area--right {
  display: none;
}

@media (min-width: 992px) and (min-height: 768px) {
  .product-scene__area--right {
    display: block;
    position: absolute;
    top: 50%;
    right: 48px;
    width: -webkit-calc(32% - 72px);
    width: calc(32% - 72px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1350px) {
  .product-scene__area--right {
    width: -webkit-calc(33.333333% - 96px);
    width: calc(33.333333% - 96px);
  }
}

.product-scene__area--top {
  display: none;
}

@media (min-width: 992px) and (min-height: 768px) {
  .product-scene__area--top {
    display: block;
    position: absolute;
    top: 18%;
    left: 50%;
    width: -webkit-calc(33.333333% - 72px);
    width: calc(33.333333% - 72px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1350px) {
  .product-scene__area--top {
    width: -webkit-calc(33.333333% - 96px);
    width: calc(33.333333% - 96px);
  }
}

.product-scene__area--bottom {
  display: none;
}

@media (min-width: 992px) {
  .product-scene__area--bottom {
    display: block;
    position: absolute;
    bottom: 18%;
    left: 50%;
    width: 30%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.product-scene__scene-image {
  max-width: 225px;
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center;
}

.product-scene__scene-image:last-child {
  margin-bottom: 0;
}

.product-scene__scene-image--tom {
  max-width: 100%;
}

.product-scroller__featured-products {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px;
}

.product-scene__awards-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .product-scene__awards-wrap {
    width: 50%;
  }
}

.product-scene__awards-inner-wrap {
  position: absolute;
  top: 16.9%;
  right: 47%;
  bottom: 23.7%;
  left: 17.6%;
  overflow: hidden;
  text-align: center;
}

.product-scene__awards {
  width: 100%;
  height: 100%;
}

.product-scene__awards .tns-inner {
  height: 100% !important;
}

.product-scene__awards .tns-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-scene__awards .tns-nav button {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.product-scene__awards .tns-nav button.tns-nav-active {
  background: rgba(0, 0, 0, 0.6);
}

.product-scene__award {
  padding: 6px;
}

.product-scene__award img {
  width: auto;
  height: 100%;
}

@media (min-width: 768px) {
  .product-scene__award {
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .product-scene__award {
    padding: 24px;
  }
}

.product-scroller__product-nav {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  padding: 0 48px;
}

.product-scroller__product-nav .tns-controls svg {
  fill: white;
}

.product-scroller__product-nav .tns-controls button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.product-scroller__product-nav .tns-controls button[disabled] {
  opacity: 0.1;
}

.product-scroller__product-nav .tns-controls button:first-child {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-scroller__product-nav .tns-controls button:last-child {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-scroller__product-nav-item {
  padding: 0 24px !important;
}

.product-scroller__title {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 24px;
  line-height: 1;
}

.product-scroller__sub-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286;
  display: block;
  text-transform: uppercase;
  font-family: "clarendon-text-pro", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

.product-scroller__generic-title {
  text-shadow: 1px 1px 0 #5e5b56, 2px 2px 0 #5e5b56;
  color: white;
  text-transform: uppercase;
}

.product-scroller__mobile-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.product-scroller__mobile-button-wrap .product-scroller__buy-now {
  display: none;
  margin-top: 12px;
}

@media (orientation: portrait) and (max-height: 768px) and (max-width: 991px) {
  .product-scroller__mobile-button-wrap .product-scroller__buy-now {
    display: block;
  }
}

.product-scroller__mobile-button-wrap .product-scroller__ingredients {
  margin-top: 12px;
}

.product-scroller__tagline {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  display: none;
  position: absolute;
  bottom: 15%;
  left: 50%;
  padding: 0 40px;
  border-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "gill-sans-nova", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.product-scroller__tagline span {
  display: block;
  position: relative;
}

.product-scroller__tagline span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 35px;
  height: 3px;
  margin-top: -2px;
  background: white;
}

.product-scroller__tagline span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 35px;
  height: 3px;
  margin-top: -2px;
  background: white;
}

.product-scroller__tagline:before,
.product-scroller__tagline:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 28px;
  background-position: center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}

.product-scroller__tagline:before {
  left: -41px;
  margin-top: -15px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product-scroller__tagline:after {
  right: -41px;
  margin-top: -15px;
}

.product-scroller__tagline:before,
.product-scroller__tagline:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.05 8.53'%3E%3Cpath fill='%23ffffff' d='M20.79.84a6.34 6.34 0 0 0-3-.74c-2 0-4.28.8-7 2.41a8.4 8.4 0 0 0-2.07-1A9.75 9.75 0 0 1 6.11.23L6 0l-.25.19a40.13 40.13 0 0 1-3.28 2.47A10.44 10.44 0 0 1 0 3.83v1.71c1.15.18 1.24.38 1.24.39l.06.17h.19a2.58 2.58 0 0 0 .58-.1A6.88 6.88 0 0 0 4.2 7a9.7 9.7 0 0 1 2.53 1.29l.15.23.21-.19c1.6-1.41 8.72-6.65 12.27-6.65a2.57 2.57 0 0 1 .81.12 3.19 3.19 0 0 1 1.93 1.75 2.94 2.94 0 0 1-.25 2.59 2.07 2.07 0 0 1-1 .95 2.49 2.49 0 0 0 .42-1.5 2.7 2.7 0 0 0-2.77-2.52h-.11a2.69 2.69 0 0 0-2.69 2.72 2.82 2.82 0 0 0 2.07 2.44 4.82 4.82 0 0 0 2.68-.09 3.67 3.67 0 0 0 2.06-1.67A4 4 0 0 0 20.79.84zM8.31 4L8 4.27a7.15 7.15 0 0 1-3.8 1.66 2.84 2.84 0 0 1-1.31-.35c.41-.23.83-.52 1.23-.81l.74-.52a7.15 7.15 0 0 1 3.78-1.66A2.84 2.84 0 0 1 10 3c-.57.28-1.12.64-1.69 1z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .product-scroller__tagline {
    display: inline-block;
  }
}

.product-scroller__illustration-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .product-scroller__illustration-description-wrap {
    display: block;
  }
}

.product-scroller__illustration {
  display: none;
  width: 40%;
  padding-right: 30px;
}

@media (min-width: 450px) and (max-width: 991px) {
  .product-scroller__illustration {
    display: block;
  }
}

@media (min-width: 992px) and (min-height: 768px) {
  .product-scroller__illustration {
    display: block;
    width: auto;
    padding-right: 0;
  }
}

.product-scroller__description {
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 992px) {
  .product-scroller__description {
    font-size: 1em;
  }
}

.product-scene .product-scroller__generic-title {
  font-size: 18px;
}

.product-scroller--ham-sun-blushed-tomato-and-cheddar .product-scroller__tagline {
  color: #ab3d47;
}

.product-scroller--roast-red-onion-and-gruyere .product-scroller__tagline {
  color: #edead4;
}

.product-scroller--roast-butternut-squash-and-blue-cheese .product-scroller__tagline {
  color: #cf6035;
}

.product-scroller--butternut-squash-mixed-bean-and-cheese .product-scroller__tagline {
  color: #ed9d2d;
}

.product-scroller--turkey-smoked-ham-hock-and-cranberry .product-scroller__tagline {
  color: #ef9d58;
}

.product-scroller--venison-and-mushroom .product-scroller__tagline {
  color: #f3e1db;
}

.product-scroller--chicken-and-leek-with-thyme .product-scroller__tagline {
  color: #c5d162;
}

.product-scroller--steak-and-devon-blue .product-scroller__tagline {
  color: #5a7696;
}

.product-scroller--ham-hock-and-pea .product-scroller__tagline {
  color: #788e6c;
}

.product-scroller--mushroom-and-spinach .product-scroller__tagline {
  color: #cac041;
}

.product-scroller--steak-and-ale .product-scroller__tagline {
  color: #f1ae2b;
}

.product-scroller--chicken-ham-hock-and-leek .product-scroller__tagline {
  color: #c5d162;
}

.product-scroller--chicken-and-wild-mushroom .product-scroller__tagline {
  color: #b84530;
}

.product-scroller--lamb-and-chickpea-with-chorizo .product-scroller__tagline {
  color: #eb8c3e;
}

.product-scroller--cauliflower-spinach-and-lentil .product-scroller__tagline {
  color: #ee9d58;
}

.nutrition-table {
  border: none;
  border-collapse: collapse;
  color: #2b2a28;
  margin: 0;
}

.nutrition-table th,
.nutrition-table td {
  padding: 3px;
  line-height: 1;
}

.nutrition-table th {
  text-align: center;
  font-weight: 600;
  border-bottom: 2px dotted #2b2a28;
}

.nutrition-table td {
  border-left: 2px dotted #2b2a28;
  border-right: 2px dotted #2b2a28;
}

.nutrition-table td:first-child {
  border-left: none;
}

.nutrition-table td:last-child {
  border-right: none;
}

.contact-details__title {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  text-shadow: 1px 1px 0 rgba(94, 91, 86, 0.5), 2px 2px 0 rgba(94, 91, 86, 0.5);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hand-button__link {
  color: #f0d8b9;
  border-top: 1px solid #f0d8b9;
  border-bottom: 1px solid #f0d8b9;
  margin: 0 15px;
}

.hand-button__image {
  width: 48px;
  height: auto;
}

@media (min-width: 450px) {
  .hand-button__image {
    width: 52px;
  }
}

@media (min-width: 768px) {
  .hand-button__image {
    width: 48px;
  }
}

@media (min-width: 992px) {
  .hand-button__image {
    width: 52px;
  }
}

.bottom-nav {
  position: relative;
  padding: 48px 24px;
  text-align: center;
}

.bottom-nav .nav__item {
  margin: 12px 0;
}

.bottom-nav__sign-nav-wrap {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin-top: 10%;
  margin-bottom: 33%;
}

.bottom-nav__sign {
  display: inline-block;
  position: relative;
  text-align: center;
}

.bottom-nav__pole {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bottom-nav__straw-bale-1 {
  position: absolute;
  right: 85%;
  bottom: 60%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

@media (min-width: 768px) {
  .bottom-nav__straw-bale-1 {
    right: 66%;
  }
}

.bottom-nav__straw-bale-2 {
  position: absolute;
  bottom: 35%;
  left: 85%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (min-width: 768px) {
  .bottom-nav__straw-bale-2 {
    left: 66%;
  }
}

.bottom-nav__grass-1 {
  position: absolute;
  top: 50%;
  right: 91%;
  max-width: 36px;
}

.bottom-nav__grass-2 {
  position: absolute;
  top: 80%;
  right: 75%;
  max-width: 38px;
}

.bottom-nav__grass-3 {
  position: absolute;
  bottom: 2.5%;
  left: 91%;
  max-width: 42px;
}

.bottom-nav__grass-4 {
  position: absolute;
  bottom: 40%;
  left: 75%;
  max-width: 40px;
}

.bottom-nav .nav__item {
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.bottom-nav .nav__item .nav__link img {
  will-change: transform;
  -webkit-animation: wiggleSignDelayed 4s infinite 0.75s;
          animation: wiggleSignDelayed 4s infinite 0.75s;
}

.pause-animation .bottom-nav .nav__item .nav__link img,
.pause-animations .bottom-nav .nav__item .nav__link img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .bottom-nav .nav__item .nav__link img {
    -webkit-animation: none;
            animation: none;
  }
}

.bottom-nav .nav__item:nth-child(2) {
  position: relative;
  left: 1.5%;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.bottom-nav .nav__item:nth-child(2) .nav__link img {
  will-change: transform;
  -webkit-animation: wiggleSignDelayed 4s infinite 1s;
          animation: wiggleSignDelayed 4s infinite 1s;
}

.pause-animation .bottom-nav .nav__item:nth-child(2) .nav__link img,
.pause-animations .bottom-nav .nav__item:nth-child(2) .nav__link img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .bottom-nav .nav__item:nth-child(2) .nav__link img {
    -webkit-animation: none;
            animation: none;
  }
}

.bottom-nav .nav__item:nth-child(3) {
  position: relative;
  left: 3%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bottom-nav .nav__item:nth-child(3) .nav__link img {
  will-change: transform;
  -webkit-animation: wiggleSignDelayed 4s infinite 0.5s;
          animation: wiggleSignDelayed 4s infinite 0.5s;
}

.pause-animation .bottom-nav .nav__item:nth-child(3) .nav__link img,
.pause-animations .bottom-nav .nav__item:nth-child(3) .nav__link img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion) {
  .bottom-nav .nav__item:nth-child(3) .nav__link img {
    -webkit-animation: none;
            animation: none;
  }
}

.bottom-nav .nav__item:nth-child(n+4) {
  display: none;
}

/* 7 - Utilities */

.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-m-t {
  margin-top: 24px;
}

.u-m-t-s {
  margin-top: 12px;
}

.u-m-t-t {
  margin-top: 6px;
}

.u-m-b {
  margin-bottom: 24px;
}

.u-m-b-s {
  margin-bottom: 12px;
}

.u-m-b-t {
  margin-bottom: 6px;
}

/**
* Redefine all of our basic heading styles against utility classes so as to
* allow for double stranded heading hierarchy, e.g. we semantically need an H2,
* but we want it to be sized like an H1:
*
*   <h2 class="u-h1"></h2>
*
*/

.u-h1 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  line-height: 1.33333 !important;
}

.u-h2 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 1.71429 !important;
}

.u-h3 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
  line-height: 1.14286 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.33333 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.u-text-align-right {
  text-align: right;
}

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

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.u-screen-reader {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */

.u-hidden {
  display: none !important;
}

@media (max-width: 993px) {
  .u-hidden-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-hidden-desktop {
    display: none;
  }
}

.u-text-black {
  color: #000000;
}

.u-text-white {
  color: #ffffff;
}

.u-text-red {
  color: #b73e37;
}

.u-text-orange {
  color: #f0ad4e;
}

.u-text-yellow {
  color: #ffd500;
}

.u-text-green {
  color: #5cb85c;
}

.u-text-blue {
  color: #739ea3;
}

.u-text-teal {
  color: #5bc0de;
}

.u-text-pink {
  color: #ff5b77;
}

.u-text-purple {
  color: #7e5969;
}

.u-text-gray-dark {
  color: #464a4c;
}

.u-text-gray {
  color: #636c72;
}

.u-text-gray-light {
  color: #e3e3e3;
}

.u-text-gray-lighter {
  color: #f6f6f6;
}

.u-text-gray-lightest {
  color: #f7f7f9;
}

.u-text-primary {
  color: #000000;
}

.u-text-accent {
  color: #b1033c;
}

.u-text-success {
  color: #5cb85c;
}

.u-text-info {
  color: #5bc0de;
}

.u-text-warning {
  color: #f0ad4e;
}

.u-text-danger {
  color: #d9534f;
}

.u-text-inverse {
  color: #464a4c;
}

/**
* Very crude, reset-like styles taken from the HTML5 Boilerplate:
* https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
* https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
*/

@media print {
  /**
    * 1. Black prints faster: http://www.sanbeiji.com/archives/953
    */

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
    * Don't show links that are fragment identifiers, or use the `javascript:`
    * pseudo protocol.
    */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /**
    * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
    */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.u-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.u-embed iframe,
.u-embed object,
.u-embed embed,
.u-embed__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-font-clarendon {
  font-family: "clarendon-text-pro", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

.u-font-bebas {
  font-family: "bebas_neue", "baskerville-urw", Baskerville, Georgia, Garamond, Times, "Times New Roman", serif;
}

.alignnone {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 12px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 12px;
  height: auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 12px;
  }

  .alignright {
    float: right;
    margin-left: 12px;
  }
}

.wp-caption {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

div.wpcf7 .ajax-loader {
  display: none;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 1em;
  font-weight: normal;
  display: block;
  color: white;
  border: 0;
  background: rgba(255, 0, 0, 0.5);
  margin-top: 8px;
  padding: 2px 8px;
  font-size: 14px;
}



/*# sourceMappingURL=style.css.map*/