@media screen and (min-width: 601px) {
  #rec1167343541,
  #rec1167343541 > div,
  #rec1167343541 > div > div {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: transparent !important;
  }
}

#rec1167343541 .t-store__parts-switch-wrapper {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 10px 5px 10px;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

#rec1167343541 .t-store__parts-switch-wrapper::-webkit-scrollbar {
    display: none;
}

#rec1167343541 .js-store-parts-switcher,
#rec1167343541 .t-store__parts-switch-btn {
    flex: 0 0 auto;
    min-width: max-content;
    margin-right: 10px;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #333333 !important;
    background: none !important;
    border: none !important;
    border-radius: 4px;
    text-transform: none !important;
    transition: 0.3s;
    white-space: nowrap;
    box-shadow: none !important;
}

#rec1167343541 .t-store__parts-switch-btn.t-active {
    font-weight: 600 !important;
    color: #333333 !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    background: none !important;
}

#rec1167343541 .t-store__parts-switch-btn.t-active:after {
    display: none !important;
}