.text-garantie-solid{
	border: #F18500 solid 1px ;
	border-radius: 8px;
	padding: 10px;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
  }
  .text-with-line2 {
    position: relative;
    color: #272D38;
    margin-top: 20px;
    bottom: -1px;
    font-size: 17px;
    padding-top: 20px;
  }

  .text-with-line2::after {
    content: "";
    position: absolute;
    left: 28px;
    bottom: -10px;
    width: 90%;
    height: 2px;
    background-color: #272D38;
  }

  
  .ajouter-au-panier {
	background-color: #F18500;
	color: #fff;
	font-size: 16px;
    border-radius: 30px;
    transition: 0.3s;
    width: 100%;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
  }
  
  .ajouter-au-panier:hover {
	background-color: #303947;
	color: #fff;

    transition: 0.3s;
  }
  .tittle1 {
    display: block;
  }
  .tittle2 {
    display: none;
  }
  
  .ajouter-au-panier1 {
    background-color: #F18500;
    color: #fff;
    font-size: 16px;
    text-align: center;
      border-radius: 30px;
      transition: 0.3s;
      width: 100%;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    }
    
  
  /* Media query for screens with a maximum width of 768px (typical for mobile devices) */
  @media screen and (max-width: 768px) {
    .tittle1 {
        display: none;
    }
    .tittle2 {
        display: block;
    }
}
.text-container-buy{
  width: 100%;
}
.product-count{
  width: 100%;
}

.wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper span{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  margin-left: 15px;
}
.rowfle{
  display: flex;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.card {
  background: #fff;
  border-radius: 8px;
}
.card .image-box {
  height: 200px;
}
.card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}
.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}
.swiper-pagination-bullet {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}