.app-bar{
    box-shadow: none !important;
}

:root {
    --primary-main: #ffffff;
    --primary-contrast-text: #1a1a1a;
    --secondary-main: #654321;
    --info-main: #403b37;
    --error-main: #60807c;
    --error-invalid: #60807c;
    --error-cancel: #60807c;
    --error-primary: #60807c;
    --disabled-color: #a9a9a9;
    --typography-font-family: "Noto Sans", "Noto Sans", "Roboto", "Arial",
      sans-serif;
    --header-main: #faf3ec;
    --header-contrast-text: #654321;
    --header-button-background: #ffffff;
    --header-accent: #654321;
    --header-badge-main: #a46b31;
    --header-badge-contrast-text: #faf3ec;
    --header-box-shadow: #faf3ec 0px 1px 0px;
    --header-divider: 1px solid #e9e2db;
    --header-notice-background: #a46b31;
    --header-notice-text: #ffffff;
    --header-desktop-notice-background: #a46b31;
    --header-desktop-notice-text: #ffffff;
    --header-menu-bar-background: #faf3ec;
    --header-menu-bar-color: #a46b31;
    --search-bar-main: #ffffff;
    --search-bar-border: 1px solid #a46b31;
    --search-bar-icon-main: #1a1a1a;
    --search-bar-icon-accent: #a46b31;
    --bottom-nav-main: #faf3ec;
    --bottom-nav-selected: #a46b31;
    --bottom-nav-not-selected: #a98765;
    --bottom-nav-badge-main: #a46b31;
    --bottom-nav-badge-contrast-text: #faf3ec;
    --button-main: #a46b31;
    --button-contrast-text: #ffffff;
    --button-borderColor: #a46b31;
    --footer-main: rgb(96, 128, 124);
    --footer-contrast-text: #ffffff;
    --product-discount-tag-background: #ff7222;
    --product-discount-tag-color: #ffffff;
    --product-price-color: #1a1a1a;
    --notice-color: #ffffff;
    --notice-bg-color: #60807c;
    --pr-image-aspect-ratio: 1;
    --max-store-width: calc(100vw - 32px);
  }
  
  .sh-product-card-discount-tag {
    background-color: #6b8a84 !important;
    font-weight: 400 !important;
    left: auto !important;
    top: 12px;
    right: -38px;
    width: 130px;
    text-align: center;
    font-weight: 500;
    transform: rotate(45deg);
  }
  
  .sh-product-plus-minus-button {
      display: block;
      width: 100%;
      padding: 6px 8px;
      border: 1px solid var(--button-main);
      color: var(--button-contrast-text);
      background-color: var(--button-main);
      border-radius: 6px;
      text-align: center;
      cursor: pointer;
      height: 40px;
      font-size: 16px;
      font-weight: 600;
      min-width: 80px;
      transition: 0.6s ease;
  
    &:hover {
      display: block;
      width: 100%;
      padding: 6px 8px;
      border: 1px solid var(--button-main);
      color: var(--button-main);
      background-color: var(--button-contrast-text);
      border-radius: 6px;
      text-align: center;
      cursor: pointer;
      height: 40px;
      font-size: 16px;
      font-weight: 600;
      min-width: 80px;
    }
  }
  
  .pr-card-action-enquiry {
      padding: 6px;
      height: 40px;
      font-weight: bold;
      border: 1px solid #0cc243;
      display: flex;
      align-items: center;
      color: white;
      background: #0cc243;
      border-radius: 6px;
      font-size: 13px;
      /* width: 100%; */
      text-align: center;
  
    &:hover {
    padding: 6px;
    height: 40px;
    padding: 6px;
    height: 40px;
    font-weight: bold;
    border: 1px solid #0cc243;
    display: flex;
    align-items: center;
    color: #0cc243;
    background: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    /* width: 100%; */
    text-align: center;
    transition: 0.6s ease;
    }
  }
  
  .sh-product-enquiry {
      padding: 6px;
      height: 40px;
      font-weight: bold;
      border: 1px solid #0cc243;
      display: flex;
      align-items: center;
      color: white;
      background: #0cc243;
      border-radius: 6px;
      font-size: 13px;
      /* width: 100%; */
      text-align: center;
  
    &:hover {
    padding: 6px;
    height: 40px;
    padding: 6px;
    height: 40px;
    font-weight: bold;
    border: 1px solid #0cc243;
    display: flex;
    align-items: center;
    color: #0cc243;
    background: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    /* width: 100%; */
    text-align: center;
    transition: 0.6s ease;
    }
  }
  
  .variant-selector-values {
    margin-top: 12px;
    display: none;
  }
  
  .variant-selector-field-text {
    font-size: 14px;
    line-height: 10px;
    border: 1px solid #a46b31;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    padding-left: 20px;
    color: #a46b31;
  }
  
  .menu-bar .links {
    font-size: 16px;
    color: var(--menu-bar-color);
    /* text-transform: uppercase; */
    /* font-weight: bold; */
  }
  
  .sh-product-discount-tag {
    background-color: #6b8a84 !important;
    color: FFFFFF !important;
    font-weight: 400 !important;
  }
  
  
  .vertical-social__socialBtn {
      /* background: white; */
      border-radius: 50%;
      border: 1px solid white;
      width: 26px;
      height: 26px;
      display: flex
  ;
      justify-content: center;
      align-items: center;
      margin-right: 12px;
      /* color: red; */
  }
  
  .vertical-social__socialBtn {
      /* background: var(--secondary-main); */
      border-radius: 50%;
      width: 26px;
      height: 26px;
      display: flex
  ;
      justify-content: center;
      align-items: center;
      margin-right: 12px;
  }
  
  .text-\[var\(--secondary-main\)\] {
      color: white;
  }