/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./views/src/scss/front.scss ***!
  \******************************************************************************************************************************************************************************************/
.rw-bundle-section {
  background: #0C0C0C;
  border-radius: 12px;
  padding: 0;
  margin: 30px 0 50px;
  width: 100%;
}
.rw-bundle-section__header {
  margin-bottom: 24px;
}
.rw-bundle-section__title {
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
}
.rw-bundle-section__subtitle {
  color: #999999;
  margin: -30px 0 0;
  font-weight: 400;
}
.rw-bundle-section__content {
  display: flex;
  align-items: center;
  gap: 0;
}
.rw-bundle-section__products {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0;
}
.rw-bundle-section__total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 180px;
  padding-left: 24px;
  margin-left: auto;
}
.rw-bundle-section__feedback {
  margin-top: 16px;
}
.rw-bundle-section__feedback .rw-bundle-feedback--success {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4CAF50;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 8px;
}
.rw-bundle-section__feedback .rw-bundle-feedback--error {
  color: #f44336;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  background: rgba(244, 67, 54, 0.1);
  border-radius: 8px;
}

.rw-bundle-product {
  background: #1A1A1A;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  max-width: 260px;
  flex: 1;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, background 0.2s ease;
}
.rw-bundle-product:hover {
  background: #222222;
}
.rw-bundle-product--current {
  border-color: #A28E39;
}
.rw-bundle-product__image {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
.rw-bundle-product__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rw-bundle-product__info {
  flex: 1;
  min-width: 0;
}
.rw-bundle-product__name {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 6px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rw-bundle-product__prices {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.rw-bundle-product__price-new {
  font-size: 15px;
  font-weight: 700;
  color: #A28E39;
}
.rw-bundle-product__price-old {
  font-size: 13px;
  color: #707070;
  text-decoration: line-through;
}
.rw-bundle-product__select-wrapper {
  position: relative;
  width: 100%;
}
.rw-bundle-product__select {
  width: 100%;
  padding: 6px 28px 6px 10px;
  font-size: 12px;
  color: #c7b25c;
  background: transparent;
  border: 1px solid #313131;
  border-radius: 6px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
}
.rw-bundle-product__select:hover, .rw-bundle-product__select:focus {
  border-color: #A28E39;
}
.rw-bundle-product__select option {
  background: #1A1A1A;
  color: #FFFFFF;
}
.rw-bundle-product__select-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  color: #c7b25c;
  pointer-events: none;
}

.rw-bundle-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  flex-shrink: 0;
}
.rw-bundle-separator span {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  line-height: 1;
}

.rw-bundle-total__label {
  font-size: 13px;
  color: #999999;
  margin-bottom: 4px;
  white-space: nowrap;
}
.rw-bundle-total__prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}
.rw-bundle-total__price-new {
  font-size: 28px;
  font-weight: 700;
  color: #A28E39;
  letter-spacing: -0.02em;
}
.rw-bundle-total__price-old {
  font-size: 16px;
  color: #707070;
  text-decoration: line-through;
}
.rw-bundle-total__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #A28E39;
  color: #0C0C0C;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
  white-space: nowrap;
}
.rw-bundle-total__btn:hover {
  background: #b7a352;
  transform: translateY(-1px);
}
.rw-bundle-total__btn:active {
  transform: translateY(0);
}
.rw-bundle-total__btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.rw-bundle-total__btn.loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #0C0C0C;
  border-radius: 50%;
  animation: rw-spin 0.6s linear infinite;
  margin-left: 8px;
}

@keyframes rw-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .rw-bundle-section {
    padding: 24px 20px;
  }
  .rw-bundle-section__content {
    flex-direction: column;
    gap: 20px;
  }
  .rw-bundle-section__products {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .rw-bundle-section__total {
    align-items: center;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #313131;
  }
  .rw-bundle-product {
    min-width: 180px;
    max-width: none;
    flex: 0 0 auto;
  }
  .rw-bundle-total__btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .rw-bundle-section {
    padding: 20px 16px;
    border-radius: 8px;
  }
  .rw-bundle-section__title {
    font-size: 20px;
  }
  .rw-bundle-section__products {
    flex-direction: column;
    align-items: stretch;
  }
  .rw-bundle-product {
    min-width: unset;
    width: 100%;
  }
  .rw-bundle-separator {
    padding: 4px 0;
  }
  .rw-bundle-separator span {
    font-size: 18px;
  }
}
