:root {
  --naby-blue: #afcfef;
  --naby-pink: #f7c1c7;
  --naby-mint: #bfe0d8;
  --naby-lavender: #d5c8e8;
  --naby-cream: #faf8f4;
  --naby-text: #555768;
  --naby-ink: #2d3040;
  --naby-cta: #f77e95;
  --naby-purple: #a889c9;
  --naby-line: #ece6f2;
  --naby-shadow: 0 18px 45px rgba(85, 87, 104, .11);
}

/* Shipping page */
.naby-shipping-page {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 72px) 64px;
  color: #242844;
}

.naby-shipping-page svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.naby-shipping-hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  min-height: 430px;
  margin: 0 calc(clamp(18px, 4vw, 72px) * -1) 28px;
  padding: clamp(34px, 5vw, 72px) clamp(18px, 5vw, 86px);
  overflow: hidden;
  background: linear-gradient(110deg, #fff 0%, #fff5fa 45%, #f2edff 100%);
  border-bottom: 1px solid #f0e8f8;
}

.naby-shipping-hero-copy {
  position: relative;
  z-index: 2;
}

.naby-shipping-hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #202542;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
}

.naby-shipping-hero h1 span {
  color: #ff5c8f;
}

.naby-shipping-hero p {
  max-width: 430px;
  margin: 0 0 14px;
  color: #273052;
  font-size: 19px;
  line-height: 1.55;
}

.naby-shipping-hero img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgb(124 95 164 / 18%));
}

.naby-shipping-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 18px;
}

.naby-shipping-card,
.naby-shipping-steps,
.naby-shipping-benefits,
.naby-shipping-faq,
.naby-shipping-closing,
.naby-shipping-footer-perks {
  background: #fff;
  border: 1px solid #eee7f7;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgb(34 38 66 / 7%);
}

.naby-shipping-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.85fr) minmax(0, 1.2fr);
  align-items: center;
  min-height: 410px;
  padding: clamp(24px, 3vw, 42px);
  gap: clamp(22px, 3vw, 42px);
}

.naby-shipping-card-art {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 22px;
  background: linear-gradient(145deg, #e6fff3, #ffffff);
}

.naby-shipping-card.is-province .naby-shipping-card-art {
  background: linear-gradient(145deg, #fff1e5, #ffffff);
}

.naby-shipping-card-art svg {
  width: 150px;
  height: 150px;
  color: #45c893;
  stroke-width: 1.45;
}

.naby-shipping-card-image {
  width: min(230px, 92%);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgb(132 82 45 / 18%));
}

.naby-shipping-card.is-province .naby-shipping-card-art svg {
  color: #b083e5;
}

.naby-shipping-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 18px;
  border-radius: 999px;
  background: #d9f8ea;
  color: #37b77f;
  font-weight: 900;
  text-transform: uppercase;
}

.naby-shipping-pill.is-purple {
  background: #eadcff;
  color: #9b70df;
}

.naby-shipping-card h2,
.naby-shipping-steps h2,
.naby-shipping-benefits h2,
.naby-shipping-faq h2,
.naby-shipping-closing h2 {
  margin: 0;
  color: #202542;
  font-size: 28px;
  line-height: 1.12;
}

.naby-shipping-card p {
  margin: 8px 0 12px;
  color: #4b516d;
  font-size: 16px;
  line-height: 1.5;
}

.naby-shipping-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.naby-shipping-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #424965;
  font-weight: 700;
}

.naby-shipping-card li svg {
  width: 20px;
  height: 20px;
  color: #45c893;
}

.naby-shipping-card.is-province li svg {
  color: #9b70df;
}

.naby-shalom-logo {
  display: block;
  max-width: 190px;
  margin: 6px 0 2px;
}

.naby-shipping-cost {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #ecfff6;
  color: #26304f;
}

.naby-shipping-cost.is-purple {
  background: #f5efff;
}

.naby-shipping-cost span {
  color: #4f5670;
  line-height: 1.45;
}

.naby-shipping-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 10px;
  background: #45c893;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.naby-shipping-cta.is-purple {
  background: #9b70df;
}

.naby-shipping-main-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(520px, 100%);
  min-height: 62px;
  margin: 0 auto 34px;
  padding: 0 28px;
  border-radius: 14px;
  background: linear-gradient(90deg, #37bd82, #61d79e);
  color: #fff;
  box-shadow: 0 18px 34px rgb(55 189 130 / 24%);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.naby-shipping-main-whatsapp svg {
  width: 25px;
  height: 25px;
}

.naby-shipping-steps {
  margin-bottom: 22px;
  padding: 28px 34px 30px;
}

.naby-shipping-steps h2,
.naby-shipping-benefits h2,
.naby-shipping-faq h2 {
  margin-bottom: 22px;
  text-align: center;
}

.naby-shipping-steps > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.naby-shipping-steps article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 174px;
  padding: 8px 14px 0;
  text-align: center;
}

.naby-shipping-steps article span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ff7fa4;
  color: #fff;
  font-weight: 900;
}

.naby-shipping-steps article:nth-child(2) span { background: #67b4ff; }
.naby-shipping-steps article:nth-child(3) span { background: #75d4b0; }
.naby-shipping-steps article:nth-child(4) span { background: #9b70df; }

.naby-shipping-steps article svg {
  width: 74px;
  height: 74px;
  padding: 18px;
  border-radius: 999px;
  background: #fff0f5;
  color: #ff6a99;
}

.naby-shipping-steps article:nth-child(2) svg { background: #eff7ff; color: #67b4ff; }
.naby-shipping-steps article:nth-child(3) svg { background: #edfff7; color: #58c99d; }
.naby-shipping-steps article:nth-child(4) svg { background: #f5efff; color: #9b70df; }

.naby-shipping-steps strong,
.naby-shipping-benefits strong,
.naby-shipping-footer-perks strong {
  color: #222743;
  font-size: 16px;
  font-weight: 900;
}

.naby-shipping-steps small,
.naby-shipping-benefits small,
.naby-shipping-footer-perks small {
  color: #4d5470;
  font-size: 14px;
  line-height: 1.45;
}

.naby-shipping-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 28px;
}

.naby-shipping-benefits,
.naby-shipping-faq {
  padding: 28px;
}

.naby-shipping-benefits {
  background: linear-gradient(140deg, #fffdf8, #fff);
}

.naby-shipping-benefits > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.naby-shipping-benefits article,
.naby-shipping-footer-perks article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: rgb(255 255 255 / 78%);
}

.naby-shipping-benefits article svg,
.naby-shipping-footer-perks article svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 999px;
  background: #e9fff5;
  color: #42c692;
}

.naby-shipping-benefits article:nth-child(2) svg,
.naby-shipping-footer-perks article:nth-child(2) svg { background: #f1e8ff; color: #9b70df; }
.naby-shipping-benefits article:nth-child(3) svg,
.naby-shipping-footer-perks article:nth-child(3) svg { background: #fff0f6; color: #ff5c8f; }
.naby-shipping-benefits article:nth-child(4) svg,
.naby-shipping-footer-perks article:nth-child(4) svg { background: #edf7ff; color: #5aa9f6; }

.naby-shipping-faq details {
  margin-bottom: 12px;
  border: 1px solid #ebe4f4;
  border-radius: 12px;
  background: #fff;
}

.naby-shipping-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #26304f;
  font-weight: 800;
}

.naby-shipping-faq p {
  margin: 0;
  padding: 0 18px 16px;
  color: #5b617c;
  line-height: 1.5;
}

.naby-shipping-closing {
  margin-bottom: 28px;
  padding: 0;
  overflow: hidden;
  background: #fff4f8;
}

.naby-shipping-closing img {
  width: 100%;
  height: auto;
  min-height: 260px;
  object-fit: contain;
}

.naby-shipping-footer-perks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 18px;
}

.naby-shipping-footer-perks article {
  border-right: 1px solid #eee7f7;
  border-radius: 0;
  background: transparent;
}

.naby-shipping-footer-perks article:last-child {
  border-right: 0;
}

@media (max-width: 1100px) {
  .naby-shipping-hero,
  .naby-shipping-options,
  .naby-shipping-info-grid {
    grid-template-columns: 1fr;
  }

  .naby-shipping-hero {
    text-align: center;
  }

  .naby-shipping-hero p,
  .naby-shipping-hero h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .naby-shipping-steps > div,
  .naby-shipping-footer-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .naby-shipping-footer-perks article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .naby-shipping-page {
    padding-bottom: 42px;
  }

  .naby-shipping-hero {
    padding-top: 30px;
  }

  .naby-shipping-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .naby-shipping-card-art {
    min-height: 180px;
  }

  .naby-shipping-card-art svg {
    width: 110px;
    height: 110px;
  }

  .naby-shipping-benefits > div,
  .naby-shipping-steps > div,
  .naby-shipping-footer-perks {
    grid-template-columns: 1fr;
  }

  .naby-shipping-main-whatsapp {
    min-height: 56px;
    font-size: 16px;
  }

  .naby-shipping-footer-perks article,
  .naby-shipping-footer-perks article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #eee7f7;
  }

  .naby-shipping-footer-perks article:last-child {
    border-bottom: 0;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--naby-text);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.naby-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--naby-line);
  backdrop-filter: blur(14px);
}

.naby-topbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 10px clamp(18px, 5vw, 72px);
  background: linear-gradient(90deg, rgba(213, 200, 232, .34), rgba(250, 248, 244, .7), rgba(247, 193, 199, .28));
  color: var(--naby-ink);
  font-size: 13px;
  font-weight: 600;
}

.naby-topbar span,
.naby-benefits article,
.naby-confidence-band article {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.naby-header-main {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(360px, 700px) auto;
  gap: clamp(16px, 2.6vw, 30px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px clamp(18px, 5vw, 72px) 14px;
}

.naby-logo {
  min-width: 0;
}

.naby-logo img {
  width: min(330px, 42vw);
  max-height: 118px;
  height: auto;
  object-fit: contain;
}

.naby-menu-toggle {
  display: none;
}

.naby-icon-button,
.naby-search button {
  border: 0;
  background: transparent;
  color: var(--naby-ink);
  cursor: pointer;
}

.naby-search {
  display: grid;
  grid-template-columns: minmax(145px, 190px) minmax(160px, 1fr) 56px;
  align-items: center;
  width: 100%;
  max-width: 760px;
  min-height: 52px;
  border: 1px solid var(--naby-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(168, 137, 201, .08);
  overflow: hidden;
}

.naby-search:focus-within {
  border-color: rgba(168, 137, 201, .55);
  box-shadow: 0 12px 34px rgba(168, 137, 201, .16);
}

.naby-search select,
.naby-search input {
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 0;
  border-right: 1px solid var(--naby-line);
  background: transparent;
  color: var(--naby-text);
  font-family: inherit;
  font-size: 13px;
  padding: 0 18px;
  outline: 0;
}

.naby-search button {
  display: grid;
  place-items: center;
  height: 52px;
  background: var(--naby-purple);
  color: #fff;
}

.naby-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
}

.naby-actions a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 52px;
  color: var(--naby-ink);
  font-size: 12px;
  font-weight: 600;
}

.naby-actions span,
.naby-category-card strong,
.naby-category-card span,
.naby-product-body,
.naby-product-body h3,
.naby-brand-strip span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.naby-actions svg {
  width: 24px;
  height: 24px;
}

.naby-cart-link b {
  position: absolute;
  top: -8px;
  right: 2px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--naby-cta);
  color: #fff;
  font-size: 11px;
}

.naby-nav-row {
  border-top: 1px solid rgba(236, 230, 242, .8);
}

.naby-primary-nav {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 72px);
}

.naby-primary-nav ul {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 58px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.naby-primary-nav a {
  display: block;
  padding: 13px 0 15px;
  border-bottom: 2px solid transparent;
  color: var(--naby-ink);
  font-size: 14px;
  font-weight: 600;
}

.naby-primary-nav a:hover,
.current-menu-item > a {
  border-color: var(--naby-cta);
  color: var(--naby-cta);
}

.naby-site-main {
  overflow: hidden;
}

.naby-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(690px, calc(100vh - 150px));
  padding: clamp(44px, 6vw, 84px) clamp(18px, 5vw, 72px);
  isolation: isolate;
  overflow: hidden;
  background: #FAF8F4;
}

.naby-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  justify-self: start;
  width: min(670px, 48vw);
  max-width: 670px;
  margin-left: clamp(52px, 10vw, 190px);
  text-align: center;
}

.naby-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.naby-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .78) 28%, rgba(255, 255, 255, .16) 43%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 32% 44%, rgba(255, 255, 255, .42), transparent 33%);
  pointer-events: none;
}

.naby-eyebrow {
  margin: 0 0 12px;
  color: var(--naby-ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.naby-hero h1 {
  margin: 0;
  color: var(--naby-ink);
  font-size: clamp(36px, 5.2vw, 70px);
  line-height: 1.04;
}

.naby-hero h1 span,
.naby-section-heading span {
  color: var(--naby-cta);
  font-family: Caveat, cursive;
  font-size: 1.15em;
}

.naby-hero-copy > p:last-of-type {
  max-width: 500px;
  margin: 18px auto 28px;
  font-size: 18px;
}

.naby-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.naby-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.naby-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--naby-cta);
  color: #fff;
}

.naby-button-secondary {
  background: var(--naby-purple);
  color: #fff;
}

.naby-benefits,
.naby-confidence-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #fff;
}

.naby-benefits article,
.naby-confidence-band article {
  min-height: 76px;
}

.naby-benefits svg,
.naby-confidence-band svg {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--naby-purple);
}

.naby-benefits strong,
.naby-confidence-band strong {
  display: block;
  color: var(--naby-ink);
  font-size: 14px;
}

.naby-benefits span,
.naby-confidence-band span {
  display: block;
  color: var(--naby-text);
  font-size: 13px;
}

.naby-section {
  padding: clamp(42px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.naby-section-heading {
  margin: 0 auto 28px;
  text-align: center;
}

.naby-section-heading h2 {
  margin: 0;
  color: var(--naby-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.naby-section-heading p {
  margin: 6px 0 0;
  color: var(--naby-purple);
  font-family: Caveat, cursive;
  font-size: 26px;
  font-weight: 700;
}

.naby-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.naby-category-card,
.naby-product-card,
.woocommerce ul.products li.product {
  overflow: hidden;
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(85, 87, 104, .07);
}

.naby-category-card {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  text-align: center;
}

.naby-category-art,
.naby-product-image {
  background: var(--naby-cream);
}

.naby-category-art {
  position: relative;
  overflow: hidden;
}

.naby-category-art img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transition: transform .25s ease;
}

.naby-category-card:hover .naby-category-art img {
  transform: scale(1.04);
}

.tone-pink { background: linear-gradient(145deg, #fff, var(--naby-pink)); }
.tone-blue { background: linear-gradient(145deg, #fff, var(--naby-blue)); }
.tone-mint { background: linear-gradient(145deg, #fff, var(--naby-mint)); }
.tone-lavender { background: linear-gradient(145deg, #fff, var(--naby-lavender)); }
.tone-cream { background: linear-gradient(145deg, #fff, var(--naby-cream)); }
.tone-peach { background: linear-gradient(145deg, #fff, #f6d6b3); }

.naby-category-card strong {
  color: var(--naby-ink);
  font-size: 17px;
}

.naby-category-card span {
  font-size: 13px;
}

.naby-centered-button {
  display: flex;
  width: fit-content;
  margin: 28px auto 0;
}

.naby-brands {
  background: linear-gradient(180deg, #fff, rgba(250, 248, 244, .72));
}

.naby-brand-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
}

.naby-brand-logo {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 86px;
  border: 1px solid #F0EAF7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(85, 87, 104, .06);
  color: var(--naby-ink);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.naby-brand-logo img {
  display: block;
  width: auto;
  max-width: min(132px, 86%);
  max-height: 58px;
  object-fit: contain;
}

.naby-brand-tommy img {
  max-width: min(142px, 90%);
  max-height: 40px;
}

.naby-brand-ralph img {
  max-width: min(136px, 88%);
  max-height: 58px;
}

.naby-brand-carters img {
  max-width: min(132px, 88%);
  max-height: 54px;
}

.naby-brand-gap img {
  max-height: 42px;
}

.naby-brand-calvin img {
  max-width: 124px;
}

.naby-brand-columbia img {
  max-width: min(136px, 88%);
  max-height: 48px;
}

.naby-brand-jordan img {
  max-width: 82px;
  max-height: 54px;
}

.naby-brand-logo:hover {
  border-color: #D5C8E8;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(85, 87, 104, .1);
}

.naby-brand-logo span,
.naby-brand-logo small {
  display: block;
  line-height: 1;
}

.naby-brand-logo span {
  color: #2D3040;
  font-size: 22px;
  font-weight: 800;
}

.naby-brand-logo small {
  margin-top: 6px;
  color: #777A8F;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.naby-brand-gap span,
.naby-brand-carters span {
  font-size: 26px;
}

.naby-brand-tommy { border-top-color: #AFCFEF; }
.naby-brand-calvin { border-top-color: #D5C8E8; }
.naby-brand-gap { border-top-color: #BFE0D8; }
.naby-brand-ralph { border-top-color: #FFD166; }
.naby-brand-carters { border-top-color: #F7C1C7; }
.naby-brand-columbia { border-top-color: #9FD6DF; }
.naby-brand-jordan { border-top-color: #F7C1C7; }

.naby-brand-tommy span { color: #264A78; }
.naby-brand-calvin span { color: #1F2340; }
.naby-brand-gap span { color: #2E67A0; letter-spacing: .08em; }
.naby-brand-ralph span { color: #2D3040; }
.naby-brand-carters span { color: #4E6D8D; }

.naby-product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.naby-product-card {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.naby-product-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  color: var(--naby-ink);
  font-size: 28px;
  font-weight: 700;
}

.naby-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.naby-product-body {
  padding: 10px 10px 12px;
  display: grid;
  align-content: start;
}

.naby-product-brand,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 5px;
  color: var(--naby-ink);
  font-size: 13px;
  font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: inherit;
}

.naby-product-body h3 {
  margin: 0 0 10px;
  color: var(--naby-text);
  font-size: 14px;
  font-weight: 500;
}

.naby-product-brand {
  color: var(--naby-text);
  font-size: 12px;
  font-weight: 400;
}

.naby-product-body strong,
.woocommerce ul.products li.product .price {
  display: block;
  margin: 7px 0 0;
  color: var(--naby-ink);
  font-size: 14px;
  font-weight: 800;
}

.naby-wishlist-button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--naby-cta);
}

.naby-wishlist-button svg {
  width: 19px;
  height: 19px;
}

.naby-rating {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  color: #e7e1d6;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}

.naby-rating-front {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #ffb000;
  white-space: nowrap;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 36px;
  margin: 10px 0 0;
  padding: 0 10px;
  font-size: 12px;
}

.naby-stars {
  margin-top: 8px;
  color: #f8b334;
  font-size: 13px;
  letter-spacing: 2px;
}

.naby-about-page {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 56px clamp(24px, 6vw, 92px) 16px;
}

.naby-about-hero {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(520px, 1.25fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.naby-about-copy h1 {
  margin: 0 0 22px;
  color: var(--naby-ink);
  font-size: clamp(46px, 5.6vw, 74px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
}

.naby-about-copy h1 span {
  color: var(--naby-cta);
  font-weight: 700;
}

.naby-about-copy > p {
  max-width: 650px;
  margin: 0 0 22px;
  color: #3F4258;
  font-size: 17px;
  line-height: 1.75;
}

.naby-about-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 30px 0 26px;
}

.naby-about-pillars article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: start;
}

.naby-about-pillars span,
.naby-about-value-icon {
  display: grid;
  place-items: center;
  color: var(--naby-purple);
}

.naby-about-pillars h2 {
  margin: 0 0 8px;
  color: var(--naby-purple);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.naby-about-pillars p {
  grid-column: 2;
  margin: 0;
  color: #45485F;
  font-size: 14px;
  line-height: 1.55;
}

.naby-about-cta {
  min-width: min(100%, 360px);
  justify-content: center;
}

.naby-about-visual {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.naby-about-blob {
  position: absolute;
  inset: 34px 0 28px 28px;
  z-index: -1;
  border-radius: 54% 46% 50% 44% / 48% 54% 42% 56%;
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, .88), transparent 21%),
    linear-gradient(135deg, rgba(213, 200, 232, .58), rgba(247, 193, 199, .2));
}

.naby-about-visual img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(85, 87, 104, .14));
}

.naby-about-bear {
  left: 2%;
  bottom: 8%;
  width: min(36%, 300px);
  border-radius: 8px;
}

.naby-about-backpack {
  left: 30%;
  bottom: 18%;
  width: min(34%, 280px);
  transform: rotate(-2deg) scale(1.28);
}

.naby-about-shoes {
  left: 42%;
  bottom: 3%;
  width: min(36%, 310px);
  transform: rotate(-5deg) scale(1.2);
}

.naby-about-toys {
  right: 1%;
  bottom: 13%;
  width: min(30%, 260px);
  transform: rotate(4deg) scale(1.25);
}

.naby-about-doodle {
  position: absolute;
  color: var(--naby-cta);
  font-family: Caveat, cursive;
  font-weight: 700;
  line-height: 1;
}

.naby-about-doodle-heart {
  left: 5%;
  top: 24%;
  font-size: 38px;
}

.naby-about-doodle-star {
  right: 11%;
  top: 20%;
  color: var(--naby-blue);
  font-size: 44px;
}

.naby-about-doodle-lines {
  right: 0;
  top: 47%;
  color: var(--naby-blue);
  font-size: 54px;
}

.naby-about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  padding: 26px 28px;
  border: 1px solid rgba(213, 200, 232, .38);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(250, 248, 244, .78), rgba(255, 255, 255, .92), rgba(247, 193, 199, .16));
  box-shadow: 0 16px 34px rgba(85, 87, 104, .08);
}

.naby-about-values article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 0 24px;
  border-right: 1px solid rgba(213, 200, 232, .62);
}

.naby-about-values article:last-child {
  border-right: 0;
}

.naby-about-value-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.6;
}

.naby-about-values h2 {
  margin: 0 0 6px;
  color: var(--naby-purple);
  font-size: 17px;
  line-height: 1.25;
}

.naby-about-values p {
  margin: 0;
  color: #45485F;
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 24px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 14px;
  justify-content: center;
  border: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  background: #fff;
  color: var(--naby-ink);
  font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--naby-cta);
  background: var(--naby-cta);
  color: #fff;
}

.naby-confidence-band {
  margin: 0 clamp(18px, 5vw, 72px) clamp(42px, 6vw, 82px);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(213, 200, 232, .18), rgba(247, 193, 199, .13), rgba(175, 207, 239, .18));
}

.naby-page,
.naby-shop-shell {
  max-width: 1440px;
  margin: 0 auto;
}

.naby-shop-page {
  padding: 18px clamp(18px, 5vw, 72px) clamp(42px, 6vw, 82px);
}

.naby-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 24px;
  color: #a7a3b4;
  font-size: 14px;
}

.naby-breadcrumbs a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--naby-cta);
}

.naby-breadcrumbs svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.naby-shop-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.naby-shop-results {
  min-width: 0;
}

.naby-shop-toolbar {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 28px;
}

.naby-shop-toolbar h1 {
  margin: 0 0 8px;
  color: #111637;
  font-size: 30px;
  line-height: 1.1;
}

.woocommerce-result-count {
  margin: 0;
  color: var(--naby-text);
  font-size: 14px;
}

.naby-ordering {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--naby-text);
  font-size: 14px;
}

.naby-ordering select {
  min-width: 156px;
  min-height: 42px;
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  background: #fff;
  color: var(--naby-ink);
  font-family: inherit;
  font-weight: 600;
  padding: 0 38px 0 14px;
}

.naby-shop-filters {
  position: sticky;
  top: 190px;
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid var(--naby-line);
}

.naby-filter-form,
.naby-filter-group {
  display: grid;
  gap: 16px;
}

.naby-filter-group {
  padding: 0 0 18px;
  border-bottom: 1px solid var(--naby-line);
}

.naby-shop-filters h2,
.naby-shop-filters h3 {
  margin: 0;
  color: #111637;
}

.naby-shop-filters h2 {
  font-size: 16px;
}

.naby-shop-filters h3 {
  font-size: 15px;
}

.naby-filter-group ul,
.naby-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.naby-filter-categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--naby-ink);
  font-size: 14px;
}

.naby-filter-categories a:hover {
  color: var(--naby-cta);
}

.naby-check-list label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--naby-text);
  font-size: 13px;
}

.naby-check-list input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--naby-cta);
}

.naby-filter-more {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--naby-ink);
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}

.naby-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.naby-color-list label {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.naby-color-list input {
  position: absolute;
  opacity: 0;
}

.naby-color-list span,
.naby-static-swatch {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(85, 87, 104, .16);
  border-radius: 999px;
  background: var(--swatch);
}

.naby-color-list input:checked + span {
  outline: 2px solid var(--naby-cta);
  outline-offset: 3px;
}

.naby-price-range {
  width: 100%;
  accent-color: var(--naby-purple);
}

.naby-price-scale {
  display: flex;
  justify-content: space-between;
  color: var(--naby-ink);
  font-size: 13px;
}

.naby-filter-submit {
  justify-self: start;
  min-width: 104px;
  margin-top: 2px;
}

.naby-catalog-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.naby-catalog-heading h1 {
  margin: 0;
  color: var(--naby-ink);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
}

.naby-catalog-heading > p:last-child {
  margin: 14px auto 0;
  max-width: 560px;
  font-size: 17px;
}

.naby-page h1,
.woocommerce-products-header__title {
  color: var(--naby-ink);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.15;
}

.woocommerce div.product div.images img {
  border-radius: 8px;
  background: var(--naby-cream);
}

.woocommerce ul.products li.product {
  padding-bottom: 18px;
}

.woocommerce ul.products li.product .button {
  margin: 10px 0 0;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: 42px;
}

.woocommerce div.product .summary {
  display: grid;
  align-content: start;
  gap: 12px;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.naby-product-choice {
  flex: 1 1 100%;
  display: grid;
  gap: 8px;
  max-width: 280px;
}

.naby-product-choice label {
  color: var(--naby-ink);
  font-size: 14px;
  font-weight: 700;
}

.naby-size-choice-label {
  color: var(--naby-ink);
  font-size: 14px;
  font-weight: 700;
}

.naby-product-choice select,
.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  background: #fff;
  color: var(--naby-ink);
  font-family: inherit;
  font-weight: 600;
}

.naby-product-choice select {
  padding: 0 14px;
}

.naby-size-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(48px, 1fr));
  gap: 8px;
}

.naby-size-button {
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #E4E4EF;
  border-radius: 8px;
  background: #fff;
  color: #5F6379;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.naby-size-button.is-selected {
  border-color: #9C70D6;
  background: #F4ECFF;
  color: #9C70D6;
}

.naby-size-button.is-disabled,
.naby-size-button:disabled {
  border-color: #E9E9F1;
  background: #F7F7FA;
  color: #B9BBC8;
  cursor: not-allowed;
  opacity: .72;
  text-decoration: line-through;
}

.naby-product-choice-note {
  flex: 1 1 100%;
  margin: 0;
  color: var(--naby-text);
  font-size: 14px;
}

.woocommerce div.product .stock {
  color: var(--naby-mint);
  font-weight: 700;
}

.woocommerce div.product .product_title {
  color: var(--naby-ink);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--naby-ink);
  font-weight: 800;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 46px;
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: inherit;
}

.woocommerce-account .naby-page,
.woocommerce-account .naby-shop-shell,
.woocommerce-cart .naby-shop-shell,
.woocommerce-checkout .naby-shop-shell,
.woocommerce-page:not(.archive):not(.single-product) .naby-shop-shell {
  max-width: 1180px;
  padding: clamp(46px, 5vw, 72px) clamp(18px, 5vw, 72px);
}

.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  color: var(--naby-text);
}

.woocommerce-account h1,
.woocommerce-account h2,
.woocommerce-cart h1,
.woocommerce-cart h2,
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-page .entry-title {
  color: var(--naby-ink);
}

.woocommerce-account .naby-page > article > h1,
.woocommerce-account .naby-shop-shell > h1,
.woocommerce-cart .naby-shop-shell > h1,
.woocommerce-checkout .naby-shop-shell > h1,
.woocommerce-page:not(.archive):not(.single-product) .naby-shop-shell > h1 {
  margin: 0 0 clamp(24px, 3vw, 36px);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.woocommerce-account .woocommerce:has(.woocommerce-form-login),
.woocommerce-account .woocommerce:has(.woocommerce-form-register) {
  display: block;
  max-width: 620px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details,
.woocommerce table.shop_table {
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--naby-shadow);
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details {
  padding: clamp(18px, 3vw, 28px);
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  border-radius: 22px;
  padding: clamp(24px, 4vw, 36px);
}

.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
}

.woocommerce-account .woocommerce form.login label,
.woocommerce-account .woocommerce form.register label {
  color: #1F2340;
  font-size: 13px;
  font-weight: 700;
}

.woocommerce-account .woocommerce form.login input.input-text,
.woocommerce-account .woocommerce form.register input.input-text {
  width: 100%;
  min-height: 54px;
  border: 1px solid #E8E1F2;
  border-radius: 12px;
  padding: 14px 16px;
  color: #1F2340;
}

.woocommerce-account .woocommerce-form-login__rememberme {
  display: flex;
  gap: 8px;
  align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--naby-ink);
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: rgba(247, 193, 199, .24);
  color: var(--naby-cta);
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--naby-cta);
  font-weight: 700;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.shop_table th {
  background: var(--naby-cream);
  color: var(--naby-ink);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-color: var(--naby-line);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--naby-cta);
  border-radius: 8px;
  background: var(--naby-cream);
  color: var(--naby-ink);
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--naby-cta);
}

.woocommerce-error::before {
  color: #c84d68;
}

.naby-footer {
  padding: 48px clamp(18px, 5vw, 72px) 24px;
  background: var(--naby-cream);
}

.naby-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1.1fr;
  gap: 36px;
}

.naby-footer-brand img {
  width: 210px;
  max-height: 130px;
  object-fit: contain;
}

.naby-footer h2 {
  margin: 0 0 12px;
  color: var(--naby-ink);
  font-size: 16px;
}

.naby-footer a {
  display: block;
  margin: 8px 0;
  font-size: 14px;
}

.naby-newsletter input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--naby-line);
  border-radius: 8px;
  padding: 0 14px;
  font-family: inherit;
}

.naby-newsletter button {
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--naby-purple);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
}

.naby-copyright {
  margin: 36px 0 0;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .naby-header-main {
    grid-template-columns: auto minmax(220px, 300px) auto;
  }

  .naby-menu-toggle {
    display: grid;
    place-items: center;
  }

  .naby-logo {
    justify-self: center;
  }

  .naby-logo img {
    width: min(290px, 46vw);
    max-height: 86px;
  }

  .naby-actions {
    justify-self: end;
  }

  .naby-search {
    grid-column: 1 / -1;
    max-width: none;
  }

  .naby-hero-copy {
    width: min(560px, 58vw);
    margin-left: clamp(24px, 6vw, 72px);
  }

  .naby-hero h1 {
    font-size: clamp(34px, 5.8vw, 58px);
  }

  .naby-hero-copy > p:last-of-type {
    max-width: 440px;
    font-size: 16px;
  }

  .naby-category-grid,
  .naby-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .naby-product-grid,
  .woocommerce ul.products,
  .naby-benefits,
  .naby-confidence-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .naby-shop-results .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .naby-shop-layout,
  .woocommerce-account .woocommerce,
  .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .naby-shop-filters {
    position: static;
    order: -1;
    padding-right: 0;
    border-right: 0;
  }
}

@media (min-width: 1101px) and (max-width: 1320px) {
  .naby-shop-results .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .naby-topbar {
    display: none;
  }

  .naby-header-main {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px 16px;
  }

  .naby-menu-toggle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
  }

  .naby-logo img {
    width: min(190px, 52vw);
    max-height: 88px;
  }

  .naby-actions {
    gap: 10px;
  }

  .naby-actions span {
    display: none;
  }

  .naby-actions a {
    min-width: 30px;
  }

  .naby-actions a:first-child {
    display: none;
  }

  .naby-search {
    grid-template-columns: minmax(0, 1fr) 44px;
    min-height: 46px;
  }

  .naby-search select {
    display: none;
  }

  .naby-search input,
  .naby-search button {
    height: 46px;
  }

  .naby-primary-nav {
    display: none;
    padding: 0 16px 16px;
  }

  .naby-primary-nav.is-open {
    display: block;
  }

  .naby-primary-nav ul {
    display: grid;
    gap: 0;
    justify-content: stretch;
    border: 1px solid var(--naby-line);
    border-radius: 8px;
    background: #fff;
  }

  .naby-primary-nav a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--naby-line);
  }

  .naby-hero {
    min-height: 520px;
    padding: 42px 16px;
  }

  .naby-hero-bg {
    object-position: 68% center;
  }

  .naby-hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .58) 48%, rgba(255, 255, 255, .18) 100%);
  }

  .naby-hero-copy {
    justify-self: center;
    width: min(100%, 520px);
    margin-left: 0;
    padding: 0 8px;
  }

  .naby-hero h1 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .naby-hero-copy > p:last-of-type {
    font-size: 15px;
  }

  .naby-hero-actions .naby-button {
    flex: 1 1 150px;
  }

  .naby-benefits,
  .naby-confidence-band {
    grid-template-columns: 1fr;
  }

  .naby-section {
    padding: 38px 16px;
  }

  .naby-category-grid,
  .naby-brand-strip,
  .naby-product-grid,
  .woocommerce ul.products,
  .naby-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .naby-shop-page {
    padding: 18px 16px 38px;
  }

  .naby-shop-toolbar {
    display: grid;
    gap: 14px;
  }

  .naby-ordering {
    justify-content: space-between;
  }

  .naby-ordering select {
    min-width: 0;
    flex: 1;
  }

  .naby-shop-results .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .naby-category-card {
    grid-template-columns: 104px 1fr;
    align-items: center;
    padding: 0 14px 0 0;
    text-align: left;
  }

  .naby-category-art {
    min-height: 104px;
  }

  .naby-category-art img {
    min-height: 104px;
  }

  .naby-confidence-band {
    margin: 0 16px 36px;
  }
}

@media (max-width: 390px) {
  .naby-header-main {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 12px;
  }

  .naby-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .naby-logo img {
    width: min(142px, 43vw);
  }

  .naby-actions {
    gap: 8px;
  }

  .naby-actions a {
    min-width: 28px;
  }

  .naby-actions a:nth-child(2) {
    display: none;
  }
}

/* Shop catalog module */
.naby-primary-nav .naby-nav-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 16px 0 17px;
  font-size: 15px;
  font-weight: 700;
}

.naby-menu-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: currentColor;
  flex: 0 0 auto;
}

.naby-menu-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.9;
}

.naby-menu-icon.inicio { color: #BFE0D8; }
.naby-menu-icon.nina { color: #F7C1C7; }
.naby-menu-icon.nino { color: #AFCFEF; }
.naby-menu-icon.bebe { color: #F7C1C7; }
.naby-menu-icon.marcas { color: #FFD166; }
.naby-menu-icon.novedades { color: #D5C8E8; }
.naby-menu-icon.outlet { color: #F7C1C7; }
.naby-menu-icon.cuenta { color: #AFCFEF; }
.naby-menu-icon.favoritos { color: #F7C1C7; }
.naby-menu-icon.carrito { color: #A889C9; }
.naby-menu-icon.buscar { color: #fff; }
.naby-menu-icon.envios { color: #AFCFEF; }
.naby-menu-icon.cambios { color: #BFE0D8; }
.naby-menu-icon.pago { color: #D5C8E8; }
.naby-menu-icon.atencion { color: #FFD166; }

.naby-shop-page {
  max-width: 1320px;
  padding: 40px 24px 80px;
}

.naby-shop-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 40px;
}

.naby-shop-filters {
  top: 176px;
  width: 280px;
  padding: 28px;
  border: 1px solid #F0EAF7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(85, 87, 104, .08);
}

.naby-filter-form {
  gap: 24px;
}

.naby-filter-group {
  gap: 14px;
  padding: 0 0 22px;
  border-bottom-color: #F0EAF7;
}

.naby-shop-filters h2,
.naby-shop-filters h3 {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #1F2340;
  font-size: 18px;
  font-weight: 700;
}

.naby-shop-filters h2::after,
.naby-shop-filters h3::after {
  content: "★";
  color: #F77E95;
  font-size: 16px;
  line-height: 1;
}

.naby-shop-filters h3::after {
  color: #BFE0D8;
}

.naby-filter-group ul,
.naby-check-list {
  gap: 12px;
}

.naby-filter-categories a,
.naby-filter-categories label {
  border-radius: 999px;
  padding: 10px 14px;
  color: #555768;
  font-size: 15px;
}

.naby-filter-categories a span:last-child,
.naby-filter-categories label span:last-child {
  color: #A889C9;
}

.naby-filter-categories a:hover,
.naby-filter-categories a.is-active,
.naby-filter-categories label:hover,
.naby-filter-categories label.is-active {
  background: #EFE7FA;
  color: #7C5BA6;
  font-weight: 600;
}

.naby-check-list label {
  gap: 10px;
  color: #555768;
  font-size: 15px;
}

.naby-shop-toolbar {
  align-items: center;
  margin-bottom: 28px;
}

.naby-shop-toolbar h1 {
  color: #1F2340;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
}

.naby-ordering {
  font-size: 15px;
}

.naby-ordering select {
  min-height: 52px;
  border-color: #F0EAF7;
  border-radius: 14px;
  color: #555768;
}

.woocommerce .naby-shop-results ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  justify-content: stretch;
  align-items: stretch;
}

.woocommerce .naby-shop-results ul.products li.product.naby-product-card {
  float: none !important;
  width: 100% !important;
  height: auto;
  min-height: 430px;
  margin: 0 !important;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #F2EEF8;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(85, 87, 104, .08);
  align-self: start;
}

.woocommerce .naby-shop-results ul.products li.product.naby-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(85, 87, 104, .1);
}

.woocommerce .naby-shop-results ul.products li.product .naby-product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  background: #FAF8F4;
  padding: 0;
}

.woocommerce .naby-shop-results ul.products li.product .naby-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transform: none;
}

.naby-shop-results .naby-product-body {
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  align-content: start;
  gap: 8px;
  padding: 16px;
}

.naby-shop-results .woocommerce-loop-product__title {
  min-height: 42px;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #1F2340;
}

.naby-shop-results .woocommerce-loop-product__title a {
  color: inherit;
}

.naby-shop-results .naby-product-brand {
  margin: 0;
  color: #777A8F;
  font-size: 13px;
}

.naby-shop-results .price {
  margin: 0;
  color: #1F2340;
  font-size: 18px;
  font-weight: 800;
}

.naby-shop-results .naby-rating {
  margin-top: 0;
  font-size: 11px;
}

.naby-shop-results .naby-rating-front {
  color: #FFC247;
}

.naby-shop-results .button {
  align-self: end;
  min-height: 42px;
  border-radius: 8px;
  background: #F77E95;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .naby-shop-layout {
    grid-template-columns: 1fr;
  }

  .naby-shop-filters {
    position: static;
    width: 100%;
  }

  .naby-shop-results .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .naby-menu-icon,
  .naby-menu-icon svg {
    width: 20px;
    height: 20px;
  }

  .naby-primary-nav .naby-nav-link {
    justify-content: flex-start;
    padding: 12px 16px;
  }

  .naby-shop-page {
    padding: 24px 16px 48px;
  }

  .naby-shop-layout {
    gap: 24px;
  }

  .naby-shop-filters {
    padding: 20px;
    border-radius: 18px;
  }

  .naby-shop-results .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .woocommerce .naby-shop-results ul.products li.product.naby-product-card {
    min-height: 0;
  }

  .woocommerce .naby-shop-results ul.products li.product .naby-product-image {
    aspect-ratio: 1 / 1;
    padding: 0;
  }

  .naby-shop-results .naby-product-body {
    gap: 6px;
    padding: 12px;
  }

  .naby-shop-results .woocommerce-loop-product__title {
    min-height: 38px;
    font-size: 14px;
  }

  .naby-shop-results .price {
    font-size: 15px;
  }

  .naby-shop-results .button {
    min-height: 42px;
    font-size: 13px;
  }
}

/* Single product module */
.naby-single-product {
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px clamp(24px, 4vw, 68px) 72px;
}

.naby-single-breadcrumbs {
  margin-bottom: 26px;
}

.naby-single-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(340px, .78fr) 370px;
  gap: 48px;
  align-items: start;
}

.naby-single-gallery {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.naby-single-thumbs {
  display: grid;
  gap: 20px;
}

.naby-single-thumb {
  display: grid;
  place-items: center;
  width: 94px;
  height: 112px;
  overflow: hidden;
  border: 1px solid #F2EEF8;
  border-radius: 8px;
  background: #FAF8F4;
}

.naby-single-thumb.is-active {
  border-color: #A889C9;
  box-shadow: 0 8px 22px rgba(168, 137, 201, .16);
}

.naby-single-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.naby-single-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #F0EAF7;
  border-radius: 12px;
  background: #fff;
}

.naby-single-image img {
  width: 100%;
  height: 100%;
  max-height: 590px;
  object-fit: contain;
  padding: 34px;
}

.naby-single-discount {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 70px;
  height: 44px;
  border-radius: 999px;
  background: #FF5D86;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.naby-product-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  border-radius: 999px;
  background: #fff;
  color: #1F2340;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 22px;
}

.naby-product-badge-inline {
  position: static;
  display: inline-flex;
  background: #FFE1EA;
  color: #FF5D86;
}

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

.naby-single-stock-inline {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #E4F7F1;
  color: #42B88D;
  font-size: 13px;
  font-weight: 800;
}

.naby-single-stock-inline svg {
  width: 16px;
  height: 16px;
}

.naby-single-zoom {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  color: #1F2340;
  box-shadow: 0 10px 26px rgba(85, 87, 104, .1);
  cursor: pointer;
}

.naby-lightbox-open {
  overflow: hidden;
}

.naby-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 64px 84px;
  background: rgba(20, 23, 43, .72);
  backdrop-filter: blur(6px);
}

.naby-lightbox.is-open {
  display: grid;
}

.naby-lightbox-image {
  max-width: min(92vw, 980px);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.naby-lightbox-close,
.naby-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1F2340;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  cursor: pointer;
}

.naby-lightbox-close {
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  font-size: 34px;
  line-height: 1;
}

.naby-lightbox-nav {
  top: 50%;
  width: 56px;
  height: 56px;
  font-size: 42px;
  transform: translateY(-50%);
}

.naby-lightbox-nav.is-prev {
  left: 28px;
}

.naby-lightbox-nav.is-next {
  right: 28px;
}

.naby-single-summary {
  padding-top: 4px;
}

.naby-single-summary h1 {
  margin: 0 0 8px;
  color: #1F2340;
  font-size: clamp(38px, 4.4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
}

.naby-single-brand {
  margin: 0 0 14px;
  color: #9C70D6;
  font-size: 18px;
  font-weight: 800;
}

.naby-single-rating {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  color: #FFB526;
  font-size: 16px;
}

.naby-single-rating span {
  display: inline-grid;
  place-items: center;
}

.naby-single-rating svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.naby-single-rating i {
  width: 1px;
  height: 22px;
  background: #E7E2F0;
}

.naby-single-rating small {
  color: #777A8F;
  font-size: 14px;
}

.naby-single-price {
  margin-bottom: 10px;
  color: #1F2340;
  font-size: 42px;
  font-weight: 800;
}

.naby-single-price del {
  color: #777A8F;
  font-size: 28px;
  opacity: 1;
}

.naby-single-price ins {
  color: #FF5D86;
  text-decoration: none;
}

.naby-single-savings {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #FFE1EA;
  color: #FF5D86;
  font-size: 14px;
  font-weight: 800;
}

.naby-single-savings svg {
  width: 17px;
  height: 17px;
}

.naby-single-description {
  max-width: 430px;
  color: #555768;
  font-size: 16px;
  line-height: 1.58;
}

.naby-single-stock {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 28px;
  color: #73CDB7;
  font-weight: 700;
}

.naby-single-stock svg {
  width: 20px;
  height: 20px;
}

.naby-single-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 430px;
  margin-top: 26px;
}

.naby-single-promises span {
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
  color: #1F2340;
  font-size: 13px;
}

.naby-single-promises svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 8px;
  background: transparent;
  color: #A889C9;
}

.naby-single-alert {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 430px;
  margin: 28px 0 0;
  padding: 14px 18px;
  border-radius: 12px;
  background: #F4ECFF;
  color: #8C61C7;
  font-size: 14px;
  font-weight: 700;
}

.naby-single-alert svg {
  width: 20px;
  height: 20px;
}

.naby-single-feature-strip {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border: 1px solid #F0EAF7;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.naby-single-feature-strip article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 12px 14px;
  border-right: 1px solid #F0EAF7;
}

.naby-single-feature-strip article:last-child {
  border-right: 0;
}

.naby-single-feature-strip svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 999px;
  background: #FFE1EA;
  color: #FF5D86;
}

.naby-single-feature-strip article:nth-child(2) svg {
  background: #F4ECFF;
  color: #9C70D6;
}

.naby-single-feature-strip article:nth-child(3) svg {
  background: #E4F7F1;
  color: #42B88D;
}

.naby-single-feature-strip strong {
  color: #1F2340;
  font-size: 12px;
}

.naby-single-feature-strip small {
  color: #777A8F;
  font-size: 11px;
  line-height: 1.3;
}

.naby-single-promises span:nth-child(2) svg {
  background: rgba(191, 224, 216, .54);
  color: #73CDB7;
}

.naby-single-promises span:nth-child(3) svg {
  background: rgba(247, 193, 199, .42);
  color: #F77E95;
}

.naby-single-purchase {
  border: 1px solid #F0EAF7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(85, 87, 104, .08);
  padding: 30px;
}

.naby-single-purchase form.cart {
  display: grid;
  gap: 18px;
}

.naby-single-purchase form.variations_form table.variations {
  display: none;
}

.naby-single-purchase .woocommerce-variation-availability .stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: #E4F7F1;
  color: #42B88D;
  font-size: 14px;
  font-weight: 800;
}

.naby-single-purchase .woocommerce-variation-availability .stock::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #42B88D;
  color: #fff;
  font-size: 12px;
}

.naby-single-purchase .woocommerce-variation-availability .out-of-stock {
  background: #F7F7FA;
  color: #B9BBC8;
}

.naby-single-purchase .woocommerce-variation-availability .out-of-stock::before {
  content: "×";
  background: #B9BBC8;
}

.naby-single-purchase .naby-product-choice {
  max-width: none;
}

.naby-size-choice-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.naby-size-choice-head a {
  color: #9C70D6;
  font-size: 13px;
  font-weight: 700;
}

.naby-single-purchase .naby-product-choice label,
.naby-single-purchase .naby-size-choice-label,
.naby-single-purchase form.cart::before {
  color: #1F2340;
  font-size: 15px;
  font-weight: 800;
}

.naby-single-purchase .naby-size-choice-label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.naby-single-purchase .naby-size-choice-label svg {
  width: 18px;
  height: 18px;
  color: #9C70D6;
}

.naby-single-purchase .naby-product-choice select {
  min-height: 58px;
  border-color: #F0EAF7;
  border-radius: 12px;
  color: #1F2340;
}

.naby-single-purchase .naby-size-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.naby-single-purchase .naby-size-button {
  min-height: 58px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 15px;
}

.naby-single-purchase .naby-size-button.is-selected {
  border-color: #9C70D6;
  background: #FBF8FF;
  box-shadow: inset 0 0 0 1px #9C70D6;
}

.naby-single-purchase .naby-size-button.is-disabled,
.naby-single-purchase .naby-size-button:disabled {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.naby-single-purchase .naby-size-button.is-disabled::after,
.naby-single-purchase .naby-size-button:disabled::after {
  content: "";
  position: absolute;
  inset: auto -12px 8px auto;
  width: 92px;
  height: 1px;
  background: #DADAE5;
  transform: rotate(-35deg);
}

.naby-single-purchase .quantity {
  display: grid;
  gap: 9px;
}

.naby-single-purchase .quantity::before {
  content: "Cantidad";
  color: #1F2340;
  font-size: 15px;
  font-weight: 800;
}

.naby-single-purchase .quantity .qty {
  width: 100%;
  min-height: 54px;
  border-color: #F0EAF7;
  border-radius: 12px;
  color: #1F2340;
}

.naby-qty-stepper {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #F0EAF7;
  border-radius: 10px;
  background: #fff;
}

.naby-qty-stepper button {
  border: 0;
  background: #fff;
  color: #1F2340;
  font: inherit;
  font-size: 22px;
  cursor: pointer;
}

.naby-qty-stepper .qty {
  border: 0;
  border-left: 1px solid #F0EAF7;
  border-right: 1px solid #F0EAF7;
  border-radius: 0;
  text-align: center;
}

.naby-single-purchase .single_add_to_cart_button {
  width: 100%;
  min-height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8E55D4, #A869D8);
  font-size: 16px;
}

.naby-single-wishlist {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  border: 1px solid #D5C8E8;
  border-radius: 14px;
  color: #A889C9;
  font-weight: 800;
}

.naby-single-shipping-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  border-radius: 18px;
  background: #FFE9EF;
  color: #1F2340;
}

.naby-single-shipping-card svg {
  width: 48px;
  height: 48px;
  color: #9C70D6;
}

.naby-single-shipping-card strong,
.naby-single-shipping-card small {
  display: block;
}

.naby-single-shipping-card strong {
  font-size: 16px;
  margin-bottom: 4px;
}

.naby-single-shipping-card small {
  color: #777A8F;
  font-size: 14px;
}

.naby-single-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  border: 1px solid #F0EAF7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(85, 87, 104, .06);
  overflow: hidden;
}

.naby-single-meta article {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 22px 28px;
  border-right: 1px dashed #D5C8E8;
}

.naby-single-meta article:last-child {
  border-right: 0;
}

.naby-single-meta article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(213, 200, 232, .44);
  color: #A889C9;
  flex: 0 0 auto;
}

.naby-single-meta article:nth-child(2) > span {
  background: rgba(255, 209, 102, .28);
  color: #E7A900;
}

.naby-single-meta article:nth-child(3) > span {
  background: rgba(191, 224, 216, .54);
  color: #73CDB7;
}

.naby-single-meta article:nth-child(4) > span {
  background: rgba(247, 193, 199, .42);
  color: #F77E95;
}

.naby-single-meta strong,
.naby-single-meta small {
  display: block;
}

.naby-single-meta strong {
  color: #1F2340;
  font-size: 14px;
}

.naby-single-meta small {
  margin-top: 6px;
  color: #777A8F;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .naby-single-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .naby-single-gallery {
    grid-column: 1 / -1;
  }

  .naby-single-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .naby-single-product {
    padding: 22px 16px 48px;
  }

  .naby-single-layout,
  .naby-single-gallery {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .naby-single-thumbs {
    display: flex;
    overflow-x: auto;
  }

  .naby-single-image {
    min-height: 340px;
  }

  .naby-single-image img {
    max-height: 340px;
    padding: 22px;
  }

  .naby-single-promises,
  .naby-single-meta {
    grid-template-columns: 1fr;
  }

  .naby-single-meta article {
    border-right: 0;
    border-bottom: 1px dashed #D5C8E8;
  }
}

/* Checkout NABY */
.woocommerce-checkout .naby-page {
  max-width: 1320px;
  padding: 34px 24px 72px;
}

.woocommerce-checkout .naby-page > article > h1 {
  display: none;
}

.woocommerce-checkout .woocommerce {
  color: #1F2340;
}

.naby-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
  margin: 12px auto 56px;
  max-width: 1020px;
}

.naby-checkout-step {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}

.naby-checkout-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% - 94px);
  right: -22px;
  top: 50%;
  border-top: 3px dashed #F7C1C7;
  opacity: .8;
}

.naby-checkout-step:nth-child(1)::after {
  border-color: #D5C8E8;
}

.naby-checkout-step > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #F4F2FA;
  color: #7C5BA6;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(85, 87, 104, .08);
  flex: 0 0 auto;
}

.naby-checkout-step.is-active > span {
  background: linear-gradient(135deg, #A889C9, #8D5BC7);
  color: #FFFFFF;
}

.naby-checkout-step strong,
.naby-checkout-step small {
  display: block;
}

.naby-checkout-step strong {
  color: #1F2340;
  font-size: 15px;
  font-weight: 800;
}

.naby-checkout-step small {
  margin-top: 4px;
  color: #555768;
  font-size: 13px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  position: relative;
  margin: 0 0 28px;
  border: 1px solid rgba(247, 126, 149, .26);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(247, 193, 199, .22), rgba(255, 255, 255, .9));
  color: #1F2340;
  font-weight: 600;
  box-shadow: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #F77E95;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  color: #7C5BA6;
  font-weight: 700;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  border: 1px solid #F0EAF7;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(85, 87, 104, .08);
}

.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 32px;
  grid-column: 1;
  grid-row: 1;
  padding: 32px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::before,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::after,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper::before,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper::after {
  display: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_province_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
  grid-column: 1 / -1;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details textarea,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details .select2-container {
  display: block;
  width: 100% !important;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 24px;
  color: #1F2340;
  font-size: 20px;
  font-weight: 800;
}

.woocommerce-checkout #customer_details h3::after {
  content: "★";
  color: #F77E95;
  font-size: 19px;
}

.woocommerce-checkout #customer_details .col-2 h3::after {
  color: #73CDB7;
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  align-self: start;
  margin: 0;
  padding: 30px 30px 0;
  border: 1px solid #F0EAF7;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(85, 87, 104, .08);
}

.woocommerce-checkout #order_review_heading::before {
  content: "";
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: rgba(213, 200, 232, .5);
}

.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin-top: 0;
  padding: 92px 24px 24px;
  border-top: 1px solid #F0EAF7;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(85, 87, 104, .10);
}

.woocommerce-checkout form .form-row {
  margin: 0 0 18px;
  padding: 0;
}

.woocommerce-checkout form .form-row label {
  margin: 0 0 8px;
  color: #1F2340;
  font-size: 13px;
  font-weight: 700;
}

.woocommerce-checkout form .form-row .required {
  color: #F77E95;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 54px;
  border: 1px solid #E8E1F2;
  border-radius: 10px;
  background: #FFFFFF;
  color: #1F2340;
  font-family: inherit;
  font-size: 14px;
  box-shadow: none;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
  padding: 14px 16px;
}

.woocommerce-checkout form .form-row textarea {
  min-height: 196px;
  resize: vertical;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  color: #1F2340;
  line-height: 52px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 12px;
}

.woocommerce-checkout #ship-to-different-address {
  margin-top: 12px;
  font-size: 15px;
}

.woocommerce-checkout table.shop_table {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-checkout table.shop_table th {
  background: transparent;
  color: #1F2340;
  font-size: 13px;
  font-weight: 800;
}

.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
  border-color: #F0EAF7;
  padding: 16px 0;
}

.woocommerce-checkout table.shop_table .product-name {
  color: #1F2340;
  font-weight: 700;
}

.woocommerce-checkout table.shop_table .product-total,
.woocommerce-checkout table.shop_table tfoot td {
  text-align: right;
  color: #1F2340;
  font-weight: 800;
}

.woocommerce-checkout table.shop_table tfoot tr:last-child {
  background: linear-gradient(90deg, rgba(247, 193, 199, .18), rgba(255, 255, 255, .92));
}

.woocommerce-checkout table.shop_table tfoot tr:last-child th,
.woocommerce-checkout table.shop_table tfoot tr:last-child td {
  padding: 22px 0;
  color: #F77E95;
  font-size: 22px;
}

.woocommerce-checkout #payment {
  margin-top: 18px;
  border-radius: 18px;
  background: #FAF8FD;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
  padding: 18px 0;
}

.woocommerce-checkout #payment div.payment_box {
  background: #FFFFFF;
  color: #555768;
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #F77E95, #A889C9);
  font-size: 16px;
  font-weight: 800;
}

.naby-checkout-trust {
  display: grid;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid #F0EAF7;
}

.naby-checkout-trust article,
.naby-checkout-benefits article {
  display: flex;
  gap: 14px;
  align-items: center;
}

.naby-checkout-trust .naby-menu-icon,
.naby-checkout-benefits .naby-menu-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(213, 200, 232, .45);
  flex: 0 0 auto;
}

.naby-checkout-trust strong,
.naby-checkout-trust small,
.naby-checkout-benefits strong,
.naby-checkout-benefits small {
  display: block;
}

.naby-checkout-trust strong,
.naby-checkout-benefits strong {
  color: #1F2340;
  font-size: 14px;
  font-weight: 800;
}

.naby-checkout-trust small,
.naby-checkout-benefits small {
  margin-top: 4px;
  color: #555768;
  font-size: 13px;
}

.naby-checkout-thanks {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 28px;
  padding: 26px 70px;
  border: 1px solid #F0EAF7;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(85, 87, 104, .06);
}

.naby-checkout-thanks img {
  width: 240px;
  height: 170px;
  object-fit: contain;
}

.naby-checkout-thanks h2 {
  margin: 0 0 16px;
  color: #1F2340;
  font-size: 24px;
}

.naby-checkout-thanks h2 span {
  color: #A889C9;
}

.naby-checkout-thanks p {
  max-width: 430px;
  margin: 0;
  color: #555768;
  font-size: 17px;
  line-height: 1.7;
}

.naby-checkout-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
  padding: 24px 32px;
  border: 1px solid #F0EAF7;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(213, 200, 232, .12), rgba(255, 255, 255, .9), rgba(247, 193, 199, .12));
}

@media (max-width: 1024px) {
  .naby-checkout-steps {
    gap: 18px;
    margin-bottom: 34px;
  }

  .naby-checkout-step:not(:last-child)::after {
    display: none;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }

  .woocommerce-checkout #customer_details {
    grid-template-columns: 1fr;
    grid-row: auto;
  }

  .naby-checkout-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .woocommerce-checkout .naby-page {
    padding: 24px 14px 52px;
  }

  .naby-checkout-steps {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    padding: 22px 18px;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 24px 18px 0;
  }

  .woocommerce-checkout #order_review {
    padding-top: 74px;
  }

  .naby-checkout-thanks {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 20px;
    text-align: center;
  }

  .naby-checkout-benefits {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 22px 20px;
  }
}

@media (max-width: 1100px) {
  .naby-about-page {
    padding-inline: 24px;
  }

  .naby-about-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .naby-about-copy > p {
    max-width: none;
  }

  .naby-about-visual {
    min-height: 420px;
  }

  .naby-about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .naby-about-values article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .naby-about-page {
    padding: 38px 16px 0;
  }

  .naby-about-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .naby-about-copy > p {
    font-size: 15px;
  }

  .naby-about-pillars {
    grid-template-columns: 1fr;
  }

  .naby-about-cta {
    width: 100%;
  }

  .naby-about-visual {
    min-height: 360px;
  }

  .naby-about-blob {
    inset: 34px 0 28px;
  }

  .naby-about-bear {
    width: 40%;
  }

  .naby-about-backpack {
    left: 31%;
    width: 35%;
  }

  .naby-about-shoes {
    left: 40%;
    width: 40%;
  }

  .naby-about-toys {
    width: 32%;
  }

  .naby-about-values {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px;
  }

  .naby-about-values article,
  .naby-about-values article:nth-child(2) {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 200, 232, .62);
  }

  .naby-about-values article:first-child {
    padding-top: 0;
  }

  .naby-about-values article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* Shop redesign */
.naby-shop-page {
  max-width: 1510px;
  padding: 34px clamp(22px, 5vw, 88px) 82px;
}

.naby-breadcrumbs {
  margin-bottom: 28px;
  color: #8A89A0;
  font-size: 15px;
}

.naby-breadcrumbs a {
  color: #F76791;
  font-weight: 700;
}

.naby-shop-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.naby-shop-filters {
  position: sticky;
  top: 190px;
  width: 100%;
  padding: 28px 22px;
  border: 1px solid #EEE6F6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 40px rgba(85, 87, 104, .07);
}

.naby-filter-form {
  display: grid;
  gap: 22px;
}

.naby-filter-group {
  display: grid;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid #EFE8F7;
}

.naby-filter-group:last-of-type {
  border-bottom: 0;
}

.naby-shop-filters h2,
.naby-shop-filters h3 {
  margin: 0;
  color: #202342;
  font-size: 19px;
  font-weight: 800;
}

.naby-filter-categories a,
.naby-filter-categories label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #202342;
  font-size: 15px;
  cursor: pointer;
}

.naby-filter-categories input {
  margin-right: 9px;
  accent-color: #A889C9;
}

.naby-filter-categories label span:first-of-type {
  flex: 1;
}

.naby-filter-categories a:hover,
.naby-filter-categories a.is-active,
.naby-filter-categories label:hover,
.naby-filter-categories label.is-active {
  background: linear-gradient(90deg, rgba(168, 137, 201, .22), rgba(213, 200, 232, .28));
  color: #7E58A8;
  font-weight: 800;
}

.naby-check-list {
  display: grid;
  gap: 10px;
}

.naby-check-list label {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #29304F;
  font-size: 14px;
}

.naby-check-list input {
  accent-color: var(--naby-purple);
}

.naby-shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}

.naby-shop-toolbar h1 {
  margin: 0 0 4px;
  color: #202342;
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1;
  font-weight: 800;
}

.naby-result-count {
  margin: 0;
  color: #29304F;
  font-size: 15px;
}

.naby-ordering {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #29304F;
  font-size: 15px;
}

.naby-ordering select {
  min-width: 220px;
  min-height: 48px;
  padding: 0 48px 0 18px;
  border: 1px solid #E7DBF2;
  border-radius: 8px;
  background-color: #fff;
  color: #29304F;
  font-weight: 700;
}

.woocommerce .naby-shop-results ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce .naby-shop-results ul.products li.product.naby-product-card {
  float: none !important;
  width: 100% !important;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #EEE6F6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(85, 87, 104, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce .naby-shop-results ul.products li.product.naby-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(85, 87, 104, .12);
}

.woocommerce .naby-shop-results ul.products li.product .naby-product-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .82), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, .58), transparent 34%),
    linear-gradient(145deg, var(--product-wash), var(--product-soft));
}

.woocommerce .naby-shop-results ul.products li.product .naby-product-image img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  margin: 0;
  filter: drop-shadow(0 18px 16px rgba(85, 87, 104, .14));
  transition: transform .25s ease;
}

.woocommerce .naby-shop-results ul.products li.product:hover .naby-product-image img {
  transform: scale(1.04);
}

.naby-product-discount {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  min-width: 62px;
  height: 36px;
  border-radius: 999px;
  background: var(--product-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.naby-product-new {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  min-width: 62px;
  height: 36px;
  border-radius: 999px;
  background: #925ED8;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.woocommerce .naby-shop-results .naby-wishlist-button {
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, .92);
  color: #FF5D86;
  box-shadow: 0 10px 18px rgba(85, 87, 104, .1);
}

.woocommerce .naby-shop-results .naby-wishlist-button svg {
  width: 22px;
  height: 22px;
}

.naby-shop-results .naby-product-body {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 176px;
  padding: 16px 18px 18px;
}

.naby-product-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 10px;
  align-items: start;
}

.naby-shop-results .woocommerce-loop-product__title {
  min-height: 40px;
  margin: 0;
  color: #202342;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 800;
}

.naby-shop-results .woocommerce-loop-product__title a {
  color: inherit;
}

.naby-shop-results .naby-product-brand {
  min-height: 20px;
  margin: 0;
  color: #6E7187;
  font-size: 13px;
}

.naby-product-price {
  min-height: 32px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}

.woocommerce .naby-shop-results ul.products li.product .price,
.naby-product-price .price {
  margin: 0;
  color: #202342;
  font-size: 18px;
  font-weight: 800;
}

.woocommerce .naby-shop-results ul.products li.product .price ins,
.naby-product-price .price ins {
  color: var(--product-accent);
}

.naby-product-price del,
.woocommerce .naby-shop-results ul.products li.product .price del {
  color: #76798E;
  font-size: 14px;
  opacity: 1;
}

.naby-product-price ins {
  text-decoration: none;
}

.naby-product-savings {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--product-soft);
  color: var(--product-accent);
  font-size: 12px;
  font-weight: 800;
}

.naby-product-sizes {
  display: grid;
  grid-template-columns: auto repeat(5, minmax(34px, 1fr));
  gap: 7px;
  align-items: center;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid #E6E3EE;
  min-width: 0;
}

.naby-product-sizes-label {
  color: #29304F;
  font-size: 12px;
  font-weight: 800;
}

.naby-product-size {
  display: grid;
  place-items: center;
  min-height: 30px;
  padding: 0 6px;
  border: 1px solid #E4E4EF;
  border-radius: 8px;
  background: #fff;
  color: #5F6379;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.naby-product-size.is-selected {
  border-color: var(--product-accent);
  background: color-mix(in srgb, var(--product-soft) 55%, #fff);
  color: var(--product-accent);
}

.naby-product-size.is-disabled {
  position: relative;
  overflow: hidden;
  border-color: #ECECF3;
  background: #F7F7FA;
  color: #C5C8D4;
}

.naby-product-size.is-disabled::after {
  content: "";
  position: absolute;
  inset: auto -8px 7px auto;
  width: 62px;
  border-top: 1px solid #DDDDE8;
  transform: rotate(-35deg);
  transform-origin: center;
}

.woocommerce .naby-shop-results a.button.naby-product-cart-icon {
  display: grid;
  place-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--product-accent);
  box-shadow: none;
  line-height: 1;
}

.woocommerce .naby-shop-results a.button.naby-product-cart-icon:hover,
.woocommerce .naby-shop-results a.button.naby-product-cart-icon:focus {
  background: transparent;
  color: var(--product-accent);
  transform: translateY(-1px);
}

.woocommerce .naby-shop-results a.button.naby-product-cart-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.9;
}

.naby-shop-perks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  padding: 22px 26px;
  border: 1px solid #EEE6F6;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 32px rgba(85, 87, 104, .06);
}

.naby-shop-perks article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid #EFE8F7;
}

.naby-shop-perks article:last-child {
  border-right: 0;
}

.naby-shop-perks span {
  color: var(--perk-color, var(--naby-purple));
}

.naby-shop-perks svg {
  width: 36px;
  height: 36px;
  stroke-width: 1.7;
}

.naby-shop-perks strong {
  display: block;
  color: var(--perk-color, var(--naby-purple));
  font-size: 15px;
}

.naby-shop-perks small {
  color: #29304F;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .woocommerce .naby-shop-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .naby-shop-layout {
    gap: 30px;
  }

  .naby-shop-results .naby-product-body {
    padding: 20px;
  }

  .naby-shop-results .woocommerce-loop-product__title {
    font-size: 19px;
  }

  .woocommerce .naby-shop-results ul.products li.product .price,
  .naby-product-price .price {
    font-size: 25px;
  }

  .naby-product-sizes {
    gap: 8px;
  }
}

@media (max-width: 960px) {
  .naby-shop-layout {
    grid-template-columns: 1fr;
  }

  .naby-shop-filters {
    position: static;
  }

  .naby-shop-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
  }

  .naby-shop-perks article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .naby-lightbox {
    padding: 56px 18px;
  }

  .naby-lightbox-image {
    max-width: 100%;
    max-height: 76vh;
  }

  .naby-lightbox-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 30px;
  }

  .naby-lightbox-nav {
    width: 44px;
    height: 44px;
    font-size: 34px;
  }

  .naby-lightbox-nav.is-prev {
    left: 10px;
  }

  .naby-lightbox-nav.is-next {
    right: 10px;
  }

  .naby-shop-page {
    padding: 24px 14px 52px;
  }

  .naby-shop-toolbar {
    display: grid;
  }

  .naby-ordering {
    align-items: stretch;
  }

  .naby-ordering select {
    min-width: 0;
    width: 100%;
  }

  .woocommerce .naby-shop-results ul.products {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .woocommerce .naby-shop-results ul.products li.product .naby-product-image {
    aspect-ratio: 1.18 / 1;
  }

  .naby-shop-results .naby-product-body {
    grid-template-rows: none;
    gap: 10px;
    padding: 16px;
  }

  .naby-shop-results .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 18px;
  }

  .naby-shop-results .naby-product-brand {
    min-height: 0;
    font-size: 13px;
  }

  .woocommerce .naby-shop-results ul.products li.product .price,
  .naby-product-price .price {
    font-size: 22px;
  }

  .naby-product-savings {
    font-size: 13px;
  }

  .naby-product-sizes {
    grid-template-columns: auto repeat(5, minmax(38px, 1fr));
    gap: 7px;
    margin-top: 7px;
    padding-top: 14px;
  }

  .naby-product-size {
    min-height: 34px;
    padding: 0 6px;
    font-size: 13px;
  }

  .naby-product-discount,
  .naby-product-new {
    top: 14px;
    left: 14px;
    min-width: 60px;
    height: 36px;
    font-size: 15px;
  }

  .woocommerce .naby-shop-results .naby-wishlist-button {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .woocommerce .naby-shop-results a.button.naby-product-cart-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .woocommerce .naby-shop-results a.button.naby-product-cart-icon svg {
    width: 27px;
    height: 27px;
  }

  .naby-shop-perks {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .naby-shop-perks article,
  .naby-shop-perks article:nth-child(2) {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid #EFE8F7;
  }

  .naby-shop-perks article:first-child {
    padding-top: 0;
  }

  .naby-shop-perks article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* Cart redesign */
.woocommerce-cart .naby-page {
  max-width: 1440px;
  padding: clamp(44px, 5vw, 72px) clamp(18px, 5vw, 72px);
}

.woocommerce-cart .naby-page > article > h1 {
  margin: 0 0 12px;
  color: #202542;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1;
}

.naby-cart-page {
  color: #202542;
}

.naby-cart-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: #8d58d2;
  font-weight: 900;
  text-decoration: none;
}

.naby-cart-back span {
  font-size: 28px;
  line-height: 1;
}

.naby-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  gap: 26px;
  align-items: start;
}

.naby-cart-table,
.naby-cart-summary,
.naby-cart-perks {
  border: 1px solid #eee7f7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(34 38 66 / 7%);
}

.woocommerce-cart .naby-cart-form,
.woocommerce-cart .naby-cart-table {
  margin: 0;
}

.naby-cart-head {
  display: grid;
  grid-template-columns: minmax(330px, 1.45fr) minmax(110px, .72fr) minmax(92px, .5fr) minmax(150px, .72fr) minmax(120px, .7fr);
  align-items: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #faf3ff, #fff);
  color: #202542;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.naby-cart-head span:first-child {
  text-align: center;
}

.naby-cart-body {
  padding: 0 26px;
}

.naby-cart-row {
  display: grid;
  grid-template-columns: minmax(330px, 1.45fr) minmax(110px, .72fr) minmax(92px, .5fr) minmax(150px, .72fr) minmax(120px, .7fr);
  align-items: center;
  min-height: 170px;
  border-bottom: 1px solid #eee7f7;
  color: #202542;
}

.naby-cart-row:last-child {
  border-bottom: 0;
}

.naby-cart-product {
  display: grid;
  grid-template-columns: 34px 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
}

.naby-cart-remove {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #ff4f83;
}

.naby-cart-remove svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.naby-cart-thumb {
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border: 1px solid #eee7f7;
  border-radius: 14px;
  background: #fff;
}

.naby-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.naby-cart-product-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.naby-cart-product-copy strong {
  color: #202542;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.naby-cart-product-copy span,
.naby-cart-product-copy small {
  color: #747891;
  font-size: 14px;
  font-weight: 600;
}

.naby-cart-price,
.naby-cart-size,
.naby-cart-quantity,
.naby-cart-subtotal {
  text-align: center;
}

.naby-cart-price .amount,
.naby-cart-subtotal .amount {
  color: #202542;
  font-size: 17px;
  font-weight: 900;
}

.naby-cart-price del {
  display: block;
  color: #72758c;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.naby-cart-price ins {
  display: block;
  color: #ff4f83;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.naby-cart-price del .amount {
  color: inherit;
}

.naby-cart-price ins .amount {
  color: inherit;
}

.naby-cart-size strong {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  min-height: 38px;
  padding: 0 14px;
  border: 2px solid #ff6b98;
  border-radius: 8px;
  color: #ff4f83;
  font-size: 15px;
  font-weight: 900;
}

.naby-cart-row:nth-child(even) .naby-cart-size strong {
  border-color: #a36ae2;
  color: #8d58d2;
}

.naby-cart-size a {
  display: block;
  margin-top: 6px;
  color: #202542;
  font-size: 13px;
  font-weight: 800;
}

.naby-cart-quantity .quantity {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  width: 124px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e7dff2;
  border-radius: 8px;
  background: #fff;
}

.naby-cart-quantity .qty {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #202542;
  font-weight: 900;
  text-align: center;
  appearance: textfield;
}

.naby-cart-quantity .qty::-webkit-outer-spin-button,
.naby-cart-quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.naby-cart-qty-button {
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: #202542;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.naby-cart-quantity small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #35bf8a;
  font-size: 13px;
  font-weight: 800;
}

.naby-cart-quantity small::before {
  content: "✓";
}

.naby-cart-actions {
  padding: 22px 26px 26px;
}

.naby-cart-coupon {
  display: grid;
  grid-template-columns: auto auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px dashed #d9d1e5;
  border-radius: 14px;
}

.naby-cart-coupon svg {
  width: 28px;
  height: 28px;
  color: #ff5c8f;
}

.naby-cart-coupon label {
  color: #202542;
  font-size: 14px;
  font-weight: 800;
}

.naby-cart-coupon input.input-text {
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #e7dff2;
  border-radius: 10px;
  color: #202542;
  font: inherit;
}

.woocommerce-cart .naby-cart-coupon button.button,
.woocommerce-cart .naby-cart-update {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: #ff4f83;
  color: #fff;
  font-weight: 900;
}

.woocommerce-cart .naby-cart-update {
  display: none !important;
}

.naby-cart-stock-limit {
  display: none;
  max-width: 170px;
  margin: 8px auto 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff0f4;
  color: #ff4f83;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.naby-cart-stock-limit.is-visible {
  display: block;
}

.naby-cart-summary {
  padding: 28px;
}

.naby-cart-summary header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.naby-cart-summary header > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #ffeaf1;
  color: #ff5c8f;
}

.naby-cart-summary header svg {
  width: 28px;
  height: 28px;
}

.naby-cart-summary h2 {
  margin: 0;
  color: #202542;
  font-size: 24px;
}

.naby-cart-summary-lines {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.naby-cart-summary-lines > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #202542;
  font-size: 15px;
}

.naby-cart-summary-lines strong {
  color: #202542;
}

.naby-cart-summary-lines .is-discount {
  color: #37bd82;
}

.naby-cart-summary-lines em {
  color: #7b8098;
  font-size: 13px;
  font-style: normal;
  text-align: right;
}

.naby-cart-summary-lines small {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  border: 1px solid #9ea3b7;
  border-radius: 999px;
  color: #7b8098;
  font-size: 10px;
}

.naby-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 12px;
  background: #f8efff;
  color: #202542;
  font-size: 18px;
  font-weight: 900;
}

.naby-cart-total strong,
.naby-cart-total .amount {
  color: #8d58d2;
  font-size: 30px;
  font-weight: 900;
}

.woocommerce-cart .naby-cart-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-height: 58px;
  margin: 0 0 18px;
  border-radius: 10px;
  background: linear-gradient(90deg, #874fc8, #9d62dd);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
}

.naby-cart-checkout span {
  font-size: 28px;
  line-height: 1;
}

.naby-cart-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 24px;
  color: #202542;
  font-weight: 700;
}

.naby-cart-secure svg {
  width: 20px;
  height: 20px;
}

.naby-cart-payments > strong {
  display: block;
  margin-bottom: 10px;
  color: #202542;
}

.naby-cart-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.naby-cart-payments span {
  display: grid;
  place-items: center;
  min-width: 68px;
  height: 42px;
  padding: 8px;
  border-radius: 8px;
  background: #fafafa;
}

.naby-cart-payments img {
  max-width: 58px;
  max-height: 26px;
  object-fit: contain;
}

.naby-payment-text {
  color: #25b9d7;
  font-size: 20px;
  font-weight: 900;
  text-transform: lowercase;
}

.naby-cart-perks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  padding: 22px;
}

.naby-cart-perks article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 12px 26px;
  border-right: 1px solid #eee7f7;
}

.naby-cart-perks article:last-child {
  border-right: 0;
}

.naby-cart-perks svg {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  color: #ff5c8f;
}

.naby-cart-perks article:nth-child(2) svg { color: #9d62dd; }
.naby-cart-perks article:nth-child(3) svg { color: #42c692; }
.naby-cart-perks article:nth-child(4) svg { color: #5aa9f6; }

.naby-cart-perks strong {
  color: #202542;
  font-size: 15px;
  font-weight: 900;
}

.naby-cart-perks small {
  color: #4d5470;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .naby-cart-layout {
    grid-template-columns: 1fr;
  }

  .naby-cart-summary {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .naby-cart-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .naby-cart-perks article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .naby-cart-head {
    display: none;
  }

  .naby-cart-body {
    padding: 0 18px;
  }

  .naby-cart-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 0;
  }

  .naby-cart-product {
    grid-template-columns: 32px 104px minmax(0, 1fr);
    gap: 14px;
  }

  .naby-cart-thumb {
    width: 104px;
    height: 104px;
  }

  .naby-cart-price,
  .naby-cart-size,
  .naby-cart-quantity,
  .naby-cart-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: right;
  }

  .naby-cart-price::before,
  .naby-cart-size::before,
  .naby-cart-quantity::before,
  .naby-cart-subtotal::before {
    content: attr(data-title);
    color: #202542;
    font-weight: 900;
  }

  .naby-cart-quantity {
    align-items: flex-start;
  }

  .naby-cart-quantity .quantity {
    margin: 0;
  }

  .naby-cart-coupon {
    grid-template-columns: auto 1fr;
  }

  .naby-cart-coupon input,
  .naby-cart-coupon button {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .woocommerce-cart .naby-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .naby-cart-product {
    grid-template-columns: 28px 88px minmax(0, 1fr);
  }

  .naby-cart-thumb {
    width: 88px;
    height: 88px;
  }

  .naby-cart-summary {
    padding: 22px;
  }

  .naby-cart-total .amount {
    font-size: 24px;
  }

  .naby-cart-perks {
    grid-template-columns: 1fr;
  }

  .naby-cart-perks article,
  .naby-cart-perks article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #eee7f7;
  }

  .naby-cart-perks article:last-child {
    border-bottom: 0;
  }
}

/* Empty cart */
.naby-empty-cart {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto 34px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid #eee7f7;
  border-radius: 26px;
  background: linear-gradient(115deg, #fff7fb, #fff 52%, #f3fff9);
  box-shadow: 0 22px 56px rgb(34 38 66 / 8%);
}

.naby-empty-cart-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffeaf1, #fff);
  overflow: hidden;
}

.naby-empty-cart-art img {
  width: min(260px, 86%);
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgb(132 82 45 / 18%));
}

.naby-empty-cart-art span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #9b70df;
  color: #fff;
  box-shadow: 0 16px 28px rgb(155 112 223 / 24%);
}

.naby-empty-cart-art svg {
  width: 34px;
  height: 34px;
}

.naby-empty-cart-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 16px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffe4ee;
  color: #ff5c8f;
  font-weight: 900;
}

.naby-empty-cart h2 {
  max-width: 560px;
  margin: 0 0 14px;
  color: #202542;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.naby-empty-cart p {
  max-width: 590px;
  margin: 0 0 26px;
  color: #555b76;
  font-size: 18px;
  line-height: 1.6;
}

.naby-empty-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.naby-empty-cart-primary,
.naby-empty-cart-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.naby-empty-cart-primary {
  background: linear-gradient(90deg, #ff5c8f, #9b70df);
  color: #fff;
}

.naby-empty-cart-secondary {
  border: 1px solid #d5c8e8;
  background: #fff;
  color: #8d58d2;
}

.naby-empty-cart-primary svg,
.naby-empty-cart-secondary svg {
  width: 22px;
  height: 22px;
}

.naby-empty-cart-perks {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 820px) {
  .naby-empty-cart {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .naby-empty-cart p,
  .naby-empty-cart h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .naby-empty-cart-actions {
    justify-content: center;
  }
}

/* Empty shop result notice */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border-top: 0;
}

.woocommerce .woocommerce-info:not(.woocommerce-form-coupon-toggle .woocommerce-info),
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  position: relative;
  padding: 18px 58px 18px 58px;
  border: 1px solid #eee7f7;
  border-radius: 14px;
  background: #fff;
  color: #202542;
  box-shadow: 0 12px 28px rgb(34 38 66 / 6%);
}

.woocommerce .woocommerce-info:not(.woocommerce-form-coupon-toggle .woocommerce-info)::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before {
  top: 50%;
  left: 18px;
  margin-top: -12px;
  color: #ff5c8f;
}

/* Checkout cleanup */
.woocommerce-checkout .naby-page {
  max-width: 1360px;
  padding: clamp(36px, 4vw, 58px) clamp(18px, 5vw, 72px) 72px;
}

.woocommerce-checkout .naby-page > article > h1 {
  display: block;
  max-width: 1240px;
  margin: 0 auto 22px;
  color: #202542;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1;
}

.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  max-width: 1240px;
  margin: 0 auto;
  gap: 30px;
}

.woocommerce-checkout #customer_details {
  display: block;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  display: block;
  width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
  margin-top: 28px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  max-width: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_province_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
  grid-column: auto;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #billing_email_field {
  grid-column: 1 / -1;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
  display: none !important;
}

.woocommerce-checkout #customer_details h3 {
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0eaf7;
  font-size: 24px;
}

.woocommerce-checkout form .form-row label {
  color: #202542;
  font-weight: 900;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  border-radius: 12px;
  border-color: #e8e1f2;
}

.woocommerce-checkout #order_review_heading {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 24px 28px 18px;
  font-size: 24px;
}

.woocommerce-checkout #order_review_heading::before {
  content: "";
  width: 58px;
  height: 58px;
  background: #efe6fb;
}

.woocommerce-checkout #order_review {
  padding: 88px 28px 28px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 15px 0;
}

.woocommerce-checkout table.shop_table tfoot tr:last-child {
  display: table-row;
  background: linear-gradient(90deg, #fff0f5, #fff);
}

.woocommerce-checkout table.shop_table tfoot tr:last-child th,
.woocommerce-checkout table.shop_table tfoot tr:last-child td {
  padding: 22px 0;
  color: #ff6f98;
  font-size: 24px;
  font-weight: 900;
}

.woocommerce-checkout #payment {
  overflow: hidden;
  background: #faf6ff;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 18px;
  border-bottom: 1px solid #eee7f7;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 14px 0 0;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  color: #555b76;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.woocommerce-checkout #payment div.form-row {
  padding: 18px;
}

.woocommerce-checkout #payment #place_order {
  min-height: 58px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f4779a, #9b70df);
  color: #fff;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: #555b76;
  font-size: 14px;
  line-height: 1.55;
}

.naby-yape-payment {
  position: relative;
  max-width: 1120px;
  margin: 36px auto;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 4vw, 54px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 122, 163, .12), transparent 26%),
    radial-gradient(circle at 86% 16%, rgba(166, 120, 218, .14), transparent 24%),
    #fff;
  box-shadow: 0 24px 70px rgba(80, 64, 128, .1);
}

.naby-yape-heading {
  text-align: center;
}

.naby-yape-heading img {
  width: 132px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
}

.naby-yape-heading h2 {
  margin: 18px 0 8px;
  color: #252945;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1;
}

.naby-yape-heading h2 span,
.naby-yape-qr-card h3,
.naby-yape-qr-card > strong {
  color: #9B70DF;
}

.naby-yape-heading p {
  margin: 0;
  color: #6d7191;
  font-size: clamp(17px, 2.3vw, 24px);
}

.naby-yape-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 58px 0 34px;
}

.naby-yape-step {
  position: relative;
  min-height: 340px;
  padding: 54px 24px 30px;
  border: 1px solid #eee7f8;
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 40px rgba(83, 76, 110, .07);
  text-align: center;
}

.naby-yape-step > b {
  position: absolute;
  top: -24px;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #9270D3;
  box-shadow: 0 8px 18px rgba(146, 112, 211, .28);
  color: #fff;
  font-size: 28px;
  place-items: center;
  transform: translateX(-50%);
}

.naby-yape-phone {
  display: grid;
  width: 92px;
  height: 138px;
  margin: 0 auto 24px;
  border: 4px solid #A98ADC;
  border-radius: 15px;
  color: #9270D3;
  place-items: center;
}

.naby-yape-phone::before,
.naby-yape-phone::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: #D8C8F2;
  transform: translateX(-50%);
}

.naby-yape-phone::before {
  top: 54px;
  width: 34px;
  height: 8px;
}

.naby-yape-phone::after {
  top: 168px;
  width: 26px;
  height: 7px;
}

.naby-yape-phone img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.naby-yape-phone svg {
  width: 54px;
  height: 54px;
}

.naby-yape-phone path,
.naby-yape-phone circle,
.naby-yape-whatsapp svg path,
.naby-yape-whatsapp svg circle,
.naby-yape-number svg path,
.naby-yape-note svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.naby-yape-step h3 {
  margin: 0 0 14px;
  color: #202652;
  font-size: 23px;
  line-height: 1.18;
}

.naby-yape-step p {
  margin: 0;
  color: #4f5574;
  font-size: 17px;
  line-height: 1.55;
}

.naby-yape-qr-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #eee7f8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(83, 76, 110, .07);
  text-align: center;
}

.naby-yape-qr-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
}

.naby-yape-qr {
  display: block;
  width: min(360px, 78vw);
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

.naby-yape-separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  width: min(620px, 100%);
  margin: 28px auto 18px;
  color: #8C7BB8;
  font-weight: 800;
}

.naby-yape-separator::before,
.naby-yape-separator::after {
  content: "";
  height: 2px;
  background: #E6DFF1;
}

.naby-yape-qr-card > strong {
  display: block;
  margin-bottom: 18px;
  font-size: 22px;
}

.naby-yape-account-name {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #F4E8FF;
  color: #6A6682;
  font-size: 17px;
  font-weight: 800;
  align-items: center;
  gap: 8px;
}

.naby-yape-account-name span {
  color: #202652;
  font-size: 19px;
}

.naby-yape-number {
  display: inline-flex;
  max-width: 100%;
  min-height: 74px;
  padding: 12px 34px;
  border-radius: 14px;
  background: #F4EAFB;
  color: #27204E;
  align-items: center;
  gap: 24px;
}

.naby-yape-number svg {
  width: 38px;
  height: 38px;
  color: #8D65CF;
}

.naby-yape-number span {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  letter-spacing: .16em;
}

.naby-yape-whatsapp,
.naby-yape-note {
  display: flex;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #eee7f8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(83, 76, 110, .06);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.naby-yape-whatsapp > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.naby-yape-whatsapp > div > span {
  display: grid;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #F0E7FB;
  color: #9B70DF;
  flex: 0 0 auto;
  place-items: center;
}

.naby-yape-whatsapp > div > span svg {
  width: 40px;
  height: 40px;
}

.naby-yape-whatsapp h3,
.naby-yape-note strong {
  margin: 0;
  color: #202652;
  font-size: 24px;
  line-height: 1.2;
}

.naby-yape-whatsapp p,
.naby-yape-note span {
  display: block;
  margin: 6px 0 0;
  color: #737798;
  font-size: 17px;
  line-height: 1.4;
}

.naby-yape-whatsapp-button,
.woocommerce a.naby-yape-whatsapp-button {
  display: inline-flex;
  min-height: 68px;
  padding: 0 34px;
  border-radius: 16px;
  background: #4CD77A;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.naby-yape-whatsapp-button svg {
  width: 34px;
  height: 34px;
}

.naby-yape-note {
  background: #FBF5FF;
}

.naby-yape-note > svg {
  width: 42px;
  height: 42px;
  color: #B68BE8;
  flex: 0 0 auto;
}

.naby-yape-note > div {
  flex: 1;
}

.naby-yape-note i {
  color: #FB79A4;
  font-size: 30px;
  font-style: normal;
}

.naby-whatsapp-payment svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -4px;
}

@media (max-width: 980px) {
  .naby-yape-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .naby-yape-payment {
    margin: 24px auto;
    border-radius: 18px;
  }

  .naby-yape-steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .naby-yape-step {
    min-height: auto;
  }

  .naby-yape-whatsapp,
  .naby-yape-whatsapp > div,
  .naby-yape-note {
    align-items: flex-start;
  }

  .naby-yape-whatsapp,
  .naby-yape-note {
    flex-direction: column;
  }

  .naby-yape-whatsapp-button,
  .woocommerce a.naby-yape-whatsapp-button {
    width: 100%;
    padding: 0 18px;
    font-size: 19px;
  }

  .naby-yape-number {
    width: 100%;
    padding: 12px 16px;
    justify-content: center;
    gap: 14px;
  }

  .naby-yape-number span {
    letter-spacing: .08em;
  }
}

@media (max-width: 1024px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_province_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
  grid-column: 1;
}

  .woocommerce-checkout #order_review {
    padding: 84px 20px 22px;
  }
}

/* My account redesign */
.woocommerce-account .naby-page {
  max-width: 1440px;
  padding: clamp(34px, 4vw, 58px) clamp(18px, 5vw, 72px) 80px;
}

.woocommerce-account .naby-page > article {
  max-width: 1240px;
  margin: 0 auto;
}

.woocommerce-account .naby-page > article > h1 {
  max-width: 1240px;
  margin: 0 auto 28px;
  color: #202542;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1;
}

.woocommerce-account .woocommerce:not(:has(.woocommerce-form-login)):not(:has(.woocommerce-form-register)) {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.logged-in.woocommerce-account .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 44px) !important;
  align-items: start !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation),
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
  min-width: 0;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid !important;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 44px) !important;
  align-items: start !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: auto !important;
  position: sticky;
  top: 22px;
  padding: 18px;
  border: 1px solid #eadff5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(67, 52, 92, .08);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  border-radius: 8px;
  padding: 12px 14px 12px 52px;
  color: #202542;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  position: absolute;
  left: 17px;
  width: 22px;
  color: #202542;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "⌘";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
  content: "▢";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "⌖";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "♙";
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "↪";
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #fff0f5;
  color: #ff5c8f;
  transform: translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before {
  color: #ff5c8f;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100%;
  min-height: 360px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #eadff5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(67, 52, 92, .08);
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  max-width: none;
  margin: 0 0 18px;
  color: #555b76;
  font-size: 17px;
  line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child:not(:only-child) {
  font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child:only-child,
.woocommerce-account .woocommerce-MyAccount-content > p:nth-child(2) {
  position: relative;
  padding-left: 76px;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child:only-child::before,
.woocommerce-account .woocommerce-MyAccount-content > p:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fff0f5;
}

.woocommerce-account .woocommerce-MyAccount-content .naby-address-overview > p::before,
.woocommerce-account .woocommerce-MyAccount-content .naby-address-overview p::before {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #ff5c8f;
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-EditAccountForm legend {
  margin: 0 0 18px;
  color: #202542;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-MyAccount-content form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  display: contents;
}

.woocommerce-account .woocommerce-EditAccountForm legend {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid #eee7f7;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row-wide,
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-MyAccount-content label {
  display: block;
  margin-bottom: 8px;
  color: #202542;
  font-size: 14px;
  font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  width: 100%;
  min-height: 58px;
  border: 1px solid #e7def2;
  border-radius: 12px;
  padding: 14px 16px;
  color: #202542;
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-selection__rendered {
  line-height: 58px;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-selection__arrow {
  height: 58px;
}

.woocommerce-account .woocommerce-MyAccount-content em,
.woocommerce-account .woocommerce-MyAccount-content span em {
  display: block;
  margin-top: 8px;
  color: #7a7f9d;
  font-size: 13px;
  font-style: normal;
}

.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce form.login button.button,
.woocommerce-account .woocommerce form.register button.button {
  min-height: 56px;
  border: 0;
  border-radius: 10px;
  padding: 0 28px;
  background: #ff7ba2;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 123, 162, .22);
}

.woocommerce-account .woocommerce-MyAccount-content p:last-child .button,
.woocommerce-account .woocommerce-EditAccountForm p:last-child button {
  float: right;
  min-width: 210px;
}

.woocommerce-account .woocommerce table.shop_table {
  border-radius: 8px;
  box-shadow: none;
}

.naby-account-dashboard {
  display: grid;
  gap: 24px;
}

.naby-account-welcome {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 8px;
  background: linear-gradient(120deg, #fff5f8, #f6f1ff);
}

.naby-account-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #fff0f5;
  color: #ff5c8f;
  box-shadow: 0 14px 32px rgba(67, 52, 92, .1);
  font-size: 0;
  line-height: 0;
}

.naby-account-avatar svg {
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 auto;
}

.naby-account-welcome p,
.naby-account-welcome h2,
.naby-account-welcome span {
  margin: 0;
}

.naby-account-welcome p {
  color: #9b70df;
  font-weight: 900;
}

.naby-account-welcome h2 {
  margin-top: 4px;
  color: #202542;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.naby-account-welcome span {
  display: block;
  margin-top: 10px;
  color: #555b76;
  font-size: 16px;
}

.naby-account-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.naby-account-actions a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  border: 1px solid #eadff5;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(67, 52, 92, .06);
}

.naby-account-actions strong {
  color: #202542;
  font-size: 20px;
  font-weight: 900;
}

.naby-account-actions span {
  color: #656b86;
  line-height: 1.5;
}

.naby-account-actions a:hover {
  border-color: #d8c2ef;
  transform: translateY(-2px);
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce:not(:has(.woocommerce-form-login)):not(:has(.woocommerce-form-register)) {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .naby-account-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .woocommerce-account .woocommerce-EditAccountForm,
  .woocommerce-account .woocommerce-address-fields,
  .woocommerce-account .woocommerce-MyAccount-content form,
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content p:last-child .button,
  .woocommerce-account .woocommerce-EditAccountForm p:last-child button {
    width: 100%;
    min-width: 0;
  }
}

/* Account page structural override */
.logged-in.woocommerce-account .naby-page > article > h1 {
  display: none;
}

.logged-in.woocommerce-account .naby-page {
  max-width: none;
  padding: 34px clamp(18px, 5vw, 72px) 80px;
}

.logged-in.woocommerce-account .naby-page > article {
  max-width: none;
}

.logged-in.woocommerce-account .woocommerce {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
}

.naby-account-shell {
  max-width: 1240px;
  margin: 0 auto;
}

.naby-account-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: #8186a3;
  font-size: 15px;
  font-weight: 700;
}

.naby-account-breadcrumb a {
  color: #ff5c8f;
  text-decoration: none;
}

.naby-account-breadcrumb strong {
  color: #8186a3;
}

.naby-account-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.naby-account-sidebar {
  display: grid;
  gap: 26px;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation {
  position: static;
  float: none !important;
  width: 100% !important;
  padding: 18px;
  border: 1px solid #eadff5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(67, 52, 92, .08);
}

.naby-account-sidebar .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation a {
  min-height: 58px;
  border-radius: 8px;
  padding: 13px 16px 13px 54px;
  color: #202542;
  font-size: 16px;
  font-weight: 900;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation a::before {
  left: 19px;
  color: #202542;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation .is-active a,
.naby-account-sidebar .woocommerce-MyAccount-navigation a:hover {
  background: #fff0f5;
  color: #ff5c8f;
}

.naby-account-help {
  display: grid;
  gap: 10px;
  border: 1px solid #eadff5;
  border-radius: 8px;
  padding: 24px 22px;
  background: linear-gradient(135deg, #fbf6ff, #fff);
}

.naby-account-help span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #f1e8ff;
  color: #9b70df;
}

.naby-account-help svg {
  width: 28px;
  height: 28px;
}

.naby-account-help strong {
  color: #9b70df;
  font-size: 19px;
  font-weight: 900;
}

.naby-account-help p {
  margin: 0;
  color: #656b86;
  line-height: 1.55;
}

.naby-account-help a {
  display: grid;
  place-items: center;
  min-height: 48px;
  margin-top: 8px;
  border: 1px solid #b78be8;
  border-radius: 8px;
  color: #9b70df;
  font-weight: 900;
  text-decoration: none;
}

.naby-account-heading {
  margin: 0 0 26px;
}

.naby-account-heading h1 {
  margin: 0 0 8px;
  color: #202542;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
}

.naby-account-heading p {
  margin: 0;
  color: #656b86;
  font-size: 17px;
}

.naby-account-main .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  min-height: 420px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #eadff5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(67, 52, 92, .08);
}

.naby-account-main table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.naby-account-main table.shop_table th {
  background: #fbf7ff;
  color: #202542;
  font-weight: 900;
}

.naby-account-main table.shop_table th,
.naby-account-main table.shop_table td {
  padding: 16px 14px;
  border-color: #eee7f7;
  vertical-align: middle;
}

.naby-account-main table.shop_table .button {
  min-height: 44px;
  border-radius: 8px;
  padding: 0 20px;
  background: #ff7ba2;
  color: #fff;
  font-weight: 900;
}

.naby-account-main .woocommerce-Message,
.naby-account-main .woocommerce-info {
  margin: 0;
}

@media (max-width: 900px) {
  .naby-account-layout {
    grid-template-columns: 1fr;
  }

  .naby-account-sidebar .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .naby-account-sidebar .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .naby-account-main .woocommerce-MyAccount-content {
    overflow-x: auto;
  }
}

/* Auth and mobile filter refinements */
.naby-mobile-filter-toggle,
.naby-filter-mobile-head {
  display: none;
}

.naby-auth-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 880px;
  margin: 0 auto;
}

.naby-auth-shell.has-register {
  max-width: 1180px;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
}

.naby-auth-lost-password {
  max-width: 980px;
}

.naby-auth-intro,
.woocommerce-account .woocommerce form.naby-auth-card,
.naby-auth-card {
  border: 1px solid #eadff5;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(67, 52, 92, .07);
}

.naby-auth-intro {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 360px;
  padding: 34px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 240, 245, .9), transparent 34%),
    linear-gradient(145deg, #fbf6ff, #fff);
}

.naby-auth-intro span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: #fff0f5;
  color: #ff5c8f;
}

.naby-auth-intro svg {
  width: 28px;
  height: 28px;
}

.naby-auth-intro p,
.naby-auth-intro h2,
.naby-auth-intro small,
.naby-auth-card-head h3,
.naby-auth-card-head p {
  margin: 0;
}

.naby-auth-intro p {
  color: #9b70df;
  font-weight: 900;
}

.naby-auth-intro h2 {
  color: #202542;
  max-width: 9em;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.05;
}

.naby-auth-intro small {
  color: #656b86;
  max-width: 26em;
  font-size: 15px;
  line-height: 1.55;
}

.naby-auth-forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.naby-auth-shell:not(.has-register) .naby-auth-forms,
.naby-auth-lost-password .naby-auth-card {
  grid-template-columns: 1fr;
}

.woocommerce-account .woocommerce form.naby-auth-card,
.naby-auth-card {
  display: grid;
  align-content: start;
  gap: 16px;
  margin: 0;
  min-height: 360px;
  padding: 34px;
}

.naby-auth-card-head {
  display: grid;
  gap: 8px;
}

.naby-auth-card-head h3 {
  color: #202542;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.1;
}

.naby-auth-card-head p,
.naby-auth-note {
  color: #656b86;
  line-height: 1.55;
}

.woocommerce-account .woocommerce form.naby-auth-card .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce form.naby-auth-card label {
  display: block;
  margin-bottom: 8px;
  color: #202542;
  font-weight: 900;
}

.woocommerce-account .woocommerce form.naby-auth-card input.input-text {
  width: 100%;
  min-height: 52px;
  border: 1px solid #e7def2;
  border-radius: 4px;
  padding: 14px 16px;
  background: #fff;
  color: #202542;
  font-family: inherit;
  font-size: 15px;
}

.naby-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-account .woocommerce form.naby-auth-card button.button {
  min-height: 50px;
  border: 0;
  border-radius: 4px;
  padding: 0 26px;
  background: #ff7ba2;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 123, 162, .22);
}

.naby-auth-card .lost_password,
.naby-auth-card .woocommerce-LostPassword {
  margin: 0;
}

.naby-auth-card .lost_password a,
.naby-auth-card .woocommerce-LostPassword a {
  color: #ff5c8f;
  font-weight: 900;
}

.woocommerce-account:not(.logged-in) .woocommerce:has(.naby-auth-shell) {
  display: block;
  max-width: none;
  margin: 0;
}

@media (max-width: 960px) {
  .naby-auth-shell,
  .naby-auth-forms {
    grid-template-columns: 1fr;
  }

  .naby-auth-shell,
  .naby-auth-shell.has-register {
    max-width: 520px;
  }

  .naby-auth-intro,
  .woocommerce-account .woocommerce form.naby-auth-card,
  .naby-auth-card {
    min-height: 0;
  }
}

/* Account auth redesign */
.woocommerce-account:not(.logged-in) .naby-page,
.woocommerce-account:not(.logged-in) .naby-shop-shell {
  max-width: 1480px;
}

.naby-auth-shell,
.naby-auth-shell.has-register {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
}

.naby-auth-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #eadff5;
  border-radius: 8px;
  padding: 48px 36px 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(118, 217, 195, .26), transparent 7%),
    radial-gradient(circle at 90% 42%, rgba(255, 92, 143, .24), transparent 6%),
    radial-gradient(circle at 24% 86%, rgba(255, 117, 154, .22), transparent 5%),
    linear-gradient(145deg, #fbf4ff 0%, #fff 58%, #fff7fb 100%);
  box-shadow: 0 20px 52px rgba(67, 52, 92, .08);
}

.naby-auth-intro::before,
.naby-auth-intro::after {
  position: absolute;
  color: #a878df;
  font-weight: 900;
  opacity: .42;
  content: "+";
}

.naby-auth-intro::before {
  right: 94px;
  top: 70px;
}

.naby-auth-intro::after {
  left: 116px;
  bottom: 116px;
}

.naby-auth-kicker {
  margin-bottom: 10px;
  color: #a878df;
  font-size: 28px;
  font-weight: 900;
}

.naby-auth-kicker span,
.naby-auth-intro h2 span {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.naby-auth-intro h2 {
  max-width: 10em;
  margin: 0;
  color: #202542;
  font-size: clamp(28px, 2.6vw, 34px);
  line-height: 1.1;
}

.naby-auth-intro h2 span {
  color: #a878df;
}

.naby-auth-intro p {
  max-width: 24em;
  margin: 22px 0 0;
  color: #4f5778;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.naby-auth-intro img {
  align-self: center;
  width: min(86%, 330px);
  margin-top: auto;
  transform: translateY(22px);
}

.naby-auth-panel {
  overflow: hidden;
  border: 1px solid #eadff5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(67, 52, 92, .08);
}

.naby-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 20px 20px 0;
}

.naby-auth-tabs a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #eadff5;
  border-radius: 8px;
  color: #a878df;
  font-weight: 900;
  text-decoration: none;
}

.naby-auth-tabs a.is-active {
  border-color: #ff7ba2;
  background: #ff7ba2;
  color: #fff;
}

.naby-auth-tabs svg {
  width: 22px;
  height: 22px;
}

.naby-auth-panel-body {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .85fr);
  gap: 32px;
  padding: 32px;
}

.naby-auth-forms {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.woocommerce-account .woocommerce form.naby-auth-card,
.naby-auth-card {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.woocommerce-account .woocommerce form.naby-auth-card.is-hidden,
.naby-auth-card.is-hidden {
  display: none;
}

.naby-register-card {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.naby-auth-card-head h3 {
  color: #202542;
  font-size: clamp(25px, 2.4vw, 31px);
  line-height: 1.1;
}

.naby-auth-card-head p {
  color: #4f5778;
  font-size: 16px;
}

.woocommerce-account .woocommerce form.naby-auth-card label {
  margin-bottom: 10px;
  color: #202542;
  font-size: 13px;
  font-weight: 900;
}

.woocommerce-account .woocommerce form.naby-auth-card input.input-text {
  min-height: 50px;
  border-color: #ddd5ea;
  border-radius: 6px;
  color: #202542;
}

.woocommerce-account .woocommerce form.naby-auth-card input.input-text::placeholder {
  color: #8a90a9;
}

.naby-auth-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #202542;
  font-size: 13px;
  font-weight: 800;
}

.naby-auth-row a {
  color: #ff5c8f;
  font-weight: 900;
  text-decoration: none;
}

.naby-auth-actions {
  display: block;
  margin: 0;
}

.woocommerce-account .woocommerce form.naby-auth-card button.button {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 26px;
  background: #ff7ba2;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 123, 162, .22);
}

.woocommerce-account .woocommerce form.naby-auth-card button.button svg {
  width: 20px;
  height: 20px;
}

.woocommerce-account .woocommerce form.naby-register-card button.button {
  background: #a878df;
  box-shadow: 0 14px 28px rgba(168, 120, 223, .2);
}

.naby-auth-success-shell {
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  align-items: stretch;
}

.naby-auth-success-panel {
  display: grid;
  min-height: 440px;
  place-items: center;
  padding: 38px;
}

.naby-auth-success-card {
  max-width: 560px;
  text-align: center;
}

.naby-auth-success-card > span {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dff8ef;
  color: #20bf8f;
  box-shadow: 0 16px 34px rgba(32, 191, 143, .18);
}

.naby-auth-success-card svg {
  width: 34px;
  height: 34px;
}

.naby-auth-success-card h3 {
  margin: 22px 0 10px;
  color: #202542;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.naby-auth-success-card p {
  margin: 0 auto 24px;
  max-width: 460px;
  color: #4f5778;
  font-size: 16px;
  line-height: 1.65;
}

.naby-auth-success-card .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 28px;
  background: #ff7ba2;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 123, 162, .22);
}

.naby-auth-success-card .button svg {
  width: 19px;
  height: 19px;
}

.naby-auth-note {
  border: 1px solid #dcefff;
  border-radius: 8px;
  margin: 0;
  padding: 14px 16px;
  background: #f5fbff;
  color: #4f5778;
}

.naby-auth-benefits {
  display: grid;
  align-content: start;
  gap: 24px;
  border-left: 1px solid #f0e8f8;
  padding-left: 32px;
}

.naby-auth-benefits article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.naby-auth-benefits span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f5;
  color: #ff5c8f;
}

.naby-auth-benefits article:nth-child(2) span {
  background: #e7f8f3;
  color: #20bd91;
}

.naby-auth-benefits article:nth-child(3) span {
  background: #f3ecff;
  color: #a878df;
}

.naby-auth-benefits article:nth-child(4) span {
  background: #edf5ff;
  color: #5a9df6;
}

.naby-auth-benefits svg {
  width: 28px;
  height: 28px;
}

.naby-auth-benefits strong {
  display: block;
  color: #202542;
  font-weight: 900;
}

.naby-auth-benefits p {
  margin: 6px 0 0;
  color: #4f5778;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .naby-auth-shell,
  .naby-auth-shell.has-register,
  .naby-auth-success-shell,
  .naby-auth-panel-body {
    grid-template-columns: 1fr;
  }

  .naby-auth-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid #f0e8f8;
    padding: 28px 0 0;
  }

  .naby-auth-intro {
    min-height: 390px;
  }
}

@media (max-width: 720px) {
  .naby-auth-tabs,
  .naby-auth-panel-body,
  .naby-auth-success-panel {
    padding-inline: 18px;
  }

  .naby-auth-success-panel {
    min-height: 340px;
    padding-block: 28px;
  }

  .naby-auth-success-card h3 {
    font-size: 28px;
  }

  .naby-auth-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .naby-auth-benefits {
    grid-template-columns: 1fr;
  }

  .naby-auth-intro {
    padding: 34px 24px 0;
  }
}

@media (max-width: 720px) {
  body.naby-filter-open {
    overflow: hidden;
  }

  .naby-shop-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .naby-mobile-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    order: -2;
    width: 100%;
    border: 1px solid #e8dff4;
    border-radius: 8px;
    background: #fff;
    color: #202342;
    font-family: inherit;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(85, 87, 104, .08);
  }

  .naby-mobile-filter-toggle svg {
    width: 22px;
    height: 22px;
    color: #ff5c8f;
  }

  .naby-mobile-filter-toggle strong {
    display: grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #ff5c8f;
    color: #fff;
    font-size: 12px;
  }

  .naby-filter-mobile-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -24px -18px 18px;
    padding: 16px 18px;
    border-bottom: 1px solid #eee7f7;
    background: #fff;
  }

  .naby-filter-mobile-head strong {
    color: #202542;
    font-size: 18px;
    font-weight: 900;
  }

  .naby-filter-close {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: #fff0f5;
    color: #ff5c8f;
    font-size: 28px;
    line-height: 1;
  }

  .naby-shop-filters {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 1000;
    width: min(88vw, 390px);
    height: 100vh;
    overflow-y: auto;
    padding: 24px 18px 92px;
    border-radius: 0;
    transform: translateX(105%);
    transition: transform .24s ease;
    box-shadow: -24px 0 42px rgba(32, 35, 66, .18);
  }

  .naby-shop-filters.is-open {
    transform: translateX(0);
  }

  .naby-shop-filters::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(32, 35, 66, .18);
    opacity: 0;
    pointer-events: none;
  }

  .naby-filter-submit {
    position: sticky;
    bottom: 14px;
    width: 100%;
  }
}

/* Product add-to-cart notice */
.single-product .woocommerce-notices-wrapper,
.naby-single-product > .woocommerce-notices-wrapper {
  width: min(100%, 1360px);
  margin: 0 auto 28px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error {
  position: relative;
  margin: 0;
  min-height: 112px;
  padding: 28px 72px 28px 92px;
  border: 1px solid #80d7c0;
  border-radius: 14px;
  background: linear-gradient(90deg, #effff8, #fff 58%, #fff7fb);
  color: #202542;
  box-shadow: 0 16px 36px rgb(34 38 66 / 7%);
}

.single-product .woocommerce-error {
  border-color: #f7a8ba;
  background: linear-gradient(90deg, #fff4f6, #fff 58%, #fff7fb);
}

.single-product .woocommerce-info {
  border-color: #bda1e5;
  background: linear-gradient(90deg, #f8f2ff, #fff 58%, #fff7fb);
}

.single-product .woocommerce-message::before,
.single-product .woocommerce-info::before,
.single-product .woocommerce-error::before {
  top: 50%;
  left: 28px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 999px;
  background: #38bd88;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.single-product .woocommerce-error::before {
  background: #f26f91;
}

.single-product .woocommerce-info::before {
  background: #9b70df;
}

.single-product .woocommerce-error li {
  margin: 0;
  color: #202542;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.naby-cart-added-notice {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  min-height: 112px;
  margin: -28px -72px -28px -92px;
  padding: 22px 72px 22px 26px;
  overflow: hidden;
}

.naby-cart-added-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #38bd88;
  color: #fff;
}

.naby-cart-added-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 3;
}

.naby-cart-added-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #202542;
  font-size: 22px;
  font-weight: 900;
}

.naby-cart-added-copy p {
  margin: 0;
  color: #5a5f78;
  font-size: 16px;
}

.naby-cart-added-confetti {
  width: 240px;
  height: 58px;
  background:
    radial-gradient(circle at 15% 62%, #ff75a1 0 4px, transparent 5px),
    radial-gradient(circle at 34% 28%, #8bd8c5 0 7px, transparent 8px),
    radial-gradient(circle at 52% 70%, #a970df 0 6px, transparent 7px),
    radial-gradient(circle at 72% 34%, #7bbcff 0 5px, transparent 6px),
    radial-gradient(circle at 86% 60%, #ffb84d 0 8px, transparent 9px);
  opacity: .9;
}

.single-product .woocommerce-message .button,
.single-product .woocommerce-message a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 54px;
  margin: 0;
  border: 1px solid #b488e3;
  border-radius: 10px;
  background: #fff;
  color: #8d58d2;
  font-weight: 900;
  text-decoration: none;
}

.naby-notice-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #eee7f7;
  border-radius: 999px;
  background: rgb(255 255 255 / 86%);
  color: #202542;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 8px 20px rgb(34 38 66 / 8%);
  transition: color .2s ease, transform .2s ease, border-color .2s ease;
}

.naby-notice-close:hover,
.naby-notice-close:focus {
  border-color: #d5c8e8;
  color: #8d58d2;
  transform: translateY(-1px);
}

.woocommerce-message.is-dismissed,
.woocommerce-info.is-dismissed,
.woocommerce-error.is-dismissed {
  display: none;
}

.naby-auth-modal[hidden] {
  display: none;
}

.naby-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.naby-auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(32 37 66 / 42%);
  backdrop-filter: blur(8px);
}

.naby-auth-modal-panel {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid #eadcf8;
  border-radius: 8px;
  background: #fff;
  padding: clamp(22px, 4vw, 34px);
  color: #202542;
  box-shadow: 0 28px 70px rgb(32 37 66 / 18%);
}

.naby-auth-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid #eadcf8;
  border-radius: 999px;
  background: #fff;
  color: #202542;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.naby-auth-modal-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #f1e7ff;
  color: #9b70df;
}

.naby-auth-modal-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.naby-auth-modal h2 {
  margin: 16px 42px 8px 0;
  font-size: clamp(1.55rem, 4vw, 2rem);
  line-height: 1.05;
}

.naby-auth-modal p {
  margin: 0 0 18px;
  color: #58607f;
  font-size: .98rem;
}

.naby-auth-modal-login {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.naby-auth-modal-login label,
.naby-auth-code-box strong {
  font-size: .86rem;
  font-weight: 800;
  color: #202542;
}

.naby-auth-modal-login input,
.naby-auth-code-box input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dbc9ef;
  border-radius: 8px;
  background: #fff;
  color: #202542;
  padding: 0 14px;
  font: inherit;
}

.naby-auth-modal .button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: #ff6f9b;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.naby-auth-modal .button:disabled {
  opacity: .65;
  cursor: wait;
}

.naby-auth-code-box {
  border: 1px solid #eadcf8;
  border-radius: 8px;
  background: #fbf7ff;
  padding: 16px;
}

.naby-auth-code-box p {
  margin: 6px 0 12px;
  font-size: .9rem;
}

.naby-auth-code-actions,
.naby-auth-code-verify {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.naby-auth-code-verify {
  margin-top: 10px;
}

.naby-auth-code-box small {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: #58607f;
  font-weight: 700;
}

.naby-auth-code-box small[data-tone="success"] {
  color: #42b88d;
}

.naby-auth-code-box small[data-tone="error"] {
  color: #e85c86;
}

body.naby-auth-modal-open {
  overflow: hidden;
}

@media (max-width: 560px) {
  .naby-auth-code-actions,
  .naby-auth-code-verify {
    grid-template-columns: 1fr;
  }
}

/* Account addresses */
.naby-address-overview {
  display: grid;
  gap: 24px;
}

.naby-address-copy {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  background: #fbf7ff;
}

.naby-address-copy > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #e9f8f3;
  color: #20bd91;
}

.naby-address-copy svg,
.naby-address-card header svg {
  width: 28px;
  height: 28px;
}

.naby-address-copy strong {
  display: block;
  color: #202542;
  font-size: 20px;
  font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-content .naby-address-copy p {
  margin: 6px 0 0;
  padding: 0;
  color: #5b6383;
  font-size: 15px;
  line-height: 1.55;
}

.naby-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.naby-address-card {
  display: grid;
  gap: 18px;
  min-height: 230px;
  border: 1px solid #eadff5;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(67, 52, 92, .06);
}

.naby-address-card header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.naby-address-card header > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: #fff0f5;
  color: #ff5c8f;
}

.naby-address-card-shipping header > span {
  background: #eef7ff;
  color: #5a9df6;
}

.naby-address-card h2 {
  margin: 0 0 10px;
  color: #202542;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.08;
}

.naby-address-card header a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  background: #ff7ba2;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255, 123, 162, .18);
}

.naby-address-card-shipping header a {
  background: #8ebff8;
  box-shadow: 0 12px 24px rgba(90, 157, 246, .18);
}

.naby-address-card address {
  margin: 0;
  color: #4f5778;
  font-size: 15px;
  font-style: normal;
  line-height: 1.65;
}

/* Account orders */
.naby-orders-empty {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 300px;
  border-radius: 8px;
  padding: clamp(32px, 5vw, 56px);
  background: #fbf7ff;
  text-align: center;
}

.naby-orders-empty > span {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 24px;
  background: #eef7ff;
  color: #5a9df6;
  box-shadow: 0 16px 34px rgba(90, 157, 246, .14);
}

.naby-orders-empty svg {
  width: 34px;
  height: 34px;
}

.naby-orders-empty h2 {
  margin: 22px 0 10px;
  color: #202542;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.woocommerce-account .woocommerce-MyAccount-content .naby-orders-empty p {
  max-width: 520px;
  margin: 0 0 26px;
  padding: 0;
  color: #5b6383;
  font-size: 16px;
  line-height: 1.65;
}

.naby-orders-empty .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 28px;
  background: #ff7ba2 !important;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 123, 162, .2);
}

.naby-orders-empty .button svg {
  width: 20px;
  height: 20px;
}

.naby-orders-table-wrap {
  overflow-x: auto;
}

.naby-orders-table {
  overflow: hidden;
  border: 0 !important;
  border-radius: 8px;
}

.naby-account-main .naby-orders-table th {
  background: #fbf7ff;
}

.naby-orders-table td,
.naby-orders-table th {
  white-space: nowrap;
}

.naby-order-status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: #e9f8f3;
  color: #20bd91;
  font-size: 13px;
  font-weight: 900;
}

.naby-orders-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

@media (max-width: 760px) {
  .naby-address-grid,
  .naby-address-copy,
  .naby-address-card header {
    grid-template-columns: 1fr;
  }

  .naby-address-card {
    min-height: 0;
  }
}

/* Account pastel refresh */
.naby-account-sidebar .woocommerce-MyAccount-navigation {
  border-color: #eadff5;
  background: #fff;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation a,
.woocommerce-account .woocommerce-MyAccount-navigation a {
  gap: 12px;
  padding-left: 58px;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation a::before,
.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 23px 23px;
  mask-size: 23px 23px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h7v7H4V4Zm9 0h7v7h-7V4ZM4 13h7v7H4v-7Zm9 0h7v7h-7v-7Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h7v7H4V4Zm9 0h7v7h-7V4ZM4 13h7v7H4v-7Zm9 0h7v7h-7v-7Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8 12 4l8 4v9l-8 4-8-4V8Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='m4 8 8 4 8-4M12 12v9' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8 12 4l8 4v9l-8 4-8-4V8Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='m4 8 8 4 8-4M12 12v9' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 0 0-14 0c0 6.8 7 12 7 12Z' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 0 0-14 0c0 6.8 7 12 7 12Z' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17 15 12l-5-5M15 12H3M13 4h6v16h-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 17 15 12l-5-5M15 12H3M13 4h6v16h-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.naby-account-sidebar .woocommerce-MyAccount-navigation .is-active a,
.naby-account-sidebar .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #fff0f5;
  color: #ff5c8f;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation-link--orders a:hover,
.naby-account-sidebar .woocommerce-MyAccount-navigation-link--orders.is-active a {
  background: #eef7ff;
  color: #5a9df6;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation-link--edit-address a:hover,
.naby-account-sidebar .woocommerce-MyAccount-navigation-link--edit-address.is-active a {
  background: #e9f8f3;
  color: #20bd91;
}

.naby-account-sidebar .woocommerce-MyAccount-navigation-link--edit-account a:hover,
.naby-account-sidebar .woocommerce-MyAccount-navigation-link--edit-account.is-active a {
  background: #f3ecff;
  color: #9b70df;
}

.naby-account-help,
.naby-account-welcome,
.naby-account-sidebar .woocommerce-MyAccount-navigation .is-active a,
.naby-account-sidebar .woocommerce-MyAccount-navigation a:hover,
.naby-account-main table.shop_table th {
  background-image: none;
}

.naby-account-help {
  background: #fbf7ff;
}

.naby-account-help a {
  background: #fff;
}

.naby-account-welcome {
  grid-template-columns: auto minmax(0, 1fr);
  background: #fbf3ff;
}

.naby-account-actions a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 16px;
  min-height: 132px;
}

.naby-account-actions a div {
  display: grid;
  gap: 6px;
}

.naby-account-action-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: #eef7ff;
  color: #5a9df6;
}

.naby-account-action-addresses {
  background: #e9f8f3;
  color: #20bd91;
}

.naby-account-action-profile {
  background: #f3ecff;
  color: #9b70df;
}

.naby-account-action-icon svg {
  width: 27px;
  height: 27px;
}

.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce form.login button.button,
.woocommerce-account .woocommerce form.register button.button,
.naby-account-main table.shop_table .button {
  background: #ff7ba2;
  background-image: none;
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 123, 162, .22);
}

@media (max-width: 640px) {
  .naby-account-actions a {
    min-height: 112px;
  }
}

/* Home spacing compact */
.home .naby-hero,
.front-page .naby-hero {
  min-height: min(520px, calc(100vh - 140px));
  padding-top: clamp(30px, 4vw, 54px);
  padding-bottom: clamp(30px, 4vw, 54px);
}

.home .naby-benefits,
.front-page .naby-benefits {
  padding-top: 18px;
  padding-bottom: 18px;
}

.home .naby-benefits article,
.front-page .naby-benefits article {
  min-height: 58px;
}

.home .naby-section,
.front-page .naby-section {
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.home .naby-benefits + .naby-section,
.front-page .naby-benefits + .naby-section {
  padding-top: clamp(18px, 3vw, 34px);
}

.home .naby-section-heading,
.front-page .naby-section-heading {
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .home .naby-hero,
  .front-page .naby-hero {
    min-height: 430px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home .naby-benefits,
  .front-page .naby-benefits {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home .naby-section,
  .front-page .naby-section {
    padding-top: 28px;
    padding-bottom: 36px;
  }
}

@media (max-width: 820px) {
  .naby-cart-added-notice {
    grid-template-columns: auto 1fr auto;
  }

  .naby-cart-added-confetti {
    display: none;
  }

  .single-product .woocommerce-message .button,
  .single-product .woocommerce-message a.button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Checkout pastel refinements */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout table.shop_table tfoot tr:last-child,
.woocommerce-checkout #payment #place_order,
.naby-checkout-step.is-active > span,
.naby-yape-payment,
.naby-yape-whatsapp-button,
.woocommerce a.naby-yape-whatsapp-button {
  background-image: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #FFF1F6;
}

.naby-checkout-step.is-active > span {
  background-color: #9B70DF;
}

.woocommerce-checkout #order_review_heading::before {
  display: none;
}

.woocommerce-checkout #order_review_heading {
  padding-left: 28px;
}

.woocommerce-checkout #order_review {
  padding-top: 88px;
}

.woocommerce-checkout table.shop_table tfoot tr:last-child {
  background-color: #FFEAF2;
}

.woocommerce-checkout #payment {
  background-color: #FBF7FF;
}

.woocommerce-checkout #payment #place_order {
  background-color: #9B70DF;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #202542;
  font-weight: 900;
}

.woocommerce-checkout #payment .payment_method_naby_yape_plin label {
  min-height: 42px;
}

.naby-payment-method-logo {
  width: 34px;
  height: 34px;
  margin: 0 8px 0 0;
  border-radius: 9px;
  object-fit: contain;
  vertical-align: middle;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #FFFFFF;
}

.naby-checkout-shipping-note {
  display: flex;
  margin: 18px 0;
  padding: 20px;
  border: 1px solid #F4D3DE;
  border-radius: 18px;
  background: #FFEAF2;
  color: #202542;
  align-items: flex-start;
  gap: 16px;
}

.naby-checkout-shipping-note > span {
  display: grid;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #F4E8FF;
  color: #9B70DF;
  flex: 0 0 auto;
  place-items: center;
}

.naby-checkout-shipping-note svg {
  width: 30px;
  height: 30px;
}

.naby-checkout-shipping-note svg path,
.naby-checkout-shipping-note svg circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.naby-checkout-shipping-note strong,
.naby-checkout-shipping-note small {
  display: block;
}

.naby-checkout-shipping-note strong {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
}

.naby-checkout-shipping-note small {
  color: #6A6682;
  font-size: 14px;
  line-height: 1.45;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  padding: 14px 16px;
  border-radius: 12px;
  background: #F7F1FF;
}

.naby-checkout-shipping-fields {
  margin-top: 28px;
}

.naby-checkout-address-toggle {
  margin: 0 0 18px;
}

.naby-checkout-address-toggle-label {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 18px;
  border: 1px solid #E9DFF5;
  border-radius: 18px;
  background: #F9F4FF;
  color: #202542;
  cursor: pointer;
  align-items: center;
  gap: 16px;
}

.naby-checkout-address-toggle-icon,
.naby-checkout-address-toggle-control {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.naby-checkout-address-toggle-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #E6FAF2;
  color: #11B982;
}

.naby-checkout-address-toggle-icon svg {
  width: 28px;
  height: 28px;
}

.naby-checkout-address-toggle-icon svg path,
.naby-checkout-address-toggle-icon svg circle,
.naby-checkout-shipping-address-head svg path,
.naby-checkout-shipping-address-head svg circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.naby-checkout-address-toggle-copy {
  display: grid;
  flex: 1;
  gap: 4px;
}

.naby-checkout-address-toggle-copy strong {
  font-size: 18px;
  font-weight: 900;
}

.naby-checkout-address-toggle-copy small {
  color: #666A86;
  font-size: 14px;
  line-height: 1.4;
}

.naby-checkout-address-toggle-control {
  position: relative;
  width: 54px;
  height: 30px;
}

.naby-checkout-address-toggle-control input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.naby-checkout-address-toggle-control span {
  width: 54px;
  height: 30px;
  border-radius: 999px;
  background: #E7DFF3;
  transition: background .2s ease;
}

.naby-checkout-address-toggle-control span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 6px 14px rgba(40, 32, 72, .14);
  transition: transform .2s ease;
}

.naby-checkout-address-toggle-control input:checked + span {
  background: #9B70DF;
}

.naby-checkout-address-toggle-control input:checked + span::after {
  transform: translateX(24px);
}

.naby-checkout-shipping-address {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #E4D8F1;
  border-radius: 20px;
  background: #FFFFFF;
}

.naby-checkout-shipping-address-head {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0EAF7;
  align-items: center;
  gap: 14px;
}

.naby-checkout-shipping-address-head > span {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #EAF4FF;
  color: #62A9F4;
  flex: 0 0 auto;
  place-items: center;
}

.naby-checkout-shipping-address-head svg {
  width: 28px;
  height: 28px;
}

.naby-checkout-shipping-address-head h3,
.naby-checkout-shipping-address-head p {
  margin: 0;
}

.naby-checkout-shipping-address-head h3 {
  color: #202542;
  font-size: 22px;
  font-weight: 900;
}

.woocommerce-checkout .naby-checkout-shipping-address-head h3::after {
  display: none;
}

.naby-checkout-shipping-address-head p {
  color: #666A86;
  font-size: 14px;
}

.naby-yape-payment {
  background-color: #FFFFFF;
}

.naby-yape-whatsapp-button,
.woocommerce a.naby-yape-whatsapp-button {
  background-color: #4CD77A;
}

@media (max-width: 680px) {
  .naby-checkout-shipping-note {
    flex-direction: column;
  }

  .naby-checkout-address-toggle-label,
  .naby-checkout-shipping-address-head {
    align-items: flex-start;
  }

  .naby-checkout-address-toggle-label {
    flex-wrap: wrap;
  }

  .naby-checkout-address-toggle-control {
    margin-left: auto;
  }
}

/* Yape order received redesign */
.woocommerce-order-received .naby-yape-payment {
  max-width: 1160px;
  padding: clamp(24px, 4vw, 44px);
  background: #FFFFFF;
}

.woocommerce-order-received .naby-yape-heading img {
  display: none;
}

.woocommerce-order-received .naby-yape-heading h2 {
  margin-top: 0;
  font-size: clamp(46px, 6.5vw, 72px);
}

.woocommerce-order-received .naby-yape-heading h2 span {
  color: #9B70DF;
}

.woocommerce-order-received .naby-yape-heading h2 span::after {
  content: "";
}

.naby-yape-order-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 54px;
  overflow: hidden;
  border: 1px solid #EEE7F8;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 16px 38px rgba(83, 76, 110, .07);
}

.naby-yape-order-summary article {
  display: flex;
  min-width: 0;
  padding: 24px;
  align-items: center;
  gap: 16px;
}

.naby-yape-order-summary article:not(:last-child) {
  border-right: 1px solid #E7DFF3;
}

.naby-yape-order-summary svg {
  width: 34px;
  height: 34px;
  color: #9B70DF;
  flex: 0 0 auto;
}

.naby-yape-order-summary svg path,
.naby-yape-order-summary svg circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.naby-yape-order-summary span {
  display: block;
  margin-bottom: 6px;
  color: #555B76;
  font-size: 15px;
}

.naby-yape-order-summary strong {
  display: block;
  color: #202652;
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.naby-yape-order-summary article:nth-child(1) strong,
.naby-yape-order-summary article:nth-child(3) strong {
  color: #9B70DF;
}

.woocommerce-order-received .naby-yape-steps {
  gap: 28px;
  margin-top: 0;
  margin-bottom: 32px;
}

.woocommerce-order-received .naby-yape-step {
  min-height: 350px;
  padding: 48px 24px 24px;
}

.woocommerce-order-received .naby-yape-step > b {
  top: -22px;
  width: 46px;
  height: 46px;
  font-size: 24px;
}

.woocommerce-order-received .naby-yape-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  top: 86px;
  width: 28px;
  border-top: 3px dashed #D9C8F2;
}

.woocommerce-order-received .naby-yape-phone {
  position: relative;
  width: 78px;
  height: 116px;
  margin-bottom: 20px;
  border-width: 3px;
  border-radius: 14px;
}

.woocommerce-order-received .naby-yape-phone::before {
  top: -6px;
  width: 30px;
  height: 7px;
}

.woocommerce-order-received .naby-yape-phone::after {
  top: auto;
  bottom: 9px;
  width: 22px;
  height: 6px;
}

.woocommerce-order-received .naby-yape-phone img {
  width: 46px;
  height: 46px;
}

.woocommerce-order-received .naby-yape-phone svg {
  width: 44px;
  height: 44px;
}

.woocommerce-order-received .naby-yape-step h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.15;
}

.woocommerce-order-received .naby-yape-step p {
  font-size: 15.5px;
  line-height: 1.45;
}

.naby-yape-phone em {
  display: grid;
  width: 50px;
  height: 50px;
  margin-top: -12px;
  border-radius: 50%;
  background: #1ABEC2;
  color: #FFFFFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  place-items: center;
}

.naby-yape-step-name {
  display: inline-flex;
  margin: 14px 0 10px;
  padding: 9px 24px;
  border-radius: 10px;
  background: #F4E8FF;
  color: #9B70DF;
  font-size: 20px;
}

.naby-yape-step small {
  display: block;
  color: #5E5F86;
  font-size: 13px;
  line-height: 1.35;
}

.woocommerce-order-received .naby-yape-qr-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  text-align: left;
}

.naby-yape-qr-side,
.naby-yape-number-side {
  min-width: 0;
  text-align: center;
}

.naby-yape-qr-side h3,
.naby-yape-number-side h3,
.naby-yape-purchase-summary h3 {
  margin: 0 0 18px;
  color: #9B70DF;
  font-size: 24px;
  text-align: center;
}

.naby-yape-number-side::before {
  content: "o";
  display: grid;
  position: relative;
  left: -51px;
  width: 42px;
  height: 42px;
  margin: 0 auto -42px;
  border: 1px solid #E7DFF3;
  border-radius: 50%;
  background: #FFFFFF;
  color: #202652;
  font-size: 19px;
  font-weight: 900;
  place-items: center;
}

.woocommerce-order-received .naby-yape-qr {
  width: min(320px, 100%);
}

.woocommerce-order-received .naby-yape-number {
  min-height: 76px;
  margin: 12px auto 24px;
}

.woocommerce-order-received .naby-yape-account-name {
  border: 1px solid #DCCEF4;
  border-radius: 12px;
  background: #FFFFFF;
}

.naby-yape-purchase-summary {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #EEE7F8;
  border-radius: 16px;
  background: #FBF7FF;
}

.naby-yape-purchase-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.naby-yape-purchase-summary li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  padding: 14px 16px;
  border: 1px solid #EEE7F8;
  border-radius: 12px;
  background: #FFFFFF;
}

.naby-yape-purchase-summary li span {
  color: #202652;
  font-weight: 900;
}

.naby-yape-purchase-summary li strong {
  color: #9B70DF;
  white-space: nowrap;
}

.naby-yape-purchase-summary li small {
  grid-column: 1 / -1;
  color: #6A6682;
  font-weight: 800;
}

.woocommerce-order-received .naby-yape-whatsapp {
  border-color: #E1F6E9;
}

.woocommerce-order-received .naby-yape-whatsapp > div > span {
  background: #E5FAED;
  color: #11B85E;
}

@media (max-width: 1100px) {
  .naby-yape-order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .naby-yape-order-summary article:nth-child(2) {
    border-right: 0;
  }

  .naby-yape-order-summary article:nth-child(1),
  .naby-yape-order-summary article:nth-child(2) {
    border-bottom: 1px solid #E7DFF3;
  }

  .woocommerce-order-received .naby-yape-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .naby-yape-order-summary,
  .woocommerce-order-received .naby-yape-qr-card,
  .naby-yape-purchase-summary ul {
    grid-template-columns: 1fr;
  }

  .naby-yape-order-summary article,
  .naby-yape-order-summary article:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #E7DFF3;
  }

  .naby-yape-order-summary article:last-child {
    border-bottom: 0;
  }

  .naby-yape-number-side::before {
    position: static;
    margin: 4px auto 18px;
  }
}

/* Final Yape/Plin order received layout */
body.naby-yape-order-received .woocommerce-thankyou-order-received,
body.naby-yape-order-received .woocommerce-order-overview,
body.naby-yape-order-received .woocommerce-order-details,
body.naby-yape-order-received .woocommerce-customer-details,
body.naby-yape-order-received .woocommerce-info,
body.naby-yape-order-received .woocommerce-form-login,
body.naby-yape-order-received .entry-title,
body.naby-yape-order-received .page-title {
  display: none !important;
}

.woocommerce-order-received .naby-yape-payment {
  margin-top: 0;
  color: #10194B;
}

.woocommerce-order-received .naby-yape-heading {
  margin-bottom: 26px;
}

.woocommerce-order-received .naby-yape-phone img.naby-yape-plin-logo {
  width: 58px;
  height: 58px;
  margin-top: -8px;
  border-radius: 50%;
  object-fit: contain;
}

.woocommerce-order-received .naby-yape-phone em {
  background: #00B7AD;
}

.woocommerce-order-received .naby-yape-qr-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #EEE7F8;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 18px 48px rgba(83, 76, 110, .07);
}

.woocommerce-order-received .naby-yape-qr-card::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 118px;
  left: 50%;
  border-left: 1px dashed #D9C8F2;
}

.woocommerce-order-received .naby-yape-qr-card::after {
  content: "o";
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #E7DFF3;
  border-radius: 50%;
  background: #FFFFFF;
  color: #10194B;
  font-size: 18px;
  font-weight: 900;
  transform: translate(-50%, -72%);
  place-items: center;
}

.woocommerce-order-received .naby-yape-number-side::before {
  display: none;
}

.woocommerce-order-received .naby-yape-qr-side,
.woocommerce-order-received .naby-yape-number-side {
  display: grid;
  align-content: center;
  min-height: 360px;
  text-align: center;
}

.woocommerce-order-received .naby-yape-qr-side h3,
.woocommerce-order-received .naby-yape-number-side h3,
.woocommerce-order-received .naby-yape-payment-summary h3 {
  color: #9B70DF;
}

.woocommerce-order-received .naby-yape-qr {
  display: block;
  width: min(340px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
}

.woocommerce-order-received .naby-yape-number {
  display: flex;
  width: min(460px, 100%);
  min-height: 84px;
  padding: 16px 22px;
  border-radius: 14px;
  background: #F4E8FF;
  color: #10194B;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.woocommerce-order-received .naby-yape-number span {
  font-size: clamp(27px, 3.15vw, 38px);
  letter-spacing: 6px;
  line-height: 1;
  white-space: nowrap;
}

.woocommerce-order-received .naby-yape-account-name {
  display: inline-flex;
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 16px 18px;
  justify-content: center;
  gap: 10px;
  color: #555B76;
  font-size: 16px;
  font-weight: 800;
}

.woocommerce-order-received .naby-yape-account-name span {
  color: #9B70DF;
  font-size: 20px;
  font-weight: 900;
}

.naby-yape-payment-summary {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid #EEE7F8;
  border-radius: 16px;
  background: #FFFFFF;
}

.naby-yape-payment-summary article {
  display: flex;
  min-width: 0;
  padding: 24px clamp(18px, 3vw, 42px);
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.naby-yape-payment-summary article:first-child {
  border-right: 1px solid #D9C8F2;
}

.naby-yape-payment-summary svg {
  display: grid;
  width: 56px;
  height: 56px;
  padding: 15px;
  border-radius: 50%;
  background: #F4E8FF;
  color: #7E54CE;
  flex: 0 0 auto;
}

.naby-yape-payment-summary svg path,
.naby-yape-payment-summary svg circle,
.naby-yape-card-icon svg path,
.naby-yape-card-icon svg circle,
.naby-yape-address-card address svg path,
.naby-yape-address-card address svg circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.naby-yape-payment-summary span,
.naby-yape-payment-summary strong {
  display: block;
}

.naby-yape-payment-summary span {
  color: #555B76;
  font-size: 16px;
}

.naby-yape-payment-summary strong {
  color: #10194B;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.naby-yape-payment-summary article:first-child strong {
  color: #9B70DF;
}

.naby-yape-detail-card,
.naby-yape-address-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #EEE7F8;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 18px 48px rgba(83, 76, 110, .06);
}

.naby-yape-card-icon {
  display: grid;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFEAF2;
  color: #FB6F9D;
  place-items: center;
}

.naby-yape-card-icon.is-address {
  background: #E7FAEF;
  color: #11B85E;
}

.naby-yape-card-icon svg {
  width: 38px;
  height: 38px;
}

.naby-yape-detail-card h3,
.naby-yape-address-card h3 {
  margin: 0 0 16px;
  color: #10194B;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 900;
}

.naby-yape-detail-card table {
  width: 100%;
  border-collapse: collapse;
  color: #10194B;
  font-size: 16px;
}

.naby-yape-detail-card th,
.naby-yape-detail-card td {
  padding: 14px 0;
  border-bottom: 1px solid #E7DFF3;
  text-align: left;
  vertical-align: top;
}

.naby-yape-detail-card th:last-child,
.naby-yape-detail-card td:last-child {
  text-align: right;
  white-space: nowrap;
}

.naby-yape-detail-card tbody td,
.naby-yape-detail-card tfoot td {
  font-weight: 900;
}

.naby-yape-detail-card .naby-yape-payment-row th,
.naby-yape-detail-card .naby-yape-payment-row td {
  padding: 18px 12px;
  border-bottom: 0;
  background: #FFEAF2;
  color: #FB6F9D;
  font-size: 22px;
  font-weight: 900;
}

.naby-yape-address-card address {
  margin: 0;
  padding: 18px;
  border: 1px solid #E7DFF3;
  border-radius: 12px;
  color: #202652;
  font-size: 16px;
  font-style: normal;
  line-height: 1.55;
}

.naby-yape-address-card address svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  color: #6A6682;
  vertical-align: -3px;
}

@media (max-width: 900px) {
  .woocommerce-order-received .naby-yape-qr-card {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .naby-yape-qr-card::before,
  .woocommerce-order-received .naby-yape-qr-card::after {
    display: none;
  }

  .woocommerce-order-received .naby-yape-qr-side,
  .woocommerce-order-received .naby-yape-number-side {
    min-height: auto;
  }

  .naby-yape-payment-summary {
    grid-template-columns: 1fr;
  }

  .naby-yape-payment-summary article:first-child {
    border-right: 0;
    border-bottom: 1px solid #D9C8F2;
  }
}

@media (max-width: 680px) {
  .woocommerce-order-received .naby-yape-heading h2 {
    font-size: 40px;
  }

  .woocommerce-order-received .naby-yape-number span {
    font-size: 26px;
    letter-spacing: 4px;
  }

  .naby-yape-detail-card,
  .naby-yape-address-card {
    grid-template-columns: 1fr;
  }

  .naby-yape-detail-card th,
  .naby-yape-detail-card td {
    font-size: 14px;
  }

  .naby-yape-detail-card .naby-yape-payment-row th,
  .naby-yape-detail-card .naby-yape-payment-row td {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* Order received compact typography */
body.naby-yape-order-received .naby-page {
  padding-top: 28px;
}

.woocommerce-order-received .naby-yape-payment {
  max-width: 940px;
  padding: clamp(20px, 3vw, 34px);
}

.woocommerce-order-received .naby-yape-heading {
  margin-bottom: 18px;
}

.woocommerce-order-received .naby-yape-heading h2 {
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.08;
}

.woocommerce-order-received .naby-yape-heading p {
  font-size: clamp(13px, 1.45vw, 16px);
}

.naby-yape-order-summary {
  margin: 22px 0 36px;
  border-radius: 14px;
}

.naby-yape-order-summary article {
  padding: 16px 18px;
  gap: 12px;
}

.naby-yape-order-summary svg {
  width: 24px;
  height: 24px;
}

.naby-yape-order-summary span {
  margin-bottom: 4px;
  font-size: 12px;
}

.naby-yape-order-summary strong {
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.15;
}

.woocommerce-order-received .naby-yape-steps {
  gap: 18px;
  margin-bottom: 24px;
}

.woocommerce-order-received .naby-yape-step {
  min-height: 260px;
  padding: 38px 16px 18px;
  border-radius: 14px;
}

.woocommerce-order-received .naby-yape-step > b {
  top: -18px;
  width: 36px;
  height: 36px;
  font-size: 19px;
}

.woocommerce-order-received .naby-yape-step:not(:last-child)::after {
  top: 72px;
  width: 18px;
}

.woocommerce-order-received .naby-yape-phone {
  width: 62px;
  height: 94px;
  margin-bottom: 14px;
  border-width: 3px;
}

.woocommerce-order-received .naby-yape-phone::before {
  width: 24px;
  height: 6px;
}

.woocommerce-order-received .naby-yape-phone::after {
  bottom: 7px;
  width: 18px;
  height: 5px;
}

.woocommerce-order-received .naby-yape-phone img,
.woocommerce-order-received .naby-yape-phone img.naby-yape-plin-logo {
  width: 34px;
  height: 34px;
}

.woocommerce-order-received .naby-yape-phone svg {
  width: 34px;
  height: 34px;
}

.woocommerce-order-received .naby-yape-step h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.15;
}

.woocommerce-order-received .naby-yape-step p {
  font-size: 12px;
  line-height: 1.35;
}

.woocommerce-order-received .naby-yape-step-name {
  margin: 10px 0 8px;
  padding: 7px 16px;
  font-size: 15px;
}

.woocommerce-order-received .naby-yape-step small {
  font-size: 11px;
}

.woocommerce-order-received .naby-yape-qr-card {
  gap: 28px;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 18px;
}

.woocommerce-order-received .naby-yape-qr-side,
.woocommerce-order-received .naby-yape-number-side {
  min-height: 280px;
}

.woocommerce-order-received .naby-yape-qr-side h3,
.woocommerce-order-received .naby-yape-number-side h3,
.woocommerce-order-received .naby-yape-payment-summary h3 {
  margin-bottom: 14px;
  font-size: 18px;
}

.woocommerce-order-received .naby-yape-qr {
  width: min(260px, 100%);
}

.woocommerce-order-received .naby-yape-number {
  width: min(360px, 100%);
  min-height: 58px;
  margin: 8px auto 16px;
  padding: 12px 18px;
}

.woocommerce-order-received .naby-yape-number svg {
  width: 25px;
  height: 25px;
}

.woocommerce-order-received .naby-yape-number span {
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: 4px;
}

.woocommerce-order-received .naby-yape-account-name {
  width: min(360px, 100%);
  padding: 12px 14px;
  font-size: 13px;
}

.woocommerce-order-received .naby-yape-account-name span {
  font-size: 15px;
}

.naby-yape-payment-summary article {
  padding: 18px 24px;
  gap: 14px;
}

.naby-yape-payment-summary svg {
  width: 44px;
  height: 44px;
  padding: 12px;
}

.naby-yape-payment-summary span {
  font-size: 13px;
}

.naby-yape-payment-summary strong {
  font-size: clamp(18px, 2vw, 24px);
}

.naby-yape-detail-card,
.naby-yape-address-card {
  gap: 16px;
  margin-top: 20px;
  padding: clamp(18px, 2.5vw, 24px);
  border-radius: 18px;
}

.naby-yape-card-icon {
  width: 54px;
  height: 54px;
}

.naby-yape-card-icon svg {
  width: 28px;
  height: 28px;
}

.naby-yape-detail-card h3,
.naby-yape-address-card h3 {
  margin-bottom: 12px;
  font-size: clamp(18px, 2vw, 22px);
}

.naby-yape-detail-card table,
.naby-yape-address-card address {
  font-size: 13px;
}

.naby-yape-detail-card th,
.naby-yape-detail-card td {
  padding: 10px 0;
}

.naby-yape-detail-card .naby-yape-payment-row th,
.naby-yape-detail-card .naby-yape-payment-row td {
  padding: 14px 10px;
  font-size: 16px;
}

@media (max-width: 680px) {
  .woocommerce-order-received .naby-yape-heading h2 {
    font-size: 30px;
  }

  .woocommerce-order-received .naby-yape-step {
    min-height: auto;
  }

  .woocommerce-order-received .naby-yape-number span {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
