/* SAUCONY CA overrides.css */

/* ADD TEXT UNDER SIDE-SLIDE TRIGGER ICON*/
#header .desktop-promotions-icon:lang(en-CA)::after {
  content: "Offers";
}
#header .desktop-promotions-icon:lang(fr-CA)::after {
  content: "offres";
}

/* FED-19075 - Update colour for "GIFTS" in top nav */
a[data-cat="holiday-gift-guide"].level-1 {
  color: #28543d !important;
}
a[data-cat="boxing-week-sale"].level-1 {
  color: #901a1d !important;
}

#desktop-header
  .header-style-wrapper
  #navigation
  a[data-cat="women-featured-mid-season"] {
  color: #ef3333 !important;
}
#desktop-header
  .header-style-wrapper
  #navigation
  a[data-cat="men-featured-mid-season"] {
  color: #ef3333 !important;
}

#navigation a[data-cat*="featured-valentines"] {
  color: #fb6b84 !important;
}

#navigation a[data-cat*="mothers-day-gift-guide"] {
  color: #fb6b84 !important;
}

/* Footer */
.footer-item:nth-child(4n) {
  width: auto;
}
#footer .footer-content .footer-items-box .footer-item {
  margin: 0 auto 2em;
}
#footer .footer-content .footer-items-box .row.center-xs.between-sm {
  /* flex-direction: column; */
}
@media (min-width: 641px) {
  #footer .footer-content .footer-items-box .row.center-xs.between-sm {
    display: flex;
    justify-content: center;
    flex-direction: row;
    float: none;
    gap: 5em;
  }
  #footer .footer-content .footer-items-box .footer-item {
    width: auto;
    margin: 0;
    white-space: nowrap;
  }
}
