@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");

.warehousechild-product-page {
  --abc-product-blue: #1565c0;
  --abc-product-navy: #0d3a6e;
  --abc-product-navy-dark: #081f3c;
  --abc-product-orange: #e8821a;
  --abc-product-orange-dark: #c96c0a;
  --abc-product-orange-light: #fff3e5;
  --abc-product-green: #16a34a;
  --abc-product-ink: #0f1b2d;
  --abc-product-muted: #475569;
  --abc-product-faint: #94a3b8;
  --abc-product-line: #e2e8f0;
  --abc-product-soft: #f8fafc;
  --abc-product-soft-strong: #f1f5f9;
  --abc-product-radius: 8px;
  --abc-product-radius-lg: 14px;
  --abc-product-radius-xl: 20px;
  --abc-product-shadow: 0 2px 12px rgba(13, 58, 110, 0.10), 0 1px 4px rgba(13, 58, 110, 0.06);
  --abc-product-shadow-md: 0 8px 32px rgba(13, 58, 110, 0.14), 0 2px 8px rgba(13, 58, 110, 0.08);
  max-width: 1320px;
  margin: 0 auto;
  padding: 36px 24px 0;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
}

/* 2026 product target alignment: product nuevo.html */
body.page-product {
  background: #fff;
}

body.page-product #wrapper {
  background: #fff;
}

body.page-product #wrapper .breadcrumb {
  background: var(--abc-product-soft, #f8fafc);
  border-bottom: 1px solid var(--abc-product-line, #e2e8f0);
  color: var(--abc-product-faint, #94a3b8);
}

body.page-product #wrapper .breadcrumb,
body.page-product #wrapper .breadcrumb a,
body.page-product #wrapper .breadcrumb li,
body.page-product #wrapper .breadcrumb span {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
}

body.page-product #wrapper .breadcrumb a {
  color: var(--abc-product-muted, #475569);
}

body.page-product #wrapper .breadcrumb a:hover {
  color: var(--abc-product-navy, #0d3a6e);
}

body.page-product #wrapper > .container:nth-of-type(2) {
  padding-top: 0;
}

.warehousechild-product-page .product-info-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 48px;
  row-gap: 34px;
  margin-bottom: 56px;
}

.warehousechild-product-gallery .row {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
}

.warehousechild-product-gallery .col-left-product-cover,
.warehousechild-product-gallery .product-cover {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-xl);
  background: var(--abc-product-soft-strong);
  box-shadow: none;
}

.warehousechild-product-gallery .product-cover {
  width: 100%;
  border: 0;
}

.warehousechild-product-gallery .product-cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 22px;
  object-fit: contain;
}

body.page-product .warehousechild-product-cover,
body.page-product .warehousechild-product-gallery .product-cover {
  position: relative;
}

body.page-product .warehousechild-product-flags,
body.page-product .warehousechild-product-cover .product-flags {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  z-index: 3;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  pointer-events: none;
}

body.page-product .warehousechild-product-flags .product-flag,
body.page-product .warehousechild-product-cover .product-flags .product-flag {
  position: static !important;
  display: inline-flex !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 3px 10px !important;
  border: 0 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

body.page-product .warehousechild-product-flags .product-flag.on-sale,
body.page-product .warehousechild-product-cover .product-flags .product-flag.on-sale {
  background: var(--abc-product-orange) !important;
}

body.page-product .warehousechild-product-flags .product-flag.new,
body.page-product .warehousechild-product-cover .product-flags .product-flag.new {
  background: var(--abc-product-blue) !important;
}

body.page-product .warehousechild-product-flags .product-flag.discount,
body.page-product .warehousechild-product-flags .product-flag.discount-percentage,
body.page-product .warehousechild-product-flags .product-flag.discount-amount,
body.page-product .warehousechild-product-cover .product-flags .product-flag.discount,
body.page-product .warehousechild-product-cover .product-flags .product-flag.discount-percentage,
body.page-product .warehousechild-product-cover .product-flags .product-flag.discount-amount {
  background: var(--abc-product-orange-light) !important;
  color: var(--abc-product-orange-dark) !important;
}

.warehousechild-product-gallery .product-cover,
.warehousechild-product-gallery .product-cover img,
.warehousechild-product-gallery .js-qv-product-cover {
  border-radius: var(--abc-product-radius-xl);
}

.warehousechild-product-thumbs .product-images,
.warehousechild-product-thumbs .swiper-wrapper {
  gap: 8px;
}

.warehousechild-product-thumbs img,
.warehousechild-product-thumbs .thumb {
  border: 2px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-soft-strong);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.warehousechild-product-thumbs img:hover,
.warehousechild-product-thumbs .thumb:hover,
.warehousechild-product-thumbs .selected img,
.warehousechild-product-thumbs .thumb.selected {
  border-color: var(--abc-product-blue);
  box-shadow: var(--abc-product-shadow);
}

.warehousechild-product-page .product_header_container {
  margin-bottom: 10px;
}

.warehousechild-product-page .product_header_container::before {
  content: "Consumo - Catálogo dental";
  display: block;
  margin-bottom: 10px;
  color: var(--abc-product-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.warehousechild-product-page .page-title {
  margin: 0 0 10px;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.15;
}

.warehousechild-product-page h1.page-title,
.warehousechild-product-page h1.page-title span {
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(23px, 2.1vw, 30px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.warehousechild-product-page h1.page-title,
.warehousechild-product-page h1.page-title span {
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 800 !important;
}

.warehousechild-product-page .product-description {
  margin: 0 0 16px;
  color: var(--abc-product-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.warehousechild-product-page .product-description,
.warehousechild-product-page .product-description * {
  font-family: "Manrope", Arial, sans-serif;
}

.warehousechild-product-page .product-description p {
  margin-bottom: 0.35em;
}

.warehousechild-product-highlights {
  gap: 7px;
  margin-bottom: 22px;
  color: var(--abc-product-muted);
  font-size: 14px;
  line-height: 1.35;
}

.warehousechild-product-highlight {
  gap: 8px;
}

.warehousechild-product-highlight-icon {
  color: var(--abc-product-orange);
  font-size: 14px;
}

.warehousechild-product-price-block {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--abc-product-line);
}

.warehousechild-product-page .current-price {
  color: var(--abc-product-navy-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.warehousechild-product-page .current-price .product-price,
.warehousechild-product-page .current-price .current-price-value,
.warehousechild-product-page .product-price.current-price-value {
  color: var(--abc-product-navy-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 800 !important;
}

/* Absolute final overrides: keep below every inherited product rule. */
body.page-product #wrapper .breadcrumb {
  width: 100vw !important;
  max-width: none !important;
  min-height: 39px;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 10px max(24px, calc((100vw - 1320px) / 2 + 24px)) !important;
}

@media (min-width: 1025px) {
  .warehousechild-product-page {
    width: calc(100% + 21px);
    margin-left: -11px;
  }
}

.warehousechild-product-page .product-description {
  display: -webkit-box;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.4;
}

.warehousechild-product-page .product-quantity {
  position: relative;
}

@media (min-width: 768px) {
  .warehousechild-product-page .product-quantity {
    grid-template-columns: 146px minmax(0, 1fr) !important;
    min-height: 52px;
  }

  .warehousechild-product-page .col-add-qty {
    min-width: 146px !important;
  }

  .warehousechild-product-page .bootstrap-touchspin {
    grid-template-columns: 44px 58px 44px !important;
    width: 146px !important;
    min-width: 146px !important;
  }

  .warehousechild-product-page #quantity_wanted {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 58px !important;
    border-right: 1.5px solid var(--abc-product-line);
    border-left: 1.5px solid var(--abc-product-line);
  }

  .warehousechild-product-page .input-group-btn-vertical {
    display: contents !important;
  }

  .warehousechild-product-page .bootstrap-touchspin .btn-touchspin {
    width: 44px !important;
    height: 52px !important;
    border: 0 !important;
    background: var(--abc-product-soft-strong);
    color: var(--abc-product-muted);
    font-size: 0;
  }

  .warehousechild-product-page .bootstrap-touchspin .btn-touchspin > * {
    display: none !important;
  }

  .warehousechild-product-page .bootstrap-touchspin-up {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  .warehousechild-product-page .bootstrap-touchspin-down {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .warehousechild-product-page .bootstrap-touchspin-up::before,
  .warehousechild-product-page .bootstrap-touchspin-down::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--abc-product-muted);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .warehousechild-product-page .bootstrap-touchspin-up::before {
    content: "+";
  }

  .warehousechild-product-page .bootstrap-touchspin-down::before {
    content: "-";
  }

  .warehousechild-product-page .col-add-wishlist,
  .warehousechild-product-page .col-add-compare {
    position: absolute;
    top: 64px;
    width: auto;
  }

  .warehousechild-product-page .col-add-wishlist {
    right: 58px;
  }

  .warehousechild-product-page .col-add-compare {
    right: 0;
  }
}

.warehousechild-product-doc-empty {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
}

body.page-product .warehousechild-product-add-to-cart {
  padding-top: 0 !important;
}

body.page-product .warehousechild-product-purchase-row {
  display: grid !important;
  grid-template-columns: 146px minmax(0, 1fr) !important;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  min-height: 52px;
  margin: 0 0 12px;
}

body.page-product .warehousechild-product-purchase-row .col-add-qty,
body.page-product .warehousechild-product-purchase-row .col-add-btn {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.page-product .warehousechild-product-purchase-row .qty,
body.page-product .warehousechild-product-purchase-row .add {
  height: 52px;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin {
  display: grid !important;
  grid-template-columns: 44px 58px 44px !important;
  width: 146px !important;
  min-width: 146px !important;
  height: 52px;
  overflow: hidden;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
}

body.page-product .warehousechild-product-purchase-row #quantity_wanted {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 58px !important;
  min-width: 58px !important;
  height: 52px;
  border-right: 1.5px solid var(--abc-product-line);
  border-left: 1.5px solid var(--abc-product-line);
}

body.page-product .warehousechild-product-purchase-row .input-group-btn-vertical {
  display: contents !important;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin .btn-touchspin {
  display: inline-flex !important;
  width: 44px !important;
  height: 52px !important;
  min-height: 52px !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: var(--abc-product-soft-strong);
  color: var(--abc-product-muted);
  font-size: 0;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin .btn-touchspin > * {
  display: none !important;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin-up {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin-down {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin-up::before,
body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin-down::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--abc-product-muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin-up::before {
  content: "+";
}

body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin-down::before {
  content: "-";
}

body.page-product .warehousechild-product-purchase-row .add-to-cart {
  width: 100%;
}

body.page-product .warehousechild-product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

body.page-product .warehousechild-product-secondary-actions .col-add-wishlist,
body.page-product .warehousechild-product-secondary-actions .col-add-compare {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-product .warehousechild-product-secondary-actions .btn {
  display: inline-flex;
  min-width: 0;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: 999px;
  background: #fff;
  color: var(--abc-product-muted);
  font-size: 13.5px;
  font-weight: 700;
}

@media (max-width: 600px) {
  body.page-product .warehousechild-product-purchase-row {
    grid-template-columns: 1fr !important;
  }

  body.page-product .warehousechild-product-purchase-row .bootstrap-touchspin {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  }

  body.page-product .warehousechild-product-purchase-row #quantity_wanted {
    width: 100% !important;
  }
}

/* Exact-product-page alignment pass. */
body.page-product #wrapper .breadcrumb {
  width: 100vw !important;
  max-width: none !important;
  min-height: 39px;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 10px max(24px, calc((100vw - 1320px) / 2 + 24px)) !important;
}

@media (min-width: 1025px) {
  .warehousechild-product-page {
    width: calc(100% + 21px);
    margin-left: -11px;
  }

  .warehousechild-product-page .product-info-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.warehousechild-product-page .product-description {
  display: -webkit-box;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.4;
}

.warehousechild-product-page .product-quantity {
  position: relative;
}

@media (min-width: 768px) {
  .warehousechild-product-page .product-quantity {
    grid-template-columns: 146px minmax(0, 1fr) !important;
    min-height: 52px;
  }

  .warehousechild-product-page .col-add-qty {
    min-width: 146px !important;
  }

  .warehousechild-product-page .bootstrap-touchspin {
    grid-template-columns: 44px 58px 44px !important;
    width: 146px !important;
    min-width: 146px !important;
  }

  .warehousechild-product-page #quantity_wanted {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 58px !important;
    border-right: 1.5px solid var(--abc-product-line);
    border-left: 1.5px solid var(--abc-product-line);
  }

  .warehousechild-product-page .input-group-btn-vertical {
    display: contents !important;
  }

  .warehousechild-product-page .bootstrap-touchspin .btn-touchspin {
    width: 44px !important;
    height: 52px !important;
    border: 0 !important;
    background: var(--abc-product-soft-strong);
    color: var(--abc-product-muted);
    font-size: 0;
  }

  .warehousechild-product-page .bootstrap-touchspin .btn-touchspin > * {
    display: none !important;
  }

  .warehousechild-product-page .bootstrap-touchspin-up {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  .warehousechild-product-page .bootstrap-touchspin-down {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .warehousechild-product-page .bootstrap-touchspin-up::before,
  .warehousechild-product-page .bootstrap-touchspin-down::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--abc-product-muted);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .warehousechild-product-page .bootstrap-touchspin-up::before {
    content: "+";
  }

  .warehousechild-product-page .bootstrap-touchspin-down::before {
    content: "-";
  }

  .warehousechild-product-page .col-add-wishlist,
  .warehousechild-product-page .col-add-compare {
    position: absolute;
    top: 64px;
    width: auto;
  }

  .warehousechild-product-page .col-add-wishlist {
    right: 58px;
  }

  .warehousechild-product-page .col-add-compare {
    right: 0;
  }
}

.warehousechild-product-doc-empty {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
}

.warehousechild-product-page .current-price .product-price,
.warehousechild-product-page .current-price .current-price-value,
.warehousechild-product-page .product-price.current-price-value {
  color: var(--abc-product-navy-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 800 !important;
}

.warehousechild-product-page .current-price::before {
  content: none;
}

.warehousechild-product-page .product-discount .regular-price {
  color: var(--abc-product-faint);
  font-size: 18px;
  font-weight: 500;
}

.warehousechild-product-page .badge-discount,
.warehousechild-product-page .discount {
  border-radius: 999px;
  background: var(--abc-product-orange-light) !important;
  color: var(--abc-product-orange-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.warehousechild-product-page .tax-shipping-delivery-label,
.warehousechild-product-page .product-unit-price,
.warehousechild-product-page .product-without-taxes,
.warehousechild-product-page .product-price-tax-included {
  color: var(--abc-product-faint) !important;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
}

.warehousechild-product-page .product-quantity {
  grid-template-columns: 128px minmax(180px, 1fr) 46px 46px !important;
  gap: 12px;
  margin-bottom: 12px;
}

.warehousechild-product-page .bootstrap-touchspin {
  height: 52px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
}

.warehousechild-product-page #quantity_wanted {
  height: 52px;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
}

.warehousechild-product-page .bootstrap-touchspin .btn-touchspin {
  background: var(--abc-product-soft-strong);
  color: var(--abc-product-muted);
}

.warehousechild-product-page .bootstrap-touchspin .btn-touchspin:hover,
.warehousechild-product-page .bootstrap-touchspin .btn-touchspin:focus {
  background: var(--abc-product-line);
  color: var(--abc-product-ink);
}

.warehousechild-product-page .add-to-cart {
  min-height: 52px;
  height: 52px;
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-blue);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.warehousechild-product-page .add-to-cart:hover,
.warehousechild-product-page .add-to-cart:focus {
  background: var(--abc-product-navy);
  box-shadow: var(--abc-product-shadow-md);
  transform: translateY(-1px);
}

.warehousechild-product-page .product-minimal-quantity {
  margin: -2px 0 16px;
  color: var(--abc-product-faint);
  font-size: 12px;
  line-height: 1.45;
}

.warehousechild-product-page .col-add-wishlist .btn,
.warehousechild-product-page .col-add-compare .btn {
  width: 46px;
  height: 52px;
  min-width: 46px;
  min-height: 52px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
  color: var(--abc-product-muted);
}

.warehousechild-product-page .col-add-wishlist .btn:hover,
.warehousechild-product-page .col-add-compare .btn:hover,
.warehousechild-product-page .col-add-wishlist .btn:focus,
.warehousechild-product-page .col-add-compare .btn:focus {
  border-color: var(--abc-product-navy);
  background: #fff;
  color: var(--abc-product-navy);
}

.warehousechild-product-trust-strip {
  gap: 14px 28px;
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-green);
  font-size: 13.5px;
  font-weight: 800;
}

.warehousechild-product-trust-strip span::before {
  color: #fff;
  font-size: 13px;
}

.warehousechild-product-page .abc-product-discounts {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #bbf7d0;
  border-radius: var(--abc-product-radius-lg);
  background: #f0fdf4;
  color: var(--abc-product-navy-dark);
  font-size: 14px;
}

.warehousechild-product-page .abc-product-discounts__label {
  color: var(--abc-product-orange-dark);
  font-weight: 800;
}

.warehousechild-product-cascade {
  width: 100%;
  margin-top: 0;
}

.warehousechild-product-tabs {
  max-width: 1320px;
  margin: 0 auto 58px;
  padding: 0 24px;
}

.warehousechild-product-tabs-nav {
  display: flex;
  gap: 0;
  margin-bottom: 36px;
  overflow-x: auto;
  border-bottom: 2px solid var(--abc-product-line);
  -webkit-overflow-scrolling: touch;
}

.warehousechild-product-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 -2px;
  padding: 14px 28px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--abc-product-faint);
  cursor: pointer;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.warehousechild-product-tab:hover,
.warehousechild-product-tab:focus {
  color: var(--abc-product-navy);
  outline: 0;
}

.warehousechild-product-tab.is-active {
  border-bottom-color: var(--abc-product-blue);
  color: var(--abc-product-navy);
}

.warehousechild-product-tab-panel[hidden] {
  display: none !important;
}

.warehousechild-product-tab-panel.is-active {
  display: block;
}

.warehousechild-product-desc-section {
  margin-bottom: 36px;
}

.warehousechild-product-desc-section:last-child {
  margin-bottom: 0;
}

.warehousechild-product-desc-section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--abc-product-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.warehousechild-product-desc-section h2::after {
  content: "";
  flex: 1 1 auto;
  height: 1.5px;
  background: var(--abc-product-line);
}

.warehousechild-product-section-content {
  max-width: none;
  color: var(--abc-product-muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.warehousechild-product-section-content h1,
.warehousechild-product-section-content h2,
.warehousechild-product-section-content h3,
.warehousechild-product-section-content h4 {
  color: var(--abc-product-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
}

.warehousechild-product-feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.warehousechild-product-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-soft);
  color: var(--abc-product-muted);
  font-size: 14px;
  line-height: 1.55;
}

.warehousechild-product-feature-card i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--abc-product-green);
}

.warehousechild-product-specs {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.warehousechild-product-spec-row {
  display: grid;
  grid-template-columns: minmax(180px, 40%) minmax(0, 1fr);
  border-bottom: 1px solid var(--abc-product-line);
}

.warehousechild-product-spec-row:nth-child(even) {
  background: var(--abc-product-soft);
}

.warehousechild-product-spec-row dt,
.warehousechild-product-spec-row dd {
  margin: 0;
  padding: 11px 16px;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.warehousechild-product-spec-row dt {
  background: transparent;
  color: var(--abc-product-navy);
  font-weight: 800;
  white-space: nowrap;
}

.warehousechild-product-spec-row dd {
  font-weight: 500;
}

.warehousechild-product-faq-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
}

.warehousechild-product-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border: 0;
  background: #fff;
  color: var(--abc-product-ink);
  cursor: pointer;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  transition: background 0.15s ease;
}

.warehousechild-product-faq-question:hover,
.warehousechild-product-faq-question:focus {
  background: var(--abc-product-soft);
  outline: 0;
}

.warehousechild-product-faq-question i {
  flex: 0 0 auto;
  color: var(--abc-product-blue);
  transition: transform 0.2s ease;
}

.warehousechild-product-faq-item.is-open .warehousechild-product-faq-question i {
  transform: rotate(180deg);
}

.warehousechild-product-faq-answer {
  padding: 0 20px 16px;
  color: var(--abc-product-muted);
  font-size: 14px;
  line-height: 1.7;
}

.warehousechild-product-docs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.warehousechild-product-doc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.warehousechild-product-doc-item:hover,
.warehousechild-product-doc-item:focus {
  border-color: var(--abc-product-blue);
  box-shadow: var(--abc-product-shadow);
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}

.warehousechild-product-doc-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--abc-product-radius);
  background: var(--abc-product-orange-light);
  color: var(--abc-product-orange-dark);
  font-size: 19px;
}

.warehousechild-product-doc-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
  color: var(--abc-product-muted);
  font-size: 13px;
  line-height: 1.45;
}

.warehousechild-product-doc-copy strong {
  color: var(--abc-product-ink);
  font-size: 15px;
  font-weight: 800;
}

.warehousechild-product-doc-download {
  margin-left: auto;
  color: var(--abc-product-blue);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.warehousechild-product-doc-download small {
  display: block;
  color: var(--abc-product-faint);
  font-weight: 600;
}

.warehousechild-product-related-section {
  width: calc(100vw - 17px);
  margin-left: calc(50% - 50vw + 8.5px);
  padding: 60px 0;
  overflow: hidden;
  background: #0a1f3c;
}

.warehousechild-product-related-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.warehousechild-product-related-eyebrow {
  margin-bottom: 8px;
  color: var(--abc-product-orange);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.warehousechild-product-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.warehousechild-product-related-head h2 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.warehousechild-product-related-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.warehousechild-product-related-link:hover,
.warehousechild-product-related-link:focus {
  color: #fff;
  text-decoration: none;
}

.warehousechild-selected-products.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.warehousechild-selected-products.products-grid::before,
.warehousechild-selected-products.products-grid::after {
  display: none;
}

.warehousechild-selected-products.products-grid > .js-product-miniature-wrapper {
  width: auto;
  max-width: none;
  padding: 0;
}

.warehousechild-product-related-section .product-miniature,
.warehousechild-product-related-section .product-miniature article,
.warehousechild-product-related-section article.product-miniature {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--abc-product-radius-xl);
  background: #112240;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.warehousechild-product-related-section .product-miniature:hover,
.warehousechild-product-related-section article.product-miniature:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: #162d52;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.warehousechild-product-related-section .thumbnail-container,
.warehousechild-product-related-section .product-thumbnail,
.warehousechild-product-related-section .product-thumbnail img {
  background: #0d1b35;
}

.warehousechild-product-related-section .product-thumbnail {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
}

.warehousechild-product-related-section .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.warehousechild-product-related-section .product-description,
.warehousechild-product-related-section .product-description-short,
.warehousechild-product-related-section .product-miniature .product-description {
  padding: 14px 14px 16px;
  background: transparent;
  color: #fff;
  font-size: 13.5px;
}

.warehousechild-product-related-section .product-title,
.warehousechild-product-related-section .product-title a,
.warehousechild-product-related-section .h3.product-title,
.warehousechild-product-related-section .h3.product-title a {
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.warehousechild-product-related-section .product-price-and-shipping,
.warehousechild-product-related-section .product-price,
.warehousechild-product-related-section .price {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.warehousechild-product-related-section .regular-price {
  color: rgba(255, 255, 255, 0.36);
  font-size: 12.5px;
}

.warehousechild-product-related-section .btn,
.warehousechild-product-related-section .add-to-cart,
.warehousechild-product-related-section .product-add-cart .btn {
  width: 100%;
  border: 0;
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-orange);
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
}

.warehousechild-product-related-section .btn:hover,
.warehousechild-product-related-section .add-to-cart:hover,
.warehousechild-product-related-section .product-add-cart .btn:hover {
  background: var(--abc-product-orange-dark);
  color: #fff;
}

@media (max-width: 1024px) {
  .warehousechild-product-page .product-info-row {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .warehousechild-selected-products.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .warehousechild-product-page {
    padding: 20px 16px 0;
  }

  .warehousechild-product-gallery .row {
    grid-template-columns: 1fr;
  }

  .warehousechild-product-thumbs {
    order: 2;
  }

  .warehousechild-product-thumbs .product-images,
  .warehousechild-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .warehousechild-product-thumbs .thumb-container,
  .warehousechild-product-thumbs .swiper-slide {
    flex: 0 0 60px;
  }

  .warehousechild-product-page .product-quantity {
    grid-template-columns: 118px minmax(0, 1fr) 46px 46px !important;
  }

  .warehousechild-product-tabs {
    padding: 0 16px;
  }

  .warehousechild-product-tab {
    padding: 12px 16px;
    font-size: 13.5px;
  }

  .warehousechild-product-feature-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .warehousechild-product-page .product-quantity {
    grid-template-columns: 1fr;
  }

  .warehousechild-product-page .col-add-qty,
  .warehousechild-product-page .bootstrap-touchspin,
  .warehousechild-product-page .col-add-wishlist .btn,
  .warehousechild-product-page .col-add-compare .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .warehousechild-product-page .col-add-wishlist .btn,
  .warehousechild-product-page .col-add-compare .btn {
    min-height: 46px;
    height: 46px;
  }

  .warehousechild-product-page .add-to-cart {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    white-space: normal;
  }

  .warehousechild-product-trust-strip {
    gap: 14px;
    justify-content: flex-start;
  }

  .warehousechild-product-spec-row {
    grid-template-columns: 1fr;
  }

  .warehousechild-product-spec-row dt {
    padding-bottom: 4px;
    white-space: normal;
  }

  .warehousechild-product-spec-row dd {
    padding-top: 4px;
  }

  .warehousechild-product-doc-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .warehousechild-product-doc-download {
    width: 100%;
    margin-left: 58px;
  }

  .warehousechild-selected-products.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .warehousechild-product-related-section {
    padding: 48px 0;
  }

  .warehousechild-product-related-inner {
    padding: 0 16px;
  }
}

.warehousechild-product-page .product-info-row {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  column-gap: 32px;
  align-items: start;
  margin-right: 0;
  margin-left: 0;
}

.warehousechild-product-page .product-info-row::before,
.warehousechild-product-page .product-info-row::after {
  display: none;
}

.warehousechild-product-page .col-product-image,
.warehousechild-product-page .col-product-info,
.warehousechild-product-page .product-sidebar {
  width: auto;
  max-width: none;
  flex: none;
  padding-right: 0;
  padding-left: 0;
}

.warehousechild-product-page .product-sidebar {
  display: none;
}

.warehousechild-product-gallery .row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
}

.warehousechild-product-gallery .col-left-product-thumbs,
.warehousechild-product-gallery .col-left-product-cover {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
}

.warehousechild-product-gallery .col-left-product-cover {
  min-height: 430px;
  border: 2px solid #a7a7a7;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.warehousechild-product-gallery .product-cover,
.warehousechild-product-gallery .product-cover img,
.warehousechild-product-gallery .js-qv-product-cover {
  border-radius: 20px;
}

.warehousechild-product-gallery .product-cover {
  background: #fff;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.warehousechild-product-gallery .product-cover img {
  display: block;
  width: 100%;
  height: 398px;
  max-height: 52vh;
  object-fit: contain;
}

.warehousechild-product-thumbs .product-images,
.warehousechild-product-thumbs .swiper-wrapper {
  display: grid;
  gap: 10px;
}

.warehousechild-product-thumbs .thumb-container,
.warehousechild-product-thumbs .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

.warehousechild-product-thumbs img,
.warehousechild-product-thumbs .thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 5px;
}

.warehousechild-product-page #col-product-info {
  padding-top: 2px;
}

.warehousechild-product-page .product-manufacturer {
  display: none;
}

.warehousechild-product-page .product_header_container {
  margin-bottom: 12px;
}

.warehousechild-product-page .page-title {
  margin: 0 0 14px;
  color: var(--abc-product-ink);
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.warehousechild-product-page .product-description {
  margin: 0 0 16px;
  color: var(--abc-product-ink);
  font-size: clamp(22px, 1.9vw, 30px);
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.warehousechild-product-page .product-description p {
  margin-bottom: 0.6em;
}

.warehousechild-product-highlights {
  display: grid;
  gap: 11px;
  margin: 0 0 16px;
  color: var(--abc-product-ink);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.2;
}

.warehousechild-product-highlight {
  display: flex;
  gap: 10px;
  align-items: center;
}

.warehousechild-product-highlight-icon {
  color: #f5a623;
  font-size: 1.15em;
  line-height: 1;
}

.warehousechild-product-price-block {
  margin: 0 0 14px;
}

.warehousechild-product-page .product-prices {
  margin: 0;
}

.warehousechild-product-page .current-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--abc-product-ink);
  font-size: clamp(24px, 1.75vw, 30px);
  font-weight: 500;
  line-height: 1.1;
}

.warehousechild-product-page .current-price::before {
  content: "\f0d6";
  display: inline-block;
  color: var(--abc-product-blue);
  font-family: FontAwesome;
  font-size: 0.85em;
}

.warehousechild-product-page .tax-shipping-delivery-label,
.warehousechild-product-page .product-unit-price,
.warehousechild-product-page .product-without-taxes {
  color: var(--abc-product-ink) !important;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.15;
}

.warehousechild-product-page .product-price-tax-included {
  margin-top: 4px;
  color: var(--abc-product-ink);
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.15;
}

.warehousechild-product-page .product-add-to-cart {
  padding-top: 0 !important;
}

.warehousechild-product-page .product-quantity {
  display: grid;
  grid-template-columns: 128px minmax(220px, 1fr) 44px 44px !important;
  gap: 10px;
  align-items: stretch;
  margin: 0 0 16px;
}

.warehousechild-product-page .col-add-qty,
.warehousechild-product-page .col-add-btn,
.warehousechild-product-page .col-add-wishlist,
.warehousechild-product-page .col-add-compare {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
}

.warehousechild-product-page .col-add-qty {
  min-width: 128px !important;
}

.warehousechild-product-page .qty,
.warehousechild-product-page .add {
  height: 100%;
}

.warehousechild-product-page .bootstrap-touchspin {
  display: grid !important;
  grid-template-columns: 98px 30px !important;
  width: 128px !important;
  min-width: 128px !important;
  height: 56px;
  overflow: hidden;
  border: 1px solid var(--abc-product-line);
  background: #fff;
}

.warehousechild-product-page .bootstrap-touchspin-prefix,
.warehousechild-product-page .bootstrap-touchspin-postfix {
  display: none !important;
}

.warehousechild-product-page #quantity_wanted {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  height: 56px;
  min-width: 88px !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0 8px !important;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.warehousechild-product-page #quantity_wanted::-webkit-outer-spin-button,
.warehousechild-product-page #quantity_wanted::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.warehousechild-product-page .input-group-btn-vertical {
  display: grid;
  grid-column: 2 !important;
  width: 30px !important;
  margin-left: 0 !important;
  border-left: 1px solid var(--abc-product-line);
}

.warehousechild-product-page .bootstrap-touchspin .btn-touchspin {
  display: flex !important;
  width: 30px;
  height: 28px !important;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: #f6f8fb;
  color: #1d2733;
  font-size: 13px;
  line-height: 1 !important;
}

.warehousechild-product-page .bootstrap-touchspin-up {
  border-bottom: 1px solid var(--abc-product-line);
}

.warehousechild-product-page .bootstrap-touchspin .btn-touchspin:hover,
.warehousechild-product-page .bootstrap-touchspin .btn-touchspin:focus {
  background: #eaf2ff;
  color: var(--abc-product-blue);
}

.warehousechild-product-page .add-to-cart {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 999px;
  background: var(--abc-product-blue);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.warehousechild-product-page .add-to-cart:hover,
.warehousechild-product-page .add-to-cart:focus {
  background: #0058bd;
}

.warehousechild-product-page .add-to-cart .bag-icon::before {
  content: "\f07a";
}

.warehousechild-product-page .col-add-wishlist .btn,
.warehousechild-product-page .col-add-compare .btn {
  display: inline-flex;
  width: 44px;
  height: 56px;
  min-width: 44px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #f6f8fb;
  color: #111;
  font-size: 16px;
  box-shadow: none;
}

.warehousechild-product-page .col-add-wishlist .btn:hover,
.warehousechild-product-page .col-add-compare .btn:hover,
.warehousechild-product-page .col-add-wishlist .btn:focus,
.warehousechild-product-page .col-add-compare .btn:focus {
  background: #eaf2ff;
  color: var(--abc-product-blue);
}

.warehousechild-product-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 11px 16px;
  background: var(--abc-product-green);
  color: #fff;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.15;
}

.warehousechild-product-trust-strip span::before {
  content: "\f00c";
  margin-right: 8px;
  color: #111;
  font-family: FontAwesome;
  font-weight: 400;
}

.warehousechild-product-page #block-reassurance,
.warehousechild-product-page .blockreassurance_product,
.warehousechild-product-page .reassurance {
  margin: 0 0 24px;
}

.warehousechild-product-page #block-reassurance ul,
.warehousechild-product-page .blockreassurance_product ul,
.warehousechild-product-page .reassurance ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 14px 18px;
  border: 0;
  background: var(--abc-product-green);
  color: #fff;
  font-size: clamp(18px, 1.45vw, 29px);
  line-height: 1.15;
}

.warehousechild-product-page #block-reassurance li,
.warehousechild-product-page .blockreassurance_product li,
.warehousechild-product-page .reassurance li {
  margin: 0;
  padding: 0;
  border: 0;
}

.warehousechild-product-page #block-reassurance li::before,
.warehousechild-product-page .blockreassurance_product li::before,
.warehousechild-product-page .reassurance li::before {
  content: "\f00c";
  margin-right: 8px;
  color: #111;
  font-family: FontAwesome;
}

.warehousechild-product-page #block-reassurance img,
.warehousechild-product-page .blockreassurance_product img,
.warehousechild-product-page .reassurance img {
  display: none;
}

.warehousechild-product-page .product-discounts,
.warehousechild-product-page .product-discounts table,
.warehousechild-product-page .product-discounts .table {
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-radius: 8px;
  background: var(--abc-product-soft);
  color: #05223c;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  overflow: hidden;
}

.warehousechild-product-page .abc-product-discounts {
  display: grid;
  gap: 4px;
  width: 100%;
  max-width: 800px;
  margin-top: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  background: #eef8f3;
  color: #00152d;
  font-size: 22px;
  line-height: 1.18;
}

.warehousechild-product-page .abc-product-discounts__row {
  display: grid;
  grid-template-columns: 90px 84px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.warehousechild-product-page .abc-product-discounts__label {
  color: #00a7a5;
  font-weight: 400;
}

.warehousechild-product-page .abc-product-discounts__price,
.warehousechild-product-page .abc-product-discounts__text strong {
  font-weight: 800;
}

.warehousechild-product-page .abc-product-discounts__text {
  min-width: 0;
}

.warehousechild-product-cascade {
  margin-top: 72px;
}

.warehousechild-product-section {
  max-width: 1120px;
  margin: 0 auto 76px;
}

.warehousechild-product-section-title {
  margin: 0 0 36px;
  padding-bottom: 22px;
  border-bottom: 4px solid #111;
  color: #111;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.warehousechild-product-section-title::before {
  content: "\f0f1";
  margin-right: 14px;
  color: #cfd8df;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-weight: 400;
}

.warehousechild-product-section-specs .warehousechild-product-section-title::before {
  content: "\f0ae";
}

.warehousechild-product-section-faq .warehousechild-product-section-title::before {
  content: "\f059";
}

.warehousechild-product-section-recommended .warehousechild-product-section-title::before {
  content: "\f046";
}

.warehousechild-product-section-selected .warehousechild-product-section-title::before {
  content: "\f06b";
}

.warehousechild-product-section-content {
  max-width: 980px;
  margin: 0 auto;
  color: #111;
  font-size: clamp(18px, 1.45vw, 30px);
  line-height: 1.48;
}

.warehousechild-product-section-content h1,
.warehousechild-product-section-content h2,
.warehousechild-product-section-content h3,
.warehousechild-product-section-content h4 {
  color: #111;
  font-weight: 800;
  letter-spacing: 0;
}

.warehousechild-product-section-content ul,
.warehousechild-product-text-lines {
  padding-left: 1.25em;
}

.warehousechild-product-section-content li {
  margin-bottom: 0.38em;
}

.warehousechild-product-specs {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #f5fbf8;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.warehousechild-product-spec-row {
  display: grid;
  grid-template-columns: minmax(160px, 34%) minmax(0, 1fr);
  border-bottom: 1px solid #dce9e4;
}

.warehousechild-product-spec-row:last-child {
  border-bottom: 0;
}

.warehousechild-product-spec-row dt,
.warehousechild-product-spec-row dd {
  margin: 0;
  padding: 18px 22px;
  color: #111;
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.35;
}

.warehousechild-product-spec-row dt {
  background: #eaf6f1;
  font-weight: 800;
}

.warehousechild-product-spec-row dd {
  font-weight: 500;
}

.warehousechild-selected-products.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-right: 0;
  margin-left: 0;
}

.warehousechild-selected-products.products-grid::before,
.warehousechild-selected-products.products-grid::after {
  display: none;
}

.warehousechild-selected-products.products-grid > * {
  width: auto;
  max-width: none;
  flex: none;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .warehousechild-product-page .product-info-row {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .warehousechild-product-gallery .row {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
  }

  .warehousechild-product-page .product-quantity {
    grid-template-columns: 118px minmax(0, 1fr) 44px 44px !important;
  }

  .warehousechild-product-page .col-add-qty,
  .warehousechild-product-page .bootstrap-touchspin {
    width: 118px !important;
    min-width: 118px !important;
  }

  .warehousechild-product-page .bootstrap-touchspin {
    grid-template-columns: 88px 30px !important;
  }

  .warehousechild-product-page #quantity_wanted {
    width: 100% !important;
    max-width: none !important;
    min-width: 86px !important;
  }
}

@media (max-width: 575px) {
  .warehousechild-product-page {
    padding: 0 12px;
  }

  .warehousechild-product-gallery .row {
    grid-template-columns: 1fr;
  }

  .warehousechild-product-thumbs .product-images,
  .warehousechild-product-thumbs .swiper-wrapper {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .warehousechild-product-thumbs .thumb-container,
  .warehousechild-product-thumbs .swiper-slide {
    flex: 0 0 72px;
  }

  .warehousechild-product-gallery .product-cover,
  .warehousechild-product-gallery .col-left-product-cover,
  .warehousechild-product-gallery .product-cover img,
  .warehousechild-product-gallery .js-qv-product-cover {
    border-radius: 16px;
  }

  .warehousechild-product-gallery .col-left-product-cover,
  .warehousechild-product-gallery .product-cover {
    min-height: 330px;
  }

  .warehousechild-product-gallery .product-cover img {
    height: 310px;
  }

  .warehousechild-product-page .product-quantity {
    grid-template-columns: 112px minmax(0, 1fr) 44px 44px !important;
    gap: 8px;
  }

  .warehousechild-product-page .col-add-qty,
  .warehousechild-product-page .bootstrap-touchspin {
    width: 112px !important;
    min-width: 112px !important;
  }

  .warehousechild-product-page .bootstrap-touchspin {
    grid-template-columns: 82px 30px !important;
  }

  .warehousechild-product-page #quantity_wanted,
  .warehousechild-product-page .bootstrap-touchspin,
  .warehousechild-product-page .add-to-cart,
  .warehousechild-product-page .col-add-wishlist .btn,
  .warehousechild-product-page .col-add-compare .btn {
    min-height: 52px;
    height: 52px;
  }

  .warehousechild-product-page #quantity_wanted {
    width: 100% !important;
    max-width: none !important;
    min-width: 80px !important;
    padding: 0 8px !important;
    font-size: 17px;
  }

  .warehousechild-product-page .bootstrap-touchspin .btn-touchspin {
    height: 26px !important;
  }

  .warehousechild-product-page .add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .warehousechild-product-page .abc-product-discounts {
    max-width: none;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .warehousechild-product-page .abc-product-discounts__row {
    grid-template-columns: 52px 56px minmax(0, 1fr);
    gap: 6px;
  }

  .warehousechild-product-page #block-reassurance ul,
  .warehousechild-product-page .blockreassurance_product ul,
  .warehousechild-product-page .reassurance ul {
    justify-content: flex-start;
    font-size: 17px;
  }

  .warehousechild-product-cascade {
    margin-top: 44px;
  }

  .warehousechild-product-section {
    margin-bottom: 52px;
  }

  .warehousechild-product-section-title {
    margin-bottom: 26px;
    padding-bottom: 16px;
    text-align: left;
  }

  .warehousechild-product-section-title::before {
    margin-right: 8px;
  }

  .warehousechild-product-spec-row {
    grid-template-columns: 1fr;
  }

  .warehousechild-selected-products.products-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Final product nuevo alignment overrides. Keep this block last. */
.warehousechild-product-page {
  padding: 18px 24px 0;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
}

body.page-product #wrapper > .container:nth-of-type(2) {
  padding-top: 0 !important;
}

.warehousechild-product-page .product-info-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 48px;
  row-gap: 34px;
  margin-bottom: 56px;
}

.warehousechild-product-gallery .col-left-product-cover,
.warehousechild-product-gallery .product-cover {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-xl);
  background: var(--abc-product-soft-strong);
}

.warehousechild-product-gallery .product-cover {
  width: 100%;
  border: 0;
}

.warehousechild-product-gallery .product-cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 22px;
  object-fit: contain;
}

.warehousechild-product-gallery .product-cover,
.warehousechild-product-gallery .product-cover img,
.warehousechild-product-gallery .js-qv-product-cover {
  border-radius: var(--abc-product-radius-xl);
}

.warehousechild-product-thumbs img,
.warehousechild-product-thumbs .thumb {
  border: 2px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-soft-strong);
}

.warehousechild-product-page .product_header_container::before {
  content: "Consumo - Catálogo dental";
  display: block;
  margin-bottom: 10px;
  color: var(--abc-product-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.warehousechild-product-page .page-title {
  margin: 0 0 10px;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.15;
}

.warehousechild-product-page .product-description {
  margin: 0 0 16px;
  color: var(--abc-product-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.warehousechild-product-page .product-description p {
  margin-bottom: 0.35em;
}

.warehousechild-product-highlights {
  gap: 7px;
  margin-bottom: 22px;
  color: var(--abc-product-muted);
  font-size: 14px;
  line-height: 1.35;
}

.warehousechild-product-highlight-icon {
  color: var(--abc-product-orange);
  font-size: 14px;
}

.warehousechild-product-price-block {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--abc-product-line);
}

.warehousechild-product-page .current-price {
  color: var(--abc-product-navy-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.warehousechild-product-page .current-price::before {
  content: none;
}

.warehousechild-product-page .tax-shipping-delivery-label,
.warehousechild-product-page .product-unit-price,
.warehousechild-product-page .product-without-taxes,
.warehousechild-product-page .product-price-tax-included {
  color: var(--abc-product-faint) !important;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
}

.warehousechild-product-page .product-quantity {
  grid-template-columns: 128px minmax(180px, 1fr) 46px 46px !important;
  gap: 12px;
  margin-bottom: 12px;
}

.warehousechild-product-page .bootstrap-touchspin,
.warehousechild-product-page #quantity_wanted,
.warehousechild-product-page .add-to-cart {
  min-height: 52px;
  height: 52px;
}

.warehousechild-product-page .bootstrap-touchspin {
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
}

.warehousechild-product-page #quantity_wanted {
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
}

.warehousechild-product-page .add-to-cart {
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-blue);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.warehousechild-product-page .add-to-cart:hover,
.warehousechild-product-page .add-to-cart:focus {
  background: var(--abc-product-navy);
  box-shadow: var(--abc-product-shadow-md);
  transform: translateY(-1px);
}

.warehousechild-product-page .col-add-wishlist .btn,
.warehousechild-product-page .col-add-compare .btn {
  width: 46px;
  height: 52px;
  min-width: 46px;
  min-height: 52px;
  border: 1.5px solid var(--abc-product-line);
  border-radius: var(--abc-product-radius-lg);
  background: #fff;
  color: var(--abc-product-muted);
}

.warehousechild-product-trust-strip {
  gap: 14px 28px;
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: var(--abc-product-radius-lg);
  background: var(--abc-product-green);
  font-size: 13.5px;
  font-weight: 800;
}

.warehousechild-product-cascade {
  margin-top: 0;
}

.warehousechild-product-tabs {
  max-width: 1320px;
  margin: 0 auto 58px;
  padding: 0 24px;
}

.warehousechild-product-section-content {
  max-width: none;
  color: var(--abc-product-muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.warehousechild-product-specs {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.warehousechild-product-spec-row {
  grid-template-columns: minmax(180px, 40%) minmax(0, 1fr);
  border-bottom: 1px solid var(--abc-product-line);
}

.warehousechild-product-spec-row:nth-child(even) {
  background: var(--abc-product-soft);
}

.warehousechild-product-spec-row dt,
.warehousechild-product-spec-row dd {
  padding: 11px 16px;
  color: var(--abc-product-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.warehousechild-product-spec-row dt {
  background: transparent;
  color: var(--abc-product-navy);
  font-weight: 800;
  white-space: nowrap;
}

.warehousechild-selected-products.products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

@media (max-width: 1024px) {
  .warehousechild-product-page .product-info-row {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .warehousechild-selected-products.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .warehousechild-product-page {
    padding: 20px 16px 0;
  }

  .warehousechild-product-gallery .row {
    grid-template-columns: 1fr;
  }

  .warehousechild-product-thumbs .product-images,
  .warehousechild-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .warehousechild-product-thumbs .thumb-container,
  .warehousechild-product-thumbs .swiper-slide {
    flex: 0 0 60px;
  }

  .warehousechild-product-tabs {
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .warehousechild-product-page .product-quantity {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .warehousechild-product-page .col-add-qty,
  .warehousechild-product-page .bootstrap-touchspin,
  .warehousechild-product-page .col-add-wishlist .btn,
  .warehousechild-product-page .col-add-compare .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .warehousechild-product-page .col-add-qty,
  .warehousechild-product-page .col-add-btn {
    grid-column: 1 / -1;
  }

  .warehousechild-product-page .add-to-cart {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    white-space: normal;
  }

  .warehousechild-product-spec-row {
    grid-template-columns: 1fr;
  }

  .warehousechild-product-spec-row dt {
    white-space: normal;
  }

  .warehousechild-selected-products.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

.warehousechild-product-page h1.page-title,
.warehousechild-product-page h1.page-title span {
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(20px, 2.2vw, 30px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.warehousechild-product-page h1.page-title.warehousechild-page-title-long,
.warehousechild-product-page h1.page-title.warehousechild-page-title-long span {
  font-size: clamp(22px, 1.65vw, 28px) !important;
}

@media (min-width: 1025px) {
  .warehousechild-product-tabs {
    width: calc(100% + 21px);
    margin-left: -11px;
    margin-right: 0;
  }
}

.warehousechild-product-related-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (min-width: 1025px) {
  body.page-product #wrapper .breadcrumb,
  .warehousechild-product-related-section {
    width: calc(100vw - 15px) !important;
    margin-left: calc((100vw - 15px - 100%) / -2) !important;
    margin-right: 0 !important;
  }
}

.warehousechild-product-page .product_header_container::before {
  content: none !important;
  display: none !important;
}

.warehousechild-product-meta {
  display: block;
  margin-bottom: 10px;
  color: var(--abc-product-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.warehousechild-product-meta-separator {
  margin: 0 6px;
  color: var(--abc-product-faint);
}

@media (min-width: 1025px) {
  .warehousechild-product-page .product-information > .product-description {
    transform: translateY(-27px);
  }

  .warehousechild-product-page .product-information > .warehousechild-product-highlights {
    height: 45px;
    max-height: 45px;
    overflow: visible;
    transform: translateY(-28px);
  }

  .warehousechild-product-page .product-info-row {
    height: 528px;
    max-height: 528px;
  }

  .warehousechild-product-page {
    margin-left: -10px;
  }

  .warehousechild-product-tabs {
    margin-left: -10px;
    margin-bottom: 96px;
  }

  .warehousechild-product-purchase-row {
    margin-top: 7px !important;
    margin-bottom: -2px !important;
  }

  .warehousechild-product-add-to-cart {
    transform: translateY(7px);
  }

  .warehousechild-product-trust-strip {
    transform: translateY(-7px);
  }

  .warehousechild-product-tabs-nav {
    min-height: 52px;
  }

  .warehousechild-product-tabs-content,
  .warehousechild-product-tab-panel:not([hidden]) {
    min-height: 563px;
  }

  .warehousechild-product-related-section {
    min-height: 710px;
  }

  .warehousechild-product-related-section .warehousechild-selected-products {
    min-height: 477px;
  }

  .warehousechild-product-meta {
    transform: translateY(-2px);
  }

  .warehousechild-product-page h1.page-title {
    transform: translateY(1px);
  }
}

@media (max-width: 767px) {
  body.page-product {
    overflow-x: hidden;
  }

  .warehousechild-product-page {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .warehousechild-product-page .product-info-row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .warehousechild-product-page .col-product-image,
  .warehousechild-product-page .col-product-info {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .warehousechild-product-gallery,
  .warehousechild-product-gallery > .row,
  .warehousechild-product-page .product_header_container,
  .warehousechild-product-page .product-information,
  .warehousechild-product-page .product-description,
  .warehousechild-product-page .warehousechild-product-highlights,
  .warehousechild-product-page .warehousechild-product-price-block,
  .warehousechild-product-page .product-actions,
  .warehousechild-product-page #add-to-cart-or-refresh,
  .warehousechild-product-page .warehousechild-product-add-to-cart,
  .warehousechild-product-page .warehousechild-product-purchase-row,
  .warehousechild-product-page .warehousechild-product-secondary-actions,
  .warehousechild-product-page .product-minimal-quantity,
  .warehousechild-product-page .warehousechild-product-trust-strip {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.warehousechild-product-page .product-description {
  font-size: 15px;
  line-height: 1.34;
}

.warehousechild-product-page .current-price .product-price,
.warehousechild-product-page .current-price .current-price-value,
.warehousechild-product-page .product-price.current-price-value {
  color: var(--abc-product-navy-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 800 !important;
}

/* Product nuevo related-card format. Keep this scoped to product related items. */
.warehousechild-product-related-section {
  --abc-product-blue: #1565c0;
  --abc-product-orange: #e8821a;
  --abc-product-orange-dark: #c96c0a;
}

.warehousechild-product-related-section .warehousechild-product-related-eyebrow {
  color: var(--abc-product-orange);
  opacity: 1;
}

.warehousechild-product-related-section .warehousechild-selected-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.warehousechild-related-card {
  display: flex;
  min-width: 0;
  height: 477px;
  min-height: 477px;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d9e2ee;
  border-radius: 18px;
  background: #fff;
  color: #001b3d;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.warehousechild-related-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: #162d52;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.warehousechild-related-card-media {
  position: relative;
  display: flex;
  height: 304px;
  min-height: 304px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background: #eef2f6;
  color: #8ea0ba;
  text-decoration: none;
}

.warehousechild-related-card-media picture {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.warehousechild-related-card-media img {
  width: auto;
  max-width: 82%;
  height: auto;
  max-height: 82%;
  object-fit: contain;
}

.warehousechild-related-card-badges {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.warehousechild-related-card-badge {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  border-radius: 999px;
  padding: 3px 10px;
  background: var(--abc-product-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.warehousechild-related-card-body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 14px 14px;
  background: #fff;
  transition: background 0.2s ease;
}

.warehousechild-related-card:hover .warehousechild-related-card-body {
  background: transparent;
}

.warehousechild-related-card-category {
  min-height: 15px;
  margin-bottom: 8px;
  color: var(--abc-product-orange);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.2;
  text-transform: uppercase;
}

.warehousechild-product-related-section .warehousechild-related-card-category {
  color: var(--abc-product-orange) !important;
}

.warehousechild-related-card-title {
  min-height: 38px;
  margin: 0 0 8px;
  color: #001b3d;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.warehousechild-related-card-title a {
  color: inherit;
  text-decoration: none;
}

.warehousechild-related-card-title a:hover,
.warehousechild-related-card-title a:focus {
  color: var(--abc-product-blue);
  text-decoration: none;
}

.warehousechild-related-card-price-row {
  display: flex;
  min-height: 31px;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: #001b3d;
  font-family: "Manrope", Arial, sans-serif;
}

.warehousechild-related-card-price {
  color: #001b3d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.warehousechild-related-card-regular-price {
  color: #9aa7b7;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.warehousechild-related-card-discount {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  border-radius: 999px;
  padding: 3px 9px;
  background: #ffdfbd;
  color: var(--abc-product-orange-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.warehousechild-related-card-action {
  margin-top: auto;
}

.warehousechild-related-card-action form {
  margin: 0;
}

.warehousechild-related-card-button {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e2ee;
  border-radius: 12px;
  background: #f8fafc;
  color: #003268;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.warehousechild-related-card-button:hover,
.warehousechild-related-card-button:focus {
  border-color: var(--abc-product-blue);
  background: #fff;
  color: var(--abc-product-blue);
  text-decoration: none;
}

.warehousechild-product-related-section .warehousechild-related-card-button,
.warehousechild-product-related-section .warehousechild-related-card-button.add-to-cart {
  border: 1px solid #d9e2ee !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  color: #003268 !important;
  box-shadow: none !important;
}

.warehousechild-product-related-section .warehousechild-related-card-button:hover,
.warehousechild-product-related-section .warehousechild-related-card-button:focus,
.warehousechild-product-related-section .warehousechild-related-card-button.add-to-cart:hover,
.warehousechild-product-related-section .warehousechild-related-card-button.add-to-cart:focus {
  border-color: var(--abc-product-blue) !important;
  background: #fff !important;
  color: var(--abc-product-blue) !important;
}

@media (max-width: 1024px) {
  .warehousechild-product-related-section .warehousechild-selected-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .warehousechild-product-related-section .warehousechild-selected-products {
    grid-template-columns: 1fr;
  }

  .warehousechild-related-card {
    height: auto;
    min-height: 0;
  }
}

/* Product top typography: align the live PrestaShop block with producto nuevo.html. */
body.page-product .warehousechild-product-page .product_header_container {
  margin-bottom: 10px !important;
}

body.page-product .warehousechild-product-page .product_header_container::before {
  content: none !important;
  display: none !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-meta,
body.page-product .warehousechild-product-page .warehousechild-product-meta span {
  color: var(--abc-product-blue) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-meta {
  margin: 0 0 10px !important;
  transform: none !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-meta-separator {
  margin: 0 6px !important;
  color: var(--abc-product-blue) !important;
  opacity: 0.75;
}

body.page-product .warehousechild-product-page h1.page-title,
body.page-product .warehousechild-product-page h1.page-title span {
  margin: 0 0 10px !important;
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(20px, 2.2vw, 30px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.4px !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  transform: none !important;
}

body.page-product .warehousechild-product-page h1.page-title.warehousechild-page-title-long,
body.page-product .warehousechild-product-page h1.page-title.warehousechild-page-title-long span {
  font-size: clamp(20px, 2.2vw, 30px) !important;
}

body.page-product .warehousechild-product-page .product-information > .product-description {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: 45px !important;
  margin: 0 0 16px !important;
  overflow: hidden !important;
  color: var(--abc-product-navy) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.page-product .warehousechild-product-page .product-information > .product-description,
body.page-product .warehousechild-product-page .product-information > .product-description * {
  color: var(--abc-product-navy) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

body.page-product .warehousechild-product-page .product-information > .product-description p {
  margin: 0 !important;
  border: 0 !important;
}

body.page-product .warehousechild-product-page .product-information > .warehousechild-product-highlights {
  display: flex !important;
  height: auto !important;
  max-height: none !important;
  flex-direction: column !important;
  gap: 7px !important;
  margin: 0 0 22px !important;
  overflow: visible !important;
  color: var(--abc-product-muted) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  transform: none !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-highlight {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: var(--abc-product-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-highlight-icon {
  display: inline-flex !important;
  width: 14px !important;
  min-width: 14px !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--abc-product-orange) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-price-block {
  margin: 0 0 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--abc-product-line) !important;
}

body.page-product .warehousechild-product-page .product-prices {
  margin: 0 !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

body.page-product .warehousechild-product-page .product-prices > .has-discount > div:first-child,
body.page-product .warehousechild-product-page .product-prices > div > div:first-child {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin: 0 0 4px !important;
}

body.page-product .warehousechild-product-page .current-price,
body.page-product .warehousechild-product-page .current-price .product-price,
body.page-product .warehousechild-product-page .current-price .current-price-value,
body.page-product .warehousechild-product-page .product-price.current-price-value {
  color: var(--abc-product-navy-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

body.page-product .warehousechild-product-page .current-price::before {
  content: none !important;
}

body.page-product .warehousechild-product-page .product-discount,
body.page-product .warehousechild-product-page .product-discount .regular-price,
body.page-product .warehousechild-product-page .regular-price {
  color: var(--abc-product-faint) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  text-decoration: line-through !important;
}

body.page-product .warehousechild-product-page .badge-discount,
body.page-product .warehousechild-product-page .discount {
  display: inline-flex !important;
  min-height: 22px !important;
  align-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 3px 10px !important;
  background: var(--abc-product-orange-light) !important;
  color: var(--abc-product-orange-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
}

body.page-product .warehousechild-product-page .tax-shipping-delivery-label,
body.page-product .warehousechild-product-page .product-unit-price,
body.page-product .warehousechild-product-page .product-without-taxes,
body.page-product .warehousechild-product-page .product-price-tax-included {
  margin: 4px 0 0 !important;
  color: var(--abc-product-faint) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-page .tax-shipping-delivery-label:empty {
  display: none !important;
}

body.page-product .warehousechild-product-page .product-actions {
  margin: 0 !important;
}

body.page-product .warehousechild-product-page #add-to-cart-or-refresh {
  margin: 0 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-add-to-cart {
  padding-top: 0 !important;
  transform: none !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row {
  display: grid !important;
  grid-template-columns: 146px minmax(180px, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 0 12px !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .col-add-qty,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .col-add-btn {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .qty,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .add,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row #quantity_wanted,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .add-to-cart {
  height: 52px !important;
  min-height: 52px !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin {
  display: grid !important;
  grid-template-columns: 44px 58px 44px !important;
  width: 146px !important;
  min-width: 146px !important;
  overflow: hidden !important;
  border: 1.5px solid var(--abc-product-line) !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: #fff !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row #quantity_wanted {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 58px !important;
  min-width: 58px !important;
  border: 0 !important;
  border-right: 1.5px solid var(--abc-product-line) !important;
  border-left: 1.5px solid var(--abc-product-line) !important;
  background: #fff !important;
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 52px !important;
  text-align: center !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .input-group-btn-vertical {
  display: contents !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin .btn-touchspin {
  display: inline-flex !important;
  width: 44px !important;
  height: 52px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: var(--abc-product-soft-strong) !important;
  color: var(--abc-product-muted) !important;
  font-size: 0 !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin .btn-touchspin > * {
  display: none !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin-up {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin-down {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin-up::before,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin-down::before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--abc-product-muted) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin-up::before {
  content: "+" !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin-down::before {
  content: "-" !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .add-to-cart {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 180px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: var(--abc-product-blue) !important;
  color: #fff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .add-to-cart:hover,
body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .add-to-cart:focus {
  background: var(--abc-product-navy) !important;
  box-shadow: var(--abc-product-shadow-md) !important;
  transform: translateY(-1px) !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-secondary-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: -2px 0 8px !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-secondary-actions .col-add-wishlist,
body.page-product .warehousechild-product-page .warehousechild-product-secondary-actions .col-add-compare {
  position: static !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-secondary-actions .btn,
body.page-product .warehousechild-product-page .col-add-wishlist .btn,
body.page-product .warehousechild-product-page .col-add-compare .btn {
  display: inline-flex !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1.5px solid var(--abc-product-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--abc-product-muted) !important;
  box-shadow: none !important;
}

body.page-product .warehousechild-product-page .product-minimal-quantity {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 0 16px !important;
  color: var(--abc-product-faint) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-page .product-minimal-quantity i {
  color: var(--abc-product-faint) !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-trust-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px 28px !important;
  margin: 0 0 20px !important;
  padding: 14px 20px !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: var(--abc-product-green) !important;
  color: #fff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  transform: none !important;
}

@media (min-width: 1025px) {
  body.page-product .warehousechild-product-page .product-info-row {
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 600px) {
  body.page-product .warehousechild-product-page .warehousechild-product-purchase-row {
    grid-template-columns: 1fr !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .bootstrap-touchspin {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-purchase-row #quantity_wanted {
    width: 100% !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-purchase-row .add-to-cart {
    min-width: 0 !important;
  }
}

/* Product description tabs: final alignment with producto nuevo.html. */
body.page-product .warehousechild-product-cascade {
  width: 100% !important;
  margin-top: 0 !important;
}

body.page-product .warehousechild-product-tabs {
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin: 0 auto 58px !important;
  padding: 0 !important;
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

body.page-product .warehousechild-product-tabs-nav {
  display: flex !important;
  min-height: 0 !important;
  gap: 0 !important;
  margin: 0 0 36px !important;
  overflow-x: auto !important;
  border-bottom: 2px solid var(--abc-product-line) !important;
  -webkit-overflow-scrolling: touch;
}

body.page-product .warehousechild-product-tab {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 0 !important;
  margin: 0 0 -2px !important;
  padding: 14px 28px !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--abc-product-faint) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.page-product .warehousechild-product-tab i {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.page-product .warehousechild-product-tab:hover,
body.page-product .warehousechild-product-tab:focus,
body.page-product .warehousechild-product-tab.is-active {
  color: var(--abc-product-navy) !important;
  background: transparent !important;
  outline: 0 !important;
}

body.page-product .warehousechild-product-tab.is-active {
  border-bottom-color: var(--abc-product-blue) !important;
}

body.page-product .warehousechild-product-tabs-content,
body.page-product .warehousechild-product-tab-panel:not([hidden]) {
  min-height: 0 !important;
}

body.page-product .warehousechild-product-tab-panel.is-active {
  display: block !important;
}

body.page-product .warehousechild-product-desc-section {
  margin: 0 0 36px !important;
}

body.page-product .warehousechild-product-desc-section:last-child {
  margin-bottom: 0 !important;
}

body.page-product .warehousechild-product-desc-section h2 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  color: var(--abc-product-navy) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-product .warehousechild-product-desc-section h2::after {
  content: "" !important;
  display: block !important;
  flex: 1 1 auto !important;
  height: 1.5px !important;
  background: var(--abc-product-line) !important;
}

body.page-product .warehousechild-product-section-content,
body.page-product .warehousechild-product-section-content * {
  color: var(--abc-product-muted) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

body.page-product .warehousechild-product-section-content {
  max-width: none !important;
  margin: 0 !important;
}

body.page-product .warehousechild-product-section-content p,
body.page-product .warehousechild-product-section-content ul,
body.page-product .warehousechild-product-section-content ol {
  margin: 0 0 14px !important;
}

body.page-product .warehousechild-product-section-content h1,
body.page-product .warehousechild-product-section-content h2,
body.page-product .warehousechild-product-section-content h3,
body.page-product .warehousechild-product-section-content h4,
body.page-product .warehousechild-product-section-content strong {
  color: var(--abc-product-navy) !important;
  font-weight: 800 !important;
}

body.page-product .warehousechild-product-feature-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
}

body.page-product .warehousechild-product-feature-card {
  display: flex !important;
  min-height: 45px !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--abc-product-line) !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: var(--abc-product-soft) !important;
  color: var(--abc-product-muted) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

body.page-product .warehousechild-product-feature-card i {
  flex: 0 0 auto !important;
  margin-top: 1px !important;
  color: var(--abc-product-green) !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.page-product .warehousechild-product-specs {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.page-product .warehousechild-product-spec-row {
  display: grid !important;
  grid-template-columns: minmax(180px, 40%) minmax(0, 1fr) !important;
  border-bottom: 1px solid var(--abc-product-line) !important;
}

body.page-product .warehousechild-product-spec-row:nth-child(even) {
  background: var(--abc-product-soft) !important;
}

body.page-product .warehousechild-product-spec-row dt,
body.page-product .warehousechild-product-spec-row dd {
  margin: 0 !important;
  padding: 11px 16px !important;
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

body.page-product .warehousechild-product-spec-row dt {
  color: var(--abc-product-navy) !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.page-product .warehousechild-product-spec-row dd {
  font-weight: 400 !important;
}

body.page-product .warehousechild-product-faq-item {
  margin-bottom: 10px !important;
  overflow: hidden !important;
  border: 1px solid var(--abc-product-line) !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: #fff !important;
}

body.page-product .warehousechild-product-faq-question {
  padding: 16px 20px !important;
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-faq-answer {
  padding: 0 20px 16px !important;
  color: var(--abc-product-muted) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

body.page-product .warehousechild-product-doc-item,
body.page-product .warehousechild-product-doc-empty {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px 20px !important;
  border: 1.5px solid var(--abc-product-line) !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: #fff !important;
  color: var(--abc-product-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

body.page-product .warehousechild-product-doc-icon {
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: #eff6ff !important;
  color: var(--abc-product-blue) !important;
}

body.page-product .warehousechild-product-doc-copy strong {
  display: block !important;
  margin-bottom: 3px !important;
  color: var(--abc-product-ink) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
}

body.page-product .warehousechild-product-doc-copy span,
body.page-product .warehousechild-product-doc-download small {
  color: var(--abc-product-faint) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
}

body.page-product .warehousechild-product-doc-download {
  color: var(--abc-product-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

@media (max-width: 820px) {
  body.page-product .warehousechild-product-tabs {
    width: min(100% - 32px, 1320px) !important;
  }

  body.page-product .warehousechild-product-tab {
    padding: 12px 16px !important;
    font-size: 13.5px !important;
  }

  body.page-product .warehousechild-product-feature-cards {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  body.page-product .warehousechild-product-spec-row {
    grid-template-columns: 1fr !important;
  }

  body.page-product .warehousechild-product-spec-row dt {
    padding-bottom: 4px !important;
    white-space: normal !important;
  }

  body.page-product .warehousechild-product-spec-row dd {
    padding-top: 4px !important;
  }
}

/* Product description tabs: final polish for live PrestaShop content. */
body.page-product .warehousechild-product-tabs-nav {
  border-bottom: 2px solid #e2e8f0 !important;
  border-bottom-color: #e2e8f0 !important;
}

body.page-product .warehousechild-product-tab {
  color: #94a3b8 !important;
}

body.page-product .warehousechild-product-tab:hover,
body.page-product .warehousechild-product-tab:focus {
  color: #0d3a6e !important;
}

body.page-product .warehousechild-product-tab.is-active {
  border-bottom-color: #1565c0 !important;
  color: #0d3a6e !important;
}

body.page-product .warehousechild-product-desc-section h2 {
  color: #0d3a6e !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.page-product .warehousechild-product-desc-section h2::after {
  background: #e2e8f0 !important;
}

body.page-product .warehousechild-product-section-content {
  color: #475569 !important;
}

body.page-product .warehousechild-product-section-content > :last-child {
  margin-bottom: 0 !important;
}

body.page-product .warehousechild-product-section-content ul,
body.page-product .warehousechild-product-section-content ol {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-product .warehousechild-product-section-content li {
  position: relative !important;
  display: flex !important;
  min-height: 45px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 12px 14px 12px 40px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

body.page-product .warehousechild-product-section-content li::before {
  content: "\f00c" !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  color: #16a34a !important;
  font-family: "FontAwesome" !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.page-product .warehousechild-product-feature-card {
  align-items: center !important;
  border-color: #e2e8f0 !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
}

body.page-product .warehousechild-product-feature-card span {
  color: #475569 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

body.page-product .warehousechild-product-section-content table {
  width: 100% !important;
  margin: 0 0 24px !important;
  border-collapse: collapse !important;
  color: #0f1b2d !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
}

body.page-product .warehousechild-product-section-content tr:nth-child(even) {
  background: #f8fafc !important;
}

body.page-product .warehousechild-product-section-content td,
body.page-product .warehousechild-product-section-content th {
  padding: 11px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  color: #0f1b2d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

body.page-product .warehousechild-product-section-content td:first-child,
body.page-product .warehousechild-product-section-content th:first-child {
  width: 40% !important;
  color: #0d3a6e !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.page-product .warehousechild-product-spec-row:nth-child(even) {
  background: #f8fafc !important;
}

body.page-product .warehousechild-product-spec-row dt {
  color: #0d3a6e !important;
  font-weight: 700 !important;
}

body.page-product .warehousechild-product-spec-row dd {
  color: #0f1b2d !important;
  font-weight: 400 !important;
}

body.page-product .warehousechild-product-faq-question {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border: 0 !important;
  background: #fff !important;
  cursor: pointer !important;
}

body.page-product .warehousechild-product-faq-question,
body.page-product .warehousechild-product-faq-question span {
  color: #0f1b2d !important;
}

body.page-product .warehousechild-product-faq-question:hover,
body.page-product .warehousechild-product-faq-question:focus {
  background: #f8fafc !important;
}

body.page-product .warehousechild-product-faq-question i {
  color: #1565c0 !important;
}

body.page-product .warehousechild-product-doc-item:hover,
body.page-product .warehousechild-product-doc-item:focus {
  border-color: #1565c0 !important;
  background: #f8fafc !important;
  box-shadow: var(--abc-product-shadow) !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

body.page-product .warehousechild-product-doc-copy,
body.page-product .warehousechild-product-doc-copy strong {
  color: #0f1b2d !important;
}

body.page-product .warehousechild-product-doc-download {
  margin-left: auto !important;
  white-space: nowrap !important;
}

@media (max-width: 820px) {
  body.page-product .warehousechild-product-section-content ul,
  body.page-product .warehousechild-product-section-content ol {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  body.page-product .warehousechild-product-section-content td:first-child,
  body.page-product .warehousechild-product-section-content th:first-child {
    width: auto !important;
    white-space: normal !important;
  }
}

/* Product FAQ cards: match producto nuevo.html accordion boxes. */
body.page-product .warehousechild-product-faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .warehousechild-product-faq-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.page-product .warehousechild-product-faq-question {
  display: flex !important;
  width: 100% !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #0f1b2d !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  box-shadow: none !important;
}

body.page-product .warehousechild-product-faq-question span {
  color: #0f1b2d !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-faq-question i {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  color: #1565c0 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

body.page-product .warehousechild-product-faq-question:hover,
body.page-product .warehousechild-product-faq-question:focus {
  background: #f8fafc !important;
  outline: 0 !important;
}

body.page-product .warehousechild-product-faq-item.is-open .warehousechild-product-faq-question {
  border-radius: 14px 14px 0 0 !important;
}

body.page-product .warehousechild-product-faq-answer {
  margin: 0 !important;
  padding: 0 20px 16px !important;
  border-top: 1px solid #e2e8f0 !important;
  background: #fff !important;
  color: #475569 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

/* Related products: invert text colors when the card turns blue on hover/focus. */
.warehousechild-product-related-section .warehousechild-related-card:hover,
.warehousechild-product-related-section .warehousechild-related-card:focus-within {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: #162d52 !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-body,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-body {
  background: transparent !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title,
.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title a,
.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-price-row,
.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-price,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title a,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-price-row,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-price {
  color: #ffffff !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title a:hover,
.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title a:focus,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title a:hover,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title a:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-category,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-category {
  color: #ff9d2f !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-regular-price,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-regular-price {
  color: rgba(255, 255, 255, 0.62) !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-discount,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-discount {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffe2bf !important;
}

.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-button,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-button,
.warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-button.add-to-cart,
.warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-button.add-to-cart {
  border-color: transparent !important;
  background: #ffffff !important;
  color: #0d3a6e !important;
}

/* Related products: final desktop parity with producto nuevo.html. */
body.page-product .warehousechild-product-related-section {
  width: calc(100vw - 17px) !important;
  margin-left: calc(50% - 50vw + 8.5px) !important;
  padding: 60px 0 !important;
  background: #0a1f3c !important;
}

body.page-product #wrapper,
body.page-product #inner-wrapper {
  padding-bottom: 0 !important;
}

body.page-product .warehousechild-product-related-section {
  margin-bottom: 0 !important;
}

body.page-product .warehousechild-product-related-inner {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

body.page-product .warehousechild-product-related-eyebrow {
  margin-bottom: 8px !important;
  color: #e8821a !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2.5px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.page-product .warehousechild-product-related-head {
  margin-bottom: 6px !important;
}

body.page-product .warehousechild-product-related-head h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -.3px !important;
}

body.page-product .warehousechild-product-related-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, .55) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

body.page-product .warehousechild-product-related-link:hover,
body.page-product .warehousechild-product-related-link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

body.page-product .warehousechild-product-related-link i {
  color: rgba(255, 255, 255, .4) !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-selected-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card {
  display: flex !important;
  min-width: 0 !important;
  height: 477px !important;
  min-height: 477px !important;
  overflow: hidden !important;
  flex-direction: column !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #0f1b2d !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within {
  border-color: transparent !important;
  background: #ffffff !important;
  box-shadow: 0 8px 32px rgba(13, 58, 110, .14), 0 2px 8px rgba(13, 58, 110, .08) !important;
  transform: translateY(-3px) !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-media {
  position: relative !important;
  display: flex !important;
  height: 304px !important;
  min-height: 304px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eef2f6 !important;
  color: #8ea0ba !important;
  text-decoration: none !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-media picture {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-media img {
  width: auto !important;
  max-width: 82% !important;
  height: auto !important;
  max-height: 82% !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-badges {
  top: 10px !important;
  left: 10px !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-badge {
  min-height: 20px !important;
  padding: 3px 10px !important;
  border-radius: 50px !important;
  background: #e8821a !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .3px !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-body,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-body,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 14px !important;
  background: #ffffff !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-category,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-category,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-category {
  min-height: 12px !important;
  margin: 0 0 6px !important;
  color: #e8821a !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-title,
body.page-product .warehousechild-product-related-section .warehousechild-related-card-title a,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title a,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title a {
  min-height: 38px !important;
  margin: 0 0 6px !important;
  color: #0f1b2d !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-price-row,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-price-row,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-price-row {
  display: flex !important;
  min-height: 22px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  color: #0f1b2d !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-price,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-price,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-price {
  color: #071a35 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-regular-price,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-regular-price,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-regular-price {
  color: #9aa7b7 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-decoration: line-through !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-discount,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-discount,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-discount {
  min-height: 20px !important;
  padding: 2px 7px !important;
  border-radius: 50px !important;
  background: #ffe7d1 !important;
  color: #c96c0a !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-action {
  margin-top: auto !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-button,
body.page-product .warehousechild-product-related-section .warehousechild-related-card-button.add-to-cart,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-button,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-button {
  width: 100% !important;
  min-height: 38px !important;
  border: 1.5px solid #d9e2ee !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  color: #0d3a6e !important;
  box-shadow: none !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card-button:hover,
body.page-product .warehousechild-product-related-section .warehousechild-related-card-button:focus,
body.page-product .warehousechild-product-related-section .warehousechild-related-card-button.add-to-cart:hover,
body.page-product .warehousechild-product-related-section .warehousechild-related-card-button.add-to-cart:focus {
  border-color: #1565c0 !important;
  background: #1565c0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Related cards hover: blue card with readable white content. */
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within {
  border-color: rgba(255, 255, 255, .15) !important;
  background: #162d52 !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .4) !important;
  transform: translateY(-3px) !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-body,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-body {
  background: transparent !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-title a,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-price-row,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-price,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-title a,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-price-row,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-price {
  color: #ffffff !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-category,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-category {
  color: #ff9d2f !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-regular-price,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-regular-price {
  color: rgba(255, 255, 255, .62) !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-discount,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-discount {
  background: rgba(255, 255, 255, .14) !important;
  color: #ffe2bf !important;
}

body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-button,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:hover .warehousechild-related-card-button.add-to-cart,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-button,
body.page-product .warehousechild-product-related-section .warehousechild-related-card:focus-within .warehousechild-related-card-button.add-to-cart {
  border-color: transparent !important;
  background: #ffffff !important;
  color: #0d3a6e !important;
}

@media (max-width: 1024px) {
  body.page-product .warehousechild-product-related-section .warehousechild-selected-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  body.page-product .warehousechild-product-related-section {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 52px 0 !important;
  }

  body.page-product .warehousechild-product-related-inner {
    padding: 0 24px !important;
  }

  body.page-product .warehousechild-product-related-section .warehousechild-selected-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.page-product .warehousechild-product-related-section .warehousechild-related-card {
    height: 377px !important;
    min-height: 377px !important;
    border-radius: 16px !important;
  }

  body.page-product .warehousechild-product-related-section .warehousechild-related-card-media {
    height: 164px !important;
    min-height: 164px !important;
  }

  body.page-product .warehousechild-product-related-section .warehousechild-related-card-title,
  body.page-product .warehousechild-product-related-section .warehousechild-related-card-title a {
    font-size: 13.5px !important;
  }
}

/* Product top block: keep live commercial elements while matching producto nuevo.html spacing. */
body.page-product .warehousechild-product-page .price-countdown {
  display: inline-flex !important;
}

body.page-product .warehousechild-product-page #price-countdown-product {
  display: inline-flex !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-secondary-actions {
  display: flex !important;
}

body.page-product .warehousechild-product-page #add-to-cart-or-refresh > .product-discounts {
  display: block !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .product-prices .price-countdown-wrapper,
body.page-product #main-product-wrapper.warehousechild-product-page .product-prices .price-countdown-wrapper > .price-countdown {
  display: inline-flex !important;
}

body.page-product .warehousechild-product-page .product_header_container {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body.page-product .warehousechild-product-page .product_header_container + .product-information {
  border-top: 0 !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-price-block {
  margin: 0 0 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--abc-product-line) !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-purchase-row {
  margin: 0 0 12px !important;
}

body.page-product .warehousechild-product-page .product-minimal-quantity {
  margin: 0 0 16px !important;
}

body.page-product .warehousechild-product-page .warehousechild-product-trust-strip {
  margin: 0 !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .product-prices .price-countdown-wrapper {
  display: block !important;
  width: 100% !important;
  margin: 8px 0 20px !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .product-prices .price-countdown.badge-discount.discount {
  display: inline-flex !important;
  width: auto !important;
  min-height: 24px !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 4px 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--abc-product-orange-light) !important;
  color: var(--abc-product-orange-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2px !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .price-countdown-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-right: 0 !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .price-countdown .count-down-timer {
  display: inline-flex !important;
  align-items: center !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .warehousechild-product-secondary-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: -2px 0 8px !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page #add-to-cart-or-refresh > .product-discounts {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  border: 1px solid #bbf7d0 !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: #f0fdf4 !important;
  color: var(--abc-product-navy-dark) !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__row {
  display: grid !important;
  grid-template-columns: max-content max-content minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__label {
  color: var(--abc-product-orange-dark) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__price {
  color: var(--abc-product-navy-dark) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__text {
  min-width: 0 !important;
  color: var(--abc-product-navy-dark) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

@media (max-width: 600px) {
  body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__row {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}

/* Product image modal: keep the gallery stable after quantity/cart interactions. */
body.page-product #product-modal.js-product-images-modal {
  padding-right: 0 !important;
  background: rgba(15, 27, 45, 0.42) !important;
}

body.page-product #product-modal.js-product-images-modal .modal-dialog {
  width: min(920px, calc(100vw - 32px)) !important;
  max-width: min(920px, calc(100vw - 32px)) !important;
  min-height: calc(100vh - 32px) !important;
  margin: 16px auto !important;
  align-items: center !important;
}

body.page-product #product-modal.js-product-images-modal .modal-content {
  max-height: calc(100vh - 32px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: var(--abc-product-radius-xl) !important;
  background: #ffffff !important;
  box-shadow: 0 20px 60px rgba(15, 27, 45, 0.25) !important;
}

body.page-product #product-modal.js-product-images-modal .modal-header {
  min-height: 48px !important;
  padding: 12px 18px !important;
  border-bottom: 1px solid var(--abc-product-line) !important;
  background: #ffffff !important;
}

body.page-product #product-modal.js-product-images-modal .modal-title {
  color: var(--abc-product-muted) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.page-product #product-modal.js-product-images-modal .modal-body {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  max-height: calc(100vh - 80px) !important;
  padding: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.page-product #product-modal.js-product-images-modal .easyzoom-modal,
body.page-product #product-modal.js-product-images-modal .js-modal-product-cover-easyzoom {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: var(--abc-product-radius-xl) !important;
  background: var(--abc-product-soft-strong) !important;
}

body.page-product #product-modal.js-product-images-modal .product-cover-modal,
body.page-product #product-modal.js-product-images-modal .js-modal-product-cover {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: min(60vh, 560px) !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

body.page-product #product-modal.js-product-images-modal #thumbnails,
body.page-product #product-modal.js-product-images-modal .js-modal-mask,
body.page-product #product-modal.js-product-images-modal #modal-product-thumbs {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .swiper-wrapper {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  transform: none !important;
}

body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .swiper-slide {
  flex: 0 0 86px !important;
  width: 86px !important;
  height: 110px !important;
}

body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .thumb-container,
body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .thumb {
  width: 100% !important;
  height: 100% !important;
}

body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .thumb {
  padding: 6px !important;
  border: 1px solid var(--abc-product-line) !important;
  border-radius: var(--abc-product-radius-lg) !important;
  background: var(--abc-product-soft-strong) !important;
  object-fit: contain !important;
}

body.page-product #product-modal.js-product-images-modal .swiper-button-arrow {
  display: none !important;
}

@media (max-width: 760px) {
  body.page-product #product-modal.js-product-images-modal .modal-dialog {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    min-height: calc(100vh - 20px) !important;
    margin: 10px auto !important;
  }

  body.page-product #product-modal.js-product-images-modal .modal-body {
    gap: 12px !important;
    max-height: calc(100vh - 68px) !important;
    padding: 12px !important;
  }

  body.page-product #product-modal.js-product-images-modal .product-cover-modal,
  body.page-product #product-modal.js-product-images-modal .js-modal-product-cover {
    max-height: 52vh !important;
  }

  body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .swiper-wrapper {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  body.page-product #product-modal.js-product-images-modal #modal-product-thumbs .swiper-slide {
    flex-basis: 82px !important;
    width: 82px !important;
    height: 104px !important;
  }
}

/* Product gallery responsive fix: quantity/cart refresh must not let images overflow. */
body.page-product .warehousechild-product-gallery .product-cover,
body.page-product .warehousechild-product-gallery #product-images-large,
body.page-product .warehousechild-product-gallery #product-images-large .swiper-wrapper,
body.page-product .warehousechild-product-gallery #product-images-large .swiper-slide,
body.page-product .warehousechild-product-gallery #product-images-large .product-lmage-large,
body.page-product .warehousechild-product-gallery #product-images-large picture {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

body.page-product .warehousechild-product-gallery #product-images-large picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-product .warehousechild-product-gallery .product-cover img,
body.page-product .warehousechild-product-gallery .js-qv-product-cover {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 22px !important;
  object-fit: contain !important;
}

@media (min-width: 640px) and (max-width: 1024px) {
  body.page-product .warehousechild-product-gallery .row {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-thumbs,
  body.page-product .warehousechild-product-gallery .col-left-product-cover {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-thumbs {
    order: 0 !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-cover,
  body.page-product .warehousechild-product-gallery .product-cover {
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }

  body.page-product .warehousechild-product-thumbs .product-images,
  body.page-product .warehousechild-product-thumbs .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.page-product .warehousechild-product-thumbs .thumb-container,
  body.page-product .warehousechild-product-thumbs .swiper-slide {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
  }
}

@media (max-width: 639px) {
  body.page-product .warehousechild-product-gallery .col-left-product-cover,
  body.page-product .warehousechild-product-gallery .product-cover {
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Product gallery AJAX refresh guard: the quantity update can return the parent-theme gallery markup. */
body.page-product #main-product-wrapper.warehousechild-product-page .product-info-row,
body.page-product #main-product-wrapper.warehousechild-product-page .product-info-row > .col-product-image,
body.page-product #main-product-wrapper.warehousechild-product-page .product-info-row > .col-product-info {
  min-width: 0 !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container .product-cover,
body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container #product-images-large,
body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container #product-images-large .swiper-wrapper,
body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container #product-images-large .swiper-slide,
body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container #product-images-large .product-lmage-large,
body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container #product-images-large picture {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.page-product #main-product-wrapper.warehousechild-product-page .col-product-image > .images-container #product-images-large .swiper-slide {
  flex: 0 0 100% !important;
}

@media (max-width: 767px) {
  body.page-product #main-product-wrapper.warehousechild-product-page .product-info-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Product documentation tab: match producto nuevo reference. */
body.page-product .warehousechild-product-docs-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body.page-product .warehousechild-product-doc-item,
body.page-product .warehousechild-product-doc-empty {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px 20px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #0f1b2d !important;
  font-family: "Manrope", Arial, sans-serif !important;
  text-decoration: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

body.page-product .warehousechild-product-doc-item:hover,
body.page-product .warehousechild-product-doc-item:focus {
  border-color: #1565c0 !important;
  background: #f8fafc !important;
  box-shadow: var(--abc-product-shadow) !important;
  color: #0f1b2d !important;
  text-decoration: none !important;
  transform: none !important;
}

body.page-product .warehousechild-product-doc-icon {
  display: flex !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 14px !important;
  background: #eff6ff !important;
  color: #1565c0 !important;
}

body.page-product .warehousechild-product-doc-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
}

body.page-product .warehousechild-product-doc-copy {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  color: #94a3b8 !important;
  font-family: "Manrope", Arial, sans-serif !important;
}

body.page-product .warehousechild-product-doc-copy strong {
  display: block !important;
  margin: 0 0 3px !important;
  color: #0f1b2d !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-doc-copy span {
  display: block !important;
  color: #94a3b8 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

body.page-product .warehousechild-product-doc-download {
  display: flex !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  color: #1565c0 !important;
}

body.page-product .warehousechild-product-doc-download svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
}

@media (max-width: 600px) {
  body.page-product .warehousechild-product-doc-item,
  body.page-product .warehousechild-product-doc-empty {
    align-items: flex-start !important;
    padding: 14px 16px !important;
  }
}

/* Mobile product page: align live product layout with producto nuevo reference. */
@media (max-width: 600px) {
  body.page-product {
    background: #ffffff !important;
  }

  body.page-product #inner-wrapper.container,
  body.page-product #content-wrapper,
  body.page-product #main {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.page-product #main-product-wrapper.warehousechild-product-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 20px 16px 40px !important;
  }

  body.page-product .warehousechild-header-nav .warehousechild-top-info {
    gap: 10px !important;
  }

  body.page-product .warehousechild-header-nav .warehousechild-top-info__right {
    gap: 10px !important;
  }

  body.page-product .warehousechild-header-nav .warehousechild-top-info__help {
    display: inline-flex !important;
    width: 58px !important;
    color: rgba(255, 255, 255, .5) !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  body.page-product #mobile-header .col-mobile-btn-search,
  body.page-product #mobile-header .col-mobile-btn-account,
  body.page-product #mobile-header .col-mobile-btn-cart {
    display: none !important;
  }

  body.page-product #mobile-header-sticky .container,
  body.page-product #mobile-header .mobile-main-bar {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body.page-product #mobile-header .row-mobile-header {
    display: flex !important;
    width: 100% !important;
    min-height: 68px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 10px 20px !important;
  }

  body.page-product #mobile-header .col-mobile-logo {
    order: 1 !important;
    flex: 1 1 auto !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.page-product #mobile-header .col-mobile-logo a {
    display: inline-grid !important;
    grid-template-columns: 96px minmax(0, 174px) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 8px !important;
    max-width: calc(100vw - 88px) !important;
    color: #0f1b2d !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  body.page-product #mobile-header .col-mobile-logo img {
    width: 96px !important;
    height: auto !important;
    max-height: 48px !important;
    flex: 0 0 96px !important;
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    object-fit: contain !important;
  }

  body.page-product #mobile-header .col-mobile-logo a::before {
    content: "ABC Dental";
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    color: #0d3a6e !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  body.page-product #mobile-header .col-mobile-logo a::after {
    content: "DISTRIBUCION DENTAL PROFESIONAL";
    display: block !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    white-space: nowrap !important;
    max-width: 180px !important;
    overflow: hidden !important;
    color: #0f1b2d !important;
    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body.page-product #mobile-header .col-mobile-btn-menu {
    order: 2 !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    max-width: 40px !important;
  }

  body.page-product #mobile-header .col-mobile-btn-menu .m-nav-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #f1f5f9 !important;
    color: #0f1b2d !important;
  }

  body.page-product #mobile-header .col-mobile-btn-menu .icon-bar {
    background: #0f1b2d !important;
  }

  body.page-product #wrapper .breadcrumb {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    margin-left: -9px !important;
    padding: 10px 24px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
  }

  body.page-product .warehousechild-product-page .product-info-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 28px !important;
    width: 100% !important;
    margin: 0 0 56px !important;
  }

  body.page-product .warehousechild-product-page .col-product-image,
  body.page-product .warehousechild-product-page .col-product-info {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body.page-product .warehousechild-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body.page-product .warehousechild-product-gallery > .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-cover {
    order: 1 !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-thumbs {
    order: 2 !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-cover,
  body.page-product .warehousechild-product-gallery .product-cover,
  body.page-product .warehousechild-product-gallery #product-images-large {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 18px !important;
  }

  body.page-product .warehousechild-product-gallery .col-left-product-cover {
    border: 1px solid #e2e8f0 !important;
    background: #f1f5f9 !important;
  }

  body.page-product .warehousechild-product-gallery .product-cover {
    background: #f1f5f9 !important;
  }

  body.page-product .warehousechild-product-gallery .product-cover img,
  body.page-product .warehousechild-product-gallery .js-qv-product-cover {
    padding: 26px !important;
    object-fit: contain !important;
  }

  body.page-product .warehousechild-product-thumbs,
  body.page-product .warehousechild-product-thumbs .product-images,
  body.page-product .warehousechild-product-thumbs .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    width: 100% !important;
    height: 60px !important;
    overflow: visible !important;
    transform: none !important;
  }

  body.page-product .warehousechild-product-thumbs .swiper-slide,
  body.page-product .warehousechild-product-thumbs .thumb-container {
    width: 60px !important;
    height: 60px !important;
    flex: 0 0 60px !important;
  }

  body.page-product .warehousechild-product-thumbs .thumb {
    width: 100% !important;
    height: 100% !important;
    padding: 6px !important;
    border-radius: 12px !important;
    object-fit: contain !important;
  }

  body.page-product .warehousechild-product-meta {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
  }

  body.page-product .warehousechild-product-page h1.page-title,
  body.page-product .warehousechild-product-page h1.page-title span {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.4px !important;
  }

  body.page-product .warehousechild-product-page .product-information > .product-description {
    margin-bottom: 16px !important;
    color: #0d3a6e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-highlights {
    gap: 7px !important;
    margin-bottom: 22px !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-price-block {
    margin: 0 0 20px !important;
    padding-top: 20px !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-purchase-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 0 0 12px !important;
  }

  body.page-product .warehousechild-product-page .col-add-qty,
  body.page-product .warehousechild-product-page .bootstrap-touchspin,
  body.page-product .warehousechild-product-page .col-add-btn,
  body.page-product .warehousechild-product-page .add-to-cart {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.page-product .warehousechild-product-page .bootstrap-touchspin {
    height: 52px !important;
    grid-template-columns: 44px 56px 44px minmax(0, 1fr) !important;
    border-radius: 14px !important;
  }

  body.page-product .warehousechild-product-page .bootstrap-touchspin .btn-touchspin {
    width: 44px !important;
    height: 52px !important;
  }

  body.page-product .warehousechild-product-page #quantity_wanted {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 52px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.page-product .warehousechild-product-page .add-to-cart {
    height: 52px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
  }

  body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__row {
    grid-template-columns: max-content max-content minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
  }

  body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__label,
  body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__price,
  body.page-product #main-product-wrapper.warehousechild-product-page .abc-product-discounts__text {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-trust-strip {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px 20px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    font-size: 13.5px !important;
  }

  body.page-product .warehousechild-product-page .warehousechild-product-trust-strip span {
    flex: 0 1 auto !important;
    white-space: nowrap !important;
  }

  body.page-product .warehousechild-product-tabs {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin: 0 auto 58px !important;
  }

  body.page-product .warehousechild-product-tabs-nav {
    margin-bottom: 36px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.page-product .warehousechild-product-tab {
    padding: 12px 16px !important;
    font-size: 13.5px !important;
  }
}
