/* Store-specific UI polish (scoped to .pwp-store so we don't affect the rest of the site). */

.pwp-store {
  --pwp-card-radius: 18px;
  --pwp-border: rgba(15, 23, 42, 0.12);
  --pwp-muted: rgba(15, 23, 42, 0.72);
  --pwp-shadow: 0 10px 25px rgba(15, 23, 42, 0.10);
  --pwp-shadow-hover: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.pwp-store .pwp-filters {
  border: 1px solid var(--pwp-border);
  border-radius: var(--pwp-card-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), #fff);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}

.pwp-store .pwp-product-card {
  border-radius: var(--pwp-card-radius);
  overflow: hidden;
}

.pwp-store .pwp-product-card:hover {
  box-shadow: var(--pwp-shadow-hover);
  transform: translateY(-2px);
}

.pwp-store .pwp-product-media {
  background: #fff;
  border-bottom: 1px solid var(--pwp-border);
}

.pwp-store .pwp-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.pwp-store .pwp-product-placeholder {
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #1f2f45 0%, #0b1220 100%);
}

.pwp-store .pwp-product-placeholder i {
  font-size: 2.4rem;
}

.pwp-store .pwp-product-placeholder--food {
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #0f766e 0%, #0b1220 100%);
}

.pwp-store .pwp-product-placeholder--treat {
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #b45309 0%, #0b1220 100%);
}

.pwp-store .pwp-product-placeholder--supplement {
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #2563eb 0%, #0b1220 100%);
}

.pwp-store .pwp-product-placeholder--toy {
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #7c3aed 0%, #0b1220 100%);
}

.pwp-store .pwp-product-placeholder--grooming {
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #db2777 0%, #0b1220 100%);
}

.pwp-store .pwp-product-placeholder--training {
  background-image:
    radial-gradient(900px circle at 20% 15%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 55%),
    linear-gradient(135deg, #1d4ed8 0%, #0b1220 100%);
}

.pwp-store .pwp-subtle {
  color: var(--pwp-muted);
}

.pwp-store .pwp-chip {
  border: 1px solid var(--pwp-border);
  background: rgba(248, 250, 252, 0.9);
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.78rem;
  line-height: 1.1rem;
}

.pwp-store .pwp-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pwp-store .pwp-specs dt {
  color: var(--pwp-muted);
  font-weight: 600;
}

.pwp-store .pwp-retailer-logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--pwp-border);
}

.pwp-store .pwp-kicker {
  letter-spacing: 0.08em;
}

.pwp-store .pwp-section-card {
  border-radius: var(--pwp-card-radius);
}

.pwp-store .pwp-section-card .card-header {
  background: linear-gradient(180deg, #fff, rgba(248, 250, 252, 0.75));
}

.pwp-store .pwp-store-home-tile {
  border-radius: var(--pwp-card-radius);
}

.pwp-store .pwp-store-home-tile .btn {
  min-height: 48px;
}

.pwp-store .pwp-key-details {
  margin: 0;
  padding-left: 1rem;
}

.pwp-store .pwp-key-details li {
  margin-bottom: 0.35rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pwp-pet-detail .pwp-pet-carousel {
  border-radius: 1rem;
  overflow: hidden;
}

.pwp-pet-detail .pwp-pet-carousel .carousel-item img {
  width: 100%;
  height: min(62vh, 520px);
  object-fit: cover;
}

.pwp-pet-detail .pwp-pet-carousel .carousel-caption {
  left: 0.75rem;
  right: auto;
  bottom: 0.75rem;
  margin: 0;
}

.pwp-pet-detail .pwp-pet-trust-note {
  border-left: 4px solid #3b82f6;
  background: #f0f7ff;
}

.pwp-pet-detail .pwp-pet-disclaimer details summary {
  cursor: pointer;
  font-weight: 600;
}

.pwp-pet-detail .pwp-pet-disclaimer details[open] summary {
  margin-bottom: 0.75rem;
}

.pwp-pet-detail .pwp-pet-disclaimer .pwp-pet-disclaimer-body {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pwp-pet-detail--sticky-pad {
  padding-bottom: 5.5rem;
}

.pwp-pet-sticky-cta {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: calc(max(0.5rem, env(safe-area-inset-bottom)) + var(--pwp-cookie-banner-clearance, 0px));
  z-index: 1025;
}

.pwp-pet-sticky-cta .btn {
  min-height: 52px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.28);
}

@media (min-width: 992px) {
  .pwp-pet-detail--sticky-pad {
    padding-bottom: 1.5rem;
  }

  .pwp-pet-sticky-cta {
    display: none;
  }
}
