@font-face {
    font-family: "RubikVariable";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("/assets/globalesim/vendor/fonts/rubik-latin-variable-full-normal.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "RubikVariable";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("/assets/globalesim/vendor/fonts/rubik-latin-ext-variable-full-normal.woff2") format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --sf-navy-950: #07162f;
    --sf-navy-900: #0b1e3f;
    --sf-navy-800: #15315c;
    --sf-cyan: #16b8ea;
    --sf-cyan-dark: #007da8;
    --sf-ink: #17202b;
    --sf-muted: #647184;
    --sf-line: #dfe6ec;
    --sf-soft: #f2f6f8;
    --sf-surface: #ffffff;
    --sf-success: #16794d;
    --sf-danger: #a83a3a;
    --sf-shadow: 0 18px 50px rgba(20, 38, 63, .1);
    --sf-radius-lg: 24px;
    --sf-radius-md: 16px;
    --sf-container: 1200px;
    --sf-font-latin: "Twemoji Country Flags", "RubikVariable", "Trebuchet MS", Helvetica;
    --sf-font-cjk: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", "Noto Sans CJK SC", "Source Han Sans SC";
    --sf-font-mixed: var(--sf-font-latin), var(--sf-font-cjk), sans-serif;
    --sf-font-ui: var(--sf-font-mixed);
    --sf-font-product-title: var(--sf-font-cjk);
    --sf-font-product-card: "RubikVariable", "Trebuchet MS", Helvetica, Arial, "PingFang SC", "PingFang TC", "PingFang HK", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Microsoft JhengHei", "Noto Sans SC", "Noto Sans TC", "Noto Sans CJK SC", "Noto Sans CJK TC", "Source Han Sans SC", "Source Han Sans TC", sans-serif;
    --sf-font-mobimatter-title: "Twemoji Country Flags", "RubikVariable", "Trebuchet MS", Helvetica, "Noto Sans SC", "Noto Sans CJK SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

html:lang(zh-cn) {
    --sf-font-cjk: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", "Noto Sans CJK SC", "Source Han Sans SC";
}

html:lang(zh-tw),
html:lang(zh-hk) {
    --sf-font-cjk: "Noto Sans TC", "Noto Sans CJK TC", "Source Han Sans TC", "PingFang TC", "PingFang HK", "Microsoft JhengHei";
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    touch-action: pan-x pan-y;
}

body {
    margin: 0;
    background: #f7fafb;
    color: var(--sf-ink);
    font-family: var(--sf-font-ui);
    font-feature-settings: "kern";
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    touch-action: pan-x pan-y;
}

button,
input {
    font: inherit;
}

button,
summary {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.sf-container {
    width: min(calc(100% - 32px), var(--sf-container));
    margin-inline: auto;
}

.sf-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sf-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(223, 230, 236, .9);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 5px 20px rgba(9, 24, 49, .05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.sf-header__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sf-header__cluster,
.sf-header__actions,
.sf-brand,
.sf-nav,
.sf-currency,
.sf-account {
    display: flex;
    align-items: center;
}

.sf-header__cluster {
    min-width: 0;
    gap: 34px;
}

.sf-brand {
    flex: 0 0 auto;
    gap: 9px;
    color: var(--sf-navy-900);
}

.sf-brand img {
    width: auto;
    height: 32px;
    object-fit: contain;
}

.sf-brand__mark {
    color: var(--sf-cyan);
    font-size: 30px;
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 32;
}

.sf-brand strong {
    font-size: 21px;
    letter-spacing: -.01em;
}

.sf-nav {
    gap: 24px;
}

.sf-nav a {
    position: relative;
    padding-block: 25px 23px;
    color: #556275;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: color 180ms ease;
}

.sf-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--sf-cyan);
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.sf-nav a:hover,
.sf-nav a.is-active {
    color: var(--sf-navy-900);
}

.sf-nav a.is-active::after,
.sf-nav a:hover::after {
    transform: scaleX(1);
}

.sf-header__actions {
    flex: 0 0 auto;
    gap: 10px;
}

.sf-currency,
.sf-language summary,
.sf-account,
.sf-menu-button {
    min-height: 40px;
    border: 1px solid var(--sf-line);
    border-radius: 10px;
    background: #fff;
}

.sf-currency {
    gap: 6px;
    padding: 0 11px;
    color: #566477;
    font-size: 12px;
    font-weight: 750;
}

.sf-currency .material-symbols-outlined,
.sf-language .material-symbols-outlined {
    font-size: 18px;
}

.sf-language {
    position: relative;
}

.sf-language summary {
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    color: #566477;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.sf-language summary::-webkit-details-marker {
    display: none;
}

.sf-language__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 150px;
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--sf-shadow);
}

.sf-language__menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    color: #526074;
    font-size: 13px;
    font-weight: 650;
}

.sf-language__menu a:hover,
.sf-language__menu a.is-current {
    background: var(--sf-soft);
    color: var(--sf-cyan-dark);
}

.sf-language__menu .material-symbols-outlined {
    font-size: 16px;
}

.sf-account {
    gap: 6px;
    padding: 0 15px;
    border-color: var(--sf-cyan);
    color: var(--sf-cyan-dark);
    font-size: 13px;
    font-weight: 800;
    transition: background 180ms ease, color 180ms ease;
}

.sf-account:hover {
    background: var(--sf-cyan);
    color: #fff;
}

.sf-account .material-symbols-outlined {
    font-size: 18px;
}

.sf-menu-button {
    display: none;
    width: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--sf-navy-900);
    cursor: pointer;
}

.sf-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
}

.sf-mobile-menu.is-open {
    display: block;
}

.sf-mobile-menu__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(3, 12, 28, .54);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.sf-mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100%;
    padding: max(22px, env(safe-area-inset-top)) 20px 24px;
    background: #fff;
    box-shadow: -20px 0 60px rgba(4, 18, 40, .2);
}

.sf-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-mobile-menu__head strong {
    font-size: 18px;
}

.sf-mobile-menu__head button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--sf-soft);
    color: var(--sf-ink);
    cursor: pointer;
}

.sf-mobile-menu nav {
    display: grid;
    gap: 5px;
    padding-top: 16px;
}

.sf-mobile-menu nav a {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 12px;
    color: #445267;
    font-size: 14px;
    font-weight: 750;
}

.sf-mobile-menu nav a:hover {
    background: var(--sf-soft);
    color: var(--sf-cyan-dark);
}

.sf-mobile-menu nav .material-symbols-outlined {
    color: var(--sf-cyan-dark);
    font-size: 21px;
}

.sf-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 548px;
    display: grid;
    align-items: center;
    padding: 72px 0 66px;
    background:
        radial-gradient(circle at 50% -20%, #1f447a 0%, transparent 48%),
        linear-gradient(145deg, var(--sf-navy-950) 0%, var(--sf-navy-900) 52%, #0b2850 100%);
    color: #fff;
}

.sf-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
    mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
}

.sf-hero__orb {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.sf-hero__orb--one {
    top: -190px;
    left: -120px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(37, 197, 240, .2);
    box-shadow: inset 0 0 120px rgba(22, 184, 234, .07);
}

.sf-hero__orb--two {
    right: -180px;
    bottom: -260px;
    width: 610px;
    height: 610px;
    background: radial-gradient(circle, rgba(22, 184, 234, .18), transparent 64%);
}

.sf-hero__content {
    text-align: center;
}

.sf-eyebrow,
.sf-kicker {
    color: var(--sf-cyan);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sf-eyebrow {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 auto 18px;
    padding: 7px 11px;
    border: 1px solid rgba(65, 201, 240, .24);
    border-radius: 999px;
    background: rgba(16, 56, 98, .48);
}

.sf-eyebrow .material-symbols-outlined {
    font-size: 17px;
}

.sf-hero h1 {
    max-width: 780px;
    margin: 0 auto;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.sf-hero h1 span {
    color: #64d8f7;
}

.sf-hero__content > p {
    max-width: 650px;
    margin: 20px auto 30px;
    color: rgba(237, 246, 255, .72);
    font-size: 15px;
    line-height: 1.75;
}

.sf-search {
    max-width: 720px;
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    padding: 7px 7px 7px 19px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(2, 10, 24, .32);
}

.sf-search > .material-symbols-outlined {
    flex: 0 0 auto;
    color: #7a8798;
    font-size: 23px;
}

.sf-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    color: var(--sf-ink);
    font-size: 15px;
}

.sf-search input::placeholder {
    color: #8a96a7;
}

.sf-search__clear {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--sf-soft);
    color: #687689;
    cursor: pointer;
}

.sf-search__clear .material-symbols-outlined {
    font-size: 18px;
}

.sf-search__submit {
    min-width: 116px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 10px;
    background: var(--sf-cyan);
    color: #032238;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.sf-search__submit:hover {
    background: #56d4f5;
    transform: translateY(-1px);
}

.sf-search__submit .material-symbols-outlined {
    font-size: 18px;
}

.sf-destinations {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    margin-top: 26px;
}

.sf-destinations > span {
    color: rgba(231, 242, 252, .62);
    font-size: 11px;
    font-weight: 750;
}

.sf-destinations__rail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.sf-destinations button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(248, 252, 255, .9);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease;
}

.sf-destinations button:hover {
    border-color: rgba(84, 214, 249, .58);
    background: rgba(22, 184, 234, .16);
}

.sf-destinations button .material-symbols-outlined {
    color: #66daf8;
    font-size: 15px;
}

.sf-hero__facts {
    display: flex;
    justify-content: center;
    gap: 42px;
    margin-top: 30px;
}

.sf-hero__facts div {
    display: grid;
    gap: 1px;
}

.sf-hero__facts strong {
    font-size: 18px;
}

.sf-hero__facts span {
    color: rgba(231, 242, 252, .58);
    font-size: 11px;
}

.sf-banner {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding: 24px 30px;
    overflow: hidden;
    border: 1px solid #caebf4;
    border-radius: var(--sf-radius-md);
    background:
        radial-gradient(circle at 80% 30%, rgba(22, 184, 234, .18), transparent 28%),
        linear-gradient(120deg, #e8f9fd 0%, #f8fcfd 58%, #e8f4f8 100%);
}

.sf-banner__copy {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sf-banner__copy > .material-symbols-outlined {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px;
    background: var(--sf-navy-900);
    color: #62d9f8;
    font-size: 27px;
}

.sf-banner strong {
    color: var(--sf-navy-900);
    font-size: 16px;
}

.sf-banner p {
    margin: 5px 0 0;
    color: var(--sf-muted);
    font-size: 12px;
}

.sf-banner > a {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 0 17px;
    border-radius: 10px;
    background: var(--sf-navy-900);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.sf-banner > a .material-symbols-outlined {
    font-size: 18px;
}

.sf-jump,
.sf-guides {
    padding-block: 64px;
}

.sf-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.sf-section-heading--compact {
    margin-bottom: 20px;
}

.sf-section-heading--center {
    justify-content: center;
    text-align: center;
}

.sf-section-heading h2 {
    margin: 6px 0 0;
    color: var(--sf-navy-900);
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.sf-section-heading p {
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.7;
}

.sf-jump__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.sf-jump__grid > a {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border: 1px solid var(--sf-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 38, 63, .04);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sf-jump__grid > a:hover {
    border-color: #a7ddeb;
    box-shadow: 0 14px 32px rgba(20, 38, 63, .09);
    transform: translateY(-2px);
}

.sf-jump__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eaf8fc;
    color: var(--sf-cyan-dark);
}

.sf-jump__icon .material-symbols-outlined {
    font-size: 22px;
}

.sf-jump__grid strong,
.sf-jump__grid small {
    display: block;
}

.sf-jump__grid strong {
    overflow: hidden;
    color: var(--sf-navy-900);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-jump__grid small {
    margin-top: 3px;
    overflow: hidden;
    color: var(--sf-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-jump__arrow {
    color: #8d9aaa;
    font-size: 18px;
}

.sf-products {
    padding: 70px 0 84px;
    border-block: 1px solid #e7edf1;
    background: #fff;
}

.sf-result-count {
    min-width: 126px;
    padding: 10px 13px;
    border: 1px solid var(--sf-line);
    border-radius: 10px;
    background: var(--sf-soft);
    color: var(--sf-muted);
    font-size: 11px;
    text-align: right;
}

.sf-result-count strong {
    color: var(--sf-navy-900);
    font-size: 18px;
}

.sf-product-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-tabs {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sf-tabs button {
    position: relative;
    min-height: 44px;
    padding: 0 1px 12px;
    border: 0;
    background: transparent;
    color: #7a8797;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.sf-tabs button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--sf-cyan);
    transform: scaleX(0);
}

.sf-tabs button.is-active {
    color: var(--sf-cyan-dark);
}

.sf-tabs button.is-active::after {
    transform: scaleX(1);
}

.sf-category-rail {
    display: flex;
    align-items: center;
    gap: 7px;
    max-width: 65%;
    overflow-x: auto;
    padding-bottom: 11px;
    scrollbar-width: none;
}

.sf-category-rail::-webkit-scrollbar {
    display: none;
}

.sf-category-rail button {
    min-height: 32px;
    flex: 0 0 auto;
    padding: 0 12px;
    border: 1px solid var(--sf-line);
    border-radius: 999px;
    background: #fff;
    color: #657285;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}

.sf-category-rail button:hover,
.sf-category-rail button.is-active {
    border-color: var(--sf-cyan);
    background: #eaf9fd;
    color: var(--sf-cyan-dark);
}

.sf-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sf-product-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 17px;
    border: 1px solid var(--sf-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 38, 63, .045);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sf-product-card:hover {
    border-color: #acdce9;
    box-shadow: 0 18px 40px rgba(20, 38, 63, .11);
    transform: translateY(-3px);
}

.sf-product-card__head {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    padding-right: 0;
}

.sf-product-card__image {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    background: var(--sf-soft);
}

.sf-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-product-card__title {
    min-width: 0;
}

.sf-provider {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    color: #748194;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .06em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.sf-product-card h3 {
    display: -webkit-box;
    min-height: 38px;
    margin: 0;
    overflow: hidden;
    color: var(--sf-navy-900);
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -.015em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sf-validity {
    grid-column: 1 / -1;
    width: max-content;
    max-width: 100%;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 7px;
    background: var(--sf-soft);
    color: #526074;
    font-size: 9px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-validity .material-symbols-outlined {
    font-size: 13px;
}

.sf-product-card__facts {
    min-height: 68px;
    display: grid;
    align-content: start;
    gap: 7px;
    margin-top: 15px;
    padding: 13px 0;
    border-block: 1px solid #edf1f4;
}

.sf-product-card__facts span {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #617084;
    font-size: 10px;
    line-height: 1.45;
}

.sf-product-card__facts .material-symbols-outlined {
    flex: 0 0 auto;
    margin-top: 1px;
    color: var(--sf-cyan-dark);
    font-size: 14px;
}

.sf-product-card__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
}

.sf-price small {
    display: block;
    color: #8390a0;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

.sf-price strong {
    color: var(--sf-navy-900);
    font-size: 20px;
    line-height: 1.1;
}

.sf-price strong span {
    margin-right: 1px;
    color: var(--sf-cyan-dark);
    font-size: 12px;
}

.sf-price del {
    margin-left: 4px;
    color: #9aa5b2;
    font-size: 9px;
}

.sf-stock {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    font-weight: 800;
}

.sf-stock .material-symbols-outlined {
    font-size: 13px;
}

.sf-stock.is-ready {
    color: var(--sf-success);
}

.sf-stock.is-sold-out {
    color: var(--sf-danger);
}

.sf-product-card__cta {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 14px;
    border: 1px solid #b8e5f0;
    border-radius: 9px;
    color: var(--sf-cyan-dark);
    font-size: 11px;
    font-weight: 850;
    transition: background 180ms ease, color 180ms ease;
}

.sf-product-card__cta:hover {
    background: var(--sf-cyan);
    color: #032238;
}

.sf-product-card__cta .material-symbols-outlined {
    font-size: 17px;
}

.sf-empty {
    padding: 70px 24px;
    border: 1px dashed #cbd6de;
    border-radius: 18px;
    background: var(--sf-soft);
    text-align: center;
}

.sf-empty > .material-symbols-outlined {
    color: #91a0b0;
    font-size: 44px;
}

.sf-empty h3 {
    margin: 12px 0 4px;
    color: var(--sf-navy-900);
    font-size: 18px;
}

.sf-empty p {
    margin: 0;
    color: var(--sf-muted);
    font-size: 12px;
}

.sf-empty button {
    min-height: 40px;
    margin-top: 18px;
    padding: 0 16px;
    border: 0;
    border-radius: 9px;
    background: var(--sf-navy-900);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.sf-how {
    padding: 80px 0;
    background:
        linear-gradient(rgba(11, 30, 63, .97), rgba(11, 30, 63, .97)),
        radial-gradient(circle at 50% 0%, #285389, transparent 62%);
    color: #fff;
}

.sf-how .sf-section-heading h2 {
    color: #fff;
}

.sf-how .sf-section-heading p {
    color: rgba(237, 246, 255, .64);
}

.sf-how__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.sf-how__grid > div {
    position: relative;
    min-height: 235px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}

.sf-how__number {
    position: absolute;
    top: 12px;
    right: 18px;
    color: rgba(255, 255, 255, .06);
    font-size: 72px;
    font-weight: 850;
    line-height: 1;
}

.sf-how__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--sf-cyan);
    color: #032238;
    font-size: 26px;
}

.sf-how h3 {
    margin: 23px 0 8px;
    font-size: 18px;
}

.sf-how__grid p {
    margin: 0;
    color: rgba(237, 246, 255, .65);
    font-size: 12px;
    line-height: 1.75;
}

.sf-providers {
    padding: 34px 0;
    border-bottom: 1px solid var(--sf-line);
    background: #edf3f5;
}

.sf-providers .sf-container {
    display: grid;
    gap: 20px;
    text-align: center;
}

.sf-providers p {
    margin: 0;
    color: #738094;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.sf-providers .sf-container > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.sf-providers button {
    --sf-provider-scale: 1;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: none;
}

.sf-providers button:hover,
.sf-providers button:active {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    filter: none;
    transform: none !important;
}

.sf-providers button:focus,
.sf-providers button:focus-visible {
    background: transparent !important;
    box-shadow: none !important;
}

.sf-providers button:focus-visible {
    outline: 2px solid rgba(22, 184, 234, .5);
    outline-offset: 5px;
    border-radius: 12px;
}

.sf-provider-logo {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: visible;
    border: 0;
    background: transparent;
}

.sf-providers button:hover .sf-provider-logo,
.sf-providers button:focus .sf-provider-logo,
.sf-providers button:active .sf-provider-logo {
    background: transparent !important;
    box-shadow: none !important;
}

.sf-providers button:hover .sf-provider-logo img,
.sf-providers button:focus .sf-provider-logo img,
.sf-providers button:active .sf-provider-logo img {
    mix-blend-mode: multiply;
}

.sf-provider-logo img {
    width: 70px;
    height: 70px;
    mix-blend-mode: multiply;
    object-fit: contain;
    transform: scale(var(--sf-provider-scale));
    transform-origin: center;
}

.sf-providers button[data-provider-key="3hk"] {
    --sf-provider-scale: .82;
}

.sf-providers button[data-provider-key="orange"] {
    --sf-provider-scale: .92;
}

.sf-providers button[data-provider-key="大眾電訊"],
.sf-providers button[data-provider-key="大众电讯"] {
    --sf-provider-scale: 1.28;
}

.sf-providers button[data-provider-key="cmlink"] {
    --sf-provider-scale: 1.3;
}

.sf-providers button[data-provider-key="csl"] {
    --sf-provider-scale: 1.72;
}

.sf-providers button[data-provider-key="true"] {
    --sf-provider-scale: 1.08;
}

.sf-providers button[data-provider-key="ctexcel"] {
    --sf-provider-scale: 1.3;
}

.sf-providers button[data-provider-key="mesim"] {
    --sf-provider-scale: 1.22;
}

.sf-providers button[data-provider-key="樂天"],
.sf-providers button[data-provider-key="乐天"] {
    --sf-provider-scale: 1.1;
}

.sf-provider-logo--fallback {
    color: var(--sf-cyan-dark);
    font-size: 22px;
    font-weight: 900;
}

.sf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sf-cyan-dark);
    font-size: 12px;
    font-weight: 850;
}

.sf-text-link .material-symbols-outlined {
    font-size: 17px;
}

.sf-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sf-guide-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 38, 63, .055);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sf-guide-card:hover {
    border-color: #acdce9;
    box-shadow: 0 18px 42px rgba(20, 38, 63, .11);
    transform: translateY(-3px);
}

.sf-guide-card__image {
    height: 178px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #eef8fb, #e7eef4);
}

.sf-guide-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    background: #fff;
}

.sf-guide-card__image > .material-symbols-outlined {
    color: #79c8df;
    font-size: 52px;
}

.sf-guide-card__body {
    padding: 18px;
}

.sf-guide-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #8a96a5;
    font-size: 9px;
    font-weight: 750;
}

.sf-guide-card__meta span:first-child {
    color: var(--sf-cyan-dark);
}

.sf-guide-card h3 {
    min-height: 44px;
    margin: 9px 0 7px;
    color: var(--sf-navy-900);
    font-size: 16px;
    line-height: 1.4;
}

.sf-guide-card p {
    display: -webkit-box;
    min-height: 54px;
    margin: 0;
    overflow: hidden;
    color: var(--sf-muted);
    font-size: 11px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sf-guide-card__link {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    color: var(--sf-cyan-dark);
    font-size: 11px;
    font-weight: 850;
}

.sf-guide-card__link .material-symbols-outlined {
    font-size: 15px;
}

.sf-support {
    padding: 64px 0;
    background: #e9f7fb;
}

.sf-support__inner {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 38px;
    border: 1px solid #caeaf3;
    border-radius: 20px;
    background:
        radial-gradient(circle at 85% 20%, rgba(22, 184, 234, .16), transparent 32%),
        #fff;
}

.sf-support h2 {
    margin: 7px 0 7px;
    color: var(--sf-navy-900);
    font-size: 25px;
    letter-spacing: -.03em;
}

.sf-support p {
    max-width: 650px;
    margin: 0;
    color: var(--sf-muted);
    font-size: 12px;
    line-height: 1.7;
}

.sf-support__actions {
    display: flex;
    gap: 9px;
    flex: 0 0 auto;
}

.sf-support__actions a {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid var(--sf-navy-900);
    border-radius: 10px;
    background: #fff;
    color: var(--sf-navy-900);
    font-size: 12px;
    font-weight: 850;
}

.sf-support__actions a.is-primary {
    background: var(--sf-navy-900);
    color: #fff;
}

.sf-footer {
    padding: 58px 0 24px;
    background: #07162f;
    color: rgba(238, 246, 253, .66);
}

.sf-footer__grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 54px;
}

.sf-footer .sf-brand {
    width: max-content;
    color: #fff;
}

.sf-footer__brand p {
    max-width: 410px;
    margin: 17px 0;
    font-size: 11px;
    line-height: 1.8;
}

.sf-footer__brand > span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
}

.sf-footer__brand > span .material-symbols-outlined {
    color: var(--sf-cyan);
    font-size: 15px;
}

.sf-footer h3 {
    margin: 4px 0 17px;
    color: #fff;
    font-size: 12px;
}

.sf-footer__grid > div:not(.sf-footer__brand) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sf-footer__grid > div:not(.sf-footer__brand) a {
    margin-bottom: 11px;
    font-size: 11px;
}

.sf-footer__grid a:hover {
    color: var(--sf-cyan);
}

.sf-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 9px;
}

.sf-bottom-nav {
    display: none;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(22, 184, 234, .36);
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    .sf-nav {
        gap: 16px;
    }

    .sf-nav a {
        font-size: 12px;
    }

    .sf-currency {
        display: none;
    }

    .sf-jump__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .sf-nav--desktop,
    .sf-account span:not(.material-symbols-outlined) {
        display: none;
    }

    .sf-header__inner {
        min-height: 64px;
    }

    .sf-account {
        width: 42px;
        justify-content: center;
        padding: 0;
    }

    .sf-menu-button {
        display: flex;
    }

    .sf-product-toolbar {
        align-items: stretch;
        flex-direction: column;
        border-bottom: 0;
    }

    .sf-tabs {
        border-bottom: 1px solid var(--sf-line);
    }

    .sf-category-rail {
        max-width: none;
        padding-bottom: 0;
    }

    .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sf-guide-grid {
        grid-template-columns: 1fr;
    }

    .sf-guide-card {
        display: grid;
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .sf-guide-card__image {
        height: 100%;
        min-height: 210px;
    }

    .sf-how__grid {
        grid-template-columns: 1fr;
    }

    .sf-how__grid > div {
        min-height: 190px;
    }

    .sf-support__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf-footer__grid {
        grid-template-columns: 2fr repeat(3, 1fr);
        gap: 28px;
    }
}

@media (max-width: 640px) {
    html {
        scroll-padding-bottom: 74px;
    }

    body {
        padding-bottom: calc(62px + env(safe-area-inset-bottom));
    }

    .sf-container {
        width: min(calc(100% - 28px), var(--sf-container));
    }

    .sf-header__inner {
        gap: 10px;
    }

    .sf-brand {
        min-width: 0;
    }

    .sf-brand strong {
        max-width: 130px;
        overflow: hidden;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sf-brand img {
        height: 29px;
    }

    .sf-header__actions {
        gap: 7px;
    }

    .sf-language summary {
        min-width: 42px;
        width: 42px;
        padding: 0;
    }

    .sf-language summary span:not(.material-symbols-outlined) {
        display: none;
    }

    .sf-account {
        display: none;
    }

    .sf-hero {
        min-height: 0;
        padding: 44px 0 38px;
    }

    .sf-hero__grid {
        background-size: 42px 42px;
    }

    .sf-eyebrow {
        margin-bottom: 15px;
        padding: 6px 9px;
        font-size: 9px;
    }

    .sf-hero h1 {
        font-size: 35px;
        line-height: 1.1;
    }

    .sf-hero__content > p {
        margin: 16px auto 23px;
        font-size: 12px;
        line-height: 1.7;
    }

    .sf-search {
        min-height: 56px;
        gap: 5px;
        padding: 6px 6px 6px 14px;
        border-radius: 12px;
    }

    .sf-search > .material-symbols-outlined {
        font-size: 20px;
    }

    .sf-search input {
        font-size: 13px;
    }

    .sf-search__submit {
        min-width: 48px;
        width: 48px;
        min-height: 44px;
        padding: 0;
    }

    .sf-search__submit-text {
        display: none;
    }

    .sf-destinations {
        align-items: stretch;
        margin-top: 21px;
        text-align: left;
    }

    .sf-destinations__rail {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-inline: -14px;
        padding: 0 14px 3px;
        scrollbar-width: none;
    }

    .sf-destinations__rail::-webkit-scrollbar {
        display: none;
    }

    .sf-destinations button {
        flex: 0 0 auto;
    }

    .sf-hero__facts {
        justify-content: space-between;
        gap: 10px;
        margin-top: 24px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .sf-hero__facts div {
        min-width: 0;
        flex: 1;
    }

    .sf-hero__facts strong {
        font-size: 15px;
    }

    .sf-hero__facts span {
        font-size: 9px;
    }

    .sf-banner {
        align-items: stretch;
        flex-direction: column;
        margin-top: 18px;
        padding: 20px;
    }

    .sf-banner__copy {
        align-items: flex-start;
    }

    .sf-banner__copy > .material-symbols-outlined {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        font-size: 23px;
    }

    .sf-banner strong {
        font-size: 14px;
    }

    .sf-banner p {
        font-size: 10px;
        line-height: 1.6;
    }

    .sf-banner > a {
        width: 100%;
    }

    .sf-jump,
    .sf-guides {
        padding-block: 48px;
    }

    .sf-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        margin-bottom: 22px;
    }

    .sf-section-heading h2 {
        font-size: 24px;
    }

    .sf-section-heading p {
        font-size: 11px;
    }

    .sf-jump__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .sf-jump__grid > a {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 9px;
        padding: 13px;
    }

    .sf-jump__icon {
        width: 38px;
        height: 38px;
    }

    .sf-jump__arrow,
    .sf-jump__grid small {
        display: none;
    }

    .sf-jump__grid strong {
        font-size: 11px;
        white-space: normal;
    }

    .sf-products {
        padding: 52px 0 60px;
    }

    .sf-products .sf-section-heading {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .sf-result-count {
        min-width: 88px;
        padding: 8px 9px;
    }

    .sf-result-count strong {
        font-size: 15px;
    }

    .sf-tabs {
        gap: 22px;
    }

    .sf-tabs button {
        font-size: 12px;
    }

    .sf-category-rail {
        margin-inline: -14px;
        padding-inline: 14px;
    }

    .sf-product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sf-product-card {
        padding: 15px;
        border-radius: 14px;
    }

    .sf-product-card:hover {
        transform: none;
    }

    .sf-product-card__head {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .sf-product-card__image {
        width: 58px;
        height: 58px;
    }

    .sf-product-card h3 {
        min-height: 0;
        font-size: 15px;
    }

    .sf-validity {
        grid-column: 2;
        margin-top: -18px;
    }

    .sf-product-card__facts {
        min-height: 0;
        grid-template-columns: 1fr;
        margin-top: 13px;
    }

    .sf-product-card__facts span {
        font-size: 10px;
    }

    .sf-product-card__cta {
        min-height: 41px;
        font-size: 12px;
    }

    .sf-how {
        padding: 58px 0;
    }

    .sf-how__grid {
        gap: 12px;
        margin-top: 28px;
    }

    .sf-how__grid > div {
        min-height: 0;
        padding: 22px;
    }

    .sf-how h3 {
        margin-top: 17px;
    }

    .sf-providers {
        padding-block: 28px;
    }

    .sf-providers .sf-container > div {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
        margin-inline: 0;
        padding-inline: 0;
    }

    .sf-providers button {
        flex: 0 0 auto;
        width: 68px;
        height: 68px;
        min-height: 0;
        padding: 0;
    }

    .sf-provider-logo {
        width: 68px;
        height: 68px;
    }

    .sf-provider-logo img {
        width: 62px;
        height: 62px;
    }

    .sf-guide-card {
        display: block;
    }

    .sf-guide-card__image {
        height: 174px;
        min-height: 0;
    }

    .sf-guide-card h3,
    .sf-guide-card p {
        min-height: 0;
    }

    .sf-support {
        padding: 44px 0;
    }

    .sf-support__inner {
        min-height: 0;
        gap: 22px;
        padding: 25px 22px;
    }

    .sf-support h2 {
        font-size: 22px;
    }

    .sf-support__actions {
        width: 100%;
    }

    .sf-support__actions a {
        flex: 1;
    }

    .sf-footer {
        padding-top: 45px;
    }

    .sf-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .sf-footer__brand {
        grid-column: 1 / -1;
    }

    .sf-footer__grid > div:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
    }

    .sf-footer__grid > div:last-child h3 {
        grid-column: 1 / -1;
    }

    .sf-footer__grid > div:last-child a {
        margin: 0;
    }

    .sf-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 30px;
    }

    .sf-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 90;
        min-height: calc(62px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 7px 8px env(safe-area-inset-bottom);
        border-top: 1px solid var(--sf-line);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 -8px 26px rgba(20, 38, 63, .08);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .sf-bottom-nav a {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        color: #748194;
        font-size: 9px;
        font-weight: 750;
    }

    .sf-bottom-nav a.is-active,
    .sf-bottom-nav a:hover {
        color: var(--sf-cyan-dark);
    }

    .sf-bottom-nav .material-symbols-outlined {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Offer-card fidelity pass: match the supplied marketplace reference. */
.sf-products .sf-container {
    width: min(calc(100% - 32px), 1120px);
}

.sf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sf-product-card {
    position: relative;
    min-height: 124px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 13px 14px 12px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 14px rgba(30, 46, 64, .09);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.sf-product-card:hover {
    box-shadow: 0 8px 14px rgba(30, 46, 64, .13);
    transform: translateY(-1px);
}

.sf-product-card__head {
    min-width: 0;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 0 34px 0 0;
}

.sf-product-card__image {
    width: 48px;
    height: 48px;
    align-self: start;
    margin-top: 0;
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
    transform: translateY(-3px);
}

.sf-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sf-product-card h3 {
    min-height: 0;
    margin: 0;
    color: #142033;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -.01em;
    -webkit-line-clamp: 1;
}

.sf-provider {
    margin: 2px 0 0;
    color: #7b8491;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.sf-network-mark {
    position: absolute;
    top: 13px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #26313d;
}

.sf-network-mark::before {
    content: "5G";
    font-size: 11px;
    font-weight: 850;
    letter-spacing: -.02em;
}

.sf-network-mark .material-symbols-outlined {
    margin-left: 1px;
    font-size: 10px;
    transform: rotate(-28deg);
}

.sf-offer-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr;
    align-items: center;
    gap: 0;
    margin: 11px 0 9px 32px;
}

.sf-offer-stats > div {
    min-width: 0;
    display: grid;
    gap: 1px;
    padding: 0 14px;
    border-left: 1px solid #e2e9ee;
}

.sf-offer-stats > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.sf-offer-stats strong {
    overflow: hidden;
    color: #48566a;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-offer-stats small {
    color: transparent;
    font-size: 1px;
    line-height: 1;
}

.sf-offer-stats__price strong {
    color: #05a300;
    font-size: 16px;
}

.sf-offer-stats__price strong span {
    font-size: 11px;
}

.sf-product-card__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    padding: 0;
}

.sf-country-line {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #172334;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
}

.sf-country-line .material-symbols-outlined {
    flex: 0 0 auto;
    color: #e33c2e;
    font-size: 13px;
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.sf-country-line span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-stock {
    display: none;
}

.sf-stock.is-sold-out {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #b42318;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.sf-stock.is-sold-out .material-symbols-outlined {
    font-size: 13px;
    font-variation-settings: "FILL" 1, "wght" 650, "GRAD" 0, "opsz" 16;
}

.sf-old-price {
    display: none;
}

.sf-product-card__cta {
    min-width: 0;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #00a6ea;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sf-product-card__cta:hover {
    background: transparent;
    color: #007caf;
    transform: none;
}

.sf-product-card__cta .material-symbols-outlined {
    font-size: 14px;
}

@media (max-width: 1080px) {
    .sf-products .sf-container {
        width: min(calc(100% - 28px), 920px);
    }
}

@media (max-width: 860px) {
    .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sf-products .sf-container {
        width: min(calc(100% - 30px), var(--sf-container));
    }

    .sf-product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sf-product-card {
        min-height: 126px;
        padding: 13px 13px 12px;
    }

    .sf-product-card__head {
        grid-template-columns: 52px minmax(0, 1fr);
        padding-right: 34px;
    }

    .sf-product-card h3 {
        font-size: 14px;
    }

    .sf-offer-stats {
        margin-left: 0;
    }

    .sf-offer-stats strong {
        font-size: 17px;
    }

    .sf-offer-stats__price strong {
        font-size: 16px;
    }

    .sf-country-line {
        font-size: 10px;
    }

    .sf-product-card__cta {
        font-size: 10px;
    }
}

/* MobiMatter-inspired marketplace pass: compact, light and search-led. */
:root {
    --sf-navy-950: #12233f;
    --sf-navy-900: #1b3156;
    --sf-navy-800: #29466f;
    --sf-cyan: #08aee5;
    --sf-cyan-dark: #007fae;
    --sf-ink: #18202b;
    --sf-muted: #657080;
    --sf-line: #d9e1e7;
    --sf-soft: #eef3f6;
    --sf-surface: #ffffff;
    --sf-success: #11950c;
    --sf-shadow: 0 2px 8px rgba(26, 43, 64, .1);
    --sf-radius-lg: 16px;
    --sf-radius-md: 10px;
    --sf-container: 920px;
}

body {
    background: var(--sf-soft);
}

.sf-header {
    border-bottom: 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.sf-header .sf-container {
    width: min(calc(100% - 40px), 1740px);
}

.sf-header__inner {
    min-height: 64px;
}

.sf-header__cluster {
    gap: 42px;
}

.sf-brand img {
    height: 30px;
}

.sf-brand strong {
    color: #1d2631;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.sf-nav {
    gap: 22px;
}

.sf-nav a {
    padding-block: 22px 20px;
    color: #252b33;
    font-size: 11px;
    font-weight: 600;
}

.sf-nav a::after {
    bottom: 13px;
    height: 1px;
}

.sf-currency,
.sf-language summary,
.sf-account,
.sf-menu-button {
    min-height: 36px;
    border-radius: 6px;
}

.sf-currency,
.sf-language summary {
    border-color: transparent;
}

.sf-account {
    padding-inline: 14px;
    border: 0;
    background: var(--sf-cyan);
    color: #fff;
    font-size: 12px;
}

.sf-account:hover {
    background: #008ec0;
}

.sf-hero {
    min-height: 268px;
    align-items: end;
    padding: 0 0 26px;
    background-color: #087d9e;
    background-image: url("/assets/globalesim/images/storefront-ocean-hero-1600.webp");
    background-position: center 46%;
    background-size: cover;
}

.sf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 55, 80, .12);
    pointer-events: none;
}

.sf-hero__content {
    text-align: left;
}

.sf-hero h1 {
    max-width: none;
    margin: 0 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 39, 57, .45);
}

.sf-search {
    max-width: none;
    min-height: 54px;
    gap: 6px;
    margin: 0;
    padding: 5px 6px 5px 18px;
    border: 0;
    border-radius: 5px;
    box-shadow: var(--sf-shadow);
}

.sf-search input {
    color: #243247;
    font-size: 13px;
}

.sf-search input::placeholder {
    color: #718098;
    opacity: 1;
}

.sf-search__clear {
    width: 34px;
    height: 34px;
}

.sf-search__submit {
    min-width: 42px;
    width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
}

.sf-search__submit:hover {
    background: #008fc3;
    transform: none;
}

.sf-search__submit .material-symbols-outlined {
    font-size: 22px;
}

.sf-destination-section {
    padding-top: 15px;
}

.sf-destination-section h2 {
    margin: 0 0 17px;
    color: #222b36;
    font-size: 14px;
    line-height: 1.3;
}

.sf-destinations__rail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 22px;
    overflow-x: auto;
    padding: 6px 10px 5px;
    scrollbar-width: none;
}

.sf-destinations__rail::-webkit-scrollbar {
    display: none;
}

.sf-destinations__rail button {
    width: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    flex: 0 0 58px;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #202a35;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}

.sf-destination-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    overflow: visible;
    border-radius: 50%;
    border: 1px solid #e6eff5;
    background: #fff;
    line-height: 0;
    box-shadow: var(--sf-shadow);
    transform: translateZ(0);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.sf-destination-flag {
    width: 30px;
    height: 20px;
    display: block;
    margin: auto;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(20, 38, 63, .12);
}

.sf-destinations__rail button:hover .sf-destination-icon,
.sf-destinations__rail button:focus-visible .sf-destination-icon {
    border-color: var(--sf-cyan);
    box-shadow: 0 7px 13px rgba(32, 56, 74, .13);
    transform: scale(1.04);
}

.sf-destinations__rail button.is-active .sf-destination-icon {
    border-color: var(--sf-cyan);
    box-shadow: 0 0 0 3px rgba(0, 174, 239, .13), 0 7px 13px rgba(32, 56, 74, .12);
}

.sf-products__body {
    position: relative;
}

.sf-products-loading {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 0;
    background: rgba(239, 246, 250, .18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(1px);
}

.sf-products__body.is-loading .sf-product-grid {
    pointer-events: none;
}

.sf-product-grid.is-switching {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sf-products__body.is-loading .sf-products-loading {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.sf-products-loading__text {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #14283b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: lowercase;
    transform: translateZ(0);
}

.sf-banner {
    width: min(calc(100% - 32px), 708px);
    min-height: 94px;
    margin-top: 32px;
    padding: 16px 22px;
    border: 0;
    border-radius: 5px;
    background: var(--sf-navy-900);
    color: #fff;
}

.sf-banner__copy {
    gap: 13px;
}

.sf-banner__copy > .material-symbols-outlined {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: var(--sf-cyan-dark);
    font-size: 23px;
}

.sf-banner strong {
    color: #fff;
    font-size: 13px;
}

.sf-banner p {
    margin-top: 3px;
    color: #c5d5e6;
    font-size: 10px;
}

.sf-banner > a {
    min-width: 144px;
    min-height: 36px;
    padding-inline: 16px;
    border-radius: 3px;
    background: #26b7e5;
    font-size: 11px;
}

.sf-jump {
    padding-block: 16px 26px;
}

.sf-jump .sf-section-heading {
    margin-bottom: 8px;
}

.sf-jump .sf-section-heading h2 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
}

.sf-jump__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.sf-jump__grid > a {
    min-height: 54px;
    padding: 10px 20px;
    border: 0;
    border-radius: 6px;
    box-shadow: var(--sf-shadow);
}

.sf-jump__grid > a:hover {
    border-color: transparent;
    box-shadow: 0 3px 8px rgba(26, 43, 64, .14);
    transform: translateY(-1px);
}

.sf-jump__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edf9fc;
}

.sf-jump__icon .material-symbols-outlined {
    font-size: 18px;
}

.sf-jump__grid strong {
    font-size: 12px;
    font-weight: 650;
}

.sf-jump__grid small {
    display: none;
}

.sf-products {
    padding: 0 0 64px;
    border: 0;
    background: transparent;
}

.sf-products .sf-section-heading {
    align-items: end;
    margin-bottom: 12px;
}

.sf-products .sf-section-heading h2 {
    margin: 0;
    font-size: 17px;
    letter-spacing: -.015em;
}

.sf-products .sf-section-heading p {
    margin-top: 4px;
    font-size: 10px;
}

.sf-result-count {
    min-width: 88px;
    padding: 7px 9px;
    border: 0;
    background: transparent;
    font-size: 9px;
}

.sf-result-count strong {
    font-size: 14px;
}

.sf-product-toolbar {
    align-items: center;
    margin-bottom: 14px;
    border-bottom-color: #cfd9e0;
}

.sf-tabs {
    gap: 18px;
}

.sf-tabs button {
    min-height: 42px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}

.sf-toolbar-options {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sf-category-rail {
    max-width: 420px;
    padding-bottom: 7px;
}

.sf-category-rail button {
    min-height: 28px;
    padding-inline: 10px;
    border-radius: 5px;
    font-size: 9px;
}

.sf-toolbar-currency {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
    padding: 0 9px;
    border: 1px solid var(--sf-cyan);
    border-radius: 5px;
    background: #fff;
    color: #21334a;
    font-size: 9px;
    font-weight: 800;
}

.sf-toolbar-currency .material-symbols-outlined {
    font-size: 13px;
}

.sf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sf-product-card {
    min-height: 242px;
    padding: 17px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(25, 48, 72, .14);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.sf-product-card:hover {
    box-shadow: 0 7px 8px rgba(25, 48, 72, .18);
    transform: translateY(-2px);
}

.sf-product-card__head {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding-right: 0;
}

.sf-product-card__image {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(19, 43, 66, .08);
}

.sf-provider {
    margin-bottom: 3px;
    color: #526277;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.sf-product-card h3 {
    min-height: 40px;
    color: #10213a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: -.01em;
    text-wrap: pretty;
}

.sf-validity {
    grid-column: 2;
    width: fit-content;
    min-height: 26px;
    margin-top: 7px;
    padding: 0 9px;
    border-radius: 6px;
    background: #e9f7fb;
    color: #075f80;
    font-size: 11px;
    font-weight: 750;
}

.sf-validity .material-symbols-outlined {
    display: inline-block;
    font-size: 14px;
}

.sf-product-card__facts {
    min-height: 84px;
    gap: 11px;
    margin-top: 15px;
    padding: 14px 0;
}

.sf-product-fact {
    min-width: 0;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.sf-product-fact > .material-symbols-outlined {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #edf5f8;
    color: #087ca8;
    font-size: 15px;
}

.sf-product-fact > span {
    min-width: 0;
}

.sf-product-fact small,
.sf-product-fact strong {
    display: block;
}

.sf-product-fact small {
    margin-bottom: 1px;
    color: #6b7788;
    font-size: 10px;
    font-weight: 650;
}

.sf-product-fact strong {
    overflow: hidden;
    color: #24354a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-product-card__facts .material-symbols-outlined {
    flex: 0 0 auto;
}

.sf-product-card__footer {
    align-items: center;
    gap: 10px;
    padding-top: 14px;
}

.sf-price {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.sf-price small {
    color: #647286;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

.sf-price__line {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.sf-price strong {
    color: #087a2f;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.15;
}

.sf-price strong span {
    color: inherit;
    font-size: 14px;
}

.sf-price del {
    color: #8994a3;
    font-size: 10px;
}

.sf-stock {
    margin-left: auto;
    font-size: 10px;
}

.sf-stock .material-symbols-outlined {
    font-size: 14px;
}

.sf-product-card__cta {
    min-width: 108px;
    min-height: 40px;
    justify-content: center;
    align-self: center;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background: var(--sf-cyan);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    transition: background 160ms ease, transform 160ms ease;
}

.sf-product-card__cta:hover {
    background: #008fc0;
    color: #fff;
    transform: translateY(-1px);
}

.sf-product-card__cta .material-symbols-outlined {
    font-size: 16px;
}

.sf-how {
    padding-block: 64px;
}

.sf-bottom-nav {
    display: none !important;
}

@media (max-width: 1080px) {
    .sf-header__cluster {
        gap: 22px;
    }

    .sf-nav {
        gap: 14px;
    }

    .sf-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .sf-header .sf-container {
        width: min(calc(100% - 28px), 920px);
    }

    .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sf-toolbar-options {
        width: 100%;
    }

    .sf-category-rail {
        max-width: none;
        flex: 1;
    }
}

@media (max-width: 640px) {
    html {
        scroll-padding-bottom: 0;
    }

    body {
        padding-bottom: 0;
    }

    .sf-container {
        width: min(calc(100% - 30px), var(--sf-container));
    }

    .sf-header__inner {
        min-height: 60px;
    }

    .sf-brand img {
        height: 28px;
    }

    .sf-brand strong {
        max-width: 170px;
        font-size: 18px;
    }

    .sf-language {
        display: none;
    }

    .sf-menu-button {
        min-height: 38px;
        width: 38px;
        border: 0;
    }

    .sf-hero {
        min-height: 176px;
        padding-bottom: 12px;
        background-position: 36% center;
    }

    .sf-hero h1 {
        margin-bottom: 4px;
        font-size: 10px;
    }

    .sf-search {
        min-height: 53px;
        padding-left: 14px;
        border-radius: 6px;
    }

    .sf-search input {
        font-size: 14px;
    }

    .sf-search__submit {
        min-width: 40px;
        width: 40px;
        min-height: 40px;
    }

    .sf-destination-section {
        width: 100%;
        padding-top: 20px;
    }

    .sf-destination-section h2 {
        width: calc(100% - 30px);
        margin: 0 auto 15px;
        font-size: 15px;
    }

    .sf-destinations__rail {
        gap: 17px;
        justify-content: flex-start;
        margin: 0;
        padding: 6px 15px 6px;
    }

    .sf-destinations__rail button {
        width: 52px;
        min-width: 52px;
        flex-basis: 52px;
        font-size: 10px;
    }

    .sf-destination-icon {
        width: 44px;
        height: 44px;
    }

    .sf-banner {
        width: calc(100% - 30px);
        min-height: 104px;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        margin-top: 24px;
        padding: 14px;
    }

    .sf-banner__copy {
        min-width: 0;
        flex: 1;
    }

    .sf-banner__copy > .material-symbols-outlined {
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
        font-size: 20px;
    }

    .sf-banner strong {
        display: block;
        font-size: 11px;
        line-height: 1.4;
    }

    .sf-banner p {
        display: none;
    }

    .sf-banner > a {
        width: auto;
        min-width: 92px;
        min-height: 34px;
        padding-inline: 10px;
        font-size: 9px;
    }

    .sf-banner > a .material-symbols-outlined {
        display: none;
    }

    .sf-jump {
        padding-block: 12px 24px;
    }

    .sf-jump .sf-section-heading {
        margin-bottom: 8px;
    }

    .sf-jump .sf-section-heading h2 {
        font-size: 15px;
    }

    .sf-jump__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sf-jump__grid > a {
        min-height: 56px;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
    }

    .sf-jump__icon {
        width: 28px;
        height: 28px;
    }

    .sf-jump__grid strong {
        font-size: 10px;
        white-space: normal;
    }

    .sf-products {
        padding-bottom: 52px;
    }

    .sf-products .sf-section-heading {
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        gap: 8px;
        margin-bottom: 7px;
    }

    .sf-products .sf-section-heading h2 {
        font-size: 16px;
    }

    .sf-products .sf-section-heading p {
        display: none;
    }

    .sf-result-count {
        min-width: auto;
        padding: 0;
    }

    .sf-result-count strong {
        font-size: 12px;
    }

    .sf-product-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 10px;
        border-bottom: 0;
    }

    .sf-tabs {
        border-bottom: 1px solid #cfd9e0;
    }

    .sf-tabs button {
        font-size: 11px;
    }

    .sf-toolbar-options {
        gap: 7px;
    }

    .sf-category-rail {
        margin: 0;
        padding: 0;
    }

    .sf-toolbar-currency {
        min-height: 29px;
    }

    .sf-product-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sf-product-card {
        min-height: 0;
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(25, 48, 72, .16);
    }

    .sf-product-card__head {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 11px;
        padding-right: 0;
    }

    .sf-product-card__image {
        width: 52px;
        height: 52px;
    }

    .sf-product-card h3 {
        min-height: 0;
        font-size: 15px;
        line-height: 1.35;
    }

    .sf-validity {
        grid-column: 2;
        margin-top: 6px;
    }

    .sf-product-card__facts {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
        padding: 13px 0;
    }

    .sf-product-fact strong {
        font-size: 12px;
    }

    .sf-product-card__cta {
        min-width: 104px;
        min-height: 40px;
        font-size: 12px;
    }

    .sf-price strong {
        font-size: 21px;
    }

    .sf-stock {
        display: none;
    }
}

/* Final offer-card override. Keep this last so older mobile rules cannot dilute it. */
.sf-products .sf-container {
    width: min(calc(100% - 32px), 1120px);
}

.sf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sf-product-card {
    position: relative;
    min-height: 124px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 13px 14px 12px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #1a202c;
    font-family: var(--sf-font-mobimatter-title);
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 7px 14px rgba(30, 46, 64, .1);
    transition: box-shadow 180ms ease, transform 180ms ease;
    -webkit-user-select: text;
    user-select: text;
}

.sf-product-card:hover {
    box-shadow: 0 8px 14px rgba(30, 46, 64, .14);
    transform: translateY(-1px);
}

.sf-product-card:focus-visible {
    outline: 3px solid rgba(22, 184, 234, .38);
    outline-offset: 3px;
}

.sf-product-card__head {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 0 34px 0 0;
}

.sf-product-card__image {
    width: 44px;
    height: 44px;
    align-self: start;
    margin-top: 0;
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
    transform: translateY(-5px);
}

.sf-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    user-select: none;
}

.sf-product-card h3 {
    display: block;
    min-height: 0;
    margin: 0;
    overflow: visible;
    color: #1a202c;
    font-family: var(--sf-font-product-card);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: normal;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: unset;
    -webkit-user-select: text;
    user-select: text;
}

.sf-product-card h3.is-cjk-title {
    font-family: var(--sf-font-mobimatter-title);
    font-weight: 500;
    letter-spacing: normal;
}

.sf-provider {
    margin: 4px 0 0;
    color: #8a8d92;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: none;
}

.sf-network-mark {
    position: absolute;
    top: 13px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #1a202c;
}

.sf-network-mark::before {
    content: "5G";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.sf-network-mark .material-symbols-outlined {
    margin-left: 1px;
    font-size: 10px;
    transform: rotate(-28deg);
}

.sf-offer-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    margin: 11px 0 9px;
}

.sf-offer-stats::before,
.sf-offer-stats::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 18px;
    border-radius: 999px;
    background: #e2e9ee;
    transform: translate(-50%, -50%);
}

.sf-offer-stats::before {
    left: 33.333333%;
}

.sf-offer-stats::after {
    left: 66.666667%;
}

.sf-offer-stats > div {
    position: relative;
    min-width: 0;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    gap: 0;
    padding: 0 12px;
    border-left: 0;
}

.sf-offer-stats > div:first-child {
    padding: 0 12px;
}

.sf-offer-stats > div:not(:first-child)::before {
    content: none;
}

.sf-offer-stats strong {
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #4a5568;
    font-family: var(--sf-font-product-card);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-overflow: clip;
    white-space: nowrap;
}

.sf-unlimited-mark {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00aeef;
    flex: 0 0 22px;
    font-size: 21px;
    font-variation-settings: "FILL" 0, "wght" 650, "GRAD" 0, "opsz" 22;
    line-height: 1;
    transform: translateY(1px);
}

.sf-offer-stats small {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: transparent;
    font-size: 1px;
    line-height: 1;
    pointer-events: none;
}

.sf-offer-stats__price strong {
    color: #24b502;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.sf-offer-stats__price strong span {
    font-size: 11px;
}

.sf-product-card__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    padding: 0;
}

.sf-country-line {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1a202c;
    font-family: var(--sf-font-product-card);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.sf-country-line .material-symbols-outlined {
    flex: 0 0 auto;
    color: #e33c2e;
    font-size: 13px;
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.sf-country-line span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-stock {
    display: none;
}

.sf-stock.is-sold-out {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #b42318;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.sf-stock.is-sold-out .material-symbols-outlined {
    font-size: 13px;
    font-variation-settings: "FILL" 1, "wght" 650, "GRAD" 0, "opsz" 16;
}

.sf-old-price {
    display: none;
}

.sf-product-card__cta {
    min-width: 0;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #006f95;
    font-family: var(--sf-font-product-card);
    font-size: 12px;
    font-weight: 750;
    line-height: 18px;
    justify-content: flex-end;
    white-space: nowrap;
}

.sf-product-card__cta:hover {
    background: transparent;
    color: #004f6b;
    transform: none;
}

.sf-product-card__cta .material-symbols-outlined {
    font-size: 14px;
    font-variation-settings: "FILL" 0, "wght" 650, "GRAD" 0, "opsz" 18;
}

@media (max-width: 1080px) {
    .sf-products .sf-container {
        width: min(calc(100% - 28px), 920px);
    }
}

@media (max-width: 860px) {
    .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sf-products .sf-container {
        width: min(calc(100% - 30px), var(--sf-container));
    }

    .sf-product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sf-product-card {
        min-height: 126px;
        padding: 13px 13px 12px;
        box-shadow: 0 7px 14px rgba(30, 46, 64, .12);
    }

    .sf-product-card__head {
        grid-template-columns: 48px minmax(0, 1fr);
        padding-right: 34px;
    }

    .sf-product-card h3 {
        font-size: 14px;
        line-height: 14px;
    }

    .sf-offer-stats {
        margin-left: 0;
    }

    .sf-offer-stats strong {
        font-size: 16px;
    }

    .sf-offer-stats__price strong {
        font-size: 16px;
    }

    .sf-country-line {
        font-size: 12px;
    }

    .sf-product-card__cta {
        font-size: 12px;
    }
}

.sf-header,
.sf-mobile-menu {
    font-family: var(--sf-font-mobimatter-title);
}

.sf-brand strong {
    color: #17202b;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.sf-nav a,
.sf-mobile-menu nav a {
    color: #243247;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.5;
}

.sf-hero {
    font-family: var(--sf-font-mobimatter-title);
}

.sf-hero h1 {
    max-width: 780px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.16;
    text-shadow: 0 2px 10px rgba(0, 35, 52, .42);
    text-wrap: balance;
}

.sf-hero__content > p {
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.sf-search input {
    color: #17202b;
    font-family: var(--sf-font-mobimatter-title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.sf-search input::placeholder {
    color: #506075;
    opacity: 1;
}

.sf-destination-section,
.sf-banner,
.sf-jump,
.sf-how,
.sf-providers,
.sf-guides,
.sf-support,
.sf-footer,
.sf-bottom-nav {
    font-family: var(--sf-font-mobimatter-title);
}

.sf-destination-section h2,
.sf-jump .sf-section-heading h2,
.sf-guides .sf-section-heading h2,
.sf-how .sf-section-heading h2 {
    color: #17202b;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.25;
}

.sf-jump .sf-section-heading p,
.sf-guides .sf-section-heading p,
.sf-how .sf-section-heading p {
    color: #435268;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.sf-destinations__rail button {
    color: #17202b;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.sf-destinations__rail {
    justify-content: center;
}

.sf-banner strong {
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.45;
}

.sf-banner p {
    color: #d9e7f5;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.sf-banner > a {
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.25;
}

.sf-jump__grid strong {
    color: #17202b;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.35;
}

.sf-jump__grid small {
    color: #435268;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.sf-kicker {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.35;
}

.sf-how h3 {
    font-size: 20px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.3;
}

.sf-how__grid p {
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.sf-providers p {
    color: #435268;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .02em;
    line-height: 1.4;
}

.sf-providers button {
    color: #243247;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.sf-guide-card__meta {
    color: #5b697a;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.4;
}

.sf-guide-card h3 {
    color: #17202b;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.35;
}

.sf-guide-card p {
    color: #435268;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.sf-guide-card__link,
.sf-text-link {
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.35;
}

.sf-support h2 {
    color: #17202b;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.25;
}

.sf-support p {
    color: #435268;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.sf-support__actions a {
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.35;
}

.sf-footer {
    color: rgba(238, 246, 253, .84);
}

.sf-footer__brand p {
    color: rgba(238, 246, 253, .82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.sf-footer__brand > span,
.sf-footer__grid a,
.sf-footer__bottom {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

.sf-footer h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.35;
}

.sf-bottom-nav a {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .sf-brand strong {
        font-size: 18px;
    }

    .sf-mobile-menu nav a {
        font-size: 15px;
        line-height: 1.45;
    }

    .sf-hero h1 {
        font-size: 28px;
        line-height: 1.18;
    }

    .sf-hero__content > p {
        font-size: 15px;
        line-height: 1.55;
    }

    .sf-search input {
        font-size: 16px;
    }

    .sf-destination-section h2,
    .sf-jump .sf-section-heading h2,
    .sf-guides .sf-section-heading h2,
    .sf-how .sf-section-heading h2 {
        font-size: 20px;
        line-height: 1.28;
    }

    .sf-destinations__rail button {
        font-size: 12px;
        line-height: 1.3;
    }

    .sf-banner strong {
        font-size: 14px;
        line-height: 1.4;
    }

    .sf-banner p {
        font-size: 13px;
    }

    .sf-banner > a {
        min-width: 108px;
        font-size: 13px;
    }

    .sf-jump__grid strong {
        font-size: 13px;
    }

    .sf-how h3 {
        font-size: 18px;
    }

    .sf-how__grid p,
    .sf-guide-card p,
    .sf-support p {
        font-size: 14px;
    }

    .sf-footer__brand p,
    .sf-footer__brand > span,
    .sf-footer__grid a,
    .sf-footer__bottom {
        font-size: 13px;
    }
}

/* Final visual tuning: calmer text weights, earth hero, and mobile search-first entry. */
.sf-brand strong {
    font-weight: 650;
}

.sf-nav a,
.sf-mobile-menu nav a {
    font-weight: 500;
}

.sf-hero {
    z-index: 20;
    overflow: visible;
    background-color: #02070d;
    background-image:
        linear-gradient(90deg, rgba(2, 8, 14, .76) 0%, rgba(2, 8, 14, .48) 46%, rgba(2, 8, 14, .14) 100%),
        url("/assets/globalesim/images/hero-earth-black-marble-preview-1600.webp");
    background-position: center 48%;
    background-size: cover;
}

.sf-hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .28));
}

.sf-hero::after {
    content: "";
    position: absolute;
    top: 84px;
    left: 0;
    z-index: -1;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: transparent;
    box-shadow:
        82px 46px 0 0 rgba(255, 255, 255, .72),
        104px 33px 0 0 rgba(134, 209, 255, .62),
        174px 82px 0 0 rgba(255, 255, 255, .58),
        98px 158px 0 0 rgba(126, 206, 255, .5),
        228px 126px 0 0 rgba(255, 255, 255, .44),
        calc(100vw - 86px) 46px 0 0 rgba(255, 255, 255, .7),
        calc(100vw - 196px) 32px 0 0 rgba(128, 204, 255, .58),
        calc(100vw - 112px) 158px 0 0 rgba(255, 255, 255, .56),
        calc(100vw - 238px) 104px 0 0 rgba(255, 255, 255, .42),
        calc(100vw - 52px) 104px 0 0 rgba(126, 206, 255, .48);
    opacity: .82;
    pointer-events: none;
}

.sf-hero h1 {
    margin-inline: auto;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 12, 24, .42);
}

.sf-search-wrap {
    position: relative;
    width: 100%;
}

.sf-hero__content .sf-search-wrap {
    z-index: 30;
    margin: 0 auto;
}

.sf-search input {
    background: transparent;
    font-weight: 400;
}

.sf-search input:focus,
.sf-search input:focus-visible {
    outline: 0;
    box-shadow: none;
}

.sf-search input:-webkit-autofill,
.sf-search input:-webkit-autofill:hover,
.sf-search input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #17202b;
}

.sf-search__clear {
    background: #fff;
}

.sf-search__submit {
    font-weight: 600;
}

.sf-search-suggestions {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 60;
    width: 100%;
    max-height: min(420px, calc(100vh - 170px));
    overflow-y: auto;
    overscroll-behavior: contain;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 8px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(217, 225, 231, .92);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(2, 10, 24, .18);
}

.sf-destination-section {
    position: relative;
    z-index: 1;
}

.sf-search-suggestions::-webkit-scrollbar {
    width: 10px;
}

.sf-search-suggestions::-webkit-scrollbar-thumb {
    border: 3px solid #fff;
    border-radius: 999px;
    background: #cbd7df;
}

.sf-search-suggestions[hidden] {
    display: none !important;
}

.sf-search-suggestions button {
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #17202b;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease;
}

.sf-search-suggestions button:hover,
.sf-search-suggestions button:focus-visible {
    background: #eef6fa;
    color: #007da8;
    outline: 0;
}

.sf-search-suggestions .sf-destination-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    box-shadow: none;
}

.sf-search-suggestions .sf-destination-flag {
    width: 22px;
    height: 15px;
}

.sf-destination-flag-image {
    width: 30px;
    height: 22px;
    display: block;
    flex: 0 0 30px;
    overflow: hidden;
    border: 1px solid #d9e7ee;
    border-radius: 5px;
    background: #f4f9fb;
    box-shadow: 0 1px 2px rgba(15, 35, 52, .08);
}

.sf-destination-flag-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sf-search-suggestions__empty {
    grid-column: 1 / -1;
    padding: 18px 10px;
    color: #687689;
    font-size: 13px;
    text-align: center;
}

.sf-destination-section h2,
.sf-jump .sf-section-heading h2,
.sf-guides .sf-section-heading h2,
.sf-how .sf-section-heading h2,
.sf-support h2 {
    font-weight: 650;
}

.sf-destinations__rail button,
.sf-providers p,
.sf-providers button,
.sf-bottom-nav a {
    font-weight: 500;
}

.sf-tabs button {
    font-weight: 500;
}

.sf-tabs button.is-active,
.sf-result-count strong {
    font-weight: 650;
}

.sf-products .sf-section-heading {
    align-items: flex-start;
    margin-bottom: 14px;
}

.sf-product-toolbar {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 8px;
    border-bottom-color: rgba(207, 217, 224, .58);
}

.sf-result-count {
    color: #7f8c9b;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    padding: 0;
    text-align: right;
    white-space: nowrap;
}

.sf-result-count strong,
.sf-result-count span {
    line-height: 1;
}

.sf-tabs {
    align-items: center;
}

.sf-tabs button {
    color: #8d98a6;
}

.sf-tabs button.is-active {
    color: #1196bf;
}

.sf-banner strong,
.sf-jump__grid strong,
.sf-how h3,
.sf-guide-card h3,
.sf-footer h3 {
    font-weight: 650;
}

.sf-banner p,
.sf-jump__grid small,
.sf-guide-card p,
.sf-support p,
.sf-footer__brand p,
.sf-footer__brand > span,
.sf-footer__grid a,
.sf-footer__bottom {
    font-weight: 400;
}

.sf-banner p {
    color: rgba(217, 231, 245, .68);
    font-family: "PingFang SC", "PingFang TC", "PingFang HK", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.45;
}

.sf-kicker,
.sf-banner > a,
.sf-guide-card__link,
.sf-text-link,
.sf-support__actions a,
.sf-product-card__cta,
.sf-stock.is-sold-out,
.sf-network-mark::before {
    font-weight: 600;
}

.sf-guide-card__meta {
    font-weight: 500;
}

@media (max-width: 640px) {
    .sf-hero {
        min-height: auto;
        align-items: center;
        padding: 12px 0 14px;
        background: var(--sf-soft);
    }

    .sf-hero::before,
    .sf-hero::after,
    .sf-hero h1,
    .sf-hero__content > p,
    .sf-eyebrow,
    .sf-hero__facts,
    .sf-destinations {
        display: none !important;
    }

    .sf-hero__content {
        width: min(calc(100% - 30px), var(--sf-container));
        text-align: left;
    }

    .sf-search {
        width: 100%;
        max-width: none;
        min-height: 52px;
        margin: 0;
        padding: 5px 6px 5px 14px;
        border: 1px solid var(--sf-line);
        border-radius: 7px;
        box-shadow: 0 6px 14px rgba(26, 43, 64, .1);
    }

    .sf-search input {
        font-size: 15px;
        font-weight: 400;
    }

    .sf-search-suggestions {
        width: 100%;
        position: static;
        max-height: 58vh;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 8px;
        padding: 8px;
        box-shadow: 0 8px 18px rgba(26, 43, 64, .12);
    }

    .sf-search-suggestions button {
        min-height: 38px;
        padding: 5px 7px;
        font-size: 12px;
    }

    .sf-products .sf-section-heading {
        margin-bottom: 10px;
    }

    .sf-product-toolbar {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 7px;
        border-bottom-color: rgba(207, 217, 224, .52);
    }

    .sf-result-count {
        min-height: 22px;
    }

    .sf-tabs {
        min-width: 0;
        flex: 1 1 auto;
        overflow-x: auto;
    }

    .sf-destinations__rail {
        justify-content: flex-start;
    }
}

/* Storefront preview readability fixes for dark sections and mobile centering. */
.sf-how .sf-section-heading--center {
    align-items: center;
    text-align: center;
}

.sf-how .sf-section-heading--center > div {
    width: min(100%, 680px);
    margin-inline: auto;
}

.sf-how .sf-section-heading h2,
.sf-how .sf-section-heading--center h2 {
    color: #f8fbff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

.sf-how .sf-section-heading p,
.sf-how .sf-section-heading--center p {
    margin-inline: auto;
    color: rgba(248, 251, 255, .88);
}

.sf-how .sf-kicker {
    color: #7de2ff;
}

.sf-footer .sf-brand {
    color: #fff;
}

.sf-footer .sf-brand__mark {
    background: #16b8ea;
    color: #031224;
}

.sf-footer .sf-brand strong {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 640px) {
    .sf-how .sf-section-heading--center {
        align-items: center;
        text-align: center;
    }

    .sf-how .sf-section-heading--center p {
        max-width: 30rem;
        font-size: 14px;
        line-height: 1.7;
    }

    .sf-footer__brand {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .sf-footer .sf-brand {
        margin-inline: auto;
    }
}

@media (max-width: 640px) {
    .sf-product-toolbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        justify-content: space-between;
        margin-bottom: 10px;
        overflow: hidden;
        border-bottom: 1px solid rgba(207, 217, 224, .52);
    }

    .sf-tabs {
        min-width: 0;
        flex: 0 1 auto;
        display: flex;
        align-items: center;
        gap: 10px;
        overflow: hidden;
        border-bottom: 0;
    }

    .sf-tabs button {
        min-width: max-content;
        min-height: 34px;
        padding: 0 0 8px;
        overflow: hidden;
        color: #8d98a6;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        text-overflow: clip;
        white-space: nowrap;
    }

    .sf-tabs button::after {
        bottom: 0;
    }

    .sf-tabs button.is-active {
        color: #1196bf;
    }

    .sf-result-count {
        flex: 0 0 auto;
        min-width: 54px;
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 2px;
        padding: 0;
        font-size: 8px;
        line-height: 1;
        white-space: nowrap;
    }

    .sf-result-count strong {
        font-size: 11px;
        line-height: 1;
    }

    .sf-result-count span {
        line-height: 1;
    }
}
