/* Ortohoo catalog system (loaded only on Woo catalog contexts) */

.ortho-catalog-hero {
  --ortho-hero-border-top: #cbe5df;
  --ortho-pill-active-border: #5fb7aa;
  --ortho-pill-active-bg: linear-gradient(180deg, #f2fbf8 0%, #eaf7f3 100%);
  --ortho-pill-active-text: #0b5e52;
  --ortho-pill-active-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 10px rgba(0, 116, 98, 0.1);
  --ortho-pill-active-hover-border: #4fa899;
  --ortho-pill-active-hover-text: #084f44;
  --ortho-pill-active-hover-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 5px 12px rgba(0, 116, 98, 0.12);
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fdfc 0%, #ffffff 56%);
  border: 1px solid #d6ebe5;
  border-top-color: var(--ortho-hero-border-top);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0, 116, 98, 0.08);
  padding: 18px;
  margin: 16px 0 16px;
}

.ortho-catalog-hero::before {
  content: none;
}

body.post-type-archive-product.archive .col-full,
body.tax-product_cat.archive .col-full,
body.post-type-archive-product.woocommerce-page .col-full,
body.tax-product_cat.woocommerce-page .col-full {
  border-top: 0 !important;
}

.ortho-catalog-hero::after {
  content: '';
  position: absolute;
  top: -70px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(10, 138, 117, 0.12) 0%, rgba(10, 138, 117, 0) 70%);
  pointer-events: none;
}

.ortho-catalog-breadcrumb {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #56817a;
}

.ortho-catalog-breadcrumb a {
  color: #0a7968;
  text-decoration: none;
}

.ortho-catalog-breadcrumb a:hover,
.ortho-catalog-breadcrumb a:focus-visible {
  color: #075f51;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ortho-catalog-title {
  margin: 0;
  color: #0f3f37;
  font-size: clamp(1.75rem, 4.9vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.ortho-catalog-hero--alquiler .ortho-catalog-title,
.ortho-catalog-hero--compra .ortho-catalog-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ortho-catalog-hero--alquiler .ortho-catalog-title::before,
.ortho-catalog-hero--compra .ortho-catalog-title::before {
  content: '';
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-self: center;
  background: var(--ortho-catalog-term-icon, url('/wp-content/uploads/2023/02/sillavector.png')) center / contain no-repeat;
  opacity: 0.86;
  filter: saturate(0.82);
  transform: none;
}

.ortho-catalog-description {
  margin: 10px 0 0;
  max-width: 68ch;
  color: #365f57;
  font-size: 1.01rem;
  line-height: 1.58;
}

.ortho-catalog-hero__content {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.ortho-catalog-badges {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ortho-catalog-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d7e8e4;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  color: #3f6d65;
  padding: 6px 11px;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 540;
  letter-spacing: 0.01em;
  box-shadow: none;
  cursor: default;
}

.ortho-catalog-badge::before {
  content: '';
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  background-color: currentColor;
  opacity: 0.58;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2.5a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15Zm3.3 6.4-3.7 3.8a.75.75 0 0 1-1.08.01L6.8 10.95a.75.75 0 0 1 1.06-1.06l1.14 1.14 3.16-3.2a.75.75 0 1 1 1.08 1.04Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 2.5a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15Zm3.3 6.4-3.7 3.8a.75.75 0 0 1-1.08.01L6.8 10.95a.75.75 0 0 1 1.06-1.06l1.14 1.14 3.16-3.2a.75.75 0 1 1 1.08 1.04Z'/%3E%3C/svg%3E");
}

.ortho-catalog-nav {
  position: relative;
  margin-top: 20px;
}

.ortho-catalog-nav__scroll-controls {
  display: none;
}

.ortho-catalog-nav__scroll {
  border: 0;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  color: #2e7066;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  padding: 0;
  margin: 0;
  opacity: 0.9;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
}

.ortho-catalog-nav__scroll::before,
.ortho-catalog-nav__scroll::after {
  content: none !important;
}

.ortho-catalog-nav__scroll-icon {
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 1;
  font-weight: 560;
  text-align: center;
  transform: translateY(-1px);
  text-decoration: none !important;
}

.ortho-catalog-nav__scroll--prev .ortho-catalog-nav__scroll-icon {
  transform: translateY(-1px);
}

.ortho-catalog-nav__scroll:hover,
.ortho-catalog-nav__scroll:focus,
.ortho-catalog-nav__scroll:focus-visible,
.ortho-catalog-nav__scroll:active,
.ortho-catalog-nav__scroll:hover .ortho-catalog-nav__scroll-icon,
.ortho-catalog-nav__scroll:focus .ortho-catalog-nav__scroll-icon,
.ortho-catalog-nav__scroll:focus-visible .ortho-catalog-nav__scroll-icon,
.ortho-catalog-nav__scroll:active .ortho-catalog-nav__scroll-icon {
  text-decoration: none !important;
}

.ortho-catalog-nav__scroll:not([disabled]):hover,
.ortho-catalog-nav__scroll:not([disabled]):focus-visible {
  color: #0f6759;
  opacity: 1;
}

.ortho-catalog-nav__scroll:active,
.ortho-catalog-nav__scroll:focus,
.ortho-catalog-nav__scroll:focus-visible {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.ortho-catalog-nav__scroll[disabled] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: default;
  box-shadow: none;
}

.ortho-catalog-nav__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 4px;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

@media (max-width: 1024px) {
  .ortho-catalog-nav .ortho-catalog-nav__track {
    opacity: 0;
    visibility: hidden;
  }

  .ortho-catalog-nav.is-nav-controls-ready .ortho-catalog-nav__track {
    opacity: 1;
    visibility: visible;
  }
}

.ortho-catalog-nav__track.is-restoring-scroll {
  opacity: 0;
  visibility: hidden;
}

.ortho-catalog-nav__track::-webkit-scrollbar {
  display: none;
}

body.post-type-archive-product.left-sidebar .widget-area,
body.tax-product_cat.left-sidebar .widget-area {
  display: none !important;
}

body.post-type-archive-product.left-sidebar .content-area,
body.tax-product_cat.left-sidebar .content-area {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}

body.post-type-archive-product.archive .content-area,
body.tax-product_cat.archive .content-area,
body.post-type-archive-product.archive #primary,
body.tax-product_cat.archive #primary {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ortho-catalog-pill {
  scroll-snap-align: start;
  white-space: nowrap;
  border: 1px solid #c9e3dc;
  color: #1f564d;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
  border-radius: 999px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 0.92rem;
  font-weight: 520;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 116, 98, 0.06);
  transition: transform 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.ortho-catalog-pill:not(.is-active):hover,
.ortho-catalog-pill:not(.is-active):focus-visible {
  transform: translateY(-1px);
  border-color: #93cdc1;
  color: #0f6759;
  background: linear-gradient(180deg, #fdfefe 0%, #f2faf8 100%);
  box-shadow: 0 4px 10px rgba(0, 116, 98, 0.09);
}

.ortho-catalog-pill.is-active {
  border-color: var(--ortho-pill-active-border);
  background: var(--ortho-pill-active-bg);
  color: var(--ortho-pill-active-text);
  font-weight: 620;
  box-shadow: var(--ortho-pill-active-shadow);
}

.ortho-catalog-pill.is-active:hover,
.ortho-catalog-pill.is-active:focus-visible {
  transform: translateY(-1px);
  border-color: var(--ortho-pill-active-hover-border);
  color: var(--ortho-pill-active-hover-text);
  box-shadow: var(--ortho-pill-active-hover-shadow);
}

.ortho-catalog-hero--compra {
  --ortho-hero-border-top: #d4e5f1;
  --ortho-pill-active-border: #8db1cb;
  --ortho-pill-active-bg: linear-gradient(180deg, #f2f8fc 0%, #e8f1f8 100%);
  --ortho-pill-active-text: #1b4f70;
  --ortho-pill-active-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 4px 10px rgba(44, 102, 141, 0.1);
  --ortho-pill-active-hover-border: #759fbe;
  --ortho-pill-active-hover-text: #134362;
  --ortho-pill-active-hover-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 5px 12px rgba(44, 102, 141, 0.12);
}

.ortho-catalog-hero--ofertas {
  --ortho-hero-border-top: #ead9ba;
  --ortho-pill-active-border: #ceb17b;
  --ortho-pill-active-bg: linear-gradient(180deg, #fff8ec 0%, #fff2df 100%);
  --ortho-pill-active-text: #6d4b1c;
  --ortho-pill-active-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 4px 10px rgba(145, 104, 25, 0.1);
  --ortho-pill-active-hover-border: #bf9959;
  --ortho-pill-active-hover-text: #5a3d14;
  --ortho-pill-active-hover-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 5px 12px rgba(145, 104, 25, 0.13);
}

.ortho-catalog-pill--child {
  background: #f8fcfb;
}

.ortho-catalog-toolbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #e1eeeb;
  border-radius: 14px;
  padding: 12px;
  margin: 0 0 14px;
  background: #ffffff;
}

.ortho-catalog-toolbar .woocommerce-result-count {
  margin: 0;
  color: #274640;
  font-size: 0.9rem;
}

.ortho-catalog-toolbar__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.ortho-catalog-view {
  display: inline-flex;
  border: 1px solid #d8e9e5;
  border-radius: 999px;
  overflow: hidden;
}

.ortho-catalog-view__btn {
  border: 0;
  background: #fff;
  color: #245148;
  padding: 7px 11px;
  font-size: 12px;
  cursor: pointer;
}

.ortho-catalog-view__btn + .ortho-catalog-view__btn {
  border-left: 1px solid #d8e9e5;
}

.ortho-catalog-view__btn.is-active {
  background: #009b85;
  color: #fff;
}

.ortho-catalog-toolbar .woocommerce-ordering {
  margin: 0;
}

.ortho-catalog-toolbar .woocommerce-ordering select.orderby {
  border: 1px solid #cfe4df;
  border-radius: 30px;
  min-height: 40px;
  padding: 7px 34px 7px 12px;
}

/* Shield catalog from legacy global button margin rules */
body.post-type-archive-product .ortho-catalog-view__btn,
body.tax-product_cat .ortho-catalog-view__btn,
body.post-type-archive-product ul.products li.product a.button.ortho-card-cta,
body.tax-product_cat ul.products li.product a.button.ortho-card-cta,
body.post-type-archive-product .ortho-help-btn,
body.tax-product_cat .ortho-help-btn {
  margin-left: 0 !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
  position: relative;
}

body.post-type-archive-product ul.products li.product .ortho-card-badges,
body.tax-product_cat ul.products li.product .ortho-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

body.post-type-archive-product ul.products li.product .ortho-card-badge,
body.tax-product_cat ul.products li.product .ortho-card-badge {
  background: linear-gradient(180deg, #f4fcf9 0%, #e9f7f2 100%);
  color: #0b6052;
  border: 1px solid #bfe0d7;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.008em;
}

body.post-type-archive-product ul.products li.product .ortho-card-microcopy,
body.tax-product_cat ul.products li.product .ortho-card-microcopy {
  margin: 8px 0 0;
  color: #4b6862;
  font-size: 12px;
  line-height: 1.35;
}

body.post-type-archive-product ul.products li.product a.ortho-card-details,
body.tax-product_cat ul.products li.product a.ortho-card-details {
  display: inline-flex;
  margin-top: 8px;
  color: #0d7c69;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.post-type-archive-product ul.products li.product a.button.ortho-card-cta,
body.tax-product_cat ul.products li.product a.button.ortho-card-cta {
  width: 100%;
  border-radius: 999px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body.post-type-archive-product ul.products li.product a.button.ortho-card-cta.ortho-card-cta--alquiler,
body.tax-product_cat ul.products li.product a.button.ortho-card-cta.ortho-card-cta--alquiler {
  background-color: #009b85;
  border-color: #009b85;
  color: #fff;
}

body.post-type-archive-product ul.products li.product a.button.ortho-card-cta.ortho-card-cta--compra,
body.tax-product_cat ul.products li.product a.button.ortho-card-cta.ortho-card-cta--compra {
  background-color: #0f6ba8;
  border-color: #0f6ba8;
  color: #fff;
}

body.ortho-catalog-view-compact.post-type-archive-product ul.products li.product,
body.ortho-catalog-view-compact.tax-product_cat ul.products li.product {
  padding: 12px !important;
}

body.ortho-catalog-view-compact.post-type-archive-product ul.products li.product h2.woocommerce-loop-product__title,
body.ortho-catalog-view-compact.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 1.2;
}

body.ortho-catalog-view-compact.post-type-archive-product ul.products li.product .ortho-card-microcopy,
body.ortho-catalog-view-compact.tax-product_cat ul.products li.product .ortho-card-microcopy {
  display: none;
}

body.ortho-catalog-view-compact.post-type-archive-product ul.products li.product .ortho-card-badges,
body.ortho-catalog-view-compact.tax-product_cat ul.products li.product .ortho-card-badges {
  margin-bottom: 6px;
  gap: 4px;
}

body.ortho-catalog-view-compact.post-type-archive-product ul.products li.product .ortho-card-badge,
body.ortho-catalog-view-compact.tax-product_cat ul.products li.product .ortho-card-badge {
  font-size: 10px;
  padding: 3px 7px;
}

body.post-type-archive-product.archive ul.products > li.product.ortho-catalog-help-card,
body.tax-product_cat.archive ul.products > li.product.ortho-catalog-help-card {
  grid-column: 1 / -1;
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  row-gap: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  border: 1px solid #c6e4dc !important;
  border-right: 1px solid #c6e4dc !important;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fcfa 0%, #ffffff 100%);
  box-shadow: 0 6px 16px rgba(0, 116, 98, 0.08);
  padding: 18px !important;
  align-self: start !important;
  justify-self: stretch;
  transform: none !important;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.post-type-archive-product.archive ul.products > li.product.ortho-catalog-help-card::after,
body.tax-product_cat.archive ul.products > li.product.ortho-catalog-help-card::after {
  content: none !important;
  display: none !important;
}

body.post-type-archive-product.archive ul.products > li.product.ortho-catalog-help-card:hover,
body.tax-product_cat.archive ul.products > li.product.ortho-catalog-help-card:hover,
body.post-type-archive-product.archive ul.products > li.product.ortho-catalog-help-card:focus-within,
body.tax-product_cat.archive ul.products > li.product.ortho-catalog-help-card:focus-within {
  transform: translateY(-1px);
  border-color: #9fcec2 !important;
  border-right-color: #9fcec2 !important;
  box-shadow: 0 8px 18px rgba(0, 116, 98, 0.1);
}

.ortho-catalog-help-card__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.ortho-catalog-help-card__title {
  margin: 0;
  color: #0f4a40;
  font-size: clamp(1.18rem, 1.8vw, 1.38rem);
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.ortho-catalog-help-card__text {
  margin: 0;
  color: #2f5b53;
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 62ch;
}

.ortho-catalog-help-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ortho-help-btn {
  border-radius: 999px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-weight: 650;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 2;
  gap: 8px;
  white-space: nowrap;
  line-height: 1.15;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.ortho-help-btn__icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.ortho-help-btn__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ortho-help-btn__text {
  display: inline-block;
}

.ortho-help-btn--phone {
  background: linear-gradient(180deg, #0a8a75 0%, #007462 100%);
  border: 1px solid #006c5b;
  color: #fff;
  box-shadow: 0 3px 9px rgba(0, 116, 98, 0.16);
}

.ortho-help-btn--mail {
  background: #fff;
  border: 1px solid #9ecfc4;
  color: #0f5f52;
}

.ortho-help-btn--mail .ortho-help-btn__icon {
  background: transparent !important;
}

.ortho-help-btn--whatsapp .ortho-help-btn__icon {
  background: transparent !important;
}

.ortho-help-btn--whatsapp {
  background: linear-gradient(180deg, #2bc95f 0%, #1fae4f 100%);
  border: 1px solid #189846;
  color: #ffffff;
  box-shadow: 0 3px 9px rgba(31, 174, 79, 0.16);
}

.ortho-help-btn:hover,
.ortho-help-btn:focus-visible {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.ortho-help-btn--phone:hover,
.ortho-help-btn--phone:focus-visible,
.ortho-help-btn--whatsapp:hover,
.ortho-help-btn--whatsapp:focus-visible {
  box-shadow: 0 6px 14px rgba(0, 116, 98, 0.2);
}

.ortho-help-btn--mail:hover,
.ortho-help-btn--mail:focus-visible {
  border-color: #80bcae;
  background: #f6fbfa;
  color: #0f5f52 !important;
  box-shadow: 0 4px 10px rgba(15, 95, 82, 0.12);
}

@media (max-width: 767px) {
  body.post-type-archive-product.archive ul.products > li.product.ortho-catalog-help-card,
  body.tax-product_cat.archive ul.products > li.product.ortho-catalog-help-card {
    padding: 16px !important;
  }

  .ortho-catalog-help-card__actions {
    flex-direction: column;
  }

  .ortho-help-btn {
    width: 100%;
  }
}

body.post-type-archive-product.archive .ortho-catalog-trust,
body.tax-product_cat.archive .ortho-catalog-trust {
  margin: 18px 0 12px;
}

.ortho-catalog-trust__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #c6e4dc;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fcfa 0%, #ffffff 100%);
  box-shadow: 0 6px 16px rgba(0, 116, 98, 0.08);
  padding: 18px 20px;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ortho-catalog-trust__inner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #0a8a75 0%, #6ec3b4 100%);
}


.ortho-catalog-trust__title {
  margin: 0;
  color: #0f4a40;
  font-size: clamp(1.08rem, 1.8vw, 1.24rem);
  font-weight: 630;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.ortho-catalog-trust__subtitle {
  margin: 5px 0 0;
  color: #355f58;
  font-size: 0.95rem;
  line-height: 1.4;
  max-width: 54ch;
}

.ortho-catalog-trust--alquiler .ortho-catalog-trust__cards,
.ortho-catalog-trust--compra .ortho-catalog-trust__cards {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #d8ece8;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.ortho-catalog-trust-card {
  position: relative;
  border-right: 1px solid #e0efec;
  background: transparent;
  box-shadow: none;
  padding: 6px 10px;
  min-height: 74px;
  display: grid;
  grid-template-columns: 34px auto;
  grid-template-areas:
    'icon title'
    'icon text';
  column-gap: 9px;
  row-gap: 0;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: start;
  cursor: default;
}

.ortho-catalog-trust-card:last-child {
  border-right: 0;
}

@media (hover: hover) and (pointer: fine) {
  .ortho-catalog-trust-card:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 251, 249, 0.95) 100%);
  }
}

.ortho-catalog-trust-card__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border: 1px solid #cbe7e0;
  border-radius: 9px;
  background: rgba(10, 138, 117, 0.08);
  color: #0a8a75;
  grid-area: icon;
  justify-self: center;
  align-self: center;
}

.ortho-catalog-trust-card__icon svg {
  width: 20px;
  height: 20px;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}

.ortho-catalog-trust-card__title {
  margin: 0;
  color: #0f4a40;
  font-size: 0.92rem;
  font-weight: 630;
  line-height: 1.14;
  letter-spacing: -0.01em;
  grid-area: title;
}

.ortho-catalog-trust-card__text {
  margin: 0;
  color: #264f48;
  font-size: 0.81rem;
  line-height: 1.22;
  grid-area: text;
}

@media (min-width: 1025px) {
  .ortho-catalog-trust__subtitle {
    white-space: nowrap;
  }
}

.ortho-catalog-trust--alquiler .ortho-catalog-trust__header,
.ortho-catalog-trust--compra .ortho-catalog-trust__header {
  display: grid;
  gap: 2px;
}

.ortho-catalog-trust__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: max-content;
  padding: 1px 7px;
  border: 1px solid #dceeea;
  border-radius: 999px;
  background: linear-gradient(180deg, #f9fcfb 0%, #f6fbfa 100%);
  font-size: 0.66rem;
  font-weight: 590;
  letter-spacing: 0.015em;
  text-transform: none;
  line-height: 1.2;
  color: #45655f;
}

.ortho-catalog-trust__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.ortho-catalog-trust__item {
  margin: 0;
  color: #2f5b53;
  font-size: 0.95rem;
  line-height: 1.45;
  position: relative;
  padding-left: 18px;
}

.ortho-catalog-trust__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0a8a75;
  color: #0a8a75;
}

@media (max-width: 767px) {
  body.post-type-archive-product.archive .ortho-catalog-trust,
  body.tax-product_cat.archive .ortho-catalog-trust {
    margin: 14px 0 10px;
  }

  .ortho-catalog-trust__inner {
    padding: 13px;
  }

  .ortho-catalog-trust__subtitle {
    margin: 6px 0 0;
    font-size: 0.88rem;
    line-height: 1.32;
    white-space: normal;
  }

  .ortho-catalog-trust__eyebrow {
    font-size: 0.62rem;
    padding: 1px 6px;
  }

  .ortho-catalog-trust__item {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .ortho-catalog-trust--alquiler .ortho-catalog-trust__cards,
  .ortho-catalog-trust--compra .ortho-catalog-trust__cards {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ortho-catalog-trust-card {
    min-height: 0;
    padding: 9px 10px;
    border: 1px solid #d4ebe5;
    border-radius: 11px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fdfc 100%);
    display: grid;
    grid-template-columns: 32px minmax(0, 240px);
    grid-template-areas:
      'icon title'
      'icon text';
    column-gap: 10px;
    row-gap: 1px;
    justify-content: center;
    align-content: center;
    align-items: start;
    justify-items: start;
    transform: translateX(2px);
  }

  .ortho-catalog-trust-card:last-child {
    border-right: 1px solid #d4ebe5;
  }

  .ortho-catalog-trust-card__icon {
    width: 26px;
    height: 26px;
    grid-area: icon;
    margin-top: 0;
    border-radius: 8px;
  }

  .ortho-catalog-trust-card__icon svg {
    width: 20px;
    height: 20px;
  }

  .ortho-catalog-trust-card__title {
    grid-area: title;
    font-size: 0.88rem;
    line-height: 1.17;
    min-width: 0;
    width: 100%;
  }

  .ortho-catalog-trust-card__text {
    grid-area: text;
    font-size: 0.8rem;
    line-height: 1.24;
    color: #234740;
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ortho-catalog-trust--alquiler .ortho-catalog-trust__cards,
  .ortho-catalog-trust--compra .ortho-catalog-trust__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ortho-catalog-trust-card {
    border: 1px solid #dceeea;
    border-radius: 11px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fdfc 100%);
    min-height: 74px;
    padding: 7px 10px;
  }

  .ortho-catalog-trust-card:last-child {
    border-right: 1px solid #dceeea;
  }
}

.ortho-catalog-sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 12px;
  z-index: 9999;
  display: none;
  align-items: center;
  gap: 10px;
  border: 1px solid #bde0d7;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(5, 49, 42, 0.16);
  padding: 10px 12px;
}

.ortho-catalog-sticky-cta__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #124f45;
  flex: 1;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.ortho-catalog-sticky-cta__btn {
  min-height: 36px;
  border-radius: 999px;
  background: #009b85;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
}

.ortho-catalog-sticky-cta__close {
  border: 0;
  background: transparent;
  color: #235047;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

/* Accessibility refinements */
.ortho-catalog-pill:focus-visible,
.ortho-catalog-view__btn:focus-visible,
.ortho-catalog-sticky-cta__btn:focus-visible,
.ortho-catalog-sticky-cta__close:focus-visible,
.ortho-help-btn:focus-visible,
.ortho-card-details:focus-visible {
  outline: 2px solid #006f5f;
  outline-offset: 2px;
}

body.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link:focus-visible,
body.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link:focus-visible {
  outline: 2px solid #006f5f;
  outline-offset: 2px;
}

body.post-type-archive-product.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link:focus-visible,
body.tax-product_cat.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link:focus-visible {
  outline: 2px solid #006f5f;
  outline-offset: 2px;
  border-radius: 4px;
}

.ortho-catalog-nav__scroll:focus-visible {
  outline: 2px solid #006f5f !important;
  outline-offset: 2px;
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus-visible,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus-visible {
  outline: 2px solid #006f5f;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .ortho-catalog-badges {
    justify-content: center;
  }

  .ortho-catalog-hero--alquiler .ortho-catalog-title,
  .ortho-catalog-hero--compra .ortho-catalog-title {
    gap: 9px;
  }

  .ortho-catalog-hero--alquiler .ortho-catalog-title::before,
  .ortho-catalog-hero--compra .ortho-catalog-title::before {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .ortho-catalog-sticky-cta {
    display: flex;
  }

  .ortho-catalog-nav {
    padding-inline: 36px;
  }

  .ortho-catalog-nav .ortho-catalog-nav__track {
    min-width: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }

  .ortho-catalog-nav .ortho-catalog-nav__scroll-controls {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .ortho-catalog-nav .ortho-catalog-nav__scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex !important;
    margin: 0 !important;
    line-height: 1 !important;
    pointer-events: auto;
    z-index: 2;
  }

  .ortho-catalog-nav .ortho-catalog-nav__scroll--prev {
    left: 6px;
  }

  .ortho-catalog-nav .ortho-catalog-nav__scroll--next {
    right: 6px;
  }

  .ortho-catalog-nav:not(.has-scroll-controls) .ortho-catalog-nav__scroll {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.ortho-catalog-mode-alquiler #ht-ctc-chat,
  body.ortho-catalog-mode-compra #ht-ctc-chat {
    display: none !important;
  }

  body.ortho-catalog-mode-alquiler .ortho-catalog-sticky-cta,
  body.ortho-catalog-mode-compra .ortho-catalog-sticky-cta {
    left: 14px;
    right: 14px;
    bottom: 6px;
    gap: 5px;
    border-radius: 11px;
    padding: 5px 8px;
  }

  body.ortho-catalog-mode-alquiler .ortho-catalog-sticky-cta__text,
  body.ortho-catalog-mode-compra .ortho-catalog-sticky-cta__text {
    font-size: 11px;
    line-height: 1.1;
    min-height: 28px;
  }

  body.ortho-catalog-mode-alquiler .ortho-catalog-sticky-cta__btn,
  body.ortho-catalog-mode-compra .ortho-catalog-sticky-cta__btn {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  body.ortho-catalog-mode-alquiler .ortho-catalog-sticky-cta__close,
  body.ortho-catalog-mode-compra .ortho-catalog-sticky-cta__close {
    font-size: 18px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .ortho-catalog-hero {
    padding: 20px;
  }

  .ortho-catalog-toolbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .ortho-catalog-toolbar__controls {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
  .ortho-catalog-hero {
    margin-bottom: 20px;
  }

  .ortho-catalog-description {
    max-width: none;
    white-space: nowrap;
  }

  .ortho-catalog-nav__track {
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    overflow-x: visible;
    padding: 2px 0 2px;
    scroll-snap-type: none;
    scroll-padding-inline: 0;
  }

  .ortho-catalog-nav.is-orphan-row-balanced .ortho-catalog-nav__track {
    justify-content: flex-start;
    padding-left: var(--ortho-nav-row-offset, 0px);
  }

  .ortho-catalog-nav::after {
    content: none;
  }

  .ortho-catalog-pill {
    min-height: 43px;
    padding: 0 13px;
    font-size: 0.88rem;
  }

  body.post-type-archive-product.archive ul.products > li.product.ortho-catalog-help-card,
  body.tax-product_cat.archive ul.products > li.product.ortho-catalog-help-card {
    align-self: center !important;
    top: -10px;
  }
}

@media (min-width: 1025px) and (max-width: 1240px) {
  .ortho-catalog-description {
    max-width: 68ch;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ortho-catalog-pill,
  .ortho-catalog-view__btn,
  .ortho-help-btn,
  .ortho-card-cta,
  .ortho-card-details,
  body.post-type-archive-product.archive ul.products > li.product,
  body.tax-product_cat.archive ul.products > li.product,
  body.post-type-archive-product.archive ul.products > li.product::after,
  body.tax-product_cat.archive ul.products > li.product::after,
  body.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link img,
  body.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link img {
    transition: none !important;
  }

  .ortho-card-cta::before {
    transition: none !important;
  }
}

/* Catalog card polish overrides (canonical source for catalog visuals) */
body.post-type-archive-product.archive ul.products > li.product,
body.tax-product_cat.archive ul.products > li.product {
  padding: 16px 16px 16px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    'image image'
    'badges badges'
    'title'
    'micro micro'
    'cta cta'
    'details details';
  row-gap: 11px;
  align-content: start;
  position: relative;
  border: 1px solid #0fa48f !important;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
  box-shadow: 0 2px 8px rgba(0, 116, 98, 0.07), 0 10px 22px rgba(0, 116, 98, 0.05);
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  isolation: isolate;
}

body.post-type-archive-product.archive ul.products > li.product::after,
body.tax-product_cat.archive ul.products > li.product::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0 rgba(0, 116, 98, 0);
  transition: box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

body.post-type-archive-product.archive ul.products > li.product:hover,
body.tax-product_cat.archive ul.products > li.product:hover,
body.post-type-archive-product.archive ul.products > li.product:focus-within,
body.tax-product_cat.archive ul.products > li.product:focus-within {
  transform: translateY(-2px) !important;
  border-color: #008775 !important;
  background: linear-gradient(180deg, #feffff 0%, #f8fdfc 100%);
  box-shadow: 0 4px 12px rgba(0, 116, 98, 0.1), 0 14px 28px rgba(0, 116, 98, 0.1);
}

body.post-type-archive-product.archive ul.products > li.product:hover::after,
body.tax-product_cat.archive ul.products > li.product:hover::after,
body.post-type-archive-product.archive ul.products > li.product:focus-within::after,
body.tax-product_cat.archive ul.products > li.product:focus-within::after {
  box-shadow: inset 0 0 0 1px rgba(0, 116, 98, 0.18);
}

body.post-type-archive-product.archive ul.products > li.product:hover h2.woocommerce-loop-product__title,
body.tax-product_cat.archive ul.products > li.product:hover h2.woocommerce-loop-product__title,
body.post-type-archive-product.archive ul.products > li.product:focus-within h2.woocommerce-loop-product__title,
body.tax-product_cat.archive ul.products > li.product:focus-within h2.woocommerce-loop-product__title {
  color: #006b5a;
}

body.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link,
body.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link {
  min-height: 0 !important;
  height: 280px;
  min-height: 280px !important;
  max-height: 280px;
  grid-area: image;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e3eeeb !important;
  box-shadow: none;
}

@keyframes orthoCatalogSkeletonShimmer {
  0% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(130%);
  }
}

body.ortho-catalog-skeleton-enabled.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link::before,
body.ortho-catalog-skeleton-enabled.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(230, 240, 237, 0.45) 0%, rgba(248, 252, 251, 0.92) 50%, rgba(230, 240, 237, 0.45) 100%);
  animation: orthoCatalogSkeletonShimmer 1.15s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

body.ortho-catalog-skeleton-enabled.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link.is-image-ready::before,
body.ortho-catalog-skeleton-enabled.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link.is-image-ready::before {
  opacity: 0;
  visibility: hidden;
  animation: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link img,
body.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  margin: 0 !important;
  filter: saturate(1.01) contrast(1.005);
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.ortho-catalog-skeleton-enabled.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link img,
body.ortho-catalog-skeleton-enabled.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link img {
  opacity: 0;
  transition: opacity 0.24s ease, transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.ortho-catalog-skeleton-enabled.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link.is-image-ready img,
body.ortho-catalog-skeleton-enabled.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link.is-image-ready img {
  opacity: 1;
}

body.post-type-archive-product.archive ul.products > li.product:hover > a.woocommerce-LoopProduct-link img,
body.tax-product_cat.archive ul.products > li.product:hover > a.woocommerce-LoopProduct-link img,
body.post-type-archive-product.archive ul.products > li.product:focus-within > a.woocommerce-LoopProduct-link img,
body.tax-product_cat.archive ul.products > li.product:focus-within > a.woocommerce-LoopProduct-link img {
  transform: scale(1.02);
  filter: saturate(1.03) contrast(1.01);
}

body.post-type-archive-product.archive ul.products > li.product h2.woocommerce-loop-product__title,
body.tax-product_cat.archive ul.products > li.product h2.woocommerce-loop-product__title {
  font-size: 1.17rem;
  font-weight: 620;
  color: #075f51;
  letter-spacing: -0.01em;
  grid-area: title;
  float: none !important;
  clear: none !important;
  width: auto !important;
  display: block !important;
  margin: 0 !important;
  margin-top: 0 !important;
  line-height: 1.22 !important;
  padding-right: 138px;
  align-self: start;
  min-height: calc(1.2em * 2);
  max-height: calc(1.2em * 2);
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}

body.post-type-archive-product.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link,
body.tax-product_cat.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link {
  color: inherit;
  text-decoration: none;
  display: block;
  min-height: 0;
  line-height: inherit;
}

body.post-type-archive-product.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link:hover,
body.tax-product_cat.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link:hover,
body.post-type-archive-product.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link:focus-visible,
body.tax-product_cat.archive ul.products > li.product h2.woocommerce-loop-product__title > a.ortho-card-title-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Override legacy #primary title offset from migrated CSS (margin-top:2px) */
body.post-type-archive-product.archive #primary ul.products > li.product h2.woocommerce-loop-product__title,
body.tax-product_cat.archive #primary ul.products > li.product h2.woocommerce-loop-product__title {
  margin: 0 !important;
  margin-top: 0 !important;
  align-self: start;
}

body.post-type-archive-product.archive ul.products > li.product .ortho-card-badges,
body.tax-product_cat.archive ul.products > li.product .ortho-card-badges {
  grid-area: badges;
  margin: 0;
}

body.post-type-archive-product.archive ul.products > li.product .ortho-card-microcopy,
body.tax-product_cat.archive ul.products > li.product .ortho-card-microcopy {
  grid-area: micro;
  font-size: 0.9rem;
  line-height: 1.38;
  color: #587a74;
  padding-top: 0;
  min-height: 1.35em;
  max-height: 1.35em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-overflow: ellipsis;
}

body.post-type-archive-product.archive ul.products > li.product .price,
body.tax-product_cat.archive ul.products > li.product .price {
  grid-area: title;
  line-height: 1.06;
  font-weight: 630 !important;
  color: #035248;
  float: none !important;
  clear: none !important;
  width: 128px;
  margin: 0 !important;
  display: block !important;
  text-align: right !important;
  justify-self: end;
  align-self: start;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-top: 0 !important;
  padding-top: 0;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

body.post-type-archive-product.archive ul.products > li.product .price .preciolabel,
body.tax-product_cat.archive ul.products > li.product .price .preciolabel {
  display: none !important;
}

body.post-type-archive-product.archive ul.products > li.product .price .precioalquiler,
body.tax-product_cat.archive ul.products > li.product .price .precioalquiler,
body.post-type-archive-product.archive ul.products > li.product .price > .woocommerce-Price-amount,
body.tax-product_cat.archive ul.products > li.product .price > .woocommerce-Price-amount {
  display: block !important;
  width: 100%;
  line-height: 1.12;
  color: #04594d;
  font-size: 1rem;
  font-weight: 630 !important;
  letter-spacing: -0.006em;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 0 !important;
  transform: translateY(4px);
}

body.post-type-archive-product.archive ul.products > li.product .price .precioalquiler,
body.tax-product_cat.archive ul.products > li.product .price .precioalquiler,
body.post-type-archive-product.archive ul.products > li.product .price .woocommerce-Price-amount bdi,
body.tax-product_cat.archive ul.products > li.product .price .woocommerce-Price-amount bdi,
body.post-type-archive-product.archive ul.products > li.product .price .woocommerce-Price-currencySymbol,
body.tax-product_cat.archive ul.products > li.product .price .woocommerce-Price-currencySymbol {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body.post-type-archive-product.archive ul.products > li.product .price .precioalquiler .woocommerce-Price-amount,
body.tax-product_cat.archive ul.products > li.product .price .precioalquiler .woocommerce-Price-amount {
  display: inline !important;
  width: auto;
  white-space: inherit;
}

body.post-type-archive-product.archive ul.products > li.product .price br,
body.tax-product_cat.archive ul.products > li.product .price br {
  display: none !important;
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta {
  grid-area: cta;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  padding: 10px 14px !important;
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0a8a75 0%, #007462 100%);
  border: 1px solid #006c5b;
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 3px 10px rgba(0, 116, 98, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta::before,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 66%);
  transform: translateX(-140%);
  transition: transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta > *,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta > * {
  position: relative;
  z-index: 1;
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta:hover,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta:hover,
body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta:focus-visible,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta:focus-visible {
  text-decoration: none !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #0a8d78 0%, #006f5f 100%);
  border-color: #006b5a;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 116, 98, 0.165), inset 0 1px 0 rgba(255, 255, 255, 0.17);
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta:hover::before,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta:hover::before,
body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta:focus-visible::before,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta:focus-visible::before {
  transform: translateX(140%);
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta:active,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 116, 98, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.post-type-archive-product.archive ul.products > li.product > a.button.ortho-card-cta:focus-visible,
body.tax-product_cat.archive ul.products > li.product > a.button.ortho-card-cta:focus-visible {
  outline: 2px solid rgba(0, 95, 81, 0.65);
  outline-offset: 1px;
}

body.post-type-archive-product.archive ul.products > li.product > a.ortho-card-details,
body.tax-product_cat.archive ul.products > li.product > a.ortho-card-details {
  grid-area: details;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.25;
}

/* Premium pagination (catalog footer) */
body.post-type-archive-product.archive .storefront-sorting,
body.tax-product_cat.archive .storefront-sorting {
  display: none !important;
}

body.post-type-archive-product.archive .storefront-sorting:last-of-type,
body.tax-product_cat.archive .storefront-sorting:last-of-type {
  display: block !important;
  margin-bottom: 10px !important;
}

body.post-type-archive-product.archive .storefront-sorting:last-of-type .woocommerce-ordering,
body.post-type-archive-product.archive .storefront-sorting:last-of-type .woocommerce-result-count,
body.post-type-archive-product.archive .storefront-sorting:last-of-type .woocommerce-notices-wrapper,
body.post-type-archive-product.archive .storefront-sorting:last-of-type .ortho-catalog-toolbar,
body.tax-product_cat.archive .storefront-sorting:last-of-type .woocommerce-ordering,
body.tax-product_cat.archive .storefront-sorting:last-of-type .woocommerce-result-count,
body.tax-product_cat.archive .storefront-sorting:last-of-type .woocommerce-notices-wrapper,
body.tax-product_cat.archive .storefront-sorting:last-of-type .ortho-catalog-toolbar {
  display: none !important;
}

body.post-type-archive-product.archive .storefront-sorting:last-of-type nav.woocommerce-pagination,
body.tax-product_cat.archive .storefront-sorting:last-of-type nav.woocommerce-pagination {
  display: block !important;
}

body.post-type-archive-product.archive nav.woocommerce-pagination,
body.tax-product_cat.archive nav.woocommerce-pagination {
  margin: 26px 0 16px;
  text-align: center;
}

@media (min-width: 768px) {
  body.post-type-archive-product.archive #primary,
  body.tax-product_cat.archive #primary,
  body.post-type-archive-product.archive .site-main,
  body.tax-product_cat.archive .site-main {
    margin-bottom: 0;
  }

  body.post-type-archive-product.archive .col-full,
  body.tax-product_cat.archive .col-full,
  body.post-type-archive-product.woocommerce-page .col-full,
  body.tax-product_cat.woocommerce-page .col-full {
    padding-bottom: 0 !important;
  }
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  border: 1px solid #cfe4df;
  border-radius: 999px;
  background: #ffffff;
  padding: 8px 10px;
  box-shadow: 0 4px 14px rgba(0, 116, 98, 0.08);
  margin: 0;
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li {
  border: 0;
  margin: 0;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f5f52;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.16s ease, background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots,
body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover,
body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:focus-visible,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:focus-visible,
body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:active,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:active {
  width: auto;
  min-width: 22px;
  height: auto;
  padding: 0 1px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #6a8781;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transform: none !important;
  pointer-events: none;
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
  width: 44px;
  min-width: 44px;
  padding: 0;
  gap: 0;
  background: #f5fbf9;
  border-color: #cfe4df;
  font-size: 0;
  letter-spacing: 0;
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev::before,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M12.5 4.5L7 10l5.5 5.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M12.5 4.5L7 10l5.5 5.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next::after,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next::after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7.5 4.5L13 10l-5.5 5.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7.5 4.5L13 10l-5.5 5.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus-visible,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus-visible {
  background: #eef8f5;
  border-color: #a8d5cc;
  color: #075f51;
  text-decoration: none;
  transform: translateY(-1px);
}

body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: linear-gradient(180deg, #0a8a75 0%, #007462 100%);
  border-color: #006c5b;
  color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 116, 98, 0.18);
}

@media (max-width: 767px) {
  body.post-type-archive-product.archive .storefront-sorting:last-of-type,
  body.tax-product_cat.archive .storefront-sorting:last-of-type {
    margin-bottom: 16px !important;
  }

  body.post-type-archive-product.archive .site-main,
  body.tax-product_cat.archive .site-main {
    margin-bottom: 16px;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination,
  body.tax-product_cat.archive nav.woocommerce-pagination {
    margin-top: 20px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
    justify-content: center;
    flex-wrap: nowrap;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li,
  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    min-width: 36px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    background: #f6faf8;
    border-color: #d9e9e5;
    color: #0a5c4f;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
    height: 36px;
    line-height: 36px;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover,
  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus-visible,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus-visible {
    background: #eaf6f2;
    border-color: #9ecfc4;
    color: #07584b;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background: linear-gradient(180deg, #0a8a75 0%, #007462 100%);
    border-color: #006c5b;
    color: #ffffff;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
    padding: 0;
    min-width: 36px;
    width: 36px;
    font-size: 0;
    gap: 0;
  }

  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev::before,
  body.post-type-archive-product.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next::after,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev::before,
  body.tax-product_cat.archive nav.woocommerce-pagination ul.page-numbers li .page-numbers.next::after {
    width: 12px;
    height: 12px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link,
  body.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link {
    height: 240px;
    min-height: 240px !important;
    max-height: 240px;
  }

  body.post-type-archive-product.archive ul.products > li.product h2.woocommerce-loop-product__title,
  body.tax-product_cat.archive ul.products > li.product h2.woocommerce-loop-product__title {
    font-size: 1.05rem;
  }

  body.post-type-archive-product.archive ul.products > li.product .price .precioalquiler,
  body.tax-product_cat.archive ul.products > li.product .price .precioalquiler,
  body.post-type-archive-product.archive ul.products > li.product .price .woocommerce-Price-amount,
  body.tax-product_cat.archive ul.products > li.product .price .woocommerce-Price-amount {
    transform: translateY(2px);
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  body.post-type-archive-product.archive ul.products > li.product > a.woocommerce-LoopProduct-link,
  body.tax-product_cat.archive ul.products > li.product > a.woocommerce-LoopProduct-link {
    height: 260px;
    min-height: 260px !important;
    max-height: 260px;
  }

  body.post-type-archive-product.archive ul.products > li.product .price .precioalquiler,
  body.tax-product_cat.archive ul.products > li.product .price .precioalquiler,
  body.post-type-archive-product.archive ul.products > li.product .price .woocommerce-Price-amount,
  body.tax-product_cat.archive ul.products > li.product .price .woocommerce-Price-amount {
    transform: translateY(2px);
  }
}
