/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-cart-auth-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:#0000007f;align-items:center;justify-content:center}.wl-cart-auth-modal[open]{display:flex}.wl-cart-auth-modal__dialog{position:relative;max-width:60rem;width:90%;max-height:90vh;overflow-y:auto;background-color:#fff;border-radius:.8rem;box-shadow:0 .4rem 2rem #00000026;animation:modal-fade-in .3s ease-out}@media screen and not (min-width:750px){.wl-cart-auth-modal__dialog{max-width:95%;width:95%}}.wl-cart-auth-modal__content{padding:3rem 13rem;position:relative}@media screen and not (min-width:750px){.wl-cart-auth-modal__content{padding:3rem 2rem}}.wl-cart-auth-modal__close{position:absolute;top:1.5rem;right:1.5rem;width:3.2rem;height:3.2rem;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:color .2s ease}.wl-cart-auth-modal__close:hover{color:#000}.wl-cart-auth-modal__close svg{width:2rem;height:2rem}.wl-cart-auth-modal__header{text-align:center;margin-bottom:3rem}.wl-cart-auth-modal__title{font-size:2.4rem;font-weight:600;margin:0 0 1.5rem;line-height:1.3;color:#000}@media screen and not (min-width:750px){.wl-cart-auth-modal__title{font-size:2rem}}.wl-cart-auth-modal__description{font-size:1.4rem;line-height:1.6;color:#666;margin:0}@media screen and not (min-width:750px){.wl-cart-auth-modal__description{font-size:1.3rem}}.wl-cart-auth-modal__actions{display:flex;flex-direction:column;gap:1.5rem}.wl-cart-auth-modal__button{width:100%;padding:1.5rem 2rem;font-size:1.6rem;font-weight:500;text-align:center;text-decoration:none;border-radius:10rem;cursor:pointer;transition:all .2s ease;display:inline-block;line-height:1.5}@media screen and not (min-width:750px){.wl-cart-auth-modal__button{font-size:1.4rem;padding:1.3rem 1.8rem}}.wl-cart-auth-modal__button--primary{background-color:#3d3d3d;color:#fff;border-color:#3d3d3d}.wl-cart-auth-modal__button--primary:hover{background-color:#3d3d3d;border-color:#3d3d3d;color:#fff}.wl-cart-auth-modal__button--secondary{background-color:#fff;color:#000;border-color:#ddd}.wl-cart-auth-modal__button--secondary:hover{background-color:#f5f5f5;border-color:#ccc;color:#000}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}body.wl-cart-auth-modal-open{overflow:hidden}.wl-cart-auth-modal[aria-hidden=true]{display:none}
