

/* Start:/blog/style.css?17895451912520*/
/**/
.media-layout {
    display: block;
    flex: 1;
    min-width: 0;
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: var(--radius-lg);
    overflow-y: hidden;

    @media (max-width: 576px) {

    }
}

.media__aside-wrapper {
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 90px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
    scrollbar-width: thin;
    scrollbar-color: #090c130a transparent;

    @media (max-width: 1100px) {
        overflow: hidden;
        height: 100%;
    }
}

.media-video-js {
    .media-section__text {
        display: none;
    }
}


.media__aside {
    flex: 0 0 380px;

    @media (max-width: 1100px) {
        width: 100%;
    }
}


/**/

/*breadcrumbs*/
.breadcrumbs__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;

    @media (max-width: 576px) {
        padding-bottom: 20px;
    }
}

.breadcrumbs {
    align-items: center;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scrollbar-width: none;
    white-space: nowrap;
    z-index: 1;
}

.breadcrumbs__item {
    align-items: center;
    display: flex;

    span {
        font-size: var(--fz-md);

        @media (max-width: 576px) {
            font-size: var(--fz-sm);
        }
    }

    &:first-child {

        a {
            display: block;
            height: 20px;
            width: 20px;

            @media (max-width: 576px) {
                height: 16px;
                width: 16px;
            }
        }
    }

    &:last-child {
        pointer-events: none;
        @media (max-width: 768px) {
            padding-right: 16px;
        }
    }
}


.breadcrumbs__item a {
    color: var(--color-text-secondary);
    transition: .3s;
}

.breadcrumbs__item a:hover {
    color: var(--color-accent);
}


.breadcrumbs__item:last-child a {
    font-weight: 500;
    color: var(--color-text-muted);
    cursor: unset;
}

.breadcrumbs__icon-home {
    fill: var(--color-text-secondary);
    flex-shrink: 0;
    height: 20px;
    width: 20px;

    @media (max-width: 576px) {
        height: 16px;
        width: 16px;
    }
}

.breadcrumbs__icon-home:hover {
    fill: var(--color-accent);
}

.breadcrumbs__icon-arrow {
    stroke: var(--color-text-secondary);
    flex-shrink: 0;
    height: 8px;
    margin: 0 4px;
    width: 8px;
}

.breadcrumbs__icon {
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* End */


/* Start:/local/components/shop.elastomeric/blog.media/templates/media_infinite/style.css?17893933714814*/
/**/
.media-layout {
    @media (max-width: 768px) {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
}

.media-term {
    display: flex;
    gap: 20px;

    @media (max-width: 1100px) {
        flex-direction: column;
    }
}

.media-section {
    display: flex;
    overflow: hidden;
    position: relative;
    transition: .3s;
    margin-bottom: 30px;

    @media (max-width: 576px) {
        flex: 0 0 calc(100% / 2 - (16px / 2 * 1));
        border: none;
        border-radius: 0;
    }

    &:hover {
        .media-section__title {
            color: var(--color-accent-hover);
        }
    }
}

.media-section__link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.media-section__img {
    flex: 0 0 auto;
    height: 210px;
    max-width: 300px;
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;

    @media (max-width: 576px) {
        width: 120px;
        height: 90px;
    }


    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
    }
}

.media-section__content {
    padding-bottom: 16px;
    overflow: hidden;
    border-bottom: 1px solid var(--color-bg-soft);
    flex: 1;
}

.media-section__content-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;

    @media (max-width: 576px) {
        margin-bottom: 6px;
    }


    span {
        white-space: nowrap;
    }

    span, a {
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 12px;
        color: var(--color-text-secondary);
        font-size: var(--fz-md);
        transition: .3s;
        font-weight: 300;

        @media (max-width: 576px) {
            font-size: var(--fz-sm);
        }

        &:hover a {
            text-decoration: underline;
            color: var(--color-accent-hover);
        }


        &:before {
            content: '';
            background-color: var(--color-text-secondary);
            border-radius: 50%;
            height: 2px;
            left: 0;
            position: absolute;
            transform: rotate(0);
            transition: background-color .3s;
            width: 2px;
        }

        &:first-child {
            padding-left: 0;

            &:before {
                display: none;
            }
        }
    }
}

.media-section__title {
    font-size: var(--fz-lg);
    font-weight: var(--fw-light);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;

    @media (max-width: 576px) {
        font-size: var(--fz-md);
        -webkit-line-clamp: 3;
        margin-bottom: 0;
    }
}

.media-section__text {
    color: var(--color-text-primary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: var(--fw-light);

    @media (max-width: 576px) {
        display: none;
    }
}

/**/

/*video-modal*/
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.92);

    @media (max-width: 768px) {
        padding: 12px;
    }

    &.is-active {
        display: flex;
    }
}

.video-modal__content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-modal__iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.video-modal__close {
    position: fixed;
    top: 20px;
    right: 24px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--white-70);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    @media (max-width: 768px) {
        top: 12px;
        right: 12px;
    }

    svg {
        width: 30px;
        height: 30px;
    }
}

body.is-video-modal-open {
    overflow: hidden;
}

.blogs-items__loader.is-loading::before {
    width: 24px;
    height: 24px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    content: "";
    animation: blogs-items-loading 0.7s linear infinite;
}

.blogs-items__loader.is-loading .blogs-items__loader-text {
    margin-left: 10px;
}

@keyframes blogs-items-loading {
    to {
        transform: rotate(360deg);
    }
}
/* End */
/* /blog/style.css?17895451912520 */
/* /local/components/shop.elastomeric/blog.media/templates/media_infinite/style.css?17893933714814 */
