/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 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/AFL-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.
 *
 * @author    Ealyx Tech <tech@ealyx.com>
 * @copyright Since 2024 EALYX and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
.ealyx-teaser[data-type=cart-summary] {
    /* box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2); */
    position: relative;
    display: block;
    /* margin-top: -0.75rem; */
    margin-bottom: .75rem;
    background-color: #fff;
    /* border-radius: 0; */
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /* border-top: 0px; */
    padding: 1.25rem 0;
}