 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #000000, #ff0000);
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 864px;
}

.u-section-1 .u-products-1 {
  margin-top: 0;
  margin-bottom: 60px;
}

.u-section-1 .u-repeater-1 {
  grid-auto-columns: calc(50% - 5px);
  grid-template-columns: repeat(2, calc(50% - 5px));
  min-height: 594px;
  --gap: 10px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-image-1 {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-1 .u-text-1 {
  font-family: "ADLaM Display";
  font-weight: 700;
  margin: 36px 0 0;
}

.u-section-1 .u-product-price-1 {
  font-family: "ADLaM Display";
  margin: 20px auto 0;
}

.u-section-1 .u-text-2 {
  font-family: "ADLaM Display";
  margin: 29px 0 0;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
}

.u-section-1 .u-image-2 {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  font-family: "ADLaM Display";
  margin: 36px 0 0;
}

.u-section-1 .u-product-price-2 {
  font-family: "ADLaM Display";
  margin: 20px auto 0;
}

.u-section-1 .u-text-4 {
  font-family: "ADLaM Display";
  margin: 29px 0 0;
}

.u-section-1 .u-gallery-nav-1 {
  position: absolute;
  left: 7px;
  width: 40px;
  height: 40px;
  top: 14px;
}

.u-section-1 .u-gallery-nav-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: auto;
  top: 14px;
  right: 13px;
}

@media (max-width: 1399px) {
  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 6.66667px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 6.66667px));
    grid-gap: 10px 10px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5.0000025px);
    grid-template-columns: repeat(2, calc(50% - 5.0000025px));
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 20px;
  }

  .u-section-1 .u-product-price-1 {
    margin-top: 7px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 4px;
  }

  .u-section-1 .u-text-3 {
    width: auto;
    margin-top: 20px;
  }

  .u-section-1 .u-product-price-2 {
    margin-top: 7px;
  }

  .u-section-1 .u-text-4 {
    width: auto;
    margin-top: 4px;
  }
}