.u-text-center {
  text-align: center !important;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
}

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

img {
  vertical-align: middle;
}

body {
  background-color: #fafafa;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container {
  max-width: 114rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 56.25em) {
  .container {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .container {
    padding: 0 2.4rem;
  }
}

/* manrope-regular - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/manrope-v4-latin-regular.woff2") format("woff2"), url("../../fonts/manrope-v4-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-500 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/manrope-v4-latin-500.woff2") format("woff2"), url("../../fonts/manrope-v4-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* manrope-700 - latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/manrope-v4-latin-700.woff2") format("woff2"), url("../../fonts/manrope-v4-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Manrope', sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.primary-heading {
  font-weight: bold;
  font-size: 5.6rem;
  line-height: 5.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.secondary-heading {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.4rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.tertiary-heading {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.text {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.text--light {
  color: rgba(255, 255, 255, 0.75);
}

.status {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.status--active {
  color: #d87d4a;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  background-color: #d87d4a;
  border: 1px solid transparent;
  width: 16rem;
  padding: 1.5rem 0;
  transition: all .3s ease;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.btn:hover {
  background-color: #fbaf85;
}

.btn--dark {
  background-color: #000;
  color: #fff;
}

.btn--dark:hover {
  background-color: #4c4c4c;
  color: #fff;
}

.btn--light {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn--light:hover {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
}

.btn--min {
  text-align: unset;
  width: unset;
  padding: unset;
  position: relative;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.btn--min::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 1rem;
  background-image: url(../../images/i-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
  margin-left: 1rem;
}

.btn-add {
  display: inline-block;
  background-color: #f1f1f1;
  width: 12rem;
  padding: 1.5rem 0;
  margin-right: 1.6rem;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.btn-minus {
  display: inline-block;
  background-color: #b5b5b5;
  width: 7px;
  height: 1.5px;
  margin-right: 2.5rem;
  margin-bottom: 4px;
  transition: all .3s ease;
  cursor: pointer;
}

.btn-minus:hover {
  background-color: #d87d4a;
}

.btn-plus {
  display: inline-block;
  background-color: #b5b5b5;
  width: 7px;
  height: 1.5px;
  position: relative;
  margin-left: 2.5rem;
  margin-bottom: 4px;
  transition: all .3s ease;
  cursor: pointer;
}

.btn-plus:hover, .btn-plus:hover::before {
  background-color: #d87d4a;
}

.btn-plus::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 1.5px;
  background-color: #b5b5b5;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: all .3s ease;
}

.cards {
  margin-top: 24rem;
}

@media only screen and (max-width: 56.25em) {
  .cards {
    margin-top: 17rem;
  }
}

.shop-cards__inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .shop-cards__inner {
    flex-direction: column;
    align-items: center;
  }
}

.shop-card__link {
  transition: all .3s ease;
  text-decoration: none;
  width: 35rem;
  border-radius: 8px;
  background-color: #f1f1f1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.2rem;
}

.shop-card__link:hover {
  box-shadow: 0 3px 12px 3px rgba(0, 0, 0, 0.2);
}

.shop-card__link:hover .btn--min {
  color: #d87d4a;
  background-color: transparent;
}

@media only screen and (max-width: 1100px) {
  .shop-card__link {
    width: 28rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .shop-card__link {
    width: 22.3rem;
  }
}

@media only screen and (max-width: 750px) {
  .shop-card__link {
    width: 100%;
  }
  .shop-card__link:not(:first-child) {
    margin-top: 9rem;
  }
}

.shop-card__img {
  margin: 0 auto;
  margin-top: -6rem;
}

@media only screen and (max-width: 37.5em) {
  .shop-card__img {
    margin-top: -5rem;
  }
}

.shop-card__heading {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.5rem;
}

.footer {
  background-color: #101010;
  padding: 7.5rem 4.8rem;
}

@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 6rem 0 4.6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer {
    text-align: center;
    padding: 4.8rem 0 3.8rem;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.footer-inner::before {
  display: inline-block;
  content: "";
  width: 10.1rem;
  height: 4px;
  position: absolute;
  background-color: #d87d4a;
  top: -7.5rem;
  left: 0;
}

@media only screen and (max-width: 56.25em) {
  .footer-inner::before {
    top: -6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-inner::before {
    top: -4.8rem;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 56.25em) {
  .footer-nav {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-nav {
    margin-top: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-list {
    margin-top: 4.8rem;
    flex-direction: column;
    align-items: center;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .footer-top {
    flex-direction: column;
  }
}

.footer__text {
  margin-top: 3.6rem;
  color: rgba(255, 255, 255, 0.5);
  max-width: 54rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__text {
    margin-top: 3.2rem;
    max-width: 69rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer__text {
    margin-top: 4.8rem;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .footer-bottom {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

.footer-bottom__copy {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-top: 5.6rem;
}

@media only screen and (max-width: 56.25em) {
  .footer-bottom__copy {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer-bottom__copy {
    margin: 4.8rem 0;
  }
}

.social__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease;
}

.social__link:not(:last-child) {
  margin-right: 1.6rem;
}

.social__link:hover {
  color: #d87d4a;
}

.checkout {
  margin-bottom: 14rem;
}

@media only screen and (max-width: 56.25em) {
  .checkout {
    margin-bottom: 11.6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .checkout {
    margin-bottom: 9.7rem;
  }
}

.checkout .btn--back {
  margin-top: 8rem;
}

@media only screen and (max-width: 37.5em) {
  .checkout .btn--back {
    margin-top: 11rem;
  }
}

.checkout-form {
  max-width: 73rem;
  background-color: #fff;
  border-radius: 8px;
  padding: 5.4rem 4.8rem 4.8rem;
  width: 100%;
}

@media only screen and (max-width: 56.25em) {
  .checkout-form {
    max-width: 100%;
    padding: 3rem 2.8rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .checkout-form {
    padding: 2.4rem;
  }
}

.form {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .form {
    flex-direction: column;
  }
}

.form__heading {
  margin-bottom: 4rem;
}

.form__block {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.form__block:not(:last-child) {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 37.5em) {
  .form__block:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.form__subtitle {
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d87d4a;
  margin-bottom: 1.6rem;
}

.form__label {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.2px;
  color: #000;
  margin-bottom: 9px;
}

.form__input {
  display: block;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  padding: 1.8rem 2.4rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: -0.25px;
  color: #000;
  outline: none;
  transition: all .3s ease;
}

.form__input:hover {
  border-color: #d87d4a;
}

.form__input:focus {
  border-color: #d87d4a;
}

.form__input:invalid {
  border: 1px solid #CD2C2C;
}

.form__input::placeholder {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: -0.25px;
  color: rgba(0, 0, 0, 0.4);
}

.form-group {
  max-width: 30.9rem;
  width: 100%;
}

.form-group:not(:last-child) {
  margin-bottom: 2.4rem;
}

.form-group__radio {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .form-group__radio {
    flex-direction: column;
  }
}

.form-group__address {
  width: 100%;
  margin-bottom: 2.4rem;
}

.form-radio {
  display: flex;
  flex-direction: column;
  max-width: 30.9rem;
  width: 100%;
}

.form-radio__label {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.25px;
  color: #000;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  max-width: 30.9rem;
  width: 100%;
  padding: 1.8rem 1.6rem;
  transition: all .3s ease;
}

.form-radio__label:not(:last-child) {
  margin-bottom: 1.6rem;
}

.form-radio__label:last-child {
  margin-bottom: 2.4rem;
}

.form-radio__label:hover {
  cursor: pointer;
  border: 1px solid #d87d4a;
}

.form-radio__input {
  display: none;
}

.form-radio__input:checked + .form-radio__label .radio-btn::after {
  opacity: 1;
}

.form-radio__input:checked + .form-radio__label {
  border: 1px solid #d87d4a;
}

.radio-btn {
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  margin-right: 1.6rem;
  align-items: center;
  justify-content: center;
}

.radio-btn::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #d87d4a;
  border-radius: 50%;
  opacity: 0;
}

.summary {
  padding: 3.2rem 3.3rem;
  background-color: #fff;
  max-width: 35rem;
  min-height: 61.2rem;
  height: 100%;
  border-radius: 8px;
  width: 100%;
  margin-left: 1.5rem;
}

@media only screen and (max-width: 56.25em) {
  .summary {
    margin-left: 0;
    max-width: 100%;
    margin-top: 3.2rem;
  }
}

.summary .btn {
  cursor: pointer;
}

.summary-product__value {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
}

.summary-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.summary-grand {
  margin-top: 2.4rem;
}

.summary-grand__price {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #d87d4a;
}

.order-info {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.order-info__popup {
  max-width: 54rem;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 4.8rem;
}

@media only screen and (max-width: 37.5em) {
  .order-info__popup {
    max-width: 33rem;
    padding: 3.2rem;
    margin-top: 100px;
  }
}

.popup {
  position: relative;
}

.popup::before {
  display: inline-block;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  background-image: url(../../images/i-tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.popup__heading {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
  margin-top: 3.3rem;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 37.5em) {
  .popup__heading {
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 1px;
    margin-top: 2.3rem;
    margin-bottom: 1.6rem;
  }
}

.popup__text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 3.3rem;
}

@media only screen and (max-width: 37.5em) {
  .popup__text {
    margin-bottom: 2.4rem;
  }
}

.popup__btn {
  width: 100%;
  margin-top: 4.5rem;
}

@media only screen and (max-width: 37.5em) {
  .popup__btn {
    margin-top: 2.3rem;
  }
}

.popup-info {
  display: flex;
  justify-content: space-between;
  max-width: 44.4rem;
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .popup-info {
    flex-direction: column;
  }
}

.popup-product {
  background: #F1F1F1;
  border-radius: 8px 0 0 8px;
  width: 100%;
  padding: 2.4rem;
}

@media only screen and (max-width: 37.5em) {
  .popup-product {
    border-radius: 8px 8px 0 0;
  }
}

.popup-product__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1.2rem;
}

.popup-product__name {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.popup-product__price {
  opacity: 0.5;
}

.popup-product__value {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.popup-product__text {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.214286px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 1.2rem;
}

.popup-product__total {
  background-color: #000;
  width: 32rem;
  border-radius: 0px 8px 8px 0px;
  padding: 4.1rem 3.2rem;
}

@media only screen and (max-width: 37.5em) {
  .popup-product__total {
    border-radius: 0 0 8px 8px;
    width: 100%;
    padding: 1.5rem 2.4rem 1.9rem;
  }
}

.popup-product__total-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.popup-product__total-price {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

#order_info:target {
  display: flex;
}

.logo {
  transition: all .3s ease;
}

.logo:hover {
  opacity: .8;
}

.logo:active {
  opacity: .6;
}

.burger-menu {
  display: none;
  width: 1.6rem;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.burger-menu::before, .burger-menu::after {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 3px;
  position: absolute;
  background-color: #fff;
}

.burger-menu::before {
  top: 6px;
}

.burger-menu::after {
  top: -6px;
}

@media only screen and (max-width: 56.25em) {
  .burger-menu {
    display: inline-block;
    margin-right: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .burger-menu {
    margin-right: auto;
  }
}

.menu-container {
  position: fixed;
  display: none;
  top: 9rem;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.menu-container.show {
  display: block;
}

@media only screen and (max-width: 37.5em) {
  .menu-container {
    overflow: hidden;
  }
}

.menu {
  background-color: #fff;
  width: 100%;
  padding-top: 11.6rem;
  height: 0;
  transform: translateY(-100%);
  transform: translateY(9rem);
  min-height: 400px;
}

.menu.show {
  transform: translateY(0);
}

@media only screen and (max-width: 750px) {
  .menu {
    height: 100%;
  }
}

.header {
  background-color: #131313;
  z-index: 9999;
}

.header--black {
  background-color: #000;
}

@media only screen and (max-width: 56.25em) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 56.25em) {
  .header-inner {
    padding: 3.2rem 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .header-inner {
    justify-content: space-between;
  }
}

.header-list {
  margin-left: 19.7rem;
}

@media only screen and (max-width: 56.25em) {
  .header-nav {
    display: none;
  }
}

.cart {
  display: inline-block;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 9999;
}

.cart:hover {
  color: #d87d4a;
}

.cart__input {
  display: none;
}

.cart__input:checked ~ .cart-container {
  display: block;
}

.cart__heading {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #000;
}

.cart__remove {
  opacity: 0.5;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s ease;
  cursor: pointer;
}

.cart__remove:hover {
  color: #d87d4a;
}

.cart-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.cart-body {
  background: #fff;
  border-radius: 8px;
  padding: 3.2rem;
  max-width: 37.7rem;
  width: 100%;
  margin-top: 12.2rem;
  display: block;
  margin-left: auto;
}

.cart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}

.cart-product {
  display: flex;
  align-items: center;
}

.cart-product:not(:last-child) {
  margin-bottom: 2.4rem;
}

.cart-product__img {
  border-radius: 8px;
}

.cart-product__info {
  margin-left: 1.6rem;
}

.cart-product__name {
  font-weight: bold;
  color: #000;
}

.cart-product__price {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #000;
  opacity: 0.5;
}

.cart-add {
  display: inline-block;
  margin-left: auto;
  background-color: #f1f1f1;
  width: 9.6rem;
  padding: 7px 0;
  border: 1px solid transparent;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #000;
}

.cart-add__minus {
  display: inline-block;
  background-color: #b5b5b5;
  width: 6px;
  height: 1.5px;
  margin-right: 1.4rem;
  margin-bottom: 4px;
  transition: all .3s ease;
  cursor: pointer;
}

.cart-add__minus:hover {
  background-color: #d87d4a;
}

.cart-add__plus {
  display: inline-block;
  background-color: #b5b5b5;
  width: 6px;
  height: 1.5px;
  position: relative;
  margin-left: 1.4rem;
  margin-bottom: 4px;
  transition: all .3s ease;
  cursor: pointer;
}

.cart-add__plus:hover, .cart-add__plus:hover::before {
  background-color: #d87d4a;
}

.cart-add__plus::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 1.5px;
  background-color: #b5b5b5;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: all .3s ease;
}

.cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.2rem;
}

.cart-bottom__text {
  color: #000;
  opacity: 0.5;
}

.cart-bottom__price {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #000;
}

.cart-btn {
  width: 100%;
  margin-top: 2.4rem;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-list__link {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease;
}

.nav-list__link:hover {
  color: #d87d4a;
}

.nav-list__item:not(:last-child) {
  margin-right: 3.4rem;
}

@media only screen and (max-width: 37.5em) {
  .nav-list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}

.comment {
  margin: 16rem 0;
}

@media only screen and (max-width: 56.25em) {
  .comment {
    margin: 9.6rem 0;
  }
}

.comment-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .comment-inner {
    flex-direction: column-reverse;
    text-align: center;
  }
}

.comment-left {
  max-width: 44.5rem;
}

@media only screen and (max-width: 56.25em) {
  .comment-left {
    max-width: 57.3rem;
    margin-top: 6.3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .comment-left {
    margin-top: 4rem;
  }
}

.comment-right {
  border-radius: 8px;
  margin-left: 2rem;
  overflow: hidden;
}

@media only screen and (max-width: 56.25em) {
  .comment-right {
    margin-left: 0;
    width: 100%;
  }
}

.comment-heading {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 37.5em) {
  .comment-heading {
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: 1px;
  }
}

.comment-heading__text {
  color: #d87d4a;
}

.product-comment {
  margin: 12rem 0;
}

.page-hero {
  background-color: #000;
  padding: 9.8rem 0;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .page-hero {
    margin-top: 9rem;
  }
}

.page-heading {
  color: #fff;
}

.yx1-img {
  background-image: url(../../images/page-headphones/yx1.png);
  background-repeat: no-repeat;
  background-position: center bottom 4rem;
}

@media only screen and (max-width: 56.25em) {
  .yx1-img {
    background-size: 22rem 26rem;
  }
}

.section-products {
  margin: 16rem 0;
}

@media only screen and (max-width: 56.25em) {
  .section-products {
    margin: 12rem 0;
  }
}

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

@media only screen and (max-width: 56.25em) {
  .product {
    flex-direction: column;
  }
}

.product:not(:last-child) {
  margin-bottom: 16rem;
}

@media only screen and (max-width: 56.25em) {
  .product:not(:last-child) {
    margin-bottom: 12rem;
  }
}

.product:nth-child(2) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 56.25em) {
  .product:nth-child(2) {
    flex-direction: column;
  }
}

.product__heading {
  margin: 1.6rem 0 3.2rem;
}

.product__text {
  color: #000;
  opacity: .5;
}

.product__btn {
  margin-top: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .product__btn {
    margin-top: 2.4rem;
  }
}

.product-img {
  max-width: 54rem;
  width: 100%;
  height: 56rem;
  background-color: #f1f1f1;
  border-radius: 8px;
}

@media only screen and (max-width: 56.25em) {
  .product-img {
    max-width: 69rem;
    width: 100%;
    height: 35.2rem;
  }
}

.xx99-2-img {
  background-image: url(../../images/page-headphones/xx99-2.png);
  background-repeat: no-repeat;
  background-position: center bottom 4rem;
}

@media only screen and (max-width: 56.25em) {
  .xx99-2-img {
    background-size: 22rem 26rem;
  }
}

.xx99-1-img {
  background-image: url(../../images/page-headphones/xx99-1.png);
  background-repeat: no-repeat;
  background-position: center bottom 3rem;
}

@media only screen and (max-width: 56.25em) {
  .xx99-1-img {
    background-size: 22rem 26rem;
  }
}

.xx59-img {
  background-image: url(../../images/page-headphones/xx59.png);
  background-repeat: no-repeat;
  background-position: center bottom 4rem;
}

@media only screen and (max-width: 56.25em) {
  .xx59-img {
    background-size: 22rem 26rem;
    background-position: center;
  }
}

.product-text {
  padding: 0 1.5rem;
  max-width: 44.5rem;
}

@media only screen and (max-width: 56.25em) {
  .product-text {
    text-align: center;
    margin-top: 5.2rem;
    max-width: 57.2rem;
    padding: 0;
  }
}

.hero {
  background: #121212;
  background-image: url(../../images/hero-bg-img.png);
  background-repeat: no-repeat;
  background-position: center top -12rem;
  padding: 12.8rem 0 15.8rem;
}

@media only screen and (max-width: 56.25em) {
  .hero {
    background: #141414;
    background-image: url(../../images/hero-bg__tablet.png);
    background-position: center top -9rem;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 9rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .hero {
    background-image: url(../../images/hero-bg__mobile.png);
    background-position: center top -9rem;
    padding: 10.8rem 0 11.8rem;
  }
}

.hero-heading {
  margin: 2.4rem 0;
  max-width: 40rem;
}

@media only screen and (max-width: 56.25em) {
  .hero-heading {
    margin: 2.4rem auto;
  }
}

@media only screen and (max-width: 37.5em) {
  .hero-heading {
    font-size: 3.6rem;
    line-height: 4rem;
    letter-spacing: 1.3px;
  }
}

.hero-text {
  max-width: 35rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-cards {
  margin: 20rem 0 16.8rem;
}

@media only screen and (max-width: 56.25em) {
  .section-cards {
    margin: 15rem 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .section-cards {
    margin: 10rem 0;
  }
}

.speaker1-inner {
  background-image: url(../../images/ovals.svg);
  background-repeat: no-repeat;
  background-size: 94.4rem;
  background-position: left -15rem top -3rem;
  background-color: #d87d4a;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 9.6rem 9.5rem 0 11.7rem;
}

@media only screen and (max-width: 56.25em) {
  .speaker1-inner {
    background-position: center bottom 6.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5.2rem 0 6.4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .speaker1-inner {
    padding: 5.5rem 2.4rem;
    background-size: 55.8rem;
    background-position: center bottom 16.5rem;
  }
}

.speaker1__info {
  max-width: 35rem;
  margin-top: 3.7rem;
}

@media only screen and (max-width: 56.25em) {
  .speaker1__info {
    margin-top: 6.4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .speaker1__info {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .speaker1__heading {
    font-size: 3.6rem;
    line-height: 4rem;
    letter-spacing: 1.3px;
  }
}

.speaker1__text {
  margin: 2.4rem 0 4rem;
}

@media only screen and (max-width: 37.5em) {
  .speaker1__text {
    margin: 2.4rem 0;
  }
}

.speaker2 {
  margin-top: 4.8rem;
}

@media only screen and (max-width: 56.25em) {
  .speaker2 {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .speaker2 {
    margin-top: 2.4rem;
  }
}

.speaker2__heading {
  margin-bottom: 3.2rem;
}

.speaker2-inner {
  padding: 10.1rem 9.5rem;
  background-image: url(../../images/speaker2-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

@media only screen and (max-width: 56.25em) {
  .speaker2-inner {
    padding: 10.1rem 6.2rem;
    background-image: url(../../images/speaker2-img__tablet.png);
  }
}

@media only screen and (max-width: 37.5em) {
  .speaker2-inner {
    padding: 10.1rem 2.4rem;
    background-image: url(../../images/speaker2-img__phone.png);
  }
}

.earphone-block {
  margin-top: 4.8rem;
}

@media only screen and (max-width: 56.25em) {
  .earphone-block {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .earphone-block {
    margin-top: 2.4rem;
  }
}

.earphone-block__inner {
  display: flex;
}

@media only screen and (max-width: 37.5em) {
  .earphone-block__inner {
    flex-direction: column;
    align-items: center;
  }
}

.earphone-img {
  background-image: url(../../images/earphone-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 54rem;
  border-radius: 8px;
  margin-right: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .earphone-img {
    background-image: url(../../images/earphone-img__tablet.png);
    width: 34rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .earphone-img {
    background-image: url(../../images/earphone-img__phone.png);
    width: 32.7rem;
    height: 20rem;
    margin: 0;
    width: 100%;
  }
}

.earphone-text {
  padding: 10.1rem 9.5rem;
  width: 54rem;
  border-radius: 8px;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 56.25em) {
  .earphone-text {
    padding: 10.1rem 4.1rem;
    width: 34rem;
    margin-left: auto;
  }
}

@media only screen and (max-width: 37.5em) {
  .earphone-text {
    width: 32.7rem;
    height: 20rem;
    width: 100%;
    margin-top: 2.4rem;
    padding: 4.1rem 2.4rem;
  }
}

.earphone-text__heading {
  margin-bottom: 3.2rem;
}

.btn--back {
  display: inline-block;
  text-decoration: none;
  color: #000;
  opacity: .5;
  transition: all .3s ease;
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 56.25em) {
  .btn--back {
    margin-bottom: 2.4rem;
  }
}

.btn--back:hover {
  color: #d87d4a;
}

.product-content {
  margin-top: 8rem;
}

@media only screen and (max-width: 56.25em) {
  .product-content {
    margin-top: 12.3rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .product-content {
    margin-top: 10.6rem;
    margin-bottom: 8.8rem;
  }
}

.pr-detail {
  display: flex;
}

@media only screen and (max-width: 56.25em) {
  .pr-detail {
    flex-direction: row;
    text-align: left;
  }
}

@media only screen and (max-width: 37.5em) {
  .pr-detail {
    flex-direction: column;
  }
}

.pr-detail .xx99-2-img {
  background-position: center bottom 4rem;
}

@media only screen and (max-width: 56.25em) {
  .pr-detail .xx99-2-img {
    background-size: 18.1rem 21.5rem;
  }
}

.pr-detail__img {
  max-width: 54rem;
  width: 100%;
  height: 56rem;
  background-color: #f1f1f1;
  border-radius: 8px;
}

@media only screen and (max-width: 56.25em) {
  .pr-detail__img {
    max-width: 28rem;
    width: 100%;
    height: 48rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .pr-detail__img {
    max-width: 32.7rem;
    height: 32.7rem;
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .pr-detail__text {
    text-align: left;
    max-width: 34rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .pr-detail__text {
    margin-top: 3.2rem;
  }
}

.pr-detail__heading {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 56.25em) {
  .pr-detail__btn {
    margin-top: 3rem;
  }
}

.product__text:not(:last-child) {
  margin-bottom: 2.5rem;
}

.product__price {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #000;
  margin: 3.2rem 0 7px;
}

.product-info__inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .product-info__inner {
    flex-direction: column;
  }
}

.features {
  max-width: 63.5rem;
}

@media only screen and (max-width: 56.25em) {
  .features {
    max-width: 100%;
    margin-bottom: 12rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .features {
    margin-bottom: 8.8rem;
  }
}

.features__heading {
  margin-bottom: 3.2rem;
}

.box {
  max-width: 35rem;
  width: 100%;
}

@media only screen and (max-width: 56.25em) {
  .box {
    display: flex;
    max-width: 55rem;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 37.5em) {
  .box {
    max-width: 55rem;
    flex-direction: column;
  }
}

.box__heading {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 56.25em) {
  .box__heading {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .box__heading {
    margin-bottom: 2.4rem;
  }
}

.box-list__item {
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
}

.box-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.box-list__num {
  color: #d87d4a;
  font-weight: 700;
  margin-right: 2.4rem;
}

.image-wrapper {
  margin: 16rem 0;
}

.wrapper-inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 37.5em) {
  .wrapper-inner {
    flex-direction: column;
    align-items: center;
  }
}

.wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 44.5rem;
  border-radius: 8px;
}

@media only screen and (max-width: 37.5em) {
  .wrapper-left {
    max-width: 32.7rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .wrapper-left__img {
    margin-bottom: 2rem;
  }
}

.wrapper-right {
  margin-left: 1rem;
  max-width: 63.5rem;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 37.5em) {
  .wrapper-right {
    margin-left: 0;
    max-width: 32.7rem;
  }
}

.other-product__heading {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000;
}

@media only screen and (max-width: 37.5em) {
  .other-product__heading {
    font-size: 2.4rem;
    letter-spacing: 0.9px;
  }
}

.other-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}

@media only screen and (max-width: 56.25em) {
  .other-cards {
    margin-top: 5.6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .other-cards {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}

.other-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  max-width: 35rem;
  width: 100%;
}

@media only screen and (max-width: 75em) {
  .other-card {
    max-width: 30rem;
    width: 100%;
    overflow: hidden;
  }
  .other-card:not(:last-child) {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .other-card:not(:last-child) {
    margin-bottom: 5.6rem;
    margin-right: 0;
  }
}

.other-card__heading {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.3rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #000;
  margin: 4rem 0 3.2rem;
}

.other-card__img {
  border-radius: 8px;
  object-fit: cover;
}

.zx9-img {
  background-image: url(../../images/page-headphones/zx9.png);
  background-repeat: no-repeat;
  background-position: center bottom 3rem;
}

@media only screen and (max-width: 56.25em) {
  .zx9-img {
    background-size: 22rem 26rem;
  }
}

.zx7-img {
  background-image: url(../../images/page-headphones/zx7.png);
  background-repeat: no-repeat;
  background-position: center bottom 3rem;
}

@media only screen and (max-width: 56.25em) {
  .zx7-img {
    background-size: 22rem 26rem;
  }
}
