.top-navbar {
  padding: 0 !important;
}

.store-header + .s-block--fixed-banner,
.store-header + .s-block--fixed-banner + .s-block--fixed-banner {
  margin-top: 1rem;
}




.s-slider-block__title h2,
.s-block--testimonials .section-main-title,
.enhanced-features h3 {
  background-color: #046d8c;
  color: #fff;
  padding: 8px 28px !important;
  border-radius: 43px;
}
.enhanced-features h3 {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}

.s-block--testimonials .section-main-title {
  margin-inline-start: 0;
}

@media (max-width: 1024px) {
  .s-slider-block__title {
    justify-content: center;
  }
  .s-slider-block__title > div {
    padding: 0 !important;
  }
}
.s-slider-nav-arrow {
  background-color: #046d8c !important;
  border: none;
}
.swiper-button-disabled {
  opacity: 0.5 !important;
}
.s-slider-nav-arrow svg {
  fill: #fff;
}

custom-salla-product-card .s-rating-stars-wrapper svg {
  height: 1rem;
  width: 1rem;
}

div:has(> custom-salla-product-card) {
  padding-top: 6px;
  padding-bottom: 6px;
}
custom-salla-product-card {
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 6px 1px #f3f3f3;
}



custom-salla-product-card .product-block-outer {
  margin-top: initial;
  flex-grow: 1;
}
custom-salla-product-card .product-block__info {
  height: 100%;
}
custom-salla-product-card .product-title {
  flex-grow: 1;
}


custom-salla-product-card .product-block__info > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px) {
  custom-salla-product-card .product-block__info > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

custom-salla-product-card .price-wrapper :last-child {
  color: #585858;
}

custom-salla-product-card .btn--add-to-cart {
  align-items: end;
  height: 100% !important;
  flex-grow: 0;
}

custom-salla-product-card salla-add-product-button button[product-id] {
  height: 2.5rem !important;
  font-size: .85rem !important;
}




.sq-awesome-banners.section-is-slider .pagination-is-under .swiper-wrapper {
  padding-bottom: 0;
}


/* Product Page */
.product-form salla-add-product-button button.s-button-element {
  border-radius: .75rem;
}
.s-quantity-input-button {
  background-color: var(--color-primary);
  fill: #fff !important;
}
.s-quantity-input-input {
  border: 1px solid #ddd !important;
}


.s-block--testimonials .flex:has(.section-main-title) {
  justify-content: center;
}


.store-footer__inner + .line {
  display: none;
}

.footer-social-outer:not(.footer-social-outer:has(.footer-social-item:nth-child(6))) {
  display: flex;
}


.s-block--features__item .feature-icon {
  height: fit-content;
}

.s-block--features__item h4 {
  font-size: 1rem;
  padding: 0 0px 6px;
  border-bottom: 3px dashed var(--color-primary);
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .enhanced-features .grid {
    gap: 0;
  }
  .enhanced-features .grid > .items-center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}





.mm-spn li {
  background-color: var(--color-primary-dark);
  color: #fff;
}
.mm-spn li:has(.brands-link),
.mm-spn ul:after {
  display: none;
}
.mm-spn li:before {
  opacity: 1;
  color: #fff;
}
.mm-spn li:after {
  opacity: 1;
}