/** Shopify CDN: Minification failed

Line 72:22 Expected identifier but found bad string token
Line 72:23 Unterminated string token

**/
/* Global fix */
.template-product.custom-product section::before {
  background-color: #f5f5f5 !important;
}
.specs-container {
  width: 100%;
}
.specs-section {
  margin-bottom: 40px;
}
.specs-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: flex-start;
}
.specs-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding-right: 20px;
}
.specs-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; /* Ajustez l'espacement selon vos besoins */
}
.spec-item h4 {
  font-weight: 700;
  margin: 0 0 8px 0;
  font-size: 16px;
}
.spec-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.specs-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 50px 0;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .specs-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
}

/* Home */

.specs-stack {
   margin-top:10px;
}

.color-stack {
   box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
   width: 24px;
   height: 24px;
   border-radius: 50%;"
}

/* Collection page */
.spec-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  margin-bottom: 15px;
}
.spec-bubble {
  flex: 0 0 auto;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}

/* Product page */

.product__title {
  margin-block-start: 10px;
}
.product__price {
  margin-block-start: 10px;
}
.product__info {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 15px;
}
.descriptioncourte {
  background: #F5F1EC;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 0px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.descriptioncourte p {
  margin-block:5px;
}
.descriptioncourte ul{
  margin: 0px;
 padding: 0px 18px;
}
.descriptioncourte li {
  margin-block-start:4px;
  padding: 0px;
}
.card__specstyle {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.greenleaze-button, .greenleaze-button-product {
  background: #F5F1EC;
  color: #A4412C;
  border: none !important;
}

.greenleaze-button:hover {
  background: #A4412C;
  color: #F5F1EC;
  border: none !important;
}

.greenleaze-button:after {
  border:none;
}

.file-download-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.file-download-list h4 {
  font-size: 1em;
  margin: 0 0 10px;
  color: #101820;
}
.file-download-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}
.file-download-item svg {
  flex-shrink: 0;
  color: #101820;
}
.file-download-item a {
  text-decoration: none;
  color: inherit;
  font-size: 0.95em;
}
.file-download-item a:hover {
  text-decoration: underline;
}
.file-download-empty {
  font-size: 0.9em;
  color: #999;
  font-style: italic;
}
.taxes-deee {
  font-size: 0.9em;
  color: #999;
  font-style: italic;
}

/* Footer */
@media (min-width: 1024px) {
.footer--inverted .footer__left {
  border-inline-end:0;
  border-inline-start:0px;
  padding-inline-start:0px;
}
}

@media (min-width: 1024px) {
.credits {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center; 
    gap: 20px; 
    text-align: center; 
}
.credits ul {
    margin-block-start:0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px; 
    padding: 0;
    margin: 0;
    list-style: none; 
}
.footer-copyright .credits ul {
  margin-block-start:0px;
}
.credits li {
    display: flex;
    align-items: center;
}
}


/* Responsive */
@media (max-width: 768px) {
  .specs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .specs-title h3 {
    padding-bottom: 10px;
    padding-right: 0;
  }
 .ref-col {
  position: sticky;
  left: 0px;
  background: #fff;
  font-weight: bold;
  min-width: 40px;
  z-index: 10;
}
  #guide-des-tailles {
    overflow-x: auto;
    display: block;
    width: 100%;
    max-width: calc(100vw - 100px);
  }
  th,
  td {
    padding: 6px 8px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }
/* Collection page */
  .spec {
    display: contents;
  }
  .rich-text {
    padding: 1rem;
  }
  .spec-bubble {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
  }
    .spec-bubble-dark {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
  }

  /* Header */
   li.drawer__menu-group:nth-child(1) > a:nth-child(1) {
  font-size: 14px;
  }
  li.drawer__menu-group:nth-child(7) > a:nth-child(1) {
  font-size: 14px;
  margin-top: 10px;
  }
  li.drawer__menu-group:nth-child(12) > a:nth-child(1) {
  font-size: 14px;
  margin-top: 10px;
  }

  /* Footer */
    .footer--inverted {
      display: flex; 
      flex-direction: column;
    }
    .footer__left {
      order: 2; 
    }
    .footer__right {
      order: 1; 
    }
    .footer__right {
    border-block-start:0px;
    margin-block-start:0px;
    padding-block-start:0px;
    padding-bottom: 40px;
  }
  .footer__accordions .details:first-of-type {
    border-top: 0px;
  }
  .footer__accordions .details:last-of-type {
    border-bottom: 0px;
  }
  .footer__accordions .details {
    padding-inline: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  }
