.woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce div.product .woocommerce-tabs ul.tabs
{
display: none !important;
}
.product-details {
/*  max-width: 850px;*/
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  /*box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);*/
  padding: 20px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #1e293b;
}
.product-details h2 {
  color: #0f172a;
  font-size: 22px;
  margin-bottom: 6px;
  text-align: center;
}
.product-details h4 {
  color: #475569;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.product-details h3 {
  background: linear-gradient(90deg, #0077b6, #00b4d8);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}
.product-details h3 i {
  font-size: 16px;
}
.product-details p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 15px;
  color: #334155;
}
.product-details ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.product-details ul li {
  padding: 7px 0 7px 25px;
  position: relative;
  border-bottom: 1px dashed #e2e8f0;
  font-size: 15px;
}
.product-details ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0077b6;
  font-weight: bold;
}
.product-details .section {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .product-details {
    padding: 22px;
  }
  .product-details h3 {
    font-size: 16px;
  }
  .product-details p, .product-details ul li {
    font-size: 14px;
  }
}


  /* ---------- UNIQUE SCOPE: #productHeroDMER ---------- */
  #productHeroDMER {
    --accent1: #fff;
    --accent2: #88c0ef;
    --textLight: rgba(255,255,255,0.95);
    --glass: rgba(255,255,255,0.06);
    font-family: "Inter", system-ui, sans-serif;
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: linear-gradient(180deg, rgba(3,19,38,0.45), rgba(3,19,38,0.10)),
                url("https://www.globaltech.net.in/2025/wp-content/uploads/2025/10/Product_Banner_Background.jpg") center bottom/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #productHeroDMER::after {
    content: "";
    position: absolute;
    inset: 0;
  background: radial-gradient(800px 200px at 50% 60%, rgba(14,165,255,0.08), transparent 30%);
    mix-blend-mode: overlay;
    pointer-events: none;
  }

  /* CARD */
  #productHeroDMER .heroCard {
    position: relative;
    width: calc(min(820px, 92vw));
/*    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;*/
/*    backdrop-filter: blur(6px);*/
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0px;
    color: var(--textLight);
   /* box-shadow: 0 24px 48px rgba(3,19,38,0.45);
    transition: all 0.3s ease;*/
  }

  
  /* IMAGE */
  #productHeroDMER .heroImage {
    flex: 0 0 350px;
    text-align: center;
  }

  #productHeroDMER .heroImage img {
    width: 100%;
    border-radius: 12px;
  /*  background: #0b1220;
    box-shadow: 0 6px 18px rgba(3,19,38,0.3);*/
    transition: transform 0.3s ease;
  }

  #productHeroDMER .heroCard:hover .heroImage img {
    transform: scale(1.05) translateY(-5px);
  }

  /* TEXT */
  #productHeroDMER .heroText {
    flex: 1;
  }

  #productHeroDMER .heroKicker {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bfe8ff;
    background: rgba(255,255,255,0.05);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 8px;
  }

  #productHeroDMER .heroTitle {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--accent1), var(--accent2));
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px;
  }

  #productHeroDMER .heroSubtitle {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 16px;
  }

  /* BUTTONS */
  #productHeroDMER .heroButtons {
    display: flex;
    gap: 10px;
  }

  #productHeroDMER .btnPrimary,
  #productHeroDMER .btnSecondary {
    text-decoration: none;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  #productHeroDMER .btnPrimary {
    background: linear-gradient(90deg, var(--accent1), var(--accent2));
    color: #083042;
    box-shadow: 0 6px 20px rgba(2,60,120,0.3);
  }

  #productHeroDMER .btnSecondary {
    border: 1px solid rgba(255,255,255,0.1);
    color: #bfe8ff;
    background: transparent;
  }

  #productHeroDMER .btnPrimary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(3,19,38,0.5);
  }

  #productHeroDMER .btnSecondary:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.08);
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    #productHeroDMER .heroCard {
      flex-direction: column;
      text-align: center;
      padding: 20px;
    }
    #productHeroDMER .heroImage { flex: none; width: 70%; }
    #productHeroDMER .heroTitle { font-size: 26px; }
  }

#breadcrumb-section {
    position: relative;
    height: 260px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-size: cover !important;
}