/*
 * Site-wide visual theme
 * Mirrors the clean white, black, and soft-gray language established on index.html.
 */
:root {
  --usc-bg: #ffffff;
  --usc-surface: #ffffff;
  --usc-surface-soft: #f7f7f8;
  --usc-text: #111118;
  --usc-muted: #6b7280;
  --usc-muted-light: #9ca3af;
  --usc-border: rgba(0, 0, 0, .08);
  --usc-border-strong: rgba(0, 0, 0, .14);
  --usc-radius: 12px;
  --usc-control-radius: 8px;
  --usc-nav-height: 56px;
  --usc-wrap: 1440px;
  --usc-ease: cubic-bezier(.4, 0, .2, 1);
}

html,
body {
  background: var(--usc-bg) !important;
  color: var(--usc-text) !important;
  font-family: "Inter var", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
}

body,
body p,
body li,
body label,
body input,
body select,
body textarea,
body button {
  font-family: inherit !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--usc-text) !important;
  font-family: inherit !important;
  letter-spacing: -.02em;
}

body p,
body .muted,
body .text-muted,
body small {
  color: var(--usc-muted) !important;
}

body a {
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, opacity .15s ease;
}

/* Header */
#site-header,
#site-header.fixed-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 900 !important;
  width: 100% !important;
  height: var(--usc-nav-height) !important;
  min-height: var(--usc-nav-height) !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--usc-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

#site-header .nav-inner {
  width: min(calc(100% - 60px), 1800px) !important;
  max-width: 1800px !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 32px !important;
}

#site-header .nav-logo {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

#site-header .nav-logo img,
#site-header.fixed-header img[src*="usc_logo"] {
  width: auto !important;
  height: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
}

#site-header .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 auto 0 24px !important;
}

#site-header .nav-links a,
#site-header.fixed-header #header-nav a {
  padding: 5px 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: var(--usc-muted) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

#site-header .nav-links a:hover,
#site-header.fixed-header #header-nav a:hover {
  color: var(--usc-text) !important;
}

#site-header .nav-right {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
}

#site-header .nav-search-input {
  width: 220px !important;
  height: 34px !important;
  padding: 0 12px 0 32px !important;
  background: #ffffff !important;
  border: 1px solid var(--usc-border) !important;
  border-radius: var(--usc-control-radius) !important;
  box-shadow: none !important;
  color: var(--usc-text) !important;
  font-size: 12px !important;
}

#site-header .nav-search-input:focus {
  width: 280px !important;
  border-color: rgba(0, 0, 0, .18) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .05) !important;
  outline: none !important;
}

.usc-global-product-search {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: 220px !important;
  margin: 0 !important;
}

.usc-global-search-icon {
  position: absolute !important;
  left: 11px !important;
  top: 50% !important;
  z-index: 2 !important;
  width: 14px !important;
  height: 14px !important;
  color: var(--usc-muted-light) !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}

.usc-global-search-icon svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
}

body .usc-global-search-input {
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 12px 0 32px !important;
  border: 1px solid var(--usc-border) !important;
  border-radius: var(--usc-control-radius) !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--usc-text) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  outline: none !important;
}

body .usc-global-search-input:focus {
  border-color: rgba(0, 0, 0, .18) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .05) !important;
}

body .usc-global-search-input[aria-invalid="true"] {
  border-color: #b42318 !important;
}

.usc-global-search-suggestions {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  z-index: 1005 !important;
  width: min(360px, calc(100vw - 32px)) !important;
  padding: 6px !important;
  overflow: hidden !important;
  border: 1px solid var(--usc-border) !important;
  border-radius: var(--usc-radius) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .10) !important;
}

.usc-global-search-suggestions[hidden] {
  display: none !important;
}

.usc-global-search-suggestion {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 54px !important;
  padding: 6px !important;
  border-radius: 8px !important;
  color: var(--usc-text) !important;
  text-decoration: none !important;
}

.usc-global-search-suggestion:hover {
  background: var(--usc-surface-soft) !important;
}

.usc-global-search-suggestion img {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--usc-border) !important;
  border-radius: 7px !important;
  background: var(--usc-surface-soft) !important;
  object-fit: contain !important;
}

.usc-global-search-suggestion-copy {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.usc-global-search-suggestion-copy strong,
.usc-global-search-suggestion-copy small {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.usc-global-search-suggestion-copy strong {
  color: var(--usc-text) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.usc-global-search-suggestion-copy small {
  color: var(--usc-muted) !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

body .usc-global-search-all {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 36px !important;
  margin-top: 4px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--usc-text) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.usc-mobile-product-search {
  display: none !important;
}

#site-header .pill-btn,
#site-header .nav-icon-btn {
  min-height: 34px !important;
  border-radius: var(--usc-control-radius) !important;
  box-shadow: none !important;
  transform: none !important;
}

#site-header .pill-btn {
  height: 34px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

#site-header .pill-btn-light {
  background: #ffffff !important;
  border: 1px solid var(--usc-border-strong) !important;
  color: var(--usc-text) !important;
}

#site-header .pill-btn-dark {
  background: var(--usc-text) !important;
  border: 1px solid var(--usc-text) !important;
  color: #ffffff !important;
}

#site-header .nav-icon-btn {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--usc-border) !important;
}

#site-header .nav-icon-btn:hover,
#site-header .pill-btn-light:hover {
  background: var(--usc-surface-soft) !important;
}

#mobile-header[data-usc-shell] {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 900 !important;
  height: var(--usc-nav-height) !important;
  padding: 0 16px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--usc-border) !important;
  box-shadow: none !important;
}

#mobile-header[data-usc-shell] .nav-logo img {
  width: auto !important;
  height: 26px !important;
  max-height: 26px !important;
}

#mobile-header[data-usc-shell] .mob-icon-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: var(--usc-control-radius) !important;
  box-shadow: none !important;
}

#mob-nav-dropdown {
  top: var(--usc-nav-height) !important;
  padding: 8px 16px 20px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-top: 1px solid var(--usc-border) !important;
  border-bottom: 1px solid var(--usc-border) !important;
  border-radius: 0 0 var(--usc-radius) var(--usc-radius) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06) !important;
}

#mob-nav-dropdown a,
#mob-nav-dropdown .usc-mobile-nav-row {
  color: var(--usc-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-color: rgba(0, 0, 0, .06) !important;
}

/* Page surfaces and content */
body main,
body #main-content,
body .main-content,
body .page-content,
body .content-area {
  background-color: #ffffff !important;
}

body #main-content {
  min-height: calc(100vh - var(--usc-nav-height));
}

body .card,
body .panel,
body .box,
body .product-card,
body .forum-card,
body .form-card,
body .content-card,
body .account-card,
body .checkout-card,
body .summary-card,
body .service-panel {
  background: var(--usc-surface) !important;
  border: 1px solid var(--usc-border) !important;
  border-radius: var(--usc-radius) !important;
  box-shadow: none !important;
}

body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
body select,
body textarea {
  border: 1px solid var(--usc-border-strong) !important;
  border-radius: var(--usc-control-radius) !important;
  background: #ffffff !important;
  color: var(--usc-text) !important;
  box-shadow: none !important;
}

body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
body select:focus,
body textarea:focus {
  border-color: rgba(0, 0, 0, .28) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .06) !important;
  outline: none !important;
}

body input::placeholder,
body textarea::placeholder {
  color: var(--usc-muted-light) !important;
}

body button,
body .button,
body .btn,
body [class*="button-"],
body [class*="btn-"] {
  border-radius: var(--usc-control-radius);
  box-shadow: none;
}

body table {
  border-color: var(--usc-border) !important;
}

body th {
  background: var(--usc-surface-soft) !important;
  color: var(--usc-text) !important;
}

body td,
body th {
  border-color: var(--usc-border) !important;
}

/* Footer */
footer[data-usc-shell],
body > footer {
  width: 100% !important;
  padding: 52px 48px 24px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-top: 1px solid var(--usc-border) !important;
  box-shadow: none !important;
  color: var(--usc-text) !important;
}

footer[data-usc-shell] .footer-inner,
body > footer .footer-inner {
  width: 100% !important;
  max-width: var(--usc-wrap) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

footer[data-usc-shell] .footer-grid,
body > footer .footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 36px !important;
}

footer[data-usc-shell] h4,
body > footer h4 {
  margin: 0 0 14px !important;
  color: var(--usc-text) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

footer[data-usc-shell] ul,
body > footer ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

footer[data-usc-shell] a,
body > footer a {
  color: var(--usc-muted) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

footer[data-usc-shell] a:hover,
body > footer a:hover {
  color: var(--usc-text) !important;
}

footer[data-usc-shell] .social-icons {
  display: flex !important;
  gap: 8px !important;
}

footer[data-usc-shell] .social-icons a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid var(--usc-border) !important;
  border-radius: var(--usc-control-radius) !important;
  background: #ffffff !important;
  color: var(--usc-text) !important;
}

footer[data-usc-shell] .footer-bottom,
body > footer .footer-bottom {
  margin-top: 36px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--usc-border) !important;
  color: var(--usc-muted-light) !important;
  font-size: 11px !important;
  text-align: left !important;
}

@media (max-width: 1100px) {
  #site-header .nav-inner {
    width: calc(100% - 32px) !important;
    gap: 12px !important;
  }

  #site-header .nav-links {
    display: none !important;
  }

  #site-header .nav-search {
    display: none !important;
  }

  #site-header .usc-global-product-search {
    width: 180px !important;
  }
}

@media (max-width: 768px) {
  #site-header,
  #site-header.desktop-only {
    display: none !important;
  }

  #mobile-header[data-usc-shell] {
    display: flex !important;
    align-items: center !important;
  }

  .usc-mobile-product-search {
    display: flex !important;
    width: 100% !important;
    margin: 4px 0 10px !important;
  }

  .usc-mobile-product-search .usc-global-search-input {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 13px !important;
  }

  .usc-mobile-product-search .usc-global-search-suggestions {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
  }

  body main,
  body #main-content,
  body .main-content,
  body .page-content {
    scroll-margin-top: var(--usc-nav-height);
  }

  footer[data-usc-shell],
  body > footer {
    padding: 36px 20px 20px !important;
  }

  footer[data-usc-shell] .footer-grid,
  body > footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 22px !important;
  }
}

/* Shared chat launcher and footer heading lock */
html body .usc-chat-widget {
  position: fixed !important;
  right: max(20px, env(safe-area-inset-right)) !important;
  bottom: max(20px, env(safe-area-inset-bottom)) !important;
  z-index: 1200 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body .usc-chat-widget .usc-chat-fab,
html body .usc-chat-widget[data-chat-mode="covenant-messages"] .usc-chat-fab {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid #c9cdd3 !important;
  border-radius: 50% !important;
  background: #f7f8f9 !important;
  box-shadow: 0 12px 28px rgba(15, 17, 21, .12) !important;
  color: #34373b !important;
  opacity: 1 !important;
  transform: none !important;
}

html body .usc-chat-widget .usc-chat-fab:hover,
html body .usc-chat-widget[data-chat-mode="covenant-messages"] .usc-chat-fab:hover {
  border-color: #b7bcc3 !important;
  background: #ffffff !important;
  box-shadow: 0 14px 32px rgba(15, 17, 21, .16) !important;
  color: #202226 !important;
  transform: translateY(-1px) !important;
}

html body .usc-chat-widget .usc-chat-fab > :not(.usc-standard-chat-icon) {
  display: none !important;
}

html body .usc-chat-widget .usc-standard-chat-icon {
  position: static !important;
  display: block !important;
  width: 27px !important;
  min-width: 27px !important;
  max-width: 27px !important;
  height: 27px !important;
  min-height: 27px !important;
  max-height: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: currentColor !important;
  opacity: 1 !important;
  transform: none !important;
}

html body footer[data-usc-shell] h4,
html body footer[data-usc-shell] .footer-col h4,
html body footer[data-usc-shell] .footer-title,
html body footer[data-usc-shell] .footer-heading,
html body > footer h4,
html body > footer .footer-col h4 {
  color: #111118 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-variant: normal !important;
}

@media (max-width: 520px) {
  html body .usc-chat-widget {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 420px) {
  footer[data-usc-shell] .footer-grid,
  body > footer .footer-grid {
    gap: 22px 16px !important;
  }
}

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

/*
 * Index-155 shell lock
 * Legacy pages contain broad and high-specificity rules. These selectors keep
 * the shared navigation and footer pixel-consistent with index-155.html.
 */
html body #site-header[data-usc-shell],
html body #site-header.fixed-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  display: flex !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body #site-header[data-usc-shell] .nav-inner {
  width: min(calc(100% - 60px), 1800px) !important;
  max-width: 1800px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 32px !important;
}

html body #site-header[data-usc-shell] .nav-logo img {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 32px !important;
  min-height: 0 !important;
  max-height: 32px !important;
  border-radius: 0 !important;
}

html body #site-header[data-usc-shell] .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 auto 0 24px !important;
  padding: 0 !important;
}

html body #site-header[data-usc-shell] .nav-links a {
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

html body #site-header[data-usc-shell] .nav-right {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body #site-header[data-usc-shell] .usc-global-product-search {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  align-items: center !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

html body #site-header[data-usc-shell] .usc-global-search-icon {
  position: absolute !important;
  inset: 50% auto auto 11px !important;
  display: block !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: translateY(-50%) !important;
}

html body #site-header[data-usc-shell] .usc-global-search-icon svg {
  position: static !important;
  display: block !important;
  width: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body #site-header[data-usc-shell] input.usc-global-search-input {
  position: static !important;
  display: block !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 12px 0 32px !important;
  border: 1px solid rgba(0, 0, 0, .08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #111118 !important;
  font: 12px/1 "Inter var", "Inter", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

html body #site-header[data-usc-shell] .pill-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body #site-header[data-usc-shell] .pill-btn-light {
  border: 1px solid rgba(0, 0, 0, .12) !important;
  background: #ffffff !important;
  color: #111118 !important;
}

html body #site-header[data-usc-shell] .pill-btn-dark {
  border: 1px solid #111118 !important;
  background: #111118 !important;
  color: #ffffff !important;
}

html body #site-header[data-usc-shell] .nav-icon-btn,
html body #site-header[data-usc-shell] .nav-icon-btn.nav-bag-btn,
html body #site-header[data-usc-shell] .nav-right .usc-cart-trigger {
  position: relative !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, .08) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

html body #site-header[data-usc-shell] .nav-icon-btn img,
html body #site-header[data-usc-shell] .nav-right .usc-cart-trigger img {
  position: static !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  filter: brightness(0) !important;
  opacity: .7 !important;
  transform: none !important;
}

html body footer[data-usc-shell],
html body > footer {
  margin-top: auto !important;
  padding: 48px 48px 32px !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(0, 0, 0, .08) !important;
}

html body footer[data-usc-shell] .footer-grid,
html body > footer .footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 36px !important;
  margin-bottom: 36px !important;
}

html body footer[data-usc-shell] .social-icons {
  gap: 14px !important;
}

html body footer[data-usc-shell] .social-icons a {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html body footer[data-usc-shell] .footer-bottom,
html body > footer .footer-bottom {
  margin-top: 0 !important;
  padding-top: 22px !important;
  text-align: center !important;
}

@media (max-width: 1100px) and (min-width: 769px) {
  html body #site-header[data-usc-shell] .nav-inner {
    width: calc(100% - 32px) !important;
    gap: 12px !important;
  }

  html body #site-header[data-usc-shell] .nav-links {
    display: none !important;
  }

  html body #site-header[data-usc-shell] .usc-global-product-search,
  html body #site-header[data-usc-shell] input.usc-global-search-input {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
  }
}

@media (max-width: 768px) {
  html body #site-header[data-usc-shell],
  html body #site-header[data-usc-shell].desktop-only {
    display: none !important;
  }

  html body footer[data-usc-shell],
  html body > footer {
    padding: 36px 20px 20px !important;
  }
}
