.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3fc1f16:#FF0042;--e-global-color-a8484fc:#FFFFFF;--e-global-color-7ec74a1:#FF0042BD;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Cards da loja: troca os swatches de cor por um dropdown */
.wd-products .wd-product td.with-swatches .wd-swatches-product[data-id="pa_cor"] {
  display: none !important;
}
.wd-products .wd-product td.with-swatches select[name="attribute_pa_cor"] {
  display: block !important;
  width: 100%;
}

/* =========================================================
   PÁGINA DO PRODUTO — Cor como dropdown com bolinha
   (substitui o bloco anterior)
   ========================================================= */

/* esconde swatches nativos (continuam no DOM, fonte das cores) */
.single-product .variations_form .wd-swatches-product[data-id="pa_cor"] {
  display: none !important;
}
/* esconde o select nativo de cor (funcional, escondido) */
.single-product .variations_form td.value select[name="attribute_pa_cor"] {
  display: none !important;
}

/* dropdown customizado */
.fial-color-select { position: relative; width: 100%; }

.fial-cs-trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  /* fallback: o JS copia o visual real do select de tamanho por cima */
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
  padding: 12px 38px 12px 20px;
  font: inherit;
  color: #333;
}
.fial-cs-trigger:focus { outline: none; }

.fial-cs-dot {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.15);
  background: transparent;
}
.fial-cs-label {
  flex: 1 1 auto;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: #333;
}
.fial-color-select.is-empty .fial-cs-label { color: #9aa0a6; }

.fial-cs-arrow {
  position: absolute;
  right: 16px; top: 50%;
  width: 8px; height: 8px;
  border-right: 2px solid #9aa0a6;
  border-bottom: 2px solid #9aa0a6;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
  pointer-events: none;
}
.fial-color-select.is-open .fial-cs-arrow {
  transform: translateY(-35%) rotate(-135deg);
}

.fial-cs-panel {
  position: absolute; z-index: 50;
  top: calc(100% + 4px); left: 0; right: 0;
  margin: 0; padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  max-height: 280px; overflow-y: auto;
  display: none;
}
.fial-color-select.is-open .fial-cs-panel { display: block; }

.fial-cs-option {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border-radius: 8px;
  cursor: pointer; color: #333;
}
.fial-cs-option:hover, .fial-cs-option.is-active { background: #f3f3f3; }
.fial-cs-panel::-webkit-scrollbar { width: 8px; }
.fial-cs-panel::-webkit-scrollbar-thumb { background: #d4d4d4; border-radius: 8px; }

/* iguala a largura do select de tamanho à do dropdown de cor */
.single-product .variations_form td.value select[name="attribute_pa_tamanho"] {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}


.single-product .woocommerce-product-attributes-item--attribute_pa_cor .woocommerce-product-attributes-item__value {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.single-product .woocommerce-product-attributes-item--attribute_pa_cor .wd-term {
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 3px 9px;
  font-size: 12px;
  line-height: 1.4;
}
.single-product .woocommerce-product-attributes-item--attribute_pa_cor .wd-term-sep {
  display: none;
}/* End custom CSS */