/*
  _____           __                     _
 |  __ \         / _|                   (_)
 | |__) |__ _ __| |_ ___  _ __ _ __ ___  _ _______
 |  ___/ _ \ '__|  _/ _ \| '__| '_ ` _ \| |_  / _ \
 | |  |  __/ |  | || (_) | |  | | | | | | |/ /  __/
 |_|   \___|_|  |_| \___/|_|  |_| |_| |_|_/___\___|
 v1.4.6
*/
/*
  HERO
*/
.page-home-hero-section img {
  width: 100%;
  height: 400px;
}
@media (max-width: 767.98px) {
  .page-home-hero-section img {
    height: 50vh;
  }
}
.page-home-hero-section .wp-block-eedee-block-gutenslider.content-change .slide-content {
  padding: 40px 20px;
}
.page-home-hero-section .page-home-hero-title {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .page-home-hero-section .page-home-hero-title {
    font-size: 28px;
  }
}
.page-home-hero-section .page-home-hero-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 24.2px */
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .page-home-hero-section .page-home-hero-text {
    font-size: 16px;
  }
}
.page-home-hero-section .page-home-hero-btn .wp-block-button__link {
  color: var(--Default-White, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  display: flex;
  padding: 17px 22px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Default-White, #FFF);
  background: var(--Brand-Colors-Primary, #B7C856);
  transition: 0.3s;
}
.page-home-hero-section .page-home-hero-btn .wp-block-button__link:hover {
  color: var(--Brand-Colors-Primary, #B7C856);
  background: var(--Default-White, #FFF);
  border-color: var(--Brand-Colors-Primary, #B7C856);
}

/*
  CATEGORY SLIDER
*/
.page-home-category-slider {
  max-height: 235px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .page-home-category-slider {
    max-height: 200px;
  }
}
.page-home-category-slider .slider-view {
  margin: 0;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block {
  padding: 0;
  margin: 0;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .title {
  padding: 0;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card {
  min-width: auto;
  max-width: 200px;
  align-items: center;
  gap: 10px;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .perf-img-link {
  width: 100px;
  height: 100px;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .perf-img-link .performize-container-img img {
  border-radius: 50%;
  border: 1px solid var(--Gray-Colors-Gray-500, #ADB5BD);
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .content {
  height: auto;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .title-link {
  text-decoration: none;
  color: var(--Default-Black, #000);
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .title-link .title {
  text-align: center;
  font-family: var(--Font-DM-Sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
@media (max-width: 767.98px) {
  .page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small {
    position: static;
    width: auto;
    height: auto;
  }
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small i.performize-product-taxonomy-v2-next.icon-arrow-right,
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small i.performize-product-taxonomy-v2-prev.icon-arrow-left {
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small i.performize-product-taxonomy-v2-next.icon-arrow-right:before,
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small i.performize-product-taxonomy-v2-prev.icon-arrow-left:before {
  font-size: 32px;
  margin: 0;
  color: var(--Default-Black);
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small i.performize-product-taxonomy-v2-next.icon-arrow-right {
  margin-left: 20px;
  right: auto;
  left: 100%;
}
.page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .performize-product-taxonomy-arrows.perf-slider-small i.performize-product-taxonomy-v2-prev.icon-arrow-left {
  margin-right: 20px;
  left: auto;
  right: 100%;
}
@media (max-width: 575.98px) {
  .page-home-category-slider .slider-view {
    max-width: 225px;
    margin: auto;
  }
  .page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card {
    max-width: 100px;
  }
  .page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .perf-img-link {
    width: 60px;
    height: 60px;
  }
  .page-home-category-slider .slider-view div.performize-product-taxonomy-v2.block .perf-slide-wrapper .term.perf-card .title {
    font-size: 14px;
  }
}

/*
  REPETABLE TABS
*/
.perf-repetable-tabs {
  margin: 0 !important;
  padding: 0;
}
@media (max-width: 767.98px) {
  .perf-repetable-tabs > nav {
    position: relative;
  }
  .perf-repetable-tabs > nav:after {
    content: "";
    display: flex;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px 20px #FFF;
    background: var(--Default-White) url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'><path d='M14.2945 9.11167C14.7339 9.55112 14.7339 10.2648 14.2945 10.7042L7.54448 17.4542C7.10503 17.8937 6.39136 17.8937 5.9519 17.4542C5.51245 17.0148 5.51245 16.3011 5.9519 15.8617L11.9074 9.9062L5.95542 3.95073C5.51597 3.51128 5.51597 2.79761 5.95542 2.35815C6.39487 1.9187 7.10854 1.9187 7.548 2.35815L14.298 9.10815L14.2945 9.11167Z' fill='black'/></svg>") no-repeat;
  }
}
.perf-repetable-tabs .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: none;
}
@media (max-width: 767.98px) {
  .perf-repetable-tabs .nav-tabs {
    justify-content: flex-start;
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .perf-repetable-tabs .nav-tabs::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.perf-repetable-tabs .nav-tabs .nav-link {
  display: flex;
  padding: 10px;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--Default-Black, #000);
  text-align: center;
  font-family: var(--Font-DM-Sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  white-space: nowrap;
  border-radius: 40px;
  border: 1px solid var(--Brand-Colors-Primary, #B7C856);
  transition: 0.3s;
}
.perf-repetable-tabs .nav-tabs .nav-link.active, .perf-repetable-tabs .nav-tabs .nav-link:hover {
  color: var(--Default-White, #FFF);
  background: var(--Custom-Colors-Custom-02, linear-gradient(270deg, #126F75 0%, #38AFBA 50%, #B7C856 100%));
}
.perf-repetable-tabs .repetable_link {
  display: none;
}

/*
  CATEGORY GRID
*/
.griglia-view {
  padding: 0;
  background-color: var(--Default-White, #FFF);
}
.griglia-view .performize-product-taxonomy-v2.perf-griglia-container {
  padding: 0;
}
.griglia-view h2.title,
.griglia-view h4.title {
  font-family: var(--Font-DM-Sans);
  font-weight: 700;
}
.griglia-view h2.title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  text-transform: none;
}
.griglia-view h4.title {
  margin: 0;
  color: var(--Default-White, #FFF);
  font-size: 24px;
  line-height: 120%; /* 28.8px */
}
.griglia-view .term {
  margin-bottom: 0;
  position: relative;
  border-radius: 12px;
}
.griglia-view .term .perf-img-link {
  text-decoration: none;
}
.griglia-view .term .performize-container-img {
  position: relative;
}
.griglia-view .term .performize-container-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
}
.griglia-view .term .performize-container-img img {
  width: 100%;
  max-height: 220px;
  border-radius: 12px;
}
.griglia-view .term .content {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.griglia-view .term .content .description {
  display: none;
}
.griglia-view .term .content .link {
  color: var(--Default-White, #FFF);
  text-align: center;
  font-family: var(--Font-DM-Sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-decoration: none;
}
.griglia-view .performize-product-taxonomy-arrows {
  display: none;
}

/*
  BLOG
*/
.perf-home-blog-section .perf-home-blog-list-container .perf-home-blog {
  display: flex;
  gap: 24px;
  width: 100%;
}
.perf-home-blog-section .perf-home-blog-list-container .perf-home-blog li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perf-home-blog-section .perf-home-blog-list-container .perf-home-blog li .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.perf-home-blog-section .perf-home-blog-list-container .perf-home-blog li .wp-block-latest-posts__featured-image a img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.perf-home-blog-section .perf-home-blog-list-container .perf-home-blog li .wp-block-latest-posts__post-title {
  font-family: var(--Font-DM-Sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-decoration: none;
  color: var(--Default-Black, #000);
}
@media (max-width: 767.98px) {
  .perf-home-blog-section .perf-home-blog-list-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .perf-home-blog-section .perf-home-blog-list-container .perf-home-blog {
    width: 300%;
    padding-bottom: 24px;
  }
}
/*# sourceMappingURL=homepage.min.css.map */