.sh-header-main {
    background-color: #FFFFFF !important;
    color: #B39359 !important;
}
.sh-header-location-icon {
    fill: #B39359 !important;
}
.sh-header-account-icon {
    stroke: #B39359 !important;
}
.sh-header-cart-icon {
    display: none;
    stroke: #B39359 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #B39359 !important;
}
.sh-header-search-icon {
    stroke: #B39359 !important;
}
.sh-header-cart-badge {
    display: none;
    background-color: #B39359 !important;
    color: #FFFFFF !important;
}

.sh-product-card-name {
    font-family: "lora-serif";
    margin-top: 8px;
    font-size: 26px;
}
.sh-product-card {
    box-shadow: 0 2px 10px #83808026;
    border-radius: 8px;
}
.sh-category-card {
    padding-bottom: 32px;
}