.elementor-104844 .elementor-element.elementor-element-4ff0d27{--display:flex;}.elementor-104844 .elementor-element.elementor-element-2f2c6e3{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-2f2c6e3 *//* ================================================================
   TuBabyShower · Tienda premium
   CSS encapsulado: no modifica estilos fuera de .tbs-store
   ================================================================ */

.tbs-store {
  --tbs-font: "Plus Jakarta Sans", "Avenir Next", Avenir, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tbs-ink: #292532;
  --tbs-text: #655f6d;
  --tbs-muted: #8d8793;
  --tbs-pink: #f2679a;
  --tbs-pink-dark: #dc4f84;
  --tbs-pink-soft: #fff0f6;
  --tbs-lilac: #8174d0;
  --tbs-lilac-dark: #6658b4;
  --tbs-lilac-soft: #f1efff;
  --tbs-cream: #fffdf9;
  --tbs-peach: #fff5ec;
  --tbs-green: #2f8b6d;
  --tbs-green-soft: #eaf8f2;
  --tbs-border: #eee7ec;
  --tbs-white: #ffffff;
  --tbs-shadow-sm: 0 10px 30px rgba(70, 49, 70, 0.08);
  --tbs-shadow-md: 0 20px 55px rgba(70, 49, 70, 0.12);
  --tbs-shadow-lg: 0 32px 80px rgba(70, 49, 70, 0.16);
  width: 100%;
  overflow: hidden;
  color: var(--tbs-ink);
  background: var(--tbs-cream);
  font-family: var(--tbs-font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tbs-store,
.tbs-store *,
.tbs-store *::before,
.tbs-store *::after {
  box-sizing: border-box;
}

.tbs-store h1,
.tbs-store h2,
.tbs-store h3,
.tbs-store p {
  margin: 0;
}

.tbs-store a {
  color: inherit;
  text-decoration: none;
}

.tbs-store button,
.tbs-store input,
.tbs-store select {
  font: inherit;
}

.tbs-store button,
.tbs-store a,
.tbs-store input,
.tbs-store select {
  -webkit-tap-highlight-color: transparent;
}

.tbs-store [hidden] {
  display: none !important;
}

.tbs-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Hero ----------------------------------------------------------- */

.tbs-store-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 92px);
  width: min(1440px, calc(100% - 48px));
  min-height: 700px;
  margin: 24px auto 0;
  padding: clamp(64px, 7vw, 110px) clamp(32px, 6vw, 96px);
  border: 1px solid rgba(242, 103, 154, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.94), transparent 36%),
    linear-gradient(135deg, #fff7fb 0%, #fffaf5 48%, #f3f0ff 100%);
  isolation: isolate;
}

.tbs-store-hero::before,
.tbs-store-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.tbs-store-hero::before {
  top: 70px;
  left: 46%;
  width: 18px;
  height: 18px;
  background: rgba(242, 103, 154, 0.25);
  box-shadow:
    80px 90px 0 5px rgba(129, 116, 208, 0.12),
    -520px 420px 0 2px rgba(242, 103, 154, 0.14),
    420px 500px 0 4px rgba(129, 116, 208, 0.12);
}

.tbs-store-hero::after {
  right: -100px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  background: rgba(242, 103, 154, 0.08);
}

.tbs-store-hero__content {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.tbs-store-hero__eyebrow,
.tbs-store-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tbs-pink-dark);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tbs-store-hero__eyebrow {
  padding: 10px 15px;
  border: 1px solid rgba(242, 103, 154, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 26px rgba(120, 75, 110, 0.06);
}

.tbs-store-hero h1 {
  max-width: 760px;
  margin-top: 23px;
  font-size: clamp(2.65rem, 4.65vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.tbs-store-hero h1 em {
  color: var(--tbs-pink);
  font-style: normal;
}

.tbs-store-hero__lead {
  max-width: 660px;
  margin-top: 24px !important;
  color: var(--tbs-text);
  font-size: clamp(1.03rem, 1.4vw, 1.21rem);
  line-height: 1.72;
}

.tbs-store-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.tbs-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 0.96rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tbs-button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.tbs-button:hover {
  transform: translateY(-2px);
}

.tbs-button:focus-visible,
.tbs-store a:focus-visible,
.tbs-store button:focus-visible,
.tbs-store input:focus-visible,
.tbs-store select:focus-visible {
  outline: 3px solid rgba(129, 116, 208, 0.28);
  outline-offset: 3px;
}

.tbs-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--tbs-pink), var(--tbs-pink-dark));
  box-shadow: 0 14px 34px rgba(220, 79, 132, 0.25);
}

.tbs-button--primary:hover {
  box-shadow: 0 18px 42px rgba(220, 79, 132, 0.32);
}

.tbs-button--secondary {
  color: var(--tbs-ink) !important;
  border-color: rgba(41, 37, 50, 0.1);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 28px rgba(70, 49, 70, 0.07);
}

.tbs-button--secondary:hover {
  border-color: rgba(242, 103, 154, 0.3);
  background: #fff;
}

.tbs-store-stats {
  display: flex;
  gap: 0;
  margin-top: 39px;
}

.tbs-store-stats > div {
  display: grid;
  gap: 1px;
  min-width: 112px;
  padding-right: 28px;
}

.tbs-store-stats > div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(41, 37, 50, 0.12);
}

.tbs-store-stats strong {
  font-size: 1.55rem;
  line-height: 1;
}

.tbs-store-stats span {
  color: var(--tbs-muted);
  font-size: 0.83rem;
  font-weight: 700;
}

/* Hero illustration */

.tbs-store-hero__visual {
  position: relative;
  width: 100%;
  min-height: 520px;
  align-self: stretch;
}

.tbs-store-hero__blob {
  position: absolute;
  border-radius: 50%;
}

.tbs-store-hero__blob--one {
  top: 4%;
  right: 5%;
  width: 420px;
  height: 420px;
  background: linear-gradient(135deg, rgba(242, 103, 154, 0.15), rgba(129, 116, 208, 0.16));
}

.tbs-store-hero__blob--two {
  right: 38%;
  bottom: 3%;
  width: 180px;
  height: 180px;
  background: rgba(255, 213, 184, 0.22);
}

.tbs-hero-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tbs-shadow-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tbs-hero-card--main {
  top: 50%;
  left: 50%;
  width: min(390px, 82%);
  min-height: 455px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  transform: translate(-50%, -50%) rotate(2.8deg);
}

.tbs-hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--tbs-muted);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tbs-hero-card__badge {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--tbs-green);
  background: var(--tbs-green-soft);
  letter-spacing: 0;
  text-transform: none;
}

.tbs-hero-card__art {
  position: relative;
  display: grid;
  place-items: center;
  height: 280px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 23px;
  background:
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.9), transparent 21%),
    linear-gradient(155deg, #ffe9f2, #efecff);
}

.tbs-hero-card__moon {
  color: var(--tbs-lilac);
  font-family: Georgia, serif;
  font-size: 8.7rem;
  line-height: 1;
  transform: rotate(-12deg);
  text-shadow: 0 16px 26px rgba(102, 88, 180, 0.13);
}

.tbs-hero-card__star,
.tbs-hero-card__heart {
  position: absolute;
  color: var(--tbs-pink);
}

.tbs-hero-card__star--one {
  top: 45px;
  left: 52px;
  font-size: 1.45rem;
}

.tbs-hero-card__star--two {
  right: 45px;
  bottom: 60px;
  color: var(--tbs-lilac);
  font-size: 1rem;
}

.tbs-hero-card__heart {
  top: 55px;
  right: 56px;
  font-size: 2.25rem;
}

.tbs-hero-card__lines {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.tbs-hero-card__lines span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: #f1edf1;
}

.tbs-hero-card__lines span:nth-child(2) {
  width: 78%;
}

.tbs-hero-card__lines span:nth-child(3) {
  width: 56%;
}

.tbs-hero-card--small {
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
}

.tbs-hero-card--left {
  top: 18%;
  left: 0;
  transform: rotate(-4deg);
}

.tbs-hero-card--right {
  right: -1%;
  bottom: 18%;
  transform: rotate(4deg);
}

.tbs-hero-card__small-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 13px;
  color: var(--tbs-pink-dark);
  background: var(--tbs-pink-soft);
  font-size: 1.25rem;
  font-weight: 900;
}

.tbs-hero-card--right .tbs-hero-card__small-icon {
  color: var(--tbs-lilac-dark);
  background: var(--tbs-lilac-soft);
}

.tbs-hero-card--small strong,
.tbs-hero-card--small small {
  display: block;
}

.tbs-hero-card--small strong {
  font-size: 0.91rem;
}

.tbs-hero-card--small small {
  color: var(--tbs-muted);
  font-size: 0.75rem;
  font-weight: 650;
}

/* Benefits ------------------------------------------------------- */

.tbs-store-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1280px, calc(100% - 48px));
  margin: 28px auto 0;
}

.tbs-store-benefits article {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-height: 112px;
  padding: 24px;
  border: 1px solid var(--tbs-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--tbs-shadow-sm);
}

.tbs-store-benefits article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 14px;
  color: var(--tbs-pink-dark);
  background: var(--tbs-pink-soft);
  font-size: 1.15rem;
  font-weight: 900;
}

.tbs-store-benefits article:nth-child(2) > span {
  color: var(--tbs-lilac-dark);
  background: var(--tbs-lilac-soft);
}

.tbs-store-benefits article:nth-child(3) > span {
  color: #a06431;
  background: var(--tbs-peach);
}

.tbs-store-benefits strong {
  display: block;
  font-size: 0.96rem;
}

.tbs-store-benefits p {
  margin-top: 4px;
  color: var(--tbs-text);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Catalog header and controls ----------------------------------- */

.tbs-store-catalog {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 108px 0 96px;
  scroll-margin-top: 40px;
}

.tbs-store-catalog__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.tbs-store-catalog__intro h2 {
  margin-top: 10px;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.tbs-store-catalog__intro p {
  max-width: 680px;
  margin-top: 14px;
  color: var(--tbs-text);
  font-size: 1rem;
}

.tbs-store-help-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(242, 103, 154, 0.32);
  color: var(--tbs-pink-dark) !important;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.tbs-store-help-link span {
  transition: transform 180ms ease;
}

.tbs-store-help-link:hover span {
  transform: translateX(3px);
}

.tbs-store-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin-top: 38px;
  padding: 16px;
  border: 1px solid var(--tbs-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--tbs-shadow-sm);
}

.tbs-store-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.tbs-store-search > svg {
  position: absolute;
  left: 17px;
  width: 21px;
  height: 21px;
  fill: var(--tbs-muted);
  pointer-events: none;
}

.tbs-store-search input {
  width: 100%;
  height: 52px;
  padding: 0 48px 0 50px;
  border: 1px solid #e8e1e7;
  border-radius: 15px;
  color: var(--tbs-ink);
  background: #fbfafb;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.tbs-store-search input::placeholder {
  color: #aaa3ad;
}

.tbs-store-search input:focus {
  border-color: rgba(129, 116, 208, 0.48);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(129, 116, 208, 0.1);
}

.tbs-store-search__clear {
  position: absolute;
  right: 11px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--tbs-muted);
  background: #efebef;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.tbs-store-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 270px;
  padding: 0 12px 0 18px;
  border: 1px solid #e8e1e7;
  border-radius: 15px;
  background: #fbfafb;
}

.tbs-store-sort label {
  color: var(--tbs-muted);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.tbs-store-sort select {
  width: 100%;
  height: 50px;
  border: 0;
  color: var(--tbs-ink);
  background: transparent;
  outline: none;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 750;
}

.tbs-store-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}

.tbs-store-filters button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--tbs-border);
  border-radius: 999px;
  color: var(--tbs-text);
  background: #fff;
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 800;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.tbs-store-filters button:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 103, 154, 0.36);
  color: var(--tbs-pink-dark);
}

.tbs-store-filters button.is-active {
  border-color: var(--tbs-ink);
  color: #fff;
  background: var(--tbs-ink);
}

.tbs-store-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  margin-top: 17px;
  color: var(--tbs-muted);
  font-size: 0.84rem;
}

.tbs-store-results-bar strong {
  color: var(--tbs-ink);
}

.tbs-store-results-bar button {
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid rgba(242, 103, 154, 0.28);
  color: var(--tbs-pink-dark);
  background: transparent;
  cursor: pointer;
  font-size: 0.81rem;
  font-weight: 800;
}

/* Product sections ---------------------------------------------- */

.tbs-store-section {
  padding-top: 74px;
  scroll-margin-top: 34px;
}

.tbs-store-section + .tbs-store-section {
  margin-top: 10px;
  border-top: 1px solid var(--tbs-border);
}

.tbs-store-section__header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 19px;
  max-width: 920px;
  margin-bottom: 27px;
}

.tbs-store-section__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 20px;
  color: var(--tbs-pink-dark);
  background: var(--tbs-pink-soft);
  font-size: 1.6rem;
  font-weight: 900;
}

.tbs-store-section--maternidad .tbs-store-section__icon {
  color: var(--tbs-lilac-dark);
  background: var(--tbs-lilac-soft);
}

.tbs-store-section--digital .tbs-store-section__icon {
  color: #a06431;
  background: var(--tbs-peach);
}

.tbs-store-section__eyebrow {
  color: var(--tbs-pink-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tbs-store-section--maternidad .tbs-store-section__eyebrow {
  color: var(--tbs-lilac-dark);
}

.tbs-store-section--digital .tbs-store-section__eyebrow {
  color: #9a5f2f;
}

.tbs-store-section__header h2 {
  margin-top: 5px;
  font-size: clamp(1.65rem, 2.7vw, 2.5rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.tbs-store-section__header p:not(.tbs-store-section__eyebrow) {
  max-width: 720px;
  margin-top: 9px;
  color: var(--tbs-text);
  font-size: 0.94rem;
}

.tbs-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* Product cards -------------------------------------------------- */

.tbs-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tbs-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(70, 49, 70, 0.07);
  transition: transform 210ms ease, box-shadow 210ms ease, border-color 210ms ease;
}

.tbs-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 103, 154, 0.24);
  box-shadow: var(--tbs-shadow-md);
}

.tbs-product-card--maternidad:hover {
  border-color: rgba(129, 116, 208, 0.28);
}

.tbs-product-card--digital:hover {
  border-color: rgba(205, 137, 76, 0.32);
}

.tbs-product-card__visual {
  position: relative;
  display: grid;
  height: 196px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff1f7, #fff8f2);
}

.tbs-product-card--maternidad .tbs-product-card__visual {
  background: linear-gradient(145deg, #f3f0ff, #fff5fa);
}

.tbs-product-card--digital .tbs-product-card__visual {
  background: linear-gradient(145deg, #fff3e8, #fffaf4 48%, #f3efff);
}

.tbs-product-card__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 60%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.34), transparent);
}

.tbs-product-card__orb {
  position: absolute;
  border-radius: 50%;
}

.tbs-product-card__orb--one {
  top: -45px;
  right: -25px;
  width: 150px;
  height: 150px;
  background: rgba(242, 103, 154, 0.13);
}

.tbs-product-card__orb--two {
  bottom: -55px;
  left: -35px;
  width: 140px;
  height: 140px;
  background: rgba(255, 192, 145, 0.18);
}

.tbs-product-card--maternidad .tbs-product-card__orb--one {
  background: rgba(129, 116, 208, 0.14);
}

.tbs-product-card--maternidad .tbs-product-card__orb--two {
  background: rgba(242, 103, 154, 0.11);
}

.tbs-product-card--digital .tbs-product-card__orb--one {
  background: rgba(206, 137, 74, 0.15);
}

.tbs-product-card--digital .tbs-product-card__orb--two {
  background: rgba(129, 116, 208, 0.13);
}

.tbs-product-card__symbol {
  position: relative;
  z-index: 2;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  color: var(--tbs-pink-dark);
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0 20px 36px rgba(120, 75, 110, 0.13);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  transform: rotate(-4deg);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.tbs-product-card--maternidad .tbs-product-card__symbol {
  color: var(--tbs-lilac-dark);
  transform: rotate(3deg);
}

.tbs-product-card--digital .tbs-product-card__symbol {
  color: #a06431;
  font-size: 1.45rem;
  transform: rotate(-2deg);
}

.tbs-product-card__featured {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 15px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: #fff;
  background: rgba(41, 37, 50, 0.88);
  box-shadow: 0 8px 22px rgba(41, 37, 50, 0.14);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.tbs-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.tbs-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: var(--tbs-muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.tbs-product-card__type {
  color: var(--tbs-pink-dark);
}

.tbs-product-card--maternidad .tbs-product-card__type {
  color: var(--tbs-lilac-dark);
}

.tbs-product-card--digital .tbs-product-card__type {
  color: #9a5f2f;
}

.tbs-product-card__title {
  margin-top: 10px !important;
  font-size: 1.16rem;
  line-height: 1.32;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.tbs-product-card__description {
  margin-top: 10px !important;
  color: var(--tbs-text);
  font-size: 0.84rem;
  line-height: 1.62;
}

.tbs-product-card__footer {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.tbs-product-card__price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 1px 10px;
}

.tbs-product-card__regular {
  grid-column: 1 / -1;
  color: var(--tbs-muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: line-through;
}

.tbs-product-card__current {
  color: var(--tbs-ink);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tbs-product-card__price-note {
  align-self: center;
  color: var(--tbs-muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.tbs-product-card__price--free .tbs-product-card__current {
  color: var(--tbs-green);
}

.tbs-product-card__button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 17px;
  border: 1px solid rgba(242, 103, 154, 0.18);
  border-radius: 14px;
  color: var(--tbs-pink-dark) !important;
  background: var(--tbs-pink-soft);
  font-size: 0.84rem;
  font-weight: 850;
  transition: color 170ms ease, background-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.tbs-product-card__button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform 170ms ease;
}

.tbs-product-card__button:hover {
  color: #fff !important;
  background: var(--tbs-pink);
  box-shadow: 0 10px 24px rgba(242, 103, 154, 0.22);
  transform: translateY(-1px);
}

.tbs-product-card__button:hover svg {
  transform: translateX(2px);
}

.tbs-product-card--maternidad .tbs-product-card__button {
  border-color: rgba(129, 116, 208, 0.18);
  color: var(--tbs-lilac-dark) !important;
  background: var(--tbs-lilac-soft);
}

.tbs-product-card--maternidad .tbs-product-card__button:hover {
  color: #fff !important;
  background: var(--tbs-lilac);
  box-shadow: 0 10px 24px rgba(129, 116, 208, 0.22);
}

.tbs-product-card--digital .tbs-product-card__button {
  border-color: rgba(183, 111, 52, 0.18);
  color: #965b2c !important;
  background: var(--tbs-peach);
}

.tbs-product-card--digital .tbs-product-card__button:hover {
  color: #fff !important;
  background: #b8733d;
  box-shadow: 0 10px 24px rgba(183, 111, 52, 0.2);
}

.tbs-product-card.is-featured::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--tbs-pink), var(--tbs-lilac));
}

/* Empty state ---------------------------------------------------- */

.tbs-store-empty {
  display: grid;
  place-items: center;
  margin-top: 50px;
  padding: 64px 24px;
  border: 1px dashed #d9d0d8;
  border-radius: 24px;
  text-align: center;
  background: #fff;
}

.tbs-store-empty > span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 22px;
  color: var(--tbs-lilac-dark);
  background: var(--tbs-lilac-soft);
  font-size: 2rem;
}

.tbs-store-empty h3 {
  margin-top: 17px;
  font-size: 1.35rem;
}

.tbs-store-empty p {
  margin-top: 6px;
  color: var(--tbs-text);
  font-size: 0.9rem;
}

.tbs-store-empty button {
  min-height: 44px;
  margin-top: 19px;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: var(--tbs-ink);
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 800;
}

/* Final CTA ------------------------------------------------------ */

.tbs-store-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 72px;
  padding: clamp(42px, 6vw, 72px);
  overflow: hidden;
  border-radius: 31px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.17), transparent 26%),
    linear-gradient(135deg, #5e529f 0%, #8174d0 46%, #e66194 100%);
  box-shadow: 0 28px 68px rgba(102, 88, 180, 0.25);
}

.tbs-store-final-cta .tbs-store-kicker {
  color: rgba(255, 255, 255, 0.75);
}

.tbs-store-final-cta h2 {
  max-width: 720px;
  margin-top: 9px;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.09;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.tbs-store-final-cta p {
  max-width: 700px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.96rem;
}

.tbs-button--light {
  flex: 0 0 auto;
  color: var(--tbs-lilac-dark) !important;
  background: #fff;
  box-shadow: 0 14px 32px rgba(45, 37, 88, 0.2);
}

/* Responsive ----------------------------------------------------- */

@media (max-width: 1180px) {
  .tbs-store-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    min-height: 640px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .tbs-store-hero__visual {
    min-height: 470px;
  }

  .tbs-hero-card--main {
    width: min(350px, 83%);
    min-height: 425px;
  }

  .tbs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .tbs-store-hero {
    grid-template-columns: 1fr;
    width: min(100% - 30px, 820px);
    padding: 62px 34px 38px;
    text-align: center;
  }

  .tbs-store-hero__content {
    max-width: 720px;
    margin: 0 auto;
  }

  .tbs-store-hero__eyebrow {
    justify-content: center;
  }

  .tbs-store-hero__lead {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .tbs-store-hero__actions,
  .tbs-store-stats {
    justify-content: center;
  }

  .tbs-store-hero__visual {
    min-height: 480px;
  }

  .tbs-store-benefits {
    grid-template-columns: 1fr;
    width: min(100% - 30px, 820px);
  }

  .tbs-store-benefits article {
    min-height: auto;
  }

  .tbs-store-catalog,
  .tbs-store-final-cta {
    width: min(100% - 30px, 820px);
  }

  .tbs-store-catalog {
    padding-top: 86px;
  }

  .tbs-store-catalog__intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .tbs-store-toolbar {
    grid-template-columns: 1fr;
  }

  .tbs-store-sort {
    min-width: 0;
  }

  .tbs-store-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .tbs-store-hero {
    width: calc(100% - 20px);
    min-height: 0;
    margin-top: 10px;
    padding: 45px 20px 24px;
    border-radius: 26px;
  }

  .tbs-store-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
    line-height: 1.02;
  }

  .tbs-store-hero__lead {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .tbs-store-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tbs-button {
    width: 100%;
  }

  .tbs-store-stats {
    width: 100%;
  }

  .tbs-store-stats > div {
    min-width: 0;
    flex: 1;
    padding-right: 12px;
  }

  .tbs-store-stats > div + div {
    padding-left: 12px;
  }

  .tbs-store-stats strong {
    font-size: 1.3rem;
  }

  .tbs-store-stats span {
    font-size: 0.72rem;
  }

  .tbs-store-hero__visual {
    min-height: 390px;
  }

  .tbs-store-hero__blob--one {
    right: 1%;
    width: 310px;
    height: 310px;
  }

  .tbs-hero-card--main {
    width: min(286px, 84%);
    min-height: 345px;
    padding: 18px;
    border-radius: 24px;
  }

  .tbs-hero-card__art {
    height: 215px;
    border-radius: 19px;
  }

  .tbs-hero-card__moon {
    font-size: 6.4rem;
  }

  .tbs-hero-card--small {
    min-width: 143px;
    padding: 11px 12px;
  }

  .tbs-hero-card--left {
    top: 15%;
    left: -3%;
  }

  .tbs-hero-card--right {
    right: -3%;
    bottom: 13%;
  }

  .tbs-hero-card__small-icon {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
    border-radius: 11px;
  }

  .tbs-hero-card--small strong {
    font-size: 0.78rem;
  }

  .tbs-hero-card--small small {
    font-size: 0.65rem;
  }

  .tbs-store-benefits,
  .tbs-store-catalog,
  .tbs-store-final-cta {
    width: calc(100% - 20px);
  }

  .tbs-store-benefits {
    gap: 10px;
    margin-top: 10px;
  }

  .tbs-store-benefits article {
    padding: 18px;
    border-radius: 17px;
  }

  .tbs-store-catalog {
    padding: 70px 0 72px;
  }

  .tbs-store-catalog__intro h2 {
    font-size: 2.35rem;
  }

  .tbs-store-help-link {
    white-space: normal;
  }

  .tbs-store-toolbar {
    margin-top: 27px;
    padding: 10px;
    border-radius: 18px;
  }

  .tbs-store-search input {
    font-size: 0.88rem;
  }

  .tbs-store-filters {
    flex-wrap: nowrap;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tbs-store-filters::-webkit-scrollbar {
    display: none;
  }

  .tbs-store-filters button {
    flex: 0 0 auto;
  }

  .tbs-store-section {
    padding-top: 56px;
  }

  .tbs-store-section__header {
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 14px;
  }

  .tbs-store-section__icon {
    width: 49px;
    height: 49px;
    border-radius: 15px;
    font-size: 1.2rem;
  }

  .tbs-store-section__header h2 {
    font-size: 1.65rem;
  }

  .tbs-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tbs-product-card__visual {
    height: 175px;
  }

  .tbs-product-card__body {
    padding: 21px;
  }

  .tbs-product-card__title {
    font-size: 1.12rem;
  }

  .tbs-store-final-cta {
    margin-bottom: 24px;
    padding: 38px 24px;
    border-radius: 24px;
  }

  .tbs-store-final-cta h2 {
    font-size: 2.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbs-store *,
  .tbs-store *::before,
  .tbs-store *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ================================================================
   V3 · Hero fotográfico/ilustrado, ancho total y ordenamiento global
   ================================================================ */

.tbs-store {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  font-size: 16px;
}

.tbs-store h1,
.tbs-store h2,
.tbs-store h3,
.tbs-store strong,
.tbs-store button,
.tbs-store select {
  font-family: var(--tbs-font);
}

.tbs-store-hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(620px, 47vw, 820px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f8f1f7;
  isolation: isolate;
}

.tbs-store-hero::before,
.tbs-store-hero::after {
  display: none;
}

.tbs-store-hero__media,
.tbs-store-hero__media img,
.tbs-store-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tbs-store-hero__media {
  display: block;
  z-index: -3;
  margin: 0;
}

.tbs-store-hero__media img {
  display: block;
  object-fit: cover;
  object-position: center center;
}

.tbs-store-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.93) 33%, rgba(255, 253, 249, 0.58) 54%, rgba(255, 253, 249, 0.05) 76%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(65, 47, 70, 0.05));
}

.tbs-store-hero__inner {
  display: flex;
  width: 100%;
  min-height: inherit;
  align-items: center;
  padding: clamp(76px, 8vw, 132px) clamp(28px, 6vw, 112px);
}

.tbs-store-hero__content {
  width: min(760px, 52vw);
  max-width: none;
}

.tbs-store-hero__eyebrow {
  color: #c94778;
  border-color: rgba(242, 103, 154, 0.22);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(80, 55, 77, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.tbs-store-hero h1 {
  max-width: 760px;
  margin-top: 25px;
  font-size: clamp(3rem, 4.5vw, 5.55rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.06em;
}

.tbs-store-hero h1 em {
  display: inline;
  color: var(--tbs-pink);
  font-style: normal;
}

.tbs-store-hero__lead {
  max-width: 650px;
  margin-top: 25px !important;
  color: #5b5562;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  font-weight: 500;
  line-height: 1.72;
}

.tbs-store-hero__actions {
  margin-top: 34px;
}

.tbs-store-stats {
  margin-top: 42px;
}

.tbs-store-stats strong {
  font-size: 1.68rem;
  font-weight: 800;
}

.tbs-store-benefits {
  width: 100%;
  margin: 0;
  padding: 28px clamp(28px, 5vw, 96px);
  border-bottom: 1px solid var(--tbs-border);
  background: rgba(255, 255, 255, 0.72);
}

.tbs-store-benefits article {
  min-height: 104px;
  border-radius: 22px;
}

.tbs-store-catalog {
  width: 100%;
  margin: 0;
  padding: 112px clamp(28px, 5vw, 96px) 104px;
}

.tbs-store-catalog__intro h2 {
  font-weight: 800;
  letter-spacing: -0.055em;
}

.tbs-store-toolbar {
  gap: 16px;
  padding: 14px;
  border-radius: 20px;
}

.tbs-store-search input,
.tbs-store-sort {
  min-height: 56px;
  border-color: #e5dde4;
  background: #fff;
}

.tbs-store-sort {
  position: relative;
  min-width: 310px;
  padding: 0 16px 0 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.tbs-store-sort::after {
  content: "⌄";
  position: absolute;
  right: 16px;
  color: var(--tbs-pink-dark);
  font-size: 1rem;
  font-weight: 900;
  pointer-events: none;
}

.tbs-store-sort label {
  color: #77717d;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tbs-store-sort select {
  min-width: 190px;
  padding-right: 30px;
  color: var(--tbs-ink);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.tbs-store-sorted-view {
  padding-top: 54px;
}

.tbs-store-sorted-view__header {
  margin-bottom: 26px;
}

.tbs-store-sorted-view__header h2 {
  margin-top: 6px;
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.tbs-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 28px);
}

.tbs-product-card {
  border-radius: 26px;
}

.tbs-product-card__body {
  padding: 25px;
}

.tbs-product-card__title {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tbs-product-card__description {
  font-size: 0.86rem;
}

.tbs-product-card__price {
  grid-template-columns: 1fr;
  gap: 4px;
}

.tbs-product-card__regular {
  grid-column: auto;
}

.tbs-product-card__current {
  font-size: 1.75rem;
}

.tbs-store-final-cta {
  width: auto;
  margin: 0 clamp(28px, 5vw, 96px) 72px;
}

@media (max-width: 1500px) {
  .tbs-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .tbs-store-hero {
    min-height: 690px;
  }

  .tbs-store-hero__content {
    width: min(720px, 66vw);
  }

  .tbs-store-hero__shade {
    background: linear-gradient(90deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.9) 45%, rgba(255, 253, 249, 0.34) 72%, rgba(255, 253, 249, 0.08) 100%);
  }

  .tbs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .tbs-store-hero {
    width: 100%;
    min-height: 720px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    text-align: left;
  }

  .tbs-store-hero__media img {
    object-position: 64% center;
  }

  .tbs-store-hero__shade {
    background:
      linear-gradient(90deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.9) 57%, rgba(255, 253, 249, 0.32) 100%),
      linear-gradient(180deg, transparent 50%, rgba(255, 253, 249, 0.88) 100%);
  }

  .tbs-store-hero__inner {
    align-items: flex-end;
    padding: 70px 30px 68px;
  }

  .tbs-store-hero__content {
    width: min(670px, 82vw);
    margin: 0;
  }

  .tbs-store-hero__eyebrow,
  .tbs-store-hero__actions,
  .tbs-store-stats {
    justify-content: flex-start;
  }

  .tbs-store-hero__lead {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .tbs-store-benefits,
  .tbs-store-catalog {
    width: 100%;
  }

  .tbs-store-final-cta {
    width: auto;
  }
}

@media (max-width: 680px) {
  .tbs-store-hero {
    width: 100%;
    min-height: 690px;
    margin: 0;
    border-radius: 0;
  }

  .tbs-store-hero__media img {
    object-position: 70% center;
  }

  .tbs-store-hero__shade {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.2) 0%, rgba(255, 253, 249, 0.38) 28%, rgba(255, 253, 249, 0.96) 65%, #fffdf9 100%);
  }

  .tbs-store-hero__inner {
    align-items: flex-end;
    padding: 230px 20px 38px;
  }

  .tbs-store-hero__content {
    width: 100%;
  }

  .tbs-store-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
    line-height: 1.02;
  }

  .tbs-store-hero__lead {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .tbs-store-hero__eyebrow {
    font-size: 0.68rem;
  }

  .tbs-store-benefits {
    width: 100%;
    padding: 16px 10px 24px;
  }

  .tbs-store-catalog {
    width: 100%;
    padding: 72px 10px 78px;
  }

  .tbs-store-toolbar {
    padding: 10px;
  }

  .tbs-store-sort {
    width: 100%;
    min-width: 0;
  }

  .tbs-store-sort select {
    min-width: 0;
  }

  .tbs-product-grid {
    grid-template-columns: 1fr;
  }

  .tbs-store-final-cta {
    width: auto;
    margin: 0 10px 24px;
  }
}

/* ================================================================
   TARJETAS CON IMAGEN DE PRODUCTO · Formato reutilizable 4:5
   - Imagen al 100% del área visual.
   - Sin márgenes blancos arriba, abajo ni a los lados.
   - Compatible con desktop, tablet y móvil.
   ================================================================ */

.tbs-product-card--image-product .tbs-product-card__visual {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
  background: transparent;
}

.tbs-product-card--image-product .tbs-product-card__visual::after,
.tbs-product-card--image-product .tbs-product-card__orb,
.tbs-product-card--image-product .tbs-product-card__symbol {
  display: none !important;
}

.tbs-product-card--image-product .tbs-product-card__image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
}

.tbs-product-card--image-product .tbs-product-card__featured {
  z-index: 8;
  top: 16px;
  left: 16px;
}

@media (max-width: 680px) {
  .tbs-product-card--image-product .tbs-product-card__visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    padding: 0;
  }

  .tbs-product-card--image-product .tbs-product-card__featured {
    top: 14px;
    left: 14px;
  }
}

/* Guía Premium de Organización Baby Shower ---------------------- */
.tbs-product-card[data-name="Guía Premium de Organización Baby Shower"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Set de Juegos Baby Shower -------------------------------------------- */
.tbs-product-card[data-name="Set de Juegos Baby Shower"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Kit Invitación y Diversión ----------------------------------------------- */
.tbs-product-card[data-name="Kit Invitación y Diversión"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Plan de posparto con calma ----------------------------------------------- */
.tbs-product-card[data-name="Plan de posparto con calma"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Guía de los primeros días en casa ----------------------------------------------- */
.tbs-product-card[data-name="Guía de los primeros días en casa"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Plan de pareja y red de apoyo ----------------------------------------------- */
.tbs-product-card[data-name="Plan de pareja y red de apoyo"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Plan de Parto Personalizable ----------------------------------------------- */
.tbs-product-card[data-name="Plan de Parto Personalizable"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Agenda de Citas y Controles Prenatales ----------------------------------------------- */
.tbs-product-card[data-name="Agenda de Citas y Controles Prenatales"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Guía de Bienestar y Autocuidado ----------------------------------------------- */
.tbs-product-card[data-name="Guía de Bienestar y Autocuidado"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Planificador de Embarazo Semana a Semana ----------------------------------------------- */
.tbs-product-card[data-name="Planificador de Embarazo Semana a Semana"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Sistema Financiero Embarazo y Maternidad ----------------------------------------------- */
.tbs-product-card[data-name="Sistema Financiero Embarazo y Maternidad"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Organizador de los Primeros 90 Días ----------------------------------------------- */
.tbs-product-card[data-name="Organizador de los Primeros 90 Días"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Kit Embarazo Organizado ----------------------------------------------- */
.tbs-product-card[data-name="Kit Embarazo Organizado"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Kit Preparación, Posparto y Primeros Días ----------------------------------------------- */
.tbs-product-card[data-name="Kit Preparación, Posparto y Primeros Días"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Kit Embarazo y Maternidad con Calma ----------------------------------------------- */
.tbs-product-card[data-name="Kit Embarazo y Maternidad con Calma"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Plan digital Dulce Llegada ----------------------------------- */
.tbs-product-card[data-name="Dulce Llegada"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Plan digital Dulce Experiencia ------------------------------- */
.tbs-product-card[data-name="Dulce Experiencia"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* ================================================================
   REGISTRO RÁPIDO PARA RECURSOS GRATUITOS
   Componente reutilizable para enlaces .tbs-protected-download
   ================================================================ */

body.tbs-modal-open {
  overflow: hidden !important;
}

.tbs-protected-download {
  position: relative;
}

.tbs-protected-download::before {
  content: "🔒";
  font-size: 0.76rem;
  line-height: 1;
}

.tbs-access-modal[hidden] {
  display: none !important;
}

.tbs-access-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  font-family: "Plus Jakarta Sans", "Avenir Next", Avenir, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.tbs-access-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.tbs-access-modal,
.tbs-access-modal *,
.tbs-access-modal *::before,
.tbs-access-modal *::after {
  box-sizing: border-box;
}

.tbs-access-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(36, 29, 39, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: default;
}

.tbs-access-modal__panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(315px, 0.82fr) minmax(500px, 1.18fr);
  width: min(1040px, 100%);
  height: min(720px, calc(100dvh - 24px));
  max-height: calc(100vh - 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 36px 110px rgba(36, 29, 39, 0.34);
  transform: translateY(14px) scale(0.985);
  transition: transform 180ms ease;
}

.tbs-access-modal.is-open .tbs-access-modal__panel {
  transform: translateY(0) scale(1);
}

.tbs-access-modal__close {
  position: absolute;
  z-index: 8;
  top: 13px;
  right: 13px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(41, 37, 50, 0.09);
  border-radius: 50%;
  color: #655f6d;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(70, 49, 70, 0.1);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease;
}

.tbs-access-modal__close:hover {
  color: #dc4f84;
  background: #fff0f6;
  transform: rotate(4deg);
}

.tbs-access-modal__aside {
  position: relative;
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  padding: 36px 32px 28px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.2), transparent 30%),
    radial-gradient(circle at 10% 100%, rgba(255, 218, 231, 0.2), transparent 32%),
    linear-gradient(145deg, #6658b4 0%, #8174d0 45%, #e66194 100%);
}

.tbs-access-modal__aside::before,
.tbs-access-modal__aside::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tbs-access-modal__aside::before {
  top: -100px;
  right: -90px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.tbs-access-modal__aside::after {
  right: 32px;
  bottom: 75px;
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.08);
}

.tbs-access-modal__brand {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tbs-access-modal__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-top: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbs-access-modal__aside h2 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 14px 0 0;
  font-size: clamp(1.85rem, 2.65vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.tbs-access-modal__aside > p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  line-height: 1.52;
}

.tbs-access-modal__benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tbs-access-modal__benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 700;
}

.tbs-access-modal__benefits li span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 50%;
  color: #6658b4;
  background: #ffffff;
  font-size: 0.66rem;
  font-weight: 900;
}

.tbs-access-modal__resource {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.tbs-access-modal__resource-thumb {
  width: 72px;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(45, 34, 70, 0.18);
}

.tbs-access-modal__resource-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tbs-access-modal__resource-thumb.is-empty {
  display: none;
}

.tbs-access-modal__resource-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.tbs-access-modal__resource-copy > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tbs-access-modal__resource-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tbs-access-modal__resource-copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  font-weight: 650;
}

.tbs-access-modal__content {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 26px 42px 22px;
}

.tbs-access-modal__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid #eee7ec;
  border-radius: 15px;
  background: #f7f4f7;
}

.tbs-access-modal__tabs button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 11px;
  color: #7b7480;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.77rem;
  font-weight: 800;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.tbs-access-modal__tabs button.is-active {
  color: #292532;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(70, 49, 70, 0.09);
}

.tbs-access-modal__status {
  flex: 0 0 auto;
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: 11px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.tbs-access-modal__status.is-error {
  color: #a52f55;
  border: 1px solid #f5c8d8;
  background: #fff0f6;
}

.tbs-access-modal__status.is-success {
  color: #23765d;
  border: 1px solid #bfe6d8;
  background: #eaf8f2;
}

.tbs-access-modal__form-panel {
  display: none;
  min-height: 0;
}

.tbs-access-modal__form-panel.is-active {
  display: block;
}

.tbs-access-modal__heading {
  margin-top: 14px;
}

.tbs-access-modal__heading > span {
  color: #dc4f84;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tbs-access-modal__heading h3 {
  margin: 5px 0 0;
  color: #292532;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.tbs-access-modal__heading p {
  margin: 7px 0 0;
  color: #746d79;
  font-size: 0.74rem;
  line-height: 1.45;
}

.tbs-access-social {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.tbs-access-social__label {
  margin: 0;
  color: #5f5865;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
}

.tbs-access-social .nsl-container,
.tbs-access-social .nsl-container-block,
.tbs-access-social .nsl-container-grid,
.tbs-access-social .nsl-container-buttons {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tbs-access-social .nsl-container-buttons {
  display: grid !important;
  gap: 8px !important;
}

.tbs-access-social .nsl-button,
.tbs-access-social a[data-provider="google"] {
  width: 100% !important;
  max-width: none !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 13px !important;
  box-shadow: 0 9px 22px rgba(70, 49, 70, 0.1) !important;
  font-family: "Plus Jakarta Sans", "Avenir Next", Avenir, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 800 !important;
}

.tbs-access-social .nsl-button > span,
.tbs-access-social a[data-provider="google"] > span {
  min-height: 44px !important;
  align-items: center !important;
}

.tbs-access-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 11px 0 0;
  color: #9a939e;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tbs-access-divider::before,
.tbs-access-divider::after {
  content: "";
  height: 1px;
  background: #eee7ec;
}

.tbs-access-social__fallback {
  margin: 0;
  padding: 10px 12px;
  border: 1px dashed #ddd4dc;
  border-radius: 11px;
  color: #817a85;
  background: #faf8fa;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.tbs-access-form {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.tbs-access-form__field {
  display: grid;
  gap: 4px;
}

.tbs-access-form__field label {
  color: #48414d;
  font-size: 0.69rem;
  font-weight: 800;
}

.tbs-access-form__field input {
  width: 100%;
  height: 43px;
  padding: 0 14px;
  border: 1px solid #e2dbe1;
  border-radius: 12px;
  color: #292532;
  background: #fff;
  outline: none;
  font: inherit;
  font-size: 0.8rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.tbs-access-form__field input::placeholder {
  color: #aaa3ad;
}

.tbs-access-form__field input:focus {
  border-color: rgba(129, 116, 208, 0.62);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(129, 116, 208, 0.11);
}

.tbs-access-form__check {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: #746d79;
  cursor: pointer;
  font-size: 0.64rem;
  line-height: 1.4;
}

.tbs-access-form__check--compact {
  font-size: 0.7rem;
}

.tbs-access-form__check input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #8174d0;
}

.tbs-access-form__check a {
  color: #6658b4;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tbs-access-form__submit {
  position: relative;
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #f2679a, #dc4f84);
  box-shadow: 0 11px 26px rgba(220, 79, 132, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 0.79rem;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.tbs-access-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 31px rgba(220, 79, 132, 0.31);
}

.tbs-access-form__submit:disabled {
  cursor: wait;
  opacity: 0.75;
  transform: none;
}

.tbs-access-form__spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: tbs-access-spin 700ms linear infinite;
}

.tbs-access-form.is-loading .tbs-access-form__spinner {
  display: inline-block;
}

.tbs-access-form__security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  color: #918a95;
  font-size: 0.61rem;
  font-weight: 700;
}

.tbs-access-form__forgot {
  justify-self: center;
  color: #6658b4;
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
}

.tbs-access-form__forgot:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tbs-access-modal__account-note {
  margin: 9px 0 0;
  color: #817a85;
  font-size: 0.64rem;
  line-height: 1.4;
  text-align: center;
}

.tbs-access-modal__account-note strong {
  color: #5d5462;
}

.tbs-access-form__submit--login {
  background: linear-gradient(135deg, #8174d0, #6658b4);
  box-shadow: 0 11px 26px rgba(102, 88, 180, 0.24);
}

.tbs-access-form__submit--login:hover {
  box-shadow: 0 15px 31px rgba(102, 88, 180, 0.31);
}

.tbs-access-modal button:focus-visible,
.tbs-access-modal input:focus-visible,
.tbs-access-modal a:focus-visible {
  outline: 3px solid rgba(129, 116, 208, 0.28);
  outline-offset: 3px;
}

@keyframes tbs-access-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Modo compacto para portátiles, zoom elevado o ventanas de poca altura. */
@media (min-width: 821px) and (max-height: 760px) {
  .tbs-access-modal {
    padding: 8px;
  }

  .tbs-access-modal__panel {
    width: min(990px, 100%);
    height: calc(100dvh - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 23px;
  }

  .tbs-access-modal__aside {
    padding: 24px 27px 20px;
  }

  .tbs-access-modal__eyebrow {
    margin-top: 18px;
  }

  .tbs-access-modal__aside h2 {
    margin-top: 10px;
    font-size: 1.85rem;
  }

  .tbs-access-modal__aside > p {
    margin-top: 9px;
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .tbs-access-modal__benefits {
    gap: 6px;
    margin-top: 12px;
  }

  .tbs-access-modal__benefits li {
    font-size: 0.68rem;
  }

  .tbs-access-modal__resource {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 8px;
  }

  .tbs-access-modal__resource-thumb {
    width: 58px;
  }

  .tbs-access-modal__content {
    padding: 16px 32px 14px;
  }

  .tbs-access-modal__tabs button {
    min-height: 36px;
  }

  .tbs-access-modal__heading {
    margin-top: 9px;
  }

  .tbs-access-modal__heading h3 {
    font-size: 1.35rem;
  }

  .tbs-access-modal__heading p {
    margin-top: 4px;
    font-size: 0.68rem;
  }

  .tbs-access-social {
    margin-top: 8px;
  }

  .tbs-access-social .nsl-button,
  .tbs-access-social a[data-provider="google"],
  .tbs-access-social .nsl-button > span,
  .tbs-access-social a[data-provider="google"] > span {
    min-height: 40px !important;
  }

  .tbs-access-divider {
    margin-top: 7px;
  }

  .tbs-access-form {
    gap: 7px;
    margin-top: 8px;
  }

  .tbs-access-form__field input {
    height: 39px;
  }

  .tbs-access-form__submit {
    min-height: 41px;
  }

  .tbs-access-form__security,
  .tbs-access-modal__account-note {
    font-size: 0.58rem;
  }
}

@media (max-width: 820px) {
  .tbs-access-modal {
    padding: 10px;
  }

  .tbs-access-modal__panel {
    grid-template-columns: 1fr;
    width: min(590px, 100%);
    height: auto;
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    border-radius: 24px;
  }

  .tbs-access-modal__aside {
    min-height: auto;
    height: auto;
    padding: 26px 26px 22px;
  }

  .tbs-access-modal__eyebrow {
    margin-top: 20px;
  }

  .tbs-access-modal__aside h2 {
    max-width: 470px;
    font-size: 1.8rem;
  }

  .tbs-access-modal__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .tbs-access-modal__benefits li {
    align-items: flex-start;
    font-size: 0.66rem;
  }

  .tbs-access-modal__resource {
    margin-top: 18px;
  }

  .tbs-access-modal__content {
    height: auto;
    overflow: visible;
    padding: 24px 26px 25px;
  }
}

@media (max-width: 560px) {
  .tbs-access-modal {
    align-items: end;
    padding: 0;
  }

  .tbs-access-modal__panel {
    width: 100%;
    max-height: 96dvh;
    border-radius: 22px 22px 0 0;
  }

  .tbs-access-modal__aside {
    padding: 22px 18px 18px;
  }

  .tbs-access-modal__brand {
    font-size: 0.66rem;
  }

  .tbs-access-modal__eyebrow {
    margin-top: 17px;
  }

  .tbs-access-modal__aside h2 {
    font-size: 1.55rem;
  }

  .tbs-access-modal__aside > p {
    font-size: 0.75rem;
  }

  .tbs-access-modal__benefits {
    display: none;
  }

  .tbs-access-modal__resource {
    grid-template-columns: 58px minmax(0, 1fr);
    margin-top: 14px;
  }

  .tbs-access-modal__resource-thumb {
    width: 58px;
  }

  .tbs-access-modal__content {
    padding: 20px 18px 22px;
  }

  .tbs-access-modal__heading {
    margin-top: 16px;
  }

  .tbs-access-modal__heading h3 {
    font-size: 1.35rem;
  }

  .tbs-access-modal__close {
    top: 10px;
    right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbs-access-modal,
  .tbs-access-modal__panel,
  .tbs-access-modal__close,
  .tbs-access-form__submit {
    transition: none !important;
  }

  .tbs-access-form__spinner {
    animation-duration: 1.4s;
  }
}

/* ================================================================
   RECURSOS GRATUITOS CON IMAGEN · Tarjetas 4:5
   Las seis portadas se cargan desde /wp-content/uploads/tienda/
   y utilizan el mismo formato visual premium de los productos.
   ================================================================ */

.tbs-product-card[data-filter~="gratis"].tbs-product-card--image-product
.tbs-product-card__visual {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.tbs-product-card[data-filter~="gratis"].tbs-product-card--image-product
.tbs-product-card__image {
  object-fit: cover !important;
  object-position: center center !important;
}

.tbs-product-card[data-filter~="gratis"].tbs-product-card--image-product
.tbs-product-card__visual::after {
  display: none !important;
}

/* Sistema Financiero Baby Shower ----------------------------------------------- */
.tbs-product-card[data-name="Sistema Financiero Baby Shower"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Kit Planificación Esencial ----------------------------------------------- */
.tbs-product-card[data-name="Kit Planificación Esencial"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* Kit Baby Shower Todo Resuelto ----------------------------------------------- */
.tbs-product-card[data-name="Kit Baby Shower Todo Resuelto"]
.tbs-product-card__image {
  object-position: center center !important;
}

/* ================================================================
   ACCIONES DE COMPRA EN TARJETAS PREMIUM
   Dos botones: Ver producto + Agregar al carrito
   ================================================================ */

.tbs-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 10px;
  width: 100%;
}

.tbs-product-card__actions .tbs-product-card__button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 13px;
  border-radius: 14px;
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.tbs-product-card__button--details {
  border-color: #efc4d5 !important;
  color: #9d3c63 !important;
  -webkit-text-fill-color: #9d3c63 !important;
  background: linear-gradient(180deg, #fffafd 0%, #fff3f8 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.84),
    0 7px 18px rgba(126, 66, 94, 0.06);
  font-weight: 850;
}

.tbs-product-card__button--details:hover {
  border-color: #e79dbb !important;
  color: #842d53 !important;
  -webkit-text-fill-color: #842d53 !important;
  background: linear-gradient(180deg, #fff3f8 0%, #ffe3ee 100%) !important;
  box-shadow: 0 10px 24px rgba(201, 79, 127, 0.14) !important;
}

.tbs-product-card--maternidad .tbs-product-card__button--details {
  border-color: #d6cdf3 !important;
  color: #5e4ca4 !important;
  -webkit-text-fill-color: #5e4ca4 !important;
  background: linear-gradient(180deg, #fdfcff 0%, #f5f2ff 100%) !important;
}

.tbs-product-card--maternidad .tbs-product-card__button--details:hover {
  border-color: #b9aae8 !important;
  color: #49388c !important;
  -webkit-text-fill-color: #49388c !important;
  background: linear-gradient(180deg, #f5f2ff 0%, #e8e1ff 100%) !important;
  box-shadow: 0 10px 24px rgba(115, 95, 193, 0.14) !important;
}

.tbs-product-card--digital .tbs-product-card__button--details {
  border-color: #efcbbb !important;
  color: #95513f !important;
  -webkit-text-fill-color: #95513f !important;
  background: linear-gradient(180deg, #fffdfb 0%, #fff5ef 100%) !important;
}

.tbs-product-card--digital .tbs-product-card__button--details:hover {
  border-color: #e4ad98 !important;
  color: #7c3e31 !important;
  -webkit-text-fill-color: #7c3e31 !important;
  background: linear-gradient(180deg, #fff5ef 0%, #ffe5da 100%) !important;
  box-shadow: 0 10px 24px rgba(190, 99, 112, 0.13) !important;
}

/* Botón principal: paleta Baby Shower pastel con texto oscuro y legible. */
.tbs-product-card__button--cart {
  position: relative;
  overflow: hidden;
  border-color: #efa9c4 !important;
  color: #722644 !important;
  -webkit-text-fill-color: #722644 !important;
  background: linear-gradient(135deg, #ffdce9 0%, #f6b9d1 100%) !important;
  box-shadow:
    0 11px 24px rgba(188, 82, 124, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-weight: 900;
  text-shadow: none;
}

/* Evita que el tema o WooCommerce reduzcan el contraste del contenido. */
.tbs-product-card__button--cart,
.tbs-product-card__button--cart span,
.tbs-product-card__button--cart strong,
.tbs-product-card__button--cart .tbs-product-card__button-icon {
  color: #722644 !important;
  -webkit-text-fill-color: #722644 !important;
  opacity: 1 !important;
}

.tbs-product-card__button--cart svg {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor;
  opacity: 1 !important;
}

.tbs-product-card__button--cart:hover {
  border-color: #df83aa !important;
  color: #5d1936 !important;
  -webkit-text-fill-color: #5d1936 !important;
  background: linear-gradient(135deg, #ffcfe0 0%, #efa4c3 100%) !important;
  box-shadow: 0 14px 29px rgba(174, 64, 107, 0.24) !important;
}

/* Maternidad: lavanda suave, femenina y limpia. */
.tbs-product-card--maternidad .tbs-product-card__button--cart {
  border-color: #c7b9ec !important;
  color: #43337a !important;
  -webkit-text-fill-color: #43337a !important;
  background: linear-gradient(135deg, #e7e1ff 0%, #cbbff4 100%) !important;
  box-shadow:
    0 11px 24px rgba(99, 80, 169, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.tbs-product-card--maternidad .tbs-product-card__button--cart,
.tbs-product-card--maternidad .tbs-product-card__button--cart span,
.tbs-product-card--maternidad .tbs-product-card__button--cart strong,
.tbs-product-card--maternidad .tbs-product-card__button--cart .tbs-product-card__button-icon {
  color: #43337a !important;
  -webkit-text-fill-color: #43337a !important;
}

.tbs-product-card--maternidad .tbs-product-card__button--cart:hover {
  border-color: #ab99df !important;
  color: #33255f !important;
  -webkit-text-fill-color: #33255f !important;
  background: linear-gradient(135deg, #dcd3ff 0%, #b9aae9 100%) !important;
  box-shadow: 0 14px 29px rgba(84, 65, 153, 0.24) !important;
}

/* Planes digitales: durazno rosado, cálido y coherente con la marca. */
.tbs-product-card--digital .tbs-product-card__button--cart {
  border-color: #efb8a7 !important;
  color: #73372f !important;
  -webkit-text-fill-color: #73372f !important;
  background: linear-gradient(135deg, #ffe3d7 0%, #f3bdad 100%) !important;
  box-shadow:
    0 11px 24px rgba(174, 91, 80, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tbs-product-card--digital .tbs-product-card__button--cart,
.tbs-product-card--digital .tbs-product-card__button--cart span,
.tbs-product-card--digital .tbs-product-card__button--cart strong,
.tbs-product-card--digital .tbs-product-card__button--cart .tbs-product-card__button-icon {
  color: #73372f !important;
  -webkit-text-fill-color: #73372f !important;
}

.tbs-product-card--digital .tbs-product-card__button--cart:hover {
  border-color: #df9d8b !important;
  color: #5d2a25 !important;
  -webkit-text-fill-color: #5d2a25 !important;
  background: linear-gradient(135deg, #ffd6c7 0%, #eaa996 100%) !important;
  box-shadow: 0 14px 29px rgba(159, 76, 66, 0.23) !important;
}

.tbs-product-card__button-icon {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  flex: 0 0 18px;
}

.tbs-product-card__button-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.tbs-product-card__button-spinner {
  display: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid rgba(114, 38, 68, 0.22);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: tbs-card-cart-spin 700ms linear infinite;
}

.tbs-product-card__button--cart.is-loading .tbs-product-card__button-icon {
  display: none;
}

.tbs-product-card__button--cart.is-loading .tbs-product-card__button-spinner {
  display: inline-block;
}

.tbs-product-card__button--cart:disabled {
  cursor: wait;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

/* Confirmación en verde menta pastel, sin romper la estética Baby Shower. */
.tbs-product-card__button--cart.is-added,
.tbs-product-card--maternidad .tbs-product-card__button--cart.is-added,
.tbs-product-card--digital .tbs-product-card__button--cart.is-added {
  border-color: #9fd6c3 !important;
  color: #225946 !important;
  -webkit-text-fill-color: #225946 !important;
  background: linear-gradient(135deg, #ddf5ec 0%, #bce6d7 100%) !important;
  box-shadow: 0 11px 25px rgba(47, 139, 109, 0.17) !important;
}

.tbs-product-card__button--cart.is-added,
.tbs-product-card__button--cart.is-added span,
.tbs-product-card__button--cart.is-added strong,
.tbs-product-card__button--cart.is-added .tbs-product-card__button-icon {
  color: #225946 !important;
  -webkit-text-fill-color: #225946 !important;
}

/* Aviso global después de agregar al carrito -------------------- */

.tbs-cart-notice {
  position: fixed;
  z-index: 999998;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 32px;
  align-items: center;
  gap: 10px;
  width: min(520px, calc(100vw - 36px));
  padding: 13px 13px 13px 14px;
  border: 1px solid rgba(47, 139, 109, 0.2);
  border-radius: 17px;
  color: #344139;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 58px rgba(41, 37, 50, 0.22);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.tbs-cart-notice.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tbs-cart-notice__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: var(--tbs-green);
  font-size: 0.95rem;
  font-weight: 900;
}

.tbs-cart-notice__message {
  min-width: 0;
  color: #4f5953;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
}

.tbs-cart-notice__link {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #ffffff !important;
  background: var(--tbs-ink);
  font-size: 0.74rem;
  font-weight: 850;
  white-space: nowrap;
}

.tbs-cart-notice__close {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: var(--tbs-muted);
  background: #f3eff2;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.tbs-cart-notice.is-error {
  border-color: rgba(220, 79, 132, 0.24);
}

.tbs-cart-notice.is-error .tbs-cart-notice__icon {
  background: var(--tbs-pink-dark);
}

@keyframes tbs-card-cart-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) and (min-width: 681px) {
  .tbs-product-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .tbs-product-card__actions {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 9px;
  }

  .tbs-product-card__actions .tbs-product-card__button {
    min-height: 52px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 0.8rem;
  }

  .tbs-cart-notice {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    grid-template-columns: 32px minmax(0, 1fr) 30px;
    width: calc(100vw - 20px);
    padding: 11px;
    border-radius: 15px;
  }

  .tbs-cart-notice__link {
    grid-column: 2 / 3;
    width: fit-content;
    min-height: 34px;
    margin-top: 2px;
  }

  .tbs-cart-notice__close {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 430px) {
  .tbs-product-card__actions {
    grid-template-columns: 1fr;
  }

  .tbs-product-card__actions .tbs-product-card__button {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbs-product-card__button-spinner {
    animation-duration: 1.4s;
  }

  .tbs-cart-notice {
    transition: none !important;
  }
}/* End custom CSS */