/**
* 2007-2024 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-2024 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.
*/
:root {
    --module-font-family: "Open Sans", sans-serif;
    --module-second-family: "Open Sans", sans-serif;
    --module-third-family: "Inter", sans-serif;
    --module-font3: "Red Hat Display", sans-serif;

    --module-color-main: #3c813e;
    --module-color-second: #93ad28;
    --module-color-hover: #3c813e;
    --module-color-red: #a30202;
}

.product-info-section h2 {
    font-family: var(--module-font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #333;
}
.product-info-section .product-info.cart-popup {
    border: 2px solid var(--module-color-main);
    margin: 0;
    border-radius: 10px;
}
.product-info-section {
    font-family: var(--module-second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 92%;
    color: #333;
}
.product-info-section .product-info-left h3 {
    font-family: var(--module-font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #333;
}
.product-info-section .description_short p {

}
.product-info-section .product-check-block .btn-primary {
    width: 100%;
    background: var(--module-color-main);
}
.product-info-section .product-price-block .discounted-price {
    font-family: var(--module-second-family);
    font-weight: 900;
    font-size: 24px;
    line-height: 92%;
    color: var(--module-color-red);
}
.product-info-section .product-price-block .old-price {
    text-decoration: line-through;
    font-weight: 400;
    color: #666;
    font-size: 18px;
    margin-left: 10px;
}
.product-info-section .product-price-block .discount,
.product-info-section .d-abs.product-discount {
    top: 0;
    background: var(--module-color-red);
    right: 0;
    padding: 5px 15px;
    border-radius: 0 8px;
}
.product-info-section .product-price-block .discount {
    border-radius: 10px;
}
.product-info-section .product-price-block span,
.product-info-section .d-abs.product-discount span {
    font-family: var(--module-font-family);
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #fff;
}
.product-info-section .product-info-right .product-cover-image a {
    width: 100%;
}
