/***************/
.desc-article h1 {
color:#FFF !Important
}
section.landing-page-first-bannar .container > div
{
width: 55%;
}
@media screen and (max-width:768px) {
section.landing-page-first-bannar h1 {
    font-size: 16px;
    line-height: 28px;
}
}
/***************/
/**********ssquare-img**********/
.ads {
    margin-bottom: 20px;
}
.ads p{
text-align: center;
}
/**********************/
section.banner_ad {
    margin-bottom: 30px !important;
}
.banner_ad p {
    font-size:25px !important;
    line-height: 25px;
}

.banner_ad a.ad-star-btn {
    background-color: #118D68;
    margin-top: 10px;
    color: #fff !important;
}

.banner_ad a.ad-star-btn:hover {
    background-color: #118D68;
    color: #fff !important;
}

.banner_ad .text {
    gap: 30px;
}
@media screen and (max-width:768px) {
.banner_ad p {
font-size: 17px !important;
line-height: 28px;
}
.banner_ad .text {
    gap: 8px;
}
}
/*---heading------------------*/
.image-title {
margin-bottom: 25px;
}
@media screen and (max-width:768px) {
.g-products .image-title {
margin-bottom: 44px;
}
}
/****************/
section.g-products {
    margin-bottom: 5px;
}
.leading-\[3\.2rem\] {
      background-color: #ffff;
      border-radius: 0.5rem;
}
.banner_ad {
    aspect-ratio: 5/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}

.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 24px;
    line-height: 50px;
    margin: auto; 
}

.banner_ad .items-center {
    align-items: unset;
}

.banner_ad .img3 .bg-cover{
background-position: center;
}

@media(max-width: 768px){
    .banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
}

@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}
@media (max-width: 1199px) {
    a#cart-button, a.hidden.lg\:block.cursor-pointer {
        display: block;
        padding: 12px;
        margin: 0 10px;
        background:rgba(255, 255, 255, 0.7098039216) !important;
        border-radius: 50%;
        stroke: black;
    }
}
@media (min-width: 1024px) {
  .product__description img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 30%;
      height: auto;
  }
  }
  @media (max-width:1199px){
a#cart-button {
    display: block !important;
}
salla-cart-summary.ml-\[5px\].rtl\:ml-\[unset\].rtl\:mr-\[5px\].hidden.lg\:flex.items-center.justify-between.gap-\[7px\].pointer-events-none.hydrated {
    display: block !important;
}
.s-cart-summary-wrapper #s-cart-icon {
    display: none !important;
}