.poignee-note {
      background: oklch(97.1% 0.014 343.198);
      color: black;
      padding: 10px 16px;
      border-radius: 8px;
      font-size: 16px;
      font-size: 15px;
      display: flex;
      flex-direction: column;
      gap: 10px;
}

.lezards-poignee-variations {
      
}

body.single-product #gallery-1 {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 8px;
}

.gap-3 {
      gap: 9px;
}

.info-echantillons {
      background: white;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.6;
      color: black;
      margin: 20px 0 60px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
}

.info-echantillons .image {
      flex: 0 0 auto;
      width: 120px;
}

.info-echantillons .image img {
      width: 100%;
      height: auto;
      border-radius: 6px;
}

.info-echantillons .droite {
      flex: 1;
}

.info-echantillons b, .info-echantillons strong {
      font-weight: 500;
}

.info-echantillons a {
      font-weight: 500;
      color: var(--e-global-color-primary);
      border-bottom: solid 1px var(--e-global-color-primary);
      padding-bottom: 2px;
      transition: all .3s ease;
}

.info-echantillons a:hover {
      color: black;
      border-bottom: solid 1px black;
}

body.single-product  .accordion-section .accordion-title {
      background: black;
      color: white;
      font-weight: 500;
      letter-spacing: 1px;
}

.red {
      color: var(--e-global-color-primary);
      font-weight: 500;
      font-size: 15px;
      margin: 10px 0 30px;
      max-width: 90%;
}

.info-poignees {
      background: white;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.6;
      color: black;
      margin: 30px 0 30px;
      padding: 30px 0;
      border-top: solid 2px var(--e-global-color-primary);
}

.info-poignees  b, .info-poignees  strong {
      font-weight: 500;
}

.info-poignees a {
      font-weight: 500;
      color: var(--e-global-color-primary);
      border-bottom: solid 1px var(--e-global-color-primary);
      padding-bottom: 2px;
      transition: all .3s ease;
      display: inline-block;
      margin-top: 10px;
}

.info-poignees a:hover {
      color: black;
      border-bottom: solid 1px black;
}

body.single-product .short-description {
      font-size: 15px;
      font-weight: 300;
      color: black;
      line-height: 1.6;
      margin: 20px 0 40px;
} 

body.single-product .short-description strong, body.single-product .short-description a {
      color: var(--e-global-color-primary);
      font-weight: 500;
}

body.single-product .woocommerce-variation-add-to-cart {
      display: flex;
      align-items: stretch;
}

body.single-product table.variations, body.single-product form.variations_form {
      width: 100%;
}

body.single-product table.variations tr, body.single-product table.variations th {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
}

body.single-product table.variations tr label, body.single-product table.variations th label {
      font-weight: 500;
      font-size: 15px;
      color: black;
}

body.single-product .woocommerce-variation-add-to-cart .quantity input {
      height: 100%;
      border: solid 1px black;
      border-radius: 0px;
}

body.single-product .woocommerce-variation-add-to-cart button[type="submit"] {
      background: black;
      color: white;
      padding: 15px 20px;
      font-weight: 500;
      border: solid 2px black;
      border-radius: 0px;
}

body.single-product .woocommerce-variation-add-to-cart button[type="submit"]:hover {
      background: white;
      color: black;
}