.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-radius: 10px;

  &:hover {
    box-shadow: 2px 3px 4px rgb(0 0 0 / 0.2);
  }
}

.pr-discount {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  position: absolute;
  white-space: nowrap;
  background: #f99e0e;
  color: var(--product-discount-tag-color);
  top: 0;
  right: 0;
}

.product-pricing-discount {
  background: #f99e0e;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  margin-left: 8px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.app-bar {
  box-shadow: none;
}

.sh-product-plus-minus-button {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #7b585d;
  color: #7b585d;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  min-width: 80px;

  &:hover {
    border: 1px solid #7b585d;
    color: #ffffff;
    background-color: #7b585d;
  }
}

.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: 2px solid #7b585d; */
  border-radius: 20px;
  /* box-shadow: 3px 3px 5px #00000030; */
}

.pr-long-card .pr-image {
  -o-object-fit: cover;
  object-fit: contain;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.sh-header-cart-icon {
  stroke: white !important;
}

.pr-long-card {
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
  border: 1px solid #7b585d47;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #7b585d47;
}

.app-bar .toobar-regular {
  min-height: 64px;
  justify-content: space-between;
  background-color: #7b585d;
}

:root {
  --primary-main: #ffffff;
  --primary-contrast-text: #1a1a1a;
  --secondary-main: #7b585d;
  --info-main: #403b37;
  --error-main: #f44336;
  --error-invalid: #bb0000;
  --error-cancel: #dd0000;
  --error-primary: #7b585d;
  --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: #7b585d;
  --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: #7b585d;
  --header-menu-bar-color: #ffffff;
  --search-bar-main: #ffffff;
  --search-bar-border: 1px solid #eeeeee;
  --search-bar-icon-main: #1a1a1a;
  --search-bar-icon-accent: #7b585d;
  --bottom-nav-main: #ffffff;
  --bottom-nav-selected: #7b585d;
  --bottom-nav-not-selected: #4a4a4a;
  --bottom-nav-badge-main: #7b585d;
  --bottom-nav-badge-contrast-text: #ffffff;
  --bottom-nav-border: 1px solid #eeeeee;
  --button-main: #7b585d;
  --button-contrast-text: #ffffff;
  --button-borderColor: #7b585d;
  --footer-main: #f0f0f0;
  --footer-contrast-text: #1a1a1a;
  --product-discount-tag-background: #ff7222;
  --product-discount-tag-color: #ffffff;
  --product-price-color: #1a1a1a;
  --notice-color: #7b585d;
  --notice-bg-color: #7b585d29;
  --pr-image-aspect-ratio: 1;
  --max-store-width: calc(100vw - 32px);
}
