/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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 http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#weu-customerpercent {
    text-align: center;
    padding: 48px 24px;
}
#weu-customerpercent .d-none {
    display: none;
 }
#weu-customerpercent h1 {
    margin-bottom: 24px;
}
.weu-customerpercent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #efefef;
    margin: 0 auto 24px;
    gap: 24px;
}
.weu-customerpercent .btn {
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #5955A1;
    color: #fff;
}
.weu-customerpercent-content {
    display: flex;
    align-items: center;
    gap: 24px;
}
.weu-customerpercent-content .input-group {
    width: 140px;
    margin-bottom:0!important;
}
.weu-customerpercent-input input {
    border-radius: 8px 0 0 8px;
    padding: 12px 24px;
}
.weu-customerpercent-input .input-group-append {
    border-radius: 0 8px 8px 0;
    background-color: #efefef;
    padding: 12px 16px 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.25);
    border-left: none;
}

/** Product **/
#product .weu-hidden {
    display: none;
}
#product .weu-pvp-tax-incl {
    font-size: 33px;
    line-height: 33px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 8px;
}
#product .weu-tax-incl {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    text-transform: capitalize;
}

/** MINIATURE **/
div[data-elementor-type="product-miniature"] .weu-pvp-tax-incl {
    font-family: "Spline Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #5955A1;
}
div[data-elementor-type="product-miniature"] .elementor-price.weu-hidden {
    display: none;
}
/*#product .ce-product-prices {
    min-height: 130px;
}
#product .weu-percent {
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 16px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff; 
}
#product .weu-percent p.weu-percent-title {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
#product .weu-percent p.weu-percent-recomendado {
    text-align: center;
    color: #000;
}
#product .weu-percent .weu_percent-info{
    display: flex;
    justify-content: center;
    gap: 24px;
}
#product .weu-percent .weu_percent-info .weu-pvp-tax-excl {
    font-size: 20px;
    color: #000;
}*/