section[aria-atomic="false"] {
    padding: 0 !important;
    margin: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

img.lazy {
    background-image: url(/assets/loadingUAndina.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 5%;
    display: block;
}

.page-enter-active,
.page-leave-active {
    position: relative;
    transition: opacity 0.8s ease;
}

.page-enter,
.page-leave-to {
    opacity: 0;
}

.full-loader {
    top: 0;
    left: 0;
    height: 200vh !important;
    /* cubre toda la pantalla */
    width: 100% !important;
    background: rgba(59, 130, 246, 0.8) !important;
    /* color/overlay */
    z-index: 9999;
}


/* .block-one>div { */
/* font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px; */
/* text-align: justify; */
/* } */


.vs__search,
.vs__search:focus {

    padding: 6px 7px !important;
}

.vs__dropdown-toggle {
    border-radius: var(--bs-border-radius) !important;
}

.select-radius {
    border-radius: var(--bs-border-radius) !important;
}


.no-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #6c757d;
}

.no-content h2 {
    font-weight: 900;
    color: #132E66;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.search-icon {
    width: 120px;
    height: 120px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.marker-actual {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.marker-actual {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 400px;
    z-index: 1;
    right: 10px;
}

.card-uni {
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
    z-index: 0;
}

@media (max-width: 991px) {
    .marker-actual {
        top: 100px;
    }

    .maps-container {
        height: 300px;
    }
}



.block-1-2 .texto ol>li {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
}


.block-one.text-center p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center !important;
}


.bg-gray {

    --bs-bg-opacity: 1;
    background-color: rgb(221 221 221) !important;

}

.info-producto .precios .meta {
    text-decoration: line-through;
}

/* .card-body .meta {
    text-decoration: line-through;
} */

.tag-product {
    z-index: 9;
    background: #F3704F;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 1rem;
}

.tag-tienda {
    position: absolute;
    z-index: 9 !important;

}

.menu-overlay-tienda.active {
    opacity: 1;
    visibility: visible;
}


/* SweetAlert */
.swal2-title {
    font-size: 1rem !important;
}

.modal-product-added-actions a {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
    padding: 12px;
}

a.btn-ir-cart,
button.btn-ir-cart {
    border-radius: 3px;
    color: #fff !important;
    font-family: Montserrat-Bold, sans-serif !important;
    font-size: 14px;
    line-height: normal;
    outline: none;
}

.btn-confirmation {
    background: #ff6358e0 !important;
    align-items: center !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    gap: 8px;
    justify-content: center;
    line-height: 24px !important;
    text-decoration: none !important;
}


.btn-link-cancel {
    font-weight: 500;
    background: transparent;
    font-size: .9rem;
    line-height: 28px;
    color: #555;
    text-decoration: underline;
}

.btn-link-cancel:hover {
    background: transparent;
    color: #123c6a;
    text-decoration: underline;
}


.swal2-popup {
    width: 280px !important;
}


.swal2-cancel {
    width: 12rem;
}


/* Loading */

button.is-loading {
    pointer-events: none;
}


button.btn-loading {
    position: relative;
}

a.btn.btn-loading.button-progress-60:before,
button.btn-loading.button-progress-60:before {
    width: 60%;
    z-index: 1;
}

a.btn.btn-loading.is-loading:before,
button.btn-loading.is-loading:before {
    opacity: .35;
}

a.btn.btn-loading.is-loading,
button.btn-loading.is-loading {
    padding-right: 40px;
}

a.btn.btn-loading:before,
button.btn-loading:before {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: width .5s ease, opacity .3s ease;
    width: 0;
    z-index: -1;
}

a.btn.btn-loading.is-loading:after,
button.btn-loading.is-loading:after {
    opacity: 1;
    right: 8px;
}

a.btn.btn-loading:after,
button.btn-loading:after {
    -webkit-animation: loading-spinner-24px 1s steps(19) infinite;
    animation: loading-spinner-24px 1s steps(19) infinite;
    background: url(/assets/loader/spinner.png) no-repeat;
    background-position-x: 0;
    background-size: 24px;
    content: "";
    font-size: 20px;
    height: 24px;
    margin-left: 3px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: opacity .3s ease, right .3s ease;
    width: 24px;
}

@-webkit-keyframes loading-spinner-24px {
    to {
        background-position: 0 -456px
    }
}

@keyframes loading-spinner-24px {
    to {
        background-position: 0 -456px
    }
}


/* cart */
.info-productos .single-qty,
.info-producto .single-qty {
    border-bottom: 1px solid #eee;
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.info-productos .single-qty .qty-plus-minus,
.info-producto .single-qty .qty-plus-minus {
    align-items: center;
    border: 1px solid #eee;
    display: inline-block;
    display: flex;
    height: 40px;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 120px;
}

.info-productos .single-qty .qty-plus-minus .dec.ec_qtybtn,
.info-producto .single-qty .qty-plus-minus .dec.ec_qtybtn {
    border-right: 1px solid #eee;
}

.info-productos .single-qty .qty-plus-minus input.qty-input,
.info-producto .single-qty .qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #444;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    width: 40px;
}

.info-productos .single-qty .qty-plus-minus .inc.ec_qtybtn,
.info-producto .single-qty .qty-plus-minus .inc.ec_qtybtn {
    border-left: 1px solid #eee;
}

.info-productos .single-qty .qty-plus-minus .ec_qtybtn,
.info-producto .single-qty .qty-plus-minus .ec_qtybtn {
    align-items: center;
    color: #777;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 100%;
    justify-content: center;
    width: 40px;
}



.btn-cart-shopping {

    padding: 0 !important;
    border: 0 !important;

}

.swal2-modal {
    z-index: 10000 !important;
}


.content-wrapper {
    transition: all 0.3s ease;
}

.content-wrapper.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 9.5em;
    /* Fallback/Safety */
}

.block-middle ul {
    list-style: none !important;
}

.v-select {

    color: #132E66 !important;

}

.swiper-controls .swiper-button-lock {
    display: none !important;
}

.pago-item p {
    text-align: start !important;
}

/* Start Contenido de Visualizacion */
/* ── HEADER ── */
.header {
    background: #fff;
    padding: 14px 24px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.header h1 {
    color: #1a2e6e;
    font-size: 1.15rem;
    font-weight: 700;
}

/* ── VISOR ── */
.viewer {
    flex: 1;
    background: linear-gradient(145deg, #d4d4d4 0%, #b8b8b8 40%, #d0d0d0 70%, #c0c0c0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 520px;
}

/* Brillo metálico */
.viewer::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.viewer::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 5%;
    width: 40%;
    height: 50%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

/* Flechas laterales */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.45);
    font-size: 2rem;
    padding: 12px;
    user-select: none;
}

.arrow-right {
    right: 12px;
}

.arrow-left {
    left: 12px;
}

/* ── ESTADO VACÍO ── */
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Página fantasma */
.ghost-page {
    width: 160px;
    height: 220px;
    background: rgba(255, 255, 255, 0.25);
    border: 2px dashed rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.ghost-icon {
    width: 38px;
    height: 38px;
    opacity: 0.55;
}

.ghost-lines {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 110px;
}

.ghost-line {
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.38);
}

.ghost-line.short {
    width: 65%;
}

.ghost-line.medium {
    width: 85%;
}

.ghost-line.long {
    width: 100%;
}

/* Etiqueta */
.empty-title {
    color: #1a2e6e;
    font-size: 0.88rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.72);
    padding: 7px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(6px);
    letter-spacing: 0.02em;
}

/* Logo */
.logo-wrap {
    position: absolute;
    top: 14px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.logo-wrap img {
    width: 130px;
    padding: 5px;
}

.logo-text {
    font-size: 0.58rem;
    color: #1a2e6e;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── BARRA INFERIOR ── */
.toolbar {
    background: #1a1a1a;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
}

.toolbar-left,
.toolbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.toolbar-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-bar {
    width: 200px;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
}

.tb-icon {
    width: 16px;
    height: 16px;
    opacity: 0.4;
}

/* End  Contenido de Visualizacion */