.elementor-kit-4{--e-global-color-primary:#519DA3;--e-global-color-secondary:#171718;--e-global-color-text:#000000;--e-global-color-accent:#FD8234;--e-global-color-1112299:#FDF8EB;--e-global-color-b6d33a9:#FD8234;--e-global-color-9973503:#636368;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CARD FLEXÍVEL - altura igual, estrutura em coluna */
ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1px solid #eee !important;
}

/* Wrapper criado pelo JS */
.product-footer-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Preço - layout flex, space between para preço riscado e real */
.product-footer-wrapper .price {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 !important;
  color: #333 !important;
  font-weight: 600 !important;
}

/* Preço riscado */
.product-footer-wrapper .price del .amount {
  color: #888 !important;
  font-size: 14px !important;
  text-decoration: line-through !important;
}

/* Preço real */
.product-footer-wrapper .price ins,
.product-footer-wrapper .price ins .amount {
  color: #333 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Botão */
.product-footer-wrapper .button {
  width: 100% !important;
  background-color: #FD8234 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  transition: background-color 0.3s ease !important;
}

.product-footer-wrapper .button:hover {
  background-color: #e86f28 !important;
}

/* Remove selo Oferta */
ul.products li.product span.onsale {
  display: none !important;
}

/* Título preto do produto */
ul.products li.product h2.woocommerce-loop-product__title {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}

/* Responsivo */
@media (max-width: 767px) {
  ul.products li.product {
    padding: 10px !important;
  }
  .product-footer-wrapper .price del .amount {
    font-size: 13px !important;
  }
  .product-footer-wrapper .price ins .amount {
    font-size: 16px !important;
  }
  .product-footer-wrapper .button {
    font-size: 12px !important;
    padding: 8px !important;
  }
}/* End custom CSS */