.outdoor-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 14px 0 24px;
  color: #75655b;
  font-size: 0.9rem;
}

.outdoor-breadcrumb a {
  color: inherit;
}

.outdoor-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.outdoor-thumb {
  width: 78px;
  height: 78px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #f6dfd1;
  cursor: pointer;
}

.outdoor-thumb.active {
  border-color: #9b583b;
}

.outdoor-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.stock-badge {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 99px;
  background: #f1ded8;
  color: #873e31;
  font-weight: 800;
}

.price-request-badge {
  background: #efe3d4;
  color: #7b4c34;
}

.outdoor-unavailable {
  padding: 14px;
  border-radius: 12px;
  background: #f5e5df;
  color: #713f35;
}

.outdoor-request-summary strong {
  display: block;
  color: #9b583b;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.05;
}

.toy-disclosure-body li {
  margin: 0.5rem 0;
}

.product-main-image img {
  background: #f6dfd1;
  object-fit: contain;
}

.product-main-image.plan-active {
  background: #f4d9c8;
}

.product-main-image.plan-active img {
  mix-blend-mode: multiply;
}

@media (max-width: 700px) {
  .outdoor-breadcrumb {
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
  }

  .outdoor-thumb {
    width: 64px;
    height: 64px;
  }
}
