/* Add custom CSS styles below */ 
.index  .marquee.h-10.flex.items-center {
    position: absolute;
}
.index .store-header {
  position: absolute;
  background-color: unset !important;
  width: 100%;
  backdrop-filter: unset;
}
.main-nav-container.shadow-default {
    box-shadow: unset;
}
.index .store-header .top-navbar, .index  .store-header .main-nav-container:not(.fixed-header),
.index  .store-header .main-nav-container:not(.fixed-header) *{
  background-color: unset !important;
  backdrop-filter: unset;
  color: #fff;
}
.category_section p.text-lg {
    display: none;
}

html.hydrated {
    overflow-x: hidden;
}
/*header*/
.marquee .sicon-lightning.marquee-icon {
    background: unset !important;
}
.navbar-brand img {
    max-height: 6rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}
.navbar-brand {
    margin-top: 0rem;
    margin-bottom: 0rem; 
}
@media (min-width: 768px) {
.md\:mb-6 {
     margin-bottom: 0.5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
    width: 70px !important;
}
  .moved_banner h3.main-text.text-right {
    width: 500px;
}
}
img.w-full.h-auto.object-contain.moved_banner_logo , .moved_banner .image-content{
    opacity: 0;
}
.multi_use_banner .banner_text {
    background: rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 13px;
}
.multi-use-banner-0 .multi__banner {
    height: 100vh;
}
.footer-is-light .store-footer {
    background-color: #000000;
}
.store-footer .cursor-pointer, .store-footer .cursor-pointer svg {
    background-color: var(--color-primary) !important;
}
@media (max-width: 767px) {
.multi-use-banner-0 .multi__banner {
    height: 80vh;
}
.multi-use-banner-7 .multi__banner {
    height: 40vh;
}
.multi-use-banner-7 .banner_text {
    align-self: self-start;
    height: 180px;
}
footer .max-w-100 {
    max-width: 16rem;
}
footer .container.grid-col-1.lg\:grid-cols-5{
    text-align: center ;
    justify-content: center ;
}
.store-footer a {
    justify-content: center ;
}}
@media (max-width: 360px) {
footer .max-w-100 {
    max-width: 14rem;
}
footer .max-w-100 p {
    font-size: 13px;
    line-height: 1.5rem;
}
}