.bundle__header {
  padding: 20px;
  background-color: #F1F2F2;
  color: #000;
}
.bundle__title {
  margin: 0 0 12px;
  font-family: "Montserrat Semi", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
}
.bundle__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 120%;
}
.bundle__subtitle b {
  font-weight: 400;
  font-family: "Montserrat Semi", sans-serif;
}
.bundle__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-top: 20px;
}
.bundle__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.bundle__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  height: 0;
  padding-bottom: 144.74%;
}
.bundle__badge {
  position: absolute;
  top: 20px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 999px;
}
.bundle__cart {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #000;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.bundle__cart svg {
  width: 20px;
  height: 20px;
}
.bundle__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.bundle__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bundle__info {
  text-align: center;
}
.bundle__name {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
}
.bundle__name:hover, .bundle__name:focus, .bundle__name:active {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
}
.bundle__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat Semi", sans-serif;
  color: #000;
}
.bundle__price-old {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-decoration: line-through;
  font-family: "Montserrat Medium", sans-serif;
}
@media (max-width: 767px) {
  .bundle__header {
    padding: 24px 16px;
  }
  .bundle__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .bundle__subtitle {
    font-size: 16px;
  }
  .bundle__items {
    gap: 20px 12px;
  }
  .bundle__cart {
    width: 42px;
    height: 42px;
  }
  .bundle__cart svg {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
