.sh-header-main {
    background-color: #FFFFFF;
    box-shadow: rgb(238 238 238) 0px 1px 0px;
}
.sh-header-location-icon {
    fill: #b87b58 !important;
}
.sh-header-account-icon {
    stroke: #b87b58 !important;
}
.sh-header-cart-icon {
    stroke: #b87b58 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #b87b58 !important;
}
.sh-header-search-icon {
    stroke: #b87b58 !important;
}
.sh-header-cart-badge {
    background-color: #b87b58;
    color: #FFFFFF;
}
.sh-header-mob-menu-icon {
    background-color: #b87b58;
    color: #8D6F64;
}
.sh-footer-main {
    background-color: #2A5EE1
    color: #b87b58;
}
.sh-footer-icon {
    color: #FFFFFF !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-discount-tag {
    top:22px !important;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 60px;
    text-align: center;
    border-radius:0px ;Â Â 
}
.sh-product-discount-tag {
    font-weight: 400;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 64px;
    text-align: center;
    border-radius:0px ;Â Â 
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display:none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display:none;Â 
}