@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "we-icons";
  src: url("../fonts/we-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.products {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1023.98px) {
  .products {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .products {
    margin-bottom: 20px;
  }
}

.products-grid {
  display: grid;
}
.products-grid.col-2 {
  grid-template-columns: repeat(2, minmax(0, 37.89062%));
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1279.98px) {
  .products-grid.col-2 {
    grid-template-columns: repeat(2, minmax(0, 38.30645%));
  }
}
@media (max-width: 991.98px) {
  .products-grid.col-2 {
    grid-template-columns: repeat(2, minmax(0, 39.85%));
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .products-grid.col-2 {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.products-grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1.67%;
       column-gap: 1.67%;
  row-gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1279.98px) {
  .products-grid.col-4 {
    -moz-column-gap: 2.1%;
         column-gap: 2.1%;
  }
}
@media (max-width: 991.98px) {
  .products-grid.col-4 {
    -moz-column-gap: 2.75%;
         column-gap: 2.75%;
    row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .products-grid.col-4 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6.25%;
         column-gap: 6.25%;
    row-gap: 20px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.product-card .product-image-primary {
  z-index: 10;
}
.product-card:hover .product-image-hover {
  display: block;
  z-index: 12;
}
.product-card .image-wrapper {
  position: relative;
  padding-bottom: 133.275%;
  margin-bottom: 6px;
}
.product-card .image-wrapper .product-image-primary,
.product-card .image-wrapper .product-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .product-image-hover {
  display: none;
}
.product-card .product-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.product-card .product-info .product-info-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  max-height: 31px;
}
.product-card .product-info .product-info-header .labels-container {
  display: flex;
  gap: 10px;
}
.product-card .product-info .product-info-header .promo-label {
  margin-bottom: 5px;
}
.product-card .product-general {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 17px !important;
  height: 34px !important;
  max-height: 34px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: none !important;
}
.product-card .price-wrapper {
  margin-top: 3px;
}

.pagination-btn {
  cursor: pointer;
  height: 45px;
  padding-inline: 2.345rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-inline: auto;
  margin-bottom: 60px;
}

.bottom-cold-content {
  margin-bottom: 60px;
}
.bottom-cold-content h3 {
  margin-bottom: 20px;
}

.ls-link-section {
  margin-top: 40px;
  margin-bottom: 90px;
}
.ls-link-section .container h3 {
  margin-bottom: 30px;
}
.ls-link-section .container .ls-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 25px;
}
@media (max-width: 767.98px) {
  .ls-link-section .container {
    padding: 0 10px;
  }
  .ls-link-section .container .ls-links {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .ls-link-section .container .ls-links a {
    padding: 8px 0;
    width: 100%;
  }
  .ls-link-section .container .ls-links a:hover {
    text-decoration: none !important;
  }
}

.outro-text {
  margin-bottom: 80px;
}
.outro-text p {
  margin: 0 auto;
  max-width: 61.5625%;
}
@media (max-width: 1279.98px) {
  .outro-text p {
    max-width: 62.5%;
  }
}
@media (max-width: 991.98px) {
  .outro-text p {
    max-width: 78.125%;
  }
}
@media (max-width: 767.98px) {
  .outro-text p {
    max-width: unset;
  }
}

.fallback-title {
  margin-top: 30px;
}

#vfaq {
  max-width: 1600px;
  width: 93.125%;
  margin-inline: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
#vfaq .vfaq-title {
  font-weight: 300 !important;
  margin-bottom: 30px;
}
#vfaq .vfaq-header {
  color: #000000;
  font-weight: 300;
}
@media (max-width: 1279.98px) {
  #vfaq {
    width: 94.75806%;
  }
}
@media (max-width: 767.98px) {
  #vfaq {
    width: 89.33333%;
  }
}
#vfaq h2, #vfaq h3, #vfaq h4, #vfaq h5 {
  font-family: "NotoSans";
}
#vfaq .vfaq-question p {
  font-weight: 300;
}
#vfaq p {
  font-weight: 400;
}

.top-section {
  padding: 19px 0 0px 0;
}
@media (max-width: 767.98px) {
  .top-section {
    padding: 20px 0 1px 0;
  }
}
.top-section .breadcrumbs {
  padding-bottom: 21px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .top-section .breadcrumbs {
    display: none;
  }
}
.top-section .breadcrumbs a {
  margin-right: 0.5rem;
  display: flex;
}
.top-section .breadcrumbs a .chevron-right {
  margin-left: 0.5rem;
  position: relative;
  top: 1px;
}
.top-section .breadcrumbs a .chevron-right::before {
  font-family: "we-icons";
  content: "\e030";
}

.filters {
  position: -webkit-sticky;
  position: sticky;
  top: 131px;
  z-index: 28;
}
@media (max-width: 991.98px) {
  .filters {
    top: 66px;
  }
}
.filters.js-filters {
  z-index: 45;
}
.filters .filters-title-mobile {
  display: none;
  width: 100%;
}
.filters .filters-title-mobile .wrapper {
  width: 94.27083%;
  margin: 0 auto;
  height: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .filters .filters-title-mobile .wrapper {
    width: 89.33333%;
  }
}
@media (max-width: 991.98px) {
  .filters .filters-title-mobile {
    display: flex;
  }
}
.filters .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.filters .filters-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .filters .filter-box.sort-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .filters .filter-box.sort-mobile {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .filters .filter-box.sort-mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .filters .filter-box {
    width: 94.27083%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .filters .filter-box {
    width: 89.33333%;
  }
}
.filters .filter-box.active .filter-list {
  transform: translate(0px, 0px) scaleY(1);
  opacity: 1;
  transition: transform 0.2s cubic-bezier(0.19, 0.43, 0.37, 1);
}
@media (max-width: 991.98px) {
  .filters .filter-box.active .filter-list {
    transform: none !important;
    max-height: 70dvh !important;
    position: static !important;
    padding-bottom: 5px;
  }
}
.filters .filter-box.active .filter-icon::before {
  content: "\e031" !important;
}
.filters .filter-box .filter-title {
  position: relative;
  padding: 1rem 3rem 1rem 1.5rem;
}
.filters .filter-box .filter-title .filter-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
}
@media (max-width: 991.98px) {
  .filters .filter-box .filter-title .filter-icon {
    right: 0;
  }
}
.filters .filter-box .filter-title .filter-icon::before {
  content: "\e02e";
}
@media (max-width: 991.98px) {
  .filters .filter-box .filter-title {
    padding: 14px 0;
  }
}
.filters .filter-list {
  float: left;
  position: absolute;
  width: auto;
  transform: translate(-1px, 2px) scaleY(0);
  transform-origin: top;
  padding: 10px 20px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  -moz-column-gap: 38px;
       column-gap: 38px;
  min-width: 120px;
}
@media (max-width: 991.98px) {
  .filters .filter-list {
    display: flex;
    flex-direction: column;
    max-height: 0;
    transition: all 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
    padding: 0;
    padding-bottom: 14px;
    width: 100%;
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: static !important;
    transform: none !important;
    transition: all 700ms ease !important;
  }
}
.filters .filter-list .filter-item {
  width: auto;
  padding: 10px 0;
}
.filters .filter-list .checkbox-label {
  display: flex;
  align-items: center;
  position: relative;
}
.filters .filter-list .checkbox-label .input-radio {
  margin: 0;
  position: relative;
}
.filters .filter-list .checkbox-label .checkbox-label {
  display: inline-block;
  margin: 0;
}
.filters .right-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .filters .right-icons {
    justify-content: space-between;
    width: 100%;
    padding: 12.5px 0;
  }
}
.filters .right-icons .filters-btn-mob {
  display: none;
  gap: 5px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .filters .right-icons .filters-btn-mob {
    display: flex;
  }
}
.filters .right-icons .reset-filters {
  margin-right: 12px;
  align-items: center;
  display: flex;
  gap: 5px;
  position: relative;
  top: 2px;
}
@media (max-width: 991.98px) {
  .filters .right-icons .reset-filters {
    display: none;
  }
}
.filters .right-icons .products-buttons span {
  margin-left: 7px;
  position: relative;
  top: 2px;
}
@media (max-width: 767.98px) {
  .filters .right-icons .products-buttons span {
    margin-left: 16px;
    top: 0;
  }
}
.filters .right-icons .products-buttons .btn-grid4::before {
  content: "\e020";
}
@media (max-width: 767.98px) {
  .filters .right-icons .products-buttons .btn-grid4::before {
    content: "\e01f";
  }
}
.filters .right-icons .products-buttons .btn-grid2::before {
  content: "\e01f";
}
@media (max-width: 767.98px) {
  .filters .right-icons .products-buttons .btn-grid2::before {
    content: "\e01e";
  }
}
.filters .buttons-mob {
  width: 89.33333%;
  margin: 2rem auto;
  margin-bottom: 20px;
  margin-top: auto;
  display: none;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .filters .buttons-mob {
    display: flex;
    order: 3;
  }
}
.filters .buttons-mob button {
  min-width: 13rem;
  height: 4.5rem;
  padding: 1.5rem 2.5rem;
  width: 46.86567%;
  flex: 0 0 46.86567%;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .filters .main-container {
    width: 94.27083%;
  }
}
@media (max-width: 767.98px) {
  .filters .main-container {
    width: 89.33333%;
  }
}

@media (max-width: 991.98px) {
  .filters-container {
    flex-direction: column !important;
    justify-content: start;
    width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 100dvh;
  }
  .filters-container.open {
    transform: translateX(0);
    opacity: 1;
  }
}
.no-products-found h3 {
  margin-bottom: 10px;
  margin-top: 65px;
}
@media (max-width: 991.98px) {
  .no-products-found h3 {
    margin-top: 40px;
  }
}

