/* Gallery section css start */

.Gallery {
    margin: 0% 0% 2% 0%;
  }
  
  .Gallery .Gallery_slider {
    margin-top: 5%;
    position: relative;
  }
  
  .Gallery .Gallery_slider::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: transparent linear-gradient(269deg, #f7f5f400 0%, #ffffff 100%) 0%
      0% no-repeat padding-box;
    width: 10%;
    z-index: 1;
  }
  
  .Gallery .Gallery_slider::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: transparent linear-gradient(91deg, #f7f5f400 0%, #ffffff 100%) 0%
      0% no-repeat padding-box;
    width: 10%;
    z-index: 1;
  }
  
  .Gallery .Gallery_slider .owl-nav {
    height: 100%;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 40%;
    margin-top: 0px;
    height: fit-content;
  }
  
  .Gallery .Gallery_slider .owl-nav button.owl-next span, .Gallery .Gallery_slider .owl-nav button.owl-prev span {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: -2px;
}
  
  .Gallery .Gallery_slider .owl-nav button.owl-prev {
    background: #a11a39;
    width: 30px;
    height: 30px;
    color: #fff;
    left: 0px;
  }
  .Gallery .Gallery_slider .owl-nav button.owl-next {
    background: #a11a39;
    width: 30px;
    height: 30px;
    color: #fff;
    right: 0px;
  }
  
  .Gallery .Gallery_slider .product-card .img-holder {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 0px;
    aspect-ratio: 1/0.9;
    padding: 15px;
}
  
  .Gallery .Gallery_slider .product-card:hover .img-holder .product-image {
    transform: none;
  }
  
  /* Gallery section css end */