.sh-header-main {
  background-color: #f9e1e2;
  color: #000;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}


.sh-footer-main > div > div {
  justify-content: space-evenly;
}

.sh-footer-main > div > div > div:nth-child(3) {
  display: none;
}

.sh-categories-container > div > h2 {
  display: none !important;
}

.sh-categories-container > div > hr {
  display: none !important;
}

.sh-banner-collection-card > a > div > div > p {
  display: none;
}

.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card {
  border-radius: 0px !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
  background-color: #a36c32;
  color: #fff;
  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-product-discount-tag {
  background-color: #a36c32;
  color: #fff;

  font-weight: 400 !important;
  border-radius: 0px !important;
}

.sh-try {
  display: none;
}
.pr-long-card .pr-image {
  -o-object-fit: cover;
  object-fit: contain;
}
.sh-product-buy-now-button {
  color: #a36c32;
  border: 1px solid #a36c32;
  outline: none !important;
  padding: 12px;
  background: #fff;
  white-space: nowrap;
}
.sh-product-plus-minus-button {
  background-color: #fff;
  color: #a36c32;
  border: 1px solid #a36c32;
  border-radius: 0px;
  fill: #fff;
}
.sh-product-plus-minus-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  fill: #fff;
}
.sh-footer-main {
  background-color: #000;
  color: #fff;
}
.sh-footer-icon {
  color: #fff;
}
.BannerCollection-component {
  padding: 0px 0px;
}
.sh-ge-collect .BannerCollection-component {
  padding: 0px !important;
}
.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 3 / 3);
}
.sh-solid-button {
  border-radius: 0px;
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
}
.sh-solid-button:hover {
  border-radius: 0px;
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
}
.pr-long-card {
  width: 100%;
  padding: 0px 12px;
}
.pr-image-ctn {
  margin: 0px -12px !important;
}
.pr-image-ctn img {
  object-fit: fill !important;
}
.pr-var-btn {
  border-radius: 0px;
}

.section-heading {
  color: #a36c32;
}
.cat-card-img {
  border: 1px solid #767898 !important;
}

.sh-ge-collect .BannerCollection-component {
  padding: 0px 0px !important;
}

.ban-cont-content {
  position: unset;
  max-width: 100%;
}

.ban-cont-text {
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  font-weight: 500;
}

.sh-header-main {
  background-color: white;
}
#footer {
  background-color: #6b8a84 !important;
}
.banner-collection div img {
  border-radius: 8px !important;
}
.sh-aboutus-location-storeinfo {
  display: none !important;
}
.sh-aboutus-location-storeinfo + h6,
.sh-aboutus-location-storeinfo + h6 + div {
  display: none;
}
.about-our-story figure.table {
  margin: auto;
}
.about-our-story figure.table tbody td {
  max-width: 160px;
}
.about-our-story figure.image {
  margin: 0px;
  max-width: 160px;
}
.about-our-story figure.image img {
  max-width: 100%;
  height: 150px;
  display: block;
  width: fit-content;
}

.section-heading-container{
  margin-bottom: 24px !important;
}

@media(max-width:767px){
  .section-heading-container{
  margin-bottom: 12px !important;
}
}


