/* Add custom CSS styles below */ 

.navbar {
    border-top: 1px solid #eee;
}

h3.text-xl.text-base.font-semibold.text-white{
font-size: 24px;
    text-shadow: 0 1px 10px #00000030;}
    
    section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none {
        position: sticky;
    bottom: 0;
    left: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
nav.text-\[var\(--header-textmain-color\)\].shadow-sm {
    position: sticky;
    top: -1px;
    left: 0px;
    z-index: 9999;
    padding: 0px 10px;
    background: #fff;
}
.swal2-container{
    z-index: 999999;

}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(6){
 margin-top: 0 !important;
}
.olla-header-navbar{
 margin: 0 !important;
 padding: 0 !important;
}