/** Shopify CDN: Minification failed

Line 790:128 Unexpected "/"

**/
/* ── POSTERWALL® THEME CSS ── */

:root {
  --brown:   #2C2216;
  --brown2:  #3d3020;
  --rose:    #D6C0B3;
  --rose2:   #c4a898;
  --cream:   #F3EAC9;
  --cream2:  #EDE3C8;
  --cream3:  #E5D9B6;
  --sand:    #C8B89A;
  --white:   #FAF8F4;
  --text:    #2C2216;
  --text2:   #6B5A4E;
  --text3:   #A89080;
  --border:  rgba(44,34,22,.1);
  --border2: rgba(44,34,22,.18);
  --wsp:     #25D366;
  --wsp-h:   #1fb855;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  background: var(--white);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.serif { font-family: 'Instrument Serif', serif; font-style: italic; }

/* ── ANNOUNCE BAR ── */
.announce {
  background: var(--brown);
  padding: 9px 0;
  overflow: hidden;
}
.announce-track {
  display: flex;
  gap: 56px;
  animation: ticker 28s linear infinite;
  width: max-content;
}
.announce-item {
  font-size: 11px;
  color: var(--cream);
  white-space: nowrap;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announce-item span { color: var(--rose); margin-right: 8px; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,248,244,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  justify-content: space-between;
}
.nav-logo { font-size: 18px; font-weight: 400; letter-spacing: -.02em; color: var(--brown); }
.nav-logo sup { font-size: 9px; vertical-align: super; opacity: .5; }
.nav-links { display: flex; gap: 4px; }
.nav-link {
  font-size: 13px; font-weight: 300; color: var(--text2);
  padding: 6px 14px; border-radius: 20px; transition: all .2s; cursor: pointer;
}
.nav-link:hover { background: var(--cream); color: var(--brown); }
.nav-right { display: flex; gap: 10px; align-items: center; }
.nav-cart {
  font-size: 13px; color: var(--text2);
  border: 1px solid var(--border2); padding: 6px 16px;
  border-radius: 20px; cursor: pointer; transition: all .2s;
  background: transparent; font-family: inherit;
}
.nav-cart:hover { background: var(--cream); }

/* ── BUTTONS ── */
.btn-wsp {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500;
  background: var(--wsp); color: white;
  padding: 13px 26px; border-radius: 4px;
  transition: background .2s, transform .15s; cursor: pointer;
}
.btn-wsp:hover { background: var(--wsp-h); transform: translateY(-1px); }
.btn-wsp svg { width: 18px; height: 18px; fill: white; flex-shrink: 0; }
.btn-ghost {
  display: inline-flex; align-items: center;
  font-size: 14px; font-weight: 300; color: var(--brown);
  border: 1px solid var(--border2); padding: 13px 26px;
  border-radius: 4px; transition: all .2s; cursor: pointer;
}
.btn-ghost:hover { background: var(--cream); }
.btn-dark {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase;
  background: var(--brown); color: var(--cream);
  padding: 13px 26px; border-radius: 4px;
  transition: opacity .2s, transform .15s; cursor: pointer;
}
.btn-dark:hover { opacity: .88; transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase;
  color: var(--brown); border: 1px solid var(--border2);
  padding: 13px 26px; border-radius: 4px; transition: all .2s; cursor: pointer;
}
.btn-outline:hover { background: var(--cream); }

/* ── HERO ── */
.hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 580px; border-bottom: 1px solid var(--border);
}
.hero-left {
  padding: 72px 56px;
  display: flex; flex-direction: column; justify-content: center; gap: 28px;
  border-right: 1px solid var(--border); position: relative; overflow: hidden;
}
.hero-left::after { display: none; }
.hero-eyebrow { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text3); }
.hero-title { font-size: 50px; font-weight: 300; line-height: 1.08; letter-spacing: -.025em; color: var(--brown); }
.hero-title .serif { font-size: 54px; color: var(--text2); }
.hero-sub { font-size: 15px; font-weight: 300; color: var(--text2); line-height: 1.75; max-width: 380px; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-right {
  background: var(--rose); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; min-height: 580px;
}
.hero-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-personaje { position: absolute; bottom: 110px; right: 28px; opacity: .14; pointer-events: none; z-index: 1; }
.result-tag {
  position: absolute; bottom: 108px; left: 24px;
  background: rgba(250,248,244,.92); backdrop-filter: blur(8px);
  border: 1px solid var(--border2); border-radius: 24px;
  padding: 9px 18px; font-size: 11px; font-weight: 500; color: var(--brown);
  letter-spacing: .06em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px; z-index: 2;
}
.dot-live {
  width: 8px; height: 8px; border-radius: 50%;
  background: #e05050; animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.antes-thumb {
  position: absolute; bottom: 24px; right: 24px; width: 148px;
  background: var(--white); border-radius: 8px; overflow: hidden;
  box-shadow: 0 6px 24px rgba(44,34,22,.18); z-index: 2;
}
.antes-img {
  height: 92px; background: var(--cream2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 11px; color: var(--text3); text-align: center; padding: 8px;
}
.antes-label {
  padding: 7px 10px; font-size: 10px; font-weight: 500; color: var(--brown);
  letter-spacing: .06em; text-transform: uppercase; border-top: 1px solid var(--border);
}

/* ── WALL GALLERY SECTION ── */
.wg-section {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 540px; border-bottom: 1px solid var(--border);
}
.wg-left {
  padding: 72px 56px;
  display: flex; flex-direction: column; justify-content: center; gap: 28px;
  border-right: 1px solid var(--border);
}
.wg-eyebrow {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text3);
  display: flex; align-items: center; gap: 8px;
}
.wg-eyebrow::before { content: '✦'; color: var(--rose2); font-size: 10px; }
.wg-title { font-size: 50px; font-weight: 300; line-height: 1.0; letter-spacing: -.03em; color: var(--brown); text-transform: uppercase; }
.wg-title .serif { font-size: 44px; text-transform: none; display: block; color: var(--text2); letter-spacing: -.02em; }
.wg-desc { font-size: 15px; font-weight: 300; color: var(--text2); line-height: 1.75; max-width: 380px; }
.wg-desc strong { font-weight: 500; color: var(--brown); }
.wg-note { font-size: 13px; font-weight: 300; color: var(--text3); padding-left: 18px; border-left: 2px solid var(--rose); font-style: italic; }
.wg-btns { display: flex; gap: 10px; }
.wg-right {
  background: var(--cream2); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; min-height: 540px;
}
.wg-personaje { position: absolute; bottom: 108px; right: 24px; opacity: .12; pointer-events: none; }

/* ── CUSTOM PRODUCT SECTION ── */
.custom-section {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 620px; background: var(--cream); border-bottom: 1px solid var(--border);
}
.custom-left {
  padding: 56px;
  display: flex; flex-direction: column; justify-content: center; gap: 20px;
  border-right: 1px solid var(--border);
}
.custom-title { font-size: 30px; font-weight: 300; letter-spacing: -.02em; color: var(--brown); line-height: 1.2; }
.custom-steps { display: flex; flex-direction: column; gap: 12px; }
.custom-step { display: flex; align-items: flex-start; gap: 14px; }
.step-num {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--brown); color: var(--cream);
  font-size: 11px; font-weight: 500;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.step-text { font-size: 14px; font-weight: 300; color: var(--text2); line-height: 1.6; }
.step-text strong { font-weight: 500; color: var(--brown); }
.custom-right { padding: 20px 32px; display: flex; flex-direction: column; justify-content: center; }
.inline-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: row; max-height: 540px;
}
.inline-card-img {
  width: 42%; flex-shrink: 0; aspect-ratio: 3/4;
  background: var(--cream2);
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--border); position: relative; overflow: hidden;
}
.inline-card-frame { position: absolute; inset: 14px; border: 1.5px solid var(--brown); border-radius: 2px; opacity: .07; }
.inline-card-ph { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 12px; color: var(--text3); text-align: center; position: relative; z-index: 1; }
.inline-card-body { padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; flex: 1; min-width: 0; }
.inline-card-name { font-size: 15px; font-weight: 400; color: var(--brown); margin-bottom: 4px; }
.inline-card-note { font-size: 12px; font-weight: 300; color: var(--text3); margin-bottom: 16px; }
.var-block { margin-bottom: 14px; }
.var-label { font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--text3); margin-bottom: 7px; }
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  font-size: 12px; font-weight: 300; color: var(--text2);
  border: 1px solid var(--border2); padding: 5px 13px; border-radius: 4px;
  cursor: pointer; transition: all .2s; background: transparent; font-family: inherit;
}
.chip:hover { border-color: var(--brown); color: var(--brown); }
.chip.active { background: var(--brown); color: var(--cream); border-color: var(--brown); }
.price-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px; padding-top: 14px; border-top: 1px solid var(--border);
}
.price-val { font-size: 20px; font-weight: 400; color: var(--brown); }
.price-val span { font-size: 12px; font-weight: 300; color: var(--text3); margin-right: 4px; }
.btn-add {
  width: 100%; font-size: 13px; font-weight: 500;
  background: var(--brown); color: var(--cream);
  border: none; padding: 12px; border-radius: 4px;
  cursor: pointer; font-family: inherit; transition: opacity .2s; letter-spacing: .03em;
}
.btn-add:hover { opacity: .86; }
.wsp-note { font-size: 12px; font-weight: 300; color: var(--text3); text-align: center; margin-top: 8px; }
.wsp-note a { color: var(--brown); text-decoration: underline; text-underline-offset: 2px; }
.wsp-br { display: none; }

/* ── SECTIONS SHARED ── */
.sec { padding: 72px 56px; }
.sec-hdr { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.sec-tag { font-size: 10px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--text3); margin-bottom: 10px; }
.sec-title { font-size: 34px; font-weight: 300; letter-spacing: -.02em; color: var(--brown); line-height: 1.15; }
.sec-sub { font-size: 14px; font-weight: 300; color: var(--text2); margin-top: 6px; }
.ver-mas {
  font-size: 13px; font-weight: 300; color: var(--text3);
  border-bottom: 1px solid var(--border2); padding-bottom: 2px;
  cursor: pointer; white-space: nowrap; transition: color .2s, border-color .2s;
}
.ver-mas:hover { color: var(--brown); border-color: var(--text2); }

/* ── PRODUCT GRID ── */
.prod-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 28px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.prod-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 6px; overflow: hidden;
  cursor: pointer; transition: background .2s;
}
.prod-card:hover { background: var(--cream); }
.prod-img {
  aspect-ratio: 3/4; background: #f9f8f4;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--border); position: relative; overflow: hidden;
}
.prod-frame-deco { position: absolute; inset: 12px; border: 1.5px solid var(--brown); border-radius: 2px; opacity: .07; }
.prod-img-ph { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 12px; color: var(--text3); text-align: center; position: relative; z-index: 1; }
.prod-body { padding: 14px 16px 16px; }
.prod-cat { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--text3); margin-bottom: 5px; }
.prod-name { font-size: 14px; font-weight: 400; color: var(--brown); margin-bottom: 8px; line-height: 1.3; }
.prod-price { font-size: 13px; font-weight: 300; color: var(--text2); margin-bottom: 10px; }
.prod-price strong { font-weight: 500; color: var(--brown); font-size: 14px; }
.btn-agregar {
  width: 100%; font-size: 12px; font-weight: 400; color: var(--text2);
  border: 1px solid var(--border2); padding: 8px; border-radius: 4px;
  background: transparent; cursor: pointer; font-family: inherit; transition: all .2s;
}
.btn-agregar:hover { background: var(--brown); color: var(--cream); border-color: var(--brown); }

/* ── TESTIMONIALS ── */
.testis-section { background: var(--cream); }
.testis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi {
  background: var(--white); border: 1px solid var(--border); border-radius: 6px;
  padding: 0; display: flex; flex-direction: column; gap: 0;
  position: relative; overflow: hidden;
}
.testi-content { padding: 20px 22px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.testi-deco { position: absolute; top: 18px; right: 18px; font-size: 16px; opacity: .15; color: var(--brown); }
.testi-hd { display: flex; align-items: center; gap: 12px; }
.testi-av {
  width: 40px; height: 40px; border-radius: 50%; background: var(--rose);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500; color: var(--brown); flex-shrink: 0;
}
.testi-name { font-size: 14px; font-weight: 500; color: var(--brown); }
.testi-loc { font-size: 12px; font-weight: 300; color: var(--text3); }
.testi-quote { font-size: 15px; font-weight: 300; color: var(--text2); line-height: 1.75; flex: 1; }
.testi-photo { height: 320px; background: var(--cream2); border-radius: 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.testi-photo-ph { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 12px; color: var(--text3); }

/* ── FOOTER CTA ── */
.footer-cta {
  background: var(--brown); padding: 96px 56px; text-align: center;
  position: relative; overflow: hidden;
}
.footer-cta-bg {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-size: 280px; color: var(--cream);
  opacity: .03; letter-spacing: -.05em; pointer-events: none; line-height: 1;
}
.footer-cta h2 { font-size: 44px; font-weight: 300; letter-spacing: -.02em; color: var(--cream); margin-bottom: 12px; line-height: 1.15; position: relative; }
.footer-cta h2 .serif { color: var(--rose); font-size: 48px; }
.footer-cta p { font-size: 15px; font-weight: 300; color: var(--rose); margin-bottom: 32px; position: relative; }
.footer-cta .btn-wsp { display: inline-flex; font-size: 15px; padding: 15px 32px; position: relative; }

/* ── FOOTER ── */
.footer {
  padding: 32px 56px; display: flex; align-items: center; justify-content: space-between;
  background: var(--white); border-top: 1px solid var(--border);
}
.footer-logo { font-size: 15px; font-weight: 400; color: var(--text3); }
.footer-logo sup { font-size: 8px; vertical-align: super; }
.footer-links { display: flex; gap: 24px; }
.footer-link { font-size: 12px; font-weight: 300; color: var(--text3); cursor: pointer; transition: color .2s; }
.footer-link:hover { color: var(--brown); }
.footer-copy { font-size: 12px; font-weight: 300; color: var(--text3); }

/* ── WSP FLOAT ── */
.wsp-float {
  position: fixed; bottom: 28px; right: 28px;
  width: 54px; height: 54px; background: var(--wsp); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.35); cursor: pointer; z-index: 200;
  transition: transform .2s, box-shadow .2s;
}
.wsp-float:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,.45); }
.wsp-float svg { width: 26px; height: 26px; fill: white; }

/* ── CART DRAWER ── */
.cart-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(44,34,22,.4); z-index: 300; backdrop-filter: blur(2px);
}
.cart-overlay.on { display: block; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 380px;
  background: var(--white); z-index: 301; transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column;
  box-shadow: -4px 0 24px rgba(44,34,22,.12);
}
.cart-drawer.on { transform: translateX(0); }
.cart-drawer-hdr {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--border);
}
.cart-drawer-title { font-size: 15px; font-weight: 500; color: var(--brown); }
.cart-drawer-close {
  width: 30px; height: 30px; border: 1px solid var(--border2); border-radius: 4px;
  background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--text3); transition: all .2s; font-family: inherit;
}
.cart-drawer-close:hover { background: var(--cream); color: var(--brown); }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.cart-empty-state { text-align: center; padding: 48px 20px; }
.cart-empty-icon { font-size: 36px; margin-bottom: 10px; opacity: .3; }
.cart-empty-state p { font-size: 14px; color: var(--text3); margin-bottom: 16px; }
.cart-item {
  display: grid; grid-template-columns: 60px 1fr auto;
  gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--border);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 60px; height: 60px; border-radius: 4px; background: var(--cream2); border: 1px solid var(--border); overflow: hidden; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { display: flex; flex-direction: column; }
.cart-item-name { font-size: 13px; font-weight: 400; color: var(--brown); margin-bottom: 3px; }
.cart-item-variant { font-size: 12px; color: var(--text3); margin-bottom: 8px; }
.cart-item-qty { display: flex; align-items: center; gap: 8px; }
.qty-btn {
  width: 24px; height: 24px; border: 1px solid var(--border2); border-radius: 3px;
  background: transparent; cursor: pointer; font-size: 14px; color: var(--text2);
  display: flex; align-items: center; justify-content: center; font-family: inherit;
  transition: all .2s;
}
.qty-btn:hover { background: var(--brown); color: var(--cream); border-color: var(--brown); }
.qty-val { font-size: 13px; color: var(--brown); min-width: 20px; text-align: center; }
.cart-item-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.cart-item-price { font-size: 13px; font-weight: 500; color: var(--brown); }
.cart-item-remove {
  background: none; border: none; cursor: pointer;
  font-size: 11px; color: var(--text3); padding: 2px 4px;
  line-height: 1; transition: color .15s;
}
.cart-item-remove:hover { color: var(--brown); }
.cart-drawer-footer { padding: 16px 20px; border-top: 1px solid var(--border); }
.cart-subtotal { display: flex; justify-content: space-between; font-size: 15px; font-weight: 500; color: var(--brown); margin-bottom: 8px; }
.cart-note { font-size: 12px; color: var(--text3); margin-bottom: 14px; }
.btn-checkout {
  display: block; width: 100%; text-align: center;
  background: var(--brown); color: var(--cream);
  padding: 14px; border-radius: 4px; font-size: 14px; font-weight: 500;
  cursor: pointer; transition: opacity .2s; margin-bottom: 8px; letter-spacing: .02em;
}
.btn-checkout:hover { opacity: .88; }
.btn-view-cart {
  display: block; width: 100%; text-align: center;
  color: var(--text2); border: 1px solid var(--border2);
  padding: 12px; border-radius: 4px; font-size: 13px; font-weight: 300;
  cursor: pointer; transition: all .2s;
}
.btn-view-cart:hover { background: var(--cream); }

/* ── COLLECTION PAGE ── */
.collection-header { padding: 72px 56px 0; }
.collection-grid-wrap { padding: 0 56px 72px; }
.collection-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-chip {
  font-size: 12px; font-weight: 300; color: var(--text2);
  border: 1px solid var(--border2); padding: 6px 16px; border-radius: 20px;
  cursor: pointer; transition: all .2s; background: transparent; font-family: inherit;
}
.filter-chip:hover { border-color: var(--brown); color: var(--brown); }
.filter-chip.active { background: var(--brown); color: var(--cream); border-color: var(--brown); }
.collection-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 28px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}

/* ── PRODUCT PAGE ── */
.product-page {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; min-height: calc(100vh - 120px);
}
.product-gallery { padding: 48px 56px; border-right: 1px solid var(--border); }
.product-main-img {
  width: 100%; aspect-ratio: 1;
  background: #f9f8f4; border-radius: 6px; overflow: hidden; margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center;
}
.product-main-img img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbs { display: flex; gap: 8px; }
.product-thumb {
  width: 72px; height: 72px; border-radius: 4px; overflow: hidden;
  border: 1px solid var(--border); cursor: pointer; transition: border-color .2s;
}
.product-thumb.active { border-color: var(--brown); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding: 48px 56px; display: flex; flex-direction: column; gap: 24px; }
.product-type { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text3); }
.product-title { font-size: 28px; font-weight: 300; letter-spacing: -.02em; color: var(--brown); line-height: 1.2; }
.product-price-main { font-size: 22px; font-weight: 400; color: var(--brown); }
.product-desc { font-size: 14px; font-weight: 300; color: var(--text2); line-height: 1.75; }
.product-add-btn {
  width: 100%; background: var(--brown); color: var(--cream);
  border: none; padding: 15px; border-radius: 4px; font-size: 14px; font-weight: 500;
  cursor: pointer; font-family: inherit; transition: opacity .2s; letter-spacing: .03em;
}
.product-add-btn:hover { opacity: .88; }
.product-wsp-link {
  width: 100%; text-align: center; border: 1px solid var(--border2);
  padding: 12px; border-radius: 4px; font-size: 13px; color: var(--text2);
  cursor: pointer; transition: all .2s;
}
.product-wsp-link:hover { background: var(--cream); }

/* ── RESPONSIVE ── */
/* ── HAMBURGER BUTTON (visible only on mobile) ── */
.nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px;
  background: none; border: none; cursor: pointer; padding: 4px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--brown); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
  transform-origin: center;
}
.nav-hamburger--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU DRAWER ── */
.nav-links--open {
  display: flex !important;
  flex-direction: column;
  position: absolute; top: 100%; left: 0; right: 0;
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 8px 0 16px; gap: 0;
  z-index: 99;
  box-shadow: 0 8px 24px rgba(44,34,22,.10);
}
.nav-links--open .nav-link {
  padding: 14px 20px; font-size: 15px;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  display: block; width: 100%; box-sizing: border-box;
}
.nav-links--open .nav-link:hover { border-radius: 0; }
.nav-links--open .nav-link:last-child { border-bottom: none; }

@media (max-width: 900px) {
  .nav { padding: 0 20px; position: relative; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .hero, .wg-section, .custom-section, .product-page { grid-template-columns: 1fr; }
  .hero-right, .wg-right { height: 300px; min-height: 300px; }
  .hero-left, .wg-left, .custom-left { padding: 40px 24px; }
  .hero-title, .wg-title { font-size: 36px; }
  .hero-title .serif, .wg-title .serif { font-size: 32px; }
  .custom-right, .product-info, .product-gallery { padding: 24px; }
  .sec { padding: 48px 24px; }
  .prod-grid, .collection-grid { grid-template-columns: 1fr; }
  .inline-card { flex-direction: column; max-height: none; }
  .inline-card-img { width: 100%; aspect-ratio: 3/4; border-right: none; border-bottom: 1px solid var(--border); }
  .testis-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; gap: 16px; text-align: center; padding: 24px; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-cta { padding: 64px 24px; }
  .footer-cta h2 { font-size: 32px; }
  .cart-drawer { width: 100%; }
  .collection-header, .collection-grid-wrap { padding: 24px; }
  .sec-products .sec { padding: 40px 24px; }
  /* ── Banner: ocultar result-tag, achicar antes-thumb ── */
  .result-tag { display: none; }
  .antes-thumb { width: 96px; bottom: 14px; right: 14px; }
  .antes-img { height: 60px; }
  .antes-label { padding: 5px 8px; font-size: 9px; }
}

/* ══════════════════════════════════════════
   WALL GALLERIES PAGE
══════════════════════════════════════════ */

/* ── HERO ── */
.wgp-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 600px; border-bottom: 1px solid var(--border);
}
.wgp-hero-left {
  padding: 72px 56px;
  display: flex; flex-direction: column; justify-content: center; gap: 28px;
  border-right: 1px solid rgba(255,255,255,.08);
  background: #2b2317;
}
.wgp-eyebrow { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text3); }
.wgp-hero-title {
  font-size: 56px; font-weight: 300; line-height: 1.05;
  letter-spacing: -.03em; color: var(--brown);
}
.wgp-hero-title .serif { font-size: 60px; color: var(--text2); }
.wgp-hero-sub { font-size: 15px; font-weight: 300; color: var(--text2); line-height: 1.75; max-width: 380px; }
.wgp-hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.wgp-trust-row {
  display: flex; align-items: center; gap: 20px;
  padding-top: 20px; border-top: 1px solid var(--border);
}
.wgp-trust-item { display: flex; flex-direction: column; gap: 2px; }
.wgp-trust-num { font-size: 22px; font-weight: 300; color: var(--brown); letter-spacing: -.02em; }
.wgp-trust-label { font-size: 11px; font-weight: 300; color: var(--text3); text-transform: uppercase; letter-spacing: .06em; }
.wgp-trust-div { width: 1px; height: 32px; background: var(--border2); }
.wgp-hero-right {
  background: var(--rose); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; min-height: 600px;
}
.wgp-hero-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.wgp-hero-tag {
  position: absolute; bottom: 108px; left: 24px;
  background: rgba(250,248,244,.92); backdrop-filter: blur(8px);
  border: 1px solid var(--border2); border-radius: 24px;
  padding: 9px 18px; font-size: 11px; font-weight: 500; color: var(--brown);
  letter-spacing: .06em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px; z-index: 2;
}
.wgp-hero-ph {
  width: 100%; height: 100%; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.wgp-hero-ph-inner {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 13px; color: var(--text3); text-align: center;
}

/* ── PARA QUIÉN ── */
.wgp-paraquien {
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.wgp-pq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.wgp-pq-left {}
.wgp-pq-title {
  font-size: 36px; font-weight: 300; line-height: 1.2;
  letter-spacing: -.02em; color: var(--brown); margin-top: 14px;
}
.wgp-pq-title .serif { font-size: 40px; color: var(--text2); }
.wgp-pq-right { display: flex; flex-direction: column; gap: 28px; padding-top: 8px; }
.wgp-pq-item { display: flex; gap: 18px; align-items: flex-start; }
.wgp-pq-icon {
  color: var(--rose2); font-size: 14px; flex-shrink: 0;
  margin-top: 2px;
}
.wgp-pq-item-title { font-size: 15px; font-weight: 400; color: var(--brown); margin-bottom: 5px; line-height: 1.4; }
.wgp-pq-item-sub { font-size: 13px; font-weight: 300; color: var(--text2); line-height: 1.65; }

/* ── PROCESO ── */
.wgp-proceso {
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.wgp-steps { display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; row-gap: 0; margin-top: 48px; }
.wgp-step {
  display: grid; grid-template-columns: 64px 1fr;
  gap: 0; padding: 20px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.wgp-step:last-child { border-bottom: none; }
.wgp-step:nth-child(4) { border-bottom: none; }
.wgp-step-num {
  font-size: 11px; font-weight: 500; letter-spacing: .1em;
  color: var(--text3); padding-top: 3px;
}
.wgp-step-body {}
.wgp-step-title { font-size: 17px; font-weight: 400; color: var(--brown); margin-bottom: 8px; }
.wgp-step-desc { font-size: 14px; font-weight: 300; color: var(--text2); line-height: 1.7; max-width: 560px; }

/* ── PAQUETES ── */
.wgp-paquetes { border-bottom: 1px solid var(--border); background: var(--cream); }
.wgp-paq-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 48px; }
.wgp-paq-card {
  border: 1px solid var(--border2); border-radius: 8px;
  padding: 32px 28px; display: flex; flex-direction: column; gap: 16px;
  background: var(--white); position: relative;
}
.wgp-paq-featured {
  background: var(--brown); border-color: var(--brown);
  color: var(--cream);
}
.wgp-paq-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--rose2); color: var(--brown);
  font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; white-space: nowrap;
}
.wgp-paq-tag { font-size: 11px; font-weight: 300; color: var(--text3); text-transform: uppercase; letter-spacing: .08em; }
.wgp-paq-featured .wgp-paq-tag { color: rgba(243,234,201,.5); }
.wgp-paq-name { font-size: 22px; font-weight: 300; color: var(--brown); letter-spacing: -.01em; }
.wgp-paq-featured .wgp-paq-name { color: var(--cream); }
.wgp-paq-desc { font-size: 13px; font-weight: 300; color: var(--text2); line-height: 1.65; }
.wgp-paq-featured .wgp-paq-desc { color: rgba(243,234,201,.75); }
.wgp-paq-includes { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.wgp-paq-inc-item { font-size: 13px; font-weight: 300; color: var(--text2); }
.wgp-paq-featured .wgp-paq-inc-item { color: rgba(243,234,201,.85); }
.wgp-paq-price {
  font-size: 14px; font-weight: 300; color: var(--text3);
  padding-top: 16px; border-top: 1px solid var(--border);
}
.wgp-paq-featured .wgp-paq-price { border-top-color: rgba(243,234,201,.15); color: rgba(243,234,201,.6); }
.wgp-paq-price strong { font-size: 26px; font-weight: 300; color: var(--brown); margin-left: 4px; }
.wgp-paq-featured .wgp-paq-price strong { color: var(--cream); }
.wgp-paq-note {
  text-align: center; margin-top: 24px;
  font-size: 12px; font-weight: 300; color: var(--text3);
  letter-spacing: .04em;
}

/* ── GALERÍA ── */
.wgp-galeria { border-bottom: 1px solid var(--border); background: var(--cream); }
.wgp-gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.wgp-gal-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 6px; overflow: hidden;
}
.wgp-gal-img {
  height: 320px; background: var(--cream2); position: relative;
  display: flex; align-items: center; justify-content: center;
}
.wgp-gal-ph {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 12px; color: var(--text3);
}
.wgp-gal-antes {
  position: absolute; bottom: 16px; right: 16px;
  width: 96px; height: 72px; border-radius: 4px;
  overflow: hidden; border: 2px solid var(--white);
  box-shadow: 0 4px 16px rgba(44,34,22,.18);
}
.wgp-gal-antes-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(44,34,22,.7);
  font-size: 9px; font-weight: 500; color: var(--cream);
  text-align: center; padding: 3px;
  letter-spacing: .06em; text-transform: uppercase;
}
.wgp-gal-body { padding: 20px 22px; }
.wgp-gal-espacio { font-size: 15px; font-weight: 400; color: var(--brown); margin-bottom: 3px; }
.wgp-gal-zona { font-size: 12px; font-weight: 300; color: var(--text3); margin-bottom: 10px; }
.wgp-gal-meta { font-size: 12px; font-weight: 300; color: var(--text2); display: flex; gap: 8px; }
.wgp-gal-dot { color: var(--text3); }

/* ── FAQ ── */
.wgp-faq { border-bottom: 1px solid var(--border); }
.wgp-faq-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }
.wgp-faq-left { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 80px; }
.wgp-faq-title { font-size: 32px; font-weight: 300; color: var(--brown); line-height: 1.2; letter-spacing: -.02em; }
.wgp-faq-title .serif { font-size: 36px; color: var(--text2); }
.wgp-faq-sub { font-size: 14px; font-weight: 300; color: var(--text2); line-height: 1.65; }
.wgp-faq-right { display: flex; flex-direction: column; }
.wgp-faq-item {
  border-bottom: 1px solid var(--border);
}
.wgp-faq-item:first-child { border-top: 1px solid var(--border); }
.wgp-faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; cursor: pointer;
  font-size: 14px; font-weight: 400; color: var(--brown);
  line-height: 1.5; list-style: none;
}
.wgp-faq-q::-webkit-details-marker { display: none; }
.wgp-faq-icon {
  font-size: 20px; font-weight: 200; color: var(--text3);
  flex-shrink: 0; transition: transform .25s;
}
details[open] .wgp-faq-icon { transform: rotate(45deg); }
.wgp-faq-a {
  font-size: 14px; font-weight: 300; color: var(--text2);
  line-height: 1.75; padding-bottom: 22px; max-width: 520px;
}


/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .wgp-hero { grid-template-columns: 1fr; }
  .wgp-hero-left { padding: 48px 24px; gap: 20px; }
  .wgp-hero-title { font-size: 38px; }
  .wgp-hero-title .serif { font-size: 42px; }
  .wgp-hero-right { min-height: 320px; }
  .wgp-pq-grid { grid-template-columns: 1fr; gap: 40px; }
  .wgp-paq-grid { grid-template-columns: 1fr; }
  .wgp-steps { grid-template-columns: 1fr; }
  .wgp-step:nth-child(4) { border-bottom: 1px solid var(--border); }
  .wgp-gal-grid { grid-template-columns: 1fr; }
  .wgp-faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .wgp-faq-left { position: static; }
  
  .wgp-trust-row { gap: 14px; }
  .wgp-trust-num { font-size: 18px; }
}
   CUADROS PERSONALIZADOS PAGE
══════════════════════════════════════════ */

.cpp-hero {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  }

.cpp-hero-inner { display: flex; flex-direction: column; gap: 24px; }
.cpp-title {
  font-size: 52px; font-weight: 300; line-height: 1.05;
  letter-spacing: -.03em; color: var(--brown);
}
.cpp-title .serif { font-size: 56px; color: var(--text2); }
.cpp-subtitle {
  font-size: 15px; font-weight: 300; color: var(--text2);
  line-height: 1.75; max-width: 640px;
}
.cpp-steps-row {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap; padding-top: 8px;
}
.cpp-step-inline { display: flex; align-items: center; gap: 10px; }
.cpp-step-n {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--brown); color: var(--cream);
  font-size: 11px; font-weight: 500;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cpp-step-t { font-size: 13px; font-weight: 300; color: var(--text2); max-width: 180px; line-height: 1.4; }
.cpp-step-arrow { font-size: 16px; color: var(--text3); flex-shrink: 0; }

/* ── MAIN LAYOUT ── */
.cpp-main {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.cpp-product-col .inline-card {
  max-height: none;
}

/* ── CARD ── */
.cpp-product-col { display: flex; flex-direction: column; gap: 16px; }
.cpp-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: row; max-height: 540px;
}
@media (max-width: 768px) {
  .cpp-card {
    flex-direction: column; max-height: none;
  }
  .cpp-card-img {
    width: 100%; aspect-ratio: 4/3; border-right: none; border-bottom: 1px solid var(--border);
  }
}
.cpp-card-img {
  width: 42%; flex-shrink: 0; aspect-ratio: 3/4;
  background: var(--cream2);
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid var(--border); position: relative; overflow: hidden;
}
.cpp-card-ph {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 12px; color: var(--text3); text-align: center;
}
.cpp-card-body { padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; flex: 1; min-width: 0; }
.cpp-card-name { font-size: 14px; font-weight: 400; color: var(--brown); margin-bottom: 3px; }
.cpp-card-note { font-size: 11px; font-weight: 300; color: var(--text3); margin-bottom: 14px; }

/* ── MATERIAL NOTE ── */
.cpp-material-note {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--cream); border-radius: 6px;
  padding: 14px 16px; border-left: 2px solid var(--sand);
}
.cpp-mat-icon { color: var(--rose2); font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.cpp-mat-title { font-size: 13px; font-weight: 500; color: var(--brown); margin-bottom: 2px; }
.cpp-mat-sub { font-size: 12px; font-weight: 300; color: var(--text2); line-height: 1.5; }

/* ── FAQ COL ── */
.cpp-faq-col { display: flex; flex-direction: column; gap: 16px; padding-top: 4px; }
.cpp-faq-title {
  font-size: 28px; font-weight: 300; color: var(--brown);
  line-height: 1.2; letter-spacing: -.02em;
}
.cpp-faq-title .serif { font-size: 32px; color: var(--text2); }
.cpp-faqs { display: flex; flex-direction: column; margin-top: 8px; }
.cpp-faq-cta {
  display: flex; align-items: center; gap: 16px;
  padding-top: 24px; margin-top: 8px;
  border-top: 1px solid var(--border);
}
.cpp-faq-cta p { font-size: 14px; font-weight: 300; color: var(--text2); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  
  .cpp-title { font-size: 36px; }
  .cpp-title .serif { font-size: 40px; }
  .cpp-steps-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cpp-step-arrow { transform: rotate(90deg); }
  .cpp-step-t { max-width: none; }
  .cpp-main { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; }
}

/* ── WGP HERO DARK OVERRIDES ── */
.wgp-hero-left .wgp-eyebrow { color: rgba(243,234,201,.5); }
.wgp-hero-left .wgp-hero-title { color: var(--cream); }
.wgp-hero-left .wgp-hero-title .serif { color: var(--rose); }
.wgp-hero-left .wgp-hero-sub { color: rgba(243,234,201,.75); }
.wgp-hero-left .wgp-trust-row { border-top-color: rgba(255,255,255,.1); }
.wgp-hero-left .wgp-trust-num { color: var(--cream); }
.wgp-hero-left .wgp-trust-label { color: rgba(243,234,201,.45); }
.wgp-hero-left .wgp-trust-div { background: rgba(255,255,255,.12); }

/* ── PRICE BLOCK ── */
.pw-price-block { display: flex; flex-direction: column; gap: 4px; }

/* ── MODO CARD — solo "desde $X" ── */
.pw-card-price {
  font-size: 13px; font-weight: 300; color: var(--text2);
}

/* ── MODO PRODUCT — jerarquía completa ── */
.pw-main-price {
  font-size: 26px; font-weight: 500; color: var(--brown);
  line-height: 1.15;
}
.pw-transfer {
  font-size: 20px; font-weight: 600; color: var(--accent-red, #c0392b);
  line-height: 1.2;
}
.pw-cuotas {
  font-size: 13px; font-weight: 300; color: var(--text2);
}
/* ── NAV LOGO IMAGE ── */
.nav-logo-img {
  display: block;
  max-height: 60px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 900px) {
  .nav-logo-img { max-height: 44px; }
}

/* ── CART SHIPPING CALCULATOR ── */
.cart-shipping-calc {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 4px 0;
  margin: 4px 0;
}
.cart-shipping-toggle {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; cursor: pointer;
  font-family: inherit; padding: 12px 0;
  font-size: 12px; font-weight: 500; color: var(--text2);
  text-transform: uppercase; letter-spacing: .03em;
}
.cart-shipping-chevron {
  font-size: 14px; color: var(--text2); transition: transform .15s;
}
.cart-shipping-content {
  padding-bottom: 12px;
}
.cart-shipping-row {
  display: flex; gap: 8px;
}
.cart-zip-input {
  flex: 1; padding: 10px 12px; font-size: 14px;
  border: 1px solid var(--border2); border-radius: 4px;
  font-family: inherit; color: var(--text);
  background: var(--white);
}
.cart-zip-input:focus { outline: none; border-color: var(--brown); }
.cart-zip-btn {
  padding: 10px 16px; font-size: 13px; font-weight: 500;
  background: var(--brown); color: var(--cream);
  border: none; border-radius: 4px; cursor: pointer;
  white-space: nowrap; transition: background .2s;
}
.cart-zip-btn:hover { background: var(--brown2); }
.cart-zip-btn:disabled { opacity: .6; cursor: not-allowed; }

.cart-shipping-results { margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.cart-shipping-rate {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 10px; background: var(--cream); border-radius: 4px;
  font-size: 13px;
}
.cart-shipping-rate-name { color: var(--text); }
.cart-shipping-rate-price { font-weight: 600; color: var(--brown); }
.cart-shipping-error {
  font-size: 12px; color: var(--text2); margin: 0; line-height: 1.5;
}

/* ── SELECTABLE SHIPPING RATES (radio) ── */
.cart-shipping-rate--selectable {
  cursor: pointer; border: none;
  background: var(--cream); transition: background .15s;
  gap: 8px;
}
.cart-shipping-rate--selectable:hover { background: var(--cream2); }
.cart-shipping-rate--selectable input[type="radio"] {
  accent-color: var(--brown); width: 16px; height: 16px; margin: 0; cursor: pointer; flex-shrink: 0;
}
.cart-shipping-rate--selectable .cart-shipping-rate-name { flex: 1; }
.cart-shipping-rate--selectable:has(input:checked) {
  background: var(--cream2); font-weight: 500;
}

/* ── TOTAL ROW (subtotal + envío seleccionado) ── */
.cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; margin-top: 4px;
  border-top: 1px solid var(--border);
  font-size: 16px; font-weight: 600; color: var(--brown);
}


/* ── MOBILE RESPONSIVE FIXES ── */
@media (max-width: 768px) {

  /* 1. "Ver todos los productos" pasa a línea propia debajo del título */
  .sec-hdr {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ver-mas {
    align-self: flex-start;
  }

  /* 2. Botones "Explorar galerías" / "Pedir la mía" más chicos, en una sola línea */
  .hero-btns {
    flex-wrap: nowrap;
    gap: 6px;
  }
  .hero-btns .btn-wsp,
  .hero-btns .btn-ghost,
  .hero-btns .btn-dark,
  .hero-btns .btn-outline {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 4px;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: none;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .hero-btns .btn-wsp svg {
    width: 13px; height: 13px;
  }

  /* 3. "Mandanos tu imagen por WhatsApp" en línea propia */
  .wsp-br {
    display: block;
  }
  .wsp-note {
    line-height: 1.6;
  }

  /* 4. Página de producto: evitar overflow horizontal por las miniaturas */
  .product-thumbs {
    flex-wrap: wrap;
  }
  .product-page {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .product-gallery,
  .product-info {
    overflow-x: hidden;
    max-width: 100%;
  }
}
