/* KHOA UPDATE */

#header .desktop-promotions-icon {
  background-position: center 8px;
}

#header .desktop-promotions-icon:lang(en-CA)::after {
  content: "Offers";
}

#header .desktop-promotions-icon:lang(fr-CA)::after {
  content: "Offres";
}



/* a tag for promo tab */

.promotion-item .content-asset a {
  overflow: auto;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: Tungsten-Medium;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .8px;
  text-transform: uppercase;

}

/* Update for buttons */
#home-main button {
  font-family: Tungsten-Medium;
  letter-spacing: .8px;
}

/* DW-17726 */
.desktop-feedback-icon {
  display: none;
}
/* end DW-17726 */

#navigation a[data-cat="boxing-week-sale"]
/*,
#navigation a[data-cat="holiday-gift-guide"]
*/
{
  color: #f4762d !important;
  font-weight: 800;
}

  /* Tweaks to global nav (desktop only because tha data-cat attribute isn't on mobile 🤦)
  #navigation a[data-cat*="fathers-day"] {
    color: blue !important;
    text-decoration-color: inherit;
  }*/