.body {
    background-color: #faf5e5; /* Soft warm background for homepage */
}

.sh-header-main {
    background-color: #f9f9f9; /* Light pastel for soft header */
    color: #333; /* Dark text for contrast */
}

.sh-footer-main {
    background-color: #e3e3e3; /* Soft grey footer */
    color: #4a4a4a;
}

.sh-footer-icon {
    color: #4a4a4a;
}

.sh-category-card > a > div {
    background-color: #f7f3e9; /* Warm pastel background for cards */
    border: 1px solid #e0dcdc;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: border 0.3s ease, background-color 0.3s ease;
}

.sh-category-card:nth-child(3n-2) > a > div {
    background-color: #e3f2fd; /* Soft Blue */
}
.sh-category-card:nth-child(3n-1) > a > div {
    background-color: #fce4ec; /* Soft Pink */
}
.sh-category-card:nth-child(3n) > a > div {
    background-color: #e8f5e9; /* Soft Green */
}

.sh-product-plus-minus-button {
    background-color: #f4d261; /* Golden base color */
    color: #4A3A16;
    padding: 1px 24px;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.sh-product-plus-minus-button:hover {
    background-color: #ffe599; /* Softer golden hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.related-products-heading {
       background-color: #faf5e5;
      }
.product-component-about-desktop 
{
background-color: #faf5e5;
}
.MuiGrid-root .MuiGrid-container .product-component-container .mui-1d3bbye
{
background-color: #faf5e5;

}
.product-footer-root-dropdown
{
background-color: #faf5e5;

}
.cat-card-img {
    border: 1px solid rgb(255, 255, 255);
 box-shadow: 0 0.25rem 0.25rem 0 #ececec;
}
.section-heading-container {
    margin: 0px 0px;
   
}
.cat-card {
    background-color: #faf5e5;
}
.section-heading-container {
    margin: 0px 0px;
    background-color:#faf5e5;
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-footer-icon
{
color:#fff;
}
.section-6 {
    background-color: #faf5e5;
}
.related-products-heading
{
background-color:#fff;
}
.col-span-12 {
    background-color: #faf5e5;
}
.sh-header-location-icon {
    fill:#164774 !important;
}
.sh-header-account-icon {
    stroke: #164774 !important;
}
.sh-header-cart-icon {
    stroke: #164774 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #164774 !important;
}
.sh-header-search-icon {
    stroke: #164774 !important;
}
.sh-header-cart-badge {
    background-color: #164774;
    color: #FFFFFF;
}
.sh-header-mob-menu-icon {
    color: #000000;
}