.body {
  -ms-overflow-x: hidden; /* Standard property */
  -webkit-overflow-x: hidden; /* For older versions of Safari/Chrome */
  -moz-overflow-x: hidden; /* For older versions of Firefox */
  overflow-x: hidden; /* For Internet Explorer */
}

.cards-container{
  position: relative;
  top: 20rem;
}
.container__catalogue {
  font-size: 2rem;
  width: 100%;
}
.client_landingpage--body {
  overflow-x: hidden;
  background-color: #f8f8f8;
  z-index: -1;
}
.welcome_client_name {
  font: normal 700 2.5rem 'Libre Baskerville', serif;
  color: #000;
  position: relative;
  top: 20rem;
}

.categ_drop {
  width: 18rem;
  padding: 0.5em 1em;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  font: normal 400 1rem 'Montserrat', Arial, sans-serif;
  position: relative;
  top: 14.5rem;
}
.categ_txt {
  font: normal 600 2rem 'Montserrat', Arial, sans-serif;
  color: #000;
  position: relative;
  top: 15rem;
  margin-right: 3rem;
}
.category_name {
  font: normal 700 2.3rem 'Libre Baskerville', serif;
  color: #000;
  position: relative;
  top: 20rem;
}
.product_card {
  position: relative;
  top: 20rem;
  padding: 0.5em;
  height: 28rem;
  width: 17rem;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.product_card:hover {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.product_card img {
  margin-top: 2rem;
  max-width: 25rem;
  max-height: 25rem;
}
.product_name {
  font: normal 600 1.2rem 'Montserrat', Arial, sans-serif;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .best-sellers, .product_card{
  height: 250px;
}
.best-sellers, .product_card, .product-display-image{
  height: 100%;
  width: auto;
} */
.error_message {
  font: normal 700 1rem 'Montserrat', Arial, sans-serif;
  position: relative;
  top: 30rem;
}
.bestSellerLabel {
  font: normal 600 1.5rem 'Montserrat', Arial, sans-serif;
  color: #000;
  position: relative;
  top: 30rem;
}
.scroll-btn {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 40px;
  z-index: 1000;
  width: 45px;
  height: 60px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  padding: 8px;
  color: #fff;
  background-color: #020234;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  opacity: 1; /* Initially visible */
}
.scroll-btn.active {
  display: block;
}

/* xxs */
@media (min-width: 320px) {
  .welcome_client_name {
    font: normal 700 1.3rem 'Libre Baskerville', serif;
    position: relative;
    top: 6rem;
  }
  .categ_drop {
    width: 12.5rem;
    padding: 0.5em 1em;
    font: normal 400 0.85rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 7.7rem;
  }
  .categ_txt {
    font: normal 600 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 9rem;
    margin-right: 4rem;
  }
  .category_name {
    font: normal 700 1.2rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 0.5rem;
    top: 10rem;
  }
  .product_card {
    /* position: relative; */
    top: 8rem;
    padding: 0.3em;
    width: 8rem;
    min-height: 15rem;

  }
  .product_card img {
    margin-top: 0.5rem;
    max-width: 6rem;
    max-height: 6rem;
  }
  .product_name {
    font: normal 600 0.75rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 100px;
    right: 25px;
    width: 40px;
    height: 60px;
    line-height: 40px;
    padding: 8px;
    transform: scale(0.7);
  }
}

/* xs */
@media (min-width: 475px) {
  .welcome_client_name {
    font: normal 700 2rem 'Libre Baskerville', serif;
    position: relative;
    top: 8rem;
  }
  .categ_drop {
    width: 13rem;
    padding: 0.5em 1em;
    font: normal 400 0.85rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 11rem;
  }
  .categ_txt {
    font: normal 600 1.3rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 12rem;
    margin-right: 4.5rem;
  }
  .category_name {
    font: normal 700 1.4rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 1rem;
    top: 15rem;
  }
  .product_card {
    position: relative;
    top: 15rem;
    padding: 0.5em;
    width: 13rem;
    min-height: 18rem;
  }
  .product_card img {
    margin-top: 0.5rem;
    max-width: 8rem;
    max-height: 8rem;
  }
  .product_name {
    font: normal 600 1rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 110px;
    right: 40px;
    width: 40px;
    height: 60px;
    line-height: 40px;
    padding: 8px;
    transform: scale(0.7);
  }
}

/* sm */
@media (min-width: 640px) {
  .welcome_client_name {
    font: normal 700 2rem 'Libre Baskerville', serif;
    position: relative;
    top: 8rem;
  }
  .categ_drop {
    width: 13rem;
    padding: 0.5em 1em;
    font: normal 400 0.85rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 12rem;
  }
  .categ_txt {
    font: normal 600 1.3rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 13rem;
    margin-right: 4.5rem;
  }
  .category_name {
    font: normal 700 1.6rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 2.5rem;
    top: 18rem;
  }
  .product_card {
    position: relative;
    top: 18rem;
    padding: 0.5em;
    width: 15rem;
    min-height: 25rem;
  }
  .product_card img {
    margin-top: 1rem;
    max-width: 13rem;
    max-height: 13rem;
  }
  .product_name {
    font: normal 600 1.1rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 110px;
    right: 35px;
    width: 40px;
    height: 60px;
    line-height: 40px;
    padding: 8px;
    transform: scale(0.8);
  }
}

/* md */
@media (min-width: 768px) {
  .welcome_client_name {
    font: normal 700 2.3rem 'Libre Baskerville', serif;
    position: relative;
    top: 10rem;
  }
  .categ_drop {
    width: 13rem;
    padding: 0.5em 1em;
    font: normal 400 0.85rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 14rem;
  }
  .categ_txt {
    font: normal 600 1.3rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 15rem;
    margin-right: 3rem;
  }
  .category_name {
    font: normal 700 1.6rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 4rem;
    top: 20rem;
  }
  .product_card {
    position: relative;
    top: 20rem;
    padding: 0.5em;
    width: 17rem;
    min-height: 27rem;
  }
  .product_card img {
    margin-top: 1rem;
    max-width: 15rem;
    max-height: 15rem;
  }
  .product_name {
    font: normal 600 1.2rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 120px;
    right: 40px;
    width: 40px;
    height: 60px;
    line-height: 40px;
    padding: 8px;
    transform: scale(0.9);
  }
}

/* lg */
@media (min-width: 1024px) {
  .welcome_client_name {
    font: normal 700 2.5rem 'Libre Baskerville', serif;
    position: relative;
    top: 10rem;
  }
  .categ_drop {
    width: 18rem;
    padding: 0.5em 1em;
    font: normal 400 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 14.5rem;
  }
  .categ_txt {
    font: normal 600 2rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 15rem;
    margin-right: 5rem;
  }
  .category_name {
    font: normal 700 2.3rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 4rem;
    top: 20rem;
  }
  .product_card {
    position: relative;
    top: 20rem;
    padding: 0.5em;
    width: 13rem;
    min-height: 27rem;
  }
  .product_card img {
    margin-top: 1rem;
    max-width: 11rem;
    max-height: 15rem;
  }
  .product_name {
    font: normal 600 1.1rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 130px;
    right: 40px;
    width: 40px;
    height: 60px;
    line-height: 40px;
    padding: 8px;
    transform: scale(1.0);
  }
}

/* xl */
@media (min-width: 1280px) {
  .welcome_client_name {
    font: normal 700 2.5rem 'Libre Baskerville', serif;
    position: relative;
    top: 10rem;
  }
  .categ_drop {
    width: 18rem;
    padding: 0.5em 1em;
    font: normal 400 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 14.5rem;
  }
  .categ_txt {
    font: normal 600 2rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 15rem;
    margin-right: 4rem;
  }
  .category_name {
    font: normal 700 2.3rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 4rem;
    top: 20rem;
  }
  .product_card {
    position: relative;
    top: 20rem;
    padding: 0.5em;
    width: 17rem;
    min-height: 27rem;
  }
  .product_card img {
    margin-top: 1rem;
    max-width: 15rem;
    max-height: 15rem;
  }
  .product_name {
    font: normal 600 1.2rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 130px;
    right: 40px;
    width: 40px;
    height: 60px;
    line-height: 40px;
    padding: 8px;
  }
}

/* 2xl */
@media (min-width: 1536px) {
  .welcome_client_name {
    font: normal 700 2.5rem 'Libre Baskerville', serif;
    position: relative;
    top: 10rem;
  }
  .categ_drop {
    width: 18rem;
    padding: 0.5em 1em;
    font: normal 400 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 14.5rem;
  }
  .categ_txt {
    font: normal 600 2rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 15rem;
    margin-right: 4rem;
  }
  .category_name {
    font: normal 700 2.3rem 'Libre Baskerville', serif;
    position: relative;
    margin-top: 4rem;
    top: 20rem;
  }
  .product_card {
    position: relative;
    top: 20rem;
    padding: 0.5em;
    width: 17rem;
    min-height: 27rem;
  }
  .product_card img {
    margin-top: 1rem;
    max-width: 15rem;
    max-height: 15rem;
  }
  .product_name {
    font: normal 600 1.2rem 'Montserrat', Arial, sans-serif;
  }
  .error_message {
    font: normal 700 1rem 'Montserrat', Arial, sans-serif;
    position: relative;
    top: 30rem;
  }
  .scroll-btn {
    bottom: 130px;
    right: 40px;
    width: 40px;
    height: 60px;
    line-height: 40px;
  }
}
