/* ==========================================================================
   GRANDMA'S PANTRY - STANDALONE MODERN REACT HEADER STYLESHEET
   ========================================================================== */

/* --- Top Container --- */
.gp-modern-header-container {
    width: 100%;
    position: relative;
    z-index: 9999;
    font-family: var(--gp-font-body);
}

/* ==========================================================================
   1. Top Announcement Scrolling Marquee
   ========================================================================== */
.gp-top-announcement-bar {
    width: 100%;
    background: #143310 !important; /* Deep Luxury Forest Green */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(247, 208, 138, 0.15);
}

.gp-announcement-marquee-wrapper {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 30px, black calc(100% - 30px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 30px, black calc(100% - 30px), transparent);
}

.gp-announcement-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: gp-announcement-loop 35s linear infinite;
    will-change: transform;
}

.gp-announcement-marquee-wrapper:hover .gp-announcement-marquee-track {
    animation-play-state: paused;
}

.gp-announcement-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-family: var(--gp-font-heading);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.gp-announcement-ticker-item:hover {
    color: #F7D08A !important;
}

.gp-ticker-bullet {
    color: #F7D08A; /* Soft golden sparkle */
    font-size: 11px;
    opacity: 0.9;
}

.gp-announcement-fixed-right {
    position: relative;
    z-index: 5;
    background: #143310;
    padding: 0 18px 0 14px;
    display: flex;
    align-items: center;
    box-shadow: -12px 0 16px -2px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.gp-announcement-wa-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: var(--gp-font-heading);
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 13px;
    border-radius: var(--gp-radius-pill);
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.35);
    transition: all 0.2s ease;
}

.gp-announcement-wa-pill:hover {
    background: #20BA56;
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
}

@keyframes gp-announcement-loop {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   2. Main Glassmorphic Header Tier
   ========================================================================== */
.gp-main-header-tier {
    background: #FFFFFF !important;
    border-bottom: 1px solid #EFEAE1 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
    box-shadow: 0 4px 20px rgba(40, 35, 29, 0.04) !important;
    padding: 12px 4%;
    transition: all 0.3s ease;
}

.gp-header-tier-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

/* --- Brand / Logo Section --- */
.gp-header-brand-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.gp-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
}

.gp-brand-logo-img {
    max-height: 54px;
    height: 54px;
    width: auto;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.gp-brand-link:hover .gp-brand-logo-img {
    transform: scale(1.04);
}

.gp-brand-logo-fallback {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gp-brand-fallback-icon {
    font-size: 32px;
    line-height: 1;
}

.gp-brand-text-block {
    display: flex;
    flex-direction: column;
}

.gp-brand-main-title {
    font-family: var(--gp-font-heading);
    font-size: 20px;
    font-weight: 800;
    color: var(--gp-primary);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.gp-brand-sub-tag {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.2px;
}

.gp-brand-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F4F8F3;
    border: 1px solid #D6E8D4;
    color: #2D5A27;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--gp-radius-pill);
    letter-spacing: 0.2px;
}

.gp-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #25D366;
}

/* ==========================================================================
   3. Advanced Capsule Live Search Bar
   ========================================================================== */
.gp-advanced-search-wrap {
    flex: 1;
    max-width: 580px;
    position: relative;
}

.gp-search-input-box {
    display: flex;
    align-items: center;
    background: #F7F5F0;
    border: 1.5px solid #EAE5D9;
    border-radius: 50px;
    padding: 0 16px;
    height: 46px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 10002;
}

.gp-advanced-search-wrap.is-active .gp-search-input-box {
    background: #FFFFFF;
    border-color: #2D5A27;
    box-shadow: 0 8px 24px rgba(45, 90, 39, 0.12), 0 0 0 3px rgba(45, 90, 39, 0.08);
}

.gp-search-icon {
    font-size: 16px;
    color: #888;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.gp-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: var(--gp-font-body);
    font-size: 13.5px;
    font-weight: 500;
    color: #222;
    padding: 0;
    margin: 0;
    height: 100%;
}

.gp-search-input::placeholder {
    color: #999;
    font-weight: 400;
}

.gp-search-kbd-shortcut {
    background: #EAE5D9;
    color: #666;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    pointer-events: none;
}

.gp-search-clear-btn {
    background: #EAE5D9;
    border: none;
    color: #555;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.gp-search-clear-btn:hover {
    background: #E2725B;
    color: #FFFFFF;
}

/* Autocomplete Dropdown Panel */
.gp-search-dropdown-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #ECE7DE;
    padding: 18px;
    z-index: 10003;
    animation: gpSearchDropdownIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
    max-height: 480px;
    overflow-y: auto;
}

@keyframes gpSearchDropdownIn {
    from {
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.gp-search-section-title {
    font-family: var(--gp-font-heading);
    font-size: 12.5px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gp-search-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.gp-trending-tag-btn {
    background: #F7F5F0;
    border: 1px solid #EAE5D9;
    color: #444;
    font-family: var(--gp-font-body);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gp-trending-tag-btn:hover {
    background: #2D5A27;
    color: #FFFFFF;
    border-color: #2D5A27;
}

.gp-search-cats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gp-search-cat-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FAF8F5;
    border: 1px solid #ECE7DE;
    padding: 6px 10px;
    border-radius: 10px;
    text-decoration: none !important;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.gp-search-cat-chip:hover {
    background: #F4F8F3;
    border-color: #2D5A27;
    color: #2D5A27;
}

.gp-cat-chip-img {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    object-fit: cover;
}

/* Results Product Card */
.gp-search-product-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none !important;
    color: inherit;
    transition: background 0.15s ease;
}

.gp-search-product-card:hover,
.gp-search-product-card.is-selected {
    background: #F7F5F0;
}

.gp-search-card-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #EFEAE1;
    overflow: hidden;
    flex-shrink: 0;
}

.gp-search-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-search-card-info {
    flex: 1;
    min-width: 0;
}

.gp-search-card-cat {
    font-size: 10.5px;
    font-weight: 700;
    color: #2D5A27;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.gp-search-card-title {
    font-family: var(--gp-font-heading);
    font-size: 13.5px;
    font-weight: 700;
    color: #111;
    margin: 2px 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gp-search-highlight {
    background: #F7D08A;
    color: #111;
    padding: 0 2px;
    border-radius: 2px;
}

.gp-search-card-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.gp-search-price {
    font-family: var(--gp-font-heading);
    font-size: 14px;
    font-weight: 800;
    color: #2D5A27;
}

.gp-search-del-price {
    font-size: 11.5px;
    color: #999;
    text-decoration: line-through;
}

.gp-search-add-btn {
    background: #2D5A27;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 6px 14px;
    font-family: var(--gp-font-heading);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gp-search-add-btn:hover {
    background: #20451b;
    transform: scale(1.05);
}

.gp-search-results-footer {
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid #EAE5D9;
    margin-top: 8px;
}

.gp-view-all-results-link {
    font-family: var(--gp-font-heading);
    font-size: 13px;
    font-weight: 700;
    color: #2D5A27 !important;
    text-decoration: none !important;
}

.gp-search-backdrop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    z-index: 10001;
}

/* ==========================================================================
   4. Header Actions Cluster
   ========================================================================== */
.gp-header-actions-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.gp-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    font-family: var(--gp-font-heading);
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
}

/* WhatsApp Icon Button */
.gp-whatsapp-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E8F8EE;
    color: #25D366 !important;
    border: 1px solid #BBF7D0;
    justify-content: center;
    font-size: 18px;
}

.gp-whatsapp-btn:hover {
    background: #25D366;
    color: #FFFFFF !important;
    transform: scale(1.06);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

/* Account Button */
.gp-account-btn {
    padding: 9px 16px;
    background: #F7F5F0;
    color: #333 !important;
    border: 1px solid #EAE5D9;
}

.gp-account-btn:hover {
    background: #EAE5D9;
    color: #111 !important;
}

/* Luxury Cart Pill */
.gp-header-cart-btn {
    background: #2D5A27;
    color: #FFFFFF !important;
    padding: 9px 18px;
    box-shadow: 0 4px 14px rgba(45, 90, 39, 0.2);
    border: 1px solid rgba(247, 208, 138, 0.3);
}

.gp-header-cart-btn:hover {
    background: #20451b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(45, 90, 39, 0.3);
}

.gp-cart-icon {
    font-size: 16px;
}

.gp-cart-btn-badge {
    background: #F7D08A;
    color: #111;
    font-size: 11px;
    font-weight: 800;
    padding: 1px 7px;
    border-radius: 20px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hamburger Button */
.gp-hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 38px;
    height: 38px;
    background: #F7F5F0;
    border: 1px solid #EAE5D9;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
}

.gp-hamburger-bar {
    width: 100%;
    height: 2px;
    background: #222;
    border-radius: 2px;
    transition: all 0.2s ease;
}

/* ==========================================================================
   5. Category Mega Navigation Bar (Row 2)
   ========================================================================== */
.gp-mega-nav-bar {
    background: #FAFAF7;
    border-bottom: 1px solid #EAE5D9;
    position: relative;
    z-index: 9998;
}

.gp-mega-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.gp-mega-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.gp-mega-nav-item {
    position: relative;
}

.gp-mega-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 13px 16px;
    text-decoration: none !important;
    font-family: var(--gp-font-heading);
    font-size: 13.5px;
    font-weight: 700;
    color: #333 !important;
    letter-spacing: -0.01em;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.gp-mega-nav-link:hover,
.gp-mega-nav-item.gp-has-mega-flyout.is-open .gp-mega-nav-link {
    background: #ECE7DE;
    color: #2D5A27 !important;
}

.gp-dropdown-chevron {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.gp-has-mega-flyout.is-open .gp-dropdown-chevron {
    transform: rotate(180deg);
}

.gp-nav-hot-badge {
    background: #FFF0EB;
    color: #E2725B;
    border: 1px solid #FFD9CE;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 50px;
}

.gp-nav-offer-tag {
    background: #E8F8EE;
    color: #2D5A27;
    border: 1px solid #BBF7D0;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
}

.gp-mega-nav-right {
    display: flex;
    align-items: center;
}

.gp-nav-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.gp-trust-star {
    font-size: 13px;
}

/* ==========================================================================
   6. Visual Mega Menu Flyout Panel
   ========================================================================== */
.gp-visual-mega-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 780px;
    background: #FFFFFF;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    border: 1px solid #ECE7DE;
    border-top: none;
    padding: 24px;
    z-index: 10005;
    animation: gpMegaFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes gpMegaFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gp-mega-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.gp-mega-col-title {
    font-family: var(--gp-font-heading);
    font-size: 13px;
    font-weight: 800;
    color: #2D5A27;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 14px 0;
}

.gp-mega-cats-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.gp-mega-cat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #FAF8F5;
    border: 1.5px solid #EAE5D9;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.gp-mega-cat-item:hover {
    background: #F4F8F3;
    border-color: #2D5A27;
    transform: translateX(4px);
}

.gp-mega-cat-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    background: #EAE5D9;
}

.gp-mega-cat-info {
    display: flex;
    flex-direction: column;
}

.gp-mega-cat-title {
    font-family: var(--gp-font-heading);
    font-size: 12.5px;
    font-weight: 700;
    color: #111;
}

.gp-mega-cat-explore {
    font-size: 10.5px;
    font-weight: 600;
    color: #2D5A27;
}

/* Mega Promo Card */
.gp-mega-promo-card {
    background: linear-gradient(145deg, #1A3D16, #2D5A27);
    color: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

.gp-mega-promo-tag {
    font-size: 11px;
    font-weight: 800;
    color: #F7D08A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gp-mega-promo-title {
    font-family: var(--gp-font-heading);
    font-size: 15px;
    font-weight: 800;
    margin: 8px 0;
    line-height: 1.3;
}

.gp-mega-promo-desc {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    margin: 0 0 14px 0;
}

.gp-mega-promo-btn {
    display: inline-block;
    background: #F7D08A;
    color: #111 !important;
    font-family: var(--gp-font-heading);
    font-size: 12px;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 50px;
    text-decoration: none !important;
    text-align: center;
    transition: transform 0.2s ease;
}

.gp-mega-promo-btn:hover {
    transform: scale(1.04);
}

/* ==========================================================================
   7. Mobile Drawer & Responsive Layout
   ========================================================================== */
@media (max-width: 991px) {
    .gp-mega-nav-bar {
        display: none;
    }

    .gp-hamburger-btn {
        display: flex;
    }

    .gp-brand-badge-pill {
        display: none;
    }

    .gp-account-btn .gp-account-btn-text {
        display: none;
    }

    .gp-account-btn {
        padding: 9px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gp-main-header-tier {
        padding: 10px 4%;
    }

    .gp-header-tier-inner {
        gap: 12px;
    }

    .gp-advanced-search-wrap {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .gp-header-tier-inner {
        flex-wrap: wrap;
    }
}

/* Mobile Slide-in Drawer */
.gp-mobile-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999999;
    display: flex;
    animation: gpDrawerOverlayFade 0.25s ease-out both;
}

@keyframes gpDrawerOverlayFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.gp-mobile-drawer-panel {
    width: 82%;
    max-width: 340px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    animation: gpDrawerSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes gpDrawerSlideIn {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

.gp-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAE5D9;
    margin-bottom: 16px;
}

.gp-drawer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gp-drawer-brand-icon {
    font-size: 24px;
}

.gp-mobile-drawer-title {
    font-family: var(--gp-font-heading);
    font-size: 18px;
    font-weight: 800;
    color: var(--gp-primary);
}

.gp-mobile-drawer-close {
    background: #F4F1EA;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gp-mobile-nav-link {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    font-family: var(--gp-font-heading);
    font-size: 15px;
    font-weight: 700;
    color: #222 !important;
    text-decoration: none !important;
    transition: background 0.15s ease;
}

.gp-mobile-nav-link:hover {
    background: #F4F8F3;
    color: #2D5A27 !important;
}

.gp-mobile-cats-title {
    font-family: var(--gp-font-heading);
    font-size: 12px;
    font-weight: 800;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.gp-mobile-cats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.gp-mobile-cat-pill {
    padding: 7px 12px;
    background: #FAF8F5;
    border: 1px solid #EAE5D9;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #444 !important;
    text-decoration: none !important;
}

.gp-mobile-drawer-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #EAE5D9;
}

.gp-mobile-wa-btn {
    width: 100%;
    padding: 12px;
    background: #25D366;
    color: #FFFFFF !important;
    border-radius: 50px;
    border: none;
    font-family: var(--gp-font-heading);
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
