/* Add custom CSS styles below */ 
/* * {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
:root{
    --second-color:#fff;
}

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/VqEyjW/TwaPSRgu9qZhDN14D3LmCJgXV1GXDR8ld9fEi3xF.png);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    bottom: 0;
    left: 0;
    right: 0;
}
@keyframes logobg {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
body  ,.s-comments-product {
    background-color: #E1EDF9 !important ;

}

[dir=rtl] salla-slider.photos-slider .swiper{
    padding: 0 !important;
}
.s-block salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
}
 .carousel-slider .swiper-wrapper>div:first-of-type {
    padding: 0;
}
.s-block:first-of-type {
    margin-top: 0;
}
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock ,button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock{
    display: none;
}


.banner--fixed img {
       background-color: transparent;
       margin: auto;
}

.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
   
}
.banner-entry ,.two-row .banner-entry:first-child {
     height: 300px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.sm\:gap-8 {
    gap: 0;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 1s ease;
}
.banner-entry::after ,.s-product-card-image::after  {
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner-entry:hover::after ,.s-product-card-image:hover::after{
  animation: flashing 0.6s linear;
}

@keyframes flashing {

  0%,
  50% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.s-product-card-entry {
    border: 2px solid var(--color-primary);
    
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
    border: 0;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ddd;
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
      background-color: var(--color-primary);
    color: var(--second-color);
}

.s-product-card-content {
    padding: 12px;
}
.s-product-card-image img {
    background: #fff;
}

[dir=rtl] .s-slider-block__title h2 {
      color:var(--color-primary);
}

.footer-is-light .store-footer .store-footer__inner  ,footer.store-footer {
    background-color: var(--color-primary) !important;
    color: var(--second-color);
}
.copyright-text p {
    color: var(--second-color);
}


 .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*="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%);
    
    }
a[href*="tiktok"]  {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);}
    a[href*="facebook"] {background: -o-linear-gradient(45deg, #3776f2, #00b1f7);background: linear-gradient(45deg, #3776f2, #00b1f7);}
    
a[href*="youtube"] {
       background-color: #c4302b;
    }
    
a[href*=snapchat] {
    background: #fffc00;
    color: black;
    text-shadow: -2px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.s-contacts-icon {
    border: 0;
    text-align: center;
}

.s-contacts-icon {
    color: var(--color-primary);
    display: inline-grid;
    justify-items: center;
    margin-right: 10px;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 12px
    
}

.s-contacts-icon {
    position: relative;
    z-index: 1;
    background: repeating-conic-gradient(from var(--a),#fff 0%,#fff 5%,transparent 5%,transparent 40%,#fff 50% );
    animation: animate 4s linear infinite;
    border-radius: 12px
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@keyframes animate {
    0% {
        --a: 0deg
    }

    100% {
        --a: 360deg
    }
}

.s-contacts-icon::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: -1;
    background:var(--second-color);;
    border-radius: 12px
}
.store-footer h3 {
    background-color: white;
    color: var(--color-primary);
    border-radius: 15px;
    padding: 6px 20px;
    text-align: center !important;
}

@media(min-width:1024px){
.navbar-brand img {
    max-height: 6rem !important;

}
/*.index div#mainnav {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-top: 1.5rem;
}
.index #mainnav:not(#mainnav.fixed-pinned.fixed-header){
 background-color: transparent;
    box-shadow: none; 
    }
.index #mainnav:not(#mainnav.fixed-pinned.fixed-header) * {
    color: #fff;
    stroke:#fff
}
.index #mainnav:not(#mainnav.fixed-pinned.fixed-header) .sub-menu {
    background-color: var(--color-primary);
}}
@media (max-width: 767px){
.sm\:gap-8 {
    gap: .5rem;
}
.banner-entry ,.two-row .banner-entry:first-child {
    height:100px !important;
  } 

.swiper-slide {
    width: 56%;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}
}
/*grid */
/*@media (min-width: 1200px) {
  .s-block--banners {
    position: relative;
    z-index: 1;
  }

.s-block--banners::before {
    content: "";
    position: absolute;
    top: -59%;
    right:-65%;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.salla.sa/form-builder/GvdiWDWGFzUkOt5iflnkz8ogDcZi5ivuioScyMt8.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* z-index: -1; */
/*

.s-block--banners::after {
    content: "";
    position: absolute;
    top: -59px;
    left: -44%;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.salla.sa/form-builder/bUTNdawm5mrInQQ2xlgAktcho2uClXEO1iA8oSYz.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
}
*/

@media (min-width:991px){
.index .main-nav-container {
    min-height: 56px;
    position: absolute;
    z-index: 11;
    width: 95%;
    background: #fff;
    margin-inline: auto;
    left: 2%;
    top: 70px;
            border-radius: 20px;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width:95%;
    margin-inline:auto;
}
}
.index .inner.bg-inherit {
    border-radius: 20px;
}
}
.index ul.main-menu.mm-spn--open * {
    color: #1D549B;
}
.index .fixed-header ul.main-menu.mm-spn--open * {
    color: #1D549B;
}
.index .fixed-header .items-stretch div:nth-of-type(2) * {
    color: #1D549B;
    border-color: #000;
}
.index .items-stretch div:nth-of-type(2) * {
    color: #1D549B;
    border-color: #1D549B;
}
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem;
  
}
}
section:nth-of-type(1){
margin-top:0px
}

/*------------margin-top of main container---------------*/
/*--------------------------*/
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
     padding-left:0;
}
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    padding: 0px;
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#fff;
border-color:#fff;
}
.store-footer__inner {
    background-color: #1D549B!important;
}
section.s-block.s-block--banners .right-side {
    padding: 0px !important;
}
section.s-block.s-block--banners .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners h2{
text-align:center;
}
section.s-block.s-block--banners h2:after{
    content:"جمالك يبدأ من هنا";
    display:block;
    width:100%;
    text-align:center;
    margin-top:10px;
    }