/* QY360 mobile app-like shell. Desktop layout remains owned by atoms.css/app.css. */

:root {
  --qy-mobile-appbar-height: 58px;
  --qy-mobile-tabbar-height: 64px;
  --qy-mobile-product-cta-height: 64px;
  --qy-safe-top: env(safe-area-inset-top, 0px);
  --qy-safe-bottom: env(safe-area-inset-bottom, 0px);
}

.qy-mobile-appbar,
.qy-mobile-tabbar,
.qy-mobile-more,
.qy-mobile-product-cta,
.qy-mobile-install-tip {
  display: none;
}

.qy-mobile-page {
  display: none;
}

.qy-desktop-page {
  display: block;
}

@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }

  .qy-mobile-appbar,
  .qy-mobile-appbar *,
  .qy-mobile-tabbar,
  .qy-mobile-tabbar *,
  .qy-mobile-more,
  .qy-mobile-more *,
  .qy-mobile-product-cta,
  .qy-mobile-product-cta *,
  .qy-mobile-install-tip,
  .qy-mobile-install-tip * {
    box-sizing: border-box;
  }

  html,
  body {
    background: #f7f9fb;
    overflow-x: hidden;
    padding-bottom: calc(var(--qy-mobile-tabbar-height) + var(--qy-safe-bottom));
  }

  body.single-product {
    padding-bottom: calc(var(--qy-mobile-tabbar-height) + var(--qy-mobile-product-cta-height) + var(--qy-safe-bottom));
  }

  .header {
    display: none;
  }

  .footer {
    display: none !important;
  }

  .site-main {
    padding-top: calc(var(--qy-mobile-appbar-height) + var(--qy-safe-top));
  }

  .qy-desktop-page {
    display: none !important;
  }

  .qy-mobile-page {
    display: block;
  }

  .qy-mobile-page,
  .qy-mobile-page * {
    box-sizing: border-box;
  }

  .qy-mobile-page {
    color: var(--color-ink);
    padding: 0 0.85rem var(--space-xl);
  }

  .qy-mobile-hero {
    background: linear-gradient(135deg, #0f8b8d 0%, #143642 100%);
    border-radius: 0 0 18px 18px;
    color: #fff;
    margin: 0 -0.85rem 0.95rem;
    padding: 1.25rem 0.85rem 1.05rem;
  }

  .qy-mobile-hero--compact {
    padding-bottom: 0.9rem;
  }

  .qy-mobile-hero__badge {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 850;
    margin-bottom: 0.75rem;
    padding: 0.38rem 0.65rem;
  }

  .qy-mobile-hero h1 {
    color: #fff;
    font-size: 1.82rem;
    line-height: 1.12;
    margin: 0 0 0.55rem;
    overflow-wrap: anywhere;
  }

  .qy-mobile-hero p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0 0 0.9rem;
  }

  .qy-mobile-search {
    align-items: center;
    background: #fff;
    border-radius: 14px;
    color: var(--color-muted);
    display: flex;
    font-size: 0.88rem;
    font-weight: 800;
    min-height: 46px;
    padding: 0 0.9rem;
    text-decoration: none;
  }

  .qy-mobile-search::before {
    content: "Search";
    color: var(--color-brand);
    flex: 0 0 auto;
    font-size: 0.76rem;
    font-weight: 900;
    margin-right: 0.6rem;
  }

  .qy-mobile-section {
    margin-bottom: 0.95rem;
  }

  .qy-mobile-section__head {
    align-items: flex-end;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.65rem;
  }

  .qy-mobile-section__head span {
    color: var(--color-brand);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    margin-bottom: 0.16rem;
  }

  .qy-mobile-section__head h2 {
    color: var(--color-ink);
    font-size: 1.08rem;
    line-height: 1.22;
    margin: 0;
  }

  .qy-mobile-section__head a {
    color: var(--color-brand);
    flex: 0 0 auto;
    font-size: 0.8rem;
    font-weight: 900;
    text-decoration: none;
  }

  .qy-mobile-actions {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qy-mobile-action {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(20, 24, 32, 0.06);
    color: var(--color-ink);
    min-height: 74px;
    padding: 0.75rem;
    text-decoration: none;
  }

  .qy-mobile-action span {
    color: var(--color-brand);
    display: block;
    font-size: 0.72rem;
    font-weight: 950;
    margin-bottom: 0.45rem;
  }

  .qy-mobile-action strong {
    display: block;
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .qy-mobile-chip-row {
    display: flex;
    gap: 0.45rem;
    margin: 0 -0.85rem;
    overflow-x: auto;
    padding: 0 0.85rem 0.15rem;
    scrollbar-width: none;
  }

  .qy-mobile-chip-row::-webkit-scrollbar {
    display: none;
  }

  .qy-mobile-chip-row a {
    background: #fff;
    border: 1px solid rgba(15, 139, 141, 0.16);
    border-radius: 999px;
    color: var(--color-brand);
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 900;
    min-height: 36px;
    padding: 0.55rem 0.78rem;
    text-decoration: none;
  }

  .qy-mobile-chip-row--sticky {
    position: sticky;
    top: calc(var(--qy-mobile-appbar-height) + var(--qy-safe-top));
    z-index: 10;
  }

  .qy-mobile-product-feed {
    display: grid;
    gap: 0.7rem;
  }

  .qy-mobile-product-card {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(20, 24, 32, 0.07);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 166px;
    overflow: hidden;
    padding: 0.58rem;
  }

  .qy-mobile-product-card__image {
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-size: 0.76rem;
    font-weight: 900;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
  }

  .qy-mobile-product-card__photo,
  .qy-mobile-product-visual__photo {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .qy-mobile-product-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .qy-mobile-product-card__tags,
  .qy-mobile-product-summary__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 0.35rem;
  }

  .qy-mobile-product-card__tags span,
  .qy-mobile-product-summary__chips span {
    background: rgba(15, 139, 141, 0.1);
    border-radius: 999px;
    color: var(--color-brand);
    font-size: 0.62rem;
    font-weight: 900;
    padding: 0.22rem 0.42rem;
  }

  .qy-mobile-product-card h3 {
    font-size: 0.94rem;
    line-height: 1.28;
    margin: 0 0 0.28rem;
  }

  .qy-mobile-product-card h3 a {
    color: var(--color-ink);
    text-decoration: none;
  }

  .qy-mobile-product-card p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--color-muted);
    display: -webkit-box;
    font-size: 0.78rem;
    line-height: 1.42;
    margin: 0 0 0.35rem;
    overflow: hidden;
  }

  .qy-mobile-product-card__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.28rem 0.45rem;
    margin-bottom: 0.45rem;
  }

  .qy-mobile-product-card__meta strong {
    color: var(--color-brand);
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .qy-mobile-product-card__meta strong .amount,
  .qy-mobile-product-card__meta strong .woocommerce-Price-amount,
  .qy-mobile-product-card__meta strong .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap;
  }

  .qy-mobile-product-card__meta > span {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 800;
  }

  .qy-mobile-product-card__actions {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
  }

  .qy-mobile-product-card__actions .btn {
    align-items: center;
    display: inline-flex;
    font-size: 0.72rem;
    justify-content: center;
    min-height: 36px;
    min-width: 0;
    padding: 0 0.28rem;
    white-space: nowrap;
    width: 100%;
  }

  .qy-mobile-process,
  .qy-mobile-card-panel,
  .qy-mobile-role-strip {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(20, 24, 32, 0.06);
    padding: 0.8rem;
  }

  .qy-mobile-process {
    display: grid;
    gap: 0.65rem;
  }

  .qy-mobile-process__item {
    align-items: flex-start;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .qy-mobile-process__item > span {
    align-items: center;
    background: var(--color-brand);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 950;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .qy-mobile-process__item strong {
    display: block;
    font-size: 0.94rem;
    margin-bottom: 0.15rem;
  }

  .qy-mobile-process__item p {
    color: var(--color-muted);
    font-size: 0.8rem;
    line-height: 1.42;
    margin: 0;
  }

  .qy-mobile-role-strip {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .qy-mobile-role-strip a {
    background: var(--color-canvas);
    border-radius: 12px;
    color: var(--color-ink);
    font-weight: 900;
    min-height: 44px;
    padding: 0.75rem;
    text-decoration: none;
  }

  .qy-mobile-product-visual {
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 0 0 18px 18px;
    color: #fff;
    display: flex;
    font-weight: 900;
    justify-content: center;
    margin: 0 -0.85rem 0.8rem;
    max-height: 420px;
    overflow: hidden;
  }

  .qy-mobile-product-summary {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(20, 24, 32, 0.06);
    padding: 0.9rem;
  }

  .qy-mobile-product-summary h1 {
    font-size: 1.28rem;
    line-height: 1.25;
    margin: 0 0 0.55rem;
  }

  .qy-mobile-product-summary p {
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0.55rem 0 0;
  }

  .qy-mobile-product-summary__price {
    align-items: baseline;
    display: flex;
    gap: 0.45rem;
    margin-bottom: 0.3rem;
  }

  .qy-mobile-product-summary__price strong {
    color: var(--color-brand);
    font-size: 1.2rem;
  }

  .qy-mobile-product-summary__price span,
  .qy-mobile-product-summary__meta span {
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 850;
  }

  .qy-mobile-product-summary__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .qy-mobile-card-panel .cart {
    display: grid;
    gap: 0.55rem;
  }

  .qy-mobile-card-panel .quantity {
    margin: 0;
  }

  .qy-mobile-card-panel .qty {
    min-height: 42px;
  }

  .qy-mobile-card-panel .single_add_to_cart_button {
    min-height: 44px;
    width: 100%;
  }

  .qy-mobile-spec-list {
    display: grid;
    gap: 0.45rem;
  }

  .qy-mobile-spec-list div {
    background: var(--color-canvas);
    border-radius: 10px;
    display: grid;
    gap: 0.22rem;
    padding: 0.62rem;
  }

  .qy-mobile-spec-list span {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 850;
  }

  .qy-mobile-spec-list strong {
    color: var(--color-ink);
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .qy-mobile-rich-text {
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .qy-mobile-rich-text img {
    border-radius: 12px;
    height: auto;
    max-width: 100%;
  }

  .qy-mobile-product-links {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.75rem;
  }

  .qy-mobile-product-links a {
    align-items: center;
    background: var(--color-canvas);
    border: 1px solid rgba(15, 139, 141, 0.16);
    border-radius: 12px;
    color: var(--color-brand);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 0.35rem;
    text-align: center;
    text-decoration: none;
  }

  .qy-mobile-appbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(20, 24, 32, 0.08);
    box-shadow: 0 8px 24px rgba(20, 24, 32, 0.08);
    display: block;
    left: 0;
    max-width: 100vw;
    padding-top: var(--qy-safe-top);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }

  .qy-mobile-appbar__inner {
    align-items: center;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: minmax(72px, auto) 1fr auto;
    height: var(--qy-mobile-appbar-height);
    max-width: 100%;
    padding: 0 0.85rem;
  }

  .qy-mobile-appbar__brand {
    align-items: center;
    color: var(--color-ink);
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 900;
    gap: 0.4rem;
    min-width: 0;
    text-decoration: none;
  }

  .qy-mobile-appbar__brand img {
    display: block;
    height: 32px;
    object-fit: contain;
    object-position: left center;
    width: 104px;
  }

  .qy-mobile-appbar__brand span {
    display: none;
  }

  .qy-mobile-appbar__title {
    color: var(--color-ink);
    font-size: 0.95rem;
    font-weight: 850;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .qy-mobile-appbar__actions {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    justify-content: flex-end;
  }

  .qy-mobile-appbar__icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 999px;
    color: var(--color-ink);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    position: relative;
    text-decoration: none;
  }

  .qy-mobile-appbar__icon svg {
    height: 20px;
    width: 20px;
  }

  .qy-mobile-lang {
    flex: 0 0 auto;
  }

  .qy-mobile-lang__trigger {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.1);
    border-radius: 999px;
    color: var(--color-ink);
    display: inline-flex;
    gap: 0.24rem;
    height: 38px;
    min-width: 66px;
    padding: 0 0.5rem;
  }

  .qy-mobile-lang__trigger svg {
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
  }

  .qy-mobile-lang__current {
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
  }

  .qy-mobile-lang__arrow {
    color: var(--color-muted);
    font-size: 0.62rem;
    line-height: 1;
  }

  .qy-mobile-lang__menu {
    min-width: 132px;
    right: 0;
    top: calc(100% + 0.45rem);
  }

  .qy-mobile-appbar__badge {
    align-items: center;
    background: var(--color-accent);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.62rem;
    font-weight: 900;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: -2px;
    top: -4px;
  }

  .qy-mobile-tabbar {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(20, 24, 32, 0.08);
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(20, 24, 32, 0.1);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    max-width: 100vw;
    min-height: calc(var(--qy-mobile-tabbar-height) + var(--qy-safe-bottom));
    padding: 0.35rem 0.35rem calc(0.35rem + var(--qy-safe-bottom));
    position: fixed;
    right: 0;
    width: 100vw;
    z-index: 1000;
  }

  .qy-mobile-tabbar__item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: var(--color-muted);
    display: inline-flex;
    flex-direction: column;
    font-family: inherit;
    font-size: 0.66rem;
    font-weight: 800;
    gap: 0.15rem;
    justify-content: center;
    min-height: 52px;
    min-width: 0;
    padding: 0.2rem 0.1rem;
    text-decoration: none;
  }

  .qy-mobile-tabbar__item.is-active {
    color: var(--color-brand);
  }

  .qy-mobile-tabbar__item.is-active .qy-mobile-tabbar__icon {
    background: rgba(15, 139, 141, 0.12);
  }

  .qy-mobile-tabbar__icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 42px;
  }

  .qy-mobile-tabbar__icon svg {
    height: 20px;
    width: 20px;
  }

  .qy-mobile-tabbar__label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .qy-mobile-more[hidden] {
    display: none;
  }

  .qy-mobile-more {
    display: block;
    inset: 0;
    position: fixed;
    z-index: 1200;
  }

  .qy-mobile-more__backdrop {
    background: rgba(20, 24, 32, 0.46);
    inset: 0;
    position: absolute;
  }

  .qy-mobile-more__sheet {
    background: #fff;
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -22px 55px rgba(20, 24, 32, 0.24);
    left: 0;
    max-height: 82vh;
    overflow-y: auto;
    padding: 0.7rem 1rem calc(1rem + var(--qy-safe-bottom));
    position: absolute;
    right: 0;
  }

  .qy-mobile-more__handle {
    background: rgba(20, 24, 32, 0.18);
    border-radius: 999px;
    height: 4px;
    margin: 0 auto 0.9rem;
    width: 42px;
  }

  .qy-mobile-more__header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.8rem;
  }

  .qy-mobile-more__header strong {
    color: var(--color-ink);
    display: block;
    font-size: 1.05rem;
  }

  .qy-mobile-more__header p,
  .qy-mobile-more__hint {
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.5;
    margin: 0.15rem 0 0;
  }

  .qy-mobile-more__close,
  .qy-mobile-install-tip button {
    align-items: center;
    background: var(--color-canvas);
    border: 0;
    border-radius: 999px;
    color: var(--color-ink);
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .qy-mobile-more__links {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0.9rem;
  }

  .qy-mobile-more__links a {
    background: var(--color-canvas);
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 12px;
    color: var(--color-ink);
    font-size: 0.9rem;
    font-weight: 800;
    min-height: 48px;
    padding: 0.85rem;
    text-decoration: none;
  }

  .qy-mobile-install {
    background: var(--color-brand);
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-family: inherit;
    font-weight: 900;
    margin-bottom: 0.75rem;
    min-height: 46px;
    width: 100%;
  }

  .qy-mobile-install-tip {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 139, 141, 0.18);
    border-radius: 14px;
    bottom: calc(var(--qy-mobile-tabbar-height) + var(--qy-safe-bottom) + 0.75rem);
    box-shadow: 0 16px 42px rgba(20, 24, 32, 0.18);
    color: var(--color-ink);
    display: flex;
    gap: 0.75rem;
    left: 0.85rem;
    padding: 0.85rem;
    position: fixed;
    right: 0.85rem;
    z-index: 1100;
  }

  .qy-mobile-install-tip[hidden] {
    display: none;
  }

  .qy-mobile-install-tip span {
    flex: 1;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.45;
  }

  .hero {
    padding-top: var(--space-xl);
  }

  .hero__content {
    min-width: 0;
  }

  .hero__title {
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero__inner,
  .product-detail,
  .product-layout {
    gap: var(--space-lg);
  }

  .search-bar {
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
  }

  .section {
    padding: var(--space-2xl) 0;
  }

  .process {
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .process__step {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .product-card {
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(20, 24, 32, 0.08);
  }

  .product-card__img {
    aspect-ratio: 1 / 1;
  }

  .product-card__body {
    padding: 0.85rem;
  }

  .product-card__title {
    font-size: 0.96rem;
    line-height: 1.32;
  }

  .product-card__desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
  }

  .product-card__meta {
    align-items: flex-start;
    gap: 0.45rem;
  }

  .product-card__actions {
    display: grid !important;
    gap: 0.45rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card__actions .btn {
    align-items: center;
    display: inline-flex;
    font-size: 0.76rem;
    justify-content: center;
    min-height: 42px;
    min-width: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    white-space: nowrap;
    width: 100%;
  }

  .filter-sidebar {
    display: none;
  }

  .product-results {
    min-width: 0;
  }

  .product-toolbar {
    border-radius: 12px;
    padding: 0.8rem;
  }

  .product-detail {
    display: block;
  }

  .product-detail__gallery,
  .product-detail__info {
    margin-bottom: var(--space-lg);
  }

  .product-detail__main-img {
    border-radius: 16px;
    min-height: 300px;
  }

  .product-detail__title {
    font-size: 1.45rem;
  }

  .qy-single-cart {
    scroll-margin-top: calc(var(--qy-mobile-appbar-height) + 1rem);
  }

  .qy-product-cta-group {
    display: none;
  }

  .qy-mobile-product-cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(20, 24, 32, 0.08);
    bottom: calc(var(--qy-mobile-tabbar-height) + var(--qy-safe-bottom));
    box-shadow: 0 -10px 30px rgba(20, 24, 32, 0.12);
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    max-width: 100vw;
    min-height: var(--qy-mobile-product-cta-height);
    padding: 0.55rem 0.75rem;
    position: fixed;
    right: 0;
    width: 100vw;
    z-index: 999;
  }

  .qy-mobile-product-cta a,
  .qy-mobile-product-cta button {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-family: inherit;
    font-size: 0.74rem;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    overflow: hidden;
    padding: 0 0.4rem;
    text-align: center;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
  }

  .qy-mobile-product-cta__primary {
    background: var(--color-brand);
    border: 0;
    color: #fff;
  }

  .qy-mobile-product-cta a {
    background: var(--color-canvas);
    border: 1px solid rgba(15, 139, 141, 0.18);
    color: var(--color-brand);
  }

  .woocommerce-account .woocommerce {
    display: block;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: var(--space-md);
    padding: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(20, 24, 32, 0.05);
    font-size: 0.85rem;
    min-height: 44px;
    padding: 0.75rem;
    white-space: normal;
  }

  .qy-account-hero,
  .qy-account-panel,
  .qy-account-stat,
  .woocommerce-cart-form,
  .woocommerce-checkout form.checkout,
  .woocommerce .cart-collaterals .cart_totals,
  .auth-page__panel,
  .auth-page__brand {
    border-radius: 14px;
  }

  .woocommerce table.shop_table {
    border-radius: 12px;
  }

  .woocommerce-cart .entry-content,
  .woocommerce-checkout .entry-content,
  .woocommerce-account .entry-content {
    padding-bottom: calc(var(--space-2xl) + var(--qy-mobile-tabbar-height));
  }
}

@media (max-width: 380px) {
  .qy-mobile-appbar__inner {
    grid-template-columns: minmax(58px, auto) 1fr auto;
    padding: 0 0.6rem;
  }

  .qy-mobile-appbar__brand img {
    height: 30px;
    width: 92px;
  }

  .qy-mobile-tabbar__label {
    font-size: 0.6rem;
  }

  .qy-mobile-product-cta {
    gap: 0.32rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .qy-mobile-product-cta a,
  .qy-mobile-product-cta button,
  .product-card__actions .btn {
    font-size: 0.68rem;
  }
}

@media (max-width: 767px) {
  body {
    background: #f5f8fb;
  }

  .qy-mobile-atoms-home,
  .qy-mobile-atoms-products,
  .qy-mobile-contact-page,
  .qy-mobile-account-home,
  .qy-mobile-inquiry-page {
    padding: 0 0.85rem calc(var(--space-xl) + var(--qy-mobile-tabbar-height));
  }

  .qy-mobile-search-section {
    padding: 0.85rem 0 0.45rem;
  }

  .qy-mobile-searchbar {
    align-items: center;
    background: #fff;
    border: 1.5px solid rgba(20, 24, 32, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 46px;
    padding: 4px 4px 4px 0.75rem;
    text-decoration: none;
  }

  .qy-mobile-searchbar__icon {
    color: #64748b;
    font-size: 1.3rem;
    line-height: 1;
  }

  .qy-mobile-searchbar__text {
    color: #64748b;
    font-size: 0.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .qy-mobile-searchbar strong {
    align-items: center;
    background: var(--color-brand);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    padding: 0 1rem;
  }

  .qy-mobile-banner {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    border-radius: 9px;
    color: #fff;
    margin: 0.35rem 0 0.65rem;
    min-height: 124px;
    padding: 1rem;
    position: relative;
    text-align: center;
  }

  .qy-mobile-banner__tag {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.55rem;
    padding: 0.32rem 0.7rem;
  }

  .qy-mobile-banner h2 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 0.4rem;
  }

  .qy-mobile-banner p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    margin: 0;
  }

  .qy-mobile-banner__dots {
    bottom: -0.55rem;
    display: flex;
    gap: 5px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
  }

  .qy-mobile-banner__dots span {
    background: #d6dde6;
    border-radius: 999px;
    height: 5px;
    width: 5px;
  }

  .qy-mobile-banner__dots .is-active {
    background: var(--color-brand);
    width: 18px;
  }

  .qy-mobile-portal {
    background: linear-gradient(180deg, #e7f6f6 0%, #f5f8fb 100%);
    margin: 1rem -0.85rem 0;
    padding: 1.7rem 0.85rem 0.85rem;
    text-align: center;
  }

  .qy-mobile-portal__badge {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.1);
    border-radius: 999px;
    color: #526174;
    display: inline-flex;
    font-size: 0.72rem;
    margin-bottom: 1rem;
    padding: 0.42rem 0.9rem;
  }

  .qy-mobile-portal h1 {
    color: #030712;
    font-size: 1.22rem;
    font-weight: 950;
    line-height: 1.18;
    margin: 0 0 0.7rem;
  }

  .qy-mobile-portal p {
    color: #526174;
    font-size: 0.82rem;
    line-height: 1.65;
    margin: 0 auto 0.9rem;
    max-width: 340px;
  }

  .qy-mobile-portal__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .qy-mobile-portal__signals span {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.1);
    border-radius: 999px;
    color: #111827;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.45rem 0.8rem;
  }

  .qy-mobile-portal__cta {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 1rem;
  }

  .qy-mobile-portal__cta .btn {
    width: 100%;
  }

  .qy-mobile-product-cats {
    margin-bottom: 0.55rem;
  }

  .qy-mobile-product-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .qy-mobile-product-toolbar > span {
    color: #526174;
    font-size: 0.82rem;
  }

  .qy-mobile-product-toolbar__actions {
    align-items: center;
    display: flex;
    gap: 0.45rem;
  }

  .qy-mobile-sort {
    position: relative;
  }

  .qy-mobile-sort__trigger {
    background: #fff;
    border: 1.5px solid rgba(20, 24, 32, 0.12);
    border-radius: 8px;
    color: #111827;
    font-family: inherit;
    font-size: 0.82rem;
    min-height: 38px;
    padding: 0 0.7rem;
  }

  .qy-mobile-sort__menu {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.1);
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(20, 24, 32, 0.14);
    display: none;
    min-width: 172px;
    padding: 0.35rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 30;
  }

  .qy-mobile-sort.is-open .qy-mobile-sort__menu {
    display: block;
  }

  .qy-mobile-sort__menu button {
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #526174;
    display: block;
    font-family: inherit;
    font-size: 0.82rem;
    padding: 0.55rem;
    text-align: left;
    width: 100%;
  }

  .qy-mobile-atoms-products .qy-mobile-product-feed,
  .qy-mobile-atoms-home .qy-mobile-product-feed {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qy-mobile-atoms-products .qy-mobile-product-card,
  .qy-mobile-atoms-home .qy-mobile-product-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__image,
  .qy-mobile-atoms-home .qy-mobile-product-card__image {
    aspect-ratio: 1 / 1;
    border-radius: 8px 8px 0 0;
    width: 100%;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__body,
  .qy-mobile-atoms-home .qy-mobile-product-card__body {
    padding: 0.55rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card h3,
  .qy-mobile-atoms-home .qy-mobile-product-card h3 {
    font-size: 0.78rem;
    min-height: 2.1em;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card p,
  .qy-mobile-atoms-home .qy-mobile-product-card p {
    display: none;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__meta,
  .qy-mobile-atoms-home .qy-mobile-product-card__meta {
    display: block;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__meta strong,
  .qy-mobile-atoms-home .qy-mobile-product-card__meta strong {
    display: block;
    font-size: 0.84rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__meta > span,
  .qy-mobile-atoms-home .qy-mobile-product-card__meta > span {
    display: block;
    font-size: 0.68rem;
    margin-top: 0.15rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__actions,
  .qy-mobile-atoms-home .qy-mobile-product-card__actions {
    grid-template-columns: 1fr;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__actions .btn,
  .qy-mobile-atoms-home .qy-mobile-product-card__actions .btn {
    min-height: 40px;
  }

  .qy-mobile-sheet-overlay {
    background: rgba(0, 0, 0, 0.4);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 2000;
  }

  .qy-mobile-sheet-overlay.is-open {
    display: block;
  }

  .qy-mobile-sheet {
    background: #fff;
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -20px 45px rgba(20, 24, 32, 0.2);
    left: 0;
    max-height: 82vh;
    overflow: hidden;
    position: fixed;
    right: 0;
    transform: translateY(105%);
    transition: transform 0.25s ease;
    z-index: 2001;
  }

  .qy-mobile-product-filter-sheet {
    display: block;
  }

  .qy-mobile-sheet.is-open {
    transform: translateY(0);
  }

  .qy-mobile-sheet__handle {
    background: #d6dde6;
    border-radius: 999px;
    height: 4px;
    margin: 0.6rem auto;
    width: 36px;
  }

  .qy-mobile-sheet__header,
  .qy-mobile-sheet__footer {
    align-items: center;
    border-bottom: 1px solid rgba(20, 24, 32, 0.08);
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
  }

  .qy-mobile-sheet__footer {
    border-bottom: 0;
    border-top: 1px solid rgba(20, 24, 32, 0.08);
  }

  .qy-mobile-sheet__header button {
    background: #f5f8fb;
    border: 0;
    border-radius: 999px;
    height: 32px;
    width: 32px;
  }

  .qy-mobile-sheet__body {
    max-height: 58vh;
    overflow-y: auto;
    padding: 1rem;
  }

  .qy-mobile-sheet__body .filter-group {
    display: grid;
    gap: 0.55rem;
  }

  .qy-mobile-contact-hero {
    background: linear-gradient(135deg, var(--color-brand), #143642);
    border-radius: 14px;
    color: #fff;
    margin-top: 0.85rem;
    padding: 1rem;
  }

  .qy-mobile-contact-hero span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.75rem;
    font-weight: 900;
  }

  .qy-mobile-contact-hero h1 {
    color: #fff;
    font-size: 1.28rem;
    margin: 0.35rem 0;
  }

  .qy-mobile-contact-hero p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.84rem;
    line-height: 1.55;
    margin: 0;
  }

  .woocommerce-account .qy-mobile-account-home,
  .woocommerce-account .qy-mobile-inquiry-page {
    display: block;
  }

  .woocommerce-account .qy-account,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content > h2,
  .woocommerce-account .woocommerce-MyAccount-content > table.shop_table,
  .woocommerce-account .woocommerce-MyAccount-content > p:not(.woocommerce-info) {
    display: none;
  }

  .qy-mobile-user-card {
    background: linear-gradient(135deg, var(--color-brand), #143642);
    border-radius: 12px;
    color: #fff;
    margin: 0.85rem 0;
    padding: 1rem;
  }

  .qy-mobile-user-card__row {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .qy-mobile-user-card__avatar {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    display: flex;
    font-weight: 950;
    height: 52px;
    justify-content: center;
    width: 52px;
  }

  .qy-mobile-user-card__info {
    min-width: 0;
  }

  .qy-mobile-user-card__info strong,
  .qy-mobile-user-card__info span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .qy-mobile-user-card__info span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
  }

  .qy-mobile-user-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .qy-mobile-user-card__tags span {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    padding: 0.32rem 0.7rem;
  }

  .qy-mobile-data-cards {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0.85rem;
  }

  .qy-mobile-data-card {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 10px;
    padding: 0.85rem;
    text-align: center;
    text-decoration: none;
  }

  .qy-mobile-data-card strong {
    color: var(--color-brand);
    display: block;
    font-size: 1.25rem;
  }

  .qy-mobile-data-card span {
    color: #526174;
    display: block;
    font-size: 0.72rem;
    margin-top: 0.2rem;
  }

  .qy-mobile-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
  }

  .qy-mobile-menu-list {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 10px;
    overflow: hidden;
  }

  .qy-mobile-menu-list a {
    align-items: center;
    border-bottom: 1px solid rgba(20, 24, 32, 0.07);
    color: #111827;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.85rem 1rem;
    text-decoration: none;
  }

  .qy-mobile-menu-list a:last-child {
    border-bottom: 0;
  }

  .qy-mobile-menu-list em {
    color: #94a3b8;
    font-style: normal;
  }

  .qy-mobile-status-tabs {
    background: #fff;
    display: flex;
    gap: 0.45rem;
    margin: 0 -0.85rem 0.85rem;
    overflow-x: auto;
    padding: 0.75rem 0.85rem;
  }

  .qy-mobile-status-tabs button {
    background: #fff;
    border: 1.5px solid rgba(20, 24, 32, 0.1);
    border-radius: 999px;
    color: #526174;
    flex: 0 0 auto;
    font-family: inherit;
    font-size: 0.78rem;
    min-height: 34px;
    padding: 0 0.8rem;
  }

  .qy-mobile-status-tabs .is-active {
    border-color: var(--color-brand);
    color: var(--color-brand);
  }

  .qy-mobile-inquiry-list {
    display: grid;
    gap: 0.65rem;
  }

  .qy-mobile-inquiry-card {
    background: #fff;
    border: 1px solid rgba(20, 24, 32, 0.08);
    border-radius: 10px;
    padding: 0.85rem;
  }

  .qy-mobile-inquiry-card__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.55rem;
  }

  .qy-mobile-inquiry-card__head span {
    color: #64748b;
    font-size: 0.72rem;
  }

  .qy-mobile-inquiry-card h3 {
    font-size: 0.98rem;
    margin: 0 0 0.45rem;
  }

  .qy-mobile-inquiry-card__details {
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.74rem;
    gap: 0.45rem;
    margin-bottom: 0.55rem;
  }

  .qy-mobile-inquiry-card__next {
    border-top: 1px solid rgba(20, 24, 32, 0.08);
    color: var(--color-brand);
    font-size: 0.76rem;
    padding-top: 0.55rem;
  }

  .qy-mobile-status {
    background: rgba(15, 139, 141, 0.1);
    border-radius: 999px;
    color: var(--color-brand);
    font-size: 0.68rem;
    padding: 0.25rem 0.55rem;
  }

  .qy-mobile-appbar {
    box-shadow: none;
  }

  .qy-mobile-appbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 0.8rem;
  }

  .qy-mobile-appbar__title {
    display: none;
  }

  .qy-mobile-appbar__brand {
    font-size: 0.95rem;
  }

  .qy-mobile-appbar__icon {
    border-color: rgba(20, 24, 32, 0.1);
    height: 34px;
    min-width: 34px;
  }

  .qy-mobile-appbar__icon svg {
    height: 19px;
    width: 19px;
  }

  .qy-mobile-lang__trigger {
    height: 34px;
    min-width: 62px;
    padding: 0 0.45rem;
  }

  .qy-mobile-lang__trigger svg {
    height: 17px;
    width: 17px;
  }

  .qy-mobile-atoms-products .qy-mobile-chip-row a {
    min-height: 34px;
    padding: 0.48rem 0.74rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-toolbar {
    margin-bottom: 0.75rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-toolbar .btn {
    border-radius: 8px;
    min-height: 38px;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card {
    border-radius: 8px;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__body {
    min-height: 190px;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__tags {
    margin-bottom: 0.45rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__tags span,
  .qy-mobile-atoms-products .qy-mobile-product-card__meta > span {
    line-height: 1.25;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__meta > span + span {
    color: var(--color-brand);
    margin-top: 0.45rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__actions {
    gap: 0.55rem;
  }

  .qy-mobile-atoms-products .qy-mobile-product-card__actions .btn {
    border-radius: 8px;
    font-size: 0.76rem;
    min-height: 40px;
  }

  .woocommerce-account .entry-content {
    padding-left: 0;
    padding-right: 0;
  }

  body.woocommerce-account.logged-in .entry-content {
    padding-top: 0 !important;
  }

  body.woocommerce-account.logged-in .site-main > .section {
    padding-top: 0 !important;
  }

  body.woocommerce-account .site-main,
  body.woocommerce-account .entry-content,
  body.woocommerce-account .entry-content > .woocommerce,
  body.woocommerce-account .woocommerce,
  body.woocommerce-account .woocommerce-MyAccount-content {
    clear: both !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    width: 100% !important;
  }

  body.woocommerce-account .entry-content > .woocommerce {
    display: block !important;
    gap: 0 !important;
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-account .entry-content > .woocommerce > .woocommerce-notices-wrapper,
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1 / -1 !important;
  }

  .woocommerce-account .entry-title,
  .woocommerce-account .section-title,
  .woocommerce-account .page-title {
    display: none;
  }

  .woocommerce-account .entry-content > .woocommerce {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    padding: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: none !important;
    float: none !important;
    grid-column: 1 / -1 !important;
    position: static !important;
    width: 100% !important;
  }

  .woocommerce-account .qy-mobile-account-home,
  .woocommerce-account .qy-mobile-inquiry-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden;
    width: 100% !important;
  }

  .woocommerce-account:not(.logged-in) .entry-content,
  .woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
    padding: 0;
  }

  .woocommerce-account:not(.logged-in) .auth-page {
    background: #f5f8fb;
    min-height: auto;
    padding: 0.85rem 0.85rem calc(var(--space-xl) + var(--qy-mobile-tabbar-height));
  }

  .woocommerce-account:not(.logged-in) .auth-page__inner {
    display: block;
    max-width: none;
  }

  .woocommerce-account:not(.logged-in) .auth-page__brand {
    background: linear-gradient(135deg, var(--color-brand), #143642);
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    color: #fff;
    margin-bottom: 0.85rem;
    padding: 0.95rem;
  }

  .woocommerce-account:not(.logged-in) .auth-page__brand .section-label,
  .woocommerce-account:not(.logged-in) .auth-page__brand .auth-page__desc {
    color: rgba(255, 255, 255, 0.78);
  }

  .woocommerce-account:not(.logged-in) .auth-page__logo,
  .woocommerce-account:not(.logged-in) .auth-page__title {
    color: #fff;
  }

  .woocommerce-account:not(.logged-in) .auth-page__title {
    font-size: 1.16rem;
    line-height: 1.22;
    margin-bottom: 0.45rem;
  }

  .woocommerce-account:not(.logged-in) .auth-page__desc {
    font-size: 0.84rem;
    line-height: 1.5;
    margin-bottom: 0.65rem;
  }

  .woocommerce-account:not(.logged-in) .auth-page__signals span {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  .woocommerce-account:not(.logged-in) .auth-page__panel {
    border-radius: 12px;
    padding: 0.9rem;
  }

  .woocommerce-account:not(.logged-in) .form__row,
  .woocommerce-account:not(.logged-in) .auth-page__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .woocommerce-account:not(.logged-in) .auth-page__tabs,
  .woocommerce-account:not(.logged-in) .auth-page__lang {
    border-radius: 10px;
  }

  .qy-mobile-account-home {
    padding-top: 0.85rem;
  }

  .woocommerce-account .qy-mobile-inquiry-page {
    padding-top: 0.85rem !important;
  }

  body.woocommerce-account.logged-in .qy-mobile-account-home,
  body.woocommerce-account.logged-in .qy-mobile-inquiry-page {
    padding-top: 0 !important;
  }

  .qy-mobile-user-card {
    margin-top: 0;
  }

  .qy-mobile-account-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qy-mobile-account-actions .btn {
    border-radius: 8px;
    min-height: 40px;
    white-space: nowrap;
  }

  .qy-mobile-account-actions .btn:last-child {
    grid-column: 1 / -1;
  }

  .qy-mobile-menu-list a {
    gap: 0.75rem;
  }

  .qy-mobile-menu-list span {
    min-width: 0;
  }

  .qy-mobile-inquiry-page {
    padding-top: 0;
  }

  .qy-mobile-inquiry-card {
    border-radius: 8px;
  }

  .qy-mobile-contact-page .qy-inquiry-form--mobile {
    border-radius: 12px;
  }
}
