.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;
}

.cat-card-img {
  transition-duration: 0.45s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eeeeee;
}

.cat-card {
  padding: 9px;
  text-align: center;
  box-sizing: border-box;
}

.sh-product-plus-minus-button {
  border-radius: 4px !important;
  background-color: #f30020;
  color: #fff;
  border-color: #f30020;
  &:hover {
    background-color: #fff;
    color: #f30020;
    border-color: #f30020;
  }
}

.sh-product-card-enquiry {
  padding: 6px;
  height: 40px;
  font-weight: 600;
  border: 1px solid #3ac34c;
  /* display: flex; */
  align-items: center;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  /* width: 100%; */
  background-color: #3ac34c;
  &:hover {
    background-color: #ffffff;
    color: #3ac34c;
    border: 1px solid #3ac34c;
  }
}

:root {
  --primary-main: #ffffff;
  --primary-contrast-text: #1a1a1a;
  --secondary-main: #f30020;
  --info-main: #403b37;
  --error-main: #f44336;
  --error-invalid: #bb0000;
  --error-cancel: #dd0000;
  --error-primary: #f30020;
  --disabled-color: #a9a9a9;
  --typography-font-family: "Helvetica", "Noto Sans", "Roboto", "Arial",
    sans-serif;
  --header-main: #ffffff;
  --header-contrast-text: #000000;
  --header-button-background: #ffffff;
  --header-accent: #000000;
  --header-badge-main: #f30020;
  --header-badge-contrast-text: #ffffff;
  --header-box-shadow: rgb(238, 238, 238) 0px 1px 0px;
  --header-divider: 1px solid #f0f0f0;
  --header-notice-background: #dcdcdc;
  --header-notice-text: #000000;
  --header-desktop-notice-background: #dcdcdc;
  --header-desktop-notice-text: #000000;
  --header-menu-bar-background: #f30020;
  --header-menu-bar-color: #ffffff;
  --search-bar-main: #ffffff;
  --search-bar-border: 1px solid #eeeeee;
  --search-bar-icon-main: #1a1a1a;
  --search-bar-icon-accent: #f30020;
  --bottom-nav-main: #ffffff;
  --bottom-nav-selected: #f30020;
  --bottom-nav-not-selected: #4a4a4a;
  --bottom-nav-badge-main: #f30020;
  --bottom-nav-badge-contrast-text: #ffffff;
  --bottom-nav-border: 1px solid #eeeeee;
  --button-main: #f30020;
  --button-contrast-text: #ffffff;
  --button-borderColor: #f30020;
  --footer-main: #f0f0f0;
  --footer-contrast-text: #1a1a1a;
  --product-discount-tag-background: #ff7222;
  --product-discount-tag-color: #ffffff;
  --product-price-color: #1a1a1a;
  --notice-color: #ffff;
  --notice-bg-color: #33363d;
  --pr-image-aspect-ratio: 1;
  --max-store-width: calc(100vw - 32px);
}
