/* Grey-only symbol set (text glyphs — color: inherits, no rainbow emoji) */

.page-wrapper .action.towishlist::before,
.page-wrapper .action.tocompare::before,
.page-wrapper .action.mailto.friend::before,
.page-wrapper .modes-mode::before,
.page-wrapper .sorter-action::before,
.page-wrapper .pages .action.next::before,
.page-wrapper .pages .action.previous::before,
.page-wrapper .block-compare .action.delete::before,
.page-wrapper .wishlist .btn-remove::before,
.page-wrapper .sidebar .action.delete::before,
.page-wrapper .block-search .action.search::before,
.page-wrapper .minicart-wrapper .action.showcart::before,
.page-wrapper .panel.header .header.links a::before,
.page-wrapper .nav-toggle::before {
    font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2",
                 "Segoe UI", Tahoma, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant-emoji: text;
    speak: none;
    display: inline-block !important;
    line-height: 1;
    color: #6a6a6a !important;
    -webkit-text-fill-color: #6a6a6a !important;
}

.page-wrapper .action.towishlist::before {
    content: "♡" !important;
    font-size: 1.25rem !important;
}

.page-wrapper .action.tocompare::before {
    content: "⇄" !important;
    font-size: 1.15rem !important;
}

.page-wrapper .action.mailto.friend::before {
    content: "✉" !important;
    font-size: 1.05rem !important;
}

.page-wrapper .block-search .action.search::before {
    content: "⌕" !important;
    font-size: 1.2rem !important;
    color: #f0f0f0 !important;
    -webkit-text-fill-color: #f0f0f0 !important;
}

.page-wrapper .block-search .action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page-wrapper .minicart-wrapper .action.showcart::before {
    content: "⧉" !important;
    font-size: 1.35rem !important;
}

.page-wrapper .panel.header .header.links li a[href*="account"]::before { content: "☺" !important; }
.page-wrapper .panel.header .header.links li a[href*="wishlist"]::before { content: "♡" !important; }
.page-wrapper .panel.header .header.links li a[href*="login"]::before { content: "⚑" !important; }
.page-wrapper .panel.header .header.links li a[href*="create"]::before { content: "✎" !important; }

.page-wrapper .panel.header .header.links a::before {
    margin-right: 6px;
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
}

.page-wrapper .nav-toggle::before {
    content: "☰" !important;
    font-size: 1.25rem !important;
    color: #555 !important;
    -webkit-text-fill-color: #555 !important;
}

.page-wrapper .breadcrumbs .item:not(:last-child)::after {
    content: "›" !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    margin: 0 0.4em;
    color: #888 !important;
}

.page-wrapper .modes-mode.mode-grid::before {
    content: "▦" !important;
    font-size: 1.05rem !important;
}

.page-wrapper .modes-mode.mode-list::before {
    content: "☰" !important;
    font-size: 1.05rem !important;
}

.page-wrapper .sorter-action::before { content: "↓" !important; }
.page-wrapper .sorter-action.sort-asc::before { content: "↑" !important; }
.page-wrapper .sorter-action.sort-desc::before { content: "↓" !important; }

.page-wrapper .pages .action.next::before { content: "›" !important; }
.page-wrapper .pages .action.previous::before { content: "‹" !important; }

.page-wrapper .block-compare .action.delete::before,
.page-wrapper .wishlist .btn-remove::before,
.page-wrapper .sidebar .action.delete::before {
    content: "×" !important;
    font-size: 1.2rem !important;
}

.page-wrapper .product-item-actions .actions-secondary .action {
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    margin: 0 4px 0 0;
}

.page-wrapper .product-item-actions .actions-secondary .action:hover::before {
    color: #222 !important;
    -webkit-text-fill-color: #222 !important;
}

.page-wrapper .product-item-actions .actions-secondary .action span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
