/* Add custom CSS styles below */ 
.bg-store-bg-secondary {
    background-color: #000000;
    color: white;
}
    .md\:mt-4 {
        margin-top: 1rem;
        color: white;
    }
   .text-base.text-store-text-primary.mb-2{
   color:white;
   }
   [dir=rtl] .rtl\:text-right {
    text-align: right;
    color: white;
}
.py-3.text-sm.text-store-text-secondary{
color:white;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
}
.lg\:px-8{
        margin-top: 4rem;
        background: #fffbec;
        padding: 20px;
    }
.md\:mt-4 {
    margin-top: 1rem;
    color: white;
}
.md\:p-5 { padding: 1.25rem; background: black; }

.font-bold.text-store-text-primary { color: #cca612;}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: black;
}
[dir="rtl"] .rtl\:text-right {
    text-align: right;
    color: white;
}
.py-3.text-sm.text-store-text-secondary{color:white;}