/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

#home-container {
  overflow-x: hidden;
}
#product-container {
  overflow-x: hidden;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-swiper-slide {
  padding-left: 8rem;
  padding-right: 8rem;
}
.product-slide-image {
  border-radius: 15px;
  max-height: 25rem;
  height: 25rem;
}
.block.text-sm.font-normal.title-text-color.mb-2:after {
  content: "*";
  color: rgb(244 63 94);
}
.title-text-color {
  color: #464462;
}
.content-text-color {
  color: #7B7B7B;
}
.home-button:hover {
  background: #F8768C;
}
.home-button:focus {
  background: #B9233D;
}
.box-grey-background {
  background: #2C2C2D;
}
.news-button:hover {
  color: #707681;
}
.news-button:focus {
  color: #3F4349;
}
.read-news-link {
  color: #E07B7B;
}
.read-news-link:hover {
  color: #DC2626;
}
.read-news-link:focus {
  color: #B9233D;
}
.article-image {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.home-banner-text {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.banner-text {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #189FDE !important;
}
.swiper-pagination-bullet {
  background: white !important;
}
.rx-content figure {
  display: flex;
  justify-content: center;
}
.product-banner-text {
  color: #7B7B7B;
  top: 26rem;
}
