.bg-inherit {
background-color: #FFFEEC;
}

/*logo*/
.navbar-brand img {
  max-height: 8rem;
}
.s-block--photos-slider {
  margin-top: -15px;
}

.rounded-md{
  border-radius: 0px;
}
.carousel-slider .swiper {
  padding-left: unset;
}
salla-slider.photos-slider .swiper-slide {
  margin:0;
  width: 100%;
}

salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div {
	padding-left:0px;
	padding-right:0px;
	border-radius: 0px;
	margin:0;
}

.carousel-slider .swiper-wrapper > div {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  margin: 5px;
}

.swiper-wrapper{
  padding: 0; 
  margin: 0; 
}



[dir="rtl"] salla-slider[type]:not(.hydrated) > div, [dir="rtl"] salla-slider[type]:not(.hydrated) .swiper > div > div, [dir="rtl"] .carousel-slider .swiper {
  padding-left: 0rem;
  padding-right: 0rem;
}


/*the alignment*/
.s-slider-block__title {
  display: flex;
  justify-content: center;
  position: relative;
}

.s-slider-block__title h2 {
  flex: 0 1 auto;
}

.s-slider-block__title .s-slider-block__display-all { 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

  /* H2 Syling */
.s-slider-block__title h2, .s-block__title h2, .text-lg {
  color: #AB3028; 
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem; 
  margin: 0;
  padding: 0;
  transition: all 0.3s ease; 
  text-shadow: 2px 2px 4px #EFC7CF; 
  transform: translateZ(0);
  backface-visibility: hidden;
}

.text-lg{
padding-bottom: 30px;
padding-right: 10px;
}

/* Adding a keyframe animation for a subtle pulsing effect */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
    color: #AB3028; /* Dark blue color */
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
    color: #E7A599; /* Lighter color */
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: #AB3028; /* Dark blue color */
  }
}


.s-slider-block__title h2{
  animation: pulse 2s infinite;
}

[dir="rtl"] .s-slider-block__title h2 {
  padding-left: 0rem;
  padding-right: 2rem;
}


.s-slider-block__display-all, .s-block__display-all {
  display: block; 
  text-align: center; 
  color: #E7A599;
}


.s-slider-block__display-all:hover, .s-block__display-all:hover{
  color: #AB3028;
  cursor: pointer; 
}


.bg-gray-100{
  background-color: WHITE;
}

.s-product-card-entry, .s-product-card-horizontal {
  box-shadow: 0px 5px 5px 0px #F4DFC4;
}
.app-inner {
  background-color: #FFFFF7;
}

.testimonials-slider .testimonial {
  .s-product-card-entry, .s-product-card-horizontal {
  box-shadow: 0px 10px 10px 0px #E7A599;
}
  border-radius: .375rem;
  border: 1px solid #E7A599; /* لون ناعم لإطار الكرت */
}

[dir="rtl"] .carousel-slider .swiper {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 20px;
}

salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2rem;
}

.testimonials-slider .swiper-slide {
  padding-bottom: 5rem;
}

.store-footer__inner {
background-color: #F4DFC4 !important;
  box-shadow: 0px 15px 25px -15px #D77F3F inset;
  
}

.flex.items-center.m-0 {
  justify-content: center;
  background-image: url('https://i.ibb.co/B2X7CgMM/Logo-new-background-250331-025400-copy-page-0002.jpg');
  background-position: center;
  background-size: cover;
  height: 180px;
  color: transparent;
}

.footer-is-light .store-footer{
  color: #BC1E1D;
}

.mb-6 {
  justify-content: center;
}


.snowflake {
  position: absolute;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out;
}

.sparkle {
  opacity: 1;
  transform: scale(1);
  transition: all 1s ease-out;
  animation: disappear 1.5s forwards;
}

@keyframes disappear {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.s-product-card-promotion-title{
background-color:#212b66;
}

@keyframes colorCycle {
  0%, 100% {
    color: #212b66;
  }
  25% {
    color: #9ab6d3;
  }
  75% {
    color: #e9e187;
  }
}

.s-product-card-content-subtitle {
  animation: colorCycle 8s infinite linear;
}

#loading-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d4e0e8;
  z-index: 10000; 
  transition: opacity 0.5s linear, visibility 0s linear 0.5s;
}

@keyframes logoPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#loading-screen img {
    animation: logoPulse 2s infinite;
}

/* Fade out effect */
.hide-loading-screen {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.s-cart-summary-wrapper {
display: -webkit-box;
}

.s-user-menu-trigger {
background-color: #FFFDEE;
}