:root {
    --qr-ink: #101828;
    --qr-muted: #667085;
    --qr-soft: #f6f8fb;
    --qr-line: rgba(16, 24, 40, .08);
    --qr-blue: #2563eb;
    --qr-indigo: #4f46e5;
    --qr-pink: #ec4899;
    --qr-orange: #ff6b35;
    --qr-green: #10b981;
    --qr-radius: 28px;
    --qr-shadow: 0 28px 90px rgba(15, 23, 42, .12);
    --qr-shadow-soft: 0 18px 50px rgba(15, 23, 42, .08);
}

.qr-shop-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
/*    overflow: hidden;*/
    color: var(--qr-ink);
    margin-top: 0;
    padding-top: 0;
    background: radial-gradient(circle at 9% 4%, rgba(255, 107, 53, .14), transparent 32%), radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .15), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #ffffff 100%);
}

.qr-shop-container {
    max-width: 1180px;
}

.qr-shop-hero {
    position: relative;
    padding:0 0 76px;
    min-height: 760px;
}

.qr-shop-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(48px);
    opacity: .72;
    pointer-events: none;
}

.qr-shop-orb-a {
    width: 360px;
    height: 360px;
    left: -120px;
    top: 120px;
    background: rgba(255, 107, 53, .22);
}

.qr-shop-orb-b {
    width: 420px;
    height: 420px;
    right: -140px;
    top: 80px;
    background: rgba(37, 99, 235, .22);
}

.qr-shop-orb-c {
    width: 260px;
    height: 260px;
    left: 45%;
    bottom: 40px;
    background: rgba(236, 72, 153, .16);
}

.qr-shop-topbar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 70px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
    backdrop-filter: blur(22px);
}

.qr-shop-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--qr-ink);
    text-decoration: none;
}

.qr-shop-brand:hover {
    color: var(--qr-ink);
    text-decoration: none;
}

.qr-shop-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--qr-orange), var(--qr-pink));
    box-shadow: 0 12px 28px rgba(236, 72, 153, .26);
}

.qr-shop-brand strong {
    display: block;
    font-size: 15px;
    letter-spacing: .02em;
}

.qr-shop-brand small {
    display: block;
    margin-top: 2px;
    color: var(--qr-muted);
    font-size: 12px;
}


.qr-shop-hero-copy {
    position: relative;
    z-index: 2;
}

.qr-shop-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 10px 14px;
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 999px;
    color: var(--qr-blue);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.qr-shop-hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(44px, 5.6vw, 76px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 950;
}

.qr-shop-hero-lead {
    max-width: 640px;
    margin: 24px 0 0;
    color: var(--qr-muted);
    font-size: 18px;
    line-height: 1.95;
    font-weight: 500;
}

.qr-shop-hero-actions,
.qr-shop-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.qr-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 850;
    white-space: nowrap;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.qr-shop-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.qr-shop-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--qr-orange), var(--qr-pink));
    box-shadow: 0 18px 44px rgba(236, 72, 153, .28);
}

.qr-shop-btn-primary:hover {
    color: #fff;
    box-shadow: 0 24px 58px rgba(236, 72, 153, .34);
}

.qr-shop-btn-outline {
    color: var(--qr-ink);
    border: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.qr-shop-btn-outline:hover {
    color: var(--qr-blue);
    background: #fff;
}

.qr-shop-btn-light {
    color: #0f172a;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
}

.qr-shop-btn-light:hover {
    color: var(--qr-blue);
}

.qr-shop-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
    color: #334155;
    font-weight: 750;
}

.qr-shop-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.qr-shop-hero-points i {
    color: var(--qr-green);
}

.qr-shop-visual {
    position: relative;
    min-height: 560px;
}

.qr-shop-dashboard-card,
.qr-shop-phone,
.qr-shop-qr-card {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--qr-shadow);
    backdrop-filter: blur(24px);
}

.qr-shop-dashboard-card {
    z-index: 2;
    top: 8px;
    right: 8px;
    width: min(440px, 90%);
    padding: 22px;
    border-radius: 30px;
}

.qr-shop-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.qr-shop-card-head span {
    display: block;
    color: var(--qr-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.qr-shop-card-head strong {
    display: block;
    margin-top: 4px;
    font-size: 24px;
    font-weight: 950;
}

.qr-shop-card-head em {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    color: #047857;
    background: rgba(16, 185, 129, .1);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
}

.qr-shop-card-head em i {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--qr-green);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, .13);
}

.qr-shop-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.qr-shop-stat-grid div {
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 22px;
    background: rgba(248, 250, 252, .82);
}

.qr-shop-stat-grid span {
    display: block;
    color: var(--qr-muted);
    font-size: 12px;
    font-weight: 750;
}

.qr-shop-stat-grid strong {
    display: block;
    margin-top: 6px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.04em;
}

.qr-shop-stat-grid small {
    display: block;
    margin-top: 8px;
    color: #059669;
    font-weight: 850;
}

.qr-shop-mini-chart {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 96px;
    margin-top: 20px;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(37, 99, 235, .08), rgba(236, 72, 153, .04));
}

.qr-shop-mini-chart span {
    flex: 1;
    min-height: 20%;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, var(--qr-blue), var(--qr-pink));
    opacity: .88;
}

.qr-shop-phone {
    z-index: 3;
    left: 22px;
    bottom: 0;
    width: 310px;
    padding: 13px;
    border-radius: 42px;
    transform: rotate(-4deg);
}

.qr-shop-phone-notch {
    width: 90px;
    height: 8px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .12);
}

.qr-shop-phone-screen {
    min-height: 468px;
    padding: 18px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 20% 0%, rgba(236, 72, 153, .18), transparent 36%),
        linear-gradient(180deg, #fff7fb, #fff);
}

.qr-shop-store-mini {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(236, 72, 153, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .84);
}

.qr-shop-store-logo {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-weight: 950;
    background: linear-gradient(135deg, #111827, #ec4899);
}

.qr-shop-store-mini span,
.qr-shop-product-card span {
    display: block;
    color: var(--qr-pink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.qr-shop-store-mini strong {
    display: block;
    margin-top: 2px;
    font-size: 17px;
    font-weight: 950;
}

.qr-shop-store-mini p,
.qr-shop-product-card p {
    margin: 3px 0 0;
    color: var(--qr-muted);
    font-size: 12px;
}

.qr-shop-phone-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.qr-shop-phone-tags span {
    padding: 8px 10px;
    border: 1px solid rgba(236, 72, 153, .18);
    border-radius: 999px;
    color: var(--qr-pink);
    background: rgba(255, 255, 255, .75);
    font-size: 12px;
    font-weight: 850;
}

.qr-shop-product-card {
    padding: 12px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(236, 72, 153, .1);
}

.qr-shop-product-image {
    height: 150px;
    margin-bottom: 12px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 255, 255, .95), transparent 20%),
        linear-gradient(135deg, #3b0764, #ec4899 55%, #f97316);
}

.qr-shop-product-card strong {
    display: block;
    margin-top: 4px;
    font-size: 17px;
    font-weight: 950;
}

.qr-shop-product-card p {
    color: #ef4444;
    font-size: 20px;
    font-weight: 950;
}

.qr-shop-phone-action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 14px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--qr-orange), var(--qr-pink));
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(236, 72, 153, .24);
}

.qr-shop-qr-card {
    z-index: 4;
    right: 4px;
    bottom: 38px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 238px;
    padding: 16px;
    border-radius: 26px;
}

.qr-shop-qr-image {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    padding: 7px;
    border-radius: 18px;
    object-fit: contain;
    background: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(15, 23, 42, .08),
        0 14px 30px rgba(15, 23, 42, .12);
}

.qr-shop-qr-card strong {
    display: block;
    font-size: 16px;
    font-weight: 950;
}

.qr-shop-qr-card span {
    display: block;
    margin-top: 4px;
    color: var(--qr-muted);
    font-size: 12px;
}

.qr-shop-proof-row {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 62px;
}

.qr-shop-proof-row div {
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 24px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
    backdrop-filter: blur(18px);
}

.qr-shop-proof-row strong {
    display: block;
    color: var(--qr-blue);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .1em;
}

.qr-shop-proof-row span {
    display: block;
    margin-top: 8px;
    font-weight: 850;
}

.qr-shop-section {
    padding: 92px 0;
}

.qr-shop-section-soft {
    background:
        radial-gradient(circle at 0 0, rgba(255, 107, 53, .12), transparent 32%),
        radial-gradient(circle at 100% 100%, rgba(37, 99, 235, .13), transparent 34%),
        #f8fafc;
}

.qr-shop-section-dark {
    color: #fff;
    background:
        radial-gradient(circle at 20% 10%, rgba(236, 72, 153, .3), transparent 34%),
        radial-gradient(circle at 80% 0%, rgba(37, 99, 235, .38), transparent 38%),
        linear-gradient(135deg, #0f172a, #111827 52%, #1e1b4b);
}

.qr-shop-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.qr-shop-section-head span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--qr-orange);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.qr-shop-section-dark .qr-shop-section-head span {
    color: #fb7185;
}

.qr-shop-section-head h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.045em;
    font-weight: 950;
}

.qr-shop-section-head p {
    margin: 18px 0 0;
    color: var(--qr-muted);
    font-size: 17px;
    line-height: 1.9;
}

.qr-shop-section-dark .qr-shop-section-head p {
    color: rgba(255, 255, 255, .68);
}

.qr-shop-problem-card,
.qr-shop-demo-card,
.qr-shop-price-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: var(--qr-radius);
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--qr-shadow-soft);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.qr-shop-problem-card:hover,
.qr-shop-demo-card:hover,
.qr-shop-price-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, .18);
    box-shadow: var(--qr-shadow);
}

.qr-shop-problem-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 20px;
    color: var(--qr-blue);
    background: rgba(37, 99, 235, .09);
    font-size: 24px;
}

.qr-shop-problem-card h3,
.qr-shop-flow-item h3,
.qr-shop-demo-card h3,
.qr-shop-feature-grid h3,
.qr-shop-price-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.qr-shop-problem-card p,
.qr-shop-flow-item p,
.qr-shop-demo-card p,
.qr-shop-feature-grid p,
.qr-shop-price-card p {
    margin: 12px 0 0;
    color: var(--qr-muted);
    line-height: 1.75;
}

.qr-shop-flow {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 34px;
    background: rgba(255, 255, 255, .78);
    box-shadow: var(--qr-shadow);
    backdrop-filter: blur(20px);
}

.qr-shop-flow-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
}

.qr-shop-flow-item > span {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--qr-blue), var(--qr-pink));
    box-shadow: 0 16px 30px rgba(37, 99, 235, .2);
    font-weight: 950;
}

.qr-shop-flow-line {
    width: 2px;
    height: 34px;
    margin: 8px 0 8px 27px;
    background: linear-gradient(180deg, rgba(37, 99, 235, .3), rgba(236, 72, 153, .3));
}

.qr-shop-demo-card {
    display: block;
    color: var(--qr-ink);
    text-decoration: none;
}

.qr-shop-demo-card:hover {
    color: var(--qr-ink);
    text-decoration: none;
}

.qr-shop-demo-card > span {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--qr-orange), var(--qr-pink));
    font-size: 24px;
}

.qr-shop-demo-card strong {
    display: inline-flex;
    margin-top: 18px;
    color: var(--qr-blue);
    font-size: 13px;
    font-weight: 900;
}

.qr-shop-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.qr-shop-feature-grid div {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 26px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(18px);
}

.qr-shop-feature-grid i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 22px;
}

.qr-shop-feature-grid p {
    color: rgba(255, 255, 255, .68);
}

.qr-shop-price-card {
    position: relative;
    overflow: hidden;
}

.qr-shop-price-card.featured {
    color: #fff;
    border: 0;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, .22), transparent 34%),
        linear-gradient(135deg, var(--qr-blue), var(--qr-pink));
    transform: translateY(-10px);
}

.qr-shop-price-card.featured p,
.qr-shop-price-card.featured li,
.qr-shop-price-card.featured small {
    color: rgba(255, 255, 255, .78);
}

.qr-shop-price-card > span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--qr-blue);
    background: rgba(37, 99, 235, .09);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.qr-shop-price-card.featured > span {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.qr-shop-price {
    margin-top: 18px;
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.qr-shop-price small {
    margin-left: 4px;
    color: var(--qr-muted);
    font-size: 14px;
    font-weight: 800;
}

.qr-shop-price-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.qr-shop-price-card li {
    position: relative;
    padding-left: 25px;
    color: #334155;
    font-weight: 700;
}

.qr-shop-price-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--qr-green);
    font-weight: 950;
}

.qr-shop-price-card.featured li::before {
    color: #fff;
}

.qr-shop-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 760px;
    margin: 30px auto 0;
    padding: 16px 18px;
    border: 1px solid #fde68a;
    border-radius: 20px;
    color: #92400e;
    background: #fffbeb;
    font-weight: 700;
}

.qr-shop-final-section {
    padding: 30px 0 100px;
}

.qr-shop-final-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, .2), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(255, 107, 53, .35), transparent 36%),
        linear-gradient(135deg, #111827, #1e1b4b 52%, #4c1d95);
    box-shadow: var(--qr-shadow);
}

.qr-shop-final-card span {
    display: inline-block;
    margin-bottom: 12px;
    color: #fb7185;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .16em;
}

.qr-shop-final-card h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 950;
}

.qr-shop-final-card p {
    max-width: 660px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.85;
}

@media (max-width: 991.98px) {
    .qr-shop-hero {
        padding-top: 22px;
    }

    .qr-shop-topbar {
        flex-direction: column;
        align-items: stretch;
        border-radius: 28px;
    }

    .qr-shop-visual {
        min-height: 670px;
    }

    .qr-shop-dashboard-card {
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .qr-shop-phone {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) rotate(-2deg);
    }

    .qr-shop-qr-card {
        right: 50%;
        bottom: 18px;
        transform: translateX(58%);
    }

    .qr-shop-proof-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .qr-shop-feature-grid {
        grid-template-columns: 1fr;
    }

    .qr-shop-price-card.featured {
        transform: none;
    }

    .qr-shop-final-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .qr-shop-hero h1 {
        font-size: 42px;
    }

    .qr-shop-hero-lead {
        font-size: 16px;
    }

    .qr-shop-hero-actions,
    .qr-shop-final-actions {
        flex-direction: column;
    }

    .qr-shop-btn {
        width: 100%;
    }

    .qr-shop-visual {
        min-height: 710px;
    }

    .qr-shop-dashboard-card {
        width: 100%;
    }

    .qr-shop-phone {
        width: 292px;
    }

    .qr-shop-proof-row {
        grid-template-columns: 1fr;
    }

    .qr-shop-section {
        padding: 70px 0;
    }

    .qr-shop-section-head h2,
    .qr-shop-final-card h2 {
        font-size: 34px;
    }

    .qr-shop-final-card {
        padding: 28px;
        border-radius: 30px;
    }
}


.qr-shop-topbar-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border-radius: 999px;
    color: #2563eb;
    background: rgba(37, 99, 235, .08);
    border: 1px solid rgba(37, 99, 235, .11);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    white-space: nowrap;
}

.qr-shop-topbar-badge i {
    font-size: 15px;
}

@media (max-width: 575.98px) {
    .qr-shop-topbar-badge {
        align-self: flex-start;
    }
}
