@font-face {
  font-family: "Architects Daughter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ArchitectsDaughter-Regular.woff2") format("woff2");
}

/* Header shop name — handwritten marker print, all caps, one size smaller */
.site-header a.brand,
.site-chrome a.brand,
a.brand.brand-logo,
a.brand,
.brand-logo,
a.brand .brand-name,
.site-header .brand-name {
  font-family: "Architects Daughter", "Segoe Print", "Bradley Hand", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(18px, 2.1vw, 24px) !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 1100px) {
  .site-header a.brand,
  .site-chrome a.brand,
  a.brand.brand-logo,
  a.brand,
  a.brand .brand-name,
  .site-header .brand-name {
    font-size: clamp(15px, 3.6vw, 18px) !important;
    letter-spacing: 0.02em !important;
    max-width: min(64vw, 280px) !important;
  }
}

/* Blog title block + ALL BLOGS heading — centered */
.article-header {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.article-header .eyebrow,
.article-header h1 {
  text-align: center !important;
}
.article-header .article-meta {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.blog-hub-head,
.home-blog-section-head.blog-hub-head {
  text-align: center !important;
}
.blog-hub-head .home-blog-section-title,
.blog-hub-head h1,
.blog-hub-lead {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Long-tail keywords + topics: one horizontal run, spaces between */
.seo-keywords-intro,
.seo-keywords-bottom,
.seo-hotwords {
  display: block !important;
  line-height: 1.85 !important;
}
.prose .seo-keywords-intro p,
.prose .seo-keywords-bottom p,
.seo-keywords-intro p,
.seo-keywords-bottom p,
.seo-hotwords a,
.seo-hotwords span {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  line-height: 1.85 !important;
}
.seo-keywords-intro p:not(:last-child)::after {
  content: " - ";
  white-space: pre;
}
.seo-keywords-bottom p::after,
.seo-hotwords a::after,
.seo-hotwords span::after {
  content: "  ";
  white-space: pre;
}
.seo-keywords-bottom p::before {
  content: "#";
}

/* Article left rail: ranking + hot-search eggs
   Welded to article: page scrolls as one unit — no sticky, no inner scrollbars. */
.article-with-sidebar .blog-layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;
}
.article-with-sidebar .article-main {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  max-width: none !important;
}
.article-with-sidebar .blog-sidebar.article-rail,
.article-with-sidebar aside.blog-sidebar.article-rail,
aside.blog-sidebar.article-rail {
  display: block !important;
  visibility: visible !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 300px !important;
  max-width: 300px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 3 !important;
}
.article-rail .rail-widget,
.article-rail .rail-widget.rail-rank,
.article-rail .rail-widget.rail-eggs {
  margin: 0 0 18px !important;
  padding: 16px 14px 14px !important;
  border: 1px solid #eadfd0 !important;
  background: #fffdf8 !important;
  box-shadow: 0 8px 24px rgba(80, 50, 20, .06);
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.article-rail .rail-widget h3 {
  margin: 0 0 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  text-align: left !important;
}
.article-rail .rail-rank-list,
.article-rail ol.rail-rank-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
.article-rail .rail-rank-item a {
  display: grid !important;
  grid-template-columns: 52px 18px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #f0e6d8 !important;
  text-decoration: none !important;
  color: inherit !important;
}
.article-rail .rail-rank-thumb,
.article-rail .rail-rank-thumb-fallback {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  object-fit: cover !important;
  background: #f3eee6 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.article-rail .rail-rank-item.is-current a {
  background: #fff4e5;
  margin: 0 -8px;
  padding-left: 8px;
  padding-right: 8px;
}
.article-rail .rail-rank-copy {
  min-width: 0;
}
.article-rail .rail-rank-n {
  font-size: 12px;
  font-weight: 700;
  color: #c45c26;
}
.article-rail .rail-rank-title {
  font-size: 12.5px;
  line-height: 1.35;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Heiti SC", "SimHei", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  overflow: hidden !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}
.article-rail .rail-rank-views {
  display: block;
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  margin-top: 2px;
}
.article-related-products {
  margin: 36px 0 8px;
  padding-top: 22px;
  border-top: 1px solid #eadfd0;
}
.article-related-products .section-heading {
  margin-bottom: 16px;
}
.article-related-products .section-heading .eyebrow {
  margin: 0 0 4px;
  letter-spacing: .14em;
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}
.article-related-products .section-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}
.article-related-products .related-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.article-related-products .related-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article-related-products .related-card img,
.article-related-products .related-card .related-fallback {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f3eee6;
  display: block;
}
.article-related-products .related-card h3 {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.article-rail .rail-empty {
  color: #888;
  font-size: 12px;
  list-style: none;
}
.article-rail .rail-egg-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  align-items: center;
}
.article-rail a.rail-egg {
  display: inline-block !important;
  padding: 6px 11px !important;
  border-radius: 999px !important;
  background: var(--egg, #e74c3c) !important;
  color: #fff !important;
  font-size: var(--egg-size, 13px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transform: rotate(var(--tilt, 0deg));
  box-shadow: 0 3px 0 rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .15s ease, filter .15s ease;
}
.article-rail a.rail-egg:hover {
  filter: brightness(1.08);
  transform: rotate(0deg) scale(1.06);
}
@media (max-width: 980px) {
  .article-with-sidebar .blog-layout {
    grid-template-columns: 1fr !important;
  }
  .article-with-sidebar .article-main,
  .article-with-sidebar aside.blog-sidebar.article-rail {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: none !important;
    position: static !important;
  }
  .article-with-sidebar .article-main { order: 1; }
  .article-with-sidebar aside.blog-sidebar.article-rail { order: 2; }
  .article-related-products .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Contact Us page + milanstyle footer policy row */
.cu-page { max-width: 1080px; margin: 0 auto; padding: 48px 24px 72px; }
.cu-hero { text-align: center; margin-bottom: 42px; }
.cu-hero .cu-kicker { letter-spacing: .18em; font-size: 11px; text-transform: uppercase; color: #888; margin: 0 0 10px; }
.cu-hero h1 { font-size: clamp(32px, 5vw, 52px); margin: 0 0 14px; font-weight: 500; }
.cu-hero p { max-width: 680px; margin: 0 auto 22px; color: #555; line-height: 1.7; }
.cu-wa { display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff !important; text-decoration: none; padding: 14px 22px; font-weight: 600; letter-spacing: .04em; }
.cu-wa:hover { filter: brightness(1.06); }
.cu-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 8px 0 40px; }
.cu-card { background: #fff; border: 1px solid #e8e6e1; padding: 22px; }
.cu-card h2 { margin: 0 0 10px; font-size: 18px; font-weight: 600; }
.cu-card p { margin: 0; color: #555; line-height: 1.7; font-size: 14px; }
.cu-pay { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.cu-pay span { border: 1px solid #ddd; padding: 6px 12px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.cu-addr { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 16px; }
.cu-addr article { border: 1px solid #e8e6e1; padding: 18px; background: #fafafa; }
.cu-addr h3 { margin: 0 0 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.cu-addr p { margin: 0; color: #555; font-size: 13px; line-height: 1.65; }
.cu-note { text-align: center; color: #777; font-size: 13px; margin-top: 36px; }
.cu-prose { max-width: 760px; margin: 0 auto; padding: 48px 24px 72px; }
.cu-prose h1 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 18px; font-weight: 500; }
.cu-prose p, .cu-prose li { color: #555; line-height: 1.75; }
.cu-map a { display: inline-block; margin: 0 14px 10px 0; }
@media (max-width: 900px) { .cu-cards, .cu-addr { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cu-cards, .cu-addr { grid-template-columns: 1fr; } }
.footer-bottom { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 16px !important; text-align: center !important; }
.footer-policy-row,
.footer-bottom > div { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 10px 26px !important; width: 100% !important; }
.footer-policy-row a,
.footer-bottom > div a { font-size: 12px !important; letter-spacing: .08em !important; text-transform: uppercase; }

/* Hide old pictorial logo; handwritten site name only */
a.brand img,
a.brand svg,
a.brand .brand-mark,
img.brand-mark,
#lang-switch,
.lang-switch,
#theme-toggle {
  display: none !important;
}

/* WhatsApp — boss green on every breakpoint */
a.buy-button.buy-via-whatsapp,
.buy-button.buy-via-whatsapp,
a.buy-via-whatsapp,
#local-product-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}
a.buy-button.buy-via-whatsapp:hover,
.buy-button.buy-via-whatsapp:hover,
a.buy-via-whatsapp:hover {
  background: #1ebe5d !important;
  border-color: #1ebe5d !important;
  color: #fff !important;
}
.buy-via-whatsapp svg,
.buy-via-whatsapp-icon,
.buy-via-whatsapp-icon path {
  color: #fff !important;
  fill: currentColor !important;
}
.contact-fab--wa {
  background: #25d366 !important;
}

/* Price note: one size smaller, exactly two lines */
.wa-price-note {
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  white-space: normal !important;
}

/* Floating contacts: vertical middle, all viewports */
.contact-float {
  position: fixed !important;
  right: 14px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 90 !important;
}

@media (max-width: 1100px) {
  html:not(.filters-ready) .shop-filter-block > :not(summary) {
    display: none !important;
  }
  html:not(.mdrawer-enabled) body.nav-open .main-nav,
  html:not(.mdrawer-enabled) body.nav-open nav.main-nav {
    display: flex !important;
    flex-direction: column !important;
    max-height: min(62vh, calc(100dvh - 170px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    padding-bottom: 18px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
  }
  .nav-item--mega > .nav-mega-panel,
  .nav-mega-panel,
  .nav-item--mega.is-open > .nav-mega-panel,
  .nav-item--mega.is-open .nav-mega-panel {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }
  .shop-main .product-grid,
  .shop-main .product-catalog,
  .shop-main .product-grid.product-catalog,
  #product-grid,
  .product-grid.product-catalog,
  .product-grid:not(.arrivals-grid):not(.home-shop-grid):not(.home-top-clicks) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
  }
  .product-card {
    min-width: 0 !important;
  }
  .product-card .product-info {
    padding: 8px 6px 12px !important;
  }
  .product-card .product-info h3,
  .product-card .product-info h3 a {
    margin: 4px 0 6px !important;
    line-height: 1.35 !important;
  }
  .product-card .price-row,
  .product-card .condition {
    margin-top: 4px !important;
  }
}

/* PDP main photo: match the right-column height on desktop */
@media (min-width: 901px) {
  .product-page .product-top,
  #local-product-page .product-top {
    align-items: stretch !important;
  }
  .product-gallery,
  .product-gallery.has-thumbs {
    min-height: 900px !important;
  }
  .product-gallery-main,
  .product-gallery-zoom {
    min-height: 900px !important;
    max-height: none !important;
    height: auto !important;
  }
  .product-gallery-main img,
  .product-gallery-zoom img,
  #local-product-cover {
    width: 100% !important;
    min-height: 900px !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* Shop grid product titles — bold sans-serif (黑体加粗) */
.product-card .product-info h3,
.product-card .product-info h3 a,
.shop-main .product-card .product-info h3,
.shop-main .product-card .product-info h3 a,
.product-grid .product-info h3,
.product-grid .product-info h3 a,
.uk-product-title,
#local-product-title,
.product-page .product-title,
.product-details h1.product-title,
.article-header h1,
.archive-item h2 {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Heiti SC", "SimHei", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #111 !important;
  letter-spacing: 0 !important;
}

/* ALL BLOGS list titles — Heiti, not bold */
.blog-card-title,
.blog-card-title a,
.blog-card .blog-card-title,
.home-blog-card .blog-card-title,
.uk-blog-card h3 {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Heiti SC", "SimHei", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #111 !important;
  letter-spacing: 0 !important;
}

/* baunsu.com — Shop by Brand: black/white buttons, keep flex layout */
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill {
  gap: 0;
  padding: 10px 14px !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
  font-weight: 600;
}
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  box-shadow: none !important;
}
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill img,
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill .uk-brand-dot {
  display: none !important;
}
body[data-store-url*="baunsu.com"] .uk-brands-row .uk-brand-pill span {
  max-width: none !important;
  overflow: visible;
  white-space: nowrap;
  text-overflow: clip;
  color: inherit !important;
}

/* Super Navigation page — premium partner link cards */
.super-nav-page {
  padding-bottom: 56px;
  background:
    radial-gradient(900px 320px at 50% 0%, rgba(74, 24, 120, 0.06), transparent 60%),
    #fff;
}
.super-nav-hero {
  text-align: center;
  padding: 52px 20px 28px;
  max-width: 760px;
  margin: 0 auto;
}
.super-nav-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.super-nav-hero h1 {
  margin: 0 0 14px;
  font-family: var(--uk-serif, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #111;
}
.super-nav-lead {
  margin: 0 auto;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.super-nav-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 20px 0;
}
.super-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 721px) {
  .super-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }
}
.super-nav-item {
  animation: superNavIn 0.55s ease both;
  animation-delay: calc(var(--sn-i, 0) * 0.07s);
}
@keyframes superNavIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.super-nav-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f8f8 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14), 0 2px 6px rgba(0, 0, 0, 0.08);
  color: #111;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
  box-sizing: border-box;
}
.super-nav-card:hover {
  transform: translateY(-2px);
  border-color: #111;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
.super-nav-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--sn-badge, #e53935);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--sn-badge, #e53935) 38%, transparent);
}
.super-nav-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.super-nav-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.super-nav-url {
  font-size: 11px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.super-nav-cta {
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
  transition: color 0.2s ease;
}
.super-nav-card:hover .super-nav-cta {
  color: #111;
}
.super-nav-go {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: grid;
  place-items: center;
  color: #111;
  background: #fff;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.super-nav-card:hover .super-nav-go {
  transform: translateX(4px);
  background: #111;
  border-color: #111;
  color: #fff;
}
.super-nav-empty {
  color: #666;
  margin: 24px 0 0;
  text-align: center;
  padding: 28px;
  border: 1px dashed #ddd;
  border-radius: 12px;
  background: #fafafa;
}
body[data-store-url*="slanth.com"] .super-nav-page {
  background:
    radial-gradient(900px 320px at 50% 0%, rgba(74, 24, 120, 0.1), transparent 60%),
    #fff;
}
body[data-store-url*="slanth.com"] .super-nav-kicker,
body[data-store-url*="slanth.com"] .super-nav-hero h1 {
  color: #4a1878;
}
body[data-store-url*="slanth.com"] .super-nav-card:hover {
  border-color: #4a1878;
  box-shadow: 0 16px 40px rgba(74, 24, 120, 0.16), 0 6px 16px rgba(0, 0, 0, 0.14);
}
body[data-store-url*="slanth.com"] .super-nav-card:hover .super-nav-go {
  background: #4a1878;
  border-color: #4a1878;
}
@media (max-width: 720px) {
  .super-nav-page { padding-bottom: 40px; }
  .super-nav-hero {
    padding: 28px 16px 18px;
  }
  .super-nav-hero h1 {
    font-size: clamp(28px, 8vw, 36px);
    margin-bottom: 10px;
  }
  .super-nav-lead {
    font-size: 13px;
    line-height: 1.55;
  }
  .super-nav-grid {
    padding: 4px 12px 0;
  }
  .super-nav-list {
    gap: 8px;
  }
  .super-nav-card {
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
  }
  .super-nav-badge {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .super-nav-name {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
  .super-nav-url {
    font-size: 10px;
  }
  .super-nav-cta {
    display: none;
  }
  .super-nav-go {
    width: 30px;
    height: 30px;
  }
  .super-nav-go svg {
    width: 14px;
    height: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .super-nav-item { animation: none; }
  .super-nav-card,
  .super-nav-go { transition: none; }
}
