.elementor-2852 .elementor-element.elementor-element-a032f61{--display:flex;--padding-top:112px;--padding-bottom:112px;--padding-left:16px;--padding-right:16px;}/* Start custom CSS for shortcode, class: .elementor-element-e809ea6 *//* ================================================= */
/* EXTIRPAR OS BOTÕES NATIVOS DA GAVETA E SUBTOTAL   */
/* ================================================= */
p.woocommerce-mini-cart__buttons.buttons,
div.elementor-menu-cart__footer-buttons,
.woocommerce-mini-cart__total,
.elementor-menu-cart__subtotal {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Hover do botão Zap */
.bravio-zap-btn:hover { background: #fff !important; color: #000 !important; }

/* ================================================= */
/* 2. REESTILIZAR A GAVETA DO ELEMENTOR/WOOCOMMERCE  */
/* ================================================= */

.elementor-menu-cart__container,
.widget_shopping_cart_content {
    font-family: 'Lexend', sans-serif !important;
}

.elementor-menu-cart__product,
.woocommerce-mini-cart-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.elementor-menu-cart__product-image,
.woocommerce-mini-cart-item img {
    order: 1 !important;
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    margin: 0 15px 0 0 !important;
}

.elementor-menu-cart__product-name,
.woocommerce-mini-cart-item a:not(.remove) {
    order: 2 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: lowercase !important;
    color: #000 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
}

.elementor-menu-cart__product-price,
.woocommerce-mini-cart-item .amount { display: none !important; }

.elementor-menu-cart__product-quantity,
.woocommerce-mini-cart-item .quantity {
    order: 3 !important;
    font-size: 13px !important;
    color: #999 !important;
    margin-right: 15px !important;
}

.elementor-menu-cart__product-remove,
.woocommerce-mini-cart-item .remove {
    order: 4 !important;
    position: static !important;
    margin-left: auto !important;
    color: #ccc !important;
    background: none !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
}

.elementor-menu-cart__product-remove:hover,
.woocommerce-mini-cart-item .remove:hover { color: red !important; }

.bravio-zap-btn {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-align: center;
    width: 100%;
    padding: 20px !important;
    text-transform: uppercase;
    font-family: 'Lexend', sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    display: block !important;
    margin-top: 30px !important;
    border: 1px solid #000 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bravio-header-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Lexend', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
}

.bravio-cart-count {
    background: #000; color: #fff; border-radius: 50%;
    width: 20px; height: 20px; display: flex; align-items: center;
    justify-content: center; font-size: 10px;
}

.bravio-side-cart {
    position: fixed; top: 0; right: -450px; 
    width: 400px; max-width: 90vw; height: 100vh;
    background-color: #fff; box-shadow: -5px 0 15px rgba(0,0,0,0.05);
    z-index: 999999; transition: right 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    display: flex; flex-direction: column; font-family: 'Lexend', sans-serif;
}
.bravio-side-cart.open { right: 0; } 

.bravio-cart-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.4); z-index: 999998; opacity: 0; visibility: hidden;
    transition: all 0.4s;
}
.bravio-cart-overlay.open { opacity: 1; visibility: visible; }

.bravio-cart-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 30px; border-bottom: 1px solid #eee;
}
.bravio-cart-header h3 { margin: 0; font-size: 18px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px;}
.close-cart-btn { background: none; border: none; font-size: 30px; cursor: pointer; color: #999; line-height: 1; transition: color 0.3s;}
.close-cart-btn:hover { color: #000; }

.bravio-cart-body { padding: 30px; overflow-y: auto; flex-grow: 1; }

.woocommerce-mini-cart-item { display: flex; align-items: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f5f5f5;}
.woocommerce-mini-cart-item a { text-decoration: none; color: #000; font-weight: 400;}
.woocommerce-mini-cart-item img { width: 70px !important; height: 70px !important; object-fit: cover; margin-left: 0; margin-right: 15px; }

.woocommerce-mini-cart .remove_from_cart_button { color: red !important; font-size: 20px !important; margin-right: 15px; }
.woocommerce-mini-cart .remove_from_cart_button:hover { background: none !important; color: #000 !important; }

.woocommerce-message, .woocommerce-info, .woocommerce-error, .amount, .woocommerce-Price-amount { display: none !important; }

.product-action form.cart { display: flex !important; gap: 20px; align-items: center; width: 100%; margin-top: 10px; }
.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button { -webkit-appearance: none !important; margin: 0 !important; }
.woocommerce .quantity .qty { -moz-appearance: textfield !important; }

.bravio-qty-wrapper {
    display: flex; align-items: center; justify-content: space-between;
    border: 1px solid #d0d0d0; width: 130px; height: 48px; background: transparent; flex-shrink: 0;
}

.bravio-qty-btn {
    background: transparent !important; border: none !important; width: 40px; height: 100%;
    cursor: pointer; font-size: 22px; font-weight: 300; color: #000 !important; 
    display: flex; align-items: center; justify-content: center; padding: 0;
    transition: opacity 0.3s ease; border-radius: 0 !important; 
}
.bravio-qty-btn:hover { opacity: 0.5; }

.bravio-qty-wrapper .qty {
    width: 50px !important; height: 100% !important; border: none !important;
    background: transparent !important; text-align: center !important; padding: 0 !important;
    font-family: 'Lexend', sans-serif !important; font-weight: 300 !important;
    color: #000 !important; font-size: 15px !important; box-shadow: none !important;
}
.bravio-qty-wrapper .qty:focus { outline: none !important; }

.product-action .button, .single_add_to_cart_button {
    background-color: transparent !important; color: #000 !important; flex-grow: 1; 
    border-radius: 0px !important; padding: 14px 0 !important; text-transform: lowercase !important; 
    font-size: 13px !important; font-weight: 300 !important; letter-spacing: 1px !important;
    border: 1px solid #000 !important; transition: all 0.4s ease !important;
    margin: 0 !important; height: 48px !important; display: flex; align-items: center; justify-content: center;
}
.product-action .button:hover { background-color: #000 !important; color: #fff !important; }

/* ================================================= */
/* LAYOUT E GALERIA (SEM SETAS VERTICAIS)            */
/* ================================================= */

.bravio-wrapper {
    display: flex; max-width: 1400px; margin: 0 auto;
    padding: 60px 20px; gap: 60px; font-family: 'Lexend', sans-serif; align-items: flex-start;
}

.bravio-gallery-section {
    width: 65%; display: flex; gap: 20px;
}

/* Ocultado nav buttons e garantido que funciona a rolagem sem setas */
.thumbs-container {
    width: 80px; min-width: 80px; display: flex; flex-direction: column;
    justify-content: flex-start; height: 100%; max-height: 100vh;
}

/* Permitindo scroll nativo invisivel no thumbs! */
.thumbs-list { 
    flex-grow: 1; overflow-y: auto; overflow-x: hidden; 
    display: flex; flex-direction: column; gap: 10px; margin: 0; 
    scroll-behavior: smooth; 
    scrollbar-width: none; /* Firefox */
}
.thumbs-list::-webkit-scrollbar { display: none; } /* Safari e Chrome */

.thumb-wrapper { width: 80px; height: 80px; flex-shrink: 0; }
.thumb-item { width: 100%; height: 100%; object-fit: cover; cursor: pointer; opacity: 0.5; transition: all 0.2s; border: 1px solid transparent; display: block; }
.thumb-item:hover { opacity: 1; }
.thumb-item.active { opacity: 1; border: 1px solid #000; }

.main-image-stage {
    flex-grow: 1; background-color: #f9f9f9; display: flex;
    position: relative; cursor: zoom-in; overflow: hidden;
}

/* MILAGRE: height=auto respeitando a dimensão original sem cortar */
#bravioMainImage {
    width: 100%; height: auto; object-fit: contain; 
    transition: opacity 0.2s ease-in-out; display: block;
}

/* INDICAÇÃO DE EXPANSÃO (HOVER) */
.s304-zoom-hint {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.85); color: #fff; padding: 12px 25px;
    font-size: 11px; letter-spacing: 2px; text-transform: lowercase;
    border: 1px solid rgba(255,255,255,0.1); pointer-events: none; 
    opacity: 0; transition: opacity 0.3s ease; z-index: 20;
    font-family: 'Lexend', sans-serif;
}
.main-image-stage:hover .s304-zoom-hint { opacity: 1; }
.main-image-stage .main-nav-btn { z-index: 21; }

.main-nav-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    background-color: transparent !important; background-image: none !important; 
    border: 1px solid #000 !important; color: #000 !important; 
    width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 21; border-radius: 50%; opacity: 0; 
    padding: 0 !important; box-shadow: none !important; transition: all 0.3s ease;
}
.main-image-stage:hover .main-nav-btn { opacity: 1; }
.main-nav-btn:hover { background-color: #000 !important; border-color: #000 !important; color: #fff !important; }
.main-nav-btn.prev { left: 20px; }
.main-nav-btn.next { right: 20px; }

/* ================================================= */
/* INFO DO PRODUTO (DIREITA)                         */
/* ================================================= */

.bravio-info { width: 35%; position: relative; font-family: 'Lexend', sans-serif; color: #000; }
.bravio-sticky { position: sticky; top: 100px; }

.product-title { font-size: 32px !important; font-weight: 300 !important; margin-bottom: 10px !important; color: #000 !important; line-height: 1.1 !important; text-transform: none !important; }
.product-price-label { font-size: 15px !important; color: #000 !important; margin-bottom: 32px !important; font-style: normal !important; font-weight: 300 !important; }
.product-desc { font-size: 14px !important; font-weight: 300 !important; color: #000 !important; line-height: 1.6 !important; margin-top: 32px !important; margin-bottom: 30px !important; border-top: none !important; padding-top: 0 !important; }
.product-desc p { margin-bottom: 15px !important; }
.product-desc strong, .product-desc b { font-weight: 500 !important; display: block !important; margin-top: 25px !important; margin-bottom: 5px !important; font-size: 14px !important; color: #000 !important; }
.product-desc em, .product-desc i { display: block !important; font-style: italic !important; font-weight: 300 !important; color: #000 !important; margin-bottom: 3px !important; }

.main-product-description { margin-top: 32px !important; font-size: 14px !important; font-weight: 300 !important; color: #000 !important; line-height: 1.6 !important; }
.product-short-desc { font-size: 14px !important; font-weight: 300 !important; color: #000 !important; line-height: 1.6 !important; margin-top: 10px !important; }
.main-product-description p { margin-bottom: 15px !important; }
.main-product-description strong { font-weight: 500 !important; display: block; margin-top: 20px; }

.product-price-label .woocommerce-Price-amount, .product-price-label .amount { display: inline-block !important; visibility: visible !important; font-size: 15px !important; font-weight: 300 !important; color: #000 !important; }
.product-price-label del .woocommerce-Price-amount { color: #999 !important; font-size: 13px !important; margin-right: 8px !important; }

.product-downloads { display: flex; flex-direction: column; gap: 8px; margin-top: 25px; margin-bottom: 30px; }
.btn-download { font-size: 14px !important; text-transform: none !important; color: #000 !important; text-decoration: none !important; border-bottom: none !important; font-weight: 300 !important; letter-spacing: 0 !important; }
.btn-download:hover { text-decoration: underline !important; }

.product-meta { margin-top: 30px; font-size: 11px; color: #999; text-transform: uppercase; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid #eee; padding-top: 20px; letter-spacing: 1px; }
.product-meta a { color: #999; text-decoration: none; }

.related-products-section { max-width: 1400px; margin: 80px auto 0; padding: 60px 20px 100px; border-top: 1px solid #eee; }
.related-title { font-size: 24px; font-weight: 300; margin-bottom: 40px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.related-item a { text-decoration: none; color: #000; display: block; }
.related-img { background-color: #f4f4f4; margin-bottom: 15px; overflow: hidden; height: 350px; }
.related-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.related-item:hover .related-img img { transform: scale(1.05); }
.related-item h4 { font-family: 'Lexend', sans-serif !important; font-size: 1.125rem !important; font-weight: 300 !important; color: #1a1a1a !important; text-transform: lowercase !important; letter-spacing: 0.5px !important; margin-top: 15px !important; margin-bottom: 0 !important; text-align: left !important; line-height: 1.4 !important; }


/* ================================================= */
/* VARIAÇÕES EM COLUNA E ALERTAS STUDIO 304          */
/* ================================================= */

.variations tbody, .variations tr, .variations th, .variations td { display: flex !important; flex-direction: column !important; align-items: flex-start !important; width: 100% !important; border: none !important; background: none !important; padding: 0 !important; }
.variations th { margin-bottom: 10px !important; }
.variations th label { font-family: 'Lexend', sans-serif !important; font-weight: 500 !important; text-transform: lowercase !important; color: #000 !important; font-size: 14px !important; }
.variations td select { width: 100% !important; max-width: 320px; height: 48px !important; border: 1px solid #000 !important; border-radius: 0 !important; padding: 0 10px !important; font-family: 'Lexend', sans-serif !important; font-weight: 300 !important; text-transform: lowercase !important; background-color: transparent !important; cursor: pointer !important; }
.reset_variations { margin-top: 8px !important; font-size: 11px !important; color: #999 !important; text-transform: lowercase !important; text-decoration: none !important; transition: color 0.3s; }
.reset_variations:hover { color: #000 !important; }
.single_variation_wrap { margin-top: 30px !important; }
.woocommerce-variation-add-to-cart .single_add_to_cart_button { height: 48px !important; margin-top: 10px !important; }
.product-action .button, .single_add_to_cart_button.button { height: 52px !important; padding: 0 40px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; font-size: 13px !important; letter-spacing: 1.5px !important; line-height: 1 !important; width: auto !important; min-width: 200px; margin-top: 20px !important; }
.woocommerce-variation-add-to-cart { gap: 30px !important; margin-top: 30px !important; }
form.cart.variations_form { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 0 !important; }
.variations { width: 100% !important; margin-bottom: 25px !important; display: block !important; }
.single_variation_wrap { width: 100% !important; display: block !important; }
.woocommerce-variation-add-to-cart { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; gap: 20px !important; width: 100% !important; }
.bravio-qty-wrapper { width: 130px !important; margin: 0 !important; }
.single_add_to_cart_button.button { margin: 0 !important; width: auto !important; flex-shrink: 0; }
.variations { width: 100% !important; margin-bottom: 10px !important; display: block !important; border: none !important; }
.single_variation_wrap { width: 100% !important; display: block !important; margin-top: 0 !important; }
.woocommerce-variation-add-to-cart { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; gap: 15px !important; padding-top: 10px !important; }

.s304-alert-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(4px); z-index: 9999999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1); }
.s304-alert-card { background: #fff; border: 1px solid #000; padding: 60px 40px; width: 100%; max-width: 400px; text-align: center; transform: translateY(20px); transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1); }
.s304-alert-overlay.active { opacity: 1; visibility: visible; }
.s304-alert-overlay.active .s304-alert-card { transform: translateY(0); }
.s304-alert-message { font-family: 'Lexend', sans-serif; font-size: 14px; font-weight: 300; text-transform: lowercase; color: #000; margin-bottom: 30px; line-height: 1.6; letter-spacing: 0.5px; }
.s304-alert-close { background: transparent !important; color: #000 !important; border: 1px solid #000 !important; padding: 12px 40px; font-family: 'Lexend', sans-serif; font-size: 11px; text-transform: lowercase; letter-spacing: 2px; cursor: pointer; transition: all 0.3s ease-in-out; }
.s304-alert-close:hover { background: #000 !important; color: #fff !important; }


/* ================================================= */
/* LIGHTBOX DE EXPANSÃO (MONOLÍTICO)                 */
/* ================================================= */
.s304-lightbox-overlay {
    position: fixed; top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.95);
    z-index: 99999999; 
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}
.s304-lightbox-overlay.active { opacity: 1; visibility: visible; }

.s304-lb-topbar { position: absolute; top: 0; right: 0; padding: 30px; z-index: 10; }
.s304-lb-close { background: transparent; border: none; color: #fff; font-family: 'Lexend', sans-serif; font-size: 13px; letter-spacing: 2px; cursor: pointer; text-transform: lowercase; opacity: 0.6; transition: opacity 0.3s; }
.s304-lb-close:hover { opacity: 1; text-decoration: underline; }

.s304-lb-content {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 80px; cursor: zoom-out;
}
.s304-lb-content img { max-width: 100%; max-height: 100%; object-fit: contain; user-select: none; cursor: default; }

.s304-lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: transparent; border: 1px solid rgba(255,255,255,0.2);
    color: #fff; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10; border-radius: 50%; transition: all 0.3s;
}
.s304-lb-nav:hover { background: #fff; color: #000; }
.s304-lb-nav svg { width: 22px; height: 22px; fill: currentColor; }
.s304-lb-nav.prev { left: 40px; }
.s304-lb-nav.next { right: 40px; }

/* ================================================= */
/* BLOCO DE ESPECIFICAÇÕES MANUAIS                   */
/* ================================================= */
.product-specs-manual { 
    margin: 0 !important; 
}

.s304-spec-title {
    display: block !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #666 !important;
    margin-top: 32px !important;
    margin-bottom: 8px !important;
    font-family: 'Lexend', sans-serif !important;
    text-transform: lowercase !important;
}

.s304-spec-title:first-child { margin-top: 0 !important; }

.s304-spec-values {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
    letter-spacing: 0.5px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-family: 'Lexend', sans-serif !important;
    line-height: 1.5 !important;
}

/* Esconder qualquer resquício da lista original */
.product-short-desc ul:not(.done) { display: none !important; }


/* ================================================= */
/* ✅ RESPONSIVO CORRIGIDO (SEM MEXER NA LOGO)       */
/* ================================================= */

/* Previne scroll horizontal global de forma segura */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Contém apenas imagens DENTRO do layout do produto */
.bravio-wrapper img,
.related-products-section img,
.woocommerce-mini-cart-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    /* Wrapper principal */
    .bravio-wrapper {
        flex-direction: column;
        padding: 40px 20px !important;
        gap: 35px !important;
        align-items: stretch;
    }

    /* Galeria */
    .bravio-gallery-section {
        width: 100% !important;
        flex-direction: column-reverse !important;
        gap: 20px !important;
    }

    /* Thumbnails horizontais no mobile */
    .thumbs-container {
        width: 100% !important;
        height: auto !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        min-height: 80px;
        padding: 0 10px 10px !important;
        -webkit-overflow-scrolling: touch;
    }
    .thumbs-list {
        flex-direction: row !important;
        width: auto !important;
        height: 80px !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding-bottom: 5px;
    }
    .thumb-wrapper {
        width: 80px !important;
        height: 80px !important;
        flex: 0 0 80px !important; /* Não encolhe */
        margin-right: 0 !important;
    }

    /* Imagem principal */
    .main-image-stage {
        width: 100% !important;
        height: auto !important;
        min-height: 320px !important;
        aspect-ratio: 4/3;
    }
    #bravioMainImage {
        width: 100% !important;
        height: auto !important;
    }

    /* Info do produto */
    .bravio-info {
        width: 100% !important;
    }
    .bravio-sticky {
        position: static !important;
    }
    .product-title {
        font-size: 28px !important;
    }

    /* Navegação da galeria */
    .main-nav-btn {
        opacity: 1 !important;
        width: 36px !important;
        height: 36px !important;
    }
    .main-nav-btn.prev { left: 10px !important; }
    .main-nav-btn.next { right: 10px !important; }

    /* Related products */
    .related-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }
    .related-img { height: 280px !important; }

    /* Lightbox mobile */
    .s304-lb-content { padding: 50px 15px !important; }
    .s304-lb-nav.prev { left: 10px !important; }
    .s304-lb-nav.next { right: 10px !important; }
    .s304-lb-topbar { padding: 20px !important; text-align: right; }
}

@media (max-width: 600px) {
    .bravio-wrapper { padding: 30px 15px !important; gap: 30px !important; }
    .product-title { font-size: 24px !important; }
    .product-price-label { font-size: 14px !important; }
    .s304-spec-values { font-size: 14px !important; }
    
    /* Formulário empilhado */
    .woocommerce-variation-add-to-cart {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 15px !important;
    }
    .single_add_to_cart_button.button,
    .bravio-qty-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
    .variations td select {
        max-width: 100% !important;
    }
    
    .related-grid { grid-template-columns: 1fr !important; }
    .related-img { height: 240px !important; }
    
    .main-nav-btn { width: 32px !important; height: 32px !important; }
    .thumb-wrapper { width: 70px !important; height: 70px !important; flex: 0 0 70px !important; }
}

@media (max-width: 480px) {
    .bravio-wrapper { padding: 25px 12px !important; }
    .product-title { font-size: 22px !important; line-height: 1.2 !important; }
    .s304-spec-title { font-size: 13px !important; margin-top: 24px !important; }
    .s304-spec-values { font-size: 13px !important; }
    .s304-alert-card { padding: 40px 25px !important; margin: 0 10px; }
}


/* ================================================= */
/* ✅ FIX MOBILE: BOTÃO ADICIONAR + QUANTIDADE       */
/* ================================================= */
@media (max-width: 600px) {
    /* Garante que nenhum container interno estoure a tela */
    .bravio-info,
    .bravio-sticky,
    .product-action,
    .woocommerce-variation-add-to-cart,
    form.variations_form.cart {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }

    /* Empilha quantidade e botão verticalmente no mobile */
    .woocommerce-variation-add-to-cart,
    .product-action form.cart {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 15px !important;
        width: 100% !important;
    }

    /* Seletor de quantidade ocupa largura total */
    .bravio-qty-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;
        flex: none !important;
    }

    /* Botão "adicionar" ocupa largura total e texto visível */
    .product-action .button, 
    .single_add_to_cart_button,
    .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        flex-grow: 0 !important;
        padding: 14px 20px !important;
        white-space: nowrap !important; /* Mantém o texto na mesma linha */
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}/* End custom CSS */