section.hero-3.position-relative.align-items::after {
  	position: absolute;
    content: "";
    background: #00000066;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

section.hero-3.position-relative.align-items > * {
  	z-index: 9;
}

@media only screen and (min-width: 1200px) {
    .container {
      max-width: 1360px !important;
  }
}

.product-cart-wrap .product-img-action-wrap .product-img {
  
  aspect-ratio: 2 / 2;
}

section.hero-3.position-relative.align-items h2, section.hero-3.position-relative.align-items ul li a {
  	color: white
}