/** Shopify CDN: Minification failed

Line 131:5 Unexpected "="
Line 137:5 Unexpected "="

**/
.home-section-title a[href^="https://"], .home-section-title a[href^="https://"]:visited, .home-section-title a[href^="https://"]:active, .home-section-title a[href^="https://"]:link {
  color: var(--theme-primary) !important;
}

.builder--modification-1 {
  background-color: var(--theme-primary);
}

.builder--modification-2 {
  background-color: #FFD2B1;
}

.promobox--modification-1 .promobox__plate,
.promobox--list-collections-2 .promobox__plate {
  min-height: 50px;
}
.promobox--modification-1:hover .promobox__plate .promobox__content::before,
.promobox--list-collections-2:hover .promobox__plate .promobox__content::before {
  background-color: var(--theme-primary);
  opacity: 1;
}
.promobox--modification-1:hover .promobox__text-1,
.promobox--list-collections-2:hover .promobox__text-1 {
  color: var(--theme2);
}


/* Custom  */

.color-hidden {
  display: none !important;
}

/**sorting-collections {
  animation: fade-up 0.7s ease;
}**/


/**.rimage img {
    transition: .2s ease;
}**/

/**.rimage:hover img {
    transform: scale(1.1));
    opacity: 0.9;
}**/

.product-collection__content {
  justify-content: center;
  text-align: center;
  width : 100%;
}

.product-collection__title {
  justify-content: center;
  text-align: center;
  width : 100%;
}


.product-collection__content a {
  text-decoration: none;
  color: #333;
  transition: 0.6s ease;
}

.product-collection__content a:hover {
  text-decoration: underline;
}

.product-collection__price{
  justify-content: center;
  text-align: center;
  width : 100%;
}

.product-collection__price .price{
  justify-content: center;
  text-align: center;
  width : 100%;
}

/* Tableau de tailles */
.size-chart-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  font-size: 0.75em; /* ajuste si tu veux plus petit ou plus grand */
}

/* Toutes les cellules */
.size-chart-table th,
.size-chart-table td {
  border: 1px solid #e3e3e3;     /* traits entre les cellules */
  padding: 6px 10px;
  text-align: center;             /* centré horizontalement */
  vertical-align: middle;         /* centré verticalement */
  white-space: nowrap;
}

/* Titre de colonne "Centimeters" */
.size-chart-table thead th:first-child {
  text-align: left;
  color: #111;
}

/* XS S M L XL XXL */
.size-chart-table thead th:not(:first-child) {
  background-color: #999999;                 /* gris clair */
  font-weight: 600;
}

/* Labels de lignes : Length, Chest, Shoulder, Sleeve */
.size-chart-table tbody td:first-child {
  text-align: left;
  background-color: #c4c4c4;                 /* gris très clair */
  font-weight: 500;
}

/* Valeurs numériques (cm) */
.size-chart-table tbody td:not(:first-child) {
  color: #222222;
}

media="(min-width: 1025px)" {
    .collections__sidebar--width-md {
        width: 250px !important;
    }
}

media="(min-width: 1025px)" {
    .collections__sidebar--width-md~.collections__body {
        max-width: calc(100% - 250px) !important;
    }
}


