.products {
  /* background: transparent linear-gradient(180deg, #fce0c4 0%, #ffffff 100%) 0%
    0% no-repeat padding-box; */
}


.products .frame_title {
  font-size: 38px;
  font-weight: 700;
  font-family: Cormorant Garamond;
  color: #884200;
  margin-top: 8px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.products .frame_title .h5_span {
  font-size: 22px;
  font-weight: 400;
  color: #1f2a44;
  font-family: Raleway;
}

.explore-categories-wrapper {
  margin-top: 200px;
}

.products .filter_offcanvas {
  display: none;
}

.filter_offcanvas .offcanvas-header {
}

.filter_offcanvas .offcanvas-body {
  padding: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .explore-categories-wrapper {
    margin-top: 100px;
  }
}

@media (min-width: 0px) and (max-width: 991.98px) {

  .explore-categories-wrapper {
    margin-top: 50px;
  }

  .products .desktop_div {
    display: none;
  }

  .products .filter_offcanvas {
    display: block;
  }

  .products .filter_offcanvas .filter_icon {
    color: #a86a2c;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .products .wrapper {
    position: relative;
  }
}
