.elementor-59889 .elementor-element.elementor-element-72d46520{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59889 .elementor-element.elementor-element-560029d{--e-image-carousel-slides-to-show:1;padding:20px 20px 20px 20px;}.elementor-59889 .elementor-element.elementor-element-560029d .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-radius:5px 5px 5px 5px;}.elementor-59889 .elementor-element.elementor-element-f509d72{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59889 .elementor-element.elementor-element-169bd53{--e-image-carousel-slides-to-show:1;padding:10px 10px 10px 10px;}.elementor-59889 .elementor-element.elementor-element-169bd53 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-radius:5px 5px 5px 5px;}.elementor-59889 .elementor-element.elementor-element-2e4b84f2{--display:flex;}.elementor-59889 .elementor-element.elementor-element-6cfc9825{--display:flex;}.elementor-59889 .elementor-element.elementor-element-7b0464bb{width:100%;max-width:100%;}.elementor-59889 .elementor-element.elementor-element-c7d2df3{--display:flex;}.elementor-59889 .elementor-element.elementor-element-66bd25b1{--display:flex;}.elementor-59889 .elementor-element.elementor-element-3a17a7ce{--display:flex;}.elementor-59889 .elementor-element.elementor-element-77304a55{--display:flex;}.elementor-59889 .elementor-element.elementor-element-6487066e{--display:flex;}.elementor-59889 .elementor-element.elementor-element-7f96920d{--display:flex;}.elementor-59889 .elementor-element.elementor-element-36a1a740{--display:flex;}.elementor-59889 .elementor-element.elementor-element-442ec9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-59889 .elementor-element.elementor-element-43581843{--display:flex;}/* Start custom CSS for html, class: .elementor-element-80fae47 */.furia-categorias {
    width: 100%;
    padding: 34px 0 32px;
    overflow: visible;
    color: #111;
    background: #fff;
    font-family: Inter, Arial, sans-serif;
}

.furia-categorias__cabecalho {
    width: 100%;
    margin-bottom: 26px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.furia-categorias__titulo {
    margin: 0;
    color: #111;
    font-family: "Barlow Condensed", Inter, sans-serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1;
}

.furia-categorias__subtitulo {
    display: block;
    margin-top: 7px;
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.furia-categorias__todas {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 3px;
    color: #111 !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .2s ease;
}

.furia-categorias__todas:hover {
    color: #b28f00 !important;
}

.furia-categorias__todas span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .furia-categorias {
        padding: 27px 0 24px;
    }

    .furia-categorias__cabecalho {
        margin-bottom: 18px;
    }

    .furia-categorias__titulo {
        font-size: 36px;
    }

    .furia-categorias__subtitulo {
        font-size: 12px;
    }

    .furia-categorias__todas {
        font-size: 13px;
    }
}

/* CORREÇÃO DO TÍTULO CATEGORIAS */

.furia-section-title.furia-categorias-titulo {
    margin: 0 0 7px !important;
    color: #111 !important;
    font-family: "Barlow Condensed", Inter, Arial, sans-serif !important;
    font-size: clamp(38px, 4vw, 48px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

@media (max-width: 767px) {
    .furia-section-title.furia-categorias-titulo {
        font-size: 36px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-70f9fb00 *//* =====================================================
   CARDS DE PRODUTOS — FÚRIA BRINDES
   ===================================================== */

:root {
    --furia-amarelo: #f4c400;
    --furia-amarelo-hover: #ffd400;
    --furia-preto: #111111;
    --furia-cinza: #666666;
    --furia-fundo: #f6f6f6;
    --furia-borda: #e4e4e4;
}

/* GRID */

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 20px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

/* CARD */

.woocommerce ul.products li.product {
    position: relative !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 0 14px !important;

    display: flex !important;
    flex-direction: column !important;

    background: #ffffff !important;
    border: 1px solid var(--furia-borda) !important;
    border-radius: 14px !important;
    overflow: hidden !important;

    box-shadow: 0 3px 14px rgba(0, 0, 0, .06) !important;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease !important;
}

.woocommerce ul.products li.product:hover {
    border-color: var(--furia-amarelo) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .13) !important;
    transform: translateY(-4px);
}

/* LINK PRINCIPAL */

.woocommerce ul.products li.product
a.woocommerce-loop-product__link {
    width: 100% !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    color: var(--furia-preto) !important;
    text-decoration: none !important;
}

/* IMAGEM */

.woocommerce ul.products li.product
a.woocommerce-loop-product__link > img {
    width: 100% !important;
    height: 235px !important;
    min-height: 235px !important;
    max-height: 235px !important;

    margin: 0 0 15px !important;
    padding: 18px !important;

    display: block !important;
    object-fit: contain !important;
    object-position: center !important;

    background: var(--furia-fundo) !important;
    border-radius: 0 !important;

    transition: transform .3s ease !important;
}

.woocommerce ul.products li.product:hover
a.woocommerce-loop-product__link > img {
    transform: scale(1.025);
}

/* TÍTULO */

.woocommerce ul.products li.product
.woocommerce-loop-product__title {
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 15px !important;

    color: var(--furia-preto) !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: left !important;

    transition: color .2s ease !important;
}

.woocommerce ul.products li.product:hover
.woocommerce-loop-product__title {
    color: #8b7100 !important;
}

/* REMOVE PREÇO, CASO APAREÇA */

.woocommerce ul.products li.product .price {
    display: none !important;
}

/* ÁREA DAS VARIAÇÕES */

.woocommerce ul.products li.product
.swatchly_loop_variation_form {
    width: 100% !important;
    margin: 10px 0 4px !important;
    padding: 0 15px !important;
}

.woocommerce ul.products li.product
.swatchly_loop_variation_form table.variations {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

.woocommerce ul.products li.product
.swatchly_loop_variation_form table.variations tr,
.woocommerce ul.products li.product
.swatchly_loop_variation_form table.variations td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
}

/* TEXTO "COR" */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .label label {
    display: block !important;
    margin: 0 0 7px !important;

    color: var(--furia-cinza) !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}

/* ESCONDE O SELECT, MANTÉM AS BOLINHAS */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly_default_select {
    display: none !important;
}

/* CENTRALIZA AS CORES */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-type-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
}

/* BOLINHAS DE COR */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    margin: 0 !important;

    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    outline: 1px solid #cfcfcf !important;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .10) !important;
    cursor: pointer !important;

    transition:
        transform .2s ease,
        outline-color .2s ease,
        box-shadow .2s ease !important;
}

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch:hover,
.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch.swatchly-selected,
.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch[aria-checked="true"] {
    outline: 2px solid var(--furia-amarelo) !important;
    box-shadow: 0 0 0 3px rgba(244, 196, 0, .18) !important;
    transform: scale(1.08);
}

/* BOTÃO */

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product .add_to_cart_button {
    width: calc(100% - 28px) !important;
    min-height: 44px !important;

    margin: 13px 14px 0 !important;
    padding: 11px 15px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: var(--furia-preto) !important;
    background: var(--furia-amarelo) !important;
    border: 1px solid var(--furia-amarelo) !important;
    border-radius: 6px !important;

    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;

    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease !important;
}

.woocommerce ul.products li.product > .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
    color: var(--furia-amarelo) !important;
    background: var(--furia-preto) !important;
    border-color: var(--furia-preto) !important;
    transform: translateY(-1px);
}

/* REMOVE TEXTOS AUXILIARES DO WOOCOMMERCE */

.woocommerce ul.products li.product
.screen-reader-text {
    position: absolute !important;
}

/* TABLET */

@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .woocommerce ul.products li.product
    a.woocommerce-loop-product__link > img {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }
}

/* CELULAR */

@media (max-width: 767px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .woocommerce ul.products li.product {
        border-radius: 10px !important;
        padding-bottom: 10px !important;
    }

    .woocommerce ul.products li.product
    a.woocommerce-loop-product__link > img {
        height: 175px !important;
        min-height: 175px !important;
        max-height: 175px !important;
        margin-bottom: 12px !important;
        padding: 12px !important;
    }

    .woocommerce ul.products li.product
    .woocommerce-loop-product__title {
        min-height: 58px !important;
        padding: 0 11px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .woocommerce ul.products li.product
    .swatchly_loop_variation_form {
        padding: 0 11px !important;
    }

    .woocommerce ul.products li.product > .button,
    .woocommerce ul.products li.product .add_to_cart_button {
        width: calc(100% - 20px) !important;
        min-height: 41px !important;
        margin: 11px 10px 0 !important;
        padding: 10px 8px !important;
        font-size: 12px !important;
    }
}

/* CELULARES MUITO ESTREITOS */

@media (max-width: 380px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
    }

    .woocommerce ul.products li.product
    a.woocommerce-loop-product__link > img {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }
}

/* =====================================================
   AJUSTE DOS TÍTULOS E SELETORES DE COR
   Cole no final do CSS anterior
   ===================================================== */

/* CENTRALIZA OS TÍTULOS */

.woocommerce ul.products li.product
.woocommerce-loop-product__title {
    min-height: 62px !important;
    padding: 10px 16px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

/* CENTRALIZA A ÁREA DAS VARIAÇÕES */

.woocommerce ul.products li.product
.swatchly_loop_variation_form {
    width: 100% !important;
    margin: 8px 0 6px !important;
    padding: 0 15px !important;
    display: block !important;
}

/* TEXTO COR */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .label label {
    display: block !important;
    margin: 0 0 9px !important;
    color: #666666 !important;
    text-align: center !important;
}

/* CONTAINER DAS BOLINHAS */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-type-wrap {
    width: 100% !important;
    min-height: 38px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;

    gap: 10px !important;
    margin: 0 !important;
    padding: 2px 0 !important;
}

/* IMPEDE QUE AS BOLINHAS FIQUEM ESPREMIDAS */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;

    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;

    flex: 0 0 32px !important;
    aspect-ratio: 1 / 1 !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    border: 3px solid #ffffff !important;
    border-radius: 50% !important;
    outline: 1px solid #c8c8c8 !important;

    box-shadow: 0 2px 6px rgba(0, 0, 0, .16) !important;
    line-height: 1 !important;
}

/* CONTEÚDO INTERNO DA BOLINHA */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch
.swatchly-content {
    width: 100% !important;
    height: 100% !important;

    display: block !important;

    border-radius: 50% !important;
    overflow: hidden !important;
}

/* COR SELECIONADA */

.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch:hover,
.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch.swatchly-selected,
.woocommerce ul.products li.product
.swatchly_loop_variation_form .swatchly-swatch[aria-checked="true"] {
    outline: 2px solid #f4c400 !important;
    box-shadow: 0 0 0 4px rgba(244, 196, 0, .20) !important;
    transform: scale(1.06) !important;
}

/* CELULAR */

@media (max-width: 767px) {
    .woocommerce ul.products li.product
    .woocommerce-loop-product__title {
        min-height: 66px !important;
        padding: 9px 10px !important;
        font-size: 13px !important;
    }

    .woocommerce ul.products li.product
    .swatchly_loop_variation_form .swatchly-type-wrap {
        gap: 8px !important;
    }

    .woocommerce ul.products li.product
    .swatchly_loop_variation_form .swatchly-swatch {
        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;

        height: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;

        flex-basis: 28px !important;
    }
}/* End custom CSS */