@media (min-width: 1441px) {
  .w-banner3 .w-banner3-imageWrap {
    border-radius: 8px;
  }
}
.popularCategories img,
.w-categoriesList img {
  mix-blend-mode: multiply;
}
.homeColumns {
  position: relative;
}
.homeColumns:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #efefef;
  z-index: -1;
  pointer-events: none;
  border-radius: 32px;
}
@media (max-width: 1040px) {
  .homeColumns:before {
    height: 100%;
  }
}
.site .w-value-cover h1 {
  color: #fff;
  font-size: 3.5rem;
}
.site .w-value-cover img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media (max-width: 1040px) {
  .site .w-value-cover h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  .site .w-value-cover h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1441px) {
  .logic-productList:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 422px;
    background-color: #efefef;
    z-index: -1;
    pointer-events: none;
  }
}
.ui-button.mainComboButton {
  font-weight: 400;
}
.w-featuredProducts >.w-holder,
.w-productList >.w-holder {
  margin-bottom: 96px;
}
@media (max-width: 1040px) {
  .w-featuredProducts >.w-holder,
  .w-productList >.w-holder {
    margin-bottom: 64px;
  }
}
