/** Shopify CDN: Minification failed

Line 530:0 Expected "}" to go with "{"

**/
/* Réduction du padding sur les pages collections */
body.template--collection [data-section-id] {
  padding: 0 !important;
}

/* Titres dans le panier */
[data-item="block-heading"] {
  letter-spacing: normal;
}

.scrolling-content--root{
  border-radius: 1rem;
}

.collection-header--image,
.featured-content--image,
header-element.header--root {
  border-radius: 1rem 1rem 0 0; /* haut uniquement */
  overflow: visible; /* si un enfant déborde */
  
}


.collection-header--image {
  height: 350px;
}

.navigation--wrapper {
  padding: 1rem 0 2rem 0;
}

/* Footer layout et blocs */

.footer--root{
    margin-top: 1rem;
}

.footer--blocks {
  position: relative;
  padding-top: 1rem;

}

.footer--blocks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}

.footer--block:not(:first-child):not(:last-child) .footer--block--container {
  margin: 0;
}

.footer--sub--block {
  display: none;
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  background: rgba(92, 67, 56, 0.4);
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

.sticky-cta.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-left {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
}

.cta-button {
  background-color: #5c554d;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cta-button::after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  transition: left 0.3s ease;
  z-index: 0;
}

.cta-button:hover::after {
  left: 0;
}

.cta-button:hover {
  background-color: #4d4741;
}

/* Texte empilé */
.stacked-text--description {
  line-height: 1.6;
  margin-top: 0.5rem;
  font-size: 1rem;
}

.stacked-text--description br {
  display: block;
  content: "";
  margin-bottom: 0.5rem;
}

/* Header responsive */
@media (max-width: 900px) {
  .header--search .icon-text,
  .header--account .icon-text {
    display: none;
  }
}

body#collectionsall .header--wrapper{
  padding: 1rem !important;
}

/* Picker variantes produit */
.radios--header {
  display: none !important;
}

.radios--value-button {
  text-transform: lowercase !important;
}

/* Menu footer */
.footer--menu [data-item="sub-nav-text"] {
  font-family: 'Bebas Neue', sans-serif !important;
}

.footer--about-text a {
  text-decoration: none !important;
  letter-spacing: 0.2rem;
}

/* Footer responsive */
@media (max-width: 900px) {
  .footer--blocks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem 0 1rem; 
  }

  .footer--block {
    text-align: left !important;
  }

  .footer--block:not(:first-child):not(:last-child) .footer--block--container {
    width: 100px;
  }

  .footer--block[data-block-type="subscribe"] {
    grid-column: 1 / -1;
    text-align: center !important;
  }

  .footer--block[data-block-type="menu"]:nth-of-type(2) {
    grid-column: 1 / 2;
  }

  .footer--block[data-block-type="menu"]:nth-of-type(3) {
    grid-column: 2 / 3;
  }

  .footer--block[data-block-type="about"] {
    grid-column: 3 / 4;
  }

  .footer--block[data-block-type="liquid"] {
    grid-column: 1 / -1;
    text-align: center !important;
  }

  .footer--menu [data-item="sub-nav-text"] {
    font-size: 9px;
  }

  .social-icons-with-names {
    flex-direction: column;
  }

  .social-icons-with-names__name {
    font-size: 9px !important;
  }

  .footer--subscribe {
    padding-top: 1rem;
  }
}

/* Social icons */
.social-icons--with-titles,
.social-icons-with-names {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icons__item,
.social-icons-with-names__item {
  display: flex;
  align-items: center;
}

.social-icons__link,
.social-icons-with-names__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}

.social-icons__title {
  font-size: 0.875rem;
  line-height: 1.2;
}

.social-icons__link svg,
.social-icons-with-names__item svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.social-icons-with-names__name {
  margin-left: 0.1rem;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* Bouton achat produit */
button.product-buy-buttons--primary {
  font-family: 'Bebas Neue', sans-serif !important;
  background-color: #5c4338 !important;
  color: #fff !important;
  border: 1px solid #5c4338 !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

button.product-buy-buttons--primary:hover,
button.product-buy-buttons--primary:focus,
button.product-buy-buttons--primary.is-hovered {
  background-color: #fff !important;
  color: #5c4338 !important;
  border: 1px solid #5c4338 !important;
}

.product-buy-buttons--cta-text,
.product-buy-buttons--cta-text strong {
  color: inherit !important;
}

.product-buy-buttons--spinner {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0 !important;
  pointer-events: none;
}

/* Cacher la barre de livraison panier */
.cart--shipping-bar {
  display: none;
}

/* Footer desktop */
@media (min-width: 900px) {
  .footer--root {
    padding: 0 !important;
  }

  .footer--logo-big {
    padding: 0 1rem;
  }

  .footer--blocks {
    padding: 0 !important;
    display: flex;
    justify-content: space-evenly;
    gap: var(--spacing--block);
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    position: relative;
  }

  .footer--block {
    position: relative;
    padding: 0 1rem;
    flex: 1;
  }

  .footer--block--container {
    padding: 1rem 0;
  }

  .footer--block + .footer--block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #fff;
  }

  .footer--block > * + * {
    margin-top: 1rem;
  }
  /* ===========================================
   RHODE — BASE UNIFIÉE POUR ALLIGNER LES BLOCS
   =========================================== */

/* Container général harmonisé */
.rhode-block,
.rhode-keyingredients,
.rhode-howto,
.rhode-problematic {
  width: 100%;
  background: #F3F3F1;
  padding: 6rem 0;
  margin: 6rem 0;
}

/* Conteneur interne aligné */
.rhode-block__container,
.rhode-keyingredients__container,
.rhode-howto__container,
.rhode-problematic__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

/* ALTERNANCE (image droite) */
.reverse .rhode-block__image-wrapper,
.reverse .rhode-keyingredients__image-wrapper,
.reverse .rhode-howto__image-wrapper,
.reverse .rhode-problematic__image-wrapper {
  order: 2;
}

.reverse .rhode-block__text,
.reverse .rhode-keyingredients__text,
.reverse .rhode-howto__text,
.reverse .rhode-problematic__text {
  order: 1;
}

/* Images harmonisées */
.rhode-block__image-wrapper,
.rhode-keyingredients__image-wrapper,
.rhode-howto__image-wrapper,
.rhode-problematic__image-wrapper {
  flex: 1.2;
  max-height: 460px;
  overflow: hidden;
  border-radius: 1.4rem;
}

.rhode-block__image-wrapper img,
.rhode-keyingredients__image-wrapper img,
.rhode-howto__image-wrapper img,
.rhode-problematic__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Texte harmonisé */
.rhode-block__text,
.rhode-keyingredients__text,
.rhode-howto__text,
.rhode-problematic__text {
  flex: 1;
  padding: 2rem 3rem;
  color: #4B3A2F;
}

.rhode-block__title,
.rhode-keyingredients__label,
.rhode-howto__label,
.rp-label {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  letter-spacing: 0.08em;
}

/* Mobile */
@media (max-width: 900px) {

  .rhode-block__container,
  .rhode-keyingredients__container,
  .rhode-howto__container,
  .rhode-problematic__container {
    flex-direction: column;
    gap: 3rem;
  }

  .rhode-block__image-wrapper,
  .rhode-keyingredients__image-wrapper,
  .rhode-howto__image-wrapper,
  .rhode-problematic__image-wrapper {
    max-height: 360px;
  }

  .reverse .rhode-block__image-wrapper,
  .reverse .rhode-keyingredients__image-wrapper,
  .reverse .rhode-howto__image-wrapper,
  .reverse .rhode-problematic__image-wrapper {
    order: unset;
  }

  .reverse .rhode-block__text,
  .reverse .rhode-keyingredients__text,
  .reverse .rhode-howto__text,
  .reverse .rhode-problematic__text {
    order: unset;
  }
/* =================================================
   HOURI – VARIANT PICKER FINAL (CAPS + STAR)
   ================================================= */

/* ---------- Base pills style ---------- */
.product-form__input input[type="radio"] + label {
  border-radius: 999px !important;
  padding: 10px 14px !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase !important; /* FORCE CAPS */
  transition: all 0.2s ease;
}

/* ---------- Hover ---------- */
.product-form__input input[type="radio"] + label:hover {
  border-width: 2px !important;
}

/* ---------- Selected ---------- */
.product-form__input input[type="radio"]:checked + label {
  border-width: 2px !important;
}

/* ---------- Highlighted pill ---------- */
.variant-pill--featured {
  position: relative;
  border-width: 2px !important;
  transform: translateY(-1px);
}

/* ---------- Star badge ---------- */
.variant-pill--featured::after {
  content: "★";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: #3b2a1f; /* marron Houri */
  color: #ffffff;
}
