body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.carousel {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}
.carousel .carousel-item {
  width: 100%;
  height: 100%;
  padding: 0.2rem 7rem;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.carousel .carousel-item.active {
  display: flex;
  opacity: 1;
}
.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.carousel .carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .carousel-controls .carousel-control {
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 30%;
  font-size: 1.5rem;
  padding: 0 10px;
  cursor: pointer;
  z-index: 10;
  display: block;
}
.carousel .carousel-controls .carousel-control.prev {
  left: 10px;
}
.carousel .carousel-controls .carousel-control.next {
  right: 10px;
}

@media (max-width: 1200px) {
  .carousel {
    height: 50vh;
  }
  .carousel .carousel-item {
    padding: 0.2rem 5rem;
  }
}
@media (max-width: 992px) {
  .carousel {
    height: 50vh;
  }
  .carousel .carousel-item {
    padding: 0.1rem 3rem;
  }
  .carousel .carousel-controls .carousel-control {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel {
    height: 40vh;
  }
  .carousel .carousel-item {
    padding: 0.1rem 1rem;
  }
}
@media (max-width: 576px) {
  .carousel {
    height: 35vh;
  }
  .carousel .carousel-item {
    padding: 0rem;
  }
}
.content {
  display: 1px solid green;
  display: flex;
  padding: 0px 70px 0px 80px;
}
.content .filters {
  display: 1px solid green;
  display: block;
  max-width: 250px;
  background-color: #f5f5f5;
  padding: 5px;
  padding-top: 60px;
  margin-bottom: 20px;
  flex: 0 0 250px;
}
.content .filters h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.content .filters .form-group {
  margin-bottom: 15px;
}
.content .filters .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.content .filters .form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
.content .filters button {
  width: 100%;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 16px;
  background-color: #F9A49D;
}
@media (max-width: 700px) {
  .content .filters {
    display: none;
  }
}
.content .section_filter {
  flex: 1;
  padding: 10px;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #FFFFFF;
}
.content .section_filter .section_titre {
  padding: 1rem;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: inherit;
}
@media (max-width: 768px) {
  .content .section_filter .section_titre {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .content .section_filter .section_titre {
    font-size: 0.9rem;
  }
}
@media (max-width: 380px) {
  .content .section_filter .section_titre {
    font-size: 0.8rem;
  }
}
.content .section_filter .products {
  width: 100%;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.content .section_filter .products .product-card {
  position: relative;
  flex: 1 1 180px;
  max-width: 220Px;
  display: grid;
  max-height: auto;
  grid-template-columns: 5 repeat(100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .section_filter .products .product-card .container-image {
  max-width: 150px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 3;
}
.content .section_filter .products .product-card .container-image a img {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  transition-property: opacity;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.content .section_filter .products .product-card .container-image a img:hover {
  transform: scale(1.1);
}
.content .section_filter .products .product-card .badge-promotion {
  position: absolute;
  top: 0;
  left: 3px;
  background-color: rgb(225, 0, 84);
  color: white;
  padding: 3px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 7;
}
.content .section_filter .products .product-card .coffrets-marque {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Reem Kufi", sans-serif;
  color: black;
  text-align: center;
}
.content .section_filter .products .product-card .coffrets-nom {
  margin-top: 0.2rem;
  font-family: "aBeeZee", sans-serif;
  color: #777;
  font-size: 0.8125rem;
  text-align: center;
}
.content .section_filter .products .product-card .coffrets-prix {
  font-family: "aBeeZee", sans-serif;
  justify-content: center;
  align-items: center;
  display: flex;
  color: black;
}
.content .section_filter .products .product-card .coffrets-prix .prix_texte {
  font-family: "aBeeZee", sans-serif;
  color: #777;
  font-size: 0.8rem;
  margin-right: 0.09rem;
}
.content .section_filter .products .product-card .coffrets-prix .prix-promo {
  border: 1px;
  margin-top: 0.6rem;
  font-family: "aBeeZee" sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .section_filter .products .product-card .coffrets-prix .prix-promo .coffrets-prix {
  text-decoration: line-through;
  font-size: 0.9rem;
  text-align: center;
  color: black;
}
.content .section_filter .products .product-card .coffrets-prix .prix-promo .coffrets-prix_reduction {
  color: rgb(225, 0, 84);
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.content .section_filter .products .product-card .coffrets-prix .prix {
  text-align: center;
  font-family: "aBeeZee", sans-serif;
  font-size: 1rem;
  color: black;
}
@media (max-width: 768px) {
  .content .section_filter .products .product-card {
    gap: 10px;
    flex: 1 1 160px;
  }
}
@media (max-width: 500px) {
  .content .section_filter .products .product-card {
    gap: 5px;
    flex: 1 1 140px;
  }
}
.content .section_filter .products .product-card:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .content .section_filter .products {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .content .section_filter .products {
    gap: 5px;
  }
}
@media (max-width: 300px) {
  .content .section_filter .products {
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .content .section_filter .products a .product-card {
    flex: 1 1 50%;
    /* Adjusted for two columns */
    max-width: 50%;
    /* Ensure two columns fit */
    margin: 5px;
  }
  .content .section_filter .products a .product-card img {
    border-radius: 5px;
    margin-bottom: 0.5vh;
    margin-left: auto;
    margin-right: auto;
    transition-property: opacity;
    max-width: 80%;
    max-height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 1320px) {
  .content {
    padding: 0px 20px 0px 50px;
  }
}
@media (max-width: 900px) {
  .content {
    padding: 0px 10px 0px 10px;
  }
}/*# sourceMappingURL=parfumFemme.css.map */