.bstb-ticket-button,
.bstb-ticket-button:visited {
    --bstb-gold: var(--gt-color-woo-primary, #a6855d);
    --bstb-gold-dark: #8f744f;
    --bstb-gold-light: #d3b47c;
    --bstb-night: #011126;
    --bstb-panel: #1d2f4d;
    --bstb-purple: #bf048d;
    --bstb-purple-hot: #ff00bf;
    align-items: center;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff !important;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    isolation: isolate;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 1.25;
    margin: 0 0 42px;
    min-height: 86px;
    overflow: hidden;
    padding: 24px 34px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
    text-transform: uppercase;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
    width: 100%;
}

.bstb-ticket-button:hover,
.bstb-ticket-button:focus {
    text-decoration: none !important;
    transform: translateY(-1px);
}

.bstb-ticket-button:active {
    transform: translateY(0);
}

.bstb-ticket-button:focus-visible {
    outline: 3px solid var(--bstb-purple);
    outline-offset: 3px;
}

.bstb-ticket-button--subtle,
.bstb-ticket-button--subtle:visited {
    background: var(--bstb-gold);
    border: 2px solid var(--bstb-gold);
    box-shadow: 0 12px 24px rgba(166, 133, 93, .22), inset 0 -2px 0 rgba(0, 0, 0, .12);
}

.bstb-ticket-button--subtle:hover,
.bstb-ticket-button--subtle:focus {
    background: transparent;
    border-color: var(--bstb-gold);
    box-shadow: 0 14px 28px rgba(166, 133, 93, .3);
    color: var(--bstb-gold) !important;
}

.bstb-ticket-button--gold-gradient,
.bstb-ticket-button--gold-gradient:visited {
    background: linear-gradient(135deg, var(--bstb-gold-dark) 0%, var(--bstb-gold) 38%, var(--bstb-gold-light) 58%, var(--bstb-gold-dark) 100%);
    border: 2px solid rgba(211, 180, 124, .95);
    box-shadow: 0 16px 34px rgba(166, 133, 93, .34), inset 0 1px 0 rgba(255, 255, 255, .24), inset 0 -2px 0 rgba(0, 0, 0, .16);
    font-size: 1.6rem;
}

.bstb-ticket-button--gold-gradient:hover,
.bstb-ticket-button--gold-gradient:focus {
    box-shadow: 0 18px 38px rgba(166, 133, 93, .42), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.bstb-ticket-button--purple-border,
.bstb-ticket-button--purple-border:visited {
    background: linear-gradient(180deg, var(--bstb-night) 0%, var(--bstb-panel) 100%);
    border: 2px solid var(--bstb-purple);
    box-shadow: 0 0 0 1px rgba(255, 0, 191, .24), 0 16px 34px rgba(191, 4, 141, .26), inset 0 0 0 1px rgba(166, 133, 93, .24);
    font-size: 1.7rem;
}

.bstb-ticket-button--purple-border:hover,
.bstb-ticket-button--purple-border:focus {
    border-color: var(--bstb-purple-hot);
    box-shadow: 0 0 0 1px rgba(255, 0, 191, .34), 0 18px 38px rgba(191, 4, 141, .34), inset 0 0 0 1px rgba(211, 180, 124, .3);
}

.bstb-ticket-button--glitter-pulse,
.bstb-ticket-button--glitter-pulse:visited {
    animation: bstb-ticket-pulse 2.8s ease-in-out infinite;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .34) 0 2px, transparent 3px),
        radial-gradient(circle at 78% 28%, rgba(255, 255, 255, .24) 0 2px, transparent 3px),
        linear-gradient(135deg, var(--bstb-purple) 0%, var(--bstb-gold-dark) 28%, var(--bstb-gold-light) 55%, var(--bstb-purple-hot) 100%);
    border: 2px solid var(--bstb-gold-light);
    box-shadow: 0 0 0 1px rgba(255, 0, 191, .22), 0 0 28px rgba(166, 133, 93, .38), 0 18px 40px rgba(191, 4, 141, .3);
    font-size: 1.8rem;
}

.bstb-ticket-button--glitter-pulse::after {
    animation: bstb-ticket-shine 3.4s linear infinite;
    background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, .45) 22%, transparent 36%);
    content: '';
    inset: -45%;
    opacity: .72;
    pointer-events: none;
    position: absolute;
    transform: translateX(-40%) rotate(8deg);
    z-index: 0;
}

.bstb-ticket-button--glitter-pulse:hover,
.bstb-ticket-button--glitter-pulse:focus {
    box-shadow: 0 0 0 1px rgba(255, 0, 191, .32), 0 0 34px rgba(166, 133, 93, .48), 0 20px 44px rgba(191, 4, 141, .38);
}

.bstb-ticket-button--burlesque-feathers,
.bstb-ticket-button--burlesque-feathers:visited {
    animation: bstb-ticket-burlesque-glow 3.2s ease-in-out infinite;
    background:
        radial-gradient(circle at 16% 50%, rgba(255, 0, 191, .28) 0 10%, transparent 28%),
        radial-gradient(circle at 84% 50%, rgba(211, 180, 124, .34) 0 10%, transparent 28%),
        linear-gradient(135deg, #210024 0%, var(--bstb-purple) 24%, var(--bstb-gold-dark) 48%, var(--bstb-gold-light) 67%, var(--bstb-night) 100%);
    border: 2px solid var(--bstb-gold-light);
    box-shadow: 0 0 0 1px rgba(255, 0, 191, .32), 0 0 34px rgba(191, 4, 141, .42), 0 22px 48px rgba(166, 133, 93, .36);
    font-size: 1.9rem;
    min-height: 96px;
    padding-left: 86px;
    padding-right: 86px;
}

.bstb-ticket-button--burlesque-feathers::before,
.bstb-ticket-button--burlesque-feathers::after {
    background-color: rgba(255, 255, 255, .92);
    content: '';
    height: 64px;
    opacity: .9;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 56px;
    z-index: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 80'%3E%3Cpath fill='black' d='M52 4C34 7 18 22 14 42c-3 15 4 28 18 35-2-11 0-24 6-38C42 28 49 15 52 4Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='3' stroke-linecap='round' d='M32 75c3-22 10-45 20-71M29 57c-7-1-13-4-18-9M34 46c-8-2-15-6-20-12M39 34c-7-2-13-6-17-11M44 23c-5-1-10-4-14-8'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 80'%3E%3Cpath fill='black' d='M52 4C34 7 18 22 14 42c-3 15 4 28 18 35-2-11 0-24 6-38C42 28 49 15 52 4Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='3' stroke-linecap='round' d='M32 75c3-22 10-45 20-71M29 57c-7-1-13-4-18-9M34 46c-8-2-15-6-20-12M39 34c-7-2-13-6-17-11M44 23c-5-1-10-4-14-8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bstb-ticket-button--burlesque-feathers::before {
    animation: bstb-ticket-feather-left 1.8s ease-in-out infinite;
    left: 20px;
    transform: translateY(-50%) rotate(-18deg);
    transform-origin: 70% 85%;
}

.bstb-ticket-button--burlesque-feathers::after {
    animation: bstb-ticket-feather-right 2s ease-in-out infinite;
    right: 20px;
    transform: translateY(-50%) scaleX(-1) rotate(-18deg);
    transform-origin: 30% 85%;
}

.bstb-ticket-button--burlesque-feathers:hover,
.bstb-ticket-button--burlesque-feathers:focus {
    box-shadow: 0 0 0 1px rgba(255, 0, 191, .42), 0 0 42px rgba(191, 4, 141, .52), 0 24px 52px rgba(166, 133, 93, .42);
}

@keyframes bstb-ticket-pulse {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-1px) scale(1.012);
    }
}

@keyframes bstb-ticket-shine {
    0% {
        transform: translateX(-48%) rotate(8deg);
    }
    100% {
        transform: translateX(48%) rotate(8deg);
    }
}

@keyframes bstb-ticket-burlesque-glow {
    0%, 100% {
        box-shadow: 0 0 0 1px rgba(255, 0, 191, .32), 0 0 34px rgba(191, 4, 141, .42), 0 22px 48px rgba(166, 133, 93, .36);
    }
    50% {
        box-shadow: 0 0 0 1px rgba(255, 0, 191, .48), 0 0 46px rgba(191, 4, 141, .58), 0 26px 58px rgba(166, 133, 93, .46);
    }
}

@keyframes bstb-ticket-feather-left {
    0%, 100% {
        transform: translateY(-50%) translateX(0) rotate(-24deg);
    }
    50% {
        transform: translateY(-58%) translateX(7px) rotate(4deg);
    }
}

@keyframes bstb-ticket-feather-right {
    0%, 100% {
        transform: translateY(-50%) translateX(0) scaleX(-1) rotate(-24deg);
    }
    50% {
        transform: translateY(-58%) translateX(-7px) scaleX(-1) rotate(4deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bstb-ticket-button,
    .bstb-ticket-button--glitter-pulse,
    .bstb-ticket-button--glitter-pulse::after,
    .bstb-ticket-button--burlesque-feathers,
    .bstb-ticket-button--burlesque-feathers::before,
    .bstb-ticket-button--burlesque-feathers::after {
        animation: none;
        transition: none;
    }
}

@media (max-width: 575px) {
    .bstb-ticket-button,
    .bstb-ticket-button:visited {
        min-height: 76px;
        padding: 20px 22px;
    }

    .bstb-ticket-button--subtle,
    .bstb-ticket-button--subtle:visited {
        font-size: 1.2rem;
    }

    .bstb-ticket-button--gold-gradient,
    .bstb-ticket-button--gold-gradient:visited {
        font-size: 1.25rem;
    }

    .bstb-ticket-button--purple-border,
    .bstb-ticket-button--purple-border:visited {
        font-size: 1.3rem;
    }

    .bstb-ticket-button--glitter-pulse,
    .bstb-ticket-button--glitter-pulse:visited {
        font-size: 1.35rem;
    }

    .bstb-ticket-button--burlesque-feathers,
    .bstb-ticket-button--burlesque-feathers:visited {
        font-size: 1.45rem;
        min-height: 86px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .bstb-ticket-button--burlesque-feathers::before,
    .bstb-ticket-button--burlesque-feathers::after {
        height: 42px;
        width: 38px;
    }

    .bstb-ticket-button--burlesque-feathers::before {
        left: 12px;
    }

    .bstb-ticket-button--burlesque-feathers::after {
        right: 12px;
    }
}
