.angkor-sticky-banner {
    position: relative;
    z-index: 69;
    /* Très bas pour que le menu passe devant */
    padding: 15px 20px;
    background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    font-size: 1.1em;
    border-bottom: 2px solid #1d4ed8;
}

.angkor-sticky-banner .emoji {
    font-size: 1.2em;
    margin-right: 8px;
}

/* Specific background for Fresh products */
.angkor-sticky-banner.frais {
    background: linear-gradient(90deg, #065f46 0%, #10b981 100%);
    border-bottom: 2px solid #047857;
}

/* Alert notice in cart */
.angkor-shipping-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.angkor-cart-icon {
    font-size: 1.2em;
    margin-left: 5px;
}