.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-outline {
    border-color: #540002;
    color: #540002;
}
.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-element {
    background-color: #ffffff;
} 
.s-product-card-entry {
    background: linear-gradient(180deg, #540002 0%, #540002 100%);
    padding: 2px;
}
.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button {
    color: var(--color-text-body);
    border-radius: 12px;
    border-color: transparent;
    position: relative;
    background-color: #540002;
    padding: 1px;
}
.s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow {
    background-color: #540002;
    border-radius: 8px;
    border: 1px solid #fff;
    border: 1px solid var(--color-white);
    box-shadow: none;
}
.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button:hover .s-button-outline
 {
    background-color: #d6d4c7;
}
.container-sec {
    padding-right: 100px;
    padding-right: var(--padding);
    padding-left: 100px;
    padding-left: var(--padding);
    width: 100%;
}
.store-header .top-navbar {
    height: 80px !important;
}
.store-header .header-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.store-header .logo img {
    max-height: 60px;
}
.store-header .header-nav a {
    font-size: 16px;
    padding: 0 15px;
}
.store-header .header-nav a:hover {
    color: #ff6b00 !important;
}
.store-header .top-nav {
  height: 80px !important;
  transition: 0.3s;
}
.store-header{
  top: 0;
  z-index: 9999;
  transition: 0.4s;
}
.store-header.scrolled{
  background: white !important;
}
.store-header.scrolled.top-navbar{
  height: 60px  !important;
}
.lazy__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: center;
}
.lazy__bg:hover {
   animation:moveUpDown 0.6s ease-in-out infinite; 
}
@keyframes moveUpDown {
  from{
    transform: translateY(0);
  }
  to{
    transform: translateY(-10px);
  }
}
.lazy__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  object-fit: contain  !important;
}

.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}

    .banner-entry {
        background: transparent;
    }
.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    transition: 0.3s ease;
}
.s-product-card-image img.loaded:hover {
  transform: scale(1.1);
}

.home .common-questions-sec .questions .item-box:has(.header-accordion.active) .body-accordion {
    color: #fff;
}

.home .images-grouped-sec .photos-collection .items .swiper .swiper-wrapper .swiper-slide img {
    object-fit: scale-down;
}

.home .most-orderd-sec .items-slider .swiper .swiper-wrapper .swiper-slide .item .parent-image .img {
    object-fit: contain;
}
    .s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
        height: 300px;
      flex: none !important;
    }

.s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow:hover {
    display: none;
}

.s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow {
 display: none;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
    color: #000000 !important;
}

.home .quick-links-sec .items .item .img {
    object-fit: contain;
}

.btn-theme {
    border: 0.5px solid #ffffff;
    background: transparent;
}

.btn-theme:hover {
    color:#540002; 
    background: #ffffff;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-element {
    background-color: #ffffff;
    border: 0 !important;
    outline: 0 !important;
    border-color: transparent;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-element:hover {
    background-color: #540002;
  color: #ffffff;
}