.footer-text-wrapper{
  display: none !important;
}

.top-navbar {
    display: none !important;
}
#mainnav * {
    color: #82287F !important;
    fill: #82287F !important;
}
.s-cart-summary-count {
  -webkit-text-fill-color: #ffffff !important;
}
footer .store-footer__inner .container {
    display: flex !important;
    justify-content: center
}
footer .md\:flex {
    display: flex !important;
    justify-content: center !important;
}
footer .text-center,
footer .copyright-text,
footer .copyright-text p,
footer .copyright-text a {
  color: #ffffff !important;
}
#main-content > section.s-block--bundle-hero-section {
    margin-top: 0 !important;
}
.s-block {
    margin-top: 0 !important;
}
/* ========== الهيدر بتأثير زجاجي دائم ========== */
.store-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: transparent !important;
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    transition: all 0.4s ease;
}

/* تحسين عند hover */
.store-header:hover {
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    border-bottom: 1px solid rgba(130, 40, 127, 0.3) !important;
}

.store-header .top-navbar,
.store-header .main-nav-container {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* إزالة min-height من القائمة */
.custom-main-menu {
    min-height: auto !important;
    height: auto !important;
}

/* إصلاح العناصر الداخلية */
.store-header .flex.items-stretch.justify-between.relative,
.store-header .inner.bg-inherit.w-full {
    margin: 0 !important;
    padding: 5px 0 !important;
    min-height: auto !important;
    height: auto !important;
}

/* النصوص والأيقونات */
.store-header .main-nav-container .inner, 
.store-header .s-cart-summary-count,
.store-header .sicon-menu,
.store-header .s-user-menu-login-btn svg,
.store-header .s-cart-summary-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* ========== توسيط mobile-menu ========== */
#mobile-menu {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
}