/**
 * NOTICE OF LICENSE.
 *
 * This source file is subject to a commercial license from EURL ébewè - www.ebewe.net
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the EURL ébewè is strictly forbidden.
 * In order to obtain a license, please contact us: contact@ebewe.net
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe EURL ébewè - www.ebewe.net
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la EURL ébewè est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter la EURL ébewè a l'adresse: contact@ebewe.net
 * ...........................................................................
 *
 * @author    Paul MORA
 * @copyright Copyright (c) 2011-2026 EURL ébewè - www.ebewe.net - Paul MORA
 * @license   Commercial license
 */

.product-follow-container {
    margin: 15px 0;
}

#product-follow-message {
    display: none;
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    left: 0;
    z-index: 100000;
    color: #000;
    align-items: center;
}

#product-follow-message i {
    opacity: 1;
}

#product-follow-button {
    border-radius: 0;
    display: flex;
    align-items: end;
    gap: 0.5rem;
    background-color: #333333;
}

#product-follow-button.following {
    background-color: #e5e5e5;
    color: #000;
}

@media (max-width: 480px) {
    #product-follow-button {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}
