@media screen and (min-width: 320px)
{
    .v2__search-show-more {
        display: block;

        margin-top: 20px;

        text-align: center;
        text-decoration: underline !important;
        text-transform: uppercase;

        color: #333;

        font-size: 14px;
    }

    .v2__search-title {
        margin: 0;
        padding: 0;

        text-transform: uppercase;

        color: #29aae3;
    }

    .v2__search_header {
        margin: 20px 0 20px;

        text-transform: uppercase;

        color: #29aae3;

        font-size: 24px;
        font-weight: bold;
    }

    .v2__search_videos-wrapper .v3__homepage-three_video-title,
    .v2__search_videos-wrapper .v3__homepage-three_video-series,
    .v2__search_club-event-wrapper .v3__homepage-playbill_item-title,
    .v2__search_animation-wrapper .v3__homepage-animation_item-title {
        color: #fff;
    }

    .v2__search_animation-wrapper .v3__homepage-animation_item,
    .v2__search_products-wrapper .v3__product_item-wrapper,
    .v2__search_news-wrapper .v3__homepage-news_item:nth-child(5),
    .v2__search_news-wrapper .v3__homepage-news_item:nth-child(6),
    .v2__search_news-wrapper .v3__homepage-news_item,
    .v2__search_club-event-wrapper .v3__homepage-playbill_item-wrapper,
    .v2__search_videos-wrapper .v3__homepage-video_item {
        margin-bottom: 15px;
    }

    .v2__search .v3__homepage-animation_item-title {
        width: 100%;
    }

    .v2__search_news-wrapper .v3__homepage-news_item {
        display: block;
    }

    .v2__search_news-wrapper .v3__homepage-news_item {
        display: block;

        width: 100%;
    }

    .v2__search_animation-wrapper .v2__search_items {
        display: flex;

        justify-content: space-between;
    }

    .v2__search_products-wrapper .v2__search_items {
        display: flex;

        justify-content: flex-start;
    }

    .v2__search_videos-wrapper .v3__homepage-video_item {
        width: 100%;
        margin-bottom: 15px;
    }

    .v2__search_animation-wrapper .v3__homepage-animation_item {
        position: relative;

        display: block;

        width: 179px;
        height: 179px;
        margin-right: 15px;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        flex-shrink: 0;
        flex-grow: 0;
    }

    .v2__search_products-wrapper .v3__product_item-wrapper {
        width: 190px;
    }

    .sidebar .ads-horizontal-banner {
        display: none;
    }

    .v2__search_banner {
        display: block;
    }

    .v2__search-result .v3__homepage-animation_item-title {
        width: 100%;
    }

    .v2__search .v3__homepage-playbill_item-wrapper:nth-child(2) {
        height: 316px;
    }

    .v2__search .v3__product_item-price-wrapper {
        display: none;
    }

    .v2__search .v3__homepage-product_items {
        width: 100% !important;
    }

    .v2__search_news-wrapper .v3__homepage-news_item,
    .v2__search .v3__product_item-wrapper > a {
        color: #333;
    }

    .v2__search-result .v2__search_items-animation {
        display: flex;

        width: 310px;
        margin: 0 auto;

        flex-wrap: wrap;
        justify-content: space-between;
    }

    .v2__search-result .v3__homepage-animation_item {
        position: relative;

        width: 150px;
        height: 150px;
        margin-bottom: 10px;

        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    .v2__search_animation-wrapper .v3__homepage-animation_item,
    .v2__search_products-wrapper .v3__product_item-wrapper,
    .v2__search_news-wrapper .v3__homepage-news_item:nth-child(5),
    .v2__search_news-wrapper .v3__homepage-news_item:nth-child(6),
    .v2__search_club-event-wrapper .v3__homepage-playbill_item-wrapper,
    .v2__search_videos-wrapper .v3__homepage-video_item {
        margin-bottom: 0;
    }

    .v2__search_items {
        display: flex;

        justify-content: space-between;
        flex-wrap: wrap;
    }

    .v2__search_animation-wrapper .v3__homepage-animation_item {
        width: 215px;
        height: 215px;
        margin-right: 0;
    }

    .v2__search_products-wrapper .v3__product_item-wrapper{
        width: 230px;
    }

    .v2__search_news-wrapper .v3__homepage-news_item,
    .v2__search_videos-wrapper .v3__homepage-video_item {
        width: 49%;
    }

    .v2__search_news-wrapper {
        position: relative;
    }

    .v2__search_banner {
        position: absolute;
        top: 0;
        right: 0;
    }

    .v2__search_news-wrapper .v2__search_items {
        width: 66%;
    }

    .v2__search-result .v3__homepage-video_item {
        width: 49%;
    }

    .v2__search-result .v2__search_items-animation {
        display: grid;

        width: 700px;

        grid-template-columns: repeat(3,1fr);
    }

    .v2__search-result .v3__homepage-animation_item {
        width: 95%;
    }

    .v2__search .v3__product_item-price-wrapper{
        position: relative;

        display: flex;
        flex-direction: column;

        font-size: 16px;
    }

    .v2__search .v3__product_item-heart-wrapper {
        zoom: normal;

        padding: 4px 5px;
    }

    .v2__search .product-latest-widget-image {
        width: 38px;
        height: 38px;
    }

    .v2__search .v3__homepage-product_items {
        display: grid;

        grid-template-columns: repeat(3,1fr);
    }

    .v2__search_animation-wrapper .v2__search_items {
        display: grid;

        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (min-width: 1200px) {
    .v2__search .main_wrapper {
        width: 960px;

        border-right: 0;
        border-left: 0;
    }

    .v2__search .main {
        width: 613px;
    }

    .v2__search_animation-wrapper .v3__homepage-animation_item {
        width: 179px;
        height: 179px;
    }

    .v2__search_animation-wrapper .v3__homepage-animation_item-title {
        width: 179px;

        color: #fff;
    }

    .v2__search_news-wrapper .v3__homepage-news_item,
    .v2__search_videos-wrapper .v3__homepage-video_item {
        width: 300px;
    }

    .v2__search_news-wrapper .v2__search_items {
        width: 100%;
    }

    .v2__search-result .v3__homepage-video_item {
        width: 265px;
    }

    .v2__search-result .v3__homepage-animation_item {
        width: 164px;
    }

    .v2__search_products-wrapper .v3__product_item-wrapper{
        width: 190px;
    }

    .v2__search-result .v2__search_items-animation {
        width: 100%;
    }

    .sidebar .ads-horizontal-banner {
        display: block;
    }

    .v2__search_banner {
        display: none;
    }
}