/* Fullscreen: esconde chrome do tema Geovi/Muffin */
body.blc-catalog-fullscreen {
    overflow: hidden !important;
}

body.blc-catalog-fullscreen #Header,
body.blc-catalog-fullscreen #Top_bar,
body.blc-catalog-fullscreen #Footer,
body.blc-catalog-fullscreen #mfn-footer-template,
body.blc-catalog-fullscreen .mfn-footer-tmpl,
body.blc-catalog-fullscreen .mfn-footer,
body.blc-catalog-fullscreen .footer_copy,
body.blc-catalog-fullscreen .footer-copy,
body.blc-catalog-fullscreen .widgets_wrapper,
body.blc-catalog-fullscreen #mfn-gdpr,
body.blc-catalog-fullscreen .mfn-cookies,
body.blc-catalog-fullscreen .mfn-footer-stickymenu,
body.blc-catalog-fullscreen .mfn-footer-stick,
body.blc-catalog-fullscreen #back_to_top,
body.blc-catalog-fullscreen #popup_contact,
body.blc-catalog-fullscreen .mfn-cart-holder,
body.blc-catalog-fullscreen .header-classic,
body.blc-catalog-fullscreen #mfn-header-template,
body.blc-catalog-fullscreen .mfn-header-tmpl,
body.blc-catalog-fullscreen #wpadminbar {
    display: none !important;
}

body.blc-catalog-fullscreen #Wrapper,
body.blc-catalog-fullscreen .content_wrapper,
body.blc-catalog-fullscreen #Content,
body.blc-catalog-fullscreen .sections_group,
body.blc-catalog-fullscreen .entry-content,
body.blc-catalog-fullscreen .blc-page-modo-catalogo,
body.blc-catalog-fullscreen .blc-page-modo-catalogo-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.blc-catalog-fullscreen .blc-page-modo-catalogo .section,
body.blc-catalog-fullscreen .blc-page-modo-catalogo .section-page-footer {
    display: none !important;
}

/* Stage + dispositivo (mobile: tela cheia; desktop: moldura) */
.blc-catalog-stage {
    position: fixed;
    inset: 0;
    z-index: 99990;
}

.blc-catalog-device,
.blc-catalog-device__frame,
.blc-catalog-device__screen {
    width: 100%;
    height: 100%;
}

.blc-catalog-device__glow,
.blc-catalog-device__btn,
.blc-catalog-device__status,
.blc-catalog-device__home-indicator,
.blc-catalog-device__hint {
    display: none;
}

.blc-catalog-device__frame {
    position: relative;
    height: 100%;
}

.blc-catalog-device__screen {
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* App shell */
.blc-catalog-app {
    --blc-color-bg: #0a0a0a;
    --blc-color-text: #ffffff;
    --blc-color-title: #ffffff;
    --blc-color-accent: #ffffff;
    --blc-color-price: #ffffff;
    --blc-color-overlay: rgba(0, 0, 0, 0.75);
    --blc-color-btn-bg: rgba(255, 255, 255, 0.95);
    --blc-color-btn-text: #111111;
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: flex;
    flex-direction: column;
    background: var(--blc-color-bg);
    color: var(--blc-color-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
}

.blc-catalog-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 44px;
    background: color-mix(in srgb, var(--blc-color-bg) 88%, transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    min-height: 52px;
}

/* Botões de navegação — glass moderno */
.blc-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blc-nav-btn-border, rgba(255, 255, 255, 0.22));
    background: var(--blc-nav-btn-bg, rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--blc-nav-btn-icon, var(--blc-color-accent, var(--blc-color-text, #fff)));
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blc-nav-btn .blc-icon,
.blc-nav-btn svg {
    width: 22px;
    height: 22px;
    display: block;
    color: inherit;
    stroke: currentColor;
}

.blc-nav-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
}

.blc-nav-btn:active {
    transform: scale(0.96);
}

.blc-catalog-back {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    padding: 0;
    z-index: 2;
}

.blc-catalog-back[hidden] {
    display: none !important;
}

.blc-catalog-wishlist-trigger {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    padding: 0;
    z-index: 2;
}

.blc-catalog-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.blc-catalog-logo-btn {
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.blc-catalog-logo-wrap.is-clickable,
.blc-catalog-logo-btn {
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.blc-catalog-logo-btn .blc-catalog-logo {
    pointer-events: none;
}

.blc-catalog-logo-wrap.is-clickable:hover {
    opacity: 0.88;
}

.blc-catalog-logo-wrap.is-clickable:active {
    transform: scale(0.98);
}

.blc-catalog-logo-wrap.is-clickable:focus-visible {
    outline: 1px solid var(--blc-color-accent, #fff);
    outline-offset: 4px;
}

.blc-catalog-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: clamp(36px, 8vw, 52px);
    max-width: min(260px, 70vw);
    object-fit: contain;
}

.blc-catalog-logo-text {
    font-size: clamp(22px, 5vw, 30px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.blc-catalog-main {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.blc-view {
    position: absolute;
    inset: 0;
    display: none;
}

.blc-view.is-active {
    display: block;
}

/* Home carousel */
.blc-home-carousel {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.blc-home-track {
    display: flex;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
}

.blc-home-track::-webkit-scrollbar {
    display: none;
}

.blc-home-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blc-line-card {
    cursor: pointer;
}

.blc-campaign-card.is-clickable {
    cursor: pointer;
}

.blc-home-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blc-line-card-overlay {
    position: absolute;
    inset: 0;
    background: var(--blc-line-card-overlay, linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.08) 100%));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 72px;
    pointer-events: none;
}

.blc-line-card-overlay .blc-line-card-cta {
    pointer-events: auto;
}

.blc-line-card-cta {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--blc-color-btn-bg);
    color: var(--blc-color-btn-text);
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
}

.blc-line-card-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: inherit;
    stroke: currentColor;
}

.blc-catalog-app.blc-has-campaigns .blc-line-card-cta {
    display: none !important;
}

.blc-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    width: 48px;
    height: 48px;
    padding: 0;
    pointer-events: auto;
}

.blc-carousel-nav:hover {
    transform: translateY(-50%) scale(1.05);
}

.blc-carousel-nav:active {
    transform: translateY(-50%) scale(0.96);
}

.blc-carousel-prev { left: 14px; }
.blc-carousel-next { right: 14px; }

.blc-carousel-prev.is-catalog-entry {
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--blc-color-accent, #fff) 35%, transparent),
        0 4px 16px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
    .blc-carousel-nav {
        width: 42px;
        height: 42px;
        background: rgba(0, 0, 0, 0.35);
    }

    .blc-carousel-nav .blc-icon {
        width: 20px;
        height: 20px;
    }

    .blc-carousel-prev { left: 10px; }
    .blc-carousel-next { right: 10px; }
}

.blc-home-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 2;
}

.blc-home-dot {
    width: 10px;
    height: 4px;
    background: var(--blc-home-dot-bg, color-mix(in srgb, var(--blc-color-text, #fff) 35%, transparent));
    border: none;
    padding: 0;
    cursor: pointer;
}

.blc-home-dot.is-active {
    background: var(--blc-home-dot-active-bg, var(--blc-color-accent, var(--blc-color-text, #fff)));
    transform: scale(1.2);
}

.blc-campaign-fab {
    position: absolute;
    left: 50%;
    bottom: calc(52px + env(safe-area-inset-bottom, 0px));
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 80%;
    max-width: 80%;
    padding: 7px 12px 7px 10px;
    border: 1px solid color-mix(in srgb, var(--blc-color-accent, #fff) 42%, rgba(255, 255, 255, 0.2));
    background: color-mix(in srgb, var(--blc-color-btn-bg, rgba(255, 255, 255, 0.95)) 82%, rgba(0, 0, 0, 0.45));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: var(--blc-color-btn-text, #111);
    cursor: pointer;
    transform: translateX(-50%);
    overflow: hidden;
    animation: blcCampaignFabIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.blc-campaign-fab[hidden] {
    display: none !important;
}

.blc-campaign-fab__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 0%,
        color-mix(in srgb, var(--blc-color-accent, #fff) 18%, transparent) 45%,
        transparent 70%
    );
    transform: translateX(-120%);
    animation: blcCampaignFabShine 3.2s ease-in-out infinite;
    pointer-events: none;
}

.blc-campaign-fab__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--blc-color-accent, var(--blc-color-btn-text, #111));
    flex-shrink: 0;
}

.blc-campaign-fab__icon svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
}

.blc-campaign-fab__copy {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    text-align: left;
}

.blc-campaign-fab.is-rotate-subtitle .blc-campaign-fab__copy {
    display: grid;
    min-width: 0;
}

.blc-campaign-fab__title,
.blc-campaign-fab__subtitle {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

.blc-campaign-fab__title {
    font-weight: 800;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: var(--blc-color-accent, var(--blc-color-btn-text, #111));
}

.blc-campaign-fab__subtitle {
    font-weight: 600;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: color-mix(in srgb, var(--blc-color-btn-text, #111) 78%, transparent);
}

.blc-campaign-fab:not(.is-rotate-subtitle) .blc-campaign-fab__title {
    opacity: 1;
}

.blc-campaign-fab:not(.is-rotate-subtitle) .blc-campaign-fab__subtitle {
    display: none !important;
}

.blc-campaign-fab.is-rotate-subtitle .blc-campaign-fab__title,
.blc-campaign-fab.is-rotate-subtitle .blc-campaign-fab__subtitle {
    grid-area: 1 / 1;
    align-self: center;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.38s ease, transform 0.38s ease;
    pointer-events: none;
}

.blc-campaign-fab.is-rotate-subtitle .blc-campaign-fab__title.is-active,
.blc-campaign-fab.is-rotate-subtitle .blc-campaign-fab__subtitle.is-active {
    opacity: 1;
    transform: translateY(0);
}

.blc-campaign-fab__subtitle[hidden] {
    display: none !important;
}

@keyframes blcCampaignFabIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes blcCampaignFabShine {
    0%, 72%, 100% {
        transform: translateX(-120%);
    }
    38% {
        transform: translateX(120%);
    }
}

/* Índice de preços */
.blc-view-index {
    background: var(--blc-color-bg);
}

.blc-view.is-active.blc-view-index {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.blc-index-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 12px 16px 28px;
    scrollbar-width: thin;
}

.blc-index-section + .blc-index-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid color-mix(in srgb, var(--blc-color-text, #fff) 12%, transparent);
}

.blc-index-section-title {
    margin: 0 0 12px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.blc-index-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.blc-index-product {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid color-mix(in srgb, var(--blc-color-text, #fff) 10%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--blc-color-btn-bg, rgba(255, 255, 255, 0.08)) 70%, transparent);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.blc-index-product:hover,
.blc-index-product:focus-visible {
    background: color-mix(in srgb, var(--blc-color-btn-bg, rgba(255, 255, 255, 0.12)) 85%, transparent);
    outline: none;
}

.blc-index-product:active {
    transform: scale(0.98);
}

.blc-index-product-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    background: color-mix(in srgb, var(--blc-color-text, #fff) 8%, transparent);
}

.blc-index-product-thumb--empty {
    display: block;
}

.blc-index-product-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.blc-index-product-name {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--blc-color-title, var(--blc-color-text));
    word-break: break-word;
}

.blc-index-product-price {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blc-color-accent, var(--blc-color-text));
}

.blc-index-product-price del {
    opacity: 0.65;
    font-size: 0.82rem;
    font-weight: 500;
}

.blc-index-product-price ins {
    text-decoration: none;
}

@media (min-width: 480px) {
    .blc-index-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tutorial de onboarding */
.blc-tutorial {
    position: absolute;
    inset: 0;
    z-index: 50;
    pointer-events: auto;
}

.blc-tutorial[hidden] {
    display: none !important;
}

.blc-tutorial:not(.has-spotlight)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    pointer-events: none;
}

.blc-tutorial-spotlight {
    position: absolute;
    border-radius: 14px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.65);
    pointer-events: none;
    transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
    animation: blcTutorialPulse 2s ease-in-out infinite;
}

.blc-tutorial-spotlight[hidden] {
    display: none !important;
}

@keyframes blcTutorialPulse {
    0%, 100% {
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.65), 0 0 0 0 rgba(255, 255, 255, 0.35);
    }
    50% {
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.65), 0 0 0 6px rgba(255, 255, 255, 0.2);
    }
}

.blc-tutorial-card {
    position: absolute;
    left: 16px;
    right: 16px;
    padding: 18px 18px 16px;
    border-radius: 16px;
    background: rgba(18, 18, 18, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 2;
}

.blc-tutorial-card.is-centered {
    top: 50%;
    transform: translateY(-50%);
}

.blc-tutorial-title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.blc-tutorial-text {
    margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.blc-tutorial-progress {
    margin: 0 0 14px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.blc-tutorial-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.blc-tutorial-next,
.blc-tutorial-ok {
    min-width: 108px;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
}

.blc-tutorial-ok {
    background: var(--blc-color-btn-bg, rgba(255, 255, 255, 0.95));
    color: var(--blc-color-btn-text, #111);
    border: 1px solid transparent;
}

.blc-tutorial-next[hidden],
.blc-tutorial-ok[hidden] {
    display: none !important;
}

.blc-catalog-app.blc-tutorial-active .blc-home-track,
.blc-catalog-app.blc-tutorial-active .blc-carousel-nav,
.blc-catalog-app.blc-tutorial-active .blc-catalog-logo-btn,
.blc-catalog-app.blc-tutorial-active .blc-catalog-wishlist-trigger {
    pointer-events: none;
}

/* Category reels */
.blc-view-category {
    background: var(--blc-color-bg);
}

.blc-view.is-active.blc-view-category {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.blc-reels-track {
    flex: 1;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-y;
    overscroll-behavior-y: contain;
}

.blc-reels-track::-webkit-scrollbar {
    display: none;
}

.blc-reel-slide {
    height: var(--blc-reel-slide-height, 100%);
    min-height: var(--blc-reel-slide-height, 100%);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

.blc-reel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blc-reel-overlay {
    position: absolute;
    inset: 0;
    background: var(--blc-reel-overlay, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 100%));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 48px;
    pointer-events: none;
}

/* Card de destaque — categorias e produtos */
.blc-highlight-card {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 14px 18px;
    background: color-mix(in srgb, var(--blc-color-btn-bg, rgba(255, 255, 255, 0.95)) 82%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid color-mix(in srgb, var(--blc-color-accent, #fff) 28%, rgba(255, 255, 255, 0.22));
}

.blc-highlight-card__title {
    margin: 0;
    font-size: clamp(20px, 4.5vw, 28px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--blc-color-text, #fff);
}

.blc-highlight-card__meta {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--blc-color-meta, color-mix(in srgb, var(--blc-color-text, #fff) 78%, transparent));
}

.blc-highlight-card--category {
    padding: 16px 20px;
    background: color-mix(in srgb, var(--blc-highlight-category-bg, var(--blc-color-btn-bg, rgba(255, 255, 255, 0.95))) 82%, transparent);
    border-color: color-mix(in srgb, var(--blc-highlight-category-border, var(--blc-color-accent, #fff)) 55%, rgba(255, 255, 255, 0.22));
}

.blc-highlight-card--category .blc-highlight-card__title {
    color: var(--blc-highlight-category-text, var(--blc-color-text, #fff));
}

.blc-highlight-card--category .blc-highlight-card__meta {
    color: var(--blc-highlight-category-meta, var(--blc-color-meta, color-mix(in srgb, var(--blc-highlight-category-text, var(--blc-color-text, #fff)) 78%, transparent)));
}

.blc-highlight-card--category .blc-highlight-card__title {
    font-size: clamp(24px, 5.5vw, 38px);
}

.blc-highlight-card--product {
    background: color-mix(in srgb, var(--blc-highlight-product-bg, var(--blc-color-btn-bg, rgba(255, 255, 255, 0.95))) 82%, transparent);
    border-color: color-mix(in srgb, var(--blc-highlight-product-border, var(--blc-color-accent, #fff)) 55%, rgba(255, 255, 255, 0.22));
}

.blc-highlight-card--product .blc-highlight-card__title,
.blc-reel-title {
    margin: 0;
    font-size: clamp(20px, 4.5vw, 28px);
    font-weight: 700;
    line-height: 1.15;
    color: var(--blc-highlight-product-text, var(--blc-color-text, #fff));
}

.blc-reel-inspiracao-wrap {
    margin: 0 0 12px;
    max-width: 100%;
    width: 100%;
}

.blc-reel-overlay .product-inspiracao-badge,
.blc-reel-overlay .product-essencia-badge {
    display: inline-flex !important;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 10px 28px 28px 10px;
    pointer-events: auto;
}

.blc-reel-overlay .product-inspiracao-badge::before,
.blc-reel-overlay .product-essencia-badge::before {
    width: 38px;
    font-size: 18px;
}

.blc-reel-overlay .product-inspiracao-badge .essencia-label,
.blc-reel-overlay .product-essencia-badge .essencia-label {
    padding: 4px 10px;
    font-size: 10px;
}

.blc-reel-overlay .product-inspiracao-badge .essencia-value,
.blc-reel-overlay .product-essencia-badge .essencia-value {
    padding: 10px 14px 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.blc-modal-inspiracao .product-inspiracao-badge,
.blc-modal-inspiracao .product-essencia-badge {
    display: inline-flex !important;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 10px 28px 28px 10px;
    pointer-events: auto;
}

.blc-modal-inspiracao .product-inspiracao-badge::before,
.blc-modal-inspiracao .product-essencia-badge::before {
    width: 38px;
    font-size: 18px;
}

.blc-modal-inspiracao .product-inspiracao-badge .essencia-label,
.blc-modal-inspiracao .product-essencia-badge .essencia-label {
    padding: 4px 10px;
    font-size: 10px;
}

.blc-modal-inspiracao .product-inspiracao-badge .essencia-value,
.blc-modal-inspiracao .product-essencia-badge .essencia-value {
    padding: 10px 14px 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.blc-modal-inspiracao {
    margin-bottom: 14px;
}

.blc-modal-footer .blc-modal-inspiracao {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 12px;
    padding: 0 4px;
}

.blc-modal-inspiracao[hidden] {
    display: none !important;
}

.blc-modal-inspiracao:empty {
    display: none;
}

.blc-reel-price {
    font-size: clamp(20px, 4vw, 28px);
    font-weight: 700;
    color: var(--blc-color-price);
}

.blc-reel-price del {
    opacity: 0.55;
    font-size: 0.75em;
    margin-right: 8px;
}

.blc-reel-hint {
    margin-top: 12px;
    font-size: 13px;
    color: var(--blc-color-reel-hint, color-mix(in srgb, var(--blc-color-text, #fff) 70%, transparent));
}

.blc-reels-hint {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: var(--blc-color-reels-hint, color-mix(in srgb, var(--blc-color-text, #fff) 50%, transparent));
    pointer-events: none;
}

/* Página do logo (Quem Somos, etc.) */
.blc-page-modal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100dvh;
    max-height: 100dvh;
}

.blc-page-modal[hidden] {
    display: none !important;
}

.blc-page-modal-backdrop {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--blc-color-bg, #0a0a0a) 35%, rgba(0, 0, 0, 0.72));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.blc-page-modal-panel {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    background: var(--blc-color-bg, #0a0a0a);
    color: var(--blc-color-text, #fff);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: blcSlideUp 0.28s ease;
}

.blc-page-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
}

.blc-page-modal-title {
    margin: 0;
    padding: 20px 56px 12px 20px;
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 700;
    line-height: 1.2;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blc-page-modal-content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    font-size: 15px;
    line-height: 1.65;
}

.blc-page-modal-content > :first-child {
    margin-top: 0;
}

.blc-page-modal-content > :last-child {
    margin-bottom: 0;
}

.blc-page-modal-content img,
.blc-page-modal-content video,
.blc-page-modal-content iframe {
    max-width: 100%;
    height: auto;
}

.blc-page-modal-content a {
    color: var(--blc-color-accent, #fff);
}

.blc-page-modal-content h1,
.blc-page-modal-content h2,
.blc-page-modal-content h3,
.blc-page-modal-content h4 {
    line-height: 1.25;
}

.blc-page-modal-content p,
.blc-page-modal-content .the_content_wrapper p,
.blc-page-modal-content .column_text p {
    color: #000;
}

.blc-page-modal-content .section,
.blc-page-modal-content .sections_group,
.blc-page-modal-content .column,
.blc-page-modal-content .mcb-column-inner,
.blc-page-modal-content .wrap,
.blc-page-modal-content .mcb-wrap-inner {
    max-width: 100%;
}

.blc-page-modal-content .section.full-width,
.blc-page-modal-content .section.full-width .section_wrapper,
.blc-page-modal-content .section.full-width .one {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
}

/* Modal */
.blc-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100dvh;
    max-height: 100dvh;
}

.blc-modal[hidden] {
    display: none !important;
}

.blc-modal-backdrop {
    position: absolute;
    inset: 0;
    background: var(--blc-modal-backdrop, rgba(0, 0, 0, 0.65));
}

.blc-modal-panel {
    position: relative;
    width: 100%;
    max-width: var(--blc-modal-max-width, 520px);
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    background: var(--blc-modal-bg, #141414);
    color: var(--blc-modal-text, #fff);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: blcSlideUp 0.28s ease;
}

@keyframes blcSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.blc-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
}

.blc-modal-head {
    padding: 12px 56px 12px 16px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.blc-modal-head[hidden] {
    display: none !important;
}

.blc-modal-head-compact {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.blc-modal-head-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.blc-modal-head-thumb {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
    opacity: 0.88;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.blc-modal-head-thumb[hidden] {
    display: none;
}

.blc-modal-title {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--blc-modal-title, var(--blc-color-title, var(--blc-modal-text, #fff)));
    opacity: 0.82;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blc-modal-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blc-modal-price, var(--blc-color-price, #fff));
}

.blc-modal-price[hidden] {
    display: none;
}

.blc-modal-price del {
    opacity: 0.65;
    font-size: 0.85em;
    font-weight: 500;
}

.blc-modal-price ins {
    text-decoration: none;
}

.blc-modal-content {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blc-modal-step {
    display: none;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.blc-modal-step.is-active {
    display: flex;
}

.blc-modal-step[hidden] {
    display: none !important;
}

.blc-step-heading {
    margin: 0;
    padding: 16px 20px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
    flex-shrink: 0;
}

.blc-step-photos {
    background: var(--blc-modal-hero-bg, #000);
}

.blc-modal-hero {
    flex: 1;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blc-modal-hero-bg, #000);
    overflow: hidden;
}

.blc-modal-hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.blc-modal-hero-img[hidden] {
    display: none;
}

.blc-modal-thumbs {
    display: flex;
    gap: 8px;
    padding: 12px 16px 16px;
    overflow-x: auto;
    flex-shrink: 0;
    scrollbar-width: none;
    background: var(--blc-modal-thumbs-bg, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%));
}

.blc-modal-thumbs::-webkit-scrollbar {
    display: none;
}

.blc-modal-thumb {
    flex: 0 0 var(--blc-modal-thumb-size, 68px);
    width: var(--blc-modal-thumb-size, 68px);
    height: var(--blc-modal-thumb-size, 68px);
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    cursor: pointer;
    background: #1a1a1a;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.blc-modal-thumb.is-active {
    border-color: var(--blc-modal-thumb-active, var(--blc-color-price, #fff));
    transform: scale(1.04);
}

.blc-modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blc-step-description,
.blc-step-attributes {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.blc-modal-description {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.92;
}

.blc-modal-description p {
    margin: 0 0 12px;
}

.blc-attr-list {
    margin: 0;
    padding: 0 20px 20px;
    display: grid;
    gap: 12px;
}

.blc-attr-list dt {
    font-size: 12px;
    opacity: 0.65;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.blc-attr-list dd {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.blc-empty-step {
    margin: 0;
    padding: 8px 0 4px;
    font-size: 14px;
    opacity: 0.65;
}

.blc-modal-footer {
    flex-shrink: 0;
    padding: 12px 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--blc-modal-footer-bg, var(--blc-modal-bg, #141414));
}

.blc-modal-step-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}

.blc-step-prev,
.blc-step-next {
    width: 44px;
    height: 44px;
    padding: 0;
    flex-shrink: 0;
}

.blc-step-prev[hidden],
.blc-step-next[hidden] {
    visibility: hidden;
    pointer-events: none;
}

.blc-step-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blc-step-dot {
    width: 10px;
    height: 4px;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.blc-step-dot.is-active {
    background: var(--blc-modal-step-active, var(--blc-color-price, #fff));
    transform: scale(1.2);
}

.blc-modal-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 90%;
    margin: 0 auto 10px;
    padding: 11px 16px;
    border: none;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background 0.15s ease, transform 0.15s ease;
}

.blc-modal-whatsapp:hover,
.blc-modal-whatsapp:focus-visible {
    background: #20bd5a;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.blc-modal-whatsapp:active {
    background: #1aab4f;
    transform: scale(0.98);
}

.blc-modal-whatsapp[hidden] {
    display: none !important;
}

.blc-modal-whatsapp__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.blc-modal-whatsapp__label {
    color: inherit;
}

.blc-modal-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px !important;
    background: var(--blc-modal-link-bg, #fff) !important;
    color: var(--blc-modal-link-text, #111) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-top: 8px;
}

.blc-modal-link[hidden] {
    display: none !important;
}

/* Loading & empty */
.blc-loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: color-mix(in srgb, var(--blc-color-bg, #0a0a0a) 42%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
}

.blc-loading-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.blc-loading-overlay[hidden] {
    display: none !important;
}

.blc-loading-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px 36px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(8px) scale(0.98);
    opacity: 0;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.blc-loading-overlay.is-active .blc-loading-card {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.blc-loading-spinner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 28px;
}

.blc-loading-bar {
    display: block;
    width: 5px;
    height: 100%;
    background: #000;
    transform-origin: center bottom;
    opacity: 0.3;
    animation: blcLoadingBar 0.95s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.blc-loading-bar:nth-child(1) { animation-delay: 0s; }
.blc-loading-bar:nth-child(2) { animation-delay: 0.14s; }
.blc-loading-bar:nth-child(3) { animation-delay: 0.28s; }
.blc-loading-bar:nth-child(4) { animation-delay: 0.42s; }

@keyframes blcLoadingBar {
    0%, 100% {
        transform: scaleY(0.28);
        opacity: 0.28;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.blc-loading-label {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000;
    animation: blcLoadingPulse 1.8s ease-in-out infinite;
}

@keyframes blcLoadingPulse {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 0.9; }
}

@media (prefers-reduced-motion: reduce) {
    .blc-loading-overlay,
    .blc-loading-card {
        transition: none;
    }

    .blc-loading-bar {
        animation: blcLoadingBarReduced 1.2s ease-in-out infinite;
    }

    .blc-loading-label {
        animation: none;
        opacity: 0.72;
    }

    @keyframes blcLoadingBarReduced {
        0%, 100% { opacity: 0.35; }
        50% { opacity: 1; }
    }
}

.blc-empty-state {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    opacity: 0.8;
}

.blc-empty-state[hidden] {
    display: none !important;
}

.blc-catalog-error {
    color: #b32d2e;
    padding: 16px;
}

/* Skeleton */
.blc-skeleton {
    background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
    background-size: 200% 100%;
    animation: blcShimmer 1.2s infinite;
}

@keyframes blcShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Flat — sem cantos arredondados nem sombras (inclui badge do tema) */
.blc-catalog-app :is(
    .blc-nav-btn,
    .blc-catalog-back,
    .blc-carousel-nav,
    .blc-line-card-cta,
    .blc-highlight-card,
    .blc-home-dot,
    .blc-step-dot,
    .blc-modal-panel,
    .blc-modal-close,
    .blc-modal-thumb,
    .blc-step-prev,
    .blc-step-next,
    .blc-page-modal-panel,
    .blc-page-modal-close,
    .blc-catalog-logo-btn,
    .blc-loading-card,
    .blc-loading-spinner,
    .blc-loading-bar,
    .product-inspiracao-badge,
    .product-essencia-badge,
    .blc-inspiracao-badge
),
.blc-catalog-app :is(.product-inspiracao-badge, .product-essencia-badge)::before,
.blc-catalog-app :is(.product-inspiracao-badge, .product-essencia-badge)::after {
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.blc-catalog-app :is(.product-inspiracao-badge, .product-essencia-badge):hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Desktop: catálogo em moldura de celular */
@media (min-width: 1024px) {
    body.blc-catalog-fullscreen {
        overflow: hidden !important;
        background: #07070b;
    }

    .blc-catalog-stage {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 28px 24px;
        overflow: auto;
        background:
            radial-gradient(circle at 15% 20%, rgba(88, 101, 242, 0.22), transparent 42%),
            radial-gradient(circle at 85% 78%, rgba(236, 72, 153, 0.16), transparent 40%),
            radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), transparent 55%),
            linear-gradient(160deg, #0b0b10 0%, #12121a 45%, #07070b 100%);
    }

    .blc-catalog-stage::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 48px 48px;
        mask-image: radial-gradient(circle at center, #000 35%, transparent 85%);
        pointer-events: none;
    }

    .blc-catalog-device {
        position: relative;
        width: min(390px, calc(100vw - 48px));
        height: min(844px, calc(100dvh - 96px));
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
    }

    .blc-catalog-device__glow {
        display: block;
        position: absolute;
        inset: 8% 2%;
        background: radial-gradient(circle, rgba(120, 130, 255, 0.28) 0%, transparent 68%);
        filter: blur(28px);
        pointer-events: none;
        z-index: 0;
    }

    .blc-catalog-device__frame {
        position: relative;
        z-index: 1;
        flex: 1;
        width: 100%;
        min-height: 0;
        padding: 12px;
        border-radius: 46px;
        background: linear-gradient(155deg, #4a4a52 0%, #24242b 28%, #111116 62%, #08080c 100%);
        box-shadow:
            0 30px 70px rgba(0, 0, 0, 0.55),
            0 0 0 1px rgba(255, 255, 255, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            inset 0 -1px 0 rgba(0, 0, 0, 0.45);
    }

    .blc-catalog-device__btn {
        display: block;
        position: absolute;
        border-radius: 3px;
        background: linear-gradient(180deg, #5f5f68 0%, #2a2a31 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
        pointer-events: none;
    }

    .blc-catalog-device__btn--silent {
        left: -3px;
        top: 108px;
        width: 3px;
        height: 28px;
    }

    .blc-catalog-device__btn--volume-up {
        left: -3px;
        top: 154px;
        width: 3px;
        height: 44px;
    }

    .blc-catalog-device__btn--volume-down {
        left: -3px;
        top: 208px;
        width: 3px;
        height: 44px;
    }

    .blc-catalog-device__btn--power {
        right: -3px;
        top: 168px;
        width: 3px;
        height: 64px;
    }

    .blc-catalog-device__screen {
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: 36px;
        overflow: hidden;
        background: #000;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    .blc-catalog-device__status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        flex-shrink: 0;
        height: 28px;
        padding: 0 18px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.02em;
        background: rgba(0, 0, 0, 0.35);
    }

    .blc-catalog-device__clock {
        min-width: 38px;
    }

    .blc-catalog-device__island {
        width: 92px;
        height: 22px;
        border-radius: 999px;
        background: #050505;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .blc-catalog-device__signals {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-width: 54px;
        justify-content: flex-end;
        color: rgba(255, 255, 255, 0.9);
    }

    .blc-catalog-device__signals svg {
        width: auto;
        height: 10px;
        display: block;
    }

    .blc-catalog-device__home-indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        height: 18px;
        background: rgba(0, 0, 0, 0.35);
    }

    .blc-catalog-device__home-indicator span {
        width: 108px;
        height: 4px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
    }

    .blc-catalog-device__hint {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 8px 14px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.03em;
        color: rgba(255, 255, 255, 0.72);
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .blc-catalog-device__hint-icon {
        display: inline-flex;
        color: rgba(255, 255, 255, 0.55);
    }

    .blc-catalog-device__hint-icon svg {
        width: 14px;
        height: 14px;
        display: block;
    }

    .blc-catalog-stage .blc-catalog-app {
        position: relative;
        inset: auto;
        flex: 1;
        min-height: 0;
        width: 100%;
        z-index: 1;
        border-radius: 0;
    }

    .blc-catalog-stage .blc-catalog-app .blc-modal,
    .blc-catalog-stage .blc-catalog-app .blc-page-modal {
        position: absolute;
        height: 100%;
        max-height: 100%;
    }

    .blc-catalog-stage .blc-catalog-app .blc-modal-panel,
    .blc-catalog-stage .blc-catalog-app .blc-page-modal-panel {
        min-height: 100%;
        max-height: 100%;
    }

    .blc-catalog-stage .blc-catalog-app #mfn-inspiracao-popup {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 100002;
    }

    .blc-catalog-stage .blc-catalog-app #mfn-inspiracao-popup .mfn-inspiracao-popup-content {
        max-height: 88%;
    }
}
