body.ck-store .site-header,
body.ck-store header#site-header,
body.ck-store footer#site-footer,
body.ck-store .site-footer,
body.ck-store .woocommerce-store-notice,
body.ck-store .elementor-location-header,
body.ck-store .elementor-location-footer {
  display: none !important;
}
body.ck-store .elementor-element,
body.ck-store .e-con,
body.ck-store .elementor-widget-shortcode,
body.ck-store .elementor-widget-container {
  margin: 0 !important;
}
body.ck-store.elementor-page .site-main,
body.ck-store .elementor {
  max-width: none;
}
body.ck-store .elementor-section.elementor-section-boxed > .elementor-container,
body.ck-store .e-con-boxed {
  max-width: none !important;
  padding: 0 !important;
}
:root {
  --mint: #5AC6A2;
  --mint-pale: #A6E1CD;
  --bg: #E4F6F0;
  --pink: #5AC6A2;
  --brown: #3AA888;
  --ink: #1F4D42;
  --muted: #5A8A7C;
  --line: #C5EBE0;
  --sale: #ee4700;
  --logo: "Great Vibes", "Cormorant Garamond", cursive;
  --heading: "Cormorant Garamond", "Times New Roman", serif;
  --body: "Abhaya Libre", "Times New Roman", serif;
  --page: 1280px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--pink);
  font-family: var(--body);
  font-size: 16px;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select { font-family: inherit; }

.wrap { width: min(var(--page), calc(100% - 40px)); margin: 0 auto; }

.announce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: var(--brown);
  color: #fff;
  padding: 10px 28px;
  font-size: 15px;
}
.announce-note { margin-left: auto; }

.header-wrap { background: var(--bg); border-bottom: 1px solid var(--ink); }
.header {
  width: min(var(--page), calc(100% - 40px));
  margin: 0 auto;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
}
.logo {
  justify-self: center;
  color: var(--ink);
  font-family: var(--logo);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}
.header-nav a {
  color: var(--ink);
  font-family: var(--heading);
  font-size: 13px;
  letter-spacing: 0.12em;
  padding: 6px 7px;
  white-space: nowrap;
}
.header-left {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.icon-btn {
  background: none;
  border: 0;
  width: 36px;
  height: 36px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.icon-btn svg { width: 18px; height: 18px; }
.menu-btn { display: none; }
.cart-link { position: relative; color: var(--ink); }
.cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  background: var(--sale);
  color: #fff;
  font-size: 11px;
  display: grid;
  place-items: center;
}

.drawer { position: fixed; inset: 0; background: rgba(31,77,66,0.35); z-index: 40; display: none; }
.drawer.open { display: block; }
.drawer-panel {
  width: min(340px, 88vw);
  height: 100%;
  background: var(--bg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drawer a { color: var(--pink); font-size: 18px; padding: 10px 0; }

.guide-bar {
  text-align: center;
  padding: 22px 16px;
  color: var(--pink);
  border-bottom: 1px solid var(--line);
}
.guide-bar a.btn-outline { margin-left: 10px; }

.hero-banner {
  position: relative;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 0;
  background: var(--bg);
  display: block;
  padding: 12px 0 28px;
}
.hero-full { display: block; }
.hero-full img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.hero-stage {
  position: relative;
  width: 100%;
  line-height: 0;
}
.hero-stage > img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-actions {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 10%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6%;
  z-index: 2;
  line-height: 1.1;
}
.hero-pill {
  justify-self: center;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.22rem;
  padding: 0.55rem 0.4rem;
  border: 1.5px solid #fff;
  border-radius: 999px;
  background: #b5e8e0;
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(0.5rem, 0.82vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 1px 6px rgba(31, 77, 66, 0.08);
  transition: transform 0.28s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.28s ease;
}
.hero-pill:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 6px 16px rgba(31, 77, 66, 0.16);
}
.hero-pill:active {
  transform: translateY(-2px) scale(0.98);
  transition-duration: 0.12s;
}
.hero-pill:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

body[data-page="home"] .hero-banner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: calc(100svh - 7.5rem);
  background: #b5e8e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[data-page="home"] .hero-stage {
  width: 100%;
}
body[data-page="home"] .hero-stage > img {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0;
}

.btn, .btn-solid, .btn-outline {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid var(--pink);
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  color: var(--pink);
}
.btn-solid { background: var(--pink); color: #fff; }

.section { padding: 48px 0; }
body[data-page="home"] main > .section.home-desktop {
  display: none;
}
body[data-page="home"] #about {
  padding: 16px 0 28px;
}
body[data-page="home"] #about .section-head {
  margin-bottom: 10px;
}
body[data-page="home"] #about .section-head h2 {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
body[data-page="home"] #about p {
  max-width: 34rem;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: var(--muted);
}
.luxe-bestsellers {
  background: #bfe9db;
  padding: 10px 0 36px;
}
.luxe-bestsellers .section-head {
  margin-bottom: 16px;
}
.luxe-bestsellers .section-head h2 {
  color: #1a1a1a;
  font-size: 28px;
  letter-spacing: 0.06em;
}
.luxe-bestsellers .product-card {
  background: transparent;
}
.luxe-cats-mobile { display: none; }
body[data-page="home"] #faq {
  padding-top: 12px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 22px;
}
.section-head h2, .page-title, .collection-hero h1, .buy-box h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 36px;
  font-weight: 400;
}
.section-head a { color: var(--pink); }

.product-grid, .collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
}
.collection-grid { grid-template-columns: repeat(5, 1fr); }
.product-grid.strap-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 18px;
  align-items: stretch;
}
.product-grid.strap-grid .product-card {
  background: transparent;
  border: 0;
  padding: 0;
}
.product-grid.strap-grid .card-body {
  padding: 10px 4px 0;
}

.product-card, .collection-card { color: var(--ink); }
.media {
  position: relative;
  aspect-ratio: 1;
  background: var(--mint-pale);
  overflow: hidden;
}
.media.pack {
  aspect-ratio: 16 / 9;
  height: auto;
  background: var(--bg);
  border: 1px solid var(--ink);
}
.media.pack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.media.stage-media { aspect-ratio: 1; }
.media.stage-media.pack {
  aspect-ratio: 16 / 9;
  max-height: 72vh;
  width: min(100%, 640px);
  background: var(--bg);
  border: 1px solid var(--ink);
}
.media img { width: 100%; height: 100%; object-fit: cover; }
.media.missing img { display: none; }
.ph { display: none; }
.media.missing .ph {
  display: flex;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 12px;
  color: var(--muted);
}
.ph strong { color: var(--pink); font-size: 16px; }
.ph code { font-size: 12px; color: var(--muted); }

.card-body { padding: 12px 4px 0; }
.card-body h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
}
.price { margin: 6px 0 0; color: var(--pink); }
.badge {
  position: absolute;
  left: 8px;
  top: 8px;
  background: var(--sale);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
}

.collection-hero { padding: 36px 0 10px; }
.collection-hero h1 { font-size: clamp(32px, 5vw, 48px); }
.collection-hero__desc { color: var(--muted); }
.facets {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0 24px;
  color: var(--ink);
}
.facets button, .facets select {
  border: 0;
  background: transparent;
  color: var(--pink);
  cursor: pointer;
  font-size: 16px;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 32px 0 72px;
}
.thumbs { display: flex; gap: 8px; margin-top: 10px; }
.thumbs button { width: 72px; padding: 0; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.thumbs .media { aspect-ratio: 1; }
.buy-price { font-size: 20px; color: var(--pink); }
.note { color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; }
.qty-row { display: flex; gap: 10px; margin: 18px 0; }
.qty-row input {
  width: 72px;
  text-align: center;
  border: 1px solid var(--pink);
  background: #fff;
  padding: 12px;
  color: var(--ink);
}
.btn-dark { background: var(--pink); color: #fff; border-color: var(--pink); flex: 1; }

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  color: var(--ink);
}
.faq summary { cursor: pointer; font-size: 18px; color: var(--pink); }

.footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 48px 0 28px;
  color: var(--pink);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.footer h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--heading);
  font-weight: 400;
}
.footer a, .footer p { display: block; margin: 6px 0; }
.email-row { display: flex; gap: 0; }
.email-row input {
  flex: 1;
  border: 1px solid var(--pink);
  border-right: 0;
  background: #fff;
  padding: 12px;
  color: var(--ink);
}
.email-row button {
  border: 1px solid var(--pink);
  background: var(--pink);
  color: #fff;
  padding: 12px 14px;
  cursor: pointer;
}
.legal { margin-top: 28px; color: var(--muted); font-size: 13px; }
.cart-table { width: 100%; border-collapse: collapse; color: var(--ink); }
.cart-table td, .cart-table th { padding: 12px 0; border-bottom: 1px solid var(--line); text-align: left; }
.cart-empty { padding: 80px 0; text-align: center; }

.checkout-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}
.checkout-form label { display: block; margin: 12px 0; color: var(--ink); }
.checkout-form input, .checkout-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.pay-choices { display: flex; flex-wrap: wrap; gap: 12px; margin: 12px 0 20px; }
.pay-choice { color: var(--ink); }
.qr-pay { margin-top: 20px; padding: 16px; border: 1px solid var(--line); }
.qr-pay img { width: min(240px, 100%); margin: 12px 0; background: #fff; }
.sub { color: var(--muted); }

@media (max-width: 989px) {
  .checkout-grid { grid-template-columns: 1fr; }
  .header-nav { display: none; }
  .menu-btn { display: grid; }
  .logo { font-size: 34px; }
  .hero-banner { padding: 8px 0 20px; }
  body[data-page="home"] .hero-banner {
    padding: 0;
    min-height: calc(100svh - 8.25rem);
  }
  .product-grid, .collection-grid, .product-layout, .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-grid.strap-grid { grid-template-columns: repeat(3, 1fr); }
  .announce { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .product-grid, .collection-grid, .footer-grid { grid-template-columns: 1fr; }
  .luxe-bestsellers .product-grid { grid-template-columns: 1fr 1fr; }
  .product-grid.strap-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-actions {
    left: 1%;
    right: 1%;
    bottom: 9%;
    gap: 0.4%;
    grid-template-columns: repeat(6, 1fr);
  }
  .hero-pill {
    width: 58%;
    min-height: 2.4rem;
    padding: 0.35rem 0.1rem;
    font-size: 0.38rem;
    letter-spacing: 0.04em;
  }
}

.home-luxe { display: none; }

@media (min-width: 768px) {
  .wrap,
  .header {
    width: calc(100% - 48px);
    max-width: none;
  }
  .hero-banner {
    width: calc(100% - 48px);
    max-width: none;
  }
  body[data-page="home"] .home-luxe {
    display: none;
  }
  body[data-page="home"] .luxe-hero,
  body[data-page="home"] .luxe-arrivals {
    display: none;
  }
  body[data-page="home"] .hero-banner.home-desktop {
    display: none !important;
    min-height: 0;
  }
  .luxe-highlights {
    padding: 0;
    text-align: center;
    background: #bfe9db;
    width: 100%;
  }
  .luxe-highlights-art {
    position: relative;
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
  }
  .luxe-highlights-art img {
    width: 100%;
    height: auto;
    display: block;
  }
  .luxe-hotspots {
    position: absolute;
    left: 1.2%;
    right: 1.2%;
    top: 24%;
    height: 74%;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 0.6%;
  }
  .luxe-hotspots a {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    display: block;
    cursor: pointer;
  }
  .luxe-hotspots a span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .luxe-hotspot-other {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 52% !important;
    height: 30% !important;
    justify-self: end;
    align-self: end;
    z-index: 2;
  }
  .luxe-bestsellers .section-head {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  /* Desktop swapped Best Sellers above Shop By Category; keep About then Best Sellers on phones. */
  main {
    display: flex;
    flex-direction: column;
  }
  #about { order: 1; }
  .luxe-bestsellers { order: 2; }
  .faq { order: 3; }

  .home-luxe { display: block; background: #bfe9db; }
  /* Elementor canvas home has no data-page="home"; hide desktop leftovers anyway. */
  .home-desktop,
  .hero-banner.home-desktop,
  .guide-bar.home-desktop,
  body.home .home-desktop,
  body.ck-store .home-desktop,
  body[data-page="home"] .home-desktop { display: none !important; }
  body.home .hero-banner.home-desktop,
  body.ck-store .hero-banner.home-desktop,
  body[data-page="home"] .hero-banner.home-desktop { display: none !important; min-height: 0; }

  .luxe-hero {
    position: relative;
    background: #bfe9db;
    overflow: hidden;
    line-height: 0;
  }
  .luxe-hero img {
    width: 100%;
    height: auto;
    display: block;
    /* Crop the carousel dots baked into luxe.jpg */
    margin-bottom: -6.2%;
  }
  .luxe-dots {
    display: none !important;
  }
  .luxe-arrivals {
    display: none !important;
  }
  .luxe-highlights,
  body.home .luxe-highlights,
  body.ck-store .luxe-highlights {
    display: block !important;
    padding: 0;
    margin: 0;
    text-align: center;
    background: #bfe9db;
  }
  .luxe-cats-mobile { display: none !important; }
  .luxe-cats-desktop {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .luxe-highlights-art .luxe-hotspots {
    top: 16%;
    height: 72%;
  }
  .luxe-highlights-art .luxe-hotspot-other {
    display: none;
  }
  .luxe-bestsellers {
    display: block;
    padding: 6px 0 28px;
  }
  .luxe-bestsellers .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
  }
  .luxe-hero-copy {
    position: absolute;
    left: 4%;
    top: 6%;
    max-width: 70%;
    color: #1a1a1a;
    text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  }
  .luxe-kicker {
    margin: 0;
    font-family: var(--heading);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .luxe-sub {
    margin: 2px 0 0;
    font-family: var(--heading);
    font-size: 0.78rem;
    font-style: italic;
    font-weight: 500;
  }
  .luxe-dots {
    display: none !important;
  }
  .luxe-dots span {
    display: none !important;
  }

  .luxe-highlights {
    display: block !important;
    padding: 0;
    text-align: center;
    background: #bfe9db;
  }
  .luxe-highlights-art {
    position: relative;
    width: 100%;
  }
  .luxe-highlights-art img {
    width: 100%;
    height: auto;
  }
  .luxe-hotspots {
    position: absolute;
    left: 1%;
    right: 1%;
    top: 16%;
    height: 72%;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 0.5%;
  }
  .luxe-hotspots a {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    display: block;
    cursor: pointer;
  }
  .luxe-hotspots a:nth-child(1) { left: auto; }
  .luxe-hotspots a:nth-child(2) { left: auto; }
  .luxe-hotspots a:nth-child(3) { left: auto; }
  .luxe-hotspots a:nth-child(4) { left: auto; }
  .luxe-hotspots a:nth-child(5) { left: auto; }
  .luxe-hotspot-other {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 52% !important;
    height: 30% !important;
    justify-self: end;
    align-self: end;
    z-index: 2;
  }
  .luxe-hero .luxe-hotspots {
    top: 40%;
    height: 29%;
    left: 1%;
    right: 1%;
  }
  .luxe-hero .luxe-hotspot-other {
    width: 52% !important;
    height: 30% !important;
  }
  .luxe-hotspots a span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .luxe-highlights h2 {
    margin: 0;
    color: #1a1a1a;
    font-family: var(--heading);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
  .luxe-tagline {
    margin: 6px 12px 14px;
    color: #1a1a1a;
    font-family: var(--heading);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
  .luxe-cats {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 16px 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .luxe-cats::-webkit-scrollbar { display: none; }
  .luxe-cat {
    flex: 0 0 auto;
    width: 5.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #1a1a1a;
  }
  .luxe-cat-photo {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    background: #fff;
  }
  .luxe-cat-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .luxe-cat-name {
    font-family: var(--heading);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.2;
  }
  .luxe-cat-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    background: #fff;
    color: #7aa89a;
    font-size: 0.38rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.15;
    padding: 0 4px;
    box-shadow: 0 1px 4px rgba(31,77,66,0.08);
  }

  .luxe-arrivals {
    padding: 10px 16px 28px;
    background: #bfe9db;
  }
  .luxe-arrivals h2 {
    margin: 0 0 16px;
    padding-top: 10px;
    border-top: 1px solid rgba(26,26,26,0.25);
    color: #1a1a1a;
    font-family: var(--heading);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .luxe-arrivals h2 em {
    font-style: italic;
    font-weight: 400;
    font-size: 0.95rem;
  }
  .luxe-arrivals-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .luxe-arrivals-row::-webkit-scrollbar { display: none; }
  .luxe-arrival {
    flex: 0 0 42%;
    text-align: center;
    color: #1a1a1a;
  }
  .luxe-new {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
  }
  .luxe-frame {
    display: block;
    aspect-ratio: 3 / 4.2;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #fff;
  }
  .luxe-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .luxe-price {
    margin: 8px 0 2px;
    font-size: 0.85rem;
  }
  .luxe-arrival h3 {
    margin: 0 0 6px;
    font-family: var(--heading);
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .luxe-arrival button {
    background: none;
    border: 0;
    padding: 0;
    color: #1a1a1a;
    font-family: var(--body);
    font-size: 0.72rem;
    text-decoration: underline;
    cursor: pointer;
  }
}
