/* Agency pass: hardware gallery storefront */
.public-shell {
    --gallery-black: #04090c;
    --gallery-black-2: #0a1115;
    --gallery-line: rgba(255, 255, 255, .14);
    --gallery-cyan: #05b8f1;
    --gallery-green: #22d56e;
}

.public-shell.page-home {
    background:
        linear-gradient(180deg, var(--gallery-black) 0, var(--gallery-black) 682px, #fff 683px),
        #fff;
}

.public-shell .site-header.public-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(4, 9, 12, .78);
    backdrop-filter: blur(22px);
}

.public-shell .site-header.public-header .public-mainbar {
    width: min(100% - 96px, 1380px);
    min-height: 78px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto minmax(420px, 1fr) auto auto auto;
    align-items: center;
    gap: 22px;
}

.public-shell .text-brand {
    gap: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: 0;
    text-decoration: none;
}

.public-shell .text-brand:hover {
    color: var(--gallery-cyan);
}

.public-shell .mobile-catalog-close {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    margin-left: 4px;
    padding: 0;
    border: 1px solid rgba(4, 9, 12, .12);
    border-radius: 8px;
    background: rgba(4, 9, 12, .06);
    color: #071014;
    cursor: pointer;
}

.public-shell .mobile-catalog-close .nav-icon {
    width: 20px;
    height: 20px;
}

.public-shell .mobile-catalog-close:hover {
    border-color: var(--gallery-cyan);
    color: #061014;
    background: rgba(5, 184, 241, .16);
}

.public-shell .public-nav-row {
    min-height: 78px;
    display: flex;
    justify-content: center;
    gap: 28px;
    border: 0;
    box-shadow: none;
}

.public-shell .public-nav-row a {
    min-height: 78px;
    padding: 0 0 3px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    font-weight: 850;
}

.public-shell .public-nav-row a.active,
.public-shell .public-nav-row a:hover {
    border-bottom-color: var(--gallery-cyan);
    background: transparent;
    color: #fff;
}

.public-shell .site-header.public-header .header-search {
    justify-self: end;
    width: 46px;
    min-width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    transition: width .32s cubic-bezier(.2, .78, .22, 1), background .2s ease, border-color .2s ease;
}

.public-shell .site-header.public-header .header-search:focus-within,
.public-shell .site-header.public-header .header-search:hover {
    width: min(360px, 30vw);
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
}

.public-shell .site-header.public-header .header-search input {
    width: 0;
    min-width: 0;
    padding: 0;
    opacity: 0;
    transition: opacity .2s ease, width .32s cubic-bezier(.2, .78, .22, 1), padding .2s ease;
}

.public-shell .site-header.public-header .header-search:focus-within input,
.public-shell .site-header.public-header .header-search:hover input {
    width: 100%;
    padding: 0 10px 0 16px;
    opacity: 1;
}

.public-shell .site-header.public-header .header-search button {
    position: relative;
    min-width: 46px;
    width: 46px;
    padding: 0;
    font-size: 0;
    background: transparent;
    color: #fff;
}

.public-shell .site-header.public-header .header-search button::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 11px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.public-shell .site-header.public-header .header-search button::after {
    content: "";
    width: 9px;
    height: 2px;
    position: absolute;
    left: 28px;
    top: 29px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}

.public-shell .header-cart,
.public-shell .catalog-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    justify-content: center;
    border: 0;
    background: transparent;
}

.public-shell .header-cart span,
.public-shell .catalog-button span {
    display: none;
}

.public-shell .header-cart em {
    position: absolute;
    top: 7px;
    right: 5px;
    min-width: 18px;
    height: 18px;
    border: 2px solid var(--gallery-black);
    font-size: 11px;
}

.public-shell .retail-hero {
    margin-top: -78px;
    padding-top: 78px;
    background: var(--gallery-black);
}

.public-shell .hero-promo {
    min-height: 660px;
    width: 100%;
    padding: 0 max(64px, calc((100vw - 1380px) / 2));
    display: grid;
    grid-template-columns: minmax(730px, .92fr) minmax(0, 1.08fr);
    align-items: center;
}

.public-shell .hero-promo::before {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(4, 9, 12, .99) 0%, rgba(4, 9, 12, .94) 28%, rgba(4, 9, 12, .48) 54%, rgba(4, 9, 12, .08) 100%),
        radial-gradient(circle at 70% 44%, rgba(5, 184, 241, .18), transparent 38%),
        linear-gradient(180deg, rgba(4, 9, 12, .18), rgba(4, 9, 12, .72));
}

.public-shell .hero-promo::after {
    z-index: 3;
    height: 210px;
    background: linear-gradient(180deg, rgba(4, 9, 12, 0), var(--gallery-black) 76%);
}

.public-shell .hero-promo .hero-copy {
    z-index: 4;
    max-width: 760px;
    padding: 84px 0 146px;
    align-self: center;
}

.public-shell .hero-kicker {
    display: none;
}

.public-shell .hero-promo h1 {
    max-width: 760px;
    color: #fff;
    font-size: 64px;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.public-shell .hero-promo h1::first-line {
    color: #fff;
}

.public-shell .hero-promo p {
    max-width: 520px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .74);
    font-size: 19px;
    line-height: 1.7;
}

.public-shell .hero-actions {
    margin-top: 34px;
    gap: 18px;
}

.public-shell .hero-actions .primary-button,
.public-shell .hero-actions .ghost-button {
    min-width: 210px;
    min-height: 54px;
    border-radius: 7px;
    font-size: 15px;
}

.public-shell .hero-actions .ghost-button {
    border-color: rgba(5, 184, 241, .72);
    background: rgba(255, 255, 255, .03);
}

.public-shell .hero-proofline {
    margin-top: 28px;
    gap: 28px;
}

.public-shell .hero-proofline span {
    min-height: 28px;
    padding: 0 0 0 25px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    position: relative;
}

.public-shell .hero-proofline span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid var(--gallery-cyan);
    border-radius: 50%;
    transform: translateY(-50%);
}

.public-shell .hero-media {
    inset: 0;
    transform: translate3d(var(--hero-pan-x, 0), var(--hero-pan-y, 0), 0);
    transition: transform .42s cubic-bezier(.2, .78, .22, 1);
}

.public-shell .hero-media img {
    object-position: 72% center;
    filter: saturate(1.18) contrast(1.18) brightness(.8);
}

.public-shell .hero-shelf {
    width: min(100% - 96px, 1380px);
    margin: -88px auto 54px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-color: var(--gallery-line);
    border-radius: 8px;
    background: rgba(8, 15, 19, .92);
    box-shadow: 0 28px 82px rgba(0, 0, 0, .42);
}

.public-shell .hero-shelf-item {
    min-height: 146px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 18px 70px 18px 18px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    position: relative;
    overflow: hidden;
}

.public-shell .hero-shelf-item::before,
.public-shell .category-card::after,
.public-shell .product-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(110deg, transparent 0 36%, rgba(5, 184, 241, .18) 48%, transparent 61%);
    opacity: 0;
    transform: translateX(-34%);
    pointer-events: none;
}

.public-shell .hero-shelf-item > *,
.public-shell .product-tile > * {
    position: relative;
    z-index: 2;
}

.public-shell .hero-shelf-link {
    min-width: 0;
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    color: #fff;
    text-decoration: none;
}

.public-shell .hero-shelf-media {
    width: 126px;
    height: 94px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .07);
}

.public-shell .hero-shelf-copy {
    gap: 7px;
}

.public-shell .hero-shelf-copy em {
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-shell .hero-shelf-copy strong {
    font-size: 15px;
    line-height: 1.2;
}

.public-shell .hero-shelf-copy > strong + strong,
.public-shell .hero-shelf-copy .price-stack strong {
    color: var(--gallery-cyan);
    font-size: 18px;
    line-height: 1;
}

.public-shell .hero-shelf-copy .price-stack {
    display: grid;
    gap: 4px;
}

.public-shell .hero-shelf-copy del {
    color: rgba(255, 255, 255, .46);
    font-size: 13px;
}

.public-shell .hero-shelf-cart {
    position: absolute;
    right: 18px;
    bottom: 18px;
    margin: 0;
}

.public-shell .hero-shelf-cart button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    background: rgba(255, 255, 255, .03);
    color: #fff;
    cursor: pointer;
}

.public-shell .hero-shelf-cart .nav-icon {
    width: 21px;
    height: 21px;
}

.public-shell .category-zone {
    margin-top: 0;
    margin-bottom: 72px;
}

.public-shell .category-zone .section-heading {
    margin-bottom: 26px;
}

.public-shell .category-showcase {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.public-shell .category-card {
    min-height: 250px;
    padding: 0;
    display: grid;
    align-items: end;
    border: 1px solid rgba(9, 17, 20, .1);
    border-radius: 8px;
    background: #111a20;
    overflow: hidden;
}

.public-shell .category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(4, 9, 12, .05), rgba(4, 9, 12, .88));
    pointer-events: none;
}

.public-shell .category-card::after {
    z-index: 2;
}

.public-shell .category-card-media {
    position: absolute;
    inset: 0;
    display: block;
}

.public-shell .category-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
}

.public-shell .category-card-media svg {
    width: 48%;
    height: 48%;
    margin: 14% 26%;
    color: var(--gallery-cyan);
}

.public-shell .category-card-copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    padding: 22px;
}

.public-shell .category-card-copy strong {
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
}

.public-shell .category-card-copy em {
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.35;
}

@media (prefers-reduced-motion: no-preference) {
    .public-shell.motion-ready .site-header.public-header {
        animation: galleryHeaderDrop .58s cubic-bezier(.2, .78, .22, 1) both;
    }

    .public-shell.motion-ready .hero-promo h1,
    .public-shell.motion-ready .hero-promo p,
    .public-shell.motion-ready .hero-actions,
    .public-shell.motion-ready .hero-proofline {
        animation: galleryCopyRise .72s cubic-bezier(.2, .78, .22, 1) both;
    }

    .public-shell.motion-ready .hero-promo p {
        animation-delay: .08s;
    }

    .public-shell.motion-ready .hero-actions {
        animation-delay: .16s;
    }

    .public-shell.motion-ready .hero-proofline {
        animation-delay: .24s;
    }

    .public-shell.motion-ready .hero-media img {
        animation: galleryHardwareDrift 18s ease-in-out infinite alternate;
    }

    .public-shell.motion-ready .hero-promo::before {
        animation: galleryLightBreath 6s ease-in-out infinite alternate;
    }

    .public-shell.motion-ready .hero-shelf {
        animation: galleryShelfLift .7s .26s cubic-bezier(.2, .78, .22, 1) both;
    }

    .public-shell.motion-ready .hero-shelf-item {
        animation: galleryCardRise .62s cubic-bezier(.2, .78, .22, 1) both;
    }

    .public-shell.motion-ready .hero-shelf-item:nth-child(1) {
        animation-delay: .34s;
    }

    .public-shell.motion-ready .hero-shelf-item:nth-child(2) {
        animation-delay: .42s;
    }

    .public-shell.motion-ready .hero-shelf-item:nth-child(3) {
        animation-delay: .5s;
    }

    .public-shell.motion-ready .hero-shelf-item:nth-child(4) {
        animation-delay: .58s;
    }

    .public-shell.motion-ready .category-card-media img,
    .public-shell.motion-ready .hero-shelf-media img {
        transition: transform .55s cubic-bezier(.2, .78, .22, 1), filter .22s ease;
    }

    .public-shell.motion-ready .hero-promo::after {
        animation: galleryEdgePulse 5.4s ease-in-out infinite alternate;
    }

    .public-shell.motion-ready .product-tile,
    .public-shell.motion-ready .category-card {
        transition:
            transform .38s cubic-bezier(.2, .78, .22, 1),
            box-shadow .28s ease,
            border-color .22s ease,
            background .22s ease;
    }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .public-shell .hero-shelf-item:hover {
        background: rgba(255, 255, 255, .055);
        transform: translateY(-5px);
    }

    .public-shell .hero-shelf-item:hover .hero-shelf-media img,
    .public-shell .category-card:hover .category-card-media img {
        transform: scale(1.08);
        filter: saturate(1.18) contrast(1.08);
    }

    .public-shell .hero-shelf-item:hover::before,
    .public-shell .category-card:hover::after,
    .public-shell .product-tile:hover::after {
        animation: gallerySweep .85s ease forwards;
    }

    .public-shell .hero-shelf-cart button:hover {
        border-color: var(--gallery-cyan);
        background: var(--gallery-cyan);
        color: #061014;
        transform: translateY(-2px);
    }

    .public-shell .category-card:hover,
    .public-shell .product-tile:hover {
        transform: translateY(-8px);
    }
}

@keyframes galleryHeaderDrop {
    from {
        opacity: 0;
        transform: translateY(-18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes galleryCopyRise {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes galleryHardwareDrift {
    from {
        transform: scale(1.02) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.075) translate3d(-1.2%, .8%, 0);
    }
}

@keyframes galleryLightBreath {
    from {
        filter: brightness(.92);
    }

    to {
        filter: brightness(1.12);
    }
}

@keyframes galleryShelfLift {
    from {
        opacity: 0;
        transform: translateY(42px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes galleryCardRise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gallerySweep {
    0% {
        opacity: 0;
        transform: translateX(-44%);
    }

    24% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(42%);
    }
}

@keyframes galleryEdgePulse {
    from {
        opacity: .72;
    }

    to {
        opacity: 1;
    }
}

@supports (animation-timeline: view()) {
    @media (prefers-reduced-motion: no-preference) {
        .public-shell.motion-ready .category-card,
        .public-shell.motion-ready .product-tile,
        .public-shell.motion-ready .editorial-panel,
        .public-shell.motion-ready .promo-card {
            animation: galleryViewReveal both;
            animation-timeline: view();
            animation-range: entry 0% cover 32%;
        }
    }
}

@keyframes galleryViewReveal {
    from {
        opacity: .38;
        transform: translateY(34px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.public-shell .shop-editorial {
    align-items: stretch;
}

.public-shell .editorial-panel {
    min-height: 520px;
    background: var(--gallery-black);
}

.public-shell .editorial-panel.light {
    background: var(--gallery-black);
    color: #fff;
}

.public-shell .editorial-panel.light::after {
    background: linear-gradient(180deg, rgba(4, 9, 12, .08), rgba(4, 9, 12, .82) 78%);
}

.public-shell .editorial-panel.light .editorial-copy b .price-stack strong,
.public-shell .editorial-panel.light .editorial-copy b > strong {
    color: #fff;
}

.public-shell .editorial-media {
    display: block;
    background: var(--gallery-black);
}

.public-shell .editorial-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.26);
    transform-origin: center;
}

.public-shell .editorial-panel.dark .editorial-media img {
    object-position: 58% center;
}

.public-shell .editorial-panel.light .editorial-media img {
    object-position: 64% center;
    transform: scale(1.52);
}

.public-shell .promo-card {
    min-height: 450px;
    display: grid;
    grid-template-rows: 230px minmax(0, 1fr);
    background: var(--gallery-black);
}

.public-shell .promo-card > img {
    width: 100%;
    height: 230px;
    min-height: 230px;
    display: block;
    object-fit: cover;
    object-position: center;
    background: var(--gallery-black);
    transform: scale(1.28);
    transform-origin: center;
}

.public-shell .promo-card-copy {
    min-width: 0;
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
    .public-shell .editorial-panel.motion-card:hover .editorial-media img {
        transform: scale(1.34);
    }

    .public-shell .editorial-panel.light.motion-card:hover .editorial-media img {
        transform: scale(1.58);
    }

    .public-shell .promo-card.motion-card:hover > img {
        transform: scale(1.36);
    }
}

@media (max-width: 1180px) {
    .public-shell .site-header.public-header .public-mainbar {
        width: min(100% - 44px, 980px);
        grid-template-columns: auto 1fr auto auto auto;
        gap: 14px;
    }

    .public-shell .public-nav-row {
        gap: 18px;
    }

    .public-shell .hero-promo {
        min-height: 640px;
        padding: 0 32px;
        grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
    }

    .public-shell .hero-promo h1 {
        font-size: 56px;
        max-width: 600px;
    }

    .public-shell .hero-shelf {
        width: calc(100% - 44px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-shell .hero-shelf-item:nth-child(2n) {
        border-right: 0;
    }

    .public-shell .category-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .public-shell.page-home {
        background: linear-gradient(180deg, var(--gallery-black) 0, var(--gallery-black) 728px, #fff 729px), #fff;
    }

    .public-shell .site-header.public-header {
        transition: transform .28s cubic-bezier(.2, .78, .22, 1), background .2s ease;
        will-change: transform;
    }

    .public-shell .site-header.public-header.header-hidden {
        animation: none !important;
        pointer-events: none;
        transform: translateY(calc(-100% - 2px)) !important;
    }

    .public-shell .site-header.public-header .public-mainbar {
        width: calc(100% - 28px);
        min-height: 158px;
        grid-template-columns: minmax(0, 1fr) 46px 46px;
        grid-template-rows: 56px 48px 36px;
        gap: 8px;
        padding: 10px 0 8px;
    }

    .public-shell .brand {
        grid-column: 1;
    }

    .public-shell .header-cart {
        grid-column: 2;
        grid-row: 1;
    }

    .public-shell .catalog-button {
        grid-column: 3;
        grid-row: 1;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .public-shell .site-header.public-header .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        height: 44px;
        min-width: 0;
        border: 1px solid rgba(255, 255, 255, .14);
        background: rgba(255, 255, 255, .1);
    }

    .public-shell .site-header.public-header .header-search input,
    .public-shell .site-header.public-header .header-search:hover input,
    .public-shell .site-header.public-header .header-search:focus-within input {
        width: 100%;
        padding: 0 10px 0 14px;
        opacity: 1;
    }

    .public-shell .site-header.public-header .header-search button {
        width: 84px;
        min-width: 84px;
        padding: 0 12px;
        font-size: 14px;
        background: var(--gallery-cyan);
        color: #061014;
    }

    .public-shell .site-header.public-header .header-search button::before,
    .public-shell .site-header.public-header .header-search button::after {
        display: none;
    }

    .public-shell .public-nav-row {
        grid-column: 1 / -1;
        grid-row: 3;
        width: 100%;
        min-height: 36px;
        justify-content: space-between;
        gap: 4px;
        overflow: visible;
    }

    .public-shell .public-nav-row a {
        min-height: 32px;
        padding: 0 6px;
        border: 0;
        border-radius: 7px;
        background: transparent;
        white-space: nowrap;
        font-size: 11px;
    }

    .public-shell .public-nav-row a.active {
        background: rgba(255, 255, 255, .1);
    }

    .public-shell .retail-hero {
        margin-top: -158px;
        padding-top: 158px;
    }

    .public-shell .hero-promo {
        min-height: 640px;
        padding: 0 14px;
        display: block;
    }

    .public-shell .hero-promo::before {
        background:
            linear-gradient(180deg, rgba(4, 9, 12, .98) 0%, rgba(4, 9, 12, .86) 50%, rgba(4, 9, 12, .22) 100%),
            radial-gradient(circle at 78% 72%, rgba(5, 184, 241, .18), transparent 38%);
    }

    .public-shell .hero-promo .hero-copy {
        max-width: 100%;
        padding: 72px 0 230px;
    }

    .public-shell .hero-promo h1 {
        max-width: 360px;
        font-size: 40px;
        line-height: 1.05;
    }

    .public-shell .hero-promo p {
        max-width: 340px;
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.55;
    }

    .public-shell .hero-actions {
        display: grid;
        gap: 10px;
        margin-top: 28px;
    }

    .public-shell .hero-actions .primary-button,
    .public-shell .hero-actions .ghost-button {
        width: 100%;
        min-width: 0;
        min-height: 56px;
    }

    .public-shell .hero-proofline {
        display: none;
    }

    .public-shell .hero-media {
        top: auto;
        height: 330px;
        min-height: 330px;
    }

    .public-shell .hero-media img {
        min-height: 330px;
        object-position: 66% center;
        filter: saturate(1.14) contrast(1.14) brightness(.78);
    }

    .public-shell .hero-shelf {
        width: calc(100% - 28px);
        margin: -90px auto 38px;
        grid-template-columns: 1fr;
        border-radius: 8px;
    }

    .public-shell .hero-shelf-item {
        min-height: 116px;
        grid-template-columns: minmax(0, 1fr);
        padding: 14px 64px 14px 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    .public-shell .hero-shelf-link {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .public-shell .hero-shelf-media {
        width: 82px;
        height: 74px;
    }

    .public-shell .hero-shelf-copy strong {
        font-size: 14px;
    }

    .public-shell .hero-shelf-copy .price-stack strong,
    .public-shell .hero-shelf-copy > strong + strong {
        font-size: 16px;
    }

    .public-shell .hero-shelf-cart button {
        width: 42px;
        height: 42px;
    }

    .public-shell .hero-shelf-cart {
        right: 14px;
        bottom: 14px;
    }

    .public-shell .category-zone {
        width: calc(100% - 28px);
        margin-bottom: 42px;
    }

    .public-shell .category-showcase {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .public-shell .category-card {
        min-height: 190px;
    }

    .public-shell .shop-editorial {
        grid-template-columns: 1fr;
    }

    .public-shell .editorial-panel {
        min-height: 430px;
    }

    .public-shell .promo-card {
        min-height: auto;
        grid-template-rows: 210px auto;
    }

    .public-shell .promo-card > img {
        height: 210px;
        min-height: 210px;
    }
}
