body[data-page="new-arrivals"] {
    background: #f6f2e9;
    color: #171614;
}

.new-arrivals-hero {
    position: relative;
    display: grid;
    min-height: min(760px, calc(100svh - 112px));
    overflow: hidden;
    isolation: isolate;
    background: #080706;
    color: #f8f4eb;
}

.new-arrivals-hero-image,
.new-arrivals-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.new-arrivals-hero-image {
    z-index: -3;
    object-fit: cover;
    object-position: center;
    transform: scale(1.005);
}

.new-arrivals-hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 3, 3, 0.97) 0%, rgba(4, 3, 3, 0.82) 28%, rgba(4, 3, 3, 0.14) 57%, rgba(4, 3, 3, 0.01) 82%),
        linear-gradient(0deg, rgba(4, 3, 3, 0.44) 0%, transparent 38%);
}

.new-arrivals-hero-content {
    z-index: 2;
    display: flex;
    width: min(590px, 46vw);
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    margin-left: clamp(34px, 6.8vw, 130px);
    padding: 64px 0 76px;
}

.new-arrivals-hero h1 {
    margin: 0;
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(70px, 6.2vw, 104px);
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.035em;
}

.new-arrivals-hero h1 span,
.new-arrivals-hero h1 em {
    display: block;
}

.new-arrivals-hero h1 em {
    margin-top: 12px;
    color: #d8b55a;
    font-size: 0.66em;
    font-weight: 400;
}

.new-arrivals-hero-copy {
    max-width: 535px;
    margin: 30px 0 0;
    color: rgba(245, 239, 229, 0.7);
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.new-arrivals-gender-switch {
    display: flex;
    width: min(340px, 100%);
    gap: 12px;
    margin-top: 28px;
}

.new-arrivals-gender-switch button {
    display: inline-flex;
    min-width: 142px;
    min-height: 48px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #171614;
    border-radius: 999px;
    background: #171614;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(23, 22, 20, 0.12);
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.new-arrivals-gender-switch button:hover,
.new-arrivals-gender-switch button:focus-visible,
.new-arrivals-gender-switch button.is-active {
    border-color: #9a761d;
    background: #9a761d;
    color: #ffffff;
    transform: translateY(-2px);
}

.new-arrivals-gender-switch button:focus-visible {
    outline: 2px solid #9a761d;
    outline-offset: 3px;
}

.new-arrivals-gender-switch button span {
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.new-arrivals-filter-status {
    min-height: 1.4em;
    margin: 12px 0 0;
    color: rgba(255, 250, 242, 0.52);
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.new-arrivals-scroll-cue {
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-family: Inter, Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
}

.new-arrivals-scroll-cue i {
    width: 62px;
    height: 1px;
    background: linear-gradient(90deg, #d8b55a 0 45%, rgba(255, 255, 255, 0.25) 45%);
}

.new-arrivals-products {
    width: min(1240px, calc(100% - 48px));
    max-width: none;
    padding-top: clamp(70px, 7vw, 110px);
    padding-bottom: 110px;
}

.new-arrivals-products-heading {
    position: relative;
    display: grid;
    min-height: 410px;
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    gap: 0;
    margin-bottom: 62px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #f8f3e9;
    box-shadow: inset 0 0 0 1px rgba(23, 22, 20, 0.08);
}

.new-arrivals-products-copy {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 5.4vw, 80px) 24px clamp(48px, 5.4vw, 80px) clamp(42px, 5.4vw, 80px);
}

.new-arrivals-products-heading > div > p {
    margin: 0 0 14px;
    color: #9a761d;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.new-arrivals-products-heading h2 {
    margin: 0;
    color: #171614;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 4.5vw, 70px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.new-arrivals-products-copy > span {
    display: block;
    margin-top: 24px;
    color: #746f67;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.new-arrivals-editorial-art {
    position: relative;
    z-index: 0;
    min-width: 0;
    min-height: 410px;
    margin-left: -96px;
    overflow: hidden;
    background: transparent;
}

.new-arrivals-editorial-art img {
    display: block;
    width: calc(100% + 96px);
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.36) 8%, #000 22%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.36) 8%, #000 22%);
}

.new-arrivals-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(23, 22, 20, 0.14);
}

.new-arrivals-toolbar .product-count-info {
    color: #746f67;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body[data-page="new-arrivals"] .footer-payments {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

body[data-page="new-arrivals"] .pay-card {
    display: flex;
    height: 32px;
    padding: 4px 8px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
}

body[data-page="new-arrivals"] .pay-card img {
    display: block;
    width: auto;
    max-width: 48px;
    height: 20px;
    object-fit: contain;
}

body[data-page="new-arrivals"] .pay-card-text {
    color: #0b0529;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

body[data-page="new-arrivals"] .pay-card-klarna {
    background: #ffb3c7;
}

body[data-page="new-arrivals"] .product-grid {
    padding: 0;
}

body[data-page="new-arrivals"] .pre-footer-band {
    background: #f6f2e9;
}

@media (max-width: 900px) {
    .new-arrivals-hero-content {
        width: min(610px, 68vw);
        margin-left: clamp(28px, 6vw, 60px);
    }

    .new-arrivals-hero-shade {
        background:
            linear-gradient(90deg, rgba(4, 3, 3, 0.97) 0%, rgba(4, 3, 3, 0.79) 44%, rgba(4, 3, 3, 0.1) 78%),
            linear-gradient(0deg, rgba(4, 3, 3, 0.54) 0%, transparent 44%);
    }

}

@media (max-width: 620px) {
    .new-arrivals-hero {
        min-height: 760px;
    }

    .new-arrivals-hero-image {
        object-position: 64% center;
    }

    .new-arrivals-hero-shade {
        background:
            linear-gradient(90deg, rgba(4, 3, 3, 0.82) 0%, rgba(4, 3, 3, 0.46) 52%, rgba(4, 3, 3, 0.03) 100%),
            linear-gradient(0deg, rgba(4, 3, 3, 0.48) 0%, transparent 72%);
    }

    .new-arrivals-hero-content {
        width: auto;
        margin: 0;
        padding: 72px var(--mobile-page-gutter-right) 104px var(--mobile-page-gutter-left);
        justify-content: center;
    }

    .new-arrivals-hero h1 {
        font-size: clamp(52px, 16vw, 68px);
    }

    .new-arrivals-hero-copy {
        max-width: 330px;
        margin-top: 24px;
        font-size: 13px;
        line-height: 1.65;
    }

    .new-arrivals-gender-switch {
        gap: 8px;
        margin-top: 26px;
    }

    .new-arrivals-gender-switch button {
        min-width: 0;
        min-height: 46px;
        flex: 1;
        padding: 0 18px;
    }

    .new-arrivals-gender-switch button span {
        font-size: 10px;
    }

    .new-arrivals-scroll-cue {
        right: var(--mobile-page-gutter-right);
        bottom: 26px;
        font-size: 8px;
    }

    .new-arrivals-products {
        width: auto;
        margin-right: var(--mobile-page-gutter-right);
        margin-left: var(--mobile-page-gutter-left);
        padding-top: 68px;
        padding-bottom: 80px;
    }

    .new-arrivals-products-heading {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 0;
        margin-bottom: 42px;
        padding: 0;
    }

    .new-arrivals-products-heading h2 {
        font-size: clamp(38px, 11vw, 48px);
    }

    .new-arrivals-products-copy {
        padding: 38px 28px 34px;
    }

    .new-arrivals-editorial-art {
        min-height: 0;
        margin-left: 0;
        aspect-ratio: 1.35;
    }

    .new-arrivals-editorial-art img {
        width: 100%;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.54) 8%, #000 20%);
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.54) 8%, #000 20%);
    }

    .new-arrivals-toolbar {
        align-items: flex-start;
        gap: 12px;
    }

    .new-arrivals-toolbar .product-count-info {
        max-width: 52%;
        line-height: 1.45;
    }

}

@media (orientation: landscape) and (max-height: 500px) and (max-width: 900px) {
    .new-arrivals-hero {
        min-height: 520px;
    }

    .new-arrivals-hero-content {
        width: min(510px, 64vw);
        margin-left: 24px;
        padding: 34px 0 46px;
    }

    .new-arrivals-hero h1 {
        font-size: 52px;
    }

    .new-arrivals-hero-copy {
        max-width: 430px;
        margin-top: 16px;
        font-size: 12px;
    }

    .new-arrivals-gender-switch button {
        min-height: 42px;
        padding: 0 18px;
    }

    .new-arrivals-filter-status {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .new-arrivals-hero-image,
    .new-arrivals-gender-switch button,
    .new-arrivals-gender-switch button::after {
        transition: none;
    }
}
