/* Add custom CSS styles below */ 
header.store-header.flex.flex-col.w-full.max-w-full.overflow-visible.z-\[50\].absolute {
    position: relative;
}


.top-navbar.relative.z-\[150\] {
    display:none
}


.bg-cover {
    background-size: contain !important;
}
    .md\:leading-\[100px\]

 {
        line-height: 100px !important;
        color:white !important;
    }
        .rtl\:lg\:mr-\[200px\]:where([dir="rtl"], [dir="rtl"] *) {
   
        opacity: 0 !important;
    }
    .bg-\[\#000000A6\] {
    background-color: rgb(0 0 0 / 0%) !important;
}
@media (max-width: 768px) {
  .h-\[65vh\] {
    height: 75vh !important;
  }
}