.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 52px 30px;
}

.shop__container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__left {
  width: 100%;
}

.shop__mobile {
  display: none;
}

.shop__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #373a36;
  margin-bottom: 30px;
}

.shop__title span {
  font-size: 26px;
}

.shop__title br {
  display: none;
}

.shop__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__rating img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.shop__rating span {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}

.shop__pack-title {
  color: #9ceaed;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background: #000;
  padding: 12px 20px;
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}

.shop__pack-description {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #373a36;
  margin-top: 20px;
  max-width: 500px;
}

.shop__sliders {
  width: 100%;
  max-width: 551px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.shop__small-slider {
  width: 100%;
  margin-top: 12px;
}

.shop__slider-item {
  /* border: 1px solid #ccc; */
}

.shop__small-slider .shop__slider-item {
  cursor: pointer;
}

.shop__small-slider .shop__slider-item img {
  aspect-ratio: 1;
}

.shop__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__big-slider {
  width: 100%;
}

.shop__note {
  color: #393b38;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.8px;
  margin-top: 20px;
  width: 100%;
}

.shop__copy {
  color: #393b38;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin-top: 15px;
  max-width: 400px;
}

.shop__description {
  margin: 30px 0;
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #373a36;
  max-width: 457px;
  width: 100%;
}

.shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.shop__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.shop__info-item:last-child {
  margin-bottom: 0;
}

.shop__info-item img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__info-item span {
  margin-left: 10px;
}

.shop__info-item-img {
  width: 32px;
  height: 32px;
  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;
}

.shop__includes {
  margin-bottom: 20px;
}

.shop__includes-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #393b38;
}

.shop__includes-items ul {
  list-style: none;
}

.shop__includes-items li {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #373a36;
  margin-bottom: 5px;
}

.shop__label {
  color: #393b38;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 20px;
}

.shop__qty {
  margin-bottom: 30px;
}

.shop__qty-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
  margin-bottom: 11px;
}

.shop__qty-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__qty-input {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 143px;
  width: 100%;
}

.shop__qty-input input {
  font-family: "Berthold", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
  border: none;
  outline: none;
  width: 100%;
}

.shop__qty-input input:focus {
  outline: none;
}

.shop__qty-input button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 10px 15px;
}

.shop__qty-input button img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__variants {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.shop__variants-item input {
  display: none;
}
.shop__variants-item input:checked + label {
  background: #000;
  color: #fff;
}

.shop__variants-item label {
  border: 1px solid #000;
  padding: 5px 10px;
  display: flex;
  cursor: pointer;
  text-transform: uppercase;
}

.shop__plans {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shop__plans-item {
  display: flex;
}

.shop__plans-item input {
  display: none;
}

.shop__plans-item input:checked + label::after {
  background: #000;
  position: absolute;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  content: "";
}

.shop__plans-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.shop__plans-item label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  display: flex;
  border-radius: 50%;
}

.shop__price {
  display: flex;
  align-items: center;
  margin: 30px 0;
  gap: 15px;
}

.shop__qty-price-old {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
}

.shop__qty-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
  text-decoration: line-through;
}

.shop__qty-price-new {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #393b38;
}

.shop__qty-price-off {
  background-color: #fdaab1;
  border-radius: 50px;
  padding: 7px 15px;
  line-height: 100%;
  margin: 5px 0;
}

.shop__btn {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #393b38;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px 12px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#80e9eb),
    to(#aeedcd)
  );
  background: -o-linear-gradient(left, #80e9eb 0%, #aeedcd 100%);
  background: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #80e9eb 0%, #aeedcd 100%);
  position: relative;
  margin-top: 15px;
}

.shop__btn:hover {
  background: #fff;
}

.shop .swiper-pagination {
  display: none;
}

@media (max-width: 1000px) {
  .shop__sliders {
    max-width: 450px;
  }
}

@media (max-width: 860px) {
  .shop__title {
    font-size: 36px;
  }

  .shop__sliders {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .shop__variants {
    justify-content: center;
  }
  .shop__copy {
    text-align: center;
    font-size: 11px;
  }
  .shop__pack-description {
    text-align: center;
  }
  .shop__pack-title {
    font-size: 22px;
  }
  .header__image {
    display: block;
  }
  .shop__price {
    flex-wrap: wrap;
    justify-content: center;
  }

  .shop__btn {
    max-width: 380px;
  }
  .shop__description {
    text-align: center;
  }
  .shop {
    padding: 40px 30px;
  }

  .shop__container {
    -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;
    align-items: center;
  }

  .shop__left {
    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;
    max-width: 440px;
  }

  .shop__mobile {
    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;
    margin-bottom: 20px;
    width: 100%;
  }

  .shop__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
  }

  .shop__title br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shop__sliders {
    max-width: 440px;
    margin-right: 0;
  }

  .shop__small-slider {
    display: none;
  }

  .shop__big-slider {
    padding-bottom: 40px;
  }

  .shop__desktop {
    display: none;
  }

  .shop__qty {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .shop__qty-title {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .shop .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
@media (max-width: 430px) {
  .shop__qty-input {
    max-width: 130px;
  }
  .shop__qty-price {
    font-size: 16px;
  }
  .shop__qty-title {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .shop__qty-price-new {
    font-size: 18px;
  }
  .shop__qty-price-off {
    font-size: 14px;
  }
  .shop {
    padding: 30px 15px;
  }
}
