.sh-product-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.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: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 0px !important;
  left: 0px !important;
}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  border-radius: 4px !important;
}
.sh-solid-button {
  border-radius: 4px;
}

/* .sh-category-card > a > div {
  padding: 6px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.sh-category-card > a > div:hover {
  border: 1px solid #29a56c !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2) > a > div {
  background-color: #ecffec !important;
}
.sh-category-card:nth-child(3n-1) > a > div {
  background-color: #fffceb !important;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #feefea !important;
} */
.sh-category-card > a > div > p {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  --webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div > p {
    line-height: 20px;
    font-size: 14px;
    min-height: 40px;
  }
}
.sh-row-title-divider {
  display: none !important;
}

.pr-long-card {
  padding: 0px;
}

.pr-card-content {
  padding: 4px 8px;
}

.sh-product-plus-minus-button {
  border-radius: 4px !important;
  background-color: #004aad;
  color: #fff;
  &:hover {
    border-radius: 4px !important;
    background-color: #fff;
    color: #004aad;
  }
}

.pr-card-action-enquiry {
  /* padding: 6px;
  height: 40px; */
  font-weight: 600;
  border: 1px solid #3ac34c;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #3ac34c;
  border-radius: 4px !important;
  font-size: 12px;
  /* width: 100%; */
  &:hover {
    color: #3ac34c;
    background: #ffffff;
  }
}

.sh-product-enquiry {
  font-weight: 600;
  border: 1px solid #3ac34c;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #3ac34c;
  border-radius: 4px !important;
  font-size: 12px;
  /* width: 100%; */
  &:hover {
    color: #3ac34c;
    background: #ffffff;
  }
}

.pr-long-card .pr-image {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.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;
  border: 1px solid #3ab7ff;
  border-radius: 15px;
  background: #004aac14;
}

.app-bar .notice {
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  padding: 1.5px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: small;
}

.ref-widg .root-ctn {
  color: #ffffff;
  background: #38b8ff;
  height: 44px;
  cursor: pointer;
  z-index: 3;
  border-radius: 8px 8px 0 0;
  padding: 8px 16px;
  position: fixed;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sh-product-discount-tag {
  background: #39b5ff;
}

:root {
  --primary-main: #ffffff;
  --primary-contrast-text: #1a1a1a;
  --secondary-main: #004aac;
  --info-main: #403b37;
  --error-main: #f44336;
  --error-invalid: #bb0000;
  --error-cancel: #dd0000;
  --error-primary: #004aac;
  --disabled-color: #a9a9a9;
  --typography-font-family: "Noto Sans", "Noto Sans", "Roboto", "Arial",
    sans-serif;
  --header-main: #ffffff;
  --header-contrast-text: #000000;
  --header-button-background: #ffffff;
  --header-accent: #000000;
  --header-badge-main: #004aac;
  --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: #004aac;
  --header-menu-bar-color: #ffffff;
  --search-bar-main: #ffffff;
  --search-bar-border: 1px solid #eeeeee;
  --search-bar-icon-main: #1a1a1a;
  --search-bar-icon-accent: #004aac;
  --bottom-nav-main: #ffffff;
  --bottom-nav-selected: #004aac;
  --bottom-nav-not-selected: #4a4a4a;
  --bottom-nav-badge-main: #004aac;
  --bottom-nav-badge-contrast-text: #ffffff;
  --bottom-nav-border: 1px solid #eeeeee;
  --button-main: #004aac;
  --button-contrast-text: #ffffff;
  --button-borderColor: #004aac;
  --footer-main: #f0f0f0;
  --footer-contrast-text: #1a1a1a;
  --product-discount-tag-background: #3ab5fd;
  --product-discount-tag-color: #ffffff;
  --product-price-color: #1a1a1a;
  --pr-image-aspect-ratio: 1;
  --max-store-width: calc(100vw - 32px);
}
