/* Home: Mod-Slider */
.mod-slider {
	margin-top: 0 !important;
  padding-top: 30px;
}
.mod-slider .banner-holder {
  isolation: isolate;
  border-radius: 8px;
}
.mod-slider picture {
  z-index: -1;
}
.mod-slider .banner-holder::before {
  content: '';
  background: linear-gradient(241deg, rgba(0, 0, 0, 0.00) 6%, rgba(0, 0, 0, 0.20) 74.2%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .7;
}

.mod-slider .highlight-tiny .banner-text {
	max-width: 300px; 
}
.mod-slider .highlight-tiny .banner-text .banner-subtitle {
  padding: 7px 16px;
  text-align: center;
  border-radius: 30px;
  background-color: var(--color-primary);
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.mod-slider .highlight-tiny .banner-text .banner-subtitle.red {
	background-color: #DC0D00;
} 

.mod-slider .banner-content-holder {
	padding: 40px;
}
@media (max-width: 1199px) {
  #home-slider .banner-content-holder {
		padding: 30px;
  }
  .mod-slider .banner-content-holder {
    padding: 30px;
  }
}
@media (max-width: 768px) {
   #home-slider .banner-content-holder {
		padding: 20px;
  }
  .mod-slider .banner-content-holder {
    padding: 20px;
  }
}
/* Home: USPS */
.home-usps i {
  background-color: var(--color-primary);
  color: var(--color-white);
  width: 20px;
  height: 20px;
  border-radius: var(--border-radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-usps .usp-carousel-item {
  max-height: unset;
}

.home-usps .usp-item-text {
  font-size: 15px;
  font-weight: 400;
	color: var(--color-primary);
}
@media (max-width: 1199px) {
  .home-usps .usp-item-text {
    font-size: 14px;
  }
}
/* Home: Categories */
.mod-categories .home-category-img {
  border-radius: 4px !important;
  background-color: var(--color-light);
	max-width: unset !important;
  height: 128px;
  object-fit: contain;
}
.mod-categories #home-categories-circles {
	overflow: visible !important; 
}
#home-categories-circles .home-category {
	text-align: left !important; 
}
/* Home: Subbanners */
#homepage-subbanners .homepage-subbanners__title {
	font-size: 40px;
  font-family: var(--font-family-headings);
  line-height: var(--headings-lineheight);
  text-transform: uppercase;
  font-weight: 400;
}
#homepage-subbanners .banner-holder {
  border-radius: 4px;
	display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #homepage-subbanners .banner-holder {
    flex-direction: column;
  }
}
#homepage-subbanners .banner-holder .banner-picture {
	height: 100%;
  display: block;
  position: relative;
  flex: 0 0 55%;
}
@media (max-width: 1199px) {
  #homepage-subbanners .banner-holder .banner-picture {
  	flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  #homepage-subbanners .banner-holder .banner-picture {
    height: 0;
    padding-bottom: 56.25%;
    flex: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #homepage-subbanners .homepage-subbanners__title {
  	font-size: 32px !important;
  }
}
#homepage-subbanners .subbanner-size-medium {
  height: 100%;
}

#homepage-subbanners .banner-content-holder {
  left: unset;
  right: 0;
  background-color: var(--color-primary);
  padding: 40px 24px;
  position: unset;
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  #homepage-subbanners .banner-content-holder {
  	padding: 20px !important;	
  }
}
#homepage-subbanners .banner-content-holder .banner-content {
	align-items: start !important;
  height: auto;
  justify-content: start !important;
}
#homepage-subbanners .banner-content-holder .banner-content h2 {
	width: 70%;
  margin-bottom: 8px;
}
#homepage-subbanners .banner-content-holder .banner-text__date {
	display: inline-flex;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: 14px;
  border-radius: 30px;
  padding: 6px 16px;
  font-weight: 500;
  margin: 4px 0;
}
@media (max-width: 768px) {
  #homepage-subbanners .banner-content-holder .banner-text__date {
  	font-size: 12px;
  }
  #homepage-subbanners .banner-content-holder .banner-content h2 {
		width: 100%;
	}
}
/* Home workshop categories (code in subbanner) */
.workshop-categories__wrapper {
  display: grid;
	grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
@media (max-width: 1199px) {
  .workshop-categories__wrapper {
  	grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .workshop-categories__wrapper {
  	grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .workshop-categories__wrapper {
  	grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.workshop-categories {
	padding: 32px 0;
}
.workshop-categories__item {
	background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 4px;
	width: 100%;
  text-align: center;
  font-size: 24px;
  justify-content: center;
  font-family: var(--font-family-headings);
  font-weight: 400;
  display: block;
  padding: 20px 0;
  transition: background-color .3s ease, color .3s ease;
}
@media (max-width: 992px) {
  .workshop-categories__item {
  	font-size: 20px;
  }
}
@media (max-width: 576px) {
  .workshop-categories__item {
  	font-size: 18px;
  }
}
.workshop-categories__item:hover {
	background-color: var(--color-secondary);
  color: var(--color-body);
}
/* Home: Reviews */
.home-reviews {
  position: relative;
	background-color: var(--color-light); 
}
/* .home-reviews .swiper-wrapper {
	overflow: hidden !important;
} */
.home-reviews .swiper-slide {
	height: auto;
  display: flex;
  flex-direction: column;
}
.home-reviews .swiper__navigation {
	width: calc(100% + 64px); 
  left: -32px;
}
/* Home: Promobanner */
.mod-banner .banner-content {
	background-color: var(--color-light);
  position: absolute;
  left: 32px;
  top: 0;
  inset: 32px;
  width: 23%;
  padding: 40px;
  height: auto;
  color: var(--color-black);
  align-items: start;
  border-radius: 2px;
}
@media (max-width: 1199px) {
  .mod-banner .banner-content {
  	width: 30%;
  }
}
@media (max-width: 992px) {
  .mod-banner .banner-content {
  	width: 50%;
  }
}
@media (max-width: 768px) {
  .mod-banner .banner-content {
  	width: 60%;
     padding: 32px;
    inset: unset;
    right: 32px;
    top: 32px;
    left: 32px;
  }
}
@media (max-width: 576px) {
  .mod-banner .banner-content {
  	width: auto;
     padding: 24px;
  }
}
.mod-banner .banner-holder {
	height: 476px; 
}
.mod-banner { 
	position: relative; 
}
.mod-banner #promobanner {
	overflow: visible; 
  border-radius: 2px;
}
.mod-banner #promobanner-img {
	  border-radius: 2px;
}
.mod-banner .banner-title {
	font-size: 32px;
  text-wrap: balance;
  margin-bottom: 8px;
  line-height: normal;
}
.mod-banner #promobanner::before {
	content: '';
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 1px);
  height: 102px;
  background-image: url('./bg-forest-def.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  margin-top: 2px;
}
.mod-banner #promobanner::after {
	content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 1px);
  height: calc(80% - 102px);
  background-color: var(--color-primary);
  position: absolute;
}
.mod-banner #promobanner::after, .mod-banner #promobanner::before {
	z-index: -1; 
}
/* Home: Mod Text block B */
.mod-textblock-b {
  background-color: var(--color-primary);
  text-align: center;
  margin-top: 0 !important;
  color: var(--color-white);
}
.home-textblock .home-textblock__title {
  font-family: var(--font-family-headings);
  line-height: var(--headings-lineheight);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .home-textblock .home-textblock__title {
  	font-size: 32px;
  }
}
/* Home: Mod text block A */
#home-textblock-a {
  border-radius: 4px !important;
}
.mod-textblock-a .home-textblock-col {
	align-items: start;
  min-height: 400px;
}
@media (max-width: 991.98px) {
  .mod-textblock-a .home-textblock-col {
    min-height: unset;
  }
}
.mod-textblock-a .home-textblock-col ul {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* Home: Swiper brands */
.home-brands-slide a img {
  height: 98px;
  object-fit: contain;
  opacity: .6;
	mix-blend-mode: luminosity;
}
/* Home slider content */
.slider-content-text {
    overflow: hidden;
    position: relative;
}
.slider-content-text:before {
  	left: calc(100% - (50% + 85px));
    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 {
	padding-left: 20px;
}
.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 {
   	height: 0;
    min-height: unset;
    padding-bottom: 56.25%;
  }
  .slider-content-text__image .btn {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
.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;
}
.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;
  }
}

.home-blog__intro {
	position: relative;
  background-color: var(--color-primary);
  padding-top: 50px;
  margin-top: 100px;
  padding-bottom: 25px;
}
.home-blog__intro::before {
	content: '';
  top: -102px;
  left: -1px;
  width: calc(100% + 1px);
  height: 102px;
  background-image: url('./bg-forest-def.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  margin-top: 2px;
}
.news .row {
	position: relative;
}
.news .row::before, .news .row::after {
	z-index: -1; 
  content: '';
	left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: calc(100vw + 1px)
}
.news .row::after {
  height: 381px;
	background-color: var(--color-primary); 
}
@media (max-width: 1200px) {
 .news .row::after {
  	height: 290px;
  }
}