/* Add custom Js code below */ 
.s-user-menu-trigger{
    background-color: unset;
    

}

.s-cart-summary-total{
display:none;
}
.banner--fixed img{
    background-color: unset;

}
.navbar-brand img {
    max-height: 68px;
        animation: sigal 1200ms linear infinite;

    
}

.banner-swap {
    width: 100%;
    background: linear-gradient(45deg, #f9fafb, #f9fafb);
    color: #55412f;
    overflow: hidden;
    padding: 10px 0;
margin-bottom: 5px;
    position: relative;
}

.bannt {
    display: flex;
    width: 100%;
    animation: banSwiperScroll 12s linear infinite;
    will-change: transform;
}

.bannt:hover {
    animation-play-state: paused; /* Pause scroll on hover */
}

.banrerr {
    white-space: nowrap;
    padding: 0 50px;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
    color: #ffffff;
    text-shadow: 0 0 8px #d9a968, 0 0 12px #bb8b43; /* Glowing effect */
}

.banrerr i {
    margin-left: 10px;
    animation: bounceIcon 1.5s infinite ease-in-out; /* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.store-info__logo img{
    max-height:80px !important;
    background-color: #EAC7C3;
    

}
@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #d5c48c)
    }

    100% {
        filter: none;
    }
} 
.footer-is-light .store-footer .store-footer__inner:before {

    text-align: center;
    content: "";
    display: block;
    position:relative;
    bottom:22px;
    height: 110px;
    width: 140px;
    margin: 0 auto 20px auto;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYjmyY/jvF5iFm4bBT8XdatDc5aPdFDGDzUMicrGOmNr2LG.png);
    
    background-repeat: no-repeat;
    background-size: contain;
        animation: sigal 1200ms linear infinite;

    background-position: center;
    }
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/*.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite;
}
*/

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

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}
/* Add custom CSS styles below */
body{
background: #FFFFFF;
}
/* General start */
:root {
    --main-color: #000000;
    --second-color: #000000;
    --third-color: #EAC7C3;
}


/* General End */
.brand-item{
width:200px;
height:200px;
    background-color: #FEFDFD;

}

/* Body */


body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--third-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYjmyY/jvF5iFm4bBT8XdatDc5aPdFDGDzUMicrGOmNr2LG.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}



@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}




/* NavBar start */

#mainnav {
    background-color: var(--third-color);
}

.main-menu {
    color: var(--main-color);
}


.sicon-user-circle:hover::before {
    color: var(--second-color);
}

.header-btn__icon {
    border: none;
    color: var(--main-color);
}

.s-cart-summary-total {
    color: var(--main-color);
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--third-color);
    }
}


/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color);
}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}

/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom:solid 4px #FFFFFF;
}

.s-product-card-entry {
    background-color: #fff !important;
    border-radius: 20px;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11, 22, 73, 0.5) !important;
    color: var(--main-color);
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-title a {
    color: var(--main-color);
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--second-color);
}

.s-product-card-entry {
    border:solid 6px #FFFFFF;
}

.s-button-primary-outline {
    color: var(--main-color);
}

.s-button-primary-outline:hover {
    background-color: var(--main-color);
    color: var(--second-color);
}

/* Product End */

/* Footer Start */

.store-footer {
    background-color: var(--third-color) !important;
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
}


.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
}
.s-breadcrumb-wrapper{
    background-color: #FFFFFF;
}


.store-footer__inner {
    background-color: transparent !important;
}

.store-footer__inner .flex {

    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem;
}

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    coursor: pointer;
}

.footer-list {
    color: var(--second-color);
}

.store-footer__inner .max-w-sm {
    color: var(--second-color);
}

.store-footer a {
    color: var(--second-color);
}

.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color);
}

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


.store-footer ul:nth-child(2):before {
    content: "برمجة و تطوير | ADFAZ ";
    top: 0;
    font-size: 14px;
    color: var(--main-color) !important;
    margin-left: 30px;
}

.s-block--features__item .feature-icon{
background-color:var(--main-color);
}

.s-block--features__item .feature-icon i{
  color:#d1d1d1;
}

.text-primary{
   color:var(--main-color);
}
.s-product-card-entry{
background-color: #FFFFFF!important;}
.s-product-card-content-title a {
    color: var(--main-color);
    max-height: 40px;
    overflow:hidden
}
.s-button-element:not(:disabled):not([loading]){
background-color: unset!important;

}
.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color:#000000;

    
}
.s-button-primary-outline{
background-color: #FFFFFF!important;

}
pre.ql-syntax {
    white-space: pre-wrap;
}
.s-contacts-item{
margin-right:80px;
}

h5{

    text-align: center !important;
        color:#000000;
    background-color: #1B1464 !important;
}
.blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre{
        color:#000000;

}
.s-button-element:not(:disabled):not([loading]){
        color:#000000 !important;

}
  .s-contacts-item{
margin-right:25px !important;
}
.s-breadcrumb-wrapper{
    background-color: #FFFFFF!important;
}

.banner-entry{
  width: 440px;
  height:670px;
margin:auto;
background-color: unset !important;
}

@media (max-width: 480px) {
  .s-product-card-entry {
    border:solid 3px #FFFFFF;
    height:360px;
    width:180px;
        

}



.s-products-slider-card {
        width: 60%;
    }
    .s-contacts-item{
    
margin-right:90px !important;

}
.s-contacts-icon{
border:solid #000000 1px;
}
.s-social-link a{
margin-right:35px;
border:solid #000000 1px;
}
.gap-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.banner-entry{
height:210px;
background-color: unset !important;
}
  
.s-block--features__item{
width: 150px;
 height: 150px;
margin:auto;
}
 .brand-item{
    width: 200px;
    height: 100px;
    padding:10px;
    background-color: #FEFDFD;
       

}
@media (min-width: 480px) and (max-width: 768px) {
    .s-product-card-entry {
    border:solid 3px #FFFFFF;
    height:300px;
    width:190px ;
    
}
.s-products-slider-card {
        width: 60%;
    }
    
.gap-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.banner-entry{
height:250px;

background-color: unset !important;
}

    .brand-item{
    width: 100px;
    height: 100px;
    background-color: #FEFDFD;
       margin:auto;
       

}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}