.gear-shop-page {
    margin: 0;
    color: #f7f7f7;
    background: #171717;
    font-family: "XFG Condensed", "Arial Narrow", Arial, sans-serif;
}

.gear-shop-page::before {
    display: none;
}

.gear-shop-page *,
.gear-shop-page *::before,
.gear-shop-page *::after {
    box-sizing: border-box;
}

.gear-shop-page a {
    color: inherit;
    text-decoration: none;
}

.gear-shop-page button,
.gear-shop-page input {
    font: inherit;
}

.gear-shop-page button {
    color: inherit;
}

.xfg-shop-shell {
    width: min(1440px, calc(100% - 60px));
    margin-inline: auto;
}

.xfg-shop-header {
    position: relative;
    z-index: 500;
    background: #171717;
}

.xfg-shop-topbar {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-inline: 30px;
    border-bottom: 1px solid #2b2e31;
}

.xfg-shop-brand {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-transform: uppercase;
}

.xfg-shop-wordmark {
    display: inline-flex;
    align-items: baseline;
    font-family: "XFG Display", Impact, sans-serif;
    line-height: 1;
}

.xfg-shop-wordmark strong,
.xfg-shop-wordmark em {
    font-size: clamp(1.25rem, 2vw, 2.1rem);
    font-style: normal;
    letter-spacing: 0.015em;
}

.xfg-shop-wordmark em {
    margin-left: 0.25em;
    color: var(--red);
}

.xfg-shop-brand > i {
    width: 2px;
    height: 32px;
    background: #8b8b8b;
}

.xfg-shop-brand > b {
    font-size: clamp(1.15rem, 1.8vw, 1.75rem);
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.xfg-shop-brand--mobile {
    display: none;
}

.xfg-shop-utilities {
    display: flex;
    align-items: center;
    gap: 30px;
}

.xfg-shop-utilities a {
    color: #e5e5e5;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.xfg-shop-utilities a:hover,
.xfg-shop-utilities a:focus-visible {
    color: #ffd100;
}

.xfg-shop-navbar {
    display: flex;
    min-height: 88px;
    align-items: stretch;
    gap: 18px;
    margin-inline: 30px;
    padding-left: 6px;
    background: #222527;
}

.xfg-shop-navigation {
    display: flex;
    min-width: 0;
    align-items: stretch;
}

.xfg-shop-navigation a {
    display: inline-flex;
    min-height: 88px;
    align-items: center;
    padding-inline: clamp(13px, 1.8vw, 25px);
    color: #f1f1f1;
    font-size: clamp(0.78rem, 1.15vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    transition: color 160ms ease, background 160ms ease;
}

.xfg-shop-navigation a:hover,
.xfg-shop-navigation a:focus-visible {
    color: #ffd100;
    background: #191b1d;
}

.xfg-shop-menu-toggle {
    display: none;
}

.xfg-shop-drawer {
    display: none;
}

.xfg-shop-actions {
    display: flex;
    min-height: 88px;
    align-items: stretch;
    margin-left: auto;
}

.xfg-shop-actions button {
    position: relative;
    width: 72px;
    border: 0;
    border-left: 1px solid #303335;
    background: #191b1d;
    cursor: pointer;
}

.xfg-shop-actions button:hover,
.xfg-shop-actions button:focus-visible,
.xfg-shop-actions button[aria-expanded="true"] {
    background: #101112;
}

.xfg-shop-search-button > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: translate(-58%, -58%);
}

.xfg-shop-search-button > span::after {
    position: absolute;
    right: -8px;
    bottom: -5px;
    width: 11px;
    height: 3px;
    content: "";
    background: #fff;
    transform: rotate(48deg);
}

.xfg-shop-cart-button > span {
    position: absolute;
    top: 30px;
    left: 24px;
    width: 25px;
    height: 19px;
    border: 2px solid #fff;
    border-top: 0;
    transform: skew(-8deg);
}

.xfg-shop-cart-button > span::before {
    position: absolute;
    top: -7px;
    left: -5px;
    width: 9px;
    height: 2px;
    content: "";
    background: #fff;
}

.xfg-shop-cart-button > span::after {
    position: absolute;
    bottom: -7px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    background: #fff;
    box-shadow: 15px 0 #fff;
}

.xfg-shop-cart-button > b {
    position: absolute;
    top: 17px;
    right: 13px;
    display: grid;
    width: 18px;
    height: 18px;
    color: #101010;
    border-radius: 50%;
    background: #ffd100;
    font-size: 0.65rem;
    line-height: 1;
    place-items: center;
}

.xfg-shop-search {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    z-index: 8;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 54px;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    color: #fff;
    border-top: 1px solid #36393b;
    background: #202326;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.48);
}

.xfg-shop-search[hidden],
.xfg-shop-cart[hidden] {
    display: none;
}

.xfg-shop-search label {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.xfg-shop-search input {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
    color: #fff;
    border: 1px solid #585b5e;
    border-radius: 0;
    outline: 0;
    background: #111213;
}

.xfg-shop-search input:focus {
    border-color: #ffd100;
    box-shadow: 0 0 0 1px #ffd100;
}

.xfg-shop-search > button,
.xfg-shop-cart > button {
    min-height: 48px;
    border: 0;
    background: #111213;
    cursor: pointer;
    font-size: 1.8rem;
}

.xfg-shop-search > p {
    grid-column: 2 / -1;
    margin: -8px 0 0;
    color: #b7b7b7;
    font-family: Arial, sans-serif;
    font-size: 0.78rem;
}

.xfg-shop-cart {
    position: absolute;
    top: 100%;
    right: 30px;
    z-index: 9;
    width: min(390px, calc(100% - 60px));
    padding: 28px;
    color: #fff;
    background: #202326;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.58);
}

.xfg-shop-cart > button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
}

.xfg-shop-cart > p,
.xfg-shop-hero__copy > p,
.xfg-shop-heading > p,
.xfg-shop-editorial__copy > p,
.xfg-shop-drop-banner p {
    margin: 0;
    color: #ffd100;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.xfg-shop-cart h2 {
    margin: 10px 0 0;
    font-size: 2rem;
    text-transform: uppercase;
}

.xfg-shop-cart > span {
    display: block;
    margin-top: 12px;
    color: #c5c5c5;
    font-family: Arial, sans-serif;
    font-size: 0.88rem;
    line-height: 1.5;
}

.xfg-shop-cart > a,
.xfg-shop-hero__copy > a,
.xfg-shop-feature-card a,
.xfg-shop-drop-banner a,
.xfg-shop-editorial__copy > a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-inline: 22px;
    color: #111;
    background: #ffd100;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    transition: background 160ms ease, transform 160ms ease;
}

.xfg-shop-cart > a:hover,
.xfg-shop-cart > a:focus-visible,
.xfg-shop-hero__copy > a:hover,
.xfg-shop-hero__copy > a:focus-visible,
.xfg-shop-feature-card a:hover,
.xfg-shop-feature-card a:focus-visible,
.xfg-shop-drop-banner a:hover,
.xfg-shop-drop-banner a:focus-visible,
.xfg-shop-editorial__copy > a:hover,
.xfg-shop-editorial__copy > a:focus-visible {
    background: #ffe15c;
    transform: translateY(-2px);
}

.xfg-shop-hero {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    background: #0d0e10;
}

.xfg-shop-hero__image {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 8, 9, 0.88) 0%, rgba(7, 8, 9, 0.5) 38%, rgba(7, 8, 9, 0.08) 70%),
        url("../media/xfg/xfg-tournament-ranked-team-hero-2026.png") 60% center / cover no-repeat;
    transform: scale(1.01);
}

.xfg-shop-hero__image::after {
    display: none;
}

.xfg-shop-hero__inner {
    position: relative;
    display: flex;
    min-height: 440px;
    align-items: center;
}

.xfg-shop-hero__copy {
    width: min(470px, 48%);
}

.xfg-shop-hero__copy > p {
    display: inline-block;
    padding: 5px 9px;
    color: #111;
    background: #8ff26c;
}

.xfg-shop-hero h1,
.xfg-shop-heading h2,
.xfg-shop-drop-banner h2,
.xfg-shop-editorial__copy h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.xfg-shop-hero__copy > span,
.xfg-shop-drop-banner > .xfg-shop-shell > span,
.xfg-shop-editorial__copy > span {
    display: block;
    max-width: 520px;
    margin-top: 18px;
    color: #f0f0f0;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.48;
}

.xfg-shop-featured {
    padding: 27px 0 32px;
    background: #171717;
}

.xfg-shop-section-bar {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 17px;
}

.xfg-shop-section-bar h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1;
    text-transform: uppercase;
}

.xfg-shop-section-bar > a {
    color: #d9d9d9;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-transform: uppercase;
}

.xfg-shop-rail-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.xfg-shop-rail-controls button {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}

.xfg-shop-rail-controls button:hover,
.xfg-shop-rail-controls button:focus-visible {
    color: #ffd100;
}

.xfg-shop-rail-controls span {
    min-width: 48px;
    color: #f0f0f0;
    font-size: 0.78rem;
    text-align: center;
}

.xfg-shop-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.xfg-shop-feature-card {
    display: grid;
    height: 468px;
    grid-template-rows: 300px 168px;
    overflow: hidden;
    border: 1px solid #343638;
    background: #25282a;
}

.xfg-shop-feature-card > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.xfg-shop-feature-card--ranked > img {
    object-position: 50% 58%;
}

.xfg-shop-feature-card > div {
    position: relative;
    padding: 25px 200px 25px 30px;
}

.xfg-shop-feature-card p {
    margin: 0;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.xfg-shop-feature-card h3 {
    margin: 8px 0 0;
    font-size: clamp(1.65rem, 2.4vw, 2.25rem);
    line-height: 1;
    text-transform: uppercase;
}

.xfg-shop-feature-card span {
    display: block;
    margin-top: 12px;
    color: #e1e1e1;
    font-family: Arial, sans-serif;
    font-size: 0.86rem;
    line-height: 1.4;
}

.xfg-shop-feature-card a {
    position: absolute;
    right: 30px;
    bottom: 28px;
    margin-top: 0;
}

.xfg-shop-product-window {
    min-width: 0;
    overflow: hidden;
}

.xfg-shop-product-rail {
    display: grid;
    grid-auto-columns: calc((100% - 16px) / 2);
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.xfg-shop-product-rail::-webkit-scrollbar {
    display: none;
}

.xfg-shop-product {
    min-width: 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #242729;
    scroll-margin-top: 176px;
    scroll-snap-align: start;
}

.xfg-shop-product[hidden] {
    display: none;
}

.xfg-shop-product > a {
    display: flex;
    min-height: 468px;
    flex-direction: column;
    padding-bottom: 20px;
    color: #fff;
}

.xfg-shop-product__media {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    place-items: center;
    background: #f3f3f3;
}

.xfg-shop-product__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xfg-shop-product__media--contain {
    background:
        radial-gradient(circle at 50% 45%, rgba(126, 65, 49, 0.2), transparent 46%),
        #111214;
}

.xfg-shop-product__media--contain > img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}

.xfg-shop-product__media > i {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    color: #111;
    background: #8ff26c;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.xfg-shop-product small,
.xfg-shop-product h3,
.xfg-shop-product p {
    margin-right: 16px;
    margin-left: 16px;
}

.xfg-shop-product small {
    margin-top: 17px;
    color: var(--gold-pale);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.xfg-shop-product h3 {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.02;
    text-transform: uppercase;
}

.xfg-shop-product p {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 18px;
    color: #d4d4d4;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.xfg-shop-product:hover .xfg-shop-product__media > img,
.xfg-shop-product:focus-within .xfg-shop-product__media > img {
    transform: scale(1.045);
}

.xfg-shop-drop-banner {
    display: grid;
    min-height: 420px;
    align-items: center;
    text-align: center;
    background:
        repeating-linear-gradient(-18deg, rgba(242, 13, 37, 0.16) 0 42px, transparent 42px 102px),
        radial-gradient(circle at 50% 50%, rgba(242, 13, 37, 0.18), transparent 38%),
        #070708;
}

.xfg-shop-drop-banner .xfg-shop-shell {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.xfg-shop-drop-banner h2 {
    max-width: 850px;
}

.xfg-shop-drop-banner > .xfg-shop-shell > span {
    max-width: 580px;
}

.xfg-shop-collections {
    padding: 86px 0 94px;
    background: #24252a;
}

.xfg-shop-heading {
    margin-bottom: 34px;
    color: #fff;
}

.xfg-shop-heading > p {
    color: #8ff26c;
}

.xfg-shop-heading h2 {
    color: #fff;
}

.xfg-shop-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.xfg-shop-category {
    position: relative;
    display: block;
    min-height: 480px;
    overflow: hidden;
    background: #111;
}

.xfg-shop-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xfg-shop-category::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.86));
}

.xfg-shop-category span {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 24px;
    left: 24px;
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2.35rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.xfg-shop-category:hover img,
.xfg-shop-category:focus-visible img {
    transform: scale(1.045);
}

.xfg-shop-editorial {
    display: grid;
    min-height: 520px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #151617;
}

.xfg-shop-editorial__media {
    display: grid;
    min-height: 520px;
    overflow: hidden;
    place-items: center;
    background:
        radial-gradient(circle at 50% 46%, rgba(139, 62, 39, 0.28), transparent 42%),
        linear-gradient(145deg, #26282b, #0c0d0e);
}

.xfg-shop-editorial__media > img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.6));
}

.xfg-shop-editorial__copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(44px, 7vw, 110px);
    background:
        linear-gradient(135deg, rgba(242, 13, 37, 0.07), transparent 48%),
        #1e2022;
}

.xfg-shop-editorial__copy h2 {
    max-width: 600px;
}

.xfg-shop-editorial__media--overlay {
    background:
        radial-gradient(circle at 50% 45%, rgba(242, 13, 37, 0.18), transparent 46%),
        #0b0c0d;
}

.xfg-shop-overlay-preview {
    display: grid;
    width: min(76%, 520px);
    aspect-ratio: 16 / 10;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    padding: 18px;
    color: #fff;
    border: 3px solid var(--red);
    background: #09090a;
    box-shadow: 0 0 0 1px rgba(242, 181, 68, 0.48), 0 26px 48px rgba(0, 0, 0, 0.62);
    transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
}

.xfg-shop-overlay-preview > strong {
    color: var(--gold-pale);
    letter-spacing: 0.1em;
}

.xfg-shop-overlay-preview > i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 14px rgba(242, 13, 37, 0.82);
}

.xfg-shop-overlay-preview > span {
    grid-column: 1 / -1;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(242, 13, 37, 0.2), transparent 58%),
        #1c1e20;
}

.xfg-shop-overlay-preview > small {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 10px;
}

.xfg-shop-overlay-preview > small b {
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1b1d1f;
}

.xfg-shop-product__media--overlay {
    background: #0b0c0d;
}

.xfg-shop-product__media--overlay > .xfg-shop-overlay-preview {
    width: 82%;
    padding: 10px;
    transform: none;
}

.xfg-shop-product__media--overlay > i {
    z-index: 2;
}

.xfg-shop-trending {
    padding: 84px 0 94px;
    background: #171717;
}

.xfg-shop-trending-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.xfg-shop-trending-grid .xfg-shop-product > a {
    min-height: 450px;
}

.xfg-shop-no-results {
    margin: 35px 0 0;
    padding: 22px;
    color: #fff;
    border: 1px solid #444;
    text-align: center;
}

.xfg-shop-footer {
    color: #ddd;
    border-top: 1px solid #343638;
    background: #101112;
}

.xfg-shop-footer__top {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.xfg-shop-footer__top nav {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.xfg-shop-footer__top nav a {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.xfg-shop-footer__top nav a:hover,
.xfg-shop-footer__top nav a:focus-visible {
    color: #ffd100;
}

.xfg-shop-footer__bottom {
    padding-block: 18px 25px;
    color: #838383;
    border-top: 1px solid #292b2d;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
}

@media (max-width: 1050px) {
    .xfg-shop-navigation a {
        padding-inline: 12px;
        font-size: 0.72rem;
    }

    .xfg-shop-showcase {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    }

    .xfg-shop-feature-card > div {
        padding-right: 30px;
    }

    .xfg-shop-feature-card a {
        position: static;
    }

    .xfg-shop-category {
        min-height: 390px;
    }

    .xfg-shop-trending-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .xfg-shop-shell {
        width: calc(100% - 30px);
    }

    .xfg-shop-topbar {
        min-height: 72px;
        padding-inline: 15px;
    }

    .xfg-shop-brand {
        gap: 10px;
    }

    .xfg-shop-brand > i {
        height: 26px;
    }

    .xfg-shop-utilities a:first-child,
    .xfg-shop-utilities a:last-child {
        display: none;
    }

    .xfg-shop-navbar {
        position: relative;
        min-height: 64px;
        margin-inline: 15px;
        padding-left: 0;
    }

    .xfg-shop-menu-toggle {
        display: inline-flex;
        min-width: 94px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        border: 0;
        background: #191b1d;
        cursor: pointer;
    }

    .xfg-shop-menu-toggle > span {
        width: 24px;
        height: 2px;
        background: #fff;
        transition: transform 220ms ease, opacity 220ms ease;
    }

    .xfg-shop-menu-toggle > b {
        position: absolute;
        left: 102px;
        font-size: 0.85rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .xfg-shop-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .xfg-shop-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .xfg-shop-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .xfg-shop-navigation {
        display: none;
    }

    .gear-shop-page.xfg-shop-drawer-open {
        overflow: hidden;
        overscroll-behavior: none;
    }

    .xfg-shop-drawer {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: flex;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        flex-direction: column;
        visibility: hidden;
        background: #24252a;
        box-shadow: 100vw 0 0 rgba(0, 0, 0, 0.9);
        transform: translate3d(-100%, 0, 0);
        transition:
            transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s linear 200ms;
        pointer-events: none;
        touch-action: pan-y;
        will-change: transform;
        outline: 0;
    }

    .xfg-shop-drawer.is-open {
        visibility: visible;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
        pointer-events: auto;
    }

    .xfg-shop-drawer__header {
        position: relative;
        z-index: 2;
        display: grid;
        min-height: 80px;
        flex: 0 0 80px;
        grid-template-columns: 64px minmax(0, 1fr) 64px;
        align-items: center;
        background: #1a1a1a;
    }

    .xfg-shop-drawer__close {
        position: relative;
        width: 48px;
        height: 48px;
        grid-column: 1;
        justify-self: center;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .xfg-shop-drawer__close > span {
        position: absolute;
        top: 23px;
        left: 11px;
        width: 27px;
        height: 2px;
        background: #fff;
    }

    .xfg-shop-drawer__close > span:first-child {
        transform: rotate(45deg);
    }

    .xfg-shop-drawer__close > span:last-child {
        transform: rotate(-45deg);
    }

    .xfg-shop-drawer__brand {
        grid-column: 2;
        justify-self: center;
        gap: 9px;
    }

    .xfg-shop-drawer__brand .xfg-shop-wordmark strong,
    .xfg-shop-drawer__brand .xfg-shop-wordmark em {
        font-size: clamp(0.92rem, 3.2vw, 1.18rem);
    }

    .xfg-shop-drawer__brand > i {
        width: 1px;
        height: 26px;
    }

    .xfg-shop-drawer__brand > b {
        font-size: clamp(0.86rem, 3vw, 1.08rem);
    }

    .xfg-shop-drawer__viewport {
        position: relative;
        min-height: 0;
        flex: 1 1 auto;
        overflow: hidden;
        background: #24252a;
    }

    .xfg-shop-drawer__panel {
        position: absolute;
        inset: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 28px clamp(20px, 6.4vw, 32px) 86px;
        visibility: hidden;
        scrollbar-width: none;
        overscroll-behavior: contain;
        transform: translate3d(100%, 0, 0);
        transition:
            transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s linear 200ms;
        pointer-events: none;
        will-change: transform;
    }

    .xfg-shop-drawer__panel::-webkit-scrollbar {
        display: none;
    }

    .xfg-shop-drawer__panel.is-active {
        visibility: visible;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
        pointer-events: auto;
    }

    .xfg-shop-drawer.has-submenu .xfg-shop-drawer__panel--root {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
        transition-delay: 0s, 200ms;
        pointer-events: none;
    }

    .xfg-shop-drawer__links {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .xfg-shop-drawer__links a,
    .xfg-shop-drawer__links button,
    .xfg-shop-drawer__back {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        border: 0;
        color: #fff;
        background: transparent;
        font-size: 1.02rem;
        font-weight: 700;
        letter-spacing: 0.035em;
        line-height: 1.2;
        text-align: left;
        text-transform: uppercase;
    }

    .xfg-shop-drawer__links button,
    .xfg-shop-drawer__back {
        padding: 0;
        cursor: pointer;
    }

    .xfg-shop-drawer__links button > span {
        width: 9px;
        height: 9px;
        margin-left: auto;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }

    .xfg-shop-drawer__links a:hover,
    .xfg-shop-drawer__links a:focus-visible,
    .xfg-shop-drawer__links button:hover,
    .xfg-shop-drawer__links button:focus-visible,
    .xfg-shop-drawer__back:hover,
    .xfg-shop-drawer__back:focus-visible {
        color: #fff;
        background: transparent;
    }

    .xfg-shop-drawer__back {
        min-height: 45px;
        margin-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    }

    .xfg-shop-drawer__back > span {
        width: 9px;
        height: 9px;
        margin-right: 12px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(45deg);
    }

    .xfg-shop-drawer__account {
        position: absolute;
        bottom: 28px;
        left: clamp(20px, 6.4vw, 32px);
        display: grid;
        width: 32px;
        height: 32px;
        place-items: center;
        color: #fff;
    }

    .xfg-shop-drawer__account svg {
        width: 23px;
        height: 23px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 1.8;
    }

    .xfg-shop-actions {
        min-height: 64px;
        margin-left: auto;
    }

    .xfg-shop-actions button {
        width: 60px;
    }

    .xfg-shop-cart-button > span {
        top: 21px;
        left: 18px;
    }

    .xfg-shop-search {
        right: 15px;
        left: 15px;
        grid-template-columns: 1fr 48px;
    }

    .xfg-shop-search label {
        grid-column: 1 / -1;
    }

    .xfg-shop-search > p {
        grid-column: 1 / -1;
    }

    .xfg-shop-cart {
        right: 15px;
    }

    .xfg-shop-hero,
    .xfg-shop-hero__inner {
        min-height: 520px;
    }

    .xfg-shop-hero__image {
        background:
            linear-gradient(90deg, rgba(7, 8, 9, 0.9), rgba(7, 8, 9, 0.38)),
            url("../media/xfg/xfg-tournament-ranked-team-hero-2026.png") 65% center / cover no-repeat;
    }

    .xfg-shop-hero__image::after {
        top: 12px;
        right: -90px;
        width: 510px;
        height: 510px;
        opacity: 0.52;
    }

    .xfg-shop-hero__copy {
        width: min(520px, 88%);
    }

    .xfg-shop-showcase {
        grid-template-columns: 1fr;
    }

    .xfg-shop-feature-card {
        height: auto;
        min-height: 520px;
        grid-template-rows: 330px auto;
    }

    .xfg-shop-product-rail {
        grid-auto-columns: calc((100% - 16px) / 2);
    }

    .xfg-shop-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xfg-shop-category:last-child {
        grid-column: 1 / -1;
        min-height: 320px;
    }

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

    .xfg-shop-editorial__media,
    .xfg-shop-editorial__copy {
        min-height: 440px;
    }

    .xfg-shop-editorial--creator .xfg-shop-editorial__copy {
        order: 2;
    }

    .xfg-shop-editorial--creator .xfg-shop-editorial__media {
        order: 1;
    }

    .xfg-shop-footer__top {
        align-items: flex-start;
        flex-direction: column;
        padding-block: 42px;
    }
}

@media (max-width: 560px) {
    .gear-shop-page {
        overflow-x: clip;
    }

    .xfg-shop-shell {
        width: calc(100% - 48px);
    }

    .xfg-shop-header {
        display: grid;
        gap: 12px;
        padding: 24px;
    }

    .xfg-shop-topbar {
        display: none;
    }

    .xfg-shop-navbar {
        display: grid;
        width: 100%;
        min-height: 24px;
        grid-template-columns: 24px minmax(0, 1fr) 24px;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .xfg-shop-wordmark strong,
    .xfg-shop-wordmark em {
        font-size: 0.76rem;
    }

    .xfg-shop-brand > b {
        font-size: 0.72rem;
    }

    .xfg-shop-brand--mobile {
        display: inline-flex;
        grid-column: 2;
        justify-self: center;
        gap: 7px;
    }

    .xfg-shop-brand--mobile > i {
        width: 1px;
        height: 19px;
    }

    .xfg-shop-menu-toggle {
        width: 24px;
        min-width: 24px;
        height: 24px;
        grid-column: 1;
        padding: 0;
        gap: 4px;
        background: transparent;
    }

    .xfg-shop-menu-toggle > span {
        width: 20px;
    }

    .xfg-shop-menu-toggle > b {
        display: none;
    }

    .xfg-shop-actions {
        width: 24px;
        min-height: 24px;
        grid-column: 3;
        margin: 0;
    }

    .xfg-shop-actions button {
        width: 24px;
        min-width: 24px;
        height: 24px;
        border: 0;
        background: transparent;
    }

    .xfg-shop-search-button {
        display: none;
    }

    .xfg-shop-cart-button > span {
        top: 6px;
        left: 2px;
        width: 19px;
        height: 14px;
    }

    .xfg-shop-cart-button > b {
        top: -5px;
        right: -7px;
        width: 14px;
        height: 14px;
        font-size: 0.52rem;
    }

    .xfg-shop-search,
    .xfg-shop-search[hidden] {
        position: relative;
        inset: auto;
        z-index: 1;
        display: block;
        min-height: 56px;
        padding: 0;
        border: 0;
        background: #24272a;
        box-shadow: none;
    }

    .xfg-shop-search::before {
        position: absolute;
        top: 16px;
        right: 19px;
        z-index: 2;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
        content: "";
        pointer-events: none;
    }

    .xfg-shop-search::after {
        position: absolute;
        top: 36px;
        right: 14px;
        z-index: 2;
        width: 10px;
        height: 3px;
        content: "";
        background: #fff;
        pointer-events: none;
        transform: rotate(48deg);
        transform-origin: left center;
    }

    .xfg-shop-search label,
    .xfg-shop-search > button,
    .xfg-shop-search > p {
        display: none;
    }

    .xfg-shop-search input {
        min-height: 56px;
        padding: 0 56px 0 28px;
        border: 1px solid transparent;
        background: #24272a;
        font-size: 1rem;
    }

    .xfg-shop-search input:focus {
        border-color: #5a5e61;
        box-shadow: none;
    }

    .xfg-shop-cart {
        top: 100%;
        right: 24px;
        width: calc(100% - 48px);
    }

    .xfg-shop-hero {
        display: grid;
        min-height: 0;
        overflow: visible;
        grid-template-rows: auto auto;
        background: #171717;
    }

    .xfg-shop-hero__image {
        position: relative;
        inset: auto;
        aspect-ratio: 16 / 9;
        background: url("../media/xfg/xfg-tournament-ranked-team-hero-2026.png") 70% center / cover no-repeat;
        transform: none;
    }

    .xfg-shop-hero__image::after {
        display: none;
    }

    .xfg-shop-hero__inner {
        width: 100%;
        min-height: 0;
        justify-content: center;
        padding: 20px 24px 24px;
        background: #171717;
        text-align: center;
    }

    .xfg-shop-hero__copy {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .xfg-shop-hero__copy > p {
        padding: 4px 8px;
        font-size: 0.66rem;
    }

    .xfg-shop-hero h1 {
        margin-top: 8px;
        font-size: 1.65rem;
        line-height: 1.05;
    }

    .xfg-shop-heading h2,
    .xfg-shop-drop-banner h2,
    .xfg-shop-editorial__copy h2 {
        font-size: clamp(2.25rem, 11vw, 3.4rem);
    }

    .xfg-shop-hero__copy > span {
        max-width: 310px;
        margin-top: 18px;
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .xfg-shop-hero__copy > a {
        min-height: 36px;
        margin-top: 20px;
        padding-inline: 16px;
    }

    .xfg-shop-section-bar {
        min-height: 0;
    }

    .xfg-shop-section-bar h2 {
        font-size: 1.35rem;
    }

    .xfg-shop-featured > .xfg-shop-shell {
        display: grid;
    }

    .xfg-shop-featured .xfg-shop-section-bar {
        display: contents;
    }

    .xfg-shop-featured .xfg-shop-section-bar h2 {
        grid-row: 1;
        margin: 0 0 18px;
        text-align: center;
    }

    .xfg-shop-featured .xfg-shop-showcase {
        grid-row: 2;
    }

    .xfg-shop-featured .xfg-shop-rail-controls {
        grid-row: 3;
        justify-content: center;
        margin-top: 14px;
    }

    .xfg-shop-product-rail {
        grid-auto-columns: 300px;
        gap: 12px;
    }

    .xfg-shop-feature-card {
        min-height: 0;
        grid-template-rows: auto auto;
    }

    .xfg-shop-feature-card > img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .xfg-shop-feature-card > div {
        padding: 18px;
    }

    .xfg-shop-feature-card a {
        width: 100%;
        min-height: 38px;
        margin-top: 18px;
    }

    .xfg-shop-drop-banner {
        min-height: 390px;
    }

    .xfg-shop-collections,
    .xfg-shop-trending {
        padding-block: 48px;
    }

    .xfg-shop-category-grid {
        grid-template-columns: 1fr;
    }

    .xfg-shop-category,
    .xfg-shop-category:last-child {
        min-height: 0;
        aspect-ratio: 4 / 3;
        grid-column: auto;
    }

    .xfg-shop-editorial__media,
    .xfg-shop-editorial__copy {
        min-height: 0;
    }

    .xfg-shop-editorial__media {
        aspect-ratio: 4 / 3;
    }

    .xfg-shop-editorial__copy {
        padding: 36px 24px;
    }

    .xfg-shop-trending-grid {
        display: grid;
        grid-auto-columns: 300px;
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .xfg-shop-trending-grid::-webkit-scrollbar {
        display: none;
    }

    .xfg-shop-trending-grid .xfg-shop-product > a {
        min-height: 450px;
    }

    .xfg-shop-trending-grid .xfg-shop-product {
        scroll-snap-align: start;
    }

    .xfg-shop-footer__top {
        min-height: 0;
        align-items: center;
        gap: 28px;
        padding-block: 36px;
        text-align: center;
    }

    .xfg-shop-footer__top nav {
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .xfg-shop-footer__bottom {
        padding-block: 16px 22px;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .xfg-shop-drawer,
    .xfg-shop-drawer__panel {
        transition-duration: 200ms, 0s !important;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1), linear !important;
    }

    .xfg-shop-product-rail {
        scroll-behavior: auto;
    }

    .xfg-shop-product__media > img,
    .xfg-shop-category img,
    .xfg-shop-cart > a,
    .xfg-shop-hero__copy > a,
    .xfg-shop-feature-card a,
    .xfg-shop-drop-banner a,
    .xfg-shop-editorial__copy > a {
        transition-duration: 0.01ms !important;
    }
}
