/** Shopify CDN: Minification failed

Line 477:10 Expected identifier but found whitespace
Line 478:2 Unexpected "/"

**/
/**
 * JULEPS PRODUCT HERO
 * Section principale page produit
 * Design: Pixel-perfect from Figma
 */

/* ========================================
   CONTAINER PRINCIPAL
   ======================================== */

.juleps-product-hero {
  background-color: var(--juleps-cream);
  padding: 60px 60px 80px 60px;
}

.juleps-product-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 619px 1fr;
  gap: 60px;
}

/* ========================================
   COLONNE GAUCHE - IMAGE PRODUIT
   ======================================== */

.juleps-product-hero__image-wrapper {
  width: 619px;
  height: 808px;
  border: 1px solid var(--juleps-dark-green);
  border-radius: 37px;
  overflow: hidden;
  background-color: var(--juleps-cream);
}

.juleps-product-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.juleps-product-hero__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(62, 71, 30, 0.05);
}

/* ========================================
   COLONNE DROITE - DÉTAILS
   ======================================== */

.juleps-product-hero__details {
  display: flex;
  flex-direction: column;
  padding-top: 21px;
}

/* Rating (Étoiles + Avis) */
.juleps-product-hero__rating {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.juleps-product-hero__stars {
  width: 120px;
  height: 30px;
}

.juleps-product-hero__stars svg {
  width: 100%;
  height: 100%;
}

.juleps-product-hero__reviews-link {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 16px;
  color: #3E471E;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.juleps-product-hero__reviews-link:hover {
  opacity: 0.7;
}

/* Breadcrumb */
.juleps-product-hero__breadcrumb {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 16px;
  color: rgba(62, 71, 30, 0.5);
  margin-bottom: 38px;
}

/* Titre produit */
.juleps-product-hero__title {
  font-family: var(--juleps-font-primary);
  font-size: 65px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 65px;
  color: #3E471E;
  margin: 0 0 24px 0;
  max-width: 635px;
}

/* Badges */
.juleps-product-hero__badges {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.juleps-product-hero__badge {
  height: auto;
  min-height: 37px;
  padding: 10px 16px;
  background-color: rgba(62, 71, 30, 0.2);
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 1.2;
  color: #3E471E;
  text-align: center;
  white-space: nowrap;
}

/* Description */
.juleps-product-hero__description {
  max-width: 588px;
  font-family: var(--juleps-font-primary);
  font-size: 17px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 32px;
  color: #3E471E;
  margin-bottom: 32px;
}

.juleps-product-hero__description p {
  margin: 0;
}

/* Prochaine livraison */
.juleps-product-hero__delivery {
  margin-bottom: 32px;
}

.juleps-product-hero__delivery-title {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 34px;
  color: #3E471E;
  margin: 0 0 7px 0;
}

.juleps-product-hero__delivery-date {
  width: fit-content;
  height: auto;
  min-height: 34px;
  background-color: rgba(62, 71, 30, 0.1);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  white-space: nowrap;
}

.juleps-product-hero__delivery-date svg {
  flex-shrink: 0;
}

.juleps-product-hero__delivery-date span {
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 1.2;
  color: #3E471E;
}

/* Info délai */
.juleps-product-hero__delay-info {
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 32px;
  color: #3E471E;
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.juleps-product-hero__delay-info svg,
.juleps-product-hero__delay-info img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* ========================================
   FORMULAIRE AJOUT PANIER
   ======================================== */

.juleps-product-hero__form {
  width: 100%;
  max-width: 635px;
}

.juleps-product-hero__purchase {
  width: 100%;
  max-width: 635px;
  height: 147px;
  border: 1px solid #3E471E;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  background-color: #FCF6F3;
  box-sizing: border-box;
}

/* Sélecteur quantité */
.juleps-product-hero__quantity {
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  width: 167px;
  height: 56px;
  border: 1px solid #3E471E;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background-color: #FCF6F3;
  box-sizing: border-box;
}

.juleps-product-hero__quantity-btn {
  font-family: 'Ardiga', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #3E471E;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.juleps-product-hero__quantity-btn:hover {
  opacity: 0.7;
}

.juleps-product-hero__quantity-btn--minus {
  color: rgba(62, 71, 30, 0.3);
}

.juleps-product-hero__quantity-input {
  font-family: var(--juleps-font-primary);
  font-size: 25px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 34px;
  color: #3E471E;
  text-align: center;
  border: none;
  background: none;
  width: 60px;
  outline: none;
  -moz-appearance: textfield;
}

.juleps-product-hero__quantity-input::-webkit-outer-spin-button,
.juleps-product-hero__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Prix */
.juleps-product-hero__price {
  position: absolute;
  left: 270px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.juleps-product-hero__price-regular {
  font-family: var(--juleps-font-primary);
  font-size: 30px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 34px;
  color: #3E471E;
}

.juleps-product-hero__price-compare {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 34px;
  color: rgba(62, 71, 30, 0.5);
  text-decoration: line-through;
}

/* Bouton panier */
.juleps-product-hero__add-to-cart {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s;
}

.juleps-product-hero__add-to-cart:hover {
  transform: translateY(-50%) scale(1.05);
}

.juleps-product-hero__add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.juleps-product-hero__cart-icon {
  width: 56px;
  height: 56px;
  display: block;
}

/* Select variante (caché si une seule) */
.juleps-product-hero__variant-select {
  display: none;
}

/* ========================================
   INFOS LIVRAISON (BAS)
   ======================================== */

.juleps-product-hero__shipping-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 32px;
  color: #3E471E;
}

.juleps-product-hero__separator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3E471E;
  display: inline-block;
  margin: 0 2px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablette */
@media (max-width: 989px) {
  .juleps-product-hero {
    padding: 40px 40px 60px 40px;
  }

  .juleps-product-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .juleps-product-hero__image-wrapper {
    width: 100%;
    max-width: 619px;
    margin: 0 auto;
  }

  .juleps-product-hero__title {
    font-size: 50px;
    line-height: 55px;
  }

  .juleps-product-hero__description {
    width: 100%;
  }

  .juleps-product-hero__form {
    width: 100%;
  }

  .juleps-product-hero__purchase {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 749px) {
  .juleps-product-hero {
    padding: 20px 20px 40px 20px;
  }

  .juleps-product-hero__title {
    font-size: 40px;
    line-height: 45px;
  }

  .juleps-product-hero__image-wrapper {
    height: 400px;
  }

  .juleps-product-hero__purchase {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 20px;
  }

  .juleps-product-hero__quantity,
  .juleps-product-hero__price,
  .juleps-product-hero__add-to-cart {
    position: static;
    transform: none;
  }

  .juleps-product-hero__shipping-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .juleps-product-hero__separator {
    display: none;
  }
}

 * Section principale page produit
 * Design: Pixel-perfect from Figma
 */

/* ========================================
   CONTAINER PRINCIPAL
   ======================================== */

.juleps-product-hero {
  background-color: var(--juleps-cream);
  padding: 60px 60px 80px 60px;
}

.juleps-product-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 619px 1fr;
  gap: 60px;
}

/* ========================================
   COLONNE GAUCHE - IMAGE PRODUIT
   ======================================== */

.juleps-product-hero__image-wrapper {
  width: 619px;
  height: 808px;
  border: 1px solid var(--juleps-dark-green);
  border-radius: 37px;
  overflow: hidden;
  background-color: var(--juleps-cream);
}

.juleps-product-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.juleps-product-hero__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(62, 71, 30, 0.05);
}

/* ========================================
   COLONNE DROITE - DÉTAILS
   ======================================== */

.juleps-product-hero__details {
  display: flex;
  flex-direction: column;
  padding-top: 21px;
}

/* Rating (Étoiles + Avis) */
.juleps-product-hero__rating {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.juleps-product-hero__stars {
  width: 120px;
  height: 30px;
}

.juleps-product-hero__stars svg {
  width: 100%;
  height: 100%;
}

.juleps-product-hero__reviews-link {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 16px;
  color: #3E471E;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.juleps-product-hero__reviews-link:hover {
  opacity: 0.7;
}

/* Breadcrumb */
.juleps-product-hero__breadcrumb {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 16px;
  color: rgba(62, 71, 30, 0.5);
  margin-bottom: 38px;
}

/* Titre produit */
.juleps-product-hero__title {
  font-family: var(--juleps-font-primary);
  font-size: 65px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 65px;
  color: #3E471E;
  margin: 0 0 24px 0;
  max-width: 635px;
}

/* Badges */
.juleps-product-hero__badges {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.juleps-product-hero__badge {
  height: auto;
  min-height: 37px;
  padding: 10px 16px;
  background-color: rgba(62, 71, 30, 0.2);
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 1.2;
  color: #3E471E;
  text-align: center;
  white-space: nowrap;
}

/* Description */
.juleps-product-hero__description {
  max-width: 588px;
  font-family: var(--juleps-font-primary);
  font-size: 17px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 32px;
  color: #3E471E;
  margin-bottom: 32px;
}

.juleps-product-hero__description p {
  margin: 0;
}

/* Prochaine livraison */
.juleps-product-hero__delivery {
  margin-bottom: 32px;
}

.juleps-product-hero__delivery-title {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 34px;
  color: #3E471E;
  margin: 0 0 7px 0;
}

.juleps-product-hero__delivery-date {
  width: fit-content;
  height: auto;
  min-height: 34px;
  background-color: rgba(62, 71, 30, 0.1);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  white-space: nowrap;
}

.juleps-product-hero__delivery-date svg {
  flex-shrink: 0;
}

.juleps-product-hero__delivery-date span {
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 1.2;
  color: #3E471E;
}

/* Info délai */
.juleps-product-hero__delay-info {
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 32px;
  color: #3E471E;
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.juleps-product-hero__delay-info svg,
.juleps-product-hero__delay-info img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* ========================================
   FORMULAIRE AJOUT PANIER
   ======================================== */

.juleps-product-hero__form {
  width: 100%;
  max-width: 635px;
}

.juleps-product-hero__purchase {
  width: 100%;
  max-width: 635px;
  height: 147px;
  border: 1px solid #3E471E;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  background-color: #FCF6F3;
  box-sizing: border-box;
}

/* Sélecteur quantité */
.juleps-product-hero__quantity {
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  width: 167px;
  height: 56px;
  border: 1px solid #3E471E;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background-color: #FCF6F3;
  box-sizing: border-box;
}

.juleps-product-hero__quantity-btn {
  font-family: 'Ardiga', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #3E471E;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.juleps-product-hero__quantity-btn:hover {
  opacity: 0.7;
}

.juleps-product-hero__quantity-btn--minus {
  color: rgba(62, 71, 30, 0.3);
}

.juleps-product-hero__quantity-input {
  font-family: var(--juleps-font-primary);
  font-size: 25px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 34px;
  color: #3E471E;
  text-align: center;
  border: none;
  background: none;
  width: 60px;
  outline: none;
  -moz-appearance: textfield;
}

.juleps-product-hero__quantity-input::-webkit-outer-spin-button,
.juleps-product-hero__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Prix */
.juleps-product-hero__price {
  position: absolute;
  left: 270px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.juleps-product-hero__price-regular {
  font-family: var(--juleps-font-primary);
  font-size: 30px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 34px;
  color: #3E471E;
}

.juleps-product-hero__price-compare {
  font-family: var(--juleps-font-primary);
  font-size: 20px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 34px;
  color: rgba(62, 71, 30, 0.5);
  text-decoration: line-through;
}

/* Bouton panier */
.juleps-product-hero__add-to-cart {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s;
}

.juleps-product-hero__add-to-cart:hover {
  transform: translateY(-50%) scale(1.05);
}

.juleps-product-hero__add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.juleps-product-hero__cart-icon {
  width: 56px;
  height: 56px;
  display: block;
}

/* Select variante (caché si une seule) */
.juleps-product-hero__variant-select {
  display: none;
}

/* ========================================
   INFOS LIVRAISON (BAS)
   ======================================== */

.juleps-product-hero__shipping-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--juleps-font-primary);
  font-size: 15px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 32px;
  color: #3E471E;
}

.juleps-product-hero__separator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3E471E;
  display: inline-block;
  margin: 0 2px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablette */
@media (max-width: 989px) {
  .juleps-product-hero {
    padding: 40px 40px 60px 40px;
  }

  .juleps-product-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .juleps-product-hero__image-wrapper {
    width: 100%;
    max-width: 619px;
    margin: 0 auto;
  }

  .juleps-product-hero__title {
    font-size: 50px;
    line-height: 55px;
  }

  .juleps-product-hero__description {
    width: 100%;
  }

  .juleps-product-hero__form {
    width: 100%;
  }

  .juleps-product-hero__purchase {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 749px) {
  .juleps-product-hero {
    padding: 20px 20px 40px 20px;
  }

  .juleps-product-hero__title {
    font-size: 40px;
    line-height: 45px;
  }

  .juleps-product-hero__image-wrapper {
    height: 400px;
  }

  .juleps-product-hero__purchase {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 20px;
  }

  .juleps-product-hero__quantity,
  .juleps-product-hero__price,
  .juleps-product-hero__add-to-cart {
    position: static;
    transform: none;
  }

  .juleps-product-hero__shipping-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .juleps-product-hero__separator {
    display: none;
  }
}
