.nvz-ax-finder {
  width: 100%;
  margin: 15px 0;
  overflow: visible;
  position: relative;
  z-index: 20;
}

.nvz-ax-form {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: 16px;
  overflow: visible;
  position: relative;
}

.nvz-ax-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.nvz-ax-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr)) minmax(58px, 86px);
  gap: 12px;
  align-items: end;
  overflow: visible;
}

.nvz-ax-field-wrap {
  position: relative;
  overflow: visible;
}

.nvz-ax-field-wrap label,
.nvz-ax-filter-box label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #222;
}

.nvz-ax-field-wrap label span {
  color: #f05a00;
}

.nvz-ax-input,
.nvz-ax-select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
}

.nvz-ax-input:focus,
.nvz-ax-select:focus {
  outline: none;
  border-color: #f05a00;
  box-shadow: 0 0 0 2px rgba(240, 90, 0, 0.12);
}

.nvz-ax-combo {
  width: 100%;
  position: relative;
  overflow: visible;
}

.nvz-ax-combo-control {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: stretch;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nvz-ax-combo.is-open .nvz-ax-combo-control,
.nvz-ax-combo-control:focus-within {
  border-color: #f05a00;
  box-shadow: 0 0 0 2px rgba(240, 90, 0, 0.12);
}

.nvz-ax-combo-input {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  color: #333;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 20px;
}

.nvz-ax-combo-input::placeholder {
  color: #777;
}

.nvz-ax-combo-toggle {
  width: 34px;
  min-width: 34px;
  border: 0;
  border-left: 1px solid #eeeeee;
  background: #fff;
  color: #555;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.nvz-ax-combo-toggle:hover,
.nvz-ax-combo-toggle:focus {
  background: #fafafa;
  color: #f05a00;
  outline: 0;
}

.nvz-ax-combo-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 9999;
  max-height: 290px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  padding: 4px 0;
}

.nvz-ax-combo.is-open .nvz-ax-combo-list {
  display: block;
}

.nvz-ax-combo-option {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  color: #222;
  text-align: left;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
}

.nvz-ax-combo-option:hover,
.nvz-ax-combo-option:focus,
.nvz-ax-combo-option.is-selected {
  background: #fff3ec;
  color: #f05a00;
  outline: 0;
}

.nvz-ax-empty-option {
  color: #666;
  font-style: italic;
}

.nvz-ax-combo-message {
  padding: 10px 12px;
  color: #777;
  background: #fff;
  font-size: 13px;
}

.nvz-ax-submit-wrap {
  display: flex;
  align-items: flex-end;
}

.nvz-ax-submit {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 3px;
  background: #f05a00;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nvz-ax-submit:hover,
.nvz-ax-submit:focus {
  background: #d94f00;
  color: #fff;
  outline: 0;
}

.nvz-ax-submit-icon {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
}

.nvz-ax-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nvz-ax-help {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.nvz-ax-results-page {
  width: 100%;
  overflow: visible;
}

.nvz-ax-results-header {
  margin-bottom: 16px;
  overflow: visible;
  position: relative;
  z-index: 15;
}

.nvz-ax-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 10px 0 18px;
  font-size: 13px;
}

.nvz-ax-active-filters span {
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  background: #fafafa;
  padding: 4px 10px;
}

.nvz-ax-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.nvz-ax-sidebar {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.nvz-ax-filter-box {
  margin-bottom: 14px;
}

.nvz-ax-submit-full {
  margin-top: 4px;
}

.nvz-ax-clear {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

.nvz-ax-summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.nvz-ax-product-list .products {
  display: flex;
  flex-wrap: wrap;
}

.nvz-ax-simple-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 18px;
}

.nvz-ax-simple-card {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #fff;
  padding: 12px;
  text-align: center;
}

.nvz-ax-simple-image {
  display: block;
  min-height: 140px;
  margin-bottom: 10px;
}

.nvz-ax-simple-image img {
  max-width: 100%;
  height: auto;
}

.nvz-ax-simple-ref {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}

.nvz-ax-simple-name {
  display: block;
  min-height: 38px;
  font-weight: 700;
  color: #222;
}

.nvz-ax-simple-price {
  color: #f05a00;
  font-weight: 700;
  margin-top: 8px;
}

.nvz-ax-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 24px 0;
}

.nvz-ax-page-link,
.nvz-ax-page-ellipsis {
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #dedede;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #fff;
  color: #222;
}

.nvz-ax-page-link.active {
  background: #222;
  color: #fff;
  border-color: #222;
}

.nvz-ax-alert ul {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .nvz-ax-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .nvz-ax-simple-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}

@media (max-width: 767px) {
  .nvz-ax-grid,
  .nvz-ax-layout,
  .nvz-ax-simple-grid {
    grid-template-columns: 1fr;
  }

  .nvz-ax-summary {
    display: block;
  }

  .nvz-ax-combo-list {
    max-height: 240px;
  }
}

.nvz-ax-results-dynamic {
  position: relative;
  min-height: 120px;
}

.nvz-ax-results-page.is-loading .nvz-ax-results-dynamic {
  opacity: 0.55;
  pointer-events: none;
}

.nvz-ax-results-page.is-loading .nvz-ax-results-dynamic::after {
  content: 'Cargando resultados...';
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 13px;
  z-index: 10;
}

.nvz-ax-filter-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #222;
}

.nvz-ax-checkbox-list {
  max-height: 245px;
  overflow-y: auto;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #fff;
  padding: 6px;
}

.nvz-ax-check-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 6px 4px;
  color: #222;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
  border-radius: 3px;
}

.nvz-ax-check-row:hover {
  background: #fff3ec;
}

.nvz-ax-check-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  flex: 0 0 auto;
}

.nvz-ax-check-text {
  flex: 1 1 auto;
}

.nvz-ax-check-count {
  flex: 0 0 auto;
  color: #999;
  font-size: 12px;
}

.nvz-ax-category-row {
  padding-left: calc(4px + (var(--nvz-depth, 0) * 14px));
}

.nvz-ax-empty-facet {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 9px;
  color: #777;
  font-size: 13px;
  background: #fafafa;
}

.nvz-ax-simple-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.nvz-ax-simple-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.nvz-ax-simple-info {
  flex: 1 1 auto;
}

.nvz-ax-card-cart {
  margin-top: auto;
}

.nvz-ax-card-actions {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.nvz-ax-qty {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  text-align: center;
  padding: 6px;
  background: #fff;
  color: #333;
}

.nvz-ax-add-cart,
.nvz-ax-view-product {
  min-height: 38px;
  border: 0;
  border-radius: 3px;
  background: #f05a00;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  text-decoration: none !important;
}

.nvz-ax-add-cart:hover,
.nvz-ax-add-cart:focus,
.nvz-ax-view-product:hover,
.nvz-ax-view-product:focus {
  background: #d94f00;
  color: #fff !important;
  outline: 0;
}

.nvz-ax-card-message {
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
  color: #2d7a2d;
}

.nvz-ax-card-message.is-error {
  color: #c0392b;
}

.nvz-ax-card-cart.is-loading .nvz-ax-add-cart {
  opacity: 0.65;
  pointer-events: none;
}

@media (max-width: 767px) {
  .nvz-ax-checkbox-list {
    max-height: 190px;
  }

  .nvz-ax-card-actions {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}

/* v1.0.6 - Product card alignment, stock ordering UX */
.nvz-ax-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 18px;
}

.nvz-ax-product-miniature {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.nvz-ax-product-miniature .thumbnail-container {
  position: relative;
  background: #fff;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.nvz-ax-product-miniature .thumbnail-container .product-thumbnail,
.nvz-ax-product-miniature .thumbnail-container picture {
  display: block;
  width: 100%;
  text-align: center;
}

.nvz-ax-product-miniature .thumbnail-container img {
  display: inline-block;
  max-width: 100%;
  max-height: 235px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nvz-ax-product-miniature .product-description {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: left;
}

.nvz-ax-product-miniature .product-category-name,
.nvz-ax-product-miniature .product-brand,
.nvz-ax-product-miniature .product-reference {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.nvz-ax-product-miniature .product-title {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  min-height: 36px;
  margin: 6px 0 10px;
}

.nvz-ax-product-miniature .product-title a,
.nvz-ax-product-miniature .product-reference a,
.nvz-ax-product-miniature .product-brand a {
  color: inherit;
  text-decoration: none;
}

.nvz-ax-product-miniature .product-price-and-shipping {
  margin: 8px 0 10px;
}

.nvz-ax-product-miniature .product-price {
  color: #f05a00;
  font-weight: 700;
  font-size: 14px;
}

.nvz-ax-product-miniature .product-add-cart {
  margin-top: auto;
}

.nvz-ax-carrier-group {
  margin-bottom: 10px;
}

.nvz-ax-carrier-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.nvz-ax-carrier-group select,
.nvz-ax-product-miniature .nvz-carrier-selector {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
  padding: 7px 9px;
  color: #555;
}

.nvz-ax-product-miniature .input-group-add-cart,
.nvz-ax-product-miniature .nvz-ax-add-cart-row {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  width: 100%;
}

.nvz-ax-product-miniature .nvz-ax-touchspin {
  display: grid !important;
  grid-template-columns: 46px 22px;
  height: 38px;
  width: 70px;
  max-width: 70px;
  position: relative;
  overflow: hidden;
}

.nvz-ax-product-miniature .nvz-ax-qty {
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 38px !important;
  min-height: 38px !important;
  border: 1px solid #d8d8d8 !important;
  border-right: 0 !important;
  border-radius: 3px 0 0 3px !important;
  text-align: center !important;
  padding: 4px !important;
  margin: 0 !important;
  color: #333 !important;
  background: #fff !important;
  box-shadow: none !important;
  line-height: 28px !important;
  appearance: textfield;
  -moz-appearance: textfield;
}

.nvz-ax-product-miniature .nvz-ax-qty::-webkit-outer-spin-button,
.nvz-ax-product-miniature .nvz-ax-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nvz-ax-product-miniature .nvz-ax-qty-buttons {
  display: flex !important;
  flex-direction: column;
  width: 22px;
  height: 38px;
}

.nvz-ax-product-miniature .nvz-ax-qty-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 19px;
  width: 22px;
  min-width: 22px;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  color: #777;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 9px;
  border-radius: 0;
  cursor: pointer;
}

.nvz-ax-product-miniature .nvz-ax-qty-up {
  border-radius: 0 3px 0 0;
  border-bottom: 0;
}

.nvz-ax-product-miniature .nvz-ax-qty-down {
  border-radius: 0 0 3px 0;
}

.nvz-ax-product-miniature .nvz-ax-touchspin > .input-group-btn,
.nvz-ax-product-miniature .nvz-ax-touchspin > .input-group-addon,
.nvz-ax-product-miniature .nvz-ax-touchspin > .input-group-btn-vertical,
.nvz-ax-product-miniature .nvz-ax-touchspin > .bootstrap-touchspin-prefix,
.nvz-ax-product-miniature .nvz-ax-touchspin > .bootstrap-touchspin-postfix {
  display: none !important;
}

.nvz-ax-add-cart,
.nvz-ax-view-product {
  min-height: 38px;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #f05a00;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  text-decoration: none !important;
}

.nvz-ax-add-cart .spinner-icon {
  display: none;
}

.nvz-ax-card-cart.is-loading .nvz-ax-add-cart .spinner-icon,
.nvz-ax-product-miniature form.is-loading .nvz-ax-add-cart .spinner-icon {
  display: inline-block;
}

.nvz-ax-product-miniature.nvz-ax-product-no-stock {
  opacity: 0.92;
}

.nvz-ax-product-miniature .product-flag.out_of_stock {
  background: #777;
  color: #fff;
}

@media (max-width: 1199px) {
  .nvz-ax-product-grid {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
  }
}

@media (max-width: 767px) {
  .nvz-ax-product-grid {
    grid-template-columns: 1fr;
  }

  .nvz-ax-product-miniature .thumbnail-container {
    min-height: 220px;
  }
}
