.b-container--shop {
    width: 100%;
    max-width: 1024px;
}

.breadcrumbsWrap--shop {
    margin-bottom: 31px;
}

.b-shop {
    margin-bottom: 39px;
}

.b-shop__title {
    font-family: 'CoreRhino65Bold';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}

.b-shop__top-wrap {
    margin: 0 0 40px;
}

.b-shop__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
}

.b-shop__item {
    width: calc(100% / 3 - 64px);
    margin: 0 32px 25px;
}

.b-shop__link {
    text-decoration: none;
}

.b-shop__category {
    font-family: 'CoreRhino65Bold';
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 7px;
    min-width: 144px;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}

.b-shop__category--merch {
    color: #ED0056;
    border: 1px solid #ED0056;
}

.b-shop__category--merch::before,
.b-shop__category--events::before,
.b-shop__category--columbus_content_parking::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
    box-sizing: border-box;
    z-index: -1;
	transition: all 0.5s ease;
}

.b-shop__category--merch::before {
	background-color: #ED0056;
}

.b-shop__category--events {
    color: #FF9500;
    border: 1px solid #FF9500;
}

.b-shop__category--events::before {
	background-color: #FF9500;
}

.b-shop__category--columbus_content_parking {
    color: #BB00FF;
    border: 1px solid #BB00FF;
}

.b-shop__category--columbus_content_parking::before {
	background-color: #BB00FF;
}

.b-shop__item:hover .b-shop__category--merch::before,
.b-shop__item:hover .b-shop__category--events::before,
.b-shop__item:hover .b-shop__category--columbus_content_parking::before {
    width: 100%;
}

.b-shop__item:hover .b-shop__category--merch,
.b-shop__item:hover .b-shop__category--events,
.b-shop__item:hover .b-shop__category--columbus_content_parking {
    color: #fff;
    z-index: 2;
}

.b-shop__main-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.b-shop__img-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
}

.b-shop__img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all ease-in 0.3s;
    display: block;
}

.b-shop__item:hover .b-shop__img {
    transform: scale(1.1);
}

.b-filter-switch {
    display: none;
}

.breadcrumbsWrap--shop {
    border-bottom: none;
}

.breadcrumbsList--shop {
    border-bottom: 1px solid #D0D0D0;
}

@media (max-width: 1279px) {

    .b-shop {
        margin-bottom: 27px;
    }

    .b-shop__list {
        display: flex;
        margin: 0 -12px;
    }
    
    .b-shop__item {
        width: calc(100% / 3 - 24px);
        margin: 0 12px;
    }

    .b-container--shop {
        max-width: 817px;
    }
}

@media (max-width: 767px) {

    .b-shop {
        margin-bottom: 7px;
    }

    .b-shop--grid {
        margin-bottom: 32px;
    }

    .b-shop__img-wrap--grid {
        width: 100%;
        height: 100%;
    }

    .b-shop__list {
        flex-direction: column;
        margin: 0;
    }

    .breadcrumbsWrap--shop {
        margin: 10px 0 15px;
    }

    .b-shop__item {
        width: 100%;
        /* max-width: 288px; */
        margin: 0 auto 32px;
    }

    .b-filter-switch {
        display: block;
    }

    .b-shop__title {
        font-size: 21px;
        line-height: 32px;
    }

    .b-shop__top-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 24px;
    }

    .b-shop__top-wrap--grid {
        margin: 0 0 16px;
    }

    .b-filter-switch {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 46px;
        margin-top: -9px;
    }

    .b-filter-switch__item {
        width: 20px;
        height: 20px;
    }

    .b-filter-switch__link.active path {
        fill: #000;
    }

    .b-shop__list--grid {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -14px;
    }

    .b-shop__item--grid {
        width: calc(100% / 2 - 28px);
        margin: 0 14px 24px;
    }

    .b-shop__category--grid {
        min-width: 106px;
        padding: 3px 7px;
        margin-bottom: 8px;
        font-size: 9px;
    }

    .breadcrumbsList--shop {
        border-bottom: none;
    }
}