/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Global */

/* @import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap'); */

:root{
  --bg-dark: #49474778;
}

body {
  background-color: #252222 !important;
  /* font-family: "Beiruti", sans-serif; */
  color:white;
}
.index  p,strong,h1,h2,h3 {
  color:white !important;
}


.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/* End of Global */


/* Header */
@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 3.5rem;
  }
}

#mainnav {
  background-color: #9B734B !important;
  color: #fff;
  align-content: center;
}

.store-header {
  text-align: -webkit-center;
}

@media (min-width: 1024px) {
    .main-nav-container {
        max-width: 97%;
        border-radius: 40px;
        box-shadow: 0px 4px 10px 3px #9B734B60;
    }
}

@media (min-width: 1024px) {
    .main-nav-container .inner.bg-inherit {
        border-radius: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #fff;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        color: #000;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a:hover {
        color: #fff;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu .has-children:hover>a {
        color: #fff;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total {
  color: #fff;
}

.header-btn__icon {
  border-color: #fff;
}

.mburger .sicon-menu.text-primary {
  color: #fff;
}

.s-user-menu-trigger {
  background-color: transparennt;
}
/* End of Header */


/* Main Banner */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 1rem;
}
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 97%;
  background-color: transparent;
}
/* End of Main Banner */


/* Categories */
.slide--cat-entry h2 {
  display: none;
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}


section.s-block.s-block--categories .container{
  max-width: 100% !important;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
  justify-content: center;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

section.s-block.s-block--categories .rounded-full {
  border-radius: 0;
}

@media(min-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 290px;
  }
}

@media(max-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 180px;
  }
}


section.s-block.s-block--categories {
  margin-top: 0;
  margin-bottom: 0 !important;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img:hover {
  transform : translateY(10px);
  transform : scale(1.1);
}
/* End of Categories */



/* Tabs Products */
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #fff;
  border-color: unset;
}

.s-block--tabs-produtcs .tab-trigger {
  border-radius: 100px;
}

section.s-block--tabs-produtcs {
  background-color: #fff;
}

@media(max-width: 1024px) {
  section.s-block--tabs-produtcs {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
    .sm\:py-16 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

section.s-block--tabs-produtcs .s-slider-block__title {
  display: none;
}
/* End of Tabs Products */

section.s-block.s-block--fixed-banner, section.s-block.s-block--best-offers {
  margin-bottom: 0 !important;
}


/* Products Section */
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    border-right: 4px solid #B87E7E;
    padding-right: .5rem;
}

@media(min-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 22px;
  }
}

.s-slider-block__title h2 {
    color: #9B734B;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
    padding: 0.3rem;
    overflow: hidden;
    box-shadow: 0px 0px 6px -1px #707070;
}

.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: .4rem;
  padding-bottom: .4rem;

}

.s-products-list-vertical-cards {
  padding: .1rem;
}

.s-product-card-content {
  background-color: #fff;
  border-radius: 0;
}

@media(max-width: 768px) {
  .s-products-slider-card.swiper-slide {
    width: 175px;
  }
}

.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a {
  color: #9B734B;
}

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

.s-button-wide {
    background-color: #9B734B;
    color: #fff;
    border-radius: 8px;
}

.s-button-outline:hover{
  background-color:transparent;
  color:#9B734B;
  border:1px solid #9B734B;
}

.s-product-card-vertical img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-vertical .s-product-card-image {
  border-radius: 0.75rem;
}

.s-product-card-vertical:hover img {
  transform : rotate(-30deg);
}
/* End of Products Section */


/* Store Features */
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

@media (min-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 168px;
  }
}

@media (min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 220px;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}
/* End of Store Features */


/* Footer */
.footer-is-light .store-footer {
background-image: url("https://i.ibb.co/LL89BcG/Rectangle-15-2.png");
background-size:cover;
background-position:top center;
background-repeat:no-repeat;
color:#9B734B;


}

footer.store-footer * , 
.copyright-text p{
  color:#f9f9f9;
  border-color: #9B734B !important;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(https://i.ibb.co/Q76nt7wx/Rectangle-34624331-1.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

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

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}



.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */


/*  Testimonials */
.s-reviews-testimonial{
  background:#9B734B06;
  box-shadow:0 4px 4px #00000025;
  padding:1rem;
  border-radius:8px;
  border:1px solid #9B734B;
}
section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide {
  display:flex;
  
  position:relative;
  z-index:999;
  max-width:100% !important;
}
section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a{
  transition: all 1s;
  
}

:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    background-color: transparent;
}
:nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder){
  position:relative;
  z-index:-1;
}
:nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    background-color: transparent;
    
}
section.s-block.s-block--categories{
  
  
}
.top-navbar{
  display:none !important;
}
.header-search{
	margin: 0 1rem;
}

.header-search input.s-search-input{
	border-radius: 7px !important;
	background: transparent !important;
}
.header-search input.s-search-input::placeholder {
  color: #fff !important;
}
/*بانراات الكاتيجوريز*/
/* الحالة العادية */
/* خلي الـ wrapper يعرض الصورتين جنب بعض */
/* نحدد عرض السلايدر الأساسي */


/* خلي الـ wrapper يعرض الصورتين جنب بعض */
.swiper-wrapper {
  display: flex;
  width:90% !important;
  margin: 0 auto !important;
  
  align-items: stretch;
  overflow: visible !important;
  gap: 12px;
}


/* الحالة العادية: الصورتين نص العرض */
.swiper-slide.slide--one-sixth {
  flex: 0 0 50%;
  transition: flex-basis 0.5s ease, opacity 0.5s ease;
  box-sizing: border-box;
  opacity: 1;
  
  
}

/* لما أقف على السلايدر ككل: الصورتين تصغر للنصف */
.swiper-wrapper:hover .swiper-slide.slide--one-sixth {
  flex: 0 0 25%; /* تنكمش للنص */
  opacity: 0.6;
}

/* الصورة اللي عليها hover: تكبر للضعف (100%) */
.swiper-wrapper:hover .swiper-slide.slide--one-sixth:hover {
  flex: 0 0 60%; /* تمتد لتملأ العرض كله */
  opacity: 1;
  z-index: 10;
}

/* الصور نفسها */
.swiper-slide.slide--one-sixth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 12px; /* اختياري */
}
@media(max-width:992px){
  .swiper-wrapper s-slider-swiper-wrapper{
      display: flex;
      flex-direction:column ;
      width:100% !important;
      margin: 0 auto !important;
      align-items: stretch;
      overflow: visible !important;
      gap: 12px;
  }
  .swiper-slide.slide--one-sixth {
  flex: 0 0 80%;
  transition: flex-basis 0.5s ease, opacity 0.5s ease;
  box-sizing: border-box;
  opacity: 1;
}

/* لما أقف على السلايدر ككل: الصورتين تصغر للنصف */
.swiper-wrapper:hover .swiper-slide.slide--one-sixth {
  flex: 0 0 100%; /* تنكمش للنص */
  opacity: 0.6;
  
  
}

/* الصورة اللي عليها hover: تكبر للضعف (100%) */
.swiper-wrapper:hover .swiper-slide.slide--one-sixth:hover {
  flex: 0 0 80%; /* تمتد لتملأ العرض كله */
  opacity: 1;
  z-index: 10;
  
}

/* الصور نفسها */
.swiper-slide.slide--one-sixth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 12px; /* اختياري */
}
}
@media(max-width:776px){
  .swiper-wrapper:hover .swiper-slide.slide--one-sixth {
  display:flex;
}

  /* الصورة اللي عليها hover: تكبر للضعف (100%) */
  .swiper-wrapper:hover .swiper-slide.slide--one-sixth:hover {
    display:flex;
  }
  :nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    background-color: transparent;
  }
  :nth-child(3 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    background-color: transparent;
  }
  :nth-child(4 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    background-color: transparent;
  }
}

.s-block.s-block--categories {
  background-image:url("https://i.ibb.co/LL89BcG/Rectangle-15-2.png");
  background-size:cover;
  background-position : top center ;
  background-repeat:no-repeat;
  
} 
:nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 80%;
  background-color: transparent;
}
:nth-child(3 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 80%;
  background-color: transparent;
}
:nth-child(4 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 80%;
  background-color: transparent;
}
#contact-slot{
  margin:0 auto;
}

section.s-block--tabs-produtcs {
    background-color: #252222;
}
.s-reviews-testimonial__text p {
    
    color: white;
}
h2.font-bold.text-xs.xs\:text-sm{
  color:white;
}
@media(max-width:640px){
  .s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width:100% !important;
  padding-right:0;
  padding-left:0;
}

}
.sub-menu.w-56 ul li a span{
  color:black !important;
}

/* ========  --bg-dark ========= */
/* .mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3.bg-white.rounded-md.px-4.py-2 div{
  color:black !important;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3.bg-white.rounded-md.px-4.py-2 div i{
  color:black !important;
}
h2.total-price.font-bold.text-xl.inline-block {
    color: black !important;
} */

input.s-quantity-input-input {
    color: black;
}
.s-comments.s-comments-product {
    background-color: #252222;
}

.cart ol li a {
  color:white !important;
}
.product-single{
  color:white !important;

}
.product-single a,p,i,h1,h2,h3,h4,h5,h6,strong{
  color:white !important;
}
.product-single ol li a {
  color:white !important;
}
div.content.bg-white{
  background-color:transparent !important;
  color:white !important;
}
section.cart-item.bg-white{
  background-color:transparent !important;
  color:white !important;
}
.cart div.shadow-default.bg-white{
  background-color:transparent !important;
  color:white !important;
}
.cart #mainnav {
  background-color: #9B734B !important;
  color: #fff;
  align-content: center;
}
.mm-spn span{
  color:black !important;
}
ul.s-user-menu-dropdown-list {
    background-color: #9b734b;
}
.s-user-menu-trigger {
    background: transparent !important;
}
.tab-trigger span.s-button-text {
    color: white !important;
}
span.s-button-text:hover{
  color:#9b734b !important;
  
}
.product-single span:hover{
  color:#9b734b !important;
}
.product-single header span:hover{
  color:#fff !important;
}
.product-single i:hover{
  color:#9b734b !important;
}
.s-product-card-content {
    background-color: #222 !important;
    border-color: #222 !important; 
    border-radius: 0;
}
button.s-social-share-btn.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    color: black !important;
}
.sicon-heart{
  color: black !important;
}
body.product-single span{
  color: white !important;
}
.s-social-share-btn svg{
  color: black !important;
}
select{
  color:black !important;
}
option{
  color: black !important;
}



/* ======================blog============== */


body.blog-index .bg-white {
    background-color:  var(--bg-dark)  !important;
}
body.blog-index-author .bg-white {
    background-color:  var(--bg-dark)  !important;
}


.main-content.blog-category,
.main-content.blog-category * {
  color: #fff !important;
}
/* ================= */

.bg-white {
    background-color:  var(--bg-dark) !important;
}
.bg-white * {
    color: #fff !important;
}


input.s-quantity-input-input {
    background-color: var(--bg-dark);
}
.s-product-options-wrapper{
   background-color: var(--bg-dark);
}
.s-product-options-option-label{
  color: #fff;
}