/* Add custom CSS styles below */ 
body {
    --tw-bg-opacity: 1;
    background-color: #fffdf7;
}
.header-mainbar .sides-wrap {
    background-color: #fffdf7;
}
@media (min-width: 1024px) {
    .lg\:h-auto {
        height: auto;
        background-color: #fffdf7;
    }
}
.s-product-card-content {
    position: relative;
    display: flex
;
    flex-direction: column;
    padding: 0.75rem;
    background-color: #7b92a3;
    border-radius: 20px;
    box-shadow: 1px 2px 6px 0px;
    
}
.s-product-card-entry .main-price {
    color: rgb(255 253 247);
}
.s-button-primary {
    background-color: #345871;
    color: #ff6767;
    color: var(--color-primary-reverse);
}
.s-product-card-entry .s-product-card-content-title a {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgb(255 253 247);
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(255 253 247);
    background-position: center;
}
.mobile-menu-bar>ul {
    display: flex
;
    justify-content: space-around;
    gap: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: #7a92a3;
    border-radius: 15px;
    color: #fffdf7;
}