.sh-banner-collection-card > a > div > div > p {
  display: none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display: none;
}

.sh-product-card-discount-tag {
  top: 22px !important;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 60px;
  text-align: center;
  border-radius: 0px;
}
.sh-product-discount-tag {
  font-weight: 400;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
  width: 64px;
  text-align: center;
  border-radius: 0px;
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display: none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display: none;
}
.product-component-description {
  background-color: #fff !important;
}

.sh-pc-desc-ctn > product-component-description {
  background-color: #fff !important;
}
product-component-description > div:nth-of-type(1),
product-component-description > div:nth-of-type(3),
product-component-description > div:nth-of-type(4),
product-component-description > div:nth-of-type(5),
product-component-description > details:nth-of-type(1) summary,
product-component-description > details:nth-of-type(3) summary,
product-component-description > details:nth-of-type(2) summary {
  background: #ffffff !important;
}
