/* =========================================================
   CSS PERSONALIZADO - ARTYCRAFT
   ========================================================= */


/* =========================================================
   HEADER - ESTRUCTURA DESKTOP
   ========================================================= */

.ipl-header .players-count {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
}

/* =========================================================
   SEPARACIÓN TOP BAR - HEADER
   ========================================================= */

.ipl-header .top-bar {
    margin-bottom: 8px;
}

/* =========================================================
   LOGO
   ========================================================= */

.ipl-header .players-count > .logo {
    width: auto;
    float: none;
    margin: 0;
    text-align: center;
    order: 1;
    transform: translateX(-20px);
}

.ipl-header .players-count > .logo img {
    animation: logoGlow 2.5s ease-in-out infinite;
}

/* =========================================================
   IP / JUGADORES
   ========================================================= */

.ipl-header .players-count > .left.ipCopy {
    width: auto;
    float: none;
    margin-top: 0;
    text-align: center;
    order: 2;
    transform: translateX(-40px);
}

.ipl-header .players-count > .left.ipCopy big {
    font-size: 30px;
    font-weight: 700;
}

.ipl-header .players-count > .left.ipCopy .players {
    font-size: 13px;
    margin-top: 5px;
}


/* =========================================================
   REDES SOCIALES
   ========================================================= */

.ipl-header .players-count > .right {
    width: auto;
    float: none;
    margin-top: 0;
    text-align: center;
    order: 3;
}

.social-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    width: 78px;
    min-height: 105px;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}


/* =========================================================
   ICONOS DE REDES
   ========================================================= */

.social-item i,
.social-item .tiktok-icon {
    width: 105px;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
}

.social-item i {
    font-size: 140px;
    line-height: 105px;
}


/* =========================================================
   TIKTOK DESKTOP
   ========================================================= */

.social-item .tiktok-icon {
    width: 105px !important;
    height: 105px !important;

    fill: currentColor;

    margin: 0;

    transform: scale(0.58);
}


/* =========================================================
   INFORMACIÓN DE REDES
   ========================================================= */

.social-info {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 27px;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    text-align: center;
    white-space: nowrap;

    overflow: hidden;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.social-count,
.social-action {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.social-count {
    opacity: 1;
    transform: translateY(0);
}

.social-action {
    opacity: 0;
    transform: translateY(8px);
}


/* =========================================================
   HOVER REDES
   ========================================================= */

.social-item:hover {
    transform: scale(1.08);

    filter:
        drop-shadow(0 0 7px rgba(255, 0, 151, 0.50));
}

.social-item:hover i,
.social-item:hover .tiktok-icon {
    filter:
        drop-shadow(0 0 8px rgba(255, 0, 151, 0.55));
}

.social-item:hover .social-info {
    border-color: rgba(255, 0, 151, 0.75);

    box-shadow:
        0 0 7px rgba(255, 0, 151, 0.35),
        inset 0 0 5px rgba(255, 0, 151, 0.12);
}

.social-item:hover .social-count {
    opacity: 0;
    transform: translateY(-8px);
}

.social-item:hover .social-action {
    opacity: 1;
    transform: translateY(0);
}

.social-item:hover .social-count,
.social-item:hover .social-action {
    text-shadow:
        0 0 6px rgba(255, 0, 151, 0.55);
}


/* =========================================================
   LINKS DE REDES
   ========================================================= */

.social-item:link,
.social-item:visited,
.social-item:active {
    color: inherit !important;
    text-decoration: none !important;
}

.social-item:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* =========================================================
   DISCORD
   ========================================================= */

.discord-info .social-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    width: 100%;
    height: 100%;
}

.discord-info #members-discord {
    display: inline-block !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    position: static !important;

    font-weight: 700;
}

.online-dot {
    display: inline-block;

    width: 7px;
    height: 7px;

    flex: 0 0 6px;

    margin: 0;

    border-radius: 50%;

    background: #46d369;

    box-shadow:
        0 0 4px rgba(70, 211, 105, 0.7);
}


/* =========================================================
   TIKTOK - MENU MOVIL
   ========================================================= */

.mobile-tiktok-icon {
    width: 20px;
    height: 20px;

    fill: currentColor;

    vertical-align: middle;

    margin-right: 5px;
}


/* =========================================================
   ANIMACIÓN DEL LOGO
   ========================================================= */

@keyframes logoGlow {

    0%,
    100% {
        filter:
            drop-shadow(0 0 5px rgba(255, 0, 151, 0.35));

        transform: scale(1);
    }

    50% {
        filter:
            drop-shadow(0 0 18px rgba(255, 0, 151, 0.9));

        transform: scale(1.025);
    }
}


/* =========================================================
   INFORMACIÓN IP MOBILE
   ========================================================= */

.mobile-server-info {
    display: none !important;
}


/* =========================================================
   OCULTAR LINKS SOCIALES DEL MENÚ EN DESKTOP
   ========================================================= */

@media (min-width: 769px) {

    .header-menu #ipl-menu .mobile-social-link {
        display: none !important;
    }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    /* =====================================================
       BASE
       ===================================================== */

    html,
    body {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow-x: hidden !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box !important;
    }


    /* =====================================================
       CONTENEDORES GENERALES
       ===================================================== */

    .body {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow-x: hidden !important;
    }

    .ipl-princ {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow-x: hidden !important;
    }


    /* =====================================================
       COLUMNAS HOME
       ===================================================== */

    .ipl-princ > .col-md-3,
    .ipl-princ > .col-md-9 {

        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        margin: 0 !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /* =====================================================
       HEADER MOBILE
       ===================================================== */

    .ipl-header .players-count {
        display: contents !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================================
       LOGO MOBILE
       ===================================================== */

    .ipl-header .players-count > .logo {

        order: 1 !important;

        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        text-align: center;

        margin-top: 35px !important;
        margin-bottom: 10px !important;

        padding: 0 !important;
    }

    .ipl-header .players-count > .logo a {

        display: flex !important;

        align-items: center;
        justify-content: center;

        width: 100% !important;
    }

    .ipl-header .players-count > .logo img {

        display: block !important;

        height: 150px !important;
        width: auto !important;
        max-width: 90% !important;

        margin: 0 auto !important;

        object-fit: contain !important;
    }
    
    .ipl-header .players-count > .logo {
    transform: none !important;
}


    /* =====================================================
       INFORMACIÓN IP MOBILE
       ===================================================== */

    .mobile-server-info {

        display: flex !important;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        width: 100% !important;

        margin-top: 8px !important;
        padding: 0 !important;

        text-align: center;

        cursor: pointer;
    }

    .mobile-server-name {

        font-size: 19px;
        font-weight: 700;
        line-height: 1.2;
    }

    .mobile-server-copy {

        margin-top: 4px;

        font-size: 13px;
        font-weight: 700;

        color: #FF0097;

        text-shadow:
            0 0 5px rgba(255, 0, 151, 0.45);
    }


    /* =====================================================
       OCULTAR IP ORIGINAL Y REDES GRANDES
       ===================================================== */

    .ipl-header .players-count > .left.ipCopy,
    .ipl-header .players-count > .right {
        display: none !important;
    }


    /* =====================================================
       MENÚ MOBILE
       ===================================================== */

    .ipl-princ nav.navbar {

        position: relative !important;

        display: block !important;

        width: 100% !important;

        min-height: 65px !important;

        margin: 0 0 20px 0 !important;
        padding: 0 15px !important;

        z-index: 1000 !important;
    }


    /* =====================================================
       TEXTO "MENÚ"
       ===================================================== */

    .ipl-princ nav.navbar .ipl-navigation-menu {

        position: absolute !important;

        left: 15px !important;
        top: 0 !important;

        display: flex !important;

        align-items: center !important;

        height: 65px !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1 !important;

        z-index: 1005 !important;
    }


    /* =====================================================
       CABECERA NAV
       ===================================================== */

    .ipl-princ nav.navbar .navbar-header {

        position: absolute !important;

        top: 0 !important;
        right: 15px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        height: 65px !important;

        margin: 0 !important;
        padding: 0 !important;

        z-index: 1006 !important;
    }


    /* =====================================================
       BOTÓN TRES RAYAS
       ===================================================== */

    .ipl-princ nav.navbar .navbar-toggle {

        position: relative !important;

        display: block !important;

        width: 45px !important;
        height: 45px !important;

        margin: 0 !important;
        padding: 10px !important;

        float: none !important;

        z-index: 1007 !important;
    }

    .ipl-princ nav.navbar .navbar-toggle .icon-bar {

        display: block !important;

        width: 22px !important;
        height: 2px !important;

        margin: 3px auto !important;
    }


    /* =====================================================
       OCULTAR NOMBRE DE LA TIENDA
       ===================================================== */

    .ipl-princ nav.navbar .navbar-brand {
        display: none !important;
    }


/* =====================================================
   ANIMACIÓN DEL MENÚ
   ===================================================== */

.ipl-princ nav.navbar .navbar-collapse,
.body > .col-md-3 > nav.navbar .navbar-collapse {

    display: block !important;

    position: relative !important;

    top: auto !important;
    
    left: auto !important;

    width: 100% !important;

    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    opacity: 0 !important;

    transform: translateY(-25px) !important;

    visibility: hidden !important;

    float: none !important;
    clear: both !important;

    border: none !important;

    z-index: 1001 !important;

    transition:
        max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.45s ease,
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0.6s;
}


.ipl-princ nav.navbar .navbar-collapse.in,
.body > .col-md-3 > nav.navbar .navbar-collapse.in {

    display: block !important;

    width: 100% !important;

    max-height: 800px !important;
    
    margin-top: 65px !important;

    opacity: 1 !important;

    transform: translateY(0) !important;

    visibility: visible !important;

    transition:
        max-height 0.65s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.45s ease,
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0s;
}

    .ipl-princ nav.navbar .navbar-collapse.in {

        display: block !important;

        width: 100% !important;

        max-height: 800px !important;
        
        margin-top: 65px !important;

        opacity: 1 !important;

        transform: translateY(0) !important;

        visibility: visible !important;

        transition:
            max-height 0.65s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.45s ease,
            transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0s linear 0s;
    }


    /* =====================================================
       LISTA DEL MENÚ
       ===================================================== */

    .ipl-princ nav.navbar .navbar-collapse > ul {

        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .ipl-princ nav.navbar .navbar-collapse > ul > li {

        display: block !important;

        width: 100% !important;
    }

    .ipl-princ nav.navbar .navbar-collapse > ul > li > a {

        display: block !important;

        width: 100% !important;

        padding: 12px 15px !important;
    }

    .ipl-princ nav.navbar .navbar-collapse ul ul {

        position: static !important;

        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================================
       MENÚ LATERAL DE REDES
       ===================================================== */

    .header-menu #ipl-menu {

        position: fixed !important;

        top: 0 !important;
        left: -100% !important;

        width: 85% !important;
        max-width: 350px !important;

        height: 100vh !important;

        margin: 0 !important;

        padding: 60px 0 20px 0 !important;

        overflow-y: auto !important;

        z-index: 9999 !important;

        transition: left 0.3s ease;
    }

    .header-menu #ipl-menu.open {
        left: 0 !important;
    }


    /* =====================================================
       FONDO DEL MENÚ DE REDES
       ===================================================== */

    .header-menu .dd-bg {

        position: fixed !important;

        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 100vh !important;

        display: none;

        z-index: 9998 !important;
    }

    .header-menu .dd-bg.active {
        display: block !important;
    }


    /* =====================================================
       CERRAR MENÚ DE REDES
       ===================================================== */

    .header-menu #ipl-menu .dd-close {

        position: absolute !important;

        top: 15px !important;
        right: 15px !important;

        z-index: 10001 !important;
    }


    /* =====================================================
       LINKS SOCIALES MOBILE
       ===================================================== */

    .header-menu #ipl-menu .mobile-social-link {

        display: block !important;
        width: 100% !important;
    }

    .header-menu #ipl-menu .mobile-social-link a {

        display: flex !important;

        align-items: center !important;

        width: 100% !important;

        padding: 12px 20px !important;
    }


    /* =====================================================
       ORDEN HOME - MOBILE
       ===================================================== */

    .ipl-princ {
        display: flex !important;
        flex-direction: column !important;
    }

    .ipl-princ > .col-md-3,
    .ipl-princ > .col-md-9 {
        display: contents !important;
    }

    .ipl-princ > .col-md-3 > nav.navbar {
        order: 1 !important;
    }

    .ipl-princ > .col-md-9 > .ipl-box {
        order: 2 !important;
    }

    .ipl-princ > .col-md-9 > .ipl-index {
        order: 3 !important;
    }

    .ipl-princ > .col-md-3 > .module {
        order: 4 !important;
    }


    /* =====================================================
       ORDEN CATEGORÍAS - MOBILE
       ===================================================== */

    .body {
        display: flex !important;

        flex-direction: column !important;

        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow-x: hidden !important;
    }

    .body > .col-md-3,
    .body > .col-md-9.ipl-category {
        display: contents !important;
    }

    .body > .col-md-3 > nav.navbar {
        order: 1 !important;
    }

    .body > .col-md-9.ipl-category > .ipl-box {
        order: 2 !important;
    }

    .body > .col-md-9.ipl-category > .ipl-subcategory {
        order: 3 !important;
    }

    .body > .col-md-9.ipl-category > .ipl-subcategory-name {
        order: 4 !important;
    }

    .body > .col-md-9.ipl-category > .panel.panel-default {
        order: 5 !important;
    }

    .body > .col-md-9.ipl-category > .panel.panel-default:has(.category) {
        order: 6 !important;
    }

    .body > .col-md-3 > .module {
        order: 10 !important;
    }


    /* =====================================================
       WELCOME / CARRITO - MOBILE
       ===================================================== */

    .ipl-box {

        position: relative !important;

        display: flex !important;

        align-items: center !important;
        justify-content: space-between !important;

        width: 100% !important;

        min-height: 80px !important;

        margin: 0 0 15px 0 !important;

        padding: 12px 15px !important;

        gap: 12px !important;
    }


    /* -----------------------------------------------------
       OCULTAR ICONO DE TIENDA
       ----------------------------------------------------- */

    .ipl-box > .mdi-store {
        display: none !important;
    }


    /* -----------------------------------------------------
       TEXTO DE ADQUIERE
       ----------------------------------------------------- */

    .ipl-box .ipl-box-text {

        flex: 1 1 auto !important;

        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }

    .ipl-box .ipl-box-text span {

        display: block !important;

        margin: 0 !important;

        font-size: 15px !important;

        line-height: 1.2 !important;
    }

    .ipl-box .ipl-box-text p {

        margin: 4px 0 0 0 !important;

        font-size: 11px !important;

        line-height: 1.25 !important;
    }


    /* -----------------------------------------------------
       WELCOME / NOT LOGGED IN
       ----------------------------------------------------- */

    .ipl-box .ipl-box-cart {

        flex: 0 0 auto !important;

        width: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        position: relative !important;

        z-index: 3000 !important;
    }

    .ipl-box .ipl-cart-content {

        display: flex !important;

        align-items: center !important;

        justify-content: flex-end !important;

        gap: 7px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .ipl-box .ipl-cart-info.no-log {

        display: flex !important;

        flex-direction: column !important;

        align-items: flex-end !important;
        justify-content: center !important;

        text-align: right !important;

        margin: 0 !important;
        padding: 0 !important;

        white-space: nowrap !important;
    }

    .ipl-box .ipl-cart-info.no-log span {

        display: block !important;

        margin: 0 !important;

        line-height: 1.2 !important;
    }

    .ipl-box .ipl-cart-info.no-log span:first-child {

        font-size: 13px !important;

        font-weight: 700 !important;
    }

    .ipl-box .ipl-cart-info.no-log span:last-child {

        font-size: 11px !important;

        opacity: 0.8;
    }

    .ipl-box .ipl-cart-icon {

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .ipl-box .ipl-cart-icon i {

        font-size: 28px !important;

        line-height: 1 !important;
    }

/* =====================================================
   MENÚ MOBILE - CATEGORÍAS igual que en INICIO
   ===================================================== */
/* =====================================================
   BARRA DEL MENÚ
   ===================================================== */

.body > .col-md-3 > nav.navbar {

    position: relative !important;

    display: block !important;

    width: 100% !important;

    min-height: 65px !important;

    margin: 0 0 20px 0 !important;

    padding: 0 15px !important;

    z-index: 1000 !important;
}


/* =====================================================
   OCULTAR "ARTYCRAFT NETWORK"
   ===================================================== */

.body > .col-md-3 > nav.navbar .navbar-brand {

    display: none !important;
}


/* =====================================================
   TEXTO "MENÚ"
   ===================================================== */

.body > .col-md-3 > nav.navbar .ipl-navigation-menu {

    position: absolute !important;

    left: 15px !important;
    top: 0 !important;

    display: flex !important;

    align-items: center !important;

    height: 65px !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    z-index: 1005 !important;
}


/* =====================================================
   CABECERA DEL NAV
   ===================================================== */

.body > .col-md-3 > nav.navbar .navbar-header {

    position: absolute !important;

    top: 0 !important;
    right: 15px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: auto !important;

    height: 65px !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 1006 !important;
}


/* =====================================================
   BOTÓN DE LAS TRES RAYAS
   ===================================================== */

.body > .col-md-3 > nav.navbar .navbar-toggle {

    position: relative !important;

    display: block !important;

    width: 45px !important;
    height: 45px !important;

    margin: 0 !important;

    padding: 10px !important;

    float: none !important;

    z-index: 1007 !important;
}


/* =====================================================
   RAYAS
   ===================================================== */

.body > .col-md-3 > nav.navbar .navbar-toggle .icon-bar {

    display: block !important;

    width: 22px !important;
    height: 2px !important;

    margin: 3px auto !important;
}

/* =====================================================
   DROPDOWN DE MONEDA (USD) - MOBILE
   ===================================================== */

.ipl-header .top-bar {
    position: relative !important;
    z-index: 5000 !important;
}

.ipl-header .currency-top,
.ipl-header .currency {
    position: relative !important;
    z-index: 5001 !important;
}

.ipl-header .currency .dropdown-menu {
    display: block !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateY(-8px) !important;

    z-index: 5002 !important;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s linear 0.25s !important;
}

.ipl-header .currency.open .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateY(0) !important;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s linear 0s !important;
}

}

/* =========================================================
   CARRUSEL ARTYCRAFT
   ========================================================= */

.arty-carousel {
    position: relative;
    width: 100%;
    max-width: none;
    height: 295px;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border-radius: 12px;
}

/* Contenedor */

.arty-carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}

/* Cada banner */

.arty-slide {
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

/* Imagen */

.arty-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* =========================================================
   FLECHAS
   ========================================================= */

.arty-carousel-prev,
.arty-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 36px;
    height: 36px;

    border: none;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.45);
    color: #fff;

    cursor: pointer;
    z-index: 5;

    transition: background 0.2s ease;
}

.arty-carousel-prev {
    left: 12px;
}

.arty-carousel-next {
    right: 12px;
}

.arty-carousel-prev:hover,
.arty-carousel-next:hover {
    background: rgba(0, 0, 0, 0.75);
}

/* =========================================================
   PUNTITOS
   ========================================================= */

.arty-carousel-dots {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;

    display: flex;
    justify-content: center;
    gap: 7px;

    z-index: 5;
}

.arty-carousel-dot {
    width: 8px;
    height: 8px;

    padding: 0;
    border: none;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.45);

    cursor: pointer;
}

.arty-carousel-dot.active {
    background: #fff;
    transform: scale(1.2);
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 768px) {

    .arty-carousel {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 7;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .arty-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .arty-carousel-prev,
    .arty-carousel-next {
        width: 30px;
        height: 30px;
    }

    .arty-carousel-prev {
        left: 7px;
    }

    .arty-carousel-next {
        right: 7px;
    }

}

/* =========================================================
   ICONOS DEL MENÚ LATERAL
   ========================================================= */

.category-menu-icon {
    width: 52px;
    height: 52px;

    object-fit: contain;

    display: inline-block;
    vertical-align: middle;

    margin-right: 10px;

    flex-shrink: 0;

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}


/* =========================================================
   ICONO DE RANGOS - UN POCO MÁS PEQUEÑO
   ========================================================= */

.navbar-nav > li > a .category-menu-icon[src*="ddcd9ee"] {
    width: 44px;
    height: 44px;
    margin-right: 18px;
}


/* =========================================================
   ENLACES DEL MENÚ
   ========================================================= */

.navbar-nav > li > a {
    display: flex;
    align-items: center;

    height: 66px !important;
    padding: 7px 15px !important;

    box-sizing: border-box !important;

    transition:
        color 0.25s ease,
        text-shadow 0.25s ease;
}


/* =========================================================
   NOMBRE DE LAS CATEGORÍAS
   ========================================================= */

.navbar-nav > li > a > span {
    display: inline-flex;
    align-items: center;

    text-transform: uppercase;

    transition:
        color 0.25s ease,
        text-shadow 0.25s ease;
}


/* =========================================================
   FLECHA
   ========================================================= */

.navbar-nav > li > a > .fa-caret-right {
    margin-left: auto;
}


/* =========================================================
   HOVER - ICONO
   ========================================================= */

.navbar-nav > li > a:hover .category-menu-icon {
    transform: scale(1.10);

    filter:
        drop-shadow(0 0 7px rgba(255, 0, 151, 0.85))
        drop-shadow(0 0 15px rgba(255, 0, 151, 0.70))
        drop-shadow(0 0 25px rgba(255, 0, 151, 0.45));
}


/* =========================================================
   HOVER - TEXTO
   ========================================================= */

.navbar-nav > li > a:hover > span {
    color: #ffffff;

    text-shadow:
        0 0 5px rgba(255, 0, 151, 0.95),
        0 0 10px rgba(255, 0, 151, 0.85),
        0 0 18px rgba(255, 0, 151, 0.70),
        0 0 28px rgba(255, 0, 151, 0.45);
}


/* =========================================================
   HOVER - TODO EL LINK
   ========================================================= */

.navbar-nav > li > a:hover {
    text-decoration: none !important;
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 768px) {

    .category-menu-icon {
        width: 48px;
        height: 48px;

        margin-right: 9px;
    }

    .navbar-nav > li > a {
        height: 62px !important;
        padding: 6px 15px !important;
    }
    
    .navbar-nav > li > a .category-menu-icon[src*="ddcd9ee"] {
    width: 44px;
    height: 44px;
    margin-right: 13px;
}
}

/* =========================================================
   SISTEMA VISUAL ARTYCRAFT
   TODOS LOS PANELES Y CAJAS
   ========================================================= */


/* =========================================================
   PALETA
   ========================================================= */

:root {
    --arty-panel-bg: #1c0b18;
    --arty-panel-bg-soft: #21101d;

    --arty-panel-border: #ff0097;
    --arty-panel-glow: rgba(255, 0, 151, 0.16);

    --arty-panel-radius: 8px;
}


/* =========================================================
   ESTILO BASE DE LOS PANELES GRANDES
   ========================================================= */

/* Menú lateral */
.dark .navbar-default,

/* Welcome / carrito */
.dark .ipl-box,

/* Panel principal de inicio */
.dark .ipl-index,
.dark .panel.panel-default.ipl-index,

/* Paneles generales de categorías */
.dark .ipl-category .panel.panel-default,

/* Módulos laterales */
.dark .panel.panel-default.module,
.dark .module,

/* Paneles generales */
.dark .panel.panel-default,

/* Panel de subcategorías */
.dark ul.ipl-subcategory,

/* Título de categoría */
.dark .ipl-subcategory-name {

    background-color: var(--arty-panel-bg) !important;

    border: 1px solid var(--arty-panel-border) !important;

    border-radius: var(--arty-panel-radius) !important;

    box-shadow:
        0 0 8px var(--arty-panel-glow) !important;
}

/* =========================================================
   ELIMINAR BORDES GRISES INTERNOS DEL TEMPLATE
   ========================================================= */

.dark .panel.panel-default,
.dark .panel.panel-default.module,
.dark .ipl-category .panel.panel-default {

    border-color: var(--arty-panel-border) !important;

}


/* =========================================================
   CUERPOS INTERNOS DE PANELES
   ========================================================= */

.dark .panel-body,
.dark .panel-body.ipl-body,
.dark .panel-body.content,
.dark .ipl-category .panel-body {

    background-color: transparent !important;

}


/* =========================================================
   ENCABEZADOS DE WIDGETS / MÓDULOS
   ========================================================= */

.dark .panel-heading,
.dark .panel-heading.ipl-heading {

    background-color: transparent !important;

    border-bottom: 1px solid rgba(255, 0, 151, 0.22) !important;

}


/* =========================================================
   MENÚ LATERAL
   ========================================================= */

.dark .navbar-default {

    border: 1px solid var(--arty-panel-border) !important;

    overflow: hidden !important;

}


/* Fondo del menú */
.dark .navbar-default .navbar-collapse,
.dark .navbar-default .container-fluid {

    background-color: transparent !important;

    border: none !important;

}


/* Título MENÚ */
.dark .ipl-navigation-menu {

    background-color: transparent !important;

    border: none !important;

    border-bottom: 1px solid rgba(255, 0, 151, 0.22) !important;

    box-shadow: none !important;

    border-radius: 0 !important;

    margin: 0 !important;

    padding: 15px 10px 12px !important;

}


/* =========================================================
   WELCOME / CARRITO
   ========================================================= */

.dark .ipl-box {

    border-color: var(--arty-panel-border) !important;

}


/* =========================================================
   TÍTULOS DE CATEGORÍAS
   RANGOS / LLAVES / KITS / PROTECCIONES / OTROS
   ========================================================= */

.dark .ipl-subcategory-name {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-height: 58px !important;

    padding: 0 20px !important;

    border-color: var(--arty-panel-border) !important;

}


/* Eliminar el bloque rosa interno original */
.dark .ipl-subcategory-name li {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 100% !important;

    height: auto !important;

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;

}


/* Texto */
.dark .ipl-subcategory-name a {

    display: block !important;

    width: 100% !important;

    height: auto !important;

    padding: 0 !important;

    margin: 0 !important;

    text-align: center !important;

    color: var(--arty-panel-border) !important;

    background: transparent !important;

    text-decoration: none !important;

}


/* Flechas de subcategorías */
.dark .ipl-subcategory-name .fa {

    color: var(--arty-panel-border) !important;

}


/* =========================================================
   SUBCATEGORÍAS
   ========================================================= */

.dark ul.ipl-subcategory {

    border-color: var(--arty-panel-border) !important;

}


/* =========================================================
   PANELES DE CONTENIDO DE CATEGORÍAS
   ========================================================= */

.dark .ipl-category .panel.panel-default {

    background-color: var(--arty-panel-bg) !important;

    border-color: var(--arty-panel-border) !important;

}


/* =========================================================
   PRODUCTOS
   VIP / RANGOS / LLAVES / KITS / ETC.
   ========================================================= */

.dark .category .packages-image .package {

    background-color: var(--arty-panel-bg-soft) !important;

    border: 1px solid var(--arty-panel-border) !important;

    border-radius: var(--arty-panel-radius) !important;

    box-shadow:
        0 0 7px rgba(255, 0, 151, 0.10) !important;

    overflow: hidden !important;

}


/* Contenido interno del producto */
.dark .category .packages-image .package .info,
.dark .category .packages-image .package .image {

    background-color: transparent !important;

}


/* =========================================================
   TABLAS DE PRODUCTOS
   ========================================================= */

.dark .category .packages-row {

    background-color: transparent !important;

}

.dark .category .packages-row table,
.dark .category .packages-row tbody,
.dark .category .packages-row tr,
.dark .category .packages-row td {

    background-color: transparent !important;

}


/* =========================================================
   WIDGETS LATERALES
   DONADOR / CABEZAS / PROGRESO / ETC.
   ========================================================= */

.dark .panel.panel-default.module {

    background-color: var(--arty-panel-bg) !important;

    border-color: var(--arty-panel-border) !important;

}


/* Cuerpo del widget */
.dark .module .panel-body,
.dark .module .panel-body.ipl-body {

    background-color: transparent !important;

}


/* =========================================================
   BARRA DE PROGRESO
   ========================================================= */

.dark .progress {

    background-color: #120810 !important;

    border: 1px solid rgba(255, 0, 151, 0.45) !important;

    border-radius: 6px !important;

    box-shadow:
        inset 0 0 5px rgba(0, 0, 0, 0.45) !important;

    overflow: hidden !important;

}


/* =========================================================
   BLOQUES INTERNOS DEL INICIO
   ========================================================= */

.dark .ipl-index-block {

    background-color: transparent !important;

}


/* =========================================================
   CONTENEDORES DE CHECKOUT / BASKET VISIBLES
   ========================================================= */

.dark .ipl-checkout,
.dark .checkout .packages {

    background-color: var(--arty-panel-bg) !important;

    border: 1px solid var(--arty-panel-border) !important;

    border-radius: var(--arty-panel-radius) !important;

    box-shadow:
        0 0 8px var(--arty-panel-glow) !important;

}


/* =========================================================
   ELIMINAR HOVERS DE LOS PANELES
   ========================================================= */

.dark .panel:hover,
.dark .navbar-default:hover,
.dark .ipl-box:hover,
.dark .ipl-index:hover,
.dark .module:hover,
.dark .ipl-subcategory-name:hover,
.dark ul.ipl-subcategory:hover,
.dark .category .packages-image .package:hover {

    transform: none !important;

    box-shadow:
        0 0 8px var(--arty-panel-glow) !important;

}

/* =========================================================
   HOVER ROSA - CAJAS DE PRODUCTOS
   ========================================================= */

.dark .category .packages-image .package {
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}

.dark .category .packages-image .package:hover {
    border-color: #ff0097 !important;

    box-shadow:
        0 0 8px rgba(255, 0, 151, 0.45),
        0 0 16px rgba(255, 0, 151, 0.28),
        0 0 28px rgba(255, 0, 151, 0.12) !important;
}

/*-------------------------------------------------------PRUEBA----------------------------------------------------------------*/



/* =========================================================
   RANGOS ARTYCRAFT
   VIP / VIP+
   ========================================================= */

.arty-rank-box {
    display: flex;
    width: 100%;

    margin: 0 0 18px 0;

    padding: 18px;

    border-radius: 10px;

    overflow: hidden;

    align-items: stretch;

    box-sizing: border-box;

    background: var(--arty-panel-bg-soft);

    transition:
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* =========================================================
   VIP - CELESTE
   ========================================================= */

.arty-rank-vip {

    border: 1px solid #42cfff;

    box-shadow:
        0 0 8px rgba(66, 207, 255, 0.14);

}

.arty-rank-vip:hover {

    border-color: #42cfff;

    box-shadow:
        0 0 10px rgba(66, 207, 255, 0.45),
        0 0 22px rgba(66, 207, 255, 0.20);

}


/* =========================================================
   VIP+ - AMARILLO / DORADO
   ========================================================= */

.arty-rank-vip-plus {

    border: 1px solid #ffd84d;

    box-shadow:
        0 0 8px rgba(255, 216, 77, 0.14);

}

.arty-rank-vip-plus:hover {

    border-color: #ffd84d;

    box-shadow:
        0 0 10px rgba(255, 216, 77, 0.45),
        0 0 22px rgba(255, 216, 77, 0.20);

}


/* =========================================================
   IMAGEN
   ========================================================= */

.arty-rank-image {
    flex: 0 0 155px;

    width: 155px;

    min-height: 155px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 6px;

    box-sizing: border-box;
}

.arty-rank-image img {
    display: block;

    width: 100%;

    max-width: 155px;

    height: 155px;

    object-fit: contain;
}


/* =========================================================
   CONTENIDO
   ========================================================= */

.arty-rank-content {

    flex: 1 1 auto;

    min-width: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding-left: 20px;

}


/* =========================================================
   TITULO
   ========================================================= */

.arty-rank-title {

    margin-bottom: 14px;

    font-family: 'Kanit', sans-serif;

    font-size: 26px;

    font-weight: 700;

    line-height: 1;

    text-transform: uppercase;
}


.arty-rank-vip .arty-rank-title {

    color: #42cfff;

    text-shadow:
        0 0 7px rgba(66, 207, 255, 0.55);

}


.arty-rank-vip-plus .arty-rank-title {

    color: #ffd84d;

    text-shadow:
        0 0 7px rgba(255, 216, 77, 0.55);

}

.arty-rank-title:empty {
    display: none;
}

/* =========================================================
   OPCIONES
   ========================================================= */

.arty-rank-packages {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 8px;

    width: 100%;
}


/* =========================================================
   CADA DURACIÓN
   ========================================================= */

.arty-rank-option {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    min-height: 205px;

    padding: 22px 14px 18px;

    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.18);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 8px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   HOVER OPCIONES
   ========================================================= */

.arty-rank-vip .arty-rank-option:hover {

    border-color: rgba(66, 207, 255, 0.55);

    box-shadow:
        0 0 8px rgba(66, 207, 255, 0.16);

}


.arty-rank-vip-plus .arty-rank-option:hover {

    border-color: rgba(255, 216, 77, 0.55);

    box-shadow:
        0 0 8px rgba(255, 216, 77, 0.16);

}


/* =========================================================
   INFORMACIÓN
   ========================================================= */

.arty-rank-option-info {
    width: 100%;
    min-width: 0;
    text-align: center;
}


.arty-rank-option-name {

    margin-bottom: 7px;

    color: #ffffff;

    font-family: 'Kanit', sans-serif;

    font-size: 20px;

    font-weight: 700;

    line-height: 1.25;
}


/* =========================================================
   PRECIO
   ========================================================= */

.arty-rank-option-price {

    font-size: 28px;

    font-weight: 700;

    line-height: 1.2;

}


.arty-rank-vip .arty-rank-option-price {

    color: #42cfff;

}


.arty-rank-vip-plus .arty-rank-option-price {

    color: #ffd84d;

}


.arty-rank-option-price .discount {

    display: block;

    margin-bottom: 2px;

    color: #8b8b8b;

    font-size: 11px;

    text-decoration: line-through;

}


/* =========================================================
   COUNTDOWN
   ========================================================= */

.arty-rank-countdown {

    display: block;

    margin-top: 4px;

    font-size: 10px;

}


/* =========================================================
   BOTÓN
   ========================================================= */

.arty-rank-option-button {

    margin-top: 10px;

}


.arty-rank-option-button .btn {

    width: 100% !important;

    margin: 0 !important;

}


/* =========================================================
   BOTÓN VIP
   ========================================================= */
.arty-rank-vip .arty-rank-option-button .btn-info {
    background: linear-gradient(
        135deg,
        #b5f2ff 0%,
        #42cfff 35%,
        #159ac9 70%,
        #0b6f9c 100%
    ) !important;
}


.arty-rank-vip .arty-rank-option-button .btn-info:hover {

    background: #72dcff !important;

    border-color: #72dcff !important;

}


/* =========================================================
   BOTÓN VIP+
   ========================================================= */

.arty-rank-vip-plus .arty-rank-option-button .btn-info {
    background: linear-gradient(
        135deg,
        #fff4a3 0%,
        #ffd84d 30%,
        #e5b72b 65%,
        #a9780d 100%
    ) !important;
}


.arty-rank-vip-plus .arty-rank-option-button .btn-info:hover {

    background: #ffe477 !important;

    border-color: #ffe477 !important;

}

/* =========================================================
   BOTONES COMPRAR - EFECTO DEGRADADO Y HOVER
   ========================================================= */

.arty-rank-option-button .btn {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease !important;
}


/* =========================================================
   BOTÓN VIP - DEGRADADO CELESTE
   ========================================================= */

.arty-rank-vip {
    background:
        radial-gradient(
            circle at 18% 50%,
            rgba(0, 140, 255, 0.16),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #07131f 0%,
            #06101a 55%,
            #040b12 100%
        ) !important;

    border-color: #18cfff !important;

    box-shadow:
        0 0 12px rgba(24, 207, 255, 0.22),
        inset 0 0 35px rgba(0, 140, 255, 0.06) !important;
}


/* HOVER VIP */

.arty-rank-vip .arty-rank-option-button .btn-info:hover {

    transform: scale(1.06) translateY(-2px);

    filter: brightness(1.12);

    box-shadow:
        0 0 8px rgba(66, 207, 255, 0.65),
        0 0 16px rgba(66, 207, 255, 0.35);

}


/* =========================================================
   BOTÓN VIP+ - DEGRADADO DORADO
   ========================================================= */

.arty-rank-vip-plus {
    background:
        radial-gradient(
            circle at 18% 50%,
            rgba(255, 183, 0, 0.16),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #171306 0%,
            #120f05 55%,
            #090701 100%
        ) !important;

    border-color: #ffd21c !important;

    box-shadow:
        0 0 12px rgba(255, 210, 28, 0.22),
        inset 0 0 35px rgba(255, 183, 0, 0.06) !important;
}


/* HOVER VIP+ */

.arty-rank-vip-plus .arty-rank-option-button .btn-info:hover {

    transform: scale(1.06) translateY(-2px);

    filter: brightness(1.12);

    box-shadow:
        0 0 8px rgba(255, 216, 77, 0.65),
        0 0 16px rgba(255, 216, 77, 0.35);

}

/* =========================================================
   REMOVE
   ========================================================= */

.arty-rank-option-button .btn-danger {

    width: 100% !important;

    margin: 0 !important;

}


/* =========================================================
   MOBILE
   ========================================================= */

/* =========================================================
   RANGOS - MOBILE
   IMAGEN ARRIBA + OPCIONES 2 x 2
   ========================================================= */

@media (max-width: 768px) {

    /* CAJA PRINCIPAL */
    .arty-rank-box {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        padding: 12px !important;

        margin-bottom: 15px !important;

        align-items: center !important;
    }


    /* IMAGEN ARRIBA */
    .arty-rank-image {
        flex: 0 0 105px;

        width: 105px;

        min-height: 105px;

        padding: 5px;

        margin: 0 0 12px 0 !important;
    }

    .arty-rank-image img {

        width: 105px;

        max-width: 105px;

        height: 105px;

    }


    .arty-rank-content {
        width: 100%;
        padding-left: 0;
    }

    .arty-rank-title {
        font-size: 21px;

        margin-bottom: 9px;

        text-align: center;
    }


    .arty-rank-packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;

        width: 100%;}


    .arty-rank-option {
        min-height: 130px;

        padding: 12px 8px;
    }


    .arty-rank-option-name {

        font-size: 13px;

        margin-bottom: 5px;

    }


    .arty-rank-option-price {

        font-size: 14px;

    }


    .arty-rank-option-button {

        margin-top: 7px;

    }


}

/* =========================================================
   RANGOS - ELIMINAR CONTENEDOR ROSA EXTERNO
   ========================================================= */

.dark .panel.panel-default:has(.arty-rank-box) {

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;

    padding: 0 !important;

}

/* =========================================================
   RANGOS - RECUPERAR EL ANCHO DEL CONTENEDOR ORIGINAL
   ========================================================= */

.dark .panel.panel-default:has(.arty-rank-box) {

    width: calc(100% + 20px) !important;

    margin-left: -10px !important;
    margin-right: -10px !important;

    box-sizing: border-box !important;
}

/* =========================================================
   RANGOS - AJUSTE MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .dark .panel.panel-default:has(.arty-rank-box) {

        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        box-sizing: border-box !important;
    }

}

/* =========================================================
   BOTONES - BORDE DEL COLOR DEL RANGO
   ========================================================= */

.arty-rank-vip .arty-rank-option-button .btn-info {
    border-color: #42cfff !important;
    border-bottom-color: #159ac9 !important;
}

.arty-rank-vip-plus .arty-rank-option-button .btn-info {
    border-color: #ffd84d !important;
    border-bottom-color: #c9a91e !important;
}

/* =========================================================
   TARJETAS VIP - FONDO OSCURO CON AZUL MUY SUTIL
   ========================================================= */

.arty-rank-vip .arty-rank-option {
    background:
        radial-gradient(
            circle at center,
            rgba(24, 120, 170, 0.07) 0%,
            rgba(5, 16, 23, 0.96) 42%,
            rgba(2, 6, 10, 1) 100%
        ) !important;

    border-color: rgba(66, 207, 255, 0.35) !important;

    box-shadow: inset 0 0 18px rgba(0, 120, 180, 0.015) !important;
}



/* =========================================================
   TARJETAS VIP+ - FONDO OSCURO CON DORADO MUY SUTIL
   ========================================================= */

.arty-rank-vip-plus .arty-rank-option {
    background:
        radial-gradient(
            circle at center,
            rgba(150, 110, 10, 0.06) 0%,
            rgba(20, 17, 5, 0.97) 42%,
            rgba(5, 4, 1, 1) 100%
        ) !important;

    border-color: rgba(255, 216, 77, 0.35) !important;

    box-shadow: inset 0 0 18px rgba(150, 110, 10, 0.015) !important;
}


/* =========================================================
   HOVER VIP - RECUPERAR BRILLO AZUL
   ========================================================= */

.arty-rank-vip .arty-rank-option:hover {

    border-color: #42cfff !important;

    box-shadow:
        0 0 8px rgba(66, 207, 255, 0.45),
        0 0 18px rgba(66, 207, 255, 0.20),
        inset 0 0 18px rgba(66, 207, 255, 0.05) !important;

}


/* =========================================================
   HOVER VIP+ - RECUPERAR BRILLO DORADO
   ========================================================= */

.arty-rank-vip-plus .arty-rank-option:hover {

    border-color: #ffd84d !important;

    box-shadow:
        0 0 8px rgba(255, 216, 77, 0.45),
        0 0 18px rgba(255, 216, 77, 0.20),
        inset 0 0 18px rgba(255, 216, 77, 0.05) !important;

}

/* =========================================================
   INFINITO - BRILLO ESPECIAL
   ========================================================= */

/* ---------------------------------------------------------
   VIP INFINITO - AZUL
   --------------------------------------------------------- */

.arty-rank-vip .arty-rank-option:nth-child(4) {

    animation: artyVipInfiniteGlow 2.2s ease-in-out infinite;

}


/* ---------------------------------------------------------
   VIP+ INFINITO - AMARILLO
   --------------------------------------------------------- */

.arty-rank-vip-plus .arty-rank-option:nth-child(4) {

    animation: artyVipPlusInfiniteGlow 2.2s ease-in-out infinite;

}


/* =========================================================
   ANIMACIÓN VIP INFINITO
   ========================================================= */

@keyframes artyVipInfiniteGlow {

    0%,
    100% {

        box-shadow:
            0 0 5px rgba(66, 207, 255, 0.20),
            0 0 10px rgba(66, 207, 255, 0.08),
            inset 0 0 12px rgba(66, 207, 255, 0.025);

    }

    50% {

        box-shadow:
            0 0 12px rgba(66, 207, 255, 0.65),
            0 0 25px rgba(66, 207, 255, 0.30),
            0 0 38px rgba(66, 207, 255, 0.12),
            inset 0 0 18px rgba(66, 207, 255, 0.07);

    }

}


/* =========================================================
   ANIMACIÓN VIP+ INFINITO
   ========================================================= */

@keyframes artyVipPlusInfiniteGlow {

    0%,
    100% {

        box-shadow:
            0 0 5px rgba(255, 216, 77, 0.20),
            0 0 10px rgba(255, 216, 77, 0.08),
            inset 0 0 12px rgba(255, 216, 77, 0.025);

    }

    50% {

        box-shadow:
            0 0 12px rgba(255, 216, 77, 0.65),
            0 0 25px rgba(255, 216, 77, 0.30),
            0 0 38px rgba(255, 216, 77, 0.12),
            inset 0 0 18px rgba(255, 216, 77, 0.07);

    }

}