/* Add custom CSS styles below */ 
.landing-page-first-banner .item-text {
    max-width: 500px !important;
}

.landing-page-first-banner  .item-text h1 {
    font-size: 48px !important;
    max-width: 100% !important;
}
.landing-page-first-banner  .item-text p {
    font-size: 48px !important;
    max-width: 100% !important;
    font-weight: bold !important;
}


.landing-page-first-banner  .item-text p{
 
    position: relative;
 
}
.landing-page-first-banner  .item-text p:before {
    content: "";
    display: block;
    width: 350px;
    height: 57px;
    background-color: #A4DAF2;
    transform: translate(1px, 13px);
    position: absolute;
    z-index: -1;
}


/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
/**/
.banner_ad {
    max-height: 100% !important;
}
/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    
    height: unset;
}

.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}


/****/
.store-footer a:hover {
    color: #ffffff !important;
}

salla-social .s-social-link:hover a {
 
    border: 1px solid #ffffff;
}
salla-social .s-social-link:hover svg {
    fill: #ffffff;
}
.store-footer__inner .grid {
  grid-template-columns: repeat(3, minmax(200px, 1fr)) !important;
}
.store-footer__inner .flex.justify-center.gap-6 {
  display: none !important;
}
@media(max-width:768px) {
  .store-footer__inner .grid {
    grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;
}
.landing-page-first-banner .item-text {
    max-width: 500px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 30px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}

.landing-page-first-banner  .item-text p {
    font-size: 30px !important;
    max-width: 100% !important;
    font-weight: bold !important;
}

.landing-page-first-banner  .item-text p:before {
    width: 220px;
    height: 57px;
    transform: translate(1px, 0px);
 
}


section:nth-child(2 of .landing-page-first-banner)  .item-text p:before {
    width: 220px;
    height: 57px;
    transform: translate(25px, 0px);
}
  /***mobile **/
.landing-page-first-banner .item-text {
    max-width: 100% !important;

    padding: 2rem 0;
    position: absolute;
    bottom: 0;
    align-items: center !important;
}
.landing-page-first-banner .item-text h1 {

  text-align: center !important ;
}

/***/
  
}