.em-new-main {
    background: #f6f6f9;
    padding: 0 0 56px;
}

.em-new-container {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 24px;
}

.em-new-category {
    background:
        radial-gradient(circle at 10% 0, rgba(225, 42, 42, .06), transparent 28%),
        linear-gradient(135deg, #fff 0%, #f8f9fb 54%, #eef2f6 100%);
    margin: 0 0 42px;
    padding: 6px 0 32px;
}

.em-new-category__title {
    color: #1f2328;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 16px;
    position: relative;
}

.em-new-category__title::after {
    background: linear-gradient(90deg, #e42323, rgba(228, 35, 35, 0));
    border-radius: 999px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 96px;
}

.em-new-category .categoryDescription_t3uUd {
    color: #2d2d2d;
    margin: -10px 0 24px;
    text-align: center;
}

.em-new-category .button_C0YQW {
    align-items: flex-start;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: flex;
    inset: 0;
    justify-content: flex-end;
    padding: 0 clamp(22px, 5vw, 42px) 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.em-new-category .container_kZDbL {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0 auto 8px;
    max-width: 780px;
    position: relative;
    width: 100%;
}

.em-new-category .description_JnSzY {
    color: inherit;
    display: inline-block;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    letter-spacing: .4px;
    line-height: 1.38em;
    max-width: calc(90% - 8px);
    min-width: 0;
    overflow: hidden;
    padding-right: 8px;
    pointer-events: none;
    position: relative;
    flex: 0 1 calc(90% - 8px);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.em-new-category .description_JnSzY.expanded {
    height: auto;
    overflow: visible;
    white-space: normal;
}

.em-new-category .description_JnSzY p {
    display: inline;
    margin: 0;
}

.em-new-category .description_JnSzY.expanded p {
    display: block;
    margin: 0 0 10px;
}

.em-new-category .description_JnSzY.expanded p:last-child {
    margin-bottom: 0;
}

.em-new-category .icon_zRNsV {
    display: inline-block;
    flex: 0 0 10px;
    margin: 8px 0;
    position: relative;
    transition: transform .2s ease;
    width: 10px;
    z-index: 2;
}

.em-new-category .button_C0YQW[aria-expanded="true"] .icon_zRNsV {
    transform: rotate(180deg);
}

.em-category-strip {
    color: #242424;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 4px 0 22px;
    padding: 0 46px;
    position: relative;
}

.em-category-strip__viewport {
    -webkit-overflow-scrolling: touch;
    cursor: default;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    scrollbar-width: none;
    touch-action: pan-y;
    user-select: none;
}

.em-category-strip.is-transform-mode .em-category-strip__viewport {
    overflow-x: hidden;
}

.em-category-strip__viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.em-category-strip__viewport::-webkit-scrollbar {
    display: none;
}

.em-category-strip::before,
.em-category-strip::after {
    bottom: 8px;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 4px;
    transition: opacity .2s ease;
    width: 58px;
    z-index: 4;
}

.em-category-strip::before {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    left: 46px;
}

.em-category-strip::after {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    right: 46px;
}

.em-category-strip.has-scroll-left::before,
.em-category-strip.has-scroll-right::after {
    opacity: .92;
}

.em-category-strip__track {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    min-width: max-content;
    padding: 4px 0 10px;
    transform: translate3d(var(--em-strip-offset, 0px), 0, 0);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.em-category-strip__progress {
    background: rgba(36, 36, 36, .06);
    border-radius: 999px;
    height: 2px;
    margin: 2px 8px 0;
    overflow: hidden;
    position: relative;
}

.em-category-strip__progress-bar {
    background: linear-gradient(90deg, #e42323, #ff6a5f);
    border-radius: inherit;
    display: block;
    height: 100%;
    transform-origin: left center;
    transition: width .18s ease;
    width: 0;
}

.em-category-strip__viewport.is-dragging .em-category-strip__track {
    transition: none;
}

.em-category-strip__item {
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    background-color: transparent;
    border-radius: 12px;
    box-shadow: none;
    box-sizing: border-box;
    color: #242424;
    cursor: pointer;
    display: flex;
    flex: 0 0 264px;
    flex-direction: column;
    gap: 10px;
    max-width: 264px;
    min-width: 264px;
    min-height: 0;
    overflow: visible;
    padding: 28px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    width: 264px;
}

.em-category-strip__viewport.is-dragging .em-category-strip__item {
    pointer-events: none;
}

.em-category-strip__item:hover {
    color: #242424;
    text-decoration: none;
}

.em-category-strip__image-wrap {
    align-items: flex-start;
    background: #f6f6f9;
    border: 0;
    border-radius: 18px;
    box-sizing: border-box;
    display: flex;
    height: 112px;
    justify-content: center;
    min-height: 112px;
    overflow: visible;
    position: relative;
    transition: background-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.em-category-strip__item:hover .em-category-strip__image-wrap {
    background: #eef0f4;
    box-shadow: inset 0 0 0 1px rgba(36, 36, 36, .03);
}

.em-category-strip__image {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    box-sizing: border-box;
    height: 142px;
    object-fit: contain;
    object-position: center bottom;
    padding: 0 18px;
    transform: translateY(-28px);
    user-select: none;
    width: 100%;
}

.em-category-strip__title {
    color: #242424;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: static;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}

.em-category-strip__arrow {
    align-items: center;
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(20, 27, 37, .16);
    display: flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 88px;
    transform: translateY(-50%);
    transition: opacity .2s ease, box-shadow .2s ease;
    width: 42px;
    z-index: 5;
}

.em-category-strip__arrow::before {
    border-right: 3px solid #1f2328;
    border-top: 3px solid #1f2328;
    content: "";
    height: 12px;
    width: 12px;
}

.em-category-strip__arrow--prev {
    left: 0;
}

.em-category-strip__arrow--prev::before {
    transform: rotate(-135deg);
}

.em-category-strip__arrow--next {
    right: 0;
}

.em-category-strip__arrow--next::before {
    transform: rotate(45deg);
}

.em-category-strip__arrow:hover {
    box-shadow: 0 12px 28px rgba(20, 27, 37, .2);
}

.em-category-strip__arrow.is-disabled {
    opacity: .28;
    pointer-events: none;
}

.em-new-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.em-new-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .98) 58%, rgba(245, 247, 250, .98) 100%);
    border: 1px solid rgba(225, 229, 236, .9);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(20, 27, 37, .1);
    color: #242424;
    display: block;
    grid-column: span 3;
    min-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transform: translateZ(0);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.em-new-card--wide {
    grid-column: span 6;
}

.em-new-card--medium {
    grid-column: span 3;
}

.em-new-card--compact {
    grid-column: span 2;
}

.em-new-card:focus,
.em-new-card:hover {
    color: #242424;
    text-decoration: none;
}

.em-new-card:focus-visible {
    outline: 3px solid #ffd814;
    outline-offset: 3px;
}

.em-new-card__content {
    display: grid;
    gap: 16px 18px;
    grid-template-columns: minmax(0, 2fr) minmax(150px, .85fr);
    height: 100%;
    min-height: 238px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.em-new-card--wide .em-new-card__content {
    grid-template-columns: minmax(0, 2.05fr) minmax(240px, .9fr);
    min-height: 276px;
}

.em-new-card--medium .em-new-card__content {
    grid-template-columns: minmax(0, 1.9fr) minmax(178px, .9fr);
    min-height: 252px;
}

.em-new-card--compact .em-new-card__content {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(118px, .42fr);
    min-height: 220px;
    padding: 13px;
}

.em-new-card__text {
    max-width: none;
    min-width: 0;
    position: relative;
    z-index: 3;
}

.em-new-card__header {
    min-width: 0;
}

.em-new-card__eyebrow {
    color: #252b36;
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.em-new-card__heading-link {
    color: inherit;
    text-decoration: none;
}

.em-new-card__heading-link:hover {
    color: #e42323;
    text-decoration: none;
}

.em-new-card__count {
    color: #69727f;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 12px;
}

.em-new-card__subcategories {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.em-new-card__subcategory-slider {
    min-width: 0;
    width: 100%;
}

.em-new-card__subcategory-viewport {
    overflow: hidden;
    width: 100%;
}

.em-new-card__subcategory-track {
    align-items: stretch;
    display: flex;
    transform: translate3d(calc(var(--em-subcategory-page, 0) * -100%), 0, 0);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1);
    width: 100%;
    will-change: transform;
}

.em-new-card__subcategory-page {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    gap: 6px;
    padding: 1px 2px 2px;
    width: 100%;
}

.em-new-card__subcategory-item {
    min-width: 0;
}

.em-new-card__subcategory-link,
.em-new-card__subcategory-empty {
    background: rgba(247, 248, 251, .82);
    border: 1px solid rgba(232, 235, 240, .72);
    border-radius: 10px;
    color: #28313f;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: break-word;
    padding: 7px 10px;
    text-decoration: none;
    white-space: normal;
}

button.em-new-card__subcategory-link {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    width: 100%;
}

.em-new-card__subcategory-link {
    align-items: flex-start;
    display: flex;
    gap: 9px;
}

.em-new-card__subcategory-link::before {
    border-right: 2px solid #e42323;
    border-top: 2px solid #e42323;
    content: "";
    flex: 0 0 auto;
    height: 7px;
    margin-top: 5px;
    transform: rotate(45deg);
    width: 7px;
}

.em-new-card__subcategory-link:hover {
    background: rgba(255, 255, 255, .96);
    border-color: rgba(228, 35, 35, .24);
    color: #171d27;
    text-decoration: none;
}

.em-new-card__subcategory-link--more {
    background: rgba(51, 62, 72, .055);
    border-color: rgba(51, 62, 72, .1);
    color: #333e48;
    font-weight: 700;
}

.em-new-card__subcategory-link--more::before {
    border-color: #333e48;
}

.em-new-card__subcategory-controls {
    display: grid;
    gap: 6px;
    margin-top: auto;
}

.em-new-card__subcategory-controls--split {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}

.em-new-card__subcategory-controls--single {
    grid-template-columns: 1fr;
}

.em-new-card__subcategory-controls--single .em-new-card__subcategory-link--back {
    justify-self: start;
    min-width: 112px;
    width: auto;
}

.em-new-card__subcategory-link--control {
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.em-new-card__subcategory-link--back {
    background: rgba(247, 248, 251, .82);
    color: #4f5661;
    font-weight: 700;
}

.em-new-card__subcategory-link--back::before {
    border-color: #4f5661;
    transform: rotate(-135deg);
}

.em-new-card__subcategory-empty {
    color: #868695;
    font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
    .em-new-card__subcategory-track {
        transition: none;
    }
}

.em-new-card__aside {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-width: 0;
    position: relative;
    z-index: 3;
}

.em-new-card__button {
    align-items: center;
    align-self: stretch;
    background: #333e48;
    border: 1px solid #333e48;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 6px 14px rgba(51, 62, 72, .18);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    max-width: 100%;
    min-height: 42px;
    min-width: 0;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    z-index: 3;
}

.em-new-card__button:hover {
    background: #2b3540;
    border-color: #2b3540;
    box-shadow: 0 8px 18px rgba(51, 62, 72, .24);
    color: #fff;
    text-decoration: none;
}

.em-new-card__media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: rgba(247, 248, 251, .9);
    border: 1px solid rgba(229, 233, 239, .72);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 146px;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 2;
}

.em-new-card--wide .em-new-card__media {
    min-height: 212px;
}

.em-new-card--medium .em-new-card__media {
    min-height: 166px;
}

.em-new-card--compact .em-new-card__media {
    min-height: 112px;
}

.em-new-card--compact .em-new-card__button {
    border-radius: 10px;
    font-size: 13px;
    min-height: 38px;
    padding: 0 10px;
}

.em-new-card__image {
    box-sizing: border-box;
    display: block;
    height: 100%;
    max-width: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
    padding: 16px;
    width: 100%;
}

.em-new-card--wide .em-new-card__image {
    padding: 12px;
}

.em-new-card--medium .em-new-card__image {
    padding: 14px;
}

@media (max-width: 1199.98px) {
    .em-category-strip {
        padding: 0;
    }

    .em-category-strip::before {
        left: 0;
    }

    .em-category-strip::after {
        right: 0;
    }

    .em-category-strip__arrow {
        display: none;
    }

    .em-category-strip__track {
        gap: 8px;
        padding-bottom: 8px;
    }

    .em-category-strip__item {
        flex-basis: 156px;
        gap: 7px;
        max-width: 156px;
        min-width: 156px;
        padding-top: 22px;
        width: 156px;
    }

    .em-category-strip__image-wrap {
        border-radius: 14px;
        height: 64px;
        min-height: 64px;
    }

    .em-category-strip__image {
        height: 92px;
        padding: 0 10px;
        transform: translateY(-22px);
    }

    .em-category-strip__title {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
}

@media (max-width: 1023.98px) {
    .em-new-container {
        padding: 0 16px;
    }

    .em-new-grid {
        gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-new-card--wide {
        grid-column: span 2;
    }

    .em-new-card--medium,
    .em-new-card--compact {
        grid-column: span 1;
    }

    .em-new-card,
    .em-new-card__content {
        min-height: 0;
    }

    .em-new-card__content {
        grid-template-columns: minmax(0, 1.75fr) minmax(132px, .85fr);
    }

    .em-new-card--wide .em-new-card__content {
        grid-template-columns: minmax(0, 1.75fr) minmax(178px, .95fr);
    }

    .em-new-card--medium .em-new-card__content {
        grid-template-columns: minmax(0, 1.75fr) minmax(150px, .9fr);
    }

    .em-new-card--compact .em-new-card__content {
        grid-template-columns: minmax(0, 1.75fr) minmax(132px, .85fr);
    }

    .em-new-card--wide .em-new-card__media {
        min-height: 168px;
    }

    .em-new-card--medium .em-new-card__media {
        min-height: 142px;
    }
}

@media (max-width: 900px) {
    .em-new-grid {
        grid-template-columns: 1fr;
    }

    .em-new-card,
    .em-new-card--wide,
    .em-new-card--medium,
    .em-new-card--compact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .em-new-main {
        padding-bottom: 72px;
    }

    .em-new-category__title {
        font-size: 23px;
    }

    .em-category-strip {
        margin-bottom: 22px;
    }

    .em-new-card {
        border-radius: 16px;
    }

    .em-new-card__content {
        align-items: start;
        column-gap: 14px;
        grid-template-columns: minmax(0, 1fr) minmax(98px, 116px);
        padding: 16px;
        row-gap: 14px;
    }

    .em-new-card__text {
        display: contents;
    }

    .em-new-card__header {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
        min-width: 0;
    }

    .em-new-card__heading-link {
        color: #252b36;
        text-decoration: none;
    }

    .em-new-card__heading-link::after {
        border-right: 2px solid #e42323;
        border-top: 2px solid #e42323;
        content: "";
        display: inline-block;
        height: 8px;
        margin-left: 7px;
        transform: rotate(45deg);
        vertical-align: .08em;
        width: 8px;
    }

    .em-new-card__heading-link:hover {
        color: #e42323;
        text-decoration: none;
    }

    .em-new-card__count {
        font-size: 12.5px;
        margin-bottom: 0;
    }

    .em-new-card__subcategory-slider {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
    }

    .em-new-card__subcategories {
        gap: 6px;
        grid-template-columns: 1fr;
    }

    .em-new-card__subcategory-link,
    .em-new-card__subcategory-empty {
        font-size: 13px;
        line-height: 1.35;
        padding: 7px 8px;
    }

    .em-new-card__button {
        display: none;
    }

    .em-new-card__aside {
        align-self: center;
        grid-column: 2;
        grid-row: 1;
        justify-content: center;
    }

    .em-new-card__media {
        aspect-ratio: auto;
        height: 106px;
        min-height: 106px;
        opacity: 1;
        width: 100%;
    }

    .em-new-card--wide .em-new-card__media {
        height: 118px;
        min-height: 118px;
    }

    .em-new-card--medium .em-new-card__media {
        height: 112px;
        min-height: 112px;
    }

    .em-new-card__image {
        height: 100%;
        padding: 10px;
    }
}
