.elementor-4097 .elementor-element.elementor-element-e88bb35{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#E8E8E8B3;--border-color:#E8E8E8B3;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:22px;--padding-bottom:23px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4097 .elementor-element.elementor-element-3337236 .elementor-heading-title{font-family:"Fraunces", Sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-0.4px;color:#0C0D12;}.elementor-4097 .elementor-element.elementor-element-a0ec178{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-4097 .elementor-element.elementor-element-4a7abf8{width:100%;max-width:100%;}#elementor-popup-modal-4097 .dialog-widget-content{background-color:#FDF9F7;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4097{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-4097 .dialog-message{width:360px;height:100vh;align-items:flex-start;}#elementor-popup-modal-4097 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-4097 .elementor-element.elementor-element-4a7abf8{width:100%;max-width:100%;}}/* Start custom CSS *//* =========================
   CARD PRINCIPAL
========================= */
#filtros-produtos {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #EEEEEE;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

/* =========================
   HEADER
========================= */
.filtro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid #EEEEEE;
}

.filtro-header h3 {
  font-family: Fraunces, serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #1A1A1A;
}

#limpar-filtros {
  background: none;
  border: none;
  font-size: 12px;
  color: #FF2D8B;
  cursor: pointer;
}

/* =========================
   SEÇÕES
========================= */
.filtro-section {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}

/* TITULOS DAS SEÇÕES */
.filtro-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #1A1A1A;
}

/* seta 
.filtro-section-title::after {
  content: "∧";
  font-size: 12px;
  color: #999;
}
*/

/* =========================
   RADIO LIST
========================= */
#filtros-produtos label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

/* radio custom */
#filtros-produtos input[type="radio"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #767676;
  border-radius: 50%;
  position: relative;
}

#filtros-produtos input[type="radio"]:checked {
  border: 4px solid #FF2D8B;
}

/* =========================
   PREÇO
========================= */
.price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
}

#filtros-produtos input[type="number"] {
  width: 80px;
  height: 32px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

/* separador */
.price-wrapper span {
  color: #999;
}

/* =========================
   TOGGLE ESTOQUE
========================= */
.stock-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-size: 13px;
  color: #666;
}

/* switch */
.switch {
  width: 36px;
  height: 20px;
  background: #EEEEEE;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.switch::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.2s;
}

.switch.active::after {
  left: 18px;
  background: #FF2D8B;
}

/* =========================
   BOTÃO FINAL
========================= */
#aplicar-filtros {
  width: calc(100% - 28px);
  margin: 14px;
  height: 42px;
  background: #0C0D12;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  cursor: pointer;
}

#aplicar-filtros:hover {
  opacity: 0.9;
}/* End custom CSS */