/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 56:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-bundles (INDEX:17) */
<style>
.bundle-section {
  font-family: Arial, sans-serif;
  max-width: 480px;
  margin: auto;
}
.bundle-options {
  display: flex;
  gap: 12px;
  margin: 1rem 0;
}
.bundle {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  flex: 1;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}
.bundle:hover, .bundle.active {
  border-color: #D87A1D;
  background-color: #fff8f1;
}
.bundle h4 {
  margin: 0.5rem 0;
  font-size: 15px;
}
.bundle p {
  margin: 0;
  font-size: 13px;
}
.add-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #D87A1D;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}
</style>
/* END_SECTION:custom-bundles */

/* START_SECTION:product-hero (INDEX:68) */
.ph {
  background: #fdf8f8;
  padding: 3rem 1.5rem;
}
.ph__container {
  max-width: 1200px;
  margin: 0 auto;
}
.ph__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .ph__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.ph__media {
  position: relative;
}
.ph__sale-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: #cc0000;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
}
.ph__image-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: #f5ecec;
}
.ph__main-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.25s ease;
}
.ph__main-img--placeholder {
  aspect-ratio: 1;
}
.ph__thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.ph__thumb {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  background: #f5ecec;
  overflow: hidden;
  width: 66px;
  height: 66px;
  transition: border-color 0.2s;
  flex-shrink: 0;
}
.ph__thumb.is-active {
  border-color: #cc3366;
}
.ph__thumb:hover {
  border-color: #e08080;
}
.ph__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ph__press {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e8d8d8;
}
.ph__press-item {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #b08080;
  font-style: italic;
}
.ph__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ph__bs-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fce8ef;
  color: #cc3366;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin: 0;
  width: fit-content;
}
.ph__title {
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
}
.ph__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ph__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
}
.ph__check {
  flex-shrink: 0;
  margin-top: 0.1rem;
  display: flex;
}
.ph__quiz-btn {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #cc3366;
  color: #cc3366;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s, color 0.2s;
}
.ph__quiz-btn:hover {
  background: #cc3366;
  color: #fff;
}
.ph__reviews {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ph__stars {
  color: #f4a827;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.ph__rating {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
.ph__review-link {
  font-size: 0.85rem;
  color: #888;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ph__review-link:hover {
  color: #cc3366;
}
.ph__pricing {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.ph__price {
  font-size: 2.1rem;
  font-weight: 800;
  color: #1a1a1a;
}
.ph__compare {
  font-size: 1.15rem;
  color: #aaa;
  text-decoration: line-through;
}
.ph__save-badge {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 5px;
}
.ph__urgency {
  background: #fdecea;
  border: 1px solid #f5c6c6;
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.5;
}
.ph__trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.ph__trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #eedede;
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #333;
}
.ph__trust-icon {
  font-size: 1rem;
  flex-shrink: 0;
}
.ph__details {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  border-top: 1px solid #eedede;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.ph__detail {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
}
/* END_SECTION:product-hero */