<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dynamic-title-block {
  text-align: center;
  margin: 2rem auto 1rem;
}

.dynamic-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.dynamic-subtitle {
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}

/* Container similar to .product-info */
.injected-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 1rem;
  margin: 2rem auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  max-width: 960px;
  background-color: #fff;
  font-family: inherit;
}

/* Left image section */
.injected-card .card-figure {
  flex: 1 1 300px;
  text-align: center;
  margin-bottom: 1rem;
}

.injected-card .card-figure img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 4px;
}

/* Right content section */
.injected-card .card-details {
  flex: 1 1 360px;
  padding: 1rem;
}

.injected-card .card-title h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.injected-card .core-features {
  margin-bottom: 0.5rem;
}

.injected-card .core-feature {
  display: block;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}

.injected-card .availability {
  font-weight: bold;
  margin: 0.5rem 0;
  color: green;
}

.injected-card .was-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.injected-card .saving {
  color: green;
  font-weight: bold;
  font-size: 0.95rem;
}

/* Pricing */
.injected-card .price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #c00;
  margin: 0.5rem 0;
}

/* Buttons */
.injected-card .card-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.injected-card .button {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  font-size: 0.95rem;
  cursor: pointer;
}

.injected-card .view-btn {
  background: #000;
  color: #fff;
}

.injected-card .basket-btn {
  background: #f6aa00;
  color: #000;
  border: none;
}
</pre></body></html>