@charset "UTF-8";
/*  ==========================================================================
    GENERAL
    ========================================================================== */
/*  Imports
    -------------------------------------------------------------------------- */
@import url(intlTelInput.css);
@import url("https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Inconsolata:wght@200..900&family=Oswald:wght@200..700&family=Roboto:wght@100..900&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("/assets-fonts/fontello.woff2") format("woff2"), url("/assets-fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*  Fonts
    -------------------------------------------------------------------------- */
@font-face {
  font-family: 'CatalpaUltrablack';
  src: url("/assets-fonts/CatalpaUltrablack.woff2") format("woff2"), url("/assets-fonts/CatalpaUltrablack.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'RedgarClean';
  src: url("/assets-fonts/RedgarClean.woff2") format("woff2"), url("/assets-fonts/RedgarClean.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*  Base font
    -------------------------------------------------------------------------- */
body {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000; }

input, select, textarea {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #000; }

/*  Page header
    -------------------------------------------------------------------------- */
.header {
  border-bottom: none;
  padding: 2.3rem 0 2.1rem;
  background: #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24);
  position: relative; }
  .header__wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 128rem; }
    .header__wrapper:before, .header__wrapper:after {
      display: none; }
  @media screen and (max-width: 60em) {
    .header {
      padding: 2.4rem 0;
      position: relative; }
      .header .header__wrapper {
        text-align: center;
        min-height: auto; } }

.header__logo {
  margin-top: 0;
  order: 1;
  flex-shrink: 0; }
  .header__logo .header__logo-image {
    width: 26.6rem; }
  @media screen and (max-width: 68.75em) {
    .header__logo {
      max-width: 24rem; } }
  @media screen and (max-width: 62.5em) {
    .header__logo {
      max-width: 22rem; } }
  @media screen and (max-width: 60em) {
    .header__logo {
      margin: 0 auto;
      display: inline-block; }
      .header__logo .header__logo-image {
        display: block; } }
  @media screen and (max-width: 23.75em) {
    .header__logo {
      max-width: 18rem; } }

.header__static-basket {
  order: 5;
  box-sizing: border-box;
  border-radius: .8rem;
  box-shadow: 2.65px 4.24px 0.5px rgba(0, 0, 0, 0.3);
  font-size: 0;
  transition: all .3s ease; }
  .header__static-basket.open {
    border-radius: .8rem .8rem 0 0; }
    .header__static-basket.open .header__static-basket-total {
      border-radius: 0 .8rem 0 0; }
    .header__static-basket.open .header__static-basket-icon {
      border-radius: .8rem 0 0 0; }
  .header__static-basket .header__static-basket-link {
    text-decoration: none; }
  .header__static-basket .header__static-basket-icon,
  .header__static-basket .header__static-basket-total {
    display: inline-block;
    vertical-align: top; }
  .header__static-basket .header__static-basket-icon {
    color: #fff;
    font-size: 2rem;
    padding: .6rem 1.3rem .6rem 1.1rem;
    box-sizing: border-box;
    border-radius: .8rem 0 0 .8rem;
    background-color: #000; }
    .header__static-basket .header__static-basket-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .header__static-basket .header__static-basket-icon:before {
      display: block; }
  .header__static-basket .header__static-basket-total {
    font-family: "Inconsolata", monospace;
    font-size: 1.5rem;
    line-height: 3.2rem;
    height: 3.2rem;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    padding: 0 3.5rem 0 1.1rem;
    border-radius: 0 .8rem .8rem 0;
    background-color: #ff3632;
    position: relative; }
    .header__static-basket .header__static-basket-total:after {
      content: '';
      position: absolute;
      border-top: 0.7rem solid #fff;
      border-right: 0.6rem solid transparent;
      border-left: 0.6rem solid transparent;
      display: inline-block;
      vertical-align: middle;
      top: 50%;
      right: 1rem;
      transform: translate(0, -50%); }

.header__shop-menu,
.header__user-menu,
.header__loyalty-menu,
.header__language-menu,
.header__ordering-menu,
.header__tracking-menu {
  float: right; }

.header__tracking-menu {
  padding: .7rem;
  box-sizing: border-box;
  border-radius: .5rem;
  box-shadow: 2.65px 4.24px 0.5px black;
  border: solid 1.5px #000; }

.header__shop-menu {
  order: 4; }

.header__user-menu {
  order: 7; }

.header__loyalty-menu {
  order: 6;
  display: none; }

.header__language-menu {
  order: 3; }

.header__ordering-menu {
  order: 1; }

.header__tracking-menu {
  order: 2; }

.page_locator .header__static-basket,
.page_login .header__static-basket,
.page_order_step2 .header__static-basket,
.page_forgot_password .header__static-basket,
.page_account .header__static-basket,
.page_edit_account .header__static-basket,
.page_order_step3 .header__static-basket,
.page_order_step4 .header__static-basket,
.page_order_step5 .header__static-basket,
.page_thank_you .header__static-basket {
  display: none; }

.page_locator .header__nav,
.page_login .header__nav,
.page_order_step2 .header__nav,
.page_forgot_password .header__nav,
.page_account .header__nav,
.page_edit_account .header__nav,
.page_order_step3 .header__nav,
.page_order_step4 .header__nav,
.page_order_step5 .header__nav,
.page_thank_you .header__nav {
  padding-right: 0; }

.header__nav {
  order: 2;
  flex-grow: 1;
  gap: 1rem 2.5rem;
  width: calc(100% - 33rem);
  min-height: 3.2rem;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media screen and (max-width: 60em) {
    .header__nav {
      display: none; } }

.header__loyalty-menu,
.header__user-menu,
.header__shop-menu,
.header__language-menu,
.header__tracking-menu {
  margin-top: 0; }

.basket-dropdown {
  display: none; }
  .basket-dropdown.open {
    display: block;
    width: 100%;
    max-width: 35rem;
    box-sizing: border-box;
    border: none;
    position: absolute;
    top: 5.5rem;
    right: calc(50% - 64rem);
    margin-right: 0rem;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 2.65px 4.24px 0.5px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 77.5em) {
      .basket-dropdown.open {
        right: 2.1rem; } }
  @media screen and (max-width: 60em) {
    .basket-dropdown {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000; } }

.content__side.floater-fixed {
  position: static !important; }

/*  Page footer
    -------------------------------------------------------------------------- */
.footer {
  color: #fff;
  background-color: #333;
  font-size: 1.6rem; }
  .footer__wrapper {
    padding: 4.4rem 0; }
  .footer__credits {
    padding-top: .55rem;
    color: #ec7a34; }
    .footer__credits .footer__link {
      color: #ec7a34;
      text-decoration: none; }
      .footer__credits .footer__link:hover {
        color: #ec7a34;
        text-decoration: underline; }
  .footer__links {
    padding-top: .2em;
    font-size: 0;
    letter-spacing: 0; }
    .footer__links li {
      font-size: 1.6rem;
      margin: 0; }
      .footer__links li:after {
        content: '|';
        padding: 0 1.5rem; }
      .footer__links li:last-child:after {
        content: none;
        display: inline-block; }
  .footer__link {
    color: #fff;
    text-decoration: none; }
    .footer__link:hover {
      color: #fff;
      text-decoration: underline; }
  .footer .social-icons {
    display: none; }
    .footer .social-icons__link {
      margin: 0 .2em;
      color: #e97b81;
      font-size: 2.5rem; }
      .footer .social-icons__link:hover {
        color: #e97b81;
        border-color: #e97b81; }

@media screen and (max-width: 40em) {
  .footer__nav {
    padding: 2.2rem 0; }
  .footer__links li {
    display: block;
    margin-bottom: 3rem; }
    .footer__links li:last-child {
      margin-bottom: 0; }
    .footer__links li:after {
      content: none; }
  .footer__credits {
    font-size: 1.2rem; }
  .footer__wrapper {
    padding: 2rem 0; } }
/*  Social icons
    -------------------------------------------------------------------------- */
.social-icons__email:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__google-plus:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__twitter:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__youtube:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__tiktok:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.social-icons__facebook {
  display: inline-block;
  width: 1.9rem;
  height: 2.1rem;
  background: url(/assets-images/social_ico.png) -5px -36px;
  vertical-align: middle;
  background-repeat: no-repeat; }
.social-icons__instagram {
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  background: url(/assets-images/social_ico.png) -5px -5px;
  vertical-align: middle;
  background-repeat: no-repeat; }
.social-icons__icon {
  vertical-align: middle; }
.social-icons__link:hover .social-icons__facebook {
  background-position: -34px -36px; }
.social-icons__link:hover .social-icons__instagram {
  background-position: -36px -5px; }

.shop-info__social-icons .social-icons__link {
  width: auto;
  height: auto;
  line-height: 1; }
  .shop-info__social-icons .social-icons__link i:before {
    line-height: 1;
    font-size: 2.5rem;
    display: inline-block;
    vertical-align: middle; }

.footer__nav .social-icons__link i {
  display: inline-block;
  margin: 0 .1em;
  vertical-align: middle; }
  .footer__nav .social-icons__link i:before {
    font-size: 1em; }

/*  Scroll up button
    -------------------------------------------------------------------------- */
.scroll-up {
  color: #fff;
  background-color: #ff332e;
  border-radius: 0;
  padding: 1.85rem 1.6rem; }
  .scroll-up__icon {
    border-bottom: 7px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: block; }

/*  NiceSelect (used as a <select> replacement)
    -------------------------------------------------------------------------- */
.nice-select {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  border: 0;
  border-radius: 0;
  height: 3rem;
  line-height: 3rem;
  max-width: 100%;
  padding-left: 1.2rem; }
  .nice-select > .current {
    color: #000;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .nice-select .option {
    color: #000;
    line-height: 3.2rem;
    min-height: 3.2rem; }
    .nice-select .option:hover {
      color: #000;
      background-color: #efefef; }
    .nice-select .option.focus {
      color: #000;
      background-color: #efefef; }
    .nice-select .option.selected.focus:hover {
      color: #000;
      background-color: #efefef; }
    .nice-select .option.selected {
      font-weight: 400; }
  .nice-select.open .list {
    margin-top: 0;
    min-width: 100%;
    max-height: 30rem; }
  .nice-select .list {
    box-shadow: none;
    border: 1px solid #ff3632; }
  .nice-select:after {
    border-top: .7rem solid #ff3632;
    border-right: .6rem solid transparent;
    border-left: .6rem solid transparent;
    border-bottom: 0;
    width: auto;
    height: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-top: -.3rem;
    transition: all .2s;
    right: .9rem; }
  .nice-select.open:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-top: 0;
    border-bottom: .7rem solid #ff3632; }

.checkout-variant__select .nice-select {
  background-color: #f7f7f7; }

/*  ==========================================================================
    NAVIGATION
    ========================================================================== */
/*  Desktop navigation:
    * account pages
    * category pages (touch only)
    -------------------------------------------------------------------------- */
.account-navigation {
  background-color: #fff;
  border-bottom: 2px solid #e4e4e4; }
  .account-navigation__item {
    font-size: 1.7rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #665c5a;
    font-weight: 500;
    text-transform: uppercase; }
    .account-navigation__item:first-child .account-navigation__link {
      margin-left: 0; }
    .account-navigation__item_active .account-navigation__link {
      color: #15a238;
      background-color: transparent; }
  .account-navigation__link {
    margin: .5rem 1.5rem;
    padding: 0;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .account-navigation__link:hover {
      background: transparent;
      color: #a39d9b; }

/*  Desktop navigation:
    * category pages (sidetouch only)
    -------------------------------------------------------------------------- */
.category-navigation_sidetouch {
  background-color: transparent;
  margin: 0;
  position: relative; }
  .category-navigation_sidetouch:before {
    display: block;
    width: 100%;
    content: '';
    height: 1px;
    box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.45);
    position: absolute;
    top: -1px;
    left: 0; }
  .category-navigation_sidetouch .category-navigation__list {
    text-align: center;
    font-size: 0;
    padding-top: 1.2rem;
    padding-bottom: 0; }
  .category-navigation_sidetouch .category-navigation__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 1.8rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 1.2rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    position: relative; }
    .category-navigation_sidetouch .category-navigation__item ~ .category-navigation__item:before {
      display: block;
      content: '';
      width: .2rem;
      height: 2.4rem;
      background-color: #fff;
      position: absolute;
      left: -1.9rem;
      top: 50%;
      transform: translate(0, -50%); }
    .category-navigation_sidetouch .category-navigation__item.category-navigation__item_active .category-navigation__link {
      color: #fff;
      background-color: transparent;
      border-bottom: solid 0.2rem #fff; }
  .category-navigation_sidetouch .category-navigation__link {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    padding: 0;
    height: auto;
    line-height: 3.1rem;
    box-sizing: border-box;
    border-top: solid .2rem transparent;
    border-bottom: solid .2rem transparent; }
    .category-navigation_sidetouch .category-navigation__link:hover {
      color: #a39d9b;
      background: transparent; }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.category-navigation__favourite-icon {
  float: right;
  margin: -.2rem 0 0 .5rem; }
  .category-navigation__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/*  Desktop navigation:
    * checkout pages
    -------------------------------------------------------------------------- */
.checkout-navigation {
  border-bottom: 2px solid #e4e4e4; }
  .checkout-navigation__list {
    font-size: 0;
    letter-spacing: 0; }
  .checkout-navigation__item {
    font-size: 1.7rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #665c5a;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 3.5rem;
    height: 3.5rem; }
    .checkout-navigation__item:after {
      content: '';
      display: block;
      background: #fff;
      position: absolute;
      width: 2.6rem;
      height: 2.6rem;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -1.3rem;
      right: -1.3rem;
      z-index: 1;
      border-right: 2px solid #e4e4e4;
      border-top: 2px solid #e4e4e4;
      box-sizing: border-box; }
    .checkout-navigation__item_active {
      color: #fff;
      background-color: #a39d9b; }
      .checkout-navigation__item_active:after {
        background: #a39d9b; }
  .checkout-navigation__item-title {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 25em) {
  .checkout-navigation__item {
    padding: 0 .5em 0 2em; } }
/*  Desktop: user and shop menus
    -------------------------------------------------------------------------- */
.dropdown-menu__header-link {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative; }

.dropdown-menu_language .dropdown-menu__header-link,
.dropdown-menu_shop .dropdown-menu__header-link {
  padding-right: 1.5rem; }

[data-dropdown-open] .dropdown-menu__body {
  margin-top: 1rem; }

.dropdown-menu_user .dropdown-menu__header-link {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 2.5rem;
  position: relative; }
  .dropdown-menu_user .dropdown-menu__header-link:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(/assets-images/icon-user-logged.svg) center center no-repeat; }
.dropdown-menu_user .dropdown-menu__header-subvalue {
  font-size: 1rem;
  line-height: 1.6rem; }

.dropdown-menu_user .dropdown-menu__body {
  min-width: 20rem; }
  .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown {
    box-sizing: border-box;
    padding: 2rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    position: relative; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown:before {
      content: "";
      display: block;
      width: calc(100% - 2.4rem);
      height: 1px;
      border-top: 1px dashed #ff3632;
      background: none;
      position: absolute;
      top: 0;
      left: 1.2rem;
      filter: none;
      transform: none;
      opacity: 1; }
  .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__title {
    text-align: center; }
  .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 1rem; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices:after {
      content: '';
      background: url(/assets-images/loyalty_slices_sprite.png) top left;
      transform: rotate(-90deg);
      z-index: 2;
      background-size: 92rem 11.5rem;
      width: 11.5rem;
      height: 11.5rem;
      top: 0;
      left: 0;
      position: absolute; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices]:after, .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="8"]:after {
      background-position: -80.5rem 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="0"]:after {
      background: none; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="1"]:after {
      background-position: 0 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="2"]:after {
      background-position: -11.5rem 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="3"]:after {
      background-position: -23rem 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="4"]:after {
      background-position: -34.5rem 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="5"]:after {
      background-position: -46rem 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="6"]:after {
      background-position: -57.5rem 0; }
    .dropdown-menu_user .dropdown-menu__body .loyalty-dropdown__slices[data-slices="7"]:after {
      background-position: -69rem 0; }

.dropdown-menu_language .dropdown-menu__body {
  min-width: 10rem; }

.dropdown-menu_shop .dropdown-menu__body {
  transform: scale(0); }
  .dropdown-menu_shop .dropdown-menu__body iframe {
    display: none; }

.dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body {
  transform: scale(1); }
  .dropdown-menu_shop[data-dropdown-open] .dropdown-menu__body iframe {
    display: block; }

.dropdown-menu__header-icon {
  position: absolute;
  border-top: .7rem solid #000;
  border-right: .6rem solid transparent;
  border-left: .6rem solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .2rem;
  top: 50%;
  right: 0;
  margin-top: -.2rem; }

[data-dropdown-open] .dropdown-menu__header-icon {
  border-top: 0;
  border-bottom: .7rem solid #000;
  margin-top: -.3rem; }

.dropdown-menu__header-link:hover {
  text-decoration: underline; }

.dropdown-menu_loyalty .dropdown-menu__header-link {
  transition: all .3s ease; }

.dropdown-menu_loyalty .dropdown-menu__header-link:hover {
  text-decoration: underline;
  color: #000; }

.dropdown-menu__body {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  background-color: #fff;
  border: 1px solid #ff3632; }

.dropdown-menu__body-link {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #000; }

.dropdown-menu__header-separator-icon {
  /* INFO: just to hide element visually, but leave it like a separator for texts */
  height: 1px;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  display: block; }

.dropdown-menu__item-link {
  font-size: 1.7rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: .6rem 1.2rem; }

.dropdown-menu__item-link:hover {
  text-decoration: none;
  background: #ff3632;
  color: #fff; }

/*  Mobile: off-canvas
    -------------------------------------------------------------------------- */
.off-canvas_open {
  background-color: #fff; }

@media screen and (max-width: 60em) {
  .off-canvas_right.off-canvas_open {
    background-color: #f7f7f7; }

  .off-canvas_right.off-canvas_open .off-canvas__wrapper {
    display: block; } }
/*  Mobile: menu on the left (navigation)
    -------------------------------------------------------------------------- */
.burger-menu__button {
  padding-left: 0;
  width: 2.5rem;
  padding: 1.1rem .75rem; }
.burger-menu__link {
  display: block; }
.burger-menu__line {
  border-top: none;
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #5c5150;
  border: none; }
  .burger-menu__line + .burger-menu__line {
    margin-top: .6rem; }

.mobile-menu__header {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 2.15rem 1.7rem; }
.mobile-menu__close-icon {
  position: relative;
  color: #665c5a;
  font-size: 2.5rem;
  width: 2rem;
  height: 2rem;
  display: block;
  overflow: hidden; }
  .mobile-menu__close-icon:after {
    content: '+';
    position: absolute;
    font-family: Arial;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 3.5rem;
    left: -1px;
    top: -.8rem;
    line-height: 1; }
.mobile-menu__section {
  border-bottom: 1px solid #e4e4e4; }
  .mobile-menu__section_user {
    font-size: 1.5rem;
    font-family: "Inconsolata", monospace;
    color: #272827;
    background-color: #fff; }
  .mobile-menu__section_unfolded .mobile-menu__section-link {
    color: #fff;
    background-color: #ff3632; }
  .mobile-menu__section_unfolded .mobile-menu__section-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.mobile-menu__section-link {
  font-size: 2rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #665c5a;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: .65rem;
  padding-bottom: .65rem; }
.mobile-menu__section-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }
.mobile-menu__item {
  border-top: 1px solid #665c5a; }
  .mobile-menu__item_active .mobile-menu__item-link {
    color: #665c5a;
    background-color: #e4e4e4; }
.mobile-menu__item-link {
  font-size: 2rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #665c5a;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: .65rem;
  padding-bottom: .65rem;
  padding-left: 3rem; }
.mobile-menu__icon {
  font-style: normal; }
  .mobile-menu__icon:before {
    padding-right: 0; }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.mobile-menu__favourite-name {
  float: left; }
.mobile-menu__favourite-icon {
  margin: 0 0 0 .5rem;
  line-height: 26px;
  vertical-align: top; }
  .mobile-menu__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

@media screen and (max-width: 60em) {
  .header__burger-menu {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 2.25rem;
    transform: translate(0, -50%); } }
@media screen and (max-width: 26.25em) {
  .header__burger-menu {
    left: .75rem; } }

/* Mobile: menu on the right (basket)
   -------------------------------------------------------------------------- */
.header__basket-menu {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  transform: translate(0, -50%); }
  @media screen and (max-width: 26.25em) {
    .header__basket-menu {
      right: 1rem; } }

.basket-menu__items {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  background-color: #ff3531;
  border: 0;
  font-size: 1.2rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  top: -.8rem;
  right: -.6rem; }
.basket-menu__link {
  padding: 0;
  box-sizing: border-box;
  border-radius: .8rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 4.1rem;
  height: 3.2rem;
  box-shadow: 1.545px 2.572px 0.5px rgba(0, 0, 0, 0.24); }
  .basket-menu__link i {
    font-size: 2.2rem; }
.basket-menu__basket-icon {
  color: #fff; }
  .basket-menu__basket-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/*  Shop info.
    * desktop: displayed in a popup
    * mobile: displayed in the left menu
    -------------------------------------------------------------------------- */
.shop-info_desktop {
  padding: 2rem 2.5rem 2.5rem; }
.shop-info__feature {
  margin-top: 1.5rem; }
.shop-info__title {
  font-size: 1.7rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #ff3632;
  font-weight: 400;
  line-height: 1.2; }
.shop-info__feature-title {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 700;
  line-height: 1.45; }
.shop-info .shop-info__feature-title {
  float: none;
  width: 100%; }
  .shop-info .shop-info__feature-title:has(~ .shop-info__feature-content) {
    float: left;
    width: 30%; }
.shop-info__feature-content {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 500;
  line-height: 1.45; }
.shop-info__link {
  text-transform: uppercase;
  color: #ff3632;
  text-decoration: none;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400; }
  .shop-info__link:hover {
    text-decoration: underline; }
.shop-info__social-icons {
  font-size: 0; }
  .shop-info__social-icons .social-icons__icon {
    margin: 0 .5rem; }
    .shop-info__social-icons .social-icons__icon:last-child {
      margin-right: 0; }
  .shop-info__social-icons .social-icons__link {
    color: #ff3632; }
    .shop-info__social-icons .social-icons__link:hover {
      color: #ff3632; }

/*  ==========================================================================
    CATEGORY PAGE
    ========================================================================== */
/*  Page header
    -------------------------------------------------------------------------- */
.category__subcategory {
  clear: both;
  padding-top: 0; }
  .category__subcategory .category__subcategory-title {
    padding-top: 3rem; }
  @media screen and (max-width: 60em) {
    .category__subcategory {
      padding-top: 3rem; }
      .category__subcategory .category__subcategory-title {
        padding-top: 2rem; } }

.category__title,
.category__subcategory-title {
  font-size: 12.5rem;
  font-family: "CatalpaUltrablack", Helvetica, sans-serif;
  color: #ff3632;
  text-transform: uppercase;
  line-height: 9.4rem;
  margin-bottom: 4rem;
  text-align: center;
  word-break: break-word; }
  @media screen and (max-width: 60em) {
    .category__title,
    .category__subcategory-title {
      font-size: 8rem;
      line-height: 6rem;
      margin-bottom: 2rem; } }

.category__subcategory .category__subcategory .category__subcategory-title,
.category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title {
  font-size: 3.2rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #ff332e;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 3rem;
  line-height: normal;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem; }
  .category__subcategory .category__subcategory .category__subcategory-title:after,
  .category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title:after {
    display: block;
    width: calc(100% - 2rem);
    height: 1rem;
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translate(0, -50%);
    background-color: #f1f1f1;
    z-index: 1; }
  .category__subcategory .category__subcategory .category__subcategory-title .category__subcategory-title-text,
  .category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title .category__subcategory-title-text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 2.5rem;
    line-height: normal;
    background-color: #fff;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 60em) {
    .category__subcategory .category__subcategory .category__subcategory-title,
    .category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title {
      text-align: center;
      margin-top: 0; }
      .category__subcategory .category__subcategory .category__subcategory-title .category__subcategory-title-text,
      .category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title .category__subcategory-title-text {
        padding-left: 2.5rem; } }
  @media screen and (max-width: 30em) {
    .category__subcategory .category__subcategory .category__subcategory-title,
    .category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title {
      padding: 0; }
      .category__subcategory .category__subcategory .category__subcategory-title .category__subcategory-title-text,
      .category__subcategory + .category__subcategory .category__subcategory .category__subcategory-title .category__subcategory-title-text {
        padding-left: 2.5rem; } }

.category__subcategory-title_pizza > .category__subcategory-title-text {
  box-sizing: border-box;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  position: relative; }
  .category__subcategory-title_pizza > .category__subcategory-title-text:after {
    display: block;
    content: '';
    width: 12rem;
    height: 10.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    background: url("/assets-images/category_pizza_icon.png") no-repeat;
    transform: translate(0, -50%); }
  @media screen and (max-width: 60em) {
    .category__subcategory-title_pizza > .category__subcategory-title-text {
      padding-left: 5.5rem;
      padding-right: 5.5rem; }
      .category__subcategory-title_pizza > .category__subcategory-title-text:after {
        width: 9rem;
        height: 7.8rem;
        background-size: 9rem 7.8rem; } }
  @media screen and (max-width: 30em) {
    .category__subcategory-title_pizza > .category__subcategory-title-text {
      padding-left: 0;
      padding-right: 0; }
      .category__subcategory-title_pizza > .category__subcategory-title-text:after {
        display: none; } }

.category__subcategory-title_side_dips > .category__subcategory-title-text {
  box-sizing: border-box;
  padding-top: 5.7rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 9.4rem; }
  .category__subcategory-title_side_dips > .category__subcategory-title-text:after {
    display: block;
    content: '';
    width: 7.2rem;
    height: 6.9rem;
    position: absolute;
    top: 0;
    left: 31%;
    z-index: 1;
    background: url("/assets-images/category_dips_icon.png") no-repeat;
    transform: translate(-50%, 0); }
@media screen and (max-width: 60em) {
  .category__subcategory-title_side_dips > .category__subcategory-title-text {
    padding-top: 0;
    line-height: 9rem; }
    .category__subcategory-title_side_dips > .category__subcategory-title-text:after {
      display: none; } }

.category__subcategory-title_desserts {
  white-space: nowrap; }
  @media screen and (max-width: 36.25em) {
    .category__subcategory-title_desserts {
      font-size: 7rem; } }
  @media screen and (max-width: 31.25em) {
    .category__subcategory-title_desserts {
      font-size: 6rem; } }
  @media screen and (max-width: 27.5em) {
    .category__subcategory-title_desserts {
      font-size: 5rem; } }
  @media screen and (max-width: 22.5em) {
    .category__subcategory-title_desserts {
      font-size: 4rem; } }

.category__subcategory-title_drinks {
  white-space: nowrap; }
  @media screen and (max-width: 28.75em) {
    .category__subcategory-title_drinks {
      font-size: 7rem; } }
  @media screen and (max-width: 26.25em) {
    .category__subcategory-title_drinks {
      font-size: 7.6rem; } }
  @media screen and (max-width: 24.375em) {
    .category__subcategory-title_drinks {
      font-size: 7.2rem; } }
  @media screen and (max-width: 23.75em) {
    .category__subcategory-title_drinks {
      font-size: 6.8rem; } }
  @media screen and (max-width: 22.5em) {
    .category__subcategory-title_drinks {
      font-size: 6.4rem; } }
  @media screen and (max-width: 21.25em) {
    .category__subcategory-title_drinks {
      font-size: 6rem; } }

.category__subcategory-title_vegan_pizza {
  white-space: normal; }
  @media screen and (max-width: 23.75em) {
    .category__subcategory-title_vegan_pizza {
      font-size: 6rem; } }

.category__description {
  font-size: 1.8rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center; }
  .category__description a {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ff332e;
    text-transform: uppercase;
    text-decoration: none; }
  @media screen and (max-width: 60em) {
    .category__description {
      font-size: 1.6rem;
      line-height: 2.2rem; }
      .category__description a {
        font-size: 1.6rem;
        line-height: 2.2rem; } }

.category__subcategory + .category__subcategory {
  margin-top: 0;
  padding-top: 0; }
  .category__subcategory + .category__subcategory .category__subcategory-title {
    padding-top: 3rem; }
  @media screen and (max-width: 60em) {
    .category__subcategory + .category__subcategory {
      padding-top: 0; } }

.category__subcategory .category__subcategory + .category__subcategory {
  margin-top: 0;
  text-align: left; }
  @media screen and (max-width: 60em) {
    .category__subcategory .category__subcategory + .category__subcategory {
      padding-top: 0; } }

.category__subcategory .category__description {
  margin-bottom: 3rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 75em) {
    .category__subcategory .category__description {
      max-width: 65%; } }
  @media screen and (max-width: 60em) {
    .category__subcategory .category__description {
      margin-bottom: 5rem;
      max-width: 100%; } }

/*  Product
    -------------------------------------------------------------------------- */
.product {
  width: 33.33%;
  float: left;
  margin-bottom: 6rem;
  padding: 0 1rem;
  box-sizing: border-box; }
  .product .product__tags-content {
    display: none; }
  @media screen and (max-width: 60em) {
    .product {
      margin-bottom: 4.5rem;
      display: block;
      width: 100%;
      float: none; } }

.product_no_image {
  text-align: center; }
  .product_no_image .product__wrapper {
    padding-top: 0; }
  .product_no_image .product__picture-container {
    display: none; }
  .product_no_image .product__top {
    background-color: #f1f1f1;
    box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 60em) {
      .product_no_image .product__top {
        padding: 3rem 2.5rem;
        text-align: left;
        width: 100%;
        align-items: flex-start; } }
    @media screen and (max-width: 30em) {
      .product_no_image .product__top {
        padding: 1.8rem 1.5rem; } }
  .product_no_image .product__bottom {
    background-color: #f1f1f1;
    box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
    margin-top: .6rem;
    padding: 0; }
  .product_no_image .product__buttons {
    float: none;
    max-width: 100%; }

.product.product_wide,
.product.product_wide_half {
  display: block;
  width: 100%;
  float: none; }
  .product.product_wide .product__form,
  .product.product_wide_half .product__form {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__form,
      .product.product_wide_half .product__form {
        flex-direction: column; } }
  .product.product_wide .product__wrapper .product__content,
  .product.product_wide_half .product__wrapper .product__content {
    width: calc(100% - 11.5rem);
    display: flex;
    flex-direction: row;
    padding-bottom: 0; }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__wrapper .product__content,
      .product.product_wide_half .product__wrapper .product__content {
        width: 100%;
        padding: 3rem 2.5rem;
        min-height: auto;
        justify-content: space-between; } }
    @media screen and (max-width: 30em) {
      .product.product_wide .product__wrapper .product__content,
      .product.product_wide_half .product__wrapper .product__content {
        padding: 1.8rem 1.5rem;
        min-height: auto; } }
  .product.product_wide .product__bottom,
  .product.product_wide_half .product__bottom {
    margin-top: 0;
    margin-left: .6rem;
    width: 10.9rem; }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__bottom,
      .product.product_wide_half .product__bottom {
        margin-top: .6rem;
        margin-left: 0;
        width: 100%; } }
  .product.product_wide .product__picture-container,
  .product.product_wide_half .product__picture-container {
    max-width: 14.8rem;
    margin-bottom: -3.2rem;
    top: -3.2rem;
    box-sizing: border-box; }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__picture-container,
      .product.product_wide_half .product__picture-container {
        margin-bottom: 0;
        top: 3rem;
        right: 1.5rem; } }
  .product.product_wide .product__top,
  .product.product_wide_half .product__top {
    width: calc(100% - 14.8rem);
    box-sizing: border-box;
    padding: 3.9rem 3rem 3rem;
    text-align: left; }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__top,
      .product.product_wide_half .product__top {
        padding: 3rem 2.5rem; } }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__top,
      .product.product_wide_half .product__top {
        padding: 0; } }
  .product.product_wide .product__wrapper,
  .product.product_wide_half .product__wrapper {
    padding-top: 3.2rem; }
    @media screen and (max-width: 60em) {
      .product.product_wide .product__wrapper,
      .product.product_wide_half .product__wrapper {
        padding-top: 0; } }
  .product.product_wide .product__bottom,
  .product.product_wide .product__bottom__right,
  .product.product_wide .product__buttons,
  .product.product_wide_half .product__bottom,
  .product.product_wide_half .product__bottom__right,
  .product.product_wide_half .product__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .product.product_wide .product__bottom__right,
  .product.product_wide .product__buttons,
  .product.product_wide .product__add,
  .product.product_wide_half .product__bottom__right,
  .product.product_wide_half .product__buttons,
  .product.product_wide_half .product__add {
    width: 100%;
    height: 100%; }

.product.product_wide_half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  float: left; }
  .product.product_wide_half:nth-child(3n+1) {
    clear: none; }
  .product.product_wide_half:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 75em) {
    .product.product_wide_half {
      width: 100%;
      display: block; } }
  .product.product_wide_half .product__description {
    margin-top: 2.4rem; }
  .product.product_wide_half .product__top {
    padding-left: 1.5rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0; }
    @media screen and (max-width: 60em) {
      .product.product_wide_half .product__top {
        justify-content: flex-start; } }
    @media screen and (max-width: 30em) {
      .product.product_wide_half .product__top {
        padding: 0; } }
  .product.product_wide_half .product__picture-container {
    margin-left: 1.5rem;
    top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 75em) {
      .product.product_wide_half .product__picture-container {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media screen and (max-width: 60em) {
      .product.product_wide_half .product__picture-container {
        padding: 0;
        order: 2;
        position: static;
        margin-left: auto;
        margin-right: 0;
        display: block;
        width: 40%; } }

.product__wrapper {
  box-sizing: border-box;
  padding-top: 9rem; }
  @media screen and (max-width: 60em) {
    .product__wrapper {
      padding-top: 0; }
      .product__wrapper .product__content {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      .product__wrapper .product__top {
        order: 1;
        width: 60%; } }

.product:nth-child(3n+1) {
  clear: left; }

.product__picture-container {
  float: none;
  display: block;
  margin: 0 auto 1rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: -9rem;
  margin-bottom: -9rem; }
  .product__picture-container img {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 60em) {
    .product__picture-container {
      margin-bottom: 0;
      max-width: 26rem;
      order: 2;
      position: static;
      margin-left: auto;
      margin-right: 0;
      width: 40%; } }

.product__picture-container ~ .product__top,
.product__picture-container ~ .product__bottom {
  margin-left: 0; }

.product__right {
  display: block;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  margin-top: .6rem; }

.product__name-wr {
  padding-top: 1rem; }
  @media screen and (max-width: 60em) {
    .product__name-wr {
      padding-top: 0; } }

.product__name {
  font-size: 4rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #ff332e;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0; }
  @media screen and (max-width: 60em) {
    .product__name {
      font-size: 3rem;
      line-height: 3.4rem; } }

.product__name-wrapper,
.product__favourite {
  display: inline; }

.product__description {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 4rem; }
  @media screen and (max-width: 60em) {
    .product__description {
      font-size: 1.6rem;
      line-height: 1.8rem;
      margin-top: 2rem; } }
  .product__description .product__description-outer {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 37%; }
    .product__description .product__description-outer + .product__description-outer {
      width: 62%;
      padding-left: 1.5rem; }
    @media screen and (max-width: 75em) {
      .product__description .product__description-outer {
        display: block;
        width: 100%; }
        .product__description .product__description-outer + .product__description-outer {
          padding-left: 0;
          margin-top: 1.5rem;
          display: block;
          width: 100%; } }

.product_pizza .product__description {
  max-width: none; }

.product_pizza .product__picture-container img {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 60em) {
  .product_pizza .product__content {
    box-sizing: border-box;
    font-size: 0;
    min-height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .product_pizza .product__content .product__top {
      width: 60%;
      padding-bottom: 3.6rem;
      display: inline-block;
      order: 1; }
    .product_pizza .product__content .product__picture-container {
      max-width: 26rem;
      width: 40%;
      position: static;
      display: inline-block;
      order: 2;
      text-align: right;
      margin-left: auto;
      margin-right: 0; }
  .product_pizza .product__bottom {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    left: 2.5rem;
    bottom: 3rem;
    margin: 0; }
  .product_pizza .product__price_add {
    font-size: 0;
    line-height: 3rem;
    padding-top: 1.9rem;
    padding-bottom: 2.3rem; }
  .product_pizza .product_pizza_size,
  .product_pizza .product__price {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 3rem; }
  .product_pizza .product_pizza_size ~ .product__price {
    margin-top: 0;
    margin-left: 1rem; }
  .product_pizza .product__price {
    box-sizing: border-box;
    padding-right: 3rem;
    font-size: 2.9rem;
    line-height: 3rem;
    height: 3rem;
    position: relative; }
    .product_pizza .product__price:after {
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 3rem;
      line-height: 3rem; }
  .product_pizza.pizza_half_half .product__content {
    min-height: auto;
    text-align: center; }
  .product_pizza.pizza_half_half .product__picture-container,
  .product_pizza.pizza_half_half .product__bottom {
    display: none; }
  .product_pizza.pizza_half_half .product__top {
    width: 100%;
    padding-bottom: 0; } }
@media screen and (max-width: 30em) {
  .product_pizza .product__content {
    min-height: auto;
    box-sizing: border-box; }
    .product_pizza .product__content .product__bottom {
      left: 1.5rem;
      bottom: 1.8rem; }
  .product_pizza .product_pizza_size ~ .product__price {
    font-size: 2.4rem; }
  .product_pizza.pizza_half_half .product__wrapper .product__content {
    min-height: auto;
    text-align: center;
    padding: 2rem 1.5rem; }
    .product_pizza.pizza_half_half .product__wrapper .product__content .product__top {
      width: 100%;
      padding-bottom: 0; } }

.product__price {
  font-size: 3rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3rem;
  float: none;
  position: relative;
  display: block;
  margin: .5rem auto 0; }
  .product__price:after {
    font-size: 3rem;
    font-family: "Oswald", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    content: '+';
    display: block;
    font-size: 3rem;
    line-height: 3rem;
    margin: 0 auto; }
  @media screen and (max-width: 60em) {
    .product__price {
      box-sizing: border-box;
      padding-right: 3rem;
      font-size: 2.9rem;
      line-height: 3rem;
      height: 3rem;
      position: relative;
      margin-top: 0;
      display: inline-block;
      vertical-align: top; }
      .product__price:after {
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 3rem;
        line-height: 3rem; } }
  @media screen and (max-width: 30em) {
    .product__price {
      font-size: 2.4rem; } }

[data-product="half_and_half"] .product__right .product__price_add {
  padding-top: 3.6rem; }
[data-product="half_and_half"] .product__right .product__price:after {
  margin-top: -3.4rem;
  margin-bottom: 1.7rem; }
@media screen and (max-width: 60em) {
  [data-product="half_and_half"] .product__right .product__price_add {
    padding-top: 1.9rem; }
  [data-product="half_and_half"] .product__right .product__price:after {
    margin-top: 0;
    margin-bottom: 0; } }

.product__price-value {
  display: block;
  width: 100%;
  line-height: 3rem;
  height: 3rem;
  text-align: center; }

.product__sku-label {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  text-transform: uppercase;
  max-width: 4rem;
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 1rem;
  line-height: 3rem; }

.product__sku-list .nice-select__container {
  width: calc(100% - 4rem);
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem); }

.product__sku-list {
  max-width: 60%;
  margin-right: 0;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%; }

.product__sku {
  width: auto;
  max-width: 48%;
  margin: 0; }

.product__buttons {
  max-width: 40%;
  margin-bottom: 0;
  margin-top: 0; }

.product__content {
  background-color: #f1f1f1;
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  padding: 0 0 5rem;
  text-align: center;
  position: relative;
  transition: all .3s ease; }
  @media screen and (max-width: 60em) {
    .product__content {
      text-align: left;
      padding: 3rem 2.5rem;
      box-sizing: border-box; } }

.product__top,
.product__bottom {
  box-sizing: border-box;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  transition: all .3s ease; }
  @media screen and (max-width: 60em) {
    .product__top,
    .product__bottom {
      padding: 0;
      width: calc(100% - 15rem);
      height: auto !important; } }

.product__bottom {
  background-color: #f1f1f1;
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  margin-top: .6rem;
  padding: 0; }
  @media screen and (max-width: 60em) {
    .product__bottom {
      width: 100%; } }

.product__bottom__right {
  text-align: right; }

.product__bottom__left {
  float: left;
  width: 12.5rem; }

.product__bottom__left + .product__bottom__right {
  float: right;
  width: calc(100% - 12.5rem);
  width: -webkit-calc(100% - 12.5rem);
  width: -moz-calc(100% - 12.5rem); }

.product__bottom__left + .product__bottom__right .product__sku {
  width: 100%;
  max-width: none; }

.product__bottom__left + .product__bottom__right .product__sku-list {
  width: auto; }

.product__bottom_mobile {
  display: none; }

.product__top .product__price {
  display: none; }

.product__buttons {
  float: none;
  max-width: 100%; }

/* Product Pizza */
.product__form__wr {
  display: table;
  width: 100%;
  height: 100%; }

.price_set {
  display: block;
  height: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
  height: 100%; }

.product__pizza__block {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding: 0; }

.price_set_multy .product__pizza__block {
  width: calc(50% - .3rem); }
  .price_set_multy .product__pizza__block ~ .product__pizza__block {
    margin-left: .6rem; }

.product__price_add {
  color: #ff332e;
  background-color: #f1f1f1;
  border: none;
  font-size: 3.4rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  padding: 1.9rem 1rem 1.5rem;
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  display: block;
  width: 100%; }
  .product__price_add:hover {
    color: #fff;
    background-color: #ff332e; }

.product_pizza_size {
  font-size: 1.8rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3rem;
  width: 100%;
  margin-top: auto; }

.product_pizza_item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center; }

.add_to_basket.customisable {
  margin-top: auto;
  width: 100%;
  overflow: hidden; }

/*  Add & customise buttons
    -------------------------------------------------------------------------- */
.product__add {
  color: #ff332e;
  background-color: transparent;
  border: none;
  font-size: 3.4rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  min-width: 100%;
  line-height: 3rem;
  height: 8rem;
  min-height: 3rem;
  padding: 0;
  margin: 0; }
  .product__add:hover {
    color: #fff;
    background-color: #ff332e; }
  @media screen and (max-width: 60em) {
    .product__add {
      font-size: 0;
      line-height: 3rem;
      padding-top: 1.9rem;
      padding-bottom: 2.3rem;
      height: auto;
      width: 100%; } }

.product__customise {
  font-size: 1.7rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #ff332e;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  line-height: 1.2;
  height: auto;
  margin-top: 0;
  letter-spacing: 1px;
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translate(-50%, 0); }
  .product__customise:hover {
    text-decoration: underline; }
  @media screen and (max-width: 60em) {
    .product__customise {
      position: static;
      transform: none; } }

/*  Favourite icon
    -------------------------------------------------------------------------- */
.product__favourite_add .product__favourite-icon {
  color: #ff3632; }
  .product__favourite_add .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.product__favourite_remove .product__favourite-icon {
  color: #ff3632; }
  .product__favourite_remove .product__favourite-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/*  Deal wizard
    -------------------------------------------------------------------------- */
.deal-wizard__title {
  font-size: 4.4rem;
  font-family: "Bungee Inline", cursive;
  color: #15a238;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.deal-wizard-navigation {
  background-color: transparent; }
  .deal-wizard-navigation__wrapper {
    box-sizing: border-box;
    padding-right: 1.5rem; }
  .deal-wizard-navigation__tab {
    background-color: #e2e0e0;
    margin-bottom: 1.7rem; }
    .deal-wizard-navigation__tab:nth-child(3n), .deal-wizard-navigation__tab:last-child {
      background-color: transparent; }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__title:after {
      background: linear-gradient(to right, rgba(163, 157, 155, 0), #a39d9b); }
    .deal-wizard-navigation__tab_active .deal-wizard-navigation__link {
      color: #fff;
      background-color: #a39d9b; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:before {
        content: '';
        display: block; }
      .deal-wizard-navigation__tab_active .deal-wizard-navigation__link:after {
        border-left-color: #a39d9b;
        border-top-width: 1.5rem;
        border-bottom-width: 1.5rem;
        border-left-width: 1.5rem; }
  .deal-wizard-navigation__title {
    line-height: 3rem;
    height: 3rem; }
    .deal-wizard-navigation__title:after {
      background: linear-gradient(to right, rgba(226, 224, 224, 0), #e2e0e0); }
  .deal-wizard-navigation__link {
    font-size: 1.7rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #665c5a;
    font-weight: 500;
    text-transform: uppercase;
    color: #665c5a;
    background-color: #e2e0e0;
    margin-right: 0; }
    .deal-wizard-navigation__link:before, .deal-wizard-navigation__link:after {
      border-top-width: 1.5rem;
      border-bottom-width: 1.5rem;
      border-left-width: 1.5rem;
      z-index: 1; }
    .deal-wizard-navigation__link:before {
      border-left-color: #685e5c; }
    .deal-wizard-navigation__link:after {
      border-left-color: #e2e0e0; }

/*  ==========================================================================
    BASKET
    ========================================================================== */
/*  Basket header
    -------------------------------------------------------------------------- */
.basket__header {
  background-color: #ff3632;
  padding: 1.1rem 1.5rem; }
.basket__title {
  font-size: 2.4rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1; }
.basket__repeat {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em; }
  .basket__repeat:hover {
    text-decoration: underline; }
  @media screen and (max-width: 60em) {
    .basket__repeat {
      display: none; } }
.basket__close-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

/*  Basket item
    -------------------------------------------------------------------------- */
.basket__items {
  background-color: #f7f7f7;
  padding: .5rem 1.5rem; }

.basket-item__link:hover {
  color: #000; }

.basket-item__options {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-top: .5rem; }

.basket-item__option {
  font-size: 1.3rem;
  font-family: "Inconsolata", monospace;
  color: #665c5a;
  line-height: 2rem;
  font-size: 0; }

.basket-item__option-name,
.basket-item__option-details {
  font-size: 1.3rem;
  font-family: "Inconsolata", monospace;
  color: #665c5a;
  display: inline-block;
  vertical-align: top; }

.basket-item__option-name {
  padding-left: 0;
  width: 60%; }

.basket-item__option-details {
  width: 40%;
  box-sizing: border-box;
  padding-right: 2.2rem;
  text-align: right; }

.basket-item__delete {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }

.basket-item__delete-icon {
  color: #ff3632;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .basket-item__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-item__delete:hover .basket-item__delete-icon {
  color: #ff3632; }

.basket-item + .basket-item {
  margin-top: 1.2rem; }

.basket__empty {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  background-color: #e8e6e6;
  line-height: 1;
  padding: .7rem 1.5rem; }

.basket-item__name,
.basket-item__details {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400; }

.basket-item__title {
  font-size: 0; }

.basket-item__name {
  width: 60%; }

.basket-item__details {
  width: 40%; }

.basket-item__quantity,
.basket-item__wrapper_price {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400; }

.basket-item__wrapper_price {
  box-sizing: border-box;
  padding-right: 2.2rem;
  width: calc(100% - 2.5rem);
  position: relative; }

.basket-item__quantity {
  width: 2.5rem; }

/*  Basket deal title
    -------------------------------------------------------------------------- */
.basket-deal__header {
  background-color: #a39d9b;
  padding: .5rem 1.5rem;
  position: relative; }

.basket-deal__title {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  line-height: 2rem; }

.basket-deal__link:hover {
  color: #000; }

.basket-deal__delete {
  line-height: 1;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: .1rem;
  transform: translate(0, -50%); }

.basket-deal__delete-icon {
  padding-left: 0;
  color: #ff3632; }
  .basket-deal__delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/*  Basket deal item
    -------------------------------------------------------------------------- */
.basket-deal__items {
  background-color: #e8e6e6;
  padding: .5rem 1.5rem; }

.basket-deal__item-link:hover {
  color: #000; }

.basket-deal__item-options {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-top: .5rem; }

.basket-deal__item-option {
  font-size: 1.3rem;
  font-family: "Inconsolata", monospace;
  color: #665c5a;
  line-height: 2rem;
  font-size: 0; }

.basket-deal__item-option-name,
.basket-deal__item-option-details {
  font-size: 1.3rem;
  font-family: "Inconsolata", monospace;
  color: #665c5a;
  display: inline-block;
  vertical-align: top; }

.basket-deal__item-option-name {
  padding-left: 0;
  width: 60%; }

.basket-deal__item-option-details {
  width: 40%;
  box-sizing: border-box;
  padding-right: 2.2rem;
  text-align: right; }

.basket-deal__item-delete {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%); }

.basket-deal__item-delete-icon {
  color: #ff3632;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .basket-deal__item-delete-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 0em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.basket-deal__item-delete:hover .basket-deal__item-delete-icon {
  color: #ff3632; }

.basket-deal__item + .basket-deal__item {
  margin-top: 1.2rem; }

.basket-deal__item-title {
  font-size: 0; }

.basket-deal__item-name,
.basket-deal__item-details {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  display: inline-block;
  vertical-align: top; }

.basket-deal__item-name {
  width: 60%; }

.basket-deal__item-details {
  width: 40%;
  font-size: 0; }

.basket-deal__item-quantity,
.basket-deal__item-price {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400; }

.basket-deal__item-price {
  box-sizing: border-box;
  padding-right: 2.2rem;
  width: calc(100% - 2.5rem);
  position: relative; }

.basket-deal__item-quantity {
  width: 2.5rem;
  margin-right: 0; }

/*  Delivery method switcher
    -------------------------------------------------------------------------- */
.basket__delivery_radio {
  font-size: 1.4rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #665c5a;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #ff3632;
  border-radius: 0;
  overflow: hidden; }

.basket__delivery-method {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  line-height: 2.8rem;
  height: 2.8rem; }

.basket__delivery-method:hover {
  background-color: #fff;
  color: #665c5a; }

.basket__delivery-radio:checked + .basket__delivery-method {
  color: #fff;
  background-color: #ff3632; }

.basket__delivery_select .nice-select__container {
  width: calc(50% - .5rem);
  margin: 0; }

/*  Delivery time
    -------------------------------------------------------------------------- */
.basket__time_advanced-orders .nice-select__container,
.basket__time .nice-select__container {
  width: calc(50% - .5rem);
  margin: 0; }

.basket__time_advanced-orders .nice-select__container ~ .nice-select__container {
  margin-left: 1rem; }

/*  Basket footer
    -------------------------------------------------------------------------- */
/*  Order button
    -------------------------------------------------------------------------- */
.basket__footer {
  color: #000;
  background-color: #f7f7f7;
  padding: 0 0 1rem; }

.basket__footer-row {
  padding: .5rem 1.5rem; }

.basket__footer-orange-message {
  color: #212121;
  background-color: #ffe480; }

.basket__footer-red-message {
  color: #fff;
  background-color: #d9230b; }

.basket__savings {
  color: #000;
  background-color: #e8e6e6; }

.basket__total {
  padding: 1rem 1.5rem; }

.basket__charge-title,
.basket__charge-amount {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 700;
  line-height: 1; }

.basket__total-title,
.basket__total-amount {
  font-size: 2rem;
  font-family: "Oswald", Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1; }

.basket__button-link {
  color: #fff;
  background-color: #15a238;
  border: none;
  padding: 1rem;
  border-radius: 0;
  font-size: 2rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .basket__button-link:hover {
    color: #fff;
    background-color: #4eb968; }

.basket__coupon {
  padding: 1rem 1.5rem; }

.basket__coupon-link {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff3632;
  letter-spacing: .3rem;
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  text-decoration: none;
  line-height: 2rem; }

.basket__coupon-link:hover,
.basket__coupon-validate:hover {
  text-decoration: none; }

.basket__coupon-link:after {
  content: '';
  position: absolute;
  display: block;
  border-top: .6rem solid transparent;
  border-left: .7rem solid #ff3632;
  border-bottom: .6rem solid transparent;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.basket__coupon-validate {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff3632;
  letter-spacing: .3rem;
  text-decoration: none;
  line-height: 2rem; }

.basket__coupon-input {
  background: #fff;
  border: 0;
  padding: .55rem 1rem; }

.basket__coupon-add-button {
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  height: 3rem;
  outline: none;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff3632; }

.basket__error {
  color: #fff;
  background: #c5353b;
  padding: .5rem 1rem; }

.text-below-basket {
  margin: 2rem 0;
  background: #ff3632;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 3.5rem 2rem; }

.text-below-basket p + p {
  margin-top: 2.5rem; }

/*  Basket upselling
    -------------------------------------------------------------------------- */
.basket__upselling {
  margin: 2rem 0 9rem 0; }

.basket-upselling {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #e2e0e0;
  background-color: #ff3632;
  margin: .7rem 0;
  padding: 1.5rem;
  box-sizing: border-box; }
  .basket-upselling__title {
    font-size: 3rem;
    font-family: "RedgarClean", Helvetica, sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  .basket-upselling__description {
    margin: 1.5rem 0 2.5rem; }
  .basket-upselling__button {
    font-size: 2.5rem;
    font-family: Arial;
    color: #fff;
    background: #15a238;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    width: 7.5rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .basket-upselling__button:hover {
      background: #4eb968; }
  .basket-upselling__footer {
    font-size: 0;
    letter-spacing: 0; }
    .basket-upselling__footer .nice-select__container {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 7.5rem);
      padding-right: 1rem;
      box-sizing: border-box; }
  .basket-upselling__select {
    width: 100%;
    padding-left: 7px;
    padding-right: 20px; }
    .basket-upselling__select:after {
      right: .5rem; }
    .basket-upselling__select .list {
      width: 100%;
      overflow: auto; }
    .basket-upselling__select .option {
      padding: .7rem;
      white-space: normal;
      line-height: 1.2;
      min-height: 1px; }

/*  Tips layout
    -------------------------------------------------------------------------- */
.basket__charge_tip {
  position: relative; }

.basket__charge-title {
  display: block;
  float: left;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 700; }

.basket-tip__title {
  float: left; }
.basket-tip__help-link {
  display: inline-block;
  padding-left: .5rem;
  color: #e97c81;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .basket-tip__help-link:hover {
    color: #000; }
.basket-tip__help-icon {
  text-decoration: underline; }
.basket-tip__details {
  display: block;
  float: right;
  text-align: right;
  box-sizing: border-box;
  font-weight: 700; }
.basket-tip__buttons {
  margin-right: .5rem; }
  .basket-tip__buttons a {
    display: block;
    float: left;
    color: #e97b81;
    font-size: 2.3rem;
    line-height: 1.7rem;
    text-decoration: none;
    margin: 0 .4rem; }
.basket-tip__remove {
  display: inline-block;
  text-decoration: none; }
.basket-tip__help {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

[data-dropdown-open] .basket-tip__help {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

@media screen and (max-width: 60em) {
  .basket-tip__help {
    right: 0;
    left: 0; } }
/*  Dropdown
    -------------------------------------------------------------------------- */
.basket-tip__help {
  margin-top: 1rem;
  padding: 2rem 2rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.45;
  background-color: #fff;
  border: 1px solid #e97c81;
  font-size: 1.4rem; }
  .basket-tip__help:before, .basket-tip__help:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .basket-tip__help:before {
    top: -1rem;
    right: 63.5%;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #e97c81; }
  .basket-tip__help:after {
    top: -0.9rem;
    right: 63.5%;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #fff; }
  .basket-tip__help > :first-child {
    margin-top: 0; }
  .basket-tip__help p {
    margin-bottom: .5rem; }

@media screen and (max-width: 60em) {
  .basket-tip__help:before,
  .basket-tip__help:after {
    right: 58%; } }
/*  ==========================================================================
    CUSTOMIZATION POPUP
    ========================================================================== */
.popup-holder-improved_visible,
.popup_improved.popup_improved-visible,
.page__overlay,
.page_menu .page__overlay,
.page_favourites .page__overlay,
.page_deal_wizard .page__overlay {
  z-index: 10001; }

.popup {
  border-radius: 0;
  z-index: 10001; }
  .popup.popup_improved {
    padding-bottom: 10.5rem; }

@media screen and (max-width: 52.5em) {
  .popup_improved.popup_full-height {
    height: 100%; } }

.popup__wrapper {
  padding: 3rem 3rem 4.5rem;
  margin: 0; }
  @media screen and (max-width: 52.5em) {
    .popup__wrapper {
      padding: 0; } }

.popup__group {
  margin: 0 -3rem;
  padding: 1.5rem 3rem 2rem 31%;
  background: #f7f7f7;
  box-sizing: border-box; }

.popup__top {
  margin: -3rem -3rem 0;
  padding: 3rem 3rem 3rem 31%;
  background: #f7f7f7;
  box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .popup__top {
      padding: 3rem; } }

.popup_improved .popup__title-mobile-close {
  margin-top: 1.2rem; }

.popup_improved.popup_scrolled .popup__title {
  box-sizing: border-box;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #f7f7f7; }

.popup__picture {
  margin-left: -35%; }
.popup__description {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333; }
.popup__close {
  color: #333;
  line-height: 1;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  top: 1rem;
  right: 1rem;
  background: transparent;
  box-shadow: none; }
.popup__close-icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  display: block; }
  .popup__close-icon:after, .popup__close-icon:before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #333;
    display: block;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .popup__close-icon:after {
    width: .2rem;
    height: 1.4rem;
    right: auto;
    left: 0.6rem;
    top: 0; }
  .popup__close-icon:before {
    width: 1.4rem;
    height: .2rem;
    left: 0;
    top: .6rem; }

.popup__close:hover .popup__close-icon:after,
.popup__close:hover .popup__close-icon:before {
  background: #4eb968; }

.popup__title,
.popup__price {
  font-size: 3rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: uppercase; }

.popup__price {
  color: #ff332e; }

.popup__buttons {
  border-top: 2px solid #e4e4e4;
  margin: 1rem 0 0;
  padding-top: 3.5rem;
  box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .popup__buttons {
      padding: 2.85rem 3rem; } }

@media screen and (max-width: 52.5em) {
  .popup_improved .popup__picture_mobile {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .popup__group {
    padding: 1.5rem 3rem 2rem;
    margin: 0; }

  .popup__top {
    margin: 0; }

  .popup_improved .popup__wrapper {
    padding: 0; } }
@media screen and (max-width: 30em) {
  .popup__picture {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }

  .popup__top,
  .popup__group {
    padding-left: 3rem; } }
/*  Popup group
    -------------------------------------------------------------------------- */
.popup-group__quantity-field {
  font-size: 1.5rem;
  line-height: 3rem;
  height: 3rem;
  border: 0;
  padding: 0 .7rem; }
.popup-group__quantity-minus-icon {
  font-size: 1.7rem;
  margin-right: .7em;
  color: #e97b81;
  line-height: 3rem; }
  .popup-group__quantity-minus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.popup-group__quantity-plus-icon {
  font-size: 1.7rem;
  margin-left: .7em;
  color: #e97b81;
  line-height: 3rem; }
  .popup-group__quantity-plus-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
.popup-group__label, .popup-group__single-choice {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3rem; }
.popup-group .nice-select {
  min-width: 14rem; }

/*  Popup row
    -------------------------------------------------------------------------- */
.popup-row {
  padding-top: 2rem;
  box-sizing: border-box; }
  @media screen and (max-width: 52.5em) {
    .popup-row {
      padding-left: 3rem;
      padding-right: 3rem; } }

.popup-row + .popup-row {
  border-top: 2px solid #e4e4e4; }

.popup-row__description {
  color: #a39d9b; }

.popup-row__title {
  font-size: 2rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #a39d9b;
  font-weight: 500;
  text-transform: uppercase; }

.popup-row .nice-select {
  background-color: #f7f7f7; }

/*  Popup enum
    -------------------------------------------------------------------------- */
.popup-enum {
  margin-top: 2.5rem; }
  .popup-enum__option {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem; }
  .popup-enum__text {
    font-size: 1.4rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #665c5a;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #e97c81;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .popup-enum__text:hover {
      color: #fff;
      background-color: #f39296; }
  .popup-enum__radio:checked + .popup-enum__text {
    color: #fff;
    background-color: #e97c81; }
  .popup-enum__radio:disabled + .popup-enum__text {
    color: #999;
    background-color: #eee; }

/*  Popup set
    -------------------------------------------------------------------------- */
.popup-set__group-title {
  font-size: 1.7rem;
  font-family: "Inconsolata", monospace;
  color: #ec7a34;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px; }

.popup-set__text {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333;
  line-height: 1.6rem; }
  .popup-set__text:before {
    border-color: #ff332e;
    background-color: #fff;
    box-sizing: border-box;
    top: 50%;
    margin-top: -.8rem; }
  .popup-set__text:after {
    background-color: #ff332e;
    margin: -.4rem 0 0;
    width: .8rem;
    top: 50%;
    height: .8rem;
    left: -1.7rem;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
.popup-set__label {
  padding: 0;
  margin: 1.5rem .5rem 1.5rem 2.1rem; }
  .popup-set__label input[type=checkbox]:checked + .popup-set__text {
    font-weight: 400; }
    .popup-set__label input[type=checkbox]:checked + .popup-set__text:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.popup-set__option[data-double] {
  display: flex;
  position: relative;
  padding-left: 4rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin: 1.5rem 0; }
  .popup-set__option[data-double] .popup-set__label {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; }
    .popup-set__option[data-double] .popup-set__label + .popup-set__label {
      left: 2rem; }
    .popup-set__option[data-double] .popup-set__label:before {
      display: block;
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #ff332e;
      background-color: #fff;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .popup-set__option[data-double] .popup-set__label .popup-set__phantom {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .popup-set__option[data-double] .popup-set__label .popup-set__phantom:after {
        display: block;
        content: '';
        background-color: #ff332e;
        width: .8rem;
        height: .8rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        margin: .4rem;
        opacity: 0;
        transition: all .3s ease; }
    .popup-set__option[data-double] .popup-set__label input[type=checkbox]:checked ~ .popup-set__phantom:after,
    .popup-set__option[data-double] .popup-set__label input[type=checkbox].popup-set__psevdo-selection ~ .popup-set__phantom:after {
      opacity: 1; }
    .popup-set__option[data-double] .popup-set__label_phantom {
      opacity: .5;
      cursor: default;
      pointer-events: none; }
      .popup-set__option[data-double] .popup-set__label_phantom .popup-set__phantom:after {
        opacity: 1; }
  .popup-set__option[data-double] .popup-set__text:before,
  .popup-set__option[data-double] .popup-set__text:after {
    display: none; }
  .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label {
    pointer-events: none;
    opacity: .7; }
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label input[type=checkbox] {
      pointer-events: none; }
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label .popup-set__phantom:after,
    .popup-set__option[data-double].popup-set__option_ingredient-disabled .popup-set__label input[type=checkbox] ~ .popup-set__phantom:after {
      opacity: 0; }

.popup-row_toppings .set__wrapper_label .popup-set__option {
  padding-left: 9.5rem; }
  .popup-row_toppings .set__wrapper_label .popup-set__option .popup-set__label {
    left: 2.8rem; }
    .popup-row_toppings .set__wrapper_label .popup-set__option .popup-set__label + .popup-set__label {
      left: 6.8rem; }
  @media screen and (max-width: 52.5em) {
    .popup-row_toppings .set__wrapper_label .popup-set__option {
      width: 50%; } }
  @media screen and (max-width: 40em) {
    .popup-row_toppings .set__wrapper_label .popup-set__option {
      width: 100%; } }

@media screen and (max-width: 52.5em) {
  .popup-set__wrapper_double-title .popup-set__option {
    width: 50%; }
    .popup-set__wrapper_double-title .popup-set__option:last-child {
      display: none; } }
@media screen and (max-width: 40em) {
  .popup-set__wrapper_double-title .popup-set__option {
    display: none; }
    .popup-set__wrapper_double-title .popup-set__option:first-child {
      display: block;
      width: 100%; } }

/*  Popup deal line
    -------------------------------------------------------------------------- */
.popup-deal-line__label {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333;
  font-weight: 700; }

.popup-deal-line__description {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333; }

.popup-deal-line__single-option {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333; }

/*  Popup buttons
    -------------------------------------------------------------------------- */
.popup-buttons__button {
  color: #fff;
  background-color: #ff332e;
  border: none;
  padding: 1.25rem 4rem;
  border-radius: 0em;
  font-size: 1.5rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 0; }
  .popup-buttons__button:hover {
    color: #fff;
    background-color: #ff332e; }

.popup-buttons__button-price,
.popup-buttons__button-text {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1; }

.popup-buttons__button-price .popup__price {
  font-size: 1.5rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  float: none;
  margin: 0;
  line-height: 1;
  color: #fff; }

.popup-buttons__button-price + .popup-buttons__button-text {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: solid .1rem #fff; }

.popup-buttons__link {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #e97c81;
  font-weight: 400;
  text-decoration: none;
  padding: 0;
  margin: 1rem 0; }
  .popup-buttons__link:hover {
    text-decoration: underline; }

.popup-buttons_improved .popup-buttons__link {
  margin: 1.3rem 0 0 0;
  padding: 0;
  line-height: 2rem; }

.popup__wrapper [data-product="half_and_half"] .nice-select.open .list {
  overflow-y: auto; }

.popup .product__tags-content {
  margin-bottom: 0; }

/*  ==========================================================================
    CHECKOUT, ACCOUNT & ORDER PAGES
    ========================================================================== */
.checkout__section {
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 3.8rem 1.7rem 2.2rem; }
  .checkout__section + .checkout__section {
    margin-top: 3.2rem; }
.checkout__header {
  margin-bottom: 4.8rem; }
.checkout__fieldset {
  max-width: 39.6rem; }
.checkout__fieldset_delivery-point h3 {
  font-family: "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1rem; }
.checkout__fieldset_delivery-point p + p {
  margin-top: .5rem; }
.checkout__fieldset_delivery-point .checkout__link {
  margin-top: .5rem;
  display: flex; }
.checkout__form {
  position: relative; }
.checkout__link {
  text-transform: uppercase;
  color: #ff3632;
  text-decoration: none;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400; }
  .checkout__link:hover {
    text-decoration: underline; }

.iti {
  width: 60%; }
  .iti .iti__selected-flag {
    background-color: transparent; }
  .iti .checkout-row__field-text_half {
    width: 100%; }
  .iti__flag-container.hidden {
    display: none; }
    .iti__flag-container.hidden ~ .checkout-row__field-text {
      padding-left: 1.5rem !important; }
  @media screen and (max-width: 40em) {
    .iti {
      width: 100%; } }

.checkout-row__hint_phone {
  padding: 1rem;
  box-sizing: border-box;
  color: #fff;
  background-color: #900;
  margin-top: .8rem; }
  .checkout-row__hint_phone.hidden {
    display: none; }

.checkout-row {
  margin-bottom: 1.4rem;
  padding-left: 0; }
  .checkout-row__group-item {
    margin-top: .8rem; }
  .checkout-row__group-item_forgot-password {
    margin-top: 1.9rem; }

.checkout__footer {
  margin-top: 2rem; }

.checkout__title,
.credit-page__title {
  font-size: 4rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #ff332e;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 3.6rem;
  text-align: center; }

.page_orders .checkout__title {
  font-size: 4.4rem;
  font-family: "Bungee Inline", cursive;
  color: #15a238;
  font-weight: 400;
  line-height: 1.2; }

.checkout-row__label,
.checkout-row__group-label,
.checkout-variant__label,
.checkout-variant__select-label,
.card-entry__label,
.card-entry__saved-card-label {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #333; }

.checkout-variant__helper,
.checkout-row__field-text,
.checkout-row__field-textarea,
.checkout__description,
.checkout-row__group,
.card-entry__instructions,
.card-entry__cvcode-label {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #333; }

.checkout__description {
  text-align: center; }

.checkout-row__group-item_forgot-password a {
  color: #ff3632;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3rem; }
  .checkout-row__group-item_forgot-password a:hover {
    text-decoration: underline; }

.checkout-row__label {
  padding-right: .5rem;
  padding-top: .8rem;
  line-height: 2.1rem; }
  @media screen and (max-width: 60em) {
    .checkout-row__label {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0 0 .5rem; } }

.checkout-row__label-text,
.checkout-variant__text {
  position: relative;
  padding-left: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #a39d9b; }

.checkout-row__label-text:after,
.checkout-variant__text:after {
  content: '';
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  background: #f7f7f7;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1; }

.checkout-row__label-text:before,
.checkout-variant__text:before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  content: '';
  position: absolute;
  display: block;
  width: .8rem;
  height: .8rem;
  box-sizing: border-box;
  background: #ff3632;
  left: 0;
  top: 0;
  margin: .4rem;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.checkout-row__field-checkbox:checked + .checkout-row__label-text:before,
.checkout-row__field-checkbox:checked + .checkout-row__label-text:before,
.checkout-variant__radio:checked + .checkout-variant__text:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.checkout-variant__radio:checked ~ .checkout-variant__text,
.checkout-variant__radio + .checkout-variant__text {
  font-weight: 600; }

.checkout-variant__radio,
.checkout-row__field-checkbox {
  display: none; }

.checkout-row__field-text {
  font-family: "Inconsolata", monospace;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  box-shadow: inset 0.53px 0.848px 2px rgba(0, 0, 0, 0.29);
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 3.7rem;
  height: 3.7rem;
  outline: none; }
  .checkout-row__field-text:hover, .checkout-row__field-text:focus {
    outline: none;
    box-shadow: inset 0.53px 0.848px 2px rgba(0, 0, 0, 0.29); }

.checkout-row__field-textarea {
  font-family: "Inconsolata", monospace;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  box-shadow: inset 0.53px 0.848px 2px rgba(0, 0, 0, 0.29);
  background-color: #fff;
  border: none;
  padding: .7rem 1.2rem;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  resize: none; }
  .checkout-row__field-textarea:hover, .checkout-row__field-textarea:focus {
    outline: none;
    box-shadow: inset 0.53px 0.848px 2px rgba(0, 0, 0, 0.29); }

/*  Contact free delivery
    -------------------------------------------------------------------------- */
.checkout-row__group_emphisized {
  padding: 1rem;
  color: #000;
  background-color: #f9eeba; }
.checkout-row__group-item_description {
  line-height: 1.3; }
.checkout-row__group_emphisized .checkout-row__label-text {
  color: #000; }
  .checkout-row__group_emphisized .checkout-row__label-text:after {
    background-color: #fff;
    border: 1px solid #000; }

/*  Form buttons
    Contain a button on the right and a cancel link on the left.
    -------------------------------------------------------------------------- */
.form-buttons__button {
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 0;
  font-size: 1.7rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 12.2rem;
  text-align: center;
  line-height: 1.8rem;
  height: 3.2rem;
  box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
  .form-buttons__button:hover {
    color: #fff;
    background-color: #ff3632; }
.form-buttons__link {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #ff3632;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8rem;
  letter-spacing: .3rem;
  text-decoration: none;
  padding: 0;
  margin: .7rem 0; }
  .form-buttons__link:hover {
    text-decoration: underline; }

/*  Loyalty (step4)
    -------------------------------------------------------------------------- */
.checkout-loyalty__balance {
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4rem; }
  .checkout-loyalty__balance .checkout-loyalty__balance__points {
    font-weight: 400;
    color: #e97c81; }

/*  Checkout confirmation page (step5)
    -------------------------------------------------------------------------- */
.checkout-confirm__title {
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #333;
  font-weight: 700; }
.checkout-confirm__content {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #333; }
  .checkout-confirm__content a {
    outline: none;
    box-shadow: none;
    color: #e97c81;
    text-transform: uppercase;
    font-family: "Oswald", Helvetica, sans-serif;
    letter-spacing: .1em;
    font-size: 1.2rem;
    text-decoration: none; }
    .checkout-confirm__content a:hover {
      text-decoration: underline; }

.checkout-terms-acceptance_error {
  color: #fff;
  background-color: #d9230b; }

/*  Facebook login
    -------------------------------------------------------------------------- */
.checkout__facebook-login-button {
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-size: 1.7rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.checkout__facebook-login-icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.checkout__facebook-login-separator {
  position: relative;
  margin: 2.5rem 0 .5rem; }

.checkout__facebook-login-separator:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  height: 0;
  width: 100%;
  border-top: 1px solid #e4e4e4; }

.checkout__facebook-login-separator-text {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  line-height: 2rem;
  text-transform: uppercase;
  background-color: #fff; }

/*  User registration error (invalid/empty fields)
    -------------------------------------------------------------------------- */
.checkout-error {
  color: #fff;
  background-color: #900; }

/*  Form validation
    -------------------------------------------------------------------------- */
.checkout-row__warning-message {
  color: #ff1d37;
  font-size: 1.3rem; }

/*  Checkout/account referral
    -------------------------------------------------------------------------- */
.checkout-confirm__referral-banner {
  display: block;
  margin: 1rem auto;
  max-width: 32.5rem;
  padding: 0; }

.checkout-confirm__referral-banner img {
  max-width: 100%; }

/*  Account
    -------------------------------------------------------------------------- */
.checkout__referral-banner {
  margin: 0 auto 1.5rem;
  max-width: 325px; }
.checkout__referral-program-rules {
  font-size: 1.25rem; }
.checkout__referral-link {
  margin: 1rem 0;
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 15rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .checkout__referral-link:hover {
    color: #fff;
    background-color: #ff3632; }
  .checkout__referral-link span[data-copied] {
    padding: .5rem 0;
    color: #000; }

/*  Order table
    -------------------------------------------------------------------------- */
.order-table {
  overflow: auto; }
  .order-table__header {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #f7f7f7;
    min-width: 45rem; }
  .order-table__header-item {
    padding: 1.45rem .5rem; }

/*  Order row
    -------------------------------------------------------------------------- */
.order-row {
  min-width: 45rem; }

.order-row__header-item {
  padding: 1.1rem .3rem; }

.order-row:nth-child(even) .order-row__header {
  color: #333;
  background-color: #fff; }

.order-row__header {
  color: #333;
  font-size: 1.4rem;
  background-color: #fff;
  border-top: 1px solid #e4e4e4; }
  .order-row__header:hover {
    color: #333 !important;
    background-color: #e4e4e4 !important;
    transition: background-color .2s ease, color .2s ease; }

.order-row__order {
  border-top: 1px solid #e4e4e4; }

.order-table__header + .order-row_order .order-row__header {
  border-top: 0; }

/*  Order
    -------------------------------------------------------------------------- */
.order {
  color: #333;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 3rem 1rem 2rem; }
  .order__group_tracking {
    box-sizing: border-box;
    padding: 0 2rem; }
  .order__group-title {
    font-size: 1.5rem;
    font-weight: 600; }
  .order__add {
    padding-right: 0; }
  .order__add-button, .order__repeat-button, .order__follow-button {
    color: #fff;
    background-color: #ff3632;
    border: none;
    border-radius: 0;
    font-size: 1.7rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Oswald", Helvetica, sans-serif;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer; }
    .order__add-button:hover, .order__repeat-button:hover, .order__follow-button:hover {
      color: #fff;
      background-color: #ff3632; }
  .order__add-button {
    padding: .2rem 0; }
  .order__repeat-button, .order__follow-button {
    padding: .5rem 3rem; }
  .order__follow-button {
    text-decoration: none;
    display: inline-flex; }
  .order__repeat-empty-basket {
    font-size: 1.5rem;
    font-family: "Inconsolata", monospace;
    color: #e97c81;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    margin-top: .6rem; }
    .order__repeat-empty-basket:hover {
      text-decoration: underline; }
  .order__items-container {
    border-top: 0; }
  .order__items-table {
    color: #333;
    font-size: 1.5rem;
    background-color: #fff;
    border: none;
    min-width: auto; }
  .order__items-attribute {
    font-style: normal;
    margin-top: .7rem; }
  .order__items-deal {
    color: #272827;
    background-color: #ebedef; }
  .order__items-deal-title {
    color: #272827;
    background-color: #a39d9b; }
  .order__items-footer {
    border-top-color: #a2a2a2;
    font-size: 1.5rem; }
    .order__items-footer td {
      padding: 1rem 2rem; }
  .order__total {
    border-top-color: #a2a2a2;
    font-size: 1.7rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #333;
    font-weight: 500;
    text-transform: uppercase; }
    .order__total .order__items-total-title {
      text-align: right; }
  .order__items-total-title {
    text-align: left; }
  .order__items-column {
    padding: .5rem 2rem; }
  .order__items-deal-header-column {
    padding: .7rem 2rem; }
  .order__group-title, .order__group-content, .order__repeat {
    padding: 0 2rem; }
  .order__add {
    padding-right: .8rem;
    padding-left: 0; }
  .order__items-separator {
    height: .5rem; }
  .order__items-default tr:last-child .order__items-column {
    padding-bottom: 1.2rem; }
  .order__items-deal-title + tr .order__items-column, .order__items-deal-title .order__items-default tr:first-child .order__items-column {
    padding-top: 1.5rem; }

.order-row.order-table__show-more .order-row__header {
  background: #f7f7f7;
  border-top: 0;
  font-size: 1.5rem; }

.order-table__show-more a {
  color: #e97c81;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em; }

.order-table__show-more a:hover {
  text-decoration: underline; }

.order-table__print-button {
  text-decoration: none;
  color: #e97c81; }

.order-table__print-button:hover {
  text-decoration: underline; }

@media screen and (max-width: 30em) {
  .order__repeat-label {
    clear: none;
    margin: .6rem 0 0 2rem; }

  .order__group-title, .order__group-content, .order__repeat {
    padding: 0; } }
/*  Credit page
    -------------------------------------------------------------------------- */
.credit-page__main {
  color: #0a0a0a;
  background-color: #f4f5f6; }
.credit-page__status__balance {
  font-size: 2rem;
  font-weight: 400; }
.credit-page__status__balance-amount {
  font-size: 2.4rem;
  margin-top: .5rem; }
.credit-page__status__rules {
  font-size: 1.4rem;
  line-height: 1.4; }
.credit-page__form__teaser {
  font-size: 1.6rem;
  color: #3f3e3e;
  font-weight: 700; }
.credit-page__form__input {
  border: 1px solid #ddd;
  background-color: #fff; }
.credit-page__form__button {
  color: #fff;
  background-color: #ff3632;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease; }
  .credit-page__form__button:hover {
    color: #fff;
    background-color: #ff3632; }

/*  Credit table
    -------------------------------------------------------------------------- */
.credit-table__header {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #f7f7f7; }
.credit-table__row {
  background-color: #fff; }
  .credit-table__row:nth-child(odd) {
    background-color: #fff; }
  .credit-table__row:hover {
    background-color: #e4e4e4; }
.credit-table td {
  font-size: 1.5rem;
  color: #333; }

/*  ==========================================================================
    MESSAGES
    ========================================================================== */
.message {
  z-index: 10001; }
  .message__content {
    padding: 1.2rem 1rem 1.8rem; }
  .message__close {
    color: #fff;
    position: absolute;
    right: 1rem;
    top: 46%;
    transform: translate(0, -50%);
    text-decoration: none; }
    .message__close:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

/*  Transient information message displayed at the top
    Eg. when a product has just been added
    -------------------------------------------------------------------------- */
.message_info {
  font-size: 1.7rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(255, 54, 50, 0.75); }
  .message_info a,
  .message_info a:hover {
    color: #fff; }

.message_product-added {
  background-color: rgba(37, 185, 94, 0.75); }

/*  Important (warning/error) message displayed at the top
    Eg. someone tries to access /account without being logged in
    -------------------------------------------------------------------------- */
.message_error {
  font-size: 1.7rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #ff3632;
  opacity: 0.75; }
  .message_error.message_closing {
    position: fixed;
    opacity: 1; }
    .message_error.message_closing ~ .page__wrapper .product__right {
      background-color: #f1f1f1;
      box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23); }
    @media screen and (max-width: 60em) {
      .message_error.message_closing ~ .page__wrapper .mobile-basket {
        display: none; } }

.message_error a,
.message_error a:hover {
  color: #fff; }

/*  ==========================================================================
    HOMEPAGE
    ========================================================================== */
.content {
  margin-bottom: 6rem; }

.content_index {
  margin-top: 0; }

.content_index .content__wrapper {
  width: 100%;
  max-width: none; }

.page__content {
  overflow: hidden; }

@media screen and (max-width: 60em) {
  .content__main {
    box-sizing: border-box;
    padding: 0 1.5rem; } }
/*  Homepage: slideshow at the top
    -------------------------------------------------------------------------- */
.slider {
  margin-bottom: 3rem; }

.slider__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  width: 100%; }
  .slider__wrapper:before {
    display: table;
    content: ""; }
  .slider__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.unslider-nav ol li {
  background-color: #000;
  border: 2px solid #fff; }

.unslider-nav ol li.unslider-active {
  background-color: #fff;
  border-color: #fff; }

.category-navigation__order-button {
  display: inline-block;
  float: right;
  margin: .6rem 0 .6rem .5rem;
  height: 4rem;
  line-height: 4rem;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 0 2em;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .category-navigation__order-button:hover {
    color: #fff;
    background-color: #ff3632; }

.index-slideshow-links__link {
  display: inline-block;
  min-width: 20rem;
  margin: .5em .3em;
  box-sizing: border-box;
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .index-slideshow-links__link:hover {
    color: #fff;
    background-color: #ff3632; }
  .index-slideshow-links__link:hover {
    color: #000;
    background-color: #fff; }

@media screen and (max-width: 52.5em) {
  .index-slideshow-links__link {
    border: 1px solid #ff3632; }

  .index-slideshow-links {
    position: static;
    margin-top: 1em; } }
/*  Homepage: shop picker above the slideshow
    -------------------------------------------------------------------------- */
.index-locator {
  color: #000;
  background-color: #ddd; }

@media screen and (max-width: 52.5em) {
  .index-locator__wrapper {
    padding-bottom: 2rem; } }
.index-locator__title {
  font-size: 1.8rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  background-color: #686868; }

.index-locator__method {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__method-name {
  background-color: #b6b6b6; }

.index-locator__method input[type=radio]:checked + span {
  color: #fff;
  background-color: #191919; }

.index-locator__postcode-input {
  font-size: 1.7rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  border: 1px solid #c6c6c6; }

.index-locator__postcode-button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator__postcode-button:hover {
    color: #fff;
    background-color: #555; }

.index-locator__postcode-warning {
  color: #191919;
  font-size: 1.3rem; }

.index-locator__text {
  font-size: 1.3rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400; }

.index-locator__postcode-selected {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

.index-locator__postcode-link {
  color: #000;
  font-weight: 400; }

.index-locator-restaurant {
  color: #000;
  font-size: 1.4rem;
  border-top: 1px solid #000; }

.index-locator-restaurant__name {
  font-size: 1.7rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone {
  font-size: 1.7rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600;
  line-height: 1; }

.index-locator-restaurant__phone a {
  color: #000;
  text-decoration: none; }

.index-locator-restaurant__button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease; }
  .index-locator-restaurant__button:hover {
    color: #fff;
    background-color: #555; }

/*  Homepage: connected customer
    -------------------------------------------------------------------------- */
.index-connected-customer {
  margin: 2rem 0; }

.index-connected-customer__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-connected-customer__wrapper:before {
    display: table;
    content: ""; }
  .index-connected-customer__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-connected-customer__item {
  padding: 1rem;
  text-align: center;
  color: #000;
  background-color: #ddd; }

.index-connected-customer__title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }

.index-connected-customer__content {
  min-height: 3.6rem; }

.index-connected-customer__buttons {
  margin-top: 2rem; }

.index-connected-customer__button {
  display: inline-block;
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: background-color .2s ease, color .2s ease; }
  .index-connected-customer__button:hover {
    color: #fff;
    background-color: #ff3632; }

.index-connected-customer__item:first-of-type {
  color: #fff;
  text-align: left;
  background-color: #474747;
  border-radius: 1rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__title {
  color: #fff; }

.index-connected-customer__item:first-of-type .index-connected-customer__button {
  min-width: 35%;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem .5rem; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other {
  margin-left: 1rem;
  background-color: #fff;
  color: #000; }

.index-connected-customer__item:first-of-type .index-connected-customer__button_other:hover {
  color: #fff;
  background-color: #555; }

/*  Homepage: microblog - a series of short blocks (image + text)
    -------------------------------------------------------------------------- */
.index-microblog {
  margin-bottom: 5rem; }

.index-microblog__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-microblog__wrapper:before {
    display: table;
    content: ""; }
  .index-microblog__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-microblog__post {
  color: #000;
  background-color: #ddd;
  position: relative; }

.index-microblog__title {
  font-size: 2.1rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: .5rem;
  line-height: 1.2; }

.index-microblog__content {
  line-height: 1.5; }

.index-microblog__content p + p {
  margin-top: 1rem; }

.index-microblog__spacer {
  height: 4rem; }

.index-microblog__footer {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  left: 2rem; }

.index-microblog__link {
  display: inline-block;
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease; }
  .index-microblog__link:hover {
    color: #fff;
    background-color: #ff3632; }

/*  Homepage: About us
    -------------------------------------------------------------------------- */
.index-about {
  margin-bottom: 5rem;
  color: #000; }

.index-about__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding: 3rem 5%;
  font-size: 1.8rem;
  text-align: center;
  background-color: #ddd;
  box-sizing: border-box; }
  .index-about__wrapper:before {
    display: table;
    content: ""; }
  .index-about__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-about__title {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600;
  text-transform: uppercase; }

@media screen and (max-width: 40em) {
  .index-about__title {
    font-size: 2.5rem; } }
/*  Homepage: newsletter signup form
    -------------------------------------------------------------------------- */
.index-newsletter {
  margin-bottom: 5rem;
  padding: 2rem 1rem;
  color: #fff;
  background-color: #474747; }

.index-newsletter__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-newsletter__wrapper:before {
    display: table;
    content: ""; }
  .index-newsletter__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-newsletter__title {
  font-size: 1.9rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -30rem;
  line-height: 3.6rem; }

.index-newsletter__fieldset {
  padding: 0 12rem 0 30rem; }

.index-newsletter__field {
  border: 1px solid #c6c6c6;
  height: 3.6rem;
  line-height: 3.6rem; }

.index-newsletter__button {
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  margin-right: -12rem;
  width: 7rem;
  height: 3.6rem;
  line-height: 3.6rem; }
  .index-newsletter__button:hover {
    color: #fff;
    background-color: #ff3632; }

/*  Homepage: map showing the position of the restaurant
    -------------------------------------------------------------------------- */
.index-map__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%; }
  .index-map__wrapper:before {
    display: table;
    content: ""; }
  .index-map__wrapper:after {
    display: table;
    content: "";
    clear: both; }

.index-map__shop {
  width: 35rem;
  background-color: #fff;
  border: 1px solid #c6c6c6; }

.index-map__shop-title {
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1; }

.index-map__shop-phone {
  margin: .5em 0;
  font-size: 1.8rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 600; }

.index-map__shop-phone a {
  color: #000; }

.index-map__shop .social-icons__link {
  border: 1px solid #000; }

.index-map__order-button {
  color: #fff;
  background-color: #ff3632;
  border: none;
  padding: 0.7em 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box; }
  .index-map__order-button:hover {
    color: #fff;
    background-color: #ff3632; }

.index-map__embed-image {
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 40em) {
  .index-map__embed-image {
    transform: translate(-60%, -40%); } }
/*  Homepage: list of restaurants (franchises only)
    -------------------------------------------------------------------------- */
.index-shop-list {
  margin: 4rem 0 1rem; }
  .index-shop-list__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%; }
    .index-shop-list__wrapper:before {
      display: table;
      content: ""; }
    .index-shop-list__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .index-shop-list__header {
    margin-bottom: 3rem;
    text-align: center; }
  .index-shop-list__title {
    font-size: 3.5rem;
    font-family: "Inconsolata", monospace;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }
  .index-shop-list__filter {
    display: inline-block; }
  .index-shop-list__shop {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center; }
  .index-shop-list__shop-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-family: "Inconsolata", monospace;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2; }

@media screen and (max-width: 52.5em) {
  .index-shop-list {
    margin: 2rem 0 0; }
    .index-shop-list__header {
      margin-bottom: 2rem; } }
@media screen and (max-width: 40em) {
  .index-shop-list__title {
    font-size: 2.5rem; } }
/*  ==========================================================================
    SPECIAL FEATURES
    ========================================================================== */
/*  --------------------------------------------------------------------------
    SKU BUTTONS
    (optional feature, available on touch but NOT on sidetouch)
    --------------------------------------------------------------------------
    Shows product sizes (skus) as buttons instead of selects.
    To activate, create a 'size_buttons' tag and set it on the chosen products/categories
    -------------------------------------------------------------------------- */
.sku-buttons {
  border-radius: 0em; }

.sku-buttons__text {
  color: #212121;
  background-color: #ddd;
  border-left: 1px solid #fff; }

.sku-buttons__radio:checked + .sku-buttons__text {
  color: #fff;
  background-color: #212121; }

.sku-buttons__radio:disabled + .sku-buttons__text {
  color: #aaa;
  background-color: #ddd; }

.sku-buttons-summary__name {
  color: #555; }

.sku-buttons-summary__value {
  color: #212121; }

.sku-buttons-summary__icon:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: .2em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

/*  --------------------------------------------------------------------------
    GROUPED SKUS
    (optional feature)
    --------------------------------------------------------------------------
    Group size selection at the top of the page (instead of for every product).
    To activate, create a 'size_group' tag and set it on one or several main (topmost) categories.
    -------------------------------------------------------------------------- */
.grouped-skus__title {
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #212121;
  font-weight: 700; }

.grouped-skus__list {
  border-radius: 0em; }

.grouped-skus__text {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #212121;
  font-weight: 400;
  background-color: #ddd;
  border-left: 1px solid #fff; }

.grouped-skus__item:first-child .grouped-skus__text {
  border-left: none; }

.grouped-skus__radio:checked + .grouped-skus__text {
  color: #fff;
  background-color: #212121; }

.grouped-skus__radio:disabled + .grouped-skus__text {
  color: #aaa;
  background-color: #ddd; }

/*  --------------------------------------------------------------------------
    CYO
    (optional page)
    --------------------------------------------------------------------------
    Makes a product editable in its own page instead of a popup.
    To activate, create a 'cyo' tag in theme.xml and set this tag on the product.
    -------------------------------------------------------------------------- */
.cyo__add-button {
  color: #fff;
  background-color: #ff332e;
  border: none;
  padding: 1.25rem 4rem;
  border-radius: 0em;
  font-size: 1.5rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
  .cyo__add-button:hover {
    color: #fff;
    background-color: #ff332e; }

.cyo__fieldset-title {
  font-size: 2rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  color: #a39d9b;
  font-weight: 500;
  text-transform: uppercase; }

.cyo__fieldset-description {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333; }

.cyo-enum__text {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333;
  color: #665c5a;
  background-color: transparent; }

.cyo-enum__radio:checked + .cyo-enum__text {
  color: #fff;
  background-color: #e97c81; }

.cyo-enum__radio:disabled + .cyo-enum__text {
  color: #999;
  background-color: #eee; }

.cyo-set__label input[type=checkbox]:checked + .cyo-set__text:after {
  display: block;
  background-color: #e97c81; }

.cyo-set__group-title {
  font-size: 1.7rem;
  font-family: "Inconsolata", monospace;
  color: #ec7a34;
  font-weight: 700;
  text-transform: uppercase; }

.cyo-set__text {
  font-size: 1.4rem;
  font-family: "Inconsolata", monospace;
  color: #333; }

.cyo-set__text:before {
  border-color: #ff332e;
  background-color: #fff; }

.cyo-set__text:after {
  color: #fff;
  background-color: #ff332e; }

.cyo-icon-enum__text:before {
  width: 6.5rem;
  height: 6.8rem;
  background: url("/assets-images/cyo_sizes.png") no-repeat; }

.cyo-icon-enum__text_small:before {
  background-position: 10px 0; }

.cyo-icon-enum__text_medium:before {
  background-position: -73px 0; }

.cyo-icon-enum__text_large:before {
  background-position: -167px 0; }

/*  --------------------------------------------------------------------------
    LOCATOR
    (optional page)
    --------------------------------------------------------------------------
    Page which lets the user pick a restaurant based on his address.
    Functionality is similar to index shop picker, but on its own page.
    -------------------------------------------------------------------------- */
.locator {
  color: #000;
  background-color: transparent;
  width: 77.7rem;
  margin-top: 8.5rem;
  margin-bottom: 17.4rem; }
  .locator__wrapper {
    padding: 0;
    position: relative;
    border: none; }
    .locator__wrapper:after {
      content: '';
      position: absolute;
      background: url(/assets-images/Moped_man_orange.svg) center no-repeat;
      width: 21.5rem;
      height: 21.7rem;
      display: block;
      top: 100%;
      margin-top: -6.6rem;
      right: -17.5rem; }
  .locator__title {
    font-size: 4rem;
    font-family: "RedgarClean", Helvetica, sans-serif;
    color: #ff332e;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 4rem;
    margin-bottom: 4rem;
    position: absolute;
    top: 9.6rem;
    left: 0;
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box; }
    @media screen and (max-width: 52.5em) {
      .locator__title {
        font-size: 3rem;
        top: 4rem; } }
    @media screen and (max-width: 26.25em) {
      .locator__title {
        font-size: 2.4rem; } }
    @media screen and (max-width: 22.5em) {
      .locator__title {
        font-size: 2.1rem; } }
  .locator__fields-wrapper {
    padding: 17.6rem 3rem 8.8rem;
    box-sizing: border-box;
    box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
    background-color: #f1f1f1;
    margin-bottom: .6rem;
    width: 100%; }
    @media screen and (max-width: 52.5em) {
      .locator__fields-wrapper {
        padding: 10rem 3rem 4rem; } }
  .locator__methods {
    margin-bottom: 2rem;
    max-width: 56.2rem; }
  .locator__method {
    font-size: 1.8rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #ff3632;
    font-weight: 500;
    text-transform: uppercase;
    height: 4.6rem;
    line-height: normal;
    position: relative; }
    .locator__method input[type="radio"] {
      margin: 0; }
    .locator__method:hover .locator__method-name {
      color: #fff;
      background-color: #ff3632; }
    .locator__method input[type=radio]:checked + span {
      color: #fff;
      background-color: #ff3632;
      position: relative;
      display: block; }
      .locator__method input[type=radio]:checked + span:after {
        display: block;
        content: '';
        position: absolute;
        border-top: 0.8rem solid #ff3632;
        border-right: .8rem solid transparent;
        border-left: .8rem solid transparent;
        display: inline-block;
        vertical-align: middle;
        top: 100%;
        left: 50%;
        margin-top: .1rem;
        transform: translate(-50%, 0); }
  .locator__method-name {
    background-color: #fff;
    height: auto;
    line-height: 4.6rem;
    display: block;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 52.5em) {
      .locator__method-name {
        font-size: 2.4rem; } }
  .locator__postcode {
    margin-bottom: 0;
    max-width: 56.2rem; }
  .locator__postcode-input-wrapper {
    padding-right: 0; }
  .locator__postcode-input {
    font-size: 1.6rem;
    font-family: "Inconsolata", monospace;
    color: #8a8a8a;
    font-weight: 400;
    height: 5.3rem;
    line-height: 5.3rem;
    border: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.6rem;
    box-shadow: inset 0.53px 0.848px 2px rgba(0, 0, 0, 0.29); }
    .locator__postcode-input::placeholder {
      color: #8a8a8a;
      font-size: 1.6rem; }
    .locator__postcode-input[data-locator-error] {
      background-color: #fff; }
  .locator__postcode-button {
    display: none;
    color: #fff;
    background-color: #ff3632;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 2.1rem;
    font-family: "Inconsolata", monospace;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    margin-right: -6.3rem;
    width: 6rem;
    margin-left: .3rem;
    height: 5.3rem;
    line-height: 5.3rem;
    transition: background-color .2s ease, color .2s ease;
    cursor: pointer;
    box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
    .locator__postcode-button:hover {
      color: #fff;
      background-color: #ff3632; }
  .locator__search-icon:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

[data-locator-selected-method=collection] .locator-search,
[data-locator-selected-method=delivery-points] .locator-search {
  display: block; }
[data-locator-selected-method=collection] .delivery-points .locator-search,
[data-locator-selected-method=delivery-points] .delivery-points .locator-search {
  display: none; }

.locator-search {
  display: none;
  max-width: 56.2rem;
  margin: 0 auto; }
  .locator-search .locator-search__input {
    font-size: 1.6rem;
    font-family: "Inconsolata", monospace;
    color: #8a8a8a;
    font-weight: 400;
    height: 5.3rem;
    line-height: 5.3rem;
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.6rem;
    box-shadow: inset 0.53px 0.848px 2px rgba(0, 0, 0, 0.29); }
    .locator-search .locator-search__input::placeholder {
      color: #8a8a8a; }

.locator__postcode-warning {
  color: #ff3632;
  font-size: 1.6rem;
  text-align: center;
  margin: 2rem auto; }
.locator__selected {
  font-size: 1.6rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 700;
  margin-bottom: 0; }
.locator__selected-value {
  color: #ff3632;
  text-transform: uppercase; }
.locator__selected-link:hover {
  text-decoration: underline;
  color: #ff3632; }
.locator__restaurants {
  margin: 0; }

[data-locator-selected-method=delivery] .locator__restaurants {
  padding: 0;
  width: auto; }

/*  Locator restaurant
    -------------------------------------------------------------------------- */
.locator-restaurant {
  background-color: #f1f1f1;
  padding: 3.7rem 3.9rem 4.2rem;
  border-top: none;
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  margin-bottom: .6rem; }
  .locator-restaurant + .locator-restaurant {
    margin-top: 0; }
  .locator-restaurant__name {
    font-size: 3.4rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 4.8rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 52.5em) {
      .locator-restaurant__name {
        font-size: 3rem; } }
    @media screen and (max-width: 45em) {
      .locator-restaurant__name {
        text-align: center;
        margin-top: 0;
        padding: 0; } }
  .locator-restaurant__toggle {
    font-size: 1.6rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #ff332e;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2.4rem;
    text-decoration: none;
    padding: 0;
    margin-top: 1.2rem;
    height: auto; }
    @media screen and (max-width: 52.5em) {
      .locator-restaurant__toggle {
        font-size: 1.6rem; } }
    @media screen and (max-width: 45em) {
      .locator-restaurant__toggle {
        margin: 2rem auto;
        float: none; } }
    .locator-restaurant__toggle:hover {
      text-decoration: underline; }
  .locator-restaurant__content {
    max-width: 45rem;
    margin: 0 auto; }
  .locator-restaurant__content-name {
    font-size: 3rem;
    font-family: "Oswald", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1rem; }
  .locator-restaurant__opening-times {
    background-color: #e4e4e4;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    margin-top: 1.3rem; }
  .locator-restaurant__address {
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase; }
    .locator-restaurant__address p {
      margin-bottom: 0; }
  .locator-restaurant__phone {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 1.7rem;
    color: #ff332e;
    font-weight: 400; }
  .locator-restaurant__button {
    color: #fff;
    background-color: #ff3632;
    border: none;
    padding: 0 3.6rem;
    border-radius: 0;
    z-index: 1;
    position: relative;
    font-size: 2.8rem;
    font-family: "Oswald", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 4.8rem;
    height: auto;
    transition: background-color .2s ease, color .2s ease;
    min-width: 14.8rem;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
    .locator-restaurant__button:hover {
      color: #fff;
      background-color: #ff3632; }
    @media screen and (max-width: 52.5em) {
      .locator-restaurant__button {
        font-size: 2.4rem; } }
    @media screen and (max-width: 45em) {
      .locator-restaurant__button {
        margin: 0 auto;
        float: none; } }
  .locator-restaurant__map {
    margin-top: 1rem; }
    .locator-restaurant__map a {
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      color: #e97c81; }
      .locator-restaurant__map a:hover {
        text-decoration: underline; }

p.locator-restaurant__phone {
  margin: 2.5rem 0 2rem; }

@media screen and (max-width: 76em) {
  .locator__wrapper:after {
    right: -9rem;
    top: 0; } }
@media screen and (max-width: 60em) {
  .locator__wrapper:after {
    content: none; } }
@media screen and (max-width: 52.5em) {
  .locator {
    margin-top: 3rem; }

  .locator-restaurant {
    padding: 2rem 3.5rem;
    margin: 0 auto .6rem; }

  .locator__wrapper {
    padding: 0; } }
@media screen and (max-width: 45em) {
  .locator-restaurant__header {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .locator-restaurant__name {
    width: 100%; } }
@media screen and (max-width: 40em) {
  .locator-restaurant__embed-map {
    margin-top: 2rem; } }
/*  --------------------------------------------------------------------------
    PASSWORD STRENGTH CHECKER
    --------------------------------------------------------------------------
    On the 'register' and 'order_step2' pages
    -------------------------------------------------------------------------- */
.password-checker {
  background-color: #fff;
  border-color: #818181; }

.password-checker:before {
  border-left-color: #818181;
  border-right-color: #818181; }

.password-checker:after {
  border-left-color: #fff;
  border-right-color: #fff; }

.password-checker__label {
  font-size: 1rem;
  font-family: "Inconsolata", monospace;
  color: #fff; }

.password-checker__text {
  font-size: 1.2rem;
  font-family: "Inconsolata", monospace;
  color: #212121;
  letter-spacing: -0.2px; }

.password-checker__bar {
  background-color: #e8e8e8; }

.password-checker__score {
  background-color: #c64c4a; }

.password-checker__score.weak {
  width: 30%;
  background-color: #c64c4a; }

.password-checker__score.medium {
  width: 60%;
  background-color: #e1aa17; }

.password-checker__score.strong {
  width: 100%;
  background-color: #558b2f; }

.password-checker__input-message {
  font-size: 1.2rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  background-color: #900; }

/*  --------------------------------------------------------------------------
    ADVANCED LOYALTY
    (optional feature)
    --------------------------------------------------------------------------
    Can be activated by setting the "loyalty_page" boolean parameter
    - Adds a /loyalty page
    - Adds links to this page in user, account and mobile menus
    -------------------------------------------------------------------------- */
/*  Loyalty dropdown
    -------------------------------------------------------------------------- */
.loyalty-dropdown {
  font-size: 1.5rem;
  font-family: "Inconsolata", monospace;
  color: #000;
  font-weight: 400;
  padding: 0;
  position: static; }
  .loyalty-dropdown:before {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
    display: none; }
  .loyalty-dropdown__title {
    font-size: 2rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: .5rem; }
    .loyalty-dropdown__title .dropdown-menu__header__points-value {
      color: #ff3632; }
  .loyalty-dropdown__rules .loyalty-dropdown__rules-text {
    display: none;
    font-size: 1.5rem;
    line-height: 2rem; }
  .loyalty-dropdown__more-link {
    color: #ff3632;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 0;
    margin-top: .5rem; }
    .loyalty-dropdown__more-link:hover {
      text-decoration: underline; }

/*  Loyalty page
    -------------------------------------------------------------------------- */
.loyalty-page__banner {
  background: none;
  position: relative; }
  @media screen and (max-width: 40em) {
    .loyalty-page__banner {
      background-size: 100% auto !important; } }
  .loyalty-page__banner .loyalty-page__banner-image {
    display: block;
    max-width: 100%; }
    .loyalty-page__banner .loyalty-page__banner-image + .loyalty-page__banner__content {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 30em) {
        .loyalty-page__banner .loyalty-page__banner-image + .loyalty-page__banner__content {
          padding: 1rem; } }

.loyalty-page__banner__content {
  font-size: 2.4rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 10.4rem 2rem 2rem 2rem;
  width: 100%; }
  @media screen and (max-width: 40em) {
    .loyalty-page__banner__content {
      padding-top: 5rem; } }
  @media screen and (max-width: 26.25em) {
    .loyalty-page__banner__content {
      padding-top: 3rem; } }
.loyalty-page__banner__title {
  font-size: 3.6rem;
  font-family: "Inconsolata", monospace;
  color: #fff;
  font-weight: 700; }
.loyalty-page__banner__p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0; }
.loyalty-page__banner__points-value {
  color: #fff;
  font-weight: 400; }
.loyalty-page__banner__note {
  color: #fff;
  font-size: 1.2rem; }

/*  Loyalty table
    -------------------------------------------------------------------------- */
.loyalty-table__header {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #f7f7f7; }

.loyalty-table__row {
  background-color: #fff; }

.loyalty-table__row:nth-child(odd) {
  background-color: #fff; }

.loyalty-table__row:hover {
  background-color: #e4e4e4; }

.loyalty-table td {
  font-size: 1.5rem;
  color: #333; }

.loyalty-table__row plus {
  color: #686868;
  font-weight: 400; }

.loyalty-table__row minus {
  color: #686868;
  font-weight: 400; }

/*  Static page
    -------------------------------------------------------------------------- */
.page_static .content__main {
  float: none;
  width: 100%; }

.page_static .category-navigation {
  display: none; }

.static-page {
  color: #000; }
  .static-page p {
    line-height: 1.6;
    margin-bottom: 2rem; }
  .static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
    font-family: "Oswald", Helvetica, sans-serif;
    text-transform: uppercase; }
  .static-page h2 {
    font-size: 3rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 4rem 0 2.5rem; }
    .static-page h2.static-page__title {
      font-size: 4.4rem;
      font-family: "Bungee Inline", cursive;
      color: #15a238;
      font-weight: 400;
      text-transform: uppercase;
      margin: 3rem 0 4rem; }
  .static-page ul, .static-page ol {
    margin-left: 1.5rem; }
  .static-page ul li {
    margin-bottom: 2.5rem; }

/*  PRODUCT TAGS
    -------------------------------------------------------------------------- */
.category > .product-tags {
  display: none; }

.category .category__subcategory:not(:first-child) .product-tags {
  display: none; }

.product-tags {
  margin-bottom: 0;
  margin-top: 4rem;
  font-size: 0; }
  .product-tags__item {
    display: inline-block;
    vertical-align: top;
    max-width: 20%;
    width: 20%;
    box-sizing: border-box;
    font-family: "Inconsolata", monospace;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 25px;
    padding-left: 3.5rem;
    position: relative;
    margin-bottom: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-tags__item:last-child {
      max-width: none;
      width: auto; }
  .product-tags__name {
    box-sizing: border-box;
    padding-right: 1rem; }
  .product-tags__icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets-images/products-tags-sprite.png");
    background-size: 37.5rem 2.5rem;
    background-repeat: no-repeat; }

.product-tags__item_vegan .product-tags__icon {
  background-position: 0 0; }

.product-tags__item_celery .product-tags__icon {
  background-position: -2.5rem 0; }

.product-tags__item_crustaceans .product-tags__icon {
  background-position: -5rem 0; }

.product-tags__item_eggs .product-tags__icon {
  background-position: -7.5rem 0; }

.product-tags__item_fish .product-tags__icon {
  background-position: -10rem 0; }

.product-tags__item_lupin .product-tags__icon {
  background-position: -12.5rem 0; }

.product-tags__item_milk .product-tags__icon {
  background-position: -15rem 0; }

.product-tags__item_molluscs .product-tags__icon {
  background-position: -17.5rem 0; }

.product-tags__item_mustard .product-tags__icon {
  background-position: -20rem 0; }

.product-tags__item_peanuts .product-tags__icon {
  background-position: -22.5rem 0; }

.product-tags__item_sesame-seeds .product-tags__icon {
  background-position: -25rem 0; }

.product-tags__item_soybeans .product-tags__icon {
  background-position: -27.5rem 0; }

.product-tags__item_sulphites .product-tags__icon {
  background-position: -30rem 0; }

.product-tags__item_tree-nuts .product-tags__icon {
  background-position: -32.5rem 0; }

.product-tags__item_cereals-containing-gluten .product-tags__icon {
  background-position: -35rem 0; }

.product__tags-content {
  display: block;
  width: 100%;
  margin: 2rem auto 1.4rem; }
.product__pictos {
  font-size: 0; }
.product__picto {
  display: inline-block;
  vertical-align: top;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .8rem;
  margin-bottom: .6rem;
  background-image: url("/assets-images/products-tags-sprite.png");
  background-size: 37.5rem 2.5rem;
  background-repeat: no-repeat; }
.product__picto_vegan {
  background-position: 0 0; }
.product__picto_celery {
  background-position: -2.5rem 0; }
.product__picto_crustaceans {
  background-position: -5rem 0; }
.product__picto_eggs {
  background-position: -7.5rem 0; }
.product__picto_fish {
  background-position: -10rem 0; }
.product__picto_lupin {
  background-position: -12.5rem 0; }
.product__picto_milk {
  background-position: -15rem 0; }
.product__picto_molluscs {
  background-position: -17.5rem 0; }
.product__picto_sans_mustard {
  background-position: -20rem 0; }
.product__picto_peanuts {
  background-position: -22.5rem 0; }
.product__picto_sesame_seeds {
  background-position: -25rem 0; }
.product__picto_soybeans {
  background-position: -27.5rem 0; }
.product__picto_sulphites {
  background-position: -30rem 0; }
.product__picto_tree_nuts {
  background-position: -32.5rem 0; }
.product__picto_wheet {
  background-position: -35rem 0; }

@media screen and (max-width: 75em) {
  .product-tags__item {
    width: 25%;
    max-width: 25%; } }
@media screen and (max-width: 40em) {
  .product-tags__item {
    width: 33.33%;
    max-width: 33.33%; } }
@media screen and (max-width: 30em) {
  .product-tags__item {
    width: 50%;
    max-width: 50%; } }
.shop-redirection-link {
  display: none; }

.shop-tip__link {
  margin-top: 2rem;
  font-family: "Inconsolata", monospace;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  color: #af4e3d;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top; }
  .shop-tip__link img {
    display: block;
    max-width: 32.3rem; }
  .shop-tip__link:hover {
    cursor: pointer; }

.shop-tip__promotion {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-family: "Inconsolata", monospace;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 700;
  color: #26201d;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 52.5em) {
    .shop-tip__promotion {
      box-sizing: border-box;
      padding-left: 2rem;
      padding-right: 2rem; } }

.dropdown-menu__body_loyalty {
  border: solid .2rem #ff3632;
  padding: 2.2rem .8rem 2.2rem 14.3rem;
  box-sizing: border-box;
  min-height: 20rem; }
  .dropdown-menu__body_loyalty:before, .dropdown-menu__body_loyalty:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0; }
  .dropdown-menu__body_loyalty:before {
    top: -1rem;
    right: 3rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #ff3632;
    z-index: 1; }
  .dropdown-menu__body_loyalty:after {
    top: -.8rem;
    right: 3.2rem;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-bottom: .8rem solid #fff;
    z-index: 2; }
  .dropdown-menu__body_loyalty .loyalty-dropdown__slices:after {
    content: '';
    background: url(/assets-images/loyalty_slices_sprite.png) top left;
    transform: rotate(-90deg);
    z-index: 2;
    background-size: 92rem 11.5rem;
    width: 11.5rem;
    height: 11.5rem;
    top: 0;
    left: 0;
    position: absolute; }

.loyalty-dropdown__slices {
  position: absolute;
  display: block;
  width: 11.5rem;
  height: 11.5rem;
  top: 4.2rem;
  left: 1.1rem; }
  .loyalty-dropdown__slices[data-slices]:after, .loyalty-dropdown__slices[data-slices="8"]:after {
    background-position: -80.5rem 0; }
  .loyalty-dropdown__slices[data-slices="0"]:after {
    background: none; }
  .loyalty-dropdown__slices[data-slices="1"]:after {
    background-position: 0 0; }
  .loyalty-dropdown__slices[data-slices="2"]:after {
    background-position: -11.5rem 0; }
  .loyalty-dropdown__slices[data-slices="3"]:after {
    background-position: -23rem 0; }
  .loyalty-dropdown__slices[data-slices="4"]:after {
    background-position: -34.5rem 0; }
  .loyalty-dropdown__slices[data-slices="5"]:after {
    background-position: -46rem 0; }
  .loyalty-dropdown__slices[data-slices="6"]:after {
    background-position: -57.5rem 0; }
  .loyalty-dropdown__slices[data-slices="7"]:after {
    background-position: -69rem 0; }
  .loyalty-dropdown__slices:before {
    display: block;
    content: '';
    width: 11.5rem;
    height: 11.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets-images/loyalty_slices.png) top left;
    transform: rotate(-90deg);
    background-size: 11.5rem;
    z-index: -1; }

/*  Checkout loyalty
    -------------------------------------------------------------------------- */
.checkout-loyalty {
  border-top: solid 1px #dde0e4;
  max-width: 100%;
  box-sizing: border-box;
  padding: 4rem 2.6rem 3rem 22.9rem;
  min-height: 24.7rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000; }
  @media screen and (max-width: 40em) {
    .checkout-loyalty {
      padding-left: 2.6rem; } }
  .checkout-loyalty .loyalty-dropdown__slices {
    width: 17.7rem;
    height: 17.7rem;
    top: 50%;
    left: 2.6rem;
    transform: translate(0, -50%) rotate(-90deg);
    background: url(/assets-images/loyalty_slices.png) top left no-repeat; }
    @media screen and (max-width: 40em) {
      .checkout-loyalty .loyalty-dropdown__slices {
        position: relative;
        transform: rotate(-90deg);
        margin: 0 auto 3rem;
        left: auto; } }
    .checkout-loyalty .loyalty-dropdown__slices:before, .checkout-loyalty .loyalty-dropdown__slices:after {
      display: block;
      content: '';
      width: 17.7rem;
      height: 17.7rem;
      transform: rotate(0deg);
      position: absolute; }
    .checkout-loyalty .loyalty-dropdown__slices:before {
      background: url(/assets-images/loyalty_slices_green_sprite.png) top left;
      background-size: 159.3rem 17.7rem;
      z-index: 1; }
    .checkout-loyalty .loyalty-dropdown__slices:after {
      background: url(/assets-images/loyalty_slices_sprite.png) top left;
      background-repeat: no-repeat;
      background-size: 141.6rem 17.7rem;
      z-index: 2; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices]:after, .checkout-loyalty .loyalty-dropdown__slices[data-slices="8"]:after {
      background-position: -123.9rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="0"]:after {
      background: none; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="1"]:after {
      background-position: 0 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="2"]:after {
      background-position: -17.7rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="3"]:after {
      background-position: -35.4rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="4"]:after {
      background-position: -53.1rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="5"]:after {
      background-position: -70.8rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="6"]:after {
      background-position: -88.5rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices="7"]:after {
      background-position: -106.2rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green]:before, .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="0"]:before {
      background-position: -123.9rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="1"]:before {
      background-position: -106.2rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="2"]:before {
      background-position: -88.5rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="3"]:before {
      background-position: -70.8rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="4"]:before {
      background-position: -53.1rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="5"]:before {
      background-position: -35.4rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="6"]:before {
      background-position: -17.7rem 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="7"]:before {
      background-position: 0 0; }
    .checkout-loyalty .loyalty-dropdown__slices[data-slices-green="8"]:before {
      background-position: -141.6rem 0; }
  .checkout-loyalty .checkout-loyalty__message {
    display: block; }
    .checkout-loyalty .checkout-loyalty__message .checkout-loyalty__message-text {
      display: none;
      font-size: 1.5rem;
      line-height: 2rem;
      color: #000;
      font-weight: 400;
      margin-bottom: 3rem; }
  .checkout-loyalty .checkout-loyalty__use .nice-select .list {
    max-height: 18.5rem;
    overflow-y: auto; }
  .checkout-loyalty .checkout-loyalty__use-section:has(.checkout-loyalty__use-radios) .checkout-loyalty__use-title {
    display: none; }

/*  Basket slices
    -------------------------------------------------------------------------- */
.basket-slices {
  box-sizing: border-box;
  padding: 0 1.5rem 1rem; }
  .basket-slices .basket-slices__mobile-title {
    display: none; }
    @media screen and (max-width: 60em) {
      .basket-slices .basket-slices__mobile-title {
        display: block;
        font-family: "Oswald", Helvetica, sans-serif;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 500;
        color: #a39d9b;
        text-transform: uppercase; }
        .basket-slices .basket-slices__mobile-title .dropdown-menu__header__points-value {
          color: #e97c81; } }
  .basket-slices .basket-slices__content {
    box-sizing: border-box;
    border-left: solid .2rem;
    border-right: solid .2rem;
    border-image: linear-gradient(to bottom, #e87b7e, #e9863f) 1;
    border-top: solid .2rem #e87b7e;
    border-bottom: solid .2rem #e9863f;
    padding: 1.4rem .8rem 1.4rem 8rem;
    position: relative;
    min-height: 8.6rem; }
  .basket-slices.basket-slices_empty .basket-slices__content {
    padding: 1.4rem .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .basket-slices.basket-slices_empty .basket-slices__content .basket-slices__text {
      display: block; }
  .basket-slices .basket-slices__infographics {
    display: block;
    width: 5.8rem;
    height: 5.8rem;
    position: absolute;
    top: 50%;
    left: .8rem;
    transform: translate(0, -50%);
    background: url(/assets-images/loyalty_slices.png) top left;
    background-size: 5.8rem;
    z-index: 1; }
    .basket-slices .basket-slices__infographics:before, .basket-slices .basket-slices__infographics:after {
      display: block;
      content: '';
      width: 5.8rem;
      height: 5.8rem;
      transform: rotate(-90deg);
      position: absolute; }
    .basket-slices .basket-slices__infographics:before {
      background: url(/assets-images/loyalty_slices_green_sprite.png) top left;
      background-size: 52.2rem 5.8rem;
      background-position: -40.6rem 0;
      z-index: 1; }
    .basket-slices .basket-slices__infographics:after {
      background: url(/assets-images/loyalty_slices_sprite.png) top left;
      background-size: 46.4rem 5.8rem;
      background-position: 0 0;
      z-index: 2; }
  .basket-slices[data-slices] .basket-slices__infographics:after {
    background-position: -40.6rem 0; }
  .basket-slices[data-slices="0"] .basket-slices__infographics:after {
    display: none; }
  .basket-slices[data-slices="1"] .basket-slices__infographics:after {
    background-position: 0 0; }
  .basket-slices[data-slices="2"] .basket-slices__infographics:after {
    background-position: -5.8rem 0; }
  .basket-slices[data-slices="3"] .basket-slices__infographics:after {
    background-position: -11.6rem 0; }
  .basket-slices[data-slices="4"] .basket-slices__infographics:after {
    background-position: -17.4rem 0; }
  .basket-slices[data-slices="5"] .basket-slices__infographics:after {
    background-position: -23.2rem 0; }
  .basket-slices[data-slices="6"] .basket-slices__infographics:after {
    background-position: -29rem 0; }
  .basket-slices[data-slices="7"] .basket-slices__infographics:after {
    background-position: -34.8rem 0; }
  .basket-slices[data-slices="8"] .basket-slices__infographics:after {
    background-position: -40.6rem 0; }
  .basket-slices[data-slices] .basket-slices__content {
    display: block; }
  .basket-slices[data-slices="0"] .basket-slices__content_beginner, .basket-slices[data-slices="1"] .basket-slices__content_beginner, .basket-slices[data-slices="2"] .basket-slices__content_beginner, .basket-slices[data-slices="3"] .basket-slices__content_beginner, .basket-slices[data-slices="4"] .basket-slices__content_beginner, .basket-slices[data-slices="5"] .basket-slices__content_beginner, .basket-slices[data-slices="6"] .basket-slices__content_beginner, .basket-slices[data-slices="7"] .basket-slices__content_beginner {
    display: block; }
  .basket-slices[data-slices="8"] .basket-slices__content_full {
    display: block; }
  .basket-slices[data-slices-green] .basket-slices__infographics:before, .basket-slices[data-slices-green="0"] .basket-slices__infographics:before {
    background-position: -40.6rem 0; }
  .basket-slices[data-slices-green="1"] .basket-slices__infographics:before {
    background-position: -34.8rem 0; }
  .basket-slices[data-slices-green="2"] .basket-slices__infographics:before {
    background-position: -29rem 0; }
  .basket-slices[data-slices-green="3"] .basket-slices__infographics:before {
    background-position: -23.2rem 0; }
  .basket-slices[data-slices-green="4"] .basket-slices__infographics:before {
    background-position: -17.4rem 0; }
  .basket-slices[data-slices-green="5"] .basket-slices__infographics:before {
    background-position: -11.6rem 0; }
  .basket-slices[data-slices-green="6"] .basket-slices__infographics:before {
    background-position: -5.8rem 0; }
  .basket-slices[data-slices-green="7"] .basket-slices__infographics:before {
    background-position: 0 0; }
  .basket-slices[data-slices-green="8"] .basket-slices__infographics:before {
    background-position: -46.4rem 0; }
  .basket-slices .basket-slices__text {
    display: none;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #e97c81;
    box-sizing: border-box;
    padding-top: .3rem; }
  .basket-slices .basket-slices__link {
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #e97c81;
    text-transform: none;
    text-decoration: underline; }
    .basket-slices .basket-slices__link:hover {
      text-decoration: none; }

.basket__time [data-order-time] ~ .nice-select__container {
  display: none; }

.loyalty-page__howto {
  background-color: #fff;
  box-sizing: border-box;
  border: solid .3rem #e87b80;
  padding: 1.7rem 17.2rem 3.3rem 2.8rem; }
  @media screen and (max-width: 30em) {
    .loyalty-page__howto {
      padding-right: 2.8rem;
      padding-bottom: 19.4rem; } }
  .loyalty-page__howto:before {
    display: none; }
  .loyalty-page__howto .loyalty-page__howto__main-title {
    display: block;
    width: 100%;
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 1.1rem; }
  .loyalty-page__howto .loyalty-page__howto__user {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    color: #010101;
    box-sizing: border-box;
    padding-left: 1.8rem;
    margin-bottom: 2.1rem; }
    .loyalty-page__howto .loyalty-page__howto__user .loyalty-page__banner__points-value {
      color: #010101; }
  .loyalty-page__howto .loyalty-page__howto__wrapper {
    color: #010101;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    padding: 0;
    min-height: auto; }
  .loyalty-page__howto .loyalty-page__howto__title {
    font-size: 1.5rem;
    font-family: "Inconsolata", monospace;
    color: #010101;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 0;
    box-sizing: border-box;
    padding-left: 1.8rem; }
  .loyalty-page__howto ul {
    margin-top: 0;
    list-style-type: none;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400; }
    .loyalty-page__howto ul li {
      list-style-type: none;
      margin: 0;
      padding-left: 1.8rem;
      box-sizing: border-box;
      position: relative; }
      .loyalty-page__howto ul li:before {
        display: block;
        content: '';
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        background-color: #15a238;
        position: absolute;
        left: 0;
        top: .7rem; }
  .loyalty-page__howto .loyalty-dropdown__slices {
    top: 50%;
    left: auto;
    right: 3.4rem;
    z-index: 1;
    width: 12.8rem;
    height: 12.8rem;
    transform: translate(0, -50%);
    background: none; }
    @media screen and (max-width: 30em) {
      .loyalty-page__howto .loyalty-dropdown__slices {
        top: auto;
        bottom: 3.3rem;
        left: 50%;
        transform: translate(-50%, 0); } }
    .loyalty-page__howto .loyalty-dropdown__slices:after {
      display: block;
      content: '';
      width: 12.8rem;
      height: 12.8rem;
      background: url(/assets-images/loyalty_slices_sprite.png) top left;
      background-size: 102.4rem 12.8rem;
      transform: rotate(-90deg);
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .loyalty-page__howto .loyalty-dropdown__slices:before {
      width: 12.8rem;
      height: 12.8rem;
      background-size: 12.8rem;
      background-repeat: no-repeat;
      z-index: -1; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices]:after, .loyalty-page__howto .loyalty-dropdown__slices[data-slices="8"]:after {
      background-position: -89.6rem 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="0"]:after {
      background: none; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="1"]:after {
      background-position: 0 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="2"]:after {
      background-position: -12.8rem 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="3"]:after {
      background-position: -25.6rem 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="4"]:after {
      background-position: -38.4rem 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="5"]:after {
      background-position: -51.2rem 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="6"]:after {
      background-position: -64rem 0; }
    .loyalty-page__howto .loyalty-dropdown__slices[data-slices="7"]:after {
      background-position: -76.8rem 0; }

.page_menu .content,
.page_favourites .content,
.page_deal_wizard .content {
  margin-top: 0; }
  @media screen and (max-width: 60em) {
    .page_menu .content,
    .page_favourites .content,
    .page_deal_wizard .content {
      margin-bottom: 0;
      padding-bottom: 14rem; } }
.page_menu .content__secondary,
.page_favourites .content__secondary,
.page_deal_wizard .content__secondary {
  margin-left: 0;
  width: 100%;
  display: block;
  background-color: #ff3632;
  float: none;
  margin-right: 0; }
.page_menu .content__primary,
.page_favourites .content__primary,
.page_deal_wizard .content__primary {
  margin-left: 0; }
.page_menu .content__wrapper,
.page_favourites .content__wrapper,
.page_deal_wizard .content__wrapper {
  width: 100%;
  max-width: 100%; }
.page_menu .content__main,
.page_favourites .content__main,
.page_deal_wizard .content__main {
  float: none;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 0; }
  @media screen and (max-width: 60em) {
    .page_menu .content__main,
    .page_favourites .content__main,
    .page_deal_wizard .content__main {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 26.25em) {
    .page_menu .content__main,
    .page_favourites .content__main,
    .page_deal_wizard .content__main {
      padding-left: 1rem;
      padding-right: 1rem; } }
.page_menu:has(.message_persistent) .content__primary,
.page_favourites:has(.message_persistent) .content__primary,
.page_deal_wizard:has(.message_persistent) .content__primary {
  padding-top: 25rem; }
.page_menu:has(.message_persistent) .header,
.page_favourites:has(.message_persistent) .header,
.page_deal_wizard:has(.message_persistent) .header {
  top: 4.7rem; }
@media screen and (max-width: 60em) {
  .page_menu:has(.message_persistent) .header,
  .page_favourites:has(.message_persistent) .header,
  .page_deal_wizard:has(.message_persistent) .header {
    top: 3.6rem; }
  .page_menu:has(.message_persistent) .content__primary,
  .page_favourites:has(.message_persistent) .content__primary,
  .page_deal_wizard:has(.message_persistent) .content__primary {
    padding-top: 11.6rem; } }
@media screen and (max-width: 31em) {
  .page_menu:has(.message_persistent) .header,
  .page_favourites:has(.message_persistent) .header,
  .page_deal_wizard:has(.message_persistent) .header {
    top: 5rem; }
  .page_menu:has(.message_persistent) .content__primary,
  .page_favourites:has(.message_persistent) .content__primary,
  .page_deal_wizard:has(.message_persistent) .content__primary {
    padding-top: 13rem; } }
.page_menu .message_persistent,
.page_favourites .message_persistent,
.page_deal_wizard .message_persistent {
  position: fixed;
  top: 0;
  opacity: 1;
  background-color: #ff6865; }
  @media screen and (max-width: 60em) {
    .page_menu .message_persistent,
    .page_favourites .message_persistent,
    .page_deal_wizard .message_persistent {
      bottom: auto;
      font-size: 1.5rem; }
      .page_menu .message_persistent .message__content,
      .page_favourites .message_persistent .message__content,
      .page_deal_wizard .message_persistent .message__content {
        padding: .6rem .5rem 1.2rem; } }
  @media screen and (max-width: 31em) {
    .page_menu .message_persistent .message__content,
    .page_favourites .message_persistent .message__content,
    .page_deal_wizard .message_persistent .message__content {
      padding: .4rem 5.5rem 1rem; } }
  @media screen and (max-width: 24.5em) {
    .page_menu .message_persistent .message__content,
    .page_favourites .message_persistent .message__content,
    .page_deal_wizard .message_persistent .message__content {
      padding: .4rem 1.5rem 1rem; } }
.page_menu .header,
.page_favourites .header,
.page_deal_wizard .header {
  position: fixed;
  width: 100%;
  z-index: 10000;
  padding: 0; }
.page_menu .header__wrapper,
.page_favourites .header__wrapper,
.page_deal_wizard .header__wrapper {
  padding-top: 2.3rem;
  padding-bottom: 2.1rem; }
  @media screen and (max-width: 60em) {
    .page_menu .header__wrapper,
    .page_favourites .header__wrapper,
    .page_deal_wizard .header__wrapper {
      padding-top: 2.2rem;
      padding-bottom: 2.2rem; } }
.page_menu .basket-dropdown.open,
.page_favourites .basket-dropdown.open,
.page_deal_wizard .basket-dropdown.open {
  position: fixed;
  z-index: 10000;
  max-height: 85vh;
  overflow-y: auto; }
.page_menu .content__secondary,
.page_menu .content__secondary.floater-fixed,
.page_favourites .content__secondary,
.page_favourites .content__secondary.floater-fixed,
.page_deal_wizard .content__secondary,
.page_deal_wizard .content__secondary.floater-fixed {
  margin-top: 8.6rem; }
.page_menu .content__primary,
.page_favourites .content__primary,
.page_deal_wizard .content__primary {
  padding-top: 20rem; }
.page_menu .category-navigation_sidetouch,
.page_favourites .category-navigation_sidetouch,
.page_deal_wizard .category-navigation_sidetouch {
  background-color: #ff3632; }
@media screen and (max-width: 60em) {
  .page_menu .basket-dropdown,
  .page_menu .off-canvas,
  .page_favourites .basket-dropdown,
  .page_favourites .off-canvas,
  .page_deal_wizard .basket-dropdown,
  .page_deal_wizard .off-canvas {
    z-index: 10003; }
  .page_menu .content__primary,
  .page_favourites .content__primary,
  .page_deal_wizard .content__primary {
    padding-top: 8rem; } }

@media screen and (max-width: 60em) {
  .basket-dropdown,
  .off-canvas {
    z-index: 10003; } }
.page_deal_wizard .content__primary {
  padding-top: 3rem; }
.page_deal_wizard .content__secondary.floater-fixed {
  position: static !important; }
.page_deal_wizard .product__bottom__left,
.page_deal_wizard .product__buttons__customise {
  display: none; }
.page_deal_wizard .product__bottom__left + .product__bottom__right {
  width: 100%; }
.page_deal_wizard .product__add {
  color: #ff332e;
  background-color: #f1f1f1;
  border: none;
  font-size: 3.4rem;
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  display: block;
  width: 100%; }
  .page_deal_wizard .product__add:hover {
    color: #fff;
    background-color: #ff332e; }

.page_menu .content__delivery-point-info {
  margin-bottom: 5rem; }
.page_menu:has(.content__delivery-point-info) .content__primary {
  padding-top: 16.5rem; }
.page_menu:has(.content__delivery-point-info):has(.message_persistent) .content__primary {
  padding-top: 21.5rem; }
.page_menu .product-tags {
  display: none; }
@media screen and (max-width: 60em) {
  .page_menu .content__delivery-point-info {
    margin-bottom: 0; }
  .page_menu:has(.content__delivery-point-info) .content__primary {
    padding-top: 6.5rem; }
  .page_menu:has(.content__delivery-point-info):has(.message_persistent) .content__primary {
    padding-top: 10.1rem; }
  .page_menu .page__footer {
    display: none; } }
@media screen and (max-width: 31em) {
  .page_menu:has(.content__delivery-point-info):has(.message_persistent) .content__primary {
    padding-top: 11.5rem; } }
@media screen and (max-width: 23.75em) {
  .page_menu:has(.content__delivery-point-info) .content__primary {
    padding-top: 6.2rem; }
  .page_menu:has(.content__delivery-point-info):has(.message_persistent) .content__primary {
    padding-top: 11rem; } }
.page_menu .mobile-basket {
  display: none; }
  .page_menu .mobile-basket .mobile-basket__info {
    text-align: center;
    padding-bottom: 1.5rem; }
  .page_menu .mobile-basket .mobile-basket__info-icon {
    font-size: 2rem;
    color: #000;
    line-height: 2rem; }
    .page_menu .mobile-basket .mobile-basket__info-icon:before {
      font-family: 'fontello';
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-right: .2em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .page_menu .mobile-basket .mobile-basket__info-icon:before {
      width: 2rem;
      height: 2rem;
      margin: 0;
      line-height: 2rem;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .page_menu .mobile-basket .mobile-basket__info-text {
    font-family: "Inconsolata", monospace;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 4.5rem;
    padding-right: 3.7rem;
    position: relative; }
    .page_menu .mobile-basket .mobile-basket__info-text:after {
      content: '';
      position: absolute;
      border-top: 0.7rem solid #000;
      border-right: 0.6rem solid transparent;
      border-left: 0.6rem solid transparent;
      display: inline-block;
      vertical-align: middle;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
  .page_menu .mobile-basket .mobile-basket__action-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 6.7rem;
    box-shadow: 1.545px 2.572px 2px rgba(0, 0, 0, 0.24);
    background-color: #ff3632;
    text-decoration: none;
    font-size: 0;
    text-align: center;
    position: relative; }
    .page_menu .mobile-basket .mobile-basket__action-button:hover {
      text-decoration: none; }
  .page_menu .mobile-basket .mobile-basket__action-items {
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background-color: #ff0b0a;
    border-radius: .8rem;
    box-shadow: inset 0.515px 0.857px 3px rgba(0, 0, 0, 0.23);
    width: 5rem;
    height: 3.6rem;
    line-height: 3.4rem;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 1.7rem;
    transform: translate(0, -50%); }
  .page_menu .mobile-basket .mobile-basket__action-title {
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.7rem;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 23.75em) {
      .page_menu .mobile-basket .mobile-basket__action-title {
        font-size: 1.8rem; } }
  .page_menu .mobile-basket .mobile-basket__action-total {
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 3rem;
    position: absolute;
    top: 48%;
    right: 1.7rem;
    transform: translate(0, -50%); }
  @media screen and (max-width: 60em) {
    .page_menu .mobile-basket {
      display: block;
      width: 100%;
      position: fixed;
      left: 0;
      bottom: 0;
      background-color: #f1f1f1;
      box-shadow: inset 0.515px 0.857px 2px rgba(0, 0, 0, 0.29);
      box-sizing: border-box;
      padding: 2.2rem 1.3rem 1.4rem;
      z-index: 998; } }

.content__secondary.floater-fixed {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 9999; }

.page_locator .category-navigation,
.page_order_step3 .category-navigation,
.page_order_step4 .category-navigation,
.page_order_step5 .category-navigation {
  display: none; }

.page_order_step3 .basket__content,
.page_order_step4 .basket__content,
.page_order_step5 .basket__content {
  padding-top: 1rem;
  background-color: #f7f7f7; }

.page_login .category-navigation,
.page_forgot_password .category-navigation,
.page_orders .category-navigation,
.page_loyalty .category-navigation,
.page_account .category-navigation,
.page_edit_account .category-navigation,
.page_thank_you .category-navigation {
  display: none; }
.page_login .content,
.page_forgot_password .content,
.page_orders .content,
.page_loyalty .content,
.page_account .content,
.page_edit_account .content,
.page_thank_you .content {
  margin: 0;
  padding-top: 7rem;
  padding-bottom: 6.3rem; }
.page_login .content__main,
.page_forgot_password .content__main,
.page_orders .content__main,
.page_loyalty .content__main,
.page_account .content__main,
.page_edit_account .content__main,
.page_thank_you .content__main {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 77.7rem; }

.page_order_step2 .category-navigation {
  display: none; }
.page_order_step2 .content {
  margin: 0;
  padding-top: 7rem;
  padding-bottom: 6.3rem; }
.page_order_step2 .content__main {
  max-width: 77.7rem; }
.page_order_step2 .checkout {
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  background-color: #f1f1f1; }
  .page_order_step2 .checkout .checkout__section {
    box-shadow: none; }

.page_edit_account .iti .checkout-row__field-text_half {
  width: 100%; }
.page_edit_account .checkout-row__field-text_half {
  width: 60%; }
  @media screen and (max-width: 40em) {
    .page_edit_account .checkout-row__field-text_half {
      width: 100%; } }

.page_order_step3 .checkout__section_address .iti .checkout-row__field-text_half {
  width: 100%; }
.page_order_step3 .checkout__section_address .checkout-row__field-text_half {
  width: 60%; }
  @media screen and (max-width: 40em) {
    .page_order_step3 .checkout__section_address .checkout-row__field-text_half {
      width: 100%; } }

@media screen and (max-width: 71em) {
  .page_order_step2 .checkout-row__label,
  .page_order_step3 .checkout-row__label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 .5rem; }
  .page_order_step2 .checkout__authorization-method,
  .page_order_step3 .checkout__authorization-method {
    position: static;
    margin: 0 auto; }
    .page_order_step2 .checkout__authorization-method + .checkout-row .iti.iti--allow-dropdown,
    .page_order_step2 .checkout__authorization-method + .checkout-row .checkout-row__field-text,
    .page_order_step3 .checkout__authorization-method + .checkout-row .iti.iti--allow-dropdown,
    .page_order_step3 .checkout__authorization-method + .checkout-row .checkout-row__field-text {
      width: 100%;
      margin-left: 0; } }

.checkout__section + .checkout__section.checkout__section_no-separation {
  padding-top: 3.8rem;
  background-color: #f1f1f1; }

.checkout-delimiter {
  margin-bottom: 1.4rem;
  font-size: 0;
  text-align: center;
  position: relative; }
  .checkout-delimiter .checkout-delimiter__text {
    font-family: "Inconsolata", monospace;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    line-height: 2.1rem;
    height: 2.1rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    background-color: #f1f1f1;
    position: relative;
    z-index: 2; }
  .checkout-delimiter:after {
    display: block;
    content: '';
    width: 100%;
    height: .1rem;
    background-color: #e4e4e4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }

.switcher-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 0;
  box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
  @media screen and (max-width: 33.75em) {
    .switcher-btns {
      flex-direction: column; } }
  .switcher-btns .switcher-btn {
    font-size: 3rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #ff3632;
    font-weight: 500;
    text-transform: uppercase;
    width: 33.33%;
    line-height: 4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ff3632;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .switcher-btns .switcher-btn:hover {
      background-color: #ff3632;
      color: #fff; }
    .switcher-btns .switcher-btn.switcher-btn_active {
      background-color: #ff3632;
      color: #fff;
      position: relative; }
      .switcher-btns .switcher-btn.switcher-btn_active:after {
        display: block;
        content: '';
        position: absolute;
        border-top: 0.8rem solid #ff3632;
        border-right: .8rem solid transparent;
        border-left: .8rem solid transparent;
        display: inline-block;
        vertical-align: middle;
        top: 100%;
        left: 50%;
        margin-top: .1rem;
        transform: translate(-50%, 0); }
      @media screen and (max-width: 33.75em) {
        .switcher-btns .switcher-btn.switcher-btn_active:after {
          display: none; } }
    .switcher-btns .switcher-btn + .switcher-btn {
      border-left: none; }
    @media screen and (max-width: 33.75em) {
      .switcher-btns .switcher-btn {
        width: 100%; }
        .switcher-btns .switcher-btn + .switcher-btn {
          border-left: 1px solid #ff3632; } }

.page_favourites .content__primary {
  margin-left: 0; }
.page_favourites .content__main {
  float: none;
  display: block;
  width: 100%; }
.page_favourites .product__wrapper {
  padding-top: 0; }
.page_favourites .product {
  margin-bottom: 4.5rem;
  display: block;
  width: 100%;
  float: none;
  padding: 0 1rem;
  box-sizing: border-box; }
.page_favourites .product__content {
  min-height: 20.5rem;
  box-sizing: border-box;
  text-align: left;
  padding: 3rem 2.5rem; }
.page_favourites .product__picture-container {
  height: 14.5rem;
  width: auto;
  position: absolute;
  top: 3rem;
  right: 2.5rem;
  margin-bottom: 0;
  float: none;
  display: block; }
  .page_favourites .product__picture-container img {
    height: 100%;
    width: auto; }
  @media screen and (max-width: 40em) {
    .page_favourites .product__picture-container {
      position: static;
      margin: 0 auto 2rem; } }
.page_favourites .product__top {
  padding: 0;
  width: calc(100% - 15rem);
  height: auto !important; }
  @media screen and (max-width: 40em) {
    .page_favourites .product__top {
      width: 100%; } }
.page_favourites .product__name {
  font-size: 3rem;
  line-height: 3.4rem; }
.page_favourites .product__description {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 2rem; }
.page_favourites .product__sku-list {
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 2rem;
  width: 100%;
  max-width: 100%; }
@media screen and (max-width: 40em) {
  .page_favourites .product__sku {
    width: 100%;
    max-width: 100%;
    display: block; }
  .page_favourites .product__sku-label {
    width: 7rem;
    max-width: 7rem; }
  .page_favourites .nice-select__container {
    width: calc(100% - 7rem); }
    .page_favourites .nice-select__container .nice-select {
      width: 100%; } }

.checkout__upselling .category_upselling {
  margin-top: 5rem; }
.checkout__upselling .category__title {
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.4rem;
  margin-bottom: 4rem; }
.checkout__upselling .product_upselling .product__content {
  padding-bottom: 1.5rem; }
.checkout__upselling .product_upselling .product__picture-container {
  height: 20rem;
  margin-bottom: -7rem; }
  .checkout__upselling .product_upselling .product__picture-container img {
    height: 100%;
    width: auto; }
  @media screen and (max-width: 60em) {
    .checkout__upselling .product_upselling .product__picture-container {
      height: 14.5rem;
      margin-bottom: 0; } }
.checkout__upselling .product_upselling .product__name {
  font-size: 3rem; }
.checkout__upselling .product_upselling .product__description {
  margin-top: 2rem; }
.checkout__upselling .product_upselling .product__sku-list {
  max-width: 100%;
  margin-top: 2rem; }
  .checkout__upselling .product_upselling .product__sku-list .product__sku {
    display: block;
    width: 100%;
    max-width: 100%; }
    .checkout__upselling .product_upselling .product__sku-list .product__sku + .product__sku {
      margin-top: 1rem; }
.checkout__upselling .product_upselling .product__description-outer {
  display: block;
  width: 100%; }
  .checkout__upselling .product_upselling .product__description-outer + .product__description-outer {
    margin-top: 1.5rem; }
.checkout__upselling .product_upselling .product__customise {
  position: static;
  transform: none;
  margin-top: 2rem; }

@media screen and (max-width: 60em) {
  .category__products .product.product_no_image .product__top {
    width: 100%; } }
@media screen and (max-width: 30em) {
  .category__products .product {
    padding: 0; }
    .category__products .product .product__content {
      padding: 1.8rem 1.5rem; }
    .category__products .product .product__top {
      width: 60%; }
    .category__products .product.product_no_image .product__top {
      width: 100%; }
    .category__products .product .product__name {
      font-size: 2.4rem;
      line-height: 3rem; }
    .category__products .product .product__description {
      font-size: 1.4rem;
      line-height: 1.8rem;
      margin-top: 1rem; } }
/*  Order tracking and feedback
    -------------------------------------------------------------------------- */
.page_order-tracking,
.page_order-feedback {
  background: linear-gradient(180deg, #E87B81 0%, #E78432 100%); }
  .page_order-tracking .category-navigation,
  .page_order-feedback .category-navigation {
    display: none; }
  .page_order-tracking .content,
  .page_order-feedback .content {
    margin-top: 3.4rem;
    margin-bottom: 5.6rem; }
    .page_order-tracking .content__wrapper,
    .page_order-feedback .content__wrapper {
      max-width: 128rem; }
    .page_order-tracking .content__main,
    .page_order-feedback .content__main {
      float: none;
      width: 100%; }
  .page_order-tracking .content__side.floater-fixed,
  .page_order-feedback .content__side.floater-fixed {
    display: none; }
  .page_order-tracking .checkout__section,
  .page_order-feedback .checkout__section {
    padding: 0;
    background-color: transparent;
    box-shadow: none; }
  .page_order-tracking .checkout__header,
  .page_order-tracking .checkout__footer,
  .page_order-feedback .checkout__header,
  .page_order-feedback .checkout__footer {
    display: none; }
  @media screen and (max-width: 52.5em) {
    .page_order-tracking .content,
    .page_order-feedback .content {
      margin-top: 3.2rem;
      margin-bottom: 2.2rem; } }
  .page_order-tracking .account-navigation,
  .page_order-feedback .account-navigation {
    background-color: #E87B81;
    border-bottom: solid 1px #000; }
    .page_order-tracking .account-navigation__list,
    .page_order-feedback .account-navigation__list {
      text-align: center;
      font-size: 0; }
    .page_order-tracking .account-navigation__link,
    .page_order-feedback .account-navigation__link {
      margin: .5rem 2.1rem;
      color: #000; }
      .page_order-tracking .account-navigation__link:hover,
      .page_order-feedback .account-navigation__link:hover {
        color: #000;
        text-decoration: underline; }
    .page_order-tracking .account-navigation__item_active .account-navigation__link,
    .page_order-feedback .account-navigation__item_active .account-navigation__link {
      text-decoration: underline; }
    .page_order-tracking .account-navigation__item:first-child .account-navigation__link,
    .page_order-feedback .account-navigation__item:first-child .account-navigation__link {
      margin-left: 2.1rem; }

/*  Accordion
    -------------------------------------------------------------------------- */
.accordion {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3rem; }
  .accordion .order-feedback > .order-feedback__message {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 5rem;
    color: #000;
    text-transform: uppercase; }
    @media screen and (max-width: 52.5em) {
      .accordion .order-feedback > .order-feedback__message {
        font-size: 3rem;
        line-height: 3.1rem; } }
  .accordion__panel {
    max-width: 124rem;
    margin: 0 auto;
    width: 100%; }
    .accordion__panel .order-feedback__title {
      display: none; }
  .accordion__panel + .accordion__panel {
    margin-top: 3rem; }
  .accordion__header {
    box-sizing: border-box;
    padding: 2rem;
    margin-bottom: 0;
    background-color: transparent;
    transition: all .4s ease; }
    .accordion__header:hover {
      cursor: pointer; }
  .accordion__panel[open] .accordion__header {
    margin-bottom: .9rem; }
  .accordion__panel[open] .order-panel:before {
    transform: rotate(0); }
  .accordion__no-order {
    display: none;
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 2.6rem;
    line-height: 3.5rem;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: .7rem;
    padding: 0 2rem;
    box-sizing: border-box;
    border: solid 2px #000; }
    @media screen and (max-width: 52.5em) {
      .accordion__no-order {
        padding: .2rem 1rem; } }
    @media screen and (max-width: 30em) {
      .accordion__no-order {
        font-size: 2.5rem; } }
    @media screen and (max-width: 24em) {
      .accordion__no-order {
        font-size: 2rem; } }
  .accordion_no-order .accordion__no-order {
    display: block; }

/*  Accordion panel
    -------------------------------------------------------------------------- */
.order-panel {
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  border-radius: .7rem;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-align: left;
  padding: 0 1.3rem;
  border: solid 1px #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  padding-left: 2.6rem; }
  .order-panel::marker {
    display: none; }
  .order-panel:before {
    display: block;
    content: '';
    width: 1rem;
    height: 1rem;
    background: url("/assets-images/icon-triangle.svg") center center no-repeat;
    position: absolute;
    top: 1.3rem;
    left: 1.1rem;
    transition: all .3s ease;
    transform: rotate(-90deg);
    transform-origin: 50% 50%; }
  .order-panel__reference {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    gap: .5rem;
    align-items: center; }
  .order-panel__details {
    display: flex;
    gap: 4rem; }
  .order-panel__time, .order-panel__price, .order-panel__status {
    display: flex;
    gap: .5rem;
    flex-wrap: nowrap;
    align-items: center; }
  .order-panel__icon {
    width: 2.3rem;
    height: 2.3rem;
    display: block; }
    .order-panel__icon_ref {
      background: url("/assets-images/icon-reference.svg") center center no-repeat; }
    .order-panel__icon_price {
      background: url("/assets-images/icon-currency.svg") center center no-repeat; }
    .order-panel__icon_time {
      background: url("/assets-images/icon-calendar.svg") center center no-repeat; }
  @media screen and (max-width: 52.5em) {
    .order-panel {
      padding: 0 1rem 0 2.6rem;
      flex-direction: column; } }
  @media screen and (max-width: 40em) {
    .order-panel {
      font-size: 2rem; }
      .order-panel__details {
        gap: 1rem; } }

/*  Order info
    -------------------------------------------------------------------------- */
.order-info {
  padding: 0; }
  .order-info_completed .order-info__timer {
    display: none; }
  .order-info_completed .order-feedback {
    border-bottom: none; }
  .order-info__row_delivered {
    display: none; }
  .order-info__row_promo {
    padding: 8.1rem 0; }
  .order-info__row_order-tip {
    padding: 7rem 0 6rem;
    max-width: 124rem;
    margin: 0 auto; }
  .order-info__row_referral, .order-info__row_loyalty {
    border-top: 1px dotted #000; }
  @media screen and (max-width: 52.5em) {
    .order-info {
      padding-top: 3.3rem; }
      .order-info__row_order-tip {
        padding: 3.9rem 0 2.1rem; }
      .order-info__row_promo {
        padding: 3.1rem 0; } }

/*  Order time
    -------------------------------------------------------------------------- */
.order-delivery-time {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .order-delivery-time__range {
    display: inline-flex;
    background-color: #000;
    color: #f1f1f1;
    box-sizing: border-box;
    border-radius: .7rem;
    font-family: "Oswald", Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 3.8rem;
    text-align: center;
    padding: 0 1rem;
    text-transform: uppercase; }
  .order-delivery-time__message {
    font-family: "Inconsolata", monospace;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #000;
    max-width: 42rem;
    text-align: center; }
  .order-delivery-time__range ~ .order-delivery-time__message {
    margin-top: 2rem; }
  @media screen and (max-width: 52.5em) {
    .order-delivery-time__message {
      font-size: 1.6rem; }
    .order-delivery-time__range ~ .order-delivery-time__message {
      margin-top: 1.5rem; } }

/*  Order status indicator
    -------------------------------------------------------------------------- */
.status-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.2rem 0 0;
  gap: 4.2rem; }
  .status-indicator__image {
    display: block;
    margin: 0 auto;
    max-width: 35rem; }
  .status-indicator__description {
    display: none; }
  .status-indicator__title {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 5rem;
    text-transform: uppercase; }
  @media screen and (max-width: 52.5em) {
    .status-indicator {
      padding-top: 3rem;
      gap: 3rem; }
      .status-indicator__title {
        text-align: center;
        font-size: 2.4rem;
        line-height: 1; }
      .status-indicator__image-container {
        padding: 0 2rem; } }

/*  Order steps controller
    -------------------------------------------------------------------------- */
.steps-controller {
  display: flex;
  justify-content: space-between;
  max-width: 40rem;
  width: 100%;
  position: relative; }
  .steps-controller__step {
    display: flex;
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 2px #000;
    background-color: transparent; }
    .steps-controller__step_active {
      background-color: #f1f1f1; }
  .steps-controller__step + .steps-controller__step:before {
    display: block;
    content: '';
    width: calc(33.33% - 4rem);
    border-top: dotted 2px #000;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .steps-controller__step:nth-child(4):before {
    right: 3rem; }
  .steps-controller__step:nth-child(3):before {
    right: calc(33.33% + 2rem); }
  .steps-controller__step:nth-child(2):before {
    right: auto;
    left: 3rem; }
  @media screen and (max-width: 52.5em) {
    .steps-controller {
      max-width: 30rem; }
      .steps-controller__step {
        height: 2.2rem;
        width: 2.2rem; }
      .steps-controller__step + .steps-controller__step:before {
        width: calc(33.33% - 2.5rem); }
      .steps-controller__step:nth-child(4):before {
        right: 2rem; }
      .steps-controller__step:nth-child(3):before {
        right: calc(33.33% + 1.2rem); }
      .steps-controller__step:nth-child(2):before {
        right: auto;
        left: 2rem; } }

/*  Order promo
    -------------------------------------------------------------------------- */
.order-info-promo {
  max-width: 63.8rem;
  padding-bottom: 2.2rem;
  position: relative;
  margin: 0 auto; }
  .order-info-promo:after {
    content: "";
    display: block;
    width: 8rem;
    height: 10.6rem;
    position: absolute;
    right: 1rem;
    bottom: 0;
    background: url("/assets-images/order-info-promo_decoration.png") no-repeat center center; }
  .order-info-promo__wrapper {
    border-radius: 1.2rem;
    padding: 2.6rem 11.1rem 4.4rem;
    background-color: #fff;
    border: 2px solid #000; }
  .order-info-promo__title {
    margin: 0 0 3rem; }
  .order-info-promo__img {
    display: block;
    margin: 0 auto; }
  .order-info-promo__content {
    max-width: 36rem;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #000;
    line-height: 2rem;
    text-align: center; }
  @media screen and (max-width: 52.5em) {
    .order-info-promo {
      padding-bottom: 1.2rem; }
      .order-info-promo:after {
        width: 4.5rem;
        height: 6rem;
        position: absolute;
        right: 1.8rem;
        background-size: 100%; }
      .order-info-promo__wrapper {
        padding: 1rem 2.1rem 3rem; }
      .order-info-promo__title {
        margin-bottom: 1.8rem; }
      .order-info-promo__img {
        height: 2.1rem; }
      .order-info-promo__content {
        padding: 0 4.2rem;
        font-size: 1.4rem;
        line-height: 1.6rem; } }

/*  Order info details
    -------------------------------------------------------------------------- */
.order-info-details {
  padding: 1.7rem 0;
  width: 100%;
  position: relative; }
  .order-info-details:after, .order-info-details:before {
    content: '';
    display: block;
    height: 1.7rem;
    width: 100%;
    background: url("/assets-images/order-info-details_decoration.png") repeat-x top left;
    position: absolute;
    left: 0; }
  .order-info-details:before {
    top: 0;
    transform: rotate(180deg);
    background-position: top right; }
  .order-info-details:after {
    bottom: 0; }
  .order-info-details_open .order-info-details__details {
    display: flex; }
  .order-info-details_open .order-info-details__summary {
    display: none; }
  .order-info-details_open .order-info-details__show {
    display: none; }
  .order-info-details_open .order-info-details__controls .order-info-details__hide {
    display: inline; }
  .order-info-details__wrapper {
    padding: 8rem 0;
    background-color: #fff; }
  .order-info-details__summary {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem; }
    .order-info-details__summary .order-info-details__text {
      display: none; }
  .order-info-details__details {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7rem; }
    .order-info-details__details .order-info-details__button {
      margin-top: 0; }
  .order-info-details__text {
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center; }
  .order-info-details__tab {
    font-family: "Oswald", Helvetica, sans-serif;
    color: #000;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 4.3rem;
    display: inline-flex;
    text-transform: uppercase;
    padding: 0 1rem;
    border: 1px solid #000;
    border-radius: .7rem;
    background: linear-gradient(180deg, #E87B81 0%, #EC7A34 100%);
    overflow: hidden; }
  .order-info-details__controls {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.6rem; }
    .order-info-details__controls .order-info-details__hide,
    .order-info-details__controls .order-info-details__show {
      text-decoration: underline; }
    .order-info-details__controls .order-info-details__hide {
      display: none; }
  @media screen and (max-width: 52.5em) {
    .order-info-details {
      padding: 1rem 0; }
      .order-info-details__wrapper {
        padding: 3.5rem 0 3.8rem; }
      .order-info-details__summary {
        margin-bottom: 1.5rem; }
      .order-info-details__details {
        margin-bottom: 3.5rem; }
      .order-info-details__text {
        font-size: 1.6rem; }
      .order-info-details__button {
        margin-top: .7rem;
        font-size: 2.4rem;
        line-height: 2.6rem;
        padding: 0 .2rem; }
      .order-info-details:after, .order-info-details:before {
        height: 1rem;
        background-size: 2.3rem 1rem; } }

/*  Order details
    -------------------------------------------------------------------------- */
.order-details {
  margin: 8rem auto 0;
  max-width: 42rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0 1rem;
  box-sizing: border-box; }
  .order-details__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
  .order-details__name {
    display: block; }
  .order-details__price {
    min-width: 7rem;
    text-align: right; }
  .order-details__footer .order-details__item {
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: 0;
    border-top: 1px dotted #000; }
    .order-details__footer .order-details__item_total {
      border-bottom: 1px dotted #000; }
  @media screen and (max-width: 52.5em) {
    .order-details {
      font-size: 1.6rem;
      line-height: 2rem;
      margin-top: 2.5rem; } }

/*  Order tip
    -------------------------------------------------------------------------- */
.order-tip__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem; }
.order-tip__link {
  display: inline-block;
  text-decoration: none; }
.order-tip__img {
  display: block; }
.order-tip__description {
  color: #000;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center; }
@media screen and (max-width: 52.5em) {
  .order-tip__wrapper {
    gap: 1.8rem; }
  .order-tip__img {
    max-width: 13.7rem; }
  .order-tip__description {
    font-size: 1.6rem; } }

/*  Order feedback
    -------------------------------------------------------------------------- */
.order-feedback {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 5.4rem 0;
  border-bottom: dotted 1px #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .order-feedback__title {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 5rem;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5.4rem;
    border-bottom: dotted 1px #000;
    width: 100%;
    margin-bottom: 5.4rem; }
  .order-feedback__message {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    max-width: 46.3rem; }
  .order-feedback__link {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 4rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    margin-top: 3rem;
    display: inline-flex; }
  .order-feedback__redirection {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  @media screen and (max-width: 52.5em) {
    .order-feedback {
      padding: 2.5rem 0 3rem; }
      .order-feedback__title {
        font-size: 3rem;
        line-height: 3.1rem;
        padding-bottom: 3rem; }
        .order-feedback__title + .order-feedback__message {
          padding-top: 2.5rem; }
      .order-feedback__message {
        font-size: 1.6rem; }
      .order-feedback__redirection {
        padding-top: 4rem; }
      .order-feedback__link {
        margin-top: .5rem;
        font-size: 2rem;
        line-height: 3.2rem; } }

/*  Order feedback rate
    -------------------------------------------------------------------------- */
.feedback-rate {
  padding: 5.4rem 0;
  display: flex;
  justify-content: center;
  gap: 1.8rem; }
  .feedback-rate__star {
    display: flex;
    width: 7.3rem;
    height: 7rem;
    justify-content: center;
    align-items: center;
    background: url("/assets-images/order_tracking_stars_sprite.png") center left -7.3rem no-repeat; }
  .feedback-rate[data-rate="1"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="2"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="3"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="2"] .feedback-rate__item:nth-child(2) .feedback-rate__star, .feedback-rate[data-rate="3"] .feedback-rate__item:nth-child(2) .feedback-rate__star, .feedback-rate[data-rate="3"] .feedback-rate__item:nth-child(3) .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:nth-child(2) .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:nth-child(3) .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:nth-child(4) .feedback-rate__star, .feedback-rate[data-rate="5"] .feedback-rate__star {
    background: url("/assets-images/order_tracking_stars_sprite.png") center left no-repeat; }
    @media screen and (max-width: 52.5em) {
      .feedback-rate[data-rate="1"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="2"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="3"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:first-child .feedback-rate__star, .feedback-rate[data-rate="2"] .feedback-rate__item:nth-child(2) .feedback-rate__star, .feedback-rate[data-rate="3"] .feedback-rate__item:nth-child(2) .feedback-rate__star, .feedback-rate[data-rate="3"] .feedback-rate__item:nth-child(3) .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:nth-child(2) .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:nth-child(3) .feedback-rate__star, .feedback-rate[data-rate="4"] .feedback-rate__item:nth-child(4) .feedback-rate__star, .feedback-rate[data-rate="5"] .feedback-rate__star {
        background-size: auto 4.5rem; } }
  .feedback-rate[data-rate="1"] ~ .order-feedback__redirection_feedback-poor, .feedback-rate[data-rate="2"] ~ .order-feedback__redirection_feedback-poor, .feedback-rate[data-rate="3"] ~ .order-feedback__redirection_feedback-poor, .feedback-rate[data-rate="4"] ~ .order-feedback__redirection_feedback-top, .feedback-rate[data-rate="5"] ~ .order-feedback__redirection_feedback-top {
    display: flex; }
  @media screen and (max-width: 52.5em) {
    .feedback-rate {
      padding: 3rem 0 0;
      gap: 1.2rem; }
      .feedback-rate__star {
        width: 4.7rem;
        height: 4.5rem;
        background-size: auto 4.5rem;
        background-position: left -4.7rem center; } }

.goto-feedback__image {
  display: block;
  margin: 0 auto; }
@media screen and (max-width: 52.5em) {
  .goto-feedback__image {
    max-width: 21rem; } }

/*  Order referral
    -------------------------------------------------------------------------- */
.order-referral__wrapper {
  padding: 8.5rem 0;
  max-width: 76rem;
  margin: 0 auto;
  text-align: center; }
.order-referral__link {
  display: inline-flex; }
.order-referral__img {
  display: block; }
  .order-referral__img_mobile {
    display: none; }
.order-referral__promotional {
  margin: -1rem auto 0;
  max-width: 50rem;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center; }
@media screen and (max-width: 52.5em) {
  .order-referral__img {
    display: none; }
    .order-referral__img_mobile {
      display: block; }
  .order-referral__promotional {
    margin-top: 0;
    font-size: 1.6rem; }
  .order-referral__wrapper {
    padding: 2.4rem 0; } }

/*  Order loyalty
    -------------------------------------------------------------------------- */
.accordion + .order-loyalty,
.accordion + .order-info__row_referral {
  margin-top: 4.5rem; }

.order-loyalty {
  position: relative;
  padding: 4.5rem 0; }
  .order-loyalty__link {
    text-decoration: none;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 3.6rem;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto; }
  .order-loyalty__img {
    display: block;
    flex-shrink: 0; }
  @media screen and (max-width: 52.5em) {
    .order-loyalty {
      padding: 3.2rem 0; }
      .order-loyalty__link {
        padding: 0;
        gap: 2rem; } }
  @media screen and (max-width: 35em) {
    .order-loyalty__link {
      flex-direction: column; } }

.order-loyalty-message {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000; }
  @media screen and (max-width: 52.5em) {
    .order-loyalty-message {
      font-size: 1.6rem; } }
  @media screen and (max-width: 35em) {
    .order-loyalty-message {
      text-align: center; } }

.order-loyalty__slices {
  width: 18.8rem;
  height: 19.1rem;
  position: relative;
  flex-shrink: 0;
  position: relative;
  background: url(/assets-images/order_loyalty_slices.png) top left;
  background-size: 18.8rem 19.1rem;
  transform: rotate(-90deg); }
  .order-loyalty__slices:before {
    display: block;
    content: '';
    width: 18.8rem;
    height: 19.1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets-images/order_loyalty_slices_green_sprite.png) top left;
    background-size: 169.2rem 19.1rem;
    z-index: -1; }
  .order-loyalty__slices[data-slices-green]:before, .order-loyalty__slices[data-slices-green="0"]:before {
    background-position: -131.6rem 0; }
  .order-loyalty__slices[data-slices-green="1"]:before {
    background-position: -112.8rem 0; }
  .order-loyalty__slices[data-slices-green="2"]:before {
    background-position: -94rem 0; }
  .order-loyalty__slices[data-slices-green="3"]:before {
    background-position: -75.2rem 0; }
  .order-loyalty__slices[data-slices-green="4"]:before {
    background-position: -56.4rem 0; }
  .order-loyalty__slices[data-slices-green="5"]:before {
    background-position: -37.6rem 0; }
  .order-loyalty__slices[data-slices-green="6"]:before {
    background-position: -18.8rem 0; }
  .order-loyalty__slices[data-slices-green="7"]:before {
    background-position: 0 0; }
  .order-loyalty__slices[data-slices-green="8"]:before {
    background-position: -150.4rem 0; }
  .order-loyalty__slices:after {
    content: '';
    background: url(/assets-images/order_loyalty_slices_sprite.png) top left;
    z-index: 2;
    background-size: 150.4rem 19.1rem;
    width: 18.8rem;
    height: 19.1rem;
    top: 0;
    left: 0;
    position: absolute; }
  .order-loyalty__slices[data-slices]:after, .order-loyalty__slices[data-slices="8"]:after {
    background-position: -131.6rem 0; }
  .order-loyalty__slices[data-slices="0"]:after {
    background: none; }
  .order-loyalty__slices[data-slices="1"]:after {
    background-position: 0 0; }
  .order-loyalty__slices[data-slices="2"]:after {
    background-position: -18.8rem 0; }
  .order-loyalty__slices[data-slices="3"]:after {
    background-position: -37.6rem 0; }
  .order-loyalty__slices[data-slices="4"]:after {
    background-position: -56.4rem 0; }
  .order-loyalty__slices[data-slices="5"]:after {
    background-position: -75.2rem 0; }
  .order-loyalty__slices[data-slices="6"]:after {
    background-position: -94rem 0; }
  .order-loyalty__slices[data-slices="7"]:after {
    background-position: -112.8rem 0; }

.info-carousel {
  overflow: hidden;
  /* Case when we have 2 slides */
  /* Case when we have 3 slides */ }
  .info-carousel__slider {
    display: flex;
    align-items: center;
    width: 100%; }
  .info-carousel__slide {
    flex: 1 0 100%;
    box-sizing: border-box;
    text-align: center; }
  .info-carousel__slider:has(.info-carousel__slide:nth-child(2):not(.info-carousel__slide_clone)) {
    width: 200%;
    /* Adjust duration according to the number of slides and speed */
    animation: slideDouble 9s infinite; }
    .info-carousel__slider:has(.info-carousel__slide:nth-child(2):not(.info-carousel__slide_clone)) .info-carousel__slide {
      flex: 1 0 50%; }
  .info-carousel__slider:has(.info-carousel__slide:nth-child(3):not(.info-carousel__slide_clone)) {
    width: 300%;
    /* Adjust duration according to the number of slides and speed */
    animation: slideTriple 18s infinite; }
    .info-carousel__slider:has(.info-carousel__slide:nth-child(3):not(.info-carousel__slide_clone)) .info-carousel__slide {
      flex: 1 0 calc(100% / 3); }
  .info-carousel__text {
    display: block;
    max-width: 100%; }

@keyframes slideDouble {
  0% {
    transform: translateX(0%); }
  22.5% {
    transform: translateX(0%); }
  27.5% {
    transform: translateX(-50%); }
  72.5% {
    transform: translateX(-50%); }
  77.5% {
    transform: translateX(-100%); }
  99.99% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@keyframes slideTriple {
  0% {
    transform: translateX(0%); }
  14.665% {
    transform: translateX(0%); }
  18.665% {
    transform: translateX(-33.33%); }
  47.995% {
    transform: translateX(-33.33%); }
  51.995% {
    transform: translateX(-66.66%); }
  81.325% {
    transform: translateX(-66.66%); }
  85.325% {
    transform: translateX(-100%); }
  99.99% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
/* --------------------------------------------------------------------------
   DELIVERY POINTS
   -------------------------------------------------------------------------- */
.index-locator_delivery-points {
  width: 100%;
  max-width: 48rem; }
  .index-locator_delivery-points .index-locator__wrapper {
    width: 100%; }
.index-locator_google .locator__title {
  padding-top: 1.5rem; }

.locator__methods_delivery-points,
.index-locator__methods_delivery-points {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.5rem; }
  .locator__methods_delivery-points:before, .locator__methods_delivery-points:after,
  .index-locator__methods_delivery-points:before,
  .index-locator__methods_delivery-points:after {
    display: none; }
  .locator__methods_delivery-points .order-info__feedback,
  .index-locator__methods_delivery-points .order-info__feedback {
    display: flex; }
  .locator__methods_delivery-points .locator__method,
  .locator__methods_delivery-points .index-locator__method,
  .index-locator__methods_delivery-points .locator__method,
  .index-locator__methods_delivery-points .index-locator__method {
    width: 100%;
    flex-grow: 1;
    border: solid 1px #ff3632;
    box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
  @media screen and (max-width: 32.5em) {
    .locator__methods_delivery-points .locator__method-name,
    .locator__methods_delivery-points .index-locator__method-name,
    .index-locator__methods_delivery-points .locator__method-name,
    .index-locator__methods_delivery-points .index-locator__method-name {
      white-space: nowrap;
      font-size: 1.4rem; } }

[data-locator-selected-method="delivery-points"] .locator__restaurants,
[data-locator-selected-method="delivery-points"] .index-locator__restaurants {
  display: none !important; }

.locator__delivery-points {
  display: none; }

[data-locator-selected-method="delivery-points"] .locator__delivery-points {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  gap: 1rem; }

.delivery-points__search {
  display: none; }
.delivery-points__container {
  display: flex;
  flex-direction: column;
  /*gap: 1rem;
  overflow-y: auto;
  max-height: 12rem;*/ }
  .delivery-points__container_disabled {
    pointer-events: none;
    opacity: .5; }

.delivery-point {
  background-color: #f1f1f1;
  padding: 3.7rem 3.9rem 4.2rem;
  border-top: none;
  box-shadow: 1.06px 1.696px 1px rgba(0, 0, 0, 0.23);
  margin-bottom: .6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem; }
  .delivery-point__title {
    font-size: 3.4rem;
    font-family: "Oswald", Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 4.8rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 52.5em) {
      .delivery-point__title {
        font-size: 3rem; } }
    @media screen and (max-width: 45em) {
      .delivery-point__title {
        margin-top: 0;
        padding: 0; } }
    @media screen and (max-width: 26.25em) {
      .delivery-point__title {
        text-align: center; } }
  .delivery-point__button {
    color: #fff;
    background-color: #ff3632;
    border: none;
    padding: 0 3.6rem;
    border-radius: 0;
    z-index: 1;
    position: relative;
    font-size: 2.8rem;
    font-family: "Oswald", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 4.8rem;
    height: auto;
    transition: background-color .2s ease, color .2s ease;
    min-width: 14.8rem;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
    .delivery-point__button:hover {
      color: #fff;
      background-color: #ff3632; }
    @media screen and (max-width: 52.5em) {
      .delivery-point__button {
        font-size: 2.4rem; } }
  @media screen and (max-width: 26.25em) {
    .delivery-point {
      flex-direction: column;
      align-items: center; } }

.delivery-point-info__ordering {
  font-size: 1.8rem;
  line-height: 2.4rem;
  box-sizing: border-box;
  padding: .7rem 1rem;
  text-align: center;
  text-transform: capitalize;
  background-color: #DBDADA;
  margin-bottom: 3rem; }
.delivery-point-info__shop-name {
  text-transform: uppercase; }
.delivery-point-info__text {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center; }
  .delivery-point-info__text_address {
    text-transform: uppercase;
    line-height: 4rem;
    margin-bottom: 2rem; }
.delivery-point-info__point-name {
  font-family: "RedgarClean", Helvetica, sans-serif;
  font-size: 4.8rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
  color: #FF332E;
  font-weight: 400; }
.delivery-point-info__logo {
  display: block;
  margin: 2rem auto; }
.delivery-point-info__change-location {
  display: flex;
  justify-content: center; }
.delivery-point-info__link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  line-height: 2.4rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0 1.4rem;
  background-color: #FF3632;
  border-radius: .3rem;
  box-shadow: 1.59px 2.544px 2px rgba(0, 0, 0, 0.24); }
@media screen and (max-width: 60em) {
  .delivery-point-info__ordering {
    font-size: 1.6rem;
    margin-bottom: 2.5rem; }
  .delivery-point-info__text {
    font-size: 1.6rem;
    line-height: 2rem; }
    .delivery-point-info__text_address {
      margin-bottom: 3rem; }
  .delivery-point-info__point-name {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem; }
  .delivery-point-info__link {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0 .5rem; } }

.page_thank_you:has(.content_order-tracking) {
  background: linear-gradient(180deg, #E87B81 0%, #E78432 100%); }
  .page_thank_you:has(.content_order-tracking) .checkout-navigation {
    display: none; }
  .page_thank_you:has(.content_order-tracking) .content {
    padding-top: 14rem; }
  @media screen and (max-width: 52.5em) {
    .page_thank_you:has(.content_order-tracking) .content {
      padding-top: 6.2rem;
      padding-bottom: 2rem; } }

.content_order-tracking .content__main {
  max-width: none; }
.content_order-tracking .checkout__section {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }
.content_order-tracking .checkout__header {
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  border-bottom: 1px dotted #000; }
.content_order-tracking .checkout__title {
  max-width: 33.5rem;
  text-align: center;
  color: #000;
  font-size: 5.3rem;
  line-height: 5.7rem;
  margin-left: auto;
  margin-right: auto; }
.content_order-tracking .checkout-confirm {
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 13rem; }
  .content_order-tracking .checkout-confirm__content, .content_order-tracking .checkout-confirm__title {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #000; }
    .content_order-tracking .checkout-confirm__content a, .content_order-tracking .checkout-confirm__title a {
      color: #000;
      font-family: "Inconsolata", monospace;
      font-size: 1.6rem;
      line-height: 1.8rem;
      letter-spacing: 0;
      text-transform: uppercase;
      text-decoration: underline; }
      .content_order-tracking .checkout-confirm__content a:hover, .content_order-tracking .checkout-confirm__title a:hover {
        text-decoration: none; }
.content_order-tracking .form-buttons {
  text-align: center; }
  .content_order-tracking .form-buttons__link {
    font-family: "RedgarClean", Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    float: none;
    color: #000; }
    .content_order-tracking .form-buttons__link:hover {
      text-decoration: none; }
@media screen and (max-width: 52.5em) {
  .content_order-tracking .checkout__header {
    padding-bottom: 0;
    border-bottom: none; }
  .content_order-tracking .checkout__title {
    font-size: 5rem;
    line-height: 5rem; }
  .content_order-tracking .checkout-confirm {
    padding-bottom: 6rem; }
    .content_order-tracking .checkout-confirm__content, .content_order-tracking .checkout-confirm__title {
      font-size: 1.6rem; }
      .content_order-tracking .checkout-confirm__content a, .content_order-tracking .checkout-confirm__title a {
        font-size: 1.6rem; } }

.hybrid_app .burger-menu {
  display: none; }
@media screen and (max-width: 52.5em) {
  .hybrid_app .header__burger-menu--app-visible .burger-menu {
    display: block; } }
