:root {
    --sp-pink: #ff2d87;
    --sp-pink-dark: #d8186c;
    --sp-black: #0b0b0b;
    --sp-ink: #111111;
    --sp-muted: #cfcfcf;
}

body.nav-open {
    overflow: hidden;
}

.sp-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    color: #fff !important;
    text-align: center;
}

.sp-hero h1,
.sp-hero h2,
.sp-hero h3,
.sp-hero .sp-brand,
.sp-hero .sp-rating,
.sp-hero .sp-locations-head,
.sp-hero .sp-hero-content {
    color: #fff !important;
}

.sp-hero video,
.sp-hero .sp-hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.72) 100%);
}

.sp-hero-content {
    position: relative;
    z-index: 2;
    padding: 90px 20px 40px;
    max-width: 720px;
}

.sp-app-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: var(--sp-pink);
    color: #fff;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sp-brand {
    font-size: clamp(42px, 9vw, 84px);
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0;
    line-height: .95;
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0,0,0,.55);
}

.sp-rating {
    margin-top: 10px;
    font-size: 18px;
}

.sp-locations-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 28px 0 8px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
}

.sp-locations-head span.line {
    height: 1px;
    width: 48px;
    background: var(--sp-pink);
}

.sp-cities {
    color: var(--sp-pink);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
}

.sp-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    align-items: center;
}

.sp-btn {
    min-width: min(360px, 90vw);
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.sp-btn-pink {
    background: var(--sp-pink);
    color: #fff;
}

.sp-btn-pink:hover {
    background: var(--sp-pink-dark);
    color: #fff;
}

.sp-btn-ghost {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.sp-btn-ghost:hover {
    background: #fff;
    color: #000;
}

.sp-closed-bar,
.sp-timer-bar,
.sp-drive-bar {
    text-align: center;
    padding: 12px 16px;
    font-weight: 700;
}

.sp-closed-bar {
    background: #111;
    color: #fff;
}

.sp-timer-bar {
    background: var(--sp-pink);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 40;
}

.footer {
    background: #ff2d87 !important;
    color: #fff !important;
}

.footer,
.footer h4,
.footer p,
.footer a,
.footer .btn.btn-link,
.footer .copyright,
.footer .copyright a,
.footer .footer-menu a,
.footer .section-title {
    color: #fff !important;
}

.footer .btn.btn-social {
    color: #fff !important;
    border-color: #fff !important;
}

.footer .btn.btn-social:hover {
    color: var(--sp-pink) !important;
    background: #fff !important;
}

.footer .copyright {
    border-top-color: rgba(255,255,255,.35) !important;
}

.footer .footer-menu a {
    border-right-color: rgba(255,255,255,.35) !important;
}

.gallery-hero-header,
.sp-page-hero {
    position: relative;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-hero-header:before,
.sp-page-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.gallery-hero-header h1,
.gallery-hero-header .text-white,
.sp-page-hero h1 {
    position: relative;
    z-index: 1;
    color: #fff !important;
    margin: 0;
    padding: 48px 16px;
}

.sp-drive-bar {
    background: #0ea5e9;
    color: #fff;
    font-size: 22px;
    letter-spacing: .08em;
}

.sidebar {
    background: #000 !important;
    color: #fff;
    width: min(86vw, 360px) !important;
}

.sidebar .section-title,
.sidebar .link,
.sidebar h6 {
    color: #fff !important;
}

.sidebar .link:before {
    display: none;
}

.sidebar .sp-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 4px;
    border-bottom: 1px solid var(--sp-pink);
}

.sidebar .sp-nav-link i,
.sidebar .sp-nav-link .sp-nav-ico {
    color: var(--sp-pink);
    font-size: 18px;
    width: 26px;
    height: 26px;
    border: 1px solid var(--sp-pink);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sidebar .sp-badge-save {
    background: var(--sp-pink);
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    padding: 3px 7px;
    margin-left: 8px;
}

.sp-close-nav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--sp-pink);
    color: var(--sp-pink);
    background: transparent;
    font-size: 22px;
    line-height: 1;
}

.store-card {
    border: 1px solid #222;
    background: #141414;
    color: #fff;
    border-radius: 16px;
    padding: 18px;
    height: 100%;
}

.store-card.disabled {
    opacity: .55;
}

.receipt-80mm {
    width: 80mm;
    max-width: 80mm;
    margin: 0 auto;
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.receipt-80mm table {
    width: 100%;
    border-collapse: collapse;
}

.receipt-80mm td, .receipt-80mm th {
    padding: 3px 0;
    vertical-align: top;
}

@media print {
    @page {
        size: 80mm auto;
        margin: 4mm;
    }
    body * {
        visibility: hidden;
    }
    .receipt-80mm, .receipt-80mm * {
        visibility: visible;
    }
    .receipt-80mm {
        position: absolute;
        left: 0;
        top: 0;
        width: 72mm;
        box-shadow: none;
    }
    .no-print {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .sp-hero {
        min-height: 100vh;
    }
}

@media (min-width: 992px) {
    .sidebar.d-lg-none {
        display: block !important;
        position: fixed;
        left: -380px;
        top: 0;
        height: 100%;
        z-index: 5556;
        overflow: auto;
        transition: left .25s ease;
        padding-top: 48px;
    }
    body.nav-open .sidebar.d-lg-none {
        left: 0;
    }
    .nav-open #sidenav-overlay {
        display: block;
    }
}
