.sh-header-main {
  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;
}

@media screen and (max-width: 640px) {
    .prod-collection-container .view-all a {
        color: var(--header-main);
        padding: 4px 12px;
        border: 1px solid var(--primary-main);
}

.sh-product-plus-minus-button {
    background-color:#dda601;
    color: #ffffff;
    border: 1px solid#dda601;
    border-radius: 4px;
    fill: #F6740C;
}
.sh-product-plus-minus-button:hover {
    background-color:#dda601;
    color: #ffffff;
    border: 1px solid#dda601;
    border-radius: 4px;
    fill:#dda601;
}
.plus-mins-btn-button
{
    color: #fff;

}
.plus-mins-btn-text-small
{
color: white;
}
.sh-product-buy-now-button {
    background-color: #000;
    border: 1px solid #fff;
    outline: none !important;
    padding: 12px;
    color: #fff;
    white-space: nowrap;
}
.sh-product-buy-now-button:hover{
    background-color: #000;
    border: 1px solid #fff;
    outline: none !important;
    padding: 12px;
    color: #fff;
    white-space: nowrap;
}
@media screen and (max-width: 640px) {
    .prod-collection-container .view-all a {      
        color: white;
   }
}

.app-bar .title {
    display : none;
}