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

:root {
    --main-color: #653190;
    --second-color: #bcabf0
}
.s-slider-v-centered .s-slider-block__title-nav button {
    background: #bcabf0 !important;
}

div#mainnav,.bg-inherit {
    background-color: var(--second-color)
}
.s-slider-nav-arrow svg {
    width: 22px;
    fill: #fff;
}

.top-navbar {
     background-color: var(--second-color);
    color: #fff
}
@media only screen and (min-width: 1024px) {
    .main-menu li>a {
     
        color: #fff;
    }
}


.s-product-card-entry {
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    border: 1px solid var(--main-color)
}

.s-products-slider-card.swiper-slide {
    padding-bottom: 10px
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline,.header-btn__icon,i.sicon-menu {
    background: var(--main-color);
    color: #fff;
    border: 0;
    border-radius: 50px
}

i.sicon-menu {
    padding: 5px
}



.main-nav-container.fixed-header .inner {
    padding: 7px;
    border-radius: 0 0 50px 50px;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px
}

@media(min-width: 1024px) {
    .s-block__title h2 {
        font-size:27px!important
    }
}

.s-block__title h2,.s-slider-block__title h2 {
    font-size: 24px;
    position: relative;
    padding: 0
}

.s-block__title h2:before,.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 3px;
    right: 30px;
    left: 30px;
    background: var(--main-color);
    bottom: -10px;
    transform: translateX(0);
    transition: all .5s;
    z-index: -1
}

.s-block__title h2:hover:before,.s-slider-block__title h2:hover:before {
    right: 0;
    left: 0;
    transition: all .5s
}

.s-block__title,.s-slider-block__title h2 {
    color: var(--main-color)
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__display-all {
    background: var(--main-color);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    opacity: 1;
    font-size: 18px
}


 



 div.s-slider-block__title > div.s-slider-block__title-right > h2 , 
 div.s-block__title > div > h2  {
 position:absolute;
 left:50%;
 transform:translatex(-50%);
 text-align:center;
 justify-content:center;
 }
 


body.index .s-block__title,.s-slider-block__title {
    margin-bottom: 3rem
}


/***** banners *******/ 

:is(section.s-block.s-block--photos-slider,.banner--fixed) img {
    border-radius: 0!important;
    background-color: transparent!important
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type,section.s-block.s-block--photos-slider {
    margin-top: 0
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container,section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0!important;
    width: 100%!important;
    max-width: unset;
    border-radius: 0!important
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0
}

/****** footer *****/
@media(min-width:1500px){
    .store-footer__inner {
background-image: url("https://i.postimg.cc/j2JfPkDq/Frame-99.png");
        background-size:cover;
    background-position: center;
   
    background-color: transparent!important;
    padding-top:28rem !important;
}

}

@media(min-width:992px){
    .store-footer__inner {
background-image: url("https://i.postimg.cc/j2JfPkDq/Frame-99.png");
        background-size:cover;
    background-position: center;
    
    background-color: transparent!important;
    padding-top:20rem;
}

}
@media (max-width: 992px) {
    .store-footer__inner {
        background-image: url(https://i.postimg.cc/43dGxY2n/Frame-97.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        
        background-color: #bbabf0 !important;
        padding-top: 12rem;
    }
}


.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s
}

a[href*="tel:+966506631414"]>span:first-child {
    background: #246990;
    border: 0
}

a[href*=instagram] {
    background: -o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  
  background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;

}
a[href="https://twitter.com/HayatAlbadih"] {
    background-color: black;
    color: white;
}
a[href*=tiktok] {
    background: -o-linear-gradient(330deg,#69c9d0,#000,#ee1d52);
    background: linear-gradient(120deg,#69c9d0,#000,#ee1d52);
  color: white;
}

a[href*=facebook] {
    background: -o-linear-gradient(45deg,#3776f2,#00b1f7);
    background: linear-gradient(45deg,#3776f2,#00b1f7)
}

a[href*=youtube] {
    background-color: #c4302b
}

a[href*=whatsapp]>span:first-child {
    background-color: green;
    border: 0
}

.s-product-card-image {
    background: #fff
}





/****** grid ******/

.two-row .banner-entry:first-child {
    grid-area: 1/1/1/1;
}
section.s-block.s-block--banners.container > .grid  {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; 
}

#main-content > section:nth-child(7) > div.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
section.s-block.s-block--banners.container > .grid > a.banner-entry.square-photos {
    height: 370px;
    background: transparent;
}

section.s-block.s-block--banners.container > .grid > a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    section.s-block.s-block--banners.container > .grid > a.banner-entry.square-photos {
    height: 130px;
    background: transparent;
}
    #main-content > section:nth-child(7) > div.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap:5px;
}
    .s-products-slider-card {
   
    max-width: 205px;
  
}
    .s-block__title h2 {
    font-size: 16px;
   
}
    .s-slider-block__title h2{
    font-size: 22px;
   
}

}


.s-slider-nav-arrow {
    background: #683090;
}

@media(max-width: 992px) {
    .store-footer__inner * {
        text-align:center;
        justify-content: center
    }
}










.s-product-card-content-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}