/* ==================================================
   ELECTRO SACAVEM — REDESIGN 2026
   Camada visual carregada APOS o CSS atual.
   Objetivo: novo design system sem quebrar estrutura,
   WooCommerce, Elementor ou plugins personalizados.
================================================== */

:root {
  --es-red: #e30613;
  --es-red-dark: #b5000b;
  --es-black: #1a1c1c;
  --es-black-pure: #000000;
  --es-white: #ffffff;
  --es-gray-50: #f7f7f7;
  --es-gray-100: #eeeeee;
  --es-gray-200: #e8e8e8;
  --es-gray-300: #e2e2e2;
  --es-gray-600: #707171;
  --es-border: #e2e2e2;
  --es-border-dark: #1a1c1c;
  --es-font: "Inter", Arial, sans-serif;
  --es-container: 1400px;
  --es-radius: 0px;
  --es-content-width: 1180px;
  --es-page-padding: 20px;
}

/* ---------- FUNDAÇÃO GLOBAL ---------- */
body,
button,
input,
select,
textarea {
  font-family: var(--es-font) !important;
}

button,
.button,
.elementor-button,
input,
select,
textarea,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0 !important;
}

a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

/* ---------- SEARCH BAR ---------- */
.bss-search .bss-search__form {
  background: var(--es-white) !important;
  border: 1px solid var(--es-border-dark) !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.bss-search .bss-search__input {
  height: 46px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: var(--es-black) !important;
}

.bss-search .bss-search__input::placeholder {
  color: #767676 !important;
}

.bss-search .bss-search__submit {
  width: auto !important;
  min-width: 48px !important;
  height: 46px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  background: var(--es-black) !important;
  color: var(--es-white) !important;
}

.bss-search .bss-search__submit:hover {
  background: var(--es-red) !important;
}

.bss-search .bss-search__dropdown {
  border-radius: 0 !important;
  border: 1px solid var(--es-border-dark) !important;
}

/* ---------- MINI CART ---------- */
.elementor-menu-cart__main {
  background: var(--es-white) !important;
  border-radius: 0 !important;
  box-shadow: -12px 0 28px rgba(0,0,0,.14) !important;
}

.elementor-menu-cart__header {
  border-bottom: 1px solid var(--es-border) !important;
}

.elementor-menu-cart__product {
  background: var(--es-white) !important;
  border: 1px solid var(--es-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.elementor-menu-cart__product:hover {
  border-color: var(--es-border-dark) !important;
}

.elementor-menu-cart__product-image img {
  border-radius: 0 !important;
}

.elementor-menu-cart__product-name a {
  color: var(--es-black) !important;
}

.elementor-menu-cart__product-price {
  color: var(--es-red) !important;
}

.elementor-menu-cart__product-remove {
  border-radius: 0 !important;
  border: 1px solid var(--es-border-dark) !important;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background: var(--es-black) !important;
  color: var(--es-white) !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background: var(--es-red) !important;
  color: var(--es-white) !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  background: var(--es-black-pure) !important;
}

/* ---------- PRODUCT GRID ---------- */
.bounce-product-grid .elementor-element-dcfd1d5,
.bounce-product-grid .baf-loop-card {
  background: var(--es-white) !important;
  border: 1px solid var(--es-border) !important;
  border-radius: 0 !important;
  padding: 1.5rem !important;
  box-shadow: none !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.bounce-product-grid .elementor-element-dcfd1d5:hover,
.bounce-product-grid .baf-loop-card:hover {
  border-color: var(--es-border-dark) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.05) !important;
}

.bounce-product-grid .elementor-element-d8074cd h2,
.bounce-product-grid .elementor-element-d8074cd a,
.bounce-product-grid .baf-loop-brand,
.bounce-product-grid .baf-loop-brand a {
  color: var(--es-gray-600) !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}

.bounce-product-grid .elementor-element-7fcba7f h1,
.bounce-product-grid .elementor-element-7fcba7f a,
.bounce-product-grid .baf-loop-title,
.bounce-product-grid .baf-loop-title a {
  color: var(--es-black) !important;
  font-size: .88rem !important;
  font-weight: 600 !important;
}

.bounce-product-grid .e-loop-item:hover .elementor-element-7fcba7f a,
.bounce-product-grid .baf-loop-card:hover .baf-loop-title a {
  color: var(--es-red) !important;
}

.bounce-product-grid .price ins *,
.bounce-product-grid .baf-loop-price ins *,
.bounce-product-grid .price > .amount,
.bounce-product-grid .baf-loop-price > .amount {
  color: var(--es-red) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
}

.bounce-product-grid .elementor-element-ae49b4b .elementor-button,
.bounce-product-grid .baf-loop-cart-btn,
.bounce-product-grid .add_to_cart_button,
.bounce-loop-cart-button {
  border-radius: 0 !important;
  background: var(--es-red) !important;
  background-color: var(--es-red) !important;
  color: var(--es-white) !important;
}

.bounce-product-grid .elementor-element-ae49b4b .elementor-button:hover,
.bounce-product-grid .baf-loop-cart-btn:hover,
.bounce-product-grid .add_to_cart_button:hover,
.bounce-loop-cart-button:hover {
  background: var(--es-black) !important;
  background-color: var(--es-black) !important;
}

/* ---------- TOAST ---------- */
.bounce-cart-toast {
  border-radius: 0 !important;
  background: var(--es-black) !important;
  border-left: 4px solid var(--es-red) !important;
}

/* ---------- CART PAGE ---------- */
body.woocommerce-cart {
  background: var(--es-gray-50) !important;
}

body.woocommerce-cart .entry-title {
  color: var(--es-black) !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
}

body.woocommerce-cart table.shop_table {
  border: 1px solid var(--es-border-dark) !important;
  background: var(--es-white) !important;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

body.woocommerce-cart .product-thumbnail img {
  border-radius: 0 !important;
}

body.woocommerce-cart .product-name a {
  color: var(--es-black) !important;
  text-decoration: none !important;
}

body.woocommerce-cart .product-name a:hover {
  color: var(--es-red) !important;
}

body.woocommerce-cart .quantity {
  border-radius: 0 !important;
  border: 1px solid var(--es-border-dark) !important;
}

body.woocommerce-cart .cart_totals {
  border: 1px solid var(--es-border-dark) !important;
  background: var(--es-white) !important;
  padding: 1.25rem !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--es-red) !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--es-black) !important;
}

/* ---------- MY ACCOUNT ---------- */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 0 !important;
  border: 1px solid var(--es-border) !important;
  box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  border-radius: 0 !important;
  color: var(--es-black) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--es-gray-100) !important;
  color: var(--es-red) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: var(--es-black) !important;
  color: var(--es-white) !important;
  box-shadow: none !important;
}

.woocommerce-account h1.entry-title,
.woocommerce-account .entry-title,
.woocommerce-account .woocommerce h1,
.woocommerce-account .elementor-heading-title {
  color: var(--es-black) !important;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account textarea,
.woocommerce-account select {
  border-radius: 0 !important;
}

.woocommerce-account input:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus {
  border-color: var(--es-red) !important;
  box-shadow: 0 0 0 2px rgba(227,6,19,.08) !important;
}

.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account input[type="submit"],
.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-message a.button {
  border-radius: 0 !important;
  background: var(--es-red) !important;
  color: var(--es-white) !important;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover,
.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .woocommerce-info a.button:hover,
.woocommerce-account .woocommerce-message a.button:hover {
  background: var(--es-black) !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  border-radius: 0 !important;
  border: 1px solid var(--es-border) !important;
  box-shadow: none !important;
}

.woocommerce-account .password-input .show-password-input {
  border-radius: 0 !important;
}

/* ---------- RESPONSIVO ---------- */
@media (max-width: 767px) {
  .bounce-product-grid .elementor-element-dcfd1d5,
  .bounce-product-grid .baf-loop-card {
    padding: 1rem !important;
  }

  body.woocommerce-cart table.shop_table {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/* ==================================================
   HEADER - REDESIGN
================================================== */

.es-header {
    width: 100% !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e2e2e2 !important;
}

.es-header-main {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 20px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
}

/* LOGO */
.es-header-main .elementor-widget-theme-site-logo,
.es-header-main .elementor-widget-image {
    flex: 0 0 auto !important;
}

.es-header-main img {
    max-height: 58px !important;
    width: auto !important;
}

/* PESQUISA */
.es-header-main .elementor-widget-shortcode {
    flex: 1 1 auto !important;
    max-width: 720px !important;
    width: 100% !important;
}

.es-header-main .bss-search,
.es-header-main .bss-search-scope {
    max-width: none !important;
    width: 100% !important;
}

.es-header-main .bss-search .bss-search__form {
    min-height: 48px !important;
    padding: 0 !important;

    background: #fff !important;
    border: 1px solid #1a1c1c !important;
    border-radius: 0 !important;
}

.es-header-main .bss-search .bss-search__input {
    height: 48px !important;
    padding: 0 16px !important;

    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #1a1c1c !important;
}

.es-header-main .bss-search .bss-search__input::placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

.es-header-main .bss-search .bss-search__submit {
    width: 52px !important;
    height: 48px !important;

    background: #1a1c1c !important;
    color: #fff !important;

    border-radius: 0 !important;
}

.es-header-main .bss-search .bss-search__submit:hover {
    background: #e30613 !important;
}

/* AÇÕES */
.es-header-actions {
    flex: 0 0 auto !important;

    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
}

/* botão conta */
.es-header-actions .elementor-button {
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;

    background: transparent !important;
    color: #1a1c1c !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}

.es-header-actions .elementor-button:hover {
    color: #e30613 !important;
    background: transparent !important;
}

/* carrinho */
.es-header-actions .elementor-menu-cart__toggle .elementor-button {
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;

    background: transparent !important;
    color: #1a1c1c !important;

    border: 0 !important;
    border-radius: 0 !important;
}

.es-header-actions .elementor-menu-cart__toggle .elementor-button:hover {
    color: #e30613 !important;
}

/* contador carrinho */
.es-header-actions .elementor-menu-cart__toggle_button .elementor-button-icon-qty {
    background: #e30613 !important;
    color: #fff !important;

    border-radius: 0 !important;

    font-size: 10px !important;
    font-weight: 700 !important;
}

/* RESPONSIVO */
@media (max-width: 1024px) {

    .es-header-main {
        gap: 20px !important;
        padding: 16px !important;
    }

    .es-header-main .elementor-widget-shortcode {
        max-width: none !important;
    }

}

@media (max-width: 767px) {

    .es-header-main {
        flex-wrap: wrap !important;
        gap: 14px !important;
    }

    .es-header-main .elementor-widget-theme-site-logo,
    .es-header-main .elementor-widget-image {
        flex: 1 1 auto !important;
    }

    .es-header-main img {
        max-height: 44px !important;
    }

    .es-header-actions {
        margin-left: auto !important;
    }

    .es-header-main .elementor-widget-shortcode {
        order: 3 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}

/* ==================================================
   HEADER - AJUSTES FINAIS DESKTOP
================================================== */

@media (min-width: 1025px) {

    .es-header-main {
        max-width: 1400px !important;
        min-height: 96px !important;
        padding: 14px 20px !important;
        gap: 40px !important;
    }

    /* Logo */
    .es-header-main .elementor-widget-theme-site-logo,
    .es-header-main .elementor-widget-image {
        width: 180px !important;
        max-width: 180px !important;
        flex: 0 0 180px !important;
    }

    .es-header-main img {
        width: 100% !important;
        max-width: 180px !important;
        max-height: 64px !important;
        object-fit: contain !important;
    }

    /* Pesquisa */
    .es-header-main .elementor-widget-shortcode {
        flex: 1 1 auto !important;
        max-width: 650px !important;
        margin: 0 auto !important;
    }

    /* Ações */
    .es-header-actions {
        min-width: 120px !important;
        justify-content: flex-end !important;
        gap: 18px !important;
    }
}


/* ==================================================
   HOME - HERO SLIDER
================================================== */

.es-hero-slider {
    width: 100% !important;
    max-width: 1900px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
}

.es-hero-slider .swiper,
.es-hero-slider .swiper-container {
    width: 100% !important;
    overflow: hidden !important;
}

.es-hero-slider .swiper-slide {
    width: 100% !important;
}

.es-hero-slider .swiper-slide-inner,
.es-hero-slider .swiper-slide a {
    display: block !important;
    width: 100% !important;
}

.es-hero-slider img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    aspect-ratio: 1900 / 470 !important;
    object-fit: cover !important;
    object-position: center center !important;

    border-radius: 0 !important;
}

/* Setas */
.es-hero-slider .elementor-swiper-button,
.es-hero-slider .swiper-button-prev,
.es-hero-slider .swiper-button-next {
    width: 44px !important;
    height: 44px !important;

    background: rgba(26, 28, 28, .85) !important;
    color: #fff !important;

    border-radius: 0 !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.es-hero-slider .elementor-swiper-button:hover,
.es-hero-slider .swiper-button-prev:hover,
.es-hero-slider .swiper-button-next:hover {
    background: #e30613 !important;
    color: #fff !important;
}

/* Mobile */
@media (max-width: 767px) {

    .es-hero-slider img {
        aspect-ratio: 1900 / 470 !important;
        object-fit: cover !important;
    }

    .es-hero-slider .elementor-swiper-button,
    .es-hero-slider .swiper-button-prev,
    .es-hero-slider .swiper-button-next {
        width: 34px !important;
        height: 34px !important;
    }

}

/* ==================================================
   HOME - HERO CONTAINER
================================================== */

.es-home-hero {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    min-height: 0 !important;

    background: #fff !important;
    overflow: hidden !important;
}

.es-home-hero > .e-con-inner {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}



/* ==================================================
   HOME - TRUST / BENEFITS BAR
================================================== */

.es-trust-bar {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #f7f7f7 !important;
    border-bottom: 1px solid #e2e2e2 !important;
}

.es-trust-bar-inner {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 26px 20px !important;

    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: center !important;
}

/* Cada benefício */
.es-trust-bar-inner .elementor-widget-icon-list {
    width: 100% !important;
    margin: 0 !important;
}

/* Separadores */
.es-trust-bar-inner .elementor-widget-icon-list:not(:first-child) {
    border-left: 1px solid #e2e2e2 !important;
}

/* Conteúdo */
.es-trust-bar-inner .elementor-icon-list-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;

    margin: 0 !important;
    padding: 0 24px !important;
}

/* Ícone */
.es-trust-bar-inner .elementor-icon-list-icon {
    color: #e30613 !important;
}

.es-trust-bar-inner .elementor-icon-list-icon svg {
    fill: #e30613 !important;
    width: 20px !important;
    height: 20px !important;
}

/* Texto */
.es-trust-bar-inner .elementor-icon-list-text {
    font-family: "Inter", sans-serif !important;

    font-size: 11px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    letter-spacing: .04em !important;
    text-transform: uppercase !important;

    color: #1a1c1c !important;
}

/* Tablet */
@media (max-width: 1024px) {

    .es-trust-bar-inner {
        padding: 22px 16px !important;
    }

    .es-trust-bar-inner .elementor-icon-list-item {
        padding: 0 12px !important;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .es-trust-bar-inner {
        grid-template-columns: 1fr !important;
        padding: 0 16px !important;
    }

    .es-trust-bar-inner .elementor-widget-icon-list {
        border-left: 0 !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }

    .es-trust-bar-inner .elementor-widget-icon-list:last-child {
        border-bottom: 0 !important;
    }

    .es-trust-bar-inner .elementor-icon-list-item {
        justify-content: flex-start !important;
        min-height: 58px !important;
        padding: 0 !important;
    }

}


/* ==================================================
   HERO - CORREÇÕES
================================================== */

.es-home-hero,
.es-home-hero .elementor-widget-image-carousel,
.es-home-hero .elementor-widget-container,
.es-hero-slider,
.es-hero-slider .swiper,
.es-hero-slider .swiper-wrapper,
.es-hero-slider .swiper-slide,
.es-hero-slider .swiper-slide-inner {
    width: 100% !important;
    max-width: none !important;
}

.es-hero-slider .swiper-slide {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}

.es-hero-slider .swiper-slide-inner {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.es-hero-slider .swiper-slide-image,
.es-hero-slider img {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;

    aspect-ratio: 1900 / 470 !important;

    object-fit: cover !important;
    object-position: center center !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* remove qualquer borda/linha residual */
.es-home-hero,
.es-hero-slider,
.es-hero-slider .swiper {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}


/* ==================================================
   HERO - SETAS
================================================== */

.es-hero-slider .elementor-swiper-button,
.es-hero-slider .swiper-button-prev,
.es-hero-slider .swiper-button-next {
    width: 42px !important;
    height: 42px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    background: rgba(26, 28, 28, .88) !important;
    color: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    line-height: 1 !important;

    top: 50% !important;
    transform: translateY(-50%) !important;
}

.es-hero-slider .elementor-swiper-button svg,
.es-hero-slider .swiper-button-prev::after,
.es-hero-slider .swiper-button-next::after {
    margin: 0 !important;
}

.es-hero-slider .elementor-swiper-button-prev,
.es-hero-slider .swiper-button-prev {
    left: 12px !important;
}

.es-hero-slider .elementor-swiper-button-next,
.es-hero-slider .swiper-button-next {
    right: 12px !important;
}

.es-hero-slider .elementor-swiper-button:hover,
.es-hero-slider .swiper-button-prev:hover,
.es-hero-slider .swiper-button-next:hover {
    background: #e30613 !important;
}


/* ==================================================
   TRUST BAR - ALINHAMENTO
================================================== */

.es-trust-bar-inner {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 26px 20px !important;

    gap: 0 !important;
}

.es-trust-bar-inner > .elementor-element {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

.es-trust-bar-inner .elementor-widget-icon-list {
    width: 100% !important;
}

.es-trust-bar-inner .elementor-icon-list-items {
    width: 100% !important;
    margin: 0 !important;
}

.es-trust-bar-inner .elementor-icon-list-item {
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 12px !important;

    margin: 0 !important;
    padding: 0 24px !important;
}

/* divisória perfeitamente no começo de cada coluna */
.es-trust-bar-inner > .elementor-element:not(:first-child) {
    border-left: 1px solid #e2e2e2 !important;
}


/* ==================================================
   HEADER - ALINHAMENTO CONTA / CARRINHO
================================================== */

.es-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.es-header-actions > .elementor-element {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
}

.es-header-actions .elementor-button-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.es-header-actions .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 44px !important;
    height: 44px !important;

    padding: 0 !important;
    margin: 0 !important;

    line-height: 1 !important;
}

.es-header-actions .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    line-height: 1 !important;
}

.es-header-actions .elementor-button-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
}

.es-header-actions .elementor-menu-cart__toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
}

/* ==================================================
   HOME - CATEGORIES
================================================== */

.es-categories {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 64px 20px 72px !important;

    background: #f7f7f7 !important;
}

.es-categories > .e-con-inner {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 0 !important;
}


/* ==================================================
   SECTION HEADER
================================================== */

.es-section-header {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto 32px !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;

    gap: 32px !important;
}


/* TITLE AREA */

.es-section-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    gap: 7px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* kicker */

.es-section-title .elementor-widget-heading:first-child {
    margin: 0 !important;
}

.es-section-title .elementor-widget-heading:first-child .elementor-heading-title {
    margin: 0 !important;

    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    letter-spacing: .22em !important;
    text-transform: uppercase !important;

    color: #e30613 !important;
}


/* Main title */

.es-section-title .elementor-widget-heading:last-child {
    margin: 0 !important;
}

.es-section-title .elementor-widget-heading:last-child .elementor-heading-title {
    margin: 0 !important;

    font-family: "Inter", sans-serif !important;
    font-size: clamp(26px, 2.2vw, 36px) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;

    letter-spacing: -.035em !important;

    color: #1a1c1c !important;
}


/* ==================================================
   "VER CATÁLOGO COMPLETO"
================================================== */

.es-section-link {
    width: auto !important;
    flex: 0 0 auto !important;
}

.es-section-link .elementor-button {
    width: auto !important;
    min-height: auto !important;

    padding: 0 0 5px !important;

    background: transparent !important;
    color: #1a1c1c !important;

    border: 0 !important;
    border-bottom: 2px solid #e30613 !important;
    border-radius: 0 !important;

    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;

    letter-spacing: .08em !important;
    text-transform: uppercase !important;

    box-shadow: none !important;

    transition:
        color .2s ease,
        border-color .2s ease !important;
}

.es-section-link .elementor-button:hover {
    background: transparent !important;
    color: #e30613 !important;
    border-color: #1a1c1c !important;
}


/* ==================================================
   CATEGORY GRID
================================================== */

.es-categories-grid {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;

    gap: 12px !important;
}


/* ==================================================
   CATEGORY CARD
================================================== */

.es-categories-grid > .elementor-element {
    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.es-categories-grid .elementor-widget-icon-box {
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
}

.es-categories-grid .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        transform .2s ease !important;
}


/* link/card inteiro */

.es-categories-grid .elementor-icon-box-wrapper {
    width: 100% !important;
    min-height: 160px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 20px !important;

    margin: 0 !important;
    padding: 24px 12px !important;
}


/* ==================================================
   ICON
================================================== */

.es-categories-grid .elementor-icon-box-icon {
    margin: 0 !important;
}

.es-categories-grid .elementor-icon {
    width: 62px !important;
    height: 62px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;

    background: #f1f2f3 !important;
    color: #1a1c1c !important;

    border: 0 !important;
    border-radius: 0 !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}

.es-categories-grid .elementor-icon svg {
    width: 28px !important;
    height: 28px !important;

    fill: currentColor !important;
}


/* ==================================================
   CATEGORY TITLE
================================================== */

.es-categories-grid .elementor-icon-box-content {
    width: 100% !important;
}

.es-categories-grid .elementor-icon-box-title {
    margin: 0 !important;
}

.es-categories-grid .elementor-icon-box-title,
.es-categories-grid .elementor-icon-box-title a {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;

    letter-spacing: .025em !important;
    text-transform: uppercase !important;

    color: #1a1c1c !important;
}


/* ==================================================
   HOVER
================================================== */

.es-categories-grid .elementor-widget-container:hover {
    border-color: #1a1c1c !important;
    transform: translateY(-3px);
}

.es-categories-grid .elementor-widget-container:hover .elementor-icon {
    background: #e30613 !important;
    color: #ffffff !important;
}

.es-categories-grid .elementor-widget-container:hover .elementor-icon-box-title,
.es-categories-grid .elementor-widget-container:hover .elementor-icon-box-title a {
    color: #e30613 !important;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1200px) {

    .es-categories-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

}


@media (max-width: 767px) {

    .es-categories {
        padding: 44px 16px 52px !important;
    }

    .es-section-header {
        margin-bottom: 24px !important;

        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 18px !important;
    }

    .es-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .es-categories-grid .elementor-icon-box-wrapper {
        min-height: 140px !important;
        padding: 20px 10px !important;
        gap: 16px !important;
    }

    .es-categories-grid .elementor-icon {
        width: 54px !important;
        height: 54px !important;
    }

}


/* ==================================================
   CATEGORIES - CORREÇÕES DE LAYOUT
================================================== */


/* HEADER DA SECÇÃO
   Título à esquerda + link à direita
-------------------------------------------------- */

.es-section-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    justify-content: space-between !important;

    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto 32px !important;
    padding: 0 !important;

    gap: 32px !important;
}

.es-section-title {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

.es-section-link {
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    align-self: flex-end !important;
}


/* ==================================================
   GRID
================================================== */

.es-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;

    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    gap: 12px !important;
}


/* ==================================================
   CARD - REMOVE DEFINITIVAMENTE O ARREDONDAMENTO
================================================== */

.es-categories-grid > .elementor-element,
.es-categories-grid .elementor-widget-icon-box,
.es-categories-grid .elementor-widget-container,
.es-categories-grid .elementor-icon-box-wrapper {
    border-radius: 0 !important;
}


/* card propriamente dito */

.es-categories-grid .elementor-widget-container {
    width: 100% !important;
    height: 100% !important;

    background: #ffffff !important;

    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;

    transition:
        border-color .2s ease,
        transform .2s ease !important;
}


/* ==================================================
   CONTEÚDO CENTRALIZADO
================================================== */

.es-categories-grid .elementor-icon-box-wrapper {
    width: 100% !important;
    min-height: 170px !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    gap: 20px !important;

    padding: 24px 14px !important;
    margin: 0 !important;
}


/* ==================================================
   ÍCONE
================================================== */

.es-categories-grid .elementor-icon-box-icon {
    width: auto !important;

    margin: 0 auto !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.es-categories-grid .elementor-icon {
    width: 64px !important;
    height: 64px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 auto !important;
    padding: 0 !important;

    background: #f1f2f3 !important;
    color: #1a1c1c !important;

    border: 0 !important;
    border-radius: 0 !important;
}

.es-categories-grid .elementor-icon svg {
    width: 27px !important;
    height: 27px !important;

    margin: 0 !important;
}


/* ==================================================
   TEXTO
================================================== */

.es-categories-grid .elementor-icon-box-content {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
}

.es-categories-grid .elementor-icon-box-title {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
}

.es-categories-grid .elementor-icon-box-title,
.es-categories-grid .elementor-icon-box-title a {
    font-family: "Inter", sans-serif !important;

    font-size: 11px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;

    letter-spacing: .02em !important;
    text-transform: uppercase !important;

    color: #1a1c1c !important;
}


/* ==================================================
   HOVER
================================================== */

.es-categories-grid .elementor-widget-container:hover {
    border-color: #1a1c1c !important;
    transform: translateY(-3px);
}

.es-categories-grid .elementor-widget-container:hover .elementor-icon {
    background: #e30613 !important;
    color: #ffffff !important;
}


/* ==================================================
   REDUZ ESPAÇO NO FINAL DA SECÇÃO
================================================== */

.es-categories {
    padding-bottom: 52px !important;
}


/* ==================================================
   RESPONSIVO
================================================== */

@media (max-width: 1200px) {

    .es-categories-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

}


@media (max-width: 767px) {

    .es-section-header {
        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 18px !important;
    }

    .es-section-link {
        align-self: flex-start !important;
    }

    .es-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .es-categories-grid .elementor-icon-box-wrapper {
        min-height: 145px !important;
    }

}
/* ==================================================
   PRODUCT GRID - REDESIGN FINAL
================================================== */


/* --------------------------------------------------
   GRID
-------------------------------------------------- */

.bounce-product-grid--home .elementor-loop-container {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
}


/* --------------------------------------------------
   ITEM
-------------------------------------------------- */

.bounce-product-grid .e-loop-item,
.bounce-product-grid .baf-loop-item {
    height: 100% !important;
    min-width: 0 !important;
}


/* --------------------------------------------------
   CARD
   Elementor + AJAX
-------------------------------------------------- */

.bounce-product-grid .elementor-element-dcfd1d5,
.bounce-product-grid .baf-loop-card {
    position: relative !important;

    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    padding: 20px !important;
    margin: 0 !important;

    background: #ffffff !important;

    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    overflow: hidden !important;

    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}


/* hover */

.bounce-product-grid .elementor-element-dcfd1d5:hover,
.bounce-product-grid .baf-loop-card:hover {
    border-color: #1a1c1c !important;

    transform: translateY(-3px);

    box-shadow: 0 10px 24px rgba(0,0,0,.05) !important;
}


/* ==================================================
   PRODUCT IMAGE
================================================== */

.bounce-product-grid .loop-product-image,
.bounce-product-grid .baf-loop-image {
    position: relative !important;

    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 0 22px !important;
    padding: 8px !important;

    overflow: hidden !important;

    background: #ffffff !important;
}


/* imagem */

.bounce-product-grid .loop-product-image img,
.bounce-product-grid .baf-loop-image img {
    width: 100% !important;
    height: 100% !important;

    max-width: 180px !important;
    max-height: 180px !important;

    object-fit: contain !important;

    margin: 0 auto !important;

    border-radius: 0 !important;

    transition: transform .35s ease !important;
}


/* hover imagem */

.bounce-product-grid .e-loop-item:hover .loop-product-image img,
.bounce-product-grid .baf-loop-card:hover .baf-loop-image img {
    transform: scale(1.05) !important;
}


/* ==================================================
   BRAND
================================================== */

.bounce-product-grid .elementor-element-d8074cd,
.bounce-product-grid .baf-loop-brand {
    margin: 0 0 7px !important;
}

.bounce-product-grid .elementor-element-d8074cd h2,
.bounce-product-grid .elementor-element-d8074cd a,
.bounce-product-grid .baf-loop-brand,
.bounce-product-grid .baf-loop-brand a {
    margin: 0 !important;

    font-family: "Inter", sans-serif !important;

    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;

    letter-spacing: .12em !important;
    text-transform: uppercase !important;

    color: #707171 !important;

    text-decoration: none !important;
}


/* ==================================================
   PRODUCT TITLE
================================================== */

.bounce-product-grid .elementor-element-7fcba7f {
    margin: 0 !important;
}

.bounce-product-grid .elementor-element-7fcba7f h1,
.bounce-product-grid .elementor-element-7fcba7f h2,
.bounce-product-grid .elementor-element-7fcba7f h3,
.bounce-product-grid .elementor-element-7fcba7f a,
.bounce-product-grid .baf-loop-title,
.bounce-product-grid .baf-loop-title a {
    margin: 0 !important;

    font-family: "Inter", sans-serif !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;

    color: #1a1c1c !important;

    text-decoration: none !important;

    transition: color .2s ease !important;
}


.bounce-product-grid .e-loop-item:hover .elementor-element-7fcba7f a,
.bounce-product-grid .baf-loop-card:hover .baf-loop-title,
.bounce-product-grid .baf-loop-card:hover .baf-loop-title a {
    color: #e30613 !important;
}


/* ==================================================
   FOOTER DO CARD
================================================== */

.bounce-product-grid .elementor-element-6220329,
.bounce-product-grid .baf-loop-footer {
    width: 100% !important;

    margin-top: auto !important;
    padding-top: 18px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;

    gap: 16px !important;

    border-top: 1px solid #eeeeee !important;
}


/* ==================================================
   PRICE
================================================== */

.bounce-product-grid .price,
.bounce-product-grid .baf-loop-price {
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    gap: 5px !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
}


/* preço antigo */

.bounce-product-grid .price del,
.bounce-product-grid .baf-loop-price del {
    display: block !important;

    margin: 0 !important;

    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;

    color: #707171 !important;

    opacity: .75 !important;
}


/* garante estilo interno */

.bounce-product-grid .price del *,
.bounce-product-grid .baf-loop-price del * {
    font-size: 11px !important;
    font-weight: 400 !important;

    color: #707171 !important;
}


/* remove underline do preço promo */

.bounce-product-grid .price ins,
.bounce-product-grid .baf-loop-price ins {
    display: block !important;

    margin: 0 !important;

    text-decoration: none !important;
}


/* preço principal */

.bounce-product-grid .price ins *,
.bounce-product-grid .baf-loop-price ins *,
.bounce-product-grid .price > .amount,
.bounce-product-grid .baf-loop-price > .amount {
    font-family: "Inter", sans-serif !important;

    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    letter-spacing: -.02em !important;

    color: #e30613 !important;
}


/* ==================================================
   ADD TO CART BUTTON
================================================== */

.bounce-product-grid .elementor-element-ae49b4b {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Elementor + AJAX */

.bounce-product-grid .elementor-element-ae49b4b .elementor-button,
.bounce-product-grid .baf-loop-cart-btn,
.bounce-product-grid .add_to_cart_button,
.bounce-product-grid .bounce-loop-cart-button {
    width: 100% !important;
    height: 44px !important;

    min-width: 0 !important;
    min-height: 44px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;

    margin: 0 !important;
    padding: 0 16px !important;

    background: #e30613 !important;
    background-color: #e30613 !important;

    color: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    font-family: "Inter", sans-serif !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    letter-spacing: .1em !important;
    text-transform: uppercase !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        color .2s ease !important;
}


/* hover */

.bounce-product-grid .elementor-element-ae49b4b .elementor-button:hover,
.bounce-product-grid .baf-loop-cart-btn:hover,
.bounce-product-grid .add_to_cart_button:hover,
.bounce-product-grid .bounce-loop-cart-button:hover {
    background: #1a1c1c !important;
    background-color: #1a1c1c !important;

    color: #ffffff !important;
}


/* ícone */

.bounce-product-grid .bounce-loop-cart-icon,
.bounce-product-grid .elementor-button-icon svg {
    width: 16px !important;
    height: 16px !important;

    filter: brightness(0) invert(1) !important;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1200px) {

    .bounce-product-grid--home .elementor-loop-container {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

}


@media (max-width: 1024px) {

    .bounce-product-grid--home .elementor-loop-container,
    .bounce-product-grid--category .elementor-loop-container,
    .bounce-product-grid--category .baf-loop-grid,
    .bounce-product-grid--category .bounce-self-products-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


@media (max-width: 767px) {

    .bounce-product-grid--home .elementor-loop-container,
    .bounce-product-grid--category .elementor-loop-container,
    .bounce-product-grid--category .baf-loop-grid,
    .bounce-product-grid--category .bounce-self-products-list {
        grid-template-columns: 1fr !important;
    }

    .bounce-product-grid .elementor-element-dcfd1d5,
    .bounce-product-grid .baf-loop-card {
        padding: 16px !important;
    }

    .bounce-product-grid .loop-product-image,
    .bounce-product-grid .baf-loop-image {
        height: 190px !important;
        min-height: 190px !important;
    }

}

/* ==================================================
   PRODUCT CARD - AJUSTE FINAL DE PROPORÇÃO
   Não altera botão, hover ou funcionalidade
================================================== */

.bounce-product-grid .elementor-element-dcfd1d5,
.bounce-product-grid .baf-loop-card {
    padding: 18px !important;
}

/* Área da fotografia um pouco mais compacta */
.bounce-product-grid .loop-product-image,
.bounce-product-grid .baf-loop-image {
    height: 180px !important;
    min-height: 180px !important;

    margin-bottom: 18px !important;
    padding: 6px !important;
}

/* Mantém diferentes formatos de produto proporcionais */
.bounce-product-grid .loop-product-image img,
.bounce-product-grid .baf-loop-image img {
    max-width: 170px !important;
    max-height: 170px !important;

    object-fit: contain !important;
}

/* Aproxima ligeiramente preço/CTA do conteúdo */
.bounce-product-grid .elementor-element-6220329,
.bounce-product-grid .baf-loop-footer {
    padding-top: 15px !important;
}


/* ==================================================
   HOME - SOLUTIONS / EDITORIAL MOSAIC
================================================== */

.es-home-solutions {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 72px 20px !important;

    background: #f7f7f7 !important;
}

.es-home-solutions > .e-con-inner {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 0 !important;
}


/* ==================================================
   GRID
================================================== */

.es-solutions-grid {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr 1fr !important;

    gap: 18px !important;
}


/* coluna direita */
.es-solutions-right {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;

    gap: 18px !important;

    min-width: 0 !important;
}


/* ==================================================
   CARDS BASE
================================================== */

.es-solution-large,
.es-solution-small,
.es-solution-wide {
    position: relative !important;

    overflow: hidden !important;

    border-radius: 0 !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    display: flex !important;
    flex-direction: column !important;

    justify-content: flex-end !important;
    align-items: flex-start !important;

    isolation: isolate !important;
}


/* overlay */
.es-solution-large::before,
.es-solution-small::before,
.es-solution-wide::before {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    z-index: -1 !important;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.42) 42%,
            rgba(0,0,0,.05) 75%
        ) !important;

    transition: background .3s ease !important;
}


/* ==================================================
   DIMENSÕES
================================================== */

.es-solution-large {
    min-height: 650px !important;
    padding: 42px !important;
}

.es-solution-small {
    min-height: 315px !important;
    padding: 28px !important;
}

.es-solution-wide {
    grid-column: 1 / -1 !important;

    min-height: 315px !important;
    padding: 32px !important;
}


/* ==================================================
   TYPOGRAPHY
================================================== */

.es-solution-large .elementor-heading-title,
.es-solution-small .elementor-heading-title,
.es-solution-wide .elementor-heading-title {
    margin: 0 !important;

    font-family: "Inter", sans-serif !important;
    font-weight: 800 !important;

    text-transform: uppercase !important;

    color: #ffffff !important;
}

.es-solution-large .elementor-heading-title {
    font-size: clamp(28px, 2.4vw, 40px) !important;
    line-height: 1.05 !important;
}

.es-solution-small .elementor-heading-title,
.es-solution-wide .elementor-heading-title {
    font-size: clamp(20px, 1.7vw, 28px) !important;
    line-height: 1.1 !important;
}


/* texto */
.es-solution-large .elementor-widget-text-editor,
.es-solution-small .elementor-widget-text-editor,
.es-solution-wide .elementor-widget-text-editor {
    margin-top: 10px !important;
    margin-bottom: 0 !important;

    max-width: 520px !important;

    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    line-height: 1.6 !important;

    color: rgba(255,255,255,.82) !important;
}


/* ==================================================
   LINKS / BOTÕES
================================================== */

.es-solution-large .elementor-button,
.es-solution-small .elementor-button,
.es-solution-wide .elementor-button {
    width: auto !important;
    min-height: auto !important;

    margin-top: 18px !important;
    padding: 0 0 5px !important;

    background: transparent !important;

    color: #ffffff !important;

    border: 0 !important;
    border-bottom: 2px solid rgba(255,255,255,.45) !important;
    border-radius: 0 !important;

    font-family: "Inter", sans-serif !important;

    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;

    letter-spacing: .12em !important;
    text-transform: uppercase !important;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        color .2s ease !important;
}

.es-solution-large .elementor-button:hover,
.es-solution-small .elementor-button:hover,
.es-solution-wide .elementor-button:hover {
    background: transparent !important;

    border-color: #e30613 !important;

    color: #ffffff !important;
}


/* ==================================================
   HOVER
================================================== */

.es-solution-large,
.es-solution-small,
.es-solution-wide {
    transition: transform .3s ease !important;
}

.es-solution-large:hover,
.es-solution-small:hover,
.es-solution-wide:hover {
    transform: translateY(-3px) !important;
}

.es-solution-large:hover::before,
.es-solution-small:hover::before,
.es-solution-wide:hover::before {
    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.88) 0%,
            rgba(0,0,0,.52) 45%,
            rgba(0,0,0,.08) 78%
        ) !important;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1024px) {

    .es-solutions-grid {
        grid-template-columns: 1fr !important;
    }

    .es-solution-large {
        min-height: 480px !important;
    }

    .es-solutions-right {
        grid-template-columns: 1fr 1fr !important;
    }

}


@media (max-width: 767px) {

    .es-home-solutions {
        padding: 52px 16px !important;
    }

    .es-solutions-right {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
    }

    .es-solution-wide {
        grid-column: auto !important;
    }

    .es-solution-large,
    .es-solution-small,
    .es-solution-wide {
        min-height: 320px !important;
        padding: 24px !important;
    }

}

/* ==================================================
   SOLUTIONS - REFINAMENTO FINAL
================================================== */

.es-home-solutions .es-section-header {
    margin-bottom: 26px !important;
}

.es-solution-large {
    min-height: 590px !important;
}

.es-solution-small {
    min-height: 286px !important;
}

.es-solution-wide {
    min-height: 286px !important;
}


/* ==================================================
   GLOBAL HOME ALIGNMENT
   Largura única para todas as secções
================================================== */

:root {
    --es-content-width: 1180px;
    --es-page-padding: 20px;
}


/* ==================================================
   CATEGORIES
================================================== */

.es-categories {
    padding-left: var(--es-page-padding) !important;
    padding-right: var(--es-page-padding) !important;
}

.es-categories > .e-con-inner,
.es-categories .es-section-header,
.es-categories .es-categories-grid {
    width: 100% !important;
    max-width: var(--es-content-width) !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==================================================
   SOLUTIONS
================================================== */

.es-home-solutions {
    padding-left: var(--es-page-padding) !important;
    padding-right: var(--es-page-padding) !important;
}

.es-home-solutions > .e-con-inner,
.es-home-solutions .es-section-header,
.es-home-solutions .es-solutions-grid {
    width: 100% !important;
    max-width: var(--es-content-width) !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==================================================
   PRODUCTS
================================================== */

.bounce-product-grid {
    width: 100% !important;
    max-width: var(--es-content-width) !important;

    margin-left: auto !important;
    margin-right: auto !important;
}

.bounce-product-grid .elementor-loop-container,
.bounce-product-grid .baf-loop-grid,
.bounce-product-grid .bounce-self-products-list {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==================================================
   SECTION HEADERS
================================================== */

.es-section-header {
    width: 100% !important;
    max-width: var(--es-content-width) !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media (max-width: 1220px) {

    :root {
        --es-page-padding: 24px;
    }

}

@media (max-width: 767px) {

    :root {
        --es-page-padding: 16px;
    }

}

/* ==================================================
   HOME - VERTICAL RHYTHM
================================================== */

.es-categories {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.es-home-solutions {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.es-categories .es-section-header,
.es-home-solutions .es-section-header {
    margin-bottom: 32px !important;
}

/* ==================================================
   FOOTER - REDESIGN
================================================== */

.es-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    background: #171919 !important;
    color: #ffffff !important;

    border-top: 4px solid #e30613 !important;
}


/* ==================================================
   FOOTER MAIN
================================================== */

.es-footer-main {
    width: calc(100% - 40px) !important;
    max-width: 1240px !important;

    margin: 0 auto !important;
    padding: 64px 0 56px !important;

    display: grid !important;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(0, .9fr)
        minmax(0, .9fr)
        minmax(0, 1.2fr) !important;

    gap: 56px !important;

    align-items: start !important;
}


/* ==================================================
   COLUMNS
================================================== */

.es-footer-brand,
.es-footer-departments,
.es-footer-legal,
.es-footer-contact {
    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ==================================================
   LOGO
================================================== */

.es-footer-brand img {
    width: auto !important;
    max-width: 190px !important;
    max-height: 70px !important;

    object-fit: contain !important;

    margin-bottom: 24px !important;
}


/* ==================================================
   TITLES
================================================== */

.es-footer h2,
.es-footer h3,
.es-footer h4,
.es-footer .elementor-heading-title {
    margin: 0 0 20px !important;

    font-family: "Inter", sans-serif !important;

    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;

    letter-spacing: .18em !important;
    text-transform: uppercase !important;

    color: #e30613 !important;
}


/* ==================================================
   BODY TEXT
================================================== */

.es-footer p,
.es-footer .elementor-widget-text-editor,
.es-footer .elementor-widget-text-editor p {
    margin-top: 0 !important;

    font-family: "Inter", sans-serif !important;

    font-size: 13px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;

    color: rgba(255,255,255,.62) !important;
}


/* ==================================================
   LINKS
================================================== */

.es-footer a {
    color: rgba(255,255,255,.72) !important;

    text-decoration: none !important;

    transition:
        color .2s ease,
        padding-left .2s ease !important;
}

.es-footer a:hover {
    color: #ffffff !important;
}


/* Elementor Icon List */
.es-footer .elementor-icon-list-items {
    margin: 0 !important;
    padding: 0 !important;
}

.es-footer .elementor-icon-list-item {
    margin: 0 0 11px !important;
    padding: 0 !important;
}

.es-footer .elementor-icon-list-text {
    font-family: "Inter", sans-serif !important;

    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;

    color: rgba(255,255,255,.68) !important;
}

.es-footer .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #ffffff !important;
}


/* ==================================================
   CONTACT ICONS
================================================== */

.es-footer-contact .elementor-icon-list-icon {
    color: #e30613 !important;
}

.es-footer-contact .elementor-icon-list-icon svg {
    fill: #e30613 !important;
}


/* ==================================================
   NEWSLETTER
================================================== */

.es-footer input[type="text"],
.es-footer input[type="email"] {
    width: 100% !important;
    min-height: 46px !important;

    padding: 0 14px !important;

    background: transparent !important;

    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 0 !important;

    color: #ffffff !important;

    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;

    box-shadow: none !important;
    outline: none !important;
}

.es-footer input::placeholder {
    color: rgba(255,255,255,.38) !important;
}

.es-footer input:focus {
    border-color: #ffffff !important;
}


/* botão newsletter */

.es-footer button,
.es-footer input[type="submit"],
.es-footer .elementor-button {
    min-height: 46px !important;

    padding: 0 22px !important;

    background: #e30613 !important;
    color: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    font-family: "Inter", sans-serif !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;

    letter-spacing: .1em !important;
    text-transform: uppercase !important;

    box-shadow: none !important;

    transition: background .2s ease !important;
}

.es-footer button:hover,
.es-footer input[type="submit"]:hover,
.es-footer .elementor-button:hover {
    background: #ffffff !important;
    color: #171919 !important;
}


/* ==================================================
   SOCIAL
================================================== */

.es-footer .elementor-social-icon {
    width: 36px !important;
    height: 36px !important;

    background: transparent !important;

    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 0 !important;

    color: #ffffff !important;
}

.es-footer .elementor-social-icon:hover {
    background: #e30613 !important;
    border-color: #e30613 !important;
}


/* ==================================================
   FOOTER BOTTOM
================================================== */

.es-footer-bottom {
    width: calc(100% - 40px) !important;
    max-width: 1240px !important;

    margin: 0 auto !important;
    padding: 24px 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 24px !important;

    border-top: 1px solid rgba(255,255,255,.10) !important;
}


/* texto inferior */

.es-footer-bottom,
.es-footer-bottom p,
.es-footer-bottom a {
    font-family: "Inter", sans-serif !important;

    font-size: 10px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;

    color: rgba(255,255,255,.38) !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .es-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 48px 32px !important;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .es-footer-main {
        width: calc(100% - 32px) !important;

        grid-template-columns: 1fr !important;

        padding: 48px 0 40px !important;

        gap: 36px !important;
    }

    .es-footer-bottom {
        width: calc(100% - 32px) !important;

        flex-direction: column !important;
        align-items: flex-start !important;

        padding: 20px 0 !important;
    }

}


/* ==================================================
   HERO - DESKTOP / MOBILE
================================================== */

.es-hero-slider-desktop {
    display: block !important;
}

.es-hero-slider-mobile {
    display: none !important;
}


/* Desktop */
.es-hero-slider-desktop img,
.es-hero-slider-desktop .swiper-slide-image {
    width: 100% !important;
    height: auto !important;

    aspect-ratio: 1900 / 470 !important;

    object-fit: cover !important;
    object-position: center center !important;

    display: block !important;
}


/* Mobile */
@media (max-width: 767px) {

    .es-hero-slider-desktop {
        display: none !important;
    }

    .es-hero-slider-mobile {
        display: block !important;
        width: 100% !important;
    }

    .es-hero-slider-mobile img,
    .es-hero-slider-mobile .swiper-slide-image {
        width: 100% !important;
        height: auto !important;

        aspect-ratio: 4 / 5 !important;

        object-fit: cover !important;
        object-position: center center !important;

        display: block !important;
    }

}




/* ==================================================
   PRODUCT GRID - MOBILE
================================================== */

@media (max-width: 767px) {

    .bounce-product-grid--home .elementor-loop-container,
    .bounce-product-grid--category .elementor-loop-container,
    .bounce-product-grid--category .baf-loop-grid,
    .bounce-product-grid--category .bounce-self-products-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }


    .bounce-product-grid .elementor-element-dcfd1d5,
    .bounce-product-grid .baf-loop-card {
        padding: 10px !important;
    }


    /* imagem */
    .bounce-product-grid .loop-product-image,
    .bounce-product-grid .baf-loop-image {
        height: 125px !important;
        min-height: 125px !important;

        margin-bottom: 12px !important;
        padding: 4px !important;
    }

    .bounce-product-grid .loop-product-image img,
    .bounce-product-grid .baf-loop-image img {
        max-width: 115px !important;
        max-height: 115px !important;
    }


    /* marca */
    .bounce-product-grid .elementor-element-d8074cd h2,
    .bounce-product-grid .elementor-element-d8074cd a,
    .bounce-product-grid .baf-loop-brand,
    .bounce-product-grid .baf-loop-brand a {
        font-size: 8px !important;
        letter-spacing: .08em !important;
    }


    /* título */
    .bounce-product-grid .elementor-element-7fcba7f h1,
    .bounce-product-grid .elementor-element-7fcba7f h2,
    .bounce-product-grid .elementor-element-7fcba7f h3,
    .bounce-product-grid .elementor-element-7fcba7f a,
    .bounce-product-grid .baf-loop-title,
    .bounce-product-grid .baf-loop-title a {
        font-size: 11px !important;
        line-height: 1.35 !important;
    }


    /* preço */
    .bounce-product-grid .price ins *,
    .bounce-product-grid .baf-loop-price ins *,
    .bounce-product-grid .price > .amount,
    .bounce-product-grid .baf-loop-price > .amount {
        font-size: 16px !important;
    }


    /* botão */
    .bounce-product-grid .elementor-element-ae49b4b .elementor-button,
    .bounce-product-grid .baf-loop-cart-btn,
    .bounce-product-grid .add_to_cart_button,
    .bounce-product-grid .bounce-loop-cart-button {
        height: 36px !important;
        min-height: 36px !important;
    }

}
@media (max-width: 767px) {

    .es-categories {
        padding: 36px 16px !important;
    }

    .es-categories .es-section-header {
        margin-bottom: 22px !important;
    }

    .es-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .es-categories-grid .elementor-icon-box-wrapper {
        min-height: 112px !important;
        padding: 14px 8px !important;
        gap: 10px !important;
    }

    .es-categories-grid .elementor-icon {
        width: 44px !important;
        height: 44px !important;
    }

    .es-categories-grid .elementor-icon svg {
        width: 21px !important;
        height: 21px !important;
    }

    .es-categories-grid .elementor-icon-box-title,
    .es-categories-grid .elementor-icon-box-title a {
        font-size: 9px !important;
    }

}
/* ==================================================
   SOLUTIONS - MOBILE
================================================== */

@media (max-width: 767px) {

    .es-home-solutions {
        padding: 40px 16px !important;
    }

    .es-solutions-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .es-solutions-right {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .es-solution-large {
        min-height: 360px !important;
        padding: 22px !important;
    }

    .es-solution-small {
        min-height: 210px !important;
        padding: 16px !important;
    }

    .es-solution-wide {
        grid-column: 1 / -1 !important;

        min-height: 220px !important;
        padding: 18px !important;
    }


    /* título grande */
    .es-solution-large .elementor-heading-title {
        font-size: 25px !important;
    }


    /* títulos pequenos */
    .es-solution-small .elementor-heading-title,
    .es-solution-wide .elementor-heading-title {
        font-size: 17px !important;
    }


    /* descrições */
    .es-solution-large .elementor-widget-text-editor,
    .es-solution-small .elementor-widget-text-editor,
    .es-solution-wide .elementor-widget-text-editor {
        font-size: 11px !important;
        line-height: 1.45 !important;
    }

}
/* ==================================================
   HEADER - MOBILE
================================================== */

@media (max-width: 767px) {

    .es-header-main {
        display: grid !important;

        grid-template-columns: 1fr auto !important;
        grid-template-rows: auto auto !important;

        gap: 12px 16px !important;

        padding: 14px 16px !important;
    }


    /* logo */
    .es-header-main .elementor-widget-theme-site-logo,
    .es-header-main .elementor-widget-image {
        grid-column: 1 !important;
        grid-row: 1 !important;

        width: auto !important;
    }

    .es-header-main img {
        max-width: 145px !important;
        max-height: 48px !important;
    }


    /* ações */
    .es-header-actions {
        grid-column: 2 !important;
        grid-row: 1 !important;

        margin: 0 !important;
    }


    /* pesquisa */
    .es-header-main .elementor-widget-shortcode {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;

        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
    }


    .es-header-main .bss-search .bss-search__form {
        min-height: 42px !important;
    }

    .es-header-main .bss-search .bss-search__input {
        height: 42px !important;
        font-size: 12px !important;
    }

    .es-header-main .bss-search .bss-search__submit {
        width: 44px !important;
        height: 42px !important;
    }

}

/* ==================================================
   TRUST BAR / BENEFÍCIOS - MOBILE
================================================== */

@media (max-width: 767px) {

    .es-trust-bar {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 16px !important;

        background: #ffffff !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }

    .es-trust-bar-inner {
        width: 100% !important;
        max-width: none !important;

        margin: 0 auto !important;
        padding: 16px 0 !important;

        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        gap: 0 !important;
        align-items: stretch !important;
    }

    /* Cada widget Lista de Ícones vira uma coluna */
    .es-trust-bar-inner > .elementor-element {
        width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 8px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border-left: 0 !important;
        border-right: 1px solid #e2e2e2 !important;
    }

    .es-trust-bar-inner > .elementor-element:last-child {
        border-right: 0 !important;
    }

    .es-trust-bar-inner .elementor-widget-icon-list {
        width: 100% !important;
        margin: 0 !important;
    }

    .es-trust-bar-inner .elementor-icon-list-items {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .es-trust-bar-inner .elementor-icon-list-item {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 7px !important;

        text-align: center !important;
    }

    .es-trust-bar-inner .elementor-icon-list-icon {
        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .es-trust-bar-inner .elementor-icon-list-icon svg {
        width: 17px !important;
        height: 17px !important;

        margin: 0 !important;

        fill: #e30613 !important;
    }

    .es-trust-bar-inner .elementor-icon-list-text {
        padding: 0 !important;

        font-family: "Inter", sans-serif !important;

        font-size: 8px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;

        letter-spacing: .02em !important;
        text-transform: uppercase !important;

        text-align: center !important;

        color: #171919 !important;

        white-space: normal !important;
    }
}


/* ==================================================
   TRUST BAR MOBILE - REFINAMENTO
================================================== */

@media (max-width: 767px) {

    .es-trust-bar {
        padding: 0 !important;
    }

    .es-trust-bar-inner {
        padding: 12px 12px !important;
        min-height: 74px !important;
    }

    .es-trust-bar-inner > .elementor-element {
        padding: 4px 7px !important;

        border-right: 1px solid #eeeeee !important;
    }

    .es-trust-bar-inner > .elementor-element:last-child {
        border-right: none !important;
    }

    .es-trust-bar-inner .elementor-icon-list-item {
        gap: 6px !important;
    }

    .es-trust-bar-inner .elementor-icon-list-icon svg {
        width: 15px !important;
        height: 15px !important;
    }

    .es-trust-bar-inner .elementor-icon-list-text {
        font-size: 7.5px !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
    }
}


/* ==================================================
   PRODUCT GRID MOBILE - PAGE SPACING
================================================== */

@media (max-width: 767px) {

    .bounce-product-grid {
        width: 100% !important;
        max-width: 100% !important;

        margin-left: auto !important;
        margin-right: auto !important;

        padding-left: 16px !important;
        padding-right: 16px !important;

        box-sizing: border-box !important;
    }

    .bounce-product-grid--home .elementor-loop-container,
    .bounce-product-grid--category .elementor-loop-container,
    .bounce-product-grid--category .baf-loop-grid,
    .bounce-product-grid--category .bounce-self-products-list {
        width: 100% !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

}