:root {
    --pfa-store-bg: #101010;
    --pfa-store-panel: #141414;
    --pfa-store-panel-2: #181818;
    --pfa-store-white: #ffffff;
    --pfa-store-muted: rgba(255, 255, 255, 0.72);
    --pfa-store-soft: rgba(255, 255, 255, 0.10);
    --pfa-store-cyan: #00f7ff;
    --pfa-store-pink: #ff1493;
    --pfa-store-pink-2: #ff4ab8;
    --pfa-store-border: rgba(255, 255, 255, 0.12);
    --pfa-store-border-cyan: rgba(0, 247, 255, 0.38);
    --pfa-store-border-pink: rgba(255, 20, 147, 0.36);
    --pfa-store-font: Montserrat, "Arial Black", Impact, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pfa-store,
.pfa-store * {
    box-sizing: border-box;
}

.pfa-store {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 120px 20px 110px;
    overflow: hidden;
    background: #101010 !important;
    color: var(--pfa-store-white);
    font-family: var(--pfa-store-font);
    isolation: isolate;
}

.pfa-store::before,
.pfa-store-bg-grid,
.pfa-store-bg-orb {
    display: none !important;
}

.pfa-store-container {
    position: relative;
    width: min(1420px, 100%);
    margin: 0 auto;
}

.pfa-store-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 32px;
}

.pfa-store-hero-copy,
.pfa-store-hero-panel,
.pfa-store-toolbar,
.pfa-store-card,
.pfa-store-empty,
.pfa-store-no-results,
.pfa-store-notice {
    border: 1px solid var(--pfa-store-border);
    background: linear-gradient(135deg, var(--pfa-store-panel-2), var(--pfa-store-panel));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255,255,255,0.035);
    border-radius: 12px;
}

.pfa-store-hero-copy {
    padding: clamp(34px, 5vw, 64px);
    min-height: 310px;
    border-color: var(--pfa-store-border-pink);
}

.pfa-store-kicker,
.pfa-store-product-cats,
.pfa-store-panel-label,
.pfa-store-toolbar label > span {
    display: block;
    margin: 0 0 12px;
    color: var(--pfa-store-pink);
    font-size: 0.78rem;
    line-height: 1.15;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.32em;
}

.pfa-store h1,
.pfa-store h2,
.pfa-store p {
    margin-top: 0;
}

.pfa-store h1 {
    max-width: 820px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.6rem, 6vw, 6.8rem);
    line-height: 0.86;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: -0.055em;
    text-shadow: 0 0 22px rgba(255, 20, 147, 0.22);
}

.pfa-store-line {
    width: 120px;
    height: 5px;
    margin: 26px 0;
    background: linear-gradient(90deg, var(--pfa-store-pink), var(--pfa-store-cyan));
    border-radius: 99px;
    box-shadow: 0 0 28px rgba(255, 20, 147, 0.55);
}

.pfa-store-subtitle {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--pfa-store-muted);
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.7;
    font-weight: 650;
}

.pfa-store-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-color: var(--pfa-store-border-cyan);
    background: linear-gradient(135deg, #181818, #111111);
}

.pfa-store-hero-panel strong {
    color: var(--pfa-store-cyan);
    font-size: 5rem;
    line-height: 0.9;
    font-weight: 1000;
    text-shadow: 0 0 24px rgba(0, 247, 255, 0.48);
}

.pfa-store-hero-panel small {
    margin-top: 16px;
    color: rgba(255,255,255,0.74);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pfa-store-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(190px, 240px);
    gap: 18px;
    align-items: end;
    padding: 22px;
    margin-bottom: 18px;
}

.pfa-store input[type="search"],
.pfa-store select {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(255, 20, 147, 0.42);
    border-radius: 8px;
    background: #101010;
    color: #fff;
    font-family: var(--pfa-store-font);
    font-size: 0.95rem;
    font-weight: 750;
    outline: none;
    padding: 0 16px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 0 18px rgba(255,20,147,0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pfa-store input[type="search"]:focus,
.pfa-store select:focus {
    border-color: var(--pfa-store-cyan);
    box-shadow: 0 0 0 3px rgba(0, 247, 255, 0.14), 0 0 28px rgba(0,247,255,0.20);
    background: #0c0c0c;
}

.pfa-store input::placeholder {
    color: rgba(255,255,255,0.46);
}

.pfa-store-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
}

.pfa-store-cat {
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    background: #141414;
    color: #fff;
    cursor: pointer;
    font-family: var(--pfa-store-font);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 17px;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pfa-store-cat:hover,
.pfa-store-cat.is-active {
    transform: translateY(-2px);
    border-color: var(--pfa-store-pink);
    color: #fff;
    background: var(--pfa-store-pink);
    box-shadow: 0 0 26px rgba(255,20,147,0.42);
}

.pfa-store-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.pfa-store-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-color: rgba(255,255,255,0.12);
    transform: translateY(0);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.pfa-store-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,20,147,0.035), transparent 46%, rgba(255,255,255,0.025));
    opacity: 1;
    transition: background 0.24s ease, opacity 0.24s ease;
}

.pfa-store-card::after {
    content: "";
    position: absolute;
    inset: -2px;
    pointer-events: none;
    border-radius: 14px;
    opacity: 0;
    box-shadow: 0 0 34px rgba(0,247,255,0.38), inset 0 0 0 1px rgba(0,247,255,0.52);
    transition: opacity 0.24s ease;
}

.pfa-store-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0,247,255,0.74);
    box-shadow: 0 30px 80px rgba(0,0,0,0.52), 0 0 34px rgba(0,247,255,0.24), 0 0 2px rgba(0,247,255,0.85);
}

.pfa-store-card:hover::before {
    background: linear-gradient(135deg, rgba(0,247,255,0.12), transparent 42%, rgba(0,247,255,0.07));
}

.pfa-store-card:hover::after {
    opacity: 1;
}

.pfa-store-image-link {
    display: block;
    position: relative;
    text-decoration: none;
}

.pfa-store-image-shell {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #151515;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pfa-store-image-shell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.pfa-store-card:hover .pfa-store-image-shell img {
    transform: scale(1.065);
    filter: contrast(1.04) saturate(1.03);
}

.pfa-store-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    border-radius: 999px;
    padding: 9px 13px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    box-shadow: 0 0 20px rgba(0,0,0,0.35);
}

.pfa-store-sale {
    background: var(--pfa-store-pink);
    box-shadow: 0 0 22px rgba(255,20,147,0.42);
}

.pfa-store-stock-out {
    left: auto;
    right: 14px;
    background: rgba(0,0,0,0.82);
    border: 1px solid rgba(255,255,255,0.24);
}

.pfa-store-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.pfa-store-product-cats {
    margin-bottom: 10px;
    color: var(--pfa-store-cyan);
    font-size: 0.66rem;
    letter-spacing: 0.18em;
}

.pfa-store-card h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.25rem, 1.8vw, 1.72rem);
    line-height: 0.98;
    font-weight: 1000;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.pfa-store-card h2 a {
    color: inherit;
    text-decoration: none;
}

.pfa-store-card h2 a:hover {
    color: var(--pfa-store-cyan);
    text-shadow: 0 0 18px rgba(0,247,255,0.32);
}

.pfa-store-product-copy {
    min-height: 50px;
    margin: 0 0 18px;
    color: var(--pfa-store-muted);
    font-size: 0.9rem;
    line-height: 1.55;
    font-weight: 650;
}

.pfa-store-card-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.09);
}

.pfa-store-price,
.pfa-store-price .amount {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 1000;
}

.pfa-store-price del,
.pfa-store-price del .amount {
    color: rgba(255,255,255,0.45);
    font-size: 0.86rem;
    font-weight: 800;
}

.pfa-store-price ins {
    text-decoration: none;
}

.pfa-store-stock {
    color: var(--pfa-store-cyan);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pfa-store-card-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.pfa-store-btn,
.pfa-store-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 7px;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: var(--pfa-store-font);
    font-size: 0.76rem;
    font-weight: 1000;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pfa-store-btn {
    background: var(--pfa-store-pink);
    color: #fff !important;
    box-shadow: 0 0 24px rgba(255,20,147,0.30);
    padding: 0 18px;
}

.pfa-store-btn:hover,
.pfa-store-btn.added {
    background: var(--pfa-store-cyan);
    color: #021015 !important;
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(0,247,255,0.44);
}

.pfa-store-btn-disabled,
.pfa-store-btn-disabled:hover {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.55) !important;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.pfa-store-secondary {
    border-color: rgba(255,255,255,0.16);
    color: #fff !important;
    padding: 0 14px;
    background: #101010;
}

.pfa-store-secondary:hover {
    border-color: var(--pfa-store-cyan);
    color: var(--pfa-store-cyan) !important;
    box-shadow: 0 0 18px rgba(0,247,255,0.22);
}

.pfa-store .added_to_cart.wc-forward {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    min-height: 42px;
    border-radius: 7px;
    background: rgba(255,20,147,0.14);
    border: 1px solid rgba(255,20,147,0.4);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.pfa-store-empty,
.pfa-store-no-results,
.pfa-store-notice {
    padding: 30px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
}

.pfa-store-no-results {
    margin-top: 20px;
}

.pfa-store-card.is-pfa-hidden {
    display: none;
}

@media (max-width: 1180px) {
    .pfa-store-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pfa-store-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 840px) {
    .pfa-store {
        padding: 88px 16px 84px;
    }

    .pfa-store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .pfa-store-toolbar {
        grid-template-columns: 1fr;
    }

    .pfa-store-hero-copy,
    .pfa-store-hero-panel,
    .pfa-store-toolbar,
    .pfa-store-card-body {
        padding: 22px;
    }

    .pfa-store-product-copy {
        min-height: auto;
    }

    .pfa-store-card-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .pfa-store-grid {
        grid-template-columns: 1fr;
    }

    .pfa-store-cats {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .pfa-store-cat {
        flex: 0 0 auto;
    }
}
