:root {
  --orange: #f15a00;
  --orange-dark: #b63a00;
  --orange-soft: #fff1e6;
  --green: #00866a;
  --green-dark: #005c4c;
  --gold: #f3b623;
  --ink: #27170f;
  --muted: #73584c;
  --line: #f0d7c8;
  --white: #ffffff;
  --whatsapp: #25d366;
  --shadow: 0 18px 48px rgba(130, 55, 8, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff7f1;
  font-family: "Montserrat", Arial, sans-serif;
}

a {
  color: inherit;
}

.order-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(241, 90, 0, 0.96);
  box-shadow: 0 8px 24px rgba(80, 32, 0, 0.22);
}

.order-toolbar__brand {
  color: #fff7ef;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wa-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 17px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #1ebe5b);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.38);
}

.wa-pill svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: 0 0 auto;
}

.pdf-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 17px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--orange-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(80, 32, 0, 0.18);
}

.pdf-button span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.catalog-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 58px;
  background:
    radial-gradient(circle at 94% 8%, rgba(241, 90, 0, 0.13), transparent 26%),
    radial-gradient(circle at 3% 36%, rgba(0, 134, 106, 0.08), transparent 20%),
    linear-gradient(180deg, #fff 0%, #fffaf6 62%, #fff 100%);
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  align-items: center;
  padding: 44px clamp(22px, 5vw, 64px) 34px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  background: var(--orange);
  z-index: 0;
}

.hero::before {
  width: 230px;
  height: 230px;
  border-radius: 0 0 120px 0;
  left: -108px;
  top: -122px;
}

.hero::after {
  width: 320px;
  height: 26px;
  border-radius: 999px;
  right: -86px;
  bottom: 18px;
  opacity: 0.14;
}

.hero__brand,
.hero__content {
  position: relative;
  z-index: 1;
}

.hero__brand {
  aspect-ratio: 1;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 34px;
  background: var(--orange);
  box-shadow: var(--shadow);
}

.hero__brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero__text {
  max-width: 650px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 10px 22px 10px 14px;
  border: 4px solid var(--whatsapp);
  border-radius: 999px;
  background: var(--white);
  color: #11743b;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

.whatsapp-button svg {
  display: block;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50%;
  background: var(--whatsapp);
  fill: #fff;
  flex: 0 0 auto;
}

.whatsapp-button strong,
.whatsapp-button small {
  display: block;
}

.whatsapp-button strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.whatsapp-button small {
  margin-top: 2px;
  color: #17934d;
  font-size: 1.1rem;
  font-weight: 900;
}

.info-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 clamp(22px, 5vw, 64px);
  padding: 16px 20px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.info-strip__item {
  flex: 1;
  min-width: 0;
}

.info-strip span,
.info-strip strong {
  display: block;
}

.info-strip span {
  margin-bottom: 6px;
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-strip strong {
  font-size: 0.93rem;
  line-height: 1.35;
}

.info-strip .info-strip__separator {
  flex: 0 0 auto;
  margin: 0;
  color: var(--line);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.intro {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  padding: 48px clamp(22px, 5vw, 64px) 18px;
}

.intro h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.intro p:last-child,
.order-panel p:last-child {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.order-panel h2 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.order-panel p:last-child {
  font-size: 0.94rem;
  line-height: 1.5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 clamp(22px, 5vw, 64px) 42px;
}

.bulk-callout {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin: 0 clamp(22px, 5vw, 64px) 22px;
  padding: 17px 20px;
  border: 1px solid rgba(0, 134, 106, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 134, 106, 0.09), rgba(241, 90, 0, 0.08)),
    #fff;
  box-shadow: 0 12px 32px rgba(130, 55, 8, 0.08);
}

.bulk-callout h2 {
  margin-bottom: 6px;
  font-size: clamp(1.12rem, 2.4vw, 1.65rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.bulk-callout p:last-child {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.48;
}

.bulk-callout a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(130, 55, 8, 0.08);
}

.product-card--featured {
  border: 2px solid rgba(243, 182, 35, 0.86);
  box-shadow: 0 18px 42px rgba(157, 99, 0, 0.17);
}

.product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  max-width: calc(100% - 20px);
  padding: 6px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #ffd66b);
  color: #533600;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(138, 86, 0, 0.22);
}

.product-card__ration-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  max-width: calc(100% - 20px);
  padding: 6px 9px;
  border: 1px solid rgba(0, 134, 106, 0.22);
  border-radius: 999px;
  background: rgba(234, 248, 242, 0.96);
  color: #086a58;
  font-size: 0.61rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__ration-badge + .product-card__badge,
.product-card__ration-badge + .product-card__mini-badge {
  top: 43px;
}

.product-card__image {
  --product-image-box-height: 330px;
  --product-image-max-width: 252px;
  --product-image-max-height: 300px;
  box-sizing: border-box;
  display: grid;
  height: var(--product-image-box-height);
  min-height: 0;
  max-height: var(--product-image-box-height);
  place-items: center;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}

.product-card__image img {
  display: block;
  place-self: center;
  width: 100%;
  max-width: min(100%, var(--product-image-max-width));
  height: 100%;
  max-height: min(100%, var(--product-image-max-height));
  object-fit: contain;
  object-position: center;
}

.product-card__image--soon {
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.product-card__image--soon span {
  display: grid;
  width: min(210px, 80%);
  aspect-ratio: 1;
  place-items: center;
  padding: 20px;
  border: 2px dashed rgba(241, 90, 0, 0.35);
  border-radius: 28px;
  background: #fff;
}

.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-card__category {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__category[hidden],
.product-card__category.is-duplicate-classification {
  display: none !important;
}

.product-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.product-card__description {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.product-card__footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.product-card__footer strong {
  color: var(--orange-dark);
  font-size: 1.72rem;
  font-weight: 900;
}

.product-card__footer a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-page--dense {
  width: min(1180px, 100%);
}

.catalog-page--dense .hero {
  grid-template-columns: 176px 1fr;
  gap: 26px;
  padding-top: 28px;
  padding-bottom: 22px;
}

.catalog-page--dense .hero__brand {
  border-width: 7px;
  border-radius: 25px;
}

.catalog-page--dense h1 {
  margin-bottom: 10px;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.catalog-page--dense .hero__text {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.catalog-page--dense .intro {
  padding-top: 29px;
  padding-bottom: 14px;
}

.catalog-page--dense .intro h2 {
  font-size: clamp(1.35rem, 2.7vw, 2.15rem);
}

.catalog-page--dense .intro p:last-child {
  font-size: 0.87rem;
  line-height: 1.45;
}

.catalog-page--dense .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 26px;
}

.catalog-page--dense .product-card {
  display: grid;
  grid-template-columns: minmax(235px, 50%) minmax(0, 1fr);
  min-height: 288px;
  border-radius: 16px;
}

.catalog-page--dense .product-card__badge {
  top: 8px;
  left: 8px;
  max-width: min(112px, calc(50% - 14px));
  padding: 5px 7px;
  overflow: hidden;
  font-size: 0.5rem;
  text-overflow: ellipsis;
}

.catalog-page--dense .product-card__image {
  --product-image-box-height: 288px;
  --product-image-max-width: 292px;
  --product-image-max-height: 262px;
  padding: 12px;
}

.catalog-page--dense .product-card__image img {
  max-height: var(--product-image-max-height);
}

/* Fine tune product assets that include extra whitespace or need more visual weight. */
.product-card__image img[src*="racao-luxbrain-adulto"],
.product-card__image img[src*="racao-brainplus-power-supreme-adulto"] {
  max-width: min(100%, 320px);
  max-height: min(100%, var(--product-image-max-height));
  transform: none;
}

.product-card__image img[src*="piscina-aspirador"],
.product-card__image img[src*="piscina-peneira"],
.product-card__image img[src*="piscina-cabo"],
.product-card__image img[src*="piscina-escova"],
.product-card__image img[src*="piscina-mangueira"] {
  max-width: min(100%, 292px);
  max-height: min(100%, var(--product-image-max-height));
  transform: none;
}

.product-card__image img[src*="piscina-mangueira-premium"] {
  max-width: min(100%, 255px);
  max-height: min(var(--product-image-max-height), 210px);
  transform: none;
}

.product-card__image img[src*="areia-dahra"],
.product-card__image img[src*="areia-progato-comfort-4kg"],
.product-card__image img[src*="cristais-silica"],
.product-card__image img[src*="areia-mitz"],
.product-card__image img[src*="aditivos-pipicat"] {
  max-width: min(100%, 270px);
  max-height: min(100%, var(--product-image-max-height));
  transform: none;
}

.product-card__image img[src*="racao-caes-pequenas-finotrato-select"],
.product-card__image img[src*="racao-caes-pequenas-besser"],
.product-card__image img[src*="racao-caes-pequenas-bravo"],
.product-card__image img[src*="racao-caes-pequenas-primocao-original"] {
  max-width: min(100%, 280px);
  max-height: min(100%, var(--product-image-max-height));
  transform: none;
}

.product-card--luxbrain .product-card__image {
  overflow: hidden;
}

.product-card--luxbrain .product-card__image img {
  max-width: min(100%, 292px);
  transform: none;
}

.catalog-page--dense .product-card__content {
  padding: 13px;
}

.catalog-page--dense .product-card__category {
  margin-bottom: 5px;
  font-size: 0.61rem;
}

.catalog-page--dense .product-card h3 {
  margin-bottom: 6px;
  font-size: 0.97rem;
  line-height: 1.16;
}

.catalog-page--dense .product-card__description {
  margin-bottom: 7px;
  font-size: 0.79rem;
  line-height: 1.42;
  font-weight: 650;
}

.product-card__bulk {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  align-self: start;
  margin: 0 0 9px;
  padding: 5px 7px;
  border-radius: 7px;
  background: rgba(0, 134, 106, 0.1);
  color: var(--green-dark);
  font-size: 0.68rem;
  font-weight: 800;
}

.product-card__bulk strong {
  padding: 2px 5px;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font-size: 0.57rem;
  text-transform: uppercase;
}

.product-card__mini-badge {
  align-self: start;
  margin: 0 0 6px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(0, 134, 106, 0.1);
  color: var(--green-dark);
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.product-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 2px 0 8px;
}

.product-card__data-tag {
  padding: 3px 6px;
  border: 1px solid rgba(0, 134, 106, 0.18);
  border-radius: 999px;
  background: #eef9f5;
  color: #007f68;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.product-card__mini-badge--review {
  width: fit-content;
  margin-bottom: 8px;
  background: #3f3f46;
  color: #fff;
}

.product-card__notice {
  margin-top: 8px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.product-card__consult-footer {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.product-card__consult-footer strong {
  color: var(--orange-dark);
  font-size: clamp(1.18rem, 2.4vw, 1.55rem);
  line-height: 1;
}

.product-card__consult-footer strong small {
  color: var(--brown);
  font-size: 0.72rem;
}

.product-card__consult-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.product-card__prices {
  display: grid;
  gap: 5px;
  margin: 0 0 9px;
}

.product-card__prices span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 5px 7px;
  border-radius: 7px;
  background: var(--orange-soft);
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
}

.product-card__prices strong {
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.product-card__pending {
  align-self: start;
  margin: 0 0 9px;
  padding: 5px 7px;
  border-radius: 7px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 0.67rem;
  font-weight: 800;
}

.catalog-page--dense .product-card__footer {
  gap: 7px;
}

.catalog-page--dense .product-card__footer strong {
  font-size: 1.3rem;
}

.product-card__price-old,
.product-card__price-current {
  display: block;
}

.product-card__price-old {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: line-through;
}

.product-card__price-current {
  color: var(--orange-dark);
  font-size: inherit;
  font-weight: 900;
}

.catalog-page--dense .product-card__footer strong small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
}

.catalog-page--dense .product-card__footer--button {
  margin-top: auto;
}

.catalog-page--dense .product-card__footer a {
  min-height: 34px;
  padding: 8px 10px;
  font-size: 0.67rem;
}

.catalog-tools {
  display: grid;
  gap: 12px;
  padding: 0 clamp(22px, 5vw, 64px) 18px;
}

.catalog-search {
  width: min(520px, 100%);
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  outline: none;
  box-shadow: 0 10px 24px rgba(130, 55, 8, 0.06);
}

.catalog-search:focus {
  border-color: rgba(241, 90, 0, 0.55);
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-filters button {
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--orange-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-filters button.is-active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.catalog-empty {
  display: none;
  margin: 0 clamp(22px, 5vw, 64px) 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--muted);
  font-weight: 750;
  text-align: center;
}

.catalog-empty.is-visible {
  display: block;
}

.product-card[hidden],
.product-card.is-filtered-out {
  display: none !important;
}

.category-aftercare {
  display: grid;
  gap: 16px;
  margin: 0 clamp(22px, 5vw, 64px) 30px;
}

.availability-note {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.local-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.local-trust span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(0, 134, 106, 0.09);
  color: var(--green-dark);
  font-size: 0.7rem;
  font-weight: 900;
}

.category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.3);
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.order-panel {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin: 0 clamp(22px, 5vw, 64px) 34px;
  padding: 28px;
  border-radius: 24px;
  background: var(--orange-soft);
  box-shadow: inset 0 0 0 1px rgba(240, 215, 200, 0.9);
}

.whatsapp-button--compact {
  flex: 0 0 auto;
}

.catalog-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(22px, 5vw, 64px);
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.catalog-switcher {
  display: none;
}

.catalog-switcher summary {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(241, 90, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  list-style: none;
  box-shadow: 0 10px 24px rgba(130, 55, 8, 0.08);
  backdrop-filter: blur(10px);
}

.catalog-switcher summary:hover {
  border-color: rgba(241, 90, 0, 0.38);
  background: #fff;
  box-shadow: 0 12px 30px rgba(130, 55, 8, 0.12);
}

.catalog-switcher summary::-webkit-details-marker {
  display: none;
}

.catalog-switcher summary span {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

.catalog-switcher nav {
  position: absolute;
  top: 52px;
  left: 0;
  display: grid;
  width: min(300px, calc(100vw - 28px));
  gap: 7px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(80, 32, 0, 0.18);
}

.catalog-switcher nav strong {
  margin-bottom: 4px;
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-switcher nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.product-card__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px;
  align-items: start;
}

.product-card__heading-copy {
  min-width: 0;
}

.product-card__share {
  position: relative;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--green-dark);
  cursor: pointer;
}

.product-card__share svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.product-card__share:hover,
.product-card__share:focus-visible,
.product-card__share.is-copied {
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.product-card__share.is-copied::after {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 4;
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--green-dark);
  color: #fff;
  content: attr(data-share-feedback);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.product-card--highlighted {
  border-color: rgba(0, 134, 106, 0.78);
  box-shadow: 0 0 0 4px rgba(0, 134, 106, 0.14), 0 18px 42px rgba(0, 84, 67, 0.12);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.catalog-switcher nav a:hover {
  background: var(--orange-soft);
}

.catalog-switcher nav a.is-active {
  background: var(--orange);
  color: #fff;
}

.catalog-switcher nav a.is-active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 auto;
}

.catalog-switcher nav em {
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.home-body {
  background: #fff8f3;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--orange);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-brand img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}

.site-brand strong {
  display: block;
  color: var(--ink);
  font-size: 0.78rem;
}

.site-whatsapp,
.toolbar-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.22);
}

.site-whatsapp--icon {
  width: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 50%;
}

.site-whatsapp--icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.toolbar-link {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.home-page {
  box-sizing: border-box;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 38px clamp(18px, 5vw, 64px) 72px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(36px, 7vw, 82px);
  align-items: center;
  padding: 34px 0 54px;
  border-bottom: 1px solid var(--line);
}

.home-hero--clean {
  grid-template-columns: 1fr;
  max-width: 780px;
  margin: 0 auto;
  padding: 18px 0 28px;
  text-align: center;
}

.home-hero h1 {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.home-hero--clean h1,
.home-hero--clean p {
  margin-right: auto;
  margin-left: auto;
}

.home-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.7;
}

.home-hero__lead {
  margin-bottom: 10px;
}

.home-hero__support {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
}

.home-search {
  position: relative;
  width: min(100%, 680px);
  margin: 22px auto 0;
  text-align: left;
}

.home-search__label {
  display: block;
  margin: 0 0 8px 4px;
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-search__field {
  position: relative;
}

.home-search__field::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 15px;
  height: 15px;
  border: 3px solid var(--orange);
  border-radius: 999px;
  transform: translateY(-58%);
}

.home-search__field::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  width: 9px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  transform: translateY(5px) rotate(45deg);
}

.home-search input {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px 16px 54px;
  border: 1px solid rgba(241, 90, 0, 0.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(130, 55, 8, 0.08);
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  font-weight: 750;
  outline: 0;
}

.home-search input:focus {
  border-color: rgba(241, 90, 0, 0.65);
  box-shadow: 0 18px 48px rgba(130, 55, 8, 0.14);
}

.home-search input::placeholder {
  color: rgba(92, 69, 58, 0.66);
}

.home-search__results {
  position: absolute;
  z-index: 8;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 90, 0, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(70, 38, 20, 0.16);
}

.home-search__list {
  display: grid;
  max-height: min(430px, 58vh);
  overflow: auto;
}

.home-search__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(241, 90, 0, 0.09);
  color: inherit;
  text-decoration: none;
}

.home-search__item:last-child {
  border-bottom: 0;
}

.home-search__item:hover,
.home-search__item:focus-visible {
  background: #fff7f0;
  outline: 0;
}

.home-search__item strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.25;
}

.home-search__item small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.35;
}

.home-search__item em {
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.home-search__item b {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(241, 90, 0, 0.1);
  color: var(--orange-dark);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-search__empty {
  padding: 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.home-button--primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 14px 30px rgba(241, 90, 0, 0.22);
}

.home-button--ghost {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--orange-dark);
}

.home-hero__visual {
  display: grid;
  min-height: 310px;
  place-items: center;
  padding: 34px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(162deg, rgba(255, 255, 255, 0.12), transparent 54%), var(--orange);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.home-hero__visual img {
  width: 138px;
  height: 138px;
  border: 7px solid #fff;
  border-radius: 26px;
  object-fit: cover;
}

.home-hero__visual strong {
  margin-top: 24px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.home-hero__visual span {
  max-width: 270px;
  color: #fff4ec;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-catalogs {
  padding-top: 28px;
}

.home-section-title {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-section-title h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
}

.home-section-title p:last-child {
  color: var(--muted);
  font-weight: 650;
}

.home-section-title--compact {
  margin-top: 0;
  margin-bottom: 22px;
}

.home-section-title--compact h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.interest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.interest-grid--expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.interest-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  min-height: 214px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 236, 0.92)),
    radial-gradient(circle at 92% 12%, rgba(241, 90, 0, 0.18), transparent 30%);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: 0 18px 46px rgba(130, 55, 8, 0.1);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.interest-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(241, 90, 0, 0.08);
}

.interest-card > * {
  position: relative;
  z-index: 1;
}

.interest-card:hover,
.interest-card:focus-visible {
  border-color: rgba(241, 90, 0, 0.55);
  box-shadow: 0 20px 52px rgba(130, 55, 8, 0.16);
  transform: translateY(-2px);
  outline: 0;
}

.interest-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  color: var(--orange);
  box-shadow: 0 12px 26px rgba(130, 55, 8, 0.1);
}

.interest-card__icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.interest-card > span:not(.interest-card__icon) {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.interest-card__icon + span:not(.interest-card__icon) {
  margin-top: 4px;
}

.interest-card strong {
  color: var(--orange);
  font-size: clamp(1.38rem, 2.1vw, 1.85rem);
  font-weight: 900;
  line-height: 1.05;
}

.interest-card small {
  max-width: 250px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.5;
}

.interest-card em {
  align-self: end;
  width: fit-content;
  margin-top: 4px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(241, 90, 0, 0.1);
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.interest-panel {
  display: grid;
  gap: 22px;
}

.interest-grid[hidden],
.interest-panel[hidden],
.category-card[hidden],
.interest-empty[hidden] {
  display: none;
}

.interest-panel__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.interest-panel__header h2 {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.interest-panel__header p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
}

.interest-back {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--orange-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subcategory-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subcategory-tabs button {
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--orange-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subcategory-tabs button.is-active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.subcategory-tabs a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.subcategory-tabs a.is-active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.catalog-page--incremental {
  --incremental-content-max: 1160px;
  --incremental-content-pad: clamp(18px, 5vw, 44px);
}

.catalog-page--incremental .incremental-page-intro,
.catalog-page--incremental .info-strip,
.catalog-page--incremental .section-heading,
.catalog-page--incremental .incremental-product-tools,
.catalog-page--incremental .incremental-subcategories,
.catalog-page--incremental .incremental-ration-search,
.catalog-page--incremental .catalog-tools,
.catalog-page--incremental .product-grid,
.catalog-page--incremental .catalog-empty,
.catalog-page--incremental .veterinary-guidance-note {
  width: min(100%, calc(var(--incremental-content-max) + (var(--incremental-content-pad) * 2)));
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--incremental-content-pad);
  padding-left: var(--incremental-content-pad);
}

.catalog-page--incremental .incremental-page-intro {
  padding-top: clamp(24px, 5vw, 46px);
  padding-bottom: clamp(10px, 2vw, 18px);
}

.catalog-page--incremental .incremental-page-intro h1 {
  max-width: 820px;
  margin: 0 0 10px;
  color: var(--orange);
  font-size: clamp(2.15rem, 6vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-page--incremental .incremental-page-intro p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
}

.catalog-page--incremental .info-strip {
  width: min(100%, calc(var(--incremental-content-max) + (var(--incremental-content-pad) * 2)));
  margin-top: 12px;
  margin-bottom: 34px;
}

.catalog-page--incremental .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-top: 6px;
  margin-bottom: 18px;
}

.catalog-page--incremental .section-heading h2 {
  line-height: 1.06;
}

.catalog-page--incremental .section-heading > p {
  max-width: 430px;
}

.catalog-page--incremental.is-product-view .incremental-page-intro,
.catalog-page--incremental.is-product-view .info-strip,
.catalog-page--incremental.is-product-view .section-heading {
  display: none;
}

.catalog-page--incremental.is-product-view .incremental-product-tools {
  margin-top: clamp(18px, 4vw, 34px);
  margin-bottom: 14px;
}

.incremental-line-grid {
  margin-top: 8px;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.incremental-line-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.incremental-line-card .category-card__image {
  --category-image-box-height: 220px;
  --category-image-max-width: 190px;
  --category-image-max-height: 180px;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}

.incremental-product-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 6px;
  margin-bottom: 12px;
}

.incremental-line-back {
  width: auto;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(241, 90, 0, 0.24);
  border-radius: 999px;
  background: #fffaf6;
  color: var(--orange-dark);
  font-size: 0.74rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(130, 55, 8, 0.06);
  text-decoration: none;
  text-transform: none;
}

.incremental-line-back:hover,
.incremental-line-back:focus-visible {
  border-color: rgba(241, 90, 0, 0.46);
  background: #fff;
  outline: 0;
}

.catalog-page--incremental .catalog-tools {
  padding-top: 0;
  padding-bottom: 18px;
}

.catalog-page--incremental .catalog-search {
  width: min(560px, 100%);
}

.catalog-page--incremental .product-grid {
  padding-top: 0;
  padding-bottom: 42px;
}

.catalog-page--incremental .incremental-subcategories {
  padding-bottom: 16px;
}

.incremental-ration-search {
  display: grid;
  gap: 6px;
  width: min(100%, 360px);
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.incremental-ration-search input {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--brown);
  font: inherit;
}

.incremental-ration-search input:focus {
  border-color: var(--orange);
  outline: 2px solid rgba(241, 90, 0, 0.15);
  outline-offset: 1px;
}

.veterinary-guidance-note {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 134, 106, 0.18);
  border-radius: 14px;
  background: rgba(0, 134, 106, 0.06);
  color: var(--brown);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.veterinary-guidance-note[hidden] {
  display: none;
}

.product-card--incremental .product-card__image img[src$=".svg"] {
  max-width: min(72%, 132px);
  max-height: min(var(--product-image-max-height), 132px);
  opacity: 0.78;
}

.category-grid--results {
  margin-top: 4px;
}

.interest-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(130, 55, 8, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.category-card:has(a:hover),
.category-card:focus-within {
  border-color: rgba(241, 90, 0, 0.34);
  box-shadow: 0 18px 42px rgba(130, 55, 8, 0.12);
  transform: translateY(-2px);
}

.category-card--featured {
  border-color: rgba(241, 90, 0, 0.5);
}

.category-card > span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card__image {
  --category-image-box-height: 250px;
  --category-image-max-width: 240px;
  --category-image-max-height: 220px;
  display: grid;
  min-height: var(--category-image-box-height);
  place-items: center;
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff9f4 100%);
}

.category-card__image img {
  display: block;
  place-self: center;
  width: auto;
  max-width: min(100%, var(--category-image-max-width));
  height: auto;
  max-height: var(--category-image-max-height);
  object-fit: contain;
  object-position: center;
}

.category-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.category-card__content p {
  margin: 0;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card__content h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.24rem;
  line-height: 1.12;
}

.category-card__content small {
  flex: 1;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.45;
}

.category-card__content a {
  display: inline-flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}


.cart-top-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(241, 90, 0, 0.22);
}

.cart-top-button strong {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--orange-dark);
  font-size: 0.72rem;
}

.order-toolbar .cart-top-button {
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: #fff;
  color: var(--orange-dark);
  box-shadow: none;
}

.order-toolbar .cart-top-button strong {
  background: var(--orange);
  color: #fff;
}

.cart-option-select,
.cart-bulk-controls input,
.cart-form input,
.cart-form select,
.cart-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 750;
  outline: none;
}

.cart-option-select {
  min-height: 34px;
  padding: 7px 9px;
}

.cart-product-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.cart-product-option {
  display: grid;
  gap: 4px;
  color: var(--green-dark);
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-bulk-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  margin: 0 0 9px;
}

.cart-bulk-controls label {
  display: grid;
  gap: 4px;
  color: var(--green-dark);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-bulk-controls input {
  min-height: 34px;
  padding: 7px 9px;
}

.cart-bulk-controls button {
  min-height: 34px;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  border: 0;
  background: rgba(39, 23, 15, 0.34);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: min(430px, 100vw);
  height: 100vh;
  padding: 18px;
  border-left: 1px solid var(--line);
  background: #fffaf6;
  box-shadow: -24px 0 60px rgba(91, 46, 19, 0.22);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateX(104%);
  transition: transform 0.2s ease;
}

.cart-open .cart-backdrop {
  display: block;
}

.cart-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.cart-drawer__header p {
  margin: 0 0 4px;
  color: var(--orange-dark);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-drawer__header h2 {
  margin: 0;
  font-size: 1.55rem;
}

.cart-drawer__close {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--orange-dark);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 10px;
  flex: 0 0 auto;
  overflow: visible;
  padding: 14px 2px;
}

.cart-empty-state {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 0;
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
}

.cart-empty-state strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.cart-empty-state span {
  line-height: 1.45;
}

.cart-empty-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.cart-item__main {
  display: grid;
  gap: 3px;
}

.cart-item__main strong {
  font-size: 0.9rem;
  line-height: 1.15;
}

.cart-item__main span,
.cart-item__main small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.cart-quantity {
  display: grid;
  gap: 4px;
  color: var(--green-dark);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-quantity input {
  width: 100%;
  min-height: 34px;
  padding: 5px 7px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.cart-quantity span {
  color: var(--muted);
  font-size: 0.62rem;
  text-transform: none;
}

.cart-item__subtotal {
  color: var(--orange-dark);
  font-size: 0.9rem;
}

.cart-remove {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--orange-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-summary {
  display: grid;
  gap: 7px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.cart-summary span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.cart-summary strong {
  color: var(--orange-dark);
  font-size: 0.95rem;
}

.cart-summary__final {
  padding-top: 6px;
  border-top: 1px dashed var(--line);
}

.cart-summary__final strong {
  font-size: 1.35rem;
}

.cart-form {
  display: grid;
  gap: 10px;
  padding: 14px 0;
}

.cart-form label {
  display: grid;
  gap: 5px;
  color: var(--green-dark);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-form input,
.cart-form select,
.cart-form textarea {
  min-height: 38px;
  padding: 8px 10px;
  text-transform: none;
}

.cart-form textarea {
  resize: vertical;
}

.cart-address-field,
.cart-region-field,
.cart-change-field {
  display: none !important;
}

.cart-address-field.is-visible,
.cart-region-field.is-visible,
.cart-change-field.is-visible {
  display: grid !important;
}

.cart-drawer__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  padding: 0 0 14px;
}

.cart-send-button,
.cart-clear-button {
  min-height: 42px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-send-button {
  border: 0;
  background: var(--green);
  color: #fff;
}

.cart-clear-button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--orange-dark);
}

.cart-feedback {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  max-width: min(320px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  transition: 0.2s ease;
  pointer-events: none;
}

.cart-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .catalog-switcher {
    top: 80px;
    left: 10px;
  }

  .catalog-switcher summary {
    width: 40px;
    height: 40px;
  }

  .catalog-switcher summary span {
    width: 16px;
    height: 2px;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    min-height: 260px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interest-card {
    min-height: 190px;
    padding: 22px;
  }

  .interest-panel__header {
    align-items: start;
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 26px;
  }

  .hero__brand {
    max-width: 190px;
  }

  .product-card {
    display: grid;
    grid-template-columns: minmax(240px, 44%) 1fr;
  }

  .product-card__image {
    --product-image-box-height: 280px;
    --product-image-max-width: 238px;
    --product-image-max-height: 260px;
  }

  .intro,
  .bulk-callout,
  .order-panel {
    flex-direction: column;
    align-items: start;
  }

  .info-strip {
    gap: 10px;
    padding: 14px 16px;
  }

  .info-strip span {
    font-size: 0.64rem;
  }

  .info-strip strong {
    font-size: 0.78rem;
  }

  .catalog-page--dense .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-page--dense .product-card {
    display: grid;
    grid-template-columns: minmax(210px, 48%) minmax(0, 1fr);
  }

  .catalog-page--dense .product-card__badge {
    max-width: min(108px, calc(48% - 12px));
  }
}

@media (max-width: 768px) {
  .catalog-page--incremental {
    --incremental-content-pad: 18px;
  }

  .catalog-page--incremental .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .catalog-page--incremental .section-heading > p {
    max-width: none;
  }

  .interest-grid {
    grid-template-columns: 1fr;
  }

  .interest-card {
    min-height: 0;
  }

  .interest-panel__header {
    align-items: stretch;
  }

  .subcategory-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subcategory-tabs button {
    width: 100%;
    min-height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: normal;
  }

  .catalog-page--dense .product-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-page--dense .product-card,
  .product-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .catalog-page--dense .product-card__image,
  .product-card__image {
    --product-image-box-height: 255px;
    --product-image-max-width: 236px;
    --product-image-max-height: 238px;
  }

  .catalog-page--dense .product-card__badge {
    max-width: min(122px, calc(100% - 24px));
  }

  .product-card__footer a {
    width: 100%;
    min-height: 44px;
  }

  .home-search__results {
    position: static;
    margin-top: 10px;
  }

  .home-search__list {
    max-height: 330px;
  }
}

@media (max-width: 620px) {
  .catalog-page--incremental {
    --incremental-content-pad: 16px;
  }

  .catalog-page--incremental .section-heading {
    padding-top: 4px;
  }

  .catalog-page--incremental .section-heading h2 {
    font-size: 1.55rem;
  }

  .catalog-page--incremental .section-heading > p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .incremental-product-tools {
    margin-bottom: 10px;
  }

  .incremental-line-back {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.7rem;
  }

  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .catalog-switcher {
    display: none;
  }

  .catalog-switcher nav {
    width: min(286px, calc(100vw - 24px));
  }

  .home-search {
    margin-top: 16px;
  }

  .home-search__label {
    margin-left: 2px;
    font-size: 0.64rem;
  }

  .home-search input {
    min-height: 52px;
    padding-right: 14px;
    border-radius: 16px;
    font-size: 0.88rem;
  }

  .home-search__results {
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(70, 38, 20, 0.12);
  }

  .home-search__item {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 13px;
  }

  .home-search__item b {
    width: fit-content;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding: 8px 12px;
  }

  .site-brand {
    gap: 0;
  }

  .site-brand img {
    width: 40px;
    height: 40px;
  }

  .site-brand span {
    display: none;
  }

  .site-header .cart-top-button {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.74rem;
  }

  .cart-drawer {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    padding: 14px 14px calc(28px + env(safe-area-inset-bottom));
  }

  .cart-items {
    overflow: visible;
    padding-bottom: 12px;
  }

  .cart-form {
    padding-bottom: 18px;
  }

  .cart-drawer__actions {
    position: static;
    margin: 0;
    padding: 0 0 calc(14px + env(safe-area-inset-bottom));
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .cart-item {
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  .cart-feedback {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .home-page {
    padding-top: 14px;
  }

  .home-hero {
    gap: 24px;
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .home-hero h1 {
    font-size: 2.15rem;
  }

  .home-hero p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .home-hero__lead {
    margin-bottom: 8px;
  }

  .home-button {
    width: 100%;
  }

  .home-hero__visual {
    min-height: 230px;
    border-radius: 24px;
  }

  .home-hero__visual img {
    width: 108px;
    height: 108px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .interest-grid {
    grid-template-columns: 1fr;
  }

  .interest-card {
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 8px 14px;
    padding: 17px;
  }

  .interest-card__icon {
    grid-row: 1 / span 3;
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .interest-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .interest-card strong {
    font-size: 1.22rem;
  }

  .interest-card small {
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .interest-card em {
    margin-top: 0;
    padding: 6px 10px;
    font-size: 0.62rem;
  }

  .interest-panel {
    gap: 16px;
  }

  .interest-panel__header {
    padding: 18px;
  }

  .interest-back {
    width: auto;
    align-self: flex-start;
    min-height: 32px;
    padding: 7px 12px;
  }

  .subcategory-tabs {
    gap: 8px;
  }

  .cart-form input,
  .cart-form select,
  .cart-form textarea {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .cart-send-button,
  .cart-clear-button {
    min-height: 46px;
  }

  .category-card__image {
    --category-image-box-height: 188px;
    --category-image-max-width: 188px;
    --category-image-max-height: 168px;
  }

  .category-card__content {
    gap: 8px;
    padding: 18px;
  }

  .category-card__content h3 {
    font-size: 1.12rem;
  }

  .category-card__content a {
    width: 100%;
  }

  .catalog-tools {
    padding-right: 16px;
    padding-left: 16px;
  }

  .catalog-search {
    width: 100%;
  }

  .category-aftercare {
    margin-right: 16px;
    margin-left: 16px;
  }

  .category-actions {
    flex-direction: column;
  }

  .category-actions .home-button {
    width: 100%;
  }

  .floating-whatsapp {
    display: inline-flex;
    right: 12px;
    bottom: calc(70px + env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 11px 13px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .order-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    padding: 8px 16px 10px;
  }

  .order-toolbar__brand {
    font-size: 0.76rem;
    text-align: center;
  }

  .order-toolbar .cart-top-button,
  .order-toolbar .toolbar-link {
    width: 100%;
    min-height: 34px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  .wa-pill {
    justify-content: center;
  }

  .pdf-button {
    justify-content: center;
    width: 100%;
  }

  .catalog-page {
    padding-top: 122px;
  }

  .hero {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 16px 18px;
  }

  .hero__brand {
    max-width: 104px;
    border-width: 5px;
    border-radius: 20px;
  }

  .hero h1 {
    margin-bottom: 8px;
    font-size: 2rem;
  }

  .hero__text {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .eyebrow {
    margin-bottom: 6px;
    font-size: 0.62rem;
  }

  .info-strip {
    gap: 8px;
    margin: 0 16px;
    padding: 12px 10px;
  }

  .info-strip__item {
    text-align: center;
  }

  .info-strip span {
    margin-bottom: 4px;
    font-size: 0.53rem;
  }

  .info-strip strong {
    font-size: 0.61rem;
    line-height: 1.28;
  }

  .info-strip .info-strip__separator {
    font-size: 1.25rem;
  }

  .product-card {
    display: flex;
  }

  .product-card__image {
    --product-image-box-height: 210px;
    --product-image-max-width: 196px;
    --product-image-max-height: 198px;
  }

  .product-card__content {
    padding: 16px;
  }

  .product-card__category {
    margin-bottom: 5px;
    font-size: 0.66rem;
  }

  .product-card h3 {
    margin-bottom: 7px;
    font-size: 1.12rem;
  }

  .product-card__description {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .product-card__footer {
    gap: 9px;
  }

  .catalog-page--dense .product-grid {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .catalog-page--dense .product-card {
    display: flex;
    min-height: 0;
  }

  .catalog-page--dense .product-card__badge {
    max-width: min(118px, calc(100% - 24px));
    padding: 5px 6px;
    font-size: 0.48rem;
  }

  .catalog-page--dense .product-card__image {
    --product-image-box-height: 214px;
    --product-image-max-width: 204px;
    --product-image-max-height: 202px;
  }

  .catalog-page--dense .product-card__content {
    padding: 16px;
  }

  .catalog-page--dense .product-card h3 {
    font-size: 1.08rem;
  }

  .catalog-page--dense .product-card__description {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .catalog-page--dense .product-card__footer a,
  .product-card__footer a {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.72rem;
    text-align: center;
  }

  .cart-option-select {
    min-height: 40px;
    font-size: 0.76rem;
  }

  .cart-product-options {
    grid-template-columns: 1fr;
  }

  .cart-bulk-controls {
    margin: 0 16px 12px;
    padding: 10px;
  }

  .cart-bulk-controls button {
    min-height: 42px;
  }

  .product-card__image img[src*="racao-luxbrain-adulto"],
  .product-card__image img[src*="racao-brainplus-power-supreme-adulto"] {
    max-width: min(100%, 230px);
    max-height: min(100%, var(--product-image-max-height));
    transform: none;
  }

  .product-card__image img[src*="piscina-aspirador"],
  .product-card__image img[src*="piscina-peneira"],
  .product-card__image img[src*="piscina-cabo"],
  .product-card__image img[src*="piscina-escova"],
  .product-card__image img[src*="piscina-mangueira"] {
    max-width: min(100%, 214px);
    max-height: min(100%, var(--product-image-max-height));
    transform: none;
  }

  .product-card__image img[src*="piscina-mangueira-premium"] {
    max-width: min(100%, 190px);
    max-height: min(var(--product-image-max-height), 150px);
    transform: none;
  }

  .catalog-footer {
    flex-direction: column;
    gap: 8px;
    padding-top: 18px;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
    font-size: 0.92rem;
  }

  .bulk-callout a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .site-header {
    gap: 8px;
    padding: 7px 10px;
  }

  .site-brand img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }

  .site-header .cart-top-button {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .site-header .cart-top-button strong {
    min-width: 22px;
    height: 22px;
    font-size: 0.66rem;
  }

  .catalog-switcher {
    display: none;
  }

  .catalog-page {
    padding-top: 134px;
  }

  .order-toolbar {
    padding-right: 12px;
    padding-left: 12px;
  }

  .order-toolbar__brand {
    font-size: 0.72rem;
  }

  .order-toolbar .cart-top-button,
  .order-toolbar .toolbar-link {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 0.68rem;
  }

  .cart-drawer {
    max-height: 100dvh;
    padding-bottom: calc(36px + env(safe-area-inset-bottom));
  }

  .cart-drawer__actions {
    padding: 0 0 calc(20px + env(safe-area-inset-bottom));
  }

  .home-page {
    padding: 12px 14px 52px;
  }

  .home-hero--clean {
    padding-top: 4px;
    padding-bottom: 16px;
  }

  .home-hero h1 {
    margin-bottom: 12px;
    font-size: 1.9rem;
    line-height: 1;
  }

  .home-hero p {
    font-size: 0.82rem;
  }

  .home-hero__support {
    max-width: 320px;
    font-size: 0.9rem;
  }

  .home-catalogs {
    padding-top: 18px;
  }

  .home-section-title {
    margin-bottom: 16px;
  }

  .home-section-title--compact h2 {
    font-size: 1.35rem;
    line-height: 1.05;
  }

  .interest-grid {
    gap: 12px;
  }

  .interest-card {
    padding: 15px;
    border-radius: 18px;
  }

  .interest-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .interest-card strong {
    font-size: 1.12rem;
  }

  .interest-card small {
    font-size: 0.78rem;
  }

  .subcategory-tabs {
    grid-template-columns: 1fr;
  }

  .interest-panel__header h2 {
    font-size: 1.55rem;
  }

  .interest-panel__header p:last-child {
    font-size: 0.82rem;
  }

  .hero {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .hero__brand {
    max-width: 96px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .product-grid,
  .catalog-page--dense .product-grid {
    padding-right: 14px;
    padding-left: 14px;
  }

  .catalog-page--dense .product-card__image,
  .product-card__image {
    --product-image-box-height: 232px;
    --product-image-max-width: 210px;
    --product-image-max-height: 208px;
    padding: 12px;
  }

  .catalog-page--dense .product-card__footer strong {
    font-size: 1.28rem;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: calc(22px + env(safe-area-inset-bottom));
  }

  .catalog-footer {
    gap: 8px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

/* Home institucional */
.home-hero--institutional {
  display: block;
  max-width: 940px;
  margin: 0 auto;
  padding: 26px 0 34px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.home-hero--institutional .home-hero__content {
  display: grid;
  justify-items: center;
}

.home-hero__kicker,
.institution-card__eyebrow {
  margin: 0 0 8px;
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero--institutional h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3.4rem, 9vw, 6.8rem);
  line-height: 0.9;
}

.home-hero__subtitle {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--ink) !important;
  font-size: clamp(1.25rem, 2.5vw, 2rem) !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.home-hero__divider {
  width: 110px;
  height: 3px;
  margin: 20px 0;
  border-radius: 999px;
  background: var(--orange);
}

.home-hero__description {
  max-width: 760px !important;
  margin: 0 auto;
}

.home-differentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 26px 0 0;
}

.home-differential {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 20px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.home-differential:last-child { border-right: 0; }
.home-differential span,
.institution-icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(241, 90, 0, 0.65);
  border-radius: 50%;
  color: var(--orange);
}
.home-differential svg,
.institution-icon svg { width: 24px; height: 24px; fill: currentColor; }

.home-hero__callout {
  max-width: 700px !important;
  margin: 22px auto 0 !important;
  color: var(--orange) !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

.home-hero--institutional .home-search {
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.institution-team,
.institution-actions,
.institution-benefits {
  margin-top: 34px;
}

.institution-team {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(130, 55, 8, 0.1);
}

.institution-team > img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center 22%;
}

.institution-team__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 26px;
  align-items: center;
  padding: 24px 28px;
}

.institution-team__copy > div { display: flex; gap: 16px; align-items: center; }
.institution-team__copy h2 { margin: 0; font-size: clamp(1.25rem, 2.4vw, 1.8rem); line-height: 1.25; }
.institution-team__copy h2 em { color: var(--orange); font-style: normal; }
.institution-team__copy > p { margin: 0; padding-left: 26px; border-left: 1px solid var(--line); color: var(--muted); font-weight: 650; line-height: 1.55; }

.institution-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.institution-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(130, 55, 8, 0.08);
}

.institution-card h2 { margin: 0 0 14px; color: var(--ink); font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.05; text-transform: uppercase; }
.institution-card > p:not(.institution-card__eyebrow) { margin: 0; color: var(--muted); font-weight: 650; line-height: 1.55; }
.institution-card--vip .institution-card__eyebrow { color: #0d9e4d; }

.vip-benefit {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 24px 0;
  padding: 16px;
  border: 1px solid rgba(13, 158, 77, 0.18);
  border-radius: 18px;
  background: #f2fbf5;
  color: #08763a;
}
.vip-benefit > span { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: #17ad55; color: #fff; font-size: 1.35rem; font-weight: 900; }
.vip-benefit p { margin: 0; line-height: 1.35; }

.vip-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #14ad54, #25d366);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.24);
}
.vip-button svg { width: 28px; height: 28px; fill: currentColor; }
.institution-card--vip > small { margin-top: 12px; color: var(--muted); font-weight: 700; text-align: center; }

.location-address { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-size: 0.9rem; font-weight: 700; line-height: 1.45; text-decoration: none; }
.location-address svg { flex: 0 0 auto; width: 28px; height: 28px; fill: var(--orange); }

.location-visual {
  position: relative;
  display: block;
  height: 176px;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid rgba(0, 134, 106, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #dff1df 0 34%, #eef3e9 34% 48%, #dce9f5 48% 100%);
}
.location-visual__map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.location-visual__road { position: absolute; top: 70px; left: -5%; width: 110%; height: 28px; border: 6px solid #fff; border-right: 0; border-left: 0; background: #c8ced4; transform: rotate(-7deg); }
.location-visual__road--second { top: 12px; left: 48%; width: 30px; height: 170px; transform: rotate(22deg); }
.location-visual__park,
.location-visual__pin { position: absolute; z-index: 2; padding: 7px 10px; border-radius: 999px; font-size: 0.7rem; font-weight: 900; }
.location-visual__park { bottom: 18px; left: 18px; background: #fff; color: #08763a; }
.location-visual__pin { top: 48px; right: 24px; background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(241, 90, 0, 0.25); }
.location-visual__storefront {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 14px;
  width: clamp(78px, 25%, 108px);
  aspect-ratio: 1.45;
  border: 3px solid #fff;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 12%;
  box-shadow: 0 6px 16px rgba(49, 58, 66, 0.22);
}

.location-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: auto; }
.location-buttons a { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 10px; border: 1px solid rgba(241, 90, 0, 0.22); border-radius: 14px; color: var(--orange-dark); font-size: 0.72rem; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; }
.location-buttons a:last-child { border-color: rgba(37, 142, 209, 0.3); color: #1675a8; }

.institution-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.institution-benefits > div { display: flex; gap: 12px; align-items: flex-start; padding: 24px 20px; border-right: 1px solid var(--line); }
.institution-benefits > div:last-child { border-right: 0; }
.institution-benefits > div > span { color: var(--orange); font-size: 1.35rem; font-weight: 900; }
.institution-benefits p { margin: 0; }
.institution-benefits strong,
.institution-benefits small { display: block; }
.institution-benefits strong { color: var(--ink); font-size: 0.76rem; line-height: 1.3; text-transform: uppercase; }
.institution-benefits small { margin-top: 7px; color: var(--muted); font-size: 0.7rem; font-weight: 650; line-height: 1.45; }

.catalog-footer--institutional {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 28px max(clamp(22px, 5vw, 64px), calc((100vw - 1180px) / 2));
  align-items: start;
}
.catalog-footer--institutional > div { display: flex; min-height: 92px; flex-direction: column; gap: 7px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.28); font-size: 0.76rem; line-height: 1.45; }
.catalog-footer--institutional > div:first-child { padding-left: 0; border-left: 0; }
.catalog-footer--institutional > div > strong { font-size: 0.68rem; text-transform: uppercase; }
.catalog-footer--institutional a,
.catalog-footer--institutional span { color: #fff; text-decoration: none; }
.footer-brand { flex-direction: row !important; align-items: center; }
.footer-brand img { width: 62px; height: 62px; border-radius: 14px; object-fit: cover; }
.footer-brand strong { font-size: 1.12rem !important; line-height: 1.05; }
.footer-brand strong span { display: block; font-size: 0.72rem; }

@media (max-width: 900px) {
  .home-differentials { grid-template-columns: 1fr; max-width: 560px; }
  .home-differential { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-differential:last-child { border-bottom: 0; }
  .institution-team__copy,
  .institution-actions { grid-template-columns: 1fr; }
  .institution-team__copy > p { padding-top: 20px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .institution-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .institution-benefits > div:nth-child(2) { border-right: 0; }
  .institution-benefits > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalog-footer--institutional { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
}

@media (max-width: 620px) {
  .home-hero--institutional { padding-top: 10px; }
  .home-hero--institutional h1 { font-size: clamp(2.7rem, 15vw, 3.6rem); }
  .home-hero__subtitle { margin-top: 15px; font-size: 1.18rem !important; }
  .home-hero__description { font-size: 0.88rem !important; line-height: 1.55 !important; }
  .home-differential { padding-right: 8px; padding-left: 8px; }
  .institution-team { border-radius: 20px; }
  .institution-team > img { max-height: 440px; object-position: center top; }
  .institution-team__copy { gap: 18px; padding: 20px; }
  .institution-team__copy > div { align-items: flex-start; }
  .institution-icon { width: 38px; height: 38px; }
  .institution-card { padding: 22px 18px; border-radius: 20px; }
  .location-visual__storefront { right: 14px; bottom: 12px; width: clamp(72px, 29vw, 96px); border-width: 2px; border-radius: 10px; }
  .location-buttons { grid-template-columns: 1fr; }
  .institution-benefits { grid-template-columns: 1fr; }
  .institution-benefits > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .institution-benefits > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .institution-benefits > div:last-child { border-bottom: 0; }
  .catalog-footer--institutional { grid-template-columns: 1fr; padding: 26px 20px calc(94px + env(safe-area-inset-bottom)); }
  .catalog-footer--institutional > div { min-height: 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .catalog-footer--institutional > div:first-child { padding-top: 0; border-top: 0; }
}

@media print {
  @page {
    size: A4;
    margin: 10mm;
  }

  body {
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .order-toolbar {
    display: none !important;
  }

  .catalog-page {
    width: 100%;
    padding-top: 0;
    box-shadow: none;
  }

  .hero {
    padding-top: 18px;
  }

  .product-card,
  .info-strip,
  .bulk-callout,
  .order-panel {
    break-inside: avoid;
  }

  .whatsapp-button,
  .product-card__footer a {
    color: inherit;
    text-decoration: none;
  }

  .catalog-page--dense .hero {
    grid-template-columns: 118px 1fr;
    gap: 16px;
    padding: 14px 0 15px;
  }

  .catalog-page--dense .info-strip {
    margin-bottom: 10px;
  }

  .catalog-page--dense .intro {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .catalog-page--dense .product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0 12px;
  }

  .catalog-page--dense .product-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .catalog-page--dense .product-card__badge {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    font-size: 0.54rem;
  }

  .catalog-page--dense .product-card__image {
    --product-image-box-height: 200px;
    --product-image-max-width: 176px;
    --product-image-max-height: 184px;
    padding: 10px;
  }

  .catalog-page--dense .product-card__image img {
    max-height: var(--product-image-max-height);
  }


  .catalog-page--dense .product-card__content {
    padding: 9px;
  }

  .catalog-page--dense .product-card h3 {
    font-size: 0.8rem;
  }

  .catalog-page--dense .product-card__description {
    font-size: 0.66rem;
    line-height: 1.36;
  }

  .product-card__prices span {
    padding: 3px 5px;
    font-size: 0.53rem;
  }

  .product-card__prices strong,
  .product-card__pending {
    font-size: 0.59rem;
  }

  .catalog-page--dense .product-card__footer strong {
    font-size: 1.02rem;
  }
}
