/* Add custom CSS styles below */ 
body {
    background-color: #fff !important;
}

/** silder block ***/


section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/** End silder block ***/




/** banners blocks ***/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px 15px !important;
    margin: 0px !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/** End banners ***/




/*** brands ****/

section[data-testid="store-home-brands"],
section[data-testid="store-home-brands"] *{
  background-color: #fff !important;
}
section[data-testid="store-home-brands"] .grid{
  display: flex  !important;
}

@media(max-width:768px){
  section[data-testid="store-home-brands"] .grid{
   display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}


/*** title ***/
.s-slider-block__title{
  display: flex;
  justify-content: center;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding: 0px !important;
}
.s-slider-block__title-left{
  display: none !important;
}
.s-slider-block__title-right h2{
  position: relative;
}
.s-slider-block__title-right h2:before {
    content: " ";
    height: 3px;
    width: 100px;
    background: linear-gradient(90deg,rgba(238, 200, 121, 1) 0%, rgba(241, 212, 150, 1) 53%, rgba(255, 255, 255, 1) 100%);
    display: block;
    position: absolute;
    right: -115px;
    top: 50%;
}
.s-slider-block__title-right h2:after {
    content: " ";
    height: 3px;
    width: 100px;
    background: linear-gradient(270deg,rgba(238, 200, 121, 1) 0%, rgba(241, 212, 150, 1) 53%, rgba(255, 255, 255, 1) 100%);
    display: block;
    position: absolute;
    left: -115px;
    top: 50%;
}
.s-slider-block__title-right h2{
  font-size: 36px;
}
@media(max-width:768px){
  .s-slider-block__title-right h2{
  font-size: 24px;
}
}
/*** product ***/
.s-product-card-image{
  background-color: transparent !important;
}



/***قايمة العناصر الثنائي**/
section:nth-of-type(5).container{
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 15px !important;
  margin-bottom: 50px !important;
  padding: 0px 15px !important;
  
}

section:nth-of-type(5) .grid{
  gap: 1rem !important;
}
section:nth-of-type(5) a{
  height: 480px !important;
}
section:nth-of-type(8){
  margin-top: 15px !important;
}

@media(max-width:768px){
  section:nth-of-type(5) a{
  height: 190px !important;
}
}




/**** دمج المنتجات مع البانر **/

.s-merged-products-banner-wrap {
    display: flex;
    gap: 20px;
    align-items: stretch;
    direction: rtl;
    align-items: center;
    margin-top: 30px;
}

/* السكشن الأول (المنتجات) - 70% */
.s-merged-products-banner-wrap > section:nth-child(1) {
  flex: 0 0 30%;
  max-width: 30%;
  min-width: 0;
  margin: 0 !important;
}

/* السكشن التاني (البانر) - 30% */
.s-merged-products-banner-wrap > section:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
  margin: 0 !important;
  padding: 0 !important;
}

.s-merged-products-banner-wrap > section:nth-child(2) .container {
  padding: 0 !important;
  height: 100%;
}

.s-merged-products-banner-wrap .banner--fixed {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.s-merged-products-banner-wrap .banner--fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .s-merged-products-banner-wrap {
    flex-direction: column;
  }
  .s-merged-products-banner-wrap > section:nth-child(1),
  .s-merged-products-banner-wrap > section:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .s-merged-products-banner-wrap .banner--fixed img {
    height: auto;
  }
}


/***** الدمج التاني ***/
section:nth-of-type(12) {
  padding: 0px 15px !important;
}
section:nth-of-type(12) > section:nth-child(1) {
  flex: 0 0 70%;
  max-width: 70%;
  min-width: 0;
  margin: 0 !important;
}

/* السكشن التاني (البانر) - 30% */
section:nth-of-type(12)  > section:nth-child(2) {
  flex: 0 0 30%;
  max-width: 30%;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  section:nth-of-type(12) {
    flex-direction: column;
  }
  section:nth-of-type(12) > section:nth-child(1),
  section:nth-of-type(12) > section:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section:nth-of-type(12) .banner--fixed img {
    height: auto;
  }
}


/***قايمة العناصر الثنائي**/
section:nth-of-type(10).container{
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 15px !important;
  margin-bottom: 50px !important;
  padding: 0px 15px !important;
  
}

section:nth-of-type(10) .grid{
  gap: 1rem !important;
}
section:nth-of-type(10) a{
  height: 480px !important;
}

@media(max-width:768px){
  section:nth-of-type(10) a{
  height: 190px !important;
}
}


section.container {
    padding: 0px 15px !important;
    margin: 0px !important;
    max-width: unset !important;
}


.copyright-text *{
  color: #fff !important;
}


.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.s-products-slider-card.swiper-slide {
    padding-block: 7px;
}