.elementor-102 .elementor-element.elementor-element-7005daa9:not(.elementor-motion-effects-element-type-background), .elementor-102 .elementor-element.elementor-element-7005daa9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF2F6;}.elementor-102 .elementor-element.elementor-element-7005daa9 > .elementor-container{min-height:45vh;}.elementor-102 .elementor-element.elementor-element-7005daa9{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-102 .elementor-element.elementor-element-7005daa9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102 .elementor-element.elementor-element-6b9cc57 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-102 .elementor-element.elementor-element-67f0e64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-102 .elementor-element.elementor-element-67f0e64:not(.elementor-motion-effects-element-type-background), .elementor-102 .elementor-element.elementor-element-67f0e64 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor4 );}.elementor-102 .elementor-element.elementor-element-5b3470ab:not(.elementor-motion-effects-element-type-background), .elementor-102 .elementor-element.elementor-element-5b3470ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-102 .elementor-element.elementor-element-5b3470ab > .elementor-container{max-width:1200px;}.elementor-102 .elementor-element.elementor-element-5b3470ab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 20px 60px 20px;}.elementor-102 .elementor-element.elementor-element-5b3470ab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-102 .elementor-element.elementor-element-c12022a{--grid-columns:4;}.elementor-102 .elementor-element.elementor-element-c12022a .elementor-loop-container{grid-auto-rows:1fr;}.elementor-102 .elementor-element.elementor-element-c12022a .e-loop-item > .elementor-section, .elementor-102 .elementor-element.elementor-element-c12022a .e-loop-item > .elementor-section > .elementor-container, .elementor-102 .elementor-element.elementor-element-c12022a .e-loop-item > .e-con, .elementor-102 .elementor-element.elementor-element-c12022a .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-102 .elementor-element.elementor-element-c12022a .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-102 .elementor-element.elementor-element-c12022a .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-102 .elementor-element.elementor-element-c12022a .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-102 .elementor-element.elementor-element-c12022a .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-102 .elementor-element.elementor-element-c12022a .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-102 .elementor-element.elementor-element-7dce0b2:not(.elementor-motion-effects-element-type-background), .elementor-102 .elementor-element.elementor-element-7dce0b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-102 .elementor-element.elementor-element-7dce0b2{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-102 .elementor-element.elementor-element-7dce0b2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102 .elementor-element.elementor-element-6a597297 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-102 .elementor-element.elementor-element-c12022a{--grid-columns:2;}}@media(max-width:767px){.elementor-102 .elementor-element.elementor-element-c12022a{--grid-columns:1;}}/* Start custom CSS *//* Product card styles */
.nubi-product-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(196, 84, 122, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(242, 213, 224, 0.3);
}

.nubi-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 45px rgba(196, 84, 122, 0.15);
  border-color: rgba(212, 114, 140, 0.2);
}

/* Image zoom on hover */
.nubi-product-card .nubi-prod-img img,
.e-loop-item img {
  transition: transform 0.5s ease !important;
}

.nubi-product-card:hover .nubi-prod-img img,
.e-loop-item:hover img {
  transform: scale(1.06);
}

/* WhatsApp button inside card */
.nubi-wa-prod-btn .elementor-button,
.e-loop-item .elementor-button[href*='wa.me'] {
  background: #25D366 !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.nubi-wa-prod-btn .elementor-button:hover,
.e-loop-item .elementor-button[href*='wa.me']:hover {
  background: #1EBE57 !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
  transform: translateY(-1px);
}
/* ============================================
   ESTILOS PERSONALIZADOS - WPC FILTERS WIDGET
   Para: Nuby Tejidos & Artesanías
   ============================================ */

/* --- Variables de color (ajusta según tu marca) --- */
:root {
  --nuby-primary: #c7a17a;       /* Dorado/arena artesanal */
  --nuby-primary-hover: #b08a62;
  --nuby-dark: #3a3a3a;
  --nuby-light: #faf8f5;
  --nuby-border: #e8e0d6;
  --nuby-text: #4a4a4a;
  --nuby-text-light: #888;
  --nuby-white: #ffffff;
  --nuby-radius: 25px;
  --nuby-radius-sm: 8px;
  --nuby-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --nuby-transition: all 0.3s ease;
}

/* --- Contenedor principal del widget --- */
.wpc-filters-main-wrap {
  font-family: inherit;
  margin: 0;
  padding: 0;
}

/* --- Botón "Abrir filtros" --- */
.wpc-open-close-filters-button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: var(--nuby-primary) !important;
  color: var(--nuby-white) !important;
  padding: 10px 24px !important;
  border-radius: var(--nuby-radius) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: var(--nuby-transition);
  border: 2px solid var(--nuby-primary) !important;
  box-shadow: var(--nuby-shadow);
}

.wpc-open-close-filters-button:hover {
  background: var(--nuby-primary-hover) !important;
  border-color: var(--nuby-primary-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(199, 161, 122, 0.3);
}

/* Ícono hamburguesa del botón */
.wpc-open-close-filters-button .wpc-icon-html-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 16px;
}

.wpc-open-close-filters-button .wpc-icon-line-1,
.wpc-open-close-filters-button .wpc-icon-line-2,
.wpc-open-close-filters-button .wpc-icon-line-3 {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--nuby-white);
  border-radius: 2px;
  transition: var(--nuby-transition);
}

/* --- Panel de filtros (contenido desplegable) --- */
.wpc-filters-widget-content {
  background: var(--nuby-white) !important;
  border: 1px solid var(--nuby-border) !important;
  border-radius: var(--nuby-radius-sm) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
  padding: 20px 24px !important;
  margin-top: 12px;
}

/* --- Botón cerrar widget (X) --- */
.wpc-widget-close-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--nuby-light);
  transition: var(--nuby-transition);
  cursor: pointer;
}

.wpc-widget-close-icon:hover {
  background: var(--nuby-border);
}

.wpc-widget-close-icon .wpc-icon-line-1,
.wpc-widget-close-icon .wpc-icon-line-2 {
  background: var(--nuby-dark) !important;
}

/* Título popup */
.wpc-widget-popup-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--nuby-dark) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpc-widget-close-container {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--nuby-border);
  margin-bottom: 16px;
}

/* --- Chips de filtros activos --- */
.wpc-filter-chips-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpc-filter-chip a {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  background: var(--nuby-light) !important;
  color: var(--nuby-text) !important;
  padding: 6px 14px !important;
  border-radius: var(--nuby-radius) !important;
  font-size: 13px !important;
  font-weight: 500;
  text-decoration: none !important;
  border: 1px solid var(--nuby-border);
  transition: var(--nuby-transition);
}

.wpc-filter-chip a:hover {
  background: #fde8e8 !important;
  border-color: #e8a0a0;
  color: #c0392b !important;
}

.wpc-chip-remove-icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--nuby-text-light);
  transition: var(--nuby-transition);
}

.wpc-filter-chip a:hover .wpc-chip-remove-icon {
  color: #c0392b;
}

/* Chip "Reset all" */
.wpc-chip-reset-all a {
  background: var(--nuby-dark) !important;
  color: var(--nuby-white) !important;
  border-color: var(--nuby-dark) !important;
  font-weight: 600;
}

.wpc-chip-reset-all a:hover {
  background: #555 !important;
  border-color: #555 !important;
  color: var(--nuby-white) !important;
}

.wpc-chip-reset-all .wpc-chip-remove-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* --- Título de sección de filtro (ej. "Categorías") --- */
.wpc-filter-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--nuby-dark) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px;
  margin-bottom: 12px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--nuby-primary);
  display: inline-block;
}

/* --- Lista de checkboxes --- */
.wpc-filters-ul-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpc-checkbox-item {
  margin-bottom: 4px !important;
  padding: 0 !important;
}

.wpc-term-item-content-wrapper {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: var(--nuby-radius-sm);
  transition: var(--nuby-transition);
  cursor: pointer;
}

.wpc-term-item-content-wrapper:hover {
  background: var(--nuby-light);
}

/* Elemento seleccionado */
.wpc-term-selected .wpc-term-item-content-wrapper {
  background: rgba(199, 161, 122, 0.1);
  border-left: 3px solid var(--nuby-primary);
}

/* Checkbox personalizado */
.wpc-term-item-content-wrapper input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  border: 2px solid var(--nuby-border) !important;
  border-radius: 4px !important;
  background: var(--nuby-white) !important;
  cursor: pointer;
  position: relative;
  transition: var(--nuby-transition);
  margin: 0 !important;
  padding: 0 !important;
}

.wpc-term-item-content-wrapper input[type="checkbox"]:checked {
  background: var(--nuby-primary) !important;
  border-color: var(--nuby-primary) !important;
}

.wpc-term-item-content-wrapper input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--nuby-white);
  font-size: 13px;
  font-weight: 700;
}

.wpc-term-item-content-wrapper input[type="checkbox"]:hover {
  border-color: var(--nuby-primary) !important;
}

/* Label del checkbox */
.wpc-term-item-content-wrapper label {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 14px !important;
  color: var(--nuby-text) !important;
  cursor: pointer !important;
  margin: 0 !important;
  flex: 1;
}

/* Link dentro del label */
.wpc-filter-link {
  color: var(--nuby-text) !important;
  text-decoration: none !important;
  font-weight: 500;
  transition: var(--nuby-transition);
}

.wpc-filter-link:hover {
  color: var(--nuby-primary) !important;
}

/* Contador de productos */
.wpc-term-count {
  font-size: 12px !important;
  color: var(--nuby-text-light) !important;
  font-weight: 400;
  margin-left: auto;
  background: var(--nuby-light);
  padding: 2px 8px;
  border-radius: 12px;
}

/* --- Botones de acción (Show / Cancel) --- */
.wpc-filters-widget-controls-wrapper {
  display: flex !important;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--nuby-border);
  margin-top: 16px;
}

/* Botón "Show / Aplicar" */
.wpc-filters-apply-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: var(--nuby-primary) !important;
  color: var(--nuby-white) !important;
  padding: 12px 24px !important;
  border-radius: var(--nuby-radius) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: var(--nuby-transition);
  border: none;
  cursor: pointer;
}

.wpc-filters-apply-button:hover {
  background: var(--nuby-primary-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(199, 161, 122, 0.35);
}

/* Botón "Cancel / Cerrar" */
.wpc-filters-close-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: var(--nuby-text-light) !important;
  padding: 12px 20px !important;
  border-radius: var(--nuby-radius) !important;
  font-size: 14px !important;
  font-weight: 500;
  text-decoration: none !important;
  border: 1px solid var(--nuby-border) !important;
  transition: var(--nuby-transition);
  cursor: pointer;
}

.wpc-filters-close-button:hover {
  color: var(--nuby-dark) !important;
  border-color: var(--nuby-dark) !important;
  background: var(--nuby-light) !important;
}

/* --- Spinner de carga --- */
.wpc-spinner {
  border: 3px solid var(--nuby-border) !important;
  border-top-color: var(--nuby-primary) !important;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  animation: wpc-spin 0.8s linear infinite;
}

@keyframes wpc-spin {
  to { transform: rotate(360deg); }
}

/* --- Ocultar enlace de edición (solo admin) --- */
.wpc-edit-filter-set {
  display: none !important;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .wpc-filters-widget-content {
    padding: 16px !important;
  }

  .wpc-filters-widget-controls-wrapper {
    flex-direction: column;
  }

  .wpc-filters-apply-button,
  .wpc-filters-close-button {
    width: 100%;
    text-align: center;
  }

  .wpc-filter-chips-list {
    gap: 6px;
  }

  .wpc-filter-chip a {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}/* End custom CSS */