.atf-listing {
    padding: 0px;
}

.atf-listing .breadcrumb {
    position: static;
}

.atf-listing .content-wrapper {
    width: 100%;
    height: 539px;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    padding: 75px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.atf-listing .content-wrapper .img-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atf-listing .content-wrapper .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 41%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
    z-index: 1;
}

.atf-listing .content-wrapper .text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    max-width: 469px;
    width: 100%;
    margin-bottom: 70px;
}

.atf-listing .text h1 {
    color: white;
    margin: 0px;
    line-height: 74px;
    text-align: center;
    width: 100%;
}

.atf-listing .text p {
    color: white;
    margin: 0px;
    line-height: 90%;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.atf-listing .big-mat-box {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 140px;
    width: 183px;
    padding: 27px 26px;
    z-index: 2;
}

.atf-listing .big-mat-box p {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    line-height: 100%;
}

.subcategories-menu {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    align-items: center;
    background: url("/assets/img/noise.svg") var(--grey);
    background-blend-mode: soft-light;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 80;
    border-radius: 0px;
    box-shadow: 0px -2px 22px 0px rgba(51, 51, 51, 0.32);
}

.subcategories-menu p {
    margin: 0px;
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    line-height: 90%;
    display: none;
}

.subcategories-menu .subcategories-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: scroll;
    padding: 20px 24px;
}

.subcategories-menu .subcategories-wrapper::-webkit-scrollbar {
    display: none;
}

.subcategories-menu .subcategories-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 20px 20px;
    border-radius: 8px;
    background: white;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    line-height: 90%;
    transition: all 0.2s ease-in-out;
}

.subcategories-menu .subcategories-wrapper a:hover,
.subcategories-menu .subcategories-wrapper a.active {
    background: var(--primary);
    color: white;
    transition: all 0.2s ease-in-out;
}

.section-products {
    margin: 70px 0px;
}

.section-products h2 {
    font-size: 45px;
    line-height: 80%;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--primary);
}

.section-products .description p {
    font-weight: 500;
    line-height: 80%;
    margin: 0px;
}

.section-products .products-slider {
    margin-top: 30px;
}

.section-products .products-slider .slick-track {
    margin: 0px;
}

.section-big-image {
    margin: 24px 0px;
}

.section-big-image .row.flex-row-reverse {
    flex-direction: row;
}

.section-big-image .image-wrapper {
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    min-height: 300px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-big-image .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-big-image .text-wrapper {
    height: 100%;
    width: 100%;
    padding: 30px 24px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: start;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    background: url("/assets/img/noise.svg") var(--grey);
    background-blend-mode: soft-light;
}

.section-big-image .text-wrapper .heading {
    margin-bottom: 14px;
    font-weight: 800;
    color: var(--primary);
}

.section-big-image .text-wrapper h2 {
    font-size: 45px;
    line-height: 80%;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--primary);
}

.section-big-image .text-wrapper p {
    font-weight: 500;
    line-height: 90%;
    margin: 0px;
}

.section-small-image {
    margin: 24px 0px;
}

.section-small-image .row {
    background: url("/assets/img/noise.svg") var(--grey);
    background-blend-mode: soft-light;
    border-radius: 20px;
    height: fit-content;
    min-height: 372px;
    overflow: hidden;
    margin: 0px;
}

.section-small-image .row.flex-row-reverse {
    flex-direction: row;
}

.section-small-image .row .col {
    padding: 0px;
}

.section-small-image .image-wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
}

.section-small-image .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-small-image .text-wrapper {
    height: 100%;
    width: 100%;
    padding: 30px 24px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: start;
}

.section-small-image .text-wrapper .heading {
    margin-bottom: 14px;
    font-weight: 800;
    color: var(--primary);
}

.section-small-image .text-wrapper h2 {
    font-size: 45px;
    line-height: 80%;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--primary);
}

.section-small-image .text-wrapper p {
    font-weight: 500;
    line-height: 90%;
    margin: 0px;
}

.section-accordions .heading {
    text-align: center;
}

.info-button {
    bottom: 97px;
}

.promotion {
    min-height: fit-content;
}

.promotion .initial-text {
    position: static;
    transform: none;
}

.section-grid {
    padding: 70px 0px 120px;
}

.section-grid .heading {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary);
}

.section-grid .product-card {
    margin: auto;
    width: 100%;
    height: 500px;
}

.posts-loader {
    height: 6px;
    border-radius: 10px;
    width: 130px;
    --c: no-repeat linear-gradient(var(--primary) 0 0);
    background: var(--c), var(--c), var(--secondary);
    background-size: 60% 100%;
    animation: l16 3s infinite;
    display: none;
    transition: all 0.2s ease-in-out;
    margin: 50px auto 0px;
}

.posts-loader.show {
    display: block;
    transition: all 0.2s ease-in-out;
}

@keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
}


@media screen and (min-width: 992px) {
    .atf-listing {
        padding: 17px 29px 31px;
    }

    .atf-listing .breadcrumb {
        position: absolute;
    }

    .atf-listing .content-wrapper {
        width: 100%;
        height: 539px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        padding: 25px 121px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .atf-listing .content-wrapper .img-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .atf-listing .content-wrapper .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 41%, rgba(0, 0, 0, 0.00) 100%);
        pointer-events: none;
        z-index: 1;
    }

    .atf-listing .content-wrapper .text {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 42px;
        max-width: 469px;
        width: 100%;
        margin-bottom: 70px;
    }

    .atf-listing .text h1 {
        color: white;
        margin: 0px;
        line-height: 74px;
        text-align: start;
        width: fit-content;
    }

    .atf-listing .text p {
        color: white;
        margin: 0px;
        line-height: 90%;
        font-weight: 600;
        text-align: start;
        width: fit-content;
    }

    .atf-listing .big-mat-box {
        position: absolute;
        bottom: 24px;
        right: 24px;
        display: flex;
        flex-direction: column;
        background: white;
        border-radius: 12px;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        height: 140px;
        width: 183px;
        padding: 27px 26px;
        z-index: 2;
    }

    .atf-listing .big-mat-box p {
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: var(--primary);
        line-height: 100%;
    }

    .subcategories-menu {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        width: 100%;
        padding: 29px 24px 24px;
        align-items: center;
        background: url("/assets/img/noise.svg") var(--grey);
        background-blend-mode: soft-light;
        border-radius: 20px;
        position: static;
        transform: none;
        box-shadow: none;
    }

    .subcategories-menu.fixed {
        position: fixed;
        top: -500px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 90;
        border-radius: 0px;
        margin: 0px;
        box-shadow: 0px 2px 22px 0px rgba(0, 96, 156, 0.12);
    }

    .subcategories-menu.fixed.visible {
        top: calc(var(--navbar-height) - 38px);
        transition: top 0.3s ease-in-out;
    }

    .subcategories-menu p {
        margin: 0px;
        color: var(--primary);
        font-weight: 700;
        text-align: center;
        line-height: 90%;
        display: block;
    }

    .subcategories-menu.fixed p {
        display: none;
    }

    .subcategories-menu .subcategories-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 24px 0px 0px;
        width: 100%;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .subcategories-menu.fixed .subcategories-wrapper {
        padding-top: 0px;
    }

    .subcategories-menu .subcategories-wrapper a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 28px;
        padding: 5px 10px;
        border-radius: 8px;
        background: white;
        color: var(--primary);
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        white-space: nowrap;
        line-height: 90%;
    }

    .section-products {
        margin: 96px 0px;
    }

    .section-products h2 {
        font-size: 70px;
        line-height: 80%;
        font-weight: 600;
        margin-bottom: 32px;
        color: var(--primary);
    }

    .section-products .description p {
        font-weight: 500;
        line-height: 80%;
        margin: 0px;
    }

    .section-products .products-slider {
        margin-top: 42px;
    }

    .section-products .products-slider .slick-track {
        margin: 0px;
    }

    .section-big-image {
        margin: 24px 0px;
    }

    .section-big-image .row.flex-row-reverse {
        flex-direction: row-reverse;
    }

    .section-big-image .image-wrapper {
        border-radius: 20px;
        overflow: hidden;
        min-height: 620px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-big-image .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-big-image .text-wrapper {
        height: 100%;
        width: 100%;
        padding: 95px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: start;
        border-radius: 20px;
        overflow: hidden;
        background: url("/assets/img/noise.svg") var(--grey);
        background-blend-mode: soft-light;
    }

    .section-big-image .text-wrapper .heading {
        margin-bottom: 14px;
        font-weight: 800;
        color: var(--primary);
    }

    .section-big-image .text-wrapper h2 {
        font-size: 70px;
        line-height: 80%;
        font-weight: 600;
        margin-bottom: 24px;
        color: var(--primary);
    }

    .section-big-image .text-wrapper p {
        font-weight: 500;
        line-height: 90%;
        margin: 0px;
    }

    .section-small-image {
        margin: 24px 0px;
    }

    .section-small-image .row {
        background: url("/assets/img/noise.svg") var(--grey);
        background-blend-mode: soft-light;
        border-radius: 20px;
        height: fit-content;
        min-height: 372px;
        overflow: hidden;
        margin: 0px;
    }

    .section-small-image .row.flex-row-reverse {
        flex-direction: row-reverse;
    }

    .section-small-image .row .col {
        padding: 0px;
    }

    .section-small-image .image-wrapper {
        overflow: hidden;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 100%;
    }

    .section-small-image .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-small-image .text-wrapper {
        height: 100%;
        width: 100%;
        padding: 65px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: start;
    }

    .section-small-image .text-wrapper .heading {
        margin-bottom: 14px;
        font-weight: 800;
        color: var(--primary);
    }

    .section-small-image .text-wrapper h2 {
        font-size: 70px;
        line-height: 80%;
        font-weight: 600;
        margin-bottom: 34px;
        color: var(--primary);
    }

    .section-small-image .text-wrapper p {
        font-weight: 500;
        line-height: 90%;
        margin: 0px;
    }

    .section-accordions .heading {
        text-align: center;
    }

}