* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
:root{
    --second-color:#fff;
}
/*change body color */
.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/ryeNO/xXAPM0wrJbLHKjcwgweJnNWiDsFnXuCdKRA3VekC.jpg);
    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:  #FFF8F5 !important ;

}
/*banner--fixed*/
.s-block:first-of-type {
    margin-top: 0;
}
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
  padding: 0;
}
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
/*  grid*/
.s-block__title {
    justify-content: center;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}
.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: 295.1632995605469px !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;
}
a.banner-entry:first-of-type.square-photos {
    grid-column: span 2;
    grid-row: span 2;
    height: 100% !important;
}
a.banner-entry:nth-of-type(2).square-photos {
    grid-column: span 2;
}
.sm\:gap-8 {
    gap: 0;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
/* animation on hover */
.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;
  }
}
/* products border  */
.s-product-card-entry {
    border: 2px solid #8E44850D;
   box-shadow: 0px 5px 23px #8E44850D;
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
    border: 0;
    border-radius: 20px;
    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;
}
/*remove the latest products*/
[dir=rtl] .s-slider-block__title h2 {
      color:var(--color-primary);
}
/*footer*/
.footer-is-light .store-footer .store-footer__inner  ,footer.store-footer {
    background-color: #E9E1DC !important;
    color: #50434C;
}
.copyright-text p {
    color: #50434C;
}
/******** footer icons ********/

.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;
}
/*logo*/
.store-footer a[href="https://sittiabasiya.com/"] h3 {
    width: 180px;
    height: 140px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ryeNO/xXAPM0wrJbLHKjcwgweJnNWiDsFnXuCdKRA3VekC.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
}
/* media */
@media (max-width: 767px){
.sm\:gap-8 {
    gap: .1rem;
}
.banner-entry ,.two-row .banner-entry:first-child {
    height:83px !important;
  } 
/*slides*/
.swiper-slide {
    width: 56%;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}
}/* كود تكبير حجم اللوجو في الهيدر */
.navbar-brand {
    width: 90px !important; /* يمكنك تغيير الرقم 70 إلى الحجم الذي تراه مناسباً (مثل 60px أو 80px) */
    height: auto !important;
}

.navbar-brand img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}