/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #fff !important;
}

.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}
/* End of Global */


/* Header */
#mainnav {
  background-color: #8B0D1A;
  color: #fff;
  align-content: center;
}

.store-header {
  text-align: -webkit-center;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #fff;
    }
  
    .main-menu li>a {
        color: #000;
    }
  
    .main-menu li.root-level>a:hover {
        color: #fff;
    }

    .main-menu .has-children:hover>a {
        color: #fff;
    }
}

.header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .s-cart-summary-total, .mburger .sicon-menu.text-primary {
  color: #fff;
}

.header-btn__icon {
  border-color: #fff;
}

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

.s-user-menu-login-btn svg {
    fill: #fff;
}
/* End of Header */



/* Main Slider */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 0;
    }
}

section.s-block.s-block--photos-slider .home-slider .swiper.s-slider-container .swiper-wrapper .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.s-slider-v-centered .s-slider-block__title-nav {
  display: none;
}

@media(min-width: 768px) {
  :nth-child(2 of section.s-block.s-block--photos-slider) {
    display: none;
  }
}

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--photos-slider) {
    display: none;
  }
}
/* End of Main Slider */


/* Content Section */
.s-block-simple-section__title {
  color: #8B0D1A;
}

.s-block-simple-section__subtitle {
  color: #6C6C6C;
}
/***/


/* Store Features */
section.s-block-trust-store-features {
  background-color: #fff;
}

.s-block-trust-store-features__item {
  background-color: #EBDED5;
  border: 1px solid #8B0D1A;
  padding: 1rem 2rem;
}
/***/


/* Products Section */
.s-slider-nav-arrow {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #fff;
}

.s-product-card-content-title {
  text-align: center;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-content-sub {
    justify-content: center;
    margin-bottom: .5rem;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
  border: 1px solid #E6D8CF;
}

.s-product-card-content {
  border-radius: 0 0 .75rem .75rem;
}

.s-product-card-content-title a {
  color: #0D0C0A;
}

.s-product-card-price, .s-product-card-sale-price h4 {
  color: #8B0D1A !important;
}

.s-button-wide {
    background-color: #8B0D1A;
    color: #fff;
    border: unset;
}

.s-product-card-image {
    /* padding: 1rem; */
    background-color: transparent;
}

.s-product-card-image img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-image:hover img {
  transform : scale(1.1);
}

.s-product-card-horizontal .s-product-card-content {
    border-radius: .75rem;
}

.s-product-card-content-subtitle {
  text-align: center;
}
/* End of Products Section */



/* Footer */
.footer-is-light .store-footer {
  background-color: #8B0D1A;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #FFFFFFDE;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 192px;
    height: 75px;
    background-image: url(https://cdn.files.salla.network/theme/1087527890/c575e41a-69ba-4f08-b62c-3e325f15d8b9_191x76.png);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
    justify-items: center;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.s-contacts-list-vertical {
  justify-self: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */