.products-wrapper {
  width: calc(100% + 1.3889vw);
  margin-left: -0.6944vw;
  margin-right: -0.6944vw;
}
.nuvia-parent-category {
  width: 100%;
  text-align: center;
  padding: 0 0.6944vw;
  margin-bottom: 2.0833vw;
  display: inline-block;
  vertical-align: top;
  break-inside: avoid;
}
.products-wrapper .feature-image {
  position: relative;
  overflow: hidden;
  padding-top: 18.1944vw;
  margin-bottom: 2.0833vw;
}
.products-wrapper .feature-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.products-wrapper .nuvia-child-category h4,
.products-wrapper .nuvia-child-category li {
  margin-bottom: 2.0833vw;
}
.products-wrapper .nuvia-child-category ul {
  margin-bottom: 5.5556vw;
}
.products-wrapper .nuvia-child-category h4 {
  color: var(--red);
}
.products-wrapper .nuvia-child-category li a {
  display: inline-flex;
}
.two_column_image_and_text.single_product .list_wrapper ul li {
  position: relative;
  padding-inline-start: 2.4306vw;
  text-transform: uppercase;
}
.two_column_image_and_text.single_product .list_wrapper ul li:before {
  content: "";
  display: flex;
  position: absolute;
  top: -0.2083vw;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1.875vw;
  height: 1.7361vw;
  background-image: url(../images/list-icon.svg);
  background-size: 100% 100%;
}
.two_column_image_and_text.single_product .list_wrapper ul li:not(:last-child) {
  margin-bottom: 0.625vw;
}
.nuvia-parent-category h2 {
  margin-bottom: 0.6944vw;
}

@media (min-width: 992px) {
  .products-wrapper {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .two_column_image_and_text.single_product .list_wrapper {
    margin-top: 4.1667vw;
  }
  .two_column_image_and_text.single_product p {
    margin-bottom: 3.6806vw;
  }
}
@media (max-width: 1199px) {
  .products-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nuvia-parent-category {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .products-wrapper .feature-image {
    padding-top: 100%;
    margin-bottom: 30px;
  }
  .products-wrapper .nuvia-child-category h4,
  .products-wrapper .nuvia-child-category li {
    margin-bottom: 20px;
  }
  .two_column_image_and_text.single_product .list_wrapper ul li:before {
    width: 27px;
    height: 25px;
    top: -3px;
  }
  .two_column_image_and_text.single_product .list_wrapper ul li {
    padding-inline-start: 35px;
  }
  .two_column_image_and_text.single_product .list_wrapper {
    margin-top: 70px;
  }
  .two_column_image_and_text.single_product p {
    margin-bottom: 70px;
  }
  .nuvia-parent-category h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .products-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .nuvia-parent-category {
    width: 100%;
  }
  .nuvia-parent-category:last-child {
    margin-bottom: 0px;
  }
  .products-wrapper .nuvia-child-category h4,
  .products-wrapper .nuvia-child-category li {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .products-wrapper .nuvia-child-category li > a:before {
    height: 1px;
  }
}
