@import url(https://fonts.googleapis.com/css?family=Bitter:400,400i,700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** MEDIA BREAKPOINTS ***/
.margin-b-1 {
  margin-bottom: 1px;
}

.margin-b-2 {
  margin-bottom: 2px;
}

.margin-b-3 {
  margin-bottom: 3px;
}

.margin-b-4 {
  margin-bottom: 4px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-6 {
  margin-bottom: 6px;
}

.margin-b-7 {
  margin-bottom: 7px;
}

.margin-b-8 {
  margin-bottom: 8px;
}

.margin-b-9 {
  margin-bottom: 9px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-11 {
  margin-bottom: 11px;
}

.margin-b-12 {
  margin-bottom: 12px;
}

.margin-b-13 {
  margin-bottom: 13px;
}

.margin-b-14 {
  margin-bottom: 14px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-16 {
  margin-bottom: 16px;
}

.margin-b-17 {
  margin-bottom: 17px;
}

.margin-b-18 {
  margin-bottom: 18px;
}

.margin-b-19 {
  margin-bottom: 19px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-21 {
  margin-bottom: 21px;
}

.margin-b-22 {
  margin-bottom: 22px;
}

.margin-b-23 {
  margin-bottom: 23px;
}

.margin-b-24 {
  margin-bottom: 24px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-26 {
  margin-bottom: 26px;
}

.margin-b-27 {
  margin-bottom: 27px;
}

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

.margin-b-29 {
  margin-bottom: 29px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-31 {
  margin-bottom: 31px;
}

.margin-b-32 {
  margin-bottom: 32px;
}

.margin-b-33 {
  margin-bottom: 33px;
}

.margin-b-34 {
  margin-bottom: 34px;
}

.margin-b-35 {
  margin-bottom: 35px;
}

.margin-b-36 {
  margin-bottom: 36px;
}

.margin-b-37 {
  margin-bottom: 37px;
}

.margin-b-38 {
  margin-bottom: 38px;
}

.margin-b-39 {
  margin-bottom: 39px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-41 {
  margin-bottom: 41px;
}

.margin-b-42 {
  margin-bottom: 42px;
}

.margin-b-43 {
  margin-bottom: 43px;
}

.margin-b-44 {
  margin-bottom: 44px;
}

.margin-b-45 {
  margin-bottom: 45px;
}

.margin-b-46 {
  margin-bottom: 46px;
}

.margin-b-47 {
  margin-bottom: 47px;
}

.margin-b-48 {
  margin-bottom: 48px;
}

.margin-b-49 {
  margin-bottom: 49px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.margin-b-51 {
  margin-bottom: 51px;
}

.margin-b-52 {
  margin-bottom: 52px;
}

.margin-b-53 {
  margin-bottom: 53px;
}

.margin-b-54 {
  margin-bottom: 54px;
}

.margin-b-55 {
  margin-bottom: 55px;
}

.margin-b-56 {
  margin-bottom: 56px;
}

.margin-b-57 {
  margin-bottom: 57px;
}

.margin-b-58 {
  margin-bottom: 58px;
}

.margin-b-59 {
  margin-bottom: 59px;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-61 {
  margin-bottom: 61px;
}

.margin-b-62 {
  margin-bottom: 62px;
}

.margin-b-63 {
  margin-bottom: 63px;
}

.margin-b-64 {
  margin-bottom: 64px;
}

.margin-b-65 {
  margin-bottom: 65px;
}

.margin-b-66 {
  margin-bottom: 66px;
}

.margin-b-67 {
  margin-bottom: 67px;
}

.margin-b-68 {
  margin-bottom: 68px;
}

.margin-b-69 {
  margin-bottom: 69px;
}

.margin-b-70 {
  margin-bottom: 70px;
}

.margin-b-71 {
  margin-bottom: 71px;
}

.margin-b-72 {
  margin-bottom: 72px;
}

.margin-b-73 {
  margin-bottom: 73px;
}

.margin-b-74 {
  margin-bottom: 74px;
}

.margin-b-75 {
  margin-bottom: 75px;
}

.margin-b-76 {
  margin-bottom: 76px;
}

.margin-b-77 {
  margin-bottom: 77px;
}

.margin-b-78 {
  margin-bottom: 78px;
}

.margin-b-79 {
  margin-bottom: 79px;
}

.margin-b-80 {
  margin-bottom: 80px;
}

.margin-b-81 {
  margin-bottom: 81px;
}

.margin-b-82 {
  margin-bottom: 82px;
}

.margin-b-83 {
  margin-bottom: 83px;
}

.margin-b-84 {
  margin-bottom: 84px;
}

.margin-b-85 {
  margin-bottom: 85px;
}

.margin-b-86 {
  margin-bottom: 86px;
}

.margin-b-87 {
  margin-bottom: 87px;
}

.margin-b-88 {
  margin-bottom: 88px;
}

.margin-b-89 {
  margin-bottom: 89px;
}

.margin-b-90 {
  margin-bottom: 90px;
}

.margin-b-91 {
  margin-bottom: 91px;
}

.margin-b-92 {
  margin-bottom: 92px;
}

.margin-b-93 {
  margin-bottom: 93px;
}

.margin-b-94 {
  margin-bottom: 94px;
}

.margin-b-95 {
  margin-bottom: 95px;
}

.margin-b-96 {
  margin-bottom: 96px;
}

.margin-b-97 {
  margin-bottom: 97px;
}

.margin-b-98 {
  margin-bottom: 98px;
}

.margin-b-99 {
  margin-bottom: 99px;
}

.margin-b-100 {
  margin-bottom: 100px;
}

.margin-b--large {
  margin-bottom: 96px;
}
.margin-b--med {
  margin-bottom: 64px;
}
.margin-b--small {
  margin-bottom: 48px;
}

.margin-t--large {
  margin-top: 96px;
}
.margin-t--med {
  margin-top: 64px;
}
.margin-t--small {
  margin-top: 48px;
}

* {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #F5F5F5;
}

main {
  background: #FFFFFF;
  padding: 96px 1.75rem 64px;
}

a {
  text-decoration: none;
  color: #EB4F46;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Bitter", "Courier New", serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1em;
  font-weight: 300;
}

.h1 {
  display: block;
}

.h2 {
  display: block;
}

.h3 {
  display: block;
}

.h4 {
  display: block;
}

.h5 {
  display: block;
}

.h6 {
  display: block;
}

h1,
.h1 {
  color: #73243E;
  font-size: 2em;
}

h2,
.h2 {
  font-size: 1.5em;
}

h3,
.h3 {
  color: #73243E;
  font-size: 1.5em;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1em;
}

input[type=search], input[type=text], input[type=email] {
  background-color: #FFFFFF;
  border: none;
  border-radius: 22px;
  color: #282828;
  height: 40px;
  text-indent: 21px;
}
input[type=search]::placeholder, input[type=text]::placeholder, input[type=email]::placeholder {
  color: #282828;
}
input.input--border {
  border: 1px solid;
}

form button {
  align-items: center;
  background-color: #EB4F46;
  border-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.input {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.input.input--combo input {
  margin-right: 3%;
  width: 100%;
}
.bg-alt {
  background-color: #F5F5F5;
  padding: 20px 0;
}
.bg-alt--large-padding {
  padding: 54px 0;
}

.btn {
  align-items: center;
  background-color: #EB4F46;
  border-color: transparent;
  border-radius: 22px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .btn {
    width: auto;
    display: inline-flex;
    padding: 0 2rem;
  }
}

.btn--img {
  padding: 0;
  height: 40px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--img img {
  max-height: 22px;
  width: auto;
}

.content__wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.pagination__range {
  background-color: #F5F5F5;
  border-radius: 25px;
  padding: 5px 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 40px;
}
.pagination__range a, .pagination__range span {
  padding: 0 0.5rem;
}
.pagination__prev-btn {
  transform: rotate(180deg);
}
.pagination .btn.disabled {
  background-color: #F5F5F5;
  cursor: not-allowed;
}

.site-header {
  background-color: #73243E;
  padding: 1.75rem;
}
.site-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .site-header .content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .content__wrapper .logo {
    margin: 0;
  }
  .site-header .content__wrapper form {
    width: 350px;
  }
}

#categoryNav button {
  align-items: center;
  background: #F5F5F5;
  border: none;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}
#categoryNav .nav-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
#categoryNav ul {
  align-items: center;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 60px 0 120px;
}
#categoryNav ul li {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
#categoryNav ul li a {
  color: #282828;
  padding: 25px 0;
}
#categoryNav ul li a.special {
  color: #EB4F46;
}
#categoryNav.menu-open .nav-wrapper {
  max-height: 1000px;
}
@media only screen and (min-width: 992px) {
  #categoryNav button {
    display: none;
  }
  #categoryNav .nav-wrapper {
    background-color: #F5F5F5;
    max-height: none;
    max-width: 960px;
    margin: 0 auto;
  }
  #categoryNav ul {
    background-color: transparent;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
  }
  #categoryNav ul li {
    font-size: 1em;
  }
}

.site-footer {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer .content__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials li:not(:last-child) {
  margin-right: 20px;
}

.featured-recipe {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .featured-recipe {
    display: flex;
    justify-content: space-between;
  }
  .featured-recipe__content, .featured-recipe__image {
    width: 48%;
  }
  .featured-recipe__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .featured-recipe__content h2 {
    margin: 0;
  }
}

.recipe-description {
  text-align: center;
}
.recipe-description h1 {
  font-weight: 300;
}

.recipe-info__ingredient-block ul {
  list-style: none;
}
.recipe-info__directions ol,
.recipe-info__directions ul {
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .recipe-info__directions > *:first-child {
    margin-top: 0;
  }
}

.shopify-buy-frame--product {
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.recipe-list__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .recipe-list__list {
    display: grid;
    grid-template-columns: 200px 200px 200px;
  }
}
@media only screen and (min-width: 992px) {
  .recipe-list__list {
    grid-template-columns: 200px 200px 200px 200px;
  }
}
.recipe-list__title {
  text-align: center;
}
.recipe-list__recipe {
  max-width: 40vw;
}
.recipe-list__recipe a,
.recipe-list__recipe span {
  display: block;
  font-size: 18px;
}
.recipe-list__recipe span {
  color: #73243E;
}
@media only screen and (min-width: 768px) {
  .recipe-list__recipe {
    max-width: none;
  }
}

.recipe {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.recipe-info__related-products .related-product a {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .recipe-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recipe-info__image {
    width: 32%;
  }
  .recipe-info__content {
    width: 65%;
  }
  .recipe-info__related-products {
    width: 100%;
  }
  .recipe-info__related-products > div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
  }
  .recipe-info__related-products .shopify-buy__product__variant-img {
    max-height: 200px;
  }
  .recipe-info__related-products .related-product {
    padding: 0 1rem;
  }
}

.newsletter {
  background-color: #F5F5F5;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter__wrap {
  margin: 0 auto;
  max-width: 500px;
  padding: 64px 0;
  text-align: center;
}

.product-search {
  position: relative;
}
.product-search #productList,
.product-search form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.product-search .input {
  position: relative;
}
.product-search .input:before {
  content: url("/assets/img/icon-search.svg");
  position: absolute;
  left: 1rem;
  top: 8px;
}
.product-search input {
  text-indent: 54px;
  width: 100%;
}

ul#productList {
  list-style: none;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
ul#productList.list-open {
  height: 250px;
  overflow: scroll;
}
ul#productList li {
  border-bottom: 1px solid #CACDD6;
}
ul#productList li a {
  padding: 15px 10px;
  display: block;
  color: #282828;
}
ul#productList li a:hover {
  color: #EB4F46;
}

.heading--bg {
  background-color: #73243E;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .heading--bg {
    text-align: left;
  }
}
.heading--flush {
  margin-top: 0;
}

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

@media print {
  .site-header, .site-footer, #categoryNav, .socials, .recipe-info__related-products {
    display: none;
  }

  .recipe-info {
    display: flex;
  }
  .recipe-info__image {
    margin-right: 5%;
    width: 45%;
  }
}
