/* MENU CENTER 2026-09-02 */
@media screen and (max-width:640px){.t-menuburger>span{margin-top:10px!important;}}


/* DWHITE MOBILE MENU ALIGNMENT 2026-09-02 */
@media screen and (max-width: 640px) {
  .t-menuburger > span {
    margin-top: 10px !important;
  }
}

/* DWHITE MOBILE MENU FINAL ALIGNMENT 2026-09-02 */
@media screen and (max-width:640px){.t-menuburger>span{margin-top:5px!important;}}

/* DWHITE MOBILE MENU POSITION 2PX 2026-09-02 */
@media screen and (max-width:640px){.t-menuburger>span{margin-top:2px!important;}}

/* DWHITE BUY BUTTON HOVER CONTRAST 2026-09-04 */
@media (hover:hover){
  .t-btnflex_type_button2:not(.t-animate_no-hover):hover,
  .t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible{
    color:#ffffff!important;
  }
  .t-btnflex_type_button2:not(.t-animate_no-hover):hover *,
  .t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible *{
    color:#ffffff!important;
  }
}

/* DWHITE PRODUCT CHARACTERISTICS — 2026-09-26 */
#allrecords .t-catalog__prod-popup__text .js-catalog-prod-all-charcs .t-typography__characteristics {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #626971 !important;
}
@media (max-width: 640px) {
  #allrecords .t-catalog__prod-popup__text .js-catalog-prod-all-charcs .t-typography__characteristics {
    font-size: 14px !important;
  }
}
