@charset "UTF-8";
html {
  box-sizing: border-box; }

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

/* Vendor */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

/* Config */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *	  without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *	  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	  `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  border-radius: 0; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Screen sizes */
/* Jamie screen size */
/* Neat Breakpoints */
/* Global settings */
/* Colours */
/* Blog filter colours */
/* Transitions and Animations */

@keyframes fa-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/*  Icon font */
@font-face {
  font-family: 'pataks-icons';
  src: url("../fonts/pataks-icons/pataks-icons.eot?92274950");
  src: url("../fonts/pataks-icons/pataks-icons.eot?92274950#iefix") format("embedded-opentype"), url("../fonts/pataks-icons/pataks-icons.woff2?92274950") format("woff2"), url("../fonts/pataks-icons/pataks-icons.woff?92274950") format("woff"), url("../fonts/pataks-icons/pataks-icons.ttf?92274950") format("truetype"), url("../fonts/pataks-icons/pataks-icons.svg?92274950#pataks-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pataks-bold';
  src: url("../fonts/pataks/Pataks-Bold.eot");
  src: url("../fonts/pataks/Pataks-Bold.eot") format("embedded-opentype"), url("../fonts/pataks/Pataks-Bold.woff") format("woff"), url("../fonts/pataks/Pataks-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pataks-bold-shadow';
  src: url("../fonts/pataks/Pataks-BoldShadow.eot");
  src: url("../fonts/pataks/Pataks-BoldShadow.eot") format("embedded-opentype"), url("../fonts/pataks/Pataks-BoldShadow.woff") format("woff"), url("../fonts/pataks/Pataks-BoldShadow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Font families and weights */
h1, h2, h3, h4 {
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h5, h6 {
  font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600; }

h1 {
  margin: 0 0 1.5rem;
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem; }

.our-story-page h1 {
  margin: 0;
  margin-top: 3rem; }

h2 {
  font-size: 1.625rem;
  margin: 2rem 0 1rem; }

h3 {
  font-size: 1.125rem; }

.smaller {
  display: block;
  font-size: 1rem;
  text-transform: none; }

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400; }
  p strong {
    font-weight: 600; }
  p.lead {
    font-size: 2rem;
    line-height: 2.375rem; }
    @media screen and (max-width: 480px) {
      p.lead {
        font-size: 1.25rem;
        line-height: 1.375rem; } }
  p.long {
    max-width: 48.75rem;
    margin: 0 auto; }

ol {
  font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ordered-counter; }
  ol li {
    font-weight: 400;
    margin-bottom: 1rem; }
    ol li:before {
      content: counter(ordered-counter, decimal);
      counter-increment: ordered-counter;
      margin-right: 5px;
      font-weight: 600; }

/* Components */
html {
  font-size: 16px;
  min-height: 100%; }
  @media screen and (max-width: 640px) {
    html {
      font-size: 14px; } }

body {
  position: relative;
  min-width: 320px;
  background: #ffffff;
  color: #6F326F;
  padding: 0 0 3rem;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
  overflow-x: hidden;
  background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
  font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  @media screen and (max-width: 1024px) {
    body {
      padding: 0; } }
  body.noscroll {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: 100%; }
  body .bold {
    font-weight: 600; }
  body .font-secondary {
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    body .font-secondary .bold {
      font-weight: 700; }
  body a, body button {
    transition: all 0.3s ease-in;
    color: #6F326F; }
    body a:hover, body button:hover {
      text-decoration: none; }
  body .header-mask {
    position: absolute;
    width: 0;
    height: 0; }

img {
  max-width: 100%;
  display: block;
  height: auto;
  max-height: 100%; }
  img.inline {
    display: inline-block; }
  img.full-width {
    width: 100%; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0 none;
  z-index: 1;
  padding: 0;
  margin: 0; }

.anchor_link {
  padding-top: 6rem; }

.per_100 {
  padding-bottom: 0.5rem; }

.content {
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1rem; }
  .content::after {
    clear: both;
    content: "";
    display: block; }
  .content:before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    width: calc(100% - 2rem);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 1024px) {
    .content {
      padding: 0;
      box-shadow: none; } }

.wrapper, .search-form {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto; }
  .wrapper::after, .search-form::after {
    clear: both;
    content: "";
    display: block; }
  .wrapper--grey {
    background: #ebebeb; }
  .wrapper.no-pad, .no-pad.search-form {
    padding-right: 0;
    padding-left: 0; }
  .wrapper__inner {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    text-align: center;
    padding-bottom: 3rem;
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem; }
    .wrapper__inner::after {
      clear: both;
      content: "";
      display: block; }
    .wrapper__inner.small-pad {
      padding-bottom: 1.5rem; }
    .wrapper__inner.redirect-error {
      text-align: center; }
      .wrapper__inner.redirect-error h1 {
        margin-bottom: 1.5rem; }
    .wrapper__inner.narrow {
      max-width: 1115px; }
    .wrapper__inner > p:first-of-type {
      max-width: 36.25rem;
      margin: 0 auto; }
      .wrapper__inner > p:first-of-type.long {
        max-width: 48.75rem; }
    .wrapper__inner--narrow {
      max-width: 780px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      padding: 1rem; }
      .wrapper__inner--narrow::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (max-width: 640px) {
        .wrapper__inner--narrow {
          padding-top: 0; } }
      .wrapper__inner--narrow h1.pad-bottom {
        margin-bottom: 2rem; }
      .wrapper__inner--narrow p {
        font-size: 1rem;
        line-height: 1.6rem; }
        .wrapper__inner--narrow p:first-of-type {
          max-width: none; }
      .wrapper__inner--narrow * + * {
        margin-top: 1.5rem; }
  .wrapper--article {
    padding-top: 3rem;
    font-size: 0.9375rem;
    line-height: 1.4rem;
    min-height: calc(100vh - 13.7rem); }
    .wrapper--article h3, .wrapper--article h4, .wrapper--article a {
      font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 600;
      text-transform: none; }
    .wrapper--article h1 {
      font-size: 1.875rem;
      margin-bottom: 0;
      line-height: 2.2rem; }
    .wrapper--article h4 {
      margin: 2rem 0 0.5rem; }
      .wrapper--article h4:first-of-type {
        margin-top: 0; }
    .wrapper--article ul, .wrapper--article ol {
      margin: 0.5rem 0 2rem;
      padding: 0 0 0 2rem;
      list-style-position: outside; }
    .wrapper--article ol {
      list-style-type: lower-alpha; }
      .wrapper--article ol ol {
        list-style-type: lower-roman; }
    .wrapper--article ul {
      list-style-type: disc; }
      .wrapper--article ul ul {
        list-style-type: circle; }
    .wrapper--article li {
      padding: 0;
      margin: 0;
      font-weight: 400; }
    .wrapper--article.with-breadcrumb h1 {
      padding-top: 0; }

.texture-bg {
  overflow: visible;
  background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; }
  .texture-bg .section__title h1, .texture-bg .section__title h2, .texture-bg .section__title p {
    color: #6F326F; }
  .texture-bg .section__title .decorated {
    border-image: url("../images/borders/border-dark.png") 16 19 round; }
  .texture-bg--purple {
    background: #6F326F url("../images/backgrounds/bg-texture-transparent-2.png") 0 0 repeat; }
    .texture-bg--purple .section__title h1, .texture-bg--purple .section__title h2, .texture-bg--purple .section__title p {
      color: #ffffff; }
    .texture-bg--purple .section__title .decorated {
      border-image: url("../images/borders/border-light.png") 16 19 round; }
  .texture-bg--cream {
    background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; }

.section__title {
  padding-top: 1rem;
  margin-bottom: 2rem;
  text-align: center; }

.mask {
  z-index: 2; }
  .mask svg {
    position: absolute;
    width: 0px;
    height: 0px; }
  .mask .border-mask {
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 2;
    -webkit-clip-path: url(#borderMask);
    clip-path: url(#borderMask);
    background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0px 20px repeat; }
    @media screen and (max-width: 1024px) {
      .mask .border-mask.hidden--mobile {
        display: none; } }

body.home .texture-bg--red {
  background: #cb224e url("../images/backgrounds/bg-texture-red.jpg") 0 0 repeat; }

body.home .texture-bg--green {
  background: #54a445 url("../images/backgrounds/bg-texture-green.jpg") 0 0 repeat; }
  @media (max-width: 767px) {
    body.home .texture-bg--green {
      padding-bottom: 40px; } }

body.home .texture-bg--orange {
  background: #f58e1b url("../images/backgrounds/bg-texture-orange.jpg") 0 0 repeat; }

body.home .texture-bg--oven-bake {
  background: transparent url(../images/backgrounds/bg-oven-bake-panel.png) center no-repeat;
  height: 835px;
  margin-top: -20px;
  margin-bottom: -20px;
  z-index: 1; }
  @media (max-width: 767px) {
    body.home .texture-bg--oven-bake {
      height: 100%;
      background: transparent; } }

.diamond {
  color: #ffffff;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 11.375rem;
  width: 18.4375rem;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .diamond:before {
    font-family: 'pataks-icons';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '\e809';
    color: rgba(83, 40, 76, 0.9);
    font-size: 11.375rem;
    z-index: -1; }
  .diamond:hover a, .diamond:hover button, .diamond:focus a, .diamond:focus button {
    color: #a996bd; }
  .diamond h3 {
    margin: 0.5rem 0; }
  .diamond a, .diamond button {
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0; }
    .diamond a:hover, .diamond a:focus, .diamond button:hover, .diamond button:focus {
      color: #a996bd; }
  .diamond__inner {
    vertical-align: middle;
    display: table-cell;
    height: 11.375rem;
    width: 18.4375rem; }
  .diamond--white {
    color: #53284c; }
    .diamond--white:before {
      color: rgba(255, 255, 255, 0.85); }
    .diamond--white:hover a, .diamond--white:hover button, .diamond--white:focus a, .diamond--white:focus button {
      color: #a03085; }
    .diamond--white a, .diamond--white button {
      color: #53284c; }
      .diamond--white a:hover, .diamond--white a:focus, .diamond--white button:hover, .diamond--white button:focus {
        color: #a03085; }

hr {
  margin: 1.5rem 0;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #e8e7eb;
  border-bottom-color: #d8d6dc; }

.flex {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .flex {
      display: block; } }

.product-col {
  width: 50%;
  position: relative;
  margin-right: 1rem;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); }
  .product-col + .product-col {
    margin-right: 0;
    margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    .product-col {
      margin-bottom: 2rem;
      margin-right: 1rem;
      width: 100%; }
      .product-col + .product-col {
        margin-left: 0; } }
  .product-col .btn {
    font-size: 1.125rem;
    padding: 1rem 0; }
    .product-col .btn:nth-child(2n) {
      margin-right: 0; }
    .product-col .btn:nth-child(2n+1) {
      clear: left; }

.follower-col {
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 640px) {
    .follower-col {
      height: auto !important;
      margin-bottom: 0;
      padding-bottom: 56.25%; } }
  .follower-col img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }

.separator-vert {
  width: 1px;
  background: #53284c;
  position: absolute;
  top: 1rem;
  right: 50%;
  left: 1rem; }

.styled-select {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  color: #6F326F;
  min-width: 60px; }
  .styled-select:after {
    font-family: 'FontAwesome';
    content: '\f078';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.6rem;
    height: 1rem;
    width: 2rem;
    text-align: center; }
  .styled-select select {
    background: transparent;
    border: 0 none;
    width: 140%;
    padding: 0.3125rem;
    display: block;
    height: 2rem;
    position: relative;
    z-index: 2;
    -webkit-appearance: none; }

span.styled-select {
  display: inline-block;
  border: 1px solid #53284c;
  vertical-align: middle;
  margin: -4px 5px 0; }
  span.styled-select:after {
    height: 2rem;
    line-height: 2rem;
    width: 1.5rem;
    background: #53284c;
    color: #ffffff;
    top: 0;
    margin-top: 0;
    font-size: 0.875rem; }

.contact_details {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 2rem; }
  @media screen and (max-width: 640px) {
    .contact_details {
      width: 100%;
      display: block; } }

.white {
  color: white; }

.decorated {
  position: relative;
  display: inline-block;
  padding-bottom: 2rem;
  font-size: 3.125rem;
  line-height: 1;
  padding-right: 4rem;
  padding-left: 4rem;
  border-style: solid;
  border-color: white;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 16px;
  border-left-width: 0; }
  @media screen and (max-width: 640px) {
    .decorated {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 480px) {
    .decorated {
      font-size: 1.75rem; } }
  .decorated.small {
    display: inline-block;
    font-size: 2.25rem; }
    @media screen and (max-width: 480px) {
      .decorated.small {
        font-size: 1.25rem;
        border-image: url("../images/borders/border-dark.png") 12 15 round;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 12px;
        border-left-width: 0; } }
  .decorated--light {
    border-image: url("../images/borders/border-light.png") 16 19 round !important;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 20px;
    border-left-width: 0; }

.text-shadow {
  position: relative;
  display: inline-block;
  padding-top: 0;
  margin-top: 2rem;
  z-index: 2; }
  .text-shadow:after, .text-shadow span:after {
    content: attr(data-text-shadow);
    font-family: 'pataks-bold-shadow', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    font-size: inherit;
    color: #54a445;
    pointer-events: none;
    z-index: -1; }
  .text-shadow span {
    display: inline-block;
    position: relative;
    font-weight: 600; }
    .text-shadow span:after {
      left: 0;
      right: 0;
      top: 0; }
    .text-shadow span.number {
      font-weight: 100;
      font-family: "cubano", sans-serif; }
      .text-shadow span.number:after {
        font-family: "cubano", sans-serif;
        color: transparent;
        -webkit-text-stroke: 2px #54a445;
        left: -3px;
        top: 2px; }
  .text-shadow.decorated:after {
    padding-right: 4rem;
    padding-left: 4rem; }
    @media screen and (max-width: 640px) {
      .text-shadow.decorated:after {
        padding-right: 0;
        padding-left: 0; } }

.edge-spice {
  position: absolute;
  width: 416px;
  height: 416px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0; }
  @media screen and (max-width: 1024px) {
    .edge-spice {
      width: 232px;
      height: 232px; } }
  .edge-spice.spice--red {
    background-image: url("../images/spices/spice-red.png");
    background-position: 100% 0%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .edge-spice.spice--red {
        background-image: url("../images/spices/spice-red_2x.png");
        background-size: auto 100%; } }
  .edge-spice.spice--yellow {
    background-image: url("../images/spices/spice-yellow.png");
    background-position: 0% 0%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .edge-spice.spice--yellow {
        background-image: url("../images/spices/spice-yellow_2x.png");
        background-size: auto 100%; } }
  @media screen and (max-width: 1024px) {
    .edge-spice.loc--home {
      display: none; } }
  .edge-spice.loc--home.spice--yellow {
    top: 0;
    left: 0;
    transform: translateY(-25%); }
  .edge-spice.loc--home.spice--red {
    top: 0;
    right: 0;
    transform: translateY(-50%); }
  .edge-spice.loc--category.spice--yellow, .edge-spice.loc--categories.spice--yellow {
    top: 0;
    left: 0;
    transform: translateY(100%); }
  .edge-spice.loc--category.spice--red, .edge-spice.loc--categories.spice--red {
    bottom: 0;
    right: 0;
    transform: translateY(-50%); }
  .edge-spice.loc--recipes.spice--yellow {
    top: 16px;
    left: 0; }
  .edge-spice.loc--recipes.spice--red {
    bottom: 16px;
    right: 0; }
  .edge-spice.loc--recipe.spice--yellow {
    bottom: 0;
    left: 0;
    transform: translateY(0%); }
  .edge-spice.loc--recipe.spice--red {
    bottom: 0;
    right: 0;
    transform: translateY(-50%); }
  .edge-spice.loc--product.spice--yellow {
    top: 16px;
    left: 0; }
  .edge-spice.loc--product.spice--red {
    top: 0;
    right: 0;
    transform: translateY(-50%); }
  .edge-spice.loc--jamie.spice--yellow {
    top: 0;
    left: 0;
    transform: translateY(-50%); }
  .edge-spice.loc--jamie.spice--red {
    top: 0;
    right: 0;
    transform: translateY(-50%); }
  .edge-spice.loc--inspirations.spice--yellow {
    top: 16px;
    left: 0; }
  .edge-spice.loc--inspirations.spice--red {
    bottom: 0;
    right: 0; }

.pad--top {
  padding-top: 2rem; }

.pad--bottom {
  padding-bottom: 2rem; }

.error-page {
  padding-top: 8rem !important; }

.check-font span.number {
  font-family: "cubano", sans-serif;
  font-weight: 100; }

section:first-of-type {
  padding-top: 6rem; }
  @media screen and (max-width: 1024px) {
    section:first-of-type {
      padding-top: 0; } }

.site-header {
  text-align: center;
  position: fixed;
  z-index: 8;
  width: 100%;
  max-height: 6rem;
  min-width: 320px;
  top: 0;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  /* Slim nav which appears on scroll */ }
  .site-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .site-header {
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .site-header__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; }
    @media screen and (max-width: 1024px) {
      .site-header__background {
        display: none; } }
    .site-header__background__inner {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; }
  .site-header a, .site-header button {
    color: #ffffff;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 6rem; }
    .site-header a:hover, .site-header a:focus, .site-header button:hover, .site-header button:focus {
      color: #D0378A; }
    .site-header a .fa, .site-header button .fa {
      padding-left: 5px; }
      @media screen and (max-width: 1024px) {
        .site-header a .fa, .site-header button .fa {
          padding: 0; } }
    @media screen and (max-width: 1024px) {
      .site-header a, .site-header button {
        line-height: 1; }
        .site-header a .label, .site-header button .label {
          display: none; } }
  .site-header__nav {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-height: 6rem;
    color: #ffffff;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
    display: -ms-flexbox;
    display: flex; }
    .site-header__nav::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1024px) {
      .site-header__nav {
        max-height: none;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        transition: all 0.4s ease-in;
        background: transparent; } }
    .site-header__nav > ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .site-header__nav > ul {
          border-right: 1px solid #a03085; } }
      .site-header__nav > ul > li {
        position: relative;
        font-size: 20px; }
        @media screen and (max-width: 1280px) {
          .site-header__nav > ul > li {
            font-size: 16px; } }
        @media screen and (max-width: 1024px) {
          .site-header__nav > ul > li {
            display: none;
            padding-right: 0;
            text-align: center; } }
        .site-header__nav > ul > li.active > a > span {
          padding-bottom: 0.5rem;
          border-image: url("../images/borders/border-light.png") 18 24 round;
          border-style: solid;
          border-color: white;
          border-top-width: 0;
          border-right-width: 0;
          border-bottom-width: 16px;
          border-left-width: 0; }
          @media screen and (max-width: 1024px) {
            .site-header__nav > ul > li.active > a > span {
              background: none;
              padding-bottom: 0; } }
    .site-header__nav__menu:first-child > li {
      padding-right: 3.5rem; }
      @media screen and (max-width: 1280px) {
        .site-header__nav__menu:first-child > li {
          padding-right: 2rem; } }
    .site-header__nav__menu:last-child > li {
      padding-left: 3.5rem; }
      @media screen and (max-width: 1280px) {
        .site-header__nav__menu:last-child > li {
          padding-left: 2rem; } }
    .site-header__nav__logo {
      height: 100%;
      position: relative;
      width: 210px; }
      @media screen and (max-width: 1024px) {
        .site-header__nav__logo {
          width: 100%; } }
      .site-header__nav__logo a {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        background-image: url("../images/logos/pataks-logo-pink-burst.png");
        position: relative;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 100%;
        line-height: 8rem;
        max-width: 210px;
        margin: 0.75rem auto 0; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .site-header__nav__logo a {
            background-image: url("../images/logos/pataks-logo-pink-burst_2x.png");
            background-size: auto 100%; } }
        .site-header__nav__logo a:hover, .site-header__nav__logo a:focus {
          color: #D0378A; }
        @media screen and (max-width: 1024px) {
          .site-header__nav__logo a {
            display: block;
            width: 100%;
            height: 106px;
            margin: 0.5rem auto 0.5rem;
            padding-bottom: 0;
            transition: all 0.4s ease-in-out;
            background-position: center; } }
        @media screen and (max-width: 480px) {
          .site-header__nav__logo a {
            height: 74px; } }
    .site-header__nav__menu {
      width: 40%; }
      @media screen and (max-width: 1024px) {
        .site-header__nav__menu {
          display: none; } }
      .site-header__nav__menu li {
        position: relative;
        display: inline-block;
        vertical-align: top; }
        .site-header__nav__menu li ul {
          opacity: 0;
          visibility: hidden;
          background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
          transition: opacity 0.2s ease-in, visibility 0s 0.2s;
          position: absolute;
          left: 0;
          top: calc(100% - 20px);
          width: 280px;
          text-align: left;
          padding: 0;
          margin: 0;
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
          z-index: 3; }
          @media screen and (max-width: 1024px) {
            .site-header__nav__menu li ul {
              display: none; } }
          .site-header__nav__menu li ul li {
            display: block;
            padding: 0; }
            .site-header__nav__menu li ul li:after {
              display: none; }
            .site-header__nav__menu li ul li:not(:last-child) {
              border-bottom: 1px solid #6F326F; }
            .site-header__nav__menu li ul li.has--corner a {
              padding: 0.1rem 0.5rem 0.1rem 0;
              background-image: url("../images/corners/corner--top-left--yellow.svg");
              background-size: 3em auto;
              background-repeat: no-repeat;
              display: table; }
              .site-header__nav__menu li ul li.has--corner a span,
              .site-header__nav__menu li ul li.has--corner a img {
                display: table-cell;
                vertical-align: middle; }
              .site-header__nav__menu li ul li.has--corner a img {
                max-height: 51px; }
            .site-header__nav__menu li ul li.sub--pink a {
              background-image: url("../images/corners/corner--top-left--pink.svg"); }
            .site-header__nav__menu li ul li.sub--orange a {
              background-image: url("../images/corners/corner--top-left--orange.svg"); }
            .site-header__nav__menu li ul li.sub--yellow a {
              background-image: url("../images/corners/corner--top-left--yellow.svg"); }
              .site-header__nav__menu li ul li.sub--yellow a img {
                padding: 3px; }
            .site-header__nav__menu li ul li.sub--green a {
              background-image: url("../images/corners/corner--top-left--green.svg"); }
            .site-header__nav__menu li ul li.sub--purple a {
              background-image: url("../images/corners/corner--top-left--purple.svg"); }
          .site-header__nav__menu li ul a {
            display: block;
            line-height: 1.2rem;
            text-transform: none;
            padding: 1rem 0.5rem;
            color: #6F326F; }
            .site-header__nav__menu li ul a:hover, .site-header__nav__menu li ul a:focus {
              color: #D0378A; }
            .site-header__nav__menu li ul a:after {
              content: "\f054";
              position: absolute;
              right: 1rem;
              top: 50%;
              font-weight: 400;
              transform: translateY(-50%);
              font-family: "FontAwesome"; }
        .site-header__nav__menu li:hover ul, .site-header__nav__menu li:focus ul {
          visibility: visible;
          opacity: 1;
          transition: opacity 0.2s ease-in; }
  .site-header__mobile {
    display: none;
    height: 0;
    padding: 1rem;
    pointer-events: none; }
    @media screen and (max-width: 1024px) {
      .site-header__mobile {
        position: absolute;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: center;
        width: 100%;
        z-index: 10; }
        .site-header__mobile button {
          width: 32px;
          font-size: 2rem;
          font-weight: 400;
          margin-left: 1rem;
          pointer-events: all; } }
  .site-header--slim .site-header__nav {
    padding: 0;
    border-bottom: 0 none; }
    @media screen and (max-width: 1024px) {
      .site-header--slim .site-header__nav {
        width: 100%;
        background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); } }
    .site-header--slim .site-header__nav a, .site-header--slim .site-header__nav button {
      line-height: 4.5rem; }
      @media screen and (max-width: 1024px) {
        .site-header--slim .site-header__nav a, .site-header--slim .site-header__nav button {
          line-height: 3rem; } }
    .site-header--slim .site-header__nav ul ul a {
      line-height: 1.2rem; }
      @media screen and (max-width: 1024px) {
        .site-header--slim .site-header__nav ul ul a {
          display: none; } }
    .site-header--slim .site-header__nav__logo a {
      line-height: 3.5rem;
      margin-top: 0.5rem;
      background-size: auto 100%; }
      .site-header--slim .site-header__nav__logo a:before {
        background-size: auto 82px !important;
        height: 100%; }
    @media screen and (max-width: 1024px) {
      .site-header--slim .site-header__nav__logo a {
        width: 128px;
        height: auto; } }

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(43, 12, 52, 0.8);
  color: #ffffff;
  z-index: 9;
  transform: translateX(100%); }
  .mobile-overlay__holder {
    height: 100%;
    width: calc(100% - 74px);
    max-width: 420px;
    background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
    min-height: 100%; }
  .mobile-overlay__inner {
    min-height: 100%;
    height: 100%;
    overflow: auto;
    position: relative; }
  .mobile-overlay__logo {
    height: 128px;
    width: 100%;
    padding: 1rem 1rem 0; }
    .mobile-overlay__logo a {
      display: block;
      height: 100%;
      background-image: url("../images/logos/pataks-logo-pink-burst.png");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 100%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .mobile-overlay__logo a {
          background-image: url("../images/logos/pataks-logo-pink-burst_2x.png");
          background-size: auto 100%; } }
  .mobile-overlay.active {
    transform: translateX(0); }
  .mobile-overlay #nav-mobile-close {
    position: fixed;
    right: 1rem;
    top: 1rem;
    color: #D0378A;
    background: #ffffff;
    border: 2px solid #D0378A;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 0; }
  .mobile-overlay button {
    background: transparent;
    border: 0 none;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1rem; }
    .mobile-overlay button.expand {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      height: 64px;
      width: 42px;
      line-height: 64px;
      text-align: center;
      font-size: 1.3rem;
      padding: 0; }
      .mobile-overlay button.expand + ul {
        background: #D0378A; }
  .mobile-overlay ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #a03085;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .mobile-overlay ul li {
      padding: 0;
      margin: 0;
      position: relative;
      list-style: none;
      border-bottom: 1px solid #a03085; }
      .mobile-overlay ul li a {
        padding: 1.5rem;
        color: #ffffff;
        text-decoration: none;
        display: block;
        font-size: 1.25rem; }
        .mobile-overlay ul li a.light-bulb {
          padding-right: 40px;
          display: inline-block;
          background-image: url("../images/recipes/light-bulb.svg");
          background-repeat: no-repeat;
          background-position: 100% 30%;
          background-size: 32px auto; }
      .mobile-overlay ul li ul {
        display: none;
        overflow: hidden;
        border: 0 none; }
        .mobile-overlay ul li ul li {
          background: #a03085;
          border-bottom: 0 none;
          border-top: 1px solid #53284c; }
  .mobile-overlay__social {
    padding: 3rem 1.5rem 2rem; }
    .mobile-overlay__social h5 {
      font-size: 1.125rem;
      text-transform: uppercase;
      margin: 0; }
    .mobile-overlay__social ul {
      display: -ms-flexbox;
      display: flex;
      border: none;
      margin-left: -1.5rem; }
      .mobile-overlay__social ul li {
        border: none; }
        .mobile-overlay__social ul li a {
          font-size: 2rem; }

.js .mobile-overlay {
  transition: 0.6s ease-in; }

.ie9 #nav-search-mobile, .ie9 #nav-search {
  display: none !important; }

.ie9 .site-header__nav ul > li:nth-child(4):after {
  display: none; }

.site-header__nav {
  max-width: 86rem; }

.breadcrumbs {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 12px;
  text-align: right;
  padding: 2em 0; }
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .breadcrumbs a {
    color: #6F326F;
    text-decoration: none;
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #a03085; }
  .breadcrumbs .divider {
    display: inline-block;
    margin: 0 1em; }

.site-footer {
  text-align: center;
  color: #6F326F;
  font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  z-index: 1;
  overflow: hidden;
  padding: 0 1rem;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto; }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .site-footer {
      padding: 0; } }
  @media screen and (max-width: 640px) {
    .site-footer {
      color: #ffffff; } }
  .site-footer__inner {
    position: relative;
    background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0px 20px repeat;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
    padding: 0 1rem; }
    @media screen and (max-width: 640px) {
      .site-footer__inner {
        background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; } }
  .site-footer a {
    color: #6F326F;
    text-decoration: none;
    display: block; }
    .site-footer a:hover, .site-footer a:focus {
      color: #a996bd; }
    @media screen and (max-width: 640px) {
      .site-footer a {
        color: #ffffff; } }
  .site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .site-footer ul li {
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        .site-footer ul li {
          display: block;
          text-align: left; } }
  @media screen and (max-width: 1024px) {
    .site-footer__nav {
      margin-bottom: 1em; } }
  @media screen and (max-width: 640px) {
    .site-footer__nav {
      margin-bottom: 0;
      padding: 1rem 2rem; } }
  .site-footer__nav__inner {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .site-footer__nav__inner::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1024px) {
      .site-footer__nav__inner {
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .site-footer__nav li {
    position: relative; }
    .site-footer__nav li a {
      font-size: 1.5rem;
      padding: 3rem 0; }
      @media screen and (max-width: 1024px) {
        .site-footer__nav li a {
          padding: 1rem 0; } }
      @media screen and (max-width: 640px) {
        .site-footer__nav li a {
          border-bottom: 1px solid #ffffff;
          font-size: 1.25rem; } }
    .site-footer__nav li:not(:last-child) {
      padding-right: 2rem;
      margin-right: 2rem; }
      @media screen and (max-width: 640px) {
        .site-footer__nav li:not(:last-child) {
          padding-right: 0;
          margin-right: 0; } }
      .site-footer__nav li:not(:last-child) a {
        position: relative; }
        .site-footer__nav li:not(:last-child) a:after {
          content: "|";
          font-size: 1.375rem;
          color: #D0378A;
          text-align: center;
          position: absolute;
          right: -2rem;
          top: 50%;
          transform: translate(50%, -50%); }
          @media screen and (max-width: 640px) {
            .site-footer__nav li:not(:last-child) a:after {
              display: none; } }
  .site-footer__nav__logo {
    height: 100%;
    position: relative;
    width: 204px; }
    @media screen and (max-width: 1024px) {
      .site-footer__nav__logo {
        margin-bottom: 1em;
        width: 100%; } }
    .site-footer__nav__logo a {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background-image: url("../images/logos/pataks-logo.png");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain !important;
      line-height: 5.5rem;
      margin-top: 1em; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .site-footer__nav__logo a {
          background-image: url("../images/logos/pataks-logo_2x.png");
          background-size: 87px 56px; } }
      .site-footer__nav__logo a:hover, .site-footer__nav__logo a:focus {
        opacity: 0.8; }
      @media screen and (max-width: 640px) {
        .site-footer__nav__logo a {
          background-image: url("../images/logos/pataks-logo-pink-burst.png");
          background-size: contain !important;
          background-position: center;
          line-height: 6.625rem; } }
  @media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (max-width: 640px) and (min-resolution: 125dpi), only screen and (max-width: 640px) and (min-resolution: 1.3dppx) {
    .site-footer__nav__logo a {
      background-image: url("../images/logos/pataks-logo-pink-burst_2x.png");
      background-size: 165px 106px; } }
  .site-footer__nav__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .site-footer__nav__menu {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .site-footer__nav__menu {
        display: block;
        border-image: url("../images/borders/border-white.png") 16 22 round;
        border-style: solid;
        border-color: white;
        border-top-width: 16px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        padding-top: 1rem !important;
        margin-top: 1rem !important; } }
  @media screen and (max-width: 640px) {
    .site-footer__social {
      padding: 2rem 2rem 1rem;
      text-align: left; } }
  .site-footer__social__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto; }
    .site-footer__social__icons::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 640px) {
      .site-footer__social__icons {
        display: block; } }
    .site-footer__social__icons h5 {
      font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 1.125rem;
      margin: auto 1rem auto 0;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        .site-footer__social__icons h5 {
          margin: 0 0 1rem; } }
    @media screen and (max-width: 640px) {
      .site-footer__social__icons ul li {
        display: inline-block;
        text-align: left; }
        .site-footer__social__icons ul li.title {
          display: block; } }
    .site-footer__social__icons li {
      vertical-align: middle; }
      .site-footer__social__icons li a {
        font-size: 2.5rem;
        line-height: 2.5em;
        margin: 0 0.25em; }
  @media screen and (max-width: 640px) {
    .site-footer__legal {
      background: transparent;
      color: #6F326F;
      padding: 2rem; } }
  .site-footer__legal__links {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    color: #6F326F;
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400; }
    .site-footer__legal__links::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 640px) {
      .site-footer__legal__links {
        margin-bottom: 4rem; } }
    .site-footer__legal__links ul li:not(:last-child) {
      padding-right: 2rem;
      margin-right: 2rem; }
      @media screen and (max-width: 640px) {
        .site-footer__legal__links ul li:not(:last-child) {
          padding-right: 0;
          margin-right: 0; } }
      .site-footer__legal__links ul li:not(:last-child) a {
        position: relative; }
        .site-footer__legal__links ul li:not(:last-child) a:after {
          content: "|";
          font-size: 1.375rem;
          color: #D0378A;
          text-align: center;
          position: absolute;
          right: -2rem;
          top: 50%;
          transform: translate(50%, -50%); }
          @media screen and (max-width: 640px) {
            .site-footer__legal__links ul li:not(:last-child) a:after {
              display: none; } }
    .site-footer__legal__links ul li a {
      color: #6F326F;
      padding: 1rem 0;
      margin: 0;
      font-size: 1.25rem; }
      .site-footer__legal__links ul li a:hover, .site-footer__legal__links ul li a:focus {
        color: #a996bd; }
      @media screen and (max-width: 640px) {
        .site-footer__legal__links ul li a {
          font-size: 1rem;
          color: #ffffff;
          border-bottom: 1px solid #ffffff; } }
  .site-footer__legal__text {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1em; }
    .site-footer__legal__text::after {
      clear: both;
      content: "";
      display: block; }
    .site-footer__legal__text p {
      color: #6F326F;
      font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        .site-footer__legal__text p {
          font-size: 1rem;
          color: #ffffff; } }
  .site-footer__corner {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 350px;
    z-index: 0; }
    @media screen and (max-width: 1440px) {
      .site-footer__corner {
        width: 280px; } }
    @media screen and (max-width: 850px) {
      .site-footer__corner {
        width: 180px; } }
    @media screen and (max-width: 640px) {
      .site-footer__corner {
        width: 0px; } }
    .site-footer__corner:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: url("../images/corners/corner--bottom-right.svg");
      background-size: contain;
      background-repeat: no-repeat;
      padding-top: 58.5%;
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 640px) {
        .site-footer__corner:after {
          content: none; } }

.banner {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center; }
  .banner__background-inner,
  .banner__background picture,
  .banner__background img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .banner__background img {
    object-fit: cover;
    object-position: center top; }
  .banner__background-inner {
    background-size: cover;
    background-position: center; }
  .banner.large {
    padding-top: calc(398/1298 * 100%); }
    .banner.large .banner__text {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 8vw;
      padding-right: 24vw;
      padding-bottom: 4rem; }
      .banner.large .banner__text h1, .banner.large .banner__text h2, .banner.large .banner__text h3 {
        color: #ffffff;
        font-size: 5.625rem; }
        @media screen and (max-width: 1280px) {
          .banner.large .banner__text h1, .banner.large .banner__text h2, .banner.large .banner__text h3 {
            font-size: 4rem; } }
        @media screen and (max-width: 1024px) {
          .banner.large .banner__text h1, .banner.large .banner__text h2, .banner.large .banner__text h3 {
            font-size: 2.625rem; } }
    @media screen and (max-width: 1024px) {
      .banner.large {
        padding-top: calc(520/1024 * 100%); } }
    @media screen and (max-width: 640px) {
      .banner.large {
        padding-top: calc(628/768 * 100%); } }
  .banner.small {
    padding-top: calc(398/1298 * 100%); }
    @media screen and (max-width: 1024px) {
      .banner.small {
        padding-top: calc(520/1024 * 100%); } }
    @media screen and (max-width: 767px) {
      .banner.small {
        padding-top: 50%; } }
  .banner.has-corner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 58.25%;
    background-image: url("../images/corners/corner--top-left--pink.svg");
    background-repeat: no-repeat;
    width: 320px; }
    @media screen and (max-width: 767px) {
      .banner.has-corner:after {
        width: 40%; } }

.cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  z-index: 10;
  background: #a03085;
  background: rgba(106, 89, 139, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  line-height: 1.5rem; }
  .cookie-notice a {
    color: #ffffff;
    text-decoration: underline; }
  .cookie-notice__inner {
    display: inline-block;
    width: 86%;
    margin: 0 auto; }
    .cookie-notice__inner .fa {
      vertical-align: text-bottom; }
  .cookie-notice .fa {
    font-size: 1.5rem; }

#cookie-close {
  float: right;
  text-decoration: none;
  background: transparent;
  border: 0 none;
  color: #ffffff; }

.icon {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  line-height: 1em; }
  .icon:before {
    font-family: "pataks-icons";
    font-size: 2rem; }
  .icon:after {
    font-family: "pataks-icons"; }
  .icon.diamond__inner h3 {
    margin: 1rem auto 0.5rem;
    max-width: 14.375rem; }
  .icon.diamond__inner:before, .icon.triangle-top:before {
    position: absolute;
    top: 2.3rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .icon--insta:before {
    font-family: "FontAwesome";
    content: "\f16d";
    top: 1.75rem; }
  .icon--chilli {
    display: inline-block;
    background-image: url("../images/icons/spice-full.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% / 3);
    height: 70%; }
    .icon--chilli--off {
      background-image: url("../images/icons/spice-empty.svg"); }
  .icon--star, .icon--star-o {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% / 3);
    height: 58%; }
  .icon--star {
    background-image: url("../images/icons/star-full.svg"); }
  .icon--star-o {
    background-image: url("../images/icons/star-empty.svg"); }
  .icon--bridge:before {
    content: "\e804"; }
  .icon--bowl:before {
    content: "\e803";
    fill: #ffffff; }
  .icon--bowl-leaf:before {
    content: "\e801";
    fill: #ffffff; }
  .icon--pot:before {
    content: "";
    background: url(../images/icons/sauces.svg) 50% no-repeat;
    width: 40px;
    height: 41px;
    background-size: 100%;
    display: block;
    margin: 0 auto; }
  .icon--bake:before {
    content: "";
    background: url(../images/icons/bake.png) 50% no-repeat;
    width: 40px;
    height: 60px;
    background-size: 100%;
    display: block;
    margin: 0 auto; }
  .icon--meal-kits:before {
    content: "";
    background: url(../images/icons/kits.png) 50% no-repeat;
    width: 40px;
    height: 76px;
    background-size: 100%;
    display: block;
    margin: 0 auto; }
  .icon--peppers:before {
    content: "\e806";
    fill: #ffffff; }
  .icon--bread:before {
    content: "\e800";
    fill: #ffffff; }
  .icon--plate:before {
    content: "\e805";
    fill: #ffffff;
    font-size: 2.5rem; }
  .icon--pan:before {
    content: "\e808";
    fill: #ffffff;
    font-size: 2.5rem; }
  .icon--diamond {
    height: 2rem;
    margin: 1rem 0; }
    .icon--diamond:before, .icon--diamond:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
    .icon--diamond:before {
      content: "\e80a";
      font-size: 3rem; }
    .icon--diamond:after {
      color: #ffffff;
      font-size: 1.6rem; }
    .icon--diamond-pot:before {
      color: #e9506c; }
    .icon--diamond-pot:after {
      content: "";
      background: url(../images/icons/sauces.svg) 50% no-repeat;
      width: 30px;
      height: 31px;
      left: 50%;
      top: -35%;
      background-size: 100%;
      transform: translateX(-50%); }
      @media (max-width: 640px) {
        .icon--diamond-pot:after {
          background-size: 80%;
          top: -40%; } }
    .icon--diamond-peppers:before {
      color: #bde83a; }
    .icon--diamond-peppers:after {
      content: "\e806";
      padding-left: 3px; }
    .icon--diamond-bowl:before {
      color: #fbc03b; }
    .icon--diamond-bowl:after {
      content: "\e803";
      font-size: 1.7rem; }
    .icon--diamond-bread:before {
      color: #fbc03b; }
    .icon--diamond-bread:after {
      content: "\e800";
      padding-right: 3px; }
    .icon--diamond-bake:before {
      color: #e86219; }
    .icon--diamond-bake:after {
      content: "";
      background-image: url("/build/images/icons/bake.png");
      height: 31px;
      background-position: top center;
      background-repeat: no-repeat;
      top: -8px; }
    .icon--diamond-pastes:before {
      color: #fbc03b; }
    .icon--diamond-pastes:after {
      content: "";
      background-image: url("/build/images/icons/pastes.png");
      height: 35px;
      background-position: top center;
      background-repeat: no-repeat;
      top: -10px;
      left: -1px; }
    .icon--diamond-meal-kit:before {
      color: #32ddc4; }
    .icon--diamond-meal-kit:after {
      content: "";
      background-image: url("/build/images/icons/kits.png");
      height: 31px;
      background-position: top center;
      background-repeat: no-repeat;
      top: -5px; }
  .icon--search a:after {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    padding-left: 0.5em;
    content: "\f002"; }

.triangle-top {
  position: relative;
  height: 7rem;
  font-size: 7rem;
  line-height: 7rem; }
  @media screen and (max-width: 480px) {
    .triangle-top {
      display: none; } }
  .triangle-top:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #53284c;
    font-family: "pataks-icons";
    content: "\e80b";
    z-index: 1;
    text-align: center; }
  .triangle-top .icon {
    height: 100%;
    line-height: 3rem;
    z-index: 2;
    color: #ffffff; }
  .triangle-top.pull-up {
    overflow: hidden; }
    .triangle-top.pull-up:before {
      top: -22px; }
      @media screen and (max-width: 640px) {
        .triangle-top.pull-up:before {
          top: -8px; } }
    .triangle-top.pull-up .icon {
      line-height: 1.2rem; }

.btn {
  display: inline-block;
  background: #D0378A;
  color: #ffffff;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  text-decoration: none;
  border: 0 none;
  padding: 1rem 3rem; }
  .btn:hover, .btn:focus {
    background: #6F326F; }

.our-story {
  position: relative;
  background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
  color: #ffffff; }
  .our-story__overlay {
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-bottom: 2rem; }
    @media screen and (max-width: 400px) {
      .our-story__overlay {
        background-size: 71%, 210%; } }

.insta-grid {
  position: relative;
  overflow: hidden;
  padding-top: 55%; }
  .insta-grid::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 480px) {
    .insta-grid {
      display: none; } }
  .insta-grid__inner {
    position: absolute;
    top: 0;
    left: -5%;
    z-index: 1;
    width: 110.2%; }
  .insta-grid__overlay {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .insta-grid__overlay::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 640px) {
      .insta-grid__overlay {
        background-size: contain; } }
  .insta-grid img {
    display: block;
    float: left;
    width: 16.66%;
    transition: all 0.3s ease-in; }
  @media screen and (max-width: 850px) {
    .insta-grid {
      padding-top: 66%; }
      .insta-grid img {
        width: 20%; } }
  @media screen and (max-width: 767px) {
    .insta-grid {
      padding-top: 82.6%; }
      .insta-grid img {
        width: 25%; } }
  @media screen and (max-width: 480px) {
    .insta-grid {
      padding-top: 73.5%; }
      .insta-grid img {
        width: 33.33%; } }
  @media screen and (max-width: 320px) {
    .insta-grid {
      width: 100%;
      margin-left: 0;
      padding-top: 100%; }
      .insta-grid img {
        width: 50%; } }

.complimentary-products .section__title h2 {
  text-transform: none;
  margin-top: 1rem;
  color: #6F326F;
  border-image-source: url("../images/borders/border-light.png") !important;
  display: inline-block;
  padding: 0 0 1rem; }

.complimentary-products .cards-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }

.complimentary-products .card {
  display: inline-block;
  float: none;
  margin-bottom: 1rem; }

.banner-slider {
  position: relative;
  background: #53284c; }
  .banner-slider__slide {
    background: #53284c;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 620px; }
    @media screen and (max-width: 1024px) {
      .banner-slider__slide {
        padding-top: 520px; } }
    @media screen and (max-width: 767px) {
      .banner-slider__slide {
        padding-top: 320px; } }
    .banner-slider__slide__inner {
      background: url("../images/backgrounds/bg-mandala.png") center center no-repeat;
      position: absolute;
      z-index: 1;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 480px) {
        .banner-slider__slide__inner {
          background-size: contain; } }
      .banner-slider__slide__inner.active .video__cta {
        display: none; }
      .banner-slider__slide__inner.active .video__logo {
        transform: translate(-50%, -50%) scale(8);
        opacity: 0; }
      .banner-slider__slide__inner.active .corner--left {
        left: 0; }
        .banner-slider__slide__inner.active .corner--left:before {
          transform: rotate(150deg) translateY(75%); }
        .banner-slider__slide__inner.active .corner--left:after {
          transform: rotate(-150deg) translateY(-75%); }
      .banner-slider__slide__inner.active .corner--right:before {
        transform: rotate(-150deg) translateY(75%); }
      .banner-slider__slide__inner.active .corner--right:after {
        transform: rotate(150deg) translateY(-75%); }
      .banner-slider__slide__inner .corner {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        pointer-events: none;
        z-index: 3; }
        .banner-slider__slide__inner .corner:after, .banner-slider__slide__inner .corner:before {
          content: '';
          position: absolute;
          width: 128%;
          height: 100%;
          background-color: #6F326F;
          transform-origin: 50% 50%;
          box-shadow: 0px 0px 30px 40px #6F326F;
          transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
        .banner-slider__slide__inner .corner--left {
          left: 0; }
          .banner-slider__slide__inner .corner--left:before {
            left: -20%;
            top: 0;
            transform: rotate(150deg);
            transform-origin: 50% 0%; }
          .banner-slider__slide__inner .corner--left:after {
            left: -20%;
            bottom: 0;
            transform: rotate(-150deg);
            transform-origin: 50% 100%; }
        .banner-slider__slide__inner .corner--right {
          right: -20%; }
          .banner-slider__slide__inner .corner--right:before {
            right: 0;
            top: 0;
            transform: rotate(-150deg);
            transform-origin: 50% 0%; }
          .banner-slider__slide__inner .corner--right:after {
            right: 0;
            bottom: 0;
            transform: rotate(150deg);
            transform-origin: 50% 100%; }

.video__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-image: url("../images/logos/pataks-logo.png");
  width: 420px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: 50% 50%;
  pointer-events: none; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .video__logo {
      background-image: url("../images/logos/pataks-logo_2x.png");
      background-size: contain; } }

.video__cta {
  color: #ffffff;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4; }
  .video__cta:hover .vid-play-icon {
    opacity: 0.8; }
  .video__cta button {
    padding: 0;
    margin: 0;
    border: 0 none;
    background: transparent; }
  .video__cta .vid-play-icon {
    position: relative;
    margin: 0;
    opacity: 1;
    transition: all 0.3s ease-in;
    border-radius: 50%;
    background: #ffffff;
    width: 92px;
    height: 92px; }
    .video__cta .vid-play-icon:after {
      content: "\f04b";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "FontAwesome";
      font-size: 46px;
      line-height: 1;
      color: #D0378A;
      opacity: 1;
      padding-left: 4px; }
  .video__cta h1, .video__cta h2, .video__cta h3 {
    font-size: 1.875rem;
    text-transform: none;
    margin: 0;
    font-weight: 700;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .video__cta p {
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0; }

h1.solo {
  font-size: 1.875rem;
  text-transform: none;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.story-slider {
  padding: 1rem 0; }
  .story-slider__slide {
    position: relative;
    margin-bottom: 2rem; }
    .story-slider__slide__inner {
      max-width: 780px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .story-slider__slide__inner::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (max-width: 850px) {
        .story-slider__slide__inner {
          max-width: 700px;
          margin-left: auto;
          margin-right: auto; }
          .story-slider__slide__inner::after {
            clear: both;
            content: "";
            display: block; } }
      .story-slider__slide__inner__text {
        background: #ffffff;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        max-width: 360px;
        width: 100%;
        padding: 2rem;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .story-slider__slide__inner__text {
            background: transparent;
            position: relative;
            top: auto;
            right: auto;
            transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            margin: 0 auto;
            max-width: 400px; } }
      @media screen and (max-width: 767px) {
        .story-slider__slide__inner img {
          margin: 0 auto; } }
    .story-slider__slide p {
      padding: 0;
      margin: 0;
      font-size: 1rem; }

.video-wrap {
  position: relative;
  height: 100%; }
  @media screen and (max-width: 480px) {
    .video-wrap {
      height: 300px; } }
  .video-wrap.hidden {
    display: none; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-wrap video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 400px;
    width: auto; }
    @media screen and (max-width: 480px) {
      .video-wrap video {
        height: 300px; } }
    .video-wrap video::-webkit-media-controls {
      display: none !important; }
    .video-wrap video::-webkit-media-controls-panel, .video-wrap video::--webkit-media-controls-play-button, .video-wrap video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none; }

.afterglow-lightbox-wrapper .cover {
  background: rgba(43, 12, 52, 0.8) !important; }

/* Loading icon */
.slick-loading .slick-list:before {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  animation: fa-spin 1s steps(8) infinite;
  color: #ffffff;
  text-shadow: 0 0 2px #53284c;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  line-height: 4rem;
  margin: -2rem 0 0 -2rem; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 64px;
  width: 64px;
  display: block;
  border-radius: 50%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  z-index: 1;
  background: #ffffff; }
  @media screen and (max-width: 850px) {
    .slick-prev,
    .slick-next {
      height: 42px;
      width: 42px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      color: #a03085; }
    .slick-prev:hover:after, .slick-prev:focus:after,
    .slick-next:hover:after,
    .slick-next:focus:after {
      opacity: 0.7; }
  .slick-prev.slick-disabled:after,
  .slick-next.slick-disabled:after {
    opacity: 0.4; }
  .slick-prev:after,
  .slick-next:after {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    background: transparent;
    color: #D0378A;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 850px) {
      .slick-prev:after,
      .slick-next:after {
        font-size: 18px; } }

.slick-prev {
  left: 0;
  transform: translate(-75%, -50%);
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .slick-prev {
      transform: translate(-25%, -50%); } }
  .slick-prev:after {
    content: "";
    display: inline-block;
    transform: rotate(180deg); }

.slick-next {
  right: 0;
  text-align: center;
  padding-right: 0;
  padding-left: 0.5rem;
  transform: translate(75%, -50%); }
  @media screen and (max-width: 1280px) {
    .slick-next {
      transform: translate(25%, -50%); } }
  @media screen and (max-width: 850px) {
    .slick-next {
      padding-left: 0.25rem; } }
  .slick-next:after {
    content: "";
    display: inline-block; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 1rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 0.625rem;
    width: 0.625rem;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        font-family: "FontAwesome";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        background-color: #6F326F;
        opacity: 0.4;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          content: '';
          background-color: #6F326F;
          opacity: 0.7; }
    .slick-dots li.slick-active button:before {
      background-color: #6F326F;
      opacity: 1; }

.slick-disabled {
  opacity: 0; }

.carousel {
  opacity: 0;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
  padding: 0 1rem 1rem; }
  .carousel.is--visible {
    opacity: 1; }
  .carousel.carousel--recipes .slick-prev,
  .carousel.carousel--recipes .slick-next {
    position: absolute;
    top: 33%; }
  .carousel.carousel--recipes .slick-dots li button:before {
    background-color: #ffffff;
    opacity: 0.4; }
  .carousel.carousel--recipes .slick-dots li button:hover, .carousel.carousel--recipes .slick-dots li button:focus {
    outline: none; }
    .carousel.carousel--recipes .slick-dots li button:hover:before, .carousel.carousel--recipes .slick-dots li button:focus:before {
      content: '';
      background-color: #ffffff;
      opacity: 0.7; }
  .carousel.carousel--recipes .slick-dots li.slick-active button:before {
    background-color: #ffffff;
    opacity: 1; }

.inspiration-slider {
  padding: 3rem 0 0; }
  .inspiration-slider .slick-dots {
    bottom: 0; }
    .inspiration-slider .slick-dots li button:before {
      background-color: #ffffff;
      opacity: 0.4; }
    .inspiration-slider .slick-dots li button:hover, .inspiration-slider .slick-dots li button:focus {
      outline: none; }
      .inspiration-slider .slick-dots li button:hover:before, .inspiration-slider .slick-dots li button:focus:before {
        content: '';
        background-color: #ffffff;
        opacity: 0.7; }
    .inspiration-slider .slick-dots li.slick-active button:before {
      background-color: #ffffff;
      opacity: 1; }

.cards-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 5em;
  margin: 2em 0 0;
  font-size: 1.2rem; }
  .cards-wrap.autofit {
    margin-bottom: 2em; }
    .cards-wrap.autofit .gutter-sizer {
      width: 2.35765%; }
    .cards-wrap.autofit .card {
      margin-right: 0 !important;
      margin-bottom: 0 !important; }
  .cards-wrap.no-pad {
    margin: 0;
    padding: 0; }
  .cards-wrap.centred {
    text-align: center; }
    .cards-wrap.centred .card {
      display: inline-block;
      float: none; }
  .cards-wrap.aa-dataset-recipes, .cards-wrap.aa-dataset-products, .cards-wrap.aa-dataset-pages {
    display: block; }

.card-table {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%; }

.add-elipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.card,
.aa-suggestion {
  color: #6F326F;
  text-align: left;
  margin-bottom: 2em;
  position: relative;
  width: calc(100% / 3);
  padding: 0 1rem; }
  @media screen and (max-width: 1024px) {
    .card,
    .aa-suggestion {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .card,
    .aa-suggestion {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .card,
    .aa-suggestion {
      padding: 0; } }
  .card h2,
  .card h3,
  .card h4,
  .card h5,
  .card p,
  .aa-suggestion h2,
  .aa-suggestion h3,
  .aa-suggestion h4,
  .aa-suggestion h5,
  .aa-suggestion p {
    text-transform: none;
    margin: 0;
    padding: 0; }
  .card h2,
  .aa-suggestion h2 {
    font-size: 1.0625rem;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 700; }
  .card h3,
  .aa-suggestion h3 {
    font-size: 1em;
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600; }
  .card h5,
  .aa-suggestion h5 {
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 0 0.3em; }
  .card a,
  .aa-suggestion a {
    text-decoration: none;
    color: #6F326F; }
    .card a:focus,
    .aa-suggestion a:focus {
      color: #a03085; }
  .card .read-more,
  .aa-suggestion .read-more {
    display: inline-block;
    background-color: #D0378A;
    color: white;
    margin: 0 auto;
    padding: 0.75rem;
    font-size: 16px;
    font-weight: 400;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center; }
    .card .read-more .fa,
    .aa-suggestion .read-more .fa {
      margin-left: 0.4em;
      font-size: 16px;
      font-weight: 400; }
    @media screen and (max-width: 1280px) {
      .card .read-more,
      .aa-suggestion .read-more {
        font-size: 0.875rem; }
        .card .read-more .fa,
        .aa-suggestion .read-more .fa {
          font-size: 0.875rem; } }
  .card .half,
  .aa-suggestion .half {
    display: table-cell;
    width: 50%;
    background: #53284c;
    vertical-align: middle;
    text-align: center; }
    .card .half:first-child,
    .aa-suggestion .half:first-child {
      border-right: 1px solid #a03085; }
    .card .half a,
    .aa-suggestion .half a {
      display: block;
      width: 100%;
      color: #ffffff;
      font-size: 9px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 1em 0.5em; }
      .card .half a:hover, .card .half a:focus,
      .aa-suggestion .half a:hover,
      .aa-suggestion .half a:focus {
        text-decoration: none;
        background: #a03085; }
  .card .new,
  .aa-suggestion .new {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("../images/ribbon.png") bottom right no-repeat;
    width: 65px;
    height: 65px;
    z-index: 2; }
  .card__img,
  .aa-suggestion__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 60%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .card__img.spice-pastes,
    .aa-suggestion__img.spice-pastes {
      background-image: url("../images/products/bg-pastes.jpg"); }
    .card__img.chutneys-and-pickles,
    .aa-suggestion__img.chutneys-and-pickles {
      background-image: url("../images/products/bg-chutneys.jpg"); }
    .card__img.sauces, .card__img.cooking-sauces,
    .aa-suggestion__img.sauces,
    .aa-suggestion__img.cooking-sauces {
      background-image: url("../images/products/bg-sauces.jpg"); }
    .card__img.breads-and-pappadums,
    .aa-suggestion__img.breads-and-pappadums {
      background-image: url("../images/products/bg-breads.jpg"); }
    .card__img.meal-kits,
    .aa-suggestion__img.meal-kits {
      background-image: url("../images/products/bg-mealkits.png");
      background-color: #FBEBD6;
      background-size: contain; }
      .card__img.meal-kits:after,
      .aa-suggestion__img.meal-kits:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #d0378a;
        background: radial-gradient(circle, #d0378a 0%, rgba(208, 55, 138, 0) 60%);
        z-index: 0; }
      .card__img.meal-kits img,
      .aa-suggestion__img.meal-kits img {
        z-index: 1; }
    .card__img.oven-bakes,
    .aa-suggestion__img.oven-bakes {
      background-image: url("../images/products/bg-ovenbake.jpg");
      background-color: #bd4902; }
    .card__img--product img,
    .aa-suggestion__img--product img {
      max-width: 98%;
      display: inline; }
    .card__img--product-medium .overlay, .card__img--product-large .overlay,
    .aa-suggestion__img--product-medium .overlay,
    .aa-suggestion__img--product-large .overlay {
      height: 100%; }
    .card__img--product-medium.spice-pastes, .card__img--product-large.spice-pastes,
    .aa-suggestion__img--product-medium.spice-pastes,
    .aa-suggestion__img--product-large.spice-pastes {
      background-image: url("../images/products/bg-pastes-large.jpg"); }
    .card__img--product-medium.chutneys-and-pickles, .card__img--product-large.chutneys-and-pickles,
    .aa-suggestion__img--product-medium.chutneys-and-pickles,
    .aa-suggestion__img--product-large.chutneys-and-pickles {
      background-image: url("../images/products/bg-chutneys-large.jpg"); }
    .card__img--product-medium.sauces, .card__img--product-medium.cooking-sauces, .card__img--product-large.sauces, .card__img--product-large.cooking-sauces,
    .aa-suggestion__img--product-medium.sauces,
    .aa-suggestion__img--product-medium.cooking-sauces,
    .aa-suggestion__img--product-large.sauces,
    .aa-suggestion__img--product-large.cooking-sauces {
      background-image: url("../images/products/bg-sauces-large.jpg"); }
    .card__img--product-medium.breads-and-pappadums, .card__img--product-large.breads-and-pappadums,
    .aa-suggestion__img--product-medium.breads-and-pappadums,
    .aa-suggestion__img--product-large.breads-and-pappadums {
      background-image: url("../images/products/bg-breads-large.jpg"); }
    .card__img--product-medium.meal-kits, .card__img--product-large.meal-kits,
    .aa-suggestion__img--product-medium.meal-kits,
    .aa-suggestion__img--product-large.meal-kits {
      background-image: url("../images/products/bg-mealkits-large.png"); }
    .card__img--product-medium.oven-bakes, .card__img--product-large.oven-bakes,
    .aa-suggestion__img--product-medium.oven-bakes,
    .aa-suggestion__img--product-large.oven-bakes {
      background-image: url("../images/products/bg-ovenbakes-large.jpg"); }
    .card__img--product-large,
    .aa-suggestion__img--product-large {
      display: block;
      width: 100%;
      padding: 0;
      /*
			position: absolute;
			bottom: 0;
			left: 0;
*/ }
      .card__img--product-large:hover, .card__img--product-large:focus,
      .aa-suggestion__img--product-large:hover,
      .aa-suggestion__img--product-large:focus {
        opacity: 1; }
    .card__img--recipe,
    .aa-suggestion__img--recipe {
      display: block;
      width: 100%;
      padding-bottom: 51%; }
    .card__img--search,
    .aa-suggestion__img--search {
      padding-top: 51%; }
      @media screen and (max-width: 767px) {
        .card__img--search,
        .aa-suggestion__img--search {
          padding-top: 28%; } }
      .card__img--search .overlay,
      .aa-suggestion__img--search .overlay {
        height: 100%; }
      .card__img--search img,
      .aa-suggestion__img--search img {
        margin: 0 auto;
        padding: 0.5rem 0;
        width: auto; }
  .card__text,
  .aa-suggestion__text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 67%;
    background: #ffffff; }
    @media screen and (max-width: 1024px) {
      .card__text,
      .aa-suggestion__text {
        padding: 1rem; } }
    .card__text__desc,
    .aa-suggestion__text__desc {
      font-size: 0.8125rem;
      font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 400;
      padding: 0.5rem 0 0.75rem; }
      .card__text__desc h2,
      .aa-suggestion__text__desc h2 {
        border-image: url("../images/borders/border-dark.png") 16 19 round;
        border-style: solid;
        border-color: white;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 10px;
        border-left-width: 0;
        padding-bottom: 1rem; }
      @media screen and (max-width: 640px) {
        .card__text__desc,
        .aa-suggestion__text__desc {
          font-size: 0.9rem; } }
    .card__text__links::after,
    .aa-suggestion__text__links::after {
      clear: both;
      content: "";
      display: block; }
    .card__text__links p,
    .aa-suggestion__text__links p {
      font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .card__text--product,
    .aa-suggestion__text--product {
      text-align: center; }
      .card__text--product .icon--chilli,
      .aa-suggestion__text--product .icon--chilli {
        width: 13px; }
    .card__text--product .card__text__links,
    .aa-suggestion__text--product .card__text__links, .card__text--product
    .aa-suggestion__text__links,
    .aa-suggestion__text--product
    .aa-suggestion__text__links {
      /*
			padding: 0;
			display: table;
			background: $primary-color;
*/
      font-size: 0.875rem; }
    .card__text--product .card__text__desc h2,
    .aa-suggestion__text--product .card__text__desc h2, .card__text--product
    .aa-suggestion__text__desc h2,
    .aa-suggestion__text--product
    .aa-suggestion__text__desc h2 {
      overflow: hidden; }
      .card__text--product .card__text__desc h2.add-elipsis,
      .aa-suggestion__text--product .card__text__desc h2.add-elipsis, .card__text--product
      .aa-suggestion__text__desc h2.add-elipsis,
      .aa-suggestion__text--product
      .aa-suggestion__text__desc h2.add-elipsis {
        height: 3.125rem; }
    .card__text--recipe,
    .aa-suggestion__text--recipe {
      display: block;
      width: 100%;
      text-align: center;
      padding: 1em 0; }
      .card__text--recipe h2,
      .card__text--recipe p,
      .aa-suggestion__text--recipe h2,
      .aa-suggestion__text--recipe p {
        margin: 0 0 0.5em; }
    .card__text--recipe .card__text__desc,
    .aa-suggestion__text--recipe .card__text__desc, .card__text--recipe
    .aa-suggestion__text__desc,
    .aa-suggestion__text--recipe
    .aa-suggestion__text__desc {
      padding: 0;
      padding: 0 1em; }
      .card__text--recipe .card__text__desc p,
      .aa-suggestion__text--recipe .card__text__desc p, .card__text--recipe
      .aa-suggestion__text__desc p,
      .aa-suggestion__text--recipe
      .aa-suggestion__text__desc p {
        height: 48px;
        overflow: hidden; }
    .card__text--recipe .card__text__links,
    .aa-suggestion__text--recipe .card__text__links, .card__text--recipe
    .aa-suggestion__text__links,
    .aa-suggestion__text--recipe
    .aa-suggestion__text__links {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      padding: 0;
      margin-top: 1em; }
    .card__text--recipe-large,
    .aa-suggestion__text--recipe-large {
      display: block;
      width: 100%;
      text-align: center;
      padding: 1em 0; }
    .card__text--recipe-large .card__text__desc,
    .aa-suggestion__text--recipe-large .card__text__desc, .card__text--recipe-large
    .aa-suggestion__text__desc,
    .aa-suggestion__text--recipe-large
    .aa-suggestion__text__desc {
      padding: 0;
      height: auto;
      max-width: 400px;
      margin: 0 auto; }
    .card__text--recipe-large .card__text__links,
    .aa-suggestion__text--recipe-large .card__text__links, .card__text--recipe-large
    .aa-suggestion__text__links,
    .aa-suggestion__text--recipe-large
    .aa-suggestion__text__links {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      padding: 0;
      margin-top: 0.5em; }
      .card__text--recipe-large .card__text__links h5,
      .card__text--recipe-large .card__text__links span,
      .card__text--recipe-large .card__text__links .fa,
      .aa-suggestion__text--recipe-large .card__text__links h5,
      .aa-suggestion__text--recipe-large .card__text__links span,
      .aa-suggestion__text--recipe-large .card__text__links .fa, .card__text--recipe-large
      .aa-suggestion__text__links h5,
      .card__text--recipe-large
      .aa-suggestion__text__links span,
      .card__text--recipe-large
      .aa-suggestion__text__links .fa,
      .aa-suggestion__text--recipe-large
      .aa-suggestion__text__links h5,
      .aa-suggestion__text--recipe-large
      .aa-suggestion__text__links span,
      .aa-suggestion__text--recipe-large
      .aa-suggestion__text__links .fa {
        font-size: 0.75rem; }
    .card__text--blog .card__text__desc,
    .aa-suggestion__text--blog .card__text__desc, .card__text--blog
    .aa-suggestion__text__desc,
    .aa-suggestion__text--blog
    .aa-suggestion__text__desc {
      font-size: 1.1rem;
      height: 4em; }
    .card__text--search,
    .aa-suggestion__text--search {
      padding: 0.8rem; }
      .card__text--search .card__img,
      .aa-suggestion__text--search .card__img {
        width: 35%; }
      .card__text--search__text,
      .aa-suggestion__text--search__text {
        width: 65%; }
    .card__text--search .card__text__desc,
    .aa-suggestion__text--search .card__text__desc, .card__text--search
    .aa-suggestion__text__desc,
    .aa-suggestion__text--search
    .aa-suggestion__text__desc {
      width: 100%;
      font-size: 1rem;
      padding: 0;
      text-align: center; }
      .card__text--search .card__text__desc.add-elipsis,
      .aa-suggestion__text--search .card__text__desc.add-elipsis, .card__text--search
      .aa-suggestion__text__desc.add-elipsis,
      .aa-suggestion__text--search
      .aa-suggestion__text__desc.add-elipsis {
        height: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        margin-bottom: 0.5rem; }
        @media screen and (max-width: 1440px) {
          .card__text--search .card__text__desc.add-elipsis,
          .aa-suggestion__text--search .card__text__desc.add-elipsis, .card__text--search
          .aa-suggestion__text__desc.add-elipsis,
          .aa-suggestion__text--search
          .aa-suggestion__text__desc.add-elipsis {
            height: 69px; } }
        .card__text--search .card__text__desc.add-elipsis p, .card__text--search .card__text__desc.add-elipsis div,
        .aa-suggestion__text--search .card__text__desc.add-elipsis p,
        .aa-suggestion__text--search .card__text__desc.add-elipsis div, .card__text--search
        .aa-suggestion__text__desc.add-elipsis p, .card__text--search
        .aa-suggestion__text__desc.add-elipsis div,
        .aa-suggestion__text--search
        .aa-suggestion__text__desc.add-elipsis p,
        .aa-suggestion__text--search
        .aa-suggestion__text__desc.add-elipsis div {
          font-size: 1rem;
          line-height: 1; }
    .card__text--search .card__text__links,
    .aa-suggestion__text--search .card__text__links, .card__text--search
    .aa-suggestion__text__links,
    .aa-suggestion__text--search
    .aa-suggestion__text__links {
      text-align: center;
      padding: 0; }
  .card__info,
  .aa-suggestion__info {
    display: inline-block;
    border-right: 1px solid #53284c;
    width: 33.33%;
    text-align: center; }
    .card__info:last-child,
    .aa-suggestion__info:last-child {
      border-right: 0 none; }
    .card__info span,
    .aa-suggestion__info span {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 9px; }
      .card__info span.fa,
      .aa-suggestion__info span.fa {
        font-size: 10px;
        font-weight: normal; }
  .card--blog .overlay,
  .aa-suggestion--blog .overlay {
    border-top: 8px solid #53284c; }
  .card.about-curry .overlay,
  .aa-suggestion.about-curry .overlay {
    border-color: #cb224e; }
  .card.lifestyle .overlay,
  .aa-suggestion.lifestyle .overlay {
    border-color: #54a445; }
  .card.video .overlay,
  .aa-suggestion.video .overlay {
    border-color: #f58e1b; }
  .card.seasonal-recipes .overlay,
  .aa-suggestion.seasonal-recipes .overlay {
    border-color: #a32078; }
  .card--recipe,
  .aa-suggestion--recipe {
    display: block; }
  .card--product img,
  .aa-suggestion--product img {
    padding: 0.9375rem 0.3125rem 0.625rem; }
  .card--product img.diamonds,
  .aa-suggestion--product img.diamonds {
    padding: 2px 10px 10px 10px; }
  .card--product-large, .card--product-medium, .card--recipe-large,
  .aa-suggestion--product-large,
  .aa-suggestion--product-medium,
  .aa-suggestion--recipe-large {
    padding: 0;
    margin: 0 0 1.5em;
    display: block;
    float: none;
    width: 100%;
    background: #ffffff; }
    .card--product-large h1, .card--product-medium h1, .card--recipe-large h1,
    .aa-suggestion--product-large h1,
    .aa-suggestion--product-medium h1,
    .aa-suggestion--recipe-large h1 {
      text-transform: none;
      font-size: 1.5em;
      padding: 0 1em;
      margin: 0.5em 0 1em;
      font-size: 1.5rem; }
    .card--product-large h2, .card--product-medium h2, .card--recipe-large h2,
    .aa-suggestion--product-large h2,
    .aa-suggestion--product-medium h2,
    .aa-suggestion--recipe-large h2 {
      text-transform: uppercase; }
    .card--product-large p, .card--product-medium p, .card--recipe-large p,
    .aa-suggestion--product-large p,
    .aa-suggestion--product-medium p,
    .aa-suggestion--recipe-large p {
      font-size: 1.125rem;
      line-height: 1;
      height: auto;
      padding: 0 1em;
      margin: 1em 0; }
    .card--product-large img, .card--product-medium img, .card--recipe-large img,
    .aa-suggestion--product-large img,
    .aa-suggestion--product-medium img,
    .aa-suggestion--recipe-large img {
      max-width: 95%;
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 2.1875rem 0 1.25rem; }
    .card--product-large:last-child, .card--product-medium:last-child, .card--recipe-large:last-child,
    .aa-suggestion--product-large:last-child,
    .aa-suggestion--product-medium:last-child,
    .aa-suggestion--recipe-large:last-child {
      margin-bottom: 0; }
  .card--product-medium,
  .aa-suggestion--product-medium {
    max-width: 740px; }
    .card--product-medium a,
    .aa-suggestion--product-medium a {
      color: #6F326F; }
    .card--product-medium .card__img,
    .aa-suggestion--product-medium .card__img {
      width: 35%; }
      @media screen and (max-width: 640px) {
        .card--product-medium .card__img,
        .aa-suggestion--product-medium .card__img {
          width: 50%; } }
      .card--product-medium .card__img img,
      .aa-suggestion--product-medium .card__img img {
        padding: 1.25rem 0 0.9375rem;
        max-width: 90%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    @media screen and (max-width: 640px) {
      .card--product-medium .card__text,
      .aa-suggestion--product-medium .card__text {
        width: 50%; } }
    .card--product-medium .card__text__desc,
    .aa-suggestion--product-medium .card__text__desc {
      color: #6F326F; }
      .card--product-medium .card__text__desc h2,
      .aa-suggestion--product-medium .card__text__desc h2 {
        display: inline-block;
        font-size: 1.875rem;
        padding-bottom: 0.25rem; }
        @media screen and (max-width: 640px) {
          .card--product-medium .card__text__desc h2,
          .aa-suggestion--product-medium .card__text__desc h2 {
            font-size: 1.125rem; } }
        .card--product-medium .card__text__desc h2 .smaller,
        .aa-suggestion--product-medium .card__text__desc h2 .smaller {
          font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          margin-bottom: 0.5rem; }
          @media screen and (max-width: 640px) {
            .card--product-medium .card__text__desc h2 .smaller,
            .aa-suggestion--product-medium .card__text__desc h2 .smaller {
              font-size: 1rem; } }
      .card--product-medium .card__text__desc p,
      .aa-suggestion--product-medium .card__text__desc p {
        font-size: 1.25rem;
        margin-top: 0; }
        @media screen and (max-width: 640px) {
          .card--product-medium .card__text__desc p,
          .aa-suggestion--product-medium .card__text__desc p {
            font-size: 1rem; } }
    .card--product-medium .card__text__links,
    .aa-suggestion--product-medium .card__text__links {
      padding: 0;
      background-color: transparent;
      margin-bottom: 1.25rem; }
      .card--product-medium .card__text__links:after,
      .aa-suggestion--product-medium .card__text__links:after {
        content: none; }
      .card--product-medium .card__text__links a,
      .aa-suggestion--product-medium .card__text__links a {
        display: inline-block;
        background: #D0378A;
        color: #ffffff;
        font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        text-decoration: none;
        border: 0 none;
        padding: 0.75rem 3rem; }
        @media screen and (max-width: 640px) {
          .card--product-medium .card__text__links a,
          .aa-suggestion--product-medium .card__text__links a {
            font-size: 1rem;
            padding: 0.75rem 1rem; } }
        .card--product-medium .card__text__links a:hover, .card--product-medium .card__text__links a:focus,
        .aa-suggestion--product-medium .card__text__links a:hover,
        .aa-suggestion--product-medium .card__text__links a:focus {
          background: #6F326F; }
  .card--product .card__text,
  .aa-suggestion--product .card__text {
    padding: 1rem; }
  .card--product-large .card__text,
  .aa-suggestion--product-large .card__text {
    padding: 0; }

.aa-suggestion {
  float: left; }
  .aa-suggestion .card__img {
    width: 40%; }
  .aa-suggestion .card__img {
    width: 60%; }
  .aa-suggestion .card__text__desc h3 {
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .aa-suggestion .card__text__links .read-more {
    font-size: 1rem; }
    .aa-suggestion .card__text__links .read-more .fa {
      font-size: 1rem; }
  @media screen and (max-width: 767px) {
    .aa-suggestion .card__text__links .read-more {
      font-size: 0.875rem; }
      .aa-suggestion .card__text__links .read-more .fa {
        font-size: 0.875rem; } }

html.ie9 .card--product-medium .overlay {
  height: 180px; }
  @media screen and (max-width: 640px) {
    html.ie9 .card--product-medium .overlay {
      height: 150px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .card--product-medium .overlay {
    height: 180px; } }
  @media screen and (-ms-high-contrast: active) and (max-width: 640px) {
    .card--product-medium .overlay {
      height: 150px; } }

.card--product-large {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card--product-large .card__img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    min-height: 420px; }
    .card--product-large .card__img img {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
  .card--product-large .card__text {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: auto; }
    .card--product-large .card__text__title h1 {
      color: #ffffff;
      margin: 0 auto;
      padding: 1rem;
      font-size: 2.25rem;
      line-height: 1; }
    .card--product-large .card__text__desc p {
      font-size: 1.75rem;
      margin: 0.5rem auto; }
  .card--product-large.oven-bakes .card__text__title, .card--product-large.sauces .card__text__title, .card--product-large.cooking-sauces .card__text__title {
    background-color: #D0378A; }
  .card--product-large.spice-pastes .card__text__title {
    background-color: #EE7928; }
  .card--product-large.breads-and-pappadums .card__text__title {
    background-color: #FCC317; }
  .card--product-large.chutneys-and-pickles .card__text__title {
    background-color: #009750; }
  .card--product-large.meal-kits .card__text__title {
    background-color: #88177E; }

.card.card--categories {
  position: relative;
  margin-bottom: 2rem; }
  .card.card--categories .overlay {
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 1rem;
    right: 0;
    bottom: 0;
    width: calc(100% - 2rem);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 640px) {
      .card.card--categories .overlay {
        width: 100%;
        left: 0; } }
  .card.card--categories.oven-bakes .card__img:before, .card.card--categories.sauces .card__img:before, .card.card--categories.cooking-sauces .card__img:before {
    background-image: url("../images/corners/corner--top-left--pink.svg"); }
  .card.card--categories.oven-bakes .card__title, .card.card--categories.sauces .card__title, .card.card--categories.cooking-sauces .card__title {
    background-color: #D0378A; }
  .card.card--categories.spice-pastes .card__img:before {
    background-image: url("../images/corners/corner--top-left--orange.svg"); }
  .card.card--categories.spice-pastes .card__title {
    background-color: #EE7928; }
  .card.card--categories.breads-and-pappadums .card__img:before {
    background-image: url("../images/corners/corner--top-left--yellow.svg"); }
  .card.card--categories.breads-and-pappadums .card__title {
    background-color: #FCC317; }
  .card.card--categories.chutneys-and-pickles .card__img:before {
    background-image: url("../images/corners/corner--top-left--green.svg"); }
  .card.card--categories.chutneys-and-pickles .card__title {
    background-color: #009750; }
  .card.card--categories.meal-kits .card__img {
    position: relative; }
    .card.card--categories.meal-kits .card__img:before {
      background-image: url("../images/corners/corner--top-left--purple.svg"); }
    .card.card--categories.meal-kits .card__img:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      background: #d0378a;
      background: radial-gradient(circle, #d0378a 0%, rgba(208, 55, 138, 0) 60%); }
  .card.card--categories.meal-kits .card__title {
    background-color: #88177E; }
  .card.card--categories .card__img {
    padding-top: calc(441 / 449 * 100%);
    width: 100%;
    position: relative;
    display: block;
    background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; }
    .card.card--categories .card__img:before {
      content: '';
      position: absolute;
      display: block;
      padding-top: 58.5%;
      width: 12vw;
      max-width: 120px;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1024px) {
        .card.card--categories .card__img:before {
          width: 30vw; } }
      @media screen and (max-width: 767px) {
        .card.card--categories .card__img:before {
          width: 40vw; } }
    .card.card--categories .card__img img {
      display: block;
      position: absolute;
      max-width: 85%;
      height: calc(100% - 2rem);
      bottom: 1rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 2; }
  .card.card--categories .card__title {
    text-align: center; }
    .card.card--categories .card__title h2 {
      text-transform: uppercase;
      font-size: 1.625rem;
      margin: 0;
      padding: 1rem; }
      @media screen and (max-width: 1640px) {
        .card.card--categories .card__title h2 {
          font-size: 1.5rem; } }
    .card.card--categories .card__title a {
      text-decoration: none;
      color: #ffffff; }
  .card.card--categories .card__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 1rem;
    background-color: #ffffff;
    text-align: center; }
    .card.card--categories .card__text p {
      font-size: 1.5rem;
      margin: 0; }
      @media screen and (max-width: 1640px) {
        .card.card--categories .card__text p {
          font-size: 1.125rem; } }
    .card.card--categories .card__text a {
      color: #6F326F;
      text-decoration: none;
      font-size: inherit;
      line-height: 1; }
  .card.card--categories.meal-kits .card__img {
    background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; }

.card.card--inspiration .card__text__title h2 {
  font-size: 1.75rem;
  padding: 0;
  display: inline-block;
  text-align: center; }

.card.card--inspiration .card__text__desc div, .card.card--inspiration .card__text__desc p {
  font-size: 1.5rem;
  text-align: center;
  height: 51px; }

.card.card--recipes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card.card--recipes .card__content {
    padding: 0;
    background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .card.card--recipes .card__text {
    background: none;
    padding: 1.5rem;
    width: 100%; }
  .card.card--recipes .card__title {
    border-image: url("../images/borders/border-dark.png") 16 19 round;
    border-style: solid;
    border-color: white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 10px;
    border-left-width: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .card.card--recipes .card__title h2 {
      font-size: 1.75rem;
      padding: 0;
      display: inline-block;
      text-align: center; }
  .card.card--recipes .card__paragraph {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word; }
    .card.card--recipes .card__paragraph, .card.card--recipes .card__paragraph div, .card.card--recipes .card__paragraph p {
      font-size: 1.5rem;
      text-align: center; }
  .card.card--recipes .card__meta {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 1rem 1rem; }

.card.card--recipes .card__meta, .card.card--recipes-meta .card__meta {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1rem 1rem; }
  .card.card--recipes .card__meta__text, .card.card--recipes .card__meta__title, .card.card--recipes-meta .card__meta__text, .card.card--recipes-meta .card__meta__title {
    color: #89B20E;
    display: block; }
  .card.card--recipes .card__meta__text, .card.card--recipes-meta .card__meta__text {
    font-family: "cubano", sans-serif; }
  .card.card--recipes .card__meta__title, .card.card--recipes-meta .card__meta__title {
    font-size: 1rem; }
  .card.card--recipes .card__meta--difficulty, .card.card--recipes .card__meta--spice, .card.card--recipes .card__meta--preparation, .card.card--recipes-meta .card__meta--difficulty, .card.card--recipes-meta .card__meta--spice, .card.card--recipes-meta .card__meta--preparation {
    position: relative;
    padding: 0.25rem 0.5rem 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .card.card--recipes .card__meta--preparation, .card.card--recipes-meta .card__meta--preparation {
    width: 22.5%; }
    @media screen and (max-width: 640px) {
      .card.card--recipes .card__meta--preparation, .card.card--recipes-meta .card__meta--preparation {
        width: 25%; } }
  .card.card--recipes .card__meta--spice .card__meta__text, .card.card--recipes .card__meta--difficulty .card__meta__text, .card.card--recipes-meta .card__meta--spice .card__meta__text, .card.card--recipes-meta .card__meta--difficulty .card__meta__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .card.card--recipes .card__meta--difficulty, .card.card--recipes-meta .card__meta--difficulty {
    padding: 0.25rem 0.25rem 1.5rem;
    width: 20%; }
    @media screen and (max-width: 640px) {
      .card.card--recipes .card__meta--difficulty, .card.card--recipes-meta .card__meta--difficulty {
        width: 25%; } }
    .card.card--recipes .card__meta--difficulty .card__meta__title, .card.card--recipes-meta .card__meta--difficulty .card__meta__title {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .card.card--recipes .card__meta--spice, .card.card--recipes-meta .card__meta--spice {
    width: 58.5%;
    border-image: url("../images/borders/border-green.png") 24 16 round;
    border-style: solid;
    border-color: white;
    border-top-width: 0;
    border-right-width: 12px;
    border-bottom-width: 0;
    border-left-width: 12px; }
    @media screen and (max-width: 640px) {
      .card.card--recipes .card__meta--spice, .card.card--recipes-meta .card__meta--spice {
        width: 50%; } }
    .card.card--recipes .card__meta--spice .card__meta__text, .card.card--recipes-meta .card__meta--spice .card__meta__text {
      display: -ms-flexbox;
      display: flex; }
    .card.card--recipes .card__meta--spice .icon--chilli,
    .card.card--recipes .card__meta--spice .icon--chilli-o, .card.card--recipes-meta .card__meta--spice .icon--chilli,
    .card.card--recipes-meta .card__meta--spice .icon--chilli-o {
      height: 60%; }
  .card.card--recipes .card__meta--preparation, .card.card--recipes-meta .card__meta--preparation {
    padding: 0.25rem 0.25rem 1.5rem; }
    .card.card--recipes .card__meta--preparation .card__meta__title, .card.card--recipes-meta .card__meta--preparation .card__meta__title {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .card.card--recipes .card__meta--preparation .card__meta__text, .card.card--recipes-meta .card__meta--preparation .card__meta__text {
      position: relative;
      width: 100%;
      padding-top: 100%;
      border-radius: 50%;
      border: 2px dotted; }
      @media screen and (max-width: 767px) {
        .card.card--recipes .card__meta--preparation .card__meta__text, .card.card--recipes-meta .card__meta--preparation .card__meta__text {
          width: 80px;
          padding-top: 80px;
          margin: 0 auto; } }
      @media screen and (max-width: 640px) {
        .card.card--recipes .card__meta--preparation .card__meta__text, .card.card--recipes-meta .card__meta--preparation .card__meta__text {
          width: 80px;
          padding-top: 80px;
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        .card.card--recipes .card__meta--preparation .card__meta__text, .card.card--recipes-meta .card__meta--preparation .card__meta__text {
          width: 100%;
          padding-top: 100%; } }
      .card.card--recipes .card__meta--preparation .card__meta__text .text, .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        transform: translate(-50%, -50%);
        font-size: 0.875rem;
        padding: 4px; }
        @media screen and (max-width: 1024px) {
          .card.card--recipes .card__meta--preparation .card__meta__text .text, .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
            font-size: 1rem; } }
        @media screen and (max-width: 767px) {
          .card.card--recipes .card__meta--preparation .card__meta__text .text, .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
            font-size: 1.125rem; } }
        @media screen and (max-width: 480px) {
          .card.card--recipes .card__meta--preparation .card__meta__text .text, .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
            font-size: 1rem; } }

.card.card--recipes.card--jamie .card__text {
  background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
  height: auto; }

.card.card--inspiration .card__text {
  background: #FBEBD6 url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
  padding: 1rem 1.5rem;
  height: auto; }
  .card.card--inspiration .card__text__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-image: url("../images/borders/border-dark.png") 18 2 round;
    border-style: solid;
    border-color: white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 12px;
    border-left-width: 0;
    margin-bottom: 1rem; }

.card.card--recipes-meta {
  width: 50%; }
  @media screen and (max-width: 850px) {
    .card.card--recipes-meta {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .card.card--recipes-meta {
      width: 100%; } }
  .card.card--recipes-meta .card__meta__title {
    font-size: 1.5rem; }
  .card.card--recipes-meta .card__meta--difficulty .card__meta__text .icon--star,
  .card.card--recipes-meta .card__meta--difficulty .card__meta__text .icon--star-o {
    height: 100%; }
  .card.card--recipes-meta .card__meta--spice .card__meta__text .icon--chilli,
  .card.card--recipes-meta .card__meta--spice .card__meta__text .icon--chilli-o {
    height: 60%; }
  .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
    font-size: 1.25rem; }
    @media screen and (max-width: 1024px) {
      .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
        font-size: 1rem; } }
    @media screen and (max-width: 767px) {
      .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
        font-size: 1.25rem; } }
    @media screen and (max-width: 320px) {
      .card.card--recipes-meta .card__meta--preparation .card__meta__text .text {
        font-size: 1rem; } }

.card.card--recipe-result .card__title h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.carousel__item .card {
  width: 100%; }

.carousel__item .card__text {
  width: 100%; }

#no-results {
  display: none;
  margin-bottom: 2rem; }

html.ie9 .filter {
  display: none; }

.filter {
  position: relative;
  color: #ffffff;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  background: #6F326F;
  margin: 2rem 0; }
  .filter::after {
    clear: both;
    content: "";
    display: block; }
  .filter button {
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #ffffff; }
    @media screen and (max-width: 570px) {
      .filter button {
        margin: 0 auto; } }
  .filter__label {
    float: left;
    display: block;
    width: 17.05961%;
    padding: 0.5rem;
    line-height: 2rem;
    font-size: 1.3rem;
    text-align: center; }
    .filter__label:last-child {
      width: 14.70196%; }
    @media screen and (max-width: 570px) {
      .filter__label {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .filter__label:last-child {
          margin-right: 0; } }
  .filter__params {
    float: left;
    display: block;
    width: 76.76824%;
    background: #D0378A;
    padding: 0.5rem;
    font-weight: 400; }
    .filter__params:last-child {
      width: 74.41059%; }
    .filter__params::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 570px) {
      .filter__params {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .filter__params:last-child {
          margin-right: 0; } }
    .filter__params .styled-select {
      width: 32.66%;
      margin-right: 1%;
      display: block;
      float: left;
      background: #6F326F;
      color: #ffffff; }
      .filter__params .styled-select:last-child {
        margin-right: 0; }
      @media screen and (max-width: 570px) {
        .filter__params .styled-select {
          width: 100%;
          float: none;
          margin: 0 0 0.5rem; }
          .filter__params .styled-select select {
            width: 105%; }
          .filter__params .styled-select:last-child {
            margin: 0; } }
      .filter__params .styled-select select {
        background: transparent; }
        .filter__params .styled-select select:focus, .filter__params .styled-select select:focus::-ms-value {
          background: #6F326F; }
      .filter__params .styled-select option {
        background: #6F326F; }
        .filter__params .styled-select option:focus, .filter__params .styled-select option:focus::-ms-value {
          background: #6F326F; }
  .filter__reset {
    float: left;
    display: block;
    width: 8.5298%;
    padding: 0.5rem;
    line-height: 2rem;
    font-size: 1.3rem;
    text-align: center; }
    .filter__reset:last-child {
      width: 6.17215%; }
    @media screen and (max-width: 570px) {
      .filter__reset {
        float: left;
        display: block;
        width: 104.82916%; }
        .filter__reset:last-child {
          width: 100%; } }
  .filter__inner {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 2rem 1.3rem; }
    .filter__inner::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 767px) {
      .filter__inner {
        padding: 1.5rem 1.5rem 0.8rem; } }
  .filter--inspiration {
    text-align: center; }
    .filter--inspiration input[type="checkbox"] {
      display: none; }
    .filter--inspiration label {
      display: inline-block;
      padding: 0.9rem 1.9rem;
      margin: 0 0.2rem 0.7rem;
      font-size: 1.3rem;
      font-weight: 700;
      cursor: pointer;
      border: 2px solid #6F326F;
      background-color: transparent;
      transition: all 0.3s ease-in; }
      @media screen and (max-width: 767px) {
        .filter--inspiration label {
          padding: 0.5rem 1rem;
          font-size: 1.1rem; } }
      @media screen and (max-width: 480px) {
        .filter--inspiration label {
          display: block;
          width: 100%; } }
      .filter--inspiration label.about-curry {
        border-color: #cb224e; }
        .filter--inspiration label.about-curry.selected {
          background-color: #cb224e; }
      .filter--inspiration label.lifestyle {
        border-color: #54a445; }
        .filter--inspiration label.lifestyle.selected {
          background-color: #54a445; }
      .filter--inspiration label.video {
        border-color: #f58e1b; }
        .filter--inspiration label.video.selected {
          background-color: #f58e1b; }
      .filter--inspiration label.seasonal-recipes {
        border-color: #a32078; }
        .filter--inspiration label.seasonal-recipes.selected {
          background-color: #a32078; }

/*=== Algolia Filter ===*/
#recipe_results .wrapper__inner {
  padding-bottom: 0; }

.recipe_results__filters {
  z-index: 3 !important; }

#recipe_results_wrap {
  padding: 2rem 0; }

.filter-search-bar {
  width: 100%;
  position: relative; }
  .filter-search-bar::after {
    clear: both;
    content: "";
    display: block; }
  .filter-search-bar__inner {
    width: 94%;
    float: left;
    text-align: left;
    position: relative; }
    @media screen and (max-width: 767px) {
      .filter-search-bar__inner {
        width: 88%; } }
  .filter-search-bar .clear-all {
    background: #D0378A;
    color: #ffffff;
    float: right;
    width: 5%;
    line-height: 42px;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    border: 0 none;
    display: block; }
    @media screen and (max-width: 767px) {
      .filter-search-bar .clear-all {
        width: 10%; } }

#search-input {
  font-size: 1rem;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  line-height: 1rem;
  border: 2px solid #6F326F;
  background: #6F326F;
  color: #ffffff;
  transition: all 0.3s ease-in;
  margin: 0 0 1% 0;
  -webkit-appearance: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  @media screen and (max-width: 767px) {
    #search-input {
      margin: 0 0 2% 0; } }
  #search-input:focus {
    outline: none;
    border-color: #6F326F; }
  #search-input::-webkit-input-placeholder {
    color: #ffffff; }
  #search-input::-moz-placeholder {
    color: #ffffff; }
  #search-input:-moz-placeholder {
    color: #ffffff; }
  #search-input:-ms-input-placeholder {
    color: #ffffff; }

#search-input-icon {
  position: relative;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 1rem;
  height: 1rem; }
  #search-input-icon:before {
    font-family: "FontAwesome";
    font-size: 1.2em;
    content: "";
    cursor: default;
    color: #ffffff; }
  #search-input-icon.empty:before {
    cursor: pointer;
    content: ""; }

#hits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #hits::after {
    clear: both;
    content: "";
    display: block; }

#pagination {
  margin-top: 3.5rem;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  #pagination ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  #pagination li {
    display: inline;
    margin: 0 0.25rem;
    font-size: 2.25rem; }
    #pagination li.active button {
      color: #ffffff;
      background: #D0378A; }
      #pagination li.active button:hover {
        cursor: default; }
    #pagination li.disabled button:hover {
      background: none; }
    #pagination li.pag-arrow {
      font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  #pagination button {
    padding: 8px 12px;
    text-decoration: none;
    color: #ffffff;
    border: 0 none;
    background: transparent;
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    #pagination button:hover {
      color: #ffffff;
      background: #D0378A; }
    #pagination button:disabled {
      opacity: 0.5; }

#facets {
  z-index: 10;
  position: relative;
  margin-bottom: 2rem; }
  #facets::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 767px) {
    #facets {
      position: fixed;
      top: 0;
      right: auto;
      bottom: auto;
      left: 100%;
      height: 100%;
      width: 100%;
      overflow: auto;
      background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; } }

#filter-mobile {
  display: none; }
  #filter-mobile button {
    width: 100%;
    background: #6F326F;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2rem;
    border: 0 none;
    margin: 0 0 1rem;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 700;
    padding: 0.5rem; }
    #filter-mobile button:hover {
      background: #D0378A; }
  @media screen and (max-width: 767px) {
    #filter-mobile {
      display: block; } }

#close-filter {
  display: none;
  width: 100%;
  background: #D0378A;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2rem;
  border: 0 none;
  margin: 0;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
  border-top: 1px solid #6F326F; }
  @media screen and (max-width: 767px) {
    #close-filter {
      display: block; } }

.facet {
  width: 19.2%;
  margin-right: 1%;
  float: left;
  text-align: left;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  position: relative; }
  @media screen and (max-width: 767px) {
    .facet {
      width: 100%;
      float: none; } }
  .facet:last-of-type {
    margin-right: 0; }
  .facet ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .facet ul {
        position: relative;
        top: auto;
        left: auto; }
        .facet ul li {
          border-top: 1px solid #6F326F; } }
  .facet button {
    width: 100%;
    border: 0 none;
    font-size: 1rem;
    margin: 0;
    padding: 10px; }
  .facet .facet__label {
    background: #D0378A;
    color: #ffffff; }
    @media screen and (max-width: 840px) {
      .facet .facet__label {
        font-size: 0.9rem; } }
    @media screen and (max-width: 767px) {
      .facet .facet__label {
        padding: 1.2rem 1.5rem;
        margin: 0;
        border-top: 1px solid #D0378A;
        font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 1.1rem; }
        .facet .facet__label:focus {
          outline: none; } }
    .facet .facet__label:after {
      font-family: "FontAwesome";
      content: "";
      font-size: 0.9em;
      padding-left: 5px; }
      @media screen and (max-width: 767px) {
        .facet .facet__label:after {
          padding: 0;
          font-size: 1.3rem;
          float: right; } }
    .facet .facet__label.active:after {
      content: ""; }
  .facet .facet__link {
    background: #D0378A;
    color: #ffffff;
    text-align: left;
    position: relative; }
    @media screen and (max-width: 767px) {
      .facet .facet__link {
        background: #D0378A; }
        .facet .facet__link:last-child {
          border-color: #D0378A; } }
    .facet .facet__link:before {
      font-family: "FontAwesome";
      content: "";
      font-size: 1.1em;
      width: 1.3rem;
      vertical-align: text-top;
      display: inline-block; }
    .facet .facet__link:hover:before {
      color: #6F326F;
      content: ""; }
    .facet .facet__link.facet-refined:before {
      color: #6F326F;
      content: ""; }
    .facet .facet__link.facet-refined:hover:before {
      content: ""; }
    .facet .facet__link.facet-refined-tag {
      display: block;
      background: #D0378A;
      color: #ffffff;
      font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      padding: 5px;
      margin: 5px auto 0;
      font-size: 0.9rem;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      text-align: center;
      width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .facet .facet__link.facet-refined-tag {
          margin: 0;
          padding: 0.5rem 1.5rem;
          font-size: 1.1rem;
          line-height: 1.7rem;
          border-radius: 0;
          border-top: 1px solid #6F326F; } }
      .facet .facet__link.facet-refined-tag:before {
        display: none; }
      .facet .facet__link.facet-refined-tag:after {
        font-family: "FontAwesome";
        content: "";
        float: right;
        color: #ffffff;
        display: inline-block;
        margin-top: 1px; }
        @media screen and (max-width: 767px) {
          .facet .facet__link.facet-refined-tag:after {
            margin: 0;
            padding-left: 5px;
            float: none; } }

.facet-count {
  position: relative;
  float: right;
  font-size: 0.9em;
  color: #ffffff; }

.no-results #pagination, .no-results #facets {
  display: none; }

#no-results-message button {
  border: 0 none;
  background: transparent; }
  #no-results-message button .fa {
    margin-left: 5px; }

#no-results-message ul, #no-results-message li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#no-results-message .clear-all {
  display: inline-block;
  background: #6F326F;
  color: #ffffff;
  font-size: 1.2rem;
  margin: 1rem 0 0;
  font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  padding: 0.5rem 1rem; }
  #no-results-message .clear-all:hover {
    background: #D0378A; }

@keyframes repaint
  from
    width: 99.999%
  to
    width: 100%;
.product__details {
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem; }
  @media screen and (max-width: 767px) {
    .product__details {
      display: block;
      margin-bottom: 3rem; } }

.products-grid {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4rem -1rem 0; }
  @media screen and (max-width: 1024px) {
    .products-grid {
      margin: 2rem -1rem 0;
      width: 100%; } }
  .products-grid h2 {
    text-transform: uppercase;
    font-size: 2.25rem;
    margin: 0;
    padding: 1rem; }
    @media screen and (max-width: 1024px) {
      .products-grid h2 {
        font-size: 1.75rem; } }
  .products-grid p {
    font-size: 1.75rem;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .products-grid p {
        font-size: 1.125rem; } }
  .products-grid img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto; }
  .products-grid .overlay {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); }
  .products-grid__prod {
    position: relative;
    width: calc(100% / 3);
    padding: 0 1rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 1024px) {
      .products-grid__prod {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .products-grid__prod {
        width: 100%; } }
    .products-grid__prod__img {
      height: 22.5rem;
      position: relative;
      background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat; }
      @media screen and (max-width: 1024px) {
        .products-grid__prod__img {
          height: auto;
          padding: 1rem; } }
      .products-grid__prod__img img {
        position: absolute;
        width: 75%;
        bottom: 2rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2; }
        @media screen and (max-width: 1024px) {
          .products-grid__prod__img img {
            position: relative;
            width: auto;
            bottom: auto; } }
      .products-grid__prod__img svg {
        position: absolute;
        height: calc(12vw * 0.585);
        width: 12vw;
        max-width: 220px;
        max-height: calc(220px * 0.585);
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none; }
        @media screen and (max-width: 1024px) {
          .products-grid__prod__img svg {
            height: calc(30vw * 0.585);
            width: 30vw; } }
        @media screen and (max-width: 767px) {
          .products-grid__prod__img svg {
            height: calc(40vw * 0.585);
            width: 40vw; } }
    .products-grid__prod__title a {
      text-decoration: none;
      color: #ffffff; }
    .products-grid__prod__title--pink {
      background-color: #D0378A; }
    .products-grid__prod__title--orange {
      background-color: #EE7928; }
    .products-grid__prod__title--yellow {
      background-color: #FCC317; }
    .products-grid__prod__title--green {
      background-color: #009750; }
    .products-grid__prod__title--purple {
      background-color: #88177E; }
    .products-grid__prod__text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      position: relative;
      padding: 1rem;
      background-color: #ffffff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .products-grid__prod__text {
          text-align: left; } }
      .products-grid__prod__text a {
        color: #6F326F;
        text-decoration: none;
        font-size: inherit; }

.purchase-panel {
  margin: 2rem 0;
  padding: 2rem; }
  .purchase-panel--red {
    color: #ffffff;
    background: #af173e; }
  .purchase-panel h2 {
    margin-top: 0; }
  .purchase-panel p {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 auto; }
  .purchase-panel a {
    margin: 1rem 1rem 0;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .purchase-panel__stores {
    margin-top: 0.5rem;
    text-align: center; }

@media screen and (max-width: 1024px) {
  .carousel--categories {
    width: 100%; } }

.carousel--categories .carousel__item {
  width: 100%; }

.grid--categories {
  margin: 4rem 0rem 0; }
  @media screen and (max-width: 767px) {
    .grid--categories {
      width: 100%; } }
  .grid--categories .grid__item {
    width: calc(100% / 3);
    padding: 0 1rem; }
    @media screen and (max-width: 1280px) {
      .grid--categories .grid__item {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .grid--categories .grid__item {
        width: 100%;
        padding: 0 1rem; } }

.carousel--categories,
.grid--categories {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.purchase-panel {
  margin: 2rem 0;
  padding: 2rem; }
  .purchase-panel--red {
    color: #ffffff;
    background: #af173e; }
  .purchase-panel h2 {
    margin-top: 0; }
  .purchase-panel p {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 auto; }
  .purchase-panel a {
    margin: 1rem 1rem 0;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .purchase-panel__stores {
    margin-top: 0.5rem;
    text-align: center; }

.accordion-tabs-minimal {
  height: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .accordion-tabs-minimal ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .accordion-tabs-minimal .tab-header {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .accordion-tabs-minimal .tab-header__item {
      width: 50%; }
      .accordion-tabs-minimal .tab-header__item:first-child .tab-link {
        background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
        color: #ffffff; }
      .accordion-tabs-minimal .tab-header__item:last-child .tab-link {
        background-color: #ffffff;
        color: #6F326F; }
  .accordion-tabs-minimal .tab-link {
    display: block;
    height: 100%;
    width: 100%;
    padding: 1.25rem 0;
    text-decoration: none;
    font-size: 1.875rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border: 0 none;
    outline: none; }
    @media screen and (max-width: 850px) {
      .accordion-tabs-minimal .tab-link {
        font-size: 1.875rem; } }
    @media screen and (max-width: 767px) {
      .accordion-tabs-minimal .tab-link {
        font-size: 1.125rem; } }
  .accordion-tabs-minimal .tab-content {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .accordion-tabs-minimal .tab-content__item {
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      left: 0;
      top: 0;
      float: left;
      padding: 1rem 0;
      position: absolute; }
      .accordion-tabs-minimal .tab-content__item.is-open {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        left: 0; }
      .accordion-tabs-minimal .tab-content__item:first-child {
        background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 108px repeat;
        color: #ffffff; }
      .accordion-tabs-minimal .tab-content__item:last-child {
        background-color: #ffffff;
        color: #6F326F; }
    .accordion-tabs-minimal .tab-content__inner {
      font-size: 1.75rem;
      padding: 0 2rem; }
      .accordion-tabs-minimal .tab-content__inner p {
        margin: 0;
        padding: 0.5rem 0; }
      .accordion-tabs-minimal .tab-content__inner p, .accordion-tabs-minimal .tab-content__inner li, .accordion-tabs-minimal .tab-content__inner span {
        font-size: 1.75rem; }
        @media screen and (max-width: 1640px) {
          .accordion-tabs-minimal .tab-content__inner p, .accordion-tabs-minimal .tab-content__inner li, .accordion-tabs-minimal .tab-content__inner span {
            font-size: 1.5rem; } }
        @media screen and (max-width: 1280px) {
          .accordion-tabs-minimal .tab-content__inner p, .accordion-tabs-minimal .tab-content__inner li, .accordion-tabs-minimal .tab-content__inner span {
            font-size: 1.25rem; } }
      .accordion-tabs-minimal .tab-content__inner ul {
        width: 100%; }
        .accordion-tabs-minimal .tab-content__inner ul li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .accordion-tabs-minimal .tab-content__inner ul li span.name {
            width: 55%;
            text-align: left;
            position: relative; }
          .accordion-tabs-minimal .tab-content__inner ul li span.nutrient {
            width: 40%;
            text-align: right; }
          .accordion-tabs-minimal .tab-content__inner ul li ul {
            width: 100%;
            padding-left: 2rem; }
            .accordion-tabs-minimal .tab-content__inner ul li ul li {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .accordion-tabs-minimal .tab-content__inner ul li ul li span.name {
                width: calc(55% - 1rem); }
      .accordion-tabs-minimal .tab-content__inner .nutrients {
        position: relative;
        margin-top: 1rem;
        padding-right: 2rem; }
        @media screen and (max-width: 850px) {
          .accordion-tabs-minimal .tab-content__inner .nutrients {
            padding-right: 0; } }
        .accordion-tabs-minimal .tab-content__inner .nutrients:before, .accordion-tabs-minimal .tab-content__inner .nutrients:after {
          content: '';
          position: absolute;
          border-image: url("../images/borders/border-red-vertical.png") 23 16 round;
          border-style: solid;
          border-color: white;
          border-top-width: 0;
          border-right-width: 22px;
          border-bottom-width: 0;
          border-left-width: 0;
          top: 0;
          height: 100%; }
        .accordion-tabs-minimal .tab-content__inner .nutrients:before {
          left: 55%; }
        .accordion-tabs-minimal .tab-content__inner .nutrients:after {
          right: -11px; }
          @media screen and (max-width: 850px) {
            .accordion-tabs-minimal .tab-content__inner .nutrients:after {
              content: none; } }
      .accordion-tabs-minimal .tab-content__inner .ingredients p {
        line-height: 1.25;
        text-align: left; }
      .accordion-tabs-minimal .tab-content__inner .recipe {
        margin: 2rem 0; }
        .accordion-tabs-minimal .tab-content__inner .recipe img {
          width: 100%; }
      .accordion-tabs-minimal .tab-content__inner .meta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 3rem; }
        .accordion-tabs-minimal .tab-content__inner .meta__text, .accordion-tabs-minimal .tab-content__inner .meta__title {
          color: #89B20E;
          display: block; }
        .accordion-tabs-minimal .tab-content__inner .meta__text {
          font-family: "cubano", sans-serif; }
        .accordion-tabs-minimal .tab-content__inner .meta--difficulty, .accordion-tabs-minimal .tab-content__inner .meta--spice, .accordion-tabs-minimal .tab-content__inner .meta--preparation {
          padding: 0 0.5rem;
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: end;
          justify-content: flex-end; }
        .accordion-tabs-minimal .tab-content__inner .meta--difficulty, .accordion-tabs-minimal .tab-content__inner .meta--preparation {
          width: 25%; }
        .accordion-tabs-minimal .tab-content__inner .meta--difficulty .meta__text {
          display: block;
          text-align: center;
          font-size: 3.75rem; }
        .accordion-tabs-minimal .tab-content__inner .meta--spice {
          width: 50%;
          border-image: url("../images/borders/border-green.png") 24 16 round;
          border-style: solid;
          border-color: white;
          border-top-width: 0;
          border-right-width: 15px;
          border-bottom-width: 0;
          border-left-width: 15px; }
          .accordion-tabs-minimal .tab-content__inner .meta--spice .meta__text {
            display: -ms-flexbox;
            display: flex; }
  .accordion-tabs-minimal .of-which {
    display: block;
    margin-left: 1rem; }
  .accordion-tabs-minimal .allergy-advice {
    text-align: left;
    margin-top: 3rem; }
    .accordion-tabs-minimal .allergy-advice h5 {
      margin: 0 0 0.25rem;
      font-size: 1.75rem; }
      @media screen and (max-width: 1640px) {
        .accordion-tabs-minimal .allergy-advice h5 {
          font-size: 1.5rem; } }
      @media screen and (max-width: 1280px) {
        .accordion-tabs-minimal .allergy-advice h5 {
          font-size: 1.25rem; } }
  .accordion-tabs-minimal hr {
    border-image: url("../images/borders/border-red-horizontal.png") 18 0 round;
    border-style: solid;
    border-top-color: transparent;
    border-top-width: 24px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0; }
  .accordion-tabs-minimal .labels {
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0; }
    .accordion-tabs-minimal .labels li {
      display: block;
      width: 25%; }
      .accordion-tabs-minimal .labels li:not(:last-child) {
        padding-right: 1rem; }
      .accordion-tabs-minimal .labels li img {
        width: 100%; }
  .accordion-tabs-minimal.recipe-tabs {
    background: transparent; }
    .accordion-tabs-minimal.recipe-tabs .tab-header__item:first-child .tab-link {
      background: #ffffff;
      color: #6F326F; }
    .accordion-tabs-minimal.recipe-tabs .tab-header__item:last-child .tab-link {
      background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
      color: #ffffff; }
    .accordion-tabs-minimal.recipe-tabs .tab-content__item:first-child {
      background: transparent;
      color: #6F326F; }
    .accordion-tabs-minimal.recipe-tabs .tab-content__item:last-child {
      background: transparent;
      color: #ffffff; }
    .accordion-tabs-minimal.recipe-tabs .tab-content__inner {
      padding: 0;
      height: 100%; }

#social_share {
  display: block;
  float: left; }
  #social_share::after {
    clear: both;
    content: "";
    display: block; }

.social-sharing {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0; }
  .social-sharing::after {
    clear: both;
    content: "";
    display: block; }
  .social-sharing .social_share, .social-sharing .jssocials-shares, .social-sharing .jssocials {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    vertical-align: middle; }
  .social-sharing .social_share {
    font-weight: 600; }
  .social-sharing--item {
    display: block;
    float: left;
    font-size: 1rem;
    vertical-align: middle;
    font-weight: 600;
    margin-right: 1rem; }
    .social-sharing--item:first-child {
      line-height: 33px; }
    .social-sharing--item:last-child {
      margin-right: 0; }
  .social-sharing a {
    color: #6F326F; }
    .social-sharing a:hover, .social-sharing a:focus {
      color: #a03085; }
  .social-sharing .fa {
    font-size: 1.5rem; }
  .social-sharing--print {
    float: right; }
    .social-sharing--print:after {
      clear: right; }
    .social-sharing--print a {
      text-decoration: none; }
    .social-sharing--print span {
      padding-left: 0.3rem;
      display: inline-block;
      vertical-align: bottom; }

.jssocials-share-whatsapp {
  display: none; }

.img-col {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.featured-prod-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  vertical-align: top; }
  .featured-prod-col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .featured-prod-col {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      margin-bottom: 1.5rem;
      height: auto !important; }
      .featured-prod-col:last-child {
        margin-right: 0; } }
  .featured-prod-col--solo {
    float: none;
    margin: 0 auto !important;
    max-width: 580px;
    width: auto;
    height: auto !important; }

.related-recipes {
  padding-top: 1rem; }
  .related-recipes h2 {
    text-transform: none;
    padding: 0 0 1rem;
    display: inline-block; }
  .related-recipes .cards-wrap {
    text-align: center; }
  .related-recipes .card {
    float: none; }

.recipe-header__img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh; }
  @media screen and (max-width: 480px) {
    .recipe-header__img {
      height: 46vh; } }

.recipe-header .breadcrumbs {
  text-align: center; }

.recipe-header .video-wrap {
  height: 60vh;
  margin: 0 auto;
  max-width: 1152px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .recipe-header .video-wrap {
      height: 46vh; } }
  .recipe-header .video-wrap button {
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.45); }
    @media screen and (max-width: 480px) {
      .recipe-header .video-wrap button {
        font-size: 6rem; } }
  .recipe-header .video-wrap .video-container {
    opacity: 0;
    padding: 0 0 60vh;
    transition: opacity 0.3s ease-in;
    visibility: hidden; }
    @media screen and (max-width: 480px) {
      .recipe-header .video-wrap .video-container {
        padding: 0 0 46vh; } }
    .recipe-header .video-wrap .video-container.active {
      opacity: 1;
      visibility: visible; }

.recipe__meta .card {
  float: none;
  margin: 0 auto 2rem; }

.recipe__related-product .card {
  float: none;
  margin: 2rem auto; }

.recipe-instructions {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .recipe-instructions::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 1024px) {
    .recipe-instructions {
      display: block;
      width: 96%;
      margin: 0 auto;
      padding-bottom: 1rem; } }
  .recipe-instructions__inner {
    height: 100%;
    padding: 2rem;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15); }
  .recipe-instructions__title h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-size: 2.5rem;
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    border-image: url("../images/borders/border-light.png") 16 19 round;
    border-style: solid;
    border-color: white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 16px;
    border-left-width: 0; }
    @media screen and (max-width: 767px) {
      .recipe-instructions__title h3 {
        font-size: 1.875rem; } }
  .recipe-instructions .desktop {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 850px) {
      .recipe-instructions .desktop {
        display: none; } }
    .recipe-instructions .desktop .recipe-instructions--ingredients,
    .recipe-instructions .desktop .recipe-instructions--method {
      width: 50%; }
  .recipe-instructions .mobile {
    display: none; }
    @media screen and (max-width: 850px) {
      .recipe-instructions .mobile {
        display: block; } }
    .recipe-instructions .mobile .recipe-instructions--ingredients .recipe-instructions__inner {
      background: transparent;
      padding: 6px; }
    @media screen and (max-width: 640px) {
      .recipe-instructions .mobile .recipe-instructions--ingredients .recipe-instructions__text,
      .recipe-instructions .mobile .recipe-instructions--method .recipe-instructions__text {
        height: 100%; } }
  .recipe-instructions .recipe-instructions--ingredients {
    padding-right: 1rem; }
    @media screen and (max-width: 850px) {
      .recipe-instructions .recipe-instructions--ingredients {
        padding-right: 0; } }
    .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__inner {
      background: #ffffff; }
    .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text {
      position: relative;
      background: #FFF0CD;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem 1rem; }
      @media screen and (max-width: 1024px) {
        .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text {
          display: block; } }
      @media screen and (max-width: 850px) {
        .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text {
          display: -ms-flexbox;
          display: flex; } }
      @media screen and (max-width: 480px) {
        .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text {
          display: block; } }
      .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text:after {
        content: '';
        position: absolute;
        left: -9px;
        top: -9px;
        width: calc(100% + 18px);
        height: calc(100% + 18px);
        border-image: url("../images/borders/border-cream.png") 18/19px repeat;
        border-style: solid;
        border-color: white;
        border-top-width: 16px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0; }
      .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text ul {
        list-style-type: none;
        padding: 0 0 1rem;
        margin: 0; }
      .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list {
        width: 60%; }
        @media screen and (max-width: 1024px) {
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list {
            width: 100%; } }
        @media screen and (max-width: 850px) {
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list {
            width: 60%; } }
        .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list h4 {
          text-align: left;
          margin: 0 0 1rem; }
        .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list .serving-size {
          text-align: left; }
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list .serving-size p {
            margin: 0 0 0.75rem; }
            .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list .serving-size p strong {
              display: inline-block;
              margin-top: 0.75rem;
              font-family: "pataks-bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__list .serving-size ul li {
            font-size: 1.25rem;
            margin-bottom: 1rem; }
      .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip {
        position: relative;
        width: 40%;
        border-image: url("../images/borders/border-red-vertical.png") 23 16 round;
        border-style: solid;
        border-color: white;
        border-top-width: 0px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 18px; }
        @media screen and (max-width: 1024px) {
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip {
            width: 100%;
            border-style: solid;
            border-top-width: 18px;
            border-right-width: 0;
            border-bottom-width: 0;
            border-left-width: 0px;
            border-image: url("../images/borders/border-red-horizontal.png") 23 16 round; } }
        @media screen and (max-width: 850px) {
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip {
            width: 40%;
            border-top-width: 0px;
            border-right-width: 0;
            border-bottom-width: 0;
            border-left-width: 18px;
            border-image: url("../images/borders/border-red-vertical.png") 23 16 round; } }
        @media screen and (max-width: 480px) {
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip {
            width: 100%;
            border-top-width: 18px;
            border-right-width: 0;
            border-bottom-width: 0;
            border-left-width: 0px;
            border-image: url("../images/borders/border-red-horizontal.png") 23 16 round; } }
        .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text {
          padding: 96px 1rem 1rem;
          text-align: left;
          background-image: url("../images/recipes/light-bulb.svg");
          background-repeat: no-repeat;
          background-position: 1rem 0;
          background-size: 72px auto; }
          @media screen and (max-width: 1024px) {
            .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text {
              padding: 1.5rem 1rem 1.5rem 64px;
              background-position: 0 0.5rem;
              background-size: auto 64px; } }
          @media screen and (max-width: 850px) {
            .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text {
              padding: 96px 1rem 1rem;
              background-position: 1rem 0;
              background-size: 72px auto; } }
          @media screen and (max-width: 480px) {
            .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text {
              padding: 1.5rem 1rem 1.5rem 64px;
              background-position: 0 0.5rem;
              background-size: auto 64px; } }
          .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text p {
            font-size: 1.25rem;
            margin: 0; }
            .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text p i {
              color: #89B20E;
              text-transform: uppercase;
              font-style: normal; }
            .recipe-instructions .recipe-instructions--ingredients .recipe-instructions__text .recipe-instructions__tip__text p strong {
              font-weight: 400;
              font-style: normal;
              color: #D0378A; }
  .recipe-instructions .recipe-instructions--method {
    padding-left: 1rem; }
    @media screen and (max-width: 850px) {
      .recipe-instructions .recipe-instructions--method {
        padding-left: 0; } }
    .recipe-instructions .recipe-instructions--method .recipe-instructions__inner {
      background: #6F326F url("../images/backgrounds/bg-texture-transparent-2.png") 0 0 repeat;
      color: #ffffff; }
    .recipe-instructions .recipe-instructions--method .recipe-instructions__text {
      padding-bottom: 1rem; }
      .recipe-instructions .recipe-instructions--method .recipe-instructions__text p, .recipe-instructions .recipe-instructions--method .recipe-instructions__text ol, .recipe-instructions .recipe-instructions--method .recipe-instructions__text li, .recipe-instructions .recipe-instructions--method .recipe-instructions__text div {
        text-align: left; }
      .recipe-instructions .recipe-instructions--method .recipe-instructions__text ol {
        text-align: left; }
        .recipe-instructions .recipe-instructions--method .recipe-instructions__text ol li {
          padding-left: 2rem;
          margin-bottom: 1.5rem;
          font-size: 1.25rem;
          position: relative; }
          .recipe-instructions .recipe-instructions--method .recipe-instructions__text ol li:last-child {
            padding-right: 96px; }
            @media screen and (max-width: 767px) {
              .recipe-instructions .recipe-instructions--method .recipe-instructions__text ol li:last-child {
                padding-right: 0; } }
          .recipe-instructions .recipe-instructions--method .recipe-instructions__text ol li:before {
            position: absolute;
            display: inline-block;
            color: #89B20E;
            font-family: 'cubano';
            font-size: 2.5rem;
            width: 24px;
            left: 0;
            top: 0;
            line-height: 0.8; }

.notice {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  background: #53284c;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold; }
  .notice::after {
    clear: both;
    content: "";
    display: block; }
  .notice .fa {
    font-size: 1.5rem;
    vertical-align: text-bottom;
    padding-right: 8px; }
  .notice h3 {
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: none;
    margin: 0; }
  .notice p {
    margin: 0.5rem 0 0; }
  .notice a {
    color: #ffffff;
    text-decoration: underline; }
    .notice a:hover, .notice a:focus {
      color: #ffffff;
      text-decoration: none; }

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  z-index: 10;
  display: none;
  text-align: center;
  height: 100%;
  overflow-x: visible;
  overflow-y: auto;
  background: rgba(43, 12, 52, 0.8) !important; }
  .search-overlay #search-overlay-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #D0378A;
    background: #ffffff;
    border: 2px solid #D0378A;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 0;
    z-index: 101; }
  .search-overlay__inner {
    padding: 0 1rem;
    height: 100%; }
    .search-overlay__inner::after {
      clear: both;
      content: "";
      display: block; }

.search-form {
  height: 100%;
  padding: 2rem 0; }
  .search-form h2 {
    margin: 3rem 0;
    border: none; }
  .search-form h3 {
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 1rem;
    font-size: 1rem; }
  .search-form .cards-wrap {
    margin: 0;
    min-height: 0; }
    .search-form .cards-wrap:first-of-type {
      margin-top: 2rem; }
  .search-form button {
    background: transparent;
    border: 0 none;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 5px 0 5px 5px;
    float: right; }
  .search-form input {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #6F326F url("../images/backgrounds/bg-texture-transparent.png") 0 0 repeat;
    border: 0 none;
    padding: 5px;
    line-height: 2rem;
    /*
		&:after {
			font-family: "FontAwesome";
			content: "\f002";
			position: absolute;
			right: 0;
			top: 0;
			height: 2rem;
			width: 2rem;
			z-index: 2;
			border: 1px solid white;
		}
*/ }
    .search-form input::-webkit-input-placeholder {
      color: #ffffff; }
    .search-form input::-moz-placeholder {
      color: #ffffff; }
    .search-form input:-moz-placeholder {
      color: #ffffff; }
    .search-form input:-ms-input-placeholder {
      color: #ffffff; }
  .search-form__inner {
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding: 0 1rem; }
    .search-form__inner::after {
      clear: both;
      content: "";
      display: block; }
    .search-form__inner::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 1024px) {
      .search-form__inner {
        padding: 0; } }
  .search-form__input-wrap {
    position: relative; }
    .search-form__input-wrap input {
      padding-left: 2.8rem;
      background-image: url("../images/search.svg");
      background-size: 2.5rem 1.8rem;
      background-repeat: no-repeat;
      background-position: left center; }
  .search-form__results {
    margin-top: 2rem; }
    .search-form__results__row::after {
      clear: both;
      content: "";
      display: block; }

.algolia-autocomplete {
  width: 100%; }
  .algolia-autocomplete .aa-dataset-recipes::after, .algolia-autocomplete aa-dataset-products::after {
    clear: both;
    content: "";
    display: block; }
  .algolia-autocomplete .aa-dropdown-menu {
    background-color: transparent;
    border: none;
    width: 100%; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestions::after, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion::after {
      clear: both;
      content: "";
      display: block; }
    .algolia-autocomplete .aa-dropdown-menu h2.section {
      display: inline-block;
      padding-bottom: 0.5rem;
      margin: 1rem 0;
      border-image: url("../images/borders/border-light.png") 19 12 repeat;
      border-style: solid;
      border-color: white;
      border-top-width: 0;
      border-right-width: 0;
      border-bottom-width: 16px;
      border-left-width: 0; }

+ .panel {
  margin-top: 2rem; }

.panel.flt-white {
  background: #ffffff; }

.panel.flt-grey {
  background: #ebebeb; }

.panel.tx-red {
  color: #ffffff;
  background: #cb224e url("../images/backgrounds/bg-texture-red.jpg") 0 0 repeat; }

.panel.tx-green {
  color: #ffffff;
  background: #54a445 url("../images/backgrounds/bg-texture-green.jpg") 0 0 repeat; }

.panel.tx-orange {
  color: #ffffff;
  background: #f58e1b url("../images/backgrounds/bg-texture-orange.jpg") 0 0 repeat; }

.panel.tx-cream {
  background: #ebebeb url("../images/backgrounds/bg-texture-cream.jpg") 0 0 repeat; }

.panel.tx-grey {
  background: #ebebeb url("../images/backgrounds/bg-texture.jpg") 0 0 repeat; }

.panel .wrapper__inner {
  padding: 2rem 1rem; }

.panel table td {
  padding: 5px; }

.panel table th {
  background: #ccc;
  padding: 0 20px; }

.panel--cards .cards-wrap {
  margin: 0; }

.panel--cards .card {
  margin-bottom: 2rem; }

.panel--cards + .btn {
  margin-bottom: 3rem; }

.panel--leadvideo h2 {
  margin-top: 0; }

.panel--leadimage img {
  width: 100%;
  height: auto; }

.panel--tweets iframe, .panel--tweets twitterwidget, .panel--instagram iframe, .panel--instagram twitterwidget {
  margin: 0 auto 1.5rem !important;
  max-width: 500px !important;
  width: 100% !important; }
  .panel--tweets iframe:last-of-type, .panel--tweets twitterwidget:last-of-type, .panel--instagram iframe:last-of-type, .panel--instagram twitterwidget:last-of-type {
    margin-bottom: 0 !important; }

.panel--image img {
  margin: 0 auto;
  display: block; }

.inspirations .panel {
  padding: 2rem 0; }
  .inspirations .panel--cards, .inspirations .panel--leadimage {
    padding: 0; }
  .inspirations .panel--cards {
    margin-bottom: 1rem; }

.inspirations .wrapper__inner {
  padding: 0 1rem; }
  .inspirations .wrapper__inner > h2 {
    margin-top: 2rem; }
  .inspirations .wrapper__inner .wrapper__inner {
    padding: 1rem 0 0; }
    .inspirations .wrapper__inner .wrapper__inner article {
      margin-bottom: 1.2rem;
      display: inline-block;
      float: none; }

.related-recipes .flt-white, .related-recipes .flt-grey, .related-recipes .tx-red, .related-recipes .tx-green, .related-recipes .tx-orange, .related-recipes .tx-cream, .related-recipes .tx-grey, .wrapper__inner--narrow .flt-white, .wrapper__inner--narrow .flt-grey, .wrapper__inner--narrow .tx-red, .wrapper__inner--narrow .tx-green, .wrapper__inner--narrow .tx-orange, .wrapper__inner--narrow .tx-cream, .wrapper__inner--narrow .tx-grey {
  background: transparent;
  color: #6F326F; }

.panel--jamie-recipes {
  padding-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container--banner-size {
    padding-top: 0;
    padding-bottom: 30.8%;
    background: #fff; }
  .video-container iframe, .video-container video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.contact .wrapper--article .wrapper__inner {
  overflow: visible; }

@media screen and (max-width: 640px) {
  .contact .site-footer {
    position: relative; } }

.contact-info {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .contact-info {
      display: block; } }
  .contact-info section:first-of-type {
    padding-top: 0; }
  .contact-info h2 {
    background: #a03085;
    color: #ffffff;
    font-family: "vinyl", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    padding: 1rem;
    text-transform: none; }
  .contact-info p {
    font-size: 1rem;
    margin: 0;
    padding: 0; }
    .contact-info p.address {
      margin-bottom: 2rem; }
  .contact-info a.map {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #53284c;
    display: block;
    height: 0;
    margin-top: 2rem;
    padding-bottom: 55%;
    width: 100%; }
    @media screen and (max-width: 850px) {
      .contact-info a.map {
        padding-bottom: 70%; } }
    @media screen and (max-width: 640px) {
      .contact-info a.map {
        margin-top: 1rem;
        padding-bottom: 100%; } }
  .contact-info .address span {
    display: block; }
  .contact-info .address .first {
    font-size: 1.1em; }
  .contact-info nav {
    background: #ebebeb;
    width: 25%; }
    @media screen and (max-width: 480px) {
      .contact-info nav {
        display: none;
        left: 0;
        position: absolute;
        top: 3.3rem;
        width: 100%;
        z-index: 1; } }
    .contact-info nav h2 {
      background: #53284c; }
      @media screen and (max-width: 480px) {
        .contact-info nav h2 {
          display: none; } }
    .contact-info nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .contact-info nav a {
      display: block;
      padding: 0.3rem 1rem;
      text-decoration: none; }
      .contact-info nav a.active {
        background: #a03085;
        color: #ffffff; }
  .contact-info__details {
    background: #ffffff;
    position: relative;
    width: 75%; }
    @media screen and (max-width: 480px) {
      .contact-info__details {
        width: 100%; } }
    .contact-info__details__country {
      display: none; }
      .contact-info__details__country.active {
        display: block; }
      .contact-info__details__country .inner {
        padding: 2.5rem; }
        @media screen and (max-width: 640px) {
          .contact-info__details__country .inner {
            padding: 1.5rem; } }
        @media screen and (max-width: 480px) {
          .contact-info__details__country .inner {
            padding: 1rem; } }

#mobileCountrySwitcher {
  background: #53284c;
  border: none;
  color: #ffffff;
  display: none;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1rem;
  position: absolute;
  margin: 0;
  right: 0;
  top: 0; }
  #mobileCountrySwitcher span {
    transition: transform 0.3s ease; }
  #mobileCountrySwitcher.active span {
    transform: rotate(180deg); }
  @media screen and (max-width: 480px) {
    #mobileCountrySwitcher {
      display: block; } }

.no-js .contact-info__details__country {
  display: block; }

.ie9 .contact-info {
  display: block; }
  .ie9 .contact-info::after {
    clear: both;
    content: "";
    display: block; }
  .ie9 .contact-info nav, .ie9 .contact-info__details {
    float: left; }

.oven-bake {
  display: -ms-flexbox;
  display: flex;
  padding: 260px 0 90px;
  position: relative; }
  @media (max-width: 767px) {
    .oven-bake {
      display: block;
      padding: 0; } }
  .oven-bake .discover-title {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
    .oven-bake .discover-title img {
      padding: 0 20px;
      margin: 0 auto; }
    @media (max-width: 767px) {
      .oven-bake .discover-title {
        top: 3%; } }
  .oven-bake--product {
    width: 100%; }
    @media (max-width: 767px) {
      .oven-bake--product {
        margin-top: -40px; } }
    .oven-bake--product img {
      margin: 0 auto; }
      @media (max-width: 767px) {
        .oven-bake--product img {
          margin: 0 auto;
          padding: 120px 0 60px;
          max-width: 300px; } }
    @media (max-width: 767px) {
      .oven-bake--product.lemon {
        background: transparent url(../images/backgrounds/bg-oven-bake-panel-green.png) 0 0 no-repeat;
        background-size: cover;
        padding-top: 100px; }
      .oven-bake--product.tandoori {
        background: transparent url(../images/backgrounds/bg-oven-bake-panel-orange.png) 0 0 no-repeat;
        background-size: cover; }
      .oven-bake--product.spicy-chicken {
        background: transparent url(../images/backgrounds/bg-oven-bake-panel-pink.png) 0 0 no-repeat;
        background-size: cover; } }
    @media (max-width: 500px) {
      .oven-bake--product.lemon {
        padding-top: 50px; } }

.texture-bg--jamie {
  background: transparent url(../images/jamie/banners/jamie-banner.png) 50% 19% no-repeat;
  height: 574px; }
  @media screen and (max-width: 640px) {
    .texture-bg--jamie {
      background: transparent url(../images/jamie/banners/jamie-mobile-banner.png) 50% 19% no-repeat;
      background-size: cover;
      height: 574px;
      margin-bottom: -1px; } }
  @media screen and (max-width: 480px) {
    .texture-bg--jamie {
      background: transparent url(../images/jamie/banners/jamie-mobile-banner.png) 50% 19% no-repeat;
      background-size: cover;
      height: 574px;
      margin-bottom: -1px; } }
  @media screen and (max-width: 480px) {
    .texture-bg--jamie {
      background: transparent url(../images/jamie/banners/jamie-mobile-banner.png) 50% 19% no-repeat;
      background-size: cover;
      height: 390px;
      margin-bottom: -1px; } }

.jamie-product-holder {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 25%;
  float: left; }
  @media screen and (max-width: 480px) {
    .jamie-product-holder {
      width: 50%; } }

.jamie-featured {
  max-width: 50%;
  max-height: 250px; }

.jamie-featured .left {
  float: left; }

.jamie-featured .right {
  float: right; }

.j-wave {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 100%;
  z-index: 3;
  top: -7px; }
  @media screen and (max-width: 640px) {
    .j-wave {
      display: none; } }
  .j-wave--jamie {
    background: transparent url("../images/jamie/banners/jamie-wave.png") center bottom no-repeat; }

.jamie-hub {
  padding: 3rem 0 0;
  margin: 0 -1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .jamie-hub__product {
    width: 50%;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto 2rem; }
    @media screen and (max-width: 480px) {
      .jamie-hub__product {
        width: 100%; } }

.jamie-product-text-holder {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  padding: 3rem 1.75rem 1.75rem;
  text-align: left; }
  .jamie-product-text-holder a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5em; }
  .jamie-product-text-holder h2 {
    font-size: 2.25rem;
    text-shadow: 1px 1px 9px #1d1d1d;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .jamie-product-text-holder h2 {
        font-size: 1.5rem; } }

.jamie-tc-holder {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 1295px) {
    .jamie-tc-holder {
      display: block; } }

.jamie-tc-text-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem; }
  .jamie-tc-text-holder h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .jamie-tc-text-holder h3 {
        font-size: 1.25rem; } }

.jamie-tc-text-holder a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    .jamie-tc-text-holder a {
      font-size: 2rem; } }
  @media screen and (max-width: 640px) {
    .jamie-tc-text-holder a {
      font-size: 1.5rem; } }
  @media screen and (max-width: 480px) {
    .jamie-tc-text-holder a {
      font-size: 1.5rem; } }

.jamie-tc {
  width: 20%;
  float: left;
  position: relative; }
  @media screen and (max-width: 480px) {
    .jamie-tc {
      width: 100%; } }

.tc-image {
  width: 100%; }

.jamie-other-recipes {
  background: transparent url(../images/backgrounds/bg-texture-cream.jpg) 0 0 repeat;
  padding-top: 1rem; }

.card--jamie {
  margin-bottom: 2rem !important;
  display: inline-block !important;
  float: left !important; }

.videowrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

@media screen and (max-width: 560) {
  .jamie-video-container {
    overflow: unset; } }

.jamie-recipe-video-holder {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center; }

.jamie-vid-play-btn {
  font-size: 5em;
  color: #fff; }

.jamie-home-banner {
  background-image: url(../images/jamie/banners/jamie-banner.jpg); }
  @media screen and (max-width: 480px) {
    .jamie-home-banner {
      background-image: url(../images/jamie/banners/jamie-mobile-banner.png); } }

.jamie-hub-banner {
  background-image: url(../images/jamie/banners/jamie-banner.jpg); }
  @media screen and (max-width: 480px) {
    .jamie-hub-banner {
      background-image: url(../images/jamie/banners/jamie-mobile-banner.png);
      height: 350px; } }
  .jamie-hub-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 58.25%;
    background-image: url("../images/corners/corner--top-left--pink.svg");
    background-repeat: no-repeat;
    width: 320px; }
    @media screen and (max-width: 767px) {
      .jamie-hub-banner:after {
        width: 40%; } }

.vjs-poster {
  background-size: cover !important; }

.tc-1 {
  background-image: url(../images/jamie/tc/jamie-tc-1.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media screen and (max-width: 767px) {
    .tc-1 {
      background-image: url(../images/jamie/tc/jamie-tc-1.png); } }
  @media screen and (max-width: 640px) {
    .tc-1 {
      background-image: url(../images/jamie/tc/jamie-tc-1.png); } }
  @media screen and (max-width: 480px) {
    .tc-1 {
      background-image: url(../images/jamie/tc/jamie-tc-1.png); } }

.tc-2 {
  background-image: url(../images/jamie/tc/jamie-tc-2.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media screen and (max-width: 767px) {
    .tc-2 {
      background-image: url(../images/jamie/tc/jamie-tc-2.png); } }
  @media screen and (max-width: 640px) {
    .tc-2 {
      background-image: url(../images/jamie/tc/jamie-tc-2.png); } }
  @media screen and (max-width: 480px) {
    .tc-2 {
      background-image: url(../images/jamie/tc/jamie-tc-2.png); } }

.tc-3 {
  background-image: url(../images/jamie/tc/jamie-tc-3.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media screen and (max-width: 767px) {
    .tc-3 {
      background-image: url(../images/jamie/tc/jamie-tc-3.png); } }
  @media screen and (max-width: 640px) {
    .tc-3 {
      background-image: url(../images/jamie/tc/jamie-tc-3.png); } }
  @media screen and (max-width: 480px) {
    .tc-3 {
      background-image: url(../images/jamie/tc/jamie-tc-3.png); } }

.tc-4 {
  background-image: url(../images/jamie/tc/jamie-tc-4.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media screen and (max-width: 767px) {
    .tc-4 {
      background-image: url(../images/jamie/tc/jamie-tc-4.png); } }
  @media screen and (max-width: 640px) {
    .tc-4 {
      background-image: url(../images/jamie/tc/jamie-tc-4.png); } }
  @media screen and (max-width: 480px) {
    .tc-4 {
      background-image: url(../images/jamie/tc/jamie-tc-4.png); } }

.tc-5 {
  background-image: url(../images/jamie/tc/jamie-tc-5.png);
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center; }
  @media screen and (max-width: 767px) {
    .tc-5 {
      background-image: url(../images/jamie/tc/jamie-tc-5.png); } }
  @media screen and (max-width: 640px) {
    .tc-5 {
      background-image: url(../images/jamie/tc/jamie-tc-5.png); } }
  @media screen and (max-width: 480px) {
    .tc-5 {
      background-image: url(../images/jamie/tc/jamie-tc-5.png); } }

.jamie-tc-play-btn {
  width: 92px;
  height: 92px;
  color: #D0378A;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 46px;
  line-height: 1;
  color: #D0378A;
  opacity: 1;
  padding-left: 4px; }
  .jamie-tc-play-btn span.fa {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 4px; }

/*! Print styles */
@media print {
  .site-header, .site-footer, .breadcrumbs, .img-col, .social-sharing, .overlay, .related-recipes, .card__img {
    display: none !important;
    margin: 0 !important; }
  * {
    color: #000000 !important;
    background: transparent !important;
    border: 0 none !important;
    text-transform: none !important; }
  a:after {
    content: " [" attr(href) "] ";
    font-size: 0.9em;
    font-weight: 400;
    text-transform: none;
    color: #555;
    word-break: break-all; }
  .wrapper, .search-form {
    max-width: 600px; }
  .product-col {
    height: auto !important; }
  section:first-of-type {
    padding-top: 2rem; }
  .tab-header-and-content {
    float: none;
    display: block !important;
    width: 100%; }
  .tab-content {
    display: block !important;
    padding: 0 !important; }
  .card, .featured-prod-col, .product-col {
    display: block;
    float: none !important;
    margin: 0 0 1rem !important;
    width: 100% !important;
    text-align: left !important; }
    .card h1, .card h2, .card p, .card .card__text__links, .featured-prod-col h1, .featured-prod-col h2, .featured-prod-col p, .featured-prod-col .card__text__links, .product-col h1, .product-col h2, .product-col p, .product-col .card__text__links {
      margin: 1rem 0 0 !important;
      padding: 0 !important; }
    .card .card__text__desc, .featured-prod-col .card__text__desc, .product-col .card__text__desc {
      max-width: none;
      margin: 0 0 1rem;
      padding: 0; }
  .wrapper__inner, .card__text, .card__info, .tab-link {
    text-align: left !important;
    padding: 1em 0 0 !important; }
  .add-elipsis {
    height: auto !important; }
  .cards-wrap {
    margin: 0 !important;
    padding: 0 !important; }
  .complimentary-products {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .complimentary-products h2 {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; } }
