/* ACE TENNIS — CATEGORY V1 */

html body.catalog-category-view.ace-category-v1 {
    background: #f4f6ee;
    color: #171717;
}

html body.catalog-category-view.ace-category-v1 .breadcrumbs,
html body.catalog-category-view.ace-category-v1 .products.wrapper,
html body.catalog-category-view.ace-category-v1 .toolbar,
html body.catalog-category-view.ace-category-v1 .sidebar {
    display: block !important;
}

html body.catalog-category-view.ace-category-v1
.toolbar.toolbar-products {
    display: flex !important;
}

html body.catalog-category-view.ace-category-v1
.page-title-wrapper {
    display: none !important;
}

html body.catalog-category-view.ace-category-v1 main.page-main {
    width: min(1320px, calc(100% - 40px)) !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 0 70px !important;
    background: transparent !important;
}

html body.catalog-category-view.ace-category-v1 .breadcrumbs {
    width: 100% !important;
    margin: 18px 0 14px !important;
    padding: 0 !important;
    font-size: 12px !important;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, .7fr);
    min-height: 255px;
    margin: 0 0 30px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 82% 22%,
            rgba(213, 254, 0, .22),
            transparent 28%
        ),
        linear-gradient(135deg, #030303, #161616 68%, #293400);
    border: 1px solid rgba(213, 254, 0, .25);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .15);
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 46px;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__label {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 12px;
    color: #050505;
    background: #d5fe00;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: .94;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__description {
    max-width: 650px;
    margin: 18px 0 0;
    color: #d9ddd0;
    font-size: 16px;
    line-height: 1.55;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__visual {
    position: relative;
    min-height: 255px;
    overflow: hidden;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__ball {
    position: absolute;
    z-index: 2;
    top: 62px;
    right: 86px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 32%,
            #efffa4 0,
            #d5fe00 37%,
            #9cbc00 100%
        );
    box-shadow: 0 20px 45px rgba(0, 0, 0, .35);
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__line {
    position: absolute;
    right: -20px;
    display: block;
    width: 330px;
    height: 1px;
    background: rgba(213, 254, 0, .32);
    transform: rotate(-24deg);
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__line.line-one {
    top: 82px;
}

html body.catalog-category-view.ace-category-v1
.ace-category-hero__line.line-two {
    top: 180px;
}

html body.catalog-category-view.ace-category-v1 .columns {
    display: grid !important;
    grid-template-columns: 270px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

html body.catalog-category-view.ace-category-v1
.column.main {
    grid-column: 2 !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.catalog-category-view.ace-category-v1
.sidebar.sidebar-main {
    grid-column: 1 !important;
    float: none !important;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.catalog-category-view.ace-category-v1
.sidebar-main .block.filter {
    margin: 0 !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce2d3;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .07);
}

html body.catalog-category-view.ace-category-v1
.filter-title {
    margin: 0 !important;
    padding: 18px !important;
    color: #fff;
    background: #090909;
    border-bottom: 3px solid #d5fe00;
}

html body.catalog-category-view.ace-category-v1
.filter-content {
    padding: 6px 18px 17px;
}

html body.catalog-category-view.ace-category-v1
.toolbar.toolbar-products {
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 0 20px !important;
    padding: 14px 17px !important;
    background: #fff !important;
    border: 1px solid #dce2d3 !important;
    border-radius: 17px !important;
}

html body.catalog-category-view.ace-category-v1
.products-grid .product-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.catalog-category-view.ace-category-v1
.products-grid .product-item {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body.catalog-category-view.ace-category-v1
.products-grid .product-item-info {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #dce2d3 !important;
    border-radius: 19px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .07) !important;
}

html body.catalog-category-view.ace-category-v1
.products-grid .product-item-photo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 260px !important;
    padding: 20px !important;
    background: #f7f8f4;
}

html body.catalog-category-view.ace-category-v1
.products-grid .product-item-details {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    padding: 19px !important;
}

html body.catalog-category-view.ace-category-v1
.products-grid .product-item-link {
    color: #151515 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

html body.catalog-category-view.ace-category-v1
.products-grid .price-box .price {
    color: #111 !important;
    font-size: 20px !important;
    font-weight: 950 !important;
}

html body.catalog-category-view.ace-category-v1
.message.info.empty {
    display: block !important;
    padding: 42px 25px !important;
    background: #fff !important;
    border: 1px solid #dce2d3 !important;
    border-top: 5px solid #d5fe00 !important;
    border-radius: 18px !important;
    text-align: center !important;
}

@media (max-width: 1080px) {
    html body.catalog-category-view.ace-category-v1
    .products-grid .product-items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    html body.catalog-category-view.ace-category-v1 main.page-main {
        width: calc(100% - 28px) !important;
    }

    html body.catalog-category-view.ace-category-v1
    .ace-category-hero {
        grid-template-columns: 1fr;
    }

    html body.catalog-category-view.ace-category-v1
    .ace-category-hero__content {
        padding: 32px 25px;
    }

    html body.catalog-category-view.ace-category-v1
    .ace-category-hero__visual {
        min-height: 130px;
    }

    html body.catalog-category-view.ace-category-v1 .columns {
        grid-template-columns: 1fr !important;
    }

    html body.catalog-category-view.ace-category-v1
    .sidebar.sidebar-main,
    html body.catalog-category-view.ace-category-v1
    .column.main {
        grid-column: 1 !important;
    }
}

@media (max-width: 520px) {
    html body.catalog-category-view.ace-category-v1
    .products-grid .product-items {
        grid-template-columns: 1fr !important;
    }
}
