:root {
    --gm-live-ivory: #f7f3ed;
    --gm-live-paper: #fffdfa;
    --gm-live-burgundy: #6d2032;
    --gm-live-burgundy-dark: #48131f;
    --gm-live-charcoal: #211f1d;
    --gm-live-muted: #6f6862;
    --gm-live-gold: #b49362;
    --gm-live-line: rgba(33, 31, 29, 0.14);
    --gm-live-shadow: 0 24px 70px rgba(56, 32, 26, 0.16);
    --gm-live-serif: "Cormorant Garamond", Georgia, serif;
    --gm-live-sans: "Manrope", "Jost", sans-serif;
}

body.gemmaura-live-page {
    background: var(--gm-live-ivory);
    color: var(--gm-live-charcoal);
}

body.gemmaura-live-page .site-content > .ast-container {
    max-width: none;
    padding-inline: 0;
}

body.gemmaura-live-page #primary.gemmaura-live {
    margin: 0;
    padding-top: 0;
    width: 100%;
}

body.gemmaura-live-page::before {
    background-image: radial-gradient(rgba(109, 32, 50, 0.045) 0.65px, transparent 0.65px);
    background-size: 7px 7px;
    content: "";
    inset: 0;
    opacity: 0.48;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

.gemmaura-live,
.gemmaura-live button,
.gemmaura-live input,
.gemmaura-live select {
    font-family: var(--gm-live-sans);
}

.gemmaura-live {
    overflow: clip;
    padding-bottom: 92px;
}

.gemmaura-live * {
    box-sizing: border-box;
}

.gemmaura-live h1,
.gemmaura-live h2,
.gemmaura-live h3,
.gemmaura-live p {
    margin-top: 0;
}

.gemmaura-live button,
.gemmaura-live a,
.gemmaura-live input,
.gemmaura-live select,
.gemmaura-live summary {
    -webkit-tap-highlight-color: transparent;
}

.gemmaura-live button:focus-visible,
.gemmaura-live a:focus-visible,
.gemmaura-live input:focus-visible,
.gemmaura-live select:focus-visible,
.gemmaura-live summary:focus-visible {
    outline: 3px solid rgba(180, 147, 98, 0.62);
    outline-offset: 3px;
}

.gemmaura-live-kicker {
    color: var(--gm-live-burgundy);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.gemmaura-live-hero {
    display: grid;
    min-height: min(760px, calc(100svh - 72px));
    overflow: hidden;
    position: relative;
}

.gemmaura-live-hero::after {
    border: 1px solid rgba(180, 147, 98, 0.28);
    border-radius: 50%;
    content: "";
    height: 340px;
    left: -190px;
    pointer-events: none;
    position: absolute;
    top: 76px;
    width: 340px;
}

.gemmaura-live-hero__copy {
    align-self: center;
    padding: 54px 22px 34px;
    position: relative;
    z-index: 2;
}

.gemmaura-live-hero h1 {
    font-family: var(--gm-live-serif);
    font-size: clamp(3.5rem, 17vw, 5.2rem);
    font-weight: 600;
    letter-spacing: -0.052em;
    line-height: 0.83;
    margin-bottom: 25px;
    max-width: 620px;
}

.gemmaura-live-hero__lead {
    color: var(--gm-live-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 29px;
    max-width: 560px;
}

.gemmaura-live-finder {
    background: rgba(255, 253, 250, 0.88);
    border: 1px solid rgba(109, 32, 50, 0.16);
    box-shadow: 0 16px 38px rgba(73, 40, 31, 0.08);
    max-width: 600px;
    padding: 18px;
}

.gemmaura-live-finder > label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gemmaura-live-finder__row {
    align-items: center;
    border-bottom: 1px solid var(--gm-live-charcoal);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
}

.gemmaura-live-finder__row > span {
    color: var(--gm-live-burgundy);
    font-family: var(--gm-live-serif);
    font-size: 1.9rem;
    font-weight: 700;
}

.gemmaura-live-finder input {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--gm-live-charcoal);
    font-size: 1.15rem;
    min-height: 52px;
    padding: 8px 5px;
    width: 100%;
}

.gemmaura-live-finder input:focus {
    outline: 0;
}

.gemmaura-live-finder button,
.gemmaura-live-card__action,
.gemmaura-live-load-more,
.gemmaura-live-sheet__footer button,
.gemmaura-live-sticky button {
    background: var(--gm-live-burgundy);
    border: 1px solid var(--gm-live-burgundy);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    min-height: 48px;
    padding: 12px 18px;
    text-transform: uppercase;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gemmaura-live-finder button:hover,
.gemmaura-live-card__action:hover,
.gemmaura-live-load-more:hover,
.gemmaura-live-sheet__footer button:hover,
.gemmaura-live-sticky button:hover {
    background: var(--gm-live-burgundy-dark);
    border-color: var(--gm-live-burgundy-dark);
}

.gemmaura-live-finder button:active,
.gemmaura-live-card__action:active,
.gemmaura-live-load-more:active,
.gemmaura-live-sheet__footer button:active,
.gemmaura-live-sticky button:active {
    transform: translateY(1px);
}

.gemmaura-live-finder button:disabled,
.gemmaura-live-sheet__footer button:disabled {
    background: #b5aca6;
    border-color: #b5aca6;
    cursor: not-allowed;
}

.gemmaura-live-finder > p,
.gemmaura-live-finder__status {
    color: var(--gm-live-muted);
    font-size: 0.73rem;
    line-height: 1.5;
    margin: 10px 0 0;
}

.gemmaura-live-finder__status.is-error {
    color: #9b1c32;
}

.gemmaura-live-text-link {
    color: var(--gm-live-charcoal);
    display: inline-flex;
    font-size: 0.82rem;
    gap: 7px;
    margin-top: 18px;
    text-decoration-color: rgba(33, 31, 29, 0.42);
    text-underline-offset: 5px;
}

.gemmaura-live-trust-strip {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
}

.gemmaura-live-trust-strip li {
    align-items: center;
    display: flex;
    font-size: 0.78rem;
    gap: 9px;
}

.gemmaura-live-trust-strip li span {
    color: var(--gm-live-gold);
    font-size: 1rem;
}

.gemmaura-live-hero__visual {
    background: #ded4c8;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.gemmaura-live-hero__visual > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.gemmaura-live-hero__visual::after {
    background: linear-gradient(180deg, transparent 54%, rgba(28, 18, 14, 0.5));
    content: "";
    inset: 0;
    position: absolute;
}

.gemmaura-live-hero__note {
    bottom: 24px;
    color: #fff;
    left: 22px;
    position: absolute;
    z-index: 1;
}

.gemmaura-live-hero__note span {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.gemmaura-live-hero__note strong {
    font-family: var(--gm-live-serif);
    font-size: 1.9rem;
    font-weight: 600;
}

.gemmaura-live-result {
    background: var(--gm-live-burgundy);
    color: #fff;
    padding: 20px;
}

.gemmaura-live-result__inner {
    align-items: center;
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 1180px;
}

.gemmaura-live-result img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.gemmaura-live-result h2 {
    color: #fff;
    font-family: var(--gm-live-serif);
    font-size: 2.2rem;
    line-height: 0.98;
    margin-bottom: 9px;
}

.gemmaura-live-result p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.gemmaura-live-result button {
    background: #fff;
    border: 1px solid #fff;
    color: var(--gm-live-burgundy);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 700;
    min-height: 48px;
    padding: 12px 17px;
    text-transform: uppercase;
}

.gemmaura-live-section {
    margin: 0 auto;
    max-width: 1280px;
    padding: 76px 20px;
}

.gemmaura-live-section__heading {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 34px;
}

.gemmaura-live-section__heading h2,
.gemmaura-live-editorial h2,
.gemmaura-live-promise h2,
.gemmaura-live-closing h2 {
    font-family: var(--gm-live-serif);
    font-size: clamp(2.8rem, 11vw, 4.6rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 0.9;
    margin: 0;
    max-width: 760px;
}

.gemmaura-live-section__heading > p {
    color: var(--gm-live-muted);
    font-size: 0.78rem;
    margin: 0;
}

.gemmaura-live-filter-row {
    display: flex;
    gap: 8px;
    margin: 0 -20px 22px;
    overflow-x: auto;
    padding: 0 20px 6px;
    scrollbar-width: none;
}

.gemmaura-live-filter-row::-webkit-scrollbar {
    display: none;
}

.gemmaura-live-filter-row button {
    background: transparent;
    border: 1px solid var(--gm-live-line);
    border-radius: 999px;
    color: var(--gm-live-charcoal);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 0.73rem;
    min-height: 40px;
    padding: 8px 15px;
}

.gemmaura-live-filter-row button.is-active {
    background: var(--gm-live-charcoal);
    border-color: var(--gm-live-charcoal);
    color: #fff;
}

.gemmaura-live-grid {
    display: grid;
    gap: 22px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gemmaura-live-card {
    min-width: 0;
}

.gemmaura-live-card__image {
    background: #eee7df;
    display: block;
    overflow: hidden;
    position: relative;
}

.gemmaura-live-card__image img {
    aspect-ratio: 0.88;
    display: block;
    object-fit: cover;
    transition: transform 480ms cubic-bezier(0.2, 0.65, 0.3, 1);
    width: 100%;
}

.gemmaura-live-card:hover .gemmaura-live-card__image img {
    transform: scale(1.035);
}

.gemmaura-live-card__number {
    background: rgba(255, 253, 250, 0.92);
    color: var(--gm-live-burgundy);
    font-size: 0.65rem;
    font-weight: 700;
    left: 8px;
    letter-spacing: 0.1em;
    padding: 6px 8px;
    position: absolute;
    top: 8px;
}

.gemmaura-live-card__body {
    padding-top: 13px;
}

.gemmaura-live-card h3 {
    font-family: var(--gm-live-serif);
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.04;
    margin: 0 0 7px;
}

.gemmaura-live-card h3 a,
.gemmaura-live-card__details {
    color: var(--gm-live-charcoal);
}

.gemmaura-live-card__price {
    font-size: 0.82rem;
    margin-bottom: 11px;
}

.gemmaura-live-card__price del {
    color: var(--gm-live-muted);
    margin-right: 5px;
}

.gemmaura-live-card__action {
    font-size: 0.63rem;
    min-height: 44px;
    padding: 9px 8px;
    width: 100%;
}

.gemmaura-live-card__details {
    display: block;
    font-size: 0.67rem;
    margin-top: 9px;
    text-align: center;
    text-decoration-color: rgba(33, 31, 29, 0.36);
    text-underline-offset: 4px;
}

.gemmaura-live-load-more {
    background: transparent;
    color: var(--gm-live-burgundy);
    display: block;
    margin: 38px auto 0;
    min-width: 220px;
}

.gemmaura-live-editorial {
    background: var(--gm-live-charcoal);
    color: #fff;
    display: grid;
    gap: 44px;
    padding: 76px 20px;
}

.gemmaura-live-editorial__copy {
    max-width: 620px;
}

.gemmaura-live-editorial h2 {
    color: #fff;
    margin-bottom: 24px;
}

.gemmaura-live-editorial__copy > p:not(.gemmaura-live-kicker) {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.75;
}

.gemmaura-live-editorial__copy ul {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
    margin: 28px 0 0;
    padding: 18px 0 0;
}

.gemmaura-live-editorial__copy li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 0.82rem;
    padding: 12px 0;
}

.gemmaura-live-editorial__frames {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gemmaura-live-editorial__frames figure {
    margin: 0;
    position: relative;
}

.gemmaura-live-editorial__frames img {
    aspect-ratio: 0.72;
    object-fit: cover;
    width: 100%;
}

.gemmaura-live-editorial__frames figure:nth-child(2) {
    margin-top: 34px;
}

.gemmaura-live-editorial__frames span {
    background: var(--gm-live-gold);
    color: var(--gm-live-charcoal);
    font-size: 0.62rem;
    left: 7px;
    padding: 5px 7px;
    position: absolute;
    top: 7px;
    z-index: 1;
}

.gemmaura-live-editorial__frames figcaption {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.64rem;
    line-height: 1.4;
    padding-top: 9px;
}

.gemmaura-live-customize {
    background:
        linear-gradient(90deg, rgba(15, 11, 10, 0.96) 0%, rgba(22, 14, 16, 0.88) 46%, rgba(20, 11, 14, 0.76) 100%),
        radial-gradient(circle at 8% 92%, rgba(180, 147, 98, 0.13), transparent 30%),
        url("../images/live/live-customize-background-v1.webp") center 58% / cover no-repeat;
    color: #fff;
    isolation: isolate;
    overflow: hidden;
    padding: 76px 20px;
    position: relative;
}

.gemmaura-live-customize::before {
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.55px, transparent 0.55px);
    background-size: 8px 8px;
    content: "";
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.gemmaura-live-customize__heading,
.gemmaura-live-customize__steps {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.gemmaura-live-customize__heading {
    margin-bottom: 34px;
    max-width: 1280px;
}

.gemmaura-live-customize__heading .gemmaura-live-kicker {
    color: #d5b581;
}

.gemmaura-live-customize__heading h2 {
    color: #fff;
    font-family: var(--gm-live-serif);
    font-size: clamp(2.7rem, 11vw, 4.8rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.92;
    margin: 0;
    max-width: 820px;
}

.gemmaura-live-customize__steps {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.gemmaura-live-customize__steps li {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    gap: 14px;
    grid-template-columns: 28px 48px minmax(0, 1fr);
    min-height: 106px;
    padding: 18px 0;
}

.gemmaura-live-customize__steps li > span {
    color: #d5b581;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.gemmaura-live-customize__icon {
    align-items: center;
    border: 1px solid rgba(213, 181, 129, 0.56);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.gemmaura-live-customize__icon svg {
    fill: none;
    height: 26px;
    stroke: #e7c994;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
    width: 26px;
}

.gemmaura-live-customize__steps strong {
    color: #fff;
    display: block;
    font-family: var(--gm-live-serif);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.05;
}

.gemmaura-live-customize__steps p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.72rem;
    line-height: 1.5;
    margin: 5px 0 0;
}

@media (min-width: 820px) {
    .gemmaura-live-customize {
        padding: 108px clamp(34px, 6vw, 90px);
    }

    .gemmaura-live-customize__steps {
        border-bottom: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gemmaura-live-customize__steps li {
        align-content: start;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        gap: 18px;
        grid-template-columns: 1fr;
        min-height: 250px;
        padding: 26px 24px 28px;
    }

    .gemmaura-live-customize__steps li:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .gemmaura-live-customize__steps li:last-child {
        padding-right: 0;
    }

    .gemmaura-live-customize__icon {
        height: 58px;
        width: 58px;
    }

    .gemmaura-live-customize__icon svg {
        height: 31px;
        width: 31px;
    }
}

.gemmaura-live-steps ol {
    counter-reset: steps;
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gemmaura-live-steps li {
    border-top: 1px solid var(--gm-live-line);
    display: grid;
    gap: 7px;
    padding: 22px 0;
}

.gemmaura-live-steps li:last-child {
    border-bottom: 1px solid var(--gm-live-line);
}

.gemmaura-live-steps li > span {
    color: var(--gm-live-gold);
    font-family: var(--gm-live-serif);
    font-size: 1.35rem;
}

.gemmaura-live-steps strong {
    font-family: var(--gm-live-serif);
    font-size: 1.55rem;
    font-weight: 600;
}

.gemmaura-live-steps li p {
    color: var(--gm-live-muted);
    font-size: 0.82rem;
    line-height: 1.6;
    margin: 0;
}

.gemmaura-live-promise {
    background: #fbf7f2;
    border-bottom: 1px solid rgba(109, 32, 50, 0.1);
    border-top: 1px solid rgba(109, 32, 50, 0.1);
    padding: 70px 20px;
}

.gemmaura-live-promise > div {
    margin: 0 auto;
    max-width: 1240px;
}

.gemmaura-live-promise > div:first-child {
    text-align: center;
}

.gemmaura-live-promise h2 {
    font-size: clamp(2.4rem, 9vw, 4rem);
    margin: 0 auto;
    max-width: 720px;
}

.gemmaura-live-promise__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px !important;
}

.gemmaura-live-promise__grid article {
    min-height: 164px;
    padding: 24px 10px;
    text-align: center;
}

.gemmaura-live-promise__grid article:nth-child(odd) {
    border-right: 1px solid rgba(109, 32, 50, 0.12);
}

.gemmaura-live-promise__grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(109, 32, 50, 0.12);
}

.gemmaura-live-promise__icon {
    align-items: center;
    border: 1px solid rgba(109, 32, 50, 0.32);
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 0 auto 17px;
    width: 50px;
}

.gemmaura-live-promise__icon svg {
    fill: none;
    height: 27px;
    stroke: var(--gm-live-burgundy);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
    width: 27px;
}

.gemmaura-live-promise h3 {
    font-family: var(--gm-live-serif);
    font-size: clamp(1.05rem, 4vw, 1.35rem);
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 6px;
}

.gemmaura-live-promise article p {
    color: var(--gm-live-muted);
    font-size: 0.69rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.gemmaura-live-faq__list {
    border-top: 1px solid var(--gm-live-line);
}

.gemmaura-live-faq details {
    border-bottom: 1px solid var(--gm-live-line);
    padding: 0;
}

.gemmaura-live-faq summary {
    cursor: pointer;
    font-family: var(--gm-live-serif);
    font-size: 1.35rem;
    font-weight: 600;
    list-style: none;
    padding: 22px 42px 22px 0;
    position: relative;
}

.gemmaura-live-faq summary::-webkit-details-marker {
    display: none;
}

.gemmaura-live-faq summary::after {
    color: var(--gm-live-burgundy);
    content: "+";
    font-family: var(--gm-live-sans);
    font-size: 1.2rem;
    position: absolute;
    right: 8px;
    top: 22px;
}

.gemmaura-live-faq details[open] summary::after {
    content: "−";
}

.gemmaura-live-faq details p {
    color: var(--gm-live-muted);
    line-height: 1.75;
    max-width: 720px;
    padding: 0 34px 22px 0;
}

.gemmaura-live-closing {
    background: var(--gm-live-burgundy);
    color: #fff;
    padding: 86px 22px 96px;
    text-align: center;
}

.gemmaura-live-closing .gemmaura-live-kicker,
.gemmaura-live-closing h2 {
    color: #fff;
}

.gemmaura-live-closing h2 {
    margin: 0 auto 30px;
    max-width: 790px;
}

.gemmaura-live-closing a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.gemmaura-live-sheet[hidden] {
    display: none;
}

.gemmaura-live-sheet {
    inset: 0;
    position: fixed;
    z-index: 100100;
}

.gemmaura-live-sheet__backdrop {
    background: rgba(25, 17, 14, 0.62);
    inset: 0;
    position: absolute;
}

.gemmaura-live-sheet__panel {
    background: var(--gm-live-paper);
    bottom: 0;
    box-shadow: var(--gm-live-shadow);
    display: flex;
    flex-direction: column;
    height: min(94svh, 980px);
    left: 0;
    position: absolute;
    transform: translateY(0);
    width: 100%;
}

.gemmaura-live-sheet__header {
    align-items: center;
    border-bottom: 1px solid var(--gm-live-line);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 15px 18px;
}

.gemmaura-live-sheet__header span {
    color: var(--gm-live-burgundy);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.gemmaura-live-sheet__header h2 {
    font-family: var(--gm-live-serif);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 3px 0 0;
}

.gemmaura-live-sheet__header > button {
    background: transparent;
    border: 0;
    color: var(--gm-live-charcoal);
    cursor: pointer;
    font-size: 2rem;
    height: 48px;
    line-height: 1;
    padding: 0;
    width: 48px;
}

.gemmaura-live-sheet__content {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 18px 24px;
}

.gemmaura-live-sheet__product {
    align-items: center;
    background: var(--gm-live-ivory);
    display: grid;
    gap: 15px;
    grid-template-columns: 94px minmax(0, 1fr);
    padding: 12px;
}

.gemmaura-live-sheet__product img {
    aspect-ratio: 1;
    background: #ece5dd;
    object-fit: cover;
    width: 94px;
}

.gemmaura-live-sheet__product p {
    color: var(--gm-live-muted);
    display: -webkit-box;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gemmaura-live-sheet__product strong {
    font-family: var(--gm-live-serif);
    font-size: 1.35rem;
}

.gemmaura-live-sheet__section {
    border-top: 1px solid var(--gm-live-line);
    margin-top: 22px;
    padding-top: 22px;
}

.gemmaura-live-sheet__step {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.gemmaura-live-attribute {
    margin-bottom: 16px;
}

.gemmaura-live-attribute > span {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.gemmaura-live-attribute__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gemmaura-live-attribute__options button {
    background: transparent;
    border: 1px solid var(--gm-live-line);
    color: var(--gm-live-charcoal);
    cursor: pointer;
    min-height: 44px;
    padding: 9px 14px;
}

.gemmaura-live-attribute__options button.is-selected {
    background: var(--gm-live-charcoal);
    border-color: var(--gm-live-charcoal);
    color: #fff;
}

.gemmaura-live-upload {
    border: 1px dashed rgba(109, 32, 50, 0.34);
    min-height: 240px;
    overflow: hidden;
    position: relative;
}

.gemmaura-live-upload__empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
    padding: 28px;
    text-align: center;
}

.gemmaura-live-upload__trigger {
    background: transparent;
    border: 1px solid var(--gm-live-gold);
    border-radius: 50%;
    color: var(--gm-live-burgundy);
    cursor: pointer;
    font-size: 1.4rem;
    height: 54px;
    line-height: 50px;
    margin-bottom: 14px;
    padding: 0;
    width: 54px;
}

.gemmaura-live-upload__trigger:hover,
.gemmaura-live-upload__trigger:focus-visible {
    background: rgba(180, 139, 71, 0.1);
    border-color: var(--gm-live-burgundy);
    outline: none;
}

.gemmaura-live-upload__empty strong {
    font-family: var(--gm-live-serif);
    font-size: 1.55rem;
}

.gemmaura-live-upload__empty p {
    color: var(--gm-live-muted);
    font-size: 0.72rem;
    margin: 5px 0 15px;
}

.gemmaura-live-upload__empty button:not(.gemmaura-live-upload__trigger),
.gemmaura-live-upload__confirm {
    background: var(--gm-live-charcoal);
    border: 1px solid var(--gm-live-charcoal);
    color: #fff;
    cursor: pointer;
    min-height: 46px;
    padding: 10px 17px;
}

.gemmaura-live-upload__canvas {
    background: #ddd5cd;
    height: 330px;
    overflow: hidden;
}

.gemmaura-live-upload__canvas img {
    display: block;
    max-width: 100%;
}

.gemmaura-live-upload__tools {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.gemmaura-live-upload__tools button {
    background: var(--gm-live-ivory);
    border: 0;
    border-right: 1px solid var(--gm-live-line);
    color: var(--gm-live-charcoal);
    cursor: pointer;
    min-height: 46px;
}

.gemmaura-live-upload__confirm {
    background: var(--gm-live-burgundy);
    border-color: var(--gm-live-burgundy);
    width: 100%;
}

.gemmaura-live-upload__progress {
    background: rgba(255, 253, 250, 0.94);
    inset: 0;
    padding: 90px 24px;
    position: absolute;
    text-align: center;
    z-index: 3;
}

.gemmaura-live-upload__progress span {
    background: linear-gradient(90deg, var(--gm-live-burgundy) var(--progress, 0%), rgba(109, 32, 50, 0.12) var(--progress, 0%));
    display: block;
    height: 3px;
    margin-bottom: 15px;
    transition: background 140ms linear;
    width: 100%;
}

.gemmaura-live-upload__progress p,
.gemmaura-live-upload__status,
.gemmaura-live-privacy {
    color: var(--gm-live-muted);
    font-size: 0.72rem;
    line-height: 1.55;
}

.gemmaura-live-upload__status {
    padding: 10px 12px 0;
}

.gemmaura-live-upload__status.is-error {
    color: #9b1c32;
}

.gemmaura-live-upload__status.is-success {
    color: #27633b;
}

.gemmaura-live-privacy {
    margin: 9px 0 0;
}

.gemmaura-live-field {
    color: var(--gm-live-charcoal);
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.gemmaura-live-field > span {
    color: var(--gm-live-muted);
    display: block;
    font-size: 0.66rem;
    font-weight: 400;
    margin: 3px 0 7px;
}

.gemmaura-live-field input {
    background: #fff;
    border: 1px solid var(--gm-live-line);
    border-radius: 0;
    box-shadow: none;
    color: var(--gm-live-charcoal);
    font-size: 1rem;
    min-height: 50px;
    padding: 12px 13px;
    width: 100%;
}

.gemmaura-live-field input:focus {
    border-color: var(--gm-live-burgundy);
    outline: 0;
}

.gemmaura-live-field input.is-invalid {
    border-color: #9b1c32;
}

.gemmaura-live-review {
    background: var(--gm-live-ivory);
    margin-top: 22px;
    padding: 16px;
}

.gemmaura-live-review > div {
    align-items: start;
    display: flex;
    font-size: 0.75rem;
    gap: 20px;
    justify-content: space-between;
    padding: 7px 0;
}

.gemmaura-live-review span {
    color: var(--gm-live-muted);
}

.gemmaura-live-review strong {
    max-width: 62%;
    text-align: right;
}

.gemmaura-live-review__total {
    border-top: 1px solid var(--gm-live-line);
    margin-top: 6px;
    padding-top: 13px !important;
}

.gemmaura-live-review__total strong {
    color: var(--gm-live-burgundy);
    font-family: var(--gm-live-serif);
    font-size: 1.35rem;
}

.gemmaura-live-local-notice {
    background: #fff3d8;
    color: #6f5017;
    font-size: 0.7rem;
    line-height: 1.55;
    margin-top: 12px;
    padding: 11px 13px;
}

.gemmaura-live-sheet__footer {
    align-items: center;
    background: #fff;
    border-top: 1px solid var(--gm-live-line);
    display: grid;
    flex: 0 0 auto;
    gap: 12px;
    grid-template-columns: minmax(90px, auto) minmax(0, 1fr);
    padding: 12px 18px max(12px, env(safe-area-inset-bottom));
}

.gemmaura-live-sheet__footer > div > span,
.gemmaura-live-sheet__footer > div > strong {
    display: block;
}

.gemmaura-live-sheet__footer > div span {
    color: var(--gm-live-muted);
    font-size: 0.65rem;
}

.gemmaura-live-sheet__footer > div strong {
    font-family: var(--gm-live-serif);
    font-size: 1.45rem;
}

.gemmaura-live-sheet__footer > p {
    color: #9b1c32;
    font-size: 0.68rem;
    grid-column: 1 / -1;
    margin: -4px 0 0;
}

.gemmaura-live-sticky {
    align-items: center;
    background: rgba(255, 253, 250, 0.97);
    border-top: 1px solid var(--gm-live-line);
    bottom: 0;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    left: 0;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    z-index: 9000;
}

.gemmaura-live-sticky.is-suppressed {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    visibility: hidden;
}

.gemmaura-live-sticky > div {
    min-width: 0;
}

.gemmaura-live-sticky span,
.gemmaura-live-sticky strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gemmaura-live-sticky span {
    color: var(--gm-live-muted);
    font-size: 0.61rem;
    text-transform: uppercase;
}

.gemmaura-live-sticky strong {
    font-family: var(--gm-live-serif);
    font-size: 1rem;
    font-weight: 600;
}

.gemmaura-live-sticky button {
    flex: 0 0 auto;
    font-size: 0.65rem;
    min-height: 44px;
    padding: 9px 13px;
}

body.gemmaura-live-sheet-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .gemmaura-live-page .qnein-chat {
        bottom: calc(78px + env(safe-area-inset-bottom));
        right: 12px;
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .gemmaura-live-page.gemmaura-live-sheet-open .qnein-chat {
        opacity: 0;
        pointer-events: none;
        transform: translateY(8px);
    }
}

@media (min-width: 701px) and (max-width: 900px) {
    .gemmaura-live-page .qnein-mm-main {
        gap: 8px;
        grid-template-columns: 38px minmax(0, 1fr) auto;
        min-height: 64px;
        padding: 0 16px;
        position: relative;
    }

    .gemmaura-live-page .qnein-mm-main > .qnein-mm-logo {
        font-size: 20px;
        grid-column: 2;
        justify-self: center;
    }

    .gemmaura-live-page .qnein-mm-menu-toggle {
        background: transparent;
        border: 0;
        color: var(--qnein-ink);
        cursor: pointer;
        display: grid;
        grid-column: 1;
        height: 34px;
        padding: 0;
        place-items: center;
        width: 34px;
    }

    .gemmaura-live-page .qnein-mm-primary-menu {
        align-items: stretch;
        background: var(--qnein-white);
        border-bottom: 1px solid var(--qnein-line);
        box-shadow: 0 12px 20px rgba(44, 44, 44, 0.08);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 10px 20px 18px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10020;
    }

    .gemmaura-live-page .qnein-mm-primary-menu.is-open {
        display: flex;
    }

    .gemmaura-live-page .qnein-mm-primary-menu a {
        border-bottom: 1px solid #eee6e2;
        font-size: 11px;
        padding: 14px 0;
    }

    .gemmaura-live-page .qnein-mm-nav-item,
    .gemmaura-live-page .qnein-mm-menu-item {
        display: block;
        height: auto;
    }

    .gemmaura-live-page .qnein-mm-menu-item > a {
        display: block;
    }

    .gemmaura-live-page .qnein-mm-mega-menu {
        border: 0;
        box-shadow: none;
        display: none;
        gap: 16px;
        grid-template-columns: 1fr;
        opacity: 1;
        padding: 12px 12px 6px;
        pointer-events: auto;
        position: static;
        transform: none;
        visibility: visible;
    }

    .gemmaura-live-page .qnein-mm-menu-item:hover .qnein-mm-mega-menu,
    .gemmaura-live-page .qnein-mm-menu-item:focus-within .qnein-mm-mega-menu {
        display: grid;
    }

    .gemmaura-live-page .qnein-mm-mega-cards,
    .gemmaura-live-page .qnein-mm-gem-grid,
    .gemmaura-live-page .qnein-mm-gem-banners {
        grid-template-columns: 1fr 1fr;
    }

    .gemmaura-live-page .qnein-mm-main > .qnein-mm-actions {
        grid-column: 3;
    }

    .gemmaura-live-page .qnein-mm-search,
    .gemmaura-live-page .qnein-mm-account {
        display: none;
    }
}

@media (min-width: 640px) {
    .gemmaura-live-result__inner {
        grid-template-columns: 160px minmax(0, 1fr) auto;
    }

    .gemmaura-live-grid {
        gap: 34px 20px;
    }

    .gemmaura-live-promise__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gemmaura-live-steps li {
        align-items: center;
        grid-template-columns: 70px minmax(180px, 0.7fr) minmax(0, 1fr);
    }
}

@media (min-width: 768px) {
    .gemmaura-live-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    }

    .gemmaura-live-hero__copy {
        padding: 80px clamp(34px, 6vw, 90px);
    }

    .gemmaura-live-hero__visual {
        min-height: 690px;
    }

    .gemmaura-live-trust-strip {
        grid-template-columns: repeat(3, auto);
    }

    .gemmaura-live-section,
    .gemmaura-live-editorial,
    .gemmaura-live-promise {
        padding-bottom: 108px;
        padding-top: 108px;
    }

    .gemmaura-live-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gemmaura-live-editorial {
        align-items: center;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        padding-left: clamp(34px, 6vw, 90px);
        padding-right: clamp(34px, 6vw, 90px);
    }

    .gemmaura-live-sheet__panel {
        border-left: 1px solid var(--gm-live-line);
        height: 100svh;
        left: auto;
        right: 0;
        width: min(580px, 84vw);
    }

    .gemmaura-live-sticky {
        display: none;
    }

    .gemmaura-live {
        padding-bottom: 0;
    }
}

@media (min-width: 1100px) {
    .gemmaura-live-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gemmaura-live-promise__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gemmaura-live-promise__grid article:nth-child(odd),
    .gemmaura-live-promise__grid article:nth-child(n + 3) {
        border-right: 0;
        border-top: 0;
    }

    .gemmaura-live-promise__grid article + article {
        border-left: 1px solid rgba(109, 32, 50, 0.12);
    }
}

@media (max-width: 380px) {
    .gemmaura-live-finder__row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .gemmaura-live-finder__row button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .gemmaura-live-grid {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .gemmaura-live-card__image img {
        aspect-ratio: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gemmaura-live *,
    .gemmaura-live *::before,
    .gemmaura-live *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Trust-first live landing redesign. */
.gemmaura-live-hero {
    background: #e8dfd5;
    isolation: isolate;
    min-height: min(900px, calc(100svh - 56px));
    padding-bottom: 0;
}

.gemmaura-live-hero::after {
    background: linear-gradient(90deg, rgba(255, 252, 247, 0.92) 0%, rgba(255, 252, 247, 0.68) 42%, rgba(255, 252, 247, 0.08) 72%);
    border: 0;
    border-radius: 0;
    height: auto;
    inset: 0;
    width: auto;
    z-index: -1;
}

.gemmaura-live-hero__background,
.gemmaura-live-hero__background img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.gemmaura-live-hero__copy {
    align-self: center;
    max-width: 760px;
    padding: clamp(54px, 7vw, 112px) clamp(22px, 6vw, 96px) 48px;
}

.gemmaura-live-hero h1 {
    font-size: clamp(3.45rem, 7.2vw, 7.5rem);
    line-height: 0.88;
    max-width: 820px;
    text-wrap: balance;
}

.gemmaura-live-hero__lead {
    color: #514943;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    max-width: 600px;
}

.gemmaura-live-finder {
    backdrop-filter: blur(18px);
    background: rgba(255, 253, 249, 0.9);
    border: 1px solid rgba(92, 56, 46, 0.18);
    box-shadow: 0 24px 70px rgba(53, 32, 24, 0.13);
    max-width: 660px;
    padding: 20px;
}

.gemmaura-live-finder__row {
    border: 1px solid rgba(31, 27, 24, 0.76);
    gap: 0;
    grid-template-columns: minmax(0, 1fr) auto;
}

.gemmaura-live-finder input {
    font-family: var(--gm-live-serif);
    font-size: 1.32rem;
    min-height: 58px;
    padding-inline: 16px;
}

.gemmaura-live-finder button {
    min-height: 58px;
    white-space: nowrap;
}

.gemmaura-live-hero__visual {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    min-height: 460px;
    overflow: visible;
    padding: 54px 7vw 44px 20px;
    position: relative;
}

.gemmaura-live-hero__product-frame {
    align-items: center;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    box-shadow: 0 45px 90px rgba(42, 22, 21, 0.24), inset 0 0 0 14px rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    max-width: 510px;
    overflow: hidden;
    position: relative;
    width: min(37vw, 510px);
}

.gemmaura-live-hero__product-frame::after {
    border: 1px solid rgba(109, 32, 50, 0.24);
    border-radius: inherit;
    content: "";
    inset: 18px;
    pointer-events: none;
    position: absolute;
}

.gemmaura-live-hero__product-frame img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    width: 100%;
}

.gemmaura-live-hero__product-meta {
    background: rgba(34, 28, 25, 0.92);
    bottom: 76px;
    color: #fff;
    max-width: 360px;
    padding: 18px 22px;
    position: absolute;
    right: clamp(24px, 5vw, 84px);
}

.gemmaura-live-hero__product-meta span,
.gemmaura-live-hero__product-meta small {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    opacity: 0.72;
    text-transform: uppercase;
}

.gemmaura-live-hero__product-meta strong {
    display: block;
    font-family: var(--gm-live-serif);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.05;
    margin: 7px 0 10px;
}

.gemmaura-live-hero__product-meta .amount {
    color: inherit;
}

.gemmaura-live-trust-strip {
    backdrop-filter: blur(20px);
    background: rgba(31, 27, 24, 0.94);
    color: #fff;
    gap: 0;
    margin: 0;
    position: relative;
    z-index: 3;
}

.gemmaura-live-trust-strip li {
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 20px 22px;
}

.gemmaura-live-trust-strip li > span {
    color: #c9a978;
    font-family: var(--gm-live-serif);
    font-size: 0.84rem;
    grid-row: 1 / span 2;
    letter-spacing: 0.04em;
}

.gemmaura-live-trust-strip strong {
    color: #fff;
    font-family: var(--gm-live-serif);
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.1;
}

.gemmaura-live-trust-strip small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.77rem;
    line-height: 1.55;
}

.gemmaura-live-card__availability {
    color: var(--gm-live-muted);
    font-size: 0.72rem;
    line-height: 1.45;
    margin: 8px 0 12px;
}

.gemmaura-live-craft {
    padding-top: 18px;
}

.gemmaura-live-craft__heading {
    margin-bottom: 24px;
}

.gemmaura-live-viewing {
    padding-bottom: 42px;
    padding-top: 70px;
}

.gemmaura-live-viewing__heading {
    margin-bottom: 24px;
}

.gemmaura-live-viewing__grid {
    display: grid;
    gap: 14px;
}

.gemmaura-live-viewing__method {
    background: #251b18;
    border-radius: 18px;
    box-shadow: 0 22px 52px rgba(68, 39, 31, 0.14);
    isolation: isolate;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.gemmaura-live-viewing__method::after {
    background: linear-gradient(180deg, transparent 44%, rgba(24, 15, 13, 0.78) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.gemmaura-live-viewing__method img {
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
    width: 100%;
}

.gemmaura-live-viewing__method:hover img {
    transform: scale(1.018);
}

.gemmaura-live-viewing__method figcaption {
    bottom: 0;
    color: #fffaf4;
    display: grid;
    gap: 4px;
    inset-inline: 0;
    padding: 48px 18px 18px;
    position: absolute;
    z-index: 2;
}

.gemmaura-live-viewing__method figcaption span {
    color: #e1c08c;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.gemmaura-live-viewing__method figcaption strong {
    font-family: var(--gm-live-serif);
    font-size: clamp(1.3rem, 4.7vw, 1.8rem);
    font-weight: 600;
    line-height: 1;
}

.gemmaura-live-viewing__method figcaption small {
    color: rgba(255, 250, 244, 0.78);
    font-size: 0.72rem;
}

@media (min-width: 760px) {
    .gemmaura-live-viewing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gemmaura-live-craft__grid {
    display: grid;
    gap: 12px;
}

.gemmaura-live-craft__step {
    background: #241b18;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(68, 39, 31, 0.13);
    isolation: isolate;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.gemmaura-live-craft__step::after {
    background: linear-gradient(180deg, transparent 42%, rgba(24, 15, 13, 0.82) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.gemmaura-live-craft__step img {
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1);
    width: 100%;
}

.gemmaura-live-craft__step:hover img {
    transform: scale(1.018);
}

.gemmaura-live-craft__step figcaption {
    bottom: 0;
    color: #fffaf4;
    display: grid;
    gap: 4px;
    inset-inline: 0;
    padding: 56px 18px 18px;
    position: absolute;
    z-index: 2;
}

.gemmaura-live-craft__step figcaption span {
    color: #e1c08c;
    font-size: 0.59rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.gemmaura-live-craft__step figcaption strong {
    font-family: var(--gm-live-serif);
    font-size: clamp(1.28rem, 4.6vw, 1.85rem);
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 760px) {
    .gemmaura-live-craft__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1040px) {
    .gemmaura-live-craft__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .gemmaura-live-craft__step {
        grid-column: span 5;
    }

    .gemmaura-live-craft__step--wide {
        grid-column: span 7;
    }
}

.gemmaura-live-result__inner small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 0.78rem;
    line-height: 1.55;
    margin-top: 12px;
    max-width: 520px;
}

.gemmaura-live-result__unavailable {
    margin: 0 auto;
    max-width: 1280px;
    padding: 32px 20px;
}

.gemmaura-live-result__message {
    margin-bottom: 26px;
    max-width: 760px;
}

.gemmaura-live-result__message h2 {
    margin-bottom: 14px;
}

.gemmaura-live-result__message > div {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.gemmaura-live-result__alternatives {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gemmaura-live-result__alternatives .gemmaura-live-card {
    background: #fffaf4;
    color: var(--gm-live-charcoal);
    padding: 10px 10px 16px;
}

@media (max-width: 760px) {
    .gemmaura-live-result__alternatives {
        grid-template-columns: minmax(0, 1fr);
    }
}

.gemmaura-live-finder--closing {
    margin: 28px auto 18px;
    text-align: left;
}

.gemmaura-live-closing > a {
    display: inline-block;
}

@media (min-width: 900px) {
    .gemmaura-live-hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
        grid-template-rows: minmax(680px, auto) auto;
    }

    .gemmaura-live-hero__copy,
    .gemmaura-live-hero__visual {
        grid-row: 1;
    }

    .gemmaura-live-hero__visual {
        grid-column: 2;
    }

    .gemmaura-live-trust-strip {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gemmaura-live-trust-strip li {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        border-top: 0;
        min-height: 132px;
        padding: 25px clamp(18px, 2.4vw, 38px);
    }

    .gemmaura-live-trust-strip li:first-child {
        border-left: 0;
    }
}

@media (max-width: 899px) {
    .gemmaura-live-hero {
        grid-template-rows: auto auto auto;
        min-height: auto;
    }

    .gemmaura-live-hero::after {
        background: linear-gradient(180deg, rgba(255, 252, 247, 0.02) 0%, rgba(255, 252, 247, 0.16) 32%, rgba(255, 252, 247, 0.96) 62%, #fffaf4 100%);
    }

    .gemmaura-live-hero__visual {
        grid-row: 1;
        min-height: 262px;
        padding: 18px 20px 6px;
    }

    .gemmaura-live-hero__copy {
        grid-row: 2;
        padding-top: 20px;
    }

    .gemmaura-live-hero h1 {
        font-size: clamp(3rem, 13.4vw, 4.6rem);
    }

    .gemmaura-live-hero__product-frame {
        width: min(58vw, 248px);
    }

    .gemmaura-live-hero__product-meta {
        bottom: 8px;
        left: 22px;
        max-width: calc(100% - 44px);
        right: auto;
    }

    .gemmaura-live-trust-strip {
        grid-row: 3;
    }
}

@media (max-width: 560px) {
    .gemmaura-live-hero__visual {
        min-height: 248px;
    }

    .gemmaura-live-finder__row {
        grid-template-columns: minmax(0, 1fr);
    }

    .gemmaura-live-finder button {
        width: 100%;
    }

    .gemmaura-live-hero__product-meta strong {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .gemmaura-live-page.gemmaura-live-hero-visible .qnein-chat {
        opacity: 0;
        pointer-events: none;
        transform: translateY(8px);
        visibility: hidden;
    }
}

.gemmaura-live-page .qnein-mm-menu-toggle,
.gemmaura-live-page .qnein-mm-primary-menu,
.gemmaura-live-page .qnein-mm-utility-links,
.gemmaura-live-page .qnein-mm-search,
.gemmaura-live-page .qnein-mm-account,
.gemmaura-live-page .qnein-mm-wishlist {
    display: none !important;
}

.gemmaura-live-page .qnein-mm-main {
    gap: 20px;
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.gemmaura-live-page .qnein-mm-main > .qnein-mm-logo {
    grid-column: 1 !important;
    justify-self: start !important;
}

/* Interactive wearing-image hero. */
.gemmaura-live-hero--collection {
    background: #171310;
    display: grid;
    grid-template-areas: "stage copy";
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
    grid-template-rows: minmax(650px, calc(100svh - 62px));
    isolation: isolate;
    min-height: 0;
    overflow: hidden;
}

.gemmaura-live-hero--collection::after {
    background: radial-gradient(circle at 76% 15%, rgba(180, 147, 98, 0.16), transparent 34%);
    border: 0;
    border-radius: 0;
    height: auto;
    inset: 0;
    width: auto;
    z-index: 0;
}

.gemmaura-live-hero--collection .gemmaura-live-hero__stage {
    background: #241c18;
    grid-area: stage;
    min-height: 650px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gemmaura-live-hero--collection .gemmaura-live-hero__stage::after {
    background:
        linear-gradient(180deg, rgba(13, 9, 7, 0.24), transparent 25%, transparent 72%, rgba(13, 9, 7, 0.4)),
        linear-gradient(90deg, rgba(13, 9, 7, 0.12), transparent 24%, transparent 76%, rgba(13, 9, 7, 0.12));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.gemmaura-live-hero__slides,
.gemmaura-live-hero__slide {
    inset: 0;
    position: absolute;
}

.gemmaura-live-hero__slide {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gemmaura-live-hero__slide::before {
    background-image: var(--live-slide-image);
    background-position: center;
    background-size: cover;
    content: "";
    filter: blur(28px) saturate(0.82);
    inset: -36px;
    opacity: 0.58;
    position: absolute;
    transform: scale(1.08);
}

.gemmaura-live-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.gemmaura-live-hero__slide img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    transform: none;
    transition: opacity 600ms ease;
    width: 100%;
    z-index: 1;
}

.gemmaura-live-hero__slide.is-active img {
    transform: none;
}

.gemmaura-live-hero__slide-note {
    bottom: clamp(18px, 3vw, 36px);
    color: rgba(255, 250, 243, 0.78);
    font-size: clamp(0.58rem, 0.72vw, 0.7rem);
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 0;
    max-width: min(72%, 360px);
    position: absolute;
    right: clamp(18px, 3vw, 42px);
    text-align: right;
    text-shadow: 0 1px 10px rgba(13, 9, 7, 0.45);
    z-index: 3;
}

.gemmaura-live-hero--collection.is-manual .gemmaura-live-hero__slide.is-active img {
    transform: none;
}

.gemmaura-live-hero__stage-mark {
    color: #fffaf3;
    left: clamp(20px, 3vw, 48px);
    position: absolute;
    top: clamp(20px, 3vw, 42px);
    z-index: 3;
}

.gemmaura-live-hero__stage-mark span {
    display: block;
    font-family: var(--gm-live-serif);
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 600;
    letter-spacing: 0.015em;
    line-height: 1;
}

.gemmaura-live-hero__stage-mark small {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.2em;
    margin-top: 7px;
    opacity: 0.74;
}

.gemmaura-live-hero__controls {
    align-items: center;
    bottom: auto;
    color: #fff;
    display: flex;
    gap: 14px;
    position: absolute;
    right: clamp(20px, 3vw, 48px);
    top: clamp(20px, 3vw, 42px);
    z-index: 4;
}

.gemmaura-live-hero__controls button {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(23, 18, 15, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    padding: 0;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
    width: 46px;
}

.gemmaura-live-hero__controls button:hover {
    background: rgba(109, 32, 50, 0.82);
    border-color: rgba(255, 255, 255, 0.76);
    transform: translateY(-2px);
}

.gemmaura-live-hero__controls svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
    width: 20px;
}

.gemmaura-live-hero__counter {
    align-items: center;
    display: flex;
    font-size: 0.66rem;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.12em;
}

.gemmaura-live-hero__counter i {
    background: rgba(255, 255, 255, 0.55);
    display: block;
    height: 1px;
    width: 28px;
}

.gemmaura-live-hero__pagination {
    display: none;
    gap: 2px;
    left: clamp(20px, 3vw, 48px);
    max-width: calc(100% - 250px);
    position: absolute;
    z-index: 4;
}

.gemmaura-live-hero__pagination button {
    background: transparent;
    border: 0;
    height: 28px;
    padding: 12px 3px;
    width: 14px;
}

.gemmaura-live-hero__pagination button span {
    background: rgba(255, 255, 255, 0.42);
    display: block;
    height: 2px;
    transition: background 180ms ease, transform 180ms ease;
    width: 100%;
}

.gemmaura-live-hero__pagination button.is-active span {
    background: #fff;
    transform: scaleY(2);
}

.gemmaura-live-hero--collection .gemmaura-live-hero__copy {
    align-self: stretch;
    background:
        radial-gradient(circle at 100% 0%, rgba(180, 147, 98, 0.14), transparent 32%),
        #f8f2e9;
    display: flex;
    flex-direction: column;
    grid-area: copy;
    justify-content: center;
    max-width: none;
    padding: clamp(44px, 5vw, 82px) clamp(30px, 5vw, 78px);
    z-index: 2;
}

.gemmaura-live-hero__story {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%),
        url('../images/live/projection-wedding-memory-v1.webp') center 42% / cover no-repeat;
    box-shadow: 0 18px 48px rgba(79, 55, 39, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: clamp(420px, 52vh, 540px);
    padding: clamp(34px, 4vw, 58px);
}

.gemmaura-live-hero__story .gemmaura-live-kicker {
    color: var(--gm-live-burgundy);
}

.gemmaura-live-hero__story h1 {
    color: #281d18;
    max-width: 520px;
    text-shadow: 0 2px 22px rgba(255, 255, 255, 0.62);
}

.gemmaura-live-hero--collection .gemmaura-live-kicker {
    margin-bottom: 18px;
}

.gemmaura-live-hero--collection h1 {
    font-size: clamp(4.2rem, 6.3vw, 7.2rem);
    letter-spacing: -0.06em;
    line-height: 0.82;
    margin-bottom: 24px;
    max-width: 660px;
}

.gemmaura-live-hero--collection .gemmaura-live-hero__lead {
    color: #675c54;
    font-family: var(--gm-live-serif);
    font-size: clamp(1.15rem, 1.5vw, 1.42rem);
    line-height: 1.35;
    margin-bottom: 26px;
}

.gemmaura-live-hero--collection .gemmaura-live-finder--hero {
    backdrop-filter: blur(18px) saturate(1.04);
    background:
        linear-gradient(135deg, rgba(255, 252, 246, 0.95), rgba(246, 236, 222, 0.91));
    border: 1px solid rgba(196, 158, 98, 0.72);
    border-radius: 12px;
    box-shadow: 0 18px 46px rgba(20, 12, 9, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    left: clamp(20px, 3vw, 48px);
    margin: 0;
    max-width: none;
    padding: 11px;
    position: absolute;
    top: clamp(20px, 3vw, 42px);
    width: min(430px, calc(100% - 270px));
    z-index: 4;
}

.gemmaura-live-hero--collection .gemmaura-live-finder--hero::before {
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    content: "";
    inset: 5px;
    pointer-events: none;
    position: absolute;
}

.gemmaura-live-hero--collection .gemmaura-live-finder--hero:focus-within {
    border-color: rgba(186, 141, 71, 0.96);
    box-shadow: 0 18px 46px rgba(20, 12, 9, 0.28), 0 0 0 3px rgba(205, 163, 96, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.gemmaura-live-finder--hero > label {
    align-items: center;
    color: #533442;
    display: flex;
    font-size: 0.62rem;
    gap: 8px;
    letter-spacing: 0.14em;
    margin-bottom: 7px;
    text-shadow: none;
    text-transform: uppercase;
}

.gemmaura-live-finder--hero > label::before {
    background: linear-gradient(135deg, #f8e8c8 0%, #ad7f42 52%, #fff8e9 100%);
    box-shadow: 0 0 8px rgba(186, 141, 71, 0.28);
    content: "";
    height: 7px;
    transform: rotate(45deg);
    width: 7px;
}

.gemmaura-live-finder--hero .gemmaura-live-finder__row {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(77, 57, 48, 0.24);
    border-radius: 9px;
    box-shadow: 0 8px 22px rgba(42, 24, 18, 0.1), inset 0 1px 0 #fff;
    gap: 5px;
    padding: 4px;
}

.gemmaura-live-finder--hero input {
    background: transparent;
    border-radius: 7px;
    color: #281f1b;
    font-family: var(--gm-live-sans);
    font-size: 1.15rem;
    letter-spacing: 0.025em;
    min-height: 48px;
    text-transform: uppercase;
}

.gemmaura-live-finder--hero button {
    background: var(--gm-live-burgundy);
    border: 1px solid var(--gm-live-burgundy);
    border-radius: 8px;
    box-shadow: 0 7px 16px rgba(54, 24, 28, 0.2);
    min-height: 40px;
    padding-inline: 20px;
}

.gemmaura-live-finder--hero button:hover {
    background: var(--gm-live-burgundy-dark);
    transform: translateY(-1px);
}

.gemmaura-live-finder--hero > p,
.gemmaura-live-finder--hero .gemmaura-live-finder__status {
    color: #6b5549;
    font-size: 0.62rem;
    letter-spacing: 0.035em;
    min-height: 1.2em;
    text-shadow: none;
}

.gemmaura-live-finder--hero > p {
    display: none;
}

.gemmaura-live-finder--hero .gemmaura-live-finder__status.is-error {
    color: var(--gm-live-burgundy);
}

.gemmaura-live-finder--hero .gemmaura-live-finder__status:empty {
    display: none;
}

.gemmaura-live-finder__found {
    align-items: start;
    border-top: 1px solid rgba(77, 57, 48, 0.16);
    display: grid;
    gap: 9px;
    grid-template-columns: 58px minmax(0, 1fr);
    margin-top: 6px;
    padding-top: 8px;
}

.gemmaura-live-finder__found[hidden] {
    display: none !important;
}

.gemmaura-live-finder__found-image {
    background: #ede5dc;
    border-radius: 7px;
    display: block;
    overflow: hidden;
    position: relative;
}

.gemmaura-live-finder__found-image img {
    aspect-ratio: 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.gemmaura-live-finder__found-image > span {
    background: rgba(255, 253, 250, 0.92);
    color: var(--gm-live-burgundy);
    font-size: 0.5rem;
    font-weight: 700;
    left: 5px;
    letter-spacing: 0.08em;
    padding: 4px 5px;
    position: absolute;
    top: 5px;
}

.gemmaura-live-finder__found-copy > small {
    color: var(--gm-live-burgundy);
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.gemmaura-live-finder__found-copy > strong {
    color: #2c2521;
    display: block;
    font-family: var(--gm-live-serif);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.05;
}

.gemmaura-live-finder__found-copy > strong a {
    color: inherit;
    text-decoration: none;
}

.gemmaura-live-finder__found-copy > div {
    color: #2c2521;
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 3px;
}

.gemmaura-live-finder__found-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-top: 5px;
}

.gemmaura-live-finder__found-actions button {
    background: var(--gm-live-burgundy);
    border: 1px solid var(--gm-live-burgundy);
    border-radius: 7px;
    color: #fff;
    font-size: 0.58rem;
    min-height: 30px;
    padding: 6px 10px;
    white-space: nowrap;
    width: auto;
}

.gemmaura-live-finder__found-actions [data-live-hide-found] {
    background: rgba(255, 252, 247, 0.94);
    border-color: rgba(91, 72, 61, 0.34);
    box-shadow: none;
    color: #4f4038;
}

.gemmaura-live-finder__found-actions [data-live-hide-found]:hover {
    background: #eee4d9;
    border-color: rgba(91, 72, 61, 0.5);
    color: #2f2621;
    transform: translateY(-1px);
}

.gemmaura-live-hero__details {
    border-bottom: 1px solid rgba(42, 32, 27, 0.16);
    border-top: 1px solid rgba(42, 32, 27, 0.16);
    margin: 24px 0 18px;
    max-width: 620px;
    padding: 16px 0;
}

.gemmaura-live-hero__detail {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 76px minmax(0, 1fr) auto;
}

.gemmaura-live-hero__detail[hidden] {
    display: none !important;
}

.gemmaura-live-hero__product-thumb {
    aspect-ratio: 1;
    background: #f5f0eb;
    border: 1px solid rgba(42, 32, 27, 0.14);
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(42, 32, 27, 0.08);
    display: block;
    overflow: hidden;
    width: 76px;
}

.gemmaura-live-hero__product-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
    width: 100%;
}

.gemmaura-live-hero__product-thumb:hover img,
.gemmaura-live-hero__product-thumb:focus-visible img {
    transform: scale(1.04);
}

.gemmaura-live-hero__product-heading {
    min-width: 0;
}

.gemmaura-live-hero__product-heading > span {
    color: var(--gm-live-burgundy);
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
}

.gemmaura-live-hero__product-heading strong {
    display: block;
    font-family: var(--gm-live-serif);
    font-size: clamp(1.18rem, 1.5vw, 1.42rem);
    font-weight: 600;
    line-height: 1.05;
}

.gemmaura-live-hero__product-action {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gemmaura-live-hero__product-action > span {
    font-size: 0.9rem;
    font-weight: 700;
}

.gemmaura-live-hero__product-action button {
    align-items: center;
    background: var(--gm-live-burgundy);
    border: 1px solid rgba(202, 170, 116, 0.72);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(92, 20, 43, 0.2);
    color: #fffaf4;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.1em;
    min-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    white-space: nowrap;
}

.gemmaura-live-hero__product-action button:hover {
    background: #681b36;
    box-shadow: 0 10px 22px rgba(92, 20, 43, 0.26);
    transform: translateY(-1px);
}

.gemmaura-live-hero__product-action button:focus-visible {
    outline: 2px solid #a97b38;
    outline-offset: 3px;
}

.gemmaura-live-hero__product-action button:active {
    box-shadow: 0 5px 12px rgba(92, 20, 43, 0.2);
    transform: translateY(0);
}

.gemmaura-live-hero--collection .gemmaura-live-text-link {
    align-self: flex-start;
    color: #4d433d;
    font-size: 0.72rem;
    margin-top: 0;
}

@media (max-width: 1050px) {
    .gemmaura-live-hero--collection {
        grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
    }

    .gemmaura-live-hero--collection .gemmaura-live-hero__copy {
        padding-inline: 34px;
    }

    .gemmaura-live-hero--collection h1 {
        font-size: clamp(3.6rem, 6vw, 5.4rem);
    }
}

@media (max-width: 899px) {
    .gemmaura-live-hero--collection {
        grid-template-areas:
            "stage"
            "copy";
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
    }

    .gemmaura-live-hero--collection .gemmaura-live-hero__stage {
        aspect-ratio: 3 / 4;
        grid-column: 1;
        grid-row: 1;
        min-height: 0;
    }

    .gemmaura-live-hero__slide img {
        object-position: center;
    }

    .gemmaura-live-hero--collection .gemmaura-live-hero__copy {
        grid-column: 1;
        grid-row: 2;
        justify-content: flex-start;
        padding: 28px 20px 25px;
    }

    .gemmaura-live-hero__story {
        aspect-ratio: 2 / 3;
        background-position: center center;
        margin: 0 -20px 18px;
        min-height: 0;
        padding: 42px 24px;
    }

    .gemmaura-live-hero--collection h1 {
        font-size: clamp(3rem, 13vw, 4.4rem);
        line-height: 0.84;
        margin-bottom: 16px;
        max-width: 560px;
    }

    .gemmaura-live-hero--collection .gemmaura-live-kicker {
        margin-bottom: 12px;
    }

    .gemmaura-live-hero--collection .gemmaura-live-hero__lead {
        font-size: 1.05rem;
        margin-bottom: 18px;
    }

    .gemmaura-live-hero__details {
        margin: 0 0 22px;
        order: -1;
        padding: 13px 0;
    }

}

@media (max-width: 560px) {
    .gemmaura-live-hero--collection {
        grid-template-rows: auto auto;
    }

    .gemmaura-live-hero__stage-mark {
        left: 18px;
        top: 18px;
    }

    .gemmaura-live-hero--collection .gemmaura-live-finder--hero {
        left: 14px;
        border-radius: 11px;
        padding: 9px;
        top: 14px;
        width: min(278px, calc(100% - 98px));
    }

    .gemmaura-live-finder--hero > label {
        font-size: 0.54rem;
        letter-spacing: 0.1em;
        margin-bottom: 5px;
    }

    .gemmaura-live-finder--hero input {
        font-size: 0.86rem;
        min-height: 38px;
        padding-inline: 10px;
    }

    .gemmaura-live-finder--hero button {
        font-size: 0.65rem;
        min-height: 38px;
        padding-inline: 11px;
    }

    .gemmaura-live-finder--hero .gemmaura-live-finder__status {
        font-size: 0.54rem;
        margin-top: 5px;
    }

    .gemmaura-live-finder__found {
        gap: 7px;
        grid-template-columns: 50px minmax(0, 1fr);
        margin-top: 5px;
        padding-top: 7px;
    }

    .gemmaura-live-finder__found-copy > strong {
        font-size: 0.78rem;
    }

    .gemmaura-live-finder__found-actions {
        margin-top: 4px;
    }

    .gemmaura-live-finder__found-actions button {
        font-size: 0.53rem;
        min-height: 28px;
        padding: 5px 9px;
    }

    .gemmaura-live-hero__controls {
        bottom: auto;
        flex-direction: column;
        gap: 5px;
        right: 18px;
        top: 18px;
    }

    .gemmaura-live-hero__controls button {
        height: 40px;
        width: 40px;
    }

    .gemmaura-live-hero__counter {
        font-size: 0.56rem;
        gap: 4px;
        min-width: 40px;
        justify-content: center;
    }

    .gemmaura-live-hero__counter i {
        display: none;
    }

    .gemmaura-live-hero__pagination {
        display: none;
    }

    .gemmaura-live-finder--hero .gemmaura-live-finder__row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .gemmaura-live-finder--hero button {
        padding-inline: 16px;
        width: auto;
    }

    .gemmaura-live-hero__detail {
        gap: 12px;
        grid-template-columns: 68px minmax(0, 1fr) auto;
    }

    .gemmaura-live-hero__product-thumb {
        width: 68px;
    }

    .gemmaura-live-hero__product-heading strong {
        font-size: 1.08rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    .gemmaura-live-hero__slide,
    .gemmaura-live-hero__slide img,
    .gemmaura-live-hero__pagination button span {
        transition: none !important;
    }

    .gemmaura-live-hero__slide.is-active img {
        transform: scale(1.035);
    }
}

.gemmaura-live-page.gemmaura-live-hero-visible .qnein-chat {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    visibility: hidden;
}

.gemmaura-live-page .qnein-mm-actions {
    grid-column: 3 !important;
    justify-self: end;
}

.gemmaura-live-section.gemmaura-live-catalog {
    padding-top: 28px;
}

@media (min-width: 768px) {
    .gemmaura-live-section.gemmaura-live-catalog {
        padding-top: 48px;
    }
}
