@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap);
:root {
    --screen-logo: url(https://cdn.salla.sa/ydYvKy/7w4TCD7OvMwPABBNjld70cj4orPTsk1ZDcCbbsFm.png);
    --main-color: #c29157;
    --second-color: #fff;
    --third-color: #000000;
    --fourth-color: #fff;
    --bg-color: #000000;
     --first-bar:linear-gradient(90deg, var(--third-color), var(--main-color));

    font-family: Cairo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal
}


/* ------- الشريط المتحرك ------- */ 
  .store-features-bar {
    width: 100%;
background: var(--first-bar); 
    color: var(--third-color);
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    direction: ltr;
    position: relative;
    z-index: 9999;
    padding-inline: 20px;
  }

  .store-features-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scrollFeatures 120s linear infinite;
    will-change: transform;
  }

  .store-features-bar:hover .store-features-wrapper {
    animation-play-state: paused;
  }

  .store-feature-item {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: var(--h);
  }

  @keyframes scrollFeatures {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }

@media (max-width: 767px) {
    .store-features-bar {
      height: 39px;
    }

    .store-feature-item {
      font-size: 14px;
      margin-right: 20px;
    }
}

.navbar-brand img {
    max-height: 70px !important
}

.top-navbar salla-contacts {
    display: none
}

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

@media (min-width:1280px) {
    .container {
        max-width: 2500px
    }
}

.container {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.s-search-input-wrapper input {
    background: var(--second-color) !important;
    color: #588e7e;
    margin-left: 20px
}

.s-search-input-wrapper input::placeholder {
    color: var(--main-color)
}

#mobile-menu {
    background-color: var(--second-color);
    color: var(--main-color)
}

#mainnav,.fixed-header .inner  {
    order:1!important;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1600px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%
    }
    section:nth-of-type(10),
    section:nth-of-type(11),
    section:nth-of-type(12),
    section:nth-of-type(13),
    section:nth-of-type(14),
    section:nth-of-type(15),
    section:nth-of-type(16),
    section:nth-of-type(17),
    section:nth-of-type(2),
    section:nth-of-type(3),
    section:nth-of-type(4),
    section:nth-of-type(5),
    section:nth-of-type(6),
    section:nth-of-type(7),
    section:nth-of-type(8),
    section:nth-of-type(9) {
        margin: auto;
        padding-top: 0 !important
    }
    &.s-block {
        margin-top: 1.5rem !important;
        max-width: 2500px
    }
}

.s-slider-block__title {
    max-width: 2500px
}

.container {
    max-width: 2500px !important
}

section:nth-of-type(1) {
    margin-top: 0rem !important
}

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

.s-slider-block__title-right {
    margin: auto;
    background-color: var(--main-color)
}

.s-slider-block__title-right h2 {
    margin: auto;
    font-size: 40px !important;
    color: #fff;
    margin-bottom: 10px
}

.s-slider-block__title h2:where([dir=rtl], [dir=rtl]*) {
    padding-left: 0 !important
}

.slide--cat-entry {
    display: flex;
    height: 12rem !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #f3f4f6;
    border-color: unset !important;
    background-color: unset !important
}

section:nth-of-type(3),
section:nth-of-type(9) {
    padding-top: .5rem !important
}

.swiper-slide a i {
    color: transparent
}

.has-overlay:after {
    background: unset
}

.s-block--banners {
    margin-top: 0;
    width: 100%;
    padding: 20px;
    padding-top: 0
}

body {
    background: var(--bg-color)
}
/*body {
  background-image: url('https://i.ibb.co/PZ4k7YxY/amjad-alotaibi-SA-32.png') ; 
  background-size: cover; 
  background-attachment: fixed; 
  background-position: top; 
}*/
.sicon-full-wallet,
.sicon-shipping-fast,
.sicon-whatsapp2 {
    color: var(--second-color) !important
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 9999999999999;
    background: var(--second-color) var(--screen-logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    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)
    }
}

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

.s-slider-block__title-left a {
    color: var(--main-color) !important
}

.sub-menu {
    background-color: var(--second-color) !important
}

#mainnav {
    background-color: var(--second-color)
}

#mainnav li a:hover {
    color: var(--third-color) !important
}

#mainnav li a {
    font-weight: bolder !important
}

.sicon-user-circle:hover::before {
    color: #022044 !important
}

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

.shadow-default {
    --tw-shadow: unset !important
}

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

.sicon-user-circle {
    color: var(--main-color) !important
}
.header-btn {
    
    color:var(--main-color);
    display: flex
;
    justify-content: center;
    align-items: center;
}
section:nth-of-type(11),
section:nth-of-type(4),
section:nth-of-type(6),
section:nth-of-type(12) {
    background: 0 0 !important
}

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

@media(max-width:480px) {
    .text-center::before {
        margin-bottom: 10px
    }
}

@media(min-width:769px) {
    .lazy__bg {
        background-size: cover !important;
        width: 100%
    }
}

@media(min-width:480px) {
    .banner-entry h3.text-with-border {
        border-width: 0 !important
    }
}

.text-gray-400 a {
    color: #fff !important
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.copyright-text p {
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px
}

.s-payments-list {
    background: var(--main-color);
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    border-radius: 5px
}

.s-products-list-wrapper {
    margin-bottom: 2rem;
    display: grid;
    margin-top: 1rem
}

@media (max-width:1024px) {
    .s-product-card-image img {
        height: 200px !important;
        object-fit: cover;
    background: #fff;
    }
    .s-product-card-content {
        height: 120px !important
    }
    .s-products-slider-card {
        height: 330px !important;
        width: 200px !important
    }
}

@media (min-width:1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .s-product-card-image img {
        height: 280px !important;
        object-fit: cover;
    background: #fff;
    }
    .s-product-card-content {
        height: 140px !important
    }
    .s-products-slider-card {
        height: 430px !important;
        width: 280px !important
    }
}

.banner--fixed img {
    background-color: unset !important
}

.swiper-pagination {
    display: none
}

.banner-entry {
    background-color: unset !important
}

.lazy__bg {
    background-size: 100% 100% !important
}

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

.s-products-slider-card {
    padding: .625rem
}

.s-product-card-content-title a {
    color: var(--main-color);
    height: 20px;
    max-height: 20px;
    overflow: hidden
}

.s-button-outline {
    border: none;
    outline: 0;
    background: #fff !important;
    cursor: pointer;
    position: relative;
    z-index: 0
}

@keyframes shake {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(-10px)
    }
    50% {
        transform: translateX(10px)
    }
    75% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

.s-button-outline:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px
}

.s-button-outline:active {
    color: #000
}

.s-button-outline:active:after {
    background: 0 0
}

.s-button-outline:hover:before {
    opacity: 1
}

.s-button-outline:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    color: red !important;
    left: 0;
    top: 0
}

@keyframes glowing {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 400% 0
    }
    100% {
        background-position: 0 0
    }
}

.s-button-outline:hover:after {
    background-color: transparent !important;
    border: var(--main-color) 3px solid
}

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

.s-product-card-wishlist-btn:after {
    border-radius: 50% !important;
    color: #fff
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: var(--main-color) !important;
    color: #fff
}

.s-product-card-wishlist-btn:hover:after {
    border: unset !important
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__title h2 {
    font-size: 40px !important
}

.store-footer {
    background: linear-gradient(to bottom, rgba(116, 156, 132, 0)30%, rgba(255, 255, 255, 1)70%) !important;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    text-align: center;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important
}

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

.s-block--features__item {
    background: 0 0 !important
}

.s-block--features__item h2,
.s-block--features__item p {
    color: #000
}

.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 1)) !important;
    padding-top: 70px
}

.store-footer__inner {
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 1)) !important;
    border-top-left-radius: 40% !important;
    border-top-right-radius: 40% !important;
    padding: 30px;
    padding-top: 50px;
    border: 1px solid rgba(255, 255, 255, .29) !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(--third-color);
    opacity: 1;
    cursor: pointer
}

.footer-list {
    color: var(--main-color)
}

.store-footer__inner .max-w-sm {
    color: #000;
    font-size: 15px
}

.store-footer a {
    color: #000;
    font-size: 15px
}

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

.store-footer__inner {
    text-align: center !important
}

.md\:flex.items-center.justify-between.py-4.container.text-center::before {
    content: " برمجة وتطوير | ADFAZ";
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    padding: 6px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: var(--main-color);
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px
}

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

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

.text-primary {
    color: var(--main-color)
}

@media (min-width:1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 0
    }
}

.store-footer a h3:nth-child(1) {
    font-size: 1rem;
    color: transparent;
    background-image: var(--screen-logo);
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 6;
    background-position: center;
    margin-top: 0
}

.s-filters-footer,
.s-filters-widget-values {
    background-color: var(--main-color) !important;
    color: var(--second-color) !important
}

/*@media(max-width:480px) {
    .md\:grid-cols-3 {
        grid-template-columns: auto auto auto !important
    }
    .text-center::before {
        margin-bottom: 10px
    }
    .banner-entry:nth-child(1) {
        grid-column: 1/4
    }
}
*/
@media(max-width:768px) and (min-width:481px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important
    }
}

@media(min-width:769px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important
    }
}

@media (min-width:1024px) {
    salla-slider.photos-slider .swiper-slide {
        width: 100%
    }
    section:nth-of-type(2) {
       /* height: 22rem !important;*/
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: .375rem;
       /* border-width: 1px;*/
        --tw-border-opacity: 1;
        border-color: #f3f4f6;
        border-color: unset !important;
        background-color: unset !important
    }
}

.carousel-slider .swiper:where([dir=rtl], [dir=rtl]*),
salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl], [dir=rtl]*) {
    padding-left: 0
}

@media (min-width:768px) {
    salla-slider.photos-slider .swiper:where([dir=rtl], [dir=rtl]*) {
        padding-left: 0;
        padding-right: 0
    }
}

.swiper-pagination {
    display: unset
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 9px
}

.s-product-card-horizontal .s-product-card-image {
    width: 100% !important
}

@media(max-width:850px) and (min-width:650px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:850px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:640px) {
    .s-products-list-horizontal-cards {
        gap: 1rem
    }
}

.s-product-card-horizontal .s-product-card-image:where([dir=rtl], [dir=rtl]*) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px
}

@media (max-width:650px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem
    }
    .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir=rtl], [dir=rtl]*) {
        right: unset;
        left: 0;
        bottom: 16.6rem
    }
}

@media (max-width: 480px) {
  .md\:grid-cols-3{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
   .banner-entry {
  width: 90px;
    height: 120px;
margin:auto;
}
  .gap-3 {
  gap: 0rem;
}
}
@media (min-width:480px) and (max-width: 650px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .banner-entry {
  width: 95px;
  height: 130px;
margin:auto;
}
.gap-3 {
  gap: 1rem;
}
}
@media (min-width:650px) and (max-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .banner-entry {
  height: 195px;
  width: 150px;
margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
}
@media (min-width: 769px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
    .banner-entry {
  height: 225px;
  width: 180px;
margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
}
@media (min-width: 1024px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  } 
    .banner-entry {
  height: 330px;
  width: 230px;
margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
  /*.s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }*/
}

@media (max-width: 480px) {
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    
  }
   .banner-entry {
  width: 132.2px;
    height: 130.6px;
margin:auto;
}
  .gap-3 {
  gap: 0rem;
}
}
@media (min-width:480px) and (max-width: 650px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .banner-entry {
  width: 162.6px;
    height: 162.6px;
margin:auto;
}
.gap-3 {
  gap: 0rem;
}
}
@media (min-width:650px) and (max-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .banner-entry {
 height: 235.6px;
    width: 182.2px;
margin:auto;
}
 .gap-3 {
  gap: 0rem;
}
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    
  }
    .two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
  }
    .banner-entry {
 height: 284px;
    width: 234.0px;
margin:auto;
}
 .gap-3 {
  gap: 0rem;
}
}
@media (min-width: 1024px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } 
    .banner-entry {
  height: 367.0px;
    width: 282.0px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
  .s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }
}
.s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }

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


.s-block__title , .s-slider-block__title{
display:none;
}

section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}
.py-8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.store-header{
display:flex;
flex-direction: column;
}
#mainnav {
  order: -1;
}
.top-navbar{
background: #eeeeee;
margin-left:0px!important;
margin-right:0px;
margin-bottom:0px!important;
padding-bottom:0px!important;
z-index: 1;
margin-top:0px;
min-height: 0px!important;
}
/*.s-product-card-content{
background: linear-gradient(to bottom,rgb(255, 255, 255),rgba(166, 181, 140,.6));


}*/
.s-block--banners { 
  margin-top: 0;
  width: 100%;
  padding: 0px;
    padding-top: 0px;
  padding-top: 40px;
}
.container{
max-width:unset;
}

.btn--rounded-gray {
  background-color: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.7) 0px 2px 5px;
}/* Add custom CSS styles below */



/*.s-contacts.hydrated {
  display: none;
}*/
section:nth-last-of-type(1) {
  margin-top: 2rem !important;
  border-bottom-left-radius:2rem!important;
  border-top-right-radius:2rem!important;
}
/*section:nth-last-of-type(1) img{
  border-top-left-radius:5rem!important;
  border-top-right-radius:5rem!important;
}*/
section:nth-of-type(5),section:nth-of-type(7),section:nth-of-type(8) {
  .grid-flow-row {
  grid-auto-flow: column;
}
}
section:nth-of-type(5),section:nth-of-type(7),section:nth-of-type(8)  {
  .grid-flow-row {
@media (max-width: 480px) {
  .md\:grid-cols-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .banner-entry {
  width: 180.8px;
      height: 219.2px;
    margin: auto;
}
  .gap-3 {
  gap: 0rem;
}
}
@media (min-width:480px) and (max-width: 650px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
  width: 240px;
  height: 240px;
  margin:auto;
}
.gap-3 {
  gap: 1rem;
}
}
@media (min-width:650px) and (max-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
  height: 360px;
  width: 360px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
}
@media (min-width: 768px) {

  .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .banner-entry {
  height: 380px;
  width: 380px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
}
@media (min-width: 1024px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
    .banner-entry {
  height: 450px;
  width: 450px;
  margin:auto;
}
 .gap-3 {
  gap: 1rem;
}
  .s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }
}
}
}
.total-price {
    color: #000 !important
}

.form section:nth-of-type(2) {
    border-radius: .75rem
}

@media (max-width:768px) {
    .two-row .banner-entry h3 {
        font-size: 1rem !important;
        line-height: 2rem !important
    }
}

.banner--fixed img {
    display: block;
    width: 2500px !important;
    border-radius: unset!important;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    -o-object-fit: cover;
    object-fit: cover
}

body,
html {
    overflow-x: hidden;
    width: 100%;
    margin: auto
}

.container {
    max-width: 100%
}



section:nth-of-type(2) {
    margin-top: 2rem !important
}

section:nth-of-type(7) {
    background-color: transparent !important
}

.s-button-primary-outline {
    color: #fff
}

.s-product-card-content-title a {
    color: #000
}

.s-button-primary-outline {
    color: #fff
}

.s-product-card-content-title a {
    color: #000
}

.s-button-outline::after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main-color) !important;
    color: red !important;
    left: 0;
    top: 0;
    border-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    color: #000 !important;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, .2)
}

.testimonial__avatar {
    display: flex;
    justify-content: center
}

.testimonial__avatar img {
    width: 15.4%;
    border-radius: 50px !important
}

.testimonial__text {
    padding-right: 50px;
    padding-left: 50px
}

.s-product-card-entry {
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.s-product-card-entry:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.s-product-card-image img {
    width: 100%;
    height: auto;
    object-fit: fill;
    background: #fff;
    transition: transform .3s ease
}

.s-product-card-entry .s-button-btn {
    pointer-events: auto;
    width: 45px !important;
    position: absolute !important;
    top: -27px !important;
    left: 50% !important;
    height: 45px;
    translate: -50%;
    padding: 15px
}

.s-product-card-image:hover img {
    transform: scale(1.05)
}

.s-block--tabs-produtcs .tab-trigger.is-active button,
.s-button-btn {
    border-radius: 8px;
    background-color: transparent !important;
    color: #fff;
    font-weight: 700;
    transition: background-color .3s ease
}

.s-block--tabs-produtcs .tab-trigger.is-active button,
.s-button-btn:hover {
    background-color: var(--third-color)
}

.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    background: var(--main-color) !important
}

.product-single div.container {
    width: 97% !important
}

.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-social-share-wrapper .s-social-share-btn.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    z-index: unset !important
}

#page-main-title,
.breadcrumbs {
    margin-right: 10px
}

.brands-link:nth-of-type(7) {
    display: none
}

.cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px
}

.card {
    background: #fff;
    padding: 20px;
    width: 150px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.card:hover {
    transform: translateY(-5px)
}

.cards .icon {
    font-size: 50px;
    color: #b37aa1;
    margin-bottom: 15px;
    transition: transform .3s ease-in-out
}

.cards .text {
    font-size: 16px;
    font-weight: 700;
    color: #555
}



.store-features-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scrollFeatures 120s linear infinite;
    will-change: transform
}

.store-features-bar:hover .store-features-wrapper {
    animation-play-state: paused
}

.store-feature-item {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 700;
    color: var(--h)
}

@keyframes scrollFeatures {
    0% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0)
    }
}

@media (max-width:767px) {
    .store-features-bar {
        height: 39px
    }
    .store-feature-item {
        font-size: 14px;
        margin-right: 20px
    }
}

#\31 243163826>div:nth-child(2)>div:nth-child(3)>salla-add-product-button:nth-child(1) {
    background: red !important
}

.s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.8rem
}

salla-products-list.flex-1 {
    flex: unset !important
}


@media (min-width: 550px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 950px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.s-comment-form-action .s-button-wrap .s-button-element{
background-color:var(--main-color)!important;
}


.s-product-card-entry .s-button-btn[product-status="out"] {
    pointer-events: auto;
    width: 110px !important;
    position: absolute !important;
    top: -18px !important;
    left: 50% !important;
    height: 20px;
    translate: -50%;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--main-color);   /* خلفية حمراء فاتحة */
    color: #fff;        /* نص غامق */
    border: 1px solid #f5c6cb;
}
.s-product-card-entry .s-button-btn[product-status="out"].s-button-outline::after{
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main-color) !important;
    color: red !important;
    left: 0;
    top: 0;
    border-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    color: #000 !important;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, .2);
}

.s-infinite-scroll-btn {
  border-radius: 8px;
  background-color: var(--main-color) !important;
  color: #fff!important;
  font-weight: 700;
  transition: background-color .3s ease;
}
.sticky-product-bar {
background-color: var(--second-color) !important;
}

.breadcrumbs ,.s-breadcrumb-arrow {
color:#ffffff;
fill:#ffffff;
}
.main-content h1 ,.whitespace-nowrap h2 , .product__description {
color:#ffffff;
}

.form section:nth-of-type(1) {
 margin-bottom:5px;
 border-radius: 0.75rem;
 color:#000000!important;
 padding-bottom:5px!important;
}
.total-price{
 color:#000000!important;
}
.form section:nth-of-type(2) {
 border-radius: 0.75rem;
 background-color: var(--second-color)!important
}
.s-product-availability-wrap > salla-button:nth-child(2) > button:nth-child(1){
background-color: var(--main-color)!important
}



.carousel{
    height: 100vh;
    margin-top: 0px;
    width: 100vw;
    overflow: hidden;
    position: relative;
}
.carousel .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel .list .item .content{
    position: absolute;
    top: 10%;
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 2px 2px #0005;
    width: 100%;
    
    text-align:center;
   /* border:5px red solid;*/
    
}
.shop-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  background: linear-gradient(135deg, var(--main-color), var(--third-color));
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.shop-btn:hover {
  background: linear-gradient(135deg, var(--third-color), var(--main-color));
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}
.carousel .list .item .author{
    font-weight: bold;
}

.carousel .list .item .title,
.carousel .list .item .topic{
    font-size: 5em;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom:10px;
}
.carousel .list .item .topic{
    color: var(--main-color);
}


.carousel .list .item .buttons button:nth-child(2){
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}
/* thumbail */
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}
.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.thumbnail .item .content{
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.thumbnail .item .content .title{
    font-weight: 500;
}
.thumbnail .item .content .description{
    font-weight: 300;
}
/* arrows */
.arrows{
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.arrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}
.arrows button:hover{
    background-color: #fff;
    color: #000;
}

/* animation */
.carousel .list .item:nth-child(1){
    z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.carousel .list .item:nth-child(1) .content .title{
    animation-delay: 1.2s!important;
}
.carousel .list .item:nth-child(1) .content .topic{
    animation-delay: 1.4s!important;
}
.carousel .list .item:nth-child(1) .content .des{
    animation-delay: 1.6s!important;
}
.carousel .list .item:nth-child(1) .content .buttons{
    animation-delay: 1.8s!important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}
@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.prev .list .item img{
    z-index: 100;
}
@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}
.carousel.next .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}

/* running time */

.carousel .time{
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    left: 0;
    top: 0;
}

.carousel.next .time,
.carousel.prev .time{
    animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime{
    from{ width: 100%}
    to{width: 0}
}


/* prev click */

.carousel.prev .list .item:nth-child(2){
    z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button{
    pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}
@media screen and (max-width: 678px) {
    .carousel .list .item .content{
        padding-right: 0;
    }
    .carousel .list .item .content .title{
        font-size: 30px;
    }
    .carousel .list .item .topic{
    font-size: 3em;
    font-weight: bold;
    line-height: 1.3em;
}
}
.form section:nth-of-type(1) {
  margin-bottom: 5px;
  border-radius: 0.75rem;
  color: #000000 !important;
  padding-bottom: 5px !important;
  display: none;
}