.elementor-kit-61{--e-global-color-primary:#0D1117;--e-global-color-secondary:#DAA520;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f62fc7f:#F7F3EE;--e-global-color-7c11e5e:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. CORREÇÃO GLOBAL: Impede que o site balance para os lados no mobile */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* CONTAINER PRINCIPAL */
.container-shoppable-videos {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px; /* Reduzido levemente para melhor encaixe */
    padding: 20px 15px; /* Ajustado para não "estourar" a margem */
    background-color: #05070a;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Scroll suave no iOS */
    
    /* Remove as barras de rolagem visíveis */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Edge */
}

/* Esconde a barra cinza no Chrome, Safari e Edge */
.container-shoppable-videos::-webkit-scrollbar {
    display: none;
}

/* CARD DE VÍDEO */
.video-card-premium {
    position: relative;
    display: flex;
    /* Ajustado para 80% para o usuário ver que tem mais vídeos ao lado */
    flex: 0 0 80%; 
    scroll-snap-align: center;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

/* AJUSTE PARA DESKTOP */
@media (min-width: 768px) {
    .video-card-premium {
        flex: 0 0 320px;
    }
}

.video-card-premium:hover {
    transform: translateY(-5px);
}

.video-card-premium video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* SOMBRA */
.shadow-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* BALÃO DE PRODUTO */
.product-overlay {
    position: absolute;
    bottom: 15px;
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    background: rgba(15, 20, 28, 0.85); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.thumb-mini {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-right: 12px;
    object-fit: cover;
    background-color: #1a1a1a;
    flex-shrink: 0;
}

.info .nome {
    color: #E2E8F0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    display: block; /* Garante que o texto se comporte bem */
}

.info .preco {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    display: block;
}

/* Checkout GSS Glass - Dark Mode */
.wc-block-checkout, .wc-block-components-main, .wc-block-components-sidebar {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.wc-block-components-title, .wc-block-components-totals-item__label, .wc-block-components-order-summary__title {
    color: #ffffff !important;
}

/* Campos de preenchimento escuros */
.wc-block-components-text-input input {
    background-color: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #fff !important;
}/* End custom CSS */