/** Shopify CDN: Minification failed

Line 356:1 Expected "}" to go with "{"

**/
.selected-variant-info {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .variant-details {
    justify-content: center;
  }/* assets/bundle-selector.css */

.bundle-selector {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0;
}

.bundle-container {
  background: transparent;
  padding: 0;
}

.bundle-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #333;
}

/* Sélecteur de couleur */
.color-selector {
  margin-bottom: 20px;
}

.color-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #555;
}

.color-dropdown {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #666;
  border-radius: 25px;
  font-size: 1rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.color-dropdown:focus {
  outline: none;
  border-color: #007bff;
}

/* Pastilles de couleur dans le dropdown */
.color-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 8px;
}

/* Grid des offres */
.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

/* Grid V3 : 2 en haut, 1 en bas */
.offer-grid--v3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.offer-grid--v3 .offer-card:last-child {
  grid-column: 1 / -1;
}

.offer-grid--v3 .offer-label {
  flex-direction: column;
  text-align: center;
  padding: 8px 15px;
  justify-content: center;
      max-height: 70px;
}

.offer-grid--v3 .offer-content {
  text-align: center;
  min-width: auto;
}

.offer-grid--v3 .offer-name {
  text-align: center;
}

.offer-grid--v3 .offer-pricing {
  justify-content: center;
}

.offer-grid--v3 .offer-label:before {
    top: 10px;
    left: 10px;
    border: 4px solid #ffffff;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 1.5px;
}

@media (max-width: 480px) {
  .offer-grid--v3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.offer-card {
  position: relative;
}

.offer-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.offer-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 15px;
  border: 2px solid #3e5e55;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  gap: 15px;
  min-height: auto;
}

.offer-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.offer-card input:checked + .offer-label {
    background: #c0eadeb0;
    color: #000000;
}

.offer-card input:checked + .offer-label .current-price {
  color: #000000;
}

/* Cases à cocher personnalisées */
.offer-label::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 3px;
  background: white;
}

.offer-card input:checked+.offer-label:before {
    background: #000000;
    border: 4px solid #ffffff;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 1.5px;
}

.offer-card input:checked + .offer-label::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* Badges de réduction */
.discount-badge {
    position: absolute;
    top: -27px;
    right: 15px;
    background: #1F403B;
    color: #fff;
    padding: .3rem 1rem;
    border-radius: 7px 7px 0 0;
    font-size: .75rem;
    font-weight: 600;
    z-index: 2;
}

.discount-badge.discount-best {
  background: #1F403B;
}

.best-deal {
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  width: 100%;
  background: #1F403B;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 0 0 7px 7px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}

.offer-images {
  display: flex;
  gap: 3px;
  align-items: center;
  flex-shrink: 0;
  margin-left: 20px;
  width: 35%;
  justify-content: end;
}

.offer-image {
  max-width: 70px;
  height: auto;
  object-fit: contain;
}

.offer-image-recharge {
  max-width: 30px;
}

.image-separator {
  font-size: 1.3rem;
  font-weight: 900;
  color: #333;
  margin: 0 2px;
}

.offer-content {
  flex: 1;
  text-align: center;
  min-width: 60%;
}

.offer-name {
    font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: inherit;
  font-family: inherit;
  text-align: left;
}

.offer-pricing {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.5rem;
  text-align: left;
}

.current-price {
    font-size: 1rem;
  font-weight: 600;
  color: #1F403B;
}

.original-price {
    font-size: 1rem;
  color: #999;
  text-decoration: line-through;
}




/* Responsive */
@media (max-width: 768px) {
  .offer-grid:not(.offer-grid.offer-grid--v3) {
    grid-template-columns: 1fr;
  }

  label.offer-label>.discount-badge {
    right: auto !important;
  }

  .selected-variant-info {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .variant-details {
    justify-content: center;
  }

  .offer-label::before {
    display: none;
  }

  .offer-images {
    justify-content: left;
  }
}

.product__block.product__bundle-selector.aos-animate {
    padding: 0;
}

.custom-color-dropdown {
    border: 2px solid #3e5e55;
    border-radius: 7px !important;

/* CSS add to cart*/

.btn--half .product__submit__buttons {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}


.product__submit__holder--spb .product__submit__add {
    color: black;
    font-weight: 700;
    background: #fdd910;
}