  @media screen and (max-width: 1200px) { .t-store__parts-switch-wrapper { overflow: scroll; overflow-y: hidden!important; display: flex; width: 100%; margin-bottom: 20px; padding-bottom: 20px; padding-top: 12px; } .t-store__parts-switch-btn { display: flex; white-space: nowrap; align-items: center; font-size: 16px; color: #323232; border-radius: 20px; background-color: ; border: 2px solid #323232; padding-top: 8px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; } .t-store__parts-switch-btn.t-active { color: #ffffff; background-color: #323232; border: 1px solid !important; opacity: 100%!important; } }  