.elementor-13928 .elementor-element.elementor-element-8c17c25{--display:flex;}.elementor-13928 .elementor-element.elementor-element-1f73b3a .woocommerce-breadcrumb{color:#FD2400;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13928 .elementor-element.elementor-element-1f73b3a .woocommerce-breadcrumb > a{color:#000000;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13928 .elementor-element.elementor-element-a85ebcd{text-align:center;}.elementor-13928 .elementor-element.elementor-element-a85ebcd .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:54px;font-weight:800;color:#000000;}.elementor-13928 .elementor-element.elementor-element-3518088{text-align:center;}@media(max-width:767px){.elementor-13928 .elementor-element.elementor-element-a85ebcd .elementor-heading-title{font-size:30px;}}@media(min-width:768px){.elementor-13928 .elementor-element.elementor-element-8c17c25{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-8c17c25 *//* ==============================
   TTT Product Header — Refined
   ============================== */
.product-header {
  text-align: center;
  padding: 48px 5% 12px;
  border-bottom: 1px solid #e7e9ee;
  background: #ffffff;
}

.product-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 42px);
  color: #0c1220;
  line-height: 1.15;
  margin: 0;
}

/* --- Description --- */
.product-description {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(15px, 1.1vw, 17px);
  color: #5a6272;
  line-height: 1.55;
  max-width: 760px;
  margin: 10px auto 28px;
  text-align: center;
  letter-spacing: 0.01em;
}

/* --- Breadcrumb Consistency --- */
.woocommerce-breadcrumb {
  text-align: center;
  font-size: 13.5px;
  color: #7a8495;
  margin-bottom: 6px;
}

.woocommerce-breadcrumb a {
  color: #5a6272;
  text-decoration: none;
  transition: color .2s ease;
}

.woocommerce-breadcrumb a:hover {
  color: #f35023;
}

/* --- Responsive Tweaks --- */
@media (max-width: 768px) {
  .product-header {
    padding: 36px 6% 8px;
  }

  .product-header h1 {
    font-size: 25px;
  }

  .product-description {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}/* End custom CSS */