:root{--sand:#F6F3EE;--linen:#ECE6DC;--berry:#A84D58;--sage:#4E6053;--ink:#221F1F;--clay:#827871;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',sans-serif;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--sand);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--berry);outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.02}h3{font-family:var(--sans);font-weight:600;line-height:1.3}em{font-weight:400;color:var(--berry)}.skip{position:fixed;left:20px;top:-90px;z-index:200;background:var(--sand);padding:12px}.skip:focus{top:10px}
dialog:not([open]){display:none!important}
dialog[open]{display:block}
dialog.guide-chat-modal[open]{display:flex}
dialog.custom-dialog,dialog.product-modal-dialog,dialog.search-modal,dialog.article-reader-modal,dialog.age-gate-dialog{margin:auto;position:fixed;inset:0;z-index:99999}
.site-header-wrapper{position:fixed;top:0;left:0;right:0;z-index:100;width:100%;display:flex;flex-direction:column;margin:0;padding:0}
.top-announcement-bar{background:var(--ink);color:var(--sand);font-size:12.5px;font-weight:500;padding:7px 3.5%;position:relative;z-index:102;border-bottom:1px solid rgba(255,255,255,0.08);margin:0;width:100%;box-sizing:border-box}
.header{height:80px;position:relative;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 3.5%;border-bottom:1px solid rgba(34,31,31,0.08);background:rgba(246,243,238,0.95);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:background .3s,box-shadow .3s,height .3s;gap:18px;margin:0;width:100%;box-sizing:border-box}
.header.is-scrolled{box-shadow:0 4px 20px rgba(34,31,31,0.06);background:rgba(246,243,238,0.98);height:72px}
.brand-logo-link{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0;transition:transform .25s ease,opacity .25s ease}
.brand-logo-link:hover{transform:scale(1.02);opacity:.95}
.brand-logo-img{height:46px;width:auto;max-width:185px;object-fit:contain;display:block;transition:height .3s ease}
.header.is-scrolled .brand-logo-img{height:39px}
footer .brand-logo-img{height:58px;max-width:220px;margin:0 auto}
.age-gate-logo .brand-logo-img{height:65px;max-width:240px;margin:0 auto 10px}
.wordmark{font-family:var(--serif);font-size:28px;font-weight:500;letter-spacing:-1px;line-height:1.1;white-space:nowrap;flex-shrink:0}
.wordmark>span:not(.brand-caption){color:var(--berry);font-style:italic}
.brand-caption{display:block;font-family:var(--sans);font-size:8px;font-weight:600;letter-spacing:2.5px;line-height:1.8;text-align:center;margin-top:2px;color:var(--clay)}
.main-nav{display:flex;align-items:center;gap:16px;font-size:13.5px;font-weight:500}
.main-nav .nav-link{color:var(--ink);transition:color .2s;white-space:nowrap;padding:6px 2px;display:inline-flex;align-items:center;gap:4px;cursor:pointer}
.main-nav .nav-link:hover{color:var(--berry)}
.nav-item.has-dropdown{position:relative;display:flex;align-items:center}
.dropdown-icon{transition:transform .25s ease;opacity:.65;flex-shrink:0}
.nav-item.has-dropdown:hover>.nav-link .dropdown-icon,.nav-item.has-dropdown:focus-within>.nav-link .dropdown-icon{transform:rotate(180deg);opacity:1;color:var(--berry)}
.dropdown-menu{position:absolute;top:100%;left:0;min-width:215px;background:rgba(255,255,255,0.98);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:14px;box-shadow:0 18px 45px rgba(34,31,31,0.12),0 2px 8px rgba(34,31,31,0.04);border:1px solid rgba(34,31,31,0.09);padding:7px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:1000;display:flex;flex-direction:column;gap:2px}
.nav-item.has-dropdown:hover>.dropdown-menu,.nav-item.has-dropdown:focus-within>.dropdown-menu{opacity:1;visibility:visible;transform:translateY(4px)}
.dropdown-menu a{padding:7px 11px;border-radius:8px;color:#282424;font-size:12.5px;font-weight:500;transition:all .18s ease;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;text-decoration:none}
.dropdown-menu a:hover{background:rgba(168,77,88,0.08);color:var(--berry);padding-left:14px}
.dropdown-submenu{position:relative;width:100%}
.dropdown-submenu .submenu-trigger{width:100%;box-sizing:border-box}
.dropdown-submenu .sub-arrow{opacity:.6;transition:transform .2s}
.dropdown-submenu:hover .sub-arrow{transform:translateX(3px);opacity:1;color:var(--berry)}
.submenu-flyout{position:absolute;top:-4px;left:100%;margin-left:5px;min-width:210px;background:rgba(255,255,255,0.98);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:14px;box-shadow:0 18px 45px rgba(34,31,31,0.12),0 2px 8px rgba(34,31,31,0.04);border:1px solid rgba(34,31,31,0.09);padding:7px;opacity:0;visibility:hidden;transform:translateX(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1010;display:flex;flex-direction:column;gap:2px}
.dropdown-submenu:hover>.submenu-flyout,.dropdown-submenu:focus-within>.submenu-flyout{opacity:1;visibility:visible;transform:translateX(0)}
.nav-offer{color:var(--berry)!important;font-weight:600;display:inline-flex;align-items:center;gap:4px}
.badge-sale{background:var(--berry);color:#fff;font-size:8px;font-weight:700;padding:1px 5px;border-radius:6px;letter-spacing:.5px}
.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.btn-guide{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:30px;border:1px solid rgba(34,31,31,0.18);background:rgba(255,255,255,0.5);color:var(--ink);font-size:12.5px;font-weight:500;transition:all .25s;white-space:nowrap}
.btn-guide:hover{background:var(--linen);border-color:rgba(34,31,31,0.3);transform:translateY(-1px)}
.guide-dots{display:flex;align-items:center;gap:4px}
.dot-pitaya{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--berry);box-shadow:0 0 0 2px #a84d5830}
.dot-pepino{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 2px #4e605330}
.btn-cart{display:inline-flex;align-items:center;justify-content:center;position:relative;width:38px;height:38px;border-radius:50%;border:1px solid rgba(34,31,31,0.18);background:rgba(255,255,255,0.5);color:var(--ink);transition:all .25s}
.btn-cart:hover{background:var(--linen);border-color:rgba(34,31,31,0.3);transform:translateY(-1px)}
.cart-badge{position:absolute;top:-2px;right:-2px;width:17px;height:17px;border-radius:50%;background:var(--berry);color:#fff;font-size:9.5px;font-weight:700;display:grid;place-items:center}
.menu-toggle{display:none;align-items:center;gap:6px;border:1px solid rgba(34,31,31,0.18);border-radius:24px;padding:7px 13px;background:transparent;font-size:13px;font-weight:500}
.scroll-story{height:590vh;position:relative}.stage{height:100svh;min-height:690px;position:sticky;top:0;overflow:hidden;background:var(--linen)}.visual{position:absolute;inset:0}.visual img,.visual canvas{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 50%;inset:0}.visual canvas{opacity:0;transition:opacity .5s}.visual.ready canvas{opacity:1}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,243,238,.97),rgba(246,243,238,.87) 22%,rgba(246,243,238,.4) 45%,transparent 65%);pointer-events:none}.scene{position:absolute;left:8%;top:50%;transform:translateY(-42%);width:43%;max-width:670px;opacity:0;visibility:hidden;transition:opacity .55s,transform .65s,visibility .55s;pointer-events:none}.scene.active{opacity:1;visibility:visible;transform:translateY(-48%);pointer-events:auto}.eyebrow{font-size:12px;letter-spacing:2.4px;font-weight:600;display:flex;align-items:center;gap:14px;line-height:1.6}.small-line{display:inline-block;width:30px;height:1px;background:var(--berry)}h1{font-size:clamp(58px,5.3vw,88px);letter-spacing:-2.8px;margin:25px 0 25px}h2{font-size:clamp(48px,4.5vw,72px);letter-spacing:-1.7px}.scene p{max-width:385px;font-size:15px;color:#4a423d;line-height:1.8;font-weight:500}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;border:0;background:var(--sage);color:white;border-radius:40px;padding:16px 25px;font-size:14px;font-weight:500;transition:background .25s,transform .25s}.button:hover{background:#34483b;transform:translateY(-2px)}.scene .button{margin-top:30px}.small-note{font-size:12px;color:var(--clay);margin-top:19px}.scene-1 h2,.scene-2 h2,.scene-3 h2{margin:24px 0}.scene-2{left:auto;right:7%;width:40%}.stage[data-current="1"] .shade{background:linear-gradient(90deg,rgba(246,243,238,.98) 0%,rgba(246,243,238,.92) 45%,rgba(246,243,238,.75) 75%,rgba(246,243,238,.4) 100%)}.stage[data-current="2"] .shade{background:linear-gradient(270deg,rgba(246,243,238,.96),rgba(246,243,238,.8) 28%,transparent 75%)}.story-bottom{position:absolute;bottom:36px;left:5%;right:5%;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:1.5px}

/* Hero 1: 30% Off Promotional Styles */
.hero-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(168, 77, 88, 0.95), rgba(135, 45, 60, 0.95));
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 15px;
  border-radius: 24px;
  margin-bottom: 16px;
  box-shadow: 0 4px 18px rgba(168, 77, 88, 0.35);
  animation: badgePulse 2.5s infinite ease-in-out;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 18px rgba(168, 77, 88, 0.35); }
  50% { transform: scale(1.03); box-shadow: 0 6px 24px rgba(168, 77, 88, 0.55); }
}

.offer-fire {
  font-size: 14px;
  animation: fireBounce 1.2s infinite ease-in-out alternate;
}

@keyframes fireBounce {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-2px) scale(1.15); }
}

.discount-glow {
  color: var(--berry);
  font-style: italic;
  position: relative;
  text-shadow: 0 0 25px rgba(168, 77, 88, 0.3);
}

.hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #3f3934;
  max-width: 480px;
}

.hero-promo-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 18px 0 24px;
  max-width: 480px;
}

.hero-promo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #3b342f;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(34, 31, 31, 0.1);
  padding: 7px 14px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(34, 31, 31, 0.04);
}

.promo-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--berry);
  background: rgba(168, 77, 88, 0.12);
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.hero-actions-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.button-sale {
  background: var(--berry) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(168, 77, 88, 0.35) !important;
}

.button-sale:hover {
  background: #8b2b3a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(168, 77, 88, 0.45) !important;
}

/* Slide 2: Cuidado Íntimo Split Layout */
.scene.scene-1.scene-split {
  left: 6%;
  right: 6%;
  width: 88%;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 1.15fr 0.9fr;
  gap: 45px;
  align-items: center;
}

.scene-1 .scene-content {
  max-width: 590px;
}

.scene-1 h2 {
  font-size: clamp(36px, 3.8vw, 54px);
  letter-spacing: -1.4px;
  line-height: 1.08;
  margin: 16px 0 16px;
}

.scene-1 .scene-lead {
  max-width: 530px;
  font-size: 15.5px;
  line-height: 1.75;
  color: #4a423d;
  margin-bottom: 18px;
}

.scene-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 22px;
}

.scene-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(34, 31, 31, 0.1);
  color: var(--ink);
  box-shadow: 0 2px 8px rgba(34, 31, 31, 0.04);
  backdrop-filter: blur(8px);
}

.scene-media-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scene-media-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(34, 31, 31, 0.18), 0 4px 18px rgba(168, 77, 88, 0.08);
  border: 3px solid rgba(255, 255, 255, 0.9);
  max-width: 480px;
  width: 100%;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.scene.active .scene-media-card {
  animation: cardFloat 6s ease-in-out infinite alternate;
}

@keyframes cardFloat {
  0% { transform: translateY(0px) rotate(-0.5deg); }
  100% { transform: translateY(-8px) rotate(0.8deg); }
}

.scene-media-card:hover {
  transform: scale(1.025) translateY(-6px);
  box-shadow: 0 30px 70px rgba(34, 31, 31, 0.24);
}

.scene-media-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.scene-media-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(246, 243, 238, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 600;
  color: var(--berry);
  text-align: center;
  letter-spacing: 0.6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.button-outline {
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--ink) !important;
  border: 1px solid rgba(34, 31, 31, 0.2) !important;
}

.button-outline:hover {
  background: var(--linen) !important;
  border-color: rgba(34, 31, 31, 0.35) !important;
  color: var(--ink) !important;
}

.scroll-hint { display: flex; align-items: center; gap: 13px; }
.scroll-hint > span { font-size: 23px; line-height: 1; }
.chapter { display: flex; align-items: center; gap: 15px; font-size: 12px; letter-spacing: .5px; }
.chapter-rule { display: block; width: 80px; height: 1px; background: #221f1f30; }
.chapter-rule i { display: block; height: 1px; width: 0; background: var(--berry); }
.edition { color: #625952; }
.scene-navigation { position: absolute; right: 30px; top: 50%; display: flex; flex-direction: column; gap: 18px; }
.scene-navigation button { border: 1px solid #7e7061; border-radius: 50%; width: 7px; height: 7px; padding: 0; background: transparent; position: relative; }
.scene-navigation button:before { content: ''; position: absolute; inset: -9px; }
.scene-navigation button.selected { background: var(--berry); border-color: var(--berry); box-shadow: 0 0 0 4px #a84d5818; }
.section { padding: 115px 8%; scroll-margin-top: 30px; }
.essence { display: grid; grid-template-columns: 1fr 2.2fr; gap: 40px; border-bottom: 1px solid #221f1f15; }
.essence > .eyebrow { align-self: start; padding-top: 12px; color: var(--clay); }
.essence p { max-width: 510px; margin: 28px 0; color: #4a423d; font-size: 16px; line-height: 1.8; }
.handwritten { font-family: var(--serif); font-size: 30px; font-style: italic; color: var(--berry); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; gap: 30px; }
.section-heading .eyebrow { margin-bottom: 22px; color: var(--clay); }
.section-heading > p { font-family: var(--sans); color: #5d534d; font-size: 15px; font-weight: 500; line-height: 1.6; padding-bottom: 4px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.product-image { width: 100%; height: 440px; position: relative; background: var(--linen); border: 0; border-radius: var(--radius); overflow: hidden; padding: 0; display: block; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.product-image:hover img { transform: scale(1.045); }
.pitaya-image img { object-position: 70% 50%; }
.pepino-image img { object-position: 60% 50%; }
.product-tag { position: absolute; top: 22px; left: 22px; padding: 7px 12px; border-radius: 20px; background: #f6f3eecc; backdrop-filter: blur(12px); font-size: 10px; letter-spacing: 1.4px; }
.round-arrow { position: absolute; right: 22px; bottom: 22px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); font-size: 23px; }
.product-info { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.product-info h3 { font-size: 36px; font-family: var(--serif); }
.product-info p { font-size: 14px; color: var(--clay); margin-top: 8px; }
.text-button { padding: 8px 0; background: none; border: 0; border-bottom: 1px solid #82787166; font-size: 14px; }
.text-button span { margin-left: 12px; }
.collection-note { text-align: center; margin-top: 34px; color: var(--clay); font-size: 13px; }
.privacy { background: var(--sage); color: var(--sand); text-align: center; }
.privacy > .eyebrow { justify-content: center; color: #d2d7cc; }
.privacy h2 { margin: 28px 0 65px; font-size: 76px; }
.privacy em { color: #d9c9ad; }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; text-align: left; max-width: 1100px; margin: auto; }
.privacy-number { font-family: var(--serif); font-size: 24px; color: #c6cdbf; display: block; border-bottom: 1px solid #ffffff30; padding-bottom: 15px; margin-bottom: 24px; }
.privacy h3 { font-size: 31px; margin-bottom: 15px; }
.privacy p { font-size: 14px; line-height: 1.9; color: #d6dccf; }
footer { padding: 65px 8% 28px; text-align: center; }
footer > .wordmark { font-size: 54px; }
footer > p { font-family: var(--serif); font-size: 24px; color: var(--clay); font-style: italic; margin-top: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--clay); border-top: 1px solid #221f1f20; padding-top: 25px; margin-top: 60px; }

/* Personajes originales */
.guide-card .product-image img { object-fit: contain; padding: 45px 25px 15px; }
.pitaya-card .product-image { background: #f0e4df; }
.pepino-card .product-image { background: #e3e7df; }
.guide-quote { font-size: 15px; line-height: 1.85; color: var(--clay); max-width: 430px; }
.guide-card .product-tag { font-size: 10px; letter-spacing: .8px; }

/* ==========================================================================
   PRODUCT QUICK-VIEW DETAIL MODAL STYLES
   ========================================================================== */
dialog.product-modal-dialog {
  padding: 28px 36px 32px;
  max-width: 890px;
  width: calc(100% - 32px);
  max-height: 92vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  color: var(--ink);
  margin: auto;
  position: fixed;
  inset: 0;
  z-index: 99999;
  scrollbar-width: thin;
  scrollbar-color: rgba(168, 77, 88, 0.3) transparent;
}

dialog.product-modal-dialog::-webkit-scrollbar {
  width: 6px;
}

dialog.product-modal-dialog::-webkit-scrollbar-thumb {
  background: rgba(168, 77, 88, 0.25);
  border-radius: 6px;
}

dialog.product-modal-dialog::backdrop {
  background: rgba(22, 19, 19, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.product-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.pm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
}

.pm-crumb-root {
  color: var(--clay);
  font-weight: 500;
}

.pm-crumb-sep {
  color: var(--clay);
  opacity: 0.6;
  font-size: 13px;
}

.pm-crumb-category {
  color: var(--berry);
  font-weight: 600;
}

.pm-close-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: var(--clay);
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all .2s ease;
}

.pm-close-btn:hover {
  background: #f6f3ee;
  color: var(--ink);
  transform: scale(1.08);
}

.pm-body-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 36px;
  align-items: start;
}

/* Columna Izquierda */
.pm-gallery-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pm-main-image-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid #eae2d6;
  background: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  max-height: 310px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.pm-heart-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e8ded4;
  color: #7d726b;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all .2s;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.pm-heart-btn:hover {
  color: var(--berry);
  transform: scale(1.12);
  background: #ffffff;
}

.pm-heart-btn.active {
  color: var(--berry);
  background: #ffffff;
}

.pm-heart-btn.active svg {
  fill: var(--berry);
  stroke: var(--berry);
}

.pm-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.pm-image-wrapper img {
  max-width: 90%;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: opacity .25s ease, transform .25s ease;
}

.pm-thumbnails-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px;
}

.pm-thumb {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  border: 2px solid #eae2d6;
  background: #ffffff;
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 8px;
}

.pm-thumb:hover {
  border-color: #e5b3ba;
  transform: translateY(-1px);
}

.pm-thumb.active {
  border-color: var(--berry);
  box-shadow: 0 0 0 1px var(--berry);
}

/* Columna Derecha */
.pm-info-col {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.pm-top-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.pm-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #625952;
}

.pm-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 600;
  color: #15803d;
  background: #e8f8f0;
  padding: 3px 11px;
  border-radius: 20px;
}

.pm-stock-badge.out {
  background: #fee2e2;
  color: #b91c1c;
}

.pm-title {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  margin: 4px 0 8px;
  letter-spacing: -0.3px;
}

.pm-rating-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  margin-bottom: 16px;
}

.pm-stars {
  color: #eab308;
  font-size: 15px;
  letter-spacing: 2px;
}

.pm-rating-num {
  font-weight: 700;
  color: var(--ink);
}

.pm-reviews-count {
  color: var(--clay);
  font-size: 12.5px;
}

.pm-pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #faf8f5;
  border-radius: 14px;
  padding: 11px 16px;
  margin-bottom: 14px;
}

.pm-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.pm-price-current {
  font-size: 28px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.5px;
  font-family: var(--sans);
}

.pm-price-currency {
  font-size: 12px;
  font-weight: 600;
  color: var(--clay);
}

.pm-price-old {
  font-size: 15px;
  color: var(--clay);
  text-decoration: line-through;
  margin-left: 6px;
}

.pm-discreet-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #443c37;
  background: #ffffff;
  padding: 5px 11px;
  border-radius: 20px;
  border: 1px solid #ebe6df;
}

.pm-description {
  font-size: 13px;
  line-height: 1.55;
  color: #655a54;
  margin: 0 0 16px;
  max-height: 85px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #d8cfc5 transparent;
}

.pm-description::-webkit-scrollbar {
  width: 4px;
}

.pm-description::-webkit-scrollbar-thumb {
  background: #d8cfc5;
  border-radius: 4px;
}

.pm-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.pm-qty-selector {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #dfd8ce;
  border-radius: 30px;
  padding: 3px 6px;
  height: 46px;
}

.pm-qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .15s;
}

.pm-qty-btn:hover {
  background: #f3eee6;
}

.pm-qty-value {
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.pm-btn-add-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--berry);
  color: #ffffff;
  border: 0;
  border-radius: 30px;
  height: 46px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 4px 14px rgba(168, 77, 88, 0.25);
}

.pm-btn-add-cart:hover {
  background: #903d47;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(168, 77, 88, 0.35);
}

.pm-btn-buy-now {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e1b1b;
  color: #ffffff;
  border: 0;
  border-radius: 30px;
  height: 46px;
  padding: 0 24px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 22px;
  transition: all .25s ease;
}

.pm-btn-buy-now:hover {
  background: #383333;
  transform: translateY(-1px);
}

.pm-trust-badges {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 14px;
  border-top: 1px solid #f0ebe2;
}

.pm-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  color: #625952;
}

.pm-trust-item svg {
  color: var(--clay);
}

/* ==========================================================================
   STORE PRODUCT CATALOG GRID & CARDS (BASE / DESKTOP)
   ========================================================================== */
.store-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 32px;
  width: 100%;
}

.store-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(34, 31, 31, 0.07);
  box-shadow: 0 4px 20px rgba(34, 31, 31, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(34, 31, 31, 0.1);
  border-color: rgba(168, 77, 88, 0.25);
}

.store-card-media {
  position: relative;
  width: 100%;
  height: 250px;
  background: #fdfbf8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(34, 31, 31, 0.05);
  box-sizing: border-box;
}

.store-card-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.store-card:hover .store-card-media img {
  transform: scale(1.05);
}

.sale-badge-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--berry);
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 4px 9px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(168, 77, 88, 0.3);
  z-index: 2;
  text-transform: uppercase;
}

.store-card-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.store-card-title {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 8px;
  transition: color 0.2s ease;
  letter-spacing: -0.2px;
}

.store-card:hover .store-card-title {
  color: var(--berry);
}

.store-card-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #6a6058;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.store-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(34, 31, 31, 0.06);
  margin-top: auto;
}

.store-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.current-price {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.3px;
}

.old-price {
  font-size: 12.5px;
  color: var(--clay);
  text-decoration: line-through;
  font-weight: 500;
}

.btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sand);
  color: var(--ink);
  border: 1px solid rgba(34, 31, 31, 0.15);
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-add-cart:hover {
  background: var(--berry);
  color: #ffffff;
  border-color: var(--berry);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(168, 77, 88, 0.25);
}

@media (max-width: 768px) {
  dialog.product-modal-dialog {
    padding: 24px 20px 28px;
    border-radius: 22px;
  }
  .pm-body-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pm-main-image-card {
    min-height: 220px;
    max-height: 250px;
    padding: 16px;
    background: #ffffff;
  }
  .pm-image-wrapper img {
    max-width: 90%;
    max-height: 200px;
    mix-blend-mode: multiply;
  }
  .pm-title {
    font-size: 26px;
  }
  .pm-trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* ==========================================================================
   INTERACTIVE GUIDE CHAT MODAL (PITAYA & PEPINO)
   ========================================================================== */

dialog.guide-chat-modal {
  width: min(92vw, 580px);
  max-width: 580px;
  height: min(650px, 86vh);
  max-height: 86vh;
  margin: auto;
  border: 0;
  border-radius: 24px;
  padding: 0;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: none;
  flex-direction: column;
}

dialog.guide-chat-modal[open] {
  display: flex;
}

dialog.guide-chat-modal::backdrop {
  background: rgba(22, 19, 18, 0.65);
  backdrop-filter: blur(8px);
}

.guide-chat-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: #fdfbf7;
  overflow: hidden;
}

/* Chat Header */
.guide-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #f8f4ed;
  border-bottom: 1px solid #ebe4d8;
  position: relative;
  transition: background .3s ease;
  flex-shrink: 0;
}

dialog.guide-chat-modal.is-pepino .guide-chat-header {
  background: #f1f6f2;
  border-bottom-color: #dbe7dc;
}

.guide-chat-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guide-avatar-container {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  flex-shrink: 0;
}

.guide-avatar-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.guide-status-dot {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  background: #22c55e;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
  animation: pulse-online 2s infinite ease-in-out;
}

@keyframes pulse-online {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.85; }
}

.guide-chat-info {
  display: flex;
  flex-direction: column;
}

.guide-chat-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.guide-chat-title-row h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  line-height: 1.1;
}

.guide-badge-role {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(168, 77, 88, 0.12);
  color: var(--berry);
  padding: 3px 8px;
  border-radius: 12px;
}

dialog.guide-chat-modal.is-pepino .guide-badge-role {
  background: rgba(78, 96, 83, 0.14);
  color: var(--sage);
}

.guide-chat-status {
  font-size: 11.5px;
  color: #6a625b;
  margin-top: 1px;
}

.guide-chat-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-toggle-guide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #dfd8cc;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.btn-toggle-guide:hover {
  background: #f6f1e8;
  border-color: #cfc5b5;
  transform: translateY(-1px);
}

.guide-chat-close-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #554f49;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.guide-chat-close-btn:hover {
  background: #e2dbcf;
  color: #1a1715;
}

/* Guide Switch Tabs */
.guide-chat-tabs {
  display: flex;
  background: #f2ece1;
  padding: 4px 6px;
  border-bottom: 1px solid #e5ddcf;
  gap: 4px;
  flex-shrink: 0;
}

dialog.guide-chat-modal.is-pepino .guide-chat-tabs {
  background: #e9f0ea;
  border-bottom-color: #d5e0d7;
}

.guide-tab-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 10px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #6a625b;
  cursor: pointer;
  transition: all .2s ease;
}

.guide-tab-btn .tab-guide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.guide-tab-btn .tab-guide-dot.dot-pitaya {
  background: var(--berry);
}

.guide-tab-btn .tab-guide-dot.dot-pepino {
  background: var(--sage);
}

.guide-tab-btn.active {
  background: #ffffff;
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Chat Body */
.guide-chat-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
  background: #fdfbf7;
}

.guide-chat-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: #7a7168;
  background: rgba(240, 234, 222, 0.6);
  padding: 5px 12px;
  border-radius: 20px;
  margin: 0 auto 4px;
  max-width: 95%;
  text-align: center;
}

.guide-messages-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Message Rows */
.chat-msg-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 86%;
  animation: fade-in-msg .25s ease forwards;
}

@keyframes fade-in-msg {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-msg-row.from-guide {
  align-self: flex-start;
}

.chat-msg-row.from-user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.chat-msg-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eedecf;
  margin-bottom: 2px;
}

.chat-msg-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-msg-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.chat-bubble {
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13.5px;
  line-height: 1.48;
  word-break: break-word;
}

.from-guide .chat-bubble {
  background: #ffffff;
  color: #2b2623;
  border: 1px solid #ebd8ce;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

dialog.guide-chat-modal.is-pepino .from-guide .chat-bubble {
  border-color: #d1ded3;
}

.from-guide .chat-bubble p {
  margin: 0 0 6px;
}

.from-guide .chat-bubble p:last-child {
  margin-bottom: 0;
}

.from-guide .chat-bubble strong {
  color: var(--berry);
  font-weight: 700;
}

dialog.guide-chat-modal.is-pepino .from-guide .chat-bubble strong {
  color: var(--sage);
}

.from-user .chat-bubble {
  background: var(--berry);
  color: #ffffff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 3px 12px rgba(168, 77, 88, 0.25);
}

dialog.guide-chat-modal.is-pepino .from-user .chat-bubble {
  background: var(--sage);
  box-shadow: 0 3px 12px rgba(78, 96, 83, 0.25);
}

.chat-msg-time {
  font-size: 10px;
  color: #92877c;
  padding: 0 4px;
}

.from-user .chat-msg-time {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

/* Typing Indicator */
.guide-typing-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 2px;
  animation: fade-in-msg .2s ease forwards;
}

.typing-avatar-mini {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eadcd3;
}

.typing-avatar-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.typing-bubble {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #ebd8ce;
  padding: 8px 12px;
  border-radius: 16px;
  border-bottom-left-radius: 4px;
}

.typing-dot {
  width: 5px;
  height: 5px;
  background: var(--berry);
  border-radius: 50%;
  animation: typingBounce 1.3s infinite ease-in-out;
}

dialog.guide-chat-modal.is-pepino .typing-dot {
  background: var(--sage);
}

.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typingBounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-5px); opacity: 1; }
}

.typing-label {
  font-size: 11px;
  font-style: italic;
  color: #8c8175;
}

/* FAQ Suggestions Section */
.guide-faq-section {
  padding: 8px 16px 10px;
  background: #f8f4ec;
  border-top: 1px solid #ece4d6;
  border-bottom: 1px solid #ece4d6;
  flex-shrink: 0;
}

dialog.guide-chat-modal.is-pepino .guide-faq-section {
  background: #f2f7f3;
  border-color: #dce7dd;
}

.guide-faq-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #72685d;
  margin-bottom: 6px;
}

.guide-faq-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.guide-faq-chips::-webkit-scrollbar {
  display: none;
}

.faq-chip-btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffffff;
  color: #3b3530;
  border: 1px solid #e0d7c7;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.faq-chip-btn:hover {
  background: #fdfaf6;
  border-color: var(--berry);
  color: var(--berry);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(168, 77, 88, 0.15);
}

dialog.guide-chat-modal.is-pepino .faq-chip-btn:hover {
  border-color: var(--sage);
  color: var(--sage);
  box-shadow: 0 3px 8px rgba(78, 96, 83, 0.15);
}

/* Chat Footer / Input Form */
.guide-chat-footer {
  padding: 10px 16px 12px;
  background: #ffffff;
  flex-shrink: 0;
}

.guide-chat-input-form {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f4ed;
  border: 1.5px solid #e5ddce;
  border-radius: 28px;
  padding: 3px 5px 3px 14px;
  transition: all .25s ease;
}

dialog.guide-chat-modal.is-pepino .guide-chat-input-form {
  background: #f2f7f3;
  border-color: #dce7dd;
}

.guide-chat-input-form:focus-within {
  border-color: var(--berry);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(168, 77, 88, 0.12);
}

dialog.guide-chat-modal.is-pepino .guide-chat-input-form:focus-within {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(78, 96, 83, 0.12);
}

.guide-chat-input {
  flex: 1;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink);
  outline: none;
  padding: 6px 0;
}

.guide-chat-input::placeholder {
  color: #968c82;
}

.guide-send-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--berry);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}

dialog.guide-chat-modal.is-pepino .guide-send-btn {
  background: var(--sage);
}

.guide-send-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(168, 77, 88, 0.3);
}

dialog.guide-chat-modal.is-pepino .guide-send-btn:hover {
  box-shadow: 0 3px 10px rgba(78, 96, 83, 0.3);
}

@media (max-width: 600px) {
  dialog.guide-chat-modal {
    width: 96vw;
    height: 90vh;
    max-height: 90vh;
    border-radius: 18px;
    margin: auto;
  }
  .guide-chat-header {
    padding: 10px 12px;
  }
  .guide-chat-title-row h3 {
    font-size: 19px;
  }
  .btn-toggle-guide span.toggle-guide-label {
    display: none;
  }
  .btn-toggle-guide {
    padding: 5px 8px;
  }
  .guide-chat-tabs {
    flex-direction: row;
    gap: 2px;
  }
  .guide-tab-btn {
    font-size: 11px;
    padding: 6px 6px;
  }
  .guide-chat-body {
    padding: 10px 12px;
  }
  .chat-msg-row {
    max-width: 92%;
  }
}

/* ==========================================================================
   COLLECTION CONTROLS, BRAND SORTING & SKU STYLES
   ========================================================================== */

.collection-controls-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.collection-controls-bar .category-tabs {
  margin-bottom: 0;
  padding: 6px 0;
}

.collection-sort-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.sort-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.sort-select-container {
  position: relative;
}

.catalog-sort-select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23827871' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1.5px solid #dfd8ce;
  border-radius: 20px;
  padding: 8px 34px 8px 14px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  outline: none;
  transition: all .2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.catalog-sort-select:hover {
  border-color: var(--berry);
  background-color: #fdfbf8;
}

.catalog-sort-select:focus {
  border-color: var(--berry);
  box-shadow: 0 0 0 3px rgba(168, 77, 88, 0.12);
}

.store-card-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.store-card-brand {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-card-sku {
  font-size: 10px;
  font-weight: 700;
  color: var(--berry);
  background: rgba(168, 77, 88, 0.08);
  padding: 1px 6px;
  border-radius: 4px;
  font-family: monospace;
  white-space: nowrap;
}

.pm-brand-sku-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pm-sku-badge {
  font-size: 11px;
  font-weight: 500;
  color: #655a54;
  background: #f4ece2;
  padding: 3px 9px;
  border-radius: 6px;
  font-family: inherit;
}

.pm-sku-badge strong {
  color: var(--berry);
  font-family: monospace;
  font-weight: 700;
}

@media (max-width: 768px) {
  .collection-controls-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .collection-sort-wrap {
    margin-left: 0;
    justify-content: flex-end;
  }
}

/* ==========================================================================
   INDIVIDUAL PRODUCT PAGE STYLES (producto.html)
   ========================================================================== */

.product-page-body {
  background: var(--sand);
  min-height: 100vh;
}

.pdp-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 4% 80px;
}

/* Breadcrumbs */
.pdp-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--clay);
  margin-bottom: 28px;
  font-weight: 500;
}

.pdp-breadcrumbs a {
  color: #655a54;
  transition: color .2s;
}

.pdp-breadcrumbs a:hover {
  color: var(--berry);
}

.pdp-bc-sep {
  opacity: 0.5;
  font-size: 12px;
}

.pdp-bc-current {
  color: var(--ink);
  font-weight: 600;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Showcase Grid */
.pdp-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: start;
  background: transparent;
  margin-bottom: 60px;
}

/* Gallery Column */
.pdp-gallery-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
}

.pdp-main-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  border-radius: 24px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(34, 31, 31, 0.03);
}

.pdp-wishlist-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eae2d6;
  color: #7d726b;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all .2s;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.pdp-wishlist-btn:hover {
  color: var(--berry);
  transform: scale(1.1);
  background: #ffffff;
}

.pdp-wishlist-btn.active {
  color: var(--berry);
  background: #ffffff;
}

.pdp-wishlist-btn.active svg {
  fill: var(--berry);
  stroke: var(--berry);
}

.pdp-main-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-main-img-wrap img {
  max-width: 90%;
  max-height: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: opacity .3s ease, transform .3s ease;
}

.pdp-main-card:hover .pdp-main-img-wrap img {
  transform: scale(1.04);
}

.pdp-thumbs-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0;
}

.pdp-thumb-btn {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  border: 2px solid #eae2d6;
  background: #ffffff;
  padding: 6px;
  cursor: pointer;
  overflow: hidden;
  transition: all .2s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 8px;
}

.pdp-thumb-btn:hover {
  border-color: #e5b3ba;
  transform: translateY(-2px);
}

.pdp-thumb-btn.active {
  border-color: var(--berry);
  box-shadow: 0 0 0 2px rgba(168, 77, 88, 0.2);
}

/* Info Column */
.pdp-info-col {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: 0 4px 20px rgba(34, 31, 31, 0.03);
}

.pdp-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.pdp-brand {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--clay);
}

.pdp-sku-badge {
  font-size: 11px;
  font-weight: 500;
  color: #655a54;
  background: #f4ece2;
  padding: 3px 9px;
  border-radius: 6px;
}

.pdp-sku-badge strong {
  color: var(--berry);
  font-family: monospace;
  font-weight: 700;
}

.pdp-title {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.pdp-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.pdp-stars {
  color: #eab308;
  font-size: 16px;
  letter-spacing: 2px;
}

.pdp-rating-score {
  font-weight: 700;
  color: var(--ink);
}

.pdp-reviews-count {
  color: var(--clay);
}

.pdp-verified-badge {
  font-size: 11px;
  font-weight: 600;
  color: #166534;
  background: #dcfce7;
  padding: 2px 8px;
  border-radius: 12px;
}

/* Price Box */
.pdp-price-box {
  background: #faf8f5;
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 18px;
  border: 1px solid #f0e9df;
}

.pdp-price-current-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.pdp-current-price {
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: -0.5px;
}

.pdp-old-price {
  font-size: 17px;
  color: var(--clay);
  text-decoration: line-through;
}

.pdp-savings-badge {
  font-size: 11.5px;
  font-weight: 700;
  color: #ffffff;
  background: var(--berry);
  padding: 3px 10px;
  border-radius: 20px;
}

.pdp-tax-note {
  font-size: 12px;
  color: var(--clay);
  margin-top: 4px;
}

/* Stock Banner */
.pdp-stock-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #15803d;
  background: #e8f8f0;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.pdp-stock-banner.out {
  color: #b91c1c;
  background: #fee2e2;
}

.pdp-stock-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.pdp-short-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #5d534d;
  margin-bottom: 24px;
}

/* Actions */
.pdp-actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(34, 31, 31, 0.08);
}

.pdp-qty-container {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pdp-qty-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}

.pdp-qty-selector {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #dfd8ce;
  border-radius: 30px;
  padding: 3px 6px;
  height: 44px;
}

.pdp-qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background .15s;
}

.pdp-qty-btn:hover {
  background: #f3eee6;
}

.pdp-qty-val {
  min-width: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.pdp-buttons-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}

.pdp-btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--berry);
  color: #ffffff;
  border: 0;
  border-radius: 30px;
  height: 50px;
  padding: 0 20px;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 4px 15px rgba(168, 77, 88, 0.25);
}

.pdp-btn-add-cart:hover {
  background: #903d47;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(168, 77, 88, 0.35);
}

.pdp-btn-buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e1b1b;
  color: #ffffff;
  border: 0;
  border-radius: 30px;
  height: 50px;
  padding: 0 20px;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease;
}

.pdp-btn-buy-now:hover {
  background: #383232;
  transform: translateY(-2px);
}

/* Trust Grid */
.pdp-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.pdp-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: #faf8f5;
  border-radius: 12px;
  border: 1px solid #f0e9df;
}

.pdp-trust-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.pdp-trust-item h4 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 2px;
}

.pdp-trust-item p {
  font-size: 12px;
  color: var(--clay);
  line-height: 1.4;
}

/* Accordion Details Section */
.pdp-details-section {
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  border-radius: 24px;
  padding: 30px 40px;
  margin-bottom: 80px;
  box-shadow: 0 4px 20px rgba(34, 31, 31, 0.03);
}

.pdp-accordion-item {
  border-bottom: 1px solid rgba(34, 31, 31, 0.08);
  padding: 18px 0;
}

.pdp-accordion-item:last-child {
  border-bottom: 0;
}

.pdp-accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  padding: 6px 0;
}

.pdp-accordion-header h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}

.pdp-acc-icon {
  font-size: 18px;
  color: var(--clay);
  transition: transform .25s ease;
}

.pdp-accordion-item.active .pdp-acc-icon {
  transform: rotate(180deg);
  color: var(--berry);
}

.pdp-accordion-content {
  display: none;
  padding: 14px 0 6px;
}

.pdp-accordion-item.active .pdp-accordion-content {
  display: block;
}

.pdp-accordion-content p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #5d534d;
}

/* Related Products Section */
.pdp-related-section {
  margin-bottom: 80px;
}

.pdp-related-heading {
  text-align: center;
  margin-bottom: 40px;
}

.pdp-related-heading h2 {
  font-size: 42px;
  margin: 10px 0;
}

.pdp-related-heading p {
  color: var(--clay);
  font-size: 15px;
  font-weight: 500;
}

/* Responsive PDP */
@media (max-width: 980px) {
  .pdp-showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pdp-gallery-col {
    position: static;
  }
  .pdp-main-card {
    min-height: 340px;
    padding: 20px;
  }
  .pdp-main-img-wrap img {
    max-height: 280px;
  }
  .pdp-info-col {
    padding: 24px 20px;
  }
  .pdp-details-section {
    padding: 20px 24px;
  }
}

@media (max-width: 600px) {
  .pdp-container {
    padding: 95px 4% 60px;
  }
  .pdp-title {
    font-size: 23px;
  }
  .pdp-current-price {
    font-size: 26px;
  }
  .pdp-buttons-row {
    grid-template-columns: 1fr;
  }
  .pdp-main-card {
    min-height: 280px;
  }
  .pdp-main-img-wrap img {
    max-height: 230px;
  }
}
}

/* ==========================================================================
   ENHANCEMENTS: LIVE SEARCH, WISHLIST, BLOGS, FAQ, TOASTS, AGE GATE & FLOATING WIDGET
   ========================================================================== */

/* 1. Live Search Bar */
.catalog-search-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.catalog-search-box {
  flex: 1;
  min-width: 280px;
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-search-box .search-icon {
  position: absolute;
  left: 18px;
  color: var(--clay);
  pointer-events: none;
}

.catalog-search-input {
  width: 100%;
  padding: 13px 44px 13px 48px;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.14);
  border-radius: 30px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  transition: all .25s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.catalog-search-input:focus {
  outline: none;
  border-color: var(--berry);
  box-shadow: 0 4px 18px rgba(168, 77, 88, 0.15);
  background: #ffffff;
}

.catalog-search-clear {
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  background: rgba(34, 31, 31, 0.08);
  color: var(--clay);
  font-size: 12px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all .2s;
}

.catalog-search-clear:hover {
  background: var(--berry);
  color: #fff;
}

.catalog-live-count {
  font-size: 13px;
  font-weight: 600;
  color: var(--clay);
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(34, 31, 31, 0.08);
  white-space: nowrap;
}

/* 2. Wishlist Header Button & Modal */
.btn-wishlist-header {
  color: var(--ink);
}

.btn-wishlist-header:hover {
  color: var(--berry);
}

.wishlist-badge {
  background: var(--berry);
}

.store-card-wishlist-btn {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  color: var(--clay);
  cursor: pointer;
  z-index: 2;
  transition: all .25s ease;
}

.store-card-wishlist-btn:hover {
  transform: scale(1.1);
  color: var(--berry);
  background: #fff;
}

.store-card-wishlist-btn.active {
  background: #fff0f2;
  color: var(--berry);
  border-color: #f7ccd3;
}

.store-card-wishlist-btn.active svg {
  fill: var(--berry);
}

.wishlist-modal {
  max-width: 620px;
}

.wishlist-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
  max-height: 360px;
  overflow-y: auto;
}

.wishlist-item-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--linen);
  transition: transform .2s;
}

.wishlist-item-thumb {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
  background: #faf8f5;
  padding: 4px;
}

.wishlist-item-info {
  flex: 1;
}

.wishlist-item-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px;
  color: var(--ink);
}

.wishlist-item-price {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--berry);
}

.wishlist-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wishlist-empty {
  text-align: center;
  padding: 30px 10px;
  color: var(--clay);
}

.wishlist-empty svg {
  color: var(--clay);
  margin-bottom: 12px;
  opacity: 0.7;
}

/* 3. Blog & Guías Section */
.blogs-section {
  border-top: 1px solid #221f1f15;
  background: linear-gradient(180deg, transparent 0%, rgba(236, 230, 220, 0.3) 100%);
}

.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.blog-card {
  background: #ffffff;
  border-radius: var(--radius);
  border: 1px solid rgba(34, 31, 31, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.blog-card-img {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: var(--linen);
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.06);
}

.blog-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(246, 243, 238, 0.95);
  backdrop-filter: blur(8px);
  color: var(--berry);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 5px 12px;
  border-radius: 20px;
}

.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  font-size: 12px;
  color: var(--clay);
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-title {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 12px;
}

.blog-excerpt {
  font-size: 13.5px;
  line-height: 1.65;
  color: #5c534e;
  margin-bottom: 20px;
  flex: 1;
}

.blog-read-btn {
  align-self: flex-start;
  background: none;
  border: 0;
  border-bottom: 1.5px solid var(--berry);
  color: var(--berry);
  font-size: 13.5px;
  font-weight: 600;
  padding: 4px 0;
  cursor: pointer;
  transition: all .2s;
}

.blog-read-btn:hover {
  color: #6a242d;
  border-color: #6a242d;
  padding-left: 4px;
}

/* 4. FAQ Accordion Section */
.faq-section {
  border-top: 1px solid #221f1f15;
}

.faq-accordion-container {
  max-width: 920px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion-item {
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.09);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}

.faq-accordion-item[open] {
  border-color: rgba(168, 77, 88, 0.35);
  box-shadow: 0 8px 24px rgba(34, 31, 31, 0.05);
}

.faq-summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  transition: background .2s;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary:hover {
  background: #faf8f5;
}

.faq-summary-title {
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.4;
  padding-right: 16px;
}

.faq-summary-icon {
  font-size: 18px;
  font-weight: 400;
  color: var(--berry);
  transition: transform .3s ease;
}

.faq-accordion-item[open] .faq-summary-icon {
  transform: rotate(45deg);
}

.faq-answer-content {
  padding: 0 24px 22px 24px;
  color: #554c46;
  font-size: 14.5px;
  line-height: 1.75;
  border-top: 1px solid rgba(34, 31, 31, 0.05);
  background: #fff;
}

.faq-answer-content strong {
  color: var(--ink);
}

/* 5. Cart Enhancements & WhatsApp Checkout */
.cart-shipping-select-wrap {
  margin: 15px 0;
  padding: 12px 14px;
  background: #faf8f5;
  border-radius: 10px;
  border: 1px solid var(--linen);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-shipping-select-wrap label {
  font-size: 12px;
  font-weight: 600;
  color: var(--clay);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.cart-city-select {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ddd6cc;
  background: #fff;
  font-size: 13.5px;
  font-family: var(--sans);
  color: var(--ink);
}

.btn-whatsapp-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #ffffff;
  border: 0;
  border-radius: 40px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-checkout:hover {
  background: #20BA5A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* 6. Floating Guides Widget */
.floating-guide-widget {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 99;
}

.floating-guide-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(168, 77, 88, 0.3);
  padding: 8px 18px 8px 10px;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-guide-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 38px rgba(168, 77, 88, 0.25);
  border-color: var(--berry);
  background: #ffffff;
}

.floating-guide-avatars {
  display: flex;
  align-items: center;
  margin-right: 2px;
}

.float-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: contain;
  background: #ffffff;
  border: 1.5px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.float-pepino {
  margin-left: -12px;
}

.floating-guide-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.2px;
}

/* 7. Age Gate Modal (+18) */
.age-gate-dialog {
  max-width: 500px;
  padding: 0;
  border-radius: 24px;
  border: 0;
  overflow: hidden;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.35);
}

.age-gate-dialog::backdrop {
  background: rgba(20, 16, 16, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.age-gate-card {
  padding: 44px 36px 36px;
  text-align: center;
  background: var(--sand);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.age-gate-logo {
  margin-bottom: 20px;
}

.age-gate-badge {
  display: inline-block;
  background: #f0e2e4;
  color: var(--berry);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.age-gate-card h2 {
  font-size: 34px;
  margin: 0 0 14px;
  line-height: 1.15;
}

.age-gate-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--clay);
  margin-bottom: 26px;
  max-width: 380px;
}

.age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.age-btn-enter {
  width: 100%;
  justify-content: center;
  font-size: 14.5px;
  padding: 15px 24px;
  background: var(--berry);
}

.age-btn-enter:hover {
  background: #8b3842;
}

.age-btn-exit {
  background: transparent;
  border: 0;
  color: var(--clay);
  font-size: 12.5px;
  cursor: pointer;
  padding: 8px;
  transition: color .2s;
}

.age-btn-exit:hover {
  color: var(--ink);
  text-decoration: underline;
}

.age-gate-remember {
  margin-top: 18px;
}

.age-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--clay);
  cursor: pointer;
}

/* 8. Toast Notifications */
.toast-container {
  position: fixed;
  top: 98px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.toast-message {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(34, 31, 31, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-size: 13.5px;
  font-weight: 500;
  pointer-events: auto;
  animation: toastSlideIn .35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  max-width: 360px;
  border-left: 4px solid var(--berry);
}

.toast-message.toast-success {
  border-left-color: var(--sage);
}

.toast-message.toast-heart {
  border-left-color: var(--berry);
}

.toast-message.toast-out {
  animation: toastSlideOut .3s ease forwards;
}

@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateX(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes toastSlideOut {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateX(40px) scale(0.9);
  }
}

@media (max-width: 600px) {
  .floating-guide-widget {
    bottom: 18px;
    right: 18px;
  }
  .floating-guide-label {
    display: none;
  }
  .floating-guide-btn {
    padding: 8px;
    border-radius: 50%;
  }
  .float-avatar {
    width: 28px;
    height: 28px;
  }
  .toast-container {
    top: auto;
    bottom: 80px;
    right: 16px;
    left: 16px;
    align-items: center;
  }
  .toast-message {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .catalog-search-row {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ==========================================================================
   ENHANCEMENTS V2: TOP ANNOUNCEMENT BAR, QUIZ, REVIEWS, FREE SHIPPING & COUPONS
   ========================================================================== */

/* 1. Top Announcement Bar */
.top-announcement-bar {
  background: var(--ink);
  color: var(--sand);
  font-size: 12.5px;
  font-weight: 500;
  padding: 8px 3.5%;
  position: relative;
  z-index: 102;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.announcement-badge {
  background: var(--berry);
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: .6px;
}

.btn-quiz-top {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .2s ease;
}

.btn-quiz-top:hover {
  background: var(--berry);
  border-color: var(--berry);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .top-announcement-bar {
    padding: 6px 4%;
    font-size: 11px;
  }
}

/* Hero Quiz Button */
.button-quiz {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  color: var(--ink);
  border: 1px solid rgba(34, 31, 31, 0.2);
  gap: 12px;
}

.button-quiz:hover {
  background: #ffffff;
  border-color: var(--berry);
  color: var(--berry);
}

/* 2. Reviews & Testimonials Section */
.reviews-section {
  border-top: 1px solid #221f1f15;
  background: #faf8f5;
}

.reviews-header-action {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.reviews-global-score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--clay);
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.stars-gold {
  color: #e5a13b;
  font-size: 16px;
  letter-spacing: 2px;
}

.btn-add-review {
  background: var(--ink);
  padding: 10px 20px;
  font-size: 13px;
  gap: 10px;
}

.btn-add-review:hover {
  background: var(--berry);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.review-card {
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
  transition: transform .25s ease, box-shadow .25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.review-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.review-author-wrap h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px;
  color: var(--ink);
}

.review-author-city {
  font-size: 12px;
  color: var(--clay);
}

.review-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ebf5ee;
  color: #2b7a44;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
}

.review-stars {
  color: #e5a13b;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.review-body {
  font-size: 13.5px;
  line-height: 1.65;
  color: #4f4742;
  margin-bottom: 16px;
  flex: 1;
}

.review-product-tag {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--berry);
  background: #fbf0f2;
  padding: 4px 10px;
  border-radius: 8px;
  align-self: flex-start;
}

/* 3. Sensorial Match Quiz Modal */
.quiz-modal {
  max-width: 680px;
}

.quiz-container {
  margin-top: 15px;
}

.quiz-progress-bar {
  width: 100%;
  height: 6px;
  background: var(--linen);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.quiz-progress-fill {
  height: 100%;
  background: var(--berry);
  transition: width .35s ease;
}

.quiz-step-title {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--ink);
}

.quiz-step-subtitle {
  font-size: 14px;
  color: var(--clay);
  margin-bottom: 24px;
}

.quiz-options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 25px;
}

.quiz-option-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1.5px solid rgba(34, 31, 31, 0.12);
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  transition: all .2s ease;
}

.quiz-option-card:hover {
  border-color: var(--berry);
  background: #fdfaf7;
  transform: translateX(4px);
}

.quiz-option-card.selected {
  border-color: var(--berry);
  background: #fbf2f3;
  box-shadow: 0 0 0 2px rgba(168, 77, 88, 0.2);
}

.quiz-option-icon {
  font-size: 24px;
}

.quiz-option-info h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px;
  color: var(--ink);
}

.quiz-option-info p {
  font-size: 12.5px;
  color: var(--clay);
  margin: 0;
}

.quiz-results-wrap {
  text-align: center;
  padding: 10px 0;
}

.quiz-recs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0 24px;
  text-align: left;
}

.quiz-rec-card {
  background: #ffffff;
  border: 1px solid var(--linen);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.quiz-rec-thumb {
  height: 120px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

.quiz-rec-title {
  font-size: 13.5px;
  font-weight: 700;
  margin: 0 0 6px;
}

.quiz-rec-price {
  font-size: 14px;
  font-weight: 800;
  color: var(--berry);
  margin-bottom: 12px;
}

/* 4. Free Shipping Progress Bar & Coupon Engine in Cart */
.cart-free-shipping-bar {
  margin: 10px 0 16px;
  padding: 12px 16px;
  background: #f2f7f3;
  border: 1px solid #d4e7d7;
  border-radius: 12px;
}

.free-shipping-text {
  font-size: 12.5px;
  font-weight: 600;
  color: #2b6138;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.free-shipping-progress {
  width: 100%;
  height: 6px;
  background: #d8eadb;
  border-radius: 3px;
  overflow: hidden;
}

.free-shipping-fill {
  height: 100%;
  background: #39914f;
  transition: width .4s ease;
}

.cart-coupon-wrap {
  margin: 12px 0;
  padding: 12px 14px;
  background: #faf8f5;
  border-radius: 10px;
  border: 1px solid var(--linen);
}

.cart-coupon-row {
  display: flex;
  gap: 8px;
}

.cart-coupon-input {
  flex: 1;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd6cc;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-apply-coupon {
  background: var(--ink);
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.cart-coupon-applied-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: #2b7a44;
  font-weight: 600;
  margin-top: 6px;
}

.cart-discount-row {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--berry);
  font-weight: 700;
  padding: 4px 0;
}

/* 5. Review Form & Rating Stars */
.review-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.form-group label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
}

.form-group input, .form-group select, .form-group textarea {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ddd6cc;
  font-family: var(--sans);
  font-size: 13.5px;
  background: #ffffff;
}

.form-group textarea {
  resize: vertical;
}

.rating-stars-picker {
  display: flex;
  align-items: center;
  gap: 6px;
}

.star-btn {
  background: none;
  border: 0;
  font-size: 24px;
  color: #d1c7bc;
  cursor: pointer;
  padding: 0;
  transition: color .2s, transform .2s;
}

.star-btn.active, .star-btn:hover {
  color: #e5a13b;
  transform: scale(1.1);
}

.star-score-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--clay);
  margin-left: 8px;
}

/* 6. Legal Modal & Footer Button */
.legal-content-scroll {
  max-height: 380px;
  overflow-y: auto;
  text-align: left;
  padding-right: 8px;
  margin: 15px 0;
}

.legal-content-scroll h3 {
  font-size: 16px;
  margin: 16px 0 6px;
  color: var(--ink);
}

.legal-content-scroll p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #554d48;
}

.footer-link-btn {
  background: none;
  border: 0;
  font-size: 12px;
  color: var(--clay);
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.footer-link-btn:hover {
  color: var(--ink);
}

/* ==========================================================================
   1. TRUST BAR / BENEFICIOS DESTACADOS
   ========================================================================== */
.trust-bar-section {
  padding: 0 5%;
  margin: -30px auto 40px;
  position: relative;
  z-index: 10;
  max-width: 1280px;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0 10px 35px rgba(34, 31, 31, 0.04);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(78, 96, 83, 0.1);
  color: var(--sage);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform .25s ease;
}

.trust-item:hover .trust-icon-wrap {
  transform: scale(1.08) rotate(3deg);
  background: rgba(168, 77, 88, 0.12);
  color: var(--berry);
}

.trust-text h4 {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
  line-height: 1.3;
}

.trust-text p {
  font-size: 11.5px;
  color: var(--clay);
  line-height: 1.45;
}

/* ==========================================================================
   2. KITS & COMBOS TAB & BADGES
   ========================================================================== */
.cat-tab-combo {
  border-color: rgba(168, 77, 88, 0.35);
  color: var(--berry);
  font-weight: 600;
}

.cat-tab-combo.active {
  background: var(--berry);
  border-color: var(--berry);
  color: #ffffff;
}

/* ==========================================================================
   3. LIVE SEARCH MODAL (BUSCADOR EN TIEMPO REAL)
   ========================================================================== */
dialog.search-modal {
  padding: 28px 32px 32px;
  max-width: 680px;
  width: calc(100% - 32px);
  max-height: 85vh;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  margin: auto;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.search-modal .dialog-close {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
  background: transparent;
  color: var(--clay);
  transition: all .2s;
}

.search-modal .dialog-close:hover {
  background: #f0ebe1;
  color: var(--ink);
}

.search-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-right: 36px;
}

.search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  background: var(--sand);
  border: 1px solid rgba(34, 31, 31, 0.12);
  border-radius: 30px;
  padding: 11px 18px;
  transition: border-color .2s, box-shadow .2s;
}

.search-input-wrapper:focus-within {
  border-color: var(--berry);
  box-shadow: 0 0 0 3px rgba(168, 77, 88, 0.12);
  background: #fff;
}

.search-input-icon {
  color: var(--clay);
  margin-right: 10px;
  flex-shrink: 0;
}

.live-search-modal-input {
  flex: 1;
  border: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--ink);
  outline: none;
}

.live-search-modal-input::-webkit-search-cancel-button,
.live-search-modal-input::-webkit-search-decoration {
  -webkit-appearance: none;
  display: none;
}

.search-clear-btn {
  background: none;
  border: 0;
  font-size: 14px;
  color: var(--clay);
  cursor: pointer;
  padding: 4px;
}

.search-quick-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 31, 31, 0.08);
  margin-bottom: 18px;
}

.quick-tags-label {
  font-size: 12px;
  color: var(--clay);
  font-weight: 600;
}

.quick-tag-chip {
  background: var(--linen);
  border: 1px solid rgba(34, 31, 31, 0.1);
  padding: 5px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
}

.quick-tag-chip:hover {
  background: var(--berry);
  color: #fff;
  border-color: var(--berry);
}

.search-results-area {
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 6px;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  background: #faf8f5;
  border: 1px solid rgba(34, 31, 31, 0.06);
  border-radius: 14px;
  transition: all .25s ease;
  cursor: pointer;
}

.search-result-item:hover {
  background: #ffffff;
  border-color: rgba(168, 77, 88, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.sr-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.06);
  padding: 4px;
}

.sr-info {
  flex: 1;
}

.sr-category {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--clay);
  font-weight: 600;
}

.sr-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 2px 0;
}

.sr-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.sr-price {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--berry);
}

.sr-old-price {
  font-size: 12px;
  color: var(--clay);
  text-decoration: line-through;
}

.sr-btn-action {
  padding: 7px 14px;
  font-size: 12px;
  border-radius: 20px;
  background: var(--sage);
  color: #fff;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}

.sr-btn-action:hover {
  background: #38463c;
}

.search-empty-msg {
  text-align: center;
  padding: 35px 20px;
  color: var(--clay);
  font-size: 13.5px;
}

/* ==========================================================================
   4. ARTICLE READER MODAL (LECTOR INMERSIVO)
   ========================================================================== */
dialog.article-reader-modal {
  padding: 36px 42px;
  max-width: 760px;
  width: calc(100% - 32px);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(34, 31, 31, 0.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.25);
  color: var(--ink);
  margin: auto;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.article-reader-wrapper {
  text-align: left;
}

.ar-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ar-category-pill {
  background: rgba(168, 77, 88, 0.1);
  color: var(--berry);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  letter-spacing: .5px;
}

.ar-reading-time {
  font-size: 12px;
  color: var(--clay);
  font-weight: 500;
}

.ar-title {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  color: var(--ink);
}

.ar-author-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--sand);
  border-radius: 14px;
  margin-bottom: 25px;
}

.ar-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 3px;
  border: 1px solid rgba(34, 31, 31, 0.08);
}

.ar-author-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.ar-author-role {
  font-size: 11.5px;
  color: var(--clay);
}

.ar-body {
  font-size: 15px;
  line-height: 1.85;
  color: #4a423d;
  margin-bottom: 30px;
}

.ar-body p {
  margin-bottom: 18px;
}

.ar-quote {
  border-left: 3px solid var(--berry);
  padding: 12px 20px;
  background: #faf4f2;
  border-radius: 0 12px 12px 0;
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  color: var(--berry);
  margin: 22px 0;
  line-height: 1.5;
}

.ar-recom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: var(--linen);
  border-radius: 18px;
  border: 1px solid rgba(34, 31, 31, 0.08);
  margin-top: 25px;
}

.ar-recom-info h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.ar-recom-info p {
  font-size: 12.5px;
  color: var(--clay);
  margin: 0;
}

.blog-actions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.button-sm {
  padding: 9px 18px;
  font-size: 12.5px;
  border-radius: 20px;
}

/* ==========================================================================
   5. SOCIAL PROOF TOAST (NOTIFICACIÓN DISCRETA DE COMPRA)
   ========================================================================== */
.social-proof-toast {
  position: fixed;
  bottom: 80px;
  left: 28px;
  z-index: 95;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(34, 31, 31, 0.1);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  max-width: 360px;
  transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
  animation: slideToastIn .45s ease forwards;
}

@keyframes slideToastIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sp-avatar {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f4eee9;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}

.sp-content {
  flex: 1;
}

.sp-title {
  font-size: 11px;
  color: var(--clay);
  font-weight: 500;
  line-height: 1.3;
}

.sp-product {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 1px 0;
}

.sp-time {
  font-size: 10.5px;
  color: var(--sage);
  font-weight: 600;
}

.sp-close {
  background: none;
  border: 0;
  font-size: 13px;
  color: var(--clay);
  cursor: pointer;
  padding: 2px 4px;
  opacity: 0.6;
  transition: opacity .2s;
}

.sp-close:hover {
  opacity: 1;
  color: var(--ink);
}

/* ==========================================================================
   MASTER MOBILE RESPONSIVE SYSTEM (Pitaya & Pepino)
   ========================================================================== */

@media (max-width: 980px) {
  /* Header & Navigation */
  .site-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .top-announcement-bar {
    font-size: 11px;
    padding: 6px 12px;
    text-align: center;
  }
  .header {
    height: 68px;
    padding: 0 18px;
  }
  .header.is-scrolled {
    height: 62px;
  }
  .brand-logo-img {
    height: 38px;
    max-width: 155px;
  }
  .header.is-scrolled .brand-logo-img {
    height: 34px;
  }
  
  /* Mobile Drawer Menu */
  .main-nav {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(246, 243, 238, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-direction: column;
    align-items: stretch;
    padding: 20px 24px 40px;
    gap: 4px;
    border-bottom: 1px solid rgba(34, 31, 31, 0.12);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    font-size: 15px;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 999;
  }
  .header.is-scrolled ~ .main-nav,
  .site-header-wrapper:has(.header.is-scrolled) .main-nav {
    top: 62px;
  }
  .main-nav.open {
    display: flex;
    animation: drawerFadeIn 0.25s ease-out;
  }
  @keyframes drawerFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .main-nav .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid rgba(34, 31, 31, 0.07);
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
  }
  .nav-item.has-dropdown {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: rgba(34, 31, 31, 0.035);
    border-radius: 12px;
    padding: 8px 12px;
    margin: 4px 0 10px;
    display: none;
    flex-direction: column;
    gap: 2px;
  }
  .nav-item.has-dropdown.mobile-open > .dropdown-menu {
    display: flex;
  }
  .dropdown-menu a {
    padding: 9px 12px;
    font-size: 13.5px;
    border-radius: 8px;
    color: var(--ink);
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 38px;
    padding: 0 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(34, 31, 31, 0.16);
    font-size: 13px;
    font-weight: 600;
  }

  /* Hero Section for Tablet / Small Screens */
  .scroll-story {
    height: 480vh;
  }
  .stage {
    min-height: 600px;
    height: 100svh;
  }
  .shade {
    background: linear-gradient(180deg, rgba(246, 243, 238, 0.95) 0%, rgba(246, 243, 238, 0.82) 28%, rgba(246, 243, 238, 0.45) 55%, rgba(246, 243, 238, 0.9) 100%) !important;
  }
  .scene {
    left: 6%;
    right: 6%;
    width: 88%;
    max-width: 600px;
  }
  .scene.scene-1.scene-split {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 88%;
    left: 6%;
    right: 6%;
  }
  .scene-1 .scene-content {
    max-width: 100%;
  }
  .scene-media-card {
    max-width: 380px;
  }
  .scene-navigation {
    right: 14px;
    top: 45%;
  }
  .story-bottom {
    bottom: 20px;
    left: 6%;
    right: 6%;
  }

  /* Catalog Grid */
  .store-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
  }

  /* Trust Bar */
  .trust-bar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px;
  }
}

@media (max-width: 680px) {
  /* General Layout */
  html {
    scroll-padding-top: 80px;
  }
  body {
    font-size: 15px;
  }
  .section {
    padding: 50px 5%;
  }

  /* Header */
  .header {
    height: 62px;
    padding: 0 14px;
  }
  .header.is-scrolled {
    height: 58px;
  }
  .brand-logo-img {
    height: 33px;
    max-width: 135px;
  }
  .btn-cart {
    width: 36px;
    height: 36px;
  }
  .btn-wishlist-header {
    display: none; /* Keep header clean on phones */
  }
  .btn-search-header {
    width: 36px;
    height: 36px;
  }
  .menu-toggle {
    height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  /* HERO ON PHONES */
  .scroll-story {
    height: 440vh;
  }
  .stage {
    min-height: 560px;
    height: 100svh;
  }
  .visual img {
    object-position: center center;
  }
  .shade {
    background: linear-gradient(180deg, rgba(246, 243, 238, 0.97) 0%, rgba(246, 243, 238, 0.88) 32%, rgba(246, 243, 238, 0.42) 60%, rgba(246, 243, 238, 0.95) 95%) !important;
  }
  .scene,
  .scene-0,
  .scene-1,
  .scene-2,
  .scene-3 {
    left: 5% !important;
    right: 5% !important;
    width: 90% !important;
    max-width: none !important;
    top: 52% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    padding-bottom: 25px;
  }
  .scene.active {
    transform: translateY(-50%) !important;
  }
  
  /* Hero Typography & Badges */
  .scene h1 {
    font-size: clamp(28px, 7.5vw, 38px) !important;
    letter-spacing: -1.2px;
    line-height: 1.08;
    margin: 8px 0 10px;
  }
  .scene h2 {
    font-size: clamp(24px, 6.5vw, 32px) !important;
    letter-spacing: -0.9px;
    line-height: 1.1;
    margin: 8px 0 10px;
  }
  .eyebrow {
    font-size: 10.5px;
    letter-spacing: 1.6px;
    gap: 8px;
  }
  .hero-offer-badge {
    font-size: 10px;
    padding: 4px 11px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }
  .hero-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #433c37;
    margin-bottom: 8px;
  }
  .hero-promo-cards {
    gap: 6px;
    margin: 8px 0 12px;
  }
  .hero-promo-item {
    padding: 5px 9px;
    font-size: 11px;
    gap: 6px;
    border-radius: 10px;
  }
  .promo-tag {
    font-size: 9px;
    padding: 2px 6px;
  }
  .hero-actions-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .scene .button {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
    font-size: 13.5px;
    border-radius: 26px;
    margin-top: 0;
  }
  .small-note {
    font-size: 10.5px;
    margin-top: 6px;
    text-align: center;
  }
  
  /* Slide 2 Split on Mobile */
  .scene.scene-1.scene-split {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .scene-1 .scene-lead {
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .scene-pills {
    gap: 5px;
    margin: 6px 0 10px;
  }
  .scene-pill {
    font-size: 10.5px;
    padding: 4px 9px;
    border-radius: 14px;
  }
  .scene-media-card {
    max-width: 220px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  }
  .scene-media-img {
    aspect-ratio: 16 / 10;
  }
  .scene-media-badge {
    font-size: 9.5px;
    padding: 4px 8px;
    bottom: 6px;
    left: 6px;
    right: 6px;
  }
  .story-bottom {
    bottom: 12px;
    left: 5%;
    right: 5%;
    font-size: 9.5px;
  }
  .scroll-hint {
    font-size: 8.5px;
  }
  .chapter {
    font-size: 9px;
    gap: 6px;
  }
  .chapter-rule {
    width: 30px;
  }
  .edition {
    display: none;
  }
  .scene-navigation {
    right: 8px;
    top: 50%;
    gap: 10px;
  }
  .scene-navigation button {
    width: 6px;
    height: 6px;
  }

  /* TRUST BAR */
  .trust-bar-section {
    margin: -10px auto 25px;
    padding: 0 12px;
  }
  .trust-bar-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
    padding: 12px 10px;
    border-radius: 16px;
  }
  .trust-item {
    gap: 8px;
  }
  .trust-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .trust-icon-wrap svg {
    width: 17px;
    height: 17px;
  }
  .trust-text h4 {
    font-size: 11.5px;
    line-height: 1.25;
    margin-bottom: 2px;
  }
  .trust-text p {
    font-size: 10px;
    line-height: 1.3;
  }

  /* ESSENCE & HEADINGS */
  .essence {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 35px;
  }
  .essence h2 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .essence p {
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0;
  }
  .handwritten {
    font-size: 22px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: clamp(26px, 7vw, 34px);
    letter-spacing: -0.8px;
  }
  .section-heading > p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* CATALOG & PRODUCTS ON MOBILE (2 Columns Grid) */
  .catalog-search-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
  }
  .catalog-search-input {
    height: 44px;
    font-size: 13px;
    padding: 0 16px 0 40px;
  }
  .catalog-live-count {
    text-align: center;
  }
  .collection-controls-bar {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }
  .category-tabs {
    gap: 6px;
    padding: 4px 0 10px;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
  .cat-tab {
    padding: 7px 14px;
    font-size: 12px;
    border-radius: 18px;
  }
  .collection-sort-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .sort-label {
    font-size: 12px;
  }
  .catalog-sort-select {
    flex: 1;
    height: 38px;
    font-size: 12px;
    padding: 0 28px 0 10px;
  }

  /* 2-COLUMN STORE CARDS */
  .store-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .store-card {
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(34, 31, 31, 0.04);
  }
  .store-card-media {
    height: 155px;
    padding: 10px;
  }
  .sale-badge-pill {
    top: 8px;
    right: 8px;
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 8px;
    letter-spacing: 0.3px;
  }
  .store-card-body {
    padding: 10px 9px 12px;
  }
  .store-card-brand-tag {
    font-size: 9px;
    margin-bottom: 2px;
  }
  .store-card-title {
    font-size: 12px;
    line-height: 1.28;
    min-height: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  .store-card-desc {
    display: none; /* Hide snippet on mobile cards for clean compact view */
  }
  .store-card-foot {
    padding-top: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
  }
  .store-card-price {
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }
  .current-price {
    font-size: 14.5px;
    font-weight: 700;
  }
  .old-price {
    font-size: 10.5px;
  }
  .btn-add-cart {
    width: 100%;
    justify-content: center;
    padding: 7px 10px;
    font-size: 11.5px;
    border-radius: 16px;
    gap: 5px;
  }

  /* GUIDES & CHARACTERS */
  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-image {
    height: 260px;
    border-radius: 16px;
  }
  .product-info {
    padding: 14px 0;
  }
  .product-info h3 {
    font-size: 26px;
  }
  .guide-quote {
    font-size: 13.5px;
    line-height: 1.6;
  }

  /* PRIVACY SECTION */
  .privacy h2 {
    font-size: clamp(28px, 7.5vw, 36px);
    margin: 16px 0 30px;
  }
  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .privacy-number {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .privacy h3 {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .privacy p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* BLOG ARTICLES */
  .blog-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-card {
    border-radius: 16px;
  }
  .blog-card-img {
    height: 170px;
  }
  .blog-card-content {
    padding: 16px 14px;
  }
  .blog-title {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 6px;
  }
  .blog-excerpt {
    font-size: 12.5px;
    line-height: 1.55;
    margin-bottom: 12px;
  }
  .blog-actions-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .button-sm {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
  }
  .blog-read-btn {
    width: 100%;
    text-align: center;
  }

  /* FOOTER */
  footer {
    padding: 45px 6% 22px;
  }
  footer .brand-logo-img {
    height: 42px;
  }
  footer > p {
    font-size: 18px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
    font-size: 11px;
  }

  /* PRODUCT QUICKVIEW MODAL */
  dialog.product-modal-dialog {
    padding: 18px 14px 22px;
    width: 94%;
    max-height: 90vh;
    border-radius: 20px;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pm-main-image-wrap {
    height: 240px;
  }
  .pm-thumbs-row {
    gap: 6px;
  }
  .pm-thumb-btn {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
  .pm-title {
    font-size: 20px;
    line-height: 1.25;
  }
  .pm-price-row {
    gap: 10px;
    margin: 10px 0;
  }
  .pm-price-current {
    font-size: 20px;
  }
  .pm-actions-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .pm-qty-selector {
    width: 100%;
    justify-content: center;
  }
  .pm-btn-add {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
  }

  /* CART DRAWER */
  .cart-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .cart-drawer-header {
    padding: 18px 16px;
  }
  .cart-drawer-body {
    padding: 14px 16px;
  }
  .cart-drawer-footer {
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }

  /* FLOATING WHATSAPP & SOCIAL PROOF */
  .floating-help-btn {
    bottom: 20px;
    right: 16px;
    width: 50px;
    height: 50px;
  }
  .social-proof-toast {
    left: 10px;
    right: 10px;
    bottom: 80px;
    max-width: none;
    padding: 10px 14px;
  }
  .sp-avatar {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .sp-product {
    font-size: 11.5px;
  }
  
  /* SINGLE PRODUCT PAGE (producto.html) */
  .pdp-container {
    padding: 85px 14px 40px;
  }
  .pdp-showcase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pdp-main-img-wrap {
    height: 270px;
  }
  .pdp-title {
    font-size: 22px;
    line-height: 1.2;
  }
  .pdp-price-current {
    font-size: 22px;
  }
  .pdp-actions-row {
    flex-direction: column;
    gap: 10px;
  }
  .pdp-qty-wrap {
    width: 100%;
    justify-content: center;
  }
  .btn-add-pdp {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .pdp-trust-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .header {
    padding: 0 10px;
  }
  .brand-logo-img {
    height: 28px;
    max-width: 115px;
  }
  .scene h1 {
    font-size: 26px !important;
  }
  .scene h2 {
    font-size: 22px !important;
  }
  .store-card-media {
    height: 135px;
  }
  .current-price {
    font-size: 13.5px;
  }
}
