/*
Theme Name: Hello Elementor Child
Description: Tema filho do Hello Elementor
Template: hello-elementor
Version: 1.0
*/

/* Botões Acabamentos e Blocos 3D */
.botoes-produto {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.botao-produto {
    display: inline-block;
    background-color: #54595F;
    color: #ffffff !important;
    font-family: 'Sequel Sans', sans-serif;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none !important;
    white-space: nowrap;
}

.botao-3d {
    min-width: 40%;
    text-align: center;
}

.botao-icone {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

@media (max-width: 768px) {
    .botao-produto {
        font-size: 13px;
        padding: 8px 18px; /* opcional, pra manter proporção */
    }

.botao-3d {
    min-width: 40%;
    text-align: center;
}
}

/* smart slider mobile*/
@media (max-width: 700px) {
    .n2-ss-slider .n2-ss-slider-controls-side {
        flex-direction: column !important;
    }
    .n2-ss-slider .n2-ss-slider-wrapper-inside {
        width: 100% !important;
        order: 1 !important;
    }
    .n2-ss-slider .n2-ss-slider-controls-right {
        width: 100% !important;
        height: auto !important;
        order: 2 !important;
    }
    .n2-ss-slider .nextend-thumbnail-default {
        height: auto !important;
        width: 100% !important;
    }
    .n2-ss-slider .nextend-thumbnail-inner {
        width: 100% !important;
        height: auto !important;
    }
    .n2-ss-slider .nextend-thumbnail-scroller {
        grid-template-columns: repeat(6, 1fr) !important;
        grid-template-rows: none !important;
        height: auto !important;
    }
    .n2-ss-slider .n2-thumbnail-dot img {
        width: 100% !important;
        height: 50px !important;
        object-fit: cover !important;
    }
    .n2-ss-slider .nextend-thumbnail-button {
        display: none !important;
    }
}