body[data-page^='catalog-editorial-'] {
    background: #fff;
    color: #202020;
}

body[data-page^='catalog-editorial-'] .environment-notice {
    display: none;
}

body[data-page^='catalog-editorial-'] .site-header {
    position: sticky;
    z-index: 30;
    top: 0;
    display: grid;
    grid-template-columns: 108px minmax(440px, 1fr) auto;
    gap: clamp(18px, 1.8vw, 30px);
    min-height: 78px;
    padding: 0 clamp(22px, 3vw, 54px);
    border-bottom: 1px solid #ecece9;
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
    backdrop-filter: blur(14px);
}

body[data-page^='catalog-editorial-'] .site-header .mobile-menu {
    display: none;
}

body[data-page^='catalog-editorial-'] .site-header .mobile-menu::before,
body[data-page^='catalog-editorial-'] .site-header .mobile-menu::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    margin: 7px auto;
    background: #1c1c1c;
    box-shadow: 0 7px 0 #1c1c1c;
}

body[data-page^='catalog-editorial-'] .site-header .mobile-menu::after {
    display: none;
}

body[data-page^='catalog-editorial-'] .site-header .brand {
    grid-column: auto;
    align-self: center;
    justify-self: start;
}

body[data-page^='catalog-editorial-'] .site-header .brand img {
    width: 108px;
    height: 58px;
}

body[data-page^='catalog-editorial-'] .site-header .primary-nav {
    display: flex;
    gap: clamp(15px, 1.35vw, 25px);
    justify-content: flex-start;
}

body[data-page='catalog-editorial-girls'] .site-header .primary-nav a:first-child,
body[data-page='catalog-editorial-boys'] .site-header .primary-nav a:nth-child(2) {
    color: var(--orange);
}

body[data-page^='catalog-editorial-'] .site-header .header-tools {
    grid-column: auto;
    align-self: center;
    justify-self: end;
    margin-left: auto;
    gap: 15px;
}

body[data-page^='catalog-editorial-'] .site-header .nav-tool:not(.search):not(.cart),
body[data-page^='catalog-editorial-'] .site-header .nav-tool span {
    display: grid;
}

.editorial-catalog {
    --editorial-pad: clamp(10px, 1.65vw, 26px);
    min-height: 80vh;
    overflow: clip;
}

.editorial-hero {
    position: relative;
    display: none;
    height: auto;
    margin: var(--editorial-pad) var(--editorial-pad) 0;
    overflow: hidden;
    background: #f1f0ec;
}

.editorial-hero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 1.4s cubic-bezier(.2, .7, .2, 1);
}

.editorial-hero picture {
    display: block;
    width: 100%;
    height: 100%;
}

.editorial-hero.is-visible img {
    transform: scale(1.018);
}

.editorial-hero > span {
    position: absolute;
    right: 28px;
    bottom: 24px;
    padding: 9px 13px;
    background: rgba(255, 255, 255, .88);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.editorial-intro {
    max-width: 780px;
    margin: 0 auto;
    padding: clamp(92px, 10vw, 150px) 24px clamp(110px, 12vw, 180px);
    text-align: center;
}

.editorial-kicker {
    margin: 0 0 28px;
    color: #74746e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.editorial-intro h1 {
    margin: 0 0 42px;
    font-size: clamp(31px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.editorial-intro > p:not(.editorial-kicker) {
    max-width: 610px;
    margin: 0 auto 13px;
    color: #60605c;
    font-size: 16px;
    line-height: 1.75;
}

.editorial-intro > a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-top: 35px;
    padding-bottom: 7px;
    border-bottom: 1px solid #202020;
    color: inherit;
    font-size: 12px;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 781px) {
    body[data-page='catalog-editorial-girls'] .editorial-intro,
    body[data-page='catalog-editorial-boys'] .editorial-intro {
        display: none;
    }
}

.editorial-products {
    scroll-margin-top: 64px;
}

.editorial-toolbar {
    position: sticky;
    z-index: 12;
    top: 78px;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 24px;
    border-top: 1px solid #e7e7e4;
    border-bottom: 1px solid #e7e7e4;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
}

.editorial-categories {
    display: flex;
    gap: 26px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.editorial-categories::-webkit-scrollbar {
    display: none;
}

.editorial-categories button {
    --editorial-category-accent: var(--coral);
    position: relative;
    flex: 0 0 auto;
    padding: 21px 0 18px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #777773;
    font: inherit;
    font-size: 12px;
    letter-spacing: .075em;
    text-transform: uppercase;
    cursor: pointer;
}

.editorial-categories button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: var(--editorial-category-accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .38s cubic-bezier(.2, .72, .2, 1);
}

.editorial-categories button:nth-child(4n + 2) {
    --editorial-category-accent: var(--blue);
}

.editorial-categories button:nth-child(4n + 3) {
    --editorial-category-accent: var(--green);
}

.editorial-categories button:nth-child(4n) {
    --editorial-category-accent: var(--orange);
}

.editorial-categories button:hover::after,
.editorial-categories button:focus-visible::after,
.editorial-categories button.active::after {
    transform: scaleX(1);
}

.editorial-categories button.active {
    border-bottom-color: transparent;
    color: #222;
}

.editorial-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 24px;
    align-items: center;
}

.editorial-controls select {
    padding: 5px 23px 5px 0;
    border: 0;
    background-color: transparent;
    color: #30302e;
    font: inherit;
    font-size: 12px;
}

.editorial-grid-switch {
    display: flex;
    gap: 11px;
}

.editorial-grid-switch button {
    display: grid;
    grid-auto-flow: column;
    gap: 2px;
    width: 29px;
    height: 24px;
    padding: 5px 4px;
    border: 0;
    background: transparent;
    opacity: .35;
    cursor: pointer;
}

.editorial-grid-switch button.active {
    opacity: 1;
}

.editorial-grid-switch i {
    display: block;
    width: 100%;
    border: 1px solid #222;
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 5px;
}

.editorial-catalog[data-grid-mode='2'] .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorial-card {
    min-width: 0;
    background: #fff;
}

.editorial-card[hidden] {
    display: none;
}

.editorial-card-media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f4f4f1;
    color: inherit;
    text-decoration: none;
}

.editorial-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.editorial-card-media:hover img {
    transform: scale(1.025);
}

.editorial-placeholder {
    display: grid;
    height: 100%;
    place-items: center;
    color: #aaa;
    font-size: 28px;
}

.editorial-store-only {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 14px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, .88);
    color: #252525;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.editorial-store-only {
    top: auto;
    bottom: 14px;
}

.editorial-card-action {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 8px 11px;
    background: rgba(255, 255, 255, .9);
    color: #222;
    font-size: 10px;
    letter-spacing: .1em;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease;
    text-transform: uppercase;
}

.editorial-card-media:hover .editorial-card-action {
    opacity: 1;
    transform: none;
}

.editorial-card-copy {
    min-height: 110px;
    padding: 15px 11px 28px;
    text-align: center;
}

.editorial-card-copy h2 {
    margin: 0 0 7px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.editorial-card-copy a {
    color: inherit;
    text-decoration: none;
}

.editorial-price {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 12px;
}

.editorial-commerce {
    text-align: center;
}

.editorial-price del {
    color: #92928d;
}

.editorial-price strong {
    color: #262626;
    font-weight: 500;
}

.editorial-price.is-discounted strong {
    color: #c95750;
}

.editorial-sale {
    padding: 3px 5px 2px;
    border: 1px solid rgba(201, 87, 80, .28);
    border-radius: 999px;
    color: #b94c46;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.editorial-bonus {
    display: flex;
    width: max-content;
    gap: 3px;
    align-items: center;
    justify-content: center;
    margin: 4px auto 0;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(168, 207, 63, .13);
    color: #6f862e;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.editorial-bonus small {
    color: #7f886c;
    font-size: 8px;
    font-weight: 400;
}

.editorial-empty {
    padding: 80px 24px;
    text-align: center;
}

[data-editorial-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .75s ease var(--reveal-delay, 0ms), transform .9s cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms);
}

[data-editorial-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (min-width: 781px) {
    body[data-page^='catalog-editorial-'] .site-header .nav-tool {
        display: grid;
    }

    body[data-page^='catalog-editorial-'] .site-header .nav-tool span {
        display: block;
    }
}

@media (min-width: 781px) and (max-width: 1220px) {
    body[data-page^='catalog-editorial-'] .site-header {
        grid-template-columns: 108px minmax(0, 1fr) auto;
        gap: 18px;
        padding: 0 15px;
    }

    body[data-page^='catalog-editorial-'] .site-header .primary-nav a:nth-child(n + 4),
    body[data-page^='catalog-editorial-'] .site-header .nav-tool.contact,
    body[data-page^='catalog-editorial-'] .site-header .nav-tool.search {
        display: none;
    }
}

@media (min-width: 781px) and (max-width: 1040px) {
    body[data-page^='catalog-editorial-'] .site-header .primary-nav a:nth-child(n + 3),
    body[data-page^='catalog-editorial-'] .site-header .nav-tool.shops {
        display: none;
    }
}

@media (max-width: 780px) {
    body[data-page^='catalog-editorial-'] .environment-notice {
        display: block;
        padding: 9px 15px;
        color: #fff;
        border-bottom: 3px solid transparent;
        border-image: linear-gradient(90deg, var(--coral) 0 25%, var(--blue) 25% 50%, var(--green) 50% 75%, var(--orange) 75%) 1;
        background: var(--ink);
        font-size: 11px;
        line-height: normal;
        text-align: left;
    }

    body[data-page^='catalog-editorial-'] .site-header {
        grid-template-columns: 42px 1fr 42px;
        gap: 8px;
        min-height: 68px;
        padding: 0 15px;
        border-bottom: 1px solid #f1f1f1;
        background: rgba(255, 255, 255, .96);
        backdrop-filter: none;
    }

    body[data-page^='catalog-editorial-'] .site-header .mobile-menu {
        display: grid;
        width: 38px;
        height: 38px;
        padding: 0;
        overflow: visible;
        place-items: center;
        border: 0;
        background: none;
        color: var(--ink);
    }

    body[data-page^='catalog-editorial-'] .site-header .mobile-menu::before {
        width: 27px;
        height: 18px;
        margin: 0;
        border-top: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        background: linear-gradient(currentColor, currentColor) center / 100% 3px no-repeat;
        box-shadow: none;
    }

    body[data-page^='catalog-editorial-'] .site-header .primary-nav,
    body[data-page^='catalog-editorial-'] .site-header .header-tools {
        display: none;
    }

    body[data-page^='catalog-editorial-'] .site-header .brand img {
        width: 94px;
        height: 51px;
    }

    body[data-page^='catalog-editorial-'] .site-header .brand {
        grid-column: 2;
        justify-self: center;
    }

    .editorial-catalog {
        --editorial-pad: 9px;
    }

    .editorial-hero {
        display: block;
        height: auto;
        aspect-ratio: 1280 / 853;
    }

    .editorial-hero img {
        object-position: center;
    }

    .editorial-hero > span {
        right: 12px;
        bottom: 12px;
        padding: 7px 9px;
        font-size: 8px;
    }

    .editorial-intro {
        padding: 38px 18px 48px;
        opacity: 0;
        transform: none;
        transition: opacity .35s ease;
    }

    .editorial-kicker {
        margin-bottom: 15px;
        font-size: 9px;
    }

    .editorial-intro h1 {
        margin-bottom: 20px;
        font-size: clamp(26px, 7.4vw, 31px);
        line-height: 1.08;
    }

    .editorial-intro > p:not(.editorial-kicker) {
        max-width: 350px;
        font-size: 13px;
        line-height: 1.55;
    }

    .editorial-intro > p:not(.editorial-kicker):last-of-type {
        display: none;
    }

    .editorial-intro > a {
        position: relative;
        margin-top: 20px;
        padding-bottom: 7px;
        border-bottom: 0;
        font-size: 10px;
    }

    .editorial-intro > a::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background: currentColor;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .65s cubic-bezier(.2, .72, .2, 1) .62s;
    }

    .editorial-intro > * {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(12px);
    }

    .editorial-intro.is-visible {
        opacity: 1;
    }

    .editorial-intro.is-visible > * {
        animation: editorial-mobile-copy-in .62s cubic-bezier(.2, .72, .2, 1) forwards;
    }

    .editorial-intro.is-visible > h1 {
        animation-delay: .09s;
    }

    .editorial-intro.is-visible > p:not(.editorial-kicker) {
        animation-delay: .18s;
    }

    .editorial-intro.is-visible > a {
        animation-delay: .29s;
    }

    .editorial-intro.is-visible > a::after {
        transform: scaleX(1);
    }

    .editorial-toolbar {
        top: 68px;
        display: block;
        min-height: 0;
        padding: 0;
    }

    .editorial-categories {
        gap: 22px;
        padding: 0 14px;
        border-bottom: 1px solid #ededeb;
    }

    .editorial-categories button {
        padding: 17px 0 14px;
        font-size: 10px;
    }

    .editorial-controls {
        display: none;
    }

    .editorial-grid-switch {
        display: none;
    }

    .editorial-grid,
    .editorial-catalog[data-grid-mode='2'] .editorial-grid,
    .editorial-catalog[data-grid-mode='3'] .editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px;
        padding: 3px;
    }

    .editorial-card-copy {
        min-height: 92px;
        padding: 12px 7px 22px;
    }

    .editorial-card-copy h2 {
        margin-bottom: 5px;
        font-size: 11px;
    }

    .editorial-price {
        flex: 0 1 auto;
        flex-wrap: nowrap;
        gap: 4px;
        font-size: 10px;
        line-height: 1.45;
    }

    .editorial-commerce {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .editorial-store-only {
        top: 8px;
        left: 8px;
        padding: 5px 6px;
        font-size: 8px;
    }

    .editorial-store-only {
        top: auto;
        bottom: 8px;
    }

    .editorial-sale {
        padding: 2px 4px;
        font-size: 7px;
    }

    .editorial-bonus {
        flex: 0 0 auto;
        margin: 0;
        padding: 3px 5px;
        font-size: 8px;
    }

    .editorial-bonus small {
        display: none;
    }

    .editorial-card-action {
        display: none;
    }
}

@keyframes editorial-mobile-copy-in {
    from {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-editorial-reveal],
    .editorial-hero img,
    .editorial-card-media img {
        transition: none;
    }

    .editorial-intro,
    .editorial-intro > * {
        opacity: 1;
        filter: none;
        transform: none;
        animation: none !important;
    }

    .editorial-intro > a::after {
        transform: scaleX(1);
        transition: none;
    }

    .editorial-categories button::after {
        transition: none;
    }
}
