/* Alcon mobil app polish — loaded after bridge.css */

html {
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

body.alcon-app-body {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

#preloader {
    display: none !important;
}

.header-area {
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: none !important;
    padding-top: env(safe-area-inset-top);
    position: sticky;
    top: 0;
    z-index: 40;
}

.header-area .container {
    min-height: 52px;
    padding-block: 0.35rem;
}

.logo-wrapper {
    flex: 0 1 auto;
    min-width: 0;
}

.alcon-header-brand {
    align-items: center;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-flex;
    gap: 0.5rem;
    min-height: auto !important;
    padding: 0 !important;
    text-decoration: none;
}

.logo-wrapper .alcon-header-brand__logo,
.alcon-header-brand__logo {
    display: block;
    flex: 0 0 auto;
    height: 30px !important;
    max-height: 30px !important;
    max-width: min(132px, 42vw);
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.alcon-header-brand__name {
    display: none !important;
}

.alcon-header-brand__mark {
    display: none;
}

.navbar-logo-container .search-icon-wrap a,
.navbar-logo-container .cart-icon-wrap a,
.navbar-logo-container .suha-navbar-toggler {
    background: #f1f5f9 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #334155;
    height: 38px !important;
    width: 38px !important;
}

.alcon-drawer-brand__logo {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    padding: 0.4rem 0.55rem;
}

.alcon-drawer-brand__logo img {
    display: block;
    height: 32px;
    max-width: 120px;
    object-fit: contain;
    width: auto;
}

.alcon-home-top {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.35rem 0 0 !important;
}

.alcon-home-search-bar {
    margin-bottom: 0.15rem;
}

.alcon-home-search-bar__form {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    display: flex;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0 0.45rem 0 0.75rem;
}

.alcon-home-search-bar__form > i {
    color: #94a3b8;
    flex: 0 0 auto;
    font-size: 1.05rem;
}

.alcon-home-search-bar__form .form-control {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #0f172a;
    flex: 1 1 auto;
    font-size: 0.92rem;
    font-weight: 500;
    min-height: 44px;
    min-width: 0;
    padding: 0 !important;
}

.alcon-home-search-bar__form .form-control::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.alcon-home-search-bar__filter {
    align-items: center;
    border-radius: 10px;
    color: #64748b;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px;
}

.alcon-home-search-bar__filter:active {
    background: #f1f5f9;
}

.alcon-search-field {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 0.35rem;
    min-width: 0;
    padding-left: 0.15rem;
}

.alcon-search-field > i {
    color: #94a3b8;
    flex: 0 0 auto;
    font-size: 1rem;
}

.alcon-search-field .form-control {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0 !important;
}

.alcon-app-search form {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    gap: 0.35rem !important;
    min-height: 48px !important;
    padding: 0 0.35rem 0 0.15rem !important;
}

.alcon-app-search form button[type="submit"] {
    background: #f1f5f9 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #475569 !important;
    flex: 0 0 auto;
    height: 36px !important;
    margin: 0 !important;
    min-width: 36px !important;
    order: 3;
    padding: 0 !important;
    width: 36px !important;
}

.alcon-app-search .alternative-search-options {
    display: none !important;
}

.alcon-search-page-bar {
    margin-bottom: 0.75rem;
}

.alcon-search-page-bar__submit,
.alcon-app-search__clear {
    align-items: center;
    background: #f1f5f9 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #475569 !important;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px !important;
    justify-content: center;
    margin: 0 !important;
    min-width: 36px !important;
    padding: 0 !important;
    width: 36px !important;
}

.alcon-app-search__clear.is-hidden {
    display: none !important;
}

.alcon-home-actions {
    display: none !important;
}

.alcon-featured-primary__top .alcon-featured-primary__eyebrow:empty {
    display: none;
}

.alcon-buy-bar {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    bottom: calc(72px + env(safe-area-inset-bottom));
    box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.08);
    left: 50%;
    max-width: 460px;
    opacity: 0;
    padding: 0.65rem 0.85rem;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%, 12px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    width: calc(100% - 1rem);
    z-index: 35;
}

.alcon-buy-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.alcon-buy-bar__inner {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: space-between;
}

.alcon-buy-bar__price {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.alcon-buy-bar__price strong {
    color: #0f172a;
    font-size: 0.95rem;
    letter-spacing: -0.03em;
}

.alcon-buy-bar__price span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
}

.alcon-buy-bar .btn {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 12px 22px rgba(91, 109, 247, 0.24);
    flex: 0 0 auto;
    font-weight: 700;
    min-width: 132px;
    white-space: nowrap;
}

.alcon-product-screen {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

.alcon-detail-buy-card.is-sticky-view {
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.page-content-wrapper .container {
    max-width: 460px;
}

.footer-nav-area {
    left: 50%;
    max-width: 460px;
    transform: translateX(-50%);
    width: calc(100% - 1rem);
}

.alcon-boot-screen__logo {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    display: inline-flex;
    justify-content: center;
    min-height: 52px;
    min-width: 52px;
    padding: 0.45rem 0.7rem;
}

.alcon-boot-screen__logo img {
    display: block;
    height: 34px;
    max-width: min(140px, 52vw);
    object-fit: contain;
    width: auto;
}

@media (min-width: 520px) {
    .alcon-app-shell__frame {
        border-left: 1px solid rgba(15, 23, 42, 0.04);
        border-right: 1px solid rgba(15, 23, 42, 0.04);
    }
}

/* Category bottom sheet — viewport level, native app feel */
.alcon-category-sheet {
    inset: 0 !important;
    opacity: 0;
    pointer-events: none;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    visibility: hidden;
    z-index: 5000 !important;
}

.alcon-category-sheet.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.alcon-category-sheet__backdrop {
    backdrop-filter: blur(4px);
    background: rgba(15, 23, 42, 0.45) !important;
    border: 0;
    inset: 0;
    position: absolute;
    width: 100%;
}

.alcon-category-sheet__panel {
    background: #fff !important;
    border-radius: 20px 20px 0 0 !important;
    bottom: 0 !important;
    box-shadow: 0 -20px 40px rgba(15, 23, 42, 0.18) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    height: min(78dvh, 720px) !important;
    left: 50% !important;
    max-height: min(85dvh, 780px) !important;
    max-width: 460px !important;
    overflow: hidden !important;
    padding: 0.35rem 0 0 !important;
    position: fixed !important;
    right: auto !important;
    transform: translate3d(-50%, 100%, 0) !important;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
    width: 100% !important;
    will-change: transform;
}

.alcon-category-sheet.is-open .alcon-category-sheet__panel {
    transform: translate3d(-50%, 0, 0) !important;
}

.alcon-category-sheet__grabber {
    background: #cbd5e1;
    border-radius: 999px;
    height: 4px;
    margin: 0.45rem auto 0.15rem;
    width: 42px;
}

.alcon-category-sheet__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 1rem 0.75rem;
}

.alcon-category-sheet__eyebrow {
    color: #64748b !important;
    display: block;
    font-size: 0.68rem !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
}

.alcon-category-sheet__header h6 {
    color: #0f172a;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    margin: 0;
}

.alcon-category-sheet__close {
    align-items: center;
    background: #f1f5f9 !important;
    border: 0;
    border-radius: 999px;
    color: #334155;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.alcon-category-sheet__search {
    align-items: center;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 12px !important;
    display: flex;
    gap: 0.5rem;
    margin: 0 1rem 0.75rem !important;
    min-height: 46px !important;
    padding: 0 0.75rem !important;
}

.alcon-category-sheet__search i {
    color: #94a3b8;
}

.alcon-category-sheet__search input {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #0f172a;
    flex: 1 1 auto;
    font-size: 0.92rem !important;
    min-height: 44px !important;
    outline: none;
    padding: 0 !important;
}

.alcon-category-sheet__list,
[data-category-sheet-list] {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    padding: 0 0 calc(1rem + env(safe-area-inset-bottom)) !important;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
}

.alcon-category-sheet__item,
a.alcon-category-sheet__item {
    align-items: center !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.05) !important;
    box-sizing: border-box !important;
    color: #0f172a !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 0.75rem !important;
    justify-content: space-between !important;
    min-height: 52px !important;
    padding: 0.85rem 1rem !important;
    text-decoration: none !important;
    width: 100% !important;
}

.alcon-category-sheet__item span {
    flex: 1 1 auto;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    min-width: 0;
}

.alcon-category-sheet__item i {
    color: #2563eb;
    flex: 0 0 auto;
    font-size: 1.05rem;
    opacity: 0;
}

.alcon-category-sheet__item.is-active {
    background: rgba(37, 99, 235, 0.06);
}

.alcon-category-sheet__item.is-active span {
    color: #1d4ed8;
    font-weight: 700;
}

.alcon-category-sheet__item.is-active i {
    opacity: 1;
}

.alcon-category-sheet__item:active {
    background: #f1f5f9;
}

.alcon-category-sheet__empty {
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}

.alcon-category-sheet__item.is-hidden {
    display: none !important;
}

.alcon-category-sheet__empty.is-hidden {
    display: none;
}

body.has-category-sheet,
html.has-category-sheet {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
}

body.has-category-sheet #footerNav,
body.has-category-sheet #footerNav.is-hidden-by-sheet {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.alcon-category-trigger {
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
    color: #0f172a !important;
    display: inline-flex;
    font-weight: 700;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0 0.85rem;
}

.alcon-category-trigger i {
    color: #2563eb;
}

.alcon-category-preview .alcon-category-chip.is-active {
    background: rgba(37, 99, 235, 0.08) !important;
    border-color: rgba(37, 99, 235, 0.12) !important;
    box-shadow: none !important;
    color: #1d4ed8 !important;
    transform: none !important;
}

/* Ürünler listesi — ince başlık, tam isim görünsün (style.css nowrap override) */
.alcon-search-screen .alcon-browse-card .product-description .product-title,
.alcon-search-screen .alcon-browse-card.horizontal-product-card .product-title {
    color: #475569 !important;
    display: -webkit-box !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    margin-bottom: 0.18rem !important;
    min-height: 0 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    text-overflow: ellipsis;
    white-space: normal !important;
    word-break: break-word;
}

.alcon-search-screen .alcon-browse-card__eyebrow {
    color: #94a3b8 !important;
    font-size: 0.62rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 0.12rem !important;
    text-transform: uppercase;
}

.alcon-search-screen .alcon-browse-card .sale-price {
    color: #0f172a !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
    margin-bottom: 0.1rem !important;
    margin-top: 0 !important;
}

.alcon-search-screen .alcon-browse-card .sale-price span {
    color: #94a3b8 !important;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
}

.alcon-search-screen .alcon-browse-card .product-description {
    gap: 0.12rem !important;
}

/* ——— Anasayfa uygulama düzeni ——— */
.alcon-home-app {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.alcon-home-app.is-ready {
    opacity: 1;
    transform: translateY(0);
}

.alcon-home-app .alcon-home-top {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.alcon-home-shortcuts {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alcon-home-shortcut {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    min-height: 68px;
    justify-content: center;
    padding: 0.5rem 0.35rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: transform 0.16s ease, background-color 0.16s ease;
}

.alcon-home-shortcut i {
    color: #2563eb;
    font-size: 1.15rem;
}

.alcon-home-shortcut span {
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.15;
}

.alcon-home-shortcut:active {
    background: #f8fafc;
    transform: scale(0.97);
}

.alcon-home-shortcut__badge {
    align-items: center;
    background: #2563eb;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 0.28rem;
    position: absolute;
    right: 0.35rem;
    top: 0.35rem;
}

.alcon-home-hero {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
}

.alcon-home-hero__spotlight {
    background-color: #0f172a;
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    display: block;
    min-height: 168px;
    overflow: hidden;
    padding: 0.85rem;
    position: relative;
    text-decoration: none;
}

.alcon-home-hero__spotlight--empty {
    background: linear-gradient(145deg, #1d4ed8 0%, #0f172a 100%);
}

.alcon-home-hero__spotlight-overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.82) 100%);
    inset: 0;
    position: absolute;
}

.alcon-home-hero__spotlight-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 136px;
    position: relative;
    z-index: 1;
}

.alcon-home-hero__spotlight-top {
    align-items: flex-start;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

.alcon-home-hero__eyebrow {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.alcon-home-hero__badge {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.28rem 0.55rem;
}

.alcon-home-hero__spotlight-bottom strong {
    color: #fff;
    display: -webkit-box;
    font-size: 0.88rem;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.35;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.alcon-home-hero__spotlight-bottom p {
    align-items: baseline;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 0.35rem;
    margin: 0;
}

.alcon-home-hero__spotlight-bottom p span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    font-weight: 500;
    text-decoration: line-through;
}

.alcon-home-hero__spotlight--empty .alcon-home-hero__spotlight-bottom strong,
.alcon-home-hero__spotlight--empty .alcon-home-hero__spotlight-bottom p {
    color: #fff;
}

.alcon-home-hero__tiles {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.alcon-home-tile {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    color: #0f172a;
    display: flex;
    flex: 1 1 auto;
    gap: 0.55rem;
    min-height: 0;
    padding: 0.75rem 0.85rem;
    text-decoration: none;
    transition: transform 0.16s ease, background-color 0.16s ease;
}

.alcon-home-tile i {
    align-items: center;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 12px;
    color: #2563eb;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.1rem;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.alcon-home-tile span {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
}

.alcon-home-tile:active {
    background: #f8fafc;
    transform: scale(0.98);
}

.alcon-home-section {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.alcon-home-section__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.alcon-home-section__head h2 {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}

.alcon-home-section__link {
    align-items: center;
    color: #2563eb;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.15rem;
    text-decoration: none;
}

.alcon-home-section__link i {
    font-size: 0.9rem;
}

.alcon-home-category-grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alcon-home-category-tile {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
    color: #0f172a;
    display: grid;
    gap: 0.45rem;
    grid-template-columns: 40px minmax(0, 1fr) 16px;
    min-height: 56px;
    padding: 0.55rem 0.55rem 0.55rem 0.5rem;
    text-decoration: none;
    transition: transform 0.16s ease, background-color 0.16s ease;
}

.alcon-home-category-tile:active {
    background: #f8fafc;
    transform: scale(0.98);
}

.alcon-home-category-tile__icon {
    align-items: center;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 11px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    width: 40px;
}

.alcon-home-category-tile__icon img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.alcon-home-category-tile__letter {
    color: #2563eb;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}

.alcon-home-category-tile__name {
    color: #334155;
    display: -webkit-box;
    font-size: 0.74rem;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.32;
    overflow: hidden;
}

.alcon-home-category-tile__arrow {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.alcon-home-category-browse {
    align-items: center;
    background: #f8fafc;
    border: 1px dashed rgba(37, 99, 235, 0.22);
    border-radius: 12px;
    color: #2563eb;
    display: flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 0.45rem;
    margin-top: 0.15rem;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
}

.alcon-home-category-browse span {
    flex: 1 1 auto;
}

.alcon-home-category-browse > i:last-child {
    flex: 0 0 auto;
    font-size: 0.9rem;
}

.alcon-home-category-browse:active {
    background: #eff6ff;
}

.alcon-home-product-grid {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alcon-home-product-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    color: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.alcon-home-product-card:active {
    transform: scale(0.98);
}

.alcon-home-product-card__media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    display: flex;
    justify-content: center;
    padding: 0.65rem;
    position: relative;
}

.alcon-home-product-card__media img {
    height: auto;
    max-height: 88%;
    max-width: 88%;
    object-fit: contain;
    width: auto;
}

.alcon-home-product-card__badge {
    background: #ef4444;
    border-radius: 999px;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    left: 0.45rem;
    padding: 0.22rem 0.45rem;
    position: absolute;
    top: 0.45rem;
}

.alcon-home-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.12rem;
    min-height: 0;
    padding: 0.55rem 0.6rem 0.65rem;
}

.alcon-home-product-card__eyebrow {
    color: #94a3b8;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.alcon-home-product-card__title {
    color: #475569;
    display: -webkit-box;
    font-size: 0.76rem;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.38;
    margin: 0;
    overflow: hidden;
}

.alcon-home-product-card__price {
    align-items: baseline;
    color: #0f172a;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.28rem;
    line-height: 1.2;
    margin: 0.12rem 0 0;
}

.alcon-home-product-card__price span {
    color: #94a3b8;
    font-size: 0.66rem;
    font-weight: 500;
    text-decoration: line-through;
}

@media (max-width: 360px) {
    .alcon-home-shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alcon-home-hero {
        grid-template-columns: 1fr;
    }

    .alcon-home-hero__tiles {
        flex-direction: row;
    }

    .alcon-home-tile {
        flex: 1 1 0;
    }
}

