.elementor-438 .elementor-element.elementor-element-e3e9db1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-438 .elementor-element.elementor-element-0092751{padding:0px 0px 30px 0px;}.elementor-438 .elementor-element.elementor-element-0092751.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-438 .elementor-element.elementor-element-72b96e2{--grid-columns:3;--load-more-message-color:var( --e-global-color-text );--load-more-spinner-color:var( --e-global-color-primary );--load-more—spacing:50px;--load-more-button-align:center;}.elementor-438 .elementor-element.elementor-element-72b96e2 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-438 .elementor-element.elementor-element-72b96e2 .e-loop-item > .elementor-section, .elementor-438 .elementor-element.elementor-element-72b96e2 .e-loop-item > .elementor-section > .elementor-container, .elementor-438 .elementor-element.elementor-element-72b96e2 .e-loop-item > .e-con, .elementor-438 .elementor-element.elementor-element-72b96e2 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-438 .elementor-element.elementor-element-72b96e2 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-radius:100px 100px 100px 100px;}.elementor-438 .elementor-element.elementor-element-72b96e2 .e-load-more-message{font-family:"Sora", Sans-serif;font-weight:400;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-438 .elementor-element.elementor-element-72b96e2{--grid-columns:2;}}@media(max-width:767px){.elementor-438 .elementor-element.elementor-element-72b96e2{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-e3e9db1 *//* SearchWP - botão com visual padrão btn-slide-arrow */
.searchwp-form button[type="submit"],
.searchwp-form input[type="submit"],
.swp-form button[type="submit"],
.swp-form input[type="submit"],
.searchwp-live-search-form button[type="submit"],
.searchwp-live-search-form input[type="submit"],
.wp-block-search button[type="submit"],
.wp-block-search input[type="submit"],
.wp-block-search__button {
  --h: 48px;
  --px-left: 24px;
  --px-right: 54px;
  --circle: 36px;
  --gap: 6px;
  --icon-size: 18px;
  --icon-normal: url('/wp-content/uploads/2026/06/icone-normal.svg');
  --icon-hover: url('/wp-content/uploads/2026/06/icone-hover.svg');
  --circle-bg: #F3C308;
  --text-hover: 0px;

  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: var(--h) !important;
  min-height: var(--h) !important;
  padding: 0 var(--px-right) 0 var(--px-left) !important;

  background-color: #000000 !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 999px !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  cursor: pointer !important;
  overflow: hidden !important;
  isolation: isolate !important;

  transition: all 0.25s ease !important;
}

/* SearchWP - botão tipo button com círculo amarelo */
.searchwp-form button[type="submit"]::before,
.swp-form button[type="submit"]::before,
.searchwp-live-search-form button[type="submit"]::before,
.wp-block-search button[type="submit"]::before,
.wp-block-search__button::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: calc((var(--h) - var(--circle)) / 2) !important;

  width: var(--circle) !important;
  height: var(--circle) !important;

  background-color: var(--circle-bg) !important;
  border-radius: 999px !important;

  transform: translateY(-50%) !important;
  z-index: 1 !important;

  transition: all 0.25s ease !important;
}

/* SearchWP - botão tipo button com ícone */
.searchwp-form button[type="submit"]::after,
.swp-form button[type="submit"]::after,
.searchwp-live-search-form button[type="submit"]::after,
.wp-block-search button[type="submit"]::after,
.wp-block-search__button::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: calc((var(--h) - var(--circle)) / 2 + ((var(--circle) - var(--icon-size)) / 2)) !important;

  width: var(--icon-size) !important;
  height: var(--icon-size) !important;

  background-image: var(--icon-normal) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;

  transform: translateY(-50%) !important;
  z-index: 2 !important;

  transition: all 0.25s ease !important;
}

/* SearchWP - hover do botão tipo button */
.searchwp-form button[type="submit"]:hover,
.swp-form button[type="submit"]:hover,
.searchwp-live-search-form button[type="submit"]:hover,
.wp-block-search button[type="submit"]:hover,
.wp-block-search__button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.searchwp-form button[type="submit"]:hover::after,
.swp-form button[type="submit"]:hover::after,
.searchwp-live-search-form button[type="submit"]:hover::after,
.wp-block-search button[type="submit"]:hover::after,
.wp-block-search__button:hover::after {
  background-image: var(--icon-hover) !important;
  transform: translateY(-50%) translateX(3px) !important;
}

/* SearchWP - adaptação para input submit, que não aceita ::before e ::after */
.searchwp-form input[type="submit"],
.swp-form input[type="submit"],
.searchwp-live-search-form input[type="submit"],
.wp-block-search input[type="submit"] {
  background-color: #000000 !important;
  color: #ffffff !important;

  background-image:
    var(--icon-normal),
    radial-gradient(circle, var(--circle-bg) 0 18px, transparent 18.5px) !important;

  background-repeat: no-repeat, no-repeat !important;
  background-size: var(--icon-size) var(--icon-size), var(--circle) var(--circle) !important;
  background-position:
    right 15px center,
    right 6px center !important;

  appearance: none !important;
  -webkit-appearance: none !important;
}

/* SearchWP - hover do input submit */
.searchwp-form input[type="submit"]:hover,
.swp-form input[type="submit"]:hover,
.searchwp-live-search-form input[type="submit"]:hover,
.wp-block-search input[type="submit"]:hover {
  background-color: #000000 !important;
  color: #ffffff !important;

  background-image:
    var(--icon-hover),
    radial-gradient(circle, var(--circle-bg) 0 18px, transparent 18.5px) !important;

  background-position:
    right 12px center,
    right 6px center !important;
}

/* SearchWP - ajuste do campo de busca ao lado do botão */
.searchwp-form input[type="search"],
.swp-form input[type="search"],
.searchwp-live-search-form input[type="search"],
.wp-block-search input[type="search"],
.wp-block-search__input {
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid #DADBDD !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  color: #000000 !important;
}

/* SearchWP - layout horizontal do formulário */
.searchwp-form,
.swp-form,
.searchwp-live-search-form,
.wp-block-search {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* SearchWP - responsivo */
@media (max-width: 767px) {
  .searchwp-form,
  .swp-form,
  .searchwp-live-search-form,
  .wp-block-search {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .searchwp-form button[type="submit"],
  .searchwp-form input[type="submit"],
  .swp-form button[type="submit"],
  .swp-form input[type="submit"],
  .searchwp-live-search-form button[type="submit"],
  .searchwp-live-search-form input[type="submit"],
  .wp-block-search button[type="submit"],
  .wp-block-search input[type="submit"],
  .wp-block-search__button {
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for wc-categories, class: .elementor-element-0092751 *//* Card da categoria */
.elementor-438 .elementor-element.elementor-element-0092751 ul.products li.product-category,
.elementor-438 .elementor-element.elementor-element-0092751 .product-category {
    text-align: center;
}

/* Link interno da categoria */
.elementor-438 .elementor-element.elementor-element-0092751 ul.products li.product-category a,
.elementor-438 .elementor-element.elementor-element-0092751 .product-category a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    text-decoration: none;
}

/* Caixa do ícone da categoria */
.elementor-438 .elementor-element.elementor-element-0092751 ul.products li.product-category img,
.elementor-438 .elementor-element.elementor-element-0092751 .product-category img,
.elementor-438 .elementor-element.elementor-element-0092751 img {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;

    padding: 13px !important;
    object-fit: contain !important;
    object-position: center center !important;

    border: 1px solid #F3C408 !important;
    border-radius: 10px !important;

    background: transparent !important;
    box-sizing: border-box !important;
    display: block !important;

    margin: 0 auto 18px auto !important;
}

/* Título da categoria */
.elementor-438 .elementor-element.elementor-element-0092751 .woocommerce-loop-category__title,
.elementor-438 .elementor-element.elementor-element-0092751 .product-category a h2,
.elementor-438 .elementor-element.elementor-element-0092751 h2 {
    font-size: 13px !important;
    color: #000000 !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Contador de produtos, se aparecer */
.elementor-438 .elementor-element.elementor-element-0092751 .woocommerce-loop-category__title .count {
    font-size: 14px !important;
    color: #000000 !important;
    background: transparent !important;
    margin-left: 4px;
}/* End custom CSS */