.pr-long-card .pr-image {
  aspect-ratio: var(--pr-image-aspect-ratio, 4 / 4);
  transition-duration: 450ms;
  box-sizing: border-box;
  height: 100%;
  object-fit: var(--pr-image-object-fit, cover);
  width: 100%;
  border-radius: 5px;
}
.sh-category-card:nth-child(3n) > a > div {
  background-color: #ffffff !important;
}
.sh-category-card > a > div {
  /* padding: 6px !important; */
  border: 1px solid #ffffff !important;
  /* border-radius: 8px !important; */
}
.sh-category-card:nth-child(3n-2) > a > div {
  background-color: #ffffff !important;
}

.cat-card-img {
  bottom: 0;
  border-radius: 10px;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.45s;
  width: 100%;
}

.pr-card-action-enquiry.icon {
  flex: 0 0 40px !important;
  justify-content: center;
  min-width: 40px;
  width: 40px;
}
.pr-card-action-enquiry {
  align-items: center;
  background: #3ac34c;
  border: 1px solid #3ac34c;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  padding: 6px;
  width: 100%;
}

.pr-outlined-button {
  background-color: #0e750e;
  border: 1px solid #0e750e;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  min-width: 80px;
  padding: 6px 8px;
  text-align: center;
  width: 100%;
}
/* 
.pr-outlined-button:hover {
  background: var(--button-contrast-text);
  color: #0e750e;
} */

.sh-product-plus-minus-button {
  border-radius: 4px !important;
  background-color: #afffaf75;
  border: 1px solid #0e750e;
  border-radius: 6px;
  color: #0e750e;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  min-width: 80px;
  padding: 6px 8px;
  text-align: center;
  width: 100%;
}

.sh-product-plus-minus-button:hover {
  border-radius: 4px !important;
  background-color: #0e750e;
  border: 1px solid #0e750e;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  min-width: 80px;
  padding: 6px 8px;
  text-align: center;
  width: 100%;
}

.cat-card {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.app-bar .notice {
  align-items: center;
  background-color: var(--header-notice-background);
  color: var(--header-notice-text);
  font-size: small;
  height: 100%;
  justify-content: center;
  padding: 0.4px 3px 0px 3px;
  width: 100%;
}

.menu-bar .links {
  color: var(--menu-bar-color);
  font-size: 14px;
  padding: 11px 16px;
  font-weight: 600;
}

.links,
.links:hover {
  text-decoration: none;
  color: #0e750e;
}

.sh-category-card > a > div:hover {
  border: 1px solid #ffffff !important;
  /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
}

.mobile-sidemenu-link {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 20px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

@media screen and (max-width: 700px) {
  .cat-card-title {
    font-size: 12.5px !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 700px) {
  .cat-card {
    padding: 8px !important;
  }
}
:root {
  --primary-main: #ffffff;
  --primary-contrast-text: #1a1a1a;
  --secondary-main: #0e750e;
  --info-main: #403b37;
  --error-main: #f44336;
  --error-invalid: #bb0000;
  --error-cancel: #dd0000;
  --error-primary: #0e750e;
  --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: #0e750e;
  --header-badge-main: #0e750e;
  --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: #0e750e;
  --header-menu-bar-color: #ffffff;
  --search-bar-main: #ffffff;
  --search-bar-border: 1px solid #eeeeee;
  --search-bar-icon-main: #1a1a1a;
  --search-bar-icon-accent: #0e750e;
  --bottom-nav-main: #ffffff;
  --bottom-nav-selected: #0e750e;
  --bottom-nav-not-selected: #4a4a4a;
  --bottom-nav-badge-main: #0e750e;
  --bottom-nav-badge-contrast-text: #ffffff;
  --bottom-nav-border: 1px solid #eeeeee;
  --button-main: #0e750e;
  --button-contrast-text: #ffffff;
  --button-borderColor: #0e750e;
  --footer-main: #f0f0f0;
  --footer-contrast-text: #1a1a1a;
  --product-discount-tag-background: #ff7222;
  --product-discount-tag-color: #ffffff;
  --product-price-color: #1a1a1a;
  --notice-color: #29a56c;
  --notice-bg-color: #e8fff1;
  --max-store-width: calc(100vw - 32px);
}
