/* ==========================================================
   LTDLF Product Page Pro — WooCommerce single product widgets
   v1.3.6 — galería móvil estable + CTA real visible
   ========================================================== */

.elementor-widget-ltdlf_product_gallery_pro_420crea,
.elementor-widget-ltdlf_product_summary_pro_420crea,
.elementor-widget-ltdlf_product_tabs_pro_420crea,
.elementor-widget-ltdlf_related_products_pro_420crea,
.elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea {
  --ltdlf-product-accent: #087b66;
  --ltdlf-product-navy: #06183d;
  --ltdlf-product-text: #263445;
  --ltdlf-product-muted: #617082;
  --ltdlf-product-soft: #f4fbf9;
  --ltdlf-product-border: rgba(6, 24, 61, .10);
  --ltdlf-product-border-strong: rgba(8, 123, 102, .24);
  --ltdlf-product-shadow: 0 18px 46px rgba(6, 24, 61, .08);
  --ltdlf-product-shadow-soft: 0 8px 20px rgba(6, 24, 61, .045);
  --ltdlf-product-radius: 18px;
  color: var(--ltdlf-product-text);
  box-sizing: border-box;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea *,
.elementor-widget-ltdlf_product_summary_pro_420crea *,
.elementor-widget-ltdlf_product_tabs_pro_420crea *,
.elementor-widget-ltdlf_related_products_pro_420crea *,
.elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea *,
.elementor-widget-ltdlf_product_gallery_pro_420crea *::before,
.elementor-widget-ltdlf_product_summary_pro_420crea *::before,
.elementor-widget-ltdlf_product_tabs_pro_420crea *::before,
.elementor-widget-ltdlf_related_products_pro_420crea *::before,
.elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea *::before,
.elementor-widget-ltdlf_product_gallery_pro_420crea *::after,
.elementor-widget-ltdlf_product_summary_pro_420crea *::after,
.elementor-widget-ltdlf_product_tabs_pro_420crea *::after,
.elementor-widget-ltdlf_related_products_pro_420crea *::after,
.elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea *::after {
  box-sizing: border-box;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea,
.elementor-widget-ltdlf_product_gallery_pro_420crea > .elementor-widget-container,
.elementor-widget-ltdlf_product_summary_pro_420crea,
.elementor-widget-ltdlf_product_summary_pro_420crea > .elementor-widget-container,
.elementor-widget-ltdlf_product_tabs_pro_420crea,
.elementor-widget-ltdlf_product_tabs_pro_420crea > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* ==========================================================
   Estructura recomendada Theme Builder
   ========================================================== */

.ltdlf-product-single-hero {
  align-items: flex-start !important;
  gap: clamp(28px, 4vw, 56px) !important;
}

.ltdlf-product-single-gallery-col,
.ltdlf-product-single-summary-col {
  min-width: 0 !important;
}

.ltdlf-product-single-summary-col {
  display: flex !important;
  align-items: center !important;
}

/* ==========================================================
   Galería producto
   ========================================================== */

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro {
  display: grid;
  gap: 16px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.no-thumbs {
  display: block;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.has-thumbs.layout-vertical_left {
  grid-template-columns: 82px minmax(0, 1fr);
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.has-thumbs.layout-vertical_right {
  grid-template-columns: minmax(0, 1fr) 82px;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.has-thumbs.layout-vertical_right .ltdlf-product-gallery-thumbs {
  order: 2;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.layout-bottom,
.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.layout-clean_slider {
  grid-template-columns: minmax(0, 1fr);
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.layout-bottom .ltdlf-product-gallery-thumbs,
.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.layout-clean_slider .ltdlf-product-gallery-thumbs {
  order: 2;
  flex-direction: row;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 6px;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.is-sticky-desktop {
  position: sticky;
  top: 24px;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 82px;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb,
.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-more {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  flex: 0 0 72px;
  border-radius: 16px;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb {
  border: 1px solid var(--ltdlf-product-border);
  background: var(--ltdlf-product-soft);
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--ltdlf-product-shadow-soft);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb:hover,
.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 102, .45);
  box-shadow: 0 12px 24px rgba(8, 123, 102, .12);
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--ltdlf-product-border);
  font-weight: 900;
  color: var(--ltdlf-product-navy);
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  overflow: hidden;
  border-radius: var(--ltdlf-product-radius);
  background: linear-gradient(135deg, #f4fbf9 0%, #ffffff 100%);
  box-shadow: var(--ltdlf-product-shadow);
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 22px;
  margin: 0;
}

.elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-zoom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #fff;
  color: var(--ltdlf-product-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(6, 24, 61, .14);
}

/* ==========================================================
   Resumen producto
   ========================================================== */

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-pro {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 620px;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(8, 123, 102, .10);
  color: var(--ltdlf-product-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-brand {
  color: var(--ltdlf-product-accent);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--ltdlf-product-navy);
  font-weight: 500;
  margin: 0;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-desc {
  font-size: 17px;
  line-height: 1.58;
  color: var(--ltdlf-product-muted);
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-desc p {
  margin: 0;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ltdlf-product-muted);
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-rating .star-rating {
  float: none;
  margin: 0;
  color: #f5a623;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-rating a {
  color: var(--ltdlf-product-muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(97, 112, 130, .25);
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price {
  font-size: 30px;
  font-weight: 950;
  color: var(--ltdlf-product-navy);
  line-height: 1.1;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price .woocommerce-Price-amount {
  color: inherit;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price small,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price .woocommerce-price-suffix {
  font-size: 13px;
  color: var(--ltdlf-product-muted);
  font-weight: 700;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price del {
  font-size: 18px;
  color: var(--ltdlf-product-muted);
  font-weight: 600;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price ins {
  text-decoration: none;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-unit-price {
  display: block;
  margin-top: -8px;
  color: var(--ltdlf-product-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-unit-price .woocommerce-Price-amount {
  color: inherit;
  font-weight: 850;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(8, 123, 102, .12);
  background: linear-gradient(135deg, #f4fbf9, #fff);
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 750;
  color: var(--ltdlf-product-text);
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-benefit span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(8, 123, 102, .12);
  color: var(--ltdlf-product-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart .quantity,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart .single_add_to_cart_button,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart .button.alt,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-heart {
  box-sizing: border-box;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  grid-template-areas:
    "stock stock"
    "form heart";
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart > p.stock,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart > .stock,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart > .availability,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart > .woocommerce-variation-availability {
  grid-area: stock;
  width: 100%;
  max-width: 100%;
  margin: 0 0 2px;
  padding: 0;
  font-size: 15px;
  line-height: 1.35;
  color: var(--ltdlf-product-text);
  white-space: normal;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart {
  grid-area: form;
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-areas:
    "innerstock innerstock"
    "qty button";
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  overflow: visible;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart > p.stock,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart > .stock,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart > .availability,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart > .woocommerce-variation-availability {
  grid-area: innerstock;
  width: 100%;
  max-width: 100%;
  margin: 0 0 2px;
  padding: 0;
  font-size: 15px;
  line-height: 1.35;
  white-space: normal;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .quantity {
  grid-area: qty;
  display: flex !important;
  align-items: center;
  width: 82px;
  min-width: 82px;
  max-width: 82px;
  margin: 0 !important;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .qty {
  width: 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 14px !important;
  border: 1px solid var(--ltdlf-product-border) !important;
  padding: 0 8px !important;
  text-align: center !important;
  font-size: 16px !important;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .single_add_to_cart_button,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .button.alt,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart button[type="submit"] {
  grid-area: button;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--ltdlf-product-navy) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(6, 24, 61, .18) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transform: none !important;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .single_add_to_cart_button:hover,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .button.alt:hover,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart button[type="submit"]:hover {
  background: var(--ltdlf-product-accent) !important;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-heart {
  grid-area: heart;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  min-height: 52px;
  margin: 0;
  justify-self: end;
  align-self: center;
  border-radius: 14px;
  border: 1px solid var(--ltdlf-product-border);
  background: #fff;
  font-size: 24px;
  color: var(--ltdlf-product-navy);
  cursor: pointer;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart .added_to_cart,
.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart .reset_variations {
  display: none !important;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-shipping {
  font-size: 13px;
  color: var(--ltdlf-product-muted);
  margin: 0;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 9px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ltdlf-product-border);
  box-shadow: var(--ltdlf-product-shadow-soft);
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-icon {
  grid-row: 1 / 3;
  color: var(--ltdlf-product-accent);
  font-size: 20px;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-item strong {
  font-size: 13px;
  color: var(--ltdlf-product-accent);
  line-height: 1.15;
}

.elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-item small {
  font-size: 11px;
  color: var(--ltdlf-product-muted);
  line-height: 1.25;
}

/* ==========================================================
   Tabs producto
   ========================================================== */

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro {
  margin-top: 28px;
  width: 100%;
  max-width: 100%;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-nav {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--ltdlf-product-border);
  overflow-x: auto;
  max-width: 100%;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-nav button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 16px 18px 14px;
  color: var(--ltdlf-product-navy);
  font-weight: 850;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-nav button.is-active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: var(--ltdlf-product-navy);
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-panels {
  padding: 28px 0;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-panel {
  display: none;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-panel.is-active {
  display: block;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-accordion-trigger {
  display: none;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-content {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ltdlf-product-text);
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-content h2,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-content h3 {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ltdlf-product-navy);
  letter-spacing: -.03em;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-list li {
  position: relative;
  padding-left: 24px;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ltdlf-product-accent);
  box-shadow: 0 0 0 4px rgba(8, 123, 102, .10);
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-content style,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tab-content script {
  display: none !important;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-tabs-nav,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-tabs-nav {
  display: flex;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-accordion-trigger,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-accordion-trigger {
  display: none;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-accordion .ltdlf-product-tabs-nav,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-clean .ltdlf-product-tabs-nav {
  display: none;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-accordion .ltdlf-product-tab-panel,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-clean .ltdlf-product-tab-panel {
  display: block;
  margin-bottom: 12px;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-accordion .ltdlf-product-accordion-trigger,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-clean .ltdlf-product-accordion-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--ltdlf-product-border);
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  font-weight: 900;
  color: var(--ltdlf-product-navy);
  cursor: pointer;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-clean .ltdlf-product-accordion-trigger {
  pointer-events: none;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-accordion .ltdlf-product-tab-content {
  display: none;
  padding: 18px;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-accordion .ltdlf-product-tab-panel.is-open .ltdlf-product-tab-content,
.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-accordion .ltdlf-product-tab-panel:first-child .ltdlf-product-tab-content {
  display: block;
}

.elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-clean .ltdlf-product-tab-content {
  display: block;
  padding: 18px 0 8px;
}

/* ==========================================================
   Productos relacionados
   ========================================================== */

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-pro {
  margin-top: 38px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-head h2 {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ltdlf-product-navy);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.035em;
  margin: 0;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-head a {
  color: var(--ltdlf-product-accent);
  font-weight: 850;
  text-decoration: none;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-card {
  border: 1px solid var(--ltdlf-product-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(6, 24, 61, .06);
  overflow: hidden;
  position: relative;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-image {
  display: block;
  background: var(--ltdlf-product-soft);
  padding: 18px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-body {
  padding: 18px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-body small {
  display: block;
  color: var(--ltdlf-product-muted);
  font-size: 11px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-body h3 {
  font-size: 16px;
  line-height: 1.25;
  margin: 4px 0 10px;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-body h3 a {
  color: var(--ltdlf-product-navy);
  text-decoration: none;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-price {
  font-weight: 900;
  color: var(--ltdlf-product-navy);
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-unit-price {
  margin-top: 3px;
  color: var(--ltdlf-product-muted);
  font-size: 12px;
  font-weight: 750;
}

.elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-product-cart {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--ltdlf-product-accent);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================
   Sticky compra móvil
   ========================================================== */

.elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea .ltdlf-sticky-cart-mobile,
.ltdlf-sticky-cart-mobile {
  display: none;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 9998;
  background: #fff;
  border: 1px solid var(--ltdlf-product-border);
  box-shadow: 0 18px 50px rgba(6, 24, 61, .20);
  border-radius: 18px;
  padding: 10px;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea .ltdlf-sticky-cart-mobile.is-visible,
.ltdlf-sticky-cart-mobile.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.ltdlf-sticky-cart-mobile div {
  min-width: 0;
  flex: 1;
}

.ltdlf-sticky-cart-mobile strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: var(--ltdlf-product-navy);
}

.ltdlf-sticky-cart-mobile span {
  font-weight: 900;
  color: var(--ltdlf-product-accent);
}

.ltdlf-sticky-cart-mobile em {
  display: block;
  font-style: normal;
  color: var(--ltdlf-product-muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ltdlf-sticky-cart-mobile .button {
  border-radius: 14px !important;
  background: var(--ltdlf-product-navy) !important;
  color: #fff !important;
  font-weight: 900 !important;
  padding: 12px 14px !important;
  text-decoration: none !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  line-height: 1.1;
  text-align: center;
}

/* ==========================================================
   Tablet
   ========================================================== */

@media (max-width: 1024px) {
  .ltdlf-product-single-hero {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 26px !important;
  }

  .ltdlf-product-single-gallery-col,
  .ltdlf-product-single-summary-col {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }

  .ltdlf-product-single-summary-col {
    align-items: flex-start !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.has-thumbs.layout-vertical_left,
  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.has-thumbs.layout-vertical_right {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumbs {
    order: 2 !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    max-width: 100% !important;
    padding: 2px 0 6px !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb,
  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-more {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    flex-basis: 64px !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-pro.is-sticky-desktop {
    position: static !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-pro {
    max-width: 100% !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-title {
    font-size: clamp(36px, 7vw, 50px);
  }
}

/* ==========================================================
   Móvil
   ========================================================== */

@media (max-width: 767px) {
  .ltdlf-product-single-hero {
    padding-left: 12px !important;
    padding-right: 12px !important;
    gap: 18px !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-main {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / .86 !important;
    border-radius: 22px !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-main img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 18px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumbs {
    gap: 10px !important;
    padding: 10px 0 2px !important;
    scrollbar-width: thin;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-thumb,
  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-more {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    border-radius: 14px !important;
    flex: 0 0 70px !important;
  }

  .elementor-widget-ltdlf_product_gallery_pro_420crea .ltdlf-product-gallery-zoom {
    right: 12px !important;
    bottom: 12px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-pro {
    max-width: 100% !important;
    gap: 12px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-title {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.04em !important;
    max-width: 100% !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-brand {
    font-size: 12px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-desc {
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-price {
    font-size: 24px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-unit-price {
    font-size: 13px !important;
    margin-top: -8px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-benefit {
    border-radius: 12px !important;
    padding: 12px !important;
    font-size: 14px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    grid-template-areas:
      "stock stock"
      "form heart" !important;
    gap: 10px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    grid-template-areas:
      "innerstock innerstock"
      "qty button" !important;
    column-gap: 10px !important;
    row-gap: 8px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .quantity {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    flex: 0 0 76px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .qty {
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 8px !important;
    font-size: 16px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .single_add_to_cart_button,
  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .button.alt,
  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart button[type="submit"] {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 15px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-heart {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 50px !important;
    min-height: 50px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-shipping {
    font-size: 12.5px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--ltdlf-product-border);
    border-radius: 18px;
    overflow: hidden;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-item {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    grid-template-columns: 1fr;
    text-align: center;
    padding: 11px 6px;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-icon {
    grid-row: auto;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-item strong {
    font-size: 11px;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-trust-item small {
    font-size: 10px;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-tabs-nav {
    display: flex !important;
    gap: 0 !important;
    padding-bottom: 4px !important;
    overflow-x: auto !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-tabs-nav button {
    font-size: 12px !important;
    font-weight: 900 !important;
    padding: 14px 14px 12px !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-tab-panel {
    display: none !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-tab-panel.is-active {
    display: block !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs_all .ltdlf-product-accordion-trigger {
    display: none !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-tabs-nav {
    display: none !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-tab-panel {
    display: block !important;
    margin-bottom: 10px !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-accordion-trigger {
    display: flex !important;
    width: 100% !important;
    border: 1px solid var(--ltdlf-product-border) !important;
    background: #fff !important;
    border-radius: 14px !important;
    padding: 15px 16px !important;
    font-weight: 900 !important;
    color: var(--ltdlf-product-navy) !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-tab-content {
    display: none !important;
    padding: 16px 4px !important;
  }

  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-tab-panel.is-open .ltdlf-product-tab-content,
  .elementor-widget-ltdlf_product_tabs_pro_420crea .ltdlf-product-tabs-pro.layout-tabs .ltdlf-product-tab-panel:first-child .ltdlf-product-tab-content {
    display: block !important;
  }

  .elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-grid {
    grid-template-columns: 1fr !important;
  }

  .elementor-widget-ltdlf_related_products_pro_420crea .ltdlf-related-products-head {
    align-items: flex-start;
  }

  .elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea .ltdlf-sticky-cart-mobile,
  .ltdlf-sticky-cart-mobile {
    display: flex !important;
    left: 12px !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    border-radius: 22px !important;
    padding: 12px 14px !important;
    gap: 12px !important;
  }

  .ltdlf-sticky-cart-mobile:not(.is-visible) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(14px) !important;
  }

  .ltdlf-sticky-cart-mobile.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .ltdlf-sticky-cart-mobile .button {
    min-width: 160px !important;
  }

  body.ltdlf-has-visible-sticky-cart {
    padding-bottom: 96px;
  }
}

@media (min-width: 768px) {
  .elementor-widget-ltdlf_sticky_add_to_cart_mobile_420crea .ltdlf-sticky-cart-mobile,
  .ltdlf-sticky-cart-mobile {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart {
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 8px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    column-gap: 8px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .quantity,
  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .qty {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .single_add_to_cart_button,
  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart .button.alt,
  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-summary-cart form.cart button[type="submit"] {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .elementor-widget-ltdlf_product_summary_pro_420crea .ltdlf-product-heart {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }
}
