  .ld-remind-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease;
        background: #fff;
        border-radius: 12px;
        padding: 0 16px;
        margin-top: 12px;
        border: 1px solid #ddd;
    }
    .ld-remind-panel.open {
        max-height: 200px;
        padding: 16px;
    }
    .ld-remind-panel label {
        font-weight: 600;
        display: block;
        margin-bottom: 6px;
    }
    

    body.allproducts-page {
        background: #BCB8B1 !important;
        color: #f5f4f2 !important;
    }
body.allproducts-page main#home-layout {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}
.mega-col h3 {
    border-bottom: 2px solid #ff9900;
}

/* your existing styles... */

    .mega-col h3 {
        border-bottom: 2px solid #ff9900;
    }

    /* FIX: make Categories show pointer cursor */
    #openMegaMenu {
        cursor: pointer;
    }

.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.image-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #ff3b30;
    color: white;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Soft tint ONLY for product cards */
#home-layout .grid > div {
    background: rgba(0, 0, 0, 0.50) !important; /* very light tint */
    backdrop-filter: blur(4px) !important;      /* softens background */
    border-radius: 14px !important;
    padding: 12px !important;
}

.deal-price {
    color: #fff !important;          /* bright white for contrast */
    font-size: 22px !important;      /* bigger */
    font-weight: 900 !important;     /* bold */
    text-shadow: 0 0 8px rgba(0, 0, 0, 1) !important; /* strong glow for tablet */
}
/* Travel Gear */
.mega-group:nth-child(1) {
    background: rgba(0, 120, 255, 0.06); /* soft blue */
}

/* Travel Tech */
.mega-group:nth-child(2) {
    background: rgba(0, 200, 180, 0.06); /* soft teal */
}

/* Family Travel */
.mega-group:nth-child(3) {
    background: rgba(255, 220, 0, 0.08); /* soft yellow */
}

/* Resort Wear */
.mega-group:nth-child(4) {
    background: rgba(255, 150, 80, 0.07); /* soft peach */
}

/* Relaxing */
.mega-group:nth-child(5) {
    background: rgba(180, 120, 255, 0.07); /* soft lavender */
}
.mega-title {
    font-size: 20px;
    font-weight: 800; /* stronger bold */
    color: #1a1a1a;
    margin-bottom: 4px;
}

.mega-col h3 {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}
.mega-desc {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 12px;
}
.mega-col a {
    display: block;
    font-size: 14px;
    color: #111;
    padding: 3px 0;
    font-weight: 500;
}

#openMegaMenu {
  animation: greenPulse 4s ease-in-out infinite;
}
.review-count {
    color: #3b82f6;   /* your standard vibrant blue */
    font-weight: 600;
}

.limited-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #d40000;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    z-index: 20;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.product-image-wrapper {
    position: relative;
}
@keyframes greenPulse {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(126, 217, 160, 0.35);
  }
}
/* Base group styling */
.mega-group {
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
}


/* Optional: subtle background tint per group */
.mega-group {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.deal-card .deal-button {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(4px) !important;
    text-shadow: 0 0 6px rgba(0,0,0,0.5) !important;
}
.deal-card .remind-me-btn {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(4px) !important;
    text-shadow: 0 0 6px rgba(0,0,0,0.5) !important;
}