/* Header */
@media (max-width: 768px) {
    .store-header {
        position: static;
    }
}

.slider-banner-main-0 >div >div {
    max-width: 615px;
}
.landing-page-first-bannar .txt .custom-dlay-p {
    animation-delay: .8s;
    font-size: 40px;
}
.landing-page-first-bannar .txt h1 {
    animation-delay: .8s;
    font-size: 40px;
}
/* Add custom CSS styles below */
/* Add custom CSS styles below */
/* Add custom CSS styles below */

/* logo*/
.absolute .inner {
    background-image: linear-gradient(25deg, #1e29811c, transparent);
}

.navbar-brand img {
  max-height: 5rem !important;
  width: 4rem !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 5rem !important;
  max-width: unset !important;
  width: unset !important;
}

.store-header .fixed-pinned .mobile-menu ul li a span {
  color: var(--color-primary) !important;
}
/* nav_bar*/
.sicon-search:before {
  content: "\ef09";
  color: #fff;
}
.sicon-user:before {
  content: "\f078";
  color: #fff;
}
.sicon-shopping-bag:before {
  content: "\ef36";
  color: #ffff;
}
.s-product-card-image-full {
  overflow: hidden;
  border-radius: 10px;
  height: 400px;
}

.sicon-menu:before {
  content: "\ed7f";
  font-size: 40px;
  color: var(--color-primary);
}
/**/

/**/
/* Add custom CSS styles below */ 
.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: none;
}
/* Add custom CSS styles below */ 
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin-bottom: 5rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}


   
  



salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}

.copyright-text p {

    color: rgb(255 255 255);
}

body#app {
    background: #FCFFFB;
}
.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 500px;
}
.copyright-text a:hover {
    color: #fff;
}

@media(max-width:768px) {
.font-bold {
    font-weight: 700;
    text-align: center;
}
.font-medium {
    font-weight: 500;
    text-align: center;
}
.s-product-card-vertical {
    flex-direction: column;
    height: 400px !important;
}

section:nth-child(2 of .landing-page-first-bannar) .item-text {
    align-items: center !important;
}

.landing-page-first-bannar .font-bold {
    font-weight: 700;
    text-align: center;

    font-size: 21px !important;
    width: 100%;
}
.item-text {
    background-color: rgb(255 255 255 / 13%);
}

footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  
}