/* Seção "Ihr Vorteilspaket wählen" – alinhada ao Kaching Bundle do ORIGINAL (Shopify) */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

.delura-vorteilspaket {
  width: 100%;
  margin: 0 0 1.5rem 0;
  font-family: Inter, var(--font-paragraph--family, sans-serif);
  background: #fff;
  padding: 0.5rem 0 1.25rem 0;
  box-sizing: border-box;
}
.delura-vorteilspaket__inner {
  background: #fff;
  padding: 0 1.25rem;
  max-width: 100%;
}
.delura-vorteilspaket__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.delura-vorteilspaket__title-line {
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: #d1d1d1;
}
.delura-vorteilspaket__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.delura-vorteilspaket__bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.delura-vorteilspaket__bar {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ededed;
  color: #000;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.delura-vorteilspaket__bar:hover {
  border-color: #ccc;
  background: #e8e8e8;
}
.delura-vorteilspaket__bar--selected {
  border: 2px solid #000;
  background: #fff;
  box-shadow: none;
}
.delura-vorteilspaket__radio {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #b0b0b0;
  border-radius: 50%;
  margin-top: 2px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.delura-vorteilspaket__bar--selected .delura-vorteilspaket__radio {
  border-color: #000;
  background: #000;
}
.delura-vorteilspaket__bar--selected .delura-vorteilspaket__radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.delura-vorteilspaket__bar-content {
  flex: 1;
  min-width: 0;
}
.delura-vorteilspaket__bar-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.delura-vorteilspaket__bar-titles {
  flex: 1;
  min-width: 0;
}
.delura-vorteilspaket__bar-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
}
.delura-vorteilspaket__bar-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
}
.delura-vorteilspaket__bar-label-savings {
  display: inline-block;
  background: #5a5a5a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.delura-vorteilspaket__bar-subtitle {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}
.delura-vorteilspaket__bar-prices {
  flex-shrink: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.delura-vorteilspaket__bar-price {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.delura-vorteilspaket__bar-compare {
  font-size: 14px;
  color: #555;
  text-decoration: line-through;
  font-weight: 400;
}
.delura-vorteilspaket__badge {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  line-height: 1.2;
}
.delura-vorteilspaket__expand {
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8e8e8;
  display: none;
}
.delura-vorteilspaket__bar--selected .delura-vorteilspaket__expand {
  display: block;
}
.delura-vorteilspaket__expand-title {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.delura-vorteilspaket__variants {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.delura-vorteilspaket__variant-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.delura-vorteilspaket__variant-thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.delura-vorteilspaket__variant-select {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  padding-right: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 12px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
}
.delura-vorteilspaket__variant-select:hover {
  border-color: #ccc;
}
.delura-vorteilspaket__variant-select:focus {
  outline: none;
  border-color: #000;
}
.delura-vorteilspaket__atc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 1.25rem;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}
.delura-vorteilspaket__atc:hover {
  background: #333;
}
.delura-vorteilspaket__atc svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
/* Esconder quantidade e botão nativo quando nossa seção existe */
body:has(#delura-vorteilspaket) .buy-buttons-block .product-form-buttons {
  display: none !important;
}

/* Modal Warenkorb – escolher quantidade antes de ir ao checkout */
.delura-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}
.delura-cart-modal.is-open {
  display: flex;
}
.delura-cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.delura-cart-modal__panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.delura-cart-modal__title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.delura-cart-modal__product {
  font-size: 0.9375rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.delura-cart-modal__variant {
  font-size: 0.8125rem;
  color: #666;
  margin-bottom: 1rem;
}
.delura-cart-modal__qty-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.delura-cart-modal__qty-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
.delura-cart-modal__qty-controls {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.delura-cart-modal__qty-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #f5f5f5;
  color: #000;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.delura-cart-modal__qty-btn:hover {
  background: #eee;
}
.delura-cart-modal__qty-value {
  min-width: 2.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background: #fff;
  padding: 0.5rem;
  -moz-appearance: textfield;
}
.delura-cart-modal__qty-value::-webkit-outer-spin-button,
.delura-cart-modal__qty-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.delura-cart-modal__checkout {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.delura-cart-modal__checkout:hover {
  background: #333;
}
.delura-cart-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.delura-cart-modal__close:hover {
  color: #000;
}
