/*!****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \****************************************************************************************************************/
.new-bundle__promo-text {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
.new-bundle__picker {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.new-bundle__picker__bundle__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(229, 246, 255);
  border-radius: 10px;
  border: 1px solid rgb(85, 195, 255);
  padding: 15px;
}
.new-bundle__picker__bundle__label--active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.new-bundle__picker__bundle__label__left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.new-bundle__picker__bundle__label__left__title {
  margin-right: 5px;
}
.new-bundle__picker__bundle__label__left__promo {
  background: rgb(85, 195, 255);
  border-radius: 36px;
  padding: 2px 5px;
  color: white;
  font-weight: 600;
  font-size: 12px;
}
.new-bundle__picker__bundle__label__right {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(85, 195, 255);
  flex-direction: column;
}
.new-bundle__picker__bundle__label__right__real-price {
  font-size: 14px;
  font-weight: 600;
}
.new-bundle__picker__bundle__label__right__real-price--one {
  color: black;
}
.new-bundle__picker__bundle__label__right__old-price {
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 500;
  color: black;
}
.new-bundle__picker__bundle__content {
  background: rgb(229, 246, 255);
  padding: 7px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgb(85, 195, 255);
  gap: 15px;
}
.new-bundle__picker__bundle__content__product-image__img {
  max-width: 60px;
}
@media (max-width: 767px) {
  .new-bundle__picker__bundle__content__product-image__img {
    max-width: 40px;
  }
}
.new-bundle__picker__bundle__content__colors__title {
  margin-bottom: 5px;
}
.new-bundle__picker__bundle__content__colors__items {
  display: flex;
  gap: 5px;
  align-items: center;
}
.new-bundle__picker__bundle__content__colors__items__color--active {
  border-radius: 90px;
  border: 1px solid black;
}
.new-bundle__picker__bundle__content__shapes__container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.new-bundle__picker__bundle__content__shapes__title {
  margin-bottom: 5px;
}
.new-bundle__picker__bundle__content__shapes__shape--active {
  border: 1px solid black;
}
.new-bundle__picker__bundle__content__shapes__shape__img {
  max-width: 50px;
}
.new-bundle__picker .bundles {
  padding: 18px 15px;
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .new-bundle__picker .bundles {
    padding: 5px;
    gap: 5px;
  }
}
.new-bundle__picker .bundles--active {
  display: flex;
  border: 1px solid rgb(85, 195, 255);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.new-bundle__picker__bundle__content__colors__items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.new-bundle__picker__bundle__content__colors__items__color {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(85, 195, 255, 0.4);
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .new-bundle__picker__bundle__content__colors__items__color {
    width: 40px;
    height: 40px;
  }
}
.new-bundle__picker__bundle__content__colors__items__color__swatch {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: var(--swatch-color, #f2f2f2);
  display: block;
}
.new-bundle__picker__bundle__content__colors__items__color--active {
  border-color: white;
  box-shadow: 0 0 0 2px black;
}
.new-bundle__picker__bundle__content__shapes__container {
  display: flex;
  gap: 10px;
}
.new-bundle__picker__bundle__content__shapes__shape {
  border: 1px solid rgba(85, 195, 255, 0.4);
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.new-bundle__picker__bundle__content__shapes__shape__img {
  max-width: 50px;
}
@media (max-width: 767px) {
  .new-bundle__picker__bundle__content__shapes__shape__img {
    max-width: 40px;
  }
}
.new-bundle__picker__bundle__content__shapes__shape--active {
  border-color: white;
  box-shadow: 0 0 0 2px black;
}
