* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

iframe {
  width: 100%; }

object {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none; }

@-webkit-keyframes btnBg {
  0% {
    background-color: #ff8a62; }
  33% {
    background-color: #ff9a2c; }
  66% {
    background-color: #ffc42c; }
  100% {
    background-color: #ff8a62; } }

@keyframes btnBg {
  0% {
    background-color: #ff8a62; }
  33% {
    background-color: #ff9a2c; }
  66% {
    background-color: #ffc42c; }
  100% {
    background-color: #ff8a62; } }

@-webkit-keyframes btnBorder {
  0% {
    border-color: #ff8a62; }
  33% {
    border-color: #ff9a2c; }
  66% {
    border-color: #ffc42c; }
  100% {
    border-color: #ff8a62; } }

@keyframes btnBorder {
  0% {
    border-color: #ff8a62; }
  33% {
    border-color: #ff9a2c; }
  66% {
    border-color: #ffc42c; }
  100% {
    border-color: #ff8a62; } }

@-webkit-keyframes btnBorder2 {
  0% {
    border-color: #ff8a62; }
  33% {
    border-color: #ff9a2c; }
  66% {
    border-color: #ffc42c; }
  100% {
    border-color: #ff8a62; } }

@keyframes btnBorder2 {
  0% {
    border-color: #ff8a62; }
  33% {
    border-color: #ff9a2c; }
  66% {
    border-color: #ffc42c; }
  100% {
    border-color: #ff8a62; } }

@-webkit-keyframes btnColor {
  0% {
    color: #ff8a62; }
  33% {
    color: #ff9a2c; }
  66% {
    color: #ffc42c; }
  100% {
    color: #ff8a62; } }

@keyframes btnColor {
  0% {
    color: #ff8a62; }
  33% {
    color: #ff9a2c; }
  66% {
    color: #ffc42c; }
  100% {
    color: #ff8a62; } }

@-webkit-keyframes fillRotateColor {
  0% {
    fill: #ff8a62; }
  33% {
    fill: #ff9a2c; }
  66% {
    fill: #ffc42c; }
  100% {
    fill: #ff8a62; } }

@keyframes fillRotateColor {
  0% {
    fill: #ff8a62; }
  33% {
    fill: #ff9a2c; }
  66% {
    fill: #ffc42c; }
  100% {
    fill: #ff8a62; } }

@-webkit-keyframes pizzaFloat {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-80px); }
  100% {
    transform: translateY(0); } }

@keyframes pizzaFloat {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-80px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes pizzaFloatMobile {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0); } }

@keyframes pizzaFloatMobile {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes tripOut {
  0% {
    transform: skew(0); }
  50% {
    transform: skew(10deg, 10deg); }
  100% {
    transform: skew(0); } }

@keyframes tripOut {
  0% {
    transform: skew(0); }
  50% {
    transform: skew(10deg, 10deg); }
  100% {
    transform: skew(0); } }

@-webkit-keyframes ketoOut {
  0% {
    transform: skew(0); }
  50% {
    transform: skew(2deg, 2deg); }
  100% {
    transform: skew(0); } }

@keyframes ketoOut {
  0% {
    transform: skew(0); }
  50% {
    transform: skew(2deg, 2deg); }
  100% {
    transform: skew(0); } }

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

@keyframes badgeSpin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes pointRight {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }

@keyframes pointRight {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0) scaleY(2); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0) scaleY(2); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation: 4s ease-in-out bounceInUp;
  animation: 4s ease-in-out bounceInUp; }

.fadeInOut {
  -webkit-animation: 4s ease-in-out fadeInOut;
  animation: 4s ease-in-out fadeInOut; }

.pointRight {
  -webkit-animation: 4s ease-in-out pointRight infinite;
  animation: 4s ease-in-out pointRight infinite; }

/**
Class Naming Structure: block--element__modifier
**/
body {
  font-family: "Calibre", Helvetica, arial, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

h1, h2, h3, h4, h5 {
  line-height: 1; }

strong, b {
  font-weight: 700; }

em {
  font-style: italic; }

sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  top: -.35em;
  font-weight: 500; }

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

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

.color-white {
  color: #fff; }

.title__h1 {
  font-size: 1.75rem;
  font-weight: 700; }
  @media (min-width: 62.5em) {
    .title__h1 {
      font-size: 4.16667vw;
      letter-spacing: -.015em; } }

.title__h2 {
  font-size: 1.75rem;
  font-weight: 700; }
  @media (min-width: 62.5em) {
    .title__h2 {
      font-size: 2.8125rem; } }
  @media (min-width: 87.5em) {
    .title__h2 {
      font-size: 3.125vw; } }

.title__h3 {
  font-size: 1.25rem;
  font-weight: 700; }
  @media (min-width: 62.5em) {
    .title__h3 {
      font-size: 2.1875rem; } }
  @media (min-width: 87.5em) {
    .title__h3 {
      font-size: 2.43056vw; } }

.title__h4 {
  font-size: 1.0625rem;
  font-weight: 500; }
  @media (min-width: 62.5em) {
    .title__h4 {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .title__h4 {
      font-size: 1.38889vw; } }

.text-h3 {
  font-size: 1.25rem;
  font-weight: 700; }
  @media (min-width: 62.5em) {
    .text-h3 {
      font-size: 2.1875rem; } }

.label {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .25em; }

.label--small {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .25em; }

.label--large {
  font-size: 1.4375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1; }

.p--35 {
  font-size: 1.75rem;
  line-height: 1; }
  @media (min-width: 47.5em) {
    .p--35 {
      font-size: 2.1875rem; } }
  @media (min-width: 87.5em) {
    .p--35 {
      font-size: 2.43056vw; } }

.p--14 {
  font-size: 0.875rem;
  line-height: 1.28571; }

.text--12 {
  font-size: 0.75rem;
  line-height: 1.25; }

.body-content h1 {
  font-size: 1.75rem;
  font-weight: 700; }
  @media (min-width: 47.5em) {
    .body-content h1 {
      font-size: 3.75rem; } }
  @media (min-width: 87.5em) {
    .body-content h1 {
      font-size: 4.16667vw; } }

.body-content h2 {
  font-size: 1.75rem;
  line-height: 1; }
  @media (min-width: 47.5em) {
    .body-content h2 {
      font-size: 2.1875rem; } }
  @media (min-width: 87.5em) {
    .body-content h2 {
      font-size: 2.43056vw; } }

.body-content h2,
.body-content h3,
.body-content h4 {
  margin-bottom: 24px;
  padding-top: 24px;
  font-weight: 700; }

.text-20 {
  font-size: 1.0625rem;
  line-height: calc(27/20); }
  @media (min-width: 62.5em) {
    .text-20 {
      font-size: 1.25rem; } }

.p--20,
.text--20,
.body-content p,
.body-content ul,
.body-content ol,
.body-content h3,
.body-content h4 {
  font-size: 1.0625rem;
  line-height: calc(27/20); }
  @media (min-width: 62.5em) {
    .p--20,
    .text--20,
    .body-content p,
    .body-content ul,
    .body-content ol,
    .body-content h3,
    .body-content h4 {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .p--20,
    .text--20,
    .body-content p,
    .body-content ul,
    .body-content ol,
    .body-content h3,
    .body-content h4 {
      font-size: 1.38889vw; } }

.content p:not(:last-child),
.body-content p:not(:last-child),
.body-content ul:not(:last-child),
.body-content ol:not(:last-child),
.body-content blockquote:not(:last-child) {
  margin-bottom: 1.5em; }

.body-content ul {
  list-style: disc; }

.body-content ol {
  list-style: decimal; }

.body-content ul li,
.body-content ol li {
  margin-left: 1em; }

.body-content a {
  text-decoration: underline; }
  .body-content a:hover {
    text-decoration: none; }

.bg-pattern-01 {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-01.svg?v=7662646969717269081668414593);
  background-repeat: repeat-x; }

.bg-pattern-02 {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-02.svg?v=110007104722125409551668414593);
  background-repeat: repeat-x; }

.bg-pattern-03 {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-03.svg?v=12186632752795220381668414593);
  background-repeat: repeat-x; }

.bg-pattern--padding .container {
  padding-top: 96px; }
  @media (min-width: 47.5em) {
    .bg-pattern--padding .container {
      padding-top: 144px; } }

.bg-pattern--bottom {
  background-position: bottom left; }

svg:not(:root) {
  overflow: hidden; }

[class^="icon-"] {
  display: inline-block;
  vertical-align: middle; }

.icon-logo-hat {
  width: 25px;
  height: 26px; }

.icon-account {
  width: 18px;
  height: 27px; }

.icon-cart {
  width: 19px;
  height: 26px; }

.icon-arrow-right {
  width: 102px;
  height: 27px; }

.icon-arrow-right-ui {
  width: 18px;
  height: 16px; }

.icon-arrow-right-medium {
  width: 77px;
  height: 27px; }

.icon-arrow-right-short {
  width: 52px;
  height: 27px; }

.icon-instagram {
  width: 25px;
  height: 25px;
  fill: #fff; }

.icon-facebook {
  width: 13px;
  height: 25px;
  fill: #fff; }

.icon-pinterest {
  width: 20px;
  height: 25px;
  fill: #fff; }

.icon-delete {
  width: 16px;
  height: 16px; }

.icon-plus {
  width: 14px;
  height: 14px; }

.icon-print {
  width: 20px;
  height: 21px; }

.icon-view {
  -webkit-animation: fillRotateColor linear 5s infinite;
  animation: fillRotateColor linear 5s infinite;
  width: 29px;
  height: 18px; }

.icon-new-face {
  width: 50px;
  height: 50px; }
  @media (min-width: 62.5em) {
    .icon-new-face {
      width: 80px;
      height: 80px; } }

.icon-chevron-down {
  width: 18px;
  height: 11px; }

@media (max-width: 47.4375em) {
  .cta-arrow {
    display: none; } }

@media (min-width: 47.5em) {
  .cta-arrow {
    padding-top: 55px; } }

.icon-down {
  width: 34px;
  height: 34px; }

/** Margin Bottom **/
.mb-6 {
  margin-bottom: 6px; }

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

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

.mb-24 {
  margin-bottom: 12px; }
  @media (min-width: 47.5em) {
    .mb-24 {
      margin-bottom: 24px; } }

.mb-30 {
  margin-bottom: 12px; }
  @media (min-width: 47.5em) {
    .mb-30 {
      margin-bottom: 30px; } }

.mb-36 {
  margin-bottom: 24px; }
  @media (min-width: 47.5em) {
    .mb-36 {
      margin-bottom: 36px; } }

.mb-42 {
  margin-bottom: 24px; }
  @media (min-width: 47.5em) {
    .mb-42 {
      margin-bottom: 42px; } }

.mb-48 {
  margin-bottom: 24px; }
  @media (min-width: 47.5em) {
    .mb-48 {
      margin-bottom: 48px; } }

.mb-60 {
  margin-bottom: 48px; }
  @media (min-width: 47.5em) {
    .mb-60 {
      margin-bottom: 60px; } }

.mb-72 {
  margin-bottom: 48px; }
  @media (min-width: 47.5em) {
    .mb-72 {
      margin-bottom: 72px; } }

@media (max-width: 47.4375em) {
  .mb-6--mob {
    margin-bottom: 6px; } }

@media (max-width: 47.4375em) {
  .mb-12--mob {
    margin-bottom: 12px; } }

@media (max-width: 47.4375em) {
  .mb-18--mob {
    margin-bottom: 18px; } }

@media (max-width: 47.4375em) {
  .mb-24--mob {
    margin-bottom: 24px; } }

/** Padding Top **/
.pt-6 {
  padding-top: 6px; }

.pt-12 {
  padding-top: 12px; }

.pt-18 {
  padding-top: 18px; }

.pt-24 {
  padding-top: 24px; }

.pt-30 {
  padding-top: 30px; }

.pt-36 {
  padding-top: 36px; }

.pt-42 {
  padding-top: 42px; }

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

.m--0 {
  margin: 0; }

/** Margin Bottom **/
.mb--0 {
  margin-bottom: 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 37.5em) {
  .sm\:mb--0 {
    margin-bottom: 0px; }
  .sm\:mb--4 {
    margin-bottom: 4px; }
  .sm\:mb--8 {
    margin-bottom: 8px; }
  .sm\:mb--12 {
    margin-bottom: 12px; }
  .sm\:mb--16 {
    margin-bottom: 16px; }
  .sm\:mb--20 {
    margin-bottom: 20px; }
  .sm\:mb--24 {
    margin-bottom: 24px; }
  .sm\:mb--32 {
    margin-bottom: 32px; }
  .sm\:mb--40 {
    margin-bottom: 40px; }
  .sm\:mb--48 {
    margin-bottom: 48px; }
  .sm\:mb--56 {
    margin-bottom: 56px; }
  .sm\:mb--64 {
    margin-bottom: 64px; }
  .sm\:mb--72 {
    margin-bottom: 72px; } }

@media (min-width: 37.5em) {
  .sm\:mb--0 {
    margin-bottom: 0px; }
  .sm\:mb--4 {
    margin-bottom: 4px; }
  .sm\:mb--8 {
    margin-bottom: 8px; }
  .sm\:mb--12 {
    margin-bottom: 12px; }
  .sm\:mb--16 {
    margin-bottom: 16px; }
  .sm\:mb--20 {
    margin-bottom: 20px; }
  .sm\:mb--24 {
    margin-bottom: 24px; }
  .sm\:mb--32 {
    margin-bottom: 32px; }
  .sm\:mb--40 {
    margin-bottom: 40px; }
  .sm\:mb--48 {
    margin-bottom: 48px; }
  .sm\:mb--56 {
    margin-bottom: 56px; }
  .sm\:mb--64 {
    margin-bottom: 64px; }
  .sm\:mb--72 {
    margin-bottom: 72px; } }

@media (min-width: 47.5em) {
  .md\:mb--0 {
    margin-bottom: 0px; }
  .md\:mb--4 {
    margin-bottom: 4px; }
  .md\:mb--8 {
    margin-bottom: 8px; }
  .md\:mb--12 {
    margin-bottom: 12px; }
  .md\:mb--16 {
    margin-bottom: 16px; }
  .md\:mb--20 {
    margin-bottom: 20px; }
  .md\:mb--24 {
    margin-bottom: 24px; }
  .md\:mb--32 {
    margin-bottom: 32px; }
  .md\:mb--40 {
    margin-bottom: 40px; }
  .md\:mb--48 {
    margin-bottom: 48px; }
  .md\:mb--56 {
    margin-bottom: 56px; }
  .md\:mb--64 {
    margin-bottom: 64px; }
  .md\:mb--72 {
    margin-bottom: 72px; } }

@media (min-width: 62.5em) {
  .lg\:mb--0 {
    margin-bottom: 0px; }
  .lg\:mb--4 {
    margin-bottom: 4px; }
  .lg\:mb--8 {
    margin-bottom: 8px; }
  .lg\:mb--12 {
    margin-bottom: 12px; }
  .lg\:mb--16 {
    margin-bottom: 16px; }
  .lg\:mb--20 {
    margin-bottom: 20px; }
  .lg\:mb--24 {
    margin-bottom: 24px; }
  .lg\:mb--32 {
    margin-bottom: 32px; }
  .lg\:mb--40 {
    margin-bottom: 40px; }
  .lg\:mb--48 {
    margin-bottom: 48px; }
  .lg\:mb--56 {
    margin-bottom: 56px; }
  .lg\:mb--64 {
    margin-bottom: 64px; }
  .lg\:mb--72 {
    margin-bottom: 72px; } }

/** Margin Top **/
.mt--0 {
  margin-top: 0px; }

.mt--4 {
  margin-top: 4px; }

.mt--8 {
  margin-top: 8px; }

.mt--16 {
  margin-top: 16px; }

.mt--20 {
  margin-top: 20px; }

.mt--24 {
  margin-top: 24px; }

.mt--32 {
  margin-top: 32px; }

.mt--40 {
  margin-top: 40px; }

.mt--48 {
  margin-top: 48px; }

.mt--56 {
  margin-top: 56px; }

.mt--64 {
  margin-top: 64px; }

.mt--72 {
  margin-top: 72px; }

@media (min-width: 37.5em) {
  .sm\:mt--0 {
    margin-top: 0px; }
  .sm\:mt--4 {
    margin-top: 4px; }
  .sm\:mt--8 {
    margin-top: 8px; }
  .sm\:mt--16 {
    margin-top: 16px; }
  .sm\:mt--20 {
    margin-top: 20px; }
  .sm\:mt--24 {
    margin-top: 24px; }
  .sm\:mt--32 {
    margin-top: 32px; }
  .sm\:mt--40 {
    margin-top: 40px; }
  .sm\:mt--48 {
    margin-top: 48px; }
  .sm\:mt--56 {
    margin-top: 56px; }
  .sm\:mt--64 {
    margin-top: 64px; }
  .sm\:mt--72 {
    margin-top: 72px; } }

@media (min-width: 47.5em) {
  .md\:mt--0 {
    margin-top: 0px; }
  .md\:mt--4 {
    margin-top: 4px; }
  .md\:mt--8 {
    margin-top: 8px; }
  .md\:mt--16 {
    margin-top: 16px; }
  .md\:mt--20 {
    margin-top: 20px; }
  .md\:mt--24 {
    margin-top: 24px; }
  .md\:mt--32 {
    margin-top: 32px; }
  .md\:mt--40 {
    margin-top: 40px; }
  .md\:mt--48 {
    margin-top: 48px; }
  .md\:mt--56 {
    margin-top: 56px; }
  .md\:mt--64 {
    margin-top: 64px; }
  .md\:mt--72 {
    margin-top: 72px; } }

@media (min-width: 62.5em) {
  .lg\:mt--0 {
    margin-top: 0px; }
  .lg\:mt--4 {
    margin-top: 4px; }
  .lg\:mt--8 {
    margin-top: 8px; }
  .lg\:mt--16 {
    margin-top: 16px; }
  .lg\:mt--20 {
    margin-top: 20px; }
  .lg\:mt--24 {
    margin-top: 24px; }
  .lg\:mt--32 {
    margin-top: 32px; }
  .lg\:mt--40 {
    margin-top: 40px; }
  .lg\:mt--48 {
    margin-top: 48px; }
  .lg\:mt--56 {
    margin-top: 56px; }
  .lg\:mt--64 {
    margin-top: 64px; }
  .lg\:mt--72 {
    margin-top: 72px; } }

/** Margin Right **/
.mr--4 {
  margin-right: 4px; }

.mr--8 {
  margin-right: 8px; }

.mr--16 {
  margin-right: 16px; }

.mr--20 {
  margin-right: 20px; }

.mr--24 {
  margin-right: 24px; }

.mr--32 {
  margin-right: 32px; }

.mr--40 {
  margin-right: 40px; }

.mr--48 {
  margin-right: 48px; }

.mr--56 {
  margin-right: 56px; }

.mr--64 {
  margin-right: 64px; }

.mr--72 {
  margin-right: 72px; }

@media (min-width: 37.5em) {
  .sm\:mr--4 {
    margin-right: 4px; }
  .sm\:mr--8 {
    margin-right: 8px; }
  .sm\:mr--16 {
    margin-right: 16px; }
  .sm\:mr--20 {
    margin-right: 20px; }
  .sm\:mr--24 {
    margin-right: 24px; }
  .sm\:mr--32 {
    margin-right: 32px; }
  .sm\:mr--40 {
    margin-right: 40px; }
  .sm\:mr--48 {
    margin-right: 48px; }
  .sm\:mr--56 {
    margin-right: 56px; }
  .sm\:mr--64 {
    margin-right: 64px; }
  .sm\:mr--72 {
    margin-right: 72px; } }

@media (min-width: 47.5em) {
  .md\:mr--4 {
    margin-right: 4px; }
  .md\:mr--8 {
    margin-right: 8px; }
  .md\:mr--16 {
    margin-right: 16px; }
  .md\:mr--20 {
    margin-right: 20px; }
  .md\:mr--24 {
    margin-right: 24px; }
  .md\:mr--32 {
    margin-right: 32px; }
  .md\:mr--40 {
    margin-right: 40px; }
  .md\:mr--48 {
    margin-right: 48px; }
  .md\:mr--56 {
    margin-right: 56px; }
  .md\:mr--64 {
    margin-right: 64px; }
  .md\:mr--72 {
    margin-right: 72px; } }

@media (min-width: 62.5em) {
  .lg\:mr--4 {
    margin-right: 4px; }
  .lg\:mr--8 {
    margin-right: 8px; }
  .lg\:mr--16 {
    margin-right: 16px; }
  .lg\:mr--20 {
    margin-right: 20px; }
  .lg\:mr--24 {
    margin-right: 24px; }
  .lg\:mr--32 {
    margin-right: 32px; }
  .lg\:mr--40 {
    margin-right: 40px; }
  .lg\:mr--48 {
    margin-right: 48px; }
  .lg\:mr--56 {
    margin-right: 56px; }
  .lg\:mr--64 {
    margin-right: 64px; }
  .lg\:mr--72 {
    margin-right: 72px; } }

/** Margin Left **/
.ml--0 {
  margin-left: 0px; }

.ml--4 {
  margin-left: 4px; }

.ml--8 {
  margin-left: 8px; }

.ml--16 {
  margin-left: 16px; }

.ml--20 {
  margin-left: 20px; }

.ml--24 {
  margin-left: 24px; }

.ml--32 {
  margin-left: 32px; }

.ml--40 {
  margin-left: 40px; }

.ml--48 {
  margin-left: 48px; }

.ml--56 {
  margin-left: 56px; }

.ml--64 {
  margin-left: 64px; }

.ml--72 {
  margin-left: 72px; }

@media (min-width: 37.5em) {
  .sm\:ml--0 {
    margin-left: 0px; }
  .sm\:ml--4 {
    margin-left: 4px; }
  .sm\:ml--8 {
    margin-left: 8px; }
  .sm\:ml--16 {
    margin-left: 16px; }
  .sm\:ml--20 {
    margin-left: 20px; }
  .sm\:ml--24 {
    margin-left: 24px; }
  .sm\:ml--32 {
    margin-left: 32px; }
  .sm\:ml--40 {
    margin-left: 40px; }
  .sm\:ml--48 {
    margin-left: 48px; }
  .sm\:ml--56 {
    margin-left: 56px; }
  .sm\:ml--64 {
    margin-left: 64px; }
  .sm\:ml--72 {
    margin-left: 72px; } }

@media (min-width: 47.5em) {
  .md\:ml--0 {
    margin-left: 0px; }
  .md\:ml--4 {
    margin-left: 4px; }
  .md\:ml--8 {
    margin-left: 8px; }
  .md\:ml--16 {
    margin-left: 16px; }
  .md\:ml--20 {
    margin-left: 20px; }
  .md\:ml--24 {
    margin-left: 24px; }
  .md\:ml--32 {
    margin-left: 32px; }
  .md\:ml--40 {
    margin-left: 40px; }
  .md\:ml--48 {
    margin-left: 48px; }
  .md\:ml--56 {
    margin-left: 56px; }
  .md\:ml--64 {
    margin-left: 64px; }
  .md\:ml--72 {
    margin-left: 72px; } }

@media (min-width: 62.5em) {
  .lg\:ml--0 {
    margin-left: 0px; }
  .lg\:ml--4 {
    margin-left: 4px; }
  .lg\:ml--8 {
    margin-left: 8px; }
  .lg\:ml--16 {
    margin-left: 16px; }
  .lg\:ml--20 {
    margin-left: 20px; }
  .lg\:ml--24 {
    margin-left: 24px; }
  .lg\:ml--32 {
    margin-left: 32px; }
  .lg\:ml--40 {
    margin-left: 40px; }
  .lg\:ml--48 {
    margin-left: 48px; }
  .lg\:ml--56 {
    margin-left: 56px; }
  .lg\:ml--64 {
    margin-left: 64px; }
  .lg\:ml--72 {
    margin-left: 72px; } }

/** Padding **/
.p--0 {
  padding: 0px; }

.p--8 {
  padding: 8px; }

.p--12 {
  padding: 12px; }

.p--16 {
  padding: 16px; }

.p--32 {
  padding: 32px; }

.p--16-20 {
  padding: 16px 20px; }

@media (min-width: 37.5em) {
  .sm\:p--0 {
    padding: 0px; }
  .sm\:p--8 {
    padding: 8px; }
  .sm\:p--12 {
    padding: 12px; }
  .sm\:p--16 {
    padding: 16px; }
  .sm\:p--20 {
    padding: 20px; }
  .sm\:p--32 {
    padding: 32px; }
  .sm\:p--16-20 {
    padding: 16px 20px; } }

@media (min-width: 47.5em) {
  .md\:p--0 {
    padding: 0px; }
  .md\:p--8 {
    padding: 8px; }
  .md\:p--12 {
    padding: 12px; }
  .md\:p--16 {
    padding: 16px; }
  .md\:p--20 {
    padding: 20px; }
  .md\:p--32 {
    padding: 32px; }
  .md\:p--16-20 {
    padding: 16px 20px; } }

@media (min-width: 62.5em) {
  .lg\:p--0 {
    padding: 0px; }
  .lg\:p--8 {
    padding: 8px; }
  .lg\:p--12 {
    padding: 12px; }
  .lg\:p--16 {
    padding: 16px; }
  .lg\:p--20 {
    padding: 20px; }
  .lg\:p--32 {
    padding: 32px; }
  .lg\:p--16-20 {
    padding: 16px 20px; } }

/** Padding Top **/
.pt--0 {
  padding-top: 0px; }

.pt--4 {
  padding-top: 4px; }

.pt--8 {
  padding-top: 8px; }

.pt--16 {
  padding-top: 16px; }

.pt--20 {
  padding-top: 20px; }

.pt--24 {
  padding-top: 24px; }

.pt--32 {
  padding-top: 32px; }

.pt--40 {
  padding-top: 40px; }

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

.pt--56 {
  padding-top: 56px; }

.pt--64 {
  padding-top: 64px; }

.pt--72 {
  padding-top: 72px; }

@media (min-width: 37.5em) {
  .sm\:pt--0 {
    padding-top: 0px; }
  .sm\:pt--4 {
    padding-top: 4px; }
  .sm\:pt--8 {
    padding-top: 8px; }
  .sm\:pt--16 {
    padding-top: 16px; }
  .sm\:pt--20 {
    padding-top: 20px; }
  .sm\:pt--24 {
    padding-top: 24px; }
  .sm\:pt--32 {
    padding-top: 32px; }
  .sm\:pt--40 {
    padding-top: 40px; }
  .sm\:pt--48 {
    padding-top: 48px; }
  .sm\:pt--56 {
    padding-top: 56px; }
  .sm\:pt--64 {
    padding-top: 64px; }
  .sm\:pt--72 {
    padding-top: 72px; } }

@media (min-width: 47.5em) {
  .md\:pt--0 {
    padding-top: 0px; }
  .md\:pt--4 {
    padding-top: 4px; }
  .md\:pt--8 {
    padding-top: 8px; }
  .md\:pt--16 {
    padding-top: 16px; }
  .md\:pt--20 {
    padding-top: 20px; }
  .md\:pt--24 {
    padding-top: 24px; }
  .md\:pt--32 {
    padding-top: 32px; }
  .md\:pt--40 {
    padding-top: 40px; }
  .md\:pt--48 {
    padding-top: 48px; }
  .md\:pt--56 {
    padding-top: 56px; }
  .md\:pt--64 {
    padding-top: 64px; }
  .md\:pt--72 {
    padding-top: 72px; } }

@media (min-width: 62.5em) {
  .lg\:pt--0 {
    padding-top: 0px; }
  .lg\:pt--4 {
    padding-top: 4px; }
  .lg\:pt--8 {
    padding-top: 8px; }
  .lg\:pt--16 {
    padding-top: 16px; }
  .lg\:pt--20 {
    padding-top: 20px; }
  .lg\:pt--24 {
    padding-top: 24px; }
  .lg\:pt--32 {
    padding-top: 32px; }
  .lg\:pt--40 {
    padding-top: 40px; }
  .lg\:pt--48 {
    padding-top: 48px; }
  .lg\:pt--56 {
    padding-top: 56px; }
  .lg\:pt--64 {
    padding-top: 64px; }
  .lg\:pt--72 {
    padding-top: 72px; } }

/** Padding Bottom **/
.pb--0 {
  padding-bottom: 0px; }

.pb--4 {
  padding-bottom: 4px; }

.pb--8 {
  padding-bottom: 8px; }

.pb--16 {
  padding-bottom: 16px; }

.pb--20 {
  padding-bottom: 20px; }

.pb--24 {
  padding-bottom: 24px; }

.pb--32 {
  padding-bottom: 32px; }

.pb--40 {
  padding-bottom: 40px; }

.pb--48 {
  padding-bottom: 48px; }

.pb--56 {
  padding-bottom: 56px; }

.pb--64 {
  padding-bottom: 64px; }

.pb--72 {
  padding-bottom: 72px; }

@media (min-width: 37.5em) {
  .sm\:pb--0 {
    padding-bottom: 0px; }
  .sm\:pb--4 {
    padding-bottom: 4px; }
  .sm\:pb--8 {
    padding-bottom: 8px; }
  .sm\:pb--16 {
    padding-bottom: 16px; }
  .sm\:pb--20 {
    padding-bottom: 20px; }
  .sm\:pb--24 {
    padding-bottom: 24px; }
  .sm\:pb--32 {
    padding-bottom: 32px; }
  .sm\:pb--40 {
    padding-bottom: 40px; }
  .sm\:pb--48 {
    padding-bottom: 48px; }
  .sm\:pb--56 {
    padding-bottom: 56px; }
  .sm\:pb--64 {
    padding-bottom: 64px; }
  .sm\:pb--72 {
    padding-bottom: 72px; } }

@media (min-width: 47.5em) {
  .md\:pb--0 {
    padding-bottom: 0px; }
  .md\:pb--4 {
    padding-bottom: 4px; }
  .md\:pb--8 {
    padding-bottom: 8px; }
  .md\:pb--16 {
    padding-bottom: 16px; }
  .md\:pb--20 {
    padding-bottom: 20px; }
  .md\:pb--24 {
    padding-bottom: 24px; }
  .md\:pb--32 {
    padding-bottom: 32px; }
  .md\:pb--40 {
    padding-bottom: 40px; }
  .md\:pb--48 {
    padding-bottom: 48px; }
  .md\:pb--56 {
    padding-bottom: 56px; }
  .md\:pb--64 {
    padding-bottom: 64px; }
  .md\:pb--72 {
    padding-bottom: 72px; } }

@media (min-width: 62.5em) {
  .lg\:pb--0 {
    padding-bottom: 0px; }
  .lg\:pb--4 {
    padding-bottom: 4px; }
  .lg\:pb--8 {
    padding-bottom: 8px; }
  .lg\:pb--16 {
    padding-bottom: 16px; }
  .lg\:pb--20 {
    padding-bottom: 20px; }
  .lg\:pb--24 {
    padding-bottom: 24px; }
  .lg\:pb--32 {
    padding-bottom: 32px; }
  .lg\:pb--40 {
    padding-bottom: 40px; }
  .lg\:pb--48 {
    padding-bottom: 48px; }
  .lg\:pb--56 {
    padding-bottom: 56px; }
  .lg\:pb--64 {
    padding-bottom: 64px; }
  .lg\:pb--72 {
    padding-bottom: 72px; } }

/** Padding Left **/
.pl--4 {
  padding-left: 4px; }

.pl--8 {
  padding-left: 8px; }

.pl--16 {
  padding-left: 16px; }

.pl--20 {
  padding-left: 20px; }

.pl--24 {
  padding-left: 24px; }

.pl--32 {
  padding-left: 32px; }

.pl--40 {
  padding-left: 40px; }

.pl--48 {
  padding-left: 48px; }

.pl--56 {
  padding-left: 56px; }

.pl--64 {
  padding-left: 64px; }

.pl--72 {
  padding-left: 72px; }

@media (min-width: 37.5em) {
  .sm\:pl--4 {
    padding-left: 4px; }
  .sm\:pl--8 {
    padding-left: 8px; }
  .sm\:pl--16 {
    padding-left: 16px; }
  .sm\:pl--20 {
    padding-left: 20px; }
  .sm\:pl--24 {
    padding-left: 24px; }
  .sm\:pl--32 {
    padding-left: 32px; }
  .sm\:pl--40 {
    padding-left: 40px; }
  .sm\:pl--48 {
    padding-left: 48px; }
  .sm\:pl--56 {
    padding-left: 56px; }
  .sm\:pl--64 {
    padding-left: 64px; }
  .sm\:pl--72 {
    padding-left: 72px; } }

@media (min-width: 47.5em) {
  .md\:pl--4 {
    padding-left: 4px; }
  .md\:pl--8 {
    padding-left: 8px; }
  .md\:pl--16 {
    padding-left: 16px; }
  .md\:pl--20 {
    padding-left: 20px; }
  .md\:pl--24 {
    padding-left: 24px; }
  .md\:pl--32 {
    padding-left: 32px; }
  .md\:pl--40 {
    padding-left: 40px; }
  .md\:pl--48 {
    padding-left: 48px; }
  .md\:pl--56 {
    padding-left: 56px; }
  .md\:pl--64 {
    padding-left: 64px; }
  .md\:pl--72 {
    padding-left: 72px; } }

@media (min-width: 62.5em) {
  .lg\:pl--4 {
    padding-left: 4px; }
  .lg\:pl--8 {
    padding-left: 8px; }
  .lg\:pl--16 {
    padding-left: 16px; }
  .lg\:pl--20 {
    padding-left: 20px; }
  .lg\:pl--24 {
    padding-left: 24px; }
  .lg\:pl--32 {
    padding-left: 32px; }
  .lg\:pl--40 {
    padding-left: 40px; }
  .lg\:pl--48 {
    padding-left: 48px; }
  .lg\:pl--56 {
    padding-left: 56px; }
  .lg\:pl--64 {
    padding-left: 64px; }
  .lg\:pl--72 {
    padding-left: 72px; } }

/** Padding Right **/
.pr--4 {
  padding-right: 4px; }

.pr--8 {
  padding-right: 8px; }

.pr--16 {
  padding-right: 16px; }

.pr--20 {
  padding-right: 20px; }

.pr--24 {
  padding-right: 24px; }

.pr--32 {
  padding-right: 32px; }

.pr--40 {
  padding-right: 40px; }

.pr--48 {
  padding-right: 48px; }

.pr--56 {
  padding-right: 56px; }

.pr--64 {
  padding-right: 64px; }

.pr--72 {
  padding-right: 72px; }

@media (min-width: 37.5em) {
  .sm\:pr--4 {
    padding-right: 4px; }
  .sm\:pr--8 {
    padding-right: 8px; }
  .sm\:pr--16 {
    padding-right: 16px; }
  .sm\:pr--20 {
    padding-right: 20px; }
  .sm\:pr--24 {
    padding-right: 24px; }
  .sm\:pr--32 {
    padding-right: 32px; }
  .sm\:pr--40 {
    padding-right: 40px; }
  .sm\:pr--48 {
    padding-right: 48px; }
  .sm\:pr--56 {
    padding-right: 56px; }
  .sm\:pr--64 {
    padding-right: 64px; }
  .sm\:pr--72 {
    padding-right: 72px; } }

@media (min-width: 47.5em) {
  .md\:pr--4 {
    padding-right: 4px; }
  .md\:pr--8 {
    padding-right: 8px; }
  .md\:pr--16 {
    padding-right: 16px; }
  .md\:pr--20 {
    padding-right: 20px; }
  .md\:pr--24 {
    padding-right: 24px; }
  .md\:pr--32 {
    padding-right: 32px; }
  .md\:pr--40 {
    padding-right: 40px; }
  .md\:pr--48 {
    padding-right: 48px; }
  .md\:pr--56 {
    padding-right: 56px; }
  .md\:pr--64 {
    padding-right: 64px; }
  .md\:pr--72 {
    padding-right: 72px; } }

@media (min-width: 62.5em) {
  .lg\:pr--4 {
    padding-right: 4px; }
  .lg\:pr--8 {
    padding-right: 8px; }
  .lg\:pr--16 {
    padding-right: 16px; }
  .lg\:pr--20 {
    padding-right: 20px; }
  .lg\:pr--24 {
    padding-right: 24px; }
  .lg\:pr--32 {
    padding-right: 32px; }
  .lg\:pr--40 {
    padding-right: 40px; }
  .lg\:pr--48 {
    padding-right: 48px; }
  .lg\:pr--56 {
    padding-right: 56px; }
  .lg\:pr--64 {
    padding-right: 64px; }
  .lg\:pr--72 {
    padding-right: 72px; } }

/*
  1380px
  30px Gutters
  87.5px Colomns
*/
.flex-row {
  display: flex;
  justify-content: space-between; }

@media (min-width: 47.5em) {
  .flex-row--md {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 62.5em) {
  .flex-row--lg {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 87.5em) {
  .flex-row--xlg {
    display: flex;
    justify-content: space-between; } }

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

@media (min-width: 47.5em) {
  .flex-grid--md {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 62.5em) {
  .flex-grid--lg {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 87.5em) {
  .flex-grid--xlg {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 47.5em) {
  .flex-grid--center {
    justify-content: center; } }

@media (min-width: 47.5em) {
  .flex-grid--justify {
    justify-content: space-between; } }

.flex-grid [class*='col-'] {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 47.5em) {
  .flex-grid--md [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 62.5em) {
  .flex-grid--lg [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 87.5em) {
  .flex-grid--xlg [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 47.5em) {
  .col-1 {
    width: 8.333%; } }

@media (min-width: 47.5em) {
  .col-2 {
    width: 16.666%; } }

@media (min-width: 47.5em) {
  .col-3 {
    width: 25%; } }

@media (min-width: 47.5em) {
  .col-4 {
    width: 33.333%; } }

@media (min-width: 47.5em) {
  .col-5 {
    width: 41.666%; } }

@media (min-width: 47.5em) {
  .col-6 {
    width: 50%; } }

@media (min-width: 47.5em) {
  .col-7 {
    width: 58.333%; } }

@media (min-width: 47.5em) {
  .col-8 {
    width: 66.666%; } }

@media (min-width: 62.5em) {
  .col-9 {
    width: 75%; } }

@media (min-width: 87.5em) {
  .col-10 {
    width: 83.333%; } }

@media (min-width: 87.5em) {
  .col-11 {
    width: 91.666%; } }

@media (max-width: 47.4375em) {
  .col-6--mob {
    width: 50%; } }

@media (min-width: 47.5em) {
  .col-1--md {
    width: 8.333%; } }

@media (min-width: 47.5em) {
  .col-2--md {
    width: 16.666%; } }

@media (min-width: 47.5em) {
  .col-3--md {
    width: 25%; } }

@media (min-width: 47.5em) {
  .col-4--md {
    width: 33.333%; } }

@media (min-width: 47.5em) {
  .col-5--md {
    width: 41.666%; } }

@media (min-width: 47.5em) {
  .col-6--md {
    width: 50%; } }

@media (min-width: 47.5em) {
  .col-7--md {
    width: 58.333%; } }

@media (min-width: 47.5em) {
  .col-8--md {
    width: 66.666%; } }

@media (min-width: 47.5em) {
  .col-9--md {
    width: 75%; } }

@media (min-width: 62.5em) {
  .col-1--lg {
    width: 8.333%; } }

@media (min-width: 62.5em) {
  .col-2--lg {
    width: 16.666%; } }

@media (min-width: 62.5em) {
  .col-3--lg {
    width: 25%; } }

@media (min-width: 62.5em) {
  .col-4--lg {
    width: 33.333%; } }

@media (min-width: 62.5em) {
  .col-5--lg {
    width: 41.666%; } }

@media (min-width: 62.5em) {
  .col-6--lg {
    width: 50%; } }

@media (min-width: 62.5em) {
  .col-7--lg {
    width: 58.333%; } }

@media (min-width: 62.5em) {
  .col-8--lg {
    width: 66.666%; } }

@media (min-width: 62.5em) {
  .col-9--lg {
    width: 75%; } }

@media (min-width: 62.5em) {
  .col-10--lg {
    width: 83.333%; } }

@media (min-width: 62.5em) {
  .col-11--lg {
    width: 91.666%; } }

@media (min-width: 87.5em) {
  .col-1--xlg {
    width: 8.333%; } }

@media (min-width: 87.5em) {
  .col-2--xlg {
    width: 16.666%; } }

@media (min-width: 87.5em) {
  .col-3--xlg {
    width: 25%; } }

@media (min-width: 87.5em) {
  .col-4--xlg {
    width: 33.333%; } }

@media (min-width: 87.5em) {
  .col-5--xlg {
    width: 41.666%; } }

@media (min-width: 87.5em) {
  .col-6--xlg {
    width: 50%; } }

@media (min-width: 87.5em) {
  .col-7--xlg {
    width: 58.333%; } }

@media (min-width: 87.5em) {
  .col-8--xlg {
    width: 66.666%; } }

@media (min-width: 87.5em) {
  .col-9--xlg {
    width: 75%; } }

@media (min-width: 87.5em) {
  .col-10--xlg {
    width: 83.333%; } }

@media (min-width: 87.5em) {
  .col-11--xlg {
    width: 91.666%; } }

@media (min-width: 62.5em) {
  .col-offset-left-1 {
    margin-left: 8.333%; } }

@media (min-width: 62.5em) {
  .offset-left-1--lg {
    margin-left: 8.333%; } }

@media (min-width: 87.5em) {
  .offset-left-1--xlg {
    margin-left: 8.333%; } }

@media (min-width: 62.5em) {
  .col-offset-right-1 {
    margin-right: 8.333%; } }

@media (min-width: 62.5em) {
  .offset-right-1--lg {
    margin-right: 8.333%; } }

@media (min-width: 87.5em) {
  .offset-right-1--xlg {
    margin-right: 8.333%; } }

@media (min-width: 62.5em) {
  .col-offset-left-2 {
    margin-left: 16.666%; } }

@media (min-width: 62.5em) {
  .offset-left-2--lg {
    margin-left: 16.666%; } }

@media (min-width: 87.5em) {
  .offset-left-2--xlg {
    margin-left: 16.666%; } }

@media (min-width: 62.5em) {
  .col-offset-right-2 {
    margin-right: 16.666%; } }

@media (min-width: 62.5em) {
  .offset-right-2--lg {
    margin-right: 16.666%; } }

@media (min-width: 87.5em) {
  .offset-right-2--xlg {
    margin-right: 16.666%; } }

.grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 36px; }

.grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px; }

.grid--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px; }

@media (min-width: 37.5em) {
  .sm\:grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 36px; }
  .sm\:grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px; }
  .sm\:grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px; } }

@media (min-width: 47.5em) {
  .md\:grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 36px; }
  .md\:grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px; }
  .md\:grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px; } }

@media (min-width: 62.5em) {
  .lg\:grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 36px; }
  .lg\:grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px; }
  .lg\:grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px; } }

.col-span-1 {
  grid-column: span 1 / span 1; }

.col-span-2 {
  grid-column: span 2 / span 2; }

.col-span-3 {
  grid-column: span 3 / span 3; }

@media (min-width: 47.5em) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1; }
  .md\:col-span-2 {
    grid-column: span 2 / span 2; }
  .md\:col-span-3 {
    grid-column: span 3 / span 3; } }

@media (min-width: 62.5em) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1; }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2; }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3; } }

.r-gap--0 {
  row-gap: 0; }

.c-gap--20 {
  -moz-column-gap: 20px;
  column-gap: 20px; }

.flex {
  display: flex; }

@media (min-width: 27.5em) {
  .xsm\:flex {
    display: flex; } }

@media (min-width: 37.5em) {
  .sm\:flex {
    display: flex; } }

@media (min-width: 47.5em) {
  .md\:flex {
    display: flex; } }

@media (min-width: 62.5em) {
  .lg\:flex {
    display: flex; } }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

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

.items-baseline {
  align-items: baseline; }

.items-end {
  align-items: end; }

.no-shrink {
  flex-shrink: 0; }

.grow--1 > * {
  flex-grow: 1; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px; }
  @media (min-width: 47.5em) {
    .container {
      padding: 72px 30px; } }

.bg-white {
  background-color: #fff; }

.bg-black {
  background: #000;
  color: #fff; }
  .bg-black svg {
    fill: #fff; }

.bg-lt-grey {
  background: #ececec; }

.bg-xlt-grey {
  background: #fafafa; }

.is-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media (min-width: 47.5em) {
  .hide--desktop {
    display: none; } }

@media (max-width: 47.4375em) {
  .hide--mobile {
    display: none; } }

.relative {
  position: relative; }

#admin-bar-iframe {
  display: none; }

@media (max-width: 47.4375em) {
  #launcher {
    display: none; } }

a {
  transition: all .1s ease-in-out;
  color: #000; }
  a:hover {
    color: #ff8a62; }
  a:focus {
    outline: 2px auto #9e442c; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500; }

.btn--primary {
  font-size: 1.4375rem;
  -webkit-animation: btnBg linear 5s infinite, btnBorder linear 5s infinite;
  animation: btnBg linear 5s infinite, btnBorder linear 5s infinite;
  height: 54px;
  padding: 0 .8em;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (min-width: 47.5em) {
    .btn--primary {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .btn--primary:hover {
    -webkit-animation: btnColor linear 5s infinite;
    animation: btnColor linear 5s infinite;
    background: #fff; }

.btn--outline {
  font-size: 1.4375rem;
  -webkit-animation: btnBorder linear 5s infinite;
  animation: btnBorder linear 5s infinite;
  height: 54px;
  padding: 0 1.25rem;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  color: #ff8a62;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .btn--outline:hover {
    -webkit-animation: btnBg linear 5s infinite, btnBorder2 linear 5s infinite;
    animation: btnBg linear 5s infinite, btnBorder2 linear 5s infinite;
    color: #fff; }
  .btn--outline:hover .icon-view {
    -webkit-animation: none;
    animation: none;
    fill: #fff; }

.btn--black-outline {
  font-size: 1.4375rem;
  height: 54px;
  padding: 0 1.25rem;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .btn--black-outline:hover {
    background-color: #000;
    color: #fff; }

.btn--black {
  font-size: 0.9375rem;
  height: 44px;
  padding: 0 1.25rem;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .btn--black:hover, .btn--black:focus {
    background: #fff;
    border: 2px solid #000;
    color: #000; }

.btn--small {
  font-size: 0.9375rem;
  height: 36px;
  padding: 0 1.25rem;
  letter-spacing: .15em; }

.btn--large {
  font-size: 1.4375rem;
  height: 54px;
  padding: 0 1.25rem; }
  @media (min-width: 47.5em) {
    .btn--large {
      height: 66px; } }

.btn--full-width {
  width: 100%; }

.btn:disabled {
  -webkit-animation: none;
  animation: none;
  border-color: #d8d8d8;
  background: #d8d8d8;
  cursor: default; }

.link--primary {
  color: #ff8a62;
  border-bottom: 1px solid #ff8a62; }
  .link--primary:hover {
    color: #000;
    border-bottom-color: transparent; }

.link--black {
  color: #000;
  border-bottom: 1px solid #000; }
  .link--black:hover {
    color: #565656;
    border-bottom-color: transparent; }

.back-link svg {
  transform: rotate(180deg);
  margin-right: 6px; }

input[type="submit"],
input[type="button"],
button {
  font-family: "Calibre", Helvetica, arial, sans-serif;
  transition: all .1s ease-in-out;
  border: none;
  outline: none;
  cursor: pointer; }

.form-item {
  margin-bottom: 18px; }
  .form-item:last-of-type {
    margin-bottom: 0; }

.form-item label {
  font-size: 1.0625rem;
  line-height: calc(27/20); }
  @media (min-width: 62.5em) {
    .form-item label {
      font-size: 1.25rem; } }

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="password"],
textarea {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 2px solid #000;
  outline: none;
  font-family: "Calibre", Helvetica, arial, sans-serif;
  font-size: 1.125em;
  line-height: normal; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="phone"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    border-color: #ff8a62; }

textarea {
  height: 96px;
  padding: 12px 16px; }
  textarea:focus {
    border-color: #ff8a62; }

::-moz-placeholder {
  color: #565656; }

:-ms-input-placeholder {
  color: #565656; }

::placeholder {
  color: #565656; }

/** Select ============**/
select {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 100%;
  height: 54px;
  padding: 0 40px 0 16px;
  border: 2px solid #000;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-family: "Calibre", Helvetica, arial, sans-serif;
  font-size: 1.125em; }

.form-item--select .form-item__container {
  position: relative; }
  .form-item--select .form-item__container svg {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px; }

select::-ms-expand {
  display: none; }

.form-actions--flex {
  display: flex;
  align-items: center; }

.form-actions__item {
  margin-right: 20px; }

/** Checkbox / Radio ============**/
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

/** Errors ============**/
.errors {
  margin-bottom: 12px;
  color: red; }

.top-bar {
  z-index: 20;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 500;
  text-align: center; }

.top-bar .container {
  padding: 6px 20px; }

.top-bar a {
  color: #fff; }
  .top-bar a:hover {
    color: #ececec; }

.header {
  position: relative;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  background: #fff; }

.header .container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }

.header .flex-row {
  align-items: center;
  height: 54px; }
  @media (min-width: 62.5em) {
    .header .flex-row {
      transition: height .2s ease-in-out;
      height: 72px; } }

@media (max-width: 62.4375em) {
  .header-logo {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; } }

.header-logo a {
  position: relative;
  display: block; }

@media (min-width: 62.5em) {
  .icon-logo-hat,
  .logo-type {
    transition: opacity .15s ease-in-out; } }

@media (min-width: 62.5em) {
  .header-logo .icon-logo-hat {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0; } }

@media (min-width: 62.5em) {
  .logo--is-hidden {
    opacity: 0; } }

@media (max-width: 62.4375em) {
  .header-logo .logo-type {
    display: none; } }

.header-actions {
  display: flex; }

.header-actions a {
  display: block;
  margin-left: 18px; }

.header-actions svg {
  transition: fill .1s ease-in-out; }

.header-actions a:hover svg {
  -webkit-animation: fillRotateColor linear 5s infinite;
  animation: fillRotateColor linear 5s infinite; }

#customer_logout_link {
  padding-top: 8px;
  font-weight: 500;
  line-height: 1; }

.cart-open {
  position: relative; }

.cart-open .cart-count {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  font-size: 0.75rem;
  top: 7px;
  font-weight: 500;
  text-align: center; }

@media (min-width: 62.5em) {
  .main-nav {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; } }

.main-nav a {
  font-size: 1.875rem;
  display: block;
  font-weight: 500; }
  @media (max-width: 62.4375em) {
    .main-nav a {
      color: #fff; } }
  @media (min-width: 62.5em) {
    .main-nav a {
      font-size: 1.0625rem; } }
  .main-nav a:hover {
    -webkit-animation: btnColor linear 5s infinite;
    animation: btnColor linear 5s infinite; }

.main-nav__list > li > a {
  padding: 6px 20px; }
  @media (min-width: 62.5em) {
    .main-nav__list > li > a {
      padding: 24px 0; } }

@media (min-width: 62.5em) {
  .main-nav__list {
    display: flex;
    padding-top: 2px;
    text-align: center; } }

@media (max-width: 62.4375em) {
  .main-nav__list {
    transition: all .15s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000; } }

.main-nav__list.is-open {
  left: 0; }

.main-nav__list li {
  position: relative; }
  @media (min-width: 62.5em) {
    .main-nav__list li {
      margin: 0 16px; } }
  @media (min-width: 87.5em) {
    .main-nav__list li {
      margin: 0 24px; } }

.main-nav__list li ul {
  display: block; }
  @media (max-width: 62.4375em) {
    .main-nav__list li ul {
      margin-top: -6px;
      margin-bottom: 6px; } }
  @media (min-width: 62.5em) {
    .main-nav__list li ul {
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      transition: .15s;
      width: 504px;
      top: 72px;
      z-index: 10;
      visibility: hidden;
      opacity: 0;
      display: flex;
      background: #fff;
      padding: 36px 0 24px;
      border-top: 2px solid #000;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } }
  .main-nav__list li ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -10px; }

@media (min-width: 62.5em) {
  .main-nav__list li:hover ul,
  .main-nav__list li:focus ul {
    visibility: visible;
    opacity: 1; } }

@media (min-width: 62.5em) {
  .main-nav__list li li {
    width: 33.333%;
    text-align: center; } }

@media (max-width: 62.4375em) {
  .main-nav__list li li a {
    font-size: 1.5rem;
    padding: 0 20px; } }

@media (max-width: 62.4375em) {
  .main-nav__thumb {
    display: none; } }

.main-nav__mobile-btn {
  position: relative;
  z-index: 20;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent; }
  @media (min-width: 62.5em) {
    .main-nav__mobile-btn {
      display: none; } }

.mobile-btn__bars {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin-left: 5px;
  background: #000; }
  .mobile-btn__bars:after, .mobile-btn__bars:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #000; }

.is-active .mobile-btn__bars,
.is-active .mobile-btn__bars:before,
.is-active .mobile-btn__bars:after {
  background: #fff; }

.is-active .mobile-btn__bars:before {
  transform: rotate(-45deg);
  width: 10px;
  top: -4px; }

.is-active .mobile-btn__bars:after {
  transform: rotate(45deg);
  width: 10px;
  bottom: -4px; }

.mobile-btn__bars:before {
  top: -6px; }

.mobile-btn__bars:after {
  bottom: -6px; }

.footer {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-02.svg?v=110007104722125409551668414593);
  background-repeat: repeat-x;
  background-position: right top;
  background-color: #000;
  color: #fff; }

.footer .container {
  padding-top: 96px; }
  @media (min-width: 47.5em) {
    .footer .container {
      padding-top: 156px;
      padding-bottom: 144px; } }

.footer a {
  color: #fff; }

.footer-title {
  font-size: 1.0625rem;
  font-weight: 500; }

.footer-nav {
  display: flex; }

.footer-nav__col {
  width: 50%; }

.footer-nav a {
  font-size: 1.0625rem;
  display: block;
  font-weight: 500; }
  .footer-nav a:hover {
    -webkit-animation: btnColor linear 5s infinite;
    animation: btnColor linear 5s infinite; }

@media (min-width: 47.5em) {
  .footer-col {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 47.4375em) {
  .footer-nav,
  .footer-newsletter {
    margin-bottom: 96px; } }

@media (min-width: 47.5em) {
  .footer-nav,
  .footer-newsletter {
    width: 40%; } }

@media (max-width: 47.4375em) {
  .footer-social {
    margin-bottom: 48px; } }

@media (min-width: 47.5em) {
  .footer-social {
    width: 20%; } }

.footer-social ul {
  display: flex;
  align-items: center; }

.footer-social li {
  margin-right: 20px; }

.footer-social a:hover svg {
  -webkit-animation: fillRotateColor linear 5s infinite;
  animation: fillRotateColor linear 5s infinite; }

.footer-newsletter form {
  position: relative;
  padding-right: 120px; }

.footer-newsletter input {
  font-size: 1.25rem;
  height: 42px;
  background: transparent;
  border: 1px solid #fff;
  border-right: none;
  color: #fff; }

.footer-newsletter ::-moz-placeholder {
  color: #979797; }

.footer-newsletter :-ms-input-placeholder {
  color: #979797; }

.footer-newsletter ::placeholder {
  color: #979797; }

.footer-newsletter__btn {
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  min-width: 120px;
  height: 42px;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500; }
  .footer-newsletter__btn:hover {
    background: #fff;
    color: #000; }

.footer-bottom {
  position: relative; }
  @media (min-width: 47.5em) {
    .footer-bottom {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 168px;
      height: 60px; } }

@media (max-width: 47.4375em) {
  .footer-bottom__logo {
    margin-bottom: 48px;
    text-align: center; } }

@media (min-width: 47.5em) {
  .footer-bottom__logo {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0; } }

.footer-bottom__copyright,
.footer-bottom__contact {
  font-size: 0.75rem; }
  @media (max-width: 47.4375em) {
    .footer-bottom__copyright,
    .footer-bottom__contact {
      text-align: center;
      margin-bottom: 48px; } }

@media (min-width: 47.5em) {
  .footer-bottom__contact {
    text-align: right; } }

@media (min-width: 47.5em) and (max-width: 87.4375em) {
  .footer-bottom__contact {
    padding-right: 50px; } }

@media (max-width: 47.4375em) {
  .footer-bottom__top-link {
    text-align: center;
    padding-bottom: 24px; } }

@media (min-width: 47.5em) {
  .footer-bottom__top-link {
    position: absolute;
    right: -13px;
    bottom: 12px; } }

@media (min-width: 87.5em) {
  .footer-bottom__top-link {
    right: -100px; } }

.footer-bottom__top-link a {
  display: inline-block;
  width: 52px;
  height: 27px; }

.footer-bottom__top-link svg {
  transform: rotate(-90deg);
  fill: #fff; }

.footer-bottom__top-link a:hover svg {
  -webkit-animation: fillRotateColor linear 5s infinite;
  animation: fillRotateColor linear 5s infinite; }

.eec-link a {
  color: #979797; }

.cart-drawer {
  transition: all .25s ease-in-out;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 100;
  width: 90%;
  background: #fff; }
  .cart-drawer.is-open {
    right: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); }
  @media (min-width: 62.5em) {
    .cart-drawer {
      max-width: 1020px; } }

.cart-drawer .container {
  padding-left: 5%;
  padding-right: 5%; }

.cart-drawer .cart-footer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10; }

@media (min-width: 47.5em) {
  .cart-drawer .cart-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px; } }

.cart-drawer form > .container {
  height: 100vh;
  padding-bottom: 144px; }
  @media (min-width: 47.5em) {
    .cart-drawer form > .container {
      padding-bottom: 332px; } }

.cart-items {
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 110px);
  padding-bottom: 48px; }

.cart-header__close {
  border: none; }
  @media (max-width: 47.4375em) {
    .cart-header__close {
      position: absolute;
      top: 24px;
      right: 5%; } }
  @media (min-width: 47.5em) {
    .cart-header__close {
      margin-left: auto; } }

@media (max-width: 47.4375em) {
  .cart-header__close .icon-cart,
  .cart-drawer__close .icon-arrow-right-medium {
    display: none; } }

@media (min-width: 47.5em) {
  .cart-drawer__close .icon-arrow-right-short {
    display: none; } }

.cart-drawer__close {
  padding: 0;
  margin-left: 10px;
  border: none;
  background: #fff; }
  @media (min-width: 47.5em) {
    .cart-drawer__close {
      margin-left: 30px; } }

.fontpreview {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important; }

.price-slider {
  position: relative; }
  @media (max-width: 47.4375em) {
    .price-slider {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 30px; } }
  @media (min-width: 47.5em) {
    .price-slider {
      height: 130px; } }

.donation .easy_donation_title,
.donation .display_description {
  display: none; }

@media (max-width: 47.4375em) {
  .donation .display_title {
    font-size: 0.9375rem;
    position: absolute;
    top: 0;
    left: 0; } }

@media (min-width: 47.5em) {
  .donation .display_title {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(30% + 140px);
    font-size: 1.0625rem;
    line-height: calc(27/20);
    padding-right: 140px; } }

@media (min-width: 62.5em) {
  .donation .display_title {
    font-size: 1.25rem; } }

@media (min-width: 87.5em) {
  .donation .display_title {
    font-size: 1.38889vw; } }

.donation_content {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 140px;
  width: 30%;
  margin-bottom: 0 !important; }

.donation_content .product-image {
  width: 100% !important;
  margin-right: 0 !important;
  text-align: center; }
  @media (max-width: 47.4375em) {
    .donation_content .product-image {
      display: none !important; } }

.donation_content .product-image img {
  width: auto !important; }
  @media (max-width: 47.4375em) {
    .donation_content .product-image img {
      max-height: 78px; } }
  @media (min-width: 47.5em) {
    .donation_content .product-image img {
      width: 130px !important; } }

.donationamount {
  font-size: 1.5rem;
  position: relative;
  width: 110px !important;
  height: 40px !important;
  margin-bottom: 0 !important;
  padding-right: 40px;
  background: transparent !important;
  border: 1px solid #ff8a62 !important;
  line-height: 1; }
  @media (min-width: 47.5em) {
    .donationamount {
      font-size: 1.875rem;
      width: 140px !important;
      height: 54px !important;
      margin-top: 38px; } }

.price-slider:before,
.price-slider:after {
  content: '';
  position: absolute;
  top: 48px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000; }
  @media (min-width: 47.5em) {
    .price-slider:before,
    .price-slider:after {
      top: 64px; } }

.price-slider:before {
  transform: rotate(45deg);
  left: 78px; }
  @media (min-width: 47.5em) {
    .price-slider:before {
      left: 106px; } }

.price-slider:after {
  transform: rotate(-45deg);
  left: 84px; }
  @media (min-width: 47.5em) {
    .price-slider:after {
      left: 112px; } }

.donation_button {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 .8em;
  background: #ff8a62;
  border: 2px solid #ff8a62 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (min-width: 47.5em) {
    .donation_button {
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 1.4375rem;
      height: 54px !important; } }
  @media (min-width: 62.5em) {
    .donation_button {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .donation_button:hover {
    background: #fff;
    color: #ff8a62; }

.overflow-hidden {
  overflow: hidden; }

@media (max-width: 47.4375em) {
  .mobile-slider {
    overflow-y: hidden;
    overflow-x: scroll;
    width: calc(100% + 40px);
    height: 280px;
    margin: 0 -20px 0 0;
    padding-right: 20px;
    white-space: nowrap; } }

@media (max-width: 47.4375em) {
  .mobile-slider > div {
    display: inline-block;
    margin-right: 18px; } }

@media (max-width: 47.4375em) {
  .mobile-slider img {
    max-height: 280px; } }

.section-feature .container,
.home-instagram .container {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (min-width: 62.5em) {
    .section-feature .container,
    .home-instagram .container {
      padding-top: 96px;
      padding-bottom: 96px; } }

@media (max-width: 62.4375em) {
  .section-feature:not(.image-full-width) .feature-content {
    position: relative;
    z-index: 10;
    margin-bottom: -27px; } }

@media (min-width: 62.5em) {
  .section-feature:not(.image-full-width) .feature-content {
    padding-top: 24px; } }

@media (min-width: 87.5em) {
  .section-feature:not(.image-full-width) .feature-content {
    padding-top: 40px; } }

@media (min-width: 62.5em) {
  .section-feature:not(.image-full-width) .feature-content__subtitle {
    width: 66.666%; } }

@media (min-width: 87.5em) {
  .section-feature--video:not(.image-full-width) .feature-content {
    padding-top: 120px; } }

.feature-content__subtitle a {
  text-decoration: underline; }
  .feature-content__subtitle a:hover {
    text-decoration: none; }

.feature-content__btn {
  padding-top: 30px; }
  @media (min-width: 87.5em) {
    .feature-content__btn {
      padding-top: 75px; } }

.feature-image {
  position: relative; }
  @media (max-width: 62.4375em) {
    .feature-image {
      margin-left: -30px;
      margin-right: -30px; } }
  @media (max-width: 47.4375em) {
    .feature-image {
      margin-left: -20px;
      margin-right: -20px; } }
  .feature-image img {
    width: 100%; }

.feature-badge {
  -webkit-animation: badgeSpin 8s linear infinite;
  animation: badgeSpin 8s linear infinite;
  position: absolute; }
  @media (max-width: 62.4375em) {
    .feature-badge {
      top: -25px;
      right: 10%; } }
  @media (min-width: 62.5em) {
    .feature-badge {
      top: -40px;
      left: 15%; } }

@media (min-width: 62.5em) {
  .feature-image--align-right .feature-badge {
    left: auto;
    right: 15%; } }

.image-full-width .feature-content {
  position: relative;
  z-index: 10;
  margin-bottom: -27px; }

.image-full-width .feature-content__subtitle {
  max-width: 550px; }

@media (min-width: 47.5em) {
  .image-full-width--align-center .feature-image {
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 62.5em) {
  .image-half-width .feature-image {
    width: calc(50% + 15px);
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 62.5em) {
  [class*='col-'].feature-image--align-left {
    order: -1;
    margin-left: -15px;
    padding-left: 0; } }

@media (min-width: 62.5em) {
  [class*='col-'].feature-image--align-right {
    margin-right: -15px;
    padding-right: 0; } }

@media (min-width: 62.5em) {
  .image-half-width--align-left .feature-content {
    padding-left: 45px; } }

@media (min-width: 62.5em) {
  .image-half-width--align-right .feature-content {
    padding-right: 45px; } }

@media (min-width: 62.5em) {
  .image-seven-col--align-right .feature-image {
    width: calc(58.333% + 15px); } }

@media (min-width: 62.5em) {
  .image-eight-col--align-right .feature-image {
    width: calc(66.666% + 15px); } }

.products-wrapper {
  position: relative; }
  @media (min-width: 47.5em) {
    .products-wrapper {
      padding: 0 0 36px 170px; } }
  @media (min-width: 87.5em) {
    .products-wrapper {
      padding: 0 170px 36px; } }

@media (min-width: 47.5em) and (max-width: 87.4375em) {
  .products-wrapper.no-filters {
    padding-left: 0; } }

.product-grid {
  position: relative;
  min-height: 120px; }
  @media (min-width: 47.5em) {
    .product-grid {
      min-height: 320px; } }

.product-item,
.collection-item {
  text-align: center; }

.product-item {
  position: relative;
  transition: opacity .15s ease-in-out;
  margin-bottom: 48px; }
  @media (min-width: 47.5em) {
    .product-item {
      display: flex;
      flex-direction: column;
      margin-bottom: 72px; } }

.is-filtered .product-item:not(.is-active) {
  order: 1;
  opacity: .2; }

@media (max-width: 47.4375em) {
  .collection-item:nth-child(2) {
    margin-top: 24px;
    margin-bottom: 24px; } }

@media (max-width: 47.4375em) {
  .collection-item:nth-child(3) {
    position: relative;
    z-index: 10; } }

@media (max-width: 47.4375em) {
  .collection-item:last-child {
    margin-top: -80px; } }

.collection-thumb {
  display: block;
  margin-bottom: 24px; }

.product-item__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 100%;
  border-top: 1px solid #d8d8d8; }

.product-item__thumb img {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px; }

.product-item__title {
  padding: 0 12%; }
  @media (min-width: 47.5em) {
    .product-item__title {
      flex-grow: 1; } }

.product-item__title:hover a {
  -webkit-animation: btnColor linear 5s infinite;
  animation: btnColor linear 5s infinite; }

.product-item__price,
.product-item__compared-price {
  font-size: 1.5rem; }
  @media (min-width: 47.5em) {
    .product-item__price,
    .product-item__compared-price {
      margin-top: auto; } }

.product-item__compared-price {
  margin-left: 16px;
  color: #979797; }

.product-item__btns {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 47.5em) {
    .product-item__btns {
      margin-top: auto; } }

.product-item__btns .btn {
  margin: 0 5px; }

.btn-view {
  padding: 0 6px; }

.product-item__badge {
  position: absolute;
  top: 10px;
  left: 20px; }

.product-item__sale-badge {
  left: auto;
  right: 20px; }

.product-item__badge svg {
  -webkit-animation: badgeSpin 8s linear infinite;
  animation: badgeSpin 8s linear infinite;
  width: 48px;
  height: 48px; }

@media (min-width: 47.5em) {
  .product-filters {
    position: absolute;
    top: 0;
    left: 15px; } }

@media (max-width: 47.4375em) {
  .product-filters__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px; } }

@media (max-width: 47.4375em) {
  .product-filters__item {
    width: 50%; } }

.product-filters__item input {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.product-filters__btn {
  font-size: 0.875rem;
  position: relative;
  padding: 2px 0 0 0;
  background: transparent;
  color: #565656; }

.product-filters__btn:before {
  content: '';
  display: inline-block;
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #ececec;
  border-radius: 50%; }

.product-filters__checkbox .product-filters__btn:before {
  border-radius: 0; }

@media (min-width: 47.5em) {
  .product-filters__btn:hover:before {
    -webkit-animation: btnBg linear 5s infinite;
    animation: btnBg linear 5s infinite; } }

.product-filters__btn.mixitup-control-active:before {
  -webkit-animation: btnBg linear 5s infinite;
  animation: btnBg linear 5s infinite; }

input:checked + .product-filters__btn:before {
  -webkit-animation: btnBg linear 5s infinite;
  animation: btnBg linear 5s infinite; }

.product-filters__checkbox input:checked + .product-filters__btn:after {
  content: '';
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff; }

.filter-fail {
  transition: opacity .15s ease-in;
  opacity: 0;
  width: 100%; }
  .filter-fail.is-visible {
    opacity: 1; }
  @media (min-width: 47.5em) {
    .filter-fail {
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      top: 0; } }

.product-bar {
  transition: bottom .3s ease-in-out;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 40;
  padding-right: 100px;
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: -12px 0 12px rgba(0, 0, 0, 0.1); }
  @media (min-width: 47.5em) {
    .product-bar {
      bottom: -100px;
      padding: 15px 30px; } }

.product-bar.is-visible {
  bottom: 0; }

@media (min-width: 47.5em) {
  .product-bar .col-7--md,
  .product-bar .col-5--md {
    display: flex;
    align-items: center; } }

@media (min-width: 47.5em) {
  .product-bar .col-5--md {
    justify-content: space-between; } }

.product-bar__title {
  font-size: 1.5rem;
  width: 100%;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 47.4375em) {
    .product-bar__title {
      display: none; } }
  @media (min-width: 62.5em) {
    .product-bar__title {
      font-size: 1.875rem; } }
  @media (min-width: 87.5em) {
    .product-bar__title {
      font-size: 2.08333vw; } }

.product-bar__price {
  font-size: 2.1875rem;
  display: flex;
  flex-shrink: 0; }
  @media (max-width: 47.4375em) {
    .product-bar__price {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      padding-right: 20px;
      text-align: right; } }
  @media (min-width: 47.5em) {
    .product-bar__price {
      padding-right: 20px; } }

.product-bar__compared-price {
  margin-left: 16px;
  color: #979797; }

.strike {
  text-decoration: line-through; }

.product-bar__btn {
  width: 100%; }
  @media (min-width: 47.5em) {
    .product-bar__btn {
      width: 320px; } }

.latest-recipes {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-03.svg?v=12186632752795220381668414593);
  background-repeat: repeat-x;
  background-position: left top; }

.latest-recipes .mobile-slider {
  height: auto; }

.latest-recipes .container {
  padding-top: 96px;
  padding-bottom: 48px; }
  @media (min-width: 62.5em) {
    .latest-recipes .container {
      padding-top: 192px;
      padding-bottom: 144px; } }

.latest-recipes.bg-black .recipe-grid__title a {
  color: #fff; }

.latest-recipes .recipe-grid__item:not(:nth-child(-n+3)) {
  display: none; }

@media (max-width: 47.4375em) {
  .latest-recipes .recipe-grid__item {
    max-width: 280px;
    vertical-align: top;
    white-space: normal; } }

.hero .container {
  padding-bottom: 0; }

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

.template-blog .recipe-grid__item,
.template-search .recipe-grid__item {
  margin-bottom: 48px; }

.recipe-grid__item a {
  display: block;
  position: relative;
  color: #000; }

.pager {
  display: flex;
  align-items: center;
  padding-top: 48px; }

.pager > span {
  font-size: 1.25rem;
  display: block;
  padding: 4px 10px;
  color: #000; }

.pager a {
  color: #565656; }
  .pager a:hover {
    color: #000; }

body.no-scroll {
  overflow: hidden; }

.modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5); }
  .modal.is-visible {
    display: block;
    -webkit-animation: fadeIn ease-in .15s;
    animation: fadeIn ease-in .15s; }

.modal-container {
  width: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  outline: none; }
  @media (max-width: 47.4375em) {
    .modal-container {
      min-height: 100%; } }
  @media (min-width: 47.5em) {
    .modal-container {
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      top: 120px;
      max-width: 600px; } }

@media (min-width: 47.5em) {
  .modal-container:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: -60px;
    height: 60px; } }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0; }
  @media (min-width: 47.5em) {
    .modal-header {
      padding: 30px 30px 0; } }

.modal-content {
  padding: 12px 20px 20px; }
  @media (min-width: 47.5em) {
    .modal-content {
      padding: 18px 30px 30px; } }

.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal-title {
  font-size: 1.25rem;
  font-weight: 700; }
  @media (min-width: 62.5em) {
    .modal-title {
      font-size: 2.1875rem; } }

.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #979797;
  background: none; }
  .modal-close:hover {
    border-color: #000; }
  .modal-close svg {
    width: 14px;
    height: 14px; }

@media (max-width: 47.4375em) {
  .two-col {
    margin-bottom: 18px; } }

@media (min-width: 47.5em) {
  .two-col {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.minmaxify-close {
  width: 32px !important;
  height: 32px !important;
  margin-top: 12px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid #979797 !important; }

.minmaxify-p {
  padding: 20px !important; }

.minmaxify-p ul {
  font-size: 1.0625rem;
  line-height: calc(27/20);
  padding-left: 0 !important; }
  @media (min-width: 62.5em) {
    .minmaxify-p ul {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .minmaxify-p ul {
      font-size: 1.38889vw; } }

.minmaxify-ok {
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em; }
  .minmaxify-ok:hover {
    background-color: #fff;
    color: #000; }

.newsletter-modal {
  background: rgba(255, 255, 255, 0.7); }

@media (min-width: 47.5em) {
  .newsletter-modal--mobile {
    display: none; } }

@media (max-width: 47.4375em) {
  .newsletter-modal--desktop {
    display: none; } }

.newsletter-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  color: #fff; }
  .newsletter-modal .modal-close:hover, .newsletter-modal .modal-close:focus {
    background: rgba(255, 255, 255, 0.25); }

.newsletter-modal .modal-container {
  background-color: #a24f2f;
  color: #fff;
  max-width: 1100px; }
  @media (min-width: 47.5em) {
    .newsletter-modal .modal-container {
      top: 120px;
      max-width: 1100px; } }

.newsletter-modal .modal-content {
  padding: 240px 20px 30px 20px; }
  @media (min-width: 47.5em) {
    .newsletter-modal .modal-content {
      padding: 72px 8% 72px 50%; } }

.newsletter-modal__form a {
  color: #fff;
  border-bottom: 1px solid #fff; }

.newsletter-modal__form input {
  font-size: 1.25rem;
  height: 60px;
  border: 1px solid #fff; }
  .newsletter-modal__form input:focus {
    border-color: #000; }

.newsletter-modal .modal-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px; }
  @media (min-width: 47.5em) {
    .newsletter-modal .modal-image {
      bottom: 0;
      width: 50%; } }

.product-reviews .container {
  position: relative;
  padding-top: 0; }
  @media (min-width: 47.5em) {
    .product-reviews .container {
      padding-bottom: 144px; } }

.product-reviews__title {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 60px; }
  @media (min-width: 47.5em) {
    .product-reviews__title {
      top: 144px; } }

.reviews-widget .yotpo div,
.reviews-widget .yotpo span,
.reviews-widget .yotpo p,
.reviews-widget .yotpo a,
.reviews-widget .yotpo img,
.reviews-widget .yotpo i,
.reviews-widget .yotpo strong,
.reviews-widget .yotpo sup,
.reviews-widget .yotpo ul,
.reviews-widget .yotpo li,
.reviews-widget .yotpo form,
.reviews-widget .yotpo label,
.reviews-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-size: 16px;
  font-family: "Calibre", Helvetica, arial, sans-serif;
  font-weight: 400;
  color: #000; }

.reviews-widget .yotpo .y-label, .reviews-widget .yotpo span.y-label {
  padding: 18px 6px 12px 0px;
  color: #000; }

.reviews-widget .yotpo .text-m {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1; }

.reviews-widget .yotpo a {
  display: block;
  color: #000 !important; }
  .reviews-widget .yotpo a:hover {
    color: #565656 !important; }

.reviews-widget .yotpo .yotpo-default-button,
.reviews-widget .yotpo input[type="button"].yotpo-default-button {
  margin: 0; }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-icon-btn,
.reviews-widget .yotpo .yotpo-modal-dialog .yotpo-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 47.4375em) {
    .reviews-widget .yotpo.yotpo-main-widget .yotpo-icon-btn,
    .reviews-widget .yotpo .yotpo-modal-dialog .yotpo-icon-btn {
      width: 100%; } }

.reviews-widget .write-question-review-buttons-container .write-question-review-button {
  -webkit-animation: btnBg linear 5s infinite, btnBorder linear 5s infinite;
  animation: btnBg linear 5s infinite, btnBorder linear 5s infinite;
  height: 54px;
  padding: 0 .8em !important;
  border-radius: 0;
  border-width: 2px;
  border-style: solid; }
  @media (min-width: 47.5em) {
    .reviews-widget .write-question-review-buttons-container .write-question-review-button {
      padding-left: 1.25em !important;
      padding-right: 1.25em !important; } }
  .reviews-widget .write-question-review-buttons-container .write-question-review-button:hover {
    -webkit-animation: btnColor linear 5s infinite;
    animation: btnColor linear 5s infinite;
    background: #fff;
    border-color: #ff8a62;
    border-radius: 0;
    color: #ff8a62; }

.reviews-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-size: 1.4375rem;
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: 500; }

.reviews-widget .write-question-review-buttons-container .write-question-review-button:hover .write-question-review-button-text {
  color: #ff8a62; }

.reviews-widget .yotpo .yotpo-default-button:focus,
.reviews-widget .yotpo input[type="button"].yotpo-default-button:focus {
  outline: none !important; }

.reviews-widget .product-stars .yotpo-stars .yotpo-icon {
  display: block;
  margin: 0 !important; }

.reviews-widget .yotpo .yotpo-icon-default-empty-star:before,
.reviews-widget .yotpo .yotpo-icon-empty-star:before {
  display: block;
  width: 24px;
  color: #979797;
  font-size: 24px;
  line-height: 1; }

.reviews-widget .yotpo .yotpo-icon-default-star:before,
.reviews-widget .yotpo .yotpo-icon-star:before,
.reviews-widget .yotpo .yotpo-icon-default-half-star:before,
.reviews-widget .yotpo .yotpo-icon-half-star:before {
  display: block;
  width: 24px;
  color: #ff8a62;
  font-size: 24px;
  line-height: 1; }

.reviews-widget .yotpo-stars {
  display: flex;
  margin-right: 10px !important; }

.reviews-widget .yotpo .standalone-bottomline.star-clickable,
.reviews-widget .yotpo .standalone-bottomline .star-clickable {
  align-items: center; }

@media (max-width: 47.4375em) {
  .reviews-widget .yotpo .standalone-bottomline {
    display: flex;
    justify-content: center; } }

.reviews-widget .yotpo-main-widget {
  padding-top: 144px; }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo-main-widget {
      padding-top: 288px; } }

.reviews-widget .main-widget {
  position: relative; }

.reviews-widget .main-widget .bottom-line-items {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  outline: 0; }
  @media (max-width: 47.4375em) {
    .reviews-widget .main-widget .bottom-line-items {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; } }

.reviews-widget .yotpo .yotpo-regular-box {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ececec; }

@media (min-width: 47.5em) {
  .reviews-widget .write-review-wrapper > .yotpo-regular-box {
    margin-top: 48px; } }

.reviews-widget .bottom-line-items-container .bottom-line-items .yotpo-filter-stars {
  display: inline-flex;
  margin-left: 10px;
  padding-top: 8px; }
  @media (max-width: 47.4375em) {
    .reviews-widget .bottom-line-items-container .bottom-line-items .yotpo-filter-stars {
      margin-right: auto; } }

.reviews-widget .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .vote-btn,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .yotpo-helpful .vote-btn,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful .vote-btn {
  margin-left: 0; }

.reviews-widget .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-sum,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .yotpo-sum,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .yotpo-helpful .yotpo-sum,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful .yotpo-sum {
  margin-right: 12px; }

.reviews-widget .main-widget .reviews-qa-labels-container {
  display: block; }
  @media (max-width: 47.4375em) {
    .reviews-widget .main-widget .reviews-qa-labels-container {
      position: relative;
      float: none;
      margin-left: 0;
      padding-top: 0; } }

.reviews-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
  font-size: 1.0625rem;
  font-weight: 500;
  display: block;
  height: auto !important;
  padding-top: 12px;
  font-family: "Calibre", Helvetica, arial, sans-serif;
  color: #000;
  line-height: 1; }
  @media (min-width: 62.5em) {
    .reviews-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .reviews-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
      font-size: 1.38889vw; } }
  @media (max-width: 47.4375em) {
    .reviews-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
      width: auto; } }

.reviews-widget .bottom-line-items-container .avg-score {
  font-size: 1.25rem;
  font-weight: 700;
  height: auto;
  line-height: 1; }
  @media (min-width: 62.5em) {
    .reviews-widget .bottom-line-items-container .avg-score {
      font-size: 2.1875rem; } }
  @media (min-width: 87.5em) {
    .reviews-widget .bottom-line-items-container .avg-score {
      font-size: 2.43056vw; } }
  @media (max-width: 47.4375em) {
    .reviews-widget .bottom-line-items-container .avg-score {
      width: 40px; } }
  .reviews-widget .bottom-line-items-container .avg-score:after {
    content: '/5'; }

.reviews-widget .main-widget .write-question-review-buttons-container {
  float: none;
  margin-right: 0; }
  @media (min-width: 47.5em) {
    .reviews-widget .main-widget .write-question-review-buttons-container {
      position: absolute;
      top: 0;
      right: 0; } }

.reviews-widget .yotpo .write-review .yotpo-header .yotpo-header-title {
  font-size: 1.4375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
  padding: 48px 0 24px; }

.reviews-widget .yotpo .write-review .connect-wrapper {
  padding-left: 0; }

.reviews-widget .yotpo .yotpo-mandatory-explain {
  margin-bottom: 24px; }

.reviews-widget .yotpo .write-review br {
  display: none; }

.reviews-widget .yotpo-header [role="radiogroup"] {
  outline: none; }

.reviews-widget .yotpo .write-review .yotpo-header .yotpo-icon {
  font-size: 24px !important;
  cursor: pointer; }

.reviews-widget .yotpo .form-group .form-element .y-label,
.reviews-widget .yotpo .y-label,
.reviews-widget .yotpo span.y-label {
  font-size: 1.125rem;
  line-height: 1; }

.reviews-widget .yotpo .y-input {
  font-size: 18px;
  height: 48px;
  margin-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border-color: #000;
  font-family: "Calibre", Helvetica, arial, sans-serif;
  color: #000; }
  .reviews-widget .yotpo .y-input:focus {
    outline: none;
    background: #fff; }

.reviews-widget .yotpo .text-box,
.reviews-widget .yotpo .yotpo-text-box {
  display: block;
  height: 96px;
  margin-bottom: 0; }

.reviews-widget .yotpo .primary-color-btn,
.reviews-widget .yotpo input[type="button"].primary-color-btn {
  font-size: 1.4375rem;
  height: 54px;
  padding: 0 .8em !important;
  background-color: #ff8a62 !important;
  border-radius: 0;
  border: 2px solid #ff8a62;
  font-family: "Calibre", Helvetica, arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: 500 !important; }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo .primary-color-btn,
    .reviews-widget .yotpo input[type="button"].primary-color-btn {
      padding-left: 1.25em !important;
      padding-right: 1.25em !important; } }
  .reviews-widget .yotpo .primary-color-btn:hover,
  .reviews-widget .yotpo input[type="button"].primary-color-btn:hover {
    background: transparent !important;
    border: 2px solid #ff8a62 !important;
    border-radius: 0;
    color: #ff8a62; }

.reviews-widget .yotpo .write-review .submit-button .form-input-error {
  margin-top: 33px;
  font-weight: 500; }

.reviews-widget .yotpo .write-review .yotpo-header .y-label .form-input-error,
.reviews-widget .yotpo .write-review .connect-wrapper .form-element .form-input-error,
.reviews-widget .yotpo .form-group .form-element .form-input-error {
  font-weight: 500; }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-thank-you,
.reviews-widget .yotpo .yotpo-modal-dialog .yotpo-thank-you {
  background: none;
  border: none; }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
.reviews-widget .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
  text-transform: none; }
  @media (min-width: 62.5em) {
    .reviews-widget .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
    .reviews-widget .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .reviews-widget .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span,
    .reviews-widget .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
      font-size: 1.38889vw; } }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon,
.reviews-widget .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
  color: #ff8a62; }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content,
.reviews-widget .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content {
  font-size: 1.125rem; }

.reviews-widget .yotpo-reviews {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d8d8d8; }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo-reviews {
      margin-top: 48px;
      padding-top: 48px; } }

.reviews-widget .yotpo .yotpo-nav-content > div.yotpo-active.yotpo-reviews-header,
.reviews-widget .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
.reviews-widget .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
.reviews-widget .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile,
.reviews-widget .yotpo-header-element .label-with-tooltip,
.reviews-widget .yotpo .yotpo-review .yotpo-footer .label-helpful {
  display: none; }

.reviews-widget .yotpo .yotpo-review .yotpo-main,
.reviews-widget .yotpo .yotpo-comment .yotpo-main,
.reviews-widget .yotpo .yotpo-question .yotpo-main,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main {
  margin-left: 0; }
  @media (max-width: 47.4375em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-main,
    .reviews-widget .yotpo .yotpo-comment .yotpo-main,
    .reviews-widget .yotpo .yotpo-question .yotpo-main,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main {
      margin-top: 24px; } }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-main,
    .reviews-widget .yotpo .yotpo-comment .yotpo-main,
    .reviews-widget .yotpo .yotpo-question .yotpo-main,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main {
      width: calc(100% - 200px);
      padding-left: 40px; } }

.reviews-widget .yotpo-review .yotpo-header {
  display: flex;
  padding-top: 36px; }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo-review .yotpo-header {
      width: 200px; } }

.reviews-widget .yotpo .yotpo-review .yotpo-footer,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer,
.reviews-widget .yotpo .yotpo-question .yotpo-footer,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 240px;
  padding-top: 12px; }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-footer,
    .reviews-widget .yotpo .yotpo-comment .yotpo-footer,
    .reviews-widget .yotpo .yotpo-question .yotpo-footer,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer {
      padding-top: 30px; } }

.reviews-widget .yotpo-footer .yotpo-clr {
  display: none; }

.reviews-widget .yotpo .yotpo-regular-box.yotpo-review {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-top: none;
  border-bottom: 1px solid #d8d8d8; }
  @media (min-width: 47.5em) {
    .reviews-widget .yotpo .yotpo-regular-box.yotpo-review {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 48px;
      margin-bottom: 48px; } }

.reviews-widget .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.reviews-widget .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.reviews-widget .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #979797; }

.reviews-widget .yotpo-user-name:before {
  content: '@'; }

.reviews-widget .yotpo .yotpo-review .yotpo-main .content-title,
.reviews-widget .yotpo .yotpo-comment .yotpo-main .content-title,
.reviews-widget .yotpo .yotpo-question .yotpo-main .content-title,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000; }
  @media (min-width: 62.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-main .content-title,
    .reviews-widget .yotpo .yotpo-comment .yotpo-main .content-title,
    .reviews-widget .yotpo .yotpo-question .yotpo-main .content-title,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-main .content-title,
    .reviews-widget .yotpo .yotpo-comment .yotpo-main .content-title,
    .reviews-widget .yotpo .yotpo-question .yotpo-main .content-title,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
      font-size: 1.38889vw; } }

.reviews-widget .yotpo .yotpo-review .yotpo-main .content-review,
.reviews-widget .yotpo .yotpo-comment .yotpo-main .content-review,
.reviews-widget .yotpo .yotpo-question .yotpo-main .content-review,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main .content-review,
.reviews-widget .yotpo .yotpo-review .rest-content-collapsed,
.reviews-widget .yotpo .yotpo-comment .rest-content-collapsed,
.reviews-widget .yotpo .yotpo-question .rest-content-collapsed,
.reviews-widget .yotpo .yotpo-onsite-upload .rest-content-collapsed {
  font-size: 1.0625rem;
  line-height: calc(27/20);
  color: #000; }
  @media (min-width: 62.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-comment .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-question .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-review .rest-content-collapsed,
    .reviews-widget .yotpo .yotpo-comment .rest-content-collapsed,
    .reviews-widget .yotpo .yotpo-question .rest-content-collapsed,
    .reviews-widget .yotpo .yotpo-onsite-upload .rest-content-collapsed {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-comment .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-question .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-main .content-review,
    .reviews-widget .yotpo .yotpo-review .rest-content-collapsed,
    .reviews-widget .yotpo .yotpo-comment .rest-content-collapsed,
    .reviews-widget .yotpo .yotpo-question .rest-content-collapsed,
    .reviews-widget .yotpo .yotpo-onsite-upload .rest-content-collapsed {
      font-size: 1.38889vw; } }

.reviews-widget .yotpo .yotpo-review .yotpo-read-more,
.reviews-widget .yotpo .yotpo-comment .yotpo-read-more,
.reviews-widget .yotpo .yotpo-question .yotpo-read-more,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-read-more {
  font-size: 1.0625rem;
  line-height: calc(27/20);
  margin-left: 10px;
  color: #000;
  text-decoration: underline; }
  @media (min-width: 62.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-read-more,
    .reviews-widget .yotpo .yotpo-comment .yotpo-read-more,
    .reviews-widget .yotpo .yotpo-question .yotpo-read-more,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-read-more {
      font-size: 1.25rem; } }
  @media (min-width: 87.5em) {
    .reviews-widget .yotpo .yotpo-review .yotpo-read-more,
    .reviews-widget .yotpo .yotpo-comment .yotpo-read-more,
    .reviews-widget .yotpo .yotpo-question .yotpo-read-more,
    .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-read-more {
      font-size: 1.38889vw; } }
  .reviews-widget .yotpo .yotpo-review .yotpo-read-more:hover,
  .reviews-widget .yotpo .yotpo-comment .yotpo-read-more:hover,
  .reviews-widget .yotpo .yotpo-question .yotpo-read-more:hover,
  .reviews-widget .yotpo .yotpo-onsite-upload .yotpo-read-more:hover {
    text-decoration: none; }

.reviews-widget .yotpo-pager {
  display: flex;
  align-items: center; }

.reviews-widget .yotpo-pager a {
  display: block;
  padding: 6px 10px; }

.reviews-widget .yotpo-pager .goTo {
  background: #ececec !important;
  border: 1px solid #ececec; }
  .reviews-widget .yotpo-pager .goTo:hover {
    border-color: #979797;
    color: #000 !important; }

.reviews-widget .yotpo-pager .yotpo-page-element.yotpo-active {
  font-weight: 400 !important;
  border-color: #000; }

.reviews-widget .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow {
  margin-right: 15px !important; }

.reviews-widget .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow {
  margin-left: 0 !important; }

.reviews-widget .yotpo-icon-seperator {
  display: none; }

.reviews-widget .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover,
.reviews-widget .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label,
.reviews-widget .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .y-label,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .y-label,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .y-label,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .transparent-color-btn,
.reviews-widget .yotpo .transparent-color-btn span.yotpo-icon {
  color: #000; }

.reviews-widget .yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .footer-actions .share-options-wrapper,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .footer-actions .share-options-wrapper,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .footer-actions .share-options-wrapper {
  margin-left: 10px; }

.reviews-widget .yotpo .yotpo-review .yotpo-footer .yotpo-action i,
.reviews-widget .yotpo .yotpo-comment .yotpo-footer .yotpo-action i,
.reviews-widget .yotpo .yotpo-question .yotpo-footer .yotpo-action i,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action i {
  font-size: 1rem; }

.reviews-widget .yotpo .transparent-color-btn.yotpo-disabled:hover,
.reviews-widget .yotpo .transparent-color-btn.yotpo-disabled:hover span {
  color: #ff8a62; }

.reviews-widget .yotpo .yotpo-review .yotpo-header .yotpo-review-stars,
.reviews-widget .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
.reviews-widget .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars {
  position: absolute;
  top: 0;
  left: -2px; }

.reviews-widget .yotpo .yotpo-review .yotpo-header .yotpo-header-actions,
.reviews-widget .yotpo .yotpo-comment .yotpo-header .yotpo-header-actions,
.reviews-widget .yotpo .yotpo-question .yotpo-header .yotpo-header-actions,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-actions {
  float: none; }

.reviews-widget .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,
.reviews-widget .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,
.reviews-widget .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,
.reviews-widget .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  font-size: 1.125rem;
  line-height: 1; }

@media (max-width: 47.4375em) {
  .reviews-widget .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,
  .reviews-widget .yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-header .yotpo-header-actions,
  .reviews-widget .yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions,
  .reviews-widget .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,
  .reviews-widget .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-header .yotpo-header-actions,
  .reviews-widget .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions {
    display: block; } }

.reviews-widget .yotpo-label-container,
.reviews-widget .yotpo .yotpo-default-button.yotpo-icon-btn.write-question-review-button.write-button.mL5.write-question-button,
.reviews-widget .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon,
.reviews-widget .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon,
.reviews-widget .yotpo .new-yotpo-small-boxWe,
.reviews-widget .yotpo-first-review,
.reviews-widget .yotpo .new-yotpo-small-box,
.reviews-widget .yotpo .write-review .socialize-wrapper,
.reviews-widget .yotpo .yotpo-review .yotpo-footer .footer-actions,
.reviews-widget .yotpo .yotpo-nav-content .yotpo-reviews-filters,
.reviews-widget .yotpo .yotpo-nav-content .yotpo-reviews-header,
.reviews-widget .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .footer-additional-actions,
.reviews-widget .yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .footer-additional-actions,
.reviews-widget .yotpo.yotpo-main-widget.yotpo-small .yotpo-question .footer-additional-actions,
.reviews-widget .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .footer-additional-actions,
.reviews-widget .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .footer-additional-actions,
.reviews-widget .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .footer-additional-actions {
  display: none !important; }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-icon-star,
.reviews-widget .yotpo.yotpo-main-widget .yotpo-icon-half-star,
.reviews-widget .yotpo.yotpo-main-widget .yotpo-icon-empty-star,
.reviews-widget .yotpo.embedded-widget .yotpo-icon-star,
.reviews-widget .yotpo.embedded-widget .yotpo-icon-half-star,
.reviews-widget .yotpo.embedded-widget .yotpo-icon-empty-star,
.reviews-widget .yotpo.yotpo-modal .yotpo-icon-star,
.reviews-widget .yotpo.yotpo-modal .yotpo-icon-half-star,
.reviews-widget .yotpo.yotpo-modal .yotpo-icon-empty-star,
.reviews-widget .yotpo.bottomLine .yotpo-icon-star,
.reviews-widget .yotpo.bottomLine .yotpo-icon-half-star,
.reviews-widget .yotpo.bottomLine .yotpo-icon-empty-star,
.reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-icon-star,
.reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-icon-half-star,
.reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-icon-empty-star,
.reviews-widget .mobile-filters-modal .yotpo-icon-star,
.reviews-widget .mobile-filters-modal .yotpo-icon-half-star,
.reviews-widget .mobile-filters-modal .yotpo-icon-empty-star {
  background-image: none !important;
  background-size: 0 0; }

.reviews-widget .yotpo.yotpo-main-widget .yotpo-review .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .list-category .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .bottom-line-items .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .radio-label .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .yotpo-comment .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon,
.reviews-widget .yotpo.yotpo-main-widget .standalone-bottomline .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-main-widget .yotpo-lightbox-product .yotpo-icon, .reviews-widget .yotpo.embedded-widget .yotpo-review .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.embedded-widget .list-category .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.embedded-widget .bottom-line-items .yotpo-filter-stars .yotpo-icon,
.reviews-widget .yotpo.embedded-widget .radio-label .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.embedded-widget .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.embedded-widget .yotpo-comment .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.embedded-widget .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.embedded-widget .standalone-bottomline .yotpo-icon, .reviews-widget .yotpo.embedded-widget .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .reviews-widget .yotpo.embedded-widget .yotpo-promoted-product .yotpo-review-stars .yotpo-icon,
.reviews-widget .yotpo.embedded-widget .yotpo-lightbox-product .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .yotpo-review .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .list-category .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .bottom-line-items .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .radio-label .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon,
.reviews-widget .yotpo.yotpo-modal .yotpo-comment .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon,
.reviews-widget .yotpo.yotpo-modal .standalone-bottomline .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-modal .yotpo-lightbox-product .yotpo-icon, .reviews-widget .yotpo.bottomLine .yotpo-review .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .list-category .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .bottom-line-items .yotpo-filter-stars .yotpo-icon,
.reviews-widget .yotpo.bottomLine .radio-label .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .yotpo-comment .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .standalone-bottomline .yotpo-icon,
.reviews-widget .yotpo.bottomLine .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .reviews-widget .yotpo.bottomLine .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.bottomLine .yotpo-lightbox-product .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-review .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .list-category .yotpo-filter-stars .yotpo-icon,
.reviews-widget .yotpo.yotpo-reviews-carousel .bottom-line-items .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .radio-label .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-comment .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .standalone-bottomline .yotpo-icon,
.reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .reviews-widget .yotpo.yotpo-reviews-carousel .yotpo-lightbox-product .yotpo-icon, .reviews-widget .mobile-filters-modal .yotpo-review .yotpo-review-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .list-category .yotpo-filter-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .bottom-line-items .yotpo-filter-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .radio-label .yotpo-filter-stars .yotpo-icon,
.reviews-widget .mobile-filters-modal .yotpo-dropdown-button .yotpo-filter-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .yotpo-comment .yotpo-review-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .carousel-reviews-bottom-line .yotpo-review-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .standalone-bottomline .yotpo-icon, .reviews-widget .mobile-filters-modal .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon, .reviews-widget .mobile-filters-modal .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .reviews-widget .mobile-filters-modal .yotpo-lightbox-product .yotpo-icon {
  width: 24px !important;
  height: 24px !important; }

.pizza-month-modal .modal-container {
  background-color: #FA0001;
  color: #fff; }

.pizza-month-modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none; }

.pizza-month-modal .modal-content {
  padding: 12px 20px 20px; }
  @media (min-width: 47.5em) {
    .pizza-month-modal .modal-content {
      padding: 48px 32px; } }

.pizza-month-badge {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto; }

#insta-feed {
  margin-top: 0 !important; }

.section-feature--video .container {
  padding-top: 0; }

.video-square {
  position: relative;
  padding-bottom: 100%; }
  .video-square video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mute-video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000; }
  .mute-video:hover {
    background-color: #fff; }

.mute-video svg {
  width: 24px;
  height: 24px; }

.mute-video .icon-unmuted {
  display: none; }

.mute-video.unmute-video .icon-unmuted {
  display: block; }

.mute-video.unmute-video .icon-muted {
  display: none; }

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

.product-hero .container {
  padding-bottom: 0; }

.product-hero .body-content {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto; }

.product-hero__image img {
  max-width: 250px; }

.collections-list {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-01.svg?v=7662646969717269081668414593);
  background-repeat: repeat-x;
  background-position: left top; }

.collections-list .container {
  padding-top: 96px;
  padding-bottom: 48px; }
  @media (min-width: 47.5em) {
    .collections-list .container {
      padding-top: 192px;
      padding-bottom: 144px; } }

.template-product {
  padding-bottom: 54px; }
  @media (min-width: 47.5em) {
    .template-product {
      padding-bottom: 83px; } }

@media (max-width: 47.4375em) {
  .product-images {
    margin-left: -20px;
    margin-bottom: 24px; } }

@media (min-width: 47.5em) {
  .product-images {
    display: flex;
    flex-direction: column; } }

@media (min-width: 47.5em) {
  .product-images__item {
    margin-bottom: 48px; } }

@media (min-width: 47.5em) {
  .product-images__item:nth-child(2) {
    order: -1; } }

@media (max-width: 47.4375em) {
  .product-content__title {
    margin-bottom: 12px;
    text-align: center; } }

.product-meta {
  padding-bottom: 12px;
  border-bottom: 1px solid #979797; }
  @media (min-width: 47.5em) {
    .product-meta {
      padding-bottom: 24px; } }

.product-meta,
.product-meta__item {
  padding-top: 12px; }
  @media (min-width: 47.5em) {
    .product-meta,
    .product-meta__item {
      padding-top: 24px; } }

.product-meta__btn {
  position: relative;
  width: 100%;
  padding: 12px 0 0;
  background: #fff;
  border-top: 1px solid #979797;
  text-align: left; }
  @media (min-width: 47.5em) {
    .product-meta__btn {
      padding-top: 24px; } }

.product-meta__btn:before,
.product-meta__btn:after {
  transition: all .15s ease-in;
  position: absolute;
  top: 26px;
  right: 0;
  content: '';
  width: 14px;
  height: 2px;
  background: #000; }
  @media (min-width: 47.5em) {
    .product-meta__btn:before,
    .product-meta__btn:after {
      top: 34px; } }

.product-meta__btn:after {
  transform: rotate(90deg); }

.product-meta__btn.is-active:before {
  transform: rotate(-45deg);
  width: 16px; }

.product-meta__btn.is-active:after {
  transform: rotate(45deg);
  width: 16px; }

.product-meta__label {
  padding-top: 6px; }
  @media (min-width: 47.5em) {
    .product-meta__label {
      padding-top: 4px; } }

.product-meta__content {
  transition: all .4s ease-in-out;
  overflow: hidden;
  max-height: 0; }

.product-meta__content.is-open {
  height: auto;
  max-height: 1000px; }

.product-meta__content-wrapper {
  padding-top: 24px; }

.similar-products {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-01.svg?v=7662646969717269081668414593);
  background-repeat: repeat-x;
  background-position: left top; }

.similar-products .container {
  padding-top: 96px;
  padding-bottom: 48px; }
  @media (min-width: 62.5em) {
    .similar-products .container {
      padding-top: 192px;
      padding-bottom: 96px; } }

.similar-products__title {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto; }

.news-list__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec; }

.body-mandala a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.4375rem;
  -webkit-animation: btnBg linear 5s infinite, btnBorder linear 5s infinite;
  animation: btnBg linear 5s infinite, btnBorder linear 5s infinite;
  height: 54px;
  padding: 0 .8em;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (min-width: 47.5em) {
    .body-mandala a {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .body-mandala a:hover {
    -webkit-animation: btnColor linear 5s infinite;
    animation: btnColor linear 5s infinite;
    background: #fff; }

.body-spotify iframe {
  max-width: 500px; }

.post-image img {
  width: 100%; }

.recipes .container {
  position: relative; }

.recipe-search {
  position: relative;
  max-width: 566px;
  margin: 0 auto 24px; }

input.recipe-search__input {
  font-size: 1.25rem;
  height: 54px;
  border: 2px solid #000; }

.recipe-search__btn {
  font-size: 1.4375rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  padding: 0 .8em; }
  @media (min-width: 47.5em) {
    .recipe-search__btn {
      padding-left: 1.25em;
      padding-right: 1.25em; } }

.recipes-wrapper {
  position: relative; }
  @media (min-width: 47.5em) {
    .recipes-wrapper {
      padding: 0 0 36px 170px;
      min-height: 560px; } }
  @media (min-width: 87.5em) {
    .recipes-wrapper {
      padding: 0 170px 36px; } }

.post--recipes .post-date,
.post--recipes .post-title,
.post--recipes .post-print {
  text-align: center; }

.post-tags {
  text-align: center; }
  .post-tags li {
    display: inline-block;
    color: #565656; }

.bg-black .post-tags li {
  color: #ececec; }

.post--recipes .post-excerpt {
  margin: 0 auto 24px;
  text-align: center; }
  @media (min-width: 62.5em) {
    .post--recipes .post-excerpt {
      max-width: 66.666%; } }

.post-excerpt a {
  text-decoration: underline; }
  .post-excerpt a:hover {
    text-decoration: none; }

.post-print {
  font-size: 1.0625rem;
  margin-bottom: 48px;
  font-weight: 500; }
  @media (min-width: 62.5em) {
    .post-print {
      margin-bottom: 60px; } }
  .post-print svg {
    margin-right: 6px; }

@media (min-width: 62.5em) {
  .post--recipes .body-content {
    display: grid;
    grid-template-columns: 40% 60%; } }

.post--recipes .body-content p {
  grid-column-start: 1;
  grid-column-end: 3; }

@media (min-width: 47.5em) {
  .post--recipes .body-content ul {
    font-size: 1.25rem; } }

.post--recipes .body-content ul:first-of-type li,
.post--recipes .body-content ul:nth-of-type(2) li {
  position: relative;
  margin-left: 0;
  padding-left: 26px; }

.post--recipes .body-content ul:first-of-type {
  grid-column-start: 1;
  list-style: none; }

@media (min-width: 62.5em) {
  .post--recipes .body-content ul:first-of-type li {
    padding-right: 40px; } }

.post--recipes .body-content ul:first-of-type li:not(:last-child) {
  margin-bottom: 6px; }

.post--recipes .body-content ul:first-of-type li:before {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ff8a62; }

.post--recipes .body-content ul:first-of-type li.is-checked:before {
  background-color: #ff8a62; }

.post--recipes .body-content ul:first-of-type li.is-checked:after {
  transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.post--recipes .body-content h2:nth-of-type(2),
.post--recipes .body-content h3:nth-of-type(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 1; }

.post--recipes .body-content ul:nth-of-type(2) {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 2;
  list-style: none;
  counter-reset: i; }

@media (min-width: 62.5em) {
  .post--recipes .body-content ul:nth-of-type(2) li {
    padding-left: 36px; } }

.post--recipes .body-content ul:nth-of-type(2) li:not(:last-child) {
  margin-bottom: 18px; }

.post--recipes .body-content ul:nth-of-type(2) li:before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 30px;
  counter-increment: i;
  content: counter(i);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums; }
  @media (min-width: 47.5em) {
    .post--recipes .body-content ul:nth-of-type(2) li:before {
      font-size: 1.875rem;
      top: -2px; } }

.post--recipes .body-content h2:nth-of-type(3),
.post--recipes .body-content h3:nth-of-type(3) {
  grid-column-start: 2;
  grid-row-start: 3;
  grid-row-end: 3; }

.post--recipes .body-content ul:nth-of-type(3) {
  grid-column-start: 2;
  grid-row-start: 4;
  grid-row-end: 4; }

.recipe-footer .container {
  font-style: italic; }
  @media (min-width: 47.5em) {
    .recipe-footer .container {
      padding-top: 48px;
      padding-bottom: 96px; } }

.ingredients-template .feature-image--align-center {
  padding-top: 48px; }
  @media (min-width: 47.5em) {
    .ingredients-template .feature-image--align-center {
      padding-top: 72px; } }

@media (min-width: 47.5em) {
  .ingredients-feature--image-align-left .container,
  .ingredients-feature--image-align-right .container {
    padding: 48px 30px; } }

.ingredients-feature .flex-grid--lg {
  align-items: center; }

.ingredients-feature--image-align-left .ingredients-image {
  order: -1; }

@media (min-width: 47.5em) {
  .cart-page .container {
    padding-bottom: 0; } }

@media (min-width: 47.5em) {
  .cart-header {
    display: flex;
    align-items: center; } }

.cart-header__count {
  width: 140px;
  text-align: center; }
  @media (max-width: 47.4375em) {
    .cart-header__count {
      display: flex;
      align-items: center;
      margin-bottom: 24px; } }

@media (max-width: 47.4375em) {
  .cart-header__count-label {
    margin-bottom: 0;
    margin-left: 14px;
    order: 1; } }

@media (max-width: 47.4375em) {
  .cart-header__count-number {
    padding-top: 2px; } }

@media (min-width: 47.5em) {
  .cart-header__min {
    width: 40%;
    padding-left: 10%; } }

.cart-min-count {
  display: flex; }

.cart-min-count__item {
  margin-right: 6px; }
  @media (min-width: 47.5em) {
    .cart-min-count__item {
      margin-right: 10px; } }

.cart-min-count__circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ececec; }
  @media (min-width: 47.5em) {
    .cart-min-count__circle {
      width: 18px;
      height: 18px; } }

.cart-min-count__circle.is-counted {
  background-color: #ff8a62; }

.cart-header__min p {
  font-size: 1.25rem;
  font-weight: 500; }

.cart-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 48px; }
  @media (max-width: 47.4375em) {
    .cart-item {
      padding-top: 30px;
      justify-content: space-between; } }

.cart-item__qty {
  width: 110px; }
  @media (min-width: 47.5em) {
    .cart-item__qty {
      width: 140px; } }

.cart-item__thumb {
  text-align: center; }
  @media (min-width: 47.5em) {
    .cart-item__thumb {
      width: 30%; } }

@media (max-width: 47.4375em) {
  .cart-item__thumb img {
    max-height: 78px; } }

@media (min-width: 47.5em) {
  .cart-item__thumb img {
    width: 130px; } }

@media (max-width: 47.4375em) {
  .cart-item__title {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 40px; } }

@media (min-width: 47.5em) {
  .cart-item__title {
    width: calc(50% - 140px); } }

@media (max-width: 47.4375em) {
  .cart-item__title p {
    font-size: 0.9375rem; } }

.cart-item__price {
  text-align: right; }
  @media (min-width: 47.5em) {
    .cart-item__price {
      width: 20%;
      padding-top: 6px;
      padding-right: 60px; } }
  @media (min-width: 62.5em) {
    .cart-item__price {
      padding-right: 120px; } }

.cart-item__remove {
  right: 0;
  z-index: 10; }
  @media (max-width: 47.4375em) {
    .cart-item__remove {
      position: absolute;
      top: 0; } }
  @media (min-width: 47.5em) {
    .cart-item__remove {
      transform: translateY(-50%);
      position: absolute;
      top: 50%; } }

.cart-item__remove a {
  display: block; }

.cart-qty {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110px;
  height: 40px;
  border: 1px solid #ff8a62; }
  @media (min-width: 47.5em) {
    .cart-qty {
      font-size: 2.1875rem;
      width: 140px;
      height: 54px; } }

.cart-qty input {
  width: 40px;
  height: 32px;
  padding: 0;
  border: 0;
  text-align: center; }
  @media (min-width: 47.5em) {
    .cart-qty input {
      width: 60px; } }

.cart-qty__number {
  width: 40px;
  padding: 0;
  border: 0;
  text-align: center; }

.cart-qty__btn {
  position: relative;
  width: 40px;
  height: 30px;
  border: none;
  background: transparent; }
  @media (min-width: 47.5em) {
    .cart-qty__btn {
      width: 52px;
      height: 42px; } }
  .cart-qty__btn:hover {
    color: #ff8a62; }

.cart-qty__btn-minus:before,
.cart-qty__btn-plus:before,
.cart-qty__btn-plus:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #000; }

.cart-qty__btn-minus:before,
.cart-qty__btn-plus:before {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.cart-qty__btn-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%; }

.cart-footer {
  background: #fafafa; }

.cart-footer .container {
  padding-top: 18px;
  padding-bottom: 18px; }
  @media (min-width: 47.5em) {
    .cart-footer .container {
      padding-top: 36px;
      padding-bottom: 36px; } }

.cart-footer .col-10,
.cart-subtotal {
  display: flex;
  justify-content: space-between; }

.cart-footer .col-10 {
  align-items: center; }

.cart-notes {
  width: 180px;
  color: #565656;
  text-align: center; }
  @media (max-width: 47.4375em) {
    .cart-notes {
      display: none; } }
  @media (min-width: 47.5em) {
    .cart-notes {
      padding-left: 15px; } }

.cart-subtotal {
  align-items: center; }

.cart-subtotal__price {
  font-size: 2.25rem;
  padding-top: 6px;
  line-height: 1; }
  @media (min-width: 47.5em) {
    .cart-subtotal__price {
      font-size: 3.4375rem; } }

.cart-actions {
  text-align: right; }
  @media (min-width: 47.5em) {
    .cart-actions {
      padding-right: 60px; } }
  @media (min-width: 62.5em) {
    .cart-actions {
      padding-right: 120px; } }

@media (min-width: 47.5em) {
  .cart-page .cart-actions {
    padding-right: 20px; } }

.cart-actions .btn--primary {
  width: 100%; }
  @media (min-width: 47.5em) {
    .cart-actions .btn--primary {
      width: 320px; } }

.cart-item__remove a {
  opacity: .25;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center; }

.cart-item__remove a:hover {
  opacity: 1; }

@media (min-width: 47.5em) {
  .empty-cart {
    padding-bottom: 72px; } }

.oxi_social_wrapper {
  margin-bottom: 48px; }

.oxi_social_wrapper:after {
  font-size: 1.25rem;
  content: 'Or';
  display: block;
  padding-top: 24px;
  text-align: center; }

.login .container {
  max-width: 480px; }

.login-footer {
  padding-top: 24px;
  text-align: center; }

.forgot-button {
  padding: 0;
  border: none;
  background: none; }

.login-actions {
  padding-top: 24px;
  text-align: center; }

.shopify-challenge__container {
  padding: 96px 20px; }

.shopify-challenge__button {
  font-size: 0.9375rem;
  height: 44px;
  padding: 0 1.25rem;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .shopify-challenge__button:hover, .shopify-challenge__button:focus {
    background: #fff;
    border: 2px solid #000;
    color: #000; }

.page-template .body-content {
  max-width: 560px;
  margin: 0 auto; }

@media (min-width: 47.5em) {
  .page-template .body-content h2 {
    padding-top: 72px; } }

.page-template .body-content h2,
.page-template .body-content blockquote {
  margin-bottom: 24px;
  text-align: center; }
  @media (min-width: 47.5em) {
    .page-template .body-content h2,
    .page-template .body-content blockquote {
      margin-left: -120px;
      margin-right: -120px;
      margin-bottom: 48px; } }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 50%; }

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

.find-chop {
  background-size: cover; }

.find-cta {
  background-color: #9e442c; }

.find-cta a {
  color: #fff; }

.newsletter-template {
  background: #a24f2f; }
  @media (min-width: 47.5em) {
    .newsletter-template {
      display: flex; } }

@media (min-width: 47.5em) {
  .newsletter-col {
    flex: 1; } }

.newsletter-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff; }

.newsletter-content__wrapper {
  padding: 0 20px 60px; }
  @media (min-width: 47.5em) {
    .newsletter-content__wrapper {
      max-width: 680px;
      margin: 0 auto;
      padding: 0 60px; } }

.account-header {
  position: relative; }

.account-header__title {
  margin-bottom: 30px; }
  @media (min-width: 47.5em) {
    .account-header__title {
      margin-bottom: 60px;
      text-align: center; } }

@media (max-width: 47.4375em) {
  .account-header .back-link {
    margin-bottom: 6px; } }

@media (min-width: 47.5em) {
  .account-header .back-link {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0; } }

.order-table {
  font-size: 1.125rem;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

.order-table th {
  font-weight: 500;
  padding: 0;
  border-bottom: 1px solid #979797; }
  @media (max-width: 47.4375em) {
    .order-table th {
      display: none; } }

@media (min-width: 47.5em) {
  .order-table .text-right {
    text-align: right; } }

.order-table td {
  padding: 12px 0; }
  @media (max-width: 47.4375em) {
    .order-table td {
      display: block;
      padding: 2px 0; } }

@media (min-width: 47.5em) {
  .order-table tfoot tr:first-child td {
    border-top: 1px solid #979797; } }

.order-table tfoot tr:last-child td {
  font-weight: 500; }

@media (max-width: 47.4375em) {
  .order-table tbody > tr {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #979797; } }

@media (max-width: 47.4375em) {
  .table-wrap--order tbody td:nth-child(1) {
    font-weight: 500; } }

@media (max-width: 47.4375em) {
  .table-wrap--order tbody td:nth-child(2) {
    display: none; } }

@media (max-width: 47.4375em) {
  .table-wrap--order tbody td:nth-child(3):before,
  .table-wrap--order tbody td:nth-child(4):before,
  .table-wrap--order tbody td:nth-child(5):before {
    display: inline-block;
    width: 60px; } }

@media (max-width: 47.4375em) {
  .table-wrap--order tbody td:nth-child(3):before {
    content: 'Price:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--order tbody td:nth-child(4):before {
    content: 'Qty:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--order tbody td:nth-child(5):before {
    content: 'Total:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--history tbody td:before {
    display: inline-block;
    width: 100px; } }

@media (max-width: 47.4375em) {
  .table-wrap--history tbody td:nth-child(1):before {
    content: 'Order:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--history tbody td:nth-child(2):before {
    content: 'Date:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--history tbody td:nth-child(3):before {
    content: 'Payment:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--history tbody td:nth-child(4):before {
    content: 'Fullfillment:'; } }

@media (max-width: 47.4375em) {
  .table-wrap--history tbody td:nth-child(5):before {
    content: 'Total:'; } }

.form-container {
  background: #ececec;
  padding: 20px;
  margin-top: 12px; }

@media (min-width: 37.5em) {
  .addresses-header {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.addresses-grid .address-item {
  height: 100%;
  padding: 20px; }
  @media (min-width: 47.5em) {
    .addresses-grid .address-item {
      padding: 30px; } }

.address-item__actions {
  display: flex; }

.address-item__actions li {
  margin-right: 20px; }

.address-item__actions a {
  color: #565656; }
  .address-item__actions a:hover {
    color: #000; }

.pizza-month-hero {
  padding: 88px 20px; }
  @media (min-width: 47.5em) {
    .pizza-month-hero {
      padding: 120px 40px; } }

.pizza-month-hero__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px; }
  @media (min-width: 47.5em) {
    .pizza-month-hero__content {
      padding: 40px; } }

@media (min-width: 47.5em) {
  .pizza-products .container {
    padding-top: 120px; } }

.pizza-contest-template {
  background: #fa0000;
  color: #fff; }

@media (min-width: 62.5em) {
  .pizza-contest-hero .title__h1 {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 87.5em) {
  .pizza-contest-content {
    padding-left: 7%;
    padding-right: 7%; } }

.pizza-contest-content a,
.pizza-contest-footer a {
  color: #fff;
  text-decoration: underline; }
  .pizza-contest-content a:hover,
  .pizza-contest-footer a:hover {
    text-decoration: none; }

.pizza-contest-body .title__h2 {
  margin-bottom: 30px; }
  @media (min-width: 62.5em) {
    .pizza-contest-body .title__h2 {
      max-width: 72%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 108px; } }

.theme-list__header {
  display: flex;
  padding: 24px 0; }

@media (min-width: 47.5em) {
  .theme-list__header .label--large:first-child {
    width: 70%; } }

@media (max-width: 47.4375em) {
  .theme-list__header .label--large:last-child {
    display: none; } }

.theme-list__item {
  border-left: 4px solid #fff;
  background: rgba(255, 255, 255, 0.2); }
  @media (min-width: 47.5em) {
    .theme-list__item {
      display: flex;
      align-items: center;
      height: 84px; } }
  @media (max-width: 47.4375em) {
    .theme-list__item {
      margin-left: -20px;
      margin-right: -20px;
      padding: 16px 20px 18px; } }

.theme-list__item:not(:last-child) {
  margin-bottom: 30px; }

@media (max-width: 47.4375em) {
  .theme-list__col:first-child {
    margin-bottom: 6px; } }

@media (min-width: 47.5em) {
  .theme-list__col:first-child {
    padding-left: 30px;
    width: 70%; } }

.theme-list__item .title__h3 {
  line-height: 1; }
  @media (max-width: 62.4375em) {
    .theme-list__item .title__h3 {
      font-size: 1.5rem; } }

@media (min-width: 47.5em) {
  .mobile-label {
    display: none; } }

.bracket-title--mobile {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 6px; }
  @media (min-width: 47.5em) {
    .bracket-title--mobile {
      display: none; } }
  .bracket-title--mobile svg {
    fill: #fff;
    margin-left: 6px; }

@media (max-width: 47.4375em) {
  .bracket-wrapper {
    overflow-y: hidden;
    overflow-x: scroll; } }

@media (max-width: 47.4375em) {
  .bracket-scroll {
    width: 800px; }
    .bracket-scroll img {
      width: 100%; } }

.pizza-2021-hero__bg,
.pizza-2021-page-img {
  width: 100%; }

@media (max-width: 47.4375em) {
  .pizza-2021-hero__bg {
    margin-top: 120px; } }

.pizza-2021-hero {
  position: relative;
  background-color: #f7eef5; }

.pizza-2021-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%; }
  @media (min-width: 47.5em) {
    .pizza-2021-hero__content {
      width: 80%; } }

.pizza-2021-hero__logo {
  width: 100%; }

@media (max-width: 47.4375em) {
  .pizza-2021-hero__logo--desktop {
    display: none; } }

@media (min-width: 47.5em) {
  .pizza-2021-hero__logo--mobile {
    display: none; } }

.pizza-2021-hero__subtitle {
  padding-top: 12px;
  padding-left: 21.5%;
  font-size: 8vw;
  line-height: 1;
  font-weight: 700;
  color: #e4291f; }
  @media (min-width: 47.5em) {
    .pizza-2021-hero__subtitle {
      display: none; } }

.pizza-2021-hero__title {
  position: absolute;
  top: 18vw;
  left: 12%;
  font-size: 17vw;
  line-height: 13vw;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }

@media (min-width: 87.5em) {
  .pizza-2021-instructions .container {
    width: 66.666%; } }

@media (min-width: 47.5em) {
  .pizza-2021 .bracket-container {
    max-width: 1202px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 47.4375em) {
  .pizza-2021 .bracket-container {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-right: -20px; } }

.pizza-2021 .bracket-scroll {
  position: relative;
  height: 720px;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 47.4375em) {
    .pizza-2021 .bracket-scroll {
      width: 800px;
      margin-right: 20px; } }

.bracket-group {
  position: absolute; }
  .bracket-group:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    right: 6px;
    bottom: 6px;
    display: block;
    background: #fff; }

.bracket-group--01,
.bracket-group--02 {
  width: 33.333%;
  height: 200px;
  background: linear-gradient(to right, #8E7FCA, #F16B9C); }

.bracket-group--01 {
  top: 60px;
  left: 0; }

.bracket-group--02 {
  bottom: 60px;
  left: 0; }

.bracket-group--03 {
  top: 160px;
  left: 33.333%;
  width: 33.333%;
  height: 400px;
  background: linear-gradient(to right, #F16B9C, #FFB800); }
  .bracket-group--03:after {
    top: 8px;
    right: 8px;
    bottom: 8px; }

.bracket-winner {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 33.333%;
  height: 10px;
  background: linear-gradient(to right, #FFB800, #E42A1F); }

.bracket-label {
  font-size: 1.375rem;
  line-height: 1.125;
  width: 220px;
  z-index: 10;
  text-align: center;
  font-weight: 700; }

.bracket-label--01,
.bracket-label--02 {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  color: #8e7fca; }

.bracket-label--01 {
  top: 16px; }

.bracket-label--02 {
  bottom: 16px; }

.bracket-label--03 {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ff8f00; }

.bracket-label--04 {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -64px;
  color: #e4291f; }
  .bracket-label--04 span {
    display: block; }

.bracket-card {
  position: absolute;
  display: flex;
  align-items: center; }

.bracket-card__thumb {
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: #979797;
  border-radius: 50%;
  margin-right: 12px; }
  @media (min-width: 47.5em) {
    .bracket-card__thumb {
      width: 48px;
      height: 48px; } }

.bracket-card__handle {
  font-size: 1.125rem; }
  @media (min-width: 47.5em) {
    .bracket-card__handle {
      font-size: 1.5rem; } }

.bracket-card--1 {
  top: 12px;
  left: 0; }
  @media (min-width: 47.5em) {
    .bracket-card--1 {
      top: 0; } }

.bracket-card--2 {
  top: 272px;
  left: 0; }

.bracket-card--3 {
  bottom: 272px;
  left: 0; }

.bracket-card--4 {
  bottom: 12px;
  left: 0; }
  @media (min-width: 47.5em) {
    .bracket-card--4 {
      bottom: 0; } }

.bracket-card--5 {
  top: 112px;
  left: calc(33.333% + 20px); }
  @media (min-width: 47.5em) {
    .bracket-card--5 {
      top: 100px; } }

.bracket-card--6 {
  bottom: 112px;
  left: calc(33.333% + 20px); }
  @media (min-width: 47.5em) {
    .bracket-card--6 {
      bottom: 100px; } }

.bracket-card--7 {
  top: 310px;
  left: calc(66.666% + 20px); }
  @media (min-width: 47.5em) {
    .bracket-card--7 {
      top: 298px; } }

.pizza-2021 .bracket-title--mobile {
  padding-left: 0; }
  .pizza-2021 .bracket-title--mobile svg {
    fill: #000;
    margin-left: 6px; }

.pizza-party-products .container {
  padding-top: 96px; }
  @media (min-width: 47.5em) {
    .pizza-party-products .container {
      padding-top: 144px; } }

.pizza-2021-instagram__header {
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto; }

.grid--4-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (min-width: 47.5em) {
    .grid--4-col {
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; } }

.pizza-2021-footer .container {
  padding-top: 0; }

.pizza-2021-footer a {
  text-decoration: underline; }
  .pizza-2021-footer a:hover {
    text-decoration: none; }

.real-food {
  position: relative;
  overflow: hidden; }

.real-bg {
  width: 100%; }
  @media (max-width: 47.4375em) {
    .real-bg {
      width: 192%;
      max-width: none;
      margin-left: -46%; } }

@media (max-width: 62.4375em) {
  .real-bg--desktop {
    display: none; } }

@media (min-width: 62.5em) {
  .real-bg--mobile {
    display: none; } }

.real-ingredient {
  position: absolute;
  z-index: 20; }

.real-almond {
  -webkit-animation: tripOut ease-in-out 3s infinite;
  animation: tripOut ease-in-out 3s infinite;
  top: 10px;
  right: 0;
  width: 30%; }
  @media (min-width: 62.5em) {
    .real-almond {
      -webkit-animation-duration: 5s;
      animation-duration: 5s;
      top: 3.6%;
      right: 0;
      width: 33%; } }

.real-pizza {
  -webkit-animation: pizzaFloatMobile ease-in-out 4s infinite;
  animation: pizzaFloatMobile ease-in-out 4s infinite;
  top: 27%;
  left: 8%;
  width: 80%; }
  @media (min-width: 47.5em) {
    .real-pizza {
      -webkit-animation: pizzaFloat ease-in-out 4s infinite;
      animation: pizzaFloat ease-in-out 4s infinite;
      top: 27%;
      left: 20.2%;
      width: 57.5%; } }
  @media (min-width: 62.5em) {
    .real-pizza {
      top: 18%;
      left: 20.2%;
      width: 57.5%; } }

.real-pizza-shadow {
  -webkit-animation: pizzaFloatMobile ease-in-out 4s infinite;
  animation: pizzaFloatMobile ease-in-out 4s infinite;
  bottom: 29%;
  left: -5%;
  width: 70%; }
  @media (min-width: 47.5em) {
    .real-pizza-shadow {
      -webkit-animation: pizzaFloat ease-in-out 4s infinite;
      animation: pizzaFloat ease-in-out 4s infinite;
      bottom: 10%;
      left: 0;
      width: 60%; } }
  @media (min-width: 62.5em) {
    .real-pizza-shadow {
      bottom: 10%;
      left: 0;
      width: 60%; } }

.real-cheese {
  -webkit-animation: tripOut ease-in-out 5s infinite;
  animation: tripOut ease-in-out 5s infinite;
  left: -13%;
  bottom: 13%;
  width: 70%; }
  @media (min-width: 47.5em) {
    .real-cheese {
      left: 0;
      bottom: 6.2%;
      width: 36.5%; } }

.real-tomato {
  -webkit-animation: tripOut ease-in-out 3s infinite;
  animation: tripOut ease-in-out 3s infinite;
  right: -13%;
  bottom: 0;
  width: 66%; }
  @media (min-width: 47.5em) {
    .real-tomato {
      right: 0;
      bottom: 1%;
      width: 37%; } }

.real-content {
  position: absolute;
  top: 42px;
  left: 20px;
  right: 20px;
  z-index: 20;
  color: #fff; }
  @media (min-width: 62.5em) {
    .real-content {
      top: 60px;
      left: 4%;
      width: 50%; } }
  @media (min-width: 87.5em) {
    .real-content {
      top: 72px;
      left: 10%; } }

.real-title {
  font-size: 3.375rem;
  font-size: 10vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px; }
  @media (min-width: 62.5em) {
    .real-title {
      font-size: 3.75rem;
      letter-spacing: -.015em;
      margin-bottom: 12px; } }
  @media (min-width: 87.5em) {
    .real-title {
      font-size: 6.875vw;
      line-height: .8;
      margin-bottom: 24px; } }

.real-title span {
  display: block; }

.real-subtitle {
  font-size: 1.375rem;
  font-size: 6vw;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 500; }
  @media (min-width: 62.5em) {
    .real-subtitle {
      font-size: 1.875rem;
      margin-bottom: 48px;
      line-height: 1; } }
  @media (min-width: 87.5em) {
    .real-subtitle {
      font-size: 2.43056vw;
      margin-bottom: 96px; } }

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.4375rem;
  height: 54px;
  padding: 0 .8em;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 54px;
  color: #ff8a62;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (max-width: 37.4375em) {
    .btn-pill {
      font-size: 1.25rem;
      width: 100%; } }
  @media (min-width: 47.5em) {
    .btn-pill {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .btn-pill:hover {
    background: transparent;
    border-color: #fff;
    color: #fff; }

.real-products,
.real-finder {
  background-position: left bottom; }
  @media (min-width: 47.5em) {
    .real-products .container,
    .real-finder .container {
      padding-top: 120px; } }

@media (min-width: 47.5em) {
  .real-products .container {
    padding-bottom: 120px; } }

@media (min-width: 47.5em) {
  .real-finder .container {
    padding-bottom: 192px; } }

.ketopia-hero {
  position: relative;
  overflow: hidden;
  background: #0c073c; }

.ketopia-bg {
  width: 100%; }
  @media (max-width: 47.4375em) {
    .ketopia-bg {
      width: 180%;
      max-width: none;
      margin-left: -40%; } }

@media (min-width: 62.5em) {
  .ketopia-bg--desktop {
    -webkit-animation: ketoOut ease-in-out 10s infinite;
    animation: ketoOut ease-in-out 10s infinite; } }

@media (max-width: 62.4375em) {
  .ketopia-bg--desktop {
    display: none; } }

@media (min-width: 62.5em) {
  .ketopia-bg--mobile {
    display: none; } }

@media (max-width: 62.4375em) {
  .ketopia-bg--mobile {
    -webkit-animation: ketoOut ease-in-out 10s infinite;
    animation: ketoOut ease-in-out 10s infinite; } }

@media (max-width: 47.4375em) {
  .ketopia-turnip-bg-mobile {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 168px; } }

.ketopia-ingredient {
  position: absolute;
  z-index: 20; }

.ketopia-pizza {
  -webkit-animation: pizzaFloatMobile ease-in-out 4s infinite;
  animation: pizzaFloatMobile ease-in-out 4s infinite;
  top: 27%;
  left: 8%;
  width: 80%; }
  @media (min-width: 47.5em) {
    .ketopia-pizza {
      -webkit-animation: pizzaFloat ease-in-out 4s infinite;
      animation: pizzaFloat ease-in-out 4s infinite;
      top: 27%;
      left: 20.2%;
      width: 57.5%; } }
  @media (min-width: 62.5em) {
    .ketopia-pizza {
      top: 18%;
      left: 20.2%;
      width: 57.5%; } }

.ketopia-pizza-shadow {
  -webkit-animation: pizzaFloatMobile ease-in-out 4s infinite;
  animation: pizzaFloatMobile ease-in-out 4s infinite;
  bottom: 29%;
  left: -5%;
  width: 70%; }
  @media (min-width: 47.5em) {
    .ketopia-pizza-shadow {
      -webkit-animation: pizzaFloat ease-in-out 4s infinite;
      animation: pizzaFloat ease-in-out 4s infinite;
      bottom: 10%;
      left: 0;
      width: 60%; } }
  @media (min-width: 62.5em) {
    .ketopia-pizza-shadow {
      bottom: 10%;
      left: 0;
      width: 60%; } }

.ketopia-content {
  position: absolute;
  top: 42px;
  left: 20px;
  right: 20px;
  z-index: 10;
  color: #fff; }
  @media (min-width: 62.5em) {
    .ketopia-content {
      top: 60px;
      left: 4%;
      width: 60%; } }
  @media (min-width: 87.5em) {
    .ketopia-content {
      top: 72px;
      left: 10%; } }

.ketopia-title {
  font-size: 3.375rem;
  font-size: 10vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px; }
  @media (min-width: 62.5em) {
    .ketopia-title {
      font-size: 3.75rem;
      letter-spacing: -.015em;
      margin-bottom: 12px; } }
  @media (min-width: 87.5em) {
    .ketopia-title {
      font-size: 4.72222vw;
      margin-bottom: 24px; } }

.ketopia-subtitle {
  font-size: 1.125rem;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 500; }
  @media (min-width: 37.5em) {
    .ketopia-subtitle {
      font-size: 1.625rem; } }
  @media (min-width: 62.5em) {
    .ketopia-subtitle {
      margin-bottom: 48px; } }
  @media (min-width: 87.5em) {
    .ketopia-subtitle {
      font-size: 1.80556vw;
      padding-right: 12%;
      margin-bottom: 96px; } }

.ketopia-hero .btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.4375rem;
  height: 54px;
  padding: 0 .8em;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 54px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (max-width: 37.4375em) {
    .ketopia-hero .btn-pill {
      font-size: 1.25rem;
      width: 100%; } }
  @media (min-width: 47.5em) {
    .ketopia-hero .btn-pill {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .ketopia-hero .btn-pill:hover {
    background: transparent;
    border-color: #fff;
    color: #fff; }

.ketopia-products,
.ketopia-finder {
  background-position: left bottom; }
  @media (min-width: 47.5em) {
    .ketopia-products .container,
    .ketopia-finder .container {
      padding-top: 120px; } }

@media (min-width: 47.5em) {
  .ketopia-products .container {
    padding-bottom: 120px; } }

.ketopia-offers .container {
  padding-top: 96px; }
  @media (min-width: 47.5em) {
    .ketopia-offers .container {
      padding-top: 144px; } }

.stores-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.stores-grid__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 48px;
  text-align: center; }
  @media (min-width: 47.5em) {
    .stores-grid__item {
      width: 33.333%;
      padding: 0 40px;
      margin-bottom: 72px; } }

@media (min-width: 47.5em) {
  .offers-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; } }

.offers-grid__item {
  margin-bottom: 48px;
  text-align: center; }
  @media (min-width: 47.5em) {
    .offers-grid__item {
      width: 50%;
      padding: 0 40px; } }

@media (max-width: 47.4375em) {
  .offers-grid__item img {
    max-width: 300px; } }

.offers-grid__item .store-logo {
  margin-bottom: 24px; }
  @media (min-width: 47.5em) {
    .offers-grid__item .store-logo {
      margin-bottom: 48px; } }

.offers-grid__item p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1; }

@media (min-width: 47.5em) {
  .ketopia-turnip {
    padding-top: 50px; } }

.ketopia-turnip .ketopia-content {
  top: 42px; }
  @media (min-width: 62.5em) {
    .ketopia-turnip .ketopia-content {
      top: 120px; } }
  @media (min-width: 87.5em) {
    .ketopia-turnip .ketopia-content {
      top: 156px; } }

.ketopia #shopify-section-instagram {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-01.svg?v=7662646969717269081668414593);
  background-repeat: repeat-x;
  background-position: top left; }

.ketopia #shopify-section-instagram .container {
  padding-top: 96px; }
  @media (min-width: 47.5em) {
    .ketopia #shopify-section-instagram .container {
      padding-top: 146px; } }

.believing-hero {
  position: relative;
  overflow: hidden; }

.believing-bg {
  width: 100%; }
  @media (max-width: 47.4375em) {
    .believing-bg {
      width: 180%;
      max-width: none;
      margin-left: -40%; } }

@media (max-width: 62.4375em) {
  .believing-bg--desktop {
    display: none; } }

@media (min-width: 62.5em) {
  .believing-bg--mobile {
    display: none; } }

.believing-tri-kat {
  display: none;
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 66%; }
  @media (min-width: 47.5em) {
    .believing-tri-kat {
      width: 20%; } }
  .believing-tri-kat.bounceInUp {
    display: block; }

.believing-ingredients {
  position: relative; }

.believing-ingredients__scroll {
  overflow-y: hidden;
  overflow-x: scroll; }

.believing-ingredients__img {
  max-width: none; }

.believing-arrow {
  opacity: 0;
  position: absolute; }
  @media (max-width: 62.4375em) {
    .believing-arrow {
      top: 25%;
      left: 20px;
      width: 160px; } }
  @media (min-width: 62.5em) {
    .believing-arrow {
      top: 80px;
      right: 60px;
      width: 220px; } }
  .believing-arrow.arrowAnimate {
    -webkit-animation: 4s ease-in-out fadeInOut, 2s ease-in-out pointRight infinite;
    animation: 4s ease-in-out fadeInOut, 2s ease-in-out pointRight infinite; }

.believing-content {
  position: absolute;
  top: 42px;
  left: 20px;
  right: 20px;
  z-index: 10; }
  @media (min-width: 62.5em) {
    .believing-content {
      top: 60px;
      left: 4%;
      width: 60%; } }
  @media (min-width: 87.5em) {
    .believing-content {
      top: 72px;
      left: 10%; } }

.believing-ingredients__content {
  position: absolute;
  top: 42px;
  left: 20px;
  right: 20px;
  z-index: 10; }
  @media (min-width: 62.5em) {
    .believing-ingredients__content {
      top: 60px;
      left: 4%;
      width: 60%; } }
  @media (min-width: 87.5em) {
    .believing-ingredients__content {
      top: 72px;
      left: 10%; } }

.believing-title {
  font-size: 3.375rem;
  font-size: 10vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px; }
  @media (min-width: 62.5em) {
    .believing-title {
      font-size: 3.75rem;
      letter-spacing: -.015em;
      margin-bottom: 12px; } }
  @media (min-width: 87.5em) {
    .believing-title {
      font-size: 4.72222vw;
      margin-bottom: 24px; } }

.believing-subtitle {
  font-size: 1.125rem;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 500; }
  @media (min-width: 37.5em) {
    .believing-subtitle {
      font-size: 1.625rem; } }
  @media (min-width: 62.5em) {
    .believing-subtitle {
      margin-bottom: 48px; } }
  @media (min-width: 87.5em) {
    .believing-subtitle {
      font-size: 1.80556vw;
      padding-right: 12%;
      margin-bottom: 96px; } }

.believing-hero .btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.4375rem;
  height: 54px;
  padding: 0 .8em;
  border-width: 2px;
  border-style: solid;
  border-radius: 54px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (max-width: 37.4375em) {
    .believing-hero .btn-pill {
      font-size: 1.25rem;
      width: 100%; } }
  @media (min-width: 47.5em) {
    .believing-hero .btn-pill {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .believing-hero .btn-pill:hover {
    background: transparent; }

.believing-products,
.believing-finder {
  background-position: left bottom; }
  @media (min-width: 47.5em) {
    .believing-products .container,
    .believing-finder .container {
      padding-top: 120px; } }

@media (min-width: 47.5em) {
  .believing-products .container {
    padding-bottom: 120px; } }

.benefits-grid__item p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto; }

.believing #shopify-section-instagram {
  background-image: url(//cdn.shopify.com/s/files/1/0808/5563/t/35/assets/bg-pattern-01.svg?v=7662646969717269081668414593);
  background-repeat: repeat-x;
  background-position: top left; }

.believing #shopify-section-instagram .container {
  padding-top: 96px; }
  @media (min-width: 47.5em) {
    .believing #shopify-section-instagram .container {
      padding-top: 146px; } }

.chop-hero {
  overflow: hidden; }

.chop-hero-bg--desktop {
  width: 100%; }
  @media (max-width: 47.4375em) {
    .chop-hero-bg--desktop {
      display: none; } }

@media (max-width: 37.4375em) {
  .chop-hero-bg--mobile {
    max-width: none;
    width: 200%;
    margin-left: -50%; } }

@media (min-width: 47.5em) {
  .chop-hero-bg--mobile {
    display: none; } }

.chop-hero-3 {
  background-color: #fff; }
  @media (max-width: 47.4375em) {
    .chop-hero-3 {
      padding-top: 100px; } }
  @media (max-width: 37.4375em) {
    .chop-hero-3 {
      padding-top: 460px; } }

@media (max-width: 47.4375em) {
  .chop-hero-3 .chop-hero-bg--mobile {
    width: 100%;
    margin-left: 0; } }

.chop-hero__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px; }
  @media (min-width: 62.5em) {
    .chop-hero__content {
      top: 72px; } }
  @media (min-width: 87.5em) {
    .chop-hero__content {
      left: 10%;
      right: 10%; } }

.chop-form {
  max-width: 480px;
  height: 490px;
  background: #fff; }

.chop-content .container {
  padding-top: 72px; }
  @media (min-width: 47.5em) {
    .chop-content .container {
      padding-top: 96px; } }

.chop-content .feature-content__subtitle {
  max-width: 550px; }
