/* Add custom CSS styles below */ 



:root {
    --main-color:#D9D7D7;
    --three-color: #fff ;
    --body-color:F2F2F2;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    background: var(--main-color);
    border: var(--main-color) solid 2px;
    color: #fff
}



#mobile-menu{
   z-index: 999999999999;
}

body:after {
    z-index: 9999999999999;
}

#mainnav {
    z-index: 999999999999;
    }

.mm-ocd--open ,.mm-ocd__backdrop {
  z-index: 999999999999999999;

}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/dPEoNj/Zcb5uyhw8BzLkLpCx2LPw7HLB0qKSymg7HFtxVBR.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 2.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)
    }
}
.main-menu li.root-level > a {
    padding-top: 0px;
    padding-bottom: 2rem;
    font-weight: 700;
    color: black;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    z-index: 999999999999
  
}

.main-menu li.root-level > a:hover {
   
    color: black; /* تغيير اللون عند التمرير */
}


.main-nav-container.fixed-header .inner {
    transform: translated(0,0,0);
    background: linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.37)
}


.bg-inherit {
    background-color: inherit;
    
 
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: .75rem;
        font-size: .875rem;
        line-height: 1.25rem;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: 300ms;
        color:black;
    }
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        padding-right:.75rem;
        background: var(--second-color)
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        display:flex;
        align-items: center;
        justify-content: space-between;
        font-size: .875rem;
        line-height: 1.25rem;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: 300ms;
        color: black;
    }
}

.mm-spn.mm-spn--navbar.mm-spn--main a {
    cursor: default;
    background: var(--main-color);
    color: #fff
}

.mm-spn.mm-spn--navbar.mm-spn--main a:hover {
    cursor: default;
    background: var(--main-color);
    color: var(--second-color)
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    background: var(--main-color)
}

[class*=" sicon-"],[class^=sicon-] {
    font-family: sallaicons!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--second-color);
    -moz-osx-font-smoothing: grayscale
}

.s-block--photos-slider {
    margin-top: 0!important
}

.swiper {
    padding-left: 0!important
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: .5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.banner-entry {
    width: 52vw;
    min-height: 200px
}

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

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

@media only screen and (max-width: 600px) {
    .banner-entry {
        height:auto
    }
}

@media(min-width: 768px) {
    .two-row .banner-entry:first-child {
        height:auto!important
    }
}

.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--body-color)
}

.flex-col {
    background: var(--body-color);
    background-size: contain
}


 .s-button-primary-outline {
    fill:#414042;
    fill:var(--color-primary);
    color:#414042;
    color:var(--color-primary);
    color:var(--main-color);
    border:solid var(--main-color)
  }
  .s-button-primary-outline:hover {
    fill:#414042;
    fill:var(--color-primary);
    color:#414042;
    color:var(--color-primary);
    background:var(--main-color);
    color:var(--third-color);
    border:solid var(--main-color)
  }
  .s-product-card-content {
    position:relative;
    display:flex;
    flex-direction:column;
    padding:.75rem;
    border-radius:9px;
    align-items:center
  }
  .s-product-card-vertical {
    background:unset
  }
  .s-button-wide {
    width:100%;
    color:black;
    border-radius:40px 10px;
    background:0 0!important;
    border:solid 2px;
    box-shadow:5px 5px 1px var(--main-color)
  }
  .s-button-wide:hover {
    width:100%;
    color:black;
    border-radius:40px 10px;
    background:0 0!important;
    border:solid 2px;
    box-shadow:5px 5px 1px var(--second-color)
  }
  .s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.outline {
    --salla-fast-checkout-button-border-radius: .75rem;
    width:50%;
    color:var(--main-color);
    border-radius:40px 10px;
    background:0 0!important;
    border:solid 2px;
    border-block-start-width:2px;
    border-block-end-width:6px
  }
  .s-product-card-content-title a {
    display:block;
    font-size:.875rem;
    line-height:1.25rem;
    font-weight:700;
    --tw-text-opacity: 1;
    color:#1f2937;
    color:rgba(31,41,55,var(--tw-text-opacity));
    color:#00000;
    text-align:center;
    height:20px;
    overflow:hidden;
    animation: pulse 3s ease-in-out infinite;
  }
  .s-product-card-content-title a:hover {
    display:block;
    font-size:.875rem;
    line-height:1.25rem;
    font-weight:700;
    --tw-text-opacity: 1;
    color:#1f2937;
    color:rgba(31,41,55,var(--tw-text-opacity));
    color:var(--second-color)
  }
  .s-fast-checkout-button.outline {
    background-color:transparent;
    border:1px solid var(--color-primary);
    color:var(--color-primary);
    color:var(--main-color);
    border-radius:40px 10px;
    background:0 0!important;
    border:solid 2px;
    border-block-start-width:2px;
    border-block-end-width:6px
  }
  @keyframes pulse-glow {
    0%, 100% {
      box-shadow: 1 0 12px var(--second-color), 0 0 24px #fff;
    }
    50% {
      box-shadow: 0 0 20px var(--second-color), 0 0 40px var(--second-color);
    }
  }
  .s-product-card-price {
    font-size:.875rem;
    line-height:1.25rem;
    font-weight:700;
    color:#00000;
    background: var(--main-color);
    padding: 10px;
    border-radius: 20%;
    /* animation: pulse-glow 2s infinite; */
  }
  .s-product-card-sale-price h4 {
    --tw-text-opacity: 1 !important;
    color:var(--second-color)!important
  }
  .s-product-card-sale-price {
    color:black;
  }
  .s-product-card-vertical .s-product-card-image {
    flex:1 1 0%;
    border-top-left-radius:.75rem;
    border-top-right-radius:.75rem;
    background:unset;
    scale: 0.9;
    
  }

  @keyframes rotateY {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  .s-product-card-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 3px solid var(--second-color);
    border-radius: 40px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #f7f7f7, #eaeaea);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-vertical:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.s-product-card-image {
    flex: 1 1 0%;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    background: unset;
    scale: 0.9;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.s-product-card-image:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid var(--main-color); /* Adds a glowing golden border */
}

/* Optional: Add a subtle glow effect */
@keyframes glow {
    0%, 100% {
        box-shadow:1 0 12px var(--second-color), 0 0 24px #fff;
    }
    50% {
        box-shadow: 0 0 15px rgb(255, 255, 255), 0 0 30px rgb(255, 255, 255);
    }
}

.s-product-card-image:hover {
    animation: glow 1.5s infinite;
}

  .s-product-card-content-sub {
    margin-bottom:1.25rem;
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center
  }
  .s-product-card-entry {
    transition:transform .2s ease-in-out
  }
  .s-product-card-entry:hover {
    /* transform:scale(1.03) */
  }
  .s-product-card-image img.loaded {
    background:var(--third-color);
    position:relative;
    opacity:1;
    /* border-radius:60px */
  }
  button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
     /*! transition:width 500ms ease 0s */
     padding: 10px 20px;
     font-size: 16px;
     color:black;
     border-radius: 28px 0px;
     cursor: pointer;
     transition: all 0.3s ease; 
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
     border: 2px solid;
     animation: pulse-glow 2s infinite;
  }
  button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:active {
    transform: scale(0.95);
  }
  .s-product-card-image-cover {
    -o-object-fit:cover;
    object-fit:fill
  }


.lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
    background-color: var(--body-color)
}





.p-5 {
    padding: 1.25rem;
    background: var(--second-color);
    border: var(--main-color) solid 2px
}

.s-quantity-input-button {
    width: 2.75rem;
    fill: #9ca3af;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    background: var(--main-color)
}

.s-product-options-wrapper {
    margin-bottom: 1.25rem;
    display: block;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    padding: 1.25rem;
    background: var(--second-color)
}

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite
}

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

    100% {
        filter: none
    }
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: var(--main-color);
    padding: 30px;
    border: none;
    font-size: 20px;
    text-align: center;
    border-radius: 19%
}

.s-comments-product {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: var(--main-color)
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249,250,251,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55,65,81,var(--tw-text-opacity));
      background:#000
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f3eeeb;
    background-color: rgba(249,250,251,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    background-image: linear-gradient(120deg,var(--main-color),var(--second-color))
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #f3eeeb;
    background: linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px ;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.37);
    background: linear-gradient(173deg,var(--body-color),transparent)
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229,231,235,var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3eeeb;
    background-color:var(--main-color);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.37);
   
    color: #fff
}

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    float: left;
    margin: 0 20px 20px 0;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/dPEoNj/Zcb5uyhw8BzLkLpCx2LPw7HLB0qKSymg7HFtxVBR.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: spinZoom 2s linear infinite;
}

@keyframes spinZoom {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}


@media (min-width: 768px) {
  .s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 20%;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 768px) {
  .s-block--features__item:hover {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 40% 20%;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background: var(--main-color);
    padding: 5px;
    border-radius: 8%;
    text-align: center;
    color:black;
    
}

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color)
}

.sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--body-color)
}

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0;
    padding-bottom: 0
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: black;
}

[class*=" sicon-"],[class^=sicon-] {
    font-family: sallaicons!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: black;
    -moz-osx-font-smoothing: grayscale
}

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--main-color)
}

.s-product-card-content:before {
    text-align: center;
    content: "";
    display: block;
    height: 50px;
    width: 80px;
    margin: auto auto 0;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/dPEoNj/Zcb5uyhw8BzLkLpCx2LPw7HLB0qKSymg7HFtxVBR.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.s-product-card-content {
    padding: 1.25rem;
    background-color: var(--second-color);
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/dPEoNj/Zcb5uyhw8BzLkLpCx2LPw7HLB0qKSymg7HFtxVBR.png);
    border-radius: inherit
}

.mm-spn.mm-spn--navbar.mm-spn--main a :before {
    text-align: center;
    content: "";
    display: block;
    height: 50px;
    width: 80px;
    margin: auto auto 0;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.mm-spn.mm-spn--navbar.mm-spn--main a {
    cursor: default;
    background: var(--body-color);
    color:black
}

.mm-spn.mm-spn--navbar.mm-spn--main a:hover {
    cursor: default;
    background: var(--body-color);
    color: black
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    background: var(--body-color);
}

.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: 0 0
}

.main-nav-container {
    min-height: 68px;
    background: 0 0
}

.s-product-card-vertical {
    flex-direction: column;
    background: 0 0;
    padding: 8px
}

.s-product-card-content {
    padding: 1.25rem;
    background-color: var(--second-color);
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/dPEoNj/Zcb5uyhw8BzLkLpCx2LPw7HLB0qKSymg7HFtxVBR.png);
    border-radius: inherit;
    background: 0 0
}
.s-block--features__item .feature-icon {
    margin-bottom: .75rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius:2rem;
    background-color: #414042;
    background-color: rgba(255, 255, 255, 0)
}

.s-block--features__item .feature-icon i {
    font-size: 3.875rem;
    line-height: 2.25rem;
    color: #ff6767;
    color: var(--third-color)
}

.s-block--features__item h2 {
    margin-bottom: .25rem;
    font-size: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31,41,55,var(--tw-text-opacity))
}

.s-block--features__item p {
    font-size: 15px;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #6b7280;
    color: var(--main-color);
    font-weight: 700
}

@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

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

.leading-6 {
  line-height: 1.5rem;
  color: black;
}
.store-footer a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: black;
}

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

.store-footer::after {
    content: 
    color: var(--third-color)!important;
    font-size: 16px;
    opacity: .8;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    }
    
    
    .s-contacts-icon svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: currentColor;
  color: black;
}