/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 website only
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party
 * Please ensure that you are using a valid license for this file.
 *
 * @author PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2026 PresTeamShop SAS, All rights reserved
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category PrestaShop
 * @category Module
 */
.redsys-home__content{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #000}.redsys-home__title{font-size:2rem;font-weight:600;color:blue}.redsys-express{display:block;width:100%;clear:both}.redsys-express__buttons{display:flex;flex-direction:column;gap:.5rem;width:100%}.redsys-express__message{margin-top:10px;color:#c0392b}.redsys-express .gpay-button-fill,.redsys-express .gpay-button,.redsys-express .apple-pay-button{width:100% !important;min-width:0 !important}.redsys-express .apple-pay-button{height:44px}.redsys-express--loading{position:relative;min-height:44px;pointer-events:none;opacity:.6}.redsys-express--loading::after{position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;content:"";border:3px solid rgba(0,0,0,.15);border-top-color:rgba(0,0,0,.55);border-radius:50%;animation:redsys-express-spin .8s linear infinite}@keyframes redsys-express-spin{to{transform:rotate(360deg)}}
