:root {
    --main-color: #5d708b;
    --second-color: #9faaba;
    --third-color: #ffffff;
    --shadow-color: #95989f66;
    --shadow-color2: #6870818f;
    --product-color1: #c6c6c6;
    --product-color2: #5d708b;
    --logo:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/onXXwv/SjKeWW93jyPfnRiTPpjB3gF8oKyRub5WB5KHwsgN.png);
}
#mainnav {
    width: 100%;
    border-radius: 15px;
    background: #ffffffa6;
    min-height: 68px;
}
#btn-show-more{color: var(--second-color);}
.s-menu-topnav-list{display:none}
body {
  background:#f5efe7 url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYKeDz/40qz2MsD57KXOwrWjPBqTLX0VGpckbr1CiQ2LFGL.png);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}
.bg-inherit {
    background: #ffffffa6;
    border-radius: 20px;
    border: 1px solid rgb(159 172 186 / 0%);
    box-shadow: 0 8px 32px 0 var(--shadow-color);
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgb(243 244 246 / 0%);
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: var(--color-primary);
    color:#000000
}

.main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 2rem;
        font-weight: 700;
        color: var(--second-color);
    }
}

b, strong {
    font-weight: bolder;
    color: var(--main-color);
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--main-color);
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(255 255 255 / 1);
}
.slide--cat-entry {
    display: flex
;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, #ff000000);
    --tw-bg-opacity: 1;
    padding: 0.75rem;
    text-align: center;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color: #735d4000;
}
 @media (min-width: 640px) {
    .s-block--slider-with-bg {
        margin-top: 4rem;
        padding-bottom: 4rem;
        background-color: #00000000;
    }
}
.s-block--slider-with-bg {
    margin-top: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / 0%);
    padding-bottom: 2rem;
}
h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 38px;
    color: var(--main-color);
}
.s-block--slider-with-bg .slider-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(162 98 98 / 0%);
    opacity: 0.6;
    margin-top: 20px;
}
.s-quantity-input-input {
    width: 3rem;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-weight: 700;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
    background-color: #82c0db00;
}



header.store-header:before {
    content: '';
    background: url("https://i.ibb.co/Ny8tNMt/image.png");
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: var(--main-color);
    background-position: center;
    z-index: 9999999999999999;
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }
    
    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px;
        background-repeat: repeat-x;
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px;
        background-repeat: repeat-x;
    }
}


.s-block--slider-with-bg .s-slider-block__display-all {
    background-color: transparent !important;
    --tw-text-opacity: 1 !important;
    color: rgb(154 166 178) !important;
    flex-grow: 0 !important;
}

 h2{color: white;margin: 20px 0  !important;padding: 10px  !important;background-color: var(--main-color)  !important;border: 2px solid var(--main-color)!important;border-radius: 10px  !important;box-shadow: 2px 2px 5px rgb(242 211 255) !important;text-transform: uppercase  !important;letter-spacing: 1px  !important;}

.s-slider-block__display-all{
  margin: 20px 0  !important;
  padding: 10px  !important;
  background-color: var(--main-color)  !important;
  color: #ffffff !important;
  border: 2px solid #9aa6b200 !important;
  border-radius: 10px  !important;
  box-shadow: 2px 2px 5px var(--shadow-color) !important;
  text-transform: uppercase  !important;
  letter-spacing: 1px  !important;
  }
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 200%;
}
  .main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: #ffffff;
}
:root {
    --font-main: 'PingARLT';
    --color-primary: var(--main-color);
    --color-primary-dark: #bc70f3;
    --color-primary-light: #dec5f5;
    --color-primary-reverse: #ffffff;
}

.text-primary {
  color: var(--second-color);
}

.main-menu li > a:hover {
  color: var(--second-color);
  transform: translateY(-15%);
}

.mm-spn.mm-spn--light {
  color: var(--main-color);
}

#page-main-title {
    color: var(--third-color) !important;
    border-bottom: solid 2px var(--main-color);

    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--second-color) !important;
}

.s-cart-summary-total {
  color: var(--main-color);
}
.header-btn__icon {
  border: none;
  color: var(--main-color) !important;
}
.header-btn__icon:hover {
  color: var(--third-color) !important;
  background:var(--second-color)!important;
}
#product-filter {
    background-color: var(--third-color) !important;
    color: var(--main-color);
}

.s-products-slider-card:hover {
    scale: 1.02;
}

.s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
}

.banner--fixed img {background: #ffffff00;margin :auto;border-radius: 30px;MARGIN-TOP: 15PX;}
.banner--fixed img:hover {
    border-radius: 25px 60px;
    box-shadow: 3px 3px 10px var(--shadow-color);
}
.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
    animation: pulse 1s infinite;
    background-repeat: no-repeat;
    background-size: contain;
}


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

    }

    50% {
        transform: scale(1.03);

    }

    100% {
        transform: scale(1);

    }
}

body:not(.product-index):not(.product-single):after {
  content: '';
  width: 100%;
  height: 100%; 
  top: 0;
  position: fixed;
  z-index: 999999;

    background: #ffffff7a var(--logo);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  animation: pulse-out 1.5s ease-in-out forwards, background-change 2s ease-in forwards;
  transform: scale(0);
  border: none;
}

@keyframes pulse-out {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  75% {
    opacity: 0.5;
    transform: scale(1.2);
  }
 
}

.s-comments {
    display: none !important;
}

.main-content h1 {
    color: var(--main-color) !important;
}

.total-price {
    color: #ffffff !important;
}

.s-breadcrumb-wrapper {
    color: white !important;
}
h4{color: var(--main-color) !important;}
.square-photos {
    background-color: transparent !important;
  

}

.has-overlay:after {
    background-color: rgb(17 20 21) !important;

}

/* NavBar start */
.right-side {
    color: var(--main-color) !important;
}


.s-menu-topnav-list {
    padding: 15px;
    box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}
.s-search-input {
    background-color: white !important;
}

@media (min-width: 1024px) {
    .rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0rem;
    }
}

/* NavBar End */

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

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

.square-photos {
    width: 100%;
    border-radius: 30px;
    height: 250px
}

.square-photos:hover {
    scale: 1.07;
    border-radius: 30px;

}

.grid {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-entry h3.text-with-border {
    border: none;
}

.s-block--banners container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.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 */
/* Latest Products */
.s-product-card-image img {
    height: 100%;
    width: 100%;
    opacity: 0;

    transition: opacity 500ms cubic-bezier(.4,0,.2,1);
    background: 0 0!important;
    transition: 1s
}


.s-product-card-image {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    background-color: transparent;
    transition: 1s
}
.s-product-card-content-title a {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    overflow: hidden;
}
.s-product-card-content-title {
 
  line-height: 0.5rem;
}
/* nav start*/

.s-product-card-content {
        padding: 0.25rem !important;
            background: transparent !important;
    }
.s-product-card-price {
    z-index: 1 !important;
    }
    .s-button-btn {
    
    z-index: 2 !important;
      background: linear-gradient(135deg, var(--second-color), var(--main-color));
    }
    [class^=sicon-], [class*=" sicon-"] {
   
    font-size: 24px;
}
.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-radius: 0px;
    background: 0 0;
    transition: 1s
}

.s-product-card-vertical {
  position: relative;
   overflow: hidden;
    background: transparent !important;
  transition: all .3s ease-in-out !important;
      
  
}
.s-product-card-vertical .s-product-card-image:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.19);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.s-product-card-vertical .s-product-card-image:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.6s, 0.6s, 0.14s;
  transition-timing-function: ease;
}

.s-product-card-vertical .s-product-card-image:active:after {
  opacity: 0;
}
.s-product-card-vertical:hover::before {
  left:150%;
}
.s-button-primary-outline:hover {
    color: #fff !important;
        background-color: transparent;
}
.swiper-wrapper .s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    width: 108%;
    height: 44px;
    float: inline-end;
    margin-top: -114px;
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(45deg, var(--product-color1), var(--product-color2));
    font-weight: 400;
    margin-left: -8px;
    border-radius:20px
}
.s-button-outline {
    border-color: transparent !important;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 0;
}

   .s-product-card-content-main a {
    text-decoration: none;
    font-weight: 600;
    font-size: medium;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    color: var(--main-color) !important;
    display: flex
;
    -webkit-line-clamp: 3 !important;
    align-content: flex-end;
    justify-content: center;
}

.s-product-card-content-main a:hover {
  
    color: var(--second-color) !important;

}
.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.s-product-card-price {
    font-size: 18px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    color: var(--main-color) !important;
  
}


.s-slider-block__title h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #9a7e6f00;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.text-center {
    text-align: center;
}
.s-button-primary-outline {
    color: #fbfbfb;
}
/* Product End */
#featured-products-style2-11 {
    background-color: transparent !important;
}

/* Footer Start */

.store-footer {
  background: #ffffff00 !important;
  text-align: center;
}
.banner-entry{
    width: 42vw;
    min-height: 120px;
    min-width: 120px;
}

.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;
     

}     
lazy__bg lazy entered loaded{
height: 205px;
}

.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}

.s-social-list {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.store-footer .store-footer__inner {
    background-color: #37233000;
    color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
        border-radius: 55px;
    position: relative;
    transition: all 0.3s ease;
}
.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 130px;
    width: 140px;
    margin: auto auto 20px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 15px #a5a5a5 !important;
    border-radius: 20px;
    background-color: #ffffff00 !important;
}

@keyframes shimmer {
  0% {
    box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);
  }
  50% {
    box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2); /* Shimmering orange shadow */
  }
  100% {
    box-shadow: 0 3px 6px 0 var(--shadow-color2), 0 6px 20px 0 var(--shadow-color);
  }
}

.store-footer__inner {
  background-color: #22497400 !important;
  color: var(--second-color) !important;
  border-bottom: solid #4a718000 2px !important;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);
  animation: shimmer 2s infinite;
}


.store-footer__inner .flex {

    justify-content: center;
}

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

.store-footer h3 {
    color: var(--main-color) !important;
    font-size: 1.3rem;
    width: 150px;
    margin: auto;
    padding: 10px;
    border-radius: 20px
}




.footer-list {
    color: white !important;
}

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


.s-contacts-header {
    display: none;
}

.s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}

.s-breadcrumb-wrapper {
    color: var(--main-color) !important;
}

.s-block--features__item .feature-icon {
    background-color: transparent !important;
    font-size: 30px !important;

}

.s-block--features__item .feature-icon i {
    color: white !important;
    font-size: 30px !important;

}

.s-block--features__item:hover {
    scale: 1.08;
    box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);

    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .store-footer h3 {
        font-size: 15px !important;

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

    .gap-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
    
}

.copyright-text p {
    color: var(--main-color-color) !important;
}

.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير   ADFAZ" !important;
    top: 0px;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    background-color: var(--main-color) !important;
    color: var(--third-color)!important;
    border-bottom: solid var(--second-color) 2px !important;
    margin-bottom:10px;
    border-radius:20px;
    padding: 10px;
    box-shadow: 0 3px 6px 0  var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);
   animation: shake 4s infinite;
}



@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.s-contacts-icon {
    border-color: 1px solid var(--main-color) !important;
}

@media only screen and (max-width: 600px) {
    .store-footer__inner h3 {
        font-size: 14px !important;
    }

    .square-photos {
        width: 48%;
        transition-duration: 0.5s;
        transition-property: scale;
        border-radius: 30px;
        height: 220px;

    }
}


.s-contacts-title a:hover {
    color: black !important;
}

.grid-col-1 {
    flex-direction: column;

}

label {
    color: var(--main-color);
}

.store-footer h3:hover {
    opacity: 1;
    color:var(--second-color) !important ;
    coursor: pointer;
    box-shadow: 0 3px 6px 0 var(--shadow-color), 0 6px 20px 0 var(--shadow-color2);
 
}
#wa-widget-send-button {
    display: none !important;
}

.content--single-page {
    color: var(--main-color) !important;
}

.content--single-page {
    background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
 
 .lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: contain!important;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-repeat: no-repeat; 
}

.banner--fixed img {background: var(--body-color);width:95%!important;margin-top: 40px;margin-bottom: 10px;}
.square-photos {
    background: transparent;
    width: 35%;

    animation-iteration-count: infinite;
    transition-duration: 1s;
    transition-property: scale;
    border-radius: 30px;
    height: 180px;
}
 


 .store-footer__inner .max-w-sm{position: relative; }
 
.s-block {
   margin-top: 0rem !important ; 
}

@media (min-width: 1280px) {
  .container {
    max-width: 200% !important ;
  }
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 0rem;
  }
}
   .main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: var(--main-color-color);
    
}
    .slide--cat-entry {
    display: flex
;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #ff000000);
    padding: 0.75rem;
    text-align: center;
    transition-property: color, backgroun;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    margin-top: 40px;
}
    .s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
    transform:scale(0.67)!important;
    margin:-42px;   
}