/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
:root {
    --main-color:#F2F2F2;
    --second-color: #59422E;
    --third-color: #713B1E ;
       --four-color:#6A5C4C;
    --body: #ffffff;
    --color-scroll: #FFFFFF;
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/aedKqR/y4UJQQ9xUbZjJRYfXTyg2g0kGkhD8xHgkkqtjAmg.png)
}
section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
    transition: opacity 1s ease, transform 1s ease;
}
#contact-slot:nth-child(2) .s-contacts-icon {
    display: none !important;
}
#contact-slot:nth-child(2) {
    display: none !important;
}
section.visible {
    opacity: 1;
    transform: translateY(0);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF;
    -webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: #A66B38;
    -webkit-border-radius: 0
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #A66B38
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: transparent;
    -webkit-border-radius: 0
}

::selection {
    color: var(--third-color);
    background: var(--second-color)
}

@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400&display=swap');

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(30px);
    -webkit-backdrop-filter: blur(30px);
    background:
        url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/aedKqR/y4UJQQ9xUbZjJRYfXTyg2g0kGkhD8xHgkkqtjAmg.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    transform: scale(0);
    border: none;
     animation: zoomIn 2.5s alternate-reverse;
    
}

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

.s-block {
    margin-top: 2rem;
    background: var(--body);
}


.main-nav-container.fixed-header .inner {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    border-radius: 20px ;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 3px 6px 0 #EBCEA1, 0 6px 20px 0 #0F0140;


}

.bg-inherit {
    background-color: inherit;
    border-radius: 20px ;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 3px 6px 0 #EBCEA1, 0 6px 20px 0 #0F0140;
       /*animation: shimmer 2s infinite;*/


}



.top-navbar .s-search-input {
    border-style: none;
    background-color: rgba(229, 231, 235, 0.5);
    box-shadow: 0 3px 6px 0   var(--four-color)
}

.topnav-link-item:last-child:where([dir=rtl], [dir=rtl] *) {
    border-width: 0;
    padding-left: 0;
    padding: 10px;
   color: var(--four-color);
    border-radius: 15px
}

.topnav-link-item:last-child:hover {
    border-width: 0;
    padding-left: 0;
    color: var(--four-color);
}

.topnav-link-item.right-side:first-child:where([dir=rtl], [dir=rtl] *) {
    padding-right: 0;
    padding: 10px;
   color: var(--four-color);
    border-radius: 15px
}

.topnav-link-item.right-side:first-child:hover {
    padding-right: 0;
   color: var(--four-color);
}

.navbar-brand img {
    max-height: 3.4rem;
    width: auto;
     animation: zoomIn 2s infinite;
    padding: 5px;
}

.header-btn__icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    border-radius: 25%;
    /*border: 1px solid #592B02;*/
    color:  var(--four-color);
}

.s-search-icon svg {
    height: 1rem;
    width: 1rem;
      color:  var( --main-color);

}

@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: var(--four-color);
    }
}

@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(--four-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: var(--four-color);
    }
}
.main-menu > li > a[href*="offer"] {
  --tw-text-opacity: 1;
  color: var(--four-color);
  
 
}
.mm-spn.mm-spn--navbar.mm-spn--main a {
    cursor: default;
   color: var( --main-color);
}

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

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

.mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px);
    top: calc(var(--mm-spn-item-height) + 1px);
    color: var(--main-color);
    border-radius: 50px;
    font-size: large;
    font-weight: 900;
}

@media only screen and (max-width: 1024px) {
    .mm-spn li a span {
      color: var( --main-color);
    }

    .mm-spn li a span:hover {
        padding: 0;

    }
}

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

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    border-radius: 20%;
   color: var(--four-color);
}

.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: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
    border-radius: 20% 5%;
    padding: 10px;
    color: var(--third-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: #B59E8A;
}

.s-button-primary:hover {
    color: #F2F2F2;
    background: #B59E8A;
}

.banner-entry {
    width: 52vw;
    min-height: 200px;
    background: var(--body);
}

@media only screen and (min-width: 1024px) {
    .banner-entry {
        width: 31vw;
        min-height: 200px;
        background: var(--body);
    }
}

.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: 0px;

}

@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);
}

.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);
}


.s-product-card-price {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding: 10px;
    border-radius: 14%;
    color: var(--main-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: #713B1E;
}

.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: #D9B9A7;
}

.s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 20% 5%;
    padding: 10px;
    color: var(--main-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: var(--four-color);
}

.s-breadcrumb-item {
    display: inline-block;
    color: var(--third-color);
    border-radius: 12%;
     border-radius: 20% 5%;
    padding: 10px;
    color: var(--main-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: var(--four-color);
}

.s-breadcrumb-item:hover {
    display: inline-block;
    color: #F2F2F2;
}

.s-breadcrumb-primary-reverse li {
    color: var(--second-color);
    opacity: .8
}

.s-breadcrumb-primary-reverse li:hover {
    color: var(--second-color);
    opacity: .8
}

.profile-header .breadcrumbs a {
    color: var(--second-color)
}

.profile-header .breadcrumbs a:hover {
    color: var(--second-color);
}

.btn--outline-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--main-color);
    background-color: #c6cbe9;
    border-radius: 25px 5px;
    padding: 10px;
    border-radius: 20% 5%;
    padding: 10px;
  color: var(--main-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: var(--four-color);
}

.no-content-placeholder .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: var(--third-color);
    background: var(--main-color)
}

.no-content-placeholder p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: #6b7280;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    color: var(--main-color)
}

.rtl\:pl-3:where([dir=rtl], [dir=rtl] *) {
    padding-left: .75rem;
    color: var(--third-color)
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    background-color: #c6cbe9;
    border-radius: 25px 5px;
     border-radius: 20% 5%;
    padding: 10px;
    color: var(--main-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: var(--four-color);
}


.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #000
}

span.text-gray-500.line-through {
    color: var(--second-color)
}

.product__description a {
    --tw-text-opacity: 1;
    color: #1d4ed8;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
    color: #713B1E
}

.s-products-list-placeholder span {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #0D0D0D;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
    background: var(--main-color)
}

.s-products-list-placeholder p {
    padding-top: .5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #9ca3af;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    color: var(--main-color)
}

.s-products-list-placeholder span svg {
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 4rem;
    fill: var(--third-color);
    text-align: center
}

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

.swiper {
    padding-left: 0 !important
}

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

@media(max-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-top: -5px;
        margin-left: 1.1rem;
        margin-right: 2px;
        height: auto;
        width: 110%;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        margin: 10px;
    }
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: var(--main-color);
    color: var(--third-color);
  border-radius: 20% 5%;
    padding: 10px;
    color: var(--third-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: #B59E8A;
}

button.btn--wishlist.animated.hidden.sm\:inline-flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.not-added {
    color: var(--second-color)
}

.btn--wishlist.is-added {
    --tw-text-opacity: 1;
    color: var(--main-color)
}

.s-social-share-btn span svg {
    height: 1rem;
    width: 1rem;
    color: var(--second-color)
}

.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: unset
}

.s-breadcrumb-arrow svg {
    height: .875rem;
    width: .875rem;
    fill: var(--second-color)
}

.s-add-product-button-mini-checkout-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    font-size: .8rem;
    color: #164038;
    background: 0 0 !important;
    width: 107%;
    height: 110%;
    justify-content: center;

}

.s-add-product-button-mini-checkout-content:hover {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    font-size: .8rem;
    color: #164038;
    background: 0 0 !important;
    width: 107%;
    height: 110%;
    justify-content: center;
    border-radius: 40px 10px;
}

.s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: .75rem;
    border-radius: 40px 10px;
    align-items: center;
    color: #BFA78A;
    margin: 10px;
    /* border: 3px solid var(--main-color);*/
    /*box-shadow: 1px 1px 5px #EBCEA1;*/

}
.s-product-card-entry {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);
  /*animation: shimmer 2s infinite;*/
}
.s-product-card-vertical {
    background: unset
}

.s-button-wide {
    width: 50px;
    color: #F2F2F2;
    border-radius: 40px 10px;
    background: 0 0 !important;
    border: solid 2px;
    box-shadow: 5px 5px 10px #F2F2F2;
   border-radius: 16px;
    padding: 10px;
    color: var(--four-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: #B59E8A;
}

.s-button-wide:hover {
    width: 50px;
    color: #F2F2F2;
    border-radius: 40px 10px;
    background: black;
    border: solid 2px;
    box-shadow: 5px 5px 1px var(--second-color);
   border-radius: 16px;
    padding: 10px;
    color: var(--four-color);
    box-shadow: 3px 3px 10px var(--main-color);
    background: #B59E8A;
}

.p-5 {
    padding: 1.25rem;
    /*background: var(--main-color);*/
    border: #164038 solid 2px;
    margin: 10px;
}

.block {
    display: block;
    color: #164038;
}

@media (min-width: 768px) {
    .form-label {
        margin-bottom: 0px;
        color: #164038;
    }
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: #F2F2F2;
    color: #164038;
}


.s-quantity-input-button svg {
    margin-left: auto;
    margin-right: auto;
    height: 1.25rem;
    width: 1.25rem;

}

.s-add-product-button-main .s-add-product-button-mini-checkout {
    --salla-fast-checkout-button-border-radius: .75rem;
    width: 50%;
    color: #F2F2F2;
    border-radius: 10%;
    background: 0 0 !important;
    border: #164038 solid 2px;
    box-shadow: 5px 5px 10px #164038;
}

.s-add-product-button-main .s-add-product-button-mini-checkout:hover {
    --salla-fast-checkout-button-border-radius: .75rem;
    width: 50%;
    color: #F2F2F2;
    border-radius: 10%;
    background: 0 0 !important;
    border: #164038 solid 2px;
    box-shadow: 5px 5px 10px #164038;

}

.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: #6E4F3B;
    border-radius: 40px 10px;
    background: black;
    border: solid 2px;
    border-block-start-width: 2px;
    border-block-end-width: 6px
}

/*blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
    color: #F2F2F2;
}*/
.s-slider-nav-arrow {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  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(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border: 2px solid #713B1E;
}
.s-social-share-list.opened {
    height: auto;
    background: #A66B38;
    /* color: azure; */
}

.s-product-card-content-title a {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
color: var(--four-color);
  display: flex;
    align-items: flex-start;
  justify-content: flex-start;
    height: 30px;
    overflow: hidden
    transition: transform 0.3s ease;
    font-size: medium;
}

.s-product-card-content-title a:hover {
    display: block;
      transform: scale(1.1);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
  color: #795732;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
 color: var(--four-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;
    background: 0 0 !important;
    border: solid 2px;
    border-block-start-width: 2px;
    border-block-end-width: 6px
}

.s-product-card-price {
   font-size: large;
    line-height: 1.25rem;
    font-weight: 700;
       color:var(--four-color);

}

.s-product-card-sale-price h4 {
    --tw-text-opacity: 1 !important;
    color: var(--four-color) !important;

}

.s-product-card-sale-price {
    color: var(--four-color);
}

.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    background: unset
}

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
  justify-content: flex-start;
}

.s-product-card-vertical {
    flex-direction: column;
    /*border: 3px solid #B59E8A;*/
    padding: 5px;
    /*transition: ease-in .7s;*/
     box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);

}
@keyframes shimmer {
    0% {
        box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgb(59, 70, 87);
    }

    50% {
        box-shadow: 0 3px 6px 0 rgba(255, 165, 0, 0.5), 0 6px 20px 0 rgb(166, 107, 55);
    }

    100% {
        box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgb(140, 123, 90);
    }
}
.s-product-card-vertical:hover {
    padding: 5px;
}

.s-product-card-entry:hover {
    /*transform: scale(.9);
    padding: 5px;*/
    box-shadow: 2px 2px 6px #164038;
}

.s-product-card-image img.loaded {
    background: var(--third-color);
    position: relative;
    opacity: 1;
border-radius: 20px;
  width: 100%;
}
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    width: 80px;
    transition: width 500ms ease-in-out, background-color 500ms ease-in-out, border-color 500ms ease-in-out;
   border-radius: 16px;
    padding: 10px;
    color: var(--main-color);
     pointer-events: auto;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width:120px;
    border-color: #F2F2F2;
     box-shadow: 3px 3px 10px var(--main-color);
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    /*background: #0F0140;*/

  color: var(--four-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(--body);
}

.no-content-placeholder .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: var(--main-color);
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: var(--second-color);
}

.no-content-placeholder p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: #6b7280;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    color: #622773;
}

.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: black;
}

.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;
    background-image: linear-gradient(120deg, var(--main-color), var(--second-color));
}
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    transform: translate3d(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, 0.18);
    box-shadow: 0 4px 8px 0 #EBCEA1, 0 4px 8px 0 #592B02;
    border-radius: 50px;
    color: white;
    border-bottom: 7px solid #A6785D;
    border-top: 7px solid #A6785D;
    border-radius: 10%;
  background: var(--four-color);
    margin: 20px;
      animation: shimmer 2s infinite;
}
.footer-is-light .store-footer .contact-social {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
  border: none;
}
.footer-is-light .store-footer .store-footer__inner::before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 200px;
    margin-right: auto;
    margin-left: 40px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/aedKqR/y4UJQQ9xUbZjJRYfXTyg2g0kGkhD8xHgkkqtjAmg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
     animation: zoomIn 2s infinite;
}
  @keyframes zoomIn {
      0% {
        transform: scale(0.5); /* Start small */
        opacity: 0; /* Fully transparent */
      }
      50% {
        transform: scale(1.1); /* Slight overshoot for effect */
        opacity: 0.7; /* Partially visible */
      }
      100% {
        transform: scale(1); /* Final size */
        opacity: 1; /* Fully visible */
      }
    }


.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;
   
     background: var( --body);
    
}

.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 35px;
    color: var(--main-color);
    /*box-shadow: 1px 1px 5px  #D9D9D9;*/
    display: flex;
    justify-content: center;
    position: relative;
    text-transform: capitalize;
}

.store-footer a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /*background: antiquewhite;*/
  display: flex;
  justify-content: center;
}

.s-menu-footer-item {
    margin-bottom: 1.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--main-color);
}

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

.s-contacts-icon svg {
    height: 0.875rem;
    width: 0.875rem;
    fill: currentColor;
    color: var(--main-color);
}

.unicode {
    unicode-bidi: plaintext;
    color: var(--main-color);
}

.leading-6 {
    line-height: 1.5rem;
    color: var(--four-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: 0rem;
}

div#mainnav.bg-white {
    background: var(--body);
}

.text-center::before {
    content: " برمجة و تطوير | ADFAZ";
    font-size: 14px;
    font-weight: 300;
   background: linear-gradient(90deg, #d4c6b6, #A66B37, #d4c6b6);
    -webkit-background-clip: text;
    color: transparent;
    padding: 8px 0 !important;
    display: inline-block;
    animation: zoomIn 2s infinite;
    background-size: 200% 200%;
    text-shadow: none;
    border-radius: 5px;
}

.s-product-card-minimal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
  padding: 10px;
  width: 50%;
}
.s-block__title h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  background: #498C8C;
  padding: 10px;
  border-radius: 20% 5%;
  color: #F2EEEB;
  border: 2px solid #8F99C2;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
color: var(--four-color);
   /* width: 45%;*/
}
.s-button-element:not(:disabled):not([loading]):hover {
    background: var(--main-color);
    color: var(--four-color); 
}
.s-button-wide {
    width: 100%; 
    background-color: var(--body-color); 
    color: #000000; 
    border: 2px solid var(--main-color); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: width 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease; 
   border-radius: 16px;
    padding: 10px;
    color: var(--third-color);
    text-align: center; 
}

.s-button-wide:hover {
    width: 100%; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: var(--main-color); 
    color: #F2F2F2; 
}