/* =========================================================
   HEALEY PRODUCT HERO – FINAL (ASTRA SAFE)
========================================================= */

/* Full width hero */
.hp-hero {
  padding: 26px 0 36px;
  background: linear-gradient(135deg, #eef5ff, #ffffff);
}

/* Inner container */
.hp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}

/* Breadcrumb + SKU */
.hp-breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 16px;
}

.hp-hero-sku {
  opacity: 0.75;
  font-size: 12px;
  white-space: nowrap;
}

/* =========================================================
   KILL ASTRA DEFAULT PRODUCT LAYOUT
========================================================= */
.single-product .woocommerce-product-gallery,
.single-product .summary {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* =========================================================
   HERO GRID (FORCED)
========================================================= */
.hp-hero-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 24px !important;
  align-items: start;
}

.hp-hero-grid > * {
  min-width: 0;
}

/* =========================================================
   HERO CARDS
========================================================= */
.hp-hero-card {
  background: rgba(255,255,255,0.85);
  border: 1px solid #e3e8ee;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(2,6,23,0.08);
  backdrop-filter: blur(10px);
}

/* =========================================================
   LEFT: GALLERY
========================================================= */
.hp-hero-left {
  padding: 26px;
}

.woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-product-gallery__wrapper {
  width: 100%;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 70px;
  width: auto !important;
}

/* Trust chips */
.hp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hp-chip {
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #155E95;
}

/* =========================================================
   RIGHT: BUY / QUOTE BOX
========================================================= */
.hp-hero-right {
  padding: 22px;
}

/* Title */
.hp-h1 {
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
  font-weight: 900;
}

/* Estimated price */
.hp-estimated-price {
  background: #f7fafd;
  border: 1px dashed #cfd9e8;
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
}

.hp-price-label {
  display: block;
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 4px;
}

.hp-estimated-price strong {
  font-size: 22px;
  display: block;
}

.hp-estimated-price small {
  display: block;
  font-size: 13px;
  opacity: 0.85;
}

/* Short description / forms */
.hp-hero-right-text {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 14px;
}

/* CTA */
.hp-buybox__cta {
  margin-bottom: 14px;
}

/* Highlights */
.hp-buybox__highlights {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: rgba(0,0,0,0.03);
  border-radius: 14px;
  margin-bottom: 14px;
}

.hp-highlight {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: flex-start;
}

.hp-check {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(0,0,0,0.07);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}

/* Delivery info */
.hp-buybox__delivery {
  display: grid;
  gap: 8px;
  font-size: 14px;
  opacity: 0.95;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 980px) {
  .hp-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .hp-hero-card {
    padding: 18px;
  }

  .hp-h1 {
    font-size: 26px;
  }
}
