.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}
.sh-category-card > a > div {
  background-color: #ecf4fe;
  border: 1px solid #2e5596 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card > a > div:hover {
  border: 1px solid #ffdc70 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-banner-collection-card > a > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}
.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 0px !important;
}
.sh-product-card {
  object-fit: contain;
}
.sh-footer-main {
  background-color: #ffdc70;
}
.sh-product-card-name {
  font-size: 13px;
  font-family: "Helvetica";
}
.sh-product-card-price {
  font-size: 13px;
  font-family: "Helvetica";
}
.sh-product-card > a > div > div > img {
  object-fit: contain;
}

.sh-product-card > a > div > img {
  object-fit: contain;
}
.sh-referral-widget {display: none;}

#notice {
  padding: 0px;
}