/* ==================================================
   MYIXI Single Product Template
   Scope: body.single-product
   ================================================== */


/* ==================================================
   1. Product Hero
   ================================================== */

body.single-product .myixi-product-hero {
  background:
    radial-gradient(circle at 18% 10%, rgba(5, 91, 144, 0.07), transparent 34%),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 72%);
  padding: clamp(28px, 4vw, 52px) 0 clamp(48px, 5vw, 72px);
  border-bottom: 1px solid rgba(207, 224, 238, 0.72);
}


/* Breadcrumb */

body.single-product .myixi-product-hero .brxe-breadcrumbs {
  width: min(1440px, calc(100% - 96px));
  max-width: 1440px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #5e7285;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 560;
}

body.single-product .myixi-product-hero .brxe-breadcrumbs .item {
  color: #5e7285;
  text-decoration: none;
  transition: color 0.18s ease;
}

body.single-product .myixi-product-hero .brxe-breadcrumbs a.item:hover {
  color: #055b90;
  text-decoration: none;
}

body.single-product .myixi-product-hero .brxe-breadcrumbs .separator {
  color: #9aabb8;
  font-size: 12px;
}

body.single-product .myixi-product-hero .brxe-breadcrumbs [aria-current="page"] {
  color: #17324a;
  font-weight: 620;
}


/* Title */

body.single-product .myixi-product-hero__title {
  width: min(1440px, calc(100% - 96px));
  max-width: 1440px;
  margin: 0 auto clamp(22px, 2.8vw, 34px);
  color: #17324a;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.028em;
  font-weight: 760;
  text-align: left;
}


/* Hero grid */

body.single-product .myixi-product-hero__grid {
  width: min(1440px, calc(100% - 96px));
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(38px, 4vw, 64px);
  align-items: start;
}

body.single-product .myixi-product-hero__media {
  min-width: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(207, 224, 238, 0.95);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(23, 50, 74, 0.1);
  padding: clamp(20px, 2vw, 28px);
  overflow: visible;
}

body.single-product .myixi-product-hero__info {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}


/* ==================================================
   2. Product Gallery
   ================================================== */

body.single-product .myixi-product-hero__media .brxe-product-gallery {
  width: 100%;
  overflow: visible;
}

body.single-product .myixi-product-hero__media .woocommerce-product-gallery {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: visible;
}

body.single-product .myixi-product-hero__media .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image {
  background: #ffffff;
}

body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.single-product .myixi-product-hero__media .flex-viewport {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
}

body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 18px;
}


/* Desktop gallery: thumbnails left */

@media (min-width: 992px) {
  body.single-product .myixi-product-hero__media .woocommerce-product-gallery {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
  }

  body.single-product .myixi-product-hero__media .flex-viewport {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__wrapper {
    width: 100%;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image a {
    height: auto;
    min-height: 0;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs {
    grid-column: 1;
    grid-row: 1;
    width: 96px;
    max-height: 520px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: start;
    justify-self: start;
    margin: 0;
    padding: 2px 10px 2px 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    scrollbar-gutter: stable;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs::-webkit-scrollbar {
    width: 6px;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs::-webkit-scrollbar-track {
    background: rgba(207, 224, 238, 0.45);
    border-radius: 999px;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs::-webkit-scrollbar-thumb {
    background: rgba(94, 114, 133, 0.5);
    border-radius: 999px;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs li {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs img {
    display: block;
    width: 78px;
    height: 78px;
    max-width: none;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 8px;
    border: 1px solid #dbe9f3;
    border-radius: 14px;
    background: #ffffff;
    opacity: 0.74;
    box-sizing: border-box;
    transition: opacity 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs img.flex-active,
  body.single-product .myixi-product-hero__media .flex-control-thumbs img:hover {
    opacity: 1;
    border-color: #055b90;
    box-shadow: inset 0 0 0 1px #055b90;
  }
}


/* Mobile gallery: only show active slide */

@media (max-width: 991px) {
  body.single-product .myixi-product-hero__media {
    overflow: hidden;
  }

  body.single-product .myixi-product-hero__media .brxe-product-gallery,
  body.single-product .myixi-product-hero__media .woocommerce-product-gallery,
  body.single-product .myixi-product-hero__media .flex-viewport,
  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__wrapper,
  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image,
  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image a {
    width: 100%;
    max-width: 100%;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery {
    display: block;
  }

  body.single-product .myixi-product-hero__media .flex-viewport {
    height: auto !important;
    min-height: 0;
    overflow: visible;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
    display: block;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image {
    display: none !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    height: auto !important;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image.flex-active-slide {
    display: block !important;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image a {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    align-items: center;
    justify-content: center;
  }

  body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 16px 0 0;
    padding: 2px 2px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: auto;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs li {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    height: 74px;
    flex: 0 0 74px;
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs img {
    display: block;
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    height: 74px;
    min-height: 74px;
    max-height: 74px;
    object-fit: contain;
    padding: 6px;
    border: 1px solid #dbe9f3;
    border-radius: 12px;
    background: #ffffff;
    opacity: 0.74;
    box-sizing: border-box;
    cursor: pointer;
  }

  body.single-product .myixi-product-hero__media .flex-control-thumbs img.flex-active,
  body.single-product .myixi-product-hero__media .flex-control-thumbs img:hover {
    opacity: 1;
    border-color: #055b90;
    box-shadow: inset 0 0 0 1px #055b90;
  }
}


/* ==================================================
   3. Hero Summary / CTA
   ================================================== */

body.single-product .myixi-series-summary {
  display: grid;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(207, 224, 238, 0.95);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(23, 50, 74, 0.1);
}

body.single-product .myixi-series-summary__row {
  display: grid;
  grid-template-columns: minmax(140px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(20px, 2.5vw, 36px);
  align-items: start;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(207, 224, 238, 0.72);
}

body.single-product .myixi-series-summary__row:last-child {
  border-bottom: 0;
}

body.single-product .myixi-series-summary__label {
  color: #5e7285;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 680;
}

body.single-product .myixi-series-summary__value {
  color: #17324a;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 640;
  overflow-wrap: anywhere;
}

body.single-product .myixi-product-hero__proof {
  margin-top: 22px;
  color: #426079;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 560;
}

body.single-product .myixi-product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.single-product .myixi-btn,
body.single-product .myixi-product-hero__actions .bricks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 760;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

body.single-product .myixi-product-hero__actions .bricks-button {
  color: #ffffff;
  background: #055b90;
  border: 1px solid #055b90;
  box-shadow: 0 14px 30px rgba(5, 91, 144, 0.22);
}

body.single-product .myixi-product-hero__actions .bricks-button:hover {
  color: #ffffff;
  background: #044a76;
  border-color: #044a76;
  transform: translateY(-1px);
  text-decoration: none;
}

body.single-product .myixi-btn-secondary {
  color: #055b90;
  background: #eef6fb;
  border: 1px solid #cfe0ee;
}

body.single-product .myixi-btn-secondary:hover {
  color: #044a76;
  background: #e5f1f8;
  border-color: #bbd5e8;
  transform: translateY(-1px);
  text-decoration: none;
}


/* ==================================================
   4. Hero Responsive
   ================================================== */

@media (max-width: 1280px) {
  body.single-product .myixi-product-hero .brxe-breadcrumbs,
  body.single-product .myixi-product-hero__title,
  body.single-product .myixi-product-hero__grid {
    width: min(1180px, calc(100% - 56px));
  }

  body.single-product .myixi-product-hero__grid {
    gap: clamp(30px, 4vw, 48px);
  }
}

@media (max-width: 991px) {
  body.single-product .myixi-product-hero {
    padding-top: 32px;
  }

  body.single-product .myixi-product-hero .brxe-breadcrumbs {
    width: min(760px, calc(100% - 36px));
    margin-bottom: 10px;
    font-size: 12px;
  }

  body.single-product .myixi-product-hero .brxe-breadcrumbs [aria-current="page"] {
    display: none;
  }

  body.single-product .myixi-product-hero .brxe-breadcrumbs .separator:last-of-type {
    display: none;
  }

  body.single-product .myixi-product-hero__title {
    width: min(760px, calc(100% - 36px));
    margin-bottom: 22px;
    font-size: clamp(30px, 6vw, 40px);
  }

  body.single-product .myixi-product-hero__grid {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 36px));
    gap: 28px;
  }

  body.single-product .myixi-product-hero__media,
  body.single-product .myixi-product-hero__info {
    max-width: none;
  }

  body.single-product .myixi-series-summary__row {
    grid-template-columns: minmax(130px, 0.38fr) minmax(0, 0.62fr);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  body.single-product .myixi-product-hero {
    padding: 26px 0 44px;
  }

  body.single-product .myixi-product-hero .brxe-breadcrumbs {
    width: min(100% - 28px, 760px);
    margin-bottom: 8px;
    font-size: 12px;
  }

  body.single-product .myixi-product-hero__title {
    width: min(100% - 28px, 760px);
    font-size: clamp(28px, 8vw, 36px);
  }

  body.single-product .myixi-product-hero__grid {
    width: min(100% - 28px, 760px);
  }

  body.single-product .myixi-product-hero__media {
    border-radius: 22px;
    padding: 14px;
  }

  body.single-product .myixi-series-summary {
    border-radius: 22px;
  }

  body.single-product .myixi-series-summary__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px;
  }

  body.single-product .myixi-product-hero__actions {
    flex-direction: column;
  }

  body.single-product .myixi-product-hero__actions .bricks-button,
  body.single-product .myixi-btn {
    width: 100%;
  }
}


/* ==================================================
   5. Product Detail Sections
   ================================================== */

body.single-product .myixi-product-detail {
  background: #ffffff;
  padding: clamp(66px, 6vw, 96px) 0 clamp(78px, 7vw, 116px);
}

body.single-product .myixi-product-detail__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

body.single-product .myixi-product-section {
  width: 100%;
  margin-bottom: clamp(64px, 6vw, 92px);
}

body.single-product .myixi-product-section:last-child {
  margin-bottom: 0;
}

body.single-product .myixi-product-section > .brxe-heading,
body.single-product .myixi-product-section__title {
  position: relative;
  margin: 0 0 30px;
  color: #17324a;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.026em;
  font-weight: 760;
}

body.single-product .myixi-product-section > .brxe-heading::after,
body.single-product .myixi-product-section__title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: #055b90;
}


/* Overview */

body.single-product .myixi-product-section--overview > .brxe-heading {
  margin-bottom: 28px;
}

body.single-product .myixi-product-section--overview .brxe-shortcode {
  margin-top: 0;
}

body.single-product .myixi-series-overview {
  max-width: 900px;
  color: #17324a;
  font-size: 16px;
  line-height: 1.88;
}

body.single-product .myixi-series-overview p {
  margin: 0 0 22px;
}

body.single-product .myixi-series-overview p:last-child {
  margin-bottom: 0;
}

body.single-product .myixi-product-section__intro,
body.single-product .myixi-product-section--highlights > .brxe-text-basic {
  max-width: 780px;
  margin: -6px 0 28px;
  color: #5e7285;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}


/* ==================================================
   6. Technical Specifications Table
   ================================================== */

body.single-product .myixi-product-section--matrix,
body.single-product #brxe-qiflpw.myixi-product-section--matrix {
  display: block;
  margin-top: clamp(8px, 2vw, 18px);
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible;
}

body.single-product .myixi-product-section--matrix > .brxe-shortcode,
body.single-product #brxe-fkrmpk.brxe-shortcode,
body.single-product .myixi-model-matrix-section,
body.single-product .myixi-model-matrix-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: visible;
  flex: 0 0 auto;
  align-self: flex-start;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

body.single-product .myixi-model-matrix-wrap {
  margin-top: 22px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

body.single-product .myixi-model-matrix {
  display: table;
  width: 100%;
  min-width: 100%;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #17324a;
  font-size: 13px;
  line-height: 1.45;
  background: #ffffff;
  overflow: visible;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

body.single-product .myixi-model-matrix thead,
body.single-product .myixi-model-matrix tbody,
body.single-product .myixi-model-matrix tr {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

body.single-product .myixi-model-matrix thead th {
  background: #055b90;
  color: #ffffff;
  padding: 14px 12px;
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 760;
  border-top: 1px solid #055b90;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(5, 91, 144, 1);
  vertical-align: middle;
  white-space: nowrap;
}

body.single-product .myixi-model-matrix thead th:first-child {
  border-top-left-radius: 18px;
  border-left: 1px solid #055b90;
}

body.single-product .myixi-model-matrix thead th:last-child {
  border-top-right-radius: 18px;
  border-right: 1px solid #055b90;
}

body.single-product .myixi-model-matrix tbody td {
  padding: 15px 12px;
  vertical-align: top;
  border-right: 1px solid rgba(207, 224, 238, 0.88);
  border-bottom: 1px solid rgba(207, 224, 238, 0.88);
  background: #ffffff;
  word-break: normal;
  overflow-wrap: anywhere;
}

body.single-product .myixi-model-matrix tbody td:first-child {
  border-left: 1px solid rgba(207, 224, 238, 0.88);
}

body.single-product .myixi-model-matrix tbody td:last-child {
  border-right: 1px solid rgba(207, 224, 238, 0.88);
}

body.single-product .myixi-model-matrix tbody tr:nth-child(even) td {
  background: #f8fbfd;
}

body.single-product .myixi-model-matrix tbody tr:hover td {
  background: #eef6fb;
}

body.single-product .myixi-model-matrix tbody tr:last-child td {
  border-bottom: 1px solid rgba(207, 224, 238, 0.88);
}

body.single-product .myixi-model-matrix tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}

body.single-product .myixi-model-matrix tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}

body.single-product .myixi-model-matrix .col-model_no {
  width: 10.5%;
  font-weight: 780;
  color: #17324a;
}

body.single-product .myixi-model-matrix .col-output_voltage {
  width: 7.5%;
}

body.single-product .myixi-model-matrix .col-output_current {
  width: 7.8%;
}

body.single-product .myixi-model-matrix .col-max_power {
  width: 6.5%;
}

body.single-product .myixi-model-matrix .col-ac_plug_type {
  width: 15%;
}

body.single-product .myixi-model-matrix .col-dc_connector {
  width: 11%;
}

body.single-product .myixi-model-matrix .col-min_load {
  width: 7%;
}

body.single-product .myixi-model-matrix .col-max_load {
  width: 8%;
}

body.single-product .myixi-model-matrix .col-load_regulation,
body.single-product .myixi-model-matrix .col-line_regulation {
  width: 7%;
}

body.single-product .myixi-model-matrix .col-ripple_noise {
  width: 9%;
}

body.single-product .myixi-model-matrix .col-remark {
  width: 12%;
}

@media (max-width: 991px) {
  body.single-product .myixi-model-matrix {
    min-width: 1120px;
    table-layout: auto;
    font-size: 12px;
  }

  body.single-product .myixi-model-matrix thead th,
  body.single-product .myixi-model-matrix tbody td {
    padding: 13px 12px;
  }

  body.single-product .myixi-model-matrix .col-model_no {
    min-width: 120px;
  }

  body.single-product .myixi-model-matrix .col-ac_plug_type {
    min-width: 170px;
  }

  body.single-product .myixi-model-matrix .col-dc_connector {
    min-width: 130px;
  }

  body.single-product .myixi-model-matrix .col-remark {
    min-width: 150px;
  }
}

@media (max-width: 640px) {
  body.single-product .myixi-model-matrix {
    min-width: 1060px;
    font-size: 12px;
  }

  body.single-product .myixi-model-matrix thead th,
  body.single-product .myixi-model-matrix tbody td {
    padding: 12px 11px;
  }
}


/* ==================================================
   7. Product Highlights
   ================================================== */

body.single-product .myixi-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.single-product .myixi-highlight-card {
  background: #ffffff;
  border: 1px solid rgba(207, 224, 238, 0.95);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(23, 50, 74, 0.07);
  padding: 28px 28px 26px;
}

body.single-product .myixi-highlight-card .brxe-heading,
body.single-product .myixi-highlight-card h3,
body.single-product .myixi-highlight-card h4 {
  margin: 0 0 16px;
  color: #17324a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 760;
}

body.single-product .myixi-highlight-card ul {
  margin: 0;
  padding-left: 19px;
  color: #17324a;
  font-size: 14px;
  line-height: 1.82;
}

body.single-product .myixi-highlight-card li::marker {
  color: #055b90;
}


/* ==================================================
   8. Accordions / Ordering
   ================================================== */

body.single-product .myixi-accordion {
  display: grid;
  gap: 12px;
}

body.single-product .myixi-accordion__item {
  border: 1px solid rgba(207, 224, 238, 0.95);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(23, 50, 74, 0.055);
  overflow: hidden;
}

body.single-product .myixi-accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 16px 56px 16px 20px;
  color: #17324a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}

body.single-product .myixi-accordion__title::-webkit-details-marker {
  display: none;
}

body.single-product .myixi-accordion__title::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #eef6fb;
  color: #055b90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 760;
}

body.single-product .myixi-accordion__item[open] .myixi-accordion__title::after {
  content: "–";
}

body.single-product .myixi-accordion__content {
  padding: 0 20px 20px;
  color: #426079;
  font-size: 14px;
  line-height: 1.78;
}

body.single-product .myixi-accordion__content p {
  margin: 0 0 12px;
}

body.single-product .myixi-accordion__content p:last-child {
  margin-bottom: 0;
}

body.single-product .myixi-ordering-moq {
  margin-bottom: 12px;
  padding: 17px 20px;
  border: 1px solid rgba(207, 224, 238, 0.95);
  border-radius: 16px;
  background: #f7fbfe;
  color: #426079;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: 0 14px 42px rgba(23, 50, 74, 0.045);
}

body.single-product .myixi-ordering-moq strong {
  color: #17324a;
  font-weight: 760;
}


/* ==================================================
   9. Related Products
   ================================================== */

body.single-product .myixi-product-section--related,
body.single-product .myixi-product-section--related .brxe-product-related,
body.single-product .myixi-product-section--related .related.products,
body.single-product .myixi-product-section--related section.related.products {
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 0;
  overflow: hidden;
}

body.single-product .myixi-product-section--related ul.products,
body.single-product .myixi-product-section--related ul.products.columns-4,
body.single-product .myixi-product-section--related .brxe-product-related ul.products,
body.single-product .myixi-product-section--related section.related.products ul.products {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  align-items: stretch;
}

body.single-product .myixi-product-section--related ul.products li.product {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 100%;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  border: 1px solid #cfe0ee;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.single-product .myixi-product-section--related ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: #b8d2e6;
  box-shadow: 0 8px 18px rgba(23, 50, 74, 0.05) !important;
}

body.single-product .myixi-product-section--related ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-shadow: none !important;
  background: transparent;
}

body.single-product .myixi-product-section--related ul.products li.product img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 24px 24px 10px;
  margin: 0 !important;
  background: #ffffff;
  box-shadow: none !important;
  border: 0 !important;
}

body.single-product .myixi-product-section--related ul.products li.product .woocommerce-loop-product__title,
body.single-product .myixi-product-section--related ul.products li.product h2,
body.single-product .myixi-product-section--related ul.products li.product h3 {
  display: block;
  padding: 8px 24px 24px !important;
  margin: 0 !important;
  color: #055b90;
  font-size: 18px !important;
  line-height: 1.28 !important;
  letter-spacing: -0.015em;
  font-weight: 760 !important;
  word-break: normal;
  overflow-wrap: anywhere;
  hyphens: none;
  background: #ffffff;
}

body.single-product .myixi-product-section--related ul.products li.product .button,
body.single-product .myixi-product-section--related ul.products li.product .product_type_simple,
body.single-product .myixi-product-section--related ul.products li.product .show_details_button {
  display: none !important;
}


/* ==================================================
   10. Detail Sections Responsive
   ================================================== */

@media (max-width: 991px) {
  body.single-product .myixi-product-detail {
    padding: 54px 0 82px;
  }

  body.single-product .myixi-product-detail__container {
    width: min(760px, calc(100% - 36px));
  }

  body.single-product .myixi-product-section {
    margin-bottom: 58px;
  }

  body.single-product .myixi-product-section > .brxe-heading,
  body.single-product .myixi-product-section__title {
    margin-bottom: 26px;
  }

  body.single-product .myixi-highlight-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.single-product .myixi-product-section--related ul.products,
  body.single-product .myixi-product-section--related ul.products.columns-4,
  body.single-product .myixi-product-section--related .brxe-product-related ul.products,
  body.single-product .myixi-product-section--related section.related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.single-product .myixi-product-section--related ul.products li.product img {
    padding: 18px 18px 8px;
  }

  body.single-product .myixi-product-section--related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .myixi-product-section--related ul.products li.product h2,
  body.single-product .myixi-product-section--related ul.products li.product h3 {
    font-size: 16px !important;
    line-height: 1.32 !important;
    padding: 8px 18px 20px !important;
  }
}

@media (max-width: 640px) {
  body.single-product .myixi-product-detail {
    padding: 46px 0 72px;
  }

  body.single-product .myixi-product-detail__container {
    width: min(100% - 28px, 760px);
  }

  body.single-product .myixi-product-section {
    margin-bottom: 50px;
  }

  body.single-product .myixi-product-section > .brxe-heading,
  body.single-product .myixi-product-section__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  body.single-product .myixi-series-overview,
  body.single-product .myixi-product-section__intro,
  body.single-product .myixi-product-section--highlights > .brxe-text-basic {
    font-size: 14px;
  }

  body.single-product .myixi-series-overview p {
    margin-bottom: 18px;
  }

  body.single-product .myixi-model-matrix {
    min-width: 1060px;
    font-size: 12px;
  }

  body.single-product .myixi-model-matrix thead th,
  body.single-product .myixi-model-matrix tbody td {
    padding: 12px 11px;
  }

  body.single-product .myixi-highlight-card {
    padding: 22px 20px;
  }
}

@media (max-width: 480px) {
  body.single-product .myixi-product-section--related ul.products,
  body.single-product .myixi-product-section--related ul.products.columns-4,
  body.single-product .myixi-product-section--related .brxe-product-related ul.products,
  body.single-product .myixi-product-section--related section.related.products ul.products {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.single-product .myixi-product-section--related ul.products li.product {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    min-height: 128px;
    border-radius: 20px;
  }

  body.single-product .myixi-product-section--related ul.products li.product a.woocommerce-LoopProduct-link {
    display: contents !important;
  }

  body.single-product .myixi-product-section--related ul.products li.product img {
    width: 112px !important;
    height: 112px !important;
    aspect-ratio: 1 / 1;
    padding: 14px;
  }

  body.single-product .myixi-product-section--related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .myixi-product-section--related ul.products li.product h2,
  body.single-product .myixi-product-section--related ul.products li.product h3 {
    padding: 16px 16px 16px 4px !important;
    font-size: 16px !important;
    line-height: 1.32 !important;
  }
}


/* ==================================================
   Final polish: width rhythm + sharper radius
   ================================================== */

body.single-product {
  --myixi-product-page-max: 1280px;
  --myixi-product-page-gutter: clamp(32px, 6vw, 96px);
  --myixi-radius-large: 20px;
  --myixi-radius-card: 18px;
  --myixi-radius-small: 14px;
}

/* Unify hero and lower content width */
body.single-product .myixi-product-hero .brxe-breadcrumbs,
body.single-product .myixi-product-hero__title,
body.single-product .myixi-product-hero__grid,
body.single-product .myixi-product-detail__container {
  width: min(var(--myixi-product-page-max), calc(100% - var(--myixi-product-page-gutter)));
  max-width: var(--myixi-product-page-max);
}

/* Keep overview readable even after widening the page container */
body.single-product .myixi-series-overview {
  max-width: 900px;
}

/* Sharper hero cards */
body.single-product .myixi-product-hero__media {
  border-radius: var(--myixi-radius-large);
}

body.single-product .myixi-product-hero__media .flex-viewport {
  border-radius: var(--myixi-radius-card);
}

body.single-product .myixi-product-hero__media .woocommerce-product-gallery__image img {
  border-radius: var(--myixi-radius-small);
}

body.single-product .myixi-product-hero__media .flex-control-thumbs img,
body.single-product .myixi-product-hero__media .flex-control-thumbs li {
  border-radius: 12px;
}

/* Sharper summary card */
body.single-product .myixi-series-summary {
  border-radius: var(--myixi-radius-large);
}

/* Sharper table */
body.single-product .myixi-model-matrix thead th:first-child {
  border-top-left-radius: var(--myixi-radius-small);
}

body.single-product .myixi-model-matrix thead th:last-child {
  border-top-right-radius: var(--myixi-radius-small);
}

body.single-product .myixi-model-matrix tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--myixi-radius-small);
}

body.single-product .myixi-model-matrix tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--myixi-radius-small);
}

/* Sharper lower cards */
body.single-product .myixi-highlight-card,
body.single-product .myixi-product-section--related ul.products li.product {
  border-radius: var(--myixi-radius-card);
}

body.single-product .myixi-accordion__item,
body.single-product .myixi-ordering-moq {
  border-radius: var(--myixi-radius-small);
}

/* Mobile keeps enough breathing room */
@media (max-width: 991px) {
  body.single-product {
    --myixi-product-page-gutter: 36px;
  }
}

@media (max-width: 640px) {
  body.single-product {
    --myixi-product-page-gutter: 28px;
    --myixi-radius-large: 18px;
    --myixi-radius-card: 16px;
    --myixi-radius-small: 12px;
  }

  body.single-product .myixi-product-hero .brxe-breadcrumbs,
  body.single-product .myixi-product-hero__title,
  body.single-product .myixi-product-hero__grid,
  body.single-product .myixi-product-detail__container {
    width: min(100% - var(--myixi-product-page-gutter), 760px);
  }
}