/* .whatsapp-icon {
  position: fixed;
  bottom: 80px;
  left: 20px;  
  z-index: 100000;
  display: block;
}

.whatsapp-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);

} */
.main-nav.fixed-pinned .navbar-brand img {
    max-height: unset;
}
.navbar-brand {
   
    height: 40px;
}
@media (min-width: 1024px) {
    .s-block--categories .has-less-slides .s-slider-swiper-wrapper {
        justify-content: start;
    }
}
@media (min-width: 640px) {
    .mainmenu--sidepanel .storemenu-panel .main-menu li.root-level>a {
        font-size: 1rem;
        line-height: normal;
    }
}
  @media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.main-nav{
  background-color: #FFF9FB;
}
  
.mburger span:first-child {
    top: 0px;
    width: 100% !important;
}
.mburger {
  &:hover span:last-child {
    width: 100%;
  }
}
.mburger span:last-child {
    bottom: 0px;
    width: 50%;
    right: 0;
    &:hover{
      width: 100%;
    }
}
.mburger span {
  background-color: #A53A5E;
}
.navbar-brand img {
 width: 69px !important;
    height: auto !important;
    max-height: unset;
}
#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--categories.square.align-below.without-bg-color {
    .image--aspect-ratio {
        padding-bottom: 115%;
    }

}
@media (min-width: 1024px) {
    .header--full .main-nav__content {
          align-items: center;
    }
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--categories.square.align-below.without-bg-color {
    .swiper-slide {
        width:16.6%;
    }
}
}

input.s-search-input {
    background-color: #A53A5E1A;
    border-radius: 20px !important;
}
span.text-primary.font-bold.text-sm.plaintext {
    color: #401624;
  }

span.text-xs.mb-1.opacity-70 {
    color: #401624 !important;
}
i.sicon-store.text-3xl.opacity-60 {
    color: #A53A5E !important;
}
.hidden.lg\:block.quicklinks.relative.before\:absolute.before\:inset-0.before\:w-full.before\:h-full.before\:bg-primary.before\:opacity-20.before\:-z-1 {
    background-color: #A53A5E !important;
    color: white;
}

.s-block--main-slider-1 .s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav {
  display: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    color: white;
    background-color: white;
    border-radius: 3px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    border-color: transparent;
}

span.swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 3px;

   background-color: #ffffff80;
   border-color: transparent;
}
#app {
  background-color: #FFF9FB !important;
  background-image: none !important;
}

.align-below .slide--cat-entry.has-image .image--aspect-ratio {
    border-radius: 0;
}
section.s-block.s-block--categories.rectangular.align-below.has-title {
  span.image--aspect-ratio.bg-gray-100.dark\:bg-darker.overflow-hidden {
    width: 172px;
    height: 212px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  @media (max-width:768px) {
    span.image--aspect-ratio.bg-gray-100.dark\:bg-darker.overflow-hidden {
      width: 108px;
      height: 144px;
    }
  }
}
.image--aspect-ratio--portrait {
  padding-bottom:0;
}

.bg-gray-100 {
  background-color: transparent;
}
.has-zoom-transition img.lazy.loaded {
  transform:scale(1);
}
a.slide--cat-entry.has-image.has-zoom-transition.is-rectangular {
  transition: .3s;
  &:hover.align-below .slide--cat-entry.has-image h2{
   color: #A53A5E;
  }
}
.align-below .slide--cat-entry.has-image h2 {
  color: #401624;
  font-size: 20px;
  font-weight: 500;
  transition: .3s;

}

 a.has-zoom-transition:hover img.lazy.loaded {
   transform:translate(0) ;
  }
section.s-block.s-block--categories.rectangular.align-below.has-title{
.s-block__title.relative{
  justify-content: flex-start;
  flex-direction: row;
  .last:mb-4{
    font-size: 32px;
    color:#401624;
    font-family: bold;
  }
} 
}

section.s-block--fixed-banner .banner--fixed img{
    background-color: #FFF9FB !important;
  border-radius: 0;
}
.banner--fixed img:not(.loaded) {
     height: auto; 
}
@media (min-width: 640px) {
    .banner--fixed img:not(.loaded) {
         height: auto; 
    }
}
.product-entry__image-wrap{
 .w-full{
  .s-button-primary {
    background-color: #A53A5E;
    color: #FFFFFF;
  }
 }
}
.product-entry__image-wrap{
  .product-entry__image {
    border-radius: 0;
  }
}
#products-slider-3-slider,.s-block.s-block--products-slider,.main-products-list,#similar-slider  {
  .product-entry {
    background-color: #FFFFFF;
    border-radius: 20px;

    .product-entry__content.h-full {
      padding: 10px 16px;
    }
  }
}
custom-salla-product-card.product-entry--vertical{
  &:hover{
    box-shadow: 0px 4px 4px 0px #A53A5E40;

    .btn--wishlist.heart-next-add-button svg{
   background-color: #A53A5E !important;
    }
    .s-button-text {
      color: #FFFFFF;
    }
  }
}
 .product-entry:hover salla-button.btn--wishlist button{
 background-color: #A53A5E !important;
   border-color:#A53A5E;
}

#products-slider-3-slider,.s-block.s-block--products-slider {
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background-color: #A53A5E;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background-color: #A53A5E80;
  }
  .card-title-is-bold .product-entry__title {
    font-weight: 500;
    color: #401624;
    font-size: 16px;
    line-height: 1.2;
}
.product-entry__content {
  .sale-price {
    font-size: 20px;
    line-height: 1.5rem;
    font-weight: bold;
    color: #A53A5E;
  }

  i.sicon-sar {
    color: #A53A5E;
    font-size: 16px;
  }

  .discount-amount {
    color: #401624;
  }

}
}
@media (min-width: 1024px) {
    .s-block--products-slider salla-slider .slide--one-fifth {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .s-block--products-slider salla-slider .slide--one-fifth {
        width: 50%;
    }
}
@media (max-width: 425px) {
    .s-block--products-slider salla-slider .slide--one-fifth {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .s-block--products-slider salla-slider .swiper-slide {
      border-width: 0px; 

    }
  @media (max-width: 1024px) {
    .s-block--products-slider salla-slider .swiper-slide:first-child {
         border-right-width: 0; 
    }
}
}
.promotion-badge {
    unicode-bidi: plaintext;
    background-color: var(--color-promotion-bg);
    color: var(--color-promotion-text);
    background-color: #401624;
    padding: 5px 20px;
    border-radius: 20px;
}
.index .brand-item {
    height: auto;
    min-height: 120px;
    background-color: white;
    border-radius: 20px;
    transition: .3s;
  margin-bottom: 20px;
    &:hover{
      box-shadow: 0px 4px 4px 0px #A53A5E40;

    }
}
.store-footer {
    background-color: #A53A5E;
    color:white;
}

    .lg\:text-5xl {
        color: #401624;
        font-size: clamp(20px,3vw,32px);
        font-weight: bold;
        line-height: 1.2 !important;
    }
    .opacity-80 {
        font-weight: bold;
        color: #401624;
        
 }

.store-footer .footer-lang-currency-btns button {
  display: none !important;
}
li.w-12.h-8.bg-white.dark\:bg-dark.rounded.flex.items-center.p-1 {
    background-color: transparent;
   img {
    max-width: 100%;
    width: 56px !important;
    height: 22px !important;
}
}

  .text-gray-400{
      opacity: 1;
    color: white;
  }
.s-contacts-icon{
 transition: .3s;
 &:hover{
  border-color:black;
  svg{
    transform: rotate(360dg);
    fill:rgba(14, 15, 15, 1);
  }
}
}
.s-social-link{
  transition: .3s;
  &:hover{
    border-color: black;
    svg{
      transition: .3s;
       border-color: black;
      transform: rotate(360dg);
    }
  }
}
.s-block.s-block--photos-slider{
  @media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
    }
}
}
#similar-slider {
  .product-entry__image-wrap {
    .w-full {
      .s-button-primary {
        background-color: #A53A5E;
        color: #FFFFFF;
      }
    }
  }

  custom-salla-product-card.product-entry--vertical {
    &:hover {
      box-shadow: 0px 4px 4px 0px #A53A5E40;

      .btn--wishlist.heart-next-add-button svg {
        background-color: #A53A5E !important;
      }

      .s-button-text {
        color: #FFFFFF;
      }

      .s-button-primary {
        background-color: #A53A5E !important;
        color: white !important;
      }

    }
  }

  @media (min-width: 1024px) {
    salla-slider .slide--one-fifth {
      width: 25%;
    }
  }

  @media (min-width: 1024px) {
    salla-slider .slide--one-fifth {
      width: 25%;
    }
  }

  @media (max-width: 768px) {
    salla-slider .slide--one-fifth {
      width: 50%;
    }
  }

  @media (max-width: 425px) {
    salla-slider .slide--one-fifth {
      width: 100%;
    }
  }

  @media (max-width: 1024px) {
    salla-slider .swiper-slide {
      border-width: 0px;

    }

    @media (max-width: 1024px) {
      salla-slider .swiper-slide:first-child {
        border-right-width: 0;
      }
    }
  }
}