.sh-header-main {
background-color:#1a1a1a;
color:#fff;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
  }
  .sh-categories-container > div > h2 {
    display: none !important;
  }
  .sh-categories-container > div > hr {
    display: none !important;
  }
  .sh-banner-collection-card > a > div > div > p {
    display: none;
  }
  .sh-banner-collection-card > a > div > div > p > svg {
    display: none;
  }
  .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: 0px !important;
  }
  .sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 0px !important;
  }
  .sh-header-menu {
    background: linear-gradient(45deg, #b59dff, #ff79d7, #ffabf5, #ae8fe4);
  }
  #notice {
    background-color: black !important;
    color: white !important;
  }
  #product-action-card .sh-product-plus-minus-button {
    color: black;
    border-color: black;
  }
  #product-action-card.product-footer-min-width .sh-product-plus-minus-button {
    color: var(--secondary-main);
    border-color: var(--secondary-main);
  }

.sh-product-card-enquiry {
    background-color: #32D851;
    color: #ffffff;
    border-color: #32D851;
}


.product-card-action-enquiry {
        padding: 6px;
        height: 40px;
        font-weight: 600;
        /* border: 1px solid var(--button-main); */
        background-color: #32D851;
        border-color: #32D851;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        color: #ffffff;
        /* background: var(--contrast-color); */
        border-radius: 6px;
        font-size: 12px;
        width: 100%;
    } 
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-footer-icon
{
color:#fff;
}
    
