@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  scroll-behavior: smooth;
  word-break: break-word;
  font-family: "Poppins", sans-serif;
}

body {
  width: 100%;
  justify-content: space-between;
  background-color: #f7f7f7;
}

/*******************************************************************************/
/* For main*/
main {
  padding-top: calc(var(--header-height) + 2px);
  width: 100%;
}

.main-products-container {
  align-items: center;
  margin: auto;
  width: calc(100% - 200px);
  max-width: 1400px; /* Adjust this value as per your design */
  margin: 0 auto; /* Center the container horizontally */
  padding: 30px 100px;
  margin-bottom: 100px;
}

.main-products-container h1 {
  font-size: 2rem;
  display: inline-block;
  border-bottom: 3px solid green;
  border-radius: 1px;
}

/* For first products_container section*/
.products-container {
  padding: 15px 0px;
  display: flex;
  overflow-y: hidden;
  box-shadow: 20px 20px 20px -20px #a4a4a4;
  margin-bottom: 61px;
}

.tt-and-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.green-right-arrow {
  color: rgb(52, 143, 0);
  font-size: 35px;
  font-weight: bold;
}

.red-star {
  color: crimson;
  font-weight: bold;
  font-size: 20px;
}

.link-mot_de_passe_oublié {
  text-decoration: underline;
  color: rgb(31, 31, 255);
  font-size: 15px;
}

.lenses-vertical-container {
  overflow-x: auto;
}

.products-container .product {
  pointer-events: auto;
  width: 200px;
  flex: 1 0 25%;
  max-width: 25%;
  margin-right: 10px;
}

.product-image {
  height: 280px;
  background-color: rgb(192, 192, 192);
  position: relative;
}

.flying-red-offer-div {
  position: absolute;
  background-color: #CC0C39;
  padding: 1px 3px;
  color: #fff;
  border-radius: 0px 0px 5px 0px;
  top: 0;
  left: 0;
  margin: -0.5px;
  margin-top: -0.25px;
  font-weight: bold;
}

.act-product-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-infos {
  text-align: center;
  padding: 5px 0px 10px 0px;
}

.product-infos p {
  margin: 0 auto;
}

.product-infos h4 {
  margin-top: -5px;
}

/* // For first products_container section*/
/* For the laser change image container */
.image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  background-color: transparent;
  border: none;
  color: rgb(33, 33, 33);
  cursor: pointer;
  outline: none;
  font-size: 40px;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.current-image {
  max-width: 100%;
  max-height: 100%;
}

/* //For the laser change image container */
/* For second most_sold_products section*/
.section-most-sold-product-AND-recomander-for-you {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.wrapper-3-px-border {
  border: 3px solid green;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  max-width: 768px;
  max-width: calc(50% - 20px);
}

.most_sold_products {
  margin-top: 15px;
  max-height: 450px;
  overflow-y: auto;
}

.recomander-for-you {
  margin-left: 30px;
  border: 3px solid rgb(183, 0, 255);
}

.wrapper h2 {
  display: inline-block;
  border-bottom: 2px solid green;
  margin-bottom: 15px;
}

.one_of_the_most_sold_product {
  display: flex;
  margin-bottom: 10px;
  transition: background-color 0.3s, opacity 0.3s; /* Add transition properties */
}

.one_of_the_most_sold_product:hover {
  background-color: #ececec;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
}

.imgae_container_for_one_of_the_most_sold_product {
  min-width: 120px;
  height: 80px;
  position: relative;
}

.act-imgae_container_for_one_of_the_most_sold_product {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.infos_of_one_of_the_most_sold_products {
  padding: 15px 10px;
  padding-top: 0px;
}

.golden-star {
  color: rgb(255, 166, 0);
  font-size: 15px;
  font-weight: bold;
}

.gray-star {
  color: #b0b0b0;
  font-size: 15px;
  font-weight: bold;
}

.review .orders_number {
  font-size: 12px;
  color: #414141;
}

/* For third section shop features*/
.features_container {
  margin-top: 75px;
  margin-bottom: 75px;
}

.row_two_divs {
  display: flex;
}

.div_inside_container_for_features {
  width: 50%;
  margin: 10px;
  text-align: center;
}

.div_inside_container_for_features img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.div_inside_container_for_features p {
  font-size: 12px;
}

/* // For third section shop features*/
.larg-incenses-banner {
  display: none;
}

.old_price {
  color: #646464;
  font-size: 16px;
  text-decoration-line: line-through;
}

.h1_old_price {
  font-size: 25px;
}

/*********************************************************************************************************************************************************************************/
.error_message, .success_message, .error-message, .success-message {
  padding: 20px 15px;
  background-color: rgb(245, 79, 79);
  animation: fadeOut 5s forwards;
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgb(234, 234, 234);
  margin: 15px 0px;
  box-shadow: 0 0 0.75em rgba(255, 22, 22, 0.127);
}

.error-message, .success-message {
  animation: none;
}

.success_message, .success-message {
  background-color: rgb(255, 149, 0);
  font-weight: bold;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.error_message span {
  text-decoration: underline;
  color: blue;
}

.products-container-of-hair-laser {
  display: flex;
  overflow-x: auto;
  margin-bottom: 61px;
  margin-top: 15px;
}

.all_images_container-inside {
  display: flex;
}

.ll-pp {
  min-width: 25%;
  margin: 0 5px;
}

#scrollButtonLeft, #scrollButtonRight {
  display: none;
}

@media only screen and (max-width: 1312px) {
  .ll-pp {
    margin: 5px;
    min-width: 33.33%;
  }
}
/* CSS for midium screen devices */
@media only screen and (max-width: 1200px) {
  .main-products-container {
    width: calc(100% - 100px);
    padding: 30px 50px;
  }
  .products-container .product {
    pointer-events: auto;
    width: 200px;
    flex: 1 0 33.33%;
    max-width: 33.33%;
    margin-right: 10px;
  }
}
/* CSS for midium screen devices */
@media only screen and (max-width: 1100px) {
  .main-products-container {
    width: calc(100% - 60px);
    padding: 30px 30px;
  }
  .products-container .product {
    pointer-events: auto;
    width: 200px;
    flex: 1 0 33.33%;
    max-width: 33.33%;
    margin-right: 10px;
  }
}
/* CSS for Tablet devices */
@media only screen and (max-width: 991px) {
  .recomander-for-you {
    display: none;
  }
  .most-sold-products {
    width: 100%;
    max-width: 100%;
  }
}
/* CSS for Tablet devices */
@media only screen and (max-width: 768px) {
  main {
    padding: calc(var(--header-height) + 2px) 0px 0px 0px;
    width: 100%;
  }
  .main-products-container {
    align-items: center;
    padding: 10px;
    align-items: normal;
    margin: 0;
    width: auto;
    max-width: none;
  }
}
/* CSS for Tablet devices */
@media only screen and (max-width: 600px) {
  .products-container .product {
    pointer-events: auto;
    width: 200px;
    flex: 1 0 50%;
    max-width: 50%;
    margin-right: 10px;
  }
  .products-container-of-hair-laser {
    position: relative;
    display: flex;
    overflow-x: auto;
    box-shadow: none;
    margin-bottom: 61px;
    margin-top: 15px;
  }
  .scroll-container {
    overflow-x: scroll;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always; /* Add this property to stop scrolling at each image container */
  }
  .products-container-of-hair-laser .scroll-container .product {
    scroll-snap-align: start;
    margin-right: 2px;
    width: 100%;
  }
  .products-container-of-hair-laser .scroll-container img {
    width: 100%;
  }
  .all_images_container, .all_images_container-inside {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }
  .product {
    flex-shrink: 0;
  }
  #scrollButtonLeft, #scrollButtonRight {
    display: block;
    z-index: 2;
    padding: 10px 5px;
    background-color: transparent;
    border: none;
    color: #414141;
    font-size: 40px;
    position: absolute;
    height: fit-content;
    top: 40%;
  }
  #scrollButtonLeft {
    left: 0;
  }
  #scrollButtonRight {
    right: 0;
  }
}
/* CSS for Phone devices */
@media only screen and (max-width: 479px) {
  .main-products-container {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .incenses-images-photo {
    display: none;
  }
  .larg-incenses-banner {
    display: block;
  }
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
