/* Hero product tabs — mobile phone simulation + signup email width */

/* ── Signup: e-mail + Start gratis naast elkaar op telefoon ── */
@media (max-width: 767px) {
  [data-testid*="signup-fifty-fifty"] .col-span-full.flex.flex-col.items-center {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [data-testid*="signup-fifty-fifty"] .group.relative.isolate.rounded-\[14px\] {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }

  [data-testid*="signup-fifty-fifty"] .relative.flex.flex-col.rounded-\[13px\] {
    width: 100% !important;
    flex-direction: row !important;
    align-items: stretch !important;
  }

  [data-testid*="signup-fifty-fifty"] .relative.flex.flex-col.rounded-\[13px\] > input[name="email"] {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  /* Knop in de witte balk tonen op mobiel */
  [data-testid*="signup-fifty-fifty"] .relative.flex.flex-col.rounded-\[13px\] > button[type="submit"] {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    border-radius: 0 12px 12px 0 !important;
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  /* Losse mobiele knop onder het veld verbergen */
  [data-testid*="signup-fifty-fifty"] .col-span-full.flex.flex-col.items-center > button[type="submit"] {
    display: none !important;
  }

  [data-testid="a:main::s:page::c:section::c:signup-fifty-fifty"] input[name="email"] {
    min-width: 0 !important;
  }
}

/* ── Hero tabs: 2×2 rij, natuurlijke breedte per tab ── */
@media (max-width: 767px) {
  [data-testid*="showcase-component"].cv-hero-showcase-mobile [aria-label="Product areas"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    gap: 0.5rem !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 0 0.5rem !important;
    scroll-snap-type: none !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .hero-feature-tab {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(50% - 0.35rem) !important;
    flex: 0 1 auto !important;
    scroll-snap-align: unset !important;
    justify-content: center !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .hero-feature-tab > div {
    justify-content: center !important;
    width: auto !important;
  }
}

/* ── Hero preview: desktop chrome-rand op mobiel (geen iPhone-frame) ── */
@media (max-width: 767px) {
  [data-testid*="showcase-component"].cv-hero-showcase-mobile {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.75rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0.25rem !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .relative.col-span-full.flex.w-full.min-w-0.flex-col {
    overflow: visible !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .invisible.w-full.select-none {
    display: none !important;
  }

  /* Telefoon uit absolute overlay halen → normale document flow */
  [data-testid*="showcase-component"].cv-hero-showcase-mobile .absolute.inset-0.z-\[1\] {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    z-index: 1 !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [class*="mt-5"][class*="w-full"] {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .relative.flex.w-full.justify-center {
    margin-top: 0.375rem !important;
    margin-bottom: 0.75rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    overflow: visible !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [style*="--hero-chrome-pad"] {
    width: 100% !important;
    max-width: 272px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .relative.z-\[1\].min-h-0.w-full.min-w-0 {
    min-height: auto !important;
    overflow: visible !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile .absolute.inset-0.z-\[1\] .relative.w-full.select-none:not([data-cv-hero-phone-wrap]) {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [class*="928/580"] {
    aspect-ratio: auto !important;
    width: 100% !important;
    max-width: 272px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: calc(var(--hero-chrome-r-outer) - var(--hero-chrome-pad)) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: var(--cv-hero-phone-h, auto) !important;
    max-height: none !important;
    position: relative !important;
    box-sizing: border-box !important;
    padding-bottom: 0 !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [class*="928/580"] [style*="aspect-ratio"],
  [data-testid*="showcase-component"].cv-hero-showcase-mobile [style*="aspect-ratio: 1440 / 900"],
  [data-testid*="showcase-component"].cv-hero-showcase-mobile [style*="aspect-ratio:1440/900"] {
    aspect-ratio: auto !important;
    width: 100% !important;
    max-width: 272px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    border-radius: calc(var(--hero-chrome-r-outer) - var(--hero-chrome-pad)) !important;
    overflow: hidden !important;
    background: transparent !important;
    border: none !important;
    height: var(--cv-hero-phone-h, auto) !important;
    min-height: var(--cv-hero-phone-h, auto) !important;
    max-height: none !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [data-cv-hero-aspect="true"]:not([class*="928/580"]) {
    aspect-ratio: auto !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    border-radius: calc(var(--hero-chrome-r-outer) - var(--hero-chrome-pad)) !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [data-cv-hero-phone-wrap="true"] {
    height: var(--cv-hero-phone-h, auto) !important;
    min-height: var(--cv-hero-phone-h, auto) !important;
    overflow: hidden !important;
    border-radius: calc(var(--hero-chrome-r-outer) - var(--hero-chrome-pad)) !important;
  }

  /* Inner tab views: altijd volle telefoonbreedte, nooit 1440px desktop canvas */
  .cv-hero-showcase-mobile [data-cv-mobile-sim="true"] .cv-hero-checkout-frame,
  .cv-hero-showcase-mobile [data-cv-mobile-sim="true"] .cv-hero-portal-frame,
  .cv-hero-showcase-mobile [data-cv-mobile-sim="true"] .cv-hero-shopify-frame,
  .cv-hero-showcase-mobile [data-cv-mobile-sim="true"] .cv-hero-subscriptions-frame {
    width: 390px !important;
    height: 780px !important;
    max-width: none !important;
    transform: none !important;
    transform-origin: top left !important;
  }

  .cv-hero-showcase-mobile [data-cv-mobile-sim="true"] .cv-hero-shopify-frame {
    overflow: hidden !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [data-cv-mobile-sim="true"],
  [data-testid*="showcase-component"].cv-hero-showcase-mobile [data-cv-hero-scaled-host="true"] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }

  [data-testid*="showcase-component"].cv-hero-showcase-mobile [data-cv-mobile-sim="true"] {
    top: 0 !important;
    left: 0 !important;
    border-radius: calc(var(--hero-chrome-r-outer) - var(--hero-chrome-pad));
    overflow: hidden;
    background: #fff;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

/* ── Checkout (tab 0) — pay.checkivo.com mobiel ── */
@media (max-width: 767px) {
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .cv-hero-checkout-frame {
    background: #fff;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-shell {
    transform: scale(1) !important;
    transform-origin: top center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-width: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-grid {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-sidebar {
    order: -1 !important;
    padding: 0 !important;
    border-top: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .cv-hero-checkout-frame .order-summary__mobile-toggle {
    display: flex !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .cv-hero-checkout-frame .order-summary__panel {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .cv-hero-checkout-frame .checkout-mobile-foot,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .cv-hero-checkout-frame .checkout-mobile-trust {
    display: block !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .cv-hero-checkout-frame .checkout-legal {
    display: block !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .order-summary__sidebar-trust {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-header {
    padding: 16px 20px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-header__logo-link img {
    height: 48px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-main {
    padding: 24px 20px 32px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="0"] .checkout-footer {
    display: none !important;
  }
}

.cv-hero-checkout-mobile-bar {
  display: none !important;
}

/* ── Klantenportaal (tab 1) ── */
@media (max-width: 767px) {
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .cv-hero-portal-frame {
    background: #f5f5f5;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .customer-portal__shell {
    transform: none !important;
    transform-origin: top center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .customer-portal--dashboard .customer-portal__main {
    padding: 16px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .cp-dashboard__title {
    font-size: 22px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .cp-section__head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .cp-sub-card__products {
    grid-template-columns: 1fr !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .cp-sub-card__footer {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="1"] .customer-portal__footer {
    position: relative !important;
    bottom: auto !important;
    padding: 12px 16px !important;
  }
}

/* ── Shopify-app (tab 2) — compacte mobiele portal met zichtbare sidebar ── */
@media (max-width: 767px) {
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame {
    background: #f1f1f1;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .shopify-app__shell {
    transform: scale(1) !important;
    transform-origin: top left !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-portal {
    width: 100% !important;
    height: 100% !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-mobile-menu {
    display: inline-flex !important;
    flex-shrink: 0;
    pointer-events: auto !important;
    cursor: pointer;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .portal-nav__label,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .portal-nav__text {
    display: inline !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header {
    gap: 6px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .min-w-\[200px\]:first-child {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .mx-auto {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .min-w-\[200px\]:last-child {
    min-width: 0 !important;
    flex-shrink: 0 !important;
    gap: 2px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .min-w-\[200px\]:last-child .portal-topbar-btn:not(.portal-topbar-btn--profile) {
    display: inline-flex !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .portal-topbar-btn--profile span:last-of-type {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame aside {
    display: flex !important;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    flex-shrink: 0 !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame aside .portal-nav-section-label,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame aside .portal-card-surface,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame aside .shrink-0.px-2.py-3 {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame .portal-nav-item {
    justify-content: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame .portal-nav-item > span:not(.portal-nav-item__icon) {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame main {
    padding: 10px 12px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame main h1 {
    font-size: 18px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .portal-btn {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-hover.flex.items-start.justify-between {
    flex-direction: column !important;
    gap: 8px;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-hover .portal-btn--secondary {
    align-self: flex-start;
  }
}

.cv-hero-shopify-mobile-menu {
  display: none;
}

/* ── Abonnementen (tab 3) — xodil.com PDP mobiel ── */
@media (max-width: 767px) {
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame {
    overflow-x: hidden;
    overflow-y: auto;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    background: #fff;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-scale {
    transform: none !important;
    transform-origin: top center !important;
    width: 100% !important;
    max-width: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__inner {
    padding: 16px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__info {
    padding-left: 0 !important;
    width: 100% !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__title-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__thumbs {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-menu-desktop,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-header-cta,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-cart-icon {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-account-icon,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-menu-toggle {
    display: flex !important;
    pointer-events: auto !important;
    cursor: pointer;
  }

  .cv-hero-subscriptions-frame .cv-hero-xodil-mobile-drawer {
    display: none;
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    z-index: 12;
    background: #000;
    color: #fff;
    padding: 12px 0 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  }

  .cv-hero-subscriptions-frame.cv-hero-xodil-menu-open .cv-hero-xodil-mobile-drawer {
    display: block !important;
  }

  .cv-hero-xodil-mobile-drawer__item {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    text-align: left;
    pointer-events: none;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-nav {
    min-height: 68px !important;
    padding: 10px 16px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-logo img {
    width: 128px !important;
    max-height: 48px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-hamb-line {
    width: 17px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-custom-hamburger .shumuz-hamb-line:nth-child(1) {
    transform: translateY(-3px);
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame .shumuz-custom-hamburger .shumuz-hamb-line:nth-child(2) {
    transform: translateY(3px);
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__title {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .ax-shadow-loop {
    margin-top: 12px !important;
    width: 100% !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .ax-shadow-option {
    padding: 12px !important;
    margin-bottom: 8px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .ax-shadow-label {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .ax-shadow-free__grid {
    gap: 8px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .ax-shadow-free__grid img {
    max-width: 72px !important;
  }
}


/* Shopify-app + Subscriptions mobile — light shell + usable layouts */
@media (max-width: 767px) {
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .shopify-app__shell,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-portal,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-portal > header {
    background: #f1f1f1 !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-portal > header {
    border-bottom: 1px solid #e3e3e3 !important;
    gap: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .mx-auto,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .portal-topbar-search {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .portal-topbar-btn:not(.portal-topbar-btn--profile):not(.cv-hero-shopify-mobile-menu) {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame header .portal-topbar-btn--profile span:last-of-type {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-mobile-menu {
    display: inline-flex !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame aside {
    display: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside {
    display: flex !important;
    position: absolute !important;
    top: 56px !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 40 !important;
    width: min(280px, 82%) !important;
    min-width: min(280px, 82%) !important;
    max-width: min(280px, 82%) !important;
    background: #ebebeb !important;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.12);
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .portal-nav-section-label,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .portal-nav-item > span:not(.portal-nav-item__icon),
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .portal-card-surface,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .shrink-0.px-2.py-3 {
    display: block !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame.cv-hero-shopify-menu-open aside .portal-nav-item {
    justify-content: flex-start !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    overflow-x: hidden !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame .grid,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame .shopify-theme-editor__body,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame .shopify-theme-editor {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="2"] .cv-hero-shopify-frame .shopify-theme-editor__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 42% !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-hero-subscriptions-frame.cv-hero-shopify-frame {
    background: #ffffff !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-plans-editor__body,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .plan-theme-editor,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .plan-theme-editor__body {
    display: flex !important;
    flex-direction: column !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-plans-editor__sidebar,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .plan-theme-editor__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    max-height: none !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .plan-theme-editor__preview,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .cv-plans-editor__preview,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] [data-cv-preview] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: auto !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .ax-shadow-free__grid img,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .checkivo-letterham-card__welcome-image {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .checkivo-plan-selector,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__info,
  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cv-hero-showcase-mobile[data-cv-hero-tab-index="3"] .xodil-axolt-pdp__grid {
    grid-template-columns: 1fr !important;
  }
}
