:root {
  --purple: #7220cf;
  --purple-dark: #4b148f;
  --purple-soft: #f4ecff;
  --lilac: #d9c3ff;
  --ink: #1e1730;
  --muted: #6e6878;
  --line: #ebe7f1;
  --surface: #ffffff;
  --soft-gray: #f7f6f9;
  --success: #14a36f;
  --promo: #d9407a;
  --shadow: 0 18px 50px rgba(42, 20, 74, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
select {
  cursor: pointer;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link,
.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;
}

.skip-link:focus {
  z-index: 999;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  clip: auto;
  background: var(--purple);
  color: #fff;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.top-strip {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 3px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--purple-dark), var(--purple));
  font-size: 0.76rem;
}

.top-strip span,
.top-strip a,
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top-strip svg,
.trust-row svg,
.header-actions svg {
  width: 15px;
  height: 15px;
}

.header-main {
  display: grid;
  grid-template-columns: 186px minmax(280px, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 9px 0 8px;
}

.brand {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #fff;
}

.brand img {
  width: 200px;
  height: auto;
}

.mobile-menu-toggle {
  display: none;
}

.search-bar {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 3px 14px 3px 8px;
  border: 1px solid #ded5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(75, 20, 143, 0.08);
}

.search-brand-mark {
  width: 44px;
  height: 30px;
  object-fit: contain;
  object-position: left center;
}

.search-bar > svg {
  width: 20px;
  height: 20px;
  color: var(--purple);
  justify-self: center;
}

.search-bar input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
}

.search-bar button,
.primary-btn,
.whatsapp-large {
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(114, 32, 207, 0.22);
}

.search-bar button {
  padding: 7px 14px;
  font-size: 0.88rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ghost-btn,
.client-btn,
.whatsapp-btn,
.secondary-btn,
.category-cloud button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ghost-btn:hover,
.client-btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-1px);
}

.client-btn {
  border-color: #d8c7ef;
  background: linear-gradient(135deg, #fbf8ff, #efe3ff);
  color: var(--purple-dark);
  box-shadow: 0 10px 22px rgba(114, 32, 207, 0.08);
}

.whatsapp-btn {
  border-color: #b9ecd3;
  background: linear-gradient(135deg, #25d366, #0f9f5a);
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 159, 90, 0.18);
}

.header-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: var(--purple-dark);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
}

.header-cart-btn span {
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 99px;
  background: #fff;
  color: var(--purple-dark);
  font-size: 0.7rem;
}

.ghost-btn {
  border-color: #e8e2ef;
  background: linear-gradient(135deg, #fff, #faf8fd);
  box-shadow: 0 8px 18px rgba(42, 20, 74, 0.06);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 8px 16px 9px;
  color: #4a4355;
  background: #fff;
  font-weight: 750;
  font-size: 0.86rem;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--purple);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.banner-inicial {
  position: relative;
  width: calc(100% - 12px);
  height: 430px;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--purple-soft);
  box-shadow: 0 18px 46px rgba(42, 20, 74, 0.14);
}

.banner-slider,
.banner-slide,
.banner-slide > img,
.banner-shade {
  position: absolute;
  inset: 0;
}

.banner-slide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.banner-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.banner-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-shade {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.14) 62%);
}

.banner-slide-copy {
  position: absolute;
  top: 50%;
  left: clamp(38px, 6vw, 84px);
  z-index: 2;
  width: min(470px, 43%);
  transform: translateY(-50%);
}

.banner-slide-copy > span {
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.banner-slide-copy h1,
.banner-slide-copy h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.banner-slide-copy p {
  margin-bottom: 16px;
  color: #554d60;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.banner-slide-copy a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #fff;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(114, 32, 207, 0.25);
}

.banner-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(75, 20, 143, 0.14);
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
  box-shadow: 0 10px 26px rgba(42, 20, 74, 0.18);
}

.banner-arrow-prev {
  left: 14px;
}

.banner-arrow-next {
  right: 14px;
}

.banner-dots {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.banner-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(75, 20, 143, 0.3);
  transition: width 0.2s ease, background 0.2s ease;
}

.banner-dots button.is-active {
  width: 26px;
  background: var(--purple);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta .eyebrow {
  color: var(--lilac);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 6vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.catalog-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-btn,
.secondary-btn,
.whatsapp-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.secondary-btn {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.94);
  color: var(--purple-dark);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.92);
}

.service-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: -54px;
}

.service-grid article,
.category-card,
.catalog-sidebar,
.product-card,
.benefits-grid article,
.careers {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-grid article {
  padding: 22px;
}

.service-grid svg,
.benefits-grid svg,
.stock-callout svg {
  width: 30px;
  height: 30px;
  color: var(--purple);
}

.service-grid strong {
  display: block;
  margin: 14px 0 6px;
}

.service-grid span,
.catalog-meta,
.product-card small,
.footer-bottom {
  color: var(--muted);
}

.section {
  padding: 96px 0;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 32px;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
}

.catalog-controls select {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.category-showcase {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#categorias.section {
  padding-block: 44px;
}

.category-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin-bottom: 18px;
  padding: 24px 26px 24px 30px;
  overflow: hidden;
  border: 1px solid #e7dcef;
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 20%, rgba(217, 195, 255, 0.32), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fbf8ff 58%, #f4ecff 100%);
  box-shadow: 0 14px 34px rgba(75, 20, 143, 0.08);
}

.category-heading::before {
  position: absolute;
  inset: 18px auto 18px 0;
  width: 5px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(180deg, var(--purple), #a85bf3);
  content: "";
}

.category-heading-copy {
  min-width: 0;
}

.category-heading h2 {
  margin: 5px 0 7px;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
}

.category-heading p {
  max-width: 650px;
  margin-bottom: 0;
  color: #625b6e;
  line-height: 1.45;
}

.category-heading-guide {
  display: grid;
  grid-template-columns: 42px minmax(170px, 1fr) 24px;
  gap: 12px;
  align-items: center;
  flex: 0 0 min(345px, 34%);
  padding: 13px 14px;
  border: 1px solid rgba(114, 32, 207, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 9px 22px rgba(75, 20, 143, 0.07);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.category-heading-guide:hover,
.category-heading-guide[aria-expanded="true"] {
  transform: translateY(-2px);
  border-color: rgba(114, 32, 207, 0.35);
  box-shadow: 0 14px 30px rgba(75, 20, 143, 0.14);
}

.category-heading-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #fff;
  box-shadow: 0 8px 18px rgba(75, 20, 143, 0.2);
}

.category-heading-icon svg,
.category-heading-arrow {
  width: 19px;
  height: 19px;
}

.category-heading-guide strong,
.category-heading-guide span {
  display: block;
}

.category-heading-guide strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.86rem;
}

.category-heading-guide div > span {
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.category-heading-arrow {
  color: var(--purple);
  transition: transform 0.2s ease;
}

.category-heading-guide[aria-expanded="true"] .category-heading-arrow {
  transform: rotate(180deg);
}

.specialty-finder {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: -4px 0 18px;
  padding: 18px 20px;
  border: 1px solid #e2d5ef;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(75, 20, 143, 0.1);
  animation: specialty-finder-in 0.24s ease both;
}

.specialty-finder[hidden] {
  display: none;
}

.specialty-finder > div:first-child {
  display: grid;
  gap: 5px;
}

.specialty-finder > div:first-child strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.specialty-finder-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.specialty-finder-options button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #e0d4ed;
  border-radius: 999px;
  background: #fbf9fd;
  color: #51465d;
  font-size: 0.78rem;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.specialty-finder-options button:hover {
  transform: translateY(-2px);
  border-color: var(--purple);
  background: var(--purple-soft);
  color: var(--purple-dark);
}

.specialty-finder-options svg {
  width: 16px;
  height: 16px;
}

@keyframes specialty-finder-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-feature {
  position: relative;
  padding: 0;
  min-height: 238px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: var(--purple-dark);
  color: #fff;
  text-align: left;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.category-feature img,
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(27, 8, 45, 0.82), rgba(27, 8, 45, 0.06));
  content: "";
}

.category-feature div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  color: #fff;
}

.category-feature span {
  color: var(--lilac);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.category-feature h3 {
  margin: 6px 0 12px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.category-feature-action,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 850;
}

.category-card {
  position: relative;
  padding: 0 0 12px;
  overflow: hidden;
  color: var(--ink);
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.category-feature:hover,
.category-card:hover {
  transform: translateY(-5px);
  border-color: #cdb4e8;
  box-shadow: 0 22px 44px rgba(75, 20, 143, 0.16);
}

.category-feature.is-selected,
.category-card.is-selected {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(114, 32, 207, 0.13), 0 22px 44px rgba(75, 20, 143, 0.16);
}

.category-card img {
  height: 126px;
}

.category-card h3,
.category-card p {
  padding-inline: 13px;
}

.category-card h3 {
  margin: 12px 0 5px;
  font-size: 1rem;
}

.category-card p {
  min-height: 47px;
  margin: 0;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.category-card-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-inline: 13px;
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 850;
}

.category-card-action svg {
  width: 14px;
  height: 14px;
}

.category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.category-cloud button {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft-gray);
  font-size: 0.8rem;
}

.product-section {
  padding: 36px 0;
  background: linear-gradient(180deg, var(--soft-gray), #fff);
}

.catalog-search-panel {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 16px;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(42, 20, 74, 0.08);
}

.catalog-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding-left: 16px;
  border: 2px solid #dbcaf0;
  border-radius: 10px;
  background: #fff;
}

.catalog-search:focus-within {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(114, 32, 207, 0.1);
}

.catalog-search svg {
  color: var(--purple);
}

.catalog-search input {
  min-width: 0;
  height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
}

.catalog-search button,
.catalog-shelf-heading button {
  align-self: stretch;
  padding: 0 20px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: var(--purple);
  color: #fff;
  font-weight: 850;
}

.catalog-selectors {
  display: flex;
  gap: 10px;
}

.catalog-selectors label {
  display: grid;
  gap: 4px;
}

.catalog-selectors span {
  padding-left: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.catalog-selectors select {
  min-width: 164px;
  height: 36px;
  padding: 0 34px 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.catalog-chips {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: thin;
}

.catalog-search-status {
  grid-column: 1 / -1;
  min-height: 0;
  color: var(--purple-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.catalog-search-status:empty {
  display: none;
}

.commerce-catalogs {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.commerce-catalogs[hidden],
.product-search-results[hidden],
.related-products[hidden] {
  display: none !important;
}

.product-search-results {
  scroll-margin-top: 150px;
  padding: 22px;
  border-radius: 14px;
  background: #f1f2f4;
}

.product-search-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.product-search-heading h2 {
  margin: 0 0 6px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.product-search-heading p {
  margin: 0;
}

.product-search-heading > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d8cce7;
  border-radius: 8px;
  background: #fff;
  color: var(--purple-dark);
  font-weight: 850;
}

.product-search-heading > button svg {
  width: 18px;
  height: 18px;
}

.product-search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  gap: 12px;
}

.product-search-grid .commerce-card {
  width: 100%;
}

.search-no-results {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 28px;
  text-align: center;
}

.search-no-results svg {
  width: 46px;
  height: 46px;
  color: var(--purple);
}

.related-products {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #dddde2;
}

.related-products-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.related-products-heading h3 {
  margin: 0;
}

.related-products-heading span {
  color: var(--muted);
  font-size: 0.8rem;
}

.related-products-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.related-products-rail .commerce-card {
  flex: 0 0 190px;
}

.catalog-chips button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #e0d5ed;
  border-radius: 9px;
  background: #fff;
  color: #51465d;
  font-weight: 750;
}

.catalog-chips button:hover,
.catalog-chips button.is-active {
  border-color: var(--purple);
  background: var(--purple-soft);
  color: var(--purple-dark);
}

.catalog-chips svg {
  width: 17px;
  height: 17px;
}

.commerce-showcase {
  min-width: 0;
  margin: 0;
  padding: 18px 0 20px;
  overflow: hidden;
  border-radius: 12px;
  background: #f1f2f4;
}

.commerce-showcase.is-compact-catalog {
  width: min(100%, 834px);
}

.commerce-showcase.is-compact-catalog .commerce-arrow,
.commerce-showcase.is-compact-catalog [data-view-category] {
  display: none;
}

.commerce-showcase-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px 14px;
}

.commerce-category-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.commerce-showcase-heading h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.commerce-showcase-heading > :is(button, a) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 850;
}

.commerce-showcase-heading > :is(button, a) svg {
  width: 17px;
  height: 17px;
}

.commerce-carousel {
  position: relative;
  min-width: 0;
}

.commerce-products {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 14px 4px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.commerce-products::-webkit-scrollbar {
  display: none;
}

.commerce-card {
  position: relative;
  display: flex;
  flex: 0 0 190px;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #e8e9eb;
  border-radius: 14px;
  background: #fff;
  scroll-snap-align: start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.commerce-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(35, 25, 49, 0.12);
}

.commerce-card.is-search-match {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(114, 32, 207, 0.15), 0 16px 32px rgba(35, 25, 49, 0.12);
}

.commerce-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  color: #718087;
  font-size: 0.72rem;
  font-weight: 800;
}

.commerce-card-actions {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.commerce-card-top span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.commerce-card-top svg {
  width: 15px;
  height: 15px;
}

.commerce-card-top button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #68777c;
}

.commerce-card-top button svg {
  width: 21px;
  height: 21px;
}

.commerce-card-image {
  display: grid;
  place-items: center;
  height: 145px;
  padding: 10px;
}

.commerce-card-image img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 118px;
  object-fit: contain;
}

.commerce-card > small {
  display: block;
  margin-top: 4px;
  color: var(--success);
  font-size: 0.73rem;
  font-weight: 850;
}

.commerce-card > h3 {
  display: -webkit-box;
  min-height: 42px;
  margin: 6px 0 8px;
  font-size: 0.86rem;
  line-height: 1.38;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.commerce-card > strong {
  display: block;
  color: var(--purple-dark);
  font-size: 1.08rem;
}

.commerce-card > p {
  margin: 3px 0 8px;
  font-size: 0.69rem;
  line-height: 1.35;
}

.commerce-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 36px;
  margin-top: auto;
  border: 1px solid var(--purple);
  border-radius: 7px;
  background: var(--purple);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.commerce-quote svg {
  width: 16px;
  height: 16px;
}

.commerce-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid #e2e4e6;
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
  box-shadow: 0 8px 24px rgba(35, 25, 49, 0.16);
}

.commerce-arrow:hover {
  background: var(--purple);
  color: #fff;
}

.commerce-arrow-prev {
  left: 2px;
}

.commerce-arrow-next {
  right: 2px;
}

.commerce-arrow svg {
  width: 19px;
  height: 19px;
}

.featured-catalogs {
  display: grid;
  gap: 22px;
}

.catalog-shelf {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.catalog-shelf-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--line);
}

.catalog-shelf-heading small {
  color: var(--purple);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.catalog-shelf-heading h3 {
  margin: 4px 0 0;
  font-size: 1.35rem;
}

.catalog-shelf-heading button {
  align-self: center;
  min-height: 38px;
  border-radius: 8px;
}

.catalog-rail {
  overflow: hidden;
  padding: 16px 0 20px;
}

.catalog-track {
  display: flex;
  width: max-content;
  gap: 12px;
  will-change: transform;
}

.catalog-track-left {
  animation: catalog-slide-left 120s linear infinite;
}

.catalog-track-right {
  animation: catalog-slide-right 120s linear infinite;
}

.catalog-rail:hover .catalog-track {
  animation-play-state: paused;
}

.rail-product {
  flex: 0 0 184px;
  min-width: 0;
  padding: 10px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.rail-product-image {
  display: grid;
  place-items: center;
  height: 150px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #f7f1ff);
}

.rail-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rail-product small {
  color: var(--muted);
  font-size: 0.74rem;
}

.rail-product h4 {
  display: -webkit-box;
  min-height: 40px;
  margin: 5px 0 10px;
  overflow: hidden;
  font-size: 0.86rem;
  line-height: 1.32;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rail-product strong {
  display: block;
  color: var(--purple-dark);
}

.rail-product button {
  width: 100%;
  min-height: 34px;
  margin-top: 10px;
  border: 1px solid var(--purple);
  border-radius: 7px;
  background: #fff;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 850;
}

.all-catalogs-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 26px 0;
}

.all-catalogs-action button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.all-catalogs-action span {
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-browser {
  scroll-margin-top: 170px;
}

.catalog-browser[hidden] {
  display: none !important;
}

@keyframes catalog-slide-left {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 6px)); }
}

@keyframes catalog-slide-right {
  from { transform: translateX(calc(-50% - 6px)); }
  to { transform: translateX(0); }
}

.product-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
}

.catalog-content {
  min-width: 0;
}

.catalog-sidebar {
  align-self: start;
  position: sticky;
  top: 180px;
  padding: 22px;
}

.catalog-sidebar label {
  display: flex;
  gap: 10px;
  margin: 13px 0;
  color: #4d455a;
  font-weight: 700;
}

.stock-callout {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 16px;
  border-radius: 8px;
  background: var(--purple-soft);
}

.stock-callout span {
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.94rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.empty-state {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 34px;
  border: 1px dashed #d9cdea;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.empty-state svg {
  width: 48px;
  height: 48px;
  color: var(--purple);
}

.empty-state p {
  max-width: 420px;
  margin-bottom: 0;
}

.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(42, 20, 74, 0.14);
}

.product-thumb {
  display: grid;
  place-items: center;
  height: 190px;
  padding: 18px;
  background: linear-gradient(135deg, #fff 40%, var(--purple-soft));
  overflow: hidden;
}

.product-thumb svg {
  width: 68px;
  height: 68px;
  color: var(--purple);
  opacity: 0.82;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.25s ease;
}

.product-card:hover .product-thumb img {
  transform: scale(1.035);
}

.product-info {
  padding: 18px;
}

.product-info h3 {
  min-height: 48px;
  font-size: 1.02rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.price {
  color: var(--purple-dark);
  font-size: 1.28rem;
  font-weight: 900;
}

.favorite {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
}

.badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.badge {
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.badge.stock {
  background: var(--success);
}

.badge.promo {
  background: var(--promo);
}

.quote-btn {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--purple);
  color: #fff;
  font-weight: 850;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.pagination button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.pagination button[aria-current="page"] {
  background: var(--purple);
  color: #fff;
}

.brand-carousel {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.brand-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollBrands 40s linear infinite;
}

.brand-track figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 200px;
  min-height: 120px;
  margin: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-track figure:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.brand-track img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 4px;
}

.brand-monogram {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #d9c6ef;
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, var(--purple-soft));
  color: var(--purple-dark);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 8px 20px rgba(75, 20, 143, 0.1);
}

.image-fallback {
  padding: 12px;
  object-fit: contain !important;
}

.brand-track figcaption {
  color: var(--purple-dark);
  font-size: 0.95rem;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
}

.seo-content-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(217, 195, 255, 0.34), transparent 26%),
    #f8f5fb;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 46px;
  align-items: center;
}

.seo-content-intro h2 {
  margin: 9px 0 14px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  letter-spacing: -0.045em;
}

.seo-content-intro p {
  max-width: 540px;
}

.seo-content-intro a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--purple);
  font-weight: 850;
}

.seo-content-intro a svg {
  width: 18px;
}

.seo-topic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.seo-topic-grid article {
  padding: 22px;
  border: 1px solid #e5dbed;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(75, 20, 143, 0.07);
}

.seo-topic-grid svg {
  width: 25px;
  height: 25px;
  color: var(--purple);
}

.seo-topic-grid h3 {
  margin: 13px 0 6px;
  font-size: 1rem;
}

.seo-topic-grid p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
}

@keyframes scrollBrands {
  to {
    transform: translateX(-50%);
  }
}

.benefits {
  padding: 86px 0;
  background: var(--purple-dark);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefits-grid article {
  padding: 24px;
  box-shadow: none;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 96px 0;
}

.about-section img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.text-link {
  color: var(--purple);
}

.text-link svg {
  width: 18px;
}

.numbers {
  padding: 64px 0;
  background: var(--soft-gray);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.numbers-grid div {
  padding: 28px 22px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.numbers-grid strong {
  display: block;
  color: var(--purple);
  font-size: 2.5rem;
  line-height: 1;
}

.numbers-grid span {
  color: var(--muted);
  font-weight: 750;
}

.careers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-block: 80px;
  padding: 34px;
}

.careers .secondary-btn {
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
}

.final-cta {
  padding: 92px 0;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(217, 195, 255, 0.24), transparent 35%),
    linear-gradient(135deg, var(--purple-dark), var(--purple));
}

.final-cta p {
  width: min(660px, 100%);
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
}

.whatsapp-large {
  margin-top: 12px;
  background: #13a86b;
}

.whatsapp-large svg {
  width: 20px;
}

.site-footer {
  padding-top: 56px;
  background: #12081f;
  color: #fff;
}

.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(20, 8, 34, 0.72);
  backdrop-filter: blur(8px);
}

.checkout-overlay[hidden] {
  display: none !important;
}

.checkout-panel {
  width: min(1120px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(16, 5, 28, 0.36);
}

.checkout-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
}

.checkout-header .eyebrow {
  margin-bottom: 4px;
}

.checkout-header h2 {
  margin: 0;
  font-size: 1.8rem;
}

.checkout-header > button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}

.checkout-body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.checkout-cart-column,
.checkout-form {
  padding: 22px;
}

.checkout-cart-column {
  border-right: 1px solid var(--line);
  background: #faf9fc;
}

.checkout-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.checkout-steps span {
  padding: 7px 9px;
  border-radius: 7px;
  background: #ece9f0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.checkout-steps span.is-active {
  background: var(--purple-soft);
  color: var(--purple-dark);
}

.checkout-items {
  display: grid;
  gap: 10px;
}

.checkout-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.checkout-item img {
  width: 72px;
  height: 72px;
  padding: 5px;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f4fa;
}

.checkout-item h4 {
  margin: 0 0 4px;
  font-size: 0.85rem;
  line-height: 1.3;
}

.checkout-item small {
  color: var(--muted);
}

.checkout-item-controls {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.quantity-control button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: #fff;
  color: var(--purple);
  font-weight: 900;
}

.quantity-control span {
  min-width: 25px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 850;
}

.remove-cart-item {
  border: 0;
  background: transparent;
  color: #b02e4c;
  font-size: 0.7rem;
  font-weight: 800;
}

.checkout-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 30px;
  text-align: center;
}

.checkout-empty[hidden] {
  display: none;
}

.checkout-empty svg {
  width: 44px;
  height: 44px;
  color: var(--purple);
}

.checkout-empty p {
  max-width: 290px;
}

.checkout-form {
  display: grid;
  gap: 13px;
}

.checkout-form h3 {
  margin: 8px 0 0;
  font-size: 1rem;
}

.checkout-form label {
  display: grid;
  gap: 5px;
  color: #4f4758;
  font-size: 0.78rem;
  font-weight: 800;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #dcd5e5;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: var(--ink);
}

.checkout-form textarea {
  resize: vertical;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(114, 32, 207, 0.1);
}

.checkout-fields {
  display: grid;
  gap: 10px;
}

.checkout-fields.two-columns {
  grid-template-columns: 1fr 1fr;
}

.checkout-fields.three-columns {
  grid-template-columns: 0.65fr 1fr 0.9fr;
}

.checkout-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.checkout-choice-grid.payment-grid {
  grid-template-columns: repeat(3, 1fr);
}

.checkout-choice-grid label {
  position: relative;
}

.checkout-choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-choice-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #ddd5e7;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.checkout-choice-grid input:checked + span {
  border-color: var(--purple);
  background: var(--purple-soft);
  color: var(--purple-dark);
  box-shadow: inset 0 0 0 1px var(--purple);
}

.checkout-choice-grid svg {
  width: 18px;
  height: 18px;
}

.delivery-fields {
  display: grid;
  gap: 10px;
}

.delivery-fields[hidden] {
  display: none;
}

.checkout-disclaimer {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f7f4fa;
  font-size: 0.72rem;
  line-height: 1.45;
}

.checkout-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #25d366, #0f9f5a);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(15, 159, 90, 0.2);
}

/* Sistema de botões Gran Farma */
:where(button, a[class$="-btn"], .banner-slide-copy a, .category-feature a) {
  -webkit-tap-highlight-color: transparent;
}

:where(
  .search-bar button,
  .banner-slide-copy a,
  #catalog-search-button,
  .commerce-quote,
  .quote-btn,
  .rail-product button,
  .primary-btn,
  .secondary-btn,
  .whatsapp-large,
  .checkout-submit,
  .recruitment-submit
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  letter-spacing: -0.01em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

:where(
  .search-bar button,
  .banner-slide-copy a,
  #catalog-search-button,
  .commerce-quote,
  .quote-btn,
  .rail-product button,
  .primary-btn,
  .secondary-btn,
  .whatsapp-large,
  .checkout-submit,
  .recruitment-submit
)::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 22%, rgba(255, 255, 255, 0.24) 48%, transparent 72%);
  transform: translateX(-125%);
  transition: transform 0.55s ease;
  content: "";
}

:where(
  .search-bar button,
  .banner-slide-copy a,
  #catalog-search-button,
  .commerce-quote,
  .quote-btn,
  .rail-product button,
  .primary-btn,
  .secondary-btn,
  .whatsapp-large,
  .checkout-submit,
  .recruitment-submit
):hover::before {
  transform: translateX(125%);
}

:where(
  .search-bar button,
  .banner-slide-copy a,
  #catalog-search-button,
  .commerce-quote,
  .quote-btn,
  .rail-product button,
  .primary-btn,
  .secondary-btn,
  .whatsapp-large,
  .checkout-submit,
  .recruitment-submit
):hover {
  transform: translateY(-2px);
}

:where(button, a):focus-visible {
  outline: 3px solid rgba(114, 32, 207, 0.25);
  outline-offset: 3px;
}

:where(button, a):active {
  transform: translateY(0) scale(0.98);
}

.search-bar button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding-inline: 16px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(75, 20, 143, 0.22);
}

.search-bar button svg,
#catalog-search-button svg,
.banner-slide-copy a svg,
.category-feature a svg,
.secondary-btn svg,
.whatsapp-large svg,
.quote-btn svg,
.rail-product button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s ease;
}

:where(.search-bar button, #catalog-search-button, .banner-slide-copy a, .category-feature a, .secondary-btn, .whatsapp-large):hover svg:last-child {
  transform: translate(2px, -1px);
}

.banner-slide-copy a {
  gap: 10px;
  min-height: 46px;
  padding-inline: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(75, 20, 143, 0.28);
}

#catalog-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding-inline: 19px;
  border: 0;
  background: linear-gradient(135deg, #8129df, var(--purple-dark));
  color: #fff;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(75, 20, 143, 0.2);
}

.header-cart-btn,
.whatsapp-btn {
  min-height: 38px;
  border-radius: 11px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-cart-btn {
  padding-inline: 14px;
  background: linear-gradient(135deg, #6420b4, var(--purple-dark));
  box-shadow: 0 9px 20px rgba(75, 20, 143, 0.2);
}

.header-cart-btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-2px);
}

.header-cart-btn:hover {
  box-shadow: 0 13px 28px rgba(75, 20, 143, 0.28);
}

.whatsapp-btn:hover {
  box-shadow: 0 14px 28px rgba(15, 159, 90, 0.26);
}

.catalog-chips button {
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.catalog-chips button:hover {
  transform: translateY(-1px);
}

.catalog-chips button.is-active {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #fff;
  box-shadow: 0 8px 18px rgba(75, 20, 143, 0.2);
}

.commerce-showcase-heading > :is(button, a) {
  gap: 8px;
  min-height: 36px;
  padding-inline: 12px;
  border: 1px solid #d9caeb;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.commerce-showcase-heading > :is(button, a):hover {
  transform: translateX(2px);
  box-shadow: 0 7px 16px rgba(75, 20, 143, 0.1);
}

.commerce-card-top button,
.favorite,
.checkout-header > button {
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.commerce-card-top button:hover,
.favorite:hover,
.checkout-header > button:hover {
  transform: translateY(-1px);
  background: var(--purple-soft);
  color: var(--purple-dark);
  box-shadow: 0 7px 16px rgba(75, 20, 143, 0.12);
}

.commerce-quote,
.quote-btn {
  gap: 7px;
  border: 1px solid #6920ba;
  border-radius: 11px;
  background: linear-gradient(135deg, #8129df, var(--purple-dark));
  box-shadow: 0 9px 20px rgba(75, 20, 143, 0.18);
}

.commerce-quote:hover,
.quote-btn:hover {
  box-shadow: 0 13px 26px rgba(75, 20, 143, 0.28);
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rail-product button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-color: #d7c3ec;
  border-radius: 11px;
  background: var(--purple-soft);
  color: var(--purple-dark);
}

.commerce-arrow,
.banner-arrow {
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.commerce-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 12px 28px rgba(75, 20, 143, 0.24);
}

.banner-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  background: var(--purple);
  color: #fff;
  box-shadow: 0 12px 28px rgba(75, 20, 143, 0.24);
}

.pagination button {
  border-radius: 11px;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.pagination button:hover {
  transform: translateY(-2px);
  border-color: #cdb5e7;
  color: var(--purple);
  box-shadow: 0 8px 18px rgba(75, 20, 143, 0.12);
}

.pagination button[aria-current="page"] {
  border-color: var(--purple);
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #fff;
  box-shadow: 0 9px 20px rgba(75, 20, 143, 0.2);
}

.quantity-control {
  overflow: hidden;
}

.quantity-control button {
  transition: color 0.18s ease, background 0.18s ease;
}

.quantity-control button:hover {
  background: var(--purple-soft);
  color: var(--purple-dark);
}

.remove-cart-item {
  padding: 4px 7px;
  border-radius: 6px;
  transition: color 0.18s ease, background 0.18s ease;
}

.remove-cart-item:hover {
  background: #fff0f3;
  color: #8f1835;
}

.secondary-btn {
  gap: 9px;
}

.careers .secondary-btn {
  background: linear-gradient(135deg, #8129df, var(--purple-dark));
  box-shadow: 0 12px 26px rgba(75, 20, 143, 0.22);
}

.whatsapp-large,
.checkout-submit {
  background: linear-gradient(135deg, #20c965, #087d46);
  box-shadow: 0 14px 30px rgba(8, 125, 70, 0.24);
}

.whatsapp-large:hover,
.checkout-submit:hover {
  box-shadow: 0 18px 36px rgba(8, 125, 70, 0.32);
}

.recruitment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding-inline: 22px;
  border: 1px solid #6720b7;
  background: linear-gradient(135deg, #8129df, var(--purple-dark));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(75, 20, 143, 0.22);
}

body.checkout-open {
  overflow: hidden;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 20px 48px rgba(15, 159, 90, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float iframe {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(15, 159, 90, 0.42);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.9fr 0.8fr;
  gap: 30px;
}

.footer-grid img {
  width: 280px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.footer-grid h3 {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.footer-credit {
  text-align: right;
  white-space: nowrap;
}

.footer-credit a {
  color: #fff;
  font-weight: 800;
  transition: color 0.18s ease;
}

.footer-credit a:hover {
  color: var(--lilac);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1060px) {
  .header-main {
    grid-template-columns: 164px 1fr;
  }

  .brand img {
    width: 158px;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .service-grid,
  .benefits-grid,
  .numbers-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-feature {
    grid-column: 1 / -1;
    min-height: 230px;
  }

  .catalog-search-panel {
    grid-template-columns: 1fr;
  }

  .catalog-selectors,
  .catalog-chips {
    grid-column: 1;
  }

  .catalog-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .top-strip {
    display: none;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-credit {
    text-align: left;
  }

  .site-nav {
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px 12px 14px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 34px rgba(42, 20, 74, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .header-main {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 0;
  }

  .brand {
    justify-self: start;
    min-height: 42px;
  }

  .brand img {
    width: 160px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 44px;
    height: 44px;
    min-height: 42px;
    padding: 0;
    border: 1px solid #d9cbea;
    border-radius: 12px;
    background: var(--purple-soft);
    color: var(--purple-dark);
    font-weight: 850;
  }

  .mobile-menu-toggle span {
    display: none;
  }

  .mobile-menu-toggle svg {
    width: 23px;
    height: 23px;
  }

  .header-actions,
  .search-bar {
    display: none;
  }

  .search-bar button {
    padding: 7px 11px;
  }

  .search-brand-mark {
    width: 36px;
    height: 26px;
  }

  .category-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    padding: 22px 18px 18px 23px;
  }

  .category-heading-guide {
    flex-basis: auto;
    width: 100%;
  }

  .specialty-finder {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .specialty-finder-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .specialty-finder-options button {
    justify-content: flex-start;
    width: 100%;
    padding-inline: 10px;
  }

  .seo-content-grid,
  .seo-topic-grid {
    grid-template-columns: 1fr;
  }

  .banner-inicial {
    width: calc(100% - 10px);
    height: 480px;
    margin-top: 6px;
    border-radius: 14px;
  }

  .banner-slide > img {
    object-position: 66% center;
  }

  .banner-shade {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 64%, rgba(255, 255, 255, 0.32) 100%);
  }

  .banner-slide-copy {
    left: 28px;
    width: calc(100% - 56px);
  }

  .banner-slide-copy h1,
  .banner-slide-copy h2 {
    max-width: 420px;
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .banner-slide-copy p {
    max-width: 340px;
  }

  .banner-arrow {
    top: auto;
    bottom: 14px;
    width: 36px;
    height: 36px;
    transform: none;
  }

  .banner-arrow-prev {
    left: 14px;
  }

  .banner-arrow-next {
    right: 14px;
  }

  .banner-dots {
    right: 50%;
    bottom: 26px;
    transform: translateX(50%);
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float iframe {
    width: 50px;
    height: 50px;
  }

  .checkout-overlay {
    padding: 0;
  }

  .checkout-panel {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }

  .checkout-header {
    padding: 15px 16px;
  }

  .checkout-body {
    grid-template-columns: 1fr;
  }

  .checkout-cart-column {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .checkout-cart-column,
  .checkout-form {
    padding: 16px;
  }

  .checkout-fields.two-columns,
  .checkout-fields.three-columns {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .benefits-grid,
  .numbers-grid,
  .footer-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-search-panel {
    padding: 12px;
  }

  .product-search-results {
    padding: 16px 12px;
  }

  .product-search-heading,
  .related-products-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-search-grid .commerce-card {
    min-height: 340px;
  }

  .commerce-showcase-heading {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 16px;
  }

  .commerce-card {
    flex-basis: 174px;
    min-height: 346px;
  }

  .commerce-card-image {
    height: 136px;
  }

  .commerce-arrow {
    width: 38px;
    height: 38px;
  }

  .commerce-arrow-prev {
    left: 2px;
  }

  .commerce-arrow-next {
    right: 2px;
  }

  .catalog-search {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .catalog-search button {
    grid-column: 1 / -1;
    min-height: 42px;
    margin: 0 -2px -2px -18px;
    border-radius: 0 0 8px 8px;
  }

  .catalog-selectors {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .catalog-selectors select {
    width: 100%;
    min-width: 0;
  }

  .rail-product {
    flex-basis: 158px;
  }

  .rail-product-image {
    height: 132px;
  }

  .all-catalogs-action {
    flex-direction: column;
    text-align: center;
  }

  .category-showcase {
    grid-template-columns: 1fr;
  }

  .category-feature {
    grid-column: auto;
    min-height: 220px;
  }

  .section-heading.split,
  .careers,
  .catalog-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-track {
    animation-play-state: paused;
  }
}
