/* Add custom CSS styles below */ 
.enhanced-title-border {
    display: none;
}

section.s-block.s-block--best-offers h2, section.s-block.s-block--square-links h2, section.s-block.s-block--blog h2, section.s-block.s-block--brands h2, section.s-block.s-block--testimonials h2, section.s-block.s-block--map p:first-child {
  position: relative;
  display: inline-block;
  z-index: 1;
}


section.s-block.s-block--best-offers h2::after, section.s-block.s-block--square-links h2::after, section.s-block.s-block--blog h2::after, section.s-block.s-block--brands h2::after, section.s-block.s-block--testimonials h2::after, section.s-block.s-block--map p:first-child::after  {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  height: 12px;
  width: 100%;
  background: #F39200;
  z-index: -1;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--testimonials.overflow-hidden.relative > div > div > div, #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--brands.s-block--full-bg.pt-8.sm\:pt-12.pb-8.sm\:pb-20 > div > div.mb-8.home-block-title > div, #block-blog-11 > div > div.mb-8.home-block-title {
  text-align: center;
}

.s-block--enhanced-features__item {
  border-color: #F39200;
}

.store-footer__curve {
    color: #141414;
}

.store-footer__inner, .store-footer__newsletter, .store-footer__contacts-row, .footer-bottom {
    background-color: #141414;
}