/* Home module */
.home-module.mt-5 {
  margin-top: 112px !important;
}
@media (max-width: 992px) {
  .home-module.mt-5 {
    margin-top: 80px !important;
  }
}
@media (max-width: 768px) {
  .home-module.mt-5, .margin-top-double {
    margin-top: 40px !important;
  }
}
@media (max-width: 576px) {
  .home-module.mt-5, .margin-top-double {
    margin-top: 36px !important;
  }
}
.mod-slider {
	margin-top: 0 !important;
}
.mod-slider .banner-holder {
  isolation: isolate;
  min-height: unset;
}
.mod-slider .slider-1 picture {
  isolation: isolate;
  z-index: -1
}
.mod-slider .slider-1 picture::before {
	content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(
    58deg,
    var(--color-black) 20%,
    rgba(21, 49, 48, 0.50) 40%,
    rgba(21, 49, 48, 0.00) 66.1%
  );
  opacity: .7;
	background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mod-slider .banner-holder .banner-title {
  font-family: var(--font-family-headings);
  font-size: 40px;
  font-weight: 700; 
	line-height: 1.3;
}
@media (max-width: 1200px) {
  .mod-slider .banner-holder .banner-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .mod-slider .banner-holder .banner-title {
    font-size: 24px;
  }
}
#home-highlights > div {
	height: 100%; 
}
#home-highlights .home-highlight, #home-slider-holder {
	height: 544px;
  border-radius: var(--border-radius-xl);
  overflow: hidden;
}
@media (max-width: 992px) {
  #home-highlights .home-highlight, #home-slider-holder {
    height: 344px; 
  }
}
#home-highlights .banner-holder {
	height: 100%; 
}
@media (max-width: 1200px) {
  #home-highlights .home-highlight .display-1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #home-highlights .home-highlight .display-1 {
    font-size: 21px;
  }
}
.highlight-medium {
	background-color: var(--color-primary); 
}
.highlight-medium picture img {
  z-index: -1;
  width: 50%;
	height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
	aspect-ratio: 1/1;
  object-fit: contain;
}
@media (max-width: 992px) {
  .highlight-medium picture img {
    width: 64%;
    height: 64%;
  }
}
@media (max-width: 576px) {
	.highlight-medium picture img {
    width: 44%;
    height: 44%;
  }
}
#home-highlights ul {
	margin-left: 16px; 
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#home-highlights ul li {
	display: flex;
  gap: 8px;
  align-items: center;
}
#home-highlights ul li i {
  width: 18px;
  height: 18px;
  background-color:var(--color-white);
  color: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
}
.mod-slider .banner-content-holder {
  padding: 88px !important; 
}
@media (max-width: 1200px) {
  .mod-slider .banner-content-holder {
    padding: 48px !important; 
  }
}
@media (max-width: 768px) {
  .mod-slider .banner-content-holder {
    padding: 40px !important;
  }
}
@media (max-width: 576px) {
  .mod-slider .banner-content-holder {
    padding: 36px !important;
  }
}
.mod-slider .home-highlight .banner-content-holder {
  padding: 48px !important; 
}
@media (max-width: 768px) {
  .mod-slider .home-highlight .banner-content-holder {
    padding: 40px !important;
  }
}
@media (max-width: 576px) {
  .mod-slider .home-highlight .banner-content-holder {
    padding: 36px !important;
  }
}
.home-slider__wrapper {
	position: relative;
  padding-top: 3px;
}
.home-slider__wrapper::before {
	content: '';
  background-color: var(--color-secondary);
  top: 0;
  left: 50%;
  height: calc(100% - 76px);
  width: calc(100vw + 1px);
  transform: translateX(-50%);
  position: absolute;
}
/* Home: USPS */
.home-usps .usp-carousel-item, .home-usps {
	overflow: visible; 
}
.home-usps .usp-carousel-item__icon {
  color: var(--color-primary);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
	background-color: var(--color-white);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);  
}
@media (max-width: 992px) {
  .home-usps .usp-carousel-item__icon {
    color: var(--color-primary);
    width: 36px;
    height: 36px;
    font-size: 11px;
  }
}
.home-usps .usp-carousel-icon {
	margin-right: unset;
  color: var(--color-primary);
}
.home-usps .usp-carousel-item {
	display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .home-usps .usp-carousel-item {
  	font-size: 13px; 
  	gap: 8px;
  }
}
/* Home: Categories */
.home-module.mod-categories, .home-module.mod-categories + .mod-products-a {
	overflow: hidden;
  margin-top: 56px !important;
}
#homepage-categories-grid {
	overflow-x: scroll;
}
.mod-categories .swiper-wrapper {
	margin-bottom: 0 !important; 
}
#home-categories-circles .swiper-wrapper {
	justify-content: center; 
  margin-top: 32px;
}
@media (max-width: 992px) {
  #home-categories-circles {
    margin-inline: 30px; 
  }
  #home-categories-circles .swiper-wrapper {
    justify-content: start; 
  }
}
@media (max-width: 576px) {
  #home-categories-circles .home-category {
  	font-size: 12px; 
  }
}
#home-categories-circles .home-category {
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  padding: 15px;
  border-radius: 50em;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
  transition: background-color .4s ease, color .4s ease;
}
#home-categories-circles .home-category:hover {
	background-color: var(--color-primary);
  color: var(--color-white);
}
#home-categories-circles .home-category .display-5 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
/*   white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#home-categories-circles .home-category .display-5 i {
  font-size: 11px;
}
#home-categories-circles .home-category-img {
	display: none !important;
}
.mod-categories .swiper__navigation {
  padding-inline: 24px;
}
/* Home: Reviews */
.home-reviews {
  position: relative;
  isolation: isolate;
}
.home-reviews::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  width: calc(100% - 32px);
  height: 100%;
  background-color: #DFE5E8;
  border-radius: 80px 0 0 80px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .home-reviews__slider {
		overflow: hidden;
  }
}
@media (max-width: 992px) {
  .home-reviews::before {
		width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
  }
}
.home-reviews .swiper-wrapper .swiper-slide {
	opacity: .5;
  transition: opacity .4s ease;
}
.home-reviews .swiper-wrapper .swiper-slide.is-active {
	opacity: 1; 
}
.home-reviews .swiper__navigation {
	width: calc(100% + 64px); 
  left: -32px;
}
.home-reviews .swiper-slide {
  height: auto;
}
/* Home: Promobanner */
.mod-banner .banner-holder {
	height: 480px;
  overflow: unset;
}
@media (max-width: 768px) {
  .mod-banner .banner-holder {
    height: 380px;
  }
}
@media (max-width: 576px) {
  .mod-banner .banner-holder {
    height: 280px;
  }
}
.mod-banner #promobanner-img {
  border-radius: 48px;
  overflow: hidden;
}
.mod-banner .banner-holder::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(58deg, rgba(21, 49, 48, 0.50) 26.8%, rgba(21, 49, 48, 0.00) 66.1%);
  background-blend-mode: multiply;
  border-radius: 48px;
  pointer-events: none;
}
.mod-banner .banner-holder::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100vw + 1px);
  transform: translateX(-50%);
  height: 50%;  
  background-color: var(--color-secondary);
  z-index: -1;
}
.mod-banner .banner-content {
	background-color: var(--color-primary);
  position: absolute;
  right: 24px;
  top: 24px;
  bottom: 24px;
  height: calc(100% - 48px);
  align-items: start;
  width: fit-content;
  padding: 40px;
  isolation: isolate;
  border-radius: 40px;
  width: 30%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .mod-banner .banner-content {
  	width: 40%; 
  }
}
@media (max-width: 1200px) {
  .mod-banner .banner-content {
  	width: 60%;
  }
}
@media (max-width: 768px) {
  .mod-banner .banner-content {
    width: calc(100% - 48px);
    padding: 30px;
  }
}
.mod-banner .banner-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: unset;
  max-width: 70%;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .mod-banner .banner-title {
    font-size: 32px;
    max-width: 100%;
  }
}
.mod-banner .banner-person-image {
  width: 54%;
  height: 70%;
  object-fit: cover;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  object-position: bottom; 
}
@media (max-width: 768px) {
  .mod-banner .banner-person-image {
  	right: unset;
    left: 0;
    height: 60%;
  }
}
@media (max-width: 576px) {
  .mod-banner .banner-person-image {
    height: 40%;
  }
}
.promobanner-bottom {
	background-color: var(--color-secondary);
  color: var(--color-white);
  padding-block: 148px;
}
@media (max-width: 1200px) {
  .promobanner-bottom {
    padding-block: 108px;
  }  
}
@media (max-width: 768px) {
  .promobanner-bottom {
    padding-block: 68px;
  }  
}
@media (max-width: 576px) {
  .promobanner-bottom {
    padding-block: 36px !important;
  }
}
.promobanner-bottom .display-4 {
	max-width: 80%;
  margin: 0 auto;
  line-height: 1.16;
}
/* Home slider content */
.slider-content-text {
    overflow: hidden;
    position: relative;
}
.slider-content-text:before {
  	right: calc(100% - (50% + 40px));
    background-color: var(--body-bg-color);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
  	width: 100%;
}
@media (max-width: 991.98px) {
  .slider-content-text:before {
  	display: none;
  }
}
.slider-content-text__content {
    position: relative;
    z-index: 20;
}
.slider-content-text__title {
	font-size: var(--font-size-2);
}
.slider-content-text__image {
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
  	margin: 0 8px;
  	border-radius: var(--border-radius);
  	isolation: isolate;
  	z-index: -5;
}
@media (max-width: 767.98px) {
  .slider-content-text__image {
    min-height: 240px;
  }
  .slider-content-text__image .btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 11px;
    min-height: 30px;
  }
}
@media (max-width: 576px) {
  .slider-content-text__image {
    min-height: 200px;
    border-radius: 16px;
  }
}
.slider-content-text__image.has-video {
	cursor: pointer; 
}
.slider-content-text__image.has-video::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--color-primary);
  opacity: .2;
  z-index: -3;
  transition: opacity .4s ease;
}
.slider-content-text__image.has-video:hover::before {
	opacity: 0; 
}
.slider-content-text__image img {
	  height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
  	z-index: -4;
}
/* Mod CTA */
.mod-cta {
	margin-block: 136px !important; 
}
@media (max-width: 992px) {
  .mod-cta {
    margin-block: 80px !important;
  }
}
@media (max-width: 768px) {
  .mod-cta {
    margin-block: 40px !important;
  }
}
@media (max-width: 576px) {
  .home-module.mt-5, .margin-top-double {
    margin-top: 36px !important;
  }
}
.banner__title {
	font-size: 45px;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  .banner-holder {
   height: 350px; 
  }
  .banner__title {
    font-size: 38px;
  	margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .banner-holder {
   height: 300px; 
  }
  .banner__title {
    font-size: 29px;
  	margin-bottom: 30px;
  }
}