body {
    background-image: url('https://i.ibb.co/28svyJ3/BG.jpg'); /* Direct image URL */
    background-size: cover; /* Ensures the image covers the entire background */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Keeps the background fixed during scrolling */
    color: #d37256; /* Text color for the body */
}

/* --- Header Styling --- */
header.store-header,
header.store-header div#mainnav {
    background: linear-gradient(45deg, #d37256, #cf6753);
}

/* --- Menu Styling --- */
ul.main-menu.mm-spn--open span {
    color: #231f1e;
}

/* --- Product Description Styling --- */
.product__description.p-2.px-5.sm\:p-1.leading-7.mb-3 {
    color: #000 !important; /* Ensures black color for product descriptions */
}

/* --- Background Styling --- */
.bg-white {
    background-color: #EAE6D9;
}

/* --- Comments Section Styling --- */
.s-comments-product {
    background-color: #EAE6D9;
}
/* --- Footer Styling --- */
.footer-is-light .store-footer .store-footer__inner {
    background-color: #d37256;
}