.product__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #f3f3f3;
}

.product__gallery {
  display: flex;
  width: 68%;
  padding: 75px 0px;
  justify-content: space-between;
  align-items: center;
}

.gauche-produit-img {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.gauche-produit-img > img {
  width: 100%;
  height: 535px;
  object-fit: cover;
}

.gauche-produit-img > div.product__thumbnails {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.gauche-produit-img > div.product__thumbnails > img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.product__summary {
  display: flex;
  width: 49%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.product__summary > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
}

.product_title {
  color: #39364a;
  font-family: Comfortaa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.product__description {
  color: #57576f;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product__description strong {
  color: #39364a;
}

.product__buttons a {
  display: flex;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #80cacf;
  color: #fff;
  text-decoration: none;
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}

.product__buttons a:hover {
  background: #6fb2b7;
}

.product__buttons a:last-child {
  background: #fff;
  color: #39364a;
}

.product__summary > div.product__buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
}

.product__buttons a:last-child:hover {
  background: #e0e0e0;
  color: #39364a;
}

.section-reassurances {
  display: flex;
  padding: 35px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #80cacf;
}
.reassurances.container {
  display: flex;
  width: 68%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.reassurance-item {
  display: flex;
  width: 28.4%;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.reassurance-item > p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.product__features-block {
  display: flex;
  padding: 150px 0 75px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.product__features-row {
  display: flex;
  width: 68%;
  align-items: center;
  gap: 24px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.product__features-col {
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  align-items: flex-start;
  align-content: flex-start;
}

.product__feature {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.product__feature {
  color: #525252;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product__feature > strong {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.product__related {
  display: flex;
  padding: 150px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  align-self: stretch;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.product__related > * {
  display: flex;
  max-width: 68%;
  width: 100%;
}

.produits {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.produits > div {
  display: flex;
  width: calc(100% / 3 - 20px);
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  transition: box-shadow 0.2s;
}

.product-image {
  width: 100%;
}

.product-image-wrapper {
  overflow: hidden;
}

.product-price > p {
  color: #39364a;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.product-price > p span {
  color: #57576f;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-title {
  color: #39364a;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.lien-produit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}

.product-card > .product-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}

.product-card:hover > .product-image-wrapper:after {
  opacity: 1;
}

.en-savoir-plus-btn {
  display: none;
  padding: 13px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: #39364a;
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.product-card:hover .en-savoir-plus-btn {
  display: flex;
}
h2>span.color{
  color: #80cacf;
  margin-left: 5px; 
  
}