.s-block.s-block--banners .md\:grid-cols-3,
.s-block.s-block--banners .md\:grid-cols-2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

a.banner-entry.square-photos {
    background: transparent !important;
}


.main-nav-container .bg-inherit {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 8px 0;
}

.s-button-text {
    color: #fff;
}

.s-button-outline {
    background: linear-gradient(90deg, #FF8C00, #FFB347);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 25px;
    transition: 0.3s;
}

.s-button-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.s-button-outline:hover .s-button-text {
    color: #fff;
}

.store-footer__inner {
    background-color: #ffaa06;
    position: relative
}

.store-footer__inner {
 background: #1a1a1a;             
  color: #eee;                    
  padding: 40px 20px;
  font-size: 14px;
  line-height: 1.8;
      border-radius: 15px !important;
}

.store-footer {
    border-radius: 15px !important;

}



i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
    color: #000;
    border-color: #000;
    opacity: 1;
}

.s-cart-summary-total {
    color: rgb(255 255 255);
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        /* grid-column: span 1 / span 1; */
        grid-row: auto;
    }
}

a.banner-entry.square-photos .lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-size: 128% 100% !important;
    height: 100% !important;
    width: 100% !important;
}

.s-block--banners+.s-block--banners {
    margin-top: 1em;
}

.top-navbar {
    /* background-image: radial-gradient(ellipse, #749ee0, #3560a4, #0c316c) !important; */
    background: #ffaa06;
}

.top-navbar .s-search-input {
    background-color: rgb(243 243 243);
}

a.s-menu-topnav-item.topnav-link-item.right-side,
.main-menu li.root-level>a {
    color: #fff;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
}


header+section+section+section+section+section.wide-placeholder {
    margin-top: 2rem;
}

.store-footer__inner {
    text-align: center;
}

div#contact-slot {
    margin: auto;
}

.s-menu-footer-list a {
    margin: 10px 0;
}

.gap-8 {
    gap: 1rem;
}

a.flex.items-center.m-0+p.max-w-sm.leading-6.mb-6 {
    display: none;
}

.store-footer__inner a.flex.items-center.m-0 {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

section.s-block.s-block--logos-slider.s-block--full-bg {
    margin: 0 5px;
}

.s-products-slider-card {
    max-width: 56%;
}

a.banner.banner--fixed.overflow-hidden img {
    margin: 0 0 10px 0 !important
}

body {
    background-image: url('https://i.postimg.cc/hhF3Cfzs/bg.jpg');
    --color-primary: #ffaa06 !important;
}

body:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Oqrmmz/9UX6IftQz12SmcI8jG4gU0IYFE0vMcHnCTfSOAo9.png);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 350px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;

    animation-duration: 1.5s
}

@keyframes logobg {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    78% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.navbar-brand img {
    max-width: 7rem;
    width: 6rem;
    max-height: 11rem;
    height: 6rem;
}

.text-primary,
.s-cart-summary-total {
    color: #000 !important;
}

@media (max-width: 1000px) {


    .banner-entry {
        height: 10rem;
    }

    a.banner-entry.square-photos {
        padding: 0 1rem;
    }

    .s-block.s-block--banners .md\:grid-cols-3,
    .s-block.s-block--banners .md\:grid-cols-2 {

        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .navbar-brand img {
        max-height: 3rem;
        width: auto;
        max-width: 100px;
    }
}

header+.s-block {
    margin-top: 0;
}

.store-footer {
    border-radius: 17px !important;
}

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

.s-product-card-entry {
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.s-products-slider-card.swiper-slide {
    padding-bottom: 10px;
}

.s-product-card-entry :hover {
    animation: shake 0.4s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

.main-menu li.root-level>a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #333;
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
    opacity: 1;
    font-size: 20px;
    transition: color 0.3s;
    color: #333;
}

i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    color: #f79e1b;
}

.s-cart-summary-total {
    font-size: 26px;
    color: #333;
    transition: color 0.3s;
}

.s-cart-summary-total:hover {
    color: #f79e1b;
}
 .store-footer__inner::before {
    content: "";
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Oqrmmz/9UX6IftQz12SmcI8jG4gU0IYFE0vMcHnCTfSOAo9.png);
 }
@media (min-width:992px) {
  .store-footer__inner::before {
    height: 200px;
    width: 200px;
    left: 50px;
    top: calc(50% - 114px);
    position: absolute;
    background-size: 100% 100%;
        filter: brightness(536.5);

  }
}
  
  @media (max-width:764px) {
    .store-footer__inner::before {
        height: 150px;
        width: 100px;
        left: 7rem;
        top: 0;
        position: absolute;
        background-size: 100% 100%;
        right: 10rem;
        filter: brightness(536.5);
    }.store-footer__inner {
    padding-top: 8rem !important;
}
  }.store-footer__inner a.flex.items-center.m-0 h3{
    display: none;
  }