body[data-page="dogs-dry-food"] .site-main--subpage {
  padding-top: 88px;
}

.dry-food-hero {
  padding: 88px 24px 64px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.02) 100%),
    url("../img/2933_GOSBI-GOSSOS-platja-ElsMagnifics.jpg") center center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.dry-food-hero__inner {
  width: min(100%, 860px);
  margin: 0 auto;
}

.dry-food-hero__eyebrow {
  margin: 0 0 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.dry-food-hero__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.dry-food-hero__text {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.8;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.dry-food-products {
  padding: 64px 40px 96px;
  background: #fff;
}

.dry-food-products__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px 28px;
}

.dry-food-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.dry-food-card__image {
  width: min(100%, 240px);
  height: auto;
}

.dry-food-card__series {
  margin: 18px 0 0;
  color: #6c6358;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.dry-food-card__title {
  margin: 8px 0 0;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.dry-food-card__specs {
  width: min(100%, 240px);
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
  text-align: left;
}

.dry-food-card__spec {
  display: grid;
  grid-template-columns: 4.5em minmax(0, 1fr);
  gap: 4px;
  align-items: start;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dry-food-card__spec:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dry-food-card__spec dt {
  color: #6c6358;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.6;
}

.dry-food-card__spec dd {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
  color: #111;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.6;
}

.dry-food-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f0f0f0;
  color: #111;
  white-space: nowrap;
}

.dry-food-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 36px;
  margin-top: 18px;
  padding: 0 24px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border: 1px solid #000;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dry-food-card__button:hover,
.dry-food-card__button:focus-visible {
  background: #fff;
  color: #000;
}

.dry-food-products__empty {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

.series-hero__features {
  background: #efefef;
  color: #111;
}

.series-hero__features-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 42px 24px 46px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 26px;
}

.series-feature {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.series-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #111;
}

.series-feature__icon svg {
  width: 56px;
  height: 56px;
}

.series-feature__label {
  margin: 0;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .dry-food-products__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 32px;
  }

  .series-hero__features-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="dogs-dry-food"] .site-main--subpage {
    padding-top: var(--header-height);
  }

  .dry-food-hero {
    padding: 54px 18px 44px;
  }

  .dry-food-products {
    padding: 44px 18px 72px;
  }

  .dry-food-products__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 16px;
  }

  .dry-food-card__image {
    width: min(100%, 190px);
  }

  .dry-food-card__title {
    font-size: 0.96rem;
  }

  .series-hero__features-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
    padding: 34px 18px 38px;
  }

  .series-feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  .series-feature__icon,
  .series-feature__icon svg {
    width: 44px;
    height: 44px;
  }

  .series-feature__label {
    font-size: 0.82rem;
    line-height: 1.4;
  }
}
