/**
* 2010-2026 SwissGeek | Web Developer Freelance
*
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https:// opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https:// devdocs.prestashop.com/ for more information.
*
* @Module		SGK Promo Popup
* @Description	Floating seasonal popup with add-to-cart, discount badges, countdown timer, targeting rules, e-mail capture and multiple campaigns.
* @Version		2.4.0
* @Copyright	SwissGeek | Web Developer Freelance <https://swissgeek.dev/>
* @support		Support Requests <https://admin.swissgeek.dev/forms/ticket?styled=1&with_logo=1>
* @Blog			Breaking News <https://news.swissgeek.dev/> <https://news.prestageek.ch/>
* @Addons		Developments <https://prestageek.ch/> <https://add.swissgeek.dev/>
*
* @license		http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*				Valid for 1 website (or project) for each purchase of license International Registered 
*				Trademark & Property of SwissGeek. More information on <https://swissgeek.dev/license/>
*/

.promopopup--theme-cybermonday {
    --promopopup-color: #8e44ad;
    --promopopup-color-soft: #8e44ad1f;
    --promopopup-tab-bg: #5e35b1;
    --promopopup-badge-bg: #00bcd4;
    --promopopup-atc-bg: #8e44ad;
}

.promopopup--theme-cybermonday {
    --promopopup-bg: #1a0033;
    --promopopup-frame-bg: #1a0033;
    --promopopup-text: #fff;
    --promopopup-text-soft: #b39ddb;
    --promopopup-bg-alt: #2a0052;
}
.promopopup--theme-cybermonday .promopopup__frame {
    border: 1px solid #8e44ad;
    box-shadow: 0 0 24px rgba(142, 68, 173, .4), var(--promopopup-shadow);
}
.promopopup--theme-cybermonday .promopopup__title { color: #00bcd4; }
.promopopup--theme-cybermonday .promopopup__tab {
    box-shadow: 0 0 12px rgba(94, 53, 177, .8);
}
