/* Add custom CSS styles below */ 
.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url(https://i.ibb.co/HPmJ9Kb/image.png);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    bottom: 0;
    left: 0;
    right: 0
}
/* حركة فخمة لكل صور المنتجات */
.s-product-card-image {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  border-radius: 12px; /* زوايا ناعمة */
}

/* تأثير عند المرور بالماوس (ويب) */
.s-product-card-image:hover {
  transform: scale(1.25) rotate(2deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* تأثير عند اللمس (جوال) */
.s-product-card-image:active {
  transform: scale(1.2) rotate(-2deg);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}


/* زر أخضر ممتلئ مع وميض متحرك لجميع أزرار الشراء */
button.s-button-element, 
button.s-button-btn, 
button[type="submit"], 
button[type="button"] {
    background: linear-gradient(270deg, #28a745, #34d058, #28a745);
    background-size: 600% 100%;
    color: #fff !important;
    border: 2px solid #28a745 !important;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* حركة الوميض */
button.s-button-element::after,
button.s-button-btn::after,
button[type="submit"]::after,
button[type="button"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-20deg);
    animation: shine 2s linear infinite;
}

@keyframes shine {
    0% { left: -50%; }
    100% { left: 150%; }
}

/* تأثير عند المرور بالماوس */
button.s-button-element:hover,
button.s-button-btn:hover,
button[type="submit"]:hover,
button[type="button"]:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}


@keyframes logobg {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}
 
body{
    background-color:#faf0e6
}


input.s-search-input {
    background-color: #fff !important;
   
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container {
   max-width:100%;
    padding:0
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container img {
    border-radius:0
}

ul {
    list-style-type: disc;
}
.s-slider-block__title-nav {
    display: none!important
}

a.slide--cat-entry {
    height: unset;
    border: none!important
}

a.slide--cat-entry {
    transition: 1s;
    background-color: transparent !important;
}

a.slide--cat-entry:hover {
    box-shadow: none;
    transform: scale(.9);
    transition: 1s;
    background: transparent !important;
}

a.slide--cat-entry img {
    height: 100%;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
}
.slide--cat-entry h2 {
display:none
}

section.s-block.s-block--categories {
    
}

.s-slider-block__title-right, .s-slider-block__title h2{
    padding:0;
    text-align: center;
}
.s-slider-block__title-right {
    margin:auto
}
.s-slider-block__title h2 {
    font-size: 25px;
}
.s-slider-block__title h2:after {
    content: "___منتجات متنوعة ___";
    display:block;
    margin-top:10px;
    font-size:16px;
    color:#fdd088;
    font-weight: 400;
}
.s-product-card-entry.s-product-card-vertical {
    border: 1px solid #cbb76d;
    background-color: transparent;
}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    background-color: #fff !important;
    opacity: 1;
    border-radius: 5px !important;
    border: 1px solid #cbb76d !important;
    color: #cbb76d;
  
}



.s-product-card-content * {
    justify-content: center;
    text-align: center;
}
.s-product-card-sale-price {
    color:#797979
}
.s-product-card-sale-price h4 {
    color:#000 !important
}

.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center , .s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
 background-color: transparent !important;
}
.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    border:1px solid;
}




.store-footer__inner .container.grid {
  padding-top: 100px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}
.store-footer__inner * {
  text-align: center !important;
  justify-content: center !important
}
.store-footer__inner .grid>div {
  padding-left: 0;
  grid-column: span 1/span 2
}


.s-comments.s-comments-product {
  background-color: transparent
}
section.s-block.s-block--features.container .s-block--features__item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    background-color: transparent;
}
section.s-block.s-block--features.container .s-block--features__item .feature-icon {
  background-color: transparent !important;
  width: 100%;
  height: 100%
}
section.s-block.s-block--features.container .s-block--features__item .feature-icon i {
  color: transparent;
  background-size: contain;
  width: 100px;
  height: 100px
}
section.s-block.s-block--features.container .s-block--features__item:first-of-type .feature-icon i {
  background-image: url("https://i.ibb.co/4ZFhN2k/loyal-customer-1.png")
}
section.s-block.s-block--features.container .s-block--features__item:nth-of-type(2) .feature-icon i {
  background-image: url("https://i.ibb.co/N1yYyqD/badge-1.png")
}
section.s-block.s-block--features.container .s-block--features__item:nth-of-type(3) .feature-icon i {
  background-image: url("https://i.ibb.co/jDvykxB/fast-delivery-1.png")
}
.s-block--features__item h2,
.s-block--features__item p {
  font-size: 15px;
}

section.s-block.s-block--banners.container:has([data-bg="https://cdn.salla.sa/form-builder/D9Wdv3hwF9OO0HKgnnRVH6S8g2RHUA7PEeaxAKTJ.jpg"]) a.banner-entry.square-photos {
    height: 400px;
}

section.s-block.s-block--banners.container:has([data-bg="https://cdn.salla.sa/form-builder/D9Wdv3hwF9OO0HKgnnRVH6S8g2RHUA7PEeaxAKTJ.jpg"]) a.banner-entry.square-photos {
    height: 394px;
}
    section.s-block.s-block--banners.container:has([data-bg="https://cdn.salla.sa/form-builder/0SaoqHJzr3FRBbKTMf7AKjT4CvFWl8Wo41xiTfcz.png"])  a.banner-entry.square-photos{
    height: 26vw;
    background-color:transparent !important
}
.s-reviews-swiper-slide.swiper-slide {
    background-color:transparent !important
}

h1.s-reviews-header {
    margin: auto;
    font-size:25px;
    margin-bottom:20px
}
.s-reviews-testimonial {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:15px;
}
.s-reviews-swiper-slide.swiper-slide{
    padding:10px
}
.s-block--features__item p {
    color:#fccd83
}
  .s-comments.s-comments-product {
    background-color: transparent
  }
  [product-status="out"] {
      cursor:no-drop;
  }
  section.cart-item,
  .content.content--single-page {
      box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
  }
.s-product-card-image,
.s-user-menu-trigger {
  background-color: transparent !important
}

.swiper-wrapper.s-slider-swiper-wrapper .swiper-slide.slide--one-sixth:nth-of-type(1){
    order:6
}
.swiper-wrapper.s-slider-swiper-wrapper .swiper-slide.slide--one-sixth:nth-of-type(2){
    order:5;
}
.swiper-wrapper.s-slider-swiper-wrapper .swiper-slide.slide--one-sixth:nth-of-type(3){
    order: 5;
}
.swiper-wrapper.s-slider-swiper-wrapper .swiper-slide.slide--one-sixth:nth-of-type(4){
    order:3
}
.swiper-wrapper.s-slider-swiper-wrapper .swiper-slide.slide--one-sixth:nth-of-type(5){
    order:2
}
.swiper-wrapper.s-slider-swiper-wrapper .swiper-slide.slide--one-sixth:nth-of-type(6){
    order:1
}

.store-footer__inner {
    background-color: #333333 !important;
    color:#ffff
}
@media (min-width:992px) {
    .s-block--features .swiper-slide.slide--one-sixth {
    width:25% !important
}
     .s-products-slider-card.swiper-slide {
    max-width:100% !important;
    width:20% !important;
}
    .index .swiper-wrapper.s-slider-swiper-wrapper{
    justify-content:center;
}
}
@media (max-width:992px) {
  .store-footer__inner .container.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important
  }
  .store-footer__inner p {
    margin: auto
  }
}
@media (max-width:600px) {
    .navbar-brand img {
  max-height: 60px !important;
}
  .main-nav-container b.s-cart-summary-total {
    display: none
  }
  .s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    padding: 5px
  }
  .product-single footer.store-footer {
    padding-bottom: 50px !important
  }
  section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none {
    justify-content: center
  }
  section.s-block.s-block--features.container .s-block--features__item .feature-icon i {
    width: 80px;
    height: 80px
  }
    section.s-block.s-block--banners.container:has([data-bg="https://cdn.salla.sa/form-builder/0SaoqHJzr3FRBbKTMf7AKjT4CvFWl8Wo41xiTfcz.png"])  a.banner-entry.square-photos{
    height: 93vw;
    background-color:transparent !important
}
    section.s-block.s-block--banners.container:has([data-bg="https://cdn.salla.sa/form-builder/D9Wdv3hwF9OO0HKgnnRVH6S8g2RHUA7PEeaxAKTJ.jpg"]) a.banner-entry.square-photos {
    height: 61vw;
}

section.s-block.s-block--banners.container:has([data-bg="https://cdn.salla.sa/form-builder/D9Wdv3hwF9OO0HKgnnRVH6S8g2RHUA7PEeaxAKTJ.jpg"]) a.banner-entry.square-photos {
    height: 62vw;
}
}
.product-single .s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center span.s-button-text ,.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center{
    color: #fff;
}

.s-block s-block--categories .swiper-wrapper.s-slider-swiper-wrapper {
  flex-direction:row-reverse
}