button,
.s-product-card-vertical,
.s-product-card-vertical .s-product-card-image,
.banner-entry,
.s-button-btn,
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide,
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after,
.s-fast-checkout-button.rtl {
  border-radius: 0;
}

div.main-content salla-rating-stars > div > span.s-rating-stars-reviews,
.s-product-card-content > div.s-product-card-content-sub > div.s-product-card-rating {
  display: none;
}

.s-add-product-button-main .s-add-product-button-mini-checkout {
  --salla-fast-checkout-button-border-radius: 0;
}

salla-add-product-button > div > salla-button > button > span > i {
  vertical-align: sub;
}

.sticky-product-bar__quantity.center-between.mb-5 {
  display: none;
}

.s-advertisement-content-main {
  font-size: 0.8rem;
}

.header-btn__icon {
  border-width: 0;
}

.s-user-menu-trigger {
  padding: 0;
}
.s-user-menu-trigger .s-user-menu-avatar-wrap {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
}
.s-user-menu-trigger .s-user-menu-avatar-wrap::before {
  content: "\f072";
  font-family: sallaicons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3rem;
  color: #374151;
}
.s-user-menu-trigger .s-user-menu-avatar-wrap > img {
  display: none;
}

@media (max-width: 640px) {
  .main-nav-container {
    min-height: 52px;
  }
  .s-cart-summary-content {
    display: none;
  }
  #mainnav > div > div > div > div:nth-child(1) {
    justify-content: space-around;
    width: 100%;
  }
  #mainnav > div > div > div > div:nth-child(1) > .mburger {
    margin-left: auto;
  }
  #mainnav > div > div > div > div:nth-child(1) > .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  background-color: #fff;
}

@media (max-width: 640px) {
  #app > div.app-inner.flex.flex-col.min-h-full .s-block__title {
    flex-direction: column;
  }
  #app > div.app-inner.flex.flex-col.min-h-full .s-block__title .right-side {
    padding: 0;
    padding-bottom: 0.25rem;
  }
  .s-products-list-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 640px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .s-product-card-vertical .s-product-card-image {
    max-height: 300px;
  }
}
.s-product-card-vertical .s-product-card-content {
  align-items: center;
}
.s-product-card-vertical .s-product-card-content .s-product-card-content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 640px) {
  .s-product-card-vertical .s-product-card-content .s-product-card-content-title {
    -webkit-line-clamp: 2;
  }
}
.s-product-card-vertical .s-product-card-content .s-product-card-content-sub {
  justify-content: center;
  margin-bottom: 0.25rem;
}
@media (max-width: 640px) {
  .s-product-card-vertical .s-product-card-content .s-product-card-content-footer {
    display: none;
  }
}

.s-block--features {
  margin-top: 1rem;
}
.s-block--features > .grid {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.s-block--features > .grid .s-block--features__item {
  background: #1c2020;
  color: #fff;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  box-sizing: border-box;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80%;
  scroll-snap-align: start;
  padding: 4px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 640px) {
  .s-block--features > .grid .s-block--features__item {
    width: auto;
    padding: 4px 12px;
  }
}
.s-block--features > .grid .s-block--features__item .feature-icon {
  margin-bottom: 0;
  background-color: unset;
  height: 2rem;
  width: 2.2rem;
  margin: 0;
}
.s-block--features > .grid .s-block--features__item .feature-icon > i {
  font-size: 1.5rem;
}
.s-block--features > .grid .s-block--features__item > h2 {
  display: none;
}
.s-block--features > .grid .s-block--features__item > p {
  color: #fff;
  font-size: 12px;
}

.s-block--banners {
  margin-top: 2rem;
}
.s-block--banners > .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .s-block--banners > .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .s-block--banners > .grid {
    gap: 0.5rem;
  }
}
.s-block--banners > .grid .banner-entry .lazy__bg {
  background-size: cover !important;
}
@media (max-width: 640px) {
  .s-block--banners > .grid .banner-entry {
    height: 250px;
  }
  .s-block--banners > .grid .banner-entry:first-child {
    grid-column: span 2;
  }
}

.two-row .banner-entry:first-child {
  grid-row: span 1/span 2;
}

div.swiper.s-slider-container.swiper-horizontal div.s-products-slider-card {
  width: 50%;
  max-width: 170px;
}
@media (min-width: 640px) {
  div.swiper.s-slider-container.swiper-horizontal div.s-products-slider-card {
    width: 33%;
    max-width: 410px;
  }
}

@media (max-width: 640px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7),
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(8),
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9),
  #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(10) {
    display: none;
  }
}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
  display: none;
}/*# sourceMappingURL=Alluria Salla Theme 2024.css.map */