/*
 * Homepage 7 — Warm Care Studio pet boutique.
 * Root: #bsp-homepage-7 (palette vars injected via Customizer).
 */

#bsp-homepage-7 {
  --bsp-container: 1600px;
  color: var(--bsp-h7-charcoal);
  background: var(--bsp-h7-white, #ffffff);
  font-family: var(--bsp-h7-font);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

#bsp-homepage-7 .bsp-container {
  width: min(100% - 32px, var(--bsp-container, 1320px));
  max-width: var(--bsp-container, 1320px);
  margin-inline: auto;
}

/* ---- Shared utilities ---- */

.bsp-h7-empty-note {
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed var(--bsp-h7-border);
  border-radius: var(--bsp-h7-radius);
  background: var(--bsp-h7-soft);
  color: var(--bsp-h7-muted);
  font-size: 14px;
  text-align: center;
}

.bsp-h7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: calc(var(--bsp-h7-radius) - 2px);
  font-family: var(--bsp-h7-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.bsp-h7-btn--primary {
  background: var(--bsp-h7-btn-bg, var(--bsp-h7-coral));
  border-color: var(--bsp-h7-btn-bg, var(--bsp-h7-coral));
  color: var(--bsp-h7-btn-text, var(--bsp-h7-white, #ffffff));
  box-shadow: 0 8px 24px rgba(224, 122, 95, 0.28);
}

.bsp-h7-btn--primary:hover {
  background: var(--bsp-h7-btn-hover-bg, #c96a52);
  border-color: var(--bsp-h7-btn-hover-bg, #c96a52);
  color: var(--bsp-h7-btn-text, var(--bsp-h7-white, #ffffff));
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(224, 122, 95, 0.34);
}

.bsp-h7-btn--ghost {
  background: transparent;
  border-color: var(--bsp-h7-btn-ghost-border, rgba(247, 243, 238, 0.55));
  color: var(--bsp-h7-btn-ghost-text, var(--bsp-h7-cream));
}

.bsp-h7-btn--ghost:hover {
  background: rgba(247, 243, 238, 0.12);
  border-color: var(--bsp-h7-btn-ghost-hover, var(--bsp-h7-cream));
  color: var(--bsp-h7-btn-ghost-hover, var(--bsp-h7-white, #ffffff));
}

/* ---- Section headers ---- */

.bsp-h7-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.bsp-h7-section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bsp-h7-section-head__title {
  margin: 0 0 6px;
  color: var(--bsp-h7-section-title, var(--bsp-h7-charcoal));
  font-family: var(--bsp-h7-display);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.bsp-h7-section-head__subtitle {
  margin: 0;
  max-width: 56ch;
  color: var(--bsp-h7-section-subtitle, var(--bsp-h7-muted));
  font-size: 15px;
  line-height: 1.55;
}

.bsp-h7-section-head__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--bsp-h7-section-view-all, var(--bsp-h7-sage));
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, gap 0.2s ease;
}

.bsp-h7-section-head__view-all:hover {
  color: var(--bsp-h7-section-view-all-hover, var(--bsp-h7-coral));
  gap: 12px;
}

.bsp-h7-section-head__view-all i {
  font-size: 12px;
}

/* ---- Hero ---- */

.bsp-h7-hero {
  position: relative;
  overflow: hidden;
  background: var(--bsp-h7-hero-section-bg, var(--bsp-h7-charcoal));
  --bsp-h7-btn-bg: var(--bsp-h7-hero-btn-bg, var(--bsp-h7-coral));
  --bsp-h7-btn-text: var(--bsp-h7-hero-btn-text, var(--bsp-h7-white, #ffffff));
  --bsp-h7-btn-hover-bg: var(--bsp-h7-hero-btn-hover-bg, var(--bsp-h7-sage));
  --bsp-h7-btn-ghost-text: var(--bsp-h7-hero-btn-ghost-text, var(--bsp-h7-cream));
  --bsp-h7-btn-ghost-border: var(--bsp-h7-hero-btn-ghost-border, var(--bsp-h7-cream));
  --bsp-h7-btn-ghost-hover: var(--bsp-h7-hero-btn-ghost-hover, var(--bsp-h7-white, #ffffff));
}

.bsp-h7-hero__stage {
  position: relative;
  min-height: clamp(420px, 58vh, 620px);
}

.bsp-h7-hero__viewport {
  position: absolute;
  inset: 0;
}

.bsp-h7-hero__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.bsp-h7-hero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.bsp-h7-hero__slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.bsp-h7-hero__slide--fallback {
  position: relative;
  min-height: clamp(420px, 58vh, 620px);
  background:
    linear-gradient(135deg, rgba(44, 42, 41, 0.72) 0%, rgba(61, 107, 90, 0.55) 100%),
    var(--bsp-h7-soft);
}

.bsp-h7-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bsp-h7-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    color-mix(in srgb, var(--bsp-h7-hero-overlay-start, #2c2a29) 78%, transparent) 0%,
    color-mix(in srgb, var(--bsp-h7-hero-overlay-start, #2c2a29) 52%, transparent) 42%,
    color-mix(in srgb, var(--bsp-h7-hero-overlay-end, var(--bsp-h7-sage)) 18%, transparent) 100%
  );
}

.bsp-h7-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bsp-h7-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-block: clamp(48px, 8vw, 96px);
  animation: bsp-h7-hero-fade 0.8s ease both;
}

.bsp-h7-hero__slide.is-active .bsp-h7-hero__content {
  animation: bsp-h7-hero-fade 0.8s ease both;
}

@keyframes bsp-h7-hero-fade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bsp-h7-hero__kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(247, 243, 238, 0.14);
  backdrop-filter: blur(6px);
  color: var(--bsp-h7-cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsp-h7-hero__title {
  margin: 0 0 16px;
  color: var(--bsp-h7-cream);
  font-family: var(--bsp-h7-display);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.bsp-h7-hero__title span {
  display: block;
}

.bsp-h7-hero__title strong {
  display: block;
  color: var(--bsp-h7-coral);
  font-weight: 600;
}

.bsp-h7-hero__text {
  margin: 0 0 28px;
  max-width: 48ch;
  color: rgba(247, 243, 238, 0.88);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.65;
}

.bsp-h7-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bsp-h7-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.bsp-h7-hero__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 243, 238, 0.38);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bsp-h7-hero__dots button.is-active,
.bsp-h7-hero__dots button[aria-selected="true"] {
  background: var(--bsp-h7-coral);
  transform: scale(1.15);
}

/* ---- Trust strip ---- */

.bsp-h7-trust {
  padding: 22px 0;
  background: var(--bsp-h7-cream);
  border-bottom: 1px solid var(--bsp-h7-border);
}

.bsp-h7-trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bsp-h7-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.bsp-h7-trust__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--bsp-h7-radius) - 4px);
  background: var(--bsp-h7-white, #ffffff);
  color: var(--bsp-h7-sage);
  font-size: 18px;
  box-shadow: 0 4px 14px rgba(44, 42, 41, 0.06);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.bsp-h7-trust__item:hover .bsp-h7-trust__icon {
  opacity: 0.82;
  transform: translateY(-2px);
}

.bsp-h7-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.bsp-h7-trust__copy strong {
  color: var(--bsp-h7-charcoal);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.bsp-h7-trust__copy span {
  color: var(--bsp-h7-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* ---- Shop by pet ---- */

.bsp-h7-pets {
  padding: 56px 0 48px;
  background: var(--bsp-h7-white, #ffffff);
}

.bsp-h7-pets__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.bsp-h7-pet {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 16px 18px;
  border: 1px solid var(--bsp-h7-border);
  border-radius: var(--bsp-h7-radius);
  background: var(--bsp-h7-pet-bg, var(--bsp-h7-soft));
  text-decoration: none;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.bsp-h7-pet:hover {
  transform: translateY(-4px);
  border-color: rgba(61, 107, 90, 0.28);
  box-shadow: 0 14px 32px rgba(44, 42, 41, 0.08);
}

.bsp-h7-pet__visual {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.bsp-h7-pet__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bsp-h7-pet__visual i {
  font-size: 32px;
  color: var(--bsp-h7-sage);
}

.bsp-h7-pet__label {
  color: var(--bsp-h7-charcoal);
  font-size: 15px;
  font-weight: 700;
}

.bsp-h7-pet__count {
  color: var(--bsp-h7-muted);
  font-size: 12px;
  font-weight: 600;
}

/* ---- Featured collection ---- */

.bsp-h7-collection {
  padding: 56px 0;
  background: var(--bsp-h7-collection-bg, var(--bsp-h7-cream));
}

.bsp-h7-collection__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.bsp-h7-collection__story {
  position: relative;
}

.bsp-h7-collection__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--bsp-h7-sage);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsp-h7-collection__title {
  margin: 0 0 14px;
  color: var(--bsp-h7-charcoal);
  font-family: var(--bsp-h7-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.bsp-h7-collection__text {
  margin: 0 0 22px;
  max-width: 46ch;
  color: var(--bsp-h7-muted);
  font-size: 15px;
  line-height: 1.65;
}

.bsp-h7-collection .bsp-h7-btn--primary {
  box-shadow: 0 6px 20px rgba(224, 122, 95, 0.22);
}

.bsp-h7-collection .bsp-h7-btn--ghost {
  border-color: var(--bsp-h7-border);
  color: var(--bsp-h7-charcoal);
}

.bsp-h7-collection__media {
  margin-top: 28px;
  border-radius: var(--bsp-h7-radius);
  overflow: hidden;
}

.bsp-h7-collection__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}

.bsp-h7-collection__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* ---- Product sections ---- */

.bsp-h7-bestsellers,
.bsp-h7-bestsellers--empty {
  padding: 48px 0 56px;
  background: var(--bsp-h7-white, #ffffff);
}

.bsp-h7-products__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bsp-h7-products__grid--deals {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ---- Product card ---- */

.bsp-h7-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--bsp-h7-card-border, var(--bsp-h7-border));
  border-radius: var(--bsp-h7-radius);
  background: var(--bsp-h7-card-bg, var(--bsp-h7-white, #ffffff));
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.bsp-h7-card:hover {
  transform: translateY(-5px);
  border-color: rgba(61, 107, 90, 0.22);
  box-shadow: 0 16px 36px rgba(44, 42, 41, 0.09);
}

.bsp-h7-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bsp-h7-card-media-bg, var(--bsp-h7-soft));
  overflow: hidden;
}

.bsp-h7-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.bsp-h7-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.bsp-h7-card__image--secondary {
  opacity: 0;
}

.bsp-h7-card:hover .bsp-h7-card__image--secondary {
  opacity: 1;
}

.bsp-h7-card:hover .bsp-h7-card__image-link:has(.bsp-h7-card__image--secondary) .bsp-h7-card__image:not(.bsp-h7-card__image--secondary) {
  opacity: 0;
}

.bsp-h7-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--bsp-h7-card-badge-bg, var(--bsp-h7-sale));
  color: var(--bsp-h7-card-badge-text, var(--bsp-h7-white, #ffffff));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bsp-h7-card__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--bsp-h7-muted);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(44, 42, 41, 0.08);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.bsp-h7-card__wishlist:hover,
.bsp-h7-card__wishlist.is-active {
  color: var(--bsp-h7-coral);
  transform: scale(1.06);
}

.bsp-h7-card__wishlist.is-active i {
  font-weight: 900;
}

.bsp-h7-card__quick-view {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--bsp-h7-charcoal);
  color: var(--bsp-h7-cream);
  font-family: var(--bsp-h7-font);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.bsp-h7-card:hover .bsp-h7-card__quick-view {
  opacity: 1;
  transform: translate(-50%, 0);
}

.bsp-h7-card__quick-view:hover {
  background: var(--bsp-h7-sage);
}

.bsp-h7-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px;
  padding: 14px 16px 16px;
}

.bsp-h7-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.bsp-h7-card__title a {
  color: var(--bsp-h7-charcoal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.bsp-h7-card__title a:hover {
  color: var(--bsp-h7-sage);
}

.bsp-h7-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.bsp-h7-card__rating .star-rating {
  color: #e8a838;
}

.bsp-h7-card__review-count {
  color: var(--bsp-h7-muted);
  font-size: 12px;
}

.bsp-h7-card__price {
  color: var(--bsp-h7-charcoal);
  font-size: 15px;
  font-weight: 700;
}

.bsp-h7-card__price del {
  color: var(--bsp-h7-muted);
  font-weight: 500;
  font-size: 13px;
}

.bsp-h7-card__price ins {
  text-decoration: none;
  color: var(--bsp-h7-sale);
}

.bsp-h7-card__stock-bar {
  height: 5px;
  border-radius: 999px;
  background: var(--bsp-h7-border);
  overflow: hidden;
}

.bsp-h7-card__stock-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--bsp-h7-sage), #4d8a74);
}

.bsp-h7-card__stock-meta {
  margin: 0;
  color: var(--bsp-h7-muted);
  font-size: 12px;
  font-weight: 600;
}

.bsp-h7-card__stock.is-out-of-stock {
  margin: 0;
  color: var(--bsp-h7-sale);
  font-size: 12px;
  font-weight: 700;
}

.bsp-h7-card__cart {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--bsp-h7-card-cart-bg, var(--bsp-h7-sage));
  color: var(--bsp-h7-card-cart-text, var(--bsp-h7-white, #ffffff));
  font-family: var(--bsp-h7-font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--bsp-h7-card-cart-bg, var(--bsp-h7-sage)) 22%, transparent);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bsp-h7-card__cart i {
  font-size: 12px;
}

.bsp-h7-card__cart:hover {
  background: var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral));
  border-color: var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral));
  color: var(--bsp-h7-card-cart-hover-text, var(--bsp-h7-white, #ffffff));
  transform: translateY(-1px);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral)) 28%, transparent);
}

.bsp-h7-card__cart.is-disabled,
.bsp-h7-card__cart.is-disabled:hover {
  background: var(--bsp-h7-border);
  border-color: var(--bsp-h7-border);
  color: var(--bsp-h7-muted);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

a.bsp-h7-card__cart.added {
  background: var(--bsp-h7-coral);
  border-color: var(--bsp-h7-coral);
  color: #fff;
}

/* ---- Today's deals ---- */

.bsp-h7-deals {
  padding: 48px 0 56px;
  background: var(--bsp-h7-cream);
}

.bsp-h7-deals .bsp-h7-section-head {
  align-items: center;
}

.bsp-h7-deals__countdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: calc(var(--bsp-h7-radius) - 4px);
  background: var(--bsp-h7-white, #ffffff);
  border: 1px solid var(--bsp-h7-border);
  font-variant-numeric: tabular-nums;
}

.bsp-h7-deals__tick {
  min-width: 2ch;
  color: var(--bsp-h7-charcoal);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.bsp-h7-deals__sep {
  color: var(--bsp-h7-coral);
  font-size: 16px;
  font-weight: 700;
}

/* ---- Pet parent stories ---- */

.bsp-h7-stories {
  padding: 56px 0;
  background: var(--bsp-h7-white, #ffffff);
}

.bsp-h7-stories__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.bsp-h7-stories__intro .bsp-h7-section-head__title {
  margin-bottom: 10px;
}

.bsp-h7-stories__stat {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--bsp-h7-border);
}

.bsp-h7-stories__stat strong {
  color: var(--bsp-h7-coral);
  font-family: var(--bsp-h7-display);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 600;
  line-height: 1;
}

.bsp-h7-stories__stat span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--bsp-h7-muted);
  font-size: 14px;
  line-height: 1.4;
}

.bsp-h7-stories__stat em {
  color: var(--bsp-h7-charcoal);
  font-style: normal;
  font-weight: 600;
}

.bsp-h7-stories__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bsp-h7-story {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--bsp-h7-border);
  border-radius: var(--bsp-h7-radius);
  background: var(--bsp-h7-soft);
}

.bsp-h7-story__rating {
  margin-bottom: 12px;
  color: #e8a838;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.bsp-h7-story__quote {
  margin: 0 0 18px;
  color: var(--bsp-h7-charcoal);
  font-family: var(--bsp-h7-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  font-style: italic;
}

.bsp-h7-story__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bsp-h7-story__author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.bsp-h7-story__author span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bsp-h7-story__author strong {
  color: var(--bsp-h7-charcoal);
  font-size: 14px;
}

.bsp-h7-story__author em {
  color: var(--bsp-h7-muted);
  font-size: 12px;
  font-style: normal;
}

/* ---- Care tips ---- */

.bsp-h7-tips {
  padding: 48px 0 64px;
  background: var(--bsp-h7-soft);
}

.bsp-h7-tips__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bsp-h7-tip {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bsp-h7-border);
  border-radius: var(--bsp-h7-radius);
  background: var(--bsp-h7-white, #ffffff);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bsp-h7-tip:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(44, 42, 41, 0.07);
}

.bsp-h7-tip__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bsp-h7-cream);
}

.bsp-h7-tip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bsp-h7-tip:hover .bsp-h7-tip__media img {
  transform: scale(1.04);
}

.bsp-h7-tip__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px 20px;
}

.bsp-h7-tip__date {
  color: var(--bsp-h7-sage);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bsp-h7-tip__title {
  margin: 0;
  font-family: var(--bsp-h7-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.bsp-h7-tip__title a {
  color: var(--bsp-h7-charcoal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.bsp-h7-tip__title a:hover {
  color: var(--bsp-h7-sage);
}

.bsp-h7-tip__excerpt {
  margin: 0;
  color: var(--bsp-h7-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bsp-h7-tip__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  color: var(--bsp-h7-coral);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bsp-h7-tip__more:hover {
  color: var(--bsp-h7-sage);
}

.bsp-h7-tip__more i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.bsp-h7-tip__more:hover i {
  transform: translateX(4px);
}

/* ---- Brands + Care Club ---- */

.bsp-h7-brands-club {
  padding: 48px 0 64px;
  background: var(--bsp-h7-white, #ffffff);
}

.bsp-h7-brands__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 36px;
  margin-bottom: 40px;
}

.bsp-h7-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.62;
  filter: grayscale(1);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.bsp-h7-brand:hover {
  opacity: 1;
  filter: grayscale(0);
}

.bsp-h7-brand img {
  max-height: 36px;
  width: auto;
  display: block;
}

.bsp-h7-club {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--bsp-h7-radius);
  background: linear-gradient(135deg, var(--bsp-h7-sage) 0%, #325a4b 100%);
  color: var(--bsp-h7-cream);
}

.bsp-h7-club__kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.88;
}

.bsp-h7-club__title {
  margin: 0 0 10px;
  font-family: var(--bsp-h7-display);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 600;
  line-height: 1.15;
}

.bsp-h7-club__text {
  margin: 0;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.92;
}

.bsp-h7-club__form {
  display: flex;
  gap: 0;
  border-radius: calc(var(--bsp-h7-radius) - 2px);
  overflow: hidden;
  background: var(--bsp-h7-white, #ffffff);
  box-shadow: 0 12px 32px rgba(44, 42, 41, 0.16);
}

.bsp-h7-club__form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 14px 18px;
  border: 0;
  outline: none;
  font-family: var(--bsp-h7-font);
  font-size: 14px;
  color: var(--bsp-h7-charcoal);
}

.bsp-h7-club__form input[type="email"]::placeholder {
  color: var(--bsp-h7-muted);
}

.bsp-h7-club__form .bsp-h7-btn--primary {
  flex-shrink: 0;
  border-radius: 0;
  min-height: 52px;
}

/* ---- Responsive ---- */

@media (max-width: 1200px) {
  .bsp-h7-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bsp-h7-products__grid--deals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bsp-h7-pets__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .bsp-h7-trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .bsp-h7-collection__inner,
  .bsp-h7-stories__inner,
  .bsp-h7-club {
    grid-template-columns: 1fr;
  }

  .bsp-h7-collection__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsp-h7-products__grid,
  .bsp-h7-products__grid--deals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bsp-h7-deals .bsp-h7-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsp-h7-stories__grid {
    grid-template-columns: 1fr;
  }

  .bsp-h7-tips__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bsp-h7-hero__stage,
  .bsp-h7-hero__slide--fallback {
    min-height: 480px;
  }

  .bsp-h7-hero__content {
    max-width: none;
    padding-block: 56px 64px;
  }

  .bsp-h7-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bsp-h7-hero__actions .bsp-h7-btn {
    width: 100%;
  }

  .bsp-h7-trust__list {
    grid-template-columns: 1fr;
  }

  .bsp-h7-pets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

    .bsp-h7-collection__products,
  .bsp-h7-products__grid,
  .bsp-h7-products__grid--deals,
  .bsp-h7-tips__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bsp-h7-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .bsp-h7-section-head--center {
    align-items: center;
  }

  .bsp-h7-card__quick-view span {
    display: none;
  }

  .bsp-h7-card__quick-view {
    padding: 10px 12px;
  }

  .bsp-h7-club__form {
    flex-direction: column;
    border-radius: var(--bsp-h7-radius);
  }

  .bsp-h7-club__form .bsp-h7-btn--primary {
    width: 100%;
    border-radius: 0 0 calc(var(--bsp-h7-radius) - 2px) calc(var(--bsp-h7-radius) - 2px);
  }
}

@media (max-width: 480px) {
  .bsp-h7-pets__grid {
    grid-template-columns: 1fr 1fr;
  }

  .bsp-h7-pet__visual {
    width: 72px;
    height: 72px;
  }
}

/* ==========================================================================
   Homepage 7 — twelve-section refinement
   ========================================================================== */

/* Image-first category cards */
#bsp-homepage-7 .bsp-h7-pets {
  padding: 76px 0;
}

#bsp-homepage-7 .bsp-h7-pets__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

#bsp-homepage-7 .bsp-h7-pet {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bsp-h7-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(70, 42, 83, .08);
  transform: none;
}

#bsp-homepage-7 .bsp-h7-pet:hover {
  border-color: color-mix(in srgb, var(--bsp-h7-coral) 38%, #fff);
  box-shadow: 0 18px 40px rgba(70, 42, 83, .15);
  transform: translateY(-6px);
}

#bsp-homepage-7 .bsp-h7-pet__visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.12 / 1;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--bsp-h7-pet-bg);
  box-shadow: none;
}

#bsp-homepage-7 .bsp-h7-pet__visual img {
  width: 108px;
  height: 108px;
  border-radius: 0;
  object-fit: cover;
  transition: transform .45s ease;
}

#bsp-homepage-7 .bsp-h7-pet:hover .bsp-h7-pet__visual img {
  transform: scale(1.07);
}

#bsp-homepage-7 .bsp-h7-pet__image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(79, 38, 100, .7);
  font-size: 56px;
  font-weight: 900;
}

#bsp-homepage-7 .bsp-h7-pet__label {
  display: block;
  padding: 17px 16px 4px;
  color: var(--bsp-h7-charcoal);
  font-size: 17px;
  font-weight: 900;
}

#bsp-homepage-7 .bsp-h7-pet__count {
  display: block;
  padding: 0 16px 18px;
  color: var(--bsp-h7-muted);
  font-size: 12px;
}

/* Three promotional category banners */
#bsp-homepage-7 .bsp-h7-promos {
  padding: 24px 0 82px;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-promos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#bsp-homepage-7 .bsp-h7-promo {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255,255,255,.25) 0 70px, transparent 71px),
    var(--bsp-h7-promo-color);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--bsp-h7-promo-color) 28%, transparent);
  isolation: isolate;
  transition: transform .3s ease, box-shadow .3s ease;
}

#bsp-homepage-7 .bsp-h7-promo:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 48px color-mix(in srgb, var(--bsp-h7-promo-color) 38%, transparent);
}

#bsp-homepage-7 .bsp-h7-promo__image {
  position: absolute;
  z-index: -1;
  right: -4%;
  bottom: 0;
  width: 55%;
  height: 92%;
  object-fit: contain;
  object-position: right bottom;
  transition: transform .45s ease;
}

#bsp-homepage-7 .bsp-h7-promo:hover .bsp-h7-promo__image {
  transform: scale(1.06) translateX(-3px);
}

#bsp-homepage-7 .bsp-h7-promo__copy {
  position: relative;
  z-index: 1;
  width: 68%;
  padding: 34px 30px;
  color: #2e2034;
}

#bsp-homepage-7 .bsp-h7-promo__kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#bsp-homepage-7 .bsp-h7-promo__title {
  margin: 0 0 10px;
  color: inherit;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.08;
}

#bsp-homepage-7 .bsp-h7-promo__text {
  margin: 0 0 22px;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
}

#bsp-homepage-7 .bsp-h7-promo__link,
#bsp-homepage-7 .bsp-h7-service__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

#bsp-homepage-7 .bsp-h7-promo__link i,
#bsp-homepage-7 .bsp-h7-service__link i,
#bsp-homepage-7 .bsp-h7-section-head__view-all i {
  transition: transform .2s ease;
}

#bsp-homepage-7 .bsp-h7-promo__link:hover i,
#bsp-homepage-7 .bsp-h7-service__link:hover i,
#bsp-homepage-7 .bsp-h7-section-head__view-all:hover i {
  transform: translateX(5px);
}

/* Featured collection: editorial story + one clean product row */
#bsp-homepage-7 .bsp-h7-collection {
  padding: 88px 0;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-collection__inner {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 2fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border-radius: 28px;
  background: var(--bsp-h7-purple-soft);
  box-shadow: none;
}

#bsp-homepage-7 .bsp-h7-collection__story {
  display: flex;
  min-height: 500px;
  padding: 48px 36px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 105% -5%, rgba(255,255,255,.16) 0 120px, transparent 121px),
    linear-gradient(145deg, var(--bsp-h7-sage), var(--bsp-h7-purple-dark));
  color: #fff;
}

#bsp-homepage-7 .bsp-h7-collection__story::before {
  right: -75px;
  top: auto;
  bottom: -75px;
  width: 230px;
  height: 230px;
  background: var(--bsp-h7-coral);
  opacity: .24;
}

#bsp-homepage-7 .bsp-h7-collection__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: .2;
}

#bsp-homepage-7 .bsp-h7-collection__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(60,27,78,.9), rgba(60,27,78,.34));
}

#bsp-homepage-7 .bsp-h7-collection__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bsp-homepage-7 .bsp-h7-collection__story > :not(.bsp-h7-collection__media) {
  position: relative;
  z-index: 1;
}

#bsp-homepage-7 .bsp-h7-collection__products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

#bsp-homepage-7 .bsp-h7-collection__products .bsp-h7-card__body {
  padding-inline: 13px;
}

#bsp-homepage-7 .bsp-h7-collection__products .bsp-h7-card__title {
  font-size: 13px;
}

#bsp-homepage-7 .bsp-h7-new-arrivals {
  padding: 84px 0;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-products__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Service cards */
#bsp-homepage-7 .bsp-h7-services {
  padding: 88px 0;
  background: var(--bsp-h7-purple-soft);
}

#bsp-homepage-7 .bsp-h7-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#bsp-homepage-7 .bsp-h7-service {
  padding: 34px;
  border: 1px solid var(--bsp-h7-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(70, 42, 83, .07);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

#bsp-homepage-7 .bsp-h7-service:hover {
  border-color: color-mix(in srgb, var(--bsp-h7-coral) 38%, #fff);
  box-shadow: 0 20px 42px rgba(70, 42, 83, .14);
  transform: translateY(-7px);
}

#bsp-homepage-7 .bsp-h7-service__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--bsp-h7-coral), #f0557e);
  font-size: 22px;
  transition: transform .3s ease;
}

#bsp-homepage-7 .bsp-h7-service:hover .bsp-h7-service__icon {
  transform: rotate(-6deg) scale(1.08);
}

#bsp-homepage-7 .bsp-h7-service__title {
  margin: 0 0 10px;
  color: var(--bsp-h7-charcoal);
  font-size: 21px;
  font-weight: 900;
}

#bsp-homepage-7 .bsp-h7-service__text {
  margin: 0 0 20px;
  color: var(--bsp-h7-muted);
  font-size: 14px;
  line-height: 1.65;
}

#bsp-homepage-7 .bsp-h7-service__link {
  color: var(--bsp-h7-sage);
}

/* Hover-state repairs */
#bsp-homepage-7 .bsp-h7-btn--primary:hover {
  border-color: var(--bsp-h7-sage);
  color: #fff;
  background: var(--bsp-h7-sage);
}

#bsp-homepage-7 .bsp-h7-btn--ghost:hover {
  border-color: var(--bsp-h7-coral);
  color: #fff;
  background: var(--bsp-h7-coral);
}

#bsp-homepage-7 .bsp-h7-card__quick-view {
  left: 12px;
  right: 12px;
  justify-content: center;
  transform: translateY(10px);
}

#bsp-homepage-7 .bsp-h7-card:hover .bsp-h7-card__quick-view {
  transform: translateY(0);
}

#bsp-homepage-7 .bsp-h7-card:hover .bsp-h7-card__image:not(.bsp-h7-card__image--secondary) {
  transform: scale(1.045);
}

#bsp-homepage-7 .bsp-h7-tip__media img {
  transition: transform .45s ease;
}

#bsp-homepage-7 .bsp-h7-tip:hover .bsp-h7-tip__media img {
  transform: scale(1.06);
}

#bsp-homepage-7 .bsp-h7-trust__item,
#bsp-homepage-7 .bsp-h7-story {
  transition: transform .28s ease, box-shadow .28s ease;
}

#bsp-homepage-7 .bsp-h7-trust__item:hover {
  transform: translateY(-3px);
}

#bsp-homepage-7 .bsp-h7-story:hover {
  box-shadow: 0 24px 48px rgba(38,17,49,.25);
  transform: translateY(-6px);
}

#bsp-homepage-7 .bsp-h7-story:nth-child(2):hover {
  transform: translateY(18px);
}

@media (max-width: 1100px) {
  #bsp-homepage-7 .bsp-h7-collection__inner {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 330px;
  }

  #bsp-homepage-7 .bsp-h7-promos__grid {
    grid-template-columns: 1fr 1fr;
  }

  #bsp-homepage-7 .bsp-h7-promo:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  #bsp-homepage-7 .bsp-h7-pets__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-collection__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-products__grid,
  #bsp-homepage-7 .bsp-h7-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-promos,
  #bsp-homepage-7 .bsp-h7-new-arrivals,
  #bsp-homepage-7 .bsp-h7-services {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  #bsp-homepage-7 .bsp-h7-promos__grid,
  #bsp-homepage-7 .bsp-h7-services__grid {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-promo:first-child {
    grid-column: auto;
  }

  #bsp-homepage-7 .bsp-h7-pets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 360px;
    padding: 38px 26px;
  }

  #bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Shared one-row carousels: products, stories and tips. */
#bsp-homepage-7 .bsp-h7-carousel {
  position: relative;
  min-width: 0;
}

#bsp-homepage-7 .bsp-h7-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 2px 28px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#bsp-homepage-7 .bsp-h7-carousel__viewport::-webkit-scrollbar {
  display: none;
}

#bsp-homepage-7 .bsp-h7-carousel__track,
#bsp-homepage-7 .bsp-h7-carousel .bsp-h7-products__grid,
#bsp-homepage-7 .bsp-h7-carousel .bsp-h7-stories__grid,
#bsp-homepage-7 .bsp-h7-carousel .bsp-h7-tips__grid {
  display: flex;
  grid-template-columns: none;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
}

#bsp-homepage-7 .bsp-h7-carousel__track > * {
  min-width: 0;
  scroll-snap-align: start;
}

#bsp-homepage-7 .bsp-h7-carousel--products .bsp-h7-carousel__track {
  gap: 16px;
}

#bsp-homepage-7 .bsp-h7-carousel--products .bsp-h7-carousel__track > * {
  flex: 0 0 calc((100% - 64px) / 5);
}

#bsp-homepage-7 .bsp-h7-carousel--stories .bsp-h7-carousel__track {
  gap: 18px;
}

#bsp-homepage-7 .bsp-h7-carousel--stories .bsp-h7-carousel__track > * {
  flex: 0 0 calc((100% - 36px) / 3);
}

#bsp-homepage-7 .bsp-h7-carousel--tips .bsp-h7-carousel__track {
  gap: 22px;
}

#bsp-homepage-7 .bsp-h7-carousel--tips .bsp-h7-carousel__track > * {
  flex: 0 0 calc((100% - 66px) / 4);
}

#bsp-homepage-7 .bsp-h7-carousel__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--bsp-h7-border, #e9e2dc);
  border-radius: 50%;
  place-items: center;
  color: var(--bsp-h7-charcoal, #302a2a);
  background: var(--bsp-h7-white, #ffffff);
  box-shadow: 0 8px 24px rgba(48, 42, 42, .13);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, background .2s ease, opacity .2s ease, transform .2s ease;
}

#bsp-homepage-7 .bsp-h7-carousel__arrow--prev {
  left: -18px;
}

#bsp-homepage-7 .bsp-h7-carousel__arrow--next {
  right: -18px;
}

#bsp-homepage-7 .bsp-h7-carousel__arrow:hover:not(:disabled) {
  color: var(--bsp-h7-white, #ffffff);
  border-color: var(--bsp-h7-primary, #ff7338);
  background: var(--bsp-h7-primary, #ff7338);
}

#bsp-homepage-7 .bsp-h7-carousel__arrow:disabled {
  opacity: .32;
  cursor: default;
}

#bsp-homepage-7 .bsp-h7-carousel.is-static .bsp-h7-carousel__arrow {
  display: none;
}

@media (max-width: 1200px) {
  #bsp-homepage-7 .bsp-h7-carousel--products .bsp-h7-carousel__track > * {
    flex-basis: calc((100% - 48px) / 4);
  }

  #bsp-homepage-7 .bsp-h7-carousel--tips .bsp-h7-carousel__track > * {
    flex-basis: calc((100% - 44px) / 3);
  }
}

@media (max-width: 900px) {
  #bsp-homepage-7 .bsp-h7-carousel--products .bsp-h7-carousel__track > * {
    flex-basis: calc((100% - 32px) / 3);
  }

  #bsp-homepage-7 .bsp-h7-carousel--stories .bsp-h7-carousel__track > * {
    flex-basis: calc((100% - 18px) / 2);
  }

  #bsp-homepage-7 .bsp-h7-carousel--tips .bsp-h7-carousel__track > * {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-carousel__viewport {
    margin-inline: -12px;
    padding-inline: 12px;
    padding-bottom: 22px;
  }

  #bsp-homepage-7 .bsp-h7-carousel--products .bsp-h7-carousel__track {
    gap: 12px;
  }

  #bsp-homepage-7 .bsp-h7-carousel--products .bsp-h7-carousel__track > * {
    flex-basis: calc((100% - 12px) / 2);
  }

  #bsp-homepage-7 .bsp-h7-carousel--stories .bsp-h7-carousel__track > *,
  #bsp-homepage-7 .bsp-h7-carousel--tips .bsp-h7-carousel__track > * {
    flex-basis: 100%;
  }

  #bsp-homepage-7 .bsp-h7-carousel__arrow {
    top: 46%;
    width: 36px;
    height: 36px;
  }

  #bsp-homepage-7 .bsp-h7-carousel__arrow--prev {
    left: -4px;
  }

  #bsp-homepage-7 .bsp-h7-carousel__arrow--next {
    right: -4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bsp-homepage-7 .bsp-h7-carousel__viewport {
    scroll-behavior: auto;
  }
}

@media (max-width: 430px) {
  #bsp-homepage-7 .bsp-h7-pets__grid,
  #bsp-homepage-7 .bsp-h7-collection__products,
  #bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-products__grid {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-pet__visual {
    aspect-ratio: 1.45 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bsp-h7-hero__content,
  .bsp-h7-hero__slide,
  .bsp-h7-card,
  .bsp-h7-pet,
  .bsp-h7-tip,
  .bsp-h7-trust__icon {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   Homepage 7 — Playful Pet Market redesign
   A combined composition inspired by modern pet commerce, without duplicating
   any single reference layout.
   ========================================================================== */

#bsp-homepage-7 {
  --bsp-h7-purple-dark: #4c2366;
  --bsp-h7-purple-soft: #f5eff9;
  --bsp-h7-yellow: #ffca5c;
  --bsp-h7-green: #72bf7b;
  --bsp-h7-pink: #f7a9ba;
  --bsp-h7-blue: #74bde8;
  background: #fff;
  color: var(--bsp-h7-charcoal);
  overflow: hidden;
}

#bsp-homepage-7 .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-collection__title,
#bsp-homepage-7 .bsp-h7-club__title {
  font-family: var(--bsp-h7-font);
  font-weight: 800;
  letter-spacing: -0.045em;
}

#bsp-homepage-7 .bsp-h7-section-head__title {
  font-size: clamp(29px, 3.2vw, 43px);
}

#bsp-homepage-7 .bsp-h7-section-head__subtitle {
  font-size: 16px;
}

#bsp-homepage-7 .bsp-h7-btn {
  min-height: 50px;
  padding-inline: 27px;
  border-radius: 999px;
  text-transform: none;
  font-weight: 800;
}

#bsp-homepage-7 .bsp-h7-btn--primary {
  color: #fff;
  background: var(--bsp-h7-coral);
  border-color: var(--bsp-h7-coral);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--bsp-h7-coral) 30%, transparent);
}

#bsp-homepage-7 .bsp-h7-btn--primary:hover {
  color: #fff;
  background: var(--bsp-h7-purple-dark);
  border-color: var(--bsp-h7-purple-dark);
}

/* Hero marketplace composition */
#bsp-homepage-7 .bsp-h7-hero {
  position: relative;
  padding: 34px 0 62px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.08) 0 4px, transparent 5px),
    radial-gradient(circle at 11% 13%, rgba(255,255,255,.08) 0 3px, transparent 4px),
    radial-gradient(circle at 5% 10%, rgba(255,255,255,.08) 0 3px, transparent 4px),
    linear-gradient(135deg, var(--bsp-h7-purple-dark), var(--bsp-h7-sage));
  background-size: 100px 100px, 100px 100px, 100px 100px, auto;
}

#bsp-homepage-7 .bsp-h7-hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -2%;
  right: -2%;
  bottom: -1px;
  height: 38px;
  background: #fff;
  clip-path: polygon(0 57%, 4% 42%, 8% 62%, 13% 39%, 18% 57%, 23% 43%, 29% 63%, 35% 42%, 41% 58%, 47% 38%, 53% 61%, 59% 43%, 65% 59%, 71% 40%, 77% 60%, 83% 41%, 89% 58%, 95% 40%, 100% 55%, 100% 100%, 0 100%);
}

#bsp-homepage-7 .bsp-h7-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(280px, .95fr);
  gap: 18px;
}

#bsp-homepage-7 .bsp-h7-hero__main,
#bsp-homepage-7 .bsp-h7-hero__stage,
#bsp-homepage-7 .bsp-h7-hero__viewport,
#bsp-homepage-7 .bsp-h7-hero__track {
  min-width: 0;
  height: 100%;
}

#bsp-homepage-7 .bsp-h7-hero__stage {
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: #f7e8dc;
  box-shadow: 0 22px 55px rgba(41, 20, 54, .22);
}

#bsp-homepage-7 .bsp-h7-hero__slide {
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  isolation: isolate;
}

#bsp-homepage-7 .bsp-h7-hero__media::after {
  background: linear-gradient(90deg, rgba(33, 21, 39, .84) 0%, rgba(33, 21, 39, .58) 43%, rgba(33, 21, 39, .08) 76%);
}

#bsp-homepage-7 .bsp-h7-hero__media img {
  transition: transform 6s ease;
}

#bsp-homepage-7 .bsp-h7-hero__slide.is-active .bsp-h7-hero__media img {
  transform: scale(1.035);
}

#bsp-homepage-7 .bsp-h7-hero__content {
  width: min(58%, 570px);
  max-width: none;
  margin: 0;
  padding: 68px 24px 68px 58px;
}

#bsp-homepage-7 .bsp-h7-hero__kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  color: var(--bsp-h7-purple-dark);
  background: var(--bsp-h7-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#bsp-homepage-7 .bsp-h7-hero__title {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--bsp-h7-font);
  font-size: clamp(39px, 4.7vw, 68px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.06em;
}

#bsp-homepage-7 .bsp-h7-hero__title strong {
  display: block;
  color: var(--bsp-h7-yellow);
}

#bsp-homepage-7 .bsp-h7-hero__text {
  max-width: 47ch;
  color: rgba(255,255,255,.86);
  font-size: 17px;
}

#bsp-homepage-7 .bsp-h7-hero__actions {
  margin-top: 27px;
}

#bsp-homepage-7 .bsp-h7-hero .bsp-h7-btn--ghost {
  border-color: rgba(255,255,255,.6);
  color: #fff;
}

#bsp-homepage-7 .bsp-h7-hero__dots {
  left: 58px;
  bottom: 28px;
  transform: none;
}

#bsp-homepage-7 .bsp-h7-hero__dots button {
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  background: transparent;
}

#bsp-homepage-7 .bsp-h7-hero__dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--bsp-h7-coral);
  border-color: var(--bsp-h7-coral);
}

#bsp-homepage-7 .bsp-h7-hero__promos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

#bsp-homepage-7 .bsp-h7-hero-promo {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 251px;
  overflow: hidden;
  padding: 30px 24px 26px 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 15%, rgba(255,255,255,.24) 0 55px, transparent 56px),
    var(--bsp-h7-promo-bg);
  color: var(--bsp-h7-charcoal);
  box-shadow: 0 16px 38px rgba(41, 20, 54, .16);
}

#bsp-homepage-7 .bsp-h7-hero-promo__copy {
  position: relative;
  z-index: 2;
}

#bsp-homepage-7 .bsp-h7-hero-promo__kicker {
  color: rgba(41,35,49,.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#bsp-homepage-7 .bsp-h7-hero-promo__title {
  margin: 8px 0 9px;
  max-width: 13ch;
  color: inherit;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.04em;
}

#bsp-homepage-7 .bsp-h7-hero-promo__offer {
  display: block;
  margin-bottom: 17px;
  color: var(--bsp-h7-purple-dark);
  font-size: 15px;
  font-weight: 900;
}

#bsp-homepage-7 .bsp-h7-hero-promo__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bsp-h7-charcoal);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

#bsp-homepage-7 .bsp-h7-hero-promo__link:hover {
  color: var(--bsp-h7-purple-dark);
}

#bsp-homepage-7 .bsp-h7-hero-promo__visual {
  position: absolute;
  right: -7px;
  bottom: -8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 42%;
  height: 82%;
  color: rgba(255,255,255,.9);
  font-size: 105px;
  filter: drop-shadow(0 10px 14px rgba(45,31,54,.18));
  transform: rotate(-4deg);
}

#bsp-homepage-7 .bsp-h7-hero-promo__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

/* Trust strip */
#bsp-homepage-7 .bsp-h7-trust {
  margin-top: 0;
  padding: 20px 0;
  border: 0;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-trust__list {
  border: 1px solid var(--bsp-h7-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(70, 42, 83, .07);
}

#bsp-homepage-7 .bsp-h7-trust__item {
  padding: 20px 24px;
}

#bsp-homepage-7 .bsp-h7-trust__icon {
  color: var(--bsp-h7-coral);
  background: var(--bsp-h7-cream);
}

/* Pet navigation */
#bsp-homepage-7 .bsp-h7-pets {
  padding: 78px 0 84px;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-pets__grid {
  gap: 24px;
}

#bsp-homepage-7 .bsp-h7-pet {
  position: relative;
  padding: 0 8px 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#bsp-homepage-7 .bsp-h7-pet:hover {
  box-shadow: none;
  transform: translateY(-7px);
}

#bsp-homepage-7 .bsp-h7-pet__visual {
  width: 150px;
  height: 150px;
  margin-bottom: 17px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--bsp-h7-pet-bg);
  color: var(--bsp-h7-sage);
  font-size: 58px;
  box-shadow: 0 0 0 2px var(--bsp-h7-border), 0 15px 30px rgba(75,43,91,.11);
}

#bsp-homepage-7 .bsp-h7-pet:nth-child(2n) .bsp-h7-pet__visual {
  color: var(--bsp-h7-coral);
}

#bsp-homepage-7 .bsp-h7-pet__label {
  font-size: 18px;
  font-weight: 900;
}

/* Featured collection */
#bsp-homepage-7 .bsp-h7-collection {
  padding: 88px 0;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-collection__inner {
  gap: 20px;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--bsp-h7-sage), var(--bsp-h7-purple-dark));
  box-shadow: 0 24px 60px rgba(70, 34, 89, .18);
}

#bsp-homepage-7 .bsp-h7-collection__story {
  min-height: 540px;
  padding: 58px 45px;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
  color: #fff;
}

#bsp-homepage-7 .bsp-h7-collection__story::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -55px;
  top: -45px;
  border-radius: 50%;
  background: var(--bsp-h7-coral);
  opacity: .3;
}

#bsp-homepage-7 .bsp-h7-collection__kicker {
  color: var(--bsp-h7-yellow);
  font-weight: 900;
}

#bsp-homepage-7 .bsp-h7-collection__title,
#bsp-homepage-7 .bsp-h7-collection__text {
  color: #fff;
}

#bsp-homepage-7 .bsp-h7-collection__products {
  gap: 14px;
}

/* Products */
#bsp-homepage-7 .bsp-h7-bestsellers {
  padding: 84px 0;
  background: var(--bsp-h7-cream);
}

#bsp-homepage-7 .bsp-h7-products__grid {
  gap: 16px;
}

#bsp-homepage-7 .bsp-h7-card {
  overflow: hidden;
  border: 1px solid var(--bsp-h7-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(70,42,83,.07);
}

#bsp-homepage-7 .bsp-h7-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--bsp-h7-sage) 28%, #fff);
  box-shadow: 0 20px 42px rgba(70,42,83,.15);
}

#bsp-homepage-7 .bsp-h7-card__media {
  margin: 9px;
  overflow: hidden;
  border-radius: 13px;
  background: #faf7fb;
}

#bsp-homepage-7 .bsp-h7-card__badge {
  border-radius: 999px;
  background: var(--bsp-h7-sale);
}

#bsp-homepage-7 .bsp-h7-card__wishlist {
  background: #fff;
  box-shadow: 0 5px 18px rgba(54,35,64,.12);
}

#bsp-homepage-7 .bsp-h7-card__quick-view {
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--bsp-h7-sage);
}

#bsp-homepage-7 .bsp-h7-card__body {
  padding: 10px 18px 20px;
}

#bsp-homepage-7 .bsp-h7-card__title {
  font-weight: 800;
}

#bsp-homepage-7 .bsp-h7-card__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--bsp-h7-card-cart-bg, var(--bsp-h7-sage));
  border-color: var(--bsp-h7-card-cart-bg, var(--bsp-h7-sage));
  color: var(--bsp-h7-card-cart-text, #ffffff);
}

#bsp-homepage-7 .bsp-h7-card__cart:hover {
  background: var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral));
  border-color: var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral));
  color: var(--bsp-h7-card-cart-hover-text, #ffffff);
}

/* Deals */
#bsp-homepage-7 .bsp-h7-deals {
  padding: 86px 0;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-deals .bsp-container {
  padding: 34px;
  border: 2px solid var(--bsp-h7-coral);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 55%, #fff4ee);
  box-shadow: 0 18px 45px rgba(255,122,69,.1);
}

#bsp-homepage-7 .bsp-h7-deals__tick {
  border-radius: 10px;
  background: var(--bsp-h7-sage);
  box-shadow: none;
}

/* Testimonials */
#bsp-homepage-7 .bsp-h7-stories {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.08) 0 4px, transparent 5px),
    var(--bsp-h7-sage);
  color: #fff;
}

#bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__subtitle {
  color: #fff;
}

#bsp-homepage-7 .bsp-h7-stories__stat {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.1);
}

#bsp-homepage-7 .bsp-h7-story {
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(38,17,49,.18);
}

#bsp-homepage-7 .bsp-h7-story:nth-child(2) {
  transform: translateY(24px);
}

#bsp-homepage-7 .bsp-h7-story__rating {
  color: var(--bsp-h7-coral);
}

/* News */
#bsp-homepage-7 .bsp-h7-tips {
  padding: 92px 0;
  background: #fff;
}

#bsp-homepage-7 .bsp-h7-tip {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(70,42,83,.1);
}

#bsp-homepage-7 .bsp-h7-tip:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(70,42,83,.16);
}

#bsp-homepage-7 .bsp-h7-tip__media {
  border-radius: 0;
}

#bsp-homepage-7 .bsp-h7-tip__more {
  color: var(--bsp-h7-coral);
  font-weight: 900;
}

/* Brands and club */
#bsp-homepage-7 .bsp-h7-brands-club {
  padding: 78px 0 92px;
  background: var(--bsp-h7-purple-soft);
}

#bsp-homepage-7 .bsp-h7-brand {
  border: 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(70,42,83,.07);
}

#bsp-homepage-7 .bsp-h7-club {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 20%, rgba(255,255,255,.12) 0 90px, transparent 91px),
    linear-gradient(135deg, var(--bsp-h7-coral), #f15e81);
  box-shadow: 0 22px 50px rgba(240,79,120,.2);
}

#bsp-homepage-7 .bsp-h7-club::before {
  content: "\f1b0";
  position: absolute;
  right: 6%;
  bottom: -45px;
  color: rgba(255,255,255,.09);
  font-family: "Font Awesome 6 Free";
  font-size: 180px;
  font-weight: 900;
  transform: rotate(-18deg);
}

#bsp-homepage-7 .bsp-h7-club__kicker {
  color: var(--bsp-h7-yellow);
}

#bsp-homepage-7 .bsp-h7-club__form {
  border-radius: 999px;
}

@media (max-width: 1100px) {
  #bsp-homepage-7 .bsp-h7-hero__layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(250px, .8fr);
  }

  #bsp-homepage-7 .bsp-h7-hero__content {
    width: 68%;
    padding-left: 40px;
  }

  #bsp-homepage-7 .bsp-h7-hero-promo {
    padding: 24px 20px;
  }
}

@media (max-width: 900px) {
  #bsp-homepage-7 .bsp-h7-hero {
    padding-top: 24px;
  }

  #bsp-homepage-7 .bsp-h7-hero__layout {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-hero__promos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  #bsp-homepage-7 .bsp-h7-hero-promo {
    min-height: 220px;
  }

  #bsp-homepage-7 .bsp-h7-pet__visual {
    width: 120px;
    height: 120px;
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 430px;
  }

  #bsp-homepage-7 .bsp-h7-story:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-hero {
    padding-bottom: 48px;
  }

  #bsp-homepage-7 .bsp-h7-hero__stage,
  #bsp-homepage-7 .bsp-h7-hero__slide {
    min-height: 480px;
  }

  #bsp-homepage-7 .bsp-h7-hero__content {
    width: 100%;
    padding: 48px 26px 72px;
  }

  #bsp-homepage-7 .bsp-h7-hero__title {
    font-size: clamp(36px, 12vw, 50px);
  }

  #bsp-homepage-7 .bsp-h7-hero__media::after {
    background: linear-gradient(90deg, rgba(33,21,39,.83), rgba(33,21,39,.45));
  }

  #bsp-homepage-7 .bsp-h7-hero__dots {
    left: 26px;
  }

  #bsp-homepage-7 .bsp-h7-hero__promos {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-hero-promo {
    min-height: 205px;
  }

  #bsp-homepage-7 .bsp-h7-pets,
  #bsp-homepage-7 .bsp-h7-collection,
  #bsp-homepage-7 .bsp-h7-bestsellers,
  #bsp-homepage-7 .bsp-h7-deals,
  #bsp-homepage-7 .bsp-h7-stories,
  #bsp-homepage-7 .bsp-h7-tips,
  #bsp-homepage-7 .bsp-h7-brands-club {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  #bsp-homepage-7 .bsp-h7-pet__visual {
    width: 104px;
    height: 104px;
    font-size: 42px;
  }

  #bsp-homepage-7 .bsp-h7-deals .bsp-container {
    width: min(100% - 24px, var(--bsp-container, 1320px));
    padding: 25px 14px;
  }
}

@media (max-width: 480px) {
  #bsp-homepage-7 .bsp-h7-pets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-pet {
    padding-inline: 2px;
  }
}

/* Final cascade: newer section designs intentionally override legacy H7 skin. */
#bsp-homepage-7 .bsp-h7-pet {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bsp-h7-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(70,42,83,.08);
}

#bsp-homepage-7 .bsp-h7-pet:hover {
  border-color: color-mix(in srgb, var(--bsp-h7-coral) 38%, #fff);
  box-shadow: 0 18px 40px rgba(70,42,83,.15);
  transform: translateY(-6px);
}

#bsp-homepage-7 .bsp-h7-pet__visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.12 / 1;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--bsp-h7-pet-bg);
  box-shadow: none;
}

#bsp-homepage-7 .bsp-h7-pet__label {
  display: block;
  padding: 17px 16px 4px;
  font-size: 17px;
}

#bsp-homepage-7 .bsp-h7-pet__count {
  display: block;
  padding: 0 16px 18px;
}

#bsp-homepage-7 .bsp-h7-collection__inner {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 2fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border-radius: 28px;
  background: var(--bsp-h7-purple-soft);
  box-shadow: none;
}

#bsp-homepage-7 .bsp-h7-collection__story {
  min-height: 500px;
  padding: 48px 36px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 105% -5%, rgba(255,255,255,.16) 0 120px, transparent 121px),
    linear-gradient(145deg, var(--bsp-h7-sage), var(--bsp-h7-purple-dark));
}

#bsp-homepage-7 .bsp-h7-collection__products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#bsp-homepage-7 .bsp-h7-card__quick-view {
  left: 12px;
  right: 12px;
  justify-content: center;
  transform: translateY(10px);
}

#bsp-homepage-7 .bsp-h7-card:hover .bsp-h7-card__quick-view {
  transform: translateY(0);
}

#bsp-homepage-7 .bsp-h7-story:hover {
  box-shadow: 0 24px 48px rgba(38,17,49,.25);
  transform: translateY(-6px);
}

#bsp-homepage-7 .bsp-h7-story:nth-child(2):hover {
  transform: translateY(18px);
}

@media (max-width: 1100px) {
  #bsp-homepage-7 .bsp-h7-collection__inner {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 330px;
  }
}

@media (max-width: 900px) {
  #bsp-homepage-7 .bsp-h7-pets__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-collection__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-pets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-pet__visual {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 430px) {
  #bsp-homepage-7 .bsp-h7-pets__grid,
  #bsp-homepage-7 .bsp-h7-collection__products,
  #bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#bsp-homepage-7 .bsp-h7-hero {
  overflow: hidden;
}

/* Per-section color scopes (Customizer). */
#bsp-homepage-7 .bsp-h7-hero__kicker {
  background: var(--bsp-h7-hero-kicker-bg);
  color: var(--bsp-h7-hero-kicker-text);
}

#bsp-homepage-7 .bsp-h7-hero__title,
#bsp-homepage-7 .bsp-h7-hero__title span {
  color: var(--bsp-h7-hero-title);
}

#bsp-homepage-7 .bsp-h7-hero__title strong {
  color: var(--bsp-h7-hero-title-highlight);
}

#bsp-homepage-7 .bsp-h7-hero__text {
  color: var(--bsp-h7-hero-text);
}

#bsp-homepage-7 .bsp-h7-hero__dots button {
  background: var(--bsp-h7-hero-dot);
}

#bsp-homepage-7 .bsp-h7-hero__dots button.is-active,
#bsp-homepage-7 .bsp-h7-hero__dots button[aria-selected="true"] {
  background: var(--bsp-h7-hero-dot-active);
}

#bsp-homepage-7 .bsp-h7-trust {
  background: var(--bsp-h7-trust-section-bg);
  border-bottom-color: var(--bsp-h7-trust-border);
}

#bsp-homepage-7 .bsp-h7-trust__icon {
  background: var(--bsp-h7-trust-icon-bg);
  color: var(--bsp-h7-trust-icon);
}

#bsp-homepage-7 .bsp-h7-trust__copy strong {
  color: var(--bsp-h7-trust-title);
}

#bsp-homepage-7 .bsp-h7-trust__copy span {
  color: var(--bsp-h7-trust-text);
}

#bsp-homepage-7 .bsp-h7-pets {
  background: var(--bsp-h7-pets-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-pets-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-pets-subtitle);
}

#bsp-homepage-7 .bsp-h7-pet {
  background: var(--bsp-h7-pets-card-bg);
  border-color: var(--bsp-h7-pets-card-border);
}

#bsp-homepage-7 .bsp-h7-pet:hover {
  border-color: color-mix(in srgb, var(--bsp-h7-pets-card-hover) 38%, #fff);
}

#bsp-homepage-7 .bsp-h7-pet__visual {
  background: var(--bsp-h7-pets-media-bg);
}

#bsp-homepage-7 .bsp-h7-pet__label {
  color: var(--bsp-h7-pets-label);
}

#bsp-homepage-7 .bsp-h7-pet__count {
  color: var(--bsp-h7-pets-count);
}

#bsp-homepage-7 .bsp-h7-promos {
  background: var(--bsp-h7-promos-section-bg);
}

#bsp-homepage-7 .bsp-h7-promo__kicker {
  color: var(--bsp-h7-promos-kicker);
}

#bsp-homepage-7 .bsp-h7-promo__title {
  color: var(--bsp-h7-promos-title);
}

#bsp-homepage-7 .bsp-h7-promo__text {
  color: var(--bsp-h7-promos-text);
}

#bsp-homepage-7 .bsp-h7-promo__link {
  color: var(--bsp-h7-promos-link);
}

#bsp-homepage-7 .bsp-h7-collection {
  background: var(--bsp-h7-collection-section-bg);
}

#bsp-homepage-7 .bsp-h7-collection__inner {
  background: var(--bsp-h7-collection-shell-bg);
}

#bsp-homepage-7 .bsp-h7-collection__story {
  background:
    radial-gradient(circle at 105% -5%, rgba(255,255,255,.16) 0 120px, transparent 121px),
    linear-gradient(145deg, var(--bsp-h7-collection-story-start), var(--bsp-h7-collection-story-end));
}

#bsp-homepage-7 .bsp-h7-collection__kicker {
  color: var(--bsp-h7-collection-kicker);
}

#bsp-homepage-7 .bsp-h7-collection__title {
  color: var(--bsp-h7-collection-title);
}

#bsp-homepage-7 .bsp-h7-collection__text {
  color: var(--bsp-h7-collection-text);
}

#bsp-homepage-7 .bsp-h7-collection .bsp-h7-btn--primary {
  --bsp-h7-btn-bg: var(--bsp-h7-collection-btn-bg);
  --bsp-h7-btn-text: var(--bsp-h7-collection-btn-text);
}

#bsp-homepage-7 .bsp-h7-collection .bsp-h7-btn--ghost {
  --bsp-h7-btn-ghost-text: var(--bsp-h7-collection-btn-ghost);
  --bsp-h7-btn-ghost-border: var(--bsp-h7-collection-btn-ghost);
  --bsp-h7-btn-ghost-hover: var(--bsp-h7-collection-btn-ghost);
}

#bsp-homepage-7 .bsp-h7-new-arrivals {
  background: var(--bsp-h7-new-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-new-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-new-subtitle);
  --bsp-h7-section-view-all: var(--bsp-h7-new-view-all);
}

#bsp-homepage-7 .bsp-h7-bestsellers,
#bsp-homepage-7 .bsp-h7-bestsellers--empty {
  background: var(--bsp-h7-best-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-best-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-best-subtitle);
  --bsp-h7-section-view-all: var(--bsp-h7-best-view-all);
}

#bsp-homepage-7 .bsp-h7-deals {
  background: var(--bsp-h7-deals-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-deals-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-deals-subtitle);
  --bsp-h7-section-view-all: var(--bsp-h7-deals-view-all);
}

#bsp-homepage-7 .bsp-h7-deals__countdown {
  background: var(--bsp-h7-deals-countdown-bg);
  border-color: var(--bsp-h7-deals-countdown-border);
}

#bsp-homepage-7 .bsp-h7-deals__tick {
  color: var(--bsp-h7-deals-countdown-text);
}

#bsp-homepage-7 .bsp-h7-deals__sep {
  color: var(--bsp-h7-deals-countdown-sep);
}

#bsp-homepage-7 .bsp-h7-card__stock-bar {
  background: var(--bsp-h7-deals-stock-bar, var(--bsp-h7-border));
}

#bsp-homepage-7 .bsp-h7-card__stock-bar span {
  background: linear-gradient(90deg, var(--bsp-h7-deals-stock-fill, var(--bsp-h7-sage)), #4d8a74);
}

#bsp-homepage-7 .bsp-h7-services {
  background: var(--bsp-h7-services-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-services-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-services-subtitle);
}

#bsp-homepage-7 .bsp-h7-service {
  background: var(--bsp-h7-services-card-bg);
  border-color: var(--bsp-h7-services-card-border);
}

#bsp-homepage-7 .bsp-h7-service__icon {
  background: var(--bsp-h7-services-icon-bg);
  color: var(--bsp-h7-services-icon);
}

#bsp-homepage-7 .bsp-h7-service__title {
  color: var(--bsp-h7-services-card-title);
}

#bsp-homepage-7 .bsp-h7-service__text {
  color: var(--bsp-h7-services-text);
}

#bsp-homepage-7 .bsp-h7-service__link {
  color: var(--bsp-h7-services-link);
}

#bsp-homepage-7 .bsp-h7-stories {
  background: var(--bsp-h7-stories-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-stories-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-stories-subtitle);
}

#bsp-homepage-7 .bsp-h7-stories__stat strong {
  color: var(--bsp-h7-stories-stat);
}

#bsp-homepage-7 .bsp-h7-stories__stat span {
  color: var(--bsp-h7-stories-stat-text);
}

#bsp-homepage-7 .bsp-h7-stories__stat em {
  color: var(--bsp-h7-stories-stat-name);
}

#bsp-homepage-7 .bsp-h7-story {
  background: var(--bsp-h7-stories-card-bg);
  border-color: var(--bsp-h7-stories-card-border);
}

#bsp-homepage-7 .bsp-h7-story__rating {
  color: var(--bsp-h7-stories-rating);
}

#bsp-homepage-7 .bsp-h7-story__quote {
  color: var(--bsp-h7-stories-quote);
}

#bsp-homepage-7 .bsp-h7-story__author {
  color: var(--bsp-h7-stories-author);
}

#bsp-homepage-7 .bsp-h7-tips {
  background: var(--bsp-h7-tips-section-bg);
  --bsp-h7-section-title: var(--bsp-h7-tips-title);
  --bsp-h7-section-subtitle: var(--bsp-h7-tips-subtitle);
}

#bsp-homepage-7 .bsp-h7-tip {
  background: var(--bsp-h7-tips-card-bg);
  border-color: var(--bsp-h7-tips-card-border);
}

#bsp-homepage-7 .bsp-h7-tip__media {
  background: var(--bsp-h7-tips-media-bg);
}

#bsp-homepage-7 .bsp-h7-tip__title,
#bsp-homepage-7 .bsp-h7-tip__title a {
  color: var(--bsp-h7-tips-card-title);
}

#bsp-homepage-7 .bsp-h7-tip__date {
  color: var(--bsp-h7-tips-meta);
}

#bsp-homepage-7 .bsp-h7-tip__excerpt {
  color: var(--bsp-h7-tips-excerpt);
}

#bsp-homepage-7 .bsp-h7-tip__more {
  color: var(--bsp-h7-tips-link);
}

#bsp-homepage-7 .bsp-h7-collection__products,
#bsp-homepage-7 .bsp-h7-collection {
  --bsp-h7-card-bg: var(--bsp-h7-collection-card-bg);
  --bsp-h7-card-border: var(--bsp-h7-collection-card-border);
  --bsp-h7-card-media-bg: var(--bsp-h7-collection-media-bg);
  --bsp-h7-card-title-color: var(--bsp-h7-collection-product-title);
  --bsp-h7-card-title-hover: var(--bsp-h7-collection-product-hover);
  --bsp-h7-card-price: var(--bsp-h7-collection-price);
  --bsp-h7-card-sale-price: var(--bsp-h7-collection-sale-price);
  --bsp-h7-card-badge-bg: var(--bsp-h7-collection-badge-bg);
  --bsp-h7-card-badge-text: var(--bsp-h7-collection-badge-text);
  --bsp-h7-card-wishlist: var(--bsp-h7-collection-wishlist);
  --bsp-h7-card-wishlist-active: var(--bsp-h7-collection-wishlist-active);
  --bsp-h7-card-cart-bg: var(--bsp-h7-collection-cart-bg);
  --bsp-h7-card-cart-text: var(--bsp-h7-collection-cart-text);
  --bsp-h7-card-cart-hover-bg: var(--bsp-h7-collection-cart-hover-bg);
  --bsp-h7-card-cart-hover-text: var(--bsp-h7-collection-cart-hover-text);
  --bsp-h7-card-rating: var(--bsp-h7-collection-rating);
  --bsp-h7-card-quickview-bg: var(--bsp-h7-collection-quickview-bg);
  --bsp-h7-card-quickview-text: var(--bsp-h7-collection-quickview-text);
  --bsp-h7-card-quickview-hover: var(--bsp-h7-collection-quickview-hover);
}

#bsp-homepage-7 .bsp-h7-new-arrivals {
  --bsp-h7-card-bg: var(--bsp-h7-new-card-bg);
  --bsp-h7-card-border: var(--bsp-h7-new-card-border);
  --bsp-h7-card-media-bg: var(--bsp-h7-new-media-bg);
  --bsp-h7-card-title-color: var(--bsp-h7-new-product-title);
  --bsp-h7-card-title-hover: var(--bsp-h7-new-product-hover);
  --bsp-h7-card-price: var(--bsp-h7-new-price);
  --bsp-h7-card-sale-price: var(--bsp-h7-new-sale-price);
  --bsp-h7-card-badge-bg: var(--bsp-h7-new-badge-bg);
  --bsp-h7-card-badge-text: var(--bsp-h7-new-badge-text);
  --bsp-h7-card-wishlist: var(--bsp-h7-new-wishlist);
  --bsp-h7-card-wishlist-active: var(--bsp-h7-new-wishlist-active);
  --bsp-h7-card-cart-bg: var(--bsp-h7-new-cart-bg);
  --bsp-h7-card-cart-text: var(--bsp-h7-new-cart-text);
  --bsp-h7-card-cart-hover-bg: var(--bsp-h7-new-cart-hover-bg);
  --bsp-h7-card-cart-hover-text: var(--bsp-h7-new-cart-hover-text);
  --bsp-h7-card-rating: var(--bsp-h7-new-rating);
  --bsp-h7-card-quickview-bg: var(--bsp-h7-new-quickview-bg);
  --bsp-h7-card-quickview-text: var(--bsp-h7-new-quickview-text);
  --bsp-h7-card-quickview-hover: var(--bsp-h7-new-quickview-hover);
}

#bsp-homepage-7 .bsp-h7-bestsellers {
  --bsp-h7-card-bg: var(--bsp-h7-best-card-bg);
  --bsp-h7-card-border: var(--bsp-h7-best-card-border);
  --bsp-h7-card-media-bg: var(--bsp-h7-best-media-bg);
  --bsp-h7-card-title-color: var(--bsp-h7-best-product-title);
  --bsp-h7-card-title-hover: var(--bsp-h7-best-product-hover);
  --bsp-h7-card-price: var(--bsp-h7-best-price);
  --bsp-h7-card-sale-price: var(--bsp-h7-best-sale-price);
  --bsp-h7-card-badge-bg: var(--bsp-h7-best-badge-bg);
  --bsp-h7-card-badge-text: var(--bsp-h7-best-badge-text);
  --bsp-h7-card-wishlist: var(--bsp-h7-best-wishlist);
  --bsp-h7-card-wishlist-active: var(--bsp-h7-best-wishlist-active);
  --bsp-h7-card-cart-bg: var(--bsp-h7-best-cart-bg);
  --bsp-h7-card-cart-text: var(--bsp-h7-best-cart-text);
  --bsp-h7-card-cart-hover-bg: var(--bsp-h7-best-cart-hover-bg);
  --bsp-h7-card-cart-hover-text: var(--bsp-h7-best-cart-hover-text);
  --bsp-h7-card-rating: var(--bsp-h7-best-rating);
  --bsp-h7-card-quickview-bg: var(--bsp-h7-best-quickview-bg);
  --bsp-h7-card-quickview-text: var(--bsp-h7-best-quickview-text);
  --bsp-h7-card-quickview-hover: var(--bsp-h7-best-quickview-hover);
}

#bsp-homepage-7 .bsp-h7-deals {
  --bsp-h7-card-bg: var(--bsp-h7-deals-card-bg);
  --bsp-h7-card-border: var(--bsp-h7-deals-card-border);
  --bsp-h7-card-media-bg: var(--bsp-h7-deals-media-bg);
  --bsp-h7-card-title-color: var(--bsp-h7-deals-product-title);
  --bsp-h7-card-title-hover: var(--bsp-h7-deals-product-hover);
  --bsp-h7-card-price: var(--bsp-h7-deals-price);
  --bsp-h7-card-sale-price: var(--bsp-h7-deals-sale-price);
  --bsp-h7-card-badge-bg: var(--bsp-h7-deals-badge-bg);
  --bsp-h7-card-badge-text: var(--bsp-h7-deals-badge-text);
  --bsp-h7-card-wishlist: var(--bsp-h7-deals-wishlist);
  --bsp-h7-card-wishlist-active: var(--bsp-h7-deals-wishlist-active);
  --bsp-h7-card-cart-bg: var(--bsp-h7-deals-cart-bg);
  --bsp-h7-card-cart-text: var(--bsp-h7-deals-cart-text);
  --bsp-h7-card-cart-hover-bg: var(--bsp-h7-deals-cart-hover-bg);
  --bsp-h7-card-cart-hover-text: var(--bsp-h7-deals-cart-hover-text);
  --bsp-h7-card-rating: var(--bsp-h7-deals-rating);
  --bsp-h7-card-quickview-bg: var(--bsp-h7-deals-quickview-bg);
  --bsp-h7-card-quickview-text: var(--bsp-h7-deals-quickview-text);
  --bsp-h7-card-quickview-hover: var(--bsp-h7-deals-quickview-hover);
}

#bsp-homepage-7 .bsp-h7-card__title a {
  color: var(--bsp-h7-card-title-color, var(--bsp-h7-charcoal));
}

#bsp-homepage-7 .bsp-h7-card__title a:hover {
  color: var(--bsp-h7-card-title-hover, var(--bsp-h7-sage));
}

#bsp-homepage-7 .bsp-h7-card__wishlist {
  color: var(--bsp-h7-card-wishlist, var(--bsp-h7-muted));
}

#bsp-homepage-7 .bsp-h7-card__wishlist:hover,
#bsp-homepage-7 .bsp-h7-card__wishlist.is-active {
  color: var(--bsp-h7-card-wishlist-active, var(--bsp-h7-coral));
}

#bsp-homepage-7 .bsp-h7-card__rating .star-rating {
  color: var(--bsp-h7-card-rating, #e8a838);
}

#bsp-homepage-7 .bsp-h7-card__price {
  color: var(--bsp-h7-card-price, var(--bsp-h7-charcoal));
}

#bsp-homepage-7 .bsp-h7-card__price ins {
  color: var(--bsp-h7-card-sale-price, var(--bsp-h7-sale));
}

#bsp-homepage-7 .bsp-h7-card__quick-view {
  background: var(--bsp-h7-card-quickview-bg, var(--bsp-h7-charcoal));
  color: var(--bsp-h7-card-quickview-text, var(--bsp-h7-cream));
}

#bsp-homepage-7 .bsp-h7-card__quick-view:hover {
  background: var(--bsp-h7-card-quickview-hover, var(--bsp-h7-sage));
}

#bsp-homepage-7 .bsp-h7-card__cart {
  background: var(--bsp-h7-card-cart-bg, var(--bsp-h7-sage));
  color: var(--bsp-h7-card-cart-text, #ffffff);
  border-color: var(--bsp-h7-card-cart-bg, var(--bsp-h7-sage));
}

#bsp-homepage-7 .bsp-h7-card__cart:hover {
  background: var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral));
  border-color: var(--bsp-h7-card-cart-hover-bg, var(--bsp-h7-coral));
  color: var(--bsp-h7-card-cart-hover-text, #ffffff);
}

#bsp-homepage-7 .bsp-h7-card__cart.is-disabled,
#bsp-homepage-7 .bsp-h7-card__cart.is-disabled:hover {
  background: #e8e2ef;
  border-color: #e8e2ef;
  color: #8a7f96;
  box-shadow: none;
  transform: none;
  pointer-events: none;
  cursor: not-allowed;
}

/* Final visual polish: readable contrast, balanced collection, consistent actions. */
#bsp-homepage-7 .bsp-h7-collection__inner {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 2fr);
  padding: 22px;
  gap: 18px;
  border: 1px solid color-mix(in srgb, var(--bsp-h7-collection-story-start) 12%, transparent);
}

#bsp-homepage-7 .bsp-h7-collection__story {
  min-height: 520px;
  padding: 48px 32px;
}

#bsp-homepage-7 .bsp-h7-collection__kicker {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#bsp-homepage-7 .bsp-h7-collection__title {
  max-width: 9ch;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.02;
  text-wrap: balance;
}

#bsp-homepage-7 .bsp-h7-collection__text {
  max-width: 30ch;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1.65;
}

#bsp-homepage-7 .bsp-h7-btn,
#bsp-homepage-7 .bsp-h7-card__cart {
  min-height: 44px;
  border-radius: 999px;
  font-weight: 800;
}

#bsp-homepage-7 .bsp-h7-btn {
  padding-inline: 22px;
}

#bsp-homepage-7 .bsp-h7-card__cart {
  border-color: transparent;
}

#bsp-homepage-7 .bsp-h7-promo__link,
#bsp-homepage-7 .bsp-h7-service__link,
#bsp-homepage-7 .bsp-h7-tip__more,
#bsp-homepage-7 .bsp-h7-section-head__view-all {
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  justify-content: center;
  line-height: 1;
}

#bsp-homepage-7 .bsp-h7-promo__copy {
  color: var(--bsp-h7-promos-title);
}

#bsp-homepage-7 .bsp-h7-promo__kicker {
  color: var(--bsp-h7-promos-kicker);
}

#bsp-homepage-7 .bsp-h7-promo__title {
  color: var(--bsp-h7-promos-title);
}

#bsp-homepage-7 .bsp-h7-promo__text {
  color: var(--bsp-h7-promos-text);
}

#bsp-homepage-7 .bsp-h7-promo__link {
  color: var(--bsp-h7-promos-link);
  background: color-mix(in srgb, var(--bsp-h7-promos-link) 8%, transparent);
}

#bsp-homepage-7 .bsp-h7-service__link,
#bsp-homepage-7 .bsp-h7-tip__more,
#bsp-homepage-7 .bsp-h7-section-head__view-all {
  background: transparent;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

#bsp-homepage-7 .bsp-h7-service__link:hover,
#bsp-homepage-7 .bsp-h7-tip__more:hover,
#bsp-homepage-7 .bsp-h7-section-head__view-all:hover {
  color: var(--bsp-h7-white, #ffffff);
  border-color: var(--bsp-h7-sage);
  background: var(--bsp-h7-sage);
}

#bsp-homepage-7 .bsp-h7-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: color-mix(in srgb, var(--bsp-h7-sage) 45%, var(--bsp-h7-muted));
  font-size: 42px;
}

#bsp-homepage-7 .bsp-h7-stories__inner {
  display: block;
}

#bsp-homepage-7 .bsp-h7-stories__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

#bsp-homepage-7 .bsp-h7-stories__intro .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-stories__intro .bsp-h7-section-head__subtitle {
  grid-column: 1;
}

#bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__title {
  color: var(--bsp-h7-stories-title);
}

#bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__subtitle {
  color: var(--bsp-h7-stories-subtitle);
}

#bsp-homepage-7 .bsp-h7-stories__stat {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
  padding: 8px 0 8px 28px;
  border-top: 0;
  border-left: 1px solid var(--bsp-h7-stories-card-border);
  background: transparent;
}

#bsp-homepage-7 .bsp-h7-stories__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#bsp-homepage-7 .bsp-h7-story,
#bsp-homepage-7 .bsp-h7-story:nth-child(2) {
  min-height: 260px;
  transform: none;
}

#bsp-homepage-7 .bsp-h7-story:nth-child(2):hover {
  transform: translateY(-6px);
}

#bsp-homepage-7 .bsp-h7-collection__products {
  display: flex;
  grid-template-columns: none;
  gap: 14px;
}

#bsp-homepage-7 .bsp-h7-collection__carousel:not(.is-slider) .bsp-h7-collection__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  #bsp-homepage-7 .bsp-h7-collection__inner {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 380px;
  }

  #bsp-homepage-7 .bsp-h7-collection__title {
    max-width: 14ch;
  }

  #bsp-homepage-7 .bsp-h7-stories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-collection__inner {
    padding: 12px;
    border-radius: 20px;
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 360px;
    padding: 38px 24px;
  }

  #bsp-homepage-7 .bsp-h7-collection__title {
    font-size: 36px;
  }

  #bsp-homepage-7 .bsp-h7-collection__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-stories__intro {
    display: block;
  }

  #bsp-homepage-7 .bsp-h7-stories__stat {
    margin-top: 24px;
    padding: 20px 0 0;
    border-top: 1px solid var(--bsp-h7-stories-card-border);
    border-left: 0;
  }

  #bsp-homepage-7 .bsp-h7-stories__grid {
    grid-template-columns: 1fr;
  }
}

/* Featured collection product slider */
#bsp-homepage-7 .bsp-h7-collection__slider {
  position: relative;
  min-width: 0;
  align-self: center;
  width: 100%;
}

#bsp-homepage-7 .bsp-h7-collection__carousel {
  width: 100%;
  min-width: 0;
}

#bsp-homepage-7 .bsp-h7-collection__viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
  cursor: grab;
}

#bsp-homepage-7 .bsp-h7-collection__viewport:active {
  cursor: grabbing;
}

#bsp-homepage-7 .bsp-h7-collection__track {
  display: flex;
  gap: 14px;
  transition: transform 0.45s ease;
  will-change: transform;
}

#bsp-homepage-7 .bsp-h7-collection__carousel.is-slider .bsp-h7-collection__track.bsp-h7-collection__products {
  display: flex !important;
  grid-template-columns: none !important;
}

#bsp-homepage-7 .bsp-h7-collection__carousel:not(.is-slider) .bsp-h7-collection__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#bsp-homepage-7 .bsp-h7-collection__carousel.is-slider .bsp-h7-collection__slide {
  flex: 0 0 var(--bsp-h7-collection-card-width);
  width: var(--bsp-h7-collection-card-width);
  min-width: 0;
}

#bsp-homepage-7 .bsp-h7-collection__slide {
  min-width: 0;
}

#bsp-homepage-7 .bsp-h7-collection__slide .bsp-h7-card {
  height: 100%;
}

#bsp-homepage-7 .bsp-h7-collection__arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--bsp-h7-sage);
  font-size: 14px;
  box-shadow: 0 8px 22px rgba(70, 34, 89, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

#bsp-homepage-7 .bsp-h7-collection__arrow--prev {
  left: -8px;
}

#bsp-homepage-7 .bsp-h7-collection__arrow--next {
  right: -8px;
}

#bsp-homepage-7 .bsp-h7-collection__arrow:hover:not(:disabled) {
  background: var(--bsp-h7-sage);
  color: #ffffff;
}

#bsp-homepage-7 .bsp-h7-collection__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

#bsp-homepage-7 .bsp-h7-collection__slider.is-slider .bsp-h7-collection__arrow:not(:disabled) {
  opacity: 1;
  visibility: visible;
}

#bsp-homepage-7 .bsp-h7-collection__slider.is-slider .bsp-h7-collection__arrow:disabled {
  opacity: 0.35;
  visibility: visible;
}

@media (max-width: 1100px) {
  #bsp-homepage-7 .bsp-h7-collection__carousel:not(.is-slider) .bsp-h7-collection__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-collection__carousel:not(.is-slider) .bsp-h7-collection__track {
    grid-template-columns: 1fr;
  }

  #bsp-homepage-7 .bsp-h7-collection__arrow--prev {
    left: 4px;
  }

  #bsp-homepage-7 .bsp-h7-collection__arrow--next {
    right: 4px;
  }
}

/* Today's deals countdown */
#bsp-homepage-7 .bsp-h7-deals__countdown {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--bsp-h7-deals-countdown-bg, #ffffff);
  border: 1px solid var(--bsp-h7-deals-countdown-border, var(--bsp-h7-border));
  box-shadow: 0 8px 20px rgba(70, 34, 89, 0.08);
}

#bsp-homepage-7 .bsp-h7-deals__countdown-label {
  margin-right: 2px;
  color: var(--bsp-h7-deals-countdown-label, var(--bsp-h7-muted));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#bsp-homepage-7 .bsp-h7-deals__unit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

#bsp-homepage-7 .bsp-h7-deals__tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 6px 8px;
  border-radius: 10px;
  background: var(--bsp-h7-deals-countdown-chip, var(--bsp-h7-sage));
  color: var(--bsp-h7-deals-countdown-text, #ffffff);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  box-shadow: none;
}

#bsp-homepage-7 .bsp-h7-deals__unit-label {
  color: var(--bsp-h7-deals-countdown-label, var(--bsp-h7-muted));
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#bsp-homepage-7 .bsp-h7-deals__sep {
  align-self: flex-start;
  margin-top: 8px;
  color: var(--bsp-h7-deals-countdown-sep, var(--bsp-h7-coral));
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-deals__countdown {
    width: 100%;
    justify-content: center;
    border-radius: 18px;
  }
}

/* Final responsive pass: Homepage 7 */
#bsp-homepage-7 {
  overflow: clip;
}

@media (max-width: 992px) {
  #bsp-homepage-7 .bsp-container {
    width: min(100% - 32px, var(--bsp-container, 1320px));
  }

  #bsp-homepage-7 .bsp-h7-services__grid,
  #bsp-homepage-7 .bsp-h7-stories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #bsp-homepage-7 .bsp-h7-section-head {
    gap: 18px;
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-container {
    width: calc(100% - 24px);
  }

  #bsp-homepage-7 .bsp-h7-hero {
    padding: 16px 0 40px;
  }

  #bsp-homepage-7 .bsp-h7-hero__stage,
  #bsp-homepage-7 .bsp-h7-hero__slide {
    min-height: 430px;
    border-radius: 18px;
  }

  #bsp-homepage-7 .bsp-h7-hero__content {
    padding: 42px 22px 58px;
  }

  #bsp-homepage-7 .bsp-h7-hero__title {
    font-size: clamp(32px, 10.5vw, 43px);
    line-height: 1.03;
  }

  #bsp-homepage-7 .bsp-h7-hero__description {
    font-size: 15px;
    line-height: 1.55;
  }

  #bsp-homepage-7 .bsp-h7-hero__promos {
    gap: 12px;
  }

  #bsp-homepage-7 .bsp-h7-hero-promo {
    min-height: 185px;
    border-radius: 18px;
  }

  #bsp-homepage-7 .bsp-h7-pets,
  #bsp-homepage-7 .bsp-h7-promos,
  #bsp-homepage-7 .bsp-h7-collection,
  #bsp-homepage-7 .bsp-h7-new-arrivals,
  #bsp-homepage-7 .bsp-h7-bestsellers,
  #bsp-homepage-7 .bsp-h7-deals,
  #bsp-homepage-7 .bsp-h7-services,
  #bsp-homepage-7 .bsp-h7-stories,
  #bsp-homepage-7 .bsp-h7-tips {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #bsp-homepage-7 .bsp-h7-section-head {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  #bsp-homepage-7 .bsp-h7-section-head__title {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.08;
  }

  #bsp-homepage-7 .bsp-h7-section-head__subtitle {
    font-size: 14px;
    line-height: 1.55;
  }

  #bsp-homepage-7 .bsp-h7-trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #bsp-homepage-7 .bsp-h7-trust__item {
    flex-direction: column;
    align-items: center;
    padding: 16px 10px;
    text-align: center;
  }

  #bsp-homepage-7 .bsp-h7-pets__grid,
  #bsp-homepage-7 .bsp-h7-products__grid,
  #bsp-homepage-7 .bsp-h7-products__grid--deals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #bsp-homepage-7 .bsp-h7-pets__grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 6px);
  }

  #bsp-homepage-7 .bsp-h7-card {
    border-radius: 16px;
  }

  #bsp-homepage-7 .bsp-h7-card__media {
    margin: 8px;
    border-radius: 13px;
  }

  #bsp-homepage-7 .bsp-h7-card__body {
    padding: 10px 12px 12px;
  }

  #bsp-homepage-7 .bsp-h7-card__title {
    font-size: 13px;
    line-height: 1.35;
  }

  #bsp-homepage-7 .bsp-h7-card__rating {
    gap: 4px;
  }

  #bsp-homepage-7 .bsp-h7-card__price {
    flex-wrap: wrap;
    gap: 2px 5px;
    font-size: 13px;
  }

  #bsp-homepage-7 .bsp-h7-card__cart {
    min-height: 40px;
    gap: 5px;
    padding: 0 7px;
    font-size: 11px;
    white-space: nowrap;
  }

  #bsp-homepage-7 .bsp-h7-collection__inner {
    padding: 10px;
    gap: 14px;
  }

  #bsp-homepage-7 .bsp-h7-collection__story {
    min-height: 330px;
    padding: 34px 22px;
  }

  #bsp-homepage-7 .bsp-h7-collection__title {
    font-size: clamp(31px, 9vw, 36px);
  }

  #bsp-homepage-7 .bsp-h7-services__grid,
  #bsp-homepage-7 .bsp-h7-stories__grid,
  #bsp-homepage-7 .bsp-h7-tips__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #bsp-homepage-7 .bsp-h7-deals .bsp-container {
    width: calc(100% - 20px);
    padding: 24px 12px;
    border-radius: 20px;
  }

  #bsp-homepage-7 .bsp-h7-deals__countdown {
    gap: 6px;
    padding: 10px 8px;
  }

  #bsp-homepage-7 .bsp-h7-deals__countdown-label {
    font-size: 9px;
  }

  #bsp-homepage-7 .bsp-h7-deals__tick {
    min-width: 38px;
    padding: 6px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  #bsp-homepage-7 .bsp-h7-card__body {
    padding-inline: 9px;
  }

  #bsp-homepage-7 .bsp-h7-card__cart {
    font-size: 10px;
  }

  #bsp-homepage-7 .bsp-h7-deals__countdown-label {
    flex-basis: 100%;
    margin-bottom: 2px;
    text-align: center;
  }
}

/* Reference-style category carousel */
#bsp-homepage-7 .bsp-h7-pets {
  padding: 42px 0 46px;
  background: var(--bsp-h7-pets-section-bg, #ffffff);
}

#bsp-homepage-7 .bsp-h7-pets__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

#bsp-homepage-7 .bsp-h7-pets__heading {
  min-width: 0;
}

#bsp-homepage-7 .bsp-h7-pets__title {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: var(--bsp-h7-pets-title, #151218);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.12;
}

#bsp-homepage-7 .bsp-h7-pets__title::after {
  content: "\f1b0  \f1b0";
  margin-top: -5px;
  color: var(--bsp-h7-primary, #ff7338);
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  transform: rotate(12deg);
}

#bsp-homepage-7 .bsp-h7-pets__subtitle {
  margin: 7px 0 0;
  color: var(--bsp-h7-pets-subtitle, var(--bsp-h7-muted));
  font-size: 13px;
  line-height: 1.45;
}

#bsp-homepage-7 .bsp-h7-pets__arrows {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

#bsp-homepage-7 .bsp-h7-pets__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #ece8ed;
  border-radius: 50%;
  background: #fff;
  color: #3a343d;
  font-size: 10px;
  box-shadow: 0 5px 15px rgba(46, 35, 51, .08);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease;
}

#bsp-homepage-7 .bsp-h7-pets__arrow--next,
#bsp-homepage-7 .bsp-h7-pets__arrow:hover:not(:disabled) {
  border-color: var(--bsp-h7-primary, #ff7338);
  background: var(--bsp-h7-primary, #ff7338);
  color: #fff;
  transform: translateY(-1px);
}

#bsp-homepage-7 .bsp-h7-pets__arrow:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}

#bsp-homepage-7 .bsp-h7-pets__carousel,
#bsp-homepage-7 .bsp-h7-pets__viewport {
  min-width: 0;
}

#bsp-homepage-7 .bsp-h7-pets__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 6px 12px;
  scroll-behavior: smooth;
  scroll-padding-inline: 6px;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

#bsp-homepage-7 .bsp-h7-pets__viewport::-webkit-scrollbar {
  display: none;
}

#bsp-homepage-7 .bsp-h7-pets__grid {
  display: flex;
  width: max-content;
  min-width: 100%;
  grid-template-columns: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(22px, 2.8vw, 40px);
}

#bsp-homepage-7 .bsp-h7-pet,
#bsp-homepage-7 .bsp-h7-pets__grid > :last-child:nth-child(odd) {
  display: flex;
  flex: 0 0 112px;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  width: 112px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  transform: none;
}

#bsp-homepage-7 .bsp-h7-pet:hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

#bsp-homepage-7 .bsp-h7-pet__visual {
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(64, 49, 72, .04);
  border-radius: 50%;
  background: var(--bsp-h7-pets-card-bg, #ffffff);
  box-shadow: 0 12px 30px rgba(40, 31, 45, .13);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

#bsp-homepage-7 .bsp-h7-pet:hover .bsp-h7-pet__visual {
  border-color: color-mix(in srgb, var(--bsp-h7-pets-card-hover, #ff7338) 35%, #fff);
  box-shadow: 0 16px 34px rgba(40, 31, 45, .18);
  transform: translateY(-4px);
}

#bsp-homepage-7 .bsp-h7-pet__visual img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform .3s ease;
}

#bsp-homepage-7 .bsp-h7-pet:hover .bsp-h7-pet__visual img {
  transform: scale(1.04);
}

#bsp-homepage-7 .bsp-h7-pet__image-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 50%;
  color: var(--bsp-h7-accent);
  font-size: 32px;
  font-weight: 900;
}

#bsp-homepage-7 .bsp-h7-pet__label {
  display: block;
  width: 100%;
  padding: 0;
  color: var(--bsp-h7-pets-label, #17121a);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

#bsp-homepage-7 .bsp-h7-pet__count {
  display: none;
}

@media (max-width: 900px) {
  #bsp-homepage-7 .bsp-h7-pets {
    padding: 38px 0 42px;
  }

  #bsp-homepage-7 .bsp-h7-pets__grid {
    justify-content: flex-start;
    gap: 25px;
  }

  #bsp-homepage-7 .bsp-h7-pet,
  #bsp-homepage-7 .bsp-h7-pets__grid > :last-child:nth-child(odd) {
    flex-basis: 104px;
    width: 104px;
  }

  #bsp-homepage-7 .bsp-h7-pet__visual {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 680px) {
  #bsp-homepage-7 .bsp-h7-pets {
    padding: 34px 0 36px;
  }

  #bsp-homepage-7 .bsp-h7-pets__head {
    gap: 14px;
    margin-bottom: 18px;
  }

  #bsp-homepage-7 .bsp-h7-pets__heading {
    flex: 1 1 auto;
  }

  #bsp-homepage-7 .bsp-h7-pets__title {
    gap: 6px;
    font-size: clamp(19px, 5.4vw, 22px);
    white-space: nowrap;
  }

  #bsp-homepage-7 .bsp-h7-pets__title::after {
    margin-top: -3px;
    font-size: 10px;
  }

  #bsp-homepage-7 .bsp-h7-pets__arrow {
    width: 34px;
    height: 34px;
  }

  #bsp-homepage-7 .bsp-h7-pets__viewport {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  #bsp-homepage-7 .bsp-h7-pets__grid {
    gap: 18px;
  }

  #bsp-homepage-7 .bsp-h7-pet,
  #bsp-homepage-7 .bsp-h7-pets__grid > :last-child:nth-child(odd) {
    flex-basis: 92px;
    width: 92px;
  }

  #bsp-homepage-7 .bsp-h7-pet__visual {
    width: 88px;
    height: 88px;
  }

  #bsp-homepage-7 .bsp-h7-pet__visual img {
    padding: 11px;
  }

  #bsp-homepage-7 .bsp-h7-pet__label {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  #bsp-homepage-7 .bsp-h7-pets__title {
    font-size: 18px;
  }

  #bsp-homepage-7 .bsp-h7-pets__title::after {
    display: none;
  }
}

/* Paw marks beside primary section titles */
#bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-bestsellers .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-deals .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-services .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__title,
#bsp-homepage-7 .bsp-h7-tips .bsp-h7-section-head__title {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
}

#bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-section-head__title::after,
#bsp-homepage-7 .bsp-h7-bestsellers .bsp-h7-section-head__title::after,
#bsp-homepage-7 .bsp-h7-deals .bsp-h7-section-head__title::after,
#bsp-homepage-7 .bsp-h7-services .bsp-h7-section-head__title::after,
#bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__title::after,
#bsp-homepage-7 .bsp-h7-tips .bsp-h7-section-head__title::after {
  content: "\f1b0  \f1b0";
  flex-shrink: 0;
  margin-top: -5px;
  color: var(--bsp-h7-primary, #ff7338);
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  transform: rotate(12deg);
}

@media (max-width: 680px) {
    #bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-section-head__title,
  #bsp-homepage-7 .bsp-h7-bestsellers .bsp-h7-section-head__title,
  #bsp-homepage-7 .bsp-h7-deals .bsp-h7-section-head__title,
  #bsp-homepage-7 .bsp-h7-services .bsp-h7-section-head__title,
  #bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__title,
  #bsp-homepage-7 .bsp-h7-tips .bsp-h7-section-head__title {
    gap: 6px;
  }

    #bsp-homepage-7 .bsp-h7-new-arrivals .bsp-h7-section-head__title::after,
  #bsp-homepage-7 .bsp-h7-bestsellers .bsp-h7-section-head__title::after,
  #bsp-homepage-7 .bsp-h7-deals .bsp-h7-section-head__title::after,
  #bsp-homepage-7 .bsp-h7-services .bsp-h7-section-head__title::after,
  #bsp-homepage-7 .bsp-h7-stories .bsp-h7-section-head__title::after,
  #bsp-homepage-7 .bsp-h7-tips .bsp-h7-section-head__title::after {
    margin-top: -3px;
    font-size: 10px;
  }
}
