html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e52900;
}

.validation-message {
    color: #e52900;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
.home-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/images/hero-banner.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #050505;
}

.hotspot {
    position: absolute;
    display: block;
    border-radius: 8px;
}

/* left Twitch sign */
.twitch {
    left: 13.5%;
    top: 39%;
    width: 11%;
    height: 20%;
}

/* four center section buttons */
.apparel {
    left: 32.5%;
    top: 68%;
    width: 7%;
    height: 9%;
}

.drinkware {
    left: 41.5%;
    top: 68%;
    width: 8%;
    height: 9%;
}

.accessories {
    left: 53%;
    top: 68%;
    width: 9%;
    height: 9%;
}

.gamers {
    left: 65%;
    top: 68%;
    width: 8%;
    height: 9%;
}

/* shop collection button */
.shop {
    left: 38.5%;
    top: 81%;
    width: 23%;
    height: 7%;
}

/* optional hover glow so you can see buttons */
.hotspot:hover {
    box-shadow: 0 0 20px #00d14f;
    border: 1px solid #7b3fe4;
}
.hero-container {
    text-align: center;
    background-color: #050505;
}

.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.eo-nav {
    background: #050505;
    border-bottom: 1px solid #7b3fe4;
    padding: 15px;
    text-align: center;
}

    .eo-nav a {
        color: white;
        text-decoration: none;
        margin: 0 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        .eo-nav a:hover {
            color: #00d14f;
        }

.eo-footer {
    background: #050505;
    border-top: 1px solid #7b3fe4;
    color: white;
    text-align: center;
    padding: 25px;
}

.shop-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 70px 30px;
}

.shop-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

    .shop-header h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 3rem;
        text-shadow: 0 0 15px #00d14f;
    }

    .shop-header p {
        font-size: 1.2rem;
        color: #ddd;
    }

.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.shop-card {
    background: #111;
    border: 1px solid #7b3fe4;
    padding: 35px;
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 209, 79, 0.18);
}

    .shop-card h2 {
        color: #00d14f;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.5rem;
    }

    .shop-card p {
        color: #ddd;
        min-height: 70px;
    }

    .shop-card a {
        display: inline-block;
        margin-top: 20px;
        padding: 12px 22px;
        background: #00d14f;
        color: black;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
    }

        .shop-card a:hover {
            background: #7b3fe4;
            color: white;
        }

.about-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 80px 20px;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
}

    .about-container h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: center;
        margin-bottom: 20px;
    }

.about-tagline {
    text-align: center;
    color: #00d14f;
    font-size: 1.3rem;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.about-container p {
    line-height: 1.8;
    margin-bottom: 25px;
}

.featured-section {
    background-color: #050505;
    color: white;
    text-align: center;
    padding: 70px 30px;
}

    .featured-section h2 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 40px;
        text-shadow: 0 0 12px #00d14f;
    }

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.featured-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

    .featured-card h3 {
        color: #00d14f;
        text-transform: uppercase;
    }

    .featured-card a,
    .view-all-button {
        display: inline-block;
        margin-top: 15px;
        padding: 12px 22px;
        background-color: #00d14f;
        color: black;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
    }

        .featured-card a:hover,
        .view-all-button:hover {
            background-color: #7b3fe4;
            color: white;
        }

.collection-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 70px 30px;
    text-align: center;
}

    .collection-page h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 15px #00d14f;
    }

.collection-subtitle {
    color: #ddd;
    margin-bottom: 45px;
    font-size: 1.2rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.product-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

    .product-card img {
        width: 100%;
        max-height: 260px;
        object-fit: contain;
        background-color: #050505;
        margin-bottom: 20px;
    }

    .product-card h3 {
        color: #00d14f;
    }

    .product-card p {
        color: #ddd;
    }

.footer-links {
    margin-top: 15px;
}

    .footer-links a {
        color: #00d14f;
        text-decoration: none;
        margin: 0 10px;
    }

        .footer-links a:hover {
            color: #7b3fe4;
        }

.footer-tagline {
    color: #00d14f;
    letter-spacing: 3px;
}

.contact-page {
    min-height: 100vh;
    background: radial-gradient(circle at top, rgba(0, 209, 79, 0.18), transparent 35%), #050505;
    color: white;
    padding: 90px 25px;
}

.contact-container {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

    .contact-container h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 2.8rem;
        text-shadow: 0 0 15px #00d14f;
        margin-bottom: 20px;
    }

.contact-subtitle {
    color: #dddddd;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 45px;
}

.contact-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 40px;
    box-shadow: 0 0 22px rgba(0, 209, 79, 0.2);
    border-radius: 8px;
}

    .contact-card h2 {
        color: #00d14f;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .contact-card p {
        color: #f5f5f5;
        font-size: 1.1rem;
        margin: 22px 0;
    }

    .contact-card a {
        color: #00d14f;
        text-decoration: none;
        font-weight: bold;
    }

        .contact-card a:hover {
            color: #7b3fe4;
            text-shadow: 0 0 10px #00d14f;
        }

.eo-nav {
    background-color: #050505;
    border-bottom: 1px solid #7b3fe4;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.eo-nav-links {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.eo-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

    .eo-brand img {
        width: 55px;
        height: 55px;
        object-fit: contain;
    }

.brand-name {
    display: block;
    color: #7b3fe4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(0, 209, 79, 0.6);
}

.brand-tagline {
    display: block;
    color: #00d14f;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eo-nav-links a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: 0.2s ease;
}

    .eo-nav-links a:hover {
        color: #00d14f;
    }

.eo-nav-links a {
    position: relative;
}

    .eo-nav-links a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background-color: #00d14f;
        transition: width 0.3s ease;
    }

    .eo-nav-links a:hover::after {
        width: 100%;
    }

.faq-section {
    margin-top: 60px;
    text-align: left;
}

    .faq-section h2 {
        color: #7b3fe4;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-shadow: 0 0 12px #00d14f;
        margin-bottom: 35px;
    }

.faq-item {
    background-color: #111;
    border-left: 4px solid #00d14f;
    padding: 25px;
    margin-bottom: 22px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.12);
}

    .faq-item h3 {
        color: #00d14f;
        margin-bottom: 10px;
    }

    .faq-item p {
        color: #ddd;
        line-height: 1.7;
    }

.main-product-image {
    width: 100%;
    height: 280px;
    object-fit: contain;
    background-color: #050505;
    margin-bottom: 15px;
}

.thumbnail-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

    .thumbnail-row img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        background-color: #050505;
        border: 1px solid #7b3fe4;
        cursor: pointer;
        padding: 4px;
    }

        .thumbnail-row img:hover {
            border-color: #00d14f;
            box-shadow: 0 0 10px rgba(0, 209, 79, 0.5);
        }

.collection-subtitle {
    text-align: center;
    color: #ddd;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.featured-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #050505;
    margin-bottom: 15px;
}

.featured-card h3 {
    color: #00d14f;
    margin-bottom: 10px;
}

.featured-card p {
    color: #ddd;
    margin-bottom: 15px;
}

.featured-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .featured-card a {
        margin-top: auto;
    }

.shop-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #050505;
    margin-bottom: 20px;
}

.shop-note {
    text-align: center;
    color: #00d14f;
    margin-top: 45px;
    font-weight: bold;
}

.about-signature {
    margin-top: 40px;
    text-align: center;
    color: #00d14f;
    font-size: 1.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-brand {
    margin: 10px 0;
}

.footer-made-to-order {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.product-detail-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 80px 30px;
}

.product-detail-container {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.product-detail-main {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: #111;
    border: 1px solid #7b3fe4;
    box-shadow: 0 0 18px rgba(0, 209, 79, 0.18);
}

.product-detail-info h1 {
    color: #7b3fe4;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 12px #00d14f;
}

.made-to-order {
    color: #00d14f;
    font-weight: bold;
    margin-top: 20px;
}

.product-button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #7b3fe4, #5b2db3);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #00d14f;
    transition: all 0.25s ease;
    box-shadow: 0 0 10px rgba(123, 63, 228, 0.4), 0 0 20px rgba(0, 209, 79, 0.15);
}

    .product-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(123, 63, 228, 0.7), 0 0 30px rgba(0, 209, 79, 0.35);
        color: white;
        text-decoration: none;
    }

    .product-button:visited {
        color: white;
    }

.product-description {
    color: #ddd;
    font-size: 0.95rem;
    line-height: 1.5;
    height: 90px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-detail-info .product-description {
    height: auto;
    overflow: visible;
    max-height: none;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
}

.coming-soon-section {
    background-color: #050505;
    color: white;
    text-align: center;
    padding: 70px 30px;
    border-top: 1px solid #7b3fe4;
}

    .coming-soon-section h2 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 12px #00d14f;
    }

.coming-soon-subtitle {
    color: #ddd;
    margin-bottom: 40px;
}

.coming-soon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.coming-soon-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 35px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

    .coming-soon-card h3 {
        color: #00d14f;
        text-transform: uppercase;
    }

    .coming-soon-card p {
        color: #ddd;
        line-height: 1.6;
    }

    .coming-soon-card span {
        display: inline-block;
        margin-top: 15px;
        color: #00d14f;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: bold;
    }

.product-description-full {
    height: auto;
    overflow: visible;
    max-height: none;
    text-align: left;
    line-height: 1.8;
}

    .product-description-full h2,
    .product-description-full h3 {
        color: #00d14f;
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .product-description-full ul {
        padding-left: 25px;
        margin-bottom: 25px;
    }

    .product-description-full li {
        margin-bottom: 8px;
    }

    .product-description-full table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 0.9rem;
    }

    .product-description-full th,
    .product-description-full td {
        border: 1px solid #7b3fe4;
        padding: 8px;
        text-align: center;
    }

    .product-description-full th {
        color: #00d14f;
        background-color: #111;
    }

.add-cart-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.cart-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 80px 30px;
    text-align: center;
}

    .cart-page h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 15px #00d14f;
        margin-bottom: 40px;
    }

.cart-list {
    max-width: 900px;
    margin: 0 auto;
}

.cart-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 25px;
    align-items: center;
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.15);
}

    .cart-item img {
        width: 160px;
        height: 160px;
        object-fit: contain;
        background-color: #050505;
    }

    .cart-item h3 {
        color: #00d14f;
    }

.cart-summary {
    max-width: 900px;
    margin: 40px auto 0;
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.15);
}

    .cart-summary h2 {
        color: #00d14f;
    }

.cart-empty {
    color: #ddd;
    margin-bottom: 25px;
}

.remove-button {
    background: transparent;
    color: #00d14f;
    border: 1px solid #7b3fe4;
    padding: 8px 16px;
    cursor: pointer;
}

    .remove-button:hover {
        background-color: #7b3fe4;
        color: white;
    }

.nav-cart {
    margin-left: auto;
    padding: 10px 18px;
    background: linear-gradient(135deg, #7b3fe4, #5b2db3);
    border: 1px solid #00d14f;
    border-radius: 8px;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

    .nav-cart:hover {
        color: white !important;
        box-shadow: 0 0 15px rgba(0, 209, 79, 0.35);
    }

.variant-label {
    display: block;
    color: #00d14f;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.variant-select {
    width: 100%;
    padding: 12px;
    background-color: #111;
    color: white;
    border: 1px solid #7b3fe4;
    border-radius: 6px;
    margin-bottom: 12px;
}

.variant-message {
    color: #ff7070;
    font-weight: bold;
    margin-top: 10px;
}

.cart-variant {
    color: #00d14f;
    font-weight: bold;
}