/* =========================================
   MISI GAMING STORE
   PERSONALIZACIÓN BASE
   HEADER + MENÚ + BUSCADOR + BOTONES
========================================= */

:root {

    /* COLORES PRINCIPALES */

    --third-color: #285096;
    --third-hover-color: #EAF3FF;

    /* HEADER */
    --header-bg-color: #FFFFFF;
    --header-txt-color: #111827;

    /*
       IMPORTANTE:
       transparente para no tapar/eliminar
       las texturas originales del template.
    */
    --header-navbar-bg-color: transparent;

    /* MENÚ PRINCIPAL */
    --lv1-bg-color: transparent;
    --lv1-txt-color: #111827;
    --lv1-hover-txt-color: #285096;
    --lv1-hover-decoration: #285096;

    /* SUBMENÚ NIVEL 2 */
    --lv2-bg-color: #FFFFFF;
    --lv2-txt-color: #111827;
    --lv2-hover-backgorund: #EEF5FF;
    --lv2-hover-txt-color: #1F6FEB;

    /* SUBMENÚ NIVEL 3 */
    --lv3-bg-color: #FFFFFF;
    --lv3-txt-color: #111827;
    --lv3-hover-bg-color: #EEF5FF;
    --lv3-hover-txt-color: #1F6FEB;

    /* BORDES */
    --default-border-radius: 8px;
}

/* =========================================
   HEADER
========================================= */

/*
   Usamos background-color y NO background.
   Así conservamos cualquier background-image
   o textura que ya tenga el template.
*/

.bs-header {
    background-color: #FFFFFF;
    color: #111827;
}

/* Sombra ligera cuando el header es sticky */

.bs-sticky-header {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

/* =========================================
   MENÚ PRINCIPAL
========================================= */

.bs-menu__lv1 {
    color: #111827;
    background-color: transparent;
}

.bs-menu__lv1:hover,
.show > .bs-menu__lv1 {
    color: #1F6FEB;
    box-shadow: 0 -2px inset #1F6FEB;
}


/* =========================================
   SUBMENÚ NIVEL 2
========================================= */

.bs-menu__lv2,
.bs-header .dropdown-item {
    color: #111827;
    background-color: #FFFFFF;
}

.bs-menu__lv2:not(.bs-menu__title):hover,
.bs-header .dropdown-item:hover {
    background-color: #EEF5FF;
    color: #1F6FEB;
}


/* =========================================
   SUBMENÚ NIVEL 3
========================================= */

.bs-menu__lv3 {
    color: #111827;
    background-color: #FFFFFF;
}

.bs-menu__lv3:hover {
    background-color: #EEF5FF;
    color: #1F6FEB;
}


/* =========================================
   BUSCADOR
========================================= */

.bs-header-search {
    border-bottom-color: #1F6FEB;
}

.bs-header-search .form-control {
    color: #111827;
}


/* =========================================
   CARRITO Y LOGIN
========================================= */

.btn-cart,
.btn-login {
    color: #1F6FEB;
}

.btn-cart:hover,
.btn-login:hover {
    color: #285096;
}


/* =========================================
   REDES SOCIALES DEL HEADER
========================================= */

.bs-header .bs-social-media a {
    color: #1F6FEB;
}

.bs-header .bs-social-media a:hover {
    color: #285096;
}


/* =========================================
   BOTONES PRINCIPALES
========================================= */

.btn-primary,
.badge-primary {
    background-color: #285096;
    border-color: #285096;
    color: #FFFFFF;
    border-radius: 8px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #1F6FEB;
    border-color: #1F6FEB;
    color: #FFFFFF;
}


/* Evita el efecto de color anterior del template */

.btn-primary:not(:disabled):not(.disabled)::before {
    background-color: transparent;
}


/* =========================================
   BOTONES SECUNDARIOS
========================================= */

.btn-secondary,
.badge-secondary {
    background-color: #111827;
    border-color: #111827;
    color: #FFFFFF;
    border-radius: 8px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #1F2937;
    border-color: #1F2937;
    color: #FFFFFF;
}


/* =========================================
   ENLACES
========================================= */

a {
    color: #1F6FEB;
}

a:hover {
    color: #285096;
}

/* =========================================
   TEXTURA HEADER / MENÚ
========================================= */

.bs-header-navbar {
    background-color: #0B1739;
    background-image: url("https://dojiw2m9tvv09.cloudfront.net/131993/1/TEXTURA-HEADER-MISI-654x113.webp?t=1787094427");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

/* =========================================
   BARRA SUPERIOR DE ANUNCIOS
========================================= */

.announcement-bar,
.announcement-bar.alert-primary {
    background-color: #08152F !important;
    border-color: #08152F !important;
    color: #FFFFFF !important;
    background-image: none !important;
}

.announcement-bar__text,
.announcement-bar__icon,
.announcement-bar__close,
.announcement-bar .close {
    color: #FFFFFF !important;
}


/* =========================================
   FOOTER AZUL MARINO MISI
========================================= */

.bs-footer {
    background-color: #08152F !important;
    background-image: none !important;
}

.bs-credits {
    background-color: #08152F !important;
    background-image: none !important;
}
/* =========================================
   MISI - POSICIÓN BOTÓN SUBIR
   Mantiene su funcionamiento original
========================================= */

.ir-arriba {
    bottom: 15px !important;
}

/* =========================================
   MISI - DESTACADOS CON BANNER
========================================= */

/* Contenedor general */
.misi-featured-block {
    display: grid;

    grid-template-columns: 22% minmax(0, 1fr);
    gap: 4px;

    width: 100%;
    box-sizing: border-box;

    padding: 24px;

    margin-top: 12px;
    margin-bottom: 36px;

    background-color: #F1F3F6;
    border-radius: 22px;

    align-items: stretch;
}
.misi-featured-products .bs-collection {
    padding-top: 6px;
    width: calc(100% - 24px);
}
.misi-featured-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.misi-featured-products {
    min-width: 0;
    width: 100%;

    display: flex;
    flex-direction: column;

    overflow: hidden;
    position: relative;
}

.misi-featured-products::before {
    content: "";
    position: absolute;

    left: 0;
    top: 65px;
    bottom: 0;

    width: 14px;

    background: #F1F3F6;

    z-index: 15;
    pointer-events: none;
}
/* =========================================
   BANNER IZQUIERDO
========================================= */

.misi-featured-banner {
    width: 100%;
    min-width: 0;
    height: 500px;

    overflow: hidden;
    border-radius: 16px;

    background: transparent;
}

.misi-featured-banner a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.misi-featured-banner img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;

    object-fit: cover;
    object-position: center;
}

/* =========================================
   TÍTULO
========================================= */

.misi-featured-title {
    margin: 2px 8px 12px 8px;
    padding-bottom: 9px;

    font-size: 24px;
    font-weight: 700;

    border-bottom: 1px solid rgba(17, 24, 39, 0.25);
}


/* =========================================
   SLIDER
========================================= */

.misi-featured-products .slick-list {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box;
}

.misi-featured-products .slick-track {
    display: flex !important;
}

.misi-featured-products .slick-slide {
    height: auto !important;
    padding: 0 6px;
    box-sizing: border-box;
}

.misi-featured-products .slick-slide > div {
    height: 100%;
}

.misi-featured-products .item {
    height: 100%;
    padding: 8px;
}


/* =========================================
   TARJETAS
========================================= */

.misi-featured-products .bs-collection__product {
    height: 100%;
    min-height: 440px;

    padding-bottom: 14px;

    background: #FFFFFF !important;

    border: none !important;
    border-radius: 16px !important;

    box-shadow: none;
}


/* Imagen */
.misi-featured-products .bs-img-square {
    width: 100%;
    height: 235px !important;

    border-radius: 16px 16px 0 0;
    overflow: hidden;

    background: #FFFFFF;
}

.misi-featured-products .bs-img-square picture {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.misi-featured-products .bs-img-square img {
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;
    object-position: center !important;
}


/* Título del producto */
.misi-featured-products .bs-collection__product-title {
    min-height: 36px;

    font-size: 13px;
    line-height: 1.3;
}

/* Reducir espacio entre título/marca y precio */
.misi-featured-products .bs-collection__product-info {
    min-height: 0 !important;
    height: auto !important;
    flex: 0 0 auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.misi-featured-products .bs-collection__product-brand {
    margin-bottom: 0 !important;
}

/* Precio */
.misi-featured-products .bs-collection__product-price {
    margin-top: 4px !important;
    padding: 8px 14px 6px;
}

.misi-featured-products .bs-collection__product-final-price {
    font-size: 17px;
}


/* =========================================
   FLECHAS DEL CARRUSEL
========================================= */

.misi-featured-products .slick-prev,
.misi-featured-products .slick-next {
    width: 30px !important;
    height: 42px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    border-radius: 6px;

    z-index: 20;
}

.misi-featured-products .slick-prev {
    left: 8px !important;
}

.misi-featured-products .slick-next {
    right: 8px !important;
}
.misi-featured-products .slick-prev::before,
.misi-featured-products .slick-next::before,
.misi-featured-products .slick-prev::after,
.misi-featured-products .slick-next::after {
    background: transparent !important;
    box-shadow: none !important;
}

.misi-featured-products .slick-prev i,
.misi-featured-products .slick-next i {
    color: #111827;
    font-size: 18px;
}
/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .misi-featured-block {
        grid-template-columns: 1fr;
    }

    /* En móvil/tablet ocultamos el banner vertical */
    .misi-featured-banner {
        display: none;
    }

}


/* =========================================
   CELULAR
========================================= */

@media (max-width: 576px) {

    .misi-featured-block {
        padding: 10px;
        gap: 12px;
    }

    .misi-featured-title {
        font-size: 20px;
    }

    .misi-featured-products .bs-collection__product {
        min-height: 390px;
    }

}

/* =========================================
   MISI - SLIDER DE MARCAS
========================================= */

.bs-brand-slider-misi {
    position: relative;
    padding: 28px 45px;
    margin: 20px 0 30px;
    border-radius: 16px;
}


/* Alinear slides */
.bs-brand-slider-misi .slick-track {
    display: flex !important;
    align-items: center;
}


/* Cada marca */
.bs-brand-slider-misi .item {
    display: flex !important;
    align-items: center;
    justify-content: center;

    height: 110px;

    padding: 14px;
}


/* Contenedor de imagen */
.bs-brand-slider-misi .bs-img-square {
    width: 100%;
    height: 80px !important;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Logo */
.bs-brand-slider-misi .bs-img-square picture {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-brand-slider-misi .bs-img-square img {
    max-width: 150px !important;
    max-height: 70px !important;

    width: auto !important;
    height: auto !important;

    object-fit: contain !important;
}


/* Flechas ocultas normalmente */
.bs-brand-slider-misi .slick-prev,
.bs-brand-slider-misi .slick-next {
    opacity: 0;

    width: 38px;
    height: 38px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: #FFFFFF !important;

    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);

    transition: opacity .2s ease;

    z-index: 20;
}


/* Mostrar flechas al pasar mouse */
.bs-brand-slider-misi:hover .slick-prev,
.bs-brand-slider-misi:hover .slick-next {
    opacity: 1;
}


/* Posición */
.bs-brand-slider-misi .slick-prev {
    left: 8px !important;
}

.bs-brand-slider-misi .slick-next {
    right: 8px !important;
}


/* Iconos */
.bs-brand-slider-misi .slick-prev i,
.bs-brand-slider-misi .slick-next i {
    color: #111827;
    font-size: 18px;
}


/* Responsive */
@media (max-width: 767px) {

    .bs-brand-slider-misi {
        padding: 20px 25px;
    }

    .bs-brand-slider-misi .slick-prev,
    .bs-brand-slider-misi .slick-next {
        opacity: 1;
    }

}
/* =========================================
   MISI - MARCAS: FONDO BLANCO + LOGOS ORIGINALES
========================================= */

.misi-brands-section {
    background: #FFFFFF !important;
    border-radius: 0 !important;
}

.bs-brand-slider-misi .bs-hover-bw,
.bs-brand-slider-misi .bs-hover-bw:hover,
.bs-brand-slider-misi img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}
/* =====================================================
   BANNER PERIFÉRICOS - FORMATO HORIZONTAL
   Imagen recomendada: 1600 x 320 px
===================================================== */

.bs-banners .bs-banner[href="/collection/PERIFERICOS"] .bs-img-square {
    width: 100% !important;
    height: 200px !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    border-radius: 8px;
}

.bs-banners .bs-banner[href="/collection/PERIFERICOS"] .bs-img-square picture {
    display: block;
    width: 100%;
    height: 100%;
}

.bs-banners .bs-banner[href="/collection/PERIFERICOS"] .bs-img-square img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
/* =====================================================
   BANNER PERIFÉRICOS - VERSIÓN CELULAR
   Imagen móvil recomendada: 1080 x 500 px
===================================================== */

@media (max-width: 576px) {

    .bs-banners .bs-banner[href="/collection/PERIFERICOS"] {
        width: 100% !important;
        max-width: none !important;
    }

    .bs-banners .bs-banner[href="/collection/PERIFERICOS"] .bs-img-square {
        width: 100% !important;
        height: 170px !important;
        padding-bottom: 0 !important;
        overflow: hidden !important;
        border-radius: 6px;
    }

    .bs-banners .bs-banner[href="/collection/PERIFERICOS"] .bs-img-square picture {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .bs-banners .bs-banner[href="/collection/PERIFERICOS"] .bs-img-square img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

}
/* =====================================================
   BANNER PERIFÉRICOS - AJUSTE SOLO PC
   Ancho alineado con Productos destacados
   Menor separación inferior
===================================================== */

@media (min-width: 992px) {

    /* Ensanchar solamente la sección que contiene este banner */
    .bs-banners:has(.bs-banner[href="/collection/PERIFERICOS"]) {
        width: calc(100% + 60px) !important;
        max-width: none !important;
        margin-left: -40px !important;
        margin-right: -40px !important;

        /* Menos espacio debajo del banner */
        margin-bottom: -50px !important;
    }

}
/* =====================================================
   MISI - VISTA RÁPIDA / QUICK VIEW
===================================================== */

.bs-collection__product {
    position: relative;
}

/* BOTONES FLOTANTES: BASE COMÚN */
.misi-quickview-btn,
.misi-card-cart-btn {
    position: absolute !important;

    right: 12px !important;

    width: 42px !important;
    height: 42px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    background: #FFFFFF !important;
    color: #285096 !important;

    border: 1px solid #dddddd !important;
    border-radius: 50% !important;

    box-shadow: 0 3px 10px rgba(0,0,0,.18) !important;

    z-index: 100 !important; 
    cursor: pointer !important;

    transform: translateY(5px);

    transition:
        opacity .2s ease,
        transform .2s ease,
        visibility .2s ease,
        background-color .2s ease,
        color .2s ease;
}


/* LUPA */
.misi-quickview-btn {
    top: 12px !important;

    font-size: 17px !important;

    opacity: 0 !important;
    visibility: hidden !important;
}

/* Mostrar lupa al pasar el mouse */
.bs-collection__product:hover .misi-quickview-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
}

/* Hover común */
.misi-quickview-btn:hover,
.misi-card-cart-btn:not(.misi-card-outstock-btn):hover {
    background: #285096 !important;
    color: #FFFFFF !important;
}

/* Efecto exclusivo de la lupa */
.misi-quickview-btn:hover {
    border-color: #285096 !important;
    transform: scale(1.08);
}

/* MODAL */
.misi-quickview-modal .modal-content {
    position: relative;

    border: none;
    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0,0,0,.20);
}


/* CERRAR */
.misi-quickview-close {
    position: absolute;

    top: 10px;
    right: 15px;

    z-index: 20;

    font-size: 30px;

    color: #111827;

    opacity: .7;
}


/* INTERIOR */
.misi-quickview-modal .modal-body {
    padding: 30px;
}


/* IMAGEN */
.misi-quickview-image {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 350px;
}

.misi-quickview-image img {
    width: 100%;

    max-width: 420px;
    max-height: 420px;

    object-fit: contain;
}


/* MARCA */
.misi-quickview-brand {
    margin-bottom: 8px;

    color: #6B7280;

    font-size: 13px;
    font-weight: 600;

    text-transform: uppercase;
}


/* NOMBRE */
.misi-quickview-title {
    margin-bottom: 20px;

    color: #111827;

    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
}


/* PRECIO */
.misi-quickview-price {
    margin-bottom: 24px;

    color: #285096;

    font-size: 27px;
    font-weight: 700;
}


/* BOTÓN VER PRODUCTO */
.misi-quickview-product {
    min-width: 180px;
}


/* CELULAR */
@media (max-width: 767px) {

    .misi-quickview-btn,
    .misi-card-cart-btn {
        width: 38px !important;
        height: 38px !important;

        right: 8px !important;

        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;

        z-index: 20 !important;
    }
    body:has([data-bs="cart.dropdown"].showElement) .misi-quickview-btn,
    body:has([data-bs="cart.dropdown"].showElement) .misi-card-cart-btn {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

    .misi-quickview-modal .modal-body {
        padding: 22px;
    }

    .misi-quickview-image {
        min-height: 230px;
    }

    .misi-quickview-image img {
        max-height: 250px;
    }

    .misi-quickview-title {
        font-size: 18px;
    }

    .misi-quickview-price {
        font-size: 23px;
    }

}
/* =====================================================
   MISI - BOTONES VISTA RÁPIDA
===================================================== */

.misi-quickview-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 280px;
}

.misi-quickview-actions .btn {
    width: 100%;
    min-height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.misi-quickview-cart-wrapper {
    width: 100%;
}

.misi-quickview-cart-wrapper .btn {
    width: 100%;
}
/* =====================================================
   MISI - CARRITO FLOTANTE
===================================================== */

.misi-card-cart-btn {
    top: 62px !important;
    font-size: 16px !important;

    opacity: 0;
    visibility: hidden;
}

/* Variante: producto sin stock */
.misi-card-outstock-btn {
    background: #FFFFFF !important;
    color: #dc3545 !important;
    border-color: #dc3545 !important;
    cursor: not-allowed !important;
}

/* Mostrar carrito al pasar el mouse */
.bs-collection__product:hover .misi-card-cart-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* =====================================================
   MISI - MINI CARRITO HOVER EN ESCRITORIO
===================================================== */

@media (min-width: 992px) {

    .misi-cart-hover-wrap {
        position: relative;
    }

    .misi-cart-hover-wrap::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        width: 380px;
        height: 12px;
        background: transparent;
        z-index: 99998;
    }

    .misi-cart-hover-wrap [data-bs="cart.dropdown"] {
        display: flex !important;
        flex-direction: column !important;

        position: absolute !important;

        top: 100% !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;

        width: 380px !important;
        max-width: 380px !important;

        height: auto !important;
        max-height: 690px !important;

        background: #FFFFFF !important;

        border: 1px solid #E5E7EB !important;
        border-radius: 8px !important;

        box-shadow: 0 12px 30px rgba(0,0,0,.18) !important;

        overflow: hidden !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: translateY(6px) !important;

        z-index: 99999 !important;
    }


    /* Mostrar al pasar por el icono O por el propio carrito */
    .misi-cart-hover-wrap:hover [data-bs="cart.dropdown"] {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;

        transform: translateY(0) !important;
    }


    /* Productos: quitar altura de pantalla de Bsale */
    .misi-cart-hover-wrap .containerItemsCart {
        height: auto !important;
        max-height: 500px !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-bottom: 0 !important;
margin-bottom: 0 !important;
    }


    /* Pie con subtotal y botones */
    .misi-cart-hover-wrap .footerDropdownCart {
        position: static !important;

        width: 100% !important;

        background: #FFFFFF !important;

        padding: 4px 14px 14px !important;
    }

}
/* =====================================================
   MISI - PRECIOS PEN / USD EN CARRITO
===================================================== */

.misi-cart-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 2px;
}

.misi-cart-price-pen {
    color: #285096;
    font-size: 16px;
    font-weight: 700;
}

.misi-cart-price-usd {
    color: #111827;
    font-size: 13px;
    font-weight: 500;
    margin-left: 8px;
}
/* Subtotal PEN / USD */

.misi-cart-subtotal-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

.misi-cart-subtotal-label {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
}

.misi-cart-subtotal-pen {
    color: #285096;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.misi-cart-subtotal-usd {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 8px;
}
/* Total por producto - página carrito */

.misi-cart-line-total {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.misi-cart-line-total-pen {
    color: #285096;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.misi-cart-line-total-usd {
    color: #111827;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

/* Subtotal - página carrito */

.misi-page-subtotal {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

.misi-page-subtotal-pen {
    color: #285096;
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
}

.misi-page-subtotal-usd {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
}
/* =====================================================
   MISI - ACCIONES FINALES DEL CARRITO
===================================================== */

.misi-cart-checkout-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 6px;
}

.misi-cart-checkout-actions .btn {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 600;
}

.misi-whatsapp-usd-btn {
    background: #25D366;
    border-color: #25D366;
    color: #FFFFFF !important;
    font-weight: 600;
}

.misi-whatsapp-usd-btn:hover,
.misi-whatsapp-usd-btn:focus {
    background: #1EBE5D;
    border-color: #1EBE5D;
    color: #FFFFFF !important;
}

.misi-whatsapp-usd-btn i {
    margin-right: 6px;
    font-size: 16px;
}


/* CELULAR */

@media (max-width: 576px) {

    .misi-cart-actions {
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px;
    }

    .misi-cart-actions > .btn-secondary {
        width: 100%;
        margin-right: 0 !important;
    }

    .misi-cart-checkout-actions {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .misi-cart-checkout-actions .btn {
        width: 100%;
    }
}
/* =====================================================
   MISI - PRECIO PEN / USD EN TARJETAS
===================================================== */

.misi-card-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
}

.misi-card-price-usd {
    color: #111827;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
.misi-card-stock {
    margin-top: 6px;
    text-align: center;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
}
@media only screen and (max-width : 900px) {
.navbar-collapse.collapse.show {
    background: white;
}
}

.bs-form-inline button {
    background: white;
    border-color: white;
    color: black;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
    background: #ffffff;
    border-color: #ffffff;
    color: black;
}
.btn-danger, .badge-danger {
    background: #0130c5;
    border-color: #0130c5;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: black;
    border-color: black;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #285096;
    border-color: #285096;
    color: white;
}

.bs-product-description table {
    width: 100%;
}
.bs-collection__product-title {
    font-size: 1rem;
    text-transform: uppercase;
}
@media only screen and (max-width : 900px) {
.bs-collection__product-title {
    font-size: 1.1rem;
    text-transform: uppercase;
}
}
.bs-product__title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.slick-horizontal .slick-arrow {
    z-index: 0;
}