/* Add custom CSS styles below */ 
.bg-inherit {
    background-color: inherit;
    background-color: black;
    color: white;
}

.sicon-user-circle:before {
    content: "\f072";
    color: white;
}

.sicon-shopping-bag:before {
    content: "\ef36";
    color: white;
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgb(255 255 255);
}