.flex-col {
    background-color: #ffffff !important;
}

.s-button-element:not(:disabled):not([loading]) {
    background-color: #E2B051 !important;
    border-color: #E2B051 !important;
    color: #FFFFFF !important;
}

.s-block.s-block {
    background-color: #fff !important;
}

.footer-is-light .store-footer .store-footer__inner,.md\:flex,.footer-is-light .store-footer {
    background-color: #E2B051 !important;
    color: #fff !important;
}

.footer-is-light .store-footer .store-footer__inner *,
.footer-is-light .store-footer .store-footer__inner a {
    color: #fff !important;
}
.footer-is-light .store-footer .store-footer__inner,
.footer-is-light .store-footer .store-footer__inner * {
    font-family: "Tajawal", sans-serif !important;
    font-weight: 700 !important;
}
.store-footer,
.store-footer__inner {
    border-radius: 30px 30px 0 0 !important;
    overflow: hidden !important;
}
.price-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #000000;
}