/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #585857;
  font-size: 16px;
  line-height: 1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

::selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   JLo's Kitchen
   ========================================================================== */

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

html {
  color: #000;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

html.with-fancybox {
  scroll-behavior: auto;
}

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

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

* {
  font-variant-ligatures: none;
}

body, input, textarea {
  font-family: '718 Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

ul {
  list-style: none;
}

button,
a {
  transition: all 0.25s;
}

.container {
  max-width: 1044px; /* 964px */
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.header__brand {
  width: 120px;
}

.header__follow,
.header__actions {
  width: calc(50% - 60px);
}

.header__follow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__follow > a {
  display: block;
  margin-right: 28px;
}

.header__follow > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  font-family: '718', sans-serif;
  font-weight: bold;
}

.header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__actions > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  margin-right: 28px;
}

.header__actions > span a {
  font-family: '718', sans-serif;
  font-weight: bold;
}

.header__actions > a {
  display: block;
  padding: 12px 20px 10px;
  border: 2px solid #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  font-family: '718', sans-serif;
  font-weight: bold;
}

.header__actions > a:hover {
  background-color: #000;
  color: #fff;
}

main,
section {
  margin-bottom: 40px;
}

.main {
  border: 2px solid #000;
}

.order__heading,
.order__confirm__heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  margin-bottom: 40px;
}

.order__heading > h2,
.order__confirm__heading > h2 {
  font-size: 1.5rem;
  font-family: '718', sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.order__nav {
  border: 2px solid #000;
}

.order__nav ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background-color: #000;
  grid-gap: 2px;
}

.order__nav ul li a {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-family: '718', sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  padding: 20px 20px 18px;
  text-transform: uppercase;
  background-color: #fff;
}

.order__nav ul li a:hover,
.order__nav ul li a.active {
  background-color: #000;
  color: #fff;
}

.category {
  display: none;
  border: 2px solid #000;
  border-top: 0;
}

.category__columns {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background-color: #000;
  grid-gap: 2px;
}

.category__columns__diet {
  background-color: #fff;
  padding: 28px;
}

.category__columns__diet h4 {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  font-family: '718', sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
}

.category__columns__products {
  grid-column: span 3;
  background-color: #fff;
  padding: 28px;
}

.category__columns__products > h3 {
  font-size: 1.5rem;
  font-family: '718', sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.key {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

.key > div:nth-of-type(1),
.product__main > div:nth-of-type(1) {
  width: calc(100% - 228px);
  margin-right: 20px;
}

.key > div:nth-of-type(2),
.product__main > div:nth-of-type(2) {
  width: 64px;
  margin-right: 20px;
}

.key > div:nth-of-type(3),
.product__main > div:nth-of-type(3) {
  width: 124px;
}

.key > div {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  font-family: '718', sans-serif;
  font-weight: bold;
}

.product {
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 28px;
}

.product > div:last-of-type {
  margin-bottom: 0;
}

.product:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.product__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product__main h4 {
  font-size: 1.125rem;
  letter-spacing: 0.0125em;
  font-family: '718', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.product__main > div:nth-of-type(1) h4 {
  margin-bottom: 4px;
}

.product__main p {
  font-size: 0.75rem;
  font-family: 'Inter', sans-serif;
  line-height: 1.75;
}

.product__main input[type=number] {
  display: block;
  width: 64px;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #000;
  text-align: center;
  font-size: 1rem;
  font-family: '718', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 0 9px 12px;
}

.product__main button,
.basket__summary button {
  display: block;
  width: 60px;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.0125em;
  font-family: '718', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.product__variant,
.product__fillings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product__variant > div:nth-of-type(1),
.product__fillings > div:nth-of-type(1) {
  margin-right: 20px;
  width: 120px;
}

.product__variant > div:nth-of-type(2),
.product__fillings > div:nth-of-type(2) {
  flex-grow: 1;
}

.product__variant > div:nth-of-type(2) select {
  width: 100%;
}

.pure-form label {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.0125em;
  font-family: '718', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pure-form label span {
  text-transform: none;
}

.basket__summary > div:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}

.basket__summary > div:nth-of-type(3) button {
  width: auto;
  height: 40px;
  font-size: 0.875rem;
  padding: 12px 20px 10px;
  border-color: #fff;
}

.basket__summary > div:nth-of-type(3) button:first-of-type {
  background-color: #fff;
  color: #000;
  margin-right: 20px;
}

.basket__summary > div:nth-of-type(3) button:last-of-type {
  margin-right: 0;
}

.product__main > div:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order__confirm {
  border: 2px solid #000;
  border-top: 0;
  padding: 40px;
}

.order__confirm__basket {
  border: 2px solid #000;
}

.basket__items {
  padding: 40px;
  border-bottom: 2px solid #000;
}

.basket__items h3,
.basket__dateTime h3,
.basket__summary h3 {
  font-size: 1rem;
  letter-spacing: 0.0125em;
  font-family: '718', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.basket__summary h3 {
  font-size: 1.5rem;
}

.basket__summary h3,
.basket__summary p {
  color: #fff;
}

.basket__dateTime {
  padding: 40px;
}

.basket__summary {
  padding: 40px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.items__item {
  border-bottom: 1px dashed #000;
  padding: 8px 0 6px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.items__item div:nth-of-type(1),
.items__item div:nth-of-type(3) {
  font-size: 0.875rem;
  letter-spacing: 0.0125em;
  font-family: '718', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
  line-height: 1.5;
}

.items__item div span {
  text-transform: none;
}

.items__item div:nth-of-type(2) {
  font-size: 0.75rem;
  line-height: 1.75;
  margin-right: 20px;
}

.items__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  margin-left: auto;
}

.items__item > a:hover {
  background-color: firebrick;
}

.fillings {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.fillings > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fillings > div span {
  display: block;
  font-size: 0.875rem;
}









footer {
  height: 240px;
  border-top: 2px solid #000;
}