/* Diseno-8: capa final del storefront. Se carga despues de Classic y de las
   capas historicas para fijar un unico contrato visual fuera de la home. */

:root {
  --sale:#9d3447;
  --sale-bg:#f7e9ec;
  --tdh-sticky-top:120px;
}

body:not(.page-index) #wrapper { background:#fff; }
/* Classic confunde el cajón desplazado fuera de pantalla con un menú abierto
   al redimensionar. Nuestro cajón usa scrim y nunca oculta la página. */
html.tdh-theme #notifications,
html.tdh-theme #wrapper,
html.tdh-theme #footer { display:block !important; }
body:not(.page-index) #wrapper > .container {
  width:100% !important;
  max-width:none !important;
  padding-right:var(--gutter) !important;
  padding-left:var(--gutter) !important;
}

body:not(.page-index) .breadcrumb { margin:26px 0 0; font-size:13px; }
body:not(.page-index) .breadcrumb li::after { color:var(--line-dark); }

/* Newsletter: Classic imponia 800 px y posicionaba el submit sobre el texto. */
#footer .tdh8-newsletter.block_newsletter {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}
#footer .tdh8-newsletter-copy,
#footer .tdh8-newsletter-formwrap,
#footer .tdh8-newsletter form { min-width:0; width:100%; }
#footer .tdh8-newsletter-row {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:24px !important;
}
#footer .tdh8-newsletter-submit {
  display:inline-flex !important;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  position:static !important;
  width:auto !important;
  min-height:52px;
  margin:0 !important;
  padding:0 18px !important;
  border:1px solid #fff !important;
  border-radius:0 !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:none !important;
  cursor:pointer;
  transform:none !important;
  transition:background-color 180ms ease, color 180ms ease;
}
#footer .tdh8-newsletter #block-newsletter-label {
  color:#bebdb8;
  font-size:18px;
  line-height:1.5;
}
#footer .tdh8-newsletter input[type="email"] {
  box-sizing:border-box;
  min-width:0;
  min-height:52px;
  height:52px;
  padding:12px 2px !important;
  border:0 !important;
  border-bottom:1px solid #777 !important;
  border-radius:0;
  outline:0;
  background:transparent !important;
  box-shadow:none !important;
  color:#fff;
  font-size:21px;
  line-height:1.4;
}
#footer .tdh8-newsletter input[type="email"]::placeholder {
  color:#aaa;
  opacity:1;
}
#footer .tdh8-newsletter input[type="email"]:focus-visible,
#footer .tdh8-newsletter .tdh8-newsletter-submit:focus-visible {
  outline:2px solid #fff !important;
  outline-offset:4px;
}
#footer .tdh8-newsletter .tdh8-newsletter-submit:hover {
  background:transparent !important;
  color:#fff !important;
}
#footer .tdh8-newsletter .tdh8-newsletter-submit:active {
  background:#e9e8e3 !important;
  color:#111 !important;
}
#footer .tdh8-newsletter .tdh8-newsletter-legal { color:#aaa !important; }

/* Catalogo: cabecera, subcategorias, filtros y listado. */
#category .tdh-cat-hero { display:none !important; }
#category .tdh-cat-header {
  margin-right:calc(var(--gutter) * -1);
  margin-left:calc(var(--gutter) * -1);
  padding:0 var(--gutter);
  background:var(--bg3);
}
#category .tdh-cat-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:start;
  gap:clamp(40px,7vw,120px);
  padding:clamp(38px,4vw,62px) 0 34px;
}
#category .tdh-cat-title {
  margin:0;
  font-size:clamp(31px,4vw,52px) !important;
  line-height:.98;
  letter-spacing:-.035em;
  text-transform:none;
}
#category .tdh-cat-subtitle { margin:16px 0 0; color:var(--fg3); font-size:13px; }
#category .tdh-cat-intro { min-width:0; max-width:72ch; margin:0; scroll-margin-top:calc(var(--tdh-sticky-top) + 24px); }
#category .tdh-cat-intro__text {
  color:var(--fg2);
  font-size:17px;
  line-height:1.55;
}
#category .tdh-cat-intro__text > :first-child { margin-top:0; }
#category .tdh-cat-intro__text > :last-child { margin-bottom:0; }
.tdh-cat-subcats { margin:0 0 34px !important; padding:28px 0 0; }
.tdh-cat-subcats__head { margin:0 0 16px !important; }
.tdh-cat-subcats__head h2 { margin:0; font-size:18px !important; letter-spacing:-.02em; }
.tdh-cat-subcats__grid {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  grid-auto-flow:row !important;
  gap:0 !important;
  overflow:visible !important;
  border-top:1px solid var(--ink) !important;
  border-left:1px solid var(--ink) !important;
}
.tdh-cat-subcats__grid > li {
  min-width:0 !important;
  border-right:1px solid var(--ink) !important;
  border-bottom:1px solid var(--ink) !important;
}
.tdh-cat-subcats__more { margin-top:8px; }
.tdh-cat-subcats__more > summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-sizing:border-box;
  width:100%;
  min-height:52px;
  padding:12px 18px;
  border:1px solid var(--line);
  background:var(--bg3);
  color:var(--ink);
  font-size:15px;
  font-weight:600;
  line-height:1.4;
  list-style:none;
  cursor:pointer;
}
.tdh-cat-subcats__more > summary::marker { content:""; }
.tdh-cat-subcats__more > summary::-webkit-details-marker { display:none; }
.tdh-cat-subcats__more > summary:hover { border-color:var(--ink); }
.tdh-cat-subcats__more > summary:focus-visible { outline:2px solid var(--ink); outline-offset:3px; }
.tdh-cat-subcats__chevron { flex:0 0 auto; }
.tdh-cat-subcats__hide,
.tdh-cat-subcats__more[open] .tdh-cat-subcats__show { display:none; }
.tdh-cat-subcats__more[open] .tdh-cat-subcats__hide { display:inline; }
.tdh-cat-subcats__more[open] .tdh-cat-subcats__chevron { transform:rotate(180deg); }
.tdh-cat-subcats__grid--extra { margin-top:16px; }
.tdh-cat-subcat {
  display:grid !important;
  grid-template-columns:112px minmax(0,1fr) !important;
  min-height:84px;
  border:0 !important;
  background:#fff;
}
.tdh-cat-subcat__image { width:112px !important; height:84px; aspect-ratio:4/3; background:#fff; }
.tdh-cat-subcat__image img { width:100%; height:100%; object-fit:contain !important; background:#fff; }
.tdh-cat-subcat__body { min-width:0; padding:14px; font-size:15px; }
.tdh-cat-subcat:hover { background:var(--turquoise); }

@media (min-width:992px) {
  #category.layout-left-column #wrapper > .container > .row {
    display:grid !important;
    grid-template-columns:248px minmax(0,1fr) !important;
    column-gap:clamp(24px,3vw,44px) !important;
    margin-right:0 !important;
    margin-left:0 !important;
  }
  #category #content-wrapper,
  #category #content-wrapper > #main { display:contents !important; }
  #category .tdh-cat-header { grid-column:1/-1; grid-row:1; }
  #category .tdh-cat-subcats { grid-column:1/-1; grid-row:2; }
  #category #left-column {
    grid-column:1;
    grid-row:3;
    width:auto !important;
    max-width:none !important;
    padding:0 !important;
    align-self:start;
  }
  #category #products { grid-column:2; grid-row:3; min-width:0; }
  #category #js-product-list-footer { grid-column:1/-1; grid-row:4; }
}

#search_filters { padding:0; border:0; box-shadow:none; }
#search_filters .facet { border-top:1px solid var(--line); }
#search_filters .facet .facet-title { min-height:52px; padding:18px 0 10px; }
#search_filters .facet .facet-label { margin:0 0 8px; }
#search_filters .custom-checkbox input + span { border:1px solid var(--line-dark); border-radius:0; }

.tdh-cat-toolbar {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:58px;
  margin:0 0 24px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.tdh-cat-toolbar__count { margin:0; color:var(--fg3); font-size:14px; }
.tdh-cat-toolbar__active:has(.active_filters.hide) { display:none; }
.tdh-cat-toolbar__actions { grid-column:3; }
.tdh-cat-toolbar .products-sort-order { margin-left:auto; }
.products-sort-order .select-title { min-height:56px; padding:16px 4px 16px 16px; }

.tdh-cat-grid-inner,
.tdh-search-grid .products {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:clamp(34px,4vw,64px) clamp(14px,2vw,32px) !important;
  margin:0 !important;
}
.tdh-cat-grid-inner > .js-product,
.tdh-search-grid .products > .js-product {
  width:auto !important;
  max-width:none !important;
  min-width:0;
  padding:0 !important;
  margin:0 !important;
}

/* Tarjeta de producto: ninguna posicion heredada puede sacar foto o texto. */
.product-miniature { width:100% !important; height:auto !important; margin:0 !important; }
.product-miniature .thumbnail-container {
  display:flex !important;
  position:relative !important;
  width:100% !important;
  height:auto !important;
  min-width:0;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  overflow:visible !important;
  flex-direction:column;
}
.product-miniature .thumbnail-top {
  display:block !important;
  position:relative !important;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden !important;
  background:#fff;
}
.product-miniature .thumbnail.product-thumbnail {
  display:block !important;
  position:static !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  aspect-ratio:4/3;
  background:#fff;
}
.product-miniature .thumbnail.product-thumbnail picture { display:block; width:100%; height:100%; }
.product-miniature .thumbnail.product-thumbnail img {
  display:block !important;
  position:static !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  margin:0 !important;
  object-fit:contain !important;
  background:#fff;
}
.product-miniature .product-description {
  display:flex !important;
  position:static !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  padding:14px 0 0 !important;
  border:0 !important;
  background:#fff !important;
  flex:1 1 auto;
  flex-direction:column;
  text-align:left;
}
.product-miniature .product-title { min-height:2.7em !important; margin:5px 0 10px !important; }
.product-miniature .product-title a { font-size:16px !important; font-weight:600; line-height:1.35; }
.product-miniature .product-price-and-shipping { margin-top:auto; }
.product-miniature .price { font-size:20px !important; font-weight:700; }
.product-miniature .regular-price { color:var(--fg3); font-size:14px !important; }
.product-miniature .tdh-addform { margin-top:14px; }
.product-miniature .tdh-addbtn { width:100%; min-height:48px; border-color:var(--ink); background:var(--ink); color:#fff; }
.product-miniature .tdh-addbtn:hover { border-color:var(--turquoise); background:var(--turquoise); color:var(--ink); }
.product-miniature .tdh-card-options { display:flex; align-items:center; justify-content:center; margin-top:14px; }
.product-miniature .product-flag,
.product-miniature .product-flags li.product-flag {
  border-radius:0 !important;
  background:var(--sale) !important;
  color:#fff !important;
}
.product-miniature .product-flag.new,
.product-miniature .product-flags li.product-flag.new { background:var(--turquoise) !important; color:var(--ink) !important; }

/* Paginación del catálogo: una sola composición para todos los listados. */
.pagination.tdh-pagination {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px 24px;
  width:100%;
  min-width:0;
  margin:32px 0 0;
  padding:20px 0 0;
  border-top:1px solid var(--line);
  border-radius:0;
}
  .tdh-pagination .tdh-pagination__summary {
  flex:1 1 0;
  min-width:0;
  margin:0;
  color:var(--fg2);
  font-family:var(--font-body);
  font-size:14px;
  line-height:1.5;
  font-variant-numeric:tabular-nums;
}
.tdh-pagination__controls {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  max-width:100%;
  min-width:0;
  margin-left:auto;
}
.tdh-pagination .tdh-pagination__pages {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:4px;
  width:auto;
  margin:0;
  padding:0;
  list-style:none;
  background:transparent;
  box-shadow:none;
}
.tdh-pagination .tdh-pagination__pages::after { content:none; }
.tdh-pagination .tdh-pagination__pages > li {
  display:block;
  flex:0 0 auto;
  margin:0;
  padding:0;
}
.tdh-pagination .tdh-pagination__control {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  box-sizing:border-box;
  min-width:44px;
  min-height:44px;
  margin:0;
  padding:0 8px;
  border:1px solid var(--line);
  border-radius:0;
  background:var(--bg1);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  font-variant-numeric:tabular-nums;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:none;
  transition:background-color 120ms ease-out,border-color 120ms ease-out;
}
.tdh-pagination a.tdh-pagination__control:hover {
  border-color:var(--fg2);
  background:var(--bg3);
  color:var(--ink);
}
.tdh-pagination a.tdh-pagination__control:focus-visible {
  outline:2px solid var(--focus);
  outline-offset:3px;
}
.tdh-pagination .tdh-pagination__control[aria-current="page"] {
  border-color:var(--ink);
  background:var(--ink);
  color:var(--bg1);
  font-weight:700;
}
.tdh-pagination .tdh-pagination__control[aria-disabled="true"] {
  border-color:var(--line);
  background:var(--bg2);
  color:var(--fg2);
  cursor:default;
}
.tdh-pagination .tdh-pagination__spacer {
  display:flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:44px;
  color:var(--fg2);
}
.tdh-pagination__actions {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.tdh-pagination .tdh-pagination__step { padding:0 12px; }
.tdh-pagination .tdh-pagination__icon { flex:none; }
@media (max-width:767px) {
  .pagination.tdh-pagination { gap:12px; margin-top:24px; padding-top:16px; }
  .tdh-pagination .tdh-pagination__summary { flex-basis:100%; text-align:center; }
  .tdh-pagination__controls {
    display:grid;
    grid-template-columns:minmax(0,1fr);
    justify-content:stretch;
    width:100%;
    margin:0;
    gap:12px;
  }
  .tdh-pagination .tdh-pagination__pages { gap:2px; width:100%; }
  .tdh-pagination__actions { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .tdh-pagination .tdh-pagination__control { transition:none; }
}

/* Busqueda. */
#search #wrapper > .container > .row { margin:0; }
#search #content-wrapper { width:100%; max-width:none; flex:0 0 100%; padding:0; }
.tdh-search-head {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:end;
  gap:clamp(24px,4vw,60px);
  padding:clamp(36px,5vw,72px) 0 34px;
}
.tdh-search-head h1 { min-width:0; margin:0; font-size:clamp(30px,3.4vw,48px); overflow-wrap:anywhere; }
.tdh-search-head__aside{ display:grid; justify-items:start; gap:14px; }
.tdh-search-head p { max-width:48ch; margin:0; font-size:16px; }
.tdh-search-retry{
  min-height:44px; padding:9px 15px; border:1px solid var(--ink); border-radius:2px;
  background:#fff; color:var(--ink); font-size:15px; font-weight:700; cursor:pointer;
}
.tdh-search-retry:hover{ background:var(--bg3); }
.tdh-search-retry:focus-visible,
.tdh-empty-state__actions a:focus-visible,
.tdh-empty-state__actions button:focus-visible{ outline:3px solid var(--focus); outline-offset:3px; }
.tdh-search-grid { min-width:0; }
.tdh-empty-state { max-width:760px; margin:0 auto; padding:100px 0; text-align:center; }
.tdh-empty-state h2 { font-size:38px; }
.tdh-empty-state__actions{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:18px; margin-top:24px; }
.tdh-empty-state__actions a{ color:var(--ink); font-weight:700; text-decoration:underline; text-underline-offset:3px; }

/* PDP. */
#product #wrapper > .container { width:100% !important; max-width:none !important; padding-right:0 !important; padding-left:0 !important; }
#product #wrapper > .container > .breadcrumb { padding-right:var(--gutter); padding-left:var(--gutter); }
#product #wrapper > .container > .row { margin:0; }
#product #content-wrapper { width:100%; max-width:none; flex:0 0 100%; padding:0; }
.tdh-pdp { width:100%; padding:0 0 var(--section); }
.tdh-pdp-cols {
  display:grid !important;
  grid-template-columns:minmax(0,3fr) minmax(420px,2fr) !important;
  gap:0 !important;
  align-items:start;
}
.tdh-pdp-gallery,
.tdh-pdp-gallery #content,
.tdh-gal__stage { width:100%; min-width:0; margin:0 !important; padding:0 !important; }
.tdh-gal { display:grid !important; grid-template-columns:1fr !important; gap:14px !important; }
.tdh-gal__stage { grid-column:1 !important; grid-row:1 !important; }
.tdh-gal__cover {
  width:100%;
  aspect-ratio:4/3 !important;
  overflow:hidden;
  border:0 !important;
  border-radius:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent;
  box-shadow:none !important;
}
.tdh-gal__cover picture {
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  border-radius:0 !important;
}
.tdh-gal__img {
  display:block;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  object-fit:cover !important;
  object-position:center;
  background:transparent;
  box-shadow:none !important;
  opacity:1 !important;
  transition:none !important;
  animation:none !important;
}
.tdh-gal__offer {
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  padding:10px 13px;
  background:var(--sale);
  color:#fff;
  font-size:13px;
  font-weight:700;
}
#product .tdh-gal__cover .tdh-gal__zoom {
  top:14px !important;
  right:14px !important;
  bottom:auto !important;
  left:auto !important;
  display:flex !important;
  width:44px !important;
  height:44px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:rgba(255,255,255,.94) !important;
  color:var(--ink) !important;
  box-shadow:var(--sh-sm) !important;
  opacity:1 !important;
  transition:background-color .18s ease, color .18s ease !important;
}
#product .tdh-gal__cover .tdh-gal__zoom:hover,
#product .tdh-gal__cover .tdh-gal__zoom:focus-visible {
  background:#fff !important;
  color:var(--ink) !important;
  opacity:1 !important;
}
#product .tdh-gal__cover .tdh-gal__zoom .zoom-in,
#product .tdh-gal__cover .tdh-gal__zoom .tdh-ico {
  color:inherit !important;
  font-size:20px !important;
}
.tdh-product-modal-close {
  position:absolute;
  top:16px;
  right:16px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:1px solid var(--ink) !important;
  border-radius:0 !important;
  background:#fff !important;
  color:var(--ink) !important;
  opacity:1 !important;
}
.tdh-gal__thumbs {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  grid-column:1 !important;
  grid-row:2 !important;
  gap:14px !important;
  width:100%;
  margin:0 !important;
}
.tdh-gal__thumbs[hidden] { display:none !important; }
.tdh-gal__thumb { width:100% !important; aspect-ratio:4/3; border:1px solid var(--line) !important; background:#fff; }
.tdh-gal__thumb--primary.is-active { display:none !important; }
.tdh-gal__thumb-btn,
.tdh-gal__thumb img { width:100% !important; height:100% !important; object-fit:contain !important; background:#fff; }
.tdh-pdp-info {
  min-width:0;
  padding:clamp(16px,2vw,32px) clamp(28px,4vw,72px) 0;
  position:sticky !important;
  top:var(--tdh-sticky-top) !important;
}
.tdh-pdp-identity { gap:0; }
.tdh-pdp-brand-row { margin-bottom:14px; }
.tdh-pdp-info .tdh-pdp-title { margin:0 0 20px; font-size:clamp(28px,3vw,46px) !important; }
.tdh-pdp-rating { margin-bottom:26px; }
.tdh-pdp-offer { gap:0; margin-top:18px; }
.tdh-pdp-info .product-prices { display:block; }
.tdh-pdp-info .product-prices .product-price {
  display:grid;
  justify-items:start;
  margin:0 0 24px;
  font-variant-numeric:tabular-nums;
}
.tdh-pdp-info .product-prices .tdh-price-opportunity {
  display:block;
  margin:0 0 6px;
  color:var(--fg3);
  font-family:var(--font-body);
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tdh-pdp-info .product-prices .current-price {
  display:flex;
  align-items:baseline;
  gap:14px;
  flex-wrap:wrap;
}
.tdh-pdp-info .product-prices .current-price-value,
.tdh-pdp-info .product-prices .current-price > .price {
  color:var(--price);
  font-family:var(--font-display);
  font-size:40px;
  font-weight:900;
  line-height:1.05;
  white-space:nowrap;
}
.tdh-pdp-info .product-prices .regular-price {
  color:var(--fg3);
  font-family:var(--font-body);
  font-size:18px;
  font-weight:400;
  white-space:nowrap;
}
.tdh-pdp-info .product-prices .discount-percentage,
.tdh-pdp-info .product-prices .discount {
  padding:6px 11px;
  border-radius:0;
  background:var(--sale);
  color:#fff;
  font-family:var(--font-display);
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}
.tdh-pdp-info .product-prices .tdh-pdp-saving {
  margin:8px 0 0;
  color:var(--sale);
  font-family:var(--font-body);
  font-size:15px;
  font-weight:700;
  line-height:1.35;
}
.tdh-pdp-info .product-prices .product-unit-price,
.tdh-pdp-info .product-prices .product-without-taxes,
.tdh-pdp-info .product-prices .product-pack-price,
.tdh-pdp-info .product-prices .price-ecotax { margin:8px 0 0; }
.tdh-pdp-info .product-prices .tdh-pdp-meta { margin:0 0 6px; color:var(--fg3); font-size:13px; }
.tdh-pdp-info .product-prices .tax-shipping-delivery-label { margin:0; color:var(--fg3); font-size:13px; }
.tdh-pdp-info .product-prices .tdh-tax-label,
.tdh-pdp-info .product-prices .delivery-information { display:none; }
.tdh-pdp-short { max-width:64ch; color:var(--fg2); font-size:18px; line-height:1.5; }
.tdh-pdp-config { margin-top:34px; }
.tdh-pdp-variants { display:grid; grid-template-columns:minmax(0,1fr); gap:28px; margin-bottom:0; }
.tdh-variant__label { display:block; margin-bottom:8px; font-size:18px; }
.tdh-variant__select { min-height:60px !important; border:1px solid var(--ink) !important; border-radius:0 !important; font-size:20px; font-weight:700; }
.tdh-color-options { display:flex; flex-wrap:wrap; gap:8px; margin:0; padding:4px; list-style:none; }
.tdh-color-options > li[hidden] { display:none !important; }
.tdh-color-option { position:relative; display:block; width:44px; height:44px; margin:0; cursor:pointer; }
.tdh-color-option input { position:absolute; inset:0; z-index:1; width:44px; height:44px; margin:0; opacity:0; cursor:pointer; }
.tdh-color-swatch {
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid var(--line-dark);
  background-color:#e5e3de;
  background-position:center;
  background-size:cover;
  color:var(--ink);
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}
.tdh-color-swatch.is-unresolved {
  background-color:#e5e3de !important;
  background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.42) 0,rgba(255,255,255,.42) 6px,transparent 6px,transparent 12px) !important;
}
.tdh-color-option input:checked + .tdh-color-swatch { outline:3px solid var(--ink); outline-offset:3px; }
.tdh-color-option input:focus-visible + .tdh-color-swatch { outline:3px solid var(--turquoise); outline-offset:3px; }
.tdh-toggle {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:8px;
  padding:0;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:var(--ink);
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.tdh-toggle:focus-visible { outline:3px solid var(--focus); outline-offset:4px; }
.tdh-pdp-stock { min-height:54px; margin-top:28px; border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); color:var(--ink); font-size:17px; }
.tdh-pdp-stock.is-out { color:var(--sale); }
.tdh-pdp-ship-info[hidden] { display:none !important; }
.tdh-pdp-ship-popover { display:block; }
.tdh-pdp-ship-popover__head strong { font-size:12.5px; color:var(--ink); }
.tdh-pdp-info .product-add-to-cart { margin-top:34px; }
.product-actions .product-quantity { gap:8px; }
.product-actions .product-quantity .tdh-pdp-native-qty {
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 34px;
  flex:0 0 110px;
  width:110px;
  height:52px;
  border:1px solid var(--line-dark);
  background:#fff;
}
.product-actions .product-quantity .tdh-pdp-native-qty[hidden] { display:none !important; }
.tdh-pdp-native-qty-btn { display:grid; place-items:center; min-width:34px; padding:0; border:0; background:transparent; color:var(--ink); }
.tdh-pdp-native-qty-btn:hover { background:var(--bg3); }
.tdh-pdp-native-qty-btn:disabled { opacity:.35; cursor:not-allowed; }
.tdh-pdp-native-qty-btn:focus-visible { outline:2px solid var(--focus); outline-offset:-3px; }
.product-actions .product-quantity .tdh-pdp-native-qty-input {
  width:100%;
  min-width:0;
  height:50px;
  padding:0;
  border:0;
  background:#fff;
  color:var(--ink);
  font-size:18px;
  font-weight:600;
  text-align:center;
  appearance:textfield;
}
.tdh-pdp-native-qty-input::-webkit-inner-spin-button,
.tdh-pdp-native-qty-input::-webkit-outer-spin-button { margin:0; appearance:none; }
.tdh-pdp-config .product-additional-info .social-sharing { display:none !important; }
.tdh-pdp-usps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:34px 0 0; padding:0; border-top:1px solid var(--ink); border-bottom:1px solid var(--line); }
.tdh-pdp-usp { min-height:140px; padding:20px 18px 22px 0; align-items:flex-start; justify-content:flex-start; flex-direction:column; gap:12px; text-align:left; border:0; border-right:1px solid var(--line); }
.tdh-pdp-usp:last-child { border-right:0; }
.tdh-pdp-usp + .tdh-pdp-usp { padding-left:18px; }
.tdh-pdp-usp p { margin:0; }
.tdh-pdp-usp strong { display:block; color:var(--ink); font-size:16px; font-weight:500; }
.tdh-pdp-usp span { display:block; margin-top:4px; color:var(--fg3); font-size:13px; font-weight:400; }
.tdh-pdp-payments { display:flex; flex-wrap:wrap; align-items:center; gap:7px 14px; padding:18px 0; border-bottom:1px solid var(--line); color:var(--fg3); }
.tdh-pdp-payments span { flex:1 0 100%; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.tdh-pdp-payments strong { color:var(--ink); font-size:14px; font-weight:600; }
.tdh-pdp-accordions { margin-top:0; border-top:0; }
#product .tdh-wa-float { display:none !important; }
.tdh-pdp-accordion { border-bottom:1px solid var(--line); }
.tdh-pdp-accordion summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  cursor:pointer;
  list-style:none;
  font-size:16px;
  font-weight:700;
}
.tdh-pdp-accordion summary::-webkit-details-marker { display:none; }
.tdh-pdp-accordion summary::after { content:'+'; font-size:22px; font-weight:400; }
.tdh-pdp-accordion[open] summary::after { content:'\2212'; }
.tdh-pdp-accordion__panel { padding:0 0 24px; color:var(--fg2); line-height:1.6; }
.tdh-pdp-accordion__panel img { max-width:100%; height:auto; }
.tdh-pdp-accordion__panel iframe { max-width:100%; }
.tdh-pdp-accordion__panel .tab-pane { display:block !important; opacity:1 !important; }
.tdh-pdp-related { width:100%; margin-top:48px !important; padding:48px var(--gutter) 0 !important; border-top:1px solid var(--line); }
.tdh-pdp-related-title { font-size:clamp(38px,5vw,76px) !important; }
.tdh-pdp-related .tdh-rel-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:clamp(14px,2vw,28px); }
.tdh-pdp-related .tdh-rel-card { min-width:0; }
.tdh-pdp-related .product-miniature .product-title a { font-size:15px !important; }
.tdh-pdp-related .product-miniature .tdh-addbtn { min-height:46px; }
.tdh-pdp-tabs { margin-top:38px; padding-top:38px; border-top:1px solid var(--line); }
.tdh-pdp-tabs .nav-tabs { border-bottom:1px solid var(--line); }
.tdh-pdp-tabs .nav-link { min-height:48px; border-radius:0 !important; }

/* Carrito. */
#cart #wrapper > .container > .row { margin:0; }
#cart #content-wrapper { width:100%; max-width:none; flex:0 0 100%; padding:0; }
#cart .cart-grid {
  display:grid !important;
  grid-template-columns:minmax(0,2fr) minmax(330px,.95fr) !important;
  gap:clamp(40px,5vw,88px);
  padding:clamp(58px,7vw,112px) 0 var(--section) !important;
  margin:0 !important;
}
#cart .cart-grid-body,
#cart .cart-grid-right { width:auto; max-width:none; padding:0; }
#cart .cart-grid-body .card,
#cart .cart-summary { border:0 !important; border-radius:0 !important; background:#fff; box-shadow:none !important; }
#cart .cart-grid-body .card { border-top:1px solid var(--ink) !important; }
#cart .cart-grid-body h1 { margin:0; font-size:clamp(60px,8vw,112px) !important; text-transform:none; }
#cart .cart-summary { position:sticky; top:var(--tdh-sticky-top); padding:30px; background:var(--bg3); }
#cart .cart-item { padding:30px 0; border-bottom:1px solid var(--line); }
#cart .cart-item .product-image img { width:150px; height:150px; border-radius:0 !important; object-fit:contain !important; background:#fff; }
#cart .cart-item .product-line-info a { color:var(--ink); font-size:17px; font-weight:700; }
#cart .cart-item .tdh-cart-delivery { margin-top:12px; color:var(--fg2); font-size:14px; line-height:1.45; }
#cart .cart-item .tdh-cart-delivery .label { color:var(--ink); font-weight:700; }
#cart .cart-item .tdh-cart-delivery .value { display:block; margin-top:2px; }
#cart .cart-detailed-actions .btn-primary { min-height:54px; background:var(--ink) !important; color:#fff; box-shadow:none !important; }
#cart .cart-detailed-actions .btn-primary:hover { background:var(--turquoise) !important; color:var(--ink); }
#cart .tdh-cart-usps { margin-top:16px; padding:22px; border-radius:0; background:var(--pink); }
#cart .tdh-cart-usp { color:var(--ink); }
#cart .tdh-cart-usp .tdh-ico { color:var(--ink); }
.tdh-cart-empty-page { padding:clamp(56px,7vw,110px) 0 var(--section); }
.tdh-cart-empty-head { border-top:1px solid var(--ink); border-bottom:1px solid var(--line); }
.tdh-cart-empty-head h1 { margin:0; padding:24px 0; font-size:clamp(60px,8vw,112px) !important; }
.tdh-cart-empty-state { max-width:720px; margin:0 auto; padding:clamp(70px,9vw,140px) 24px; text-align:center; }
.tdh-cart-empty-icon { display:inline-flex; margin-bottom:24px; color:var(--turquoise); }
.tdh-cart-empty-state h2 { margin:0 0 14px; font-size:clamp(32px,4vw,54px); }
.tdh-cart-empty-state p { max-width:56ch; margin:0 auto 28px; color:var(--fg2); font-size:18px; line-height:1.6; }
.tdh-cart-empty-state .btn { min-height:52px; padding:15px 28px; background:var(--ink); color:#fff; }

/* Checkout nativo con jerarquia local. */
#checkout #wrapper > .container > .row { margin:0; }
#checkout #content-wrapper { width:100%; max-width:none; flex:0 0 100%; padding:0; }
.tdh-checkout { padding:0 0 var(--section); }
.tdh-checkout-head {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:end;
  gap:60px;
  padding:clamp(58px,7vw,112px) 0 42px !important;
}
.tdh-checkout-head .tdh-breadcrumb { grid-column:1/-1; margin:0 0 12px; }
.tdh-checkout-title { margin:0; font-size:clamp(44px,6vw,86px) !important; }
.tdh-checkout-intro { max-width:46ch; margin:0; color:var(--fg2); font-size:20px; }
.tdh-checkout-progress {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:0 0 56px;
  padding:0;
  border-top:1px solid var(--line);
  list-style:none;
}
.tdh-checkout-progress li { min-height:54px; padding:16px 0; color:var(--fg3); border-top:3px solid transparent; margin-top:-2px; }
.tdh-checkout-progress li.is-active { color:var(--ink); border-top-color:var(--turquoise); font-weight:700; }
.tdh-checkout-progress li.is-complete { color:var(--ink); border-top-color:var(--ink); }
.tdh-checkout-layout {
  display:grid !important;
  grid-template-columns:minmax(0,2fr) minmax(330px,.95fr) !important;
  gap:clamp(48px,6vw,96px);
  margin:0 !important;
}
.tdh-checkout-layout > .cart-grid-body,
.tdh-checkout-layout > .cart-grid-right { width:auto; max-width:none; padding:0; }
.checkout-step {
  margin:0 !important;
  border:0 !important;
  border-top:1px solid var(--ink) !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
}
.checkout-step.-current { border:1px solid var(--ink) !important; }
.checkout-step .step-title { min-height:72px; padding:20px 24px !important; font-size:20px !important; }
.checkout-step .step-number { width:30px; height:30px; border-radius:50%; background:#999; color:#fff; }
.checkout-step.-current .step-number,
.checkout-step.-complete .step-number { background:var(--turquoise); color:var(--ink); }
.checkout-step .content { padding:0 24px 28px !important; }
.checkout-step .nav-inline[role=tablist] { border:1px solid var(--line); border-radius:0 !important; background:#fff; }
.checkout-step .nav-inline[role=tablist] .nav-link { border-radius:0 !important; }
.checkout-step .continue,
#payment-confirmation .btn-primary,
#payment-confirmation button[type=submit] { min-height:52px; background:var(--ink) !important; color:#fff; box-shadow:none !important; }
.checkout-step .continue:hover,
#payment-confirmation .btn-primary:hover,
#payment-confirmation button[type=submit]:hover { background:var(--turquoise) !important; color:var(--ink); }
#checkout .cart-grid-right { position:sticky; top:var(--tdh-sticky-top); align-self:start; }
#checkout .cart-grid-right > .card,
#checkout .cart-grid-right .cart-summary { padding:30px; border:0; border-radius:0; background:var(--bg3); box-shadow:none; }
#checkout #cart-summary { padding:28px; border:0; border-radius:0; background:var(--bg3); box-shadow:none; }
#checkout .form-control,
#checkout input,
#checkout select { border-radius:0 !important; }

/* Acceso y registro. */
.tdh-auth-page { max-width:none !important; padding:80px 0 var(--section) !important; background:#fff !important; }
.tdh-auth-page .tdh-wrap { max-width:none; padding:0 var(--gutter); }
.tdh-auth-card {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  width:100% !important;
  max-width:none !important;
  min-height:760px;
  margin:0 !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff;
  box-shadow:none !important;
}
.tdh-auth-brand {
  display:flex;
  min-height:760px;
  padding:clamp(52px,7vw,110px) !important;
  background:var(--turquoise) !important;
  color:var(--ink) !important;
  justify-content:space-between !important;
}
.tdh-auth-claim { margin:0; color:var(--ink) !important; font-size:clamp(44px,5.4vw,74px) !important; }
.tdh-auth-lead { max-width:34ch; margin:34px 0 0; color:var(--ink) !important; font-size:20px; opacity:1; }
.tdh-auth-assurance { margin-top:auto; color:var(--ink); font-size:14px; }
.tdh-auth-form { padding:clamp(52px,7vw,110px) !important; }
.tdh-auth-form-head { margin:0 0 38px; }
.tdh-auth-form-head h2 { margin:0 0 12px; font-size:42px; }
.tdh-auth-form-head p { margin:0; color:var(--fg2); font-size:18px; }
.tdh-auth-tabs { display:none !important; }
.tdh-auth-form .form-fields { gap:18px; }
.tdh-auth-form .form-control { min-height:54px; border:1px solid var(--line-dark); border-radius:0 !important; }
.tdh-auth-form .form-footer .btn,
.tdh-auth-form [data-link-action=sign-in],
.tdh-auth-form [data-link-action=save-customer] {
  width:100%;
  min-height:54px;
  border-radius:0 !important;
  background:var(--ink) !important;
  color:#fff;
  box-shadow:none !important;
}
.tdh-auth-form .form-footer .btn:hover { background:var(--turquoise) !important; color:var(--ink); }
.tdh-auth-switch { margin-top:24px; padding-top:0; }
.tdh-auth-switch a { color:var(--ink); border-bottom:1px solid var(--ink); }

/* Cuenta y subpaginas. */
.tdh-account { padding:clamp(70px,8vw,120px) 0 var(--section); }
.tdh-account-shell { width:100%; padding:0 var(--gutter); }
.tdh-acc-main { width:100%; max-width:none; }
.tdh-acc-head {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:end;
  gap:60px;
  margin:0 0 70px;
}
.tdh-acc-h1 { margin:0; font-size:clamp(44px,6vw,86px) !important; }
.tdh-acc-intro { max-width:42ch; margin:0; font-size:20px; }
.tdh-acc-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 80px; }
.tdh-acc-card,
.tdh-acc-cards > a:not(.tdh-acc-card) {
  display:flex !important;
  min-height:108px;
  padding:24px 0 !important;
  border:0 !important;
  border-top:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  transform:none !important;
}
.tdh-acc-card-txt b,
.tdh-acc-cards > a:not(.tdh-acc-card) .link-item { font-size:20px; }
.tdh-acc-card-txt small { margin-top:6px; color:var(--fg3); font-size:14px; }
.tdh-acc-card-ico { display:none !important; }
.tdh-acc-card-arrow { margin-left:auto; color:var(--ink); }
.tdh-acc-main .page-customer-account #content,
.tdh-acc-main #history .orders,
.tdh-acc-main .addresses-footer,
.tdh-acc-main #identity .account-form,
.tdh-acc-main #address .account-form,
.tdh-acc-main #order-detail #content,
.tdh-acc-main #order-slip #content,
.tdh-acc-main #discount #content {
  padding:28px 0 !important;
  border-top:1px solid var(--ink);
  border-radius:0 !important;
  background:#fff;
  box-shadow:none !important;
}
.tdh-acc-main .address { border:1px solid var(--line); border-radius:0; box-shadow:none; }

/* Wishlist dinamica. */
.tdh-wishlist-page,
.tdh-wishlist-head { width:100%; }
.tdh-wishlist-page { padding:clamp(70px,8vw,120px) 0 var(--section); }
.tdh-wishlist-head {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:end;
  gap:60px;
  margin-bottom:60px;
}
.tdh-wishlist-head h1 { margin:0; font-size:clamp(44px,6vw,86px); }
.tdh-wishlist-head p { max-width:46ch; margin:0; color:var(--fg2); font-size:18px; }
.wishlist-products-container .wishlist-products-list,
.wishlist-products-container .wishlist-products-list-row {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:48px 24px !important;
}
.wishlist-products-container img { width:100% !important; aspect-ratio:4/3; height:auto !important; object-fit:contain !important; background:#fff; }

/* Contacto. */
.tdh-contact { max-width:none !important; padding:0 0 var(--section) !important; }
.tdh-contact-hero {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  align-items:end;
  gap:80px;
  padding:clamp(70px,9vw,140px) 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  text-align:left !important;
}
.tdh-contact-hero::after { display:none !important; }
.tdh-contact-hero h1 { max-width:900px; margin:0; font-size:clamp(54px,7vw,98px) !important; }
.tdh-contact-hero p { max-width:56ch; margin:0; font-size:20px; }
.tdh-contact-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(60px,8vw,130px);
  margin:0 !important;
}
.tdh-ci-card,
.tdh-contact-formwrap form {
  padding:0 !important;
  border:0 !important;
  border-top:1px solid var(--ink) !important;
  border-radius:0 !important;
  background:#fff;
  box-shadow:none !important;
}
.tdh-ci-list li { min-height:108px; padding:24px 0; border-bottom:1px solid var(--line); }
.tdh-ci-list li .tdh-ico { display:none; }
.tdh-ci-list small { margin-bottom:8px; }
.tdh-ci-list b,
.tdh-ci-list a { color:var(--ink); font-size:27px; }
.tdh-ci-measure { display:block; padding:24px 0; border-bottom:1px solid var(--line); color:var(--ink); }
.tdh-ci-measure small { display:block; color:var(--fg3); text-transform:uppercase; }
.tdh-ci-measure strong { display:block; margin-top:8px; font-size:27px; }
.tdh-contact-formwrap form { padding-top:24px !important; }
.tdh-contact-formwrap header h1,
.tdh-contact-formwrap header .h3 { font-size:38px !important; }
.tdh-contact-formwrap .form-control { border-radius:0 !important; }
.tdh-contact-formwrap .form-footer .btn { min-height:52px; border-radius:0; background:var(--ink); color:#fff; }

/* CMS: documentos claros y consistentes sobre contenido nativo de PrestaShop. */
#content.tdh-cms-page.page-content {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:clamp(38px,5vw,74px) 0 var(--section) !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
}
.tdh-cms-header {
  max-width:1120px;
  padding:0 0 clamp(28px,3.5vw,46px);
  border-bottom:1px solid var(--ink);
}
.tdh-cms-header h1 {
  max-width:16ch;
  margin:0;
  font-size:clamp(40px,5vw,68px);
  line-height:1;
  text-align:left !important;
}
.tdh-cms-layout {
  display:grid;
  grid-template-columns:minmax(184px,230px) minmax(0,760px) minmax(0,1fr);
  align-items:start;
  gap:clamp(36px,5vw,76px);
  padding-top:clamp(34px,4vw,56px);
}
.tdh-cms-outline {
  position:sticky;
  top:124px;
  grid-column:1;
  max-height:calc(100vh - 156px);
  overflow:auto;
  padding:0 22px 0 0;
  border-right:1px solid var(--line);
}
.tdh-cms-outline[hidden] { display:none !important; }
.tdh-cms-outline__title {
  display:block;
  margin:0 0 16px;
  color:var(--fg3);
  font-size:11px;
  font-weight:700;
  letter-spacing:.11em;
  list-style:none;
  text-transform:uppercase;
}
.tdh-cms-outline__title::-webkit-details-marker { display:none; }
.tdh-cms-outline__list { display:grid; gap:0; margin:0; padding:0; list-style:none; }
.tdh-cms-outline__list li { margin:0; padding:0; border-top:1px solid var(--line-2); }
.tdh-cms-outline__list li:last-child { border-bottom:1px solid var(--line-2); }
.tdh-cms-outline__list a {
  display:block;
  padding:12px 0;
  color:var(--fg2);
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  text-decoration:none;
  transition:color .2s ease;
}
.tdh-cms-outline__list a:hover,
.tdh-cms-outline__list a:focus-visible { color:var(--ink); text-decoration:underline; text-underline-offset:4px; }

#content.tdh-cms-page .tdh-cms-content {
  grid-column:2;
  width:100%;
  max-width:75ch !important;
  min-width:0;
  margin:0 !important;
  padding:0 !important;
  color:var(--fg2) !important;
  font-family:var(--font-body) !important;
  font-size:17px !important;
  line-height:1.72 !important;
  text-align:left !important;
}
.tdh-cms-outline[hidden] + .tdh-cms-content { grid-column:1 / span 2; max-width:75ch !important; }
#content.tdh-cms-page .tdh-cms-content *,
#content.tdh-cms-page .tdh-cms-content *::before,
#content.tdh-cms-page .tdh-cms-content *::after {
  text-shadow:none !important;
}
#content.tdh-cms-page .tdh-cms-content h1,
#content.tdh-cms-page .tdh-cms-content .tdh-cms-lead-title {
  max-width:18ch !important;
  margin:0 0 24px !important;
  padding:0 !important;
  border:0 !important;
  color:var(--ink) !important;
  font-family:var(--font-display) !important;
  font-size:clamp(29px,3.2vw,42px) !important;
  font-weight:700 !important;
  line-height:1.08 !important;
  letter-spacing:-.025em !important;
}
#content.tdh-cms-page .tdh-cms-content h2 {
  scroll-margin-top:140px;
  margin:58px 0 22px !important;
  padding-top:30px !important;
  border-top:1px solid var(--ink) !important;
  color:var(--ink) !important;
  font-family:var(--font-display) !important;
  font-size:clamp(27px,2.6vw,36px) !important;
  font-weight:700 !important;
  line-height:1.12 !important;
  letter-spacing:-.025em !important;
}
#content.tdh-cms-page .tdh-cms-content h3 {
  scroll-margin-top:140px;
  margin:34px 0 12px !important;
  color:var(--ink) !important;
  font-family:var(--font-display) !important;
  font-size:clamp(20px,1.8vw,24px) !important;
  font-weight:650 !important;
  line-height:1.25 !important;
  letter-spacing:-.015em !important;
}
#content.tdh-cms-page .tdh-cms-content h4,
#content.tdh-cms-page .tdh-cms-content h5,
#content.tdh-cms-page .tdh-cms-content h6 {
  margin:28px 0 10px !important;
  color:var(--ink) !important;
  font-family:var(--font-display) !important;
  font-size:18px !important;
  line-height:1.35 !important;
}
#content.tdh-cms-page .tdh-cms-content p { max-width:72ch; margin:0 0 20px; color:var(--fg2); text-align:left !important; }
#content.tdh-cms-page .tdh-cms-content a {
  color:var(--ink) !important;
  font-weight:650;
  text-decoration:underline !important;
  text-decoration-color:var(--line-dark) !important;
  text-decoration-thickness:1px !important;
  text-underline-offset:4px;
}
#content.tdh-cms-page .tdh-cms-content a:hover { text-decoration-color:var(--ink) !important; }
#content.tdh-cms-page .tdh-cms-content ul,
#content.tdh-cms-page .tdh-cms-content ol { margin:0 0 26px; padding-left:24px; }
#content.tdh-cms-page .tdh-cms-content li { margin:0 0 10px; padding-left:6px; color:var(--fg2); }
#content.tdh-cms-page .tdh-cms-content img { height:auto; }
#content.tdh-cms-page .tdh-cms-content iframe { display:block; width:100% !important; max-width:100%; border:0; }
#content.tdh-cms-page .tdh-cms-content table { width:100%; margin:28px 0; border-collapse:collapse; }
#content.tdh-cms-page .tdh-cms-content th,
#content.tdh-cms-page .tdh-cms-content td { padding:14px 12px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
#content.tdh-cms-page .tdh-cms-content th { color:var(--ink); font-weight:700; }
.tdh-cms-utilities { max-width:760px; margin:34px 0 0 calc(230px + clamp(36px,5vw,76px)); }

/* Neutraliza la capa visual histórica incrustada en las páginas CMS. */
#content.tdh-cms-page .tdh-cms-content .tdh-ship,
#content.tdh-cms-page .tdh-cms-content .tdh-faq {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--fg2) !important;
  font-family:var(--font-body) !important;
}
#content.tdh-cms-page .tdh-cms-content .mi,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-ico,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-dnum,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value-ico { display:none !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-hero,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-sectitle,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-divider,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-sec,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-cta,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-care,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-help {
  position:static !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:left !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-hero::before,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-hero::after,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-cta::before,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-cta::after { display:none !important; content:none !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-hero {
  margin:0 0 42px !important;
  padding:0 0 38px !important;
  border-bottom:1px solid var(--line) !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-hero .tdh-ship-eyebrow,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-deyebrow,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-sectitle .tdh-ship-eyebrow {
  display:block !important;
  margin:0 0 12px !important;
  color:var(--fg3) !important;
  font-family:var(--font-body) !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-script { color:inherit !important; font-family:inherit !important; font-style:normal !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-hero p { max-width:68ch !important; margin:0 !important; font-size:18px !important; line-height:1.65 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-trust,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-values {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 !important;
  margin:0 0 52px !important;
  padding:0 !important;
  border-top:1px solid var(--line) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value {
  display:block !important;
  min-height:0 !important;
  margin:0 !important;
  padding:18px 22px 18px 0 !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:left !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge:nth-child(odd),
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value:nth-child(odd) { border-right:1px solid var(--line) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge:nth-child(even),
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value:nth-child(even) { padding-left:22px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge b,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge > span,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value h3,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value p { display:block !important; margin:0 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge b { color:var(--ink) !important; font-size:16px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-badge > span { margin-top:3px !important; color:var(--fg3) !important; font-size:14px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value h3 { font-size:20px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-value p { margin-top:7px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-divider,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-sectitle {
  margin-top:58px !important;
  padding-top:30px !important;
  border-top:1px solid var(--ink) !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-divider h2,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-sectitle h2 {
  margin:0 0 22px !important;
  padding:0 !important;
  border:0 !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-sec { margin:0 0 44px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-h3 { display:block !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-split,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-rates,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pay,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-steps,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-picks {
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin:20px 0 32px !important;
  padding:0 !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-card,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-rate,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pay > *,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-step,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-art,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company {
  width:100% !important;
  min-height:0 !important;
  margin:0 !important;
  padding:24px 0 !important;
  border:0 !important;
  border-top:1px solid var(--line) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-rate-head,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pay-head,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-art-head,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company-head { display:block !important; margin:0 0 12px !important; padding:0 !important; background:transparent !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-art-head h2 { margin:0 0 12px !important; padding:0 !important; border:0 !important; font-size:clamp(20px,1.8vw,24px) !important; line-height:1.25 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-rate-body,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pay-body,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-art-body,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company-grid { margin:0 !important; padding:0 !important; border:0 !important; background:transparent !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-rate-row,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-care-row,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-help-row {
  display:flex !important;
  align-items:baseline !important;
  justify-content:space-between !important;
  gap:20px !important;
  margin:0 !important;
  padding:12px 0 !important;
  border:0 !important;
  border-top:1px solid var(--line-2) !important;
  background:transparent !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-callout,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-note,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-iban,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-addr {
  display:block !important;
  width:100% !important;
  margin:24px 0 30px !important;
  padding:20px 22px !important;
  border:0 !important;
  border-left:3px solid var(--ink) !important;
  border-radius:0 !important;
  background:var(--bg3) !important;
  box-shadow:none !important;
  color:var(--fg2) !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-callout.is-coral { border-left-color:var(--sale) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-callout h3 { margin-top:6px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-tag { color:var(--fg3) !important; font-size:11px !important; font-weight:700 !important; letter-spacing:.09em !important; text-transform:uppercase !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-list,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-excl { display:block !important; margin:0 !important; padding:0 !important; list-style:none !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-list li,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-excl li { display:block !important; margin:0 !important; padding:13px 0 !important; border-bottom:1px solid var(--line-2) !important; background:transparent !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-excl li b { display:block !important; color:var(--ink) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-step { display:grid !important; grid-template-columns:44px minmax(0,1fr) !important; column-gap:18px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-step-n { grid-row:1 / span 2; display:flex !important; align-items:center !important; justify-content:center !important; width:40px !important; height:40px !important; border:1px solid var(--ink) !important; border-radius:50% !important; background:transparent !important; color:var(--ink) !important; font-weight:700 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-step h3,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-step p { grid-column:2; margin-top:0 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick { display:grid !important; grid-template-columns:180px minmax(0,1fr) !important; gap:24px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick-img { min-height:0 !important; background:#fff !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick-img img { width:100% !important; height:auto !important; object-fit:contain !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick-body { padding:0 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick-btn,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-inline-btn,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-btn {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  width:auto !important;
  margin:4px 0 0 !important;
  padding:11px 18px !important;
  border:1px solid var(--ink) !important;
  border-radius:0 !important;
  background:var(--ink) !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  text-decoration:none !important;
}
#content.tdh-cms-page .tdh-cms-content .tdh-ship-pick-btn:hover,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-inline-btn:hover,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-btn:hover { background:#fff !important; color:var(--ink) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-cta { margin-top:64px !important; padding-top:32px !important; border-top:1px solid var(--ink) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-cta h2 { margin:0 0 14px !important; padding:0 !important; border:0 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-actions { display:flex !important; flex-wrap:wrap !important; gap:10px !important; margin-top:22px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-toc { display:none !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company-head > div > b,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company-head > div > span,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data small,
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data .v { display:block !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company-head > div > span { margin-top:4px !important; color:var(--fg3) !important; font-size:14px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-company-grid { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0 !important; border-top:1px solid var(--line) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data { padding:14px 18px 14px 0 !important; border-bottom:1px solid var(--line) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data:nth-child(odd) { border-right:1px solid var(--line) !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data:nth-child(even) { padding-left:18px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data small { margin-bottom:3px !important; color:var(--fg3) !important; font-size:11px !important; font-weight:700 !important; letter-spacing:.08em !important; text-transform:uppercase !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-ship-data .v { color:var(--ink) !important; font-size:15px !important; overflow-wrap:anywhere; }

/* Preguntas frecuentes: cada respuesta permanece visible y escaneable. */
#content.tdh-cms-page .tdh-cms-content .tdh-faq-section { margin:0 !important; padding:0 !important; border:0 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-faq-section > h2 { margin-top:58px !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-faq-item { margin:0 !important; padding:22px 0 !important; border:0 !important; border-bottom:1px solid var(--line) !important; background:transparent !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-faq-question { margin:0 0 9px !important; font-size:20px !important; line-height:1.3 !important; }
#content.tdh-cms-page .tdh-cms-content .tdh-faq-answer,
#content.tdh-cms-page .tdh-cms-content .tdh-faq-answer-content { display:block !important; height:auto !important; max-height:none !important; margin:0 !important; padding:0 !important; border:0 !important; background:transparent !important; color:var(--fg2) !important; opacity:1 !important; visibility:visible !important; }

/* Sobre nosotros: una única imagen contextual y el resto como documento. */
.tdh-about-page { width:100%; max-width:none; margin:0; padding:clamp(38px,5vw,74px) 0 var(--section); }
.tdh-about-hero,
.tdh-about-truth { max-width:1120px; margin:0; padding:0; background:#fff; }
.tdh-about-hero { padding-bottom:clamp(42px,5vw,68px); border-bottom:1px solid var(--ink); }
.tdh-about-hero h1 { max-width:14ch; margin:0 0 30px; font-size:clamp(40px,5vw,68px); line-height:1; }
.tdh-about-intro { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(28px,4vw,54px); }
.tdh-about-intro p { max-width:62ch; margin:0; color:var(--fg2); font-size:17px; line-height:1.7; }
.tdh-about-editorial.tdh8-editorial {
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  max-width:1120px;
  min-height:0;
  margin:clamp(44px,6vw,78px) 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.tdh-about-editorial .tdh8-editorial-media { min-height:0; }
.tdh-about-editorial .tdh8-editorial-media img { width:100%; height:100%; max-height:380px; object-fit:cover; }
.tdh-about-editorial .tdh8-editorial-copy { min-height:0; padding:clamp(28px,4vw,52px); background:#fff; }
.tdh-about-editorial .tdh8-editorial-copy h2 { max-width:18ch; margin:0 0 20px; font-size:clamp(28px,3.2vw,42px); line-height:1.08; }
.tdh-about-editorial .tdh8-editorial-copy p { max-width:62ch; color:var(--fg2); font-size:17px; line-height:1.7; }
.tdh-about-editorial .tdh8-fabric { margin-top:34px; border-top:1px solid var(--line); }
.tdh-about-editorial .tdh8-fabric span { padding:16px 22px 0 0; color:var(--fg3); font-size:11px; }
.tdh-about-truth { padding:0 0 clamp(44px,6vw,78px); }
.tdh-about-truth .tdh8-heading { grid-template-columns:minmax(0,1fr) minmax(280px,.65fr); gap:40px; margin:0; }
.tdh-about-truth .tdh8-heading h2 { max-width:16ch; font-size:clamp(30px,3.7vw,50px); line-height:1.06; }
.tdh-about-truth .tdh8-heading-aside { justify-self:start; }
.tdh-about-truth .tdh8-heading-aside p { color:var(--fg2); font-size:17px; line-height:1.7; }
.tdh-about-page .tdh8-help {
  grid-template-columns:minmax(0,1fr) minmax(260px,.6fr);
  max-width:1120px;
  gap:40px;
  margin:0;
  padding:clamp(34px,4vw,52px) 0 0;
  border-top:1px solid var(--ink);
  background:#fff;
}
.tdh-about-page .tdh8-help h2 { margin:0 0 14px; font-size:clamp(28px,3.2vw,42px); line-height:1.08; }
.tdh-about-page .tdh8-help p { color:var(--fg2); font-size:17px; line-height:1.7; }
.tdh-about-page .tdh8-help-actions { justify-self:start; }

@media (max-width:991px) {
  .tdh-cms-layout { grid-template-columns:1fr; gap:30px; }
  .tdh-cms-outline,
  #content.tdh-cms-page .tdh-cms-content,
  .tdh-cms-outline[hidden] + .tdh-cms-content { position:static; grid-column:1; max-width:75ch !important; }
  .tdh-cms-outline { max-height:none; padding:0; border-right:0; }
  .tdh-cms-outline__title {
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:46px;
    margin:0;
    padding:0;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    color:var(--ink);
    cursor:pointer;
  }
  .tdh-cms-outline__title::after { content:'+'; font-size:22px; font-weight:400; line-height:1; }
  .tdh-cms-outline[open] .tdh-cms-outline__title::after { content:'\2212'; }
  .tdh-cms-outline__list { grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid var(--line); }
  .tdh-cms-outline__list li { border-top:0; border-bottom:1px solid var(--line); }
  .tdh-cms-outline__list li:nth-child(odd) { padding-right:16px; border-right:1px solid var(--line); }
  .tdh-cms-outline__list li:nth-child(even) { padding-left:16px; }
  .tdh-cms-utilities { margin-left:0; }
  .tdh-about-editorial.tdh8-editorial { grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr); }
  .tdh-about-truth .tdh8-heading,
  .tdh-about-page .tdh8-help { grid-template-columns:1fr; }
}

@media (max-width:900px) {
  #footer .tdh8-newsletter.block_newsletter {
    grid-template-columns:1fr !important;
    gap:45px;
  }
}

@media (max-width:640px) {
  #content.tdh-cms-page.page-content,
  .tdh-about-page { padding-top:24px !important; }
  .tdh-cms-header h1,
  .tdh-about-hero h1 { font-size:clamp(36px,11vw,48px); }
  .tdh-cms-layout { padding-top:28px; }
  .tdh-cms-outline__list { grid-template-columns:1fr; }
  .tdh-cms-outline__list li:nth-child(odd),
  .tdh-cms-outline__list li:nth-child(even) { padding:0; border-right:0; }
  #content.tdh-cms-page .tdh-cms-content { font-size:16px !important; line-height:1.68 !important; }
  #content.tdh-cms-page .tdh-cms-content h2 { margin-top:44px !important; padding-top:24px !important; }
  #content.tdh-cms-page .tdh-cms-content h3 { margin-top:28px !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-trust,
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-values { grid-template-columns:1fr !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-badge:nth-child(odd),
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-value:nth-child(odd) { border-right:0 !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-badge:nth-child(even),
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-value:nth-child(even) { padding-left:0 !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-rate-row,
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-care-row,
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-help-row { display:block !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-rate-price { display:block !important; margin-top:4px !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-pick { grid-template-columns:1fr !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-pick-img { max-width:260px; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-actions { display:grid !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-btn { width:100% !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-company-grid { grid-template-columns:1fr !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-data:nth-child(odd) { border-right:0 !important; }
  #content.tdh-cms-page .tdh-cms-content .tdh-ship-data:nth-child(even) { padding-left:0 !important; }
  .tdh-about-intro { grid-template-columns:1fr; }
  .tdh-about-editorial.tdh8-editorial { grid-template-columns:1fr; }
  .tdh-about-editorial .tdh8-editorial-media img { max-height:260px; }
  .tdh-about-editorial .tdh8-editorial-copy { padding:26px 0; }
  .tdh-about-page .tdh8-help-actions { width:100%; }
  .tdh-about-page .tdh8-help-actions .tdh8-btn { width:100%; }
}

/* 404. */
.tdh-missing-page { max-width:900px; margin:0 auto; padding:clamp(110px,14vw,220px) 0; text-align:center; }
.tdh-missing-page h1 { margin:0; font-size:clamp(52px,7vw,100px); }
.tdh-missing-page p { max-width:62ch; margin:36px auto; color:var(--fg2); font-size:20px; }
.tdh-missing-actions { display:flex; justify-content:center; align-items:center; gap:34px; }

/* Confirmacion. */
.tdh-confirmation-page { padding:clamp(70px,8vw,120px) 0 var(--section); }
.tdh-confirmation-head {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:end;
  gap:60px;
  margin-bottom:64px;
}
.tdh-confirmation-head h1 { margin:0; font-size:clamp(44px,6vw,86px); }
.tdh-confirmation-head p { max-width:48ch; margin:0; color:var(--fg2); font-size:20px; }
.tdh-confirmation-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(340px,.9fr); gap:80px; }
.tdh-confirmation-ref { padding:38px; background:var(--turquoise); }
.tdh-confirmation-ref span { display:block; font-size:13px; text-transform:uppercase; }
.tdh-confirmation-ref strong { display:block; margin:12px 0; font-size:42px; }
.tdh-confirmation-steps { margin:28px 0; border-top:1px solid var(--ink); }
.tdh-confirmation-steps > div { padding:24px 0; border-bottom:1px solid var(--line); }
.tdh-confirmation-steps span { display:block; color:var(--fg3); font-size:12px; text-transform:uppercase; }
.tdh-confirmation-steps strong { display:block; margin-top:6px; font-size:18px; }
.tdh-confirmation-summary { padding:28px; background:var(--bg3); }
.tdh-confirmation-summary h2 { font-size:30px; }
.tdh-confirmation-summary .order-confirmation-table { border:0; box-shadow:none; }
.tdh-confirmation-details { margin-top:20px; border-top:1px solid var(--line); }
.tdh-confirmation-details p { display:flex; justify-content:space-between; gap:20px; padding:14px 0; margin:0; border-bottom:1px solid var(--line); }
.tdh-payment-return { margin-top:38px; padding:28px; border:1px solid var(--line); }
.tdh-account-transform { margin-top:38px; padding:28px; border-top:1px solid var(--ink); }

@media (max-width:1180px) {
  .tdh-cat-grid-inner,
  .tdh-search-grid .products { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .tdh-pdp-cols { gap:0 !important; }
  .tdh-pdp-info { padding-right:28px; padding-left:28px; }
}

.tdh8-mobile-header { display:none; }
@media (max-width:1180px) {
  .tdh8-desktop-header { display:none !important; }
  .tdh8-mobile-header { display:block; }
}

@media (max-width:991px) {
  #category .tdh-cat-head,
  .tdh-search-head,
  .tdh-checkout-head,
  .tdh-acc-head,
  .tdh-wishlist-head,
  .tdh-contact-hero,
  .tdh-confirmation-head { grid-template-columns:1fr; gap:24px; }
  #category #left-column { width:100% !important; max-width:none !important; padding:0 !important; }
  .tdh-cat-subcats__grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .tdh-pdp-cols { grid-template-columns:1fr !important; }
  .tdh-pdp-info { padding:32px var(--gutter) 0; position:static !important; }
  #cart .cart-grid,
  .tdh-checkout-layout,
  .tdh-contact-grid,
  .tdh-confirmation-layout { grid-template-columns:1fr !important; }
  #cart .cart-summary,
  #checkout .cart-grid-right { position:static; }
  .tdh-auth-card { grid-template-columns:1fr !important; }
  .tdh-auth-brand { min-height:520px; }
  .tdh-acc-cards { grid-template-columns:1fr; gap:0; }
  .tdh-about-intro { grid-template-columns:1fr; }
  .wishlist-products-container .wishlist-products-list,
  .wishlist-products-container .wishlist-products-list-row { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}

@media (max-width:640px) {
  .tdh-wa-float { display:none !important; }
  body:not(.page-index) .breadcrumb { margin-top:18px; }
  #footer .tdh8-newsletter.block_newsletter { grid-template-columns:1fr !important; }
  #footer .tdh8-newsletter-row { grid-template-columns:1fr !important; }
  #category .tdh-cat-head { padding:34px 0 24px; }
  #category .tdh-cat-title { font-size:36px !important; }
  #category .tdh-cat-intro__text { font-size:16px; }
  .tdh-cat-subcats__grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .tdh-cat-subcat { grid-template-columns:72px minmax(0,1fr) !important; min-height:68px; }
  .tdh-cat-subcat__image { width:72px !important; height:68px; }
  .tdh-cat-subcat__body { padding:8px; font-size:12px; }
  #category .tdh-cat-toolbar {
    display:block;
    min-height:50px;
    margin-bottom:16px;
  }
  #category .tdh-cat-toolbar__count { display:none; }
  #category .tdh-cat-toolbar__active { width:100%; padding:10px 0; }
  #category .tdh-cat-toolbar__actions {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:0;
    width:100%;
    margin:0;
  }
  #category .tdh-cat-filter-btn,
  #category .tdh-cat-filter-btn:hover,
  #category .tdh-cat-filter-btn:focus,
  #category .tdh-cat-filter-btn:active {
    justify-content:flex-start;
    min-height:50px;
    padding:0 8px;
    border:0 !important;
    background:transparent !important;
    color:var(--ink) !important;
    font-size:14px;
  }
  #category .tdh-cat-filter-btn small { color:var(--fg3); font-size:11px; font-weight:400; }
  #category .tdh-cat-toolbar__sort,
  #category .tdh-cat-toolbar__sort .products-sort-order,
  #category .tdh-cat-toolbar__sort .products-sort-order .select-title { width:100%; }
  #category .tdh-cat-toolbar__sort .products-sort-order .select-title {
    justify-content:flex-end;
    min-width:0;
    min-height:50px;
    height:50px;
    padding:0 8px;
    border:0;
    border-radius:0;
  }
  #category .tdh-sort-prefix { display:none; }
  .tdh-cat-grid-inner,
  .tdh-search-grid .products { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:34px 10px !important; }
  .product-miniature .product-title a { font-size:14px !important; }
  .product-miniature .price { font-size:17px !important; }
  .product-miniature .regular-price { display:block; width:100%; margin:2px 0 0; }
  .product-miniature .tdh-addbtn { min-height:44px; padding:8px 4px; font-size:12px; }
  #category .tdh-wa-float { display:none !important; }
  .tdh-gal__zoom { display:none !important; }
  .tdh-search-head,
  .tdh-checkout-head,
  .tdh-acc-head,
  .tdh-wishlist-head,
  .tdh-contact-hero,
  .tdh-confirmation-head { padding-top:52px !important; }
  .tdh-search-head h1,
  .tdh-checkout-title,
  .tdh-acc-h1,
  .tdh-wishlist-head h1,
  .tdh-contact-hero h1,
  .tdh-confirmation-head h1 { font-size:42px !important; }
  .tdh-search-head h1{ font-size:30px !important; }
  .tdh-gal__thumbs { display:flex !important; flex-direction:row !important; overflow-x:auto; overscroll-behavior-inline:contain; }
  .tdh-gal__thumb { flex:0 0 calc(116px * 4 / 3); width:calc(116px * 4 / 3) !important; max-width:none !important; }
  .tdh-pdp-related .tdh-rel-grid {
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .tdh-pdp-related .tdh-rel-grid::-webkit-scrollbar { display:none; }
  .tdh-pdp-related .tdh-rel-card { flex:0 0 78%; scroll-snap-align:start; }
  .tdh-pdp-variants { grid-template-columns:1fr; }
  .tdh-pdp-usps { grid-template-columns:1fr; }
  .tdh-pdp-usp { border-right:0; border-bottom:1px solid var(--line); }
  .tdh-pdp-usp + .tdh-pdp-usp { padding-left:0; }
  .product-actions .wishlist-button-add { display:none !important; }
  .product-actions .product-quantity .tdh-pdp-native-qty { flex-basis:96px; width:96px; grid-template-columns:30px minmax(0,1fr) 30px; }
  #cart .cart-grid { padding-top:52px !important; }
  #cart .cart-grid-body h1 { font-size:58px !important; }
  #cart .cart-item .product-image img { width:100px; height:100px; }
  .tdh-checkout-progress { grid-template-columns:repeat(4,minmax(0,1fr)); overflow:visible; }
  .tdh-checkout-progress li { min-width:0; padding:10px 4px; font-size:10px; line-height:1.25; text-align:center; }
  .tdh-checkout-progress li span { display:block; margin-bottom:4px; }
  .checkout-step .content { padding:0 16px 24px !important; }
  .tdh-auth-page { padding-top:32px !important; }
  .tdh-auth-card { min-height:0; }
  .tdh-auth-brand { min-height:440px; padding:54px 24px !important; }
  .tdh-auth-claim { font-size:42px !important; }
  .tdh-auth-form { padding:54px 24px !important; }
  .tdh-auth-form-head h2 { font-size:34px; }
  .tdh-account { padding-top:52px; }
  .tdh-contact-grid { gap:54px; }
  .tdh-ci-list b,
  .tdh-ci-list a,
  .tdh-ci-measure strong { font-size:22px; }
  .tdh-about-page { margin:0 -18px; }
  .tdh-about-intro { gap:24px; }
  .tdh-about-editorial { min-height:0; }
  .tdh-missing-page { padding:90px 0; }
  .tdh-missing-page h1 { font-size:48px; }
  .tdh-missing-actions { flex-direction:column; gap:18px; }
  .tdh-confirmation-ref { padding:24px; }
  .tdh-confirmation-ref strong { font-size:30px; }
  .wishlist-products-container .wishlist-products-list,
  .wishlist-products-container .wishlist-products-list-row { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:34px 10px !important; }
}
#category .tdh-cat-assurances{ max-width:none; }

@media (min-width:992px){
  .tdh8-hero-slide--product-photo{ background:#202020; }
  .tdh8-hero-slide--product-photo .tdh8-hero-media{ inset:0 0 0 44%; background:#d9d4ce; }
  .tdh8-hero-slide--product-photo .tdh8-hero-img{
    object-fit:cover; object-position:center; transform:none; transition:opacity .6s ease;
  }
  .tdh8-hero-slide--product-photo::after{
    background:linear-gradient(90deg,#202020 0%,#202020 39%,rgba(32,32,32,.75) 48%,transparent 62%);
  }
  .tdh8-hero-slide--product-photo .tdh8-hero-content{ width:48%; }
}

@media (max-width:575px){
  .tdh-cat-subcats__grid{ grid-template-columns:minmax(0,1fr) !important; }
  .tdh-cat-subcat{ grid-template-columns:88px minmax(0,1fr) !important; min-height:76px; }
  .tdh-cat-subcat__image{ width:88px !important; height:76px; }
  .tdh-cat-subcat__body{ padding:10px 14px; }
  .tdh-cat-subcat__name{ font-size:14px; overflow-wrap:break-word; }
}
