.sameRange {
    display: block;
    margin: 1rem 0;
}
.sameRange__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
@media (max-width: 575.98px) {
    .sameRange__menu {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.sameRange__menu .item {
    margin: 0.5rem 0.75rem 0.5rem 0;
}
@media (max-width: 767.98px) {
    .sameRange__menu .item {
        margin: 0.5rem 0.5rem 0.5rem 0;
    }
}
.sameRange__menu .item a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0;
    border-radius: 10rem;
    font-weight: 700;
    cursor: pointer;
    outline: 0;
    transition-property: opacity, transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    margin-right: 0.5rem;
    color: #484848;
    background-color: transparent;
    border: 1px solid #DFDFDF;
    font-size: 0.6875rem;
    line-height: 1.3333333333;
    min-height: 2.5rem;
    padding: 0 1.5rem;
    font-weight: normal;
}
.sameRange__menu .item a:last-of-type {
    margin-right: 0;
}
.sameRange__menu .item a:hover {
    text-decoration: none;
}
.sameRange__menu .item a:hover {
    color: #111;
    background-color: transparent;
    border-color: #484848;
}
.sameRange__menu .item a:focus, .sameRange__menu .item a:active, .sameRange__menu .item a.active, .sameRange__menu .item a:focus:active {
    color: #111;
    background-color: transparent;
    border-color: #111111;
}
.sameRange__menu .item a:hover {
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .sameRange__menu .item a {
        font-size: 0.75rem;
    }
}
.sameRange__menu .item a > img {
    display: block;
    width: 24px;
    height: 24px;
    background: #F5F5F5;
    margin-right: 10px;
}
@media (max-width: 767.98px) {
    .sameRange__menu .item a > img {
        width: 18px;
        height: 18px;
    }
}
.sameRange__menu .item a > img[src$="noImage.png"] {
    display: none;
}

@media (max-width: 575.98px) {
    .sameRange_heroAdjustments .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sameRange_heroAdjustments .container .productList-hero_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sameRange_heroAdjustments .productList-hero_menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.sameRange_heroAdjustments .productList-hero_title {
    margin: 0;
}
.sameRange_heroAdjustments .container {
    padding-top: 1rem !important;
}
@media (max-width: 575.98px) {
    .sameRange_heroAdjustments .container {
        padding-bottom: 0 !important;
    }
}
