.sh-header-main {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
}

.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: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-try {
  display: none;
}

.sh-product-buy-now-button {
  color: #ffffff;
  border: 1px solid #f30020;
  outline: none !important;
  padding: 12px;
  background: #f30020;
  white-space: nowrap;
}
.sh-product-plus-minus-button {
  background-color: #fff;
  color: #f30020;
  border: 1px solid #f30020;
  border-radius: 0px;
  fill: #fff;
}
.sh-product-plus-minus-button:hover {
  background-color: #fff;
  color: #f30020;
  border: 1px solid #f30020;
  border-radius: 0px;
  fill: #fff;
}

.sh-pc-desc-ctn {
  background-color: #f6f6f6;
  border-radius: 8px;
}
product-component-description div:nth-child(2) {
  background-color: #f6f6f6 !important;
}

.review-card-subtext {
  display: none;
}

.swiper-button-next,.swiper-button-prev {
    display : none;
}