.single-product .et-l--body .et_builder_inner_content.product {
  --vpd-border: #dfe4ea;
  --vpd-surface: #fff;
  --vpd-soft: #f6f8fb;
  --vpd-blue: #1f6feb;
  --vpd-ink: #0f2d4a;
  --vpd-radius: 12px;
  --vpd-surface-raised: #fff;
  --vpd-border-soft: #e1e7ee;
  --vpd-border-strong: #cbd5e1;
  --vpd-muted: #637083;
  --vpd-blue-dark: #1557bd;
  --vpd-stock: #748a08;
  --vpd-stock-soft: #f4f7e7;
  --vpd-shadow-card: 0 14px 34px rgba(15, 45, 74, 0.1), 0 3px 9px rgba(15, 45, 74, 0.05);
  --vpd-shadow-soft: 0 8px 24px rgba(15, 45, 74, 0.07);
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart:not(.variations_form),
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: stretch;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart:not(.variations_form) > .quantity,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart.variations_form .woocommerce-variation-add-to-cart > .quantity {
  grid-column: 1;
  width: 56px;
  margin: 0 !important;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart:not(.variations_form) > .quantity .qty,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart.variations_form .woocommerce-variation-add-to-cart > .quantity .qty {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 50px;
  margin: 0;
  text-align: center;
  border: 1px solid var(--vpd-border) !important;
  border-radius: 8px;
  background: #fff;
  color: var(--vpd-ink);
  font-weight: 650;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart:not(.variations_form) > .single_add_to_cart_button,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart form.cart.variations_form .woocommerce-variation-add-to-cart > .single_add_to_cart_button {
  grid-column: 2;
  width: 100%;
  min-height: 50px;
  margin: 0;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 7px 16px rgba(31, 111, 235, 0.2);
}

.single-product.et-db #et-boc .et-l--body .et_builder_inner_content.product .et_pb_wc_add_to_cart.et_pb_module .pr-tools-wishlist-button.button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 46px;
  margin: 0;
  background: #fff !important;
  color: var(--vpd-blue) !important;
  border: 1px solid #b8c7dc;
  border-radius: 10px;
  box-shadow: none;
  font-weight: 700;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products::before,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products::after {
  content: none;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products li.product {
  float: none !important;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: var(--vpd-surface);
  border: 1px solid var(--vpd-border);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(15, 45, 74, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .et_shop_image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 18px;
  background: #f3f6fa;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  overflow: hidden;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .et_shop_image img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin: 0;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .woocommerce-loop-product__title {
  margin: 0;
  color: var(--vpd-ink);
  padding: 10px 0 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.38;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .price {
  margin-top: 4px;
  color: var(--vpd-ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .contenedor-boton-stock {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 15px;
  border-top: 1px solid var(--vpd-border-soft);
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .add_to_cart_button {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 9px;
  box-shadow: 0 5px 12px rgba(31, 111, 235, 0.16);
  font-size: 13px;
  font-weight: 700;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .pr-tools-wishlist-loop-form {
  margin-top: 0;
}

.single-product.et-db #et-boc .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .pr-tools-wishlist-loop-form .button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  background: #f9fbff;
  color: var(--vpd-blue);
  border: 1px solid #c3cfdd;
  border-radius: 9px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products {
    grid-template-columns: 1fr;
  }

  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products .et_shop_image img {
    height: 220px;
  }
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery {
  --vpd-gallery-rail: 72px;
  --vpd-gallery-gap: 16px;
  --vpd-gallery-border: #dfe4ea;
  --vpd-gallery-soft: #f6f8fb;
  --vpd-gallery-blue: #1f6feb;
  width: 100%;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery:has(> .flex-control-thumbs) {
  display: grid;
  grid-template-columns: var(--vpd-gallery-rail) minmax(0, 1fr);
  gap: var(--vpd-gallery-gap);
  align-items: start;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery > .flex-viewport,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery:not(:has(> .flex-control-thumbs)) > .woocommerce-product-gallery__wrapper {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--vpd-gallery-soft);
  border: 1px solid var(--vpd-gallery-border);
  border-radius: 12px;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery:not(:has(> .flex-control-thumbs)) > .woocommerce-product-gallery__wrapper {
  grid-column: 1 / -1;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .flex-viewport .woocommerce-product-gallery__image,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery:not(:has(> .flex-control-thumbs)) .woocommerce-product-gallery__image,
.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery__image > a {
  height: 100%;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery__image img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: clamp(18px, 4vw, 34px);
  object-fit: contain;
}

.single-product.et-db #et-boc .et-l--body .et_builder_inner_content.product .et_pb_wc_images.et_pb_module .woocommerce-product-gallery > .flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex !important;
  flex-direction: column;
  gap: 10px !important;
  width: var(--vpd-gallery-rail);
  max-height: calc((100vw * 0.41) - var(--vpd-gallery-gap) - var(--vpd-gallery-rail));
  margin: 0 !important;
  padding: 0 4px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b8c7dc transparent;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .flex-control-thumbs li {
  box-sizing: border-box;
  flex: 0 0 var(--vpd-gallery-rail);
  width: 100%;
  height: var(--vpd-gallery-rail);
  margin: 0;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .flex-control-thumbs img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  opacity: 0.68;
  background: var(--vpd-gallery-soft);
  border: 1px solid var(--vpd-gallery-border);
  border-radius: 8px;
  transition: opacity 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .flex-control-thumbs img:hover {
  opacity: 0.9;
}

.single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .flex-control-thumbs img.flex-active {
  opacity: 1;
  border-color: var(--vpd-gallery-blue);
  box-shadow: 0 0 0 2px rgba(31, 111, 235, 0.14);
}

.single-product.et-db #et-boc .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--vpd-gallery-border);
  box-shadow: 0 6px 18px rgba(15, 45, 74, 0.14);
}

/* VPD1G-R: body-scoped commercial hierarchy and surface convergence. */
body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_images) {
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  padding-bottom: 52px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) {
  align-items: flex-start;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) > .et_pb_column:has(.et_pb_wc_images) {
  background: var(--vpd-surface-raised);
  border: 1px solid var(--vpd-border-soft);
  border-radius: 16px;
  box-shadow: var(--vpd-shadow-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) > .et_pb_column:has(.et_pb_wc_title) {
  padding: 6px 4px 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_title {
  margin-bottom: 22px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_title h1 {
  color: var(--vpd-ink);
  font-size: clamp(28px, 2.15vw, 34px);
  font-weight: 750;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) .et_pb_wc_description {
  margin-bottom: 24px;
  color: var(--vpd-muted);
  font-size: 15px;
  line-height: 1.65;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_meta {
  margin-bottom: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--vpd-border-soft);
  border-bottom: 1px solid var(--vpd-border-soft);
  color: var(--vpd-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_stock .stock {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 5px 10px;
  color: var(--vpd-stock);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  background: var(--vpd-stock-soft);
  border: 1px solid #dfe7b6;
  border-radius: 999px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) > .et_pb_column:has(.et_pb_wc_price):has(.et_pb_wc_add_to_cart) {
  overflow: hidden;
  padding: 26px;
  background: var(--vpd-surface-raised);
  border: 1px solid var(--vpd-border-soft);
  border-top: 3px solid var(--vpd-blue);
  border-radius: 18px;
  box-shadow: var(--vpd-shadow-card);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_price {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--vpd-border-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_price .price,
body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_price .amount {
  color: var(--vpd-ink);
  font-size: clamp(30px, 2.4vw, 36px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_related_products > h2 {
  margin-bottom: 24px;
  color: var(--vpd-ink);
  font-size: 28px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_related_products .woocommerce-loop-product__title {
  font-weight: 700;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_related_products .et_shop_image {
  box-sizing: border-box;
  width: 100%;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_related_products .price,
body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_related_products .price .amount {
  color: var(--vpd-ink);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_related_products) {
  padding: 54px 0 64px;
  background: var(--vpd-soft);
  border-top: 1px solid var(--vpd-border-soft);
  border-bottom: 1px solid var(--vpd-border-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) {
  padding: 64px 0 76px;
  background: #fff;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading {
  margin-bottom: 28px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading h2 {
  color: var(--vpd-ink);
  font-size: 32px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_wc_description {
  overflow: hidden;
  padding: 30px;
  background: var(--vpd-surface-raised);
  border: 1px solid var(--vpd-border-soft);
  border-radius: 16px;
  box-shadow: var(--vpd-shadow-soft);
}

/* VPD1J-ES: collapse the complete Specifications surface when Long Description renders no elements. */
body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description):not(:has(.et_pb_wc_description > .et_pb_module_inner > .et-l.et-l--body > .et_builder_inner_content.product > *)) {
  display: none;
}

/* VPD1K-S1: presentation for the conditioned native Technical Characteristics surface. */
body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) {
  padding: 64px 0 72px;
  background: var(--vpd-soft);
  border-top: 1px solid var(--vpd-border-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) .et_pb_heading {
  margin-bottom: 28px;
}

body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) .et_pb_heading h2 {
  color: var(--vpd-ink);
  font-size: 32px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts {
  box-sizing: border-box;
  padding: 30px;
  color: var(--vpd-ink);
  background: var(--vpd-surface-raised);
  border: 1px solid var(--vpd-border-soft);
  border-radius: 16px;
  box-shadow: var(--vpd-shadow-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__header {
  display: none;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__group {
  min-width: 0;
  padding: 22px;
  background: #fbfcfe;
  border: 1px solid var(--vpd-border-soft);
  border-radius: 12px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__group h3,
body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__other-title {
  margin: 0 0 16px;
  color: var(--vpd-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__group dl {
  margin: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact {
  display: grid;
  grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--vpd-border-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact:first-child {
  padding-top: 0;
  border-top: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact:last-child {
  padding-bottom: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact dt,
body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact dd {
  margin: 0;
  overflow-wrap: anywhere;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact dt {
  color: var(--vpd-muted);
  font-weight: 650;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact dd {
  font-weight: 700;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__statements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__statements > li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 15px 16px 15px 42px;
  overflow-wrap: anywhere;
  background: #fbfcfe;
  border: 1px solid var(--vpd-border-soft);
  border-radius: 10px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__statements > li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 8px;
  height: 8px;
  background: var(--vpd-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.1);
}

@media (hover: hover) {
  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_related_products ul.products li.product:hover {
    border-color: #b8c9df;
    box-shadow: 0 12px 28px rgba(15, 45, 74, 0.11);
    transform: translateY(-2px);
  }

  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    border-color: #9fb9df;
    box-shadow: 0 8px 22px rgba(15, 45, 74, 0.18);
    transform: translateY(-1px);
  }
}

@media (max-width: 980px) {
  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_images) {
    padding-bottom: 44px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_related_products) {
    padding: 46px 0 54px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) {
    padding: 52px 0 60px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) > .et_pb_column:has(.et_pb_wc_images) {
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 45, 74, 0.07);
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_title h1 {
    font-size: 28px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(.et_pb_wc_images) > .et_pb_column:has(.et_pb_wc_price):has(.et_pb_wc_add_to_cart) {
    padding: 22px;
    border-radius: 16px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_related_products) {
    padding: 40px 0 48px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_related_products > h2 {
    font-size: 25px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) {
    padding: 48px 0 60px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading h2 {
    font-size: 28px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_wc_description {
    padding: 16px;
    border-radius: 12px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) {
    padding: 44px 0 52px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) .et_pb_heading {
    margin-bottom: 22px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body > .et_builder_inner_content.product > .et_pb_section:has(.prtools-technical-facts) .et_pb_heading h2 {
    font-size: 28px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts {
    padding: 16px;
    border-radius: 12px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__groups,
  body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__statements {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__group {
    padding: 18px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .prtools-technical-facts__fact {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
}

@media (max-width: 479px) {
  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery:has(> .flex-control-thumbs) {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery > .flex-viewport {
    grid-column: 1;
    grid-row: 1;
  }

  .single-product.et-db #et-boc .et-l--body .et_builder_inner_content.product .et_pb_wc_images.et_pb_module .woocommerce-product-gallery > .flex-control-thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    width: 100%;
    max-height: none;
    padding: 0 0 4px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .single-product .et-l--body .et_builder_inner_content.product .et_pb_wc_images .woocommerce-product-gallery__image img {
    padding: 18px;
  }
}

/* P1B: frozen premium Hero composition; native Divi/Woo modules remain the renderer. */
body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_images) {
  padding: 12px 0 0;
  background: var(--vpd-soft);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(410px, 1.14fr) minmax(390px, 1fr) minmax(270px, 0.68fr);
  gap: 30px;
  align-items: start;
  width: min(92%, 1360px) !important;
  max-width: 1360px !important;
  padding: 26px;
  background: var(--vpd-surface-raised);
  border: 1px solid var(--vpd-border-soft);
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(11, 30, 62, 0.045);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column {
  box-sizing: border-box;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_images) {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery > .flex-viewport,
body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery:not(:has(> .flex-control-thumbs)) > .woocommerce-product-gallery__wrapper {
  height: 500px !important;
  aspect-ratio: auto;
  background: #fafbfc;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery > .flex-control-thumbs {
  max-height: 500px !important;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery__image img {
  padding: 2px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_title) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 0;
  padding: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_title {
  grid-column: 1 / -1;
  margin: 0 0 20px;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_text:has(.p1b-highlights) {
  grid-column: 1 / -1;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_title h1 {
  margin: 0;
  color: #0b1d38;
  font-size: clamp(27px, 1.9vw, 31px);
  font-weight: 760;
  line-height: 1.17;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

body.single-product.et-db #page-container #et-boc .et-l--body .p1b-highlights {
  padding-top: 17px;
  border-top: 1px solid var(--vpd-border);
}

body.single-product.et-db #page-container #et-boc .et-l--body .p1b-highlights h2 {
  margin: 0 0 9px;
  color: #33445e;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-product-highlights {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-product-highlights > li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 24px;
  color: var(--vpd-ink);
  border-bottom: 1px solid #edf0f4;
  font-size: 12.5px;
  line-height: 1.4;
}

body.single-product.et-db #page-container #et-boc .et-l--body .prtools-product-highlights > li::before {
  content: "✓";
  position: absolute;
  top: 6px;
  left: 1px;
  color: #08795c;
  font-size: 12px;
  font-weight: 900;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_text:has(.p1b-metadata-label) {
  box-sizing: border-box;
  display: block;
  width: auto;
  margin: 17px 0 0;
  padding: 10px 0 7px;
  border-top: 1px solid var(--vpd-border);
  border-bottom: 1px solid #edf0f4;
  font-size: 11.5px;
  line-height: 1.35;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_text:has(.p1b-metadata-label):not(:has(.p1b-metadata-value:not(:empty))) {
  display: none;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_text:has(.p1b-metadata-label):nth-last-child(-n + 2) {
  margin-top: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_text:has(.p1b-metadata-label) .et_pb_text_inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
}

body.single-product.et-db #page-container #et-boc .et-l--body .p1b-metadata-label {
  color: var(--vpd-muted);
}

body.single-product.et-db #page-container #et-boc .et-l--body .p1b-metadata-value {
  min-width: 0;
  color: #243653;
  font-weight: 750;
  text-align: right;
  overflow-wrap: anywhere;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_price):has(> .et_pb_wc_add_to_cart) {
  position: sticky;
  top: 20px;
  overflow: visible;
  padding: 20px;
  background: var(--vpd-surface-raised);
  border: 1px solid #dce2ea;
  border-radius: 12px;
  box-shadow: 0 7px 22px rgba(17, 44, 89, 0.075);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_stock {
  margin: 0 0 17px;
  padding: 9px 0 15px;
  border-bottom: 1px solid var(--vpd-border);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_stock .stock {
  display: flex;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #08795c;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 750;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_stock .out-of-stock {
  color: #9f2d39;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_price {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_price::before {
  content: "Precio en línea";
  display: block;
  margin-bottom: 5px;
  color: var(--vpd-muted);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_price .price,
body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_price .amount {
  color: #0b1d38;
  font-size: 32px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_add_to_cart {
  margin: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) {
  margin-top: 34px;
  padding: 46px 0 58px;
  background: var(--vpd-surface-raised);
  border-top: 1px solid var(--vpd-border);
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) > .et_pb_row {
  width: min(90%, 1200px) !important;
  max-width: 1200px !important;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) > .et_pb_row > .et_pb_column {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading,
body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_wc_description {
  margin: 0;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_wc_description {
  max-width: 820px;
  padding: 0;
  color: #4d5b70;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.68;
}

body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading h2 {
  font-size: 28px;
}

@media (min-width: 1101px) {
  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_title h1 {
    font-size: 26.5px;
  }
}

@media (max-width: 1100px) {
  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) {
    grid-template-columns: minmax(330px, 1.03fr) minmax(350px, 0.97fr);
    gap: 24px;
    padding: 26px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_price):has(> .et_pb_wc_add_to_cart) {
    position: static;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_price):has(> .et_pb_wc_add_to_cart) .et_pb_wc_stock,
  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_price):has(> .et_pb_wc_add_to_cart) .et_pb_wc_price {
    grid-column: 1;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_price):has(> .et_pb_wc_add_to_cart) .et_pb_wc_add_to_cart {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery > .flex-viewport,
  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery:not(:has(> .flex-control-thumbs)) > .woocommerce-product-gallery__wrapper {
    height: 445px !important;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery > .flex-control-thumbs {
    max-height: 445px !important;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) > .et_pb_row > .et_pb_column {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
  }
}

@media (max-width: 700px) {
  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_wc_images) {
    padding: 0 10px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100% !important;
    padding: 13px;
    border-radius: 11px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_title) {
    display: contents;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_title {
    grid-column: 1 / -1;
    order: 1;
    width: 100%;
    margin: 0;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_wc_title h1 {
    font-size: 26px;
    line-height: 1.16;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_images) {
    order: 2;
    grid-column: 1 / -1;
    width: 100% !important;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery > .flex-viewport,
  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery:not(:has(> .flex-control-thumbs)) > .woocommerce-product-gallery__wrapper {
    height: 360px !important;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_wc_images .woocommerce-product-gallery > .flex-control-thumbs {
    max-height: none !important;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) > .et_pb_column:has(> .et_pb_wc_price):has(> .et_pb_wc_add_to_cart) {
    order: 3;
    grid-column: 1 / -1;
    display: block;
    width: 100% !important;
    padding: 17px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_text:has(.p1b-highlights) {
    order: 4;
    grid-column: 1 / -1;
    width: 100%;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_pb_row:has(> .et_pb_column > .et_pb_wc_images) .et_pb_text:has(.p1b-metadata-label) {
    order: 5;
    width: 100%;
    margin: 0;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) {
    margin-top: 20px;
    padding: 30px 19px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) > .et_pb_row {
    width: 100% !important;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) > .et_pb_row > .et_pb_column {
    display: block;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading {
    margin-bottom: 22px;
  }

  body.single-product.et-db #page-container #et-boc .et-l--body .et_builder_inner_content.product > .et_pb_section:has(.et_pb_heading):has(.et_pb_wc_description) .et_pb_heading h2 {
    font-size: 25px;
  }
}
