/* Add custom CSS styles below */ 
/*----------start slider -----------*/
.s-block--photos-slider {
    margin-top: 0 !important;
}

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 0rem;
    margin-right: 0rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}


/*----------end slider -----------*/





@media (max-width:768px){

  .photos-slider .swiper-slide img{
    opacity: 0 !important;
  }

  .photos-slider .swiper-slide{
    width: 100% !important;
    height: 600px;
    background-size: 100% 100%; /* 👈 يملي العرض والطول */
    background-repeat: no-repeat;
    background-position: center;
  }

  .photos-slider .swiper-slide:nth-child(1){
    background-image: url("https://i.ibb.co/Z6tQSgfZ/Frame-1171275674-11.png");
  }

  .photos-slider .swiper-slide:nth-child(2){
    background-image: url("https://i.ibb.co/jv6JBQtb/Frame-1171275674-12.png");
  }

}
@media (max-width: 768px) {
    .photos-slider img {
        object-fit: cover !important;
        height: 595px !important;
    }
}







.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    background: linear-gradient(0deg, #52240C, #52240C), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: white !important;
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
    background: linear-gradient(0deg, #52240C, #52240C), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}











.section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; /* المسافة بين العنوان والأقسام */
  color: #333;
}

/* تنسيق الحاوية التي تحتوي على الفئات */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* محاذاة العناصر في المنتصف */
}

/* باقي التنسيقات كما هي */
.category-item {
  flex: 1 1 calc(20% - 40px);
  max-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.category-item a {
  display: block;
  text-align: center;
  padding: 10px;
}

.category-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 0;
}

.category-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .category-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .category-item {
    flex: 1 1 100%;
  }
}
.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    PADDING-TOP: 64PX;
}
.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 3px;
    justify-content: space-evenly;
}

.boxItem {
    position: relative;
    width: calc(50% - 10px);
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #f7d8e9;
    transition: transform 0.3s ease;
}

.section-heading{
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  font-family: El Messiri;
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
letter-spacing: 0px;
text-align: center;

}

.title-dark{
  color: #232323;
  font-family: El Messiri;
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0px;
text-align: center;

}

.title-brown{
  color: #52240C;
  font-family: El Messiri;
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0px;
text-align: center;

  
}


.category-item {
    flex: 1 1 calc(20% - 40px);
    max-width: 263px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 96px;
    justify-content: center;
}

.carousel-slider .swiper-wrapper>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, salla-slider[type]:not(.hydrated)>div>div {
    padding-bottom: 20px;
}

.s-product-card-entry {
    border-radius: .75rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 3px 5px 0px #00000033;
}



.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: #52240C;
    color: white;
}






.sicon-shopping-bag:before {
    content: "\e901";
}


.banner--fixed img {
    border-radius: 0;
}
.top-navbar {
    display: flex;
    min-height: 48px;
    padding-bottom: .5rem;
    padding-top: .5rem;
    background: #F8F8F8;
}

.top-navbar .s-search-input {
    background-color: rgba(229, 231, 235, .5);
    border-style: none;
    border: 1px solid #E0E0E0;
    border-radius: 8px !important;
    height: 50px !important;
    border-radius: 8px;
    angle: 0 deg;
    opacity: 1;
    border-width: 1px;
}

.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 44px;
    justify-content: center;
}

.s-slider-block__title h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
}









.custom-features {
  padding: 50px 20px;
  direction: rtl;
}

.features-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.feature-box {
  background: #000;
  border: 1px solid #2c2c2c;
  border-radius: 22px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-box:hover {
  border-color: rgba(164, 121, 251, 1);
  transform: translateY(-3px);
}

/* الدائرة */
.icon-circle {
  width: 64px;
  height: 64px;
  background: #EAE7E2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.icon-circle img {
  width: 30px;
  height: 30px;
}

/* العنوان */
.feature-box h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* الوصف */
.feature-box p {
  color: #B5B5B5;
  font-size: 13px;
  line-height: 1.7;
  padding: 0 5px;
}

/* 📱 موبايل */
@media (max-width: 992px) {
  .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .features-wrapper {
    grid-template-columns: 1fr;
  }
}


.feature-box {
    background: white;
    border: 1px solid #2c2c2c;
    border-radius: 22px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #C9D5C2;
}

.feature-box h3 {
    color: #050300;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-box p {
    color: #656565;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 5px;
}
.icon-circle {
    width: 64px;
    height: 64px;
    background: #F0EEEA66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border: 1px solid #DDDDDD;
}

.feature-box:hover {
    border-color: #52240C;
    transform: translateY(-3px);
}



@media (max-width: 768px) {


.section-heading{
  font-size: 18px;

}

.title-dark{
  font-size: 18px;

}

.title-brown{
  font-size: 18px;

  
}

  .section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
    PADDING-TOP: 10px;
}

.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 7px;
    justify-content: center;
}
}


.sicon-heart:before {
    content: "\eca1";
    color: #52240C;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: white;
}


.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline {
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: white;
}


.main-content .sicon-heart:before {
    content: "\eca1";
    color: white;
}

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















* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.s-block {
  padding: 40px 20px;
  text-align: center;
}

/* hero slider */

.cb-hero {
  width: 100%;
  margin-bottom: 45px;
}

.cb-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cb-slide {
  display: none;
  width: 100%;
}

.cb-slide.active {
  display: block;
}

.cb-slide img {
  width: 100%;
  display: block;
}

.cb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #52240c;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* slider arrows */

.cb-prev {
  right: 25px;
}

.cb-next {
  left: 25px;
}

.cb-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 6;
}

.cb-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.cb-dot.active {
  width: 22px;
  border-radius: 20px;
  background: #fff;
}


/* shop by product */

.cb-shop-product {
  padding: 40px 20px 70px;
  direction: rtl;
}

.cb-shop-product h2 {
  margin: 0 0 35px;
  color: #222;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.cb-category-layout {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1.05fr;
  gap: 18px;
}

.cb-category-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.cb-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  background: #eee;
}

.cb-category-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.35s ease;
}

.cb-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
}

.cb-category-card span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.cb-category-card:hover img {
  transform: scale(1.05);
}

.cb-small-card {
  height: 180px;
}

.cb-big-card {
  height: 374px;
}

.cb-big-card span {
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cb-category-layout {
    grid-template-columns: 1fr;
  }

  .cb-category-left {
    grid-template-columns: 1fr;
  }

  .cb-small-card,
  .cb-big-card {
    height: 220px;
  }
}