/* ==========================================================================
   GLOBAL STICKY HEADER COLOR CONSISTENCY
   ========================================================================== */

/* Keep sticky header background white, add subtle shadow and blur */
.header-sticky .menu-bar::after,
.header-sticky .desktop-main-menu-wrapper::after {
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: blur(8px) !important;
}

/* ==========================================================================
   PRODUCT CARD BADGES CLEANUP
   ========================================================================== */

/* Completely remove the translucent/glass overlay layer on thumbnails (Issue #2) */
.product-thumb .image::before {
    mix-blend-mode: normal !important;
}
