/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 


.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* كل صف فيه عنصرين */
  gap: 16px; /* فراغ بين العناصر */
}

.box {
  background-color: #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}


.grid {
 display: grid;
  grid-template-columns: repeat(2, 1fr); !important /* 2 items per row */
  gap: 16px; /* spacing between items */
  max-width: 500px; /* optional for layout */
  margin: auto;
}

.two-row .banner-entry:first-child {
        height: auto !important;
 }

    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
                grid-row: unset !important;
    }
@media only screen and (max-width: 767px) {

.store-footer__inner .container {
display: block !important;


}
.grid {
 display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 items per row */
  gap: 16px; /* spacing between items */
  max-width: 400px; /* optional for layout */
  margin: auto;

}
}

.right-side h2 ,.s-block__title {

display: none !important;
}

.s-block__title {

    justify-content: center;
}


img {
    background-color: transparent !important;

}

.mobile-menu li ul li:first-child {
display: none !important;
}

.article--main {
display: contents !important;
}

#btn-show-more {
display: none;
}


/Footer/



.store-footer {
    color: var(--primary-color) !important;
    font-weight: 600;
    text-align: center !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px !important;
    box-shadow: 0 0 10px -2px var(--primary-color);
    background: var(--font-color) !important;
    width: 95% !important;
    margin: 40px auto 15px !important
}

.store-footer__inner {
    color: (--primary-color) !important;
    font-weight: 600;
    text-align: center !important;
    border-radius: 50px !important;
    background: var(--font-color) !important;
    border-bottom-color: var(--primary-color) !important;
    border-bottom-width: 1px;
    padding-top: 0 !important;


padding-bottom: 10px !important
}

.store-footer__inner:after {
    text-align: center;
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    margin: 2px auto 15px;
    background-image: url(https://cdn.salla.sa/BrQnly/yn96ewwoZkogfddmfxWMM6gUeM4fE0YIBjlm8Oju.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 0;
    animation: scale 1.3s linear infinite
}


.store-footer h3 {
    color: var(--font-color) !important;
    font-size: 16px !important;
    background-color: var(--primary-color) !important;
    box-shadow: 2px 2px 12px -2px var(--primary-color);
    border-radius: 12px !important;
    padding: 5px !important;
    width: 145px !important;
    margin: 0 auto 15px !important
}

.me-4 {
    margin-left: auto !important;
    margin-right: auto !important
}

.py-4 {
    padding-top: 10px !important;
    padding-bottom: .5rem


}

.lg\:gap-6 {
    gap: 1.5rem;
    display: flex !important
}

.store-footer a,
.store-footer .contact-social {
    display: grid !important;
    text-align: center;
    justify-content: center
}

.s-social-list .s-social-link a,
.store-footer .rounded-full,
.store-footer .social-link,
.store-footer .s-contacts-icon {


border: 0 solid var(--primary-color) !important;
    box-shadow: 0 0 10px -2px var(--primary-color)
}

.store-footer .unicode {
    display: none
}

.store-footer .social-link {
    padding-top: 5px !important
}

.store-footer .contact-social {
    border-color: var(--primary-color) !important
}

.store-links-items .leading-none {
    line-height: 1.75 !important


}

.lg:col-span-2 .flex {
    display: inline-block !important;
    text-align: center !important
}