/* 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;
  }
}
