section.gr-main-banner .left,
section.gr-main-banner .down {
    display: none;
}
section.gr-main-banner .btn_link a {
    color: #fff !important;
}
section.gr-main-banner .data-content {
    justify-content: end;
}
section.gr-main-banner .data-content p.text-text-secondary {
    margin: 0 0 16px 0;
}
@media (min-width: 1024px) {
    section.gr-main-banner {
        height: 770px;
    }
}
@media (max-width: 1024px) {
    section.gr-main-banner .btn_link {
        margin-inline: auto;
    }
    section.gr-main-banner .btn_link * {
        font-size: 15px;
    }
}

section.GR_testimonials div:has( > img.h-full.w-full ) {
    width: 100px;
    height: 100px;
}

/* footer */
.store-footer img[alt="Dressline"] {
    height: unset;
}
a[href^="tel:"] { display: none !important; }

.text-text-secondary {
  color: #000;
}

.navbar_bottom i.header-btn__icon.sicon-user-circle{

  color: #fff !important;
}


.navbar_bottom .btn_navbar svg, .navbar_bottom .navbar_bottom i.header-btn__icon.sicon-user-circle, .navbar_bottom .btn_navbar, .navbar_bottom .active-tab .menu-label, .navbar_bottom .active-tab svg path {
  color: #fff !important;
}