.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 1 / span 2;
    grid-row-start: 1;
}

.banner_ad .absolute {
    background-position: center;
    justify-content: center !important;
}

 .banner_ad .over .text {
    width: 100% !important;
  }


@media(max-width:768px){
.banner_ad .img1 {
    grid-column: 1/3;
    
}
.banner_ad .img2 {
    grid-column: 1/3;
    grid-row: 3/5;
}

    
}






/* Add custom CSS styles below */ 
section:nth-child(1 of .landing-page-first-bannar) .txt {

     margin-left: 0; 
  
}

.navbar-brand img {
    max-width: 170px;

}

.copyright-text p {

    color: #fff;
}
/*
.ad-star-btn {
  background-color:var(--color-primary);
}
  /**/
  
  .s-product-card-vertical {
    flex-direction: column;
    height: 400px !important;
}
.s-product-card-horizontal {
    flex-direction: column;
    height: 650px !important;
}

.g_cat .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.store-footer__inner img {

}
.hover\:text-primary:hover {
  color:#fff;
}
@media(max-width:768px) {

.g_cat .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

section:nth-child(1 of .landing-page-first-bannar) .item-text h1{
color:#fff !important; 
}

.banner_ad .img2 .text {
   
    margin: 0;
}
.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}
.landing-page-first-bannar .font-bold {
    font-weight: 700;
    text-align: center;

    font-size: 18px;
    width: 100%;
}
.landing-page-first-bannar .item-text {
    background-color: rgb(0 0 0 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}