/* Add custom CSS styles below */ 

:root {
    --white-color: white;
}

body {
    background-color: var(--white-color) !important;
}
#mainnav{
margin-top:10px !important;
}

/***first banner ***/
section:first-of-type{
background-color: #FCFCFC !important;
}
/***first banner ***/

/**** بكجات التوفير **/
section:nth-child( 1 of section.s-block.s-block--best-offers){
margin-top: 5rem;
}
@media screen and (min-width: 768px){
  section:nth-of-type(3) .s-slider-block__title{
  justify-content: center !important;
  }
}
section:nth-of-type(3) .s-slider-block__title-left{
display:none !important;
}
/**** بكجات التوفير **/



/*** المنتجات ***/
@media screen and (min-width: 768px) {
.s-product-card-fit-height .s-product-card-image {
    height: 16rem;
    max-height: 18rem;
}
}
custom-salla-product-card{
    padding-top: 6px;
}
.s-product-card-fit-height .s-product-card-image img{
    border-top-left-radius:15px !important;
    border-top-right-radius:15px !important;
}
.IRT__pormotion.promotion-title span
{
    background-color: #EF4444 !important;
    color: white !important;
}
div.IRT__pormotion span:before{
    border-color: #EF4444 !important;
}

button[product-status="sale"] {
  border-radius: 15px !important;
}

custom-salla-product-card {
  display: block; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

custom-salla-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.swiper.s-slider-container {
padding-top: 30px !important;
}
.IRT__form_content .s-product-card-content-footer salla-add-product-button .s-button-btn{
    border-radius: .5rem!important;
}
/*** المنتجات ***/


/*** المنتجات المميزه  ***/
section:nth-of-type(6){
background: unset !important;
}
/*** المنتجات المميزه  ***/
.s-product-card-image{
background: transparent !important;
}

section:nth-of-type(2) .container img{
 border-radius: 10px !important;
}

/*** الماركات***/
#IRT__cat-irtiqa-16 .s-slider-block__title i{
display:none !important;
}
#IRT__cat-irtiqa-16 .swiper-wrapper.s-slider-swiper-wrapper{
    display: flex;
    align-items: center;
}

#IRT__cat-irtiqa-16 .swiper-slide a{
    height: 150px;
    display: block;
    width: 150px;
}


/*** الفوتر ***/
@media (max-width: 992px) {
  .store-footer__inner *:not(.enhanced-social-icons a) {
    justify-content: center;
    text-align: center;
  }
}

/*** الفوتر ***/