.cart-banner-sec {
  background-image: url("../../../public/images/shop-detail.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 350px 140px 100px;
  position: relative;
  z-index: 1;
}

.cart-banner-sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #16190073;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cart-banner-content h1 {
  font-family: var(--font-dm-display);
  font-weight: 400;
  font-size: 100px;
  color: #fff;
}

.cart-banner-content h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-dm-display);
  color: var(--yellow-color);
}
