/* Add custom CSS styles below */
.product-single salla-mini-checkout-widget .s-fast-checkout-button {
  border: 1px solid #1DBF73 !important;
  color: #1DBF73 !important;
}

.content.content--single-page {
  background-color: #000 !important;
}
.content.content--single-page * {
  color: #fff !important;
}
.page-single .content.content--single-page > h1, .page-single .content.content--single-page .content-entry h3, .page-single .content.content--single-page .content-entry h3 strong, body.product-single .main-content h1 {
  color: #CBA135 !important;
}

body.index, div#mainnav, .product-index, .product-index-latest, .page-single, .product-single, .product-single .s-comments-product, .product-single form section, body.product-index-offers {
  background-color:#0D0D0D !important;
}
.product-index .s-breadcrumb-wrapper, .product-index-latest .s-breadcrumb-wrapper, body.product-index-offers .s-breadcrumb-wrapper {
  color:#fff !important;
}

body.index header.store-header + section.s-block.s-block--fixed-banner {
  margin-top:0 !important;
}
body.index salla-slider.photos-slider .swiper {
  padding-bottom: 0 !important;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}
.s-product-card-entry {
  background-color:#333333 !important;
}
.topnav-is-dark .top-navbar {
  background-color: #0D0D0D !important;
}

div#mainnav, i.sicon-menu, i.header-btn__icon, .s-cart-summary-total {
  color:#fff !important;
}

/* Product */
.s-product-card-entry {
  border:1px solid #333333E8 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
}
.s-products-slider-card {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
body.index .s-slider-block__title h2, body.index .s-block__title h2 {
  color: #fff !important;
}
.s-product-card-image {
  background-color:transparent !important;
}
.s-slider-nav-arrow, .form-input, .form-multiselect, .form-select, .form-textarea {
  border-color: 333333E8  !important;
  background-color: #333333E8 !important;
}
.form-input, .form-multiselect, .form-select, .form-textarea {
  color: #fff !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
/* End product */

.s-button-primary-outline {
  background-color: #0D0D0D !important;
  color: #fff !important;
}
body.index .s-product-card-content, body.index .s-product-card-content-title a, body.product-index .s-product-card-content, body.product-index .s-product-card-content-title a, body.product-index  h1#page-main-title, body.product-index label[for="product-filter"], body.product-index h1[class="s-reviews-header"], body.product-index-latest .s-product-card-content, body.product-index-latest .s-product-card-content-title a, body.product-index-latest  h1#page-main-title, body.product-index-latest label[for="product-filter"], body.product-index-latest h1[class="s-reviews-header"], .page-single .s-breadcrumb-wrapper, body.product-single .s-product-card-content, body.product-single .s-product-card-content-title a, .product-single .s-breadcrumb-wrapper, body.product-single .main-content h2, body.product-single .main-content p, body.product-single .main-content b, body.product-single .s-slider-block__title h2, body.product-index-offers h1#page-main-title, body.product-index-offers .s-product-card-content-title a, body.product-index-offers h1[class="s-reviews-header"], body.product-index-offers .s-product-card-sale-price span, body.product-single .main-content strong, body.product-single .main-content span, .product__description li, .product__description ul {
  color: #fff !important;
}

body.product-index-latest .s-breadcrumb-arrow svg, body.product-index .s-breadcrumb-arrow svg, body.product-single .s-breadcrumb-arrow svg, body.product-index-offers .s-breadcrumb-wrapper .s-breadcrumb-arrow svg {
  fill: #fff !important;
}

/**/
.banner--fixed img {
  border-radius:0 !important;
  background-color: transparent !important;
}

/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid a.banner-entry {
  width: 31%;
  background-color: #1897EA !important;
  height: 380px !important;
}
@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid a.banner-entry {
    width: 48%;
    height: 220px !important;
  }
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}

.store-footer, .store-footer .store-footer__inner {
  background-color:#333333E8 !important;
}
.store-footer, .copyright-text p {
  color: #fff !important;
}

.s-product-card-content-subtitle {
  color: rgb(227 227 227) !important;
}

.s-product-card-sale-price h4 {
  color: #FF4D4D !important;
}

/* شاشة التحميل */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity 0.5s ease, visibility 0.5s;
}
#loading-screen img {
  width: 200px;
  animation: pulse 1.5s infinite;
}
.loading-hidden {
  opacity: 0 !important;
  visibility:hidden !important;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
}