:root {
  --wu-red: #b5122b;
  --wu-red-dark: #8f0e22;
  --wu-ink: #111722;
  --wu-navy: #10233f;
  --wu-muted: #5d6570;
  --wu-line: #d9d9d4;
  --wu-surface: #f6f5f2;
  --wu-white: #ffffff;
  --wu-focus: #0b66c3;
}

html body.wu-brand-wearus,
html body.wu-brand-wearus .fw26-master {
  --blue: var(--wu-red) !important;
  --blue-deep: var(--wu-red-dark) !important;
  --btn-accented-bgcolor: var(--wu-red) !important;
  --btn-accented-bgcolor-hover: var(--wu-red-dark) !important;
  --wd-primary-color: var(--wu-red) !important;
  --wearus-green: var(--wu-red) !important;
  --wearus-green-dark: var(--wu-red-dark) !important;
  --wearus-search-ring: rgba(181, 18, 43, 0.28) !important;
  --wu-blue: var(--wu-red) !important;
  --wu-blue-deep: var(--wu-red-dark) !important;
  --wu-brand-accent: var(--wu-red) !important;
  --wu-brand-accent-deep: var(--wu-red-dark) !important;
}

/* Wear US header: light utility bar, category-first navigation, red accent only. */
body.wu-brand-wearus .whb-top-bar,
body.wu-brand-wearus .whb-top-bar .container,
body.wu-brand-wearus .whb-top-bar .whb-flex-row {
  background: var(--wu-surface) !important;
  color: var(--wu-ink) !important;
}

body.wu-brand-wearus .whb-top-bar {
  border-bottom: 1px solid var(--wu-line) !important;
}

body.wu-brand-wearus .whb-top-bar a,
body.wu-brand-wearus .whb-top-bar .wd-tools-text,
body.wu-brand-wearus .whb-top-bar .wd-tools-icon,
body.wu-brand-wearus .whb-top-bar .wd-nav > li > a {
  color: var(--wu-ink) !important;
}

body.wu-brand-wearus .whb-top-bar a:hover,
body.wu-brand-wearus .whb-top-bar a:focus-visible,
body.wu-brand-wearus .whb-top-bar .wd-nav > li > a:hover,
body.wu-brand-wearus .whb-top-bar .wd-nav > li > a:focus-visible {
  color: var(--wu-red) !important;
}

body.wu-brand-wearus .whb-general-header,
body.wu-brand-wearus .whb-header-bottom,
body.wu-brand-wearus .whb-sticky-row {
  background: var(--wu-white) !important;
}

body.wu-brand-wearus .wd-header-search-form .searchform,
body.wu-brand-wearus .wd-search-form .searchform {
  border: 1px solid #aeb2b7 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  overflow: hidden;
}

body.wu-brand-wearus .wd-header-search-form .searchform:focus-within,
body.wu-brand-wearus .wd-search-form .searchform:focus-within {
  border-color: var(--wu-focus) !important;
  box-shadow: 0 0 0 3px rgba(11, 102, 195, 0.18) !important;
}

body.wu-brand-wearus .wd-header-search-form input[type="text"],
body.wu-brand-wearus .wd-header-search-form input[type="search"],
body.wu-brand-wearus .wd-search-form input[type="text"],
body.wu-brand-wearus .wd-search-form input[type="search"] {
  color: var(--wu-ink) !important;
  min-height: 44px;
}

body.wu-brand-wearus .wd-header-search-form button,
body.wu-brand-wearus .wd-search-form button {
  background: var(--wu-red) !important;
  color: var(--wu-white) !important;
}

body.wu-brand-wearus .wd-header-search-form button:hover,
body.wu-brand-wearus .wd-header-search-form button:focus-visible,
body.wu-brand-wearus .wd-search-form button:hover,
body.wu-brand-wearus .wd-search-form button:focus-visible {
  background: var(--wu-red-dark) !important;
}

body.wu-brand-wearus .wd-header-cats .menu-opener,
body.wu-brand-wearus .wd-header-cats.wd-opened .menu-opener {
  background: var(--wu-red) !important;
  color: var(--wu-white) !important;
  min-height: 46px;
}

body.wu-brand-wearus .wd-header-cats .menu-opener:hover,
body.wu-brand-wearus .wd-header-cats .menu-opener:focus-visible {
  background: var(--wu-red-dark) !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav {
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  border: 1px solid #c7c7c2 !important;
  border-radius: 3px !important;
  background: #fff !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav > a,
html body.wu-brand-wearus .wd-header-sticky-nav .wd-tools-icon,
html body.wu-brand-wearus .wd-header-sticky-nav .wd-tools-text {
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav > a {
  min-height: 44px !important;
  padding: 0 13px !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav .wd-tools-inner {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wu-ink) !important;
  box-shadow: none !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav .wd-tools-text {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav:hover,
html body.wu-brand-wearus .wd-header-sticky-nav:focus-within,
html body.wu-brand-wearus .wd-header-sticky-nav.wd-opened {
  border-color: var(--wu-ink) !important;
  background: #f4f4f1 !important;
}

html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit {
  background: var(--wu-red) !important;
  color: var(--wu-white) !important;
}

html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit:hover,
html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit:focus-visible,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit:hover,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit:focus-visible,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit:hover,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit:focus-visible {
  background: var(--wu-red-dark) !important;
}

body.wu-brand-wearus .wd-header-nav .wd-nav > li > a,
body.wu-brand-wearus .whb-header-bottom .wd-nav > li > a {
  color: var(--wu-navy) !important;
  background: transparent !important;
}

body.wu-brand-wearus .wd-header-nav .wd-nav > li > a:hover,
body.wu-brand-wearus .wd-header-nav .wd-nav > li > a:focus-visible,
body.wu-brand-wearus .whb-header-bottom .wd-nav > li > a:hover,
body.wu-brand-wearus .whb-header-bottom .wd-nav > li > a:focus-visible,
body.wu-brand-wearus .wd-header-nav .wd-nav > li.current-menu-item > a {
  color: var(--wu-red) !important;
}

body.wu-brand-wearus .wu-menu-quote > a {
  color: var(--wu-red) !important;
  font-weight: 700 !important;
}

body.wu-brand-wearus .wd-header-cart .wd-tools-count,
body.wu-brand-wearus .wd-header-wishlist .wd-tools-count {
  background: var(--wu-red) !important;
  color: var(--wu-white) !important;
}

/* Category rows stay transparent. The containing drawer may use a quiet tint. */
body.wu-brand-wearus .wd-dropdown,
body.wu-brand-wearus .wd-dropdown-menu,
body.wu-brand-wearus .wd-header-cats .wd-dropdown-cats,
body.wu-brand-wearus .mobile-nav,
body.wu-brand-wearus .mobile-nav .wd-nav-mobile {
  background-color: var(--wu-surface) !important;
}

html body.wu-brand-wearus .wd-sticky-nav,
html body.wu-brand-wearus .mobile-nav,
html body.wu-brand-wearus .mobile-nav .wd-nav-mobile {
  background: var(--wu-white) !important;
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .mobile-nav .wearus-mobile-header {
  background: var(--wu-white) !important;
  border-bottom: 3px solid var(--wu-red) !important;
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mob-tab,
html body.wu-brand-wearus .mobile-nav .wd-nav-mob-tab > li,
html body.wu-brand-wearus .mobile-nav .wd-nav-mob-tab > li > a {
  background: var(--wu-surface) !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mob-tab > li > a {
  color: var(--wu-muted) !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mob-tab > li.wd-active > a {
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mob-tab > li.wd-active {
  border-bottom-color: var(--wu-red) !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mobile > li > a > img.wd-nav-img {
  background: var(--wu-white) !important;
  filter: none !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-opener,
html body.wu-brand-wearus .mobile-nav .wd-drilldown-back,
html body.wu-brand-wearus .mobile-nav .wd-drilldown-back a {
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-sticky-nav-title,
html body.wu-brand-wearus .mobile-nav .wd-heading {
  border-bottom: 3px solid var(--wu-red) !important;
  background: var(--wu-white) !important;
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > a,
html body.wu-brand-wearus .mobile-nav .wd-nav-mobile > li > a,
html body.wu-brand-wearus .mobile-nav .menu-item > a {
  background: transparent !important;
  color: var(--wu-ink) !important;
}

body.wu-brand-wearus .wu-footer-system__kicker {
  color: #ef806f !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > a:hover,
html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > a:focus-visible,
html body.wu-brand-wearus .mobile-nav .wd-nav-mobile > li > a:hover,
html body.wu-brand-wearus .mobile-nav .wd-nav-mobile > li > a:focus-visible,
html body.wu-brand-wearus .mobile-nav .menu-item > a:hover,
html body.wu-brand-wearus .mobile-nav .menu-item > a:focus-visible {
  background: var(--wu-surface) !important;
  color: var(--wu-red) !important;
}

body.wu-brand-wearus .wd-dropdown .menu-item,
body.wu-brand-wearus .wd-dropdown .menu-item > a,
body.wu-brand-wearus .wd-dropdown .sub-menu,
body.wu-brand-wearus .wd-dropdown .sub-sub-menu,
body.wu-brand-wearus .wd-nav-vertical > li,
body.wu-brand-wearus .wd-nav-vertical > li > a,
body.wu-brand-wearus .mobile-nav .menu-item,
body.wu-brand-wearus .mobile-nav .menu-item > a,
body.wu-brand-wearus .mobile-nav .sub-menu,
body.wu-brand-wearus .wd-nav-mobile > li,
body.wu-brand-wearus .wd-nav-mobile > li > a {
  background: transparent !important;
  background-color: transparent !important;
}

body.wu-brand-wearus .wd-dropdown .menu-item > a,
body.wu-brand-wearus .wd-nav-vertical > li > a,
body.wu-brand-wearus .mobile-nav .menu-item > a,
body.wu-brand-wearus .wd-nav-mobile > li > a {
  color: var(--wu-ink) !important;
}

body.wu-brand-wearus .wd-dropdown .menu-item > a:hover,
body.wu-brand-wearus .wd-dropdown .menu-item > a:focus-visible,
body.wu-brand-wearus .wd-nav-vertical > li > a:hover,
body.wu-brand-wearus .wd-nav-vertical > li > a:focus-visible,
body.wu-brand-wearus .mobile-nav .menu-item > a:hover,
body.wu-brand-wearus .mobile-nav .menu-item > a:focus-visible,
body.wu-brand-wearus .wd-nav-mobile > li > a:hover,
body.wu-brand-wearus .wd-nav-mobile > li > a:focus-visible {
  color: var(--wu-red) !important;
  background: transparent !important;
}

body.wu-brand-wearus .wearus-path-dock {
  display: none !important;
}

body.wu-brand-wearus.page-id-88393 .wu-btn--primary,
body.wu-brand-wearus.page-id-88393 a.wu-btn--primary {
  background: var(--wu-red) !important;
  border-color: var(--wu-red) !important;
  color: var(--wu-white) !important;
}

html body.wu-brand-wearus.page-id-88393 .wu-home a.fw26-btn:not(.fw26-btn--light),
html body.wu-brand-wearus.page-id-88393 a.fw26-btn:not(.fw26-btn--light) {
  background: var(--wu-red) !important;
  border-color: var(--wu-red) !important;
  color: var(--wu-white) !important;
}

html body.wu-brand-wearus.page-id-88393 .wu-home a.fw26-btn:not(.fw26-btn--light):hover,
html body.wu-brand-wearus.page-id-88393 .wu-home a.fw26-btn:not(.fw26-btn--light):focus-visible,
html body.wu-brand-wearus.page-id-88393 a.fw26-btn:not(.fw26-btn--light):hover,
html body.wu-brand-wearus.page-id-88393 a.fw26-btn:not(.fw26-btn--light):focus-visible {
  background: var(--wu-red-dark) !important;
  border-color: var(--wu-red-dark) !important;
}

html body.wu-brand-wearus.page-id-88393 a.fw26-btn--light {
  border-color: var(--wu-red) !important;
}

body.wu-brand-wearus.page-id-88393 .wu-btn--primary:hover,
body.wu-brand-wearus.page-id-88393 .wu-btn--primary:focus-visible,
body.wu-brand-wearus.page-id-88393 a.wu-btn--primary:hover,
body.wu-brand-wearus.page-id-88393 a.wu-btn--primary:focus-visible {
  background: var(--wu-red-dark) !important;
  border-color: var(--wu-red-dark) !important;
}

body.wuqs-page .page-title,
body.wuqs-page .title-design-centered,
body.wuqs-page .site-content > .container > .entry-header {
  display: none !important;
}

body.wuqs-page .main-page-wrapper,
body.wuqs-page .site-content,
body.wuqs-page .entry-content {
  padding-top: 0 !important;
}

.wuqs {
  background: var(--wu-white);
  color: var(--wu-ink);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

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

.wuqs-hero {
  background: var(--wu-navy);
  color: var(--wu-white);
  padding: clamp(52px, 8vw, 96px) max(24px, calc((100vw - 1180px) / 2));
}

.wuqs-kicker,
.wuqs-panel-header > p {
  color: #ff8da0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.wuqs-hero h1 {
  color: var(--wu-white);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0;
  max-width: 850px;
}

.wuqs-lede {
  color: #e3e8ef;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 760px;
}

.wuqs-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.wuqs-assurances li {
  color: var(--wu-white);
  font-size: 0.92rem;
  font-weight: 700;
}

.wuqs-assurances li::before {
  color: #ff8da0;
  content: "✓";
  margin-right: 8px;
}

.wuqs-layout {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(220px, 270px) minmax(0, 820px);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(36px, 6vw, 76px) 24px 96px;
}

.wuqs-progress {
  align-self: start;
  position: sticky;
  top: 110px;
}

.wuqs-progress ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wuqs-progress li {
  align-items: center;
  border-left: 2px solid var(--wu-line);
  color: var(--wu-muted);
  display: flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 12px;
  min-height: 58px;
  padding: 7px 0 7px 18px;
}

.wuqs-progress li span {
  align-items: center;
  border: 1px solid #b9bdc2;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
}

.wuqs-progress li.is-active {
  border-left-color: var(--wu-red);
  color: var(--wu-ink);
}

.wuqs-progress li.is-active span,
.wuqs-progress li.is-complete span {
  background: var(--wu-red);
  border-color: var(--wu-red);
  color: var(--wu-white);
}

.wuqs-progress li.is-complete {
  color: var(--wu-ink);
}

.wuqs-form,
.wuqs-success {
  min-width: 0;
}

.wuqs-panel,
.wuqs-success {
  border-top: 4px solid var(--wu-red);
  padding-top: 26px;
}

.wuqs-panel[hidden],
.wuqs-success[hidden],
.wuqs-path-panel[hidden],
.wuqs-decoration-details[hidden],
[data-budget-amount][hidden] {
  display: none !important;
}

.wuqs-panel-header {
  border-bottom: 1px solid var(--wu-line);
  margin-bottom: 30px;
  padding-bottom: 26px;
}

.wuqs-panel-header > p {
  color: var(--wu-red);
}

.wuqs-panel-header h2,
.wuqs-success h2 {
  color: var(--wu-ink);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 12px;
}

.wuqs-panel-header > span,
.wuqs-section-heading p,
.wuqs-success > p {
  color: var(--wu-muted);
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  max-width: 680px;
}

.wuqs-fieldset,
.wuqs-product {
  border: 0;
  margin: 0 0 30px;
  min-width: 0;
  padding: 0;
}

.wuqs-fieldset > legend,
.wuqs-product legend,
.wuqs-section-heading h3 {
  color: var(--wu-ink);
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 13px;
}

.wuqs-choice-grid {
  display: grid;
  gap: 12px;
}

.wuqs-choice-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wuqs-choice-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wuqs-choice-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wuqs-choice {
  cursor: pointer;
  margin: 0;
  position: relative;
}

.wuqs-choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.wuqs-choice > span {
  background: transparent;
  border: 1px solid #b9bdc2;
  border-radius: 3px;
  display: block;
  min-height: 118px;
  padding: 20px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.wuqs-choice > span strong,
.wuqs-choice > span small {
  display: block;
}

.wuqs-choice > span strong {
  color: var(--wu-ink);
  font-size: 1rem;
}

.wuqs-choice > span small {
  color: var(--wu-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 8px;
}

.wuqs-choice input:checked + span {
  border-color: var(--wu-red);
  box-shadow: inset 0 0 0 2px var(--wu-red);
}

.wuqs-choice input:focus-visible + span {
  outline: 3px solid rgba(11, 102, 195, 0.3);
  outline-offset: 2px;
}

.wuqs-choice--compact > span {
  align-items: center;
  display: flex;
  min-height: 70px;
  padding: 15px;
}

.wuqs-path-panel,
.wuqs-decoration-details {
  background: var(--wu-surface);
  border-left: 3px solid var(--wu-red);
  margin: 28px 0;
  padding: 26px;
}

.wuqs-section-heading {
  margin-bottom: 22px;
}

.wuqs-section-heading p {
  font-size: 0.92rem;
  margin: -5px 0 0;
}

.wuqs-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wuqs-field {
  color: var(--wu-ink);
  display: block;
  font-size: 0.9rem;
  font-weight: 750;
  margin: 0 0 20px;
  min-width: 0;
}

.wuqs-field > span {
  color: var(--wu-red);
}

.wuqs-field small {
  color: var(--wu-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  margin-top: 4px;
}

.wuqs input[type="text"],
.wuqs input[type="search"],
.wuqs input[type="email"],
.wuqs input[type="tel"],
.wuqs input[type="number"],
.wuqs input[type="date"],
.wuqs select,
.wuqs textarea {
  background: var(--wu-white);
  border: 1px solid #9da2a8;
  border-radius: 3px;
  color: var(--wu-ink);
  display: block;
  font: inherit;
  font-weight: 500;
  margin-top: 8px;
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}

.wuqs textarea {
  min-height: 118px;
  resize: vertical;
}

.wuqs input:focus,
.wuqs select:focus,
.wuqs textarea:focus {
  border-color: var(--wu-focus);
  box-shadow: 0 0 0 3px rgba(11, 102, 195, 0.18);
  outline: 0;
}

.wuqs [aria-invalid="true"] {
  border-color: var(--wu-red) !important;
}

.wuqs-field-error,
.wuqs-global-error {
  color: var(--wu-red-dark);
  font-size: 0.88rem;
  font-weight: 700;
  margin: 10px 0;
}

.wuqs-global-error {
  background: #fff2f4;
  border-left: 4px solid var(--wu-red);
  margin: 0 0 24px;
  padding: 15px 18px;
}

.wuqs-product {
  border-bottom: 1px solid var(--wu-line);
  margin-bottom: 22px;
  padding-bottom: 12px;
}

.wuqs-product-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.wuqs-product-heading legend {
  float: left;
}

.wuqs-remove-product,
.wuqs-text-button {
  background: transparent;
  border: 0;
  color: var(--wu-red);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  min-height: 44px;
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wuqs-product-search {
  position: relative;
}

.wuqs-suggestions {
  background: var(--wu-white);
  border: 1px solid #9da2a8;
  box-shadow: 0 8px 20px rgba(17, 23, 34, 0.12);
  left: 0;
  list-style: none;
  margin: -1px 0 0;
  max-height: 320px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 20;
}

.wuqs-suggestions button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--wu-line);
  color: var(--wu-ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 12px;
  grid-template-columns: 48px 1fr;
  min-height: 64px;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.wuqs-suggestions button:hover,
.wuqs-suggestions button:focus-visible {
  background: var(--wu-surface);
  outline: 2px solid var(--wu-focus);
  outline-offset: -2px;
}

.wuqs-suggestions img {
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.wuqs-suggestions small {
  color: var(--wu-muted);
  display: block;
}

.wuqs-upload {
  margin-top: 10px;
}

.wuqs-upload input {
  background: transparent;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  max-width: 100%;
}

.wuqs-review {
  background: var(--wu-surface);
  border-left: 3px solid var(--wu-red);
  margin-bottom: 30px;
  padding: 22px 24px;
}

.wuqs-review h3 {
  font-size: 1rem;
  margin: 0 0 12px;
}

.wuqs-review dl {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: 150px minmax(0, 1fr);
  margin: 0;
}

.wuqs-review dt {
  color: var(--wu-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.wuqs-review dd {
  color: var(--wu-ink);
  font-size: 0.9rem;
  margin: 0;
}

.wuqs-consent {
  align-items: flex-start;
  color: var(--wu-ink);
  display: flex;
  font-size: 0.9rem;
  gap: 11px;
  line-height: 1.45;
  margin: 20px 0;
}

.wuqs-consent input {
  flex: 0 0 auto;
  height: 20px;
  margin-top: 1px;
  width: 20px;
}

.wuqs-consent a {
  color: var(--wu-red-dark);
  text-decoration: underline;
}

.wuqs-actions {
  align-items: center;
  border-top: 1px solid var(--wu-line);
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 24px;
}

.wuqs-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  text-decoration: none;
}

.wuqs-button--primary {
  background: var(--wu-red);
  color: var(--wu-white);
}

.wuqs-button--primary:hover,
.wuqs-button--primary:focus-visible {
  background: var(--wu-red-dark);
  color: var(--wu-white);
}

.wuqs-button--secondary {
  background: transparent;
  border-color: var(--wu-ink);
  color: var(--wu-ink);
}

.wuqs-button--secondary:hover,
.wuqs-button--secondary:focus-visible {
  background: var(--wu-ink);
  color: var(--wu-white);
}

.wuqs-button:focus-visible,
.wuqs-text-button:focus-visible,
.wuqs-remove-product:focus-visible {
  outline: 3px solid rgba(11, 102, 195, 0.35);
  outline-offset: 3px;
}

.wuqs-button[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.wuqs-success {
  grid-column: 2;
}

.wuqs-success .wuqs-kicker {
  color: var(--wu-red);
}

.wuqs-honeypot {
  height: 1px !important;
  left: -10000px !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media (max-width: 900px) {
  .wuqs-layout {
    grid-template-columns: 1fr;
  }

  .wuqs-progress {
    overflow-x: auto;
    position: static;
  }

  .wuqs-progress ol {
    display: flex;
    min-width: 690px;
  }

  .wuqs-progress li {
    border-bottom: 2px solid var(--wu-line);
    border-left: 0;
    flex: 1;
    padding: 8px 12px 14px;
  }

  .wuqs-progress li.is-active {
    border-bottom-color: var(--wu-red);
  }

  .wuqs-success {
    grid-column: 1;
  }

  .wuqs-choice-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wuqs-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wuqs-layout {
    gap: 28px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .wuqs-assurances {
    display: grid;
  }

  .wuqs-choice-grid--two,
  .wuqs-choice-grid--three,
  .wuqs-choice-grid--four,
  .wuqs-form-grid {
    grid-template-columns: 1fr;
  }

  .wuqs-choice > span {
    min-height: 92px;
  }

  .wuqs-choice--compact > span {
    min-height: 58px;
  }

  .wuqs-path-panel,
  .wuqs-decoration-details {
    margin-left: -18px;
    margin-right: -18px;
    padding: 22px 18px;
  }

  .wuqs-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .wuqs-actions > span:empty {
    display: none;
  }

  .wuqs-button {
    width: 100%;
  }

  .wuqs-review dl {
    grid-template-columns: 1fr;
  }

  .wuqs-review dd:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wuqs *,
  .wuqs *::before,
  .wuqs *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* 1.0.5: compact editorial storefront header and consistent mobile navigation. */
html body.wu-brand-wearus,
html body.wu-brand-wearus header,
html body.wu-brand-wearus header a,
html body.wu-brand-wearus header button,
html body.wu-brand-wearus header input,
html body.wu-brand-wearus .mobile-nav,
html body.wu-brand-wearus .mobile-nav a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body.wu-brand-wearus .whb-top-bar a,
body.wu-brand-wearus .whb-top-bar .wd-tools-text,
body.wu-brand-wearus .whb-top-bar .wd-nav > li > a {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body.wu-brand-wearus .wd-header-cats .menu-opener,
body.wu-brand-wearus .wd-header-cats.wd-opened .menu-opener {
  min-height: 44px !important;
  padding: 0 14px !important;
  border: 1px solid #c7c7c2 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: var(--wu-ink) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

body.wu-brand-wearus .wd-header-cats .menu-opener:hover,
body.wu-brand-wearus .wd-header-cats .menu-opener:focus-visible,
body.wu-brand-wearus .wd-header-cats.wd-opened .menu-opener {
  border-color: var(--wu-ink) !important;
  background: #f4f4f1 !important;
  color: var(--wu-ink) !important;
}

body.wu-brand-wearus .wd-header-search-form .searchform,
body.wu-brand-wearus .wd-search-form .searchform,
body.wu-brand-wearus header.whb-header_875428 .whb-general-header .wd-search-form .searchform {
  height: 44px !important;
  min-height: 44px !important;
  border-color: #c7c7c2 !important;
  border-radius: 3px !important;
  background: #fff !important;
}

body.wu-brand-wearus .wd-header-search-form input[type="text"],
body.wu-brand-wearus .wd-header-search-form input[type="search"],
body.wu-brand-wearus .wd-search-form input[type="text"],
body.wu-brand-wearus .wd-search-form input[type="search"],
body.wu-brand-wearus header.whb-header_875428 .whb-general-header .wd-search-form input.s {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit {
  width: 44px !important;
  min-width: 44px !important;
  height: 42px !important;
  min-height: 42px !important;
  border-radius: 0 !important;
  background: var(--wu-ink) !important;
  color: #fff !important;
}

html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit:hover,
html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit:focus-visible,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit:hover,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit:focus-visible,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit:hover,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit:focus-visible {
  background: var(--wu-red) !important;
}

body.wu-brand-wearus .wd-header-nav .wd-nav > li > a,
body.wu-brand-wearus .whb-header-bottom .wd-nav > li > a {
  min-height: 44px !important;
  padding-inline: 15px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

body.wu-brand-wearus header .wd-tools-element > a,
body.wu-brand-wearus header .wd-header-mobile-nav > a,
body.wu-brand-wearus header .wd-header-search-mobile > a {
  min-width: 44px !important;
  min-height: 44px !important;
}

body.wu-brand-wearus header .wd-tools-icon::before,
body.wu-brand-wearus header .wd-header-mobile-nav .wd-tools-icon::before,
body.wu-brand-wearus header .wd-header-search-mobile .wd-tools-icon::before {
  font-size: 22px !important;
}

body.wu-brand-wearus header a:focus-visible,
body.wu-brand-wearus header button:focus-visible,
body.wu-brand-wearus .mobile-nav a:focus-visible {
  outline: 3px solid var(--wu-focus) !important;
  outline-offset: 2px !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mobile > li > a > img.wd-nav-img {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  margin-right: 14px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,0.34) !important;
  border-radius: 4px !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center !important;
  max-height: 50px !important;
  filter: none !important;
}

html body.wu-brand-wearus .mobile-nav .wd-nav-mobile > li > a,
html body.wu-brand-wearus .mobile-nav .menu-item > a {
  min-height: 64px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  body.wu-brand-wearus .whb-general-header .whb-flex-row {
    min-height: 64px !important;
  }

  body.wu-brand-wearus .wd-header-search-form .searchform,
  body.wu-brand-wearus .wd-search-form .searchform {
    height: 44px !important;
  }

  body.wu-brand-wearus header .whb-col-mobile .site-logo {
    width: 96px !important;
    min-width: 96px !important;
    flex: 0 0 96px !important;
  }

  body.wu-brand-wearus header .whb-col-mobile .site-logo .wd-logo,
  body.wu-brand-wearus header .whb-col-mobile .site-logo .wd-logo img {
    width: 96px !important;
    max-width: 96px !important;
  }

  body.wu-brand-wearus header .whb-col-mobile .site-logo .wd-logo {
    overflow: hidden !important;
  }
}

/* 1.0.14: coherent full-bleed storefront and a quieter retail header. */
body.page-id-88393 .main-page-wrapper,
body.page-id-88393 #main-content,
body.page-id-88393 #main-content > .site-content,
body.page-id-88393 .fw26-master {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

body.page-id-88393 .main-page-wrapper,
body.page-id-88393 #main-content {
  padding-inline: 0 !important;
  background: #fff !important;
}

body.page-id-88393 .fw26-products {
  background: #fff !important;
}

body.page-id-88393 .fw26-products > .fw26-inner {
  width: min(calc(100% - 40px), 1480px) !important;
  margin-inline: auto !important;
}

body.page-id-88393 .wearus-product-strip__media {
  background: #fff !important;
}

body.wu-brand-wearus .whb-general-header > .container,
body.wu-brand-wearus .whb-top-bar > .container,
body.wu-brand-wearus .whb-header-bottom > .container {
  width: 100% !important;
  max-width: 1720px !important;
  padding-inline: clamp(20px, 2vw, 36px) !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav {
  min-width: 166px !important;
  border-color: #aeb2b7 !important;
  border-radius: 999px !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav > a {
  min-height: 46px !important;
  padding-inline: 18px !important;
}

html body.wu-brand-wearus .wd-header-sticky-nav .wd-tools-text {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.wu-brand-wearus .wd-header-search-form .searchform,
body.wu-brand-wearus .wd-search-form .searchform,
body.wu-brand-wearus header.whb-header_875428 .whb-general-header .wd-search-form .searchform {
  height: 46px !important;
  min-height: 46px !important;
  border: 1px solid #aeb2b7 !important;
  border-radius: 999px !important;
  background: #fff !important;
}

body.wu-brand-wearus .wd-header-search-form input[type="text"],
body.wu-brand-wearus .wd-header-search-form input[type="search"],
body.wu-brand-wearus .wd-search-form input[type="text"],
body.wu-brand-wearus .wd-search-form input[type="search"],
body.wu-brand-wearus header.whb-header_875428 .whb-general-header .wd-search-form input.s {
  height: 44px !important;
  min-height: 44px !important;
  padding-left: 18px !important;
}

html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit,
html body.wu-brand-wearus .wd-search-form .searchform button.searchsubmit,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 1px 2px 1px 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit:hover,
html body.wu-brand-wearus .wd-header-search-form .searchform button.searchsubmit:focus-visible,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit:hover,
html body.wu-brand-wearus header.whb-header_875428 .whb-general-header div.wd-search-form form.searchform button.searchsubmit:focus-visible {
  background: #f0f0ed !important;
  color: var(--wu-red) !important;
}

body.wu-brand-wearus .wd-header-nav .wd-nav > li > a,
body.wu-brand-wearus .whb-header-bottom .wd-nav > li > a {
  padding-inline: 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.065em !important;
  text-transform: uppercase !important;
}

@media (max-width: 1024px) {
  body.page-id-88393 .fw26-products > .fw26-inner {
    width: min(calc(100% - 28px), 1480px) !important;
  }
}

/* 1.0.15: make the category drawer light and keep mega menus interactive. */
html body.wu-brand-wearus .wd-sticky-nav,
html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky {
  background: var(--wu-white) !important;
  color: var(--wu-ink) !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > a {
  min-height: 48px !important;
  padding-inline: 20px !important;
  border-bottom: 1px solid var(--wu-line) !important;
  color: var(--wu-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > a {
  background: var(--wu-surface) !important;
  color: var(--wu-red) !important;
}

@media (min-width: 1025px) {
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > .wd-dropdown-menu.wd-design-aside {
    top: 0 !important;
    width: min(980px, calc(100vw - 275px)) !important;
    height: calc(100dvh - 60px) !important;
    max-height: calc(100dvh - 60px) !important;
    border-left: 1px solid var(--wu-line) !important;
    background: var(--wu-white) !important;
    box-shadow: 18px 20px 44px rgba(17, 23, 34, 0.12) !important;
  }

  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:nth-child(2) > .wd-dropdown-menu.wd-design-aside { top: -48px !important; }
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:nth-child(3) > .wd-dropdown-menu.wd-design-aside { top: -96px !important; }
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:nth-child(4) > .wd-dropdown-menu.wd-design-aside { top: -144px !important; }
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:nth-child(5) > .wd-dropdown-menu.wd-design-aside { top: -192px !important; }
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:nth-child(6) > .wd-dropdown-menu.wd-design-aside { top: -240px !important; }
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:nth-child(7) > .wd-dropdown-menu.wd-design-aside { top: -288px !important; }

  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-aside,
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-aside .wd-scroll-content,
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-aside .wd-dropdown-inner,
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-aside .wd-entry-content,
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-aside .wearus-mega-panel,
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-aside .wearus-mega-link {
    pointer-events: auto !important;
  }
}

/* 1.0.16: remove WoodMart's reserved rail and lock the storefront to a clean grid. */
html body.wu-brand-wearus.wd-sticky-nav-enabled {
  margin-left: 0 !important;
}

body.page-id-88393 .website-wrapper,
body.page-id-88393 .main-page-wrapper,
body.page-id-88393 #main-content,
body.page-id-88393 #main-content > .site-content,
body.page-id-88393 #main-content > .site-content > article,
body.page-id-88393 .fw26-master {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

body.page-id-88393 #main-content {
  padding-inline: 0 !important;
}

body.page-id-88393 main.fw26-master .wearus-product-strip__copy h2,
body.page-id-88393 main.fw26-master .wearus-product-strip__copy h3 {
  display: -webkit-box !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 0 8px !important;
  overflow: hidden !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.015em !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.page-id-88393 main.fw26-master .wearus-product-strip__button {
  width: fit-content !important;
  min-height: 44px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
}

/* Use the approved leaf wordmark instead of the legacy CSS-generated text. */
html body.wu-brand-wearus .site-logo .wd-logo[href="https://wearus.ca/"] > img,
html body.wu-brand-wearus .site-logo .wd-logo[href="https://wearus.ca"] > img {
  display: block !important;
  width: auto !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: 48px !important;
  padding-block: 3px !important;
}

html body.wu-brand-wearus .site-logo .wd-logo[href="https://wearus.ca/"]::before,
html body.wu-brand-wearus .site-logo .wd-logo[href="https://wearus.ca/"]::after,
html body.wu-brand-wearus .site-logo .wd-logo[href="https://wearus.ca"]::before,
html body.wu-brand-wearus .site-logo .wd-logo[href="https://wearus.ca"]::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 420px) {
  html body.wu-brand-wearus header .site-logo .wd-logo[href="https://wearus.ca/"] > img,
  html body.wu-brand-wearus header .site-logo .wd-logo[href="https://wearus.ca"] > img {
    width: 72px !important;
    max-width: 72px !important;
    max-height: 40px !important;
  }
}

/* 1.0.19: category-first retail navigation with visible, consistent icons. */
html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  padding: 8px 18px !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > a > img.wd-nav-img {
  display: block !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--wu-line) !important;
  border-radius: 6px !important;
  background: var(--wu-white) !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li.wu-menu-service-first {
  margin-top: 8px !important;
  padding-top: 8px !important;
  border-top: 1px solid var(--wu-line) !important;
}

html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li.wu-menu-service > a {
  color: var(--wu-red) !important;
}

@media (min-width: 1025px) {
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li > .wd-dropdown-menu.wd-design-default {
    inset-inline-start: calc(100% - 2px) !important;
    margin: 0 !important;
    padding: 8px !important;
    width: 260px !important;
    border: 1px solid var(--wu-line) !important;
    border-radius: 0 8px 8px 0 !important;
    background: var(--wu-white) !important;
    color: var(--wu-ink) !important;
    box-shadow: 16px 18px 34px rgba(17, 23, 34, 0.12) !important;
  }

  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-default,
  html body.wu-brand-wearus .wd-sticky-nav .wd-nav-sticky > li:is(:hover, .wd-opened, :focus-within) > .wd-dropdown-menu.wd-design-default * {
    pointer-events: auto !important;
  }

  html body.wu-brand-wearus .wd-sticky-nav .wd-dropdown-menu.wd-design-default a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 9px 12px !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: var(--wu-ink) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  html body.wu-brand-wearus .wd-sticky-nav .wd-dropdown-menu.wd-design-default a:hover,
  html body.wu-brand-wearus .wd-sticky-nav .wd-dropdown-menu.wd-design-default a:focus-visible {
    background: var(--wu-surface) !important;
    color: var(--wu-red) !important;
  }
}
