﻿/* ============================================================
   TEXTIL DEL HOGAR â€” FICHA DE PRODUCTO
   Escrito contra las medidas reales del diseÃ±o entregado
   (Tienda Textil del Hogar - standalone.html):

     .wrap 1240 Â· padding 24 24 48
     contenido       1192 px, alineado con el menu principal
     grid            578px + 578px Â· gap 36
       galeria       rail vertical + foto cuadrada
       info          flex column gap 6
     pestanas        ancho de contenido Â· boton 15/800 pad 12 18
     relacionados    1192
   ============================================================ */

/* ---- ancho y retÃ­cula general ----
   v4: fluido, sin tope. Galeria grande (7) + info (5). */
#product #wrapper > .container{
  width:auto !important; max-width:none !important;
  padding-left:var(--gutter); padding-right:var(--gutter);
}
#product #wrapper > .container > .row{ margin-left:0; margin-right:0; }
#product #content-wrapper{ padding:0; }

.tdh-pdp{ display:flex; flex-direction:column; padding:0 0 48px; }
.tdh-pdp > *{ order:4; }
.tdh-pdp > .tdh-pdp-cols{ order:1; }
.tdh-pdp > .tdh-pdp-related{ order:2; }
.tdh-pdp > .tdh-pdp-tabs{ order:3; }

.tdh-pdp-cols{
  display:grid; grid-template-columns:minmax(0,7fr) minmax(0,5fr); gap:clamp(24px, 3.4vw, 56px); align-items:start;
  margin:0 0 44px;
}
/* min-width:0 para que la foto no imponga su ancho intrinseco a la columna */
.tdh-pdp-cols > *{ min-width:0; }

/* ============================================================
   GALERIA
   ============================================================ */
/* classic limita la galeria con `#product #content{max-width:452px}` (el ancho
   de medium_default). Con dos IDs gana a cualquier selector de clases, asi que
   hay que igualar el nivel. Sin esto la galeria se queda en 452 dentro de una
   columna de 593 y las dos mitades no cuadran. */
#product #content,
#product .tdh-pdp-gallery,
#product .tdh-pdp-gallery > .page-content{ width:100%; max-width:none; padding:0; }

/* El prototipo mantiene la galeria en el flujo normal. */
@media (min-width:992px){
  .tdh-pdp-gallery{ position:static; align-self:start; }
}

.tdh-gal{
  display:grid; grid-template-columns:86px minmax(0,1fr); gap:14px;
  align-items:start;
}

.tdh-gal__stage{ position:relative; grid-column:2; grid-row:1; }
.tdh-gal__cover{
  position:relative; overflow:hidden; border-radius:var(--r-xs);
  background:var(--bg3); aspect-ratio:1/1; margin:0 !important;
}
.tdh-gal__img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* zoom */
.tdh-gal__zoom{
  position:absolute; top:14px; right:14px; z-index:2;
  width:40px; height:40px; border-radius:99px; background:rgba(255,255,255,.92);
  box-shadow:var(--sh-sm); display:flex; align-items:center; justify-content:center;
  color:var(--teal-700); cursor:pointer; transition:.18s ease; border:0;
}
.tdh-gal__zoom:hover{ background:#fff; box-shadow:var(--sh-card); }
.tdh-gal__zoom .tdh-ico{ font-size:20px; }
.tdh-gal__zoom{ display:none !important; }

/* prueba social sobre la foto */
.tdh-gal__bought{
  position:absolute; bottom:0; left:0; z-index:3;
  display:inline-flex; align-items:center; gap:5px;
  background:rgba(28,28,26,.82); color:#fff; border-radius:0;
  padding:7px 13px 7px 10px; font-family:var(--font-display); font-weight:700;
  font-size:12px; white-space:nowrap;
}
.tdh-gal__bought .tdh-ico{ font-size:13px; color:#fff; }

/* Rail vertical sin carrusel: todas las imÃ¡genes quedan visibles. */
.tdh-gal__thumbs{
  grid-column:1; grid-row:1; display:flex; flex-direction:column; gap:10px;
  overflow:visible; list-style:none; margin:0; padding:0;
}
.tdh-gal__thumb{
  width:86px; aspect-ratio:1/1; height:auto; margin:0;
  border-radius:var(--r-xs); overflow:hidden; background:var(--bg3);
}
.tdh-gal__thumb-btn{
  width:100%; height:100%; padding:0; border:2px solid transparent;
  border-radius:var(--r-xs); overflow:hidden; background:transparent; cursor:pointer;
  transition:border-color .18s ease;
}
.tdh-gal__thumb.is-active .tdh-gal__thumb-btn{ border-color:var(--ink); }
.tdh-gal__thumb.is-active .tdh-gal__thumb-btn{ box-shadow:none; }
.tdh-gal__thumb-btn:hover{ border-color:var(--fg3); }
.tdh-gal__thumb-btn:focus-visible{ outline:2px solid var(--focus); outline-offset:-3px; }
.tdh-gal__thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

/* ============================================================
   COLUMNA DE INFORMACION
   Los margenes reproducen los del diseno bloque a bloque, para que no
   queden huecos muertos entre secciones.
   ============================================================ */
.tdh-pdp-info{ display:flex; flex-direction:column; gap:0; }
.tdh-pdp-block{ min-width:0; }
.tdh-pdp-identity{ display:flex; flex-direction:column; gap:8px; }
.tdh-pdp-offer{ display:flex; flex-direction:column; gap:8px; margin-top:16px; }
.tdh-pdp-config{ margin-top:24px; }
.tdh-pdp-fulfilment{ display:flex; flex-direction:column; gap:16px; margin-top:16px; }

.tdh-pdp-brand-row{ display:flex; align-items:center; gap:10px; margin:0; }
.tdh-pdp-brand{ font-size:13px; }
.tdh-pdp-info .tdh-top{
  display:inline-flex; align-items:center; gap:4px;
  background:var(--ink); color:#fff; border-radius:var(--r-xs);
  padding:4px 10px 4px 8px; font-family:var(--font-display); font-weight:800; font-size:11px;
}
.tdh-pdp-info .tdh-top .tdh-ico{ font-size:11px; }

/* margenes exactos del diseno: 14 arriba, 4 abajo (el gap de 6 de la columna
   ya suma, por eso no se ponen mas) */
.tdh-pdp-info .tdh-pdp-title{
  font-family:var(--font-display); font-weight:800; font-size:clamp(30px, 3vw, 38px); line-height:1.14;
  letter-spacing:-.015em; color:var(--ink); margin:8px 0 0;
}

.tdh-pdp-rating{ display:flex; align-items:center; gap:8px; margin:0; min-height:23px; }
.tdh-pdp-rating .stars,
.tdh-pdp-rating .tdh-stars__glifos{ color:var(--star); letter-spacing:1px; font-size:16px; }
.tdh-pdp-rating small,
.tdh-pdp-rating .comments-nb{ font-family:var(--font-body); font-size:15px; color:var(--fg2); }

/* precio â€” el bloque real que pinta PrestaShop es .product-prices; sin
   apuntarlo, sus margenes propios dejaban 34px de hueco (el diseno tiene 8). */
.tdh-pdp-info .product-prices,
.tdh-pdp-prices{
  display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; margin:0;
}
.tdh-pdp-info .product-prices > div{ margin:0; }
.tdh-pdp-info .product-prices .product-price{ margin:0; }
.tdh-pdp-info .product-prices .current-price{
  display:flex; align-items:baseline; gap:12px; flex-wrap:wrap;
}
.tdh-pdp-info .product-prices .tax-shipping-delivery-label{
  flex:1 0 100%; margin:2px 0 0;
  font-family:var(--font-body); font-weight:600; font-size:13px; color:var(--fg3);
}
.tdh-pdp-info .product-prices .current-price,
.tdh-pdp-info .product-prices .price,
.tdh-pdp-prices .current-price,
.tdh-pdp-prices .price{
  font-family:var(--font-display); font-weight:900; font-size:clamp(34px, 3.2vw, 42px); color:var(--price);
  white-space:nowrap; line-height:1.1;
}
.tdh-pdp-info .product-prices .regular-price,
.tdh-pdp-prices .regular-price{
  font-family:var(--font-body); font-weight:400; font-size:21px; color:var(--fg3);
  text-decoration:line-through; white-space:nowrap;
}
.tdh-pdp-info .product-prices .discount-percentage,
.tdh-pdp-info .product-prices .discount,
.tdh-pdp-prices .discount-percentage,
.tdh-pdp-prices .discount{
  background:var(--sale); color:#fff; border-radius:var(--r-xs);
  padding:6px 11px; font-family:var(--font-display); font-weight:800; font-size:13px;
}
.tdh-pdp-taxes{
  font-family:var(--font-body); font-weight:600; font-size:13px; color:var(--fg3); margin:2px 0 0;
}

.tdh-pdp-short{
  font-family:var(--font-body); font-size:17px; line-height:1.6; color:var(--fg2);
  margin:0;
}
.tdh-pdp-short p{ margin:0 0 8px; }
.tdh-pdp-short > :last-child{ margin-bottom:0; }

/* ---- variantes: desplegables en dos columnas (como el diseno) ---- */
.tdh-pdp-variants{
  display:flex; flex-wrap:wrap; gap:28px; margin:0 0 16px;
}
.tdh-pdp-variants .tdh-variant{ flex:1 1 0; min-width:160px; margin:0; }
.tdh-pdp-variants .tdh-variant[data-name="Color"]{ order:10; }
/* classic alinea TODOS los <label> a la derecha (`.label, label{text-align:right}`) */
.tdh-pdp-variants .tdh-variant .tdh-variant__label{
  display:block; text-align:left; float:none; width:auto;
  font-family:var(--font-body); font-size:15px; font-weight:700;
  color:var(--fg1); margin:0 0 8px; text-transform:none;
}
.tdh-variant__control{ position:relative; display:block; }
/* classic fuerza `.product-variants > .product-variants-item select{width:auto}`,
   mas especifico que una sola clase: hay que igualar el nivel. */
.tdh-pdp-variants .tdh-variant .tdh-variant__select,
.product-variants > .product-variants-item select.tdh-variant__select{
  width:100%; height:auto; appearance:none; -webkit-appearance:none; -moz-appearance:none;
  background:#fff; border:1.5px solid var(--line); border-radius:var(--r-xs);
  padding:13px 40px 13px 16px; margin:0;
  font-family:var(--font-display); font-weight:700; font-size:15px; color:var(--ink);
  cursor:pointer; transition:.15s ease; box-shadow:none;
}
.tdh-variant__select:hover{ border-color:var(--ink); }
.tdh-variant__select:focus{ outline:0; border-color:var(--ink); box-shadow:0 0 0 3px var(--line-2); }
.tdh-variant__caret{
  position:absolute; right:14px; top:50%; transform:translateY(-50%);
  font-size:16px; color:var(--fg2); pointer-events:none;
}

/* ---- fila de accion: cantidad + anadir al carrito + favorito ----
   Una sola fila alineada, como el diseno: el boton ocupa el espacio libre y
   el corazon es un circulo de 44. Sin esto la fila queda a tres alturas
   distintas (el spinner de cantidad mide 88 de alto) y deja hueco muerto. */
.product-actions .product-quantity{
  display:flex; align-items:center; gap:12px; margin:0; flex-wrap:nowrap;
}
.product-actions .product-quantity::after{ display:none; }
/* el diseno no rotula la cantidad: el campo se explica solo.
   Ojo: el <span class="control-label"> cuelga de .product-add-to-cart, no de
   .product-quantity, que es donde se buscaba al principio. */
.tdh-pdp-info .product-add-to-cart > .control-label,
.product-actions .product-quantity > .control-label{ display:none; }
/* el bloque de descripcion corta no debe anadir margen propio: el hueco
   hasta los selectores lo fija .tdh-pdp-short (14px), como en el diseno */
.tdh-pdp-info .product-information{ margin:0; }
.tdh-pdp-info .product-information > :last-child{ margin-bottom:0; }
.product-actions .product-quantity .qty{ display:none; margin:0; flex-shrink:0; }
.product-actions .product-quantity .qty .input-group{ width:auto; }
.product-actions .product-quantity .qty input.form-control{
  width:56px; height:48px; text-align:center; padding:0 6px; margin:0;
  border:1.5px solid var(--line); border-radius:var(--r-xs);
  font-family:var(--font-display); font-weight:800; font-size:15px; color:var(--fg1);
}
/* las flechitas del touchspin sobran: el diseno no las tiene */
.product-actions .product-quantity .bootstrap-touchspin .input-group-btn-vertical{ display:none; }
.product-actions .product-minimal-quantity:empty{ display:none; }

.tdh-pdp-cart-control{ flex:1; min-width:0; }
.product-actions .product-quantity .add{ width:100%; min-width:0; margin:0; }
.product-actions .add-to-cart{ width:100%; min-height:52px; font-size:14.5px; }
.tdh-pdp-stepper{
  width:100%; min-height:52px; display:flex; align-items:center; justify-content:center;
  border:1.5px solid var(--line); border-radius:var(--r-xs); overflow:hidden;
  background:#fff; animation:tdh-add-pop .3s cubic-bezier(.16,1,.3,1);
}
.tdh-pdp-stepper[hidden], .js-tdh-pdp-add[hidden]{ display:none !important; }
.tdh-pdp-stepper__btn{
  width:52px; min-width:44px; height:52px; padding:0; border:0; background:transparent;
  display:flex; align-items:center; justify-content:center; color:var(--ink); cursor:pointer;
}
.tdh-pdp-stepper__btn:hover{ background:var(--bg3); color:#000; }
.tdh-pdp-stepper__btn:focus-visible{ outline:2px solid var(--focus); outline-offset:-3px; }
.tdh-pdp-stepper__btn:disabled{ opacity:.4; cursor:not-allowed; }
.tdh-pdp-stepper__qty{
  min-width:42px; text-align:center; font-family:var(--font-display);
  font-size:16px; font-weight:800; color:var(--ink);
}
.js-tdh-pdp-cart[aria-busy="true"]{ opacity:.68; }
.js-tdh-pdp-cart[aria-busy="true"] button{ pointer-events:none; }
@media (prefers-reduced-motion:reduce){ .tdh-pdp-stepper{ animation:none; } }

/* corazon: lo pinta blockwishlist como .wishlist-button-add */
.product-actions .wishlist-button-add,
.tdh-pdp-fav{
  width:52px; height:52px; min-width:52px; flex-shrink:0; padding:0; margin:0;
  display:flex; align-items:center; justify-content:center;
  background:#fff; color:var(--ink); border:1.5px solid var(--line);
  border-radius:var(--r-xs); cursor:pointer; transition:.18s ease; box-shadow:none;
}
.product-actions .wishlist-button-add:hover,
.tdh-pdp-fav:hover{ background:var(--bg3); border-color:var(--ink); }
.product-actions .wishlist-button-add .tdh-ico,
.product-actions .wishlist-button-add svg,
.tdh-pdp-fav .tdh-ico{ width:18px; height:18px; font-size:18px; }

/* ---- stock ---- */
.tdh-pdp-stock{
  display:flex; align-items:center; gap:7px; margin:0;
  font-family:var(--font-body); font-size:15px; font-weight:700; color:var(--success);
  min-height:23px;
}
.tdh-pdp-stock-text{ display:inline-flex; align-items:center; gap:7px; }
.tdh-stock-dot{
  width:9px; height:9px; border-radius:99px; background:var(--success); flex-shrink:0;
}
.tdh-pdp-stock.is-fast .tdh-stock-dot{ animation:tdh-pulse-dot 2.2s ease-in-out infinite; }
@media (prefers-reduced-motion:reduce){ .tdh-stock-dot{ animation:none; } }
.tdh-pdp-stock.is-out{ color:var(--sale); }
.tdh-pdp-stock.is-out .tdh-stock-dot{ background:var(--sale); animation:none; }

.tdh-pdp-ship-info{ position:relative; display:inline-flex; }
.tdh-pdp-ship-btn{
  width:17px; height:17px; padding:0; flex-shrink:0;
  border:1px solid var(--line); background:#fff; color:var(--fg2);
  border-radius:99px; display:flex; align-items:center; justify-content:center; cursor:pointer;
}
.tdh-pdp-ship-btn .tdh-ico{ font-size:11px; }
.tdh-pdp-ship-btn:focus-visible{ outline:2px solid var(--focus); outline-offset:2px; }
.tdh-pdp-ship-popover{
  position:absolute; bottom:calc(100% + 10px); right:0; z-index:20;
  width:240px; max-width:calc(100vw - 48px);
  background:#fff; border:1px solid var(--line); border-radius:var(--r-md);
  box-shadow:var(--sh-lift); padding:12px 14px;
  font-family:var(--font-body); font-weight:400; font-size:13px; line-height:1.5; color:var(--fg2);
  white-space:normal; text-align:left;
}
.tdh-pdp-ship-popover[hidden]{ display:none; }
.tdh-pdp-ship-popover__head{
  display:flex; align-items:center; justify-content:space-between; margin:0 0 6px;
}
.tdh-pdp-ship-popover__head span{
  font-family:var(--font-display); font-weight:800; font-size:12.5px; color:var(--fg1);
}
.tdh-pdp-ship-popover__close{
  border:0; background:none; padding:2px; cursor:pointer; color:var(--fg3); display:flex;
}

/* ---- metodos de pago ---- */
.tdh-pdp-payments{
  display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin:0;
}
.tdh-pdp-pay{ display:flex; align-items:center; gap:5px; }
.tdh-pdp-pay .tdh-ico{ font-size:13px; flex-shrink:0; }
.tdh-pdp-pay span,
.tdh-pdp-pay{
  font-family:var(--font-body); font-size:13px; font-weight:700; color:var(--fg2); white-space:nowrap;
}

/* ---- USPs ---- */
.tdh-pdp-usps{
  display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
  margin:32px 0 0; padding:24px 0 8px; border-top:1px solid var(--line);
}
.tdh-pdp-usp{
  display:flex; align-items:center; justify-content:center; gap:7px; text-align:center;
  background:#fff; border:1px solid var(--line); border-radius:var(--r-xs);
  padding:11px 10px;
  font-family:var(--font-body); font-size:12.5px; font-weight:700; color:var(--fg2);
}
.tdh-pdp-usp .tdh-ico{ font-size:16px; flex-shrink:0; color:var(--ink); }

/* ============================================================
   PESTANAS
   ============================================================ */
.tdh-pdp-tabs{ margin:0 0 44px; padding:0; }
.tdh-pdp-tabs .nav-tabs{
  display:inline-flex; width:max-content; max-width:100%; gap:6px;
  border:0; border-bottom:1px solid var(--line); margin:0; padding:0;
  overflow-x:auto; overflow-y:hidden; scrollbar-width:none;
}
.tdh-pdp-tabs .nav-tabs::-webkit-scrollbar{ display:none; }
.tdh-pdp-tabs .nav-item{ margin:0; }
.tdh-pdp-tabs .nav-link{
  display:block; background:none; border:0; border-bottom:3px solid transparent;
  padding:12px 18px; margin-bottom:-1px;
  font-family:var(--font-display); font-weight:800; font-size:15px; color:var(--fg2);
  transition:.15s ease;
}
.tdh-pdp-tabs .nav-link:hover{ color:var(--ink); }
.tdh-pdp-tabs .nav-link.active{ border-bottom-color:var(--ink); color:var(--ink); }
.tdh-pdp-tabs .nav-link:focus-visible{ outline:2px solid var(--focus); outline-offset:-3px; }
.tdh-pdp-tabs .tab-content{ padding:18px 0 0; max-width:720px; }
.tdh-pdp-tabs .tab-content p{
  font-family:var(--font-body); font-size:16px; line-height:1.6; color:var(--fg2); margin:0 0 10px;
}
/* Ãšnico ajuste solicitado para descripciones largas: margen alrededor del texto. */
.tdh-pdp-tabs #description .product-description{ margin:0 24px 24px; }
.tdh-pdp-tabs #description .product-description > :last-child{ margin-bottom:0; }
.tdh-pdp-tabs #description .product-description img{
  display:block; width:auto; max-width:100%; height:auto; margin:14px auto 22px;
  border-radius:var(--r-md);
}
.tdh-pdp-tabs #description .product-description .tdh-video{
  position:relative; width:min(100%,720px); aspect-ratio:16/9;
  margin:14px 0 24px; overflow:hidden; border-radius:var(--r-lg); background:#101717;
}
.tdh-pdp-tabs #description .product-description .tdh-video iframe{
  position:absolute; inset:0; width:100%; height:100%; border:0;
}

/* ============================================================
   RELACIONADOS â€” filas horizontales compactas (como el diseno)
   ============================================================ */
.tdh-pdp-related{ margin:0 0 44px; }
.tdh-pdp-related-eyebrow{
  font-family:var(--font-display); font-weight:800; font-size:13px;
  letter-spacing:.14em; text-transform:uppercase; color:var(--teal-600);
}
.tdh-pdp-related-title{
  font-family:var(--font-display); font-weight:700; font-size:24px; line-height:1.25;
  color:var(--ink); margin:6px 0 18px;
}
.tdh-rel-grid{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:14px;
}
.tdh-rel-row{
  display:flex; align-items:center; gap:14px; min-width:0;
  background:#fff; border:1px solid var(--line); border-radius:var(--r-xs); box-shadow:none; padding:14px 16px;
}
.tdh-rel-row__img{
  width:64px; height:64px; flex-shrink:0; border-radius:var(--r-xs);
  overflow:hidden; background:var(--bg3);
}
.tdh-rel-row__img img{ width:100%; height:100%; object-fit:cover; display:block; }
.tdh-rel-row__body{ flex:1; min-width:0; }
.tdh-rel-row__brand{
  font-family:var(--font-display); font-weight:800; font-size:10px;
  letter-spacing:.14em; text-transform:uppercase; color:var(--teal-600);
}
.tdh-rel-row__name{
  display:block;
  font-family:var(--font-display); font-weight:700; font-size:14.5px; line-height:1.3;
  color:var(--ink); margin:2px 0 4px;
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.tdh-rel-row__name:hover{ color:var(--teal-700); }
.tdh-rel-row__prices{ display:flex; align-items:baseline; gap:7px; }
.tdh-rel-row__price{ font-family:var(--font-display); font-weight:800; font-size:16px; color:var(--price); }
.tdh-rel-row__old{ font-family:var(--font-body); font-size:12.5px; color:var(--fg3); text-decoration:line-through; }
.tdh-rel-row__btn{
  width:38px; height:38px; flex-shrink:0; border:0; border-radius:var(--r-xs);
  background:var(--ink); color:#fff; cursor:pointer;
  display:flex; align-items:center; justify-content:center; transition:.18s ease;
}
.tdh-rel-row__btn:hover{ background:#000; }
.tdh-rel-row__btn .tdh-ico{ font-size:17px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:991px){
  .tdh-pdp-cols{ grid-template-columns:1fr; gap:28px; margin-bottom:32px; }
  .tdh-pdp-title{ font-size:28px; }
  .tdh-pdp-info .product-prices .current-price,
  .tdh-pdp-info .product-prices .price,
  .tdh-pdp-prices .current-price,
  .tdh-pdp-prices .price{ font-size:34px; }
  .tdh-pdp-usps{ margin-top:28px; padding-top:20px; }
  .tdh-gal{ grid-template-columns:72px minmax(0,1fr); gap:12px; }
  .tdh-gal__thumb{ width:72px; }
}
@media (max-width:575px){
  .tdh-pdp-title{ font-size:24px; }
  .tdh-pdp-info .product-prices .current-price,
  .tdh-pdp-info .product-prices .price,
  .tdh-pdp-prices .current-price,
  .tdh-pdp-prices .price{ font-size:30px; }
  .tdh-gal{ grid-template-columns:minmax(0,1fr); gap:10px; }
  .tdh-gal__stage{ grid-column:1; grid-row:1; }
  .tdh-gal__thumbs{
    grid-column:1; grid-row:2; display:grid; grid-auto-flow:column;
    grid-auto-columns:72px; gap:8px; overflow-x:auto; overflow-y:hidden;
    scrollbar-width:none; padding-bottom:3px;
  }
  .tdh-gal__thumbs::-webkit-scrollbar{ display:none; }
  .tdh-gal__thumb{ width:72px; }
  .tdh-pdp-usps{ grid-template-columns:1fr; }
  .tdh-pdp-variants{ gap:16px; }
  .tdh-variant{ flex:1 1 100%; }
  .tdh-pdp-tabs .nav-tabs{ display:flex; width:100%; }
  .tdh-pdp-tabs .nav-link{ white-space:nowrap; padding:12px 14px; }
}

/* ------------------------------------------------------------
   Migrado desde legacy-catalogo.css al terminar el rediseno v3.
   ------------------------------------------------------------ */
.tax-shipping-delivery-label{ color:var(--fg3); font-size:13px; margin:2px 0 0; }

/* Compartir + "Escriba su reseÃ±a": hooks de modulos que el diseno no contempla.
   Se colocan al final del bloque, discretos, para no romper la secuencia
   boton -> stock -> pagos -> USPs. */
.tdh-pdp-extra{ margin:20px 0 0; display:flex; flex-direction:column; gap:12px; }
.tdh-pdp-extra .social-sharing{ display:flex; align-items:center; gap:10px; margin:0; }
.tdh-pdp-extra .social-sharing span{
  font-family:var(--font-body); font-size:13px; font-weight:700; color:var(--fg2);
}
.tdh-pdp-extra .social-sharing ul{ display:flex; gap:8px; list-style:none; margin:0; padding:0; }
.tdh-pdp-extra .btn-comment{ align-self:flex-start; }
