.single-product .shop-page-title,
.single-product .product-main,
.single-product .product-footer {
  display: none !important;
}

.menkar-product-detail-page {
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 42%);
  color: #061634;
  padding: 20px 0 72px;
}

.menkar-product-detail-wrap {
  width: min(1430px, calc(100% - 48px));
  margin: 0 auto;
}

.menkar-product-breadcrumb {
  margin: 0 0 16px;
  color: #718096;
  font-size: 13px;
}

.menkar-product-breadcrumb a {
  color: #718096;
}

.menkar-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 36px;
  align-items: start;
}

.menkar-product-gallery,
.menkar-product-summary,
.menkar-product-promise,
.menkar-product-card-box,
.menkar-product-consult,
.menkar-product-description {
  border: 1px solid rgba(34, 58, 117, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 32px rgba(34, 58, 117, .09);
}

.menkar-product-gallery {
  padding: 14px;
}

.menkar-product-main-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.menkar-product-main-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.menkar-product-sale {
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 2;
  min-width: 62px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8b020;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.menkar-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.menkar-product-thumbs a {
  overflow: hidden;
  border: 2px solid #e0e7f4;
  border-radius: 12px;
  background: #fff;
  display: block;
}

.menkar-product-thumbs a:first-child {
  border-color: #f8b020;
}

.menkar-product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.menkar-product-summary {
  padding: 26px 28px;
}

.menkar-product-summary h1 {
  color: #061634;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 16px;
  letter-spacing: -.02em;
}

.menkar-product-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.menkar-product-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #223a75;
  font-size: 13px;
  font-weight: 700;
}

.menkar-product-trust span:nth-child(2) {
  background: #fff2dc;
  color: #bf6b00;
}

.menkar-product-trust span:nth-child(3) {
  background: #e9f9ee;
  color: #16853b;
}

.menkar-product-short {
  color: #27344d;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.menkar-product-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.menkar-product-feature-grid div {
  min-height: 102px;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 8px;
}

.menkar-product-feature-grid span {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.menkar-product-feature-grid strong {
  color: #223a75;
  font-size: 13.5px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.menkar-product-feature-grid em {
  color: #17233b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

.menkar-product-price-box {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 14px;
  background: #eaf5ff;
  padding: 18px 20px;
  margin: 0 0 16px;
}

.menkar-price-label {
  color: #061634;
  font-size: 16px;
  font-weight: 800;
}

.menkar-price-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.menkar-price-values del,
.menkar-price-values del .woocommerce-Price-amount {
  color: #8e98a8;
  font-size: 17px;
  font-weight: 600;
}

.menkar-price-values ins {
  text-decoration: none;
}

.menkar-price-values ins,
.menkar-price-values ins .woocommerce-Price-amount,
.menkar-price-values ins bdi {
  color: #d71920;
  font-size: 24px;
  font-weight: 900;
}

.menkar-detail-discount {
  height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 6px;
  background: #ed1c24;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.menkar-product-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.menkar-product-actions a {
  min-height: 58px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 8px 18px rgba(34, 58, 117, .16);
}

.menkar-product-actions a span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.menkar-product-actions a em {
  color: inherit;
  font-style: normal;
  line-height: 1.25;
  text-align: left;
}

.menkar-product-actions a strong {
  color: inherit;
  font-weight: 900;
}

.menkar-call-btn {
  background: #f8b020;
  color: #fff !important;
}

.menkar-zalo-btn {
  background: #223a75;
  color: #fff !important;
}

.menkar-zalo-btn span {
  background: #fff !important;
  color: #223a75 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  border: 2px solid rgba(255,255,255,.45);
}

.menkar-cart-btn {
  background: #fff !important;
  color: #223a75 !important;
  border: 1px solid #dce6f3;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.menkar-cart-btn span {
  background: #f2f6ff !important;
  color: #223a75 !important;
}

.menkar-cart-btn em,
.menkar-cart-btn strong {
  color: #223a75 !important;
}

.menkar-product-promise {
  margin: 24px 0;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.menkar-product-promise div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #e5ebf4;
  min-height: 54px;
}

.menkar-product-promise div:last-child {
  border-right: 0;
}

.menkar-product-promise span {
  font-size: 36px;
}

.menkar-product-promise strong {
  color: #071a3f;
  font-size: 16px;
  line-height: 1.25;
}

.menkar-product-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 24px;
  align-items: stretch;
}

.menkar-product-content-grid > .menkar-spec-box:only-child {
  grid-column: 1 / -1;
}

.menkar-product-video-box {
  width: 100%;
  margin: 0 0 22px;
  padding: 16px;
}

.menkar-product-video-box h2 {
  color: #223a75;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 11px;
}

.menkar-product-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf3ff, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(34, 58, 117, .08);
}

.menkar-product-video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.menkar-product-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.menkar-product-card-box {
  padding: 22px;
  min-height: 100%;
}

.menkar-product-card-box h2,
.menkar-product-consult h2,
.menkar-product-description h2 {
  color: #061634;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 16px;
}

.menkar-video-placeholder {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #dfeeff, #ffffff);
}

.menkar-video-placeholder img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  opacity: .72;
}

.menkar-video-placeholder span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: rgba(34, 58, 117, .72);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding-left: 4px;
}

.menkar-benefits-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menkar-benefits-box li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #15233b;
  font-size: 15px;
  line-height: 1.5;
}

.menkar-benefits-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0d71d9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.menkar-spec-box {
  background:
    radial-gradient(circle at top right, rgba(248, 176, 32, .13), transparent 34%),
    #ffffff;
}

.menkar-spec-list {
  display: grid;
  gap: 10px;
}

.menkar-spec-item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: stretch;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(34, 58, 117, .045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.menkar-spec-item:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 58, 117, .28);
  box-shadow: 0 10px 22px rgba(34, 58, 117, .09);
}

.menkar-spec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #eaf3fc, #f4f9ff);
  color: #061634;
  border-right: 1px solid #dce7f5;
}

.menkar-spec-label span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #223a75;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.menkar-spec-label strong {
  color: #061634;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.25;
  text-transform: uppercase;
}

.menkar-spec-value {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #21304d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.menkar-installed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.menkar-installed-grid span {
  min-height: 82px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 58, 117, .78), rgba(34, 58, 117, .95)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=700&q=70") center/cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.menkar-product-consult {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 30px;
  align-items: center;
  padding: 28px 48px;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .16), transparent 18%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, .10), transparent 16%),
    linear-gradient(135deg, #084ca7 0%, #063f94 45%, #052b68 100%);
  color: #fff;
}

.menkar-product-consult::before,
.menkar-product-consult::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.menkar-product-consult::before {
  right: 36%;
  top: -42px;
  width: 170px;
  height: 170px;
  border-radius: 34px;
  background: rgba(255, 255, 255, .055);
  transform: rotate(35deg);
}

.menkar-product-consult::after {
  right: -24px;
  bottom: -54px;
  width: 210px;
  height: 210px;
  border-radius: 46px;
  background: rgba(255, 255, 255, .045);
  transform: rotate(35deg);
}

.menkar-product-consult > div,
.menkar-consult-form {
  position: relative;
  z-index: 1;
}

.menkar-product-consult h2,
.menkar-product-consult p {
  color: #fff;
}

.menkar-product-consult h2 {
  font-size: 32px;
  line-height: 1.18;
  margin-bottom: 7px;
}

.menkar-product-consult p {
  font-size: 18px;
  margin-bottom: 18px;
}

.menkar-consult-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.menkar-consult-contact span {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 11px;
  min-height: 58px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  line-height: 1.35;
}

.menkar-consult-contact i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
}

.menkar-consult-contact span:first-child i {
  color: #f8b020;
  font-size: 22px;
}

.menkar-consult-contact span:nth-child(2) i {
  background: #fff;
  color: #223a75;
  font-size: 10px;
  border-radius: 9px;
}

.menkar-consult-contact span:nth-child(3) i {
  font-size: 22px;
}

.menkar-consult-contact em {
  color: #fff;
  font-style: normal;
}

.menkar-consult-contact strong {
  color: #fff;
  font-weight: 900;
}

.menkar-consult-form {
  border-radius: 16px;
  background: #fff;
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.menkar-consult-form .wpcf7 {
  margin: 0;
}

.menkar-consult-form form {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.menkar-consult-form p {
  margin: 0 !important;
}

.menkar-product-consult h3 {
  margin: 0 0 14px;
  color: #223a75;
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}

.menkar-product-consult .menkar-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 10px;
}

.menkar-product-consult .menkar-cf7-field {
  margin: 0 0 10px;
}

.menkar-product-consult .menkar-cf7-submit {
  margin: 0;
}

.menkar-product-consult input,
.menkar-product-consult textarea {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 9px;
  box-shadow: none;
  min-height: 40px;
  color: #061634;
  font-size: 14px;
}

.menkar-product-consult .wpcf7-form-control-wrap {
  display: block;
}

.menkar-product-consult textarea {
  min-height: 62px;
  resize: vertical;
  margin-top: 0;
}

.menkar-product-consult input[type="submit"] {
  width: 100%;
  min-height: 46px;
  margin-top: 0;
  border: 0;
  border-radius: 10px;
  background: #f8b020 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(248, 176, 32, .32);
}

.menkar-product-consult input[type="submit"]:disabled {
  opacity: .72;
  cursor: wait;
}

.menkar-product-consult .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

.menkar-product-consult .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 8px 10px !important;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.menkar-consult-message {
  min-height: 20px;
  margin: 10px 0 0 !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.menkar-consult-message.is-loading {
  color: #223a75;
}

.menkar-consult-message.is-success {
  color: #16853b;
}

.menkar-consult-message.is-error {
  color: #d71920;
}

.menkar-product-description {
  margin-top: 24px;
  padding: 26px;
}

.menkar-product-description img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .menkar-product-hero,
  .menkar-product-content-grid,
  .menkar-product-consult {
    grid-template-columns: 1fr;
  }

  .menkar-product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menkar-product-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menkar-product-promise div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .menkar-product-detail-wrap {
    width: min(100% - 20px, 1180px);
  }

  .menkar-product-summary {
    padding: 20px;
  }

  .menkar-product-summary h1 {
    font-size: 25px;
  }

  .menkar-product-actions,
  .menkar-consult-contact,
  .menkar-product-consult .menkar-cf7-row,
  .menkar-product-promise,
  .menkar-installed-grid {
    grid-template-columns: 1fr;
  }

  .menkar-product-promise div {
    border-right: 0;
    border-bottom: 1px solid #e5ebf4;
    padding-bottom: 12px;
  }
}

/* Compact typography for product detail content */
.menkar-product-summary h1 {
  color: #223a75;
  font-size: 27px;
  line-height: 1.16;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.menkar-product-short {
  color: #223a75;
  font-size: 13.5px;
  line-height: 1.58;
  margin-bottom: 14px;
}

.menkar-product-feature-grid {
  gap: 9px;
  margin-bottom: 14px;
}

.menkar-product-feature-grid div {
  min-height: 84px;
  padding: 8px 6px;
  border-radius: 10px;
}

.menkar-product-feature-grid span {
  font-size: 22px;
  margin-bottom: 6px;
}

.menkar-product-feature-grid strong {
  color: #223a75;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 2px;
}

.menkar-product-feature-grid em {
  font-size: 11px;
  line-height: 1.2;
}

.menkar-product-card-box {
  padding: 18px;
}

.menkar-product-card-box h2,
.menkar-product-consult h2,
.menkar-product-description h2 {
  color: #223a75;
  font-size: 20px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.menkar-product-consult h2 {
  color: #fff !important;
}

.menkar-benefits-box li {
  padding-left: 26px;
  margin-bottom: 9px;
  color: #14213d;
  font-size: 13.5px;
  line-height: 1.45;
}

.menkar-benefits-box li::before {
  width: 17px;
  height: 17px;
  font-size: 10px;
}

.menkar-spec-list {
  gap: 8px;
}

.menkar-spec-item {
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 45px;
  border-radius: 11px;
}

.menkar-spec-label {
  gap: 8px;
  padding: 9px 11px;
}

.menkar-spec-label span {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  border-radius: 7px;
  font-size: 12px;
}

.menkar-spec-label strong {
  color: #223a75;
  font-size: 12px;
  line-height: 1.18;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.menkar-spec-value {
  padding: 9px 12px;
  color: #14213d;
  font-size: 13px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

@media (max-width: 560px) {
  .menkar-product-summary h1 {
    font-size: 22px;
  }

  .menkar-spec-item {
    grid-template-columns: 1fr;
  }

  .menkar-spec-label {
    border-right: 0;
    border-bottom: 1px solid #dce7f5;
  }
}

/* Product image gallery slider */
.menkar-product-main-image img.menkar-gallery-main-img {
  will-change: transform, opacity;
  transition: opacity .18s ease, transform .18s ease;
}

.menkar-product-main-image img.menkar-gallery-main-img.is-changing {
  opacity: 0;
  transform: translateX(18px);
}

.menkar-product-thumbs a.menkar-product-thumb {
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.menkar-product-thumbs a.menkar-product-thumb:hover,
.menkar-product-thumbs a.menkar-product-thumb.is-active {
  border-color: #f8b020;
  box-shadow: 0 8px 18px rgba(34, 58, 117, .16);
  transform: translateY(-1px);
}

.menkar-product-thumbs a.menkar-product-thumb.is-active img {
  opacity: 1;
}

.menkar-product-thumbs a.menkar-product-thumb:not(.is-active) img {
  opacity: .82;
}
/* Wide product detail layout alignment */
@media (min-width: 1200px) {
  .menkar-product-detail-wrap {
    width: min(1430px, calc(100% - 48px));
  }

  .menkar-product-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 36px;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    width: 100%;
  }
}
/* Equal height product hero cards */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: stretch;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: 100%;
  }

  .menkar-product-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: auto;
  }

  .menkar-product-summary .menkar-product-price-box {
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
/* Compact desktop product gallery height */
@media (min-width: 992px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    aspect-ratio: 1.16 / 1;
    max-height: 620px;
    object-fit: contain;
  }

  .menkar-product-gallery {
    align-self: start;
  }

  .menkar-product-summary {
    align-self: stretch;
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    max-height: 590px;
  }
}
/* Compact reference-style product hero */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: start !important;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  .menkar-product-summary {
    display: block !important;
    padding: 24px 26px !important;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: 18px !important;
  }

  .menkar-product-summary .menkar-product-price-box {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    aspect-ratio: 1.18 / 1 !important;
    max-height: 520px !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs {
    gap: 9px !important;
    margin-top: 10px !important;
  }
}

@media (min-width: 1200px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    max-height: 500px !important;
  }
}
/* Product variant combo buttons */
.menkar-product-variants {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: start;
  margin: 0 0 16px;
}

.menkar-variant-label {
  color: #061634;
  font-size: 14px;
  font-weight: 800;
  line-height: 38px;
}

.menkar-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menkar-variant-option {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #d7e1f0;
  border-radius: 7px;
  background: #fff;
  color: #223a75;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.menkar-variant-option:hover,
.menkar-variant-option.is-active {
  border-color: #223a75;
  background: #f7faff;
  box-shadow: 0 6px 16px rgba(34, 58, 117, .12);
}

@media (max-width: 549px) {
  .menkar-product-variants {
    grid-template-columns: 1fr;
  }

  .menkar-variant-label {
    line-height: 1.3;
  }
}
/* Balanced equal product hero cards after variants */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: stretch !important;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: 100% !important;
    align-self: stretch !important;
  }

  .menkar-product-gallery {
    display: flex;
    flex-direction: column;
  }

  .menkar-product-main-image {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs {
    flex: 0 0 auto;
  }

  .menkar-product-summary {
    display: flex !important;
    flex-direction: column;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: auto !important;
  }
}
/* Final compact non-stretched product hero */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: start !important;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  .menkar-product-gallery {
    display: block !important;
  }

  .menkar-product-summary {
    display: block !important;
    padding: 24px 26px !important;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: 18px !important;
  }

  .menkar-product-main-image {
    display: block !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.2 / 1 !important;
    max-height: 500px !important;
    object-fit: contain !important;
  }
}

@media (min-width: 1200px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    max-height: 470px !important;
  }
}
/* Final equal compact product hero cards */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: stretch !important;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: 100% !important;
    align-self: stretch !important;
    min-height: 0 !important;
  }

  .menkar-product-gallery {
    display: flex !important;
    flex-direction: column !important;
  }

  .menkar-product-main-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs {
    flex: 0 0 auto !important;
  }

  .menkar-product-summary {
    display: flex !important;
    flex-direction: column !important;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: auto !important;
  }
}
/* Match hero by compacting left gallery not stretching right */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: start !important;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  .menkar-product-gallery {
    display: block !important;
  }

  .menkar-product-summary {
    display: block !important;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: 18px !important;
  }

  .menkar-product-main-image {
    display: block !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.45 / 1 !important;
    max-height: 390px !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs img {
    aspect-ratio: 1.12 / 1 !important;
  }
}

@media (min-width: 1400px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    max-height: 410px !important;
  }
}
/* Compact product variant spacing */
.menkar-product-variants {
  gap: 6px 10px !important;
  margin: 0 0 10px !important;
}

.menkar-variant-label {
  line-height: 34px !important;
}

.menkar-variant-options {
  gap: 6px 8px !important;
}

.menkar-variant-option {
  min-height: 34px !important;
  padding: 6px 12px !important;
}
/* Stretch only left gallery to summary height */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: stretch !important;
  }

  .menkar-product-summary {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
    display: block !important;
  }

  .menkar-product-summary .menkar-product-actions {
    margin-top: 18px !important;
  }

  .menkar-product-gallery {
    height: 100% !important;
    min-height: 0 !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .menkar-product-main-image {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs {
    flex: 0 0 auto !important;
  }
}
/* Final trim left gallery to match summary */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: start !important;
  }

  .menkar-product-summary {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
    display: block !important;
  }

  .menkar-product-gallery {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
    display: block !important;
  }

  .menkar-product-main-image {
    display: block !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.58 / 1 !important;
    max-height: 360px !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs {
    margin-top: 10px !important;
  }

  .menkar-product-thumbs img {
    aspect-ratio: 1.18 / 1 !important;
  }
}

@media (min-width: 1400px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    max-height: 375px !important;
  }
}
/* Final tune left gallery medium height */
@media (min-width: 992px) {
  .menkar-product-hero {
    align-items: start !important;
  }

  .menkar-product-gallery,
  .menkar-product-summary {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.24 / 1 !important;
    max-height: 500px !important;
    object-fit: contain !important;
  }

  .menkar-product-thumbs img {
    aspect-ratio: 1.12 / 1 !important;
  }
}

@media (min-width: 1400px) {
  .menkar-product-main-image img.menkar-gallery-main-img,
  .menkar-product-main-image > img {
    max-height: 515px !important;
  }
}