.products {
  position: relative;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .products {
    padding: 40px 15px;
  }
}
.products__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.products__container {
  max-width: 1200px;
  width: 100%;
}
.products__slider {
  width: 100%;
  padding: 40px 0 0 0;
}
.products__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.products__item-body {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 10px 20px;
  height: 100%;
  border: 1px solid #000;
}
@media (max-width: 1100px) {
  .products__item-body {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .products__item-body {
    padding: 40px 15px;
  }
}
.products__item-label {
  position: absolute;
  border-radius: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.6px;
  padding: 18px 24px;
  top: 0;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .products__item-label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .products__item-label {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.products__item-title {
  color: #231f20;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.35px;
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  .products__item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .products__item-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.products__item-description {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 0.6px;
}
@media (max-width: 374px) {
  .products__item-description {
    font-size: 14px;
  }
}
.products__item-image {
  width: 100%;
}
.products__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.products__item-spec {
  color: #231f20;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .products__item-spec {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .products__item-spec {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.products__item-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.products__item-price-new {
  color: #ff0040;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.05px;
}
@media (max-width: 1100px) {
  .products__item-price-new {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .products__item-price-new {
    font-size: 20px;
  }
}
.products__item-price-old {
  color: #231f20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.75px;
  text-decoration-line: line-through;
}
@media (max-width: 1100px) {
  .products__item-price-old {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .products__item-price-old {
    font-size: 16px;
  }
}
.products__item-btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .products__item-btn {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .products__item-btn {
    padding: 20px 10px;
  }
}
.products__item-btn:hover img {
  width: 100%;
}
.products__item-btn img {
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: all 0.3s ease 0s;
}
.products__item-btn span {
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.894px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .products__item-btn span {
    font-size: 18px;
  }
}
.products .swiper-slide {
  height: auto !important;
}

.swiper-slide:nth-child(2) .products__item-body {
  background: #f8f8f8;
}

.shop__plan {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.shop__plan-item {
  border: 1px solid #000;
  padding: 10px 20px;
}
.shop__plan-item input {
  display: none;
}
.shop__plan-item input:checked + label .shop__plan-item--mark {
  background: #000;
}
.shop__plan-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop__plan-item-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop__plan-item--mark {
  border: 1px solid #6a6a6a;
  border-radius: 100px;
  width: 21px;
  height: 21px;
}
.shop__plan-item-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .shop__plan-item-title {
    font-size: 14px;
  }
}
.shop__plan-item-label {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  border-radius: 2px;
  background: #0fa573;
  padding: 5px;
}
.shop__plan-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.shop__plan-item-price-new {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .shop__plan-item-price-new {
    font-size: 16px;
  }
}
.shop__plan-item-price-old {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .shop__plan-item-price-old {
    font-size: 14px;
  }
}
.shop .shop__plan-item-select {
  width: 100%;
  margin-top: 5px;
}
.shop .shop__plan-item-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-top: 5px;
  padding: 8px 30px 8px 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMy4yNDUgNGwtMTEuMjQ1IDE0LjM3NC0xMS4yMTktMTQuMzc0LS43ODEuNjE5IDEyIDE1LjM4MSAxMi0xNS4zOTEtLjc1NS0uNjA5eiIvPjwvc3ZnPg==");
  background-color: rgb(247, 247, 247);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 16px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 2px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
}
