:root {
  ----section-heading-color: #000 !important;
  --header-accent: #000 !important;
  --product-discount-tag-background: #388e3c;
  --typography-font-family: blanchedalmond;

}
.sh-header-main{
	background: #fcf7eb;
}

.app-bar .toobar-gutters {
    padding: 0px 16px;
}

.app-bar .logo {
  width: unset;
  height: 96px;
  object-fit: cover;
}

@media (max-width: 959px) {
  .app-bar .logo {
    height: 64px;
  }
}

.sh-section-heading {
  align-items: center !important;
  color: #000 !important;
}
.section-heading {
  color: #000 !important;
}
.section-item {
	background: #fcf7eb;
}
.section-heading-viewall {
  color: #000 !important;
}
.pr-discount {
	top:0px;
	right:0px;
}
.pr-outlined-button {
	color: #FFFFFF !important;
	border: none;
}
.sh-product-plus-minus-button {
	background: #d1271b;
	color: #FFFFFF;
}
.sh-product-plus-minus-button:hover {
	background: #9d0d02;
}
.sh-product-buy-now-button {
    background: #d1271b;
	color: #FFFFFF;
}
.sh-product-buy-now-button:hover {
    background: #9d0d02;
}
#product-action-card > .sh-product-plus-minus-button {
	border: 1px solid #d1271b;
    color: #d1271b !important;
    background: #fff;
}
#product-action-card > .sh-product-plus-minus-button:hover {
	color: #9d0d02 !important;
}

.sh-ge-collect .banner-collection img {
  border-radius: 12px !important;
}

.footer-type-3,
.footer-type-3 .three-column-footer__footer {
  color: #fff !important  ;
  background-color: #388e3c !important;
}
.copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #18581b !important;
}
.three-column-footer__rightsText {
  font-size: 15px;
  color: #b7b7b7 !important;
  opacity: 1 !important;
}
.footer-row-title {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 600 !important;
}