/*
Theme Name: Bame
Theme URI: https://wordpress.themeholy.com/bame/
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Bame - Esports & Gaming WordPress Theme  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bame
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    background: var(--th-body-background);
    -webkit-font-smoothing: antialiased;
    cursor: auto;
    /***scroll-bar***/
}
  
body:has(.cursor-image) {
    cursor: url("./assets/img/cursor.svg"), auto;
}
.cursor-animation {
    position: fixed;
    background: var(--theme-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 999999;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    -webkit-transform: translate(2px, 2px);
        -ms-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    mix-blend-mode: exclusion;
  }


  @media (max-width: 1399px) {
    .hero-cta-slider1 .hero-shape-area .hero-bg-shape .hero-bg-border-anime {
        display: none;
    }
}

/*77777777777777777777777777777777777777777777777777777777777
/* BORRAR RECORTES Y BORDES DEL TEMA BAME */
.th-product, 
.th-product .product-img, 
.th-product img,
.th-product .jc-wrapped-link {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    border-radius: 0px !important;
}

/* FORZAR TAMAÑO ÚNICO PARA TODAS LAS FOTOS */
.th-product img, 
.product-img img {
    height: 400px !important; /* Cámbialo a 350px si las quieres más bajas */
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* MOVER MENÚ A LA DERECHA (TEMA BAME) */
.main-menu, 
.header-menu, 
.elementor-nav-menu--main {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
}


/* ELIMINAR LA CAPA NEGRA SOBRE LA IMAGEN (BANNER/HERO) */
.hero-1:after, 
.th-hero-wrapper:after, 
.hero-shape-area:after {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0 !important;
}

/* POR SI EL TEMA USA UN FILTRO DE BRILLO DIRECTO */
.th-hero-bg img, 
.hero-inner img {
    filter: brightness(100%) !important;
    -webkit-filter: brightness(100%) !important;
}