/** Shopify CDN: Minification failed

Line 128:1 Unexpected "*"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
    width: 80% !important;
    margin: auto !important;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

/*---------------------- ajout css ------------------------*/

/*---------------------- marge violette autour des titres collection home page ------------------------*/

.collection__title--desktop-slider {
  display: flex; /* Active Flexbox */
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* (Optionnel) Centre verticalement si nécessaire */
  width: 100%; /* Assure que le conteneur occupe toute la largeur */
  margin: 0 auto; /* Supprime les marges externes conflictuelles */
  padding: 0; /* Supprime les paddings internes inutiles */
}


.collection__title--desktop-slider .title {
  text-align: center;
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #72194c 0%, #a62d6d 100%);
  letter-spacing: 2px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  display: inline-block !important; /* Ajuste la largeur au contenu */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Effets de survol */
  width: fit-content !important;
  text-decoration: none !important;
  display: inline-block;
  width: fit-content !important;
}


@media only screen and (max-width: 990px) {
  .collection__title--desktop-slider .title {
    font-size: 20px; /* Taille réduite pour les petits écrans */
  }
}


************

***CSS prix et infos produits pages collection***

.card-information {
  text-align: center;
  font-weight: 600;
}
.card__heading {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: assistant;
  color: black;
}

