.notice {
  border-bottom: 1px solid #e1e1e1;
}
.app-bar {
  background-color: #fff !important;
  color: #000 !important;
}
.search-container .sh-header-search-box {
  border: none !important;
  background-color: transparent !important;
}
.app-bar-main svg {
  color: #000 !important;
}

@media (max-width: 480px) {
  #mobile-search-box .sh-header-search-box svg {
    color: #000 !important;
  }
}
.search-container.expanded:before {
  background-color: #000 !important;
}
.search-input {
  color: #000 !important;
}
.section-heading-container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}
.section-heading-viewall {
  color: #ffa874 !important;
}
.sh-product-plus-minus-button {
  color: #cc5600 !important;
  background-color: #fff !important;
}
.pr-outlined-button {
  background-color: #ff7425 !important;
  color: #fff !important;
}
.badge {
  background-color: #ff7425 !important;
  color: #fff !important;
}
#footer {
  background-color: #ffedcd !important;
}
#sh-footer-copyright {
  background-color: #ff7425 !important;
}
.product-footer-root-dropdown .sh-product-plus-minus-button {
  background-color: #fff !important;
  color: #ff7425 !important;
}
#categories .section-heading-container.sh-section-heading a {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 28px !important;
  border: 2px solid #ff6a00 !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  background: transparent !important;
  background-color: #fff !important;
}
.section-1 {
  margin-bottom: 20px !important;
}
.cat-card-img-root {
  border: 3px solid #fa5901;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.section-wrapper-1::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #ff6a00;
  display: block;
  position: relative;
  top: -20px;
}
@media (min-width: 960px) {
  .app-bar .title {
    font-size: 26px !important;
    font-weight: 800 !important;
  }
  #categories .sh-section-heading a {
    width: 40% !important;
  }
}
/* Capsule button */

.section-wrapper-1 {
  background-color: #fdf0e0 !important;
}
#categories {
  background-color: #fdf0e0 !important;
}

/* Heading container full width */
#categories .section-heading-container.sh-section-heading {
  width: 100% !important;
  text-align: center !important;
  margin: 20px 0 !important;
  display: flex !important;
}

/* Left + Right lines */
#categories .section-heading-container.sh-section-heading::before,
#categories .section-heading-container.sh-section-heading::after {
  content: "" !important;
  flex: 1 !important;
  height: 2px !important;
  background: #ff6a00 !important;
  display: block !important;
}

/* Text */
#categories .section-heading-container.sh-section-heading h2.section-heading {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.hero-banner-root {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hero-banner-root {
    padding: 0 0;
    margin-bottom: 0;
  }
}
