/* Forced Woo override styles for product/category pages. */

.bds-fast-cart-root,
.bds-fast-cart-trigger,
[data-bds-fast-cart-root],
[data-bds-fast-cart-open] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bds-woo-shell .woocommerce-ordering,
.bds-woo-shell .woocommerce-result-count,
.bds-woo-shell .woocommerce-pagination,
.bds-woo-shell .woocommerce-products-header,
.bds-woo-shell .page-title {
  display: none !important;
}

.bds-woo-shell .bds-woo-archive,
.bds-woo-shell .bds-modern-product-page {
  max-width: 1200px;
  margin: 0 auto;
}

.bds-woo-shell .cat-hero {
  background: linear-gradient(135deg, #fafbfc 0%, #f0f2f5 100%);
  border: 1px solid #eaedf0;
  border-radius: 18px;
  padding: 2.6rem 1.2rem 2.2rem;
  text-align: center;
}

.bds-woo-shell .cat-hero-inner { max-width: 760px; margin: 0 auto; }
.bds-woo-shell .cat-breadcrumb { margin-bottom: 0.75rem; color: #98a2b3; font-size: 0.82rem; }
.bds-woo-shell .cat-hero h1 { margin: 0; font-size: clamp(2rem, 4.6vw, 2.9rem); letter-spacing: -0.02em; line-height: 1.08; }
.bds-woo-shell .cat-hero-sub { margin: 0.6rem 0 0; color: #667085; line-height: 1.6; }

.bds-woo-shell .rates-section,
.bds-woo-shell .cat-products {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 2rem;
}

.bds-woo-shell .rates-count,
.bds-woo-shell .cat-products-count {
  color: #98a2b3;
  font-size: 0.82rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.bds-woo-shell .bds-force-grid.is-schedule { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.bds-woo-shell .bds-force-grid.is-package { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.bds-woo-shell .cat-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 1.5rem !important; }

/* Shortcode/product-loop fallback: force context layout when Woo uses ul.products */
.bds-woo-shell.bds-schedule-context .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bds-woo-shell.bds-schedule-context .woocommerce ul.products > li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.bds-woo-shell.bds-package-context .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bds-woo-shell.bds-package-context .woocommerce ul.products > li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.bds-woo-shell .rate-card {
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.2rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #1f2937;
  background: #fff;
}

.bds-woo-shell .rate-icon { width: 48px; height: 48px; border-radius: 12px; background: #fef2f2; color: #d32626; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.bds-woo-shell .rate-icon::before,
.bds-woo-shell .rate-icon::after { content: none !important; display: none !important; }
.bds-woo-shell .rate-icon svg { width: 22px !important; height: 22px !important; min-width: 22px !important; min-height: 22px !important; display: block !important; position: static !important; inset: auto !important; transform: none !important; }
.bds-woo-shell .rate-info { flex: 1 1 auto; min-width: 0; }
.bds-woo-shell .rate-name { font-size: 1.08rem; font-weight: 800; line-height: 1.3; }
.bds-woo-shell .rate-desc { color: #667085; font-size: 0.86rem; margin-top: 0.2rem; line-height: 1.45; }
.bds-woo-shell .rate-right { margin-left: auto; display: inline-flex; align-items: center; gap: 0.9rem; }
.bds-woo-shell .rate-price,
.bds-woo-shell .rate-price .woocommerce-Price-amount,
.bds-woo-shell .rate-price bdi { color: #d32626; font-size: 1.6rem; font-weight: 900; line-height: 1; white-space: nowrap; }
.bds-woo-shell .rate-cta { min-height: 40px; padding: 0 0.9rem; border-radius: 10px; background: #111827; color: #fff; font-size: 0.8rem; font-weight: 700; display: inline-flex; align-items: center; }

/* Schedule page spacing tune */
.bds-woo-shell .is-schedule-archive .cat-hero {
  max-width: 100% !important;
  background: #f3f4f6 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 2.2rem 1.2rem 2.1rem !important;
  margin-bottom: .25rem !important;
}
.bds-woo-shell .is-schedule-archive .cat-hero h1 {
  margin-top: .3rem !important;
  font-size: clamp(2.8rem, 4.6vw, 4rem) !important;
  letter-spacing: -0.02em !important;
}
.bds-woo-shell .is-schedule-archive .cat-hero-sub {
  margin-top: .65rem !important;
  font-size: 1.02rem !important;
  line-height: 1.5 !important;
}
.bds-woo-shell .is-schedule-archive .rates-section { max-width: 1120px !important; padding-top: 1.45rem !important; }
.bds-woo-shell .is-schedule-archive .rates-count { margin-bottom: .9rem !important; font-size: 1.75rem !important; font-weight: 700 !important; color: #8b949f !important; }
.bds-woo-shell .is-schedule-archive .bds-force-grid.is-schedule { gap: 1.05rem !important; }
.bds-woo-shell .is-schedule-archive .rate-card {
  padding: 1.15rem 1.25rem !important;
  border-radius: 18px !important;
  border: 2px solid #d9dde3 !important;
}
.bds-woo-shell .is-schedule-archive .rate-icon { width: 58px !important; height: 58px !important; border-radius: 16px !important; }
.bds-woo-shell .is-schedule-archive .rate-icon svg { width: 24px !important; height: 24px !important; min-width: 24px !important; min-height: 24px !important; }
.bds-woo-shell .is-schedule-archive .rate-name { line-height: 1.2 !important; font-size: 1.2rem !important; font-weight: 800 !important; }
.bds-woo-shell .is-schedule-archive .rate-desc { margin-top: .2rem !important; line-height: 1.35 !important; font-size: .93rem !important; color: #6b7280 !important; }
.bds-woo-shell .is-schedule-archive .rate-right { gap: .9rem !important; }
.bds-woo-shell .is-schedule-archive .rate-price,
.bds-woo-shell .is-schedule-archive .rate-price .woocommerce-Price-amount,
.bds-woo-shell .is-schedule-archive .rate-price bdi { font-size: 1.95rem !important; font-weight: 900 !important; }
.bds-woo-shell .is-schedule-archive .rate-cta { min-height: 44px !important; padding: 0 1rem !important; border-radius: 12px !important; font-size: .92rem !important; }

.bds-woo-shell .is-schedule-archive .rates-package-callout {
  margin-top: 1.35rem !important;
  border: 2px solid #fecaca !important;
  border-radius: 24px !important;
  background: #fff9f7 !important;
  padding: 1.55rem 1.15rem !important;
  text-align: center !important;
}
.bds-woo-shell .is-schedule-archive .rates-package-callout h3 {
  margin: 0 !important;
  font-size: clamp(1.65rem, 2.8vw, 2.2rem) !important;
  font-weight: 900 !important;
  color: #111827 !important;
}
.bds-woo-shell .is-schedule-archive .rates-package-callout p {
  margin: .7rem auto 1.2rem !important;
  max-width: 720px !important;
  font-size: .98rem !important;
  line-height: 1.5 !important;
  color: #6b7280 !important;
}
.bds-woo-shell .is-schedule-archive .rates-package-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border-radius: 12px !important;
  background: #dc2626 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  padding: 0 1.6rem !important;
}

.bds-woo-shell .cat-card {
  border: 2px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.bds-woo-shell .cat-card.is-popular { border-color: #d32626; }
.bds-woo-shell .cat-card-top { height: 5px; background: #e5e7eb; }
.bds-woo-shell .cat-card.is-popular .cat-card-top { background: #d32626; }
.bds-woo-shell .cat-card-body { padding: 1.35rem; display: flex; flex-direction: column; min-height: 100%; }
.bds-woo-shell .cat-card-badges { display: flex; gap: 0.45rem; min-height: 1.3rem; margin-bottom: 0.55rem; }
.bds-woo-shell .cat-badge { font-size: 0.66rem; text-transform: uppercase; font-weight: 800; border-radius: 999px; padding: 0.2rem 0.52rem; }
.bds-woo-shell .cat-badge.popular { background: #ffeeb8; color: #4c3a00; }
.bds-woo-shell .cat-badge.saves { background: #ecfdf3; color: #166534; }
.bds-woo-shell .cat-card-name { font-size: 1.5rem; line-height: 1.1; font-weight: 900; letter-spacing: -0.02em; }
.bds-woo-shell .cat-card-desc { margin: 0.5rem 0 0; color: #667085; font-size: 0.9rem; line-height: 1.5; }
.bds-woo-shell .cat-card-price-row { margin-top: 0.9rem; }
.bds-woo-shell .cat-card-price,
.bds-woo-shell .cat-card-price .woocommerce-Price-amount,
.bds-woo-shell .cat-card-price bdi { color: #d32626; font-size: 2.1rem; font-weight: 900; line-height: 1; }
.bds-woo-shell .cat-card-divider { height: 1px; background: #f0f0f0; margin: 1rem 0; }
.bds-woo-shell .cat-card-features { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.bds-woo-shell .cat-feature { color: #374151; font-size: 0.9rem; line-height: 1.45; display: flex; align-items: center; gap: 0.55rem; }
.bds-woo-shell .cat-feature::before,
.bds-woo-shell .cat-feature::after { content: none !important; display: none !important; }
.bds-woo-shell .cat-feature svg { width: 16px !important; height: 16px !important; min-width: 16px !important; min-height: 16px !important; display: block !important; position: static !important; inset: auto !important; transform: none !important; flex-shrink: 0 !important; }
.bds-woo-shell .cat-feature.excluded svg { color: #9ca3af !important; }
.bds-woo-shell .cat-feature.red-note svg { color: #d32626 !important; }
.bds-woo-shell .cat-card-cta { margin-top: auto; width: 100%; min-height: 45px; border-radius: 10px; background: #111827; color: #fff; font-size: 0.9rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.bds-woo-shell .cat-card.is-popular .cat-card-cta { background: #d32626; }

/* Hard neutralize Woo default loop pseudo markers in overridden catalogs. */
.bds-woo-shell .woocommerce ul.products li.product::before,
.bds-woo-shell .woocommerce ul.products li.product::after,
.bds-woo-shell .woocommerce-page ul.products li.product::before,
.bds-woo-shell .woocommerce-page ul.products li.product::after {
  content: none !important;
  display: none !important;
}

/* Single product */
.bds-woo-shell .bds-modern-product-page { max-width: 1120px; margin: 0 auto; }
.bds-woo-shell .product-breadcrumb { margin-bottom: 1rem; color: #98a2b3; font-size: 0.82rem; }
.bds-woo-shell .product-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; align-items: start; }
.bds-woo-shell .product-image-frame { border: 1px solid #e5e7eb; border-radius: 18px; background: #fff; padding: 0.9rem; position: relative; }
.bds-woo-shell .product-image-frame img { width: 100%; height: auto; border-radius: 12px; display: block; }
.bds-woo-shell .product-badge-popular { position: absolute; top: 0.95rem; left: 0.95rem; background: #111827; color: #fff; font-size: 0.72rem; font-weight: 800; border-radius: 999px; padding: 0.25rem 0.65rem; }
.bds-woo-shell .trust-strip { margin-top: 0.9rem; border: 1px solid #e5e7eb; border-radius: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; background: #fff; }
.bds-woo-shell .trust-item { text-align: center; padding: 0.75rem 0.55rem; }
.bds-woo-shell .trust-item + .trust-item { border-left: 1px solid #e5e7eb; }
.bds-woo-shell .trust-item-label { font-size: 0.76rem; font-weight: 700; color: #374151; line-height: 1.3; }

.bds-woo-shell .product-details-col { border: 1px solid #e5e7eb; border-radius: 18px; background: #fff; padding: 1.35rem; }
.bds-woo-shell .product-category-tag { display: inline-flex; border: 1px solid #f7d8d8; background: #fff5f5; color: #b42318; border-radius: 999px; padding: 0.24rem 0.7rem; font-size: 0.78rem; font-weight: 700; margin-bottom: 0.6rem; }
.bds-woo-shell .product-title,
.bds-woo-shell .product-details-col .product_title { margin: 0; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.05; letter-spacing: -0.02em; }
.bds-woo-shell .product-rating { margin-top: 0.75rem; display: flex; gap: 0.55rem; align-items: center; flex-wrap: wrap; }
.bds-woo-shell .product-price-block .price { margin: 0.7rem 0 0; color: #d32626; font-size: clamp(2rem, 3.3vw, 2.7rem); font-weight: 900; line-height: 1; }
.bds-woo-shell .section-divider { height: 1px; background: #eceff3; margin: 0.95rem 0; }
.bds-woo-shell .whats-included-title { font-size: 0.95rem; font-weight: 800; margin-bottom: 0.5rem; }
.bds-woo-shell .feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.bds-woo-shell .feature-item { padding-left: 1rem; position: relative; color: #374151; font-size: 0.9rem; line-height: 1.45; }
.bds-woo-shell .feature-item::before { content: "•"; position: absolute; left: 0; color: #d32626; font-weight: 900; }
.bds-woo-shell .note-callout { margin-top: 0.85rem; border: 1px solid #f3d2d2; border-radius: 11px; background: #fff8f8; padding: 0.65rem 0.8rem; }
.bds-woo-shell .note-callout-text { margin: 0; color: #8a2e2e; font-size: 0.85rem; }
.bds-woo-shell .product-actions { margin-top: 1rem; }
.bds-woo-shell .bds-product-cart-form,
.bds-woo-shell .product-actions form.cart { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.bds-woo-shell .product-actions .quantity .qty { width: 92px; min-height: 50px; border-radius: 10px; border: 1px solid #d5dbe3; }
.bds-woo-shell .product-actions .single_add_to_cart_button,
.bds-woo-shell .product-actions .bds-add-to-cart-btn { min-height: 50px; border-radius: 10px; border: 1px solid #d32626; background: #d32626 !important; color: #fff !important; font-size: 0.92rem; font-weight: 800; padding: 0 1.25rem; }
.bds-woo-shell .product-meta { margin-top: 0.8rem; color: #667085; font-size: 0.82rem; }
.bds-woo-shell .product-category-tag,
.bds-woo-shell .posted_in a[href*="brooklyn-road-test"] {
  display: none !important;
}

.bds-woo-shell .product-description-section,
.bds-woo-shell .related-section { margin-top: 1.35rem; }
.bds-woo-shell .desc-card,
.bds-woo-shell .related-inner { border: 1px solid #e5e7eb; border-radius: 18px; background: #fff; padding: 1.2rem; }
.bds-woo-shell .pkg-grid { margin-top: 0.95rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.85rem; }
.bds-woo-shell .pkg-card { border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; }
.bds-woo-shell .pkg-card-top { height: 4px; background: #e5e7eb; }
.bds-woo-shell .pkg-card-body { padding: 0.85rem; }
.bds-woo-shell .pkg-name { font-size: 1rem; font-weight: 800; }
.bds-woo-shell .pkg-price-row { margin: 0.5rem 0 0.7rem; }
.bds-woo-shell .pkg-price,
.bds-woo-shell .pkg-price bdi,
.bds-woo-shell .pkg-price .woocommerce-Price-amount { color: #d32626; font-size: 1.45rem; font-weight: 900; }
.bds-woo-shell .pkg-cta { width: 100%; min-height: 38px; border-radius: 9px; background: #111827; color: #fff; font-size: 0.84rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }

.bds-woo-shell .woocommerce-tabs,
.bds-woo-shell .related.products,
.bds-woo-shell .upsells.products,
.bds-woo-shell .woocommerce-product-gallery__trigger,
.bds-woo-shell .woocommerce-product-gallery .flex-control-thumbs {
  display: none !important;
}

@media (max-width: 1024px) {
  .bds-woo-shell .pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .bds-woo-shell .bds-force-grid.is-package { grid-template-columns: 1fr; }
  .bds-woo-shell .cat-grid { grid-template-columns: 1fr !important; }
  .bds-woo-shell .product-hero { grid-template-columns: 1fr; gap: 1rem; }
  .bds-woo-shell .rate-card { flex-direction: column; align-items: flex-start; }
  .bds-woo-shell .rate-right { width: 100%; justify-content: space-between; }
}

@media (max-width: 640px) {
  .bds-woo-shell .trust-strip { grid-template-columns: 1fr; }
  .bds-woo-shell .trust-item + .trust-item { border-left: 0; border-top: 1px solid #e5e7eb; }
  .bds-woo-shell .pkg-grid { grid-template-columns: 1fr; }
}

/* Strict reference styling for rebuilt single product template. */
.bds-woo-shell .bds-product-reference { max-width: 1200px !important; margin: 0 auto !important; }
.bds-woo-shell .bds-product-reference .product-breadcrumb { margin: 1.1rem 0 1rem !important; color: #9ca3af !important; font-size: .9rem !important; display: flex !important; gap: .45rem !important; }
.bds-woo-shell .bds-product-reference .product-hero { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 2.2rem !important; align-items: start !important; }
.bds-woo-shell .bds-product-reference .product-image-frame { border-radius: 20px !important; border: 1px solid #e5e7eb !important; padding: .7rem !important; overflow: hidden !important; }
.bds-woo-shell .bds-product-reference .product-image-frame img { border-radius: 14px !important; width: 100% !important; height: auto !important; display: block !important; }
.bds-woo-shell .bds-product-reference .product-details-col { border: 1px solid #e5e7eb !important; border-radius: 16px !important; padding: 1.2rem 1.1rem !important; background: #fff !important; }
.bds-woo-shell .bds-product-reference .product_title { font-size: clamp(2.2rem, 4vw, 3rem) !important; line-height: 1.05 !important; letter-spacing: -.02em !important; margin: 0 0 .6rem !important; }
.bds-woo-shell .bds-product-reference .product-rating { margin: .2rem 0 .7rem !important; gap: .6rem !important; display: flex !important; align-items: center !important; }
.bds-woo-shell .bds-product-reference .stars { color: #facc15 !important; font-size: 1.1rem !important; line-height: 1 !important; letter-spacing: .06em !important; }
.bds-woo-shell .bds-product-reference .rating-text { font-size: 1rem !important; color: #4b5563 !important; }
.bds-woo-shell .bds-product-reference .product-price-block { display: flex !important; align-items: baseline !important; gap: .7rem !important; margin: .35rem 0 .95rem !important; }
.bds-woo-shell .bds-product-reference .product-price { color: #d32626 !important; font-size: clamp(2.6rem, 4vw, 3.4rem) !important; font-weight: 900 !important; line-height: 1 !important; }
.bds-woo-shell .bds-product-reference .product-price-note { color: #8b8b8b !important; font-size: 1.05rem !important; }
.bds-woo-shell .bds-product-reference .section-divider { margin: .8rem 0 1rem !important; height: 1px !important; background: #eceff3 !important; }
.bds-woo-shell .bds-product-reference .whats-included { background: #fafbfc !important; border: 1px solid #eaedf0 !important; border-radius: 16px !important; padding: 1rem !important; margin-bottom: .9rem !important; }
.bds-woo-shell .bds-product-reference .whats-included-title { text-transform: uppercase !important; letter-spacing: .08em !important; color: #9ca3af !important; font-size: .82rem !important; font-weight: 800 !important; margin-bottom: .75rem !important; }
.bds-woo-shell .bds-product-reference .feature-list { gap: .6rem !important; }
.bds-woo-shell .bds-product-reference .feature-item { padding-left: 1rem !important; font-size: 1.03rem !important; line-height: 1.45 !important; }
.bds-woo-shell .bds-product-reference .note-callout { border: 1px solid #fecaca !important; background: #fff7f7 !important; border-radius: 12px !important; padding: .9rem 1rem !important; margin-bottom: .9rem !important; }
.bds-woo-shell .bds-product-reference .note-callout-text { color: #9f2d2d !important; font-size: .94rem !important; line-height: 1.5 !important; }
.bds-woo-shell .bds-product-reference .product-actions { margin: .8rem 0 .5rem !important; }
.bds-woo-shell .bds-product-reference .bds-product-cart-form { display: flex !important; align-items: center !important; gap: .9rem !important; flex-wrap: nowrap !important; }
.bds-woo-shell .bds-product-reference .qty-selector { display: inline-flex !important; align-items: center !important; height: 56px !important; border: 2px solid #e5e7eb !important; border-radius: 12px !important; overflow: hidden !important; background: #fff !important; }
.bds-woo-shell .bds-product-reference .qty-btn { width: 44px !important; height: 56px !important; border: 0 !important; background: #fafafa !important; font-size: 1.25rem !important; font-weight: 700 !important; color: #4b5563 !important; cursor: pointer !important; }
.bds-woo-shell .bds-product-reference .qty-input { width: 54px !important; height: 56px !important; border: 0 !important; text-align: center !important; font-size: 1.05rem !important; font-weight: 700 !important; }
.bds-woo-shell .bds-product-reference .add-to-cart-btn { flex: 1 !important; height: 56px !important; border: 0 !important; border-radius: 12px !important; background: #d32626 !important; color: #fff !important; font-size: 1.06rem !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: .03em !important; box-shadow: 0 8px 24px rgba(211,38,38,.28) !important; }
.bds-woo-shell .bds-product-reference .add-to-cart-btn:hover { background: #b91f1f !important; }
.bds-woo-shell .bds-product-reference .product-meta { font-size: .94rem !important; color: #8b8b8b !important; margin-top: .25rem !important; }
.bds-woo-shell .bds-product-reference .product-meta a { color: #d32626 !important; font-weight: 700 !important; }
.bds-woo-shell .bds-product-reference .product-description-section { margin-top: 1.1rem !important; }
.bds-woo-shell .bds-product-reference .desc-card { border-radius: 18px !important; border: 1px solid #eaedf0 !important; background: #fafbfc !important; padding: 2rem !important; }
.bds-woo-shell .bds-product-reference .desc-content h3 { font-size: 2.1rem !important; line-height: 1.05 !important; margin: 0 0 .9rem !important; }
.bds-woo-shell .bds-product-reference .desc-content p { font-size: 1.05rem !important; line-height: 1.65 !important; margin: 0 0 .7rem !important; color: #4b5563 !important; }
.bds-woo-shell .bds-product-reference .related-section { margin-top: 1.1rem !important; background: linear-gradient(180deg,#f8f9fb 0%,#f0f2f5 100%) !important; border-top: 1px solid #eaedf0 !important; padding: 1.6rem 0 1.8rem !important; }
.bds-woo-shell .bds-product-reference .related-inner { background: transparent !important; border: 0 !important; padding: 0 !important; }
.bds-woo-shell .bds-product-reference .related-header { text-align: center !important; margin-bottom: 1rem !important; }
.bds-woo-shell .bds-product-reference .related-header h2 { font-size: 2rem !important; margin: 0 !important; letter-spacing: -.02em !important; }
.bds-woo-shell .bds-product-reference .related-header p { font-size: 1.1rem !important; color: #7a7a7a !important; margin-top: .45rem !important; }
.bds-woo-shell .bds-product-reference .pkg-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: .85rem !important; }
.bds-woo-shell .bds-product-reference .pkg-card { border: 2px solid #e5e7eb !important; border-radius: 18px !important; background: #fff !important; }
.bds-woo-shell .bds-product-reference .pkg-card.is-current { border-color: #d32626 !important; }
.bds-woo-shell .bds-product-reference .pkg-card-body { padding: .95rem !important; }
.bds-woo-shell .bds-product-reference .pkg-name { font-size: 1.65rem !important; font-weight: 900 !important; line-height: 1.1 !important; }
.bds-woo-shell .bds-product-reference .pkg-price { font-size: 2.1rem !important; }
.bds-woo-shell .bds-product-reference .pkg-cta { min-height: 48px !important; border-radius: 10px !important; font-size: .95rem !important; }

@media (max-width: 960px) {
  .bds-woo-shell .bds-product-reference .product-hero { grid-template-columns: 1fr !important; }
  .bds-woo-shell .bds-product-reference .bds-product-cart-form { flex-wrap: wrap !important; }
  .bds-woo-shell .bds-product-reference .qty-selector,
  .bds-woo-shell .bds-product-reference .add-to-cart-btn { width: 100% !important; flex: 1 1 100% !important; }
  .bds-woo-shell .bds-product-reference .pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 640px) {
  .bds-woo-shell .bds-product-reference .pkg-grid { grid-template-columns: 1fr !important; }
}

/* Package archive 1:1 pass */
.bds-woo-shell .is-package-archive .cat-hero {
  background: #f3f4f6 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 2.2rem 1.2rem 2rem !important;
}
.bds-woo-shell .is-package-archive .cat-breadcrumb { font-size: 15px !important; color: #9ca3af !important; }
.bds-woo-shell .is-package-archive .cat-hero h1 {
  font-size: clamp(2.7rem, 4.2vw, 3.7rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  margin-top: .35rem !important;
}
.bds-woo-shell .is-package-archive .cat-hero-sub {
  max-width: 700px !important;
  margin: .65rem auto 0 !important;
  font-size: 1.05rem !important;
  line-height: 1.5 !important;
  color: #5f6670 !important;
}
.bds-woo-shell .is-package-archive .cat-rating-pill {
  margin: .8rem auto 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: .5rem !important;
  min-height: 42px !important;
  padding: 0 1rem !important;
  border-radius: 12px !important;
  border: 1px solid #d6dae0 !important;
  background: #fff !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  color: #121826 !important;
}
.bds-woo-shell .is-package-archive .cat-products { max-width: 1320px !important; }
.bds-woo-shell .is-package-archive .cat-products-count {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #8b95a5 !important;
  margin-bottom: 0.95rem !important;
}
.bds-woo-shell .is-package-archive .cat-grid { gap: 1.2rem !important; }
.bds-woo-shell .is-package-archive .cat-card { border-width: 2px !important; border-radius: 18px !important; }
.bds-woo-shell .is-package-archive .cat-card-top { height: 6px !important; }
.bds-woo-shell .is-package-archive .cat-card-body { padding: 1.1rem 1rem .95rem !important; }
.bds-woo-shell .is-package-archive .cat-badge { font-size: .72rem !important; letter-spacing: .01em !important; padding: .2rem .55rem !important; }
.bds-woo-shell .is-package-archive .cat-card-name { font-size: 1.2rem !important; line-height: 1.08 !important; margin-top: .35rem !important; }
.bds-woo-shell .is-package-archive .cat-card-desc {
  margin: .4rem 0 0 !important;
  font-size: .9rem !important;
  color: #606775 !important;
  line-height: 1.35 !important;
}
.bds-woo-shell .is-package-archive .cat-card-price-row { margin-top: .55rem !important; display: flex !important; align-items: baseline !important; gap: .45rem !important; }
.bds-woo-shell .is-package-archive .cat-card-price,
.bds-woo-shell .is-package-archive .cat-card-price .woocommerce-Price-amount,
.bds-woo-shell .is-package-archive .cat-card-price bdi { font-size: 2.55rem !important; line-height: .95 !important; }
.bds-woo-shell .is-package-archive .cat-card-price-note { font-size: .95rem !important; color: #888 !important; }
.bds-woo-shell .is-package-archive .cat-card-divider { margin: .6rem 0 .7rem !important; background: #e5e7eb !important; }
.bds-woo-shell .is-package-archive .cat-card-features { gap: .42rem !important; margin-bottom: .75rem !important; }
.bds-woo-shell .is-package-archive .cat-feature {
  font-size: .88rem !important;
  line-height: 1.28 !important;
  color: #313743 !important;
  align-items: flex-start !important;
}
.bds-woo-shell .is-package-archive .cat-feature svg {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  margin-top: .12rem !important;
  color: #22c55e !important;
}
.bds-woo-shell .is-package-archive .cat-feature.excluded {
  color: #8b919c !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
}
.bds-woo-shell .is-package-archive .cat-feature.excluded svg { color: #c3c8d0 !important; }
.bds-woo-shell .is-package-archive .cat-feature.red-note {
  color: #dc2626 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}
.bds-woo-shell .is-package-archive .cat-feature.red-note svg { color: #dc2626 !important; }
.bds-woo-shell .is-package-archive .cat-card-cta {
  min-height: 46px !important;
  border-radius: 10px !important;
  font-size: .98rem !important;
  font-weight: 800 !important;
  margin-top: auto !important;
}
.bds-woo-shell .is-package-archive .cat-card-cta::before { content: none !important; margin-right: 0 !important; font-size: inherit !important; }

@media (max-width: 1024px) {
  .bds-woo-shell .is-package-archive .cat-products-count { font-size: 1rem !important; }
  .bds-woo-shell .is-package-archive .cat-card-name { font-size: 1.15rem !important; }
  .bds-woo-shell .is-package-archive .cat-card-desc,
  .bds-woo-shell .is-package-archive .cat-feature,
  .bds-woo-shell .is-package-archive .cat-card-cta { font-size: .9rem !important; }
  .bds-woo-shell .is-package-archive .cat-card-price,
  .bds-woo-shell .is-package-archive .cat-card-price .woocommerce-Price-amount,
  .bds-woo-shell .is-package-archive .cat-card-price bdi { font-size: 2.2rem !important; }
  .bds-woo-shell .is-package-archive .cat-card-price-note { font-size: .9rem !important; }
}

/* Single product target pass */
.bds-woo-shell .bds-product-reference .product-image-frame { position: relative !important; }
.bds-woo-shell .bds-product-reference .product-badge-location {
  position: absolute !important;
  top: .95rem !important;
  left: .95rem !important;
  background: #dc2626 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: .45rem .8rem !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: .9rem !important;
  letter-spacing: .02em !important;
}
.bds-woo-shell .bds-product-reference .product-badge-popular {
  top: .95rem !important;
  right: .95rem !important;
  left: auto !important;
  background: #f8b400 !important;
  color: #111827 !important;
}
.bds-woo-shell .bds-product-reference .whats-included { padding: 1.25rem 1.25rem .85rem !important; }
.bds-woo-shell .bds-product-reference .included-list { list-style: none !important; margin: 0 !important; padding: 0 !important; display: grid !important; gap: .85rem !important; }
.bds-woo-shell .bds-product-reference .included-item { display: grid !important; grid-template-columns: 34px minmax(0,1fr) !important; gap: .7rem !important; align-items: start !important; }
.bds-woo-shell .bds-product-reference .included-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: #e6f7ef !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #16a34a !important;
  font-weight: 900 !important;
}
.bds-woo-shell .bds-product-reference .included-icon::before { content: "✓"; }
.bds-woo-shell .bds-product-reference .included-icon.is-screen { background: #e7efff !important; color: #2563eb !important; }
.bds-woo-shell .bds-product-reference .included-icon.is-screen::before { content: "▣"; font-size: 12px; }
.bds-woo-shell .bds-product-reference .included-icon.is-location { background: #fff4e6 !important; color: #f59e0b !important; }
.bds-woo-shell .bds-product-reference .included-icon.is-location::before { content: "◉"; font-size: 12px; }
.bds-woo-shell .bds-product-reference .included-icon.is-alert { background: #fff1f2 !important; color: #dc2626 !important; }
.bds-woo-shell .bds-product-reference .included-icon.is-alert::before { content: "!"; font-size: 14px; }
.bds-woo-shell .bds-product-reference .included-title { font-size: 1.05rem !important; font-weight: 800 !important; color: #1f2937 !important; line-height: 1.35 !important; }
.bds-woo-shell .bds-product-reference .included-subtitle { margin-top: .12rem !important; font-size: .95rem !important; color: #6b7280 !important; line-height: 1.45 !important; }
.bds-woo-shell .bds-product-reference .note-callout { display: grid !important; grid-template-columns: 30px minmax(0,1fr) !important; gap: .55rem !important; align-items: start !important; }
.bds-woo-shell .bds-product-reference .note-icon {
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px !important;
  border: 2px solid #dc2626 !important;
  color: #dc2626 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800 !important;
  font-size: .85rem !important;
}
.bds-woo-shell .bds-product-reference .desc-card { display: grid !important; grid-template-columns: 72px minmax(0,1fr) !important; gap: 1.2rem !important; align-items: start !important; }
.bds-woo-shell .bds-product-reference .desc-icon-wrap {
  width: 72px !important;
  height: 72px !important;
  border-radius: 16px !important;
  background: #dc2626 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.bds-woo-shell .bds-product-reference .desc-icon::before { content: "📄"; color: #fff; font-size: 28px; line-height: 1; }
.bds-woo-shell .bds-product-reference .pkg-badge {
  display: inline-flex !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  border-radius: 10px !important;
  padding: .35rem .62rem !important;
  background: #eef2f7 !important;
  color: #374151 !important;
  margin-bottom: .65rem !important;
}
.bds-woo-shell .bds-product-reference .pkg-card.is-current .pkg-badge { background: #fdeec5 !important; color: #a16207 !important; }
.bds-woo-shell .bds-product-reference .pkg-chip {
  margin: .55rem 0 .65rem !important;
  min-height: 42px !important;
  border-radius: 10px !important;
  border: 1px solid #e5e7eb !important;
  background: #f6f7f9 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 .9rem !important;
  font-weight: 700 !important;
}
.bds-woo-shell .bds-product-reference .pkg-features { list-style: none !important; margin: .2rem 0 1rem !important; padding: 0 !important; display: grid !important; gap: .45rem !important; }
.bds-woo-shell .bds-product-reference .pkg-features li { font-size: .95rem !important; color: #374151 !important; position: relative !important; padding-left: 1rem !important; }
.bds-woo-shell .bds-product-reference .pkg-features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #22c55e; font-weight: 700; }
.bds-woo-shell .bds-product-reference .pkg-card.is-current .pkg-cta { background: #dc2626 !important; }

/* 1:1 spacing calibration against /Users/noahghussen/Downloads/product-page-2.html */
.bds-woo-shell .bds-product-reference .product-breadcrumb {
  margin: 0 auto !important;
  padding: 1.2rem 1.5rem 0 !important;
}
.bds-woo-shell .bds-product-reference .product-hero {
  padding: 1.5rem 1.5rem 3rem !important;
  gap: 3.5rem !important;
}
.bds-woo-shell .bds-product-reference .whats-included {
  padding: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}
.bds-woo-shell .bds-product-reference .whats-included-title {
  margin-bottom: 1.2rem !important;
}
.bds-woo-shell .bds-product-reference .included-list {
  gap: 0.9rem !important;
}
.bds-woo-shell .bds-product-reference .included-item {
  gap: 0.75rem !important;
}
.bds-woo-shell .bds-product-reference .note-callout {
  margin-bottom: 1.8rem !important;
  padding: 1rem 1.2rem !important;
}
.bds-woo-shell .bds-product-reference .product-actions {
  margin-bottom: 1.8rem !important;
}
.bds-woo-shell .bds-product-reference .product-description-section {
  margin-top: 0 !important;
  padding: 0 1.5rem 3rem !important;
}
.bds-woo-shell .bds-product-reference .desc-card {
  padding: 2.5rem !important;
  gap: 2.5rem !important;
}
.bds-woo-shell .bds-product-reference .desc-content p {
  margin-bottom: 0.8rem !important;
}
.bds-woo-shell .bds-product-reference .desc-content p:last-child {
  margin-bottom: 0 !important;
}
.bds-woo-shell .bds-product-reference .related-section {
  margin-top: 0 !important;
  padding: 4rem 0 4.5rem !important;
}
.bds-woo-shell .bds-product-reference .related-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}
.bds-woo-shell .bds-product-reference .related-header {
  margin-bottom: 2.8rem !important;
}
.bds-woo-shell .bds-product-reference .pkg-grid {
  gap: 1.1rem !important;
}
.bds-woo-shell .bds-product-reference .pkg-card-body {
  padding: 1.6rem 1.4rem 1.4rem !important;
}
.bds-woo-shell .bds-product-reference .related-inner-cta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.bds-woo-shell .bds-product-reference .pkg-cta-browse {
  width: auto !important;
  min-width: 220px !important;
  padding: 0.85rem 1.4rem !important;
  border-radius: 12px !important;
}

@media (max-width: 640px) {
  .bds-woo-shell .bds-product-reference .desc-card {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 1.4rem !important;
  }
  .bds-woo-shell .bds-product-reference .desc-icon-wrap {
    width: 56px !important;
    height: 56px !important;
    border-radius: 12px !important;
  }
  .bds-woo-shell .bds-product-reference .desc-icon::before {
    font-size: 22px !important;
  }
  .bds-woo-shell .bds-product-reference .desc-content {
    min-width: 0 !important;
  }
  .bds-woo-shell .bds-product-reference .desc-content h3 {
    font-size: 1.95rem !important;
    line-height: 1.08 !important;
    margin-bottom: 0.65rem !important;
  }
  .bds-woo-shell .bds-product-reference .desc-content p {
    font-size: 1.04rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}
