/* Add custom CSS styles below */ 
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* =========================
   SECTION 1
========================= */

section:nth-of-type(1) {
  max-width: 100%;
  margin: 0;
  padding: 0PX;
  background-color: transparent;
}

section:nth-of-type(1) .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background-image: none;
}

section:nth-of-type(1) img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  background-color: transparent;
}
section:nth-of-type(2){
  padding-bottom: 10PX;
}
section:nth-of-type(2) img{
   background-color: transparent;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container {
    margin: 0 auto;
    padding: 0;
    max-width: 375px;
  background-color: transparent;
}

section:nth-of-type(3){
  margin-top: 1rem;
}
section:nth-of-type(3) a{
   background-color: transparent;
}
section:nth-of-type(3) .md\:grid-cols-3 {
                grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 700px;
        margin: auto;
    }


/* التابلت */
@media (max-width: 991px) {
    section:nth-of-type(3) .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    section:nth-of-type(3) .banner-entry.square-photos {
        max-width: 100% !important;
    }
}


/* الموبايل */
@media (max-width: 767px) {
    section:nth-of-type(3) .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        padding: 0 5px !important;
    }

    section:nth-of-type(3) .banner-entry.square-photos {
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 1 / 1;
    }
}


.s-slider-block__title-right{
 
  
  padding-bottom: 30px;
}
.s-slider-block__title-right h2{
padding-bottom: 15px;
    border-bottom: 3px solid #000;
    font-size: 26px;
    width: 300px;
    text-align: center;
  
}
.s-slider-block__title{
  padding: 0;
    margin-bottom: 2rem;
}
.s-slider-block__title {
    padding: 0;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center !important;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem !important; 
}
.s-slider-block__display-all {
   display: none;
}
.s-slider-block__title-left:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
    display: none;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #D7BDA6;
    color: #fff;
  border: none;
}
.s-product-card-entry{
    box-shadow: 
        0 3px 8px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    overflow: hidden;
  height: 97%;
}
.s-product-card-image img {
    height: auto;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    padding: 15px;
    margin: auto;
    border-radius: 25px !important;
}
section:nth-of-type(3) img{
   background-color: transparent;
}
section:nth-of-type(5) a {
    background-color: transparent;
}
.sicon-heart {
    pointer-events: auto;
    background-color: #fff;
    color: #DECEBE;
    border: none;
}
/* =========================
   SECTION 5 - SQUARE PHOTOS
========================= */

section:nth-of-type(5) img{
 
  background-color: transparent;
}





section:nth-of-type(9) img{
 
  background-color: transparent;
}

.s-reviews-header{
    padding: 8px 77px;
  font-size: 1.7rem;
    color:#000;
    background-image: url("https://imglink.cc/cdn/VoTrTbfmG7.png");
    background-repeat: no-repeat;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
.s-reviews-testimonial{
  background-color: #D7BDA6;
  color:#fff;
}
.s-reviews-testimonial__icon svg{
    fill: #000;

}
.s-rating-stars-wrapper svg{
   color:#000;
     fill: #000;
}
.footer-is-light .store-footer .store-footer__inner{
  background-color: #D7BDA6;
  color:#000;
}