:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "TT Norms Pro", sans-serif;
  --content-width: 117rem;
  --container-offset: 1.5rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/../fonts/TTNormsPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/../fonts/TTNormsPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/../fonts/TTNormsPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 0.625vw;
}
@media (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.title2 {
  margin: 0;
  font-weight: 300;
  font-size: 4rem;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .title2 {
    font-size: 2.4rem;
  }
}
.title2--light {
  color: #fff;
}

.desc {
  margin: 0;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000;
}
@media (max-width: 768px) {
  .desc {
    font-size: 1.6rem;
  }
}
.desc--white {
  color: #fff;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem;
  }
}

input::-webkit-calendar-picker-indicator,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
}

.text {
  margin: 0;
  font-weight: 300;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 768px) {
  .text {
    font-size: 1.6rem;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  background-color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .btn:hover {
    color: #e42313;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border-width: 1px;
  }
}
.btn--stroke {
  color: #fff;
  background-color: transparent;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 1.4rem;
  }
}
.breadcrumbs ul li a {
  color: inherit;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "\\";
}
.breadcrumbs ul li:last-child {
  color: #8f8f8f;
}
.breadcrumbs--light ul li {
  color: #fff;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .tabs {
    gap: 1rem;
  }
}
.tabs__item {
  padding: 1.5rem 8rem;
  border: 0.5px solid #8f8f8f;
  border-radius: 5px;
  font-weight: 500;
  font-size: 2rem;
  color: #8f8f8f;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .tabs__item:hover {
    background-color: #000;
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .tabs__item {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.tabs__item.active {
  color: #e42313;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding-top: 1.6rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .header {
    padding: 1rem 0;
  }
}
.header__logo {
  display: block;
  height: 7.2rem;
}
@media (max-width: 768px) {
  .header__logo {
    height: 3.5rem;
  }
}
.header__logo img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  max-width: calc(140rem + var(--container-offset) * 2);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .header__right {
    gap: 1rem;
  }
}
.header__btn {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .header__btn {
    height: 1.6rem;
    width: 1.6rem;
  }
}
.header__btn svg {
  width: 100%;
  height: 100%;
}
.header .locale_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .locale_switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header .locale_switcher ul li {
  overflow: hidden;
  border-radius: 100%;
  width: 2.6rem;
  height: 2.6rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .header .locale_switcher ul li {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header .locale_switcher ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .locale_switcher ul li a {
    font-size: 0.6rem;
  }
}
.header .locale_switcher ul li.active {
  background-color: #fff;
}
.header .locale_switcher ul li.active a {
  color: #222;
}
.header .locale_switcher ul li:hover {
  background-color: #fff;
}
.header .locale_switcher ul li:hover a {
  color: #222;
}
.header__cart-count {
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #e42313;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__burger {
  position: relative;
  z-index: 101;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.5rem;
  width: 2rem;
  margin-left: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__burger::before, .header__burger::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__burger .line {
  height: 1px;
  background-color: #fff;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__burger.active .line {
  opacity: 0;
}
.header__burger.active::before {
  -webkit-transform: rotate(45deg) translate(0.5rem, 0.5rem);
  -ms-transform: rotate(45deg) translate(0.5rem, 0.5rem);
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
  background-color: #fff !important;
}
.header__burger.active::after {
  -webkit-transform: rotate(-45deg) translate(0.5rem, -0.5rem);
  -ms-transform: rotate(-45deg) translate(0.5rem, -0.5rem);
  transform: rotate(-45deg) translate(0.5rem, -0.5rem);
  background-color: #fff !important;
}
.header--sec {
  background-color: #fff;
  position: static;
  padding: 2rem 0;
}
.header--sec .header__logo {
  height: 4.8rem;
}
@media (max-width: 768px) {
  .header--sec .header__logo {
    height: 2.5rem;
  }
}
.header--sec .header__nav .nav__link {
  color: #000;
}
.header--sec .header__burger .line, .header--sec .header__burger::after, .header--sec .header__burger::before {
  background-color: #000;
}
.header--sec .locale_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--sec .locale_switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header--sec .locale_switcher ul li {
  overflow: hidden;
  border-radius: 100%;
  width: 2.6rem;
  height: 2.6rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header--sec .locale_switcher ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header--sec .locale_switcher ul li.active {
  background-color: #000;
}
.header--sec .locale_switcher ul li.active a {
  color: #fff;
}
.header--sec .locale_switcher ul li:hover {
  background-color: #000;
}
.header--sec .locale_switcher ul li:hover a {
  color: #fff;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.8rem;
}
.nav__link {
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.hero {
  background-image: url("./../img/hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 24.5rem;
  padding-bottom: 18rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(34, 34, 34, 0.57)), color-stop(53.5%, rgba(34, 34, 34, 0.45)), to(rgba(34, 34, 34, 0)));
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.57) 30%, rgba(34, 34, 34, 0.45) 53.5%, rgba(34, 34, 34, 0) 100%);
}
.hero .container {
  width: 100%;
}
.hero__content {
  position: relative;
  z-index: 5;
}
.hero__title {
  margin: 0;
  margin-bottom: 2.7rem;
  font-weight: 300;
  font-size: 6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
.hero__desc {
  margin-bottom: 5.4rem;
}
.hero__bottom {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  max-width: 55rem;
}
@media (max-width: 768px) {
  .hero__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.hero__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .hero__socials {
    gap: 1rem;
  }
}
.hero__soc {
  display: block;
  padding: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  background-color: #7e7970;
}
@media (max-width: 768px) {
  .hero__soc {
    width: 3rem;
    height: 3rem;
    padding: 0.4rem;
  }
}
.hero__soc svg,
.hero__soc img {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.prod {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.prod__img {
  height: 45rem;
}
@media (max-width: 768px) {
  .prod__img {
    height: 17rem;
  }
}
.prod__img img {
  width: 100%;
  height: 100%;
}
.prod__content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 2.4rem 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .prod__content {
    padding: 1.2rem;
  }
}
.prod__wrapper {
  position: relative;
}
.prod__pagination {
  margin-top: 1rem;
}
.prod__arr {
  position: absolute;
  width: 3rem;
  height: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prod__arr svg {
  width: 100%;
  height: 100%;
}
.prod__arr--prev {
  left: -5.4rem;
}
.prod__arr--next {
  right: -5.4rem;
}
.prod__weight {
  margin: 0;
  margin-bottom: 1.4rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .prod__weight {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
.prod__title {
  margin: 0;
  margin-bottom: 4rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 768px) {
  .prod__title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.prod__price {
  margin: 0;
  font-weight: 400;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .prod__price {
    font-size: 1rem;
  }
}
.prod__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.prod__btn {
  width: 100%;
}
.prod__prize {
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  -webkit-box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 4px 0 rgba(0, 0, 0, 0.1);
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .prod__prize {
    font-size: 1.2rem;
    padding: 0.4rem;
    gap: 5px;
  }
}
.prod__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prod__count input {
  border: none;
  background: none;
  text-align: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  color: #464545;
  width: 100%;
}
@media (max-width: 768px) {
  .prod__count input {
    font-size: 1rem;
  }
}
.prod__count input:focus {
  outline: none;
}
.prod__count .minus,
.prod__count .plus {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 3rem;
  color: #8f8f8f;
  cursor: pointer;
}
@media (max-width: 768px) {
  .prod__count .minus,
  .prod__count .plus {
    font-size: 1rem;
  }
}
.prod__icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .prod__icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.prod__icon svg {
  width: 100%;
  height: 100%;
  fill: #8F8F8F !important;
}
.prod__btn {
  padding: 1rem;
  font-size: 2rem;
  border-width: 1px;
  height: 4.7rem;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .prod__btn {
    padding: 0.5rem;
    font-size: 1rem;
    height: auto;
  }
}
.prod__btn.active {
  background-color: #EAEAEA;
}

.offer {
  padding: 9rem 0;
}
@media (max-width: 768px) {
  .offer {
    padding: 4.5rem 0;
  }
}
.offer__header {
  text-align: center;
  max-width: 103.3rem;
  margin: 0 auto;
  margin-bottom: 4.5rem;
}
.offer__header .line {
  position: relative;
  width: 24rem;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  margin-bottom: 4rem;
  top: 50%;
}
@media (max-width: 768px) {
  .offer__header .line {
    margin-bottom: 2rem;
  }
}
.offer__header .line::before, .offer__header .line::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offer__header .line::before {
  right: 100%;
}
.offer__header .line::after {
  left: 100%;
}
@media (max-width: 768px) {
  .offer__header {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.offer__title:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .offer__title:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.offer__bonus {
  font-weight: 300;
}
.offer__desc {
  font-weight: 300;
  margin-bottom: 2rem;
}

.products__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .products__container {
    display: block;
  }
}
.products__img {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  position: relative;
}
@media (max-width: 768px) {
  .products__img {
    display: none;
  }
}
.products__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.products__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4.4rem;
  background-image: url("./../img/cover.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.products__title {
  margin: 0;
  margin-bottom: 4rem;
  font-weight: 300;
  font-size: 4rem;
  color: #000;
}
@media (max-width: 768px) {
  .products__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .products__item {
    gap: 1rem;
  }
}
.products__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .products__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.products__icon {
  height: 5.8rem;
  width: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .products__icon {
    width: 3rem;
    height: 3rem;
  }
}
.products__icon img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.products__desc {
  margin: 0;
  font-weight: 300;
  font-size: 2.5rem;
  color: #000;
}
@media (max-width: 768px) {
  .products__desc {
    font-size: 1.6rem;
  }
}

.footer {
  background-color: #000;
  padding: 9rem 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__container {
  max-width: calc(140rem + var(--container-offset) * 2);
  padding: 0 var(--container-offset);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12rem;
}
@media (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.footer__map {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden;
}
.footer__map #map {
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.footer__logo {
  margin-bottom: 0.9rem;
  display: block;
  height: 4.8rem;
}
@media (max-width: 768px) {
  .footer__logo {
    height: 4rem;
  }
}
.footer__logo img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__addr {
  display: block;
  margin-bottom: 4.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer__addr--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer__addr {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 60px 0 0 0;
}
.footer__bottom .xsmall {
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__bottom .xsmall a {
  color: inherit;
  text-decoration: underline;
}
.footer__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 37rem;
  font-style: normal;
}
.footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 1.4rem;
  }
}
.footer__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.7rem;
  height: 3.7rem;
  border: 1px solid #cecece;
  border-radius: 5px;
}

.goods-main {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .goods-main {
    padding: 2rem 0;
  }
}
.goods-main__breadcrumbs {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .goods-main__breadcrumbs {
    margin-bottom: 2rem;
  }
}
.goods-main__title {
  margin-bottom: 4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .goods-main__title {
    margin-bottom: 2rem;
  }
}
.goods-main__tabs {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .goods-main__tabs {
    margin-bottom: 2rem;
  }
}
.goods-main__items {
  display: none;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.goods-main__items.active {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 768px) {
  .goods-main__items {
    -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.cart {
  padding: 4rem 0 10rem;
}
@media (max-width: 768px) {
  .cart {
    padding: 2rem 0 4rem;
  }
}
.cart__breadcrumbs {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .cart__breadcrumbs {
    margin-bottom: 2rem;
  }
}
.cart__title {
  margin-bottom: 6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cart__title {
    margin-bottom: 2rem;
  }
}
.cart__choice {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  padding: 1.5rem 5rem;
}
@media (max-width: 768px) {
  .cart__choice {
    padding: 1.2rem;
    border-radius: 1rem;
  }
}
.cart__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cart__container {
    display: block;
  }
}
.cart__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .cart__check {
    gap: 1rem;
  }
}
.cart__items {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
  padding: 6rem 4rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  border-radius: 2rem;
  max-height: 42.5rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .cart__items {
    max-height: 25rem;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cart__items::-webkit-scrollbar {
  width: 4px;
}
.cart__items::-webkit-scrollbar-track {
  background: transparent;
}
.cart__items::-webkit-scrollbar-thumb {
  background-color: #8F8F8F;
  border-radius: 10px;
  overflow: hidden;
}
.cart__total {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  padding-right: 6rem;
}
@media (max-width: 768px) {
  .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    padding-right: 0;
  }
}
.cart-item:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 768px) {
  .cart-item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.cart-item__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.cart-item__row {
  position: relative;
  display: inline-block;
}
.cart-item__row .minus,
.cart-item__row .plus {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
.cart-item__row .minus svg,
.cart-item__row .plus svg {
  width: 1.5rem;
  height: 1.5rem;
}
.cart-item__row .minus {
  left: 1rem;
}
.cart-item__row .plus {
  right: 1rem;
}
.cart-item__img {
  width: 10rem;
  height: 10rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.cart-item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-item__prize {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 3px 0 4px 0 rgba(143, 143, 143, 0.1);
  box-shadow: 3px 0 4px 0 rgba(143, 143, 143, 0.1);
  background: #8f8f8f;
  border-radius: 1rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
.cart-item__prize svg {
  width: 1.5rem;
  height: 1.5rem;
}
.cart-item__cart {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart-item__cart svg {
  width: 100%;
  height: 100%;
}
.cart-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
}
.cart-item__info {
  padding-top: 1rem;
  margin-bottom: auto;
  padding-bottom: 1rem;
}
.cart-item__name {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.cart-item__desc {
  margin: 0;
}
.cart-item__desc:not(:last-child) {
  margin-bottom: 1rem;
}
.cart-item__count {
  text-align: center;
  width: 10rem;
  height: 3.5rem;
  border: 1px solid #bababa;
  border-radius: 5px;
  font-weight: 300;
  font-size: 2rem;
  color: #000;
}

.cart-total {
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .cart-total {
    padding: 2rem;
    border-radius: 0.5rem;
  }
}
.cart-total__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .cart-total__title {
    margin-bottom: 2rem;
  }
}
.cart-total__cost {
  margin: 0;
  margin-bottom: 4rem;
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
  color: #040404;
}
@media (max-width: 768px) {
  .cart-total__cost {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.cart-total__btn {
  margin-bottom: 1.4rem;
  padding: 1.2rem;
  color: #e42313;
  border: 0.5px solid #8F8F8F;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cart-total__btn {
    margin-bottom: 1rem;
  }
}
.cart-total__extra {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.2rem;
  color: #707070;
}
@media (max-width: 768px) {
  .cart-total__extra {
    font-size: 1rem;
  }
}

.checkout {
  padding: 4rem 0 10rem;
}
@media (max-width: 768px) {
  .checkout {
    padding: 2rem 0 4rem;
  }
}
.checkout__back {
  display: inline-block;
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .checkout__back {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.checkout__tabs {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .checkout__tabs {
    margin-bottom: 2rem;
  }
}
.checkout__title {
  margin-bottom: 6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .checkout__title {
    margin-bottom: 2rem;
  }
}
.checkout__input {
  display: block;
  width: 100%;
  max-width: 25rem;
  height: 4rem;
  padding: 0.5rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.2rem;
  border: 0.5px solid #8F8F8F;
  border-radius: 5px;
}
.checkout__input:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .checkout__input:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .checkout__input {
    max-width: 100%;
  }
}
.checkout__input::-webkit-input-placeholder {
  color: #757575;
}
.checkout__input::-moz-placeholder {
  color: #757575;
}
.checkout__input:-ms-input-placeholder {
  color: #757575;
}
.checkout__input::-ms-input-placeholder {
  color: #757575;
}
.checkout__input::placeholder {
  color: #757575;
}
.checkout__input--area {
  max-width: 100%;
  resize: none;
  height: 10rem;
}
@media (max-width: 768px) {
  .checkout__input--area {
    height: 6rem;
  }
}
.checkout__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.4rem;
}
@media (max-width: 768px) {
  .checkout__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.checkout__total {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
.checkout__subtitle {
  margin: 0;
  margin-bottom: 3rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 3rem;
  color: #040404;
}
@media (max-width: 768px) {
  .checkout__subtitle {
    font-size: 2rem;
  }
}
.checkout__wrap {
  position: relative;
  margin-bottom: 4rem;
}
.checkout__wrap a {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.2rem;
  color: #e42313;
}
.checkout__wrapper {
  margin-bottom: 2rem;
}
.checkout__body {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
  padding: 4.5rem 7rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .checkout__body {
    padding: 2rem;
    border-radius: 0.5rem;
  }
}
.checkout__form:not(:last-child) {
  margin-bottom: 8rem;
}
.checkout__form:last-child {
  padding-bottom: 3rem;
  border-bottom: 2px solid #dbdbdb;
}
.checkout__form--address {
  display: none;
}
.checkout__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout__time p {
  margin: 0;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
}
.checkout__time label {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.2rem;
  color: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .checkout__time label:hover {
    background-color: #fff;
    color: #e42313 !important;
  }
}
.checkout__time label input:checked ~ span {
  color: #e42313;
}
.checkout__ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}
.checkout__tabs {
  max-width: 90%;
}
@media (max-width: 768px) {
  .checkout__tabs {
    max-width: 100%;
  }
}
.checkout__tab {
  padding: 1.5rem 2rem;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .checkout__tab {
    padding: 1.5rem;
  }
}
.checkout__bonus {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .checkout__bonus {
    margin: 1rem 0;
  }
}
.checkout__form-b {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .checkout__form-b {
    margin-bottom: 2rem;
  }
}
.checkout__form-b input {
  margin-bottom: 2rem;
}
.checkout__btn {
  padding: 1rem 2rem;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.4rem;
  color: #000;
  border: 0.5px solid #8F8F8F;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .checkout__btn:hover {
    background-color: #fff;
    color: #e42313 !important;
  }
}
.checkout-total {
  text-align: center;
}
.checkout-total-title {
  margin-bottom: 1rem;
}
.checkout-total-sum {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
  color: #040404;
}
.checkout-total-sub {
  display: inline-block;
  margin: 0 auto;
  padding: 1.2rem 2.8rem;
  border: 0.5px solid #8F8F8F;
  border-radius: 5px;
  font-weight: 400;
  color: #e42313;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .checkout-total-sub:hover {
    background-color: #fff;
    color: #e42313 !important;
  }
}

.pay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.pay img {
  display: block;
  width: 2rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.pay span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
}
.pay input:checked ~ .box {
  border-color: #e42313;
  background-color: transparent;
}
.pay .box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background-color: #d9d9d9;
  border: 2px solid transparent;
}

.ch-t {
  border-radius: 2rem;
  padding: 3rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .ch-t {
    width: 100%;
    gap: 2rem;
  }
}
.ch-t__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 768px) {
  .ch-t__title {
    font-size: 1.8rem;
  }
}
.ch-t__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 768px) {
  .ch-t__price {
    font-size: 1.8rem;
  }
}
.ch-t__del {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  .ch-t__del {
    font-size: 1.8rem;
  }
}
.ch-t__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
}

.ch-pay:not(:last-child) {
  margin-bottom: 3rem;
}
.ch-pay__title {
  margin: 0;
  margin-bottom: 2rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 768px) {
  .ch-pay__title {
    font-size: 1.8rem;
  }
}
.ch-pay__input {
  margin-bottom: 2rem;
  display: block;
  width: 23.5rem;
  height: 4rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.5px solid #040404;
}
.ch-pay__btn {
  display: inline-block;
  padding: 1rem 2rem;
  border: 0.5px solid #000;
  border-radius: 0.5rem;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 1.4rem;
  color: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .ch-pay__btn:hover {
    color: #e42313;
    background-color: #040404;
  }
}
.ch-pay__cost {
  margin: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 3rem;
  color: #040404;
}
@media (max-width: 768px) {
  .ch-pay__cost {
    font-size: 2.4rem;
  }
}
.ch-pay__ord {
  display: inline-block;
  border: 0.5px solid #000;
  border-radius: 0.5rem;
  padding: 1.2rem 2.8rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.2rem;
  color: #e42313;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .ch-pay__ord:hover {
    background-color: #040404;
  }
}
@media (max-width: 768px) {
  .ch-pay__ord {
    font-size: 1.8rem;
  }
}

.cond {
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .cond {
    padding: 3rem 0;
  }
}
.cond__title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .cond__title {
    margin-bottom: 2rem;
  }
}
.cond__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 13rem;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .cond__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 3rem;
  }
}
.cond__desc p {
  margin: 0;
  font-size: 2.5rem;
  font-family: var(--font-family);
  font-weight: 300;
  color: #000;
}
@media (max-width: 768px) {
  .cond__desc p {
    font-size: 1.6rem;
  }
}

.cond-item__price {
  margin-bottom: 4.6rem;
  text-align: center;
  display: block;
  padding: 1.2rem 2rem;
  border: 0.5px solid #000;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cond-item__price {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cond-item span {
  display: block;
  margin-bottom: 1.2rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 3.6rem;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .cond-item span {
    font-size: 2.4rem;
  }
}
.cond-item ul {
  margin: 0;
  padding-left: 2rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 2.5rem;
  color: #000;
}
@media (max-width: 768px) {
  .cond-item ul {
    font-size: 1.6rem;
  }
}

.bonus {
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .bonus {
    padding: 3rem 0;
  }
}
.bonus__breadcrumbs {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .bonus__breadcrumbs {
    margin-bottom: 2rem;
  }
}
.bonus__title {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.bonus__row {
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bonus__row {
    margin-bottom: 3rem;
  }
}
.bonus__points {
  height: 4.5rem;
  padding: 1rem 4rem;
  border: 0.5px solid #8F8F8F;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .bonus__points {
    height: 3.5rem;
    padding: 0.5rem 2rem;
  }
}
.bonus__points svg {
  width: 1.8rem;
  height: 1.8rem;
}
.bonus__code {
  height: 4.5rem;
  padding: 1rem 4rem;
  border: 0.5px solid #8F8F8F;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bonus__code {
    height: 3.5rem;
    padding: 0.5rem 2rem;
  }
}
.bonus__pers span {
  display: block;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.7rem;
  color: #000;
}
@media (max-width: 768px) {
  .bonus__pers span {
    font-size: 1.3rem;
  }
}
.bonus__items {
  padding: 3.5rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .bonus__items {
    padding: 2rem;
  }
}

.b-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-item:not(:last-child) {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #dedede;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .b-item:not(:last-child) {
    padding-bottom: 1.2rem;
  }
}
.b-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.7rem;
}
.b-item__date {
  font-weight: 300;
  font-size: 1.7rem;
  color: #000;
}
@media (max-width: 768px) {
  .b-item__date {
    font-size: 1.2rem;
  }
}
.b-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.b-item__pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
  font-weight: 300;
  font-size: 1.5rem;
  color: #000;
}
.b-item__pos:last-child {
  border: 1px solid #000;
}
.b-item__pos img {
  width: 100%;
  height: 100%;
}
.b-item__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.8rem;
  color: #040404;
}
@media (max-width: 768px) {
  .b-item__points {
    font-size: 1.6rem;
  }
}
.b-item__points svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .b-item__points svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.single-prod {
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .single-prod {
    padding: 3rem 0;
  }
}
.single-prod__breadcrumbs {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .single-prod__breadcrumbs {
    margin-bottom: 2rem;
  }
}
.single-prod__title {
  margin-bottom: 6rem;
  font-weight: 500;
  color: #494949;
}
.single-prod__title span {
  font-size: 75%;
}
@media (max-width: 768px) {
  .single-prod__title {
    margin-bottom: 2rem;
  }
}
.single-prod__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
}
@media (max-width: 768px) {
  .single-prod__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-prod__left {
  max-width: 100%;
  min-width: 0;
}
.single-prod__slider {
  max-width: 100%;
  min-width: 0;
}
.single-prod__slider .swiper-slide {
  height: 45.2rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-prod__slider .swiper-slide {
    height: 24rem;
  }
}
.single-prod__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.single-prod__slider .swiper-wrapper {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .single-prod__slider .swiper-wrapper {
    margin-bottom: 0.5rem;
  }
}
.single-prod__pag {
  position: static;
  --swiper-pagination-color: #141414;
  --swiper-pagination-bullet-width: 1.5rem;
  --swiper-pagination-bullet-height: 1.5rem;
}
@media (max-width: 768px) {
  .single-prod__pag {
    --swiper-pagination-bullet-width: .6rem;
    --swiper-pagination-bullet-height: .6rem;
  }
}
.single-prod__control {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  height: 3.7rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .single-prod__control {
    height: 2.5rem;
  }
}
.single-prod__control--prev {
  left: 1.5rem;
}
.single-prod__control--next {
  right: 1.5rem;
}
.single-prod__control svg {
  width: 100%;
  height: 100%;
}
.single-prod__name {
  margin: 0;
  margin-bottom: 2rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.5rem;
  color: #494949;
}
.single-prod__name span {
  font-size: 70%;
}
@media (max-width: 768px) {
  .single-prod__name {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.single-prod__text:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .single-prod__text:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.single-prod__t {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .single-prod__t {
    margin-bottom: 2rem;
  }
}
.single-prod__price {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
  color: #494949;
}
@media (max-width: 768px) {
  .single-prod__price {
    font-size: 2rem;
  }
}
.single-prod__row {
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .single-prod__row {
    margin-bottom: 2.5rem;
    gap: 2rem;
  }
}
.single-prod__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.2rem 7rem;
  border: 0.5px solid #8f8f8f;
  border-radius: 1rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.5rem;
  color: #e42313;
}
@media (max-width: 768px) {
  .single-prod__btn {
    font-size: 1.5rem;
    padding: 1rem -2rem;
    width: 100%;
  }
}
.single-prod__btn svg {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .single-prod__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.book {
  padding: 4rem 0 9rem;
  background-image: url("./../img/book.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .book {
    padding: 2rem 0 6rem;
  }
}
.book__breadcrumbs {
  margin-bottom: 4rem;
}
.book__title {
  font-weight: 500;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .book__title {
    margin-bottom: 4rem;
  }
}
.book__container {
  max-width: 70rem;
  margin: 0 auto;
}
.book__body {
  padding: 4rem;
  border-radius: 2rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .book__body {
    padding: 2rem;
  }
}
.book__capture {
  margin: 0;
  margin-bottom: 1.5rem;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 3.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .book__capture {
    font-size: 2.5rem;
  }
}
.book__add {
  font-style: normal;
  color: #fff;
}
.book__heading {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .book__heading {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.book__form {
  border-top: 1px solid #fff;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .book__form {
    padding-top: 2rem;
  }
}

.book-form {
  text-align: center;
}
.book-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .book-form__label {
    margin-bottom: 1.5rem;
  }
}
.book-form__label svg {
  position: absolute;
  top: 50%;
  left: 2rem;
  height: 4rem;
  width: 4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .book-form__label svg {
    width: 2rem;
    height: 2rem;
  }
}
.book-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media (max-width: 768px) {
  .book-form__row {
    gap: 2rem;
  }
}
.book-form__row .book-form__input {
  text-align: left;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.book-form__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.25);
  background: #fff;
  text-align: center;
  height: 5.8rem;
  padding: 0 8rem;
}
@media (max-width: 768px) {
  .book-form__input {
    height: 4rem;
    width: 100%;
    max-width: 100%;
  }
}
.book-form__input--area {
  padding: 1.2rem;
  padding-top: 1.2rem;
  height: 12rem;
  text-align: left;
  display: block;
}
@media (max-width: 768px) {
  .book-form__input--area {
    height: 6rem;
  }
}
.book-form__btn {
  background: #fff;
  border: 0.5px solid #8F8F8F;
  border-radius: 1rem;
  padding: 1.4rem 6.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #e42313;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (any-hover: hover) {
  .book-form__btn:hover {
    background-color: #4b4b4b;
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .book-form__btn {
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
  }
}

.menu {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.7);
}
.menu.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu__body {
  padding: 6rem;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.menu__nav .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}/*# sourceMappingURL=main.css.map */
