.maaab-product-detail-page {
  padding: 18px 0 64px;
  overflow: hidden;
  background: #f5f7fb;
}

.maaab-product-detail-page .maaab-breadcrumbs {
  margin-bottom: 8px;
}

.maaab-product-detail-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.maaab-product-detail-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #35608f;
  font-size: 12px;
  font-weight: 800;
}

.maaab-product-detail-card.product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  min-height: 0;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(19, 42, 76, .09);
}

.maaab-product-gallery {
  min-width: 0;
  padding: 32px;
  border-right: 1px solid #e5ebf3;
  background: linear-gradient(145deg, #f7f9fc 0%, #fff 74%);
}

.maaab-product-gallery-slider,
.maaab-product-gallery-slider .article-slide,
.maaab-product-gallery-slider .carousel-inner {
  width: 100%;
}

.maaab-product-gallery-stage {
  height: 455px;
  overflow: hidden;
  border: 1px solid #e6ecf3;
  border-radius: 16px;
  background: #fff;
}

.maaab-product-gallery-stage > .item,
.maaab-product-gallery-stage > .item > a {
  width: 100%;
  height: 100%;
}

.maaab-product-gallery-stage > .item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.maaab-product-gallery-stage .maaab-product-gallery-image {
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 405px;
  margin: auto;
  border: 0;
  object-fit: contain;
  box-shadow: none;
}

.maaab-product-thumbnails.carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: auto;
  margin: 14px 0 0;
  padding: 0;
  text-align: left;
}

.maaab-product-thumbnails.carousel-indicators li,
.maaab-product-thumbnails.carousel-indicators li.active {
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #d6dfeb;
  border-radius: 10px;
  background: #fff;
  text-indent: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.maaab-product-thumbnails.carousel-indicators li.active {
  border-color: var(--maaab-blue);
  box-shadow: 0 0 0 3px rgba(0, 87, 200, .1);
}

.maaab-product-thumbnails img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.maaab-gallery-control.carousel-control {
  top: calc(50% - 22px);
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9e2ed;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #263651;
  text-shadow: none;
  box-shadow: 0 8px 20px rgba(19, 42, 76, .12);
  opacity: 1;
}

.maaab-gallery-control.left {
  left: 14px;
}

.maaab-gallery-control.right {
  right: 14px;
}

.maaab-product-summary {
  min-width: 0;
  padding: 36px;
}

.maaab-product-summary-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #7b8799;
  font-size: 12px;
  font-weight: 800;
}

.maaab-product-summary-meta a {
  color: #35608f;
}

.maaab-product-summary h1 {
  margin: 0 0 7px;
  color: #111d33;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.02em;
}

.maaab-product-secondary-name {
  margin: 0 0 6px;
  color: #536177;
  font-size: 15px;
}

.maaab-product-code {
  margin: 0;
  color: #748096;
  font-size: 12px;
}

.maaab-product-code strong {
  color: #34425a;
  font-family: Consolas, Monaco, monospace;
  font-weight: 700;
}

.maaab-product-summary-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 7px 0 0;
  color: #5f6d83;
  font-size: 13px;
  line-height: 1.4;
}

.maaab-product-summary-unit strong {
  color: #223451;
  font-weight: 800;
}

.maaab-product-summary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 17px 0;
}

.maaab-product-summary-badges .maaab-stock-status,
.maaab-detail-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  margin: 0;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.maaab-detail-promo-badge {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}

.maaab-detail-price-panel {
  margin-bottom: 18px;
  padding: 17px 18px;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  background: #f6f9fd;
}

.maaab-detail-price-label {
  display: block;
  margin-bottom: 4px;
  color: #68758a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.maaab-product-summary .maaab-price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.maaab-product-summary .maaab-price-block .maaab-price {
  color: #111d33;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.maaab-product-summary .maaab-price-block .maaab-old-price {
  color: #d92d20;
  font-size: 14px;
  font-weight: 600;
}

.maaab-detail-promo-copy {
  margin: 7px 0 0;
  color: #68758a;
  font-size: 11.5px;
  line-height: 1.45;
}

.maaab-product-order-form {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #dce4ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(19, 42, 76, .06);
}

.maaab-product-order-form h2 {
  margin: 0 0 14px;
  color: #17243c;
  font-size: 17px;
  font-weight: 900;
}

.maaab-product-order-form .form-group {
  margin-bottom: 13px;
}

.maaab-detail-field label,
.maaab-detail-quantity > label {
  display: block;
  margin-bottom: 6px;
  color: #43516a;
  font-size: 11px;
  font-weight: 800;
}

.maaab-product-order-form .bootstrap-select,
.maaab-product-order-form select.form-control {
  width: 100% !important;
}

.maaab-product-order-form .bootstrap-select > .btn,
.maaab-product-order-form select.form-control {
  height: 44px;
  padding: 9px 12px;
  border: 1px solid #d2dce8;
  border-radius: 9px;
  background: #fbfcfe;
  color: #263651;
  box-shadow: none;
  font-size: 12px;
}

.maaab-detail-order-actions {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 46px;
  align-items: end;
  gap: 9px;
}

.maaab-detail-quantity .input-group {
  display: grid;
  grid-template-columns: 34px minmax(38px, 1fr) 34px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2dce8;
  border-radius: 10px;
}

.maaab-detail-quantity .input-group-addon,
.maaab-detail-quantity .quantity-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 46px;
  padding: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.maaab-detail-quantity .input-group-addon {
  color: #42516a;
}

.maaab-detail-add-cart,
.maaab-detail-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 10px;
  font-weight: 800;
}

.maaab-detail-add-cart {
  gap: 8px;
  border: 0;
  background: var(--maaab-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 87, 200, .2);
}

.maaab-detail-add-cart:hover,
.maaab-detail-add-cart:focus {
  background: var(--maaab-blue-dark);
  color: #fff;
}

.maaab-detail-wishlist {
  width: 46px;
  padding: 0;
  border: 1px solid #ccd8e6;
  background: #fff;
  color: var(--maaab-blue);
  font-size: 17px;
}

.maaab-detail-wishlist:hover,
.maaab-detail-wishlist:focus {
  border-color: #8eb5e4;
  background: #eef6ff;
  color: var(--maaab-blue-dark);
}

.maaab-detail-unavailable {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fff7f7;
  color: #991b1b;
}

.maaab-detail-unavailable i {
  margin-top: 2px;
}

.maaab-detail-unavailable strong,
.maaab-detail-unavailable span {
  display: block;
}

.maaab-detail-unavailable span {
  margin-top: 3px;
  font-size: 12px;
}

.maaab-product-service-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.maaab-product-service-points > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  background: #fbfcfe;
  color: #657288;
  font-size: 10.5px;
  line-height: 1.4;
}

.maaab-product-service-points i {
  margin-top: 2px;
  color: var(--maaab-orange);
  font-size: 17px;
}

.maaab-product-service-points span,
.maaab-product-service-points strong {
  display: block;
}

.maaab-product-service-points strong {
  margin-bottom: 2px;
  color: #263651;
  font-size: 11px;
}

.maaab-product-utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 15px;
}

.maaab-product-utility-actions button,
.maaab-product-utility-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: none;
  color: #35608f;
  font-size: 11.5px;
  font-weight: 800;
}

.maaab-product-information {
  margin-bottom: 30px;
  padding: 27px;
  border: 1px solid #dce4ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(19, 42, 76, .06);
}

.maaab-detail-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.maaab-detail-section-heading span {
  display: block;
  margin-bottom: 3px;
  color: var(--maaab-orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.maaab-detail-section-heading h2,
.maaab-product-detail-related .maaab-section-head h2 {
  margin: 0;
  color: #111d33;
  font-size: 25px;
  font-weight: 900;
}

.maaab-product-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 13px;
}

.maaab-product-facts > div {
  min-width: 0;
  padding: 13px 15px;
  border-right: 1px solid #e7ecf2;
  border-bottom: 1px solid #e7ecf2;
}

.maaab-product-facts dt {
  margin-bottom: 4px;
  color: #7a8799;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
}

.maaab-product-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #263651;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.maaab-product-facts dd a {
  color: #165ea8;
}

.maaab-fact-positive {
  color: #15803d !important;
}

.maaab-fact-negative {
  color: #b91c1c !important;
}

.maaab-product-variant-list {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 18px;
  color: #34425a;
}

.maaab-product-variant-list > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.maaab-product-variant-list span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #165ea8;
  font-size: 11px;
  font-weight: 800;
}

.maaab-detail-table-wrap,
.maaab-product-description-grid {
  margin-top: 22px;
}

.maaab-detail-table-wrap h3,
.maaab-product-description-grid h3 {
  margin: 0 0 11px;
  color: #17243c;
  font-size: 17px;
  font-weight: 900;
}

.maaab-detail-table-wrap {
  overflow-x: auto;
}

.maaab-detail-table {
  min-width: 540px;
  margin: 0;
  border: 1px solid #e1e7ef;
}

.maaab-detail-table > thead > tr > th {
  border-bottom: 1px solid #dbe3ed;
  background: #f5f8fc;
  color: #536177;
  font-size: 11px;
}

.maaab-detail-table > tbody > tr > td {
  border-top-color: #e8edf3;
  color: #34425a;
  font-size: 12px;
}

.maaab-product-description-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.maaab-product-description-grid > section {
  min-width: 0;
  padding: 18px;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  background: #fbfcfe;
}

.maaab-rich-copy {
  color: #536177;
  font-size: 13px;
  line-height: 1.7;
}

.maaab-rich-copy > :last-child {
  margin-bottom: 0;
}

.maaab-rich-copy img,
.maaab-rich-copy iframe,
.maaab-rich-copy table {
  max-width: 100%;
}

.maaab-product-detail-related {
  padding: 0;
}

.maaab-product-detail-related .maaab-section-head {
  margin-bottom: 14px;
}

.maaab-product-detail-related .maaab-product-grid {
  margin-bottom: 0;
}

.maaab-detail-view-product {
  grid-column: 1 / -1;
  text-decoration: none;
}

.maaab-product-lightbox .modal-content {
  overflow: visible;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .35);
}

.maaab-product-lightbox .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 18px;
}

.maaab-product-lightbox .modal-body img {
  max-width: 100%;
  height: auto;
}

.maaab-product-lightbox .close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #17243c;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .24);
  opacity: 1;
}

@media (max-width: 991px) {
  .maaab-product-detail-card.product {
    grid-template-columns: minmax(0, 1fr);
  }

  .maaab-product-gallery {
    border-right: 0;
    border-bottom: 1px solid #e5ebf3;
  }

  .maaab-product-gallery-stage {
    height: 410px;
  }

  .maaab-product-gallery-stage .maaab-product-gallery-image {
    max-height: 360px;
  }

  .maaab-product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .maaab-product-detail-page {
    padding: 8px 0 90px;
  }

  .maaab-product-detail-page .maaab-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .maaab-product-detail-nav {
    margin-bottom: 8px;
  }

  .maaab-product-detail-card.product {
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .maaab-product-gallery {
    padding: 13px;
  }

  .maaab-product-gallery-stage {
    height: 320px;
    border-radius: 12px;
  }

  .maaab-product-gallery-stage > .item > a {
    padding: 16px;
  }

  .maaab-product-gallery-stage .maaab-product-gallery-image {
    max-height: 285px;
  }

  .maaab-product-thumbnails.carousel-indicators {
    gap: 7px;
    margin-top: 10px;
  }

  .maaab-product-thumbnails.carousel-indicators li,
  .maaab-product-thumbnails.carousel-indicators li.active {
    width: 56px;
    height: 56px;
    border-radius: 8px;
  }

  .maaab-gallery-control.carousel-control {
    width: 38px;
    height: 38px;
  }

  .maaab-product-summary {
    padding: 20px 17px;
  }

  .maaab-product-summary h1 {
    font-size: 26px;
  }

  .maaab-product-summary .maaab-price-block .maaab-price {
    font-size: 30px;
  }

  .maaab-product-order-form {
    padding: 15px;
  }

  .maaab-detail-order-actions {
    grid-template-columns: 104px minmax(0, 1fr) 44px;
    gap: 7px;
  }

  .maaab-detail-add-cart,
  .maaab-detail-wishlist,
  .maaab-detail-quantity .input-group-addon,
  .maaab-detail-quantity .quantity-input {
    height: 44px;
  }

  .maaab-detail-wishlist {
    width: 44px;
  }

  .maaab-product-service-points,
  .maaab-product-description-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .maaab-product-information {
    margin-bottom: 23px;
    padding: 18px 14px;
    border-radius: 15px;
  }

  .maaab-detail-section-heading {
    margin-bottom: 14px;
  }

  .maaab-detail-section-heading h2,
  .maaab-product-detail-related .maaab-section-head h2 {
    font-size: 22px;
  }

  .maaab-product-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .maaab-product-facts > div {
    border-right: 0;
  }

  .maaab-product-variant-list {
    display: block;
  }

  .maaab-product-variant-list > div {
    margin-top: 8px;
  }

  .maaab-product-detail-related .maaab-section-head {
    align-items: flex-end;
  }

  .maaab-product-lightbox .close {
    top: 7px;
    right: 7px;
  }
}

@media (max-width: 360px) {
  .maaab-detail-order-actions {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .maaab-detail-wishlist {
    grid-column: 1 / -1;
    width: 100%;
  }
}
