/* =============================================================
   ASAL NENDANG JOGJA
   LANDING PAGE
============================================================= */


/* =============================================================
   VARIABLES
============================================================= */

:root {

    --anj-dark: #080a0c;
    --anj-dark-2: #101316;
    --anj-dark-3: #161a1d;

    --anj-white: #ffffff;
    --anj-light: #f4f5f6;

    --anj-accent: #d8ff00;
    --anj-accent-dark: #b9dc00;

    --anj-muted: #9ca3af;
    --anj-border: rgba(255, 255, 255, 0.10);

    --anj-heading: 'Barlow Condensed', sans-serif;
    --anj-body: 'Inter', sans-serif;
}


/* =============================================================
   RESET
============================================================= */

html {
    scroll-behavior: smooth;
}

body {

    margin: 0;
    padding: 0;

    background: var(--anj-dark);

    color: var(--anj-white);

    font-family: var(--anj-body);

    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* =============================================================
   NAVBAR
============================================================= */

.anj-navbar {

    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    z-index: 9999;

    padding: 16px 0;

    background: rgba(8, 10, 12, 0.88);

    border-bottom: 1px solid rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(12px);
}

.anj-brand {

    display: flex;

    align-items: center;

    gap: 12px;
}

.anj-brand-logo {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--anj-accent);

    color: var(--anj-dark);

    font-family: var(--anj-heading);

    font-size: 25px;

    font-weight: 800;

    transform: skew(-8deg);
}

.anj-brand-name {

    display: flex;

    flex-direction: column;

    line-height: 1;
}

.anj-brand-name strong {

    color: var(--anj-white);

    font-family: var(--anj-heading);

    font-size: 19px;

    font-weight: 800;

    letter-spacing: 1px;
}

.anj-brand-name small {

    margin-top: 5px;

    color: var(--anj-accent);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 4px;
}


/* =============================================================
   NAV LINK
============================================================= */

.anj-navbar .nav-link {

    position: relative;

    margin: 0 7px;

    padding: 10px 5px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 13px;

    font-weight: 500;

    transition: all .25s ease;
}

.anj-navbar .nav-link:hover {

    color: var(--anj-white);
}

.anj-navbar .nav-link::after {

    content: "";

    position: absolute;

    left: 50%;
    bottom: 3px;

    width: 0;
    height: 2px;

    background: var(--anj-accent);

    transform: translateX(-50%);

    transition: all .25s ease;
}

.anj-navbar .nav-link:hover::after {

    width: 22px;
}


/* =============================================================
   BUTTON
============================================================= */

.btn-anj-primary {

    padding: 12px 24px;

    background: var(--anj-accent);

    border: 2px solid var(--anj-accent);

    color: var(--anj-dark);

    border-radius: 4px;

    font-weight: 700;

    transition: all .25s ease;
}

.btn-anj-primary:hover {

    background: var(--anj-white);

    border-color: var(--anj-white);

    color: var(--anj-dark);

    transform: translateY(-2px);
}


.btn-anj-outline {

    padding: 12px 24px;

    background: rgba(255, 255, 255, 0.02);

    border: 2px solid rgba(255, 255, 255, 0.35);

    color: var(--anj-white);

    border-radius: 4px;

    font-weight: 600;

    transition: all .25s ease;
}

.btn-anj-outline:hover {

    background: var(--anj-white);

    border-color: var(--anj-white);

    color: var(--anj-dark);
}


/* =============================================================
   HERO
============================================================= */

.anj-hero {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    overflow: hidden;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;
}


/* =============================================================
   HERO OVERLAY
============================================================= */

.anj-hero-overlay {

    position: absolute;

    inset: 0;

    background:

        radial-gradient(
            circle at 78% 48%,
            rgba(216, 255, 0, 0.10),
            transparent 32%
        );

    pointer-events: none;
}


/* =============================================================
   HERO CONTENT
============================================================= */

.anj-hero-content {

    position: relative;

    z-index: 5;

    padding-top: 100px;

    padding-bottom: 80px;
}


/* =============================================================
   LABEL
============================================================= */

.anj-hero-label {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

    color: var(--anj-accent);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}

.anj-label-line {

    width: 42px;

    height: 2px;

    background: var(--anj-accent);
}


/* =============================================================
   HERO TITLE
============================================================= */

.anj-hero-title {

    margin: 0;

    font-family: var(--anj-heading);

    font-size: clamp(80px, 10vw, 145px);

    font-weight: 800;

    line-height: .76;

    letter-spacing: -3px;

    text-transform: uppercase;
}

.anj-hero-title span {

    display: block;

    color: var(--anj-accent);
}

.anj-hero-title small {

    display: block;

    margin-top: 16px;

    color: var(--anj-white);

    font-family: var(--anj-heading);

    font-size: .29em;

    font-weight: 600;

    letter-spacing: 18px;
}


/* =============================================================
   SLOGAN
============================================================= */

.anj-hero-slogan {

    max-width: 620px;

    margin: 34px 0 15px;

    font-family: var(--anj-heading);

    font-size: clamp(27px, 3vw, 42px);

    font-weight: 600;

    line-height: 1.03;
}


/* =============================================================
   DESCRIPTION
============================================================= */

.anj-hero-description {

    max-width: 580px;

    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 14px;

    line-height: 1.8;
}


/* =============================================================
   HERO BUTTON
============================================================= */

.anj-hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


/* =============================================================
   HERO INFO
============================================================= */

.anj-hero-info {

    display: flex;

    flex-wrap: wrap;

    gap: 30px;

    margin-top: 42px;
}

.anj-hero-info-item {

    display: flex;

    align-items: center;

    gap: 11px;
}

.anj-hero-info-item i {

    color: var(--anj-accent);

    font-size: 21px;
}

.anj-hero-info-item div {

    display: flex;

    flex-direction: column;
}

.anj-hero-info-item strong {

    font-family: var(--anj-heading);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;
}

.anj-hero-info-item span {

    margin-top: 2px;

    color: var(--anj-muted);

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =============================================================
   HERO VISUAL
============================================================= */

.anj-hero-visual {

    position: relative;

    height: 600px;

    z-index: 4;
}


/* =============================================================
   ANJ BADGE
============================================================= */

.anj-hero-badge {

    position: absolute;

    top: 27%;

    right: 8%;

    width: 225px;

    height: 225px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: var(--anj-accent);

    color: var(--anj-dark);

    border-radius: 50%;

    transform: rotate(-10deg);

    box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

.anj-hero-badge span {

    font-family: var(--anj-heading);

    font-size: 72px;

    font-weight: 800;

    line-height: .8;
}

.anj-hero-badge small {

    margin-top: 14px;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =============================================================
   BIG NUMBER
============================================================= */

.anj-hero-number {

    position: absolute;

    right: -15px;

    bottom: 35px;

    color: rgba(255, 255, 255, 0.055);

    font-family: var(--anj-heading);

    font-size: 280px;

    font-weight: 800;

    line-height: .8;

    user-select: none;
}


/* =============================================================
   SCROLL
============================================================= */

.anj-scroll-down {

    position: absolute;

    left: 50%;

    bottom: 24px;

    z-index: 10;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 6px;

    color: rgba(255, 255, 255, .45);

    font-size: 8px;

    letter-spacing: 3px;

    transform: translateX(-50%);
}

.anj-scroll-down i {

    color: var(--anj-accent);

    animation: anjScroll 1.5s infinite;
}

@keyframes anjScroll {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}


/* =============================================================
   FOOTER
============================================================= */

.anj-footer {

    padding: 80px 0 0;

    background: #07090b;

    border-top: 1px solid rgba(255, 255, 255, .06);
}

.anj-footer-brand {

    display: inline-flex;

    align-items: center;

    gap: 12px;
}

.anj-footer-logo {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--anj-accent);

    color: var(--anj-dark);

    font-family: var(--anj-heading);

    font-size: 26px;

    font-weight: 800;

    transform: skew(-8deg);
}

.anj-footer-brand-text {

    display: flex;

    flex-direction: column;

    line-height: 1;
}

.anj-footer-brand-text strong {

    color: var(--anj-white);

    font-family: var(--anj-heading);

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 1px;
}

.anj-footer-brand-text small {

    margin-top: 5px;

    color: var(--anj-accent);

    font-size: 9px;

    letter-spacing: 4px;
}

.anj-footer-slogan {

    max-width: 480px;

    margin: 25px 0 10px;

    font-family: var(--anj-heading);

    font-size: 24px;

    font-weight: 600;

    line-height: 1.1;
}

.anj-footer-description {

    max-width: 500px;

    margin-bottom: 25px;

    color: var(--anj-muted);

    font-size: 13px;

    line-height: 1.8;
}

.anj-footer-social {

    display: flex;

    gap: 10px;
}

.anj-social {

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .12);

    color: rgba(255, 255, 255, .65);

    border-radius: 50%;

    transition: all .25s ease;
}

.anj-social:hover {

    background: var(--anj-accent);

    border-color: var(--anj-accent);

    color: var(--anj-dark);

    transform: translateY(-3px);
}

.anj-footer-title {

    margin-bottom: 24px;

    font-family: var(--anj-heading);

    font-size: 15px;

    letter-spacing: 2px;
}

.anj-footer-links {

    margin: 0;
    padding: 0;

    list-style: none;
}

.anj-footer-links li {

    margin-bottom: 12px;
}

.anj-footer-links a {

    color: var(--anj-muted);

    font-size: 13px;

    transition: all .25s ease;
}

.anj-footer-links a:hover {

    padding-left: 5px;

    color: var(--anj-accent);
}

.anj-footer-contact {

    display: flex;

    flex-direction: column;

    gap: 15px;
}

.anj-contact-item {

    display: flex;

    gap: 12px;

    color: var(--anj-muted);

    font-size: 13px;
}

.anj-contact-item i {

    width: 18px;

    margin-top: 2px;

    color: var(--anj-accent);

    text-align: center;
}

.anj-footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 70px;

    padding: 25px 0;

    border-top: 1px solid rgba(255, 255, 255, .07);

    color: #6b7280;

    font-size: 11px;
}

.anj-footer-bottom strong {

    color: var(--anj-white);
}

.anj-heart {

    margin: 0 4px;

    color: var(--anj-accent);
}


/* =============================================================
   BACK TO TOP
============================================================= */

.anj-back-top {

    position: fixed;

    right: 25px;
    bottom: 25px;

    z-index: 9998;

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--anj-accent);

    border: none;

    color: var(--anj-dark);

    border-radius: 4px;

    opacity: 0;

    visibility: hidden;

    transform: translateY(15px);

    transition: all .25s ease;

    cursor: pointer;
}

.anj-back-top.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}

.anj-back-top:hover {

    background: var(--anj-white);
}


/* =============================================================
   TABLET
============================================================= */

@media (max-width: 991px) {

    .anj-navbar {

        padding: 12px 0;
    }

    .anj-navbar .navbar-collapse {

        margin-top: 15px;

        padding: 15px;

        background: rgba(16, 19, 22, .98);

        border-radius: 8px;
    }

    .anj-navbar .nav-link {

        padding: 10px 5px;
    }

    .anj-hero {

        background-position: center center;
    }

    .anj-hero-content {

        padding-top: 120px;

        padding-bottom: 90px;
    }

    .anj-hero-title {

        font-size: clamp(70px, 16vw, 110px);
    }

    .anj-hero-info {

        gap: 20px;
    }

}


/* =============================================================
   MOBILE
============================================================= */

@media (max-width: 575px) {

    .anj-brand-logo {

        width: 42px;
        height: 42px;

        font-size: 22px;
    }

    .anj-brand-name strong {

        font-size: 16px;
    }

    .anj-brand-name small {

        font-size: 8px;

        letter-spacing: 3px;
    }

    .anj-hero {

        min-height: 100svh;

        background-position: 62% center;
    }

    .anj-hero-content {

        padding-top: 110px;

        padding-bottom: 70px;
    }

    .anj-hero-label {

        font-size: 9px;

        letter-spacing: 2px;
    }

    .anj-hero-title {

        font-size: 72px;

        letter-spacing: -2px;
    }

    .anj-hero-title small {

        margin-top: 12px;

        font-size: 20px;

        letter-spacing: 10px;
    }

    .anj-hero-slogan {

        margin-top: 28px;

        font-size: 28px;
    }

    .anj-hero-description {

        font-size: 13px;

        line-height: 1.7;
    }

    .anj-hero-buttons {

        flex-direction: column;
    }

    .anj-hero-buttons .btn {

        width: 100%;
    }

    .anj-hero-info {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 18px;

        margin-top: 35px;
    }

    .anj-hero-info-item {

        gap: 8px;
    }

    .anj-hero-info-item i {

        font-size: 18px;
    }

    .anj-hero-info-item strong {

        font-size: 12px;
    }

    .anj-footer {

        padding-top: 60px;
    }

    .anj-footer-bottom {

        flex-direction: column;

        align-items: flex-start;

        margin-top: 50px;
    }

}

/* =============================================================
   ABOUT SECTION
============================================================= */

.anj-about {

    position: relative;

    padding: 120px 0;

    background: var(--anj-dark-2);

    overflow: hidden;
}


/* =============================================================
   SECTION LABEL
============================================================= */

.anj-section-label {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

    color: var(--anj-accent);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;
}


/* =============================================================
   SECTION TITLE
============================================================= */

.anj-section-title {

    margin: 0 0 30px;

    font-family: var(--anj-heading);

    font-size: clamp(55px, 7vw, 95px);

    font-weight: 800;

    line-height: .85;

    letter-spacing: -2px;
}

.anj-section-title span {

    display: block;

    color: var(--anj-accent);
}


/* =============================================================
   ABOUT TEXT
============================================================= */

.anj-about-lead {

    max-width: 560px;

    margin-bottom: 18px;

    color: var(--anj-white);

    font-size: 20px;

    line-height: 1.5;
}

.anj-about-lead strong {

    color: var(--anj-accent);

    font-weight: 700;
}


.anj-about-text {

    max-width: 580px;

    margin-bottom: 15px;

    color: var(--anj-muted);

    font-size: 14px;

    line-height: 1.9;
}

.anj-about-text strong {

    color: var(--anj-white);
}


/* =============================================================
   QUOTE
============================================================= */

.anj-about-quote {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 30px;

    padding: 20px 25px;

    max-width: 560px;

    background: rgba(216, 255, 0, .05);

    border-left: 3px solid var(--anj-accent);
}

.anj-quote-mark {

    color: var(--anj-accent);

    font-family: Georgia, serif;

    font-size: 48px;

    line-height: .7;
}

.anj-about-quote div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}

.anj-about-quote strong {

    font-family: var(--anj-heading);

    font-size: 18px;

    letter-spacing: 1px;
}

.anj-about-quote span {

    color: var(--anj-accent);

    font-family: var(--anj-heading);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =============================================================
   ABOUT VISUAL
============================================================= */

.anj-about-visual {

    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =============================================================
   MAIN CARD
============================================================= */

.anj-about-card-main {

    position: relative;

    z-index: 3;

    width: 360px;

    height: 420px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background:

        linear-gradient(
            145deg,
            #20252a,
            #0c0f11
        );

    border: 1px solid rgba(255, 255, 255, .08);

    box-shadow:

        25px 25px 0 rgba(216, 255, 0, .10),

        0 30px 80px rgba(0, 0, 0, .4);

    transform: rotate(3deg);
}

.anj-about-number {

    color: var(--anj-accent);

    font-family: var(--anj-heading);

    font-size: 130px;

    font-weight: 800;

    line-height: .8;

    letter-spacing: -5px;
}

.anj-about-card-text {

    margin-top: 25px;

    color: var(--anj-white);

    font-family: var(--anj-heading);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 4px;
}


/* =============================================================
   SMALL CARD
============================================================= */

.anj-about-card-small {

    position: absolute;

    right: 3%;

    bottom: 40px;

    z-index: 5;

    width: 145px;

    padding: 22px;

    display: flex;

    flex-direction: column;

    background: var(--anj-accent);

    color: var(--anj-dark);

    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);

    transform: rotate(-6deg);
}

.anj-about-card-small i {

    margin-bottom: 20px;

    font-size: 28px;
}

.anj-about-card-small strong {

    font-family: var(--anj-heading);

    font-size: 30px;

    font-weight: 800;

    line-height: .8;
}

.anj-about-card-small span {

    margin-top: 7px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =============================================================
   BIG NUMBER
============================================================= */

.anj-about-big-number {

    position: absolute;

    left: -20px;

    top: 10px;

    color: rgba(255, 255, 255, .035);

    font-family: var(--anj-heading);

    font-size: 270px;

    font-weight: 800;

    line-height: 1;

    user-select: none;
}


/* =============================================================
   STATISTICS
============================================================= */

.anj-statistics {

    position: relative;

    background: var(--anj-accent);

    color: var(--anj-dark);
}

.anj-stat-item {

    position: relative;

    min-height: 230px;

    padding: 45px 25px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-right: 1px solid rgba(8, 10, 12, .15);

    transition: all .3s ease;
}

.anj-stat-item:hover {

    background: var(--anj-white);
}

.anj-stat-icon {

    margin-bottom: 15px;

    font-size: 20px;

    opacity: .7;
}

.anj-stat-number {

    font-family: var(--anj-heading);

    font-size: 65px;

    font-weight: 800;

    line-height: .8;

    letter-spacing: -2px;
}

.anj-stat-label {

    margin-top: 13px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* =============================================================
   ABOUT RESPONSIVE
============================================================= */

@media (max-width: 991px) {

    .anj-about {

        padding: 90px 0;
    }

    .anj-about-visual {

        min-height: 450px;

        margin-top: 30px;
    }

    .anj-about-card-main {

        width: 320px;

        height: 380px;
    }

    .anj-about-number {

        font-size: 110px;
    }

}


@media (max-width: 575px) {

    .anj-about {

        padding: 75px 0;
    }

    .anj-section-title {

        font-size: 62px;
    }

    .anj-about-lead {

        font-size: 17px;
    }

    .anj-about-text {

        font-size: 13px;

        line-height: 1.8;
    }

    .anj-about-visual {

        min-height: 390px;
    }

    .anj-about-card-main {

        width: 270px;

        height: 330px;
    }

    .anj-about-number {

        font-size: 90px;
    }

    .anj-about-card-text {

        font-size: 10px;

        letter-spacing: 3px;
    }

    .anj-about-card-small {

        right: 0;

        bottom: 25px;

        width: 115px;

        padding: 17px;
    }

    .anj-about-card-small strong {

        font-size: 25px;
    }

    .anj-about-big-number {

        font-size: 190px;

        left: -10px;
    }

    .anj-stat-item {

        min-height: 180px;

        padding: 30px 10px;
    }

    .anj-stat-number {

        font-size: 48px;
    }

    .anj-stat-label {

        font-size: 8px;

        letter-spacing: 2px;
    }

}

/* =============================================================
   OFFICIAL JERSEY
============================================================= */

.anj-jersey {

    position: relative;

    padding: 120px 0;

    background: var(--anj-dark);

    overflow: hidden;
}


/* =============================================================
   HEADER
============================================================= */

.anj-jersey-header {

    margin-bottom: 65px;
}

.anj-jersey-title {

    margin: 20px 0 15px;

    font-family: var(--anj-heading);

    font-size: clamp(55px, 7vw, 90px);

    font-weight: 800;

    line-height: .82;

    letter-spacing: -2px;
}

.anj-jersey-title span {

    display: block;

    color: var(--anj-accent);
}

.anj-jersey-subtitle {

    margin: 0;

    color: var(--anj-muted);

    font-size: 14px;

    letter-spacing: 2px;
}

.anj-jersey-subtitle strong {

    color: var(--anj-white);
}


/* =============================================================
   PRODUCT CARD
============================================================= */

.anj-jersey-card {

    position: relative;

    height: 100%;

    background: var(--anj-dark-2);

    border: 1px solid rgba(255, 255, 255, .08);

    transition: all .3s ease;

    overflow: hidden;
}

.anj-jersey-card:hover {

    border-color: rgba(216, 255, 0, .35);

    transform: translateY(-8px);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .35);
}


/* =============================================================
   PRODUCT IMAGE
============================================================= */

.anj-jersey-product-image {

    position: relative;

    height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:

        linear-gradient(
            145deg,
            #1c2125,
            #0a0c0e
        );

    overflow: hidden;
}


/* =============================================================
   PRODUCT BACKGROUND TEXT
============================================================= */

.anj-jersey-product-bg {

    position: absolute;

    left: 50%;

    top: 50%;

    color: rgba(255, 255, 255, .035);

    font-family: var(--anj-heading);

    font-size: 210px;

    font-weight: 800;

    line-height: .8;

    transform:
        translate(-50%, -50%)
        rotate(-5deg);

    user-select: none;
}


/* =============================================================
   JERSEY TYPE
============================================================= */

.anj-jersey-type {

    position: absolute;

    left: 25px;

    top: 25px;

    z-index: 5;

    padding: 8px 13px;

    background: var(--anj-accent);

    color: var(--anj-dark);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =============================================================
   JERSEY IMAGE
============================================================= */

.anj-jersey-img {

    position: relative;

    z-index: 3;

    width: 82%;

    height: 88%;

    object-fit: contain;

    transition: transform .5s ease;
}

.anj-jersey-card:hover .anj-jersey-img {

    transform: scale(1.05);
}


/* =============================================================
   PLACEHOLDER
============================================================= */

.anj-jersey-placeholder {

    position: relative;

    z-index: 3;

    width: 240px;

    height: 320px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background:

        repeating-linear-gradient(
            45deg,
            rgba(216,255,0,.07),
            rgba(216,255,0,.07) 10px,
            transparent 10px,
            transparent 20px
        );

    border: 1px solid rgba(216,255,0,.15);

    color: var(--anj-accent);

    transform: rotate(-2deg);
}

.anj-jersey-placeholder i {

    margin-bottom: 20px;

    font-size: 55px;
}

.anj-jersey-placeholder strong {

    font-family: var(--anj-heading);

    font-size: 70px;

    font-weight: 800;

    line-height: .8;
}

.anj-jersey-placeholder span {

    margin-top: 18px;

    color: rgba(255,255,255,.55);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 4px;
}


/* =============================================================
   EDITION BADGE
============================================================= */

.anj-jersey-edition {

    position: absolute;

    right: 25px;

    top: 25px;

    z-index: 5;

    width: 78px;

    height: 78px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: rgba(8,10,12,.9);

    border: 1px solid rgba(216,255,0,.35);

    color: var(--anj-accent);

    border-radius: 50%;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 1px;

    transform: rotate(8deg);
}

.anj-jersey-edition strong {

    margin-top: 2px;

    font-family: var(--anj-heading);

    font-size: 24px;

    line-height: 1;
}


/* =============================================================
   PRODUCT INFO
============================================================= */

.anj-jersey-info {

    padding: 30px;
}


/* =============================================================
   CATEGORY
============================================================= */

.anj-jersey-category {

    margin-bottom: 10px;

    color: var(--anj-accent);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* =============================================================
   PRODUCT TITLE
============================================================= */

.anj-jersey-info h3 {

    margin: 0 0 12px;

    font-family: var(--anj-heading);

    font-size: 32px;

    font-weight: 800;

    line-height: 1;
}


/* =============================================================
   PRODUCT DESCRIPTION
============================================================= */

.anj-jersey-info p {

    max-width: 450px;

    min-height: 45px;

    margin-bottom: 25px;

    color: var(--anj-muted);

    font-size: 12px;

    line-height: 1.7;
}


/* =============================================================
   PRICE + BUTTON
============================================================= */

.anj-jersey-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.07);
}

.anj-jersey-price {

    color: var(--anj-white);

    font-family: var(--anj-heading);

    font-size: 30px;

    font-weight: 800;

    white-space: nowrap;
}


/* =============================================================
   CTA
============================================================= */

.anj-jersey-cta {

    margin-top: 50px;

    padding: 25px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background: rgba(216,255,0,.045);

    border: 1px solid rgba(216,255,0,.12);
}

.anj-jersey-cta > div {

    display: flex;

    flex-direction: column;

    gap: 5px;
}

.anj-jersey-cta strong {

    font-family: var(--anj-heading);

    font-size: 18px;

    letter-spacing: 1px;
}

.anj-jersey-cta span {

    color: var(--anj-muted);

    font-size: 11px;
}


/* =============================================================
   RESPONSIVE
============================================================= */

@media (max-width: 991px) {

    .anj-jersey {

        padding: 90px 0;
    }

    .anj-jersey-header {

        margin-bottom: 45px;
    }

    .anj-jersey-product-image {

        height: 450px;
    }

}


@media (max-width: 575px) {

    .anj-jersey {

        padding: 75px 0;
    }

    .anj-jersey-title {

        font-size: 58px;
    }

    .anj-jersey-subtitle {

        font-size: 11px;

        line-height: 1.7;
    }

    .anj-jersey-product-image {

        height: 390px;
    }

    .anj-jersey-product-bg {

        font-size: 150px;
    }

    .anj-jersey-placeholder {

        width: 190px;

        height: 270px;
    }

    .anj-jersey-placeholder strong {

        font-size: 55px;
    }

    .anj-jersey-info {

        padding: 23px;
    }

    .anj-jersey-info h3 {

        font-size: 28px;
    }

    .anj-jersey-bottom {

        align-items: flex-start;

        flex-direction: column;
    }

    .anj-jersey-price {

        font-size: 28px;
    }

    .anj-jersey-bottom .btn {

        width: 100%;
    }

    .anj-jersey-cta {

        align-items: flex-start;

        flex-direction: column;

        padding: 22px;
    }

    .anj-jersey-cta .btn {

        width: 100%;
    }
	```css
/* =============================================================
   ANJ SHOP
============================================================= */

.anj-shop-section {
    padding: 90px 0;
    background: #ffffff;
}


/* =============================================================
   SECTION HEADER
============================================================= */

.anj-section-eyebrow {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dc3545;
    margin-bottom: 8px;
}


.anj-section-title {
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #171717;
}


.anj-section-title span {
    display: block;
}


.anj-section-description {
    max-width: 650px;
    margin-top: 16px;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
}


/* =============================================================
   SHOP CARD
============================================================= */

.anj-shop-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    transition: all .25s ease;
}


.anj-shop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .10);
}


/* =============================================================
   IMAGE
============================================================= */

.anj-shop-image {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #f3f4f6;
}


.anj-shop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}


.anj-shop-card:hover .anj-shop-image img {
    transform: scale(1.03);
}


/* =============================================================
   BADGE
============================================================= */

.anj-shop-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    border-radius: 30px;
    background: #171717;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* =============================================================
   CONTENT
============================================================= */

.anj-shop-content {
    padding: 24px;
}


.anj-shop-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    color: #171717;
}


.anj-shop-description {
    min-height: 48px;
    margin-top: 10px;
    color: #73777d;
    font-size: 13px;
    line-height: 1.6;
}


/* =============================================================
   BOTTOM
============================================================= */

.anj-shop-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
}


.anj-shop-price-label {
    color: #8a8f98;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .7px;
}


.anj-shop-price {
    margin-top: 2px;
    color: #171717;
    font-size: 21px;
    font-weight: 800;
    white-space: nowrap;
}


/* =============================================================
   EMPTY
============================================================= */

.anj-shop-empty {
    padding: 60px 20px;
    border: 1px dashed #d9dce1;
    border-radius: 16px;
    background: #f8f9fa;
}


.anj-shop-empty-icon {
    margin-bottom: 15px;
    color: #adb5bd;
    font-size: 38px;
}


.anj-shop-empty h4 {
    margin-bottom: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}


.anj-shop-empty p {
    margin-bottom: 0;
    color: #7a7f87;
    font-size: 13px;
}


/* =============================================================
   FOOTER NOTE
============================================================= */

.anj-shop-note {
    margin-bottom: 8px;
    color: #8a8f98;
    font-size: 12px;
}


.anj-shop-all-link {
    color: #171717;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}


.anj-shop-all-link:hover {
    color: #dc3545;
    text-decoration: none;
}


/* =============================================================
   RESPONSIVE
============================================================= */

@media (max-width: 767.98px) {

    .anj-shop-section {
        padding: 65px 0;
    }


    .anj-section-title {
        font-size: 38px;
    }


    .anj-shop-image {
        height: 360px;
    }


    .anj-shop-content {
        padding: 20px;
    }


    .anj-shop-title {
        font-size: 25px;
    }


    .anj-shop-bottom {
        align-items: stretch;
        flex-direction: column;
    }


    .anj-shop-bottom .btn {
        width: 100%;
    }

}


}