/**
 * /skidka-na-meditsinskie-tovary/
 * Page chrome only — product cards use catalog styles from shop.css
 */

.mp-skidka-tovary {
  margin: 0 0 2.5rem;
  color: #526371;
  font-family: "Exo 2", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.mp-skidka-tovary a {
  color: #00bf80;
  text-decoration: none;
}

.mp-skidka-tovary a:hover {
  color: #0055a6;
}

.mp-skidka-tovary__crumbs {
  margin: 0 0 1rem;
}

/* Keep green page links; crumbs use global .mp-breadcrumbs link colors */
.mp-skidka-tovary .mp-breadcrumbs a {
  color: #676f7c;
}
.mp-skidka-tovary .mp-breadcrumbs a:hover {
  color: #434955;
}

.mp-skidka-tovary__head {
  margin: 0 0 1.75rem;
  text-align: center;
}

.mp-skidka-tovary__title {
  margin: 0 0 0.85rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.mp-skidka-tovary__lead {
  max-width: 52rem;
  margin: 0 auto;
}

.mp-skidka-tovary__lead p {
  margin: 0;
  font-size: 1.05rem;
  color: #526371;
}

.mp-skidka-tovary__catalog {
  margin: 0 0 2rem;
}

.mp-skidka-tovary__grid {
  margin-top: 0.25rem;
}

.mp-skidka-tovary__empty {
  margin: 1.5rem 0 2rem;
  padding: 1.1rem 1.25rem;
  background: #f5f7f9;
  border-radius: 4px;
  text-align: center;
}

.mp-skidka-tovary__cta {
  margin: 2rem 0 0;
  padding: 1.6rem 1.4rem;
  background: linear-gradient(180deg, #f7fbf9 0%, #eef7f3 100%);
  border: 1px solid #d7ebe2;
  border-radius: 6px;
  text-align: center;
}

.mp-skidka-tovary__cta-title {
  margin: 0 0 0.65rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

.mp-skidka-tovary__cta-text {
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
}

.mp-skidka-tovary__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.mp-skidka-tovary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.55rem 1.15rem;
  border: 1px solid #00bf80;
  border-radius: 3px;
  background: #fff;
  color: #00bf80 !important;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.mp-skidka-tovary__btn:hover {
  background: #e8f8f2;
  color: #009965 !important;
  border-color: #009965;
}

.mp-skidka-tovary__btn--primary {
  background: #00bf80;
  color: #fff !important;
}

.mp-skidka-tovary__btn--primary:hover {
  background: #00a86f;
  border-color: #00a86f;
  color: #fff !important;
}

@media (max-width: 640px) {
  .mp-skidka-tovary__cta {
    padding: 1.25rem 1rem;
  }

  .mp-skidka-tovary__btn {
    width: 100%;
  }
}
