@keyframes pulseCount {
0%, 100%: transform: scale(1.0);
50%: transform: scale(1.05);
}

@keyframes pulse {
0%, 100%: opacity: 0.6;
50%: opacity: 0.3;
}

@keyframes slideInBadge {
from: opacity: 0; transform: translateX(-20px);
to: opacity: 1; transform: translateX(0);
}

.pf-footer {
display: block;
width: 100%;
color: #ffffff;
background-color: #060923;
border-top: 3px solid #FF9500;
border-image: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%) 1;
box-sizing: border-box;
}
.pf-footer * {
box-sizing: border-box;
}
.pf-top {
background-color: #060923;
padding: 56px 80px 40px;
}
.pf-top-inner {
display: grid;
grid-template-columns: minmax(260px, 1.3fr) 3fr;
gap: 48px;
max-width: 1280px;
margin: 0 auto;
}
.pf-brand-col {
display: flex;
flex-direction: column;
gap: 20px;
}
.pf-brand-link {
display: inline-block;
width: fit-content;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-brand-link svg {
height: 32px;
width: auto;
}
.pf-tagline {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #b0b1be;
max-width: 380px;
margin: 0;
}
.pf-social {
display: flex;
gap: 12px;
margin-top: 4px;
}
.pf-social a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255,255,255,0.08);
transition: background 0.2s, transform 0.2s;
text-decoration: none;
-webkit-text-decoration: none;
}
.pf-social a svg {
width: 18px;
height: 18px;
color: #ffffff;
}
.pf-social a:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transform: translateY(-2px);
}
.pf-social a:hover svg {
color: #ffffff;
}
.pf-nav-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
}
.pf-col {
display: flex;
flex-direction: column;
gap: 12px;
}
.pf-col-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #ffffff;
text-transform: uppercase;
margin: 0 0 4px;
}
.pf-col-list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.pf-col-list li {
margin: 0;
padding: 0;
}
.pf-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #ababb3;
text-decoration: none;
-webkit-text-decoration: none;
transition: color 0.15s;
width: fit-content;
}
.pf-link:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
background-clip: text;
color: transparent;
cursor: pointer;
}
.pf-link:focus-visible {
outline: 2px solid #ff9500;
outline-offset: 2px;
border-radius: 2px;
}
.pf-geo {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
padding: 18px 80px;
max-width: 1280px;
margin: 0 auto;
border-top: 1px solid rgba(255,255,255,0.08);
}
.pf-geo-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 12px;
letter-spacing: 0.12em;
color: #b0b1be;
text-transform: uppercase;
}
.pf-geo-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
color: #ffffff;
text-decoration: none;
-webkit-text-decoration: none;
padding: 6px 12px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,0.15);
transition: all 0.15s;
}
.pf-geo-link:hover {
border-color: #ff9500;
color: #ff9500;
cursor: pointer;
}
.pf-bottom {
background-color: #595968;
}
.pf-bottom-inner {
max-width: 1280px;
margin: 0 auto;
padding: 16px 80px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.pf-rights {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: #ffffff;
}
.pf-address {
font-style: normal;
font-family: IBM Plex Sans, sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #dedee1;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pf-addr-sep {
color: rgba(255,255,255,0.4);
padding: 0 2px;
}
.pf-switch-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1em;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
-webkit-text-decoration: none;
padding: 8px 16px;
border-radius: 6px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
transition: opacity 0.15s;
}
.pf-switch-link:hover {
opacity: 0.9;
cursor: pointer;
}

.headerDropdownMainWrapper {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
box-sizing: border-box;
display: grid;
align-content: center;
margin: 0;
height: -webkit-fill-available;
z-index: 12;
width: 150px;
}
.dropdownWrapper {
position: relative;
cursor: pointer;
}
.invisibleDropDown {
visibility: hidden;
}
.dropdownButton {
width: 150px;
height: 40px;
border: 0 none currentColor;
border-radius: 6px;
font-family: inherit;
font-size: 17px;
background-color: transparent;
}
.dropdownWrapper > .selected_item {
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 40px;
margin: 0 3px;
flex-grow: 10.0;
&:hover {
.selectedRightSubItem svg {
transition: all 0.5s ease 0.5s;
transform: rotate(60deg);
}
}
}
.selected_item_anyScreen {
background-color: transparent;
}
.selected_item_mainScreen {
background-color: transparent;
color: #ffffff;
}
.selectedLeftSubItem > svg {
display: block;
margin: auto;
color: #fda501;
}
.selectedRightSubItem > svg {
height: 0.5em;
width: 20px;
display: block;
margin: auto;
}
.dropdownWrapper > .selected_item > span:first-child {
font-size: 20px;
}
.dropdownWrapper > .dropdownMenu {
position: absolute;
display: flex;
overflow-y: initial;
overflow-x: hidden;
z-index: 4;
top: 60px;
flex-direction: column;
max-height: 80vh;
border-radius: 6px;
transform: translate(0, -30px);
-webkit-transform: translate(0%, -30px);
visibility: hidden;
opacity: 0;
background: #ffffff;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s;
box-shadow: 0 15px 20px 0 #e0e0e0;
a {
text-decoration: none;
-webkit-text-decoration: none;;
display: flex;
align-items: center;
justify-content: left;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuIcon {
margin: 0 10px;
color: #fda501;
svg {
height: 20px;
width: 20px;
&:hover {
background: rgb(0 0 0 / 10%);
}
}
}
.dropdownMenuItemLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
flex-grow: 1.0;
color: #4a4a4a;
line-height: 1.4;
padding-left: 10px;
}
.dropdownLabel {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 5px;
}
.dropdownLabel_anyScreen {
color: #4a4a4a;
}
.dropdownLabel_mainScreen {
color: #ffffff;
}
.dropdownDivider {
color: #e0e0e0;
display: inline-block;
overflow: hidden;
border-style: solid;
border-width: 0.1px;
width: 150px;
margin: 0;
}
::-webkit-scrollbar {
width: 6px;
background-color: transparent;
overflow-x: hidden;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
background: #b0b1be;
border-radius: 4px;
}
.downloadsBlockModalWrapper {
width: 650px;
height: 350px;
border-radius: 8px;
background-color: #ffffff;
box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
.downloadsBlockModalContentWrapper {
display: flex;
flex-direction: row;
height: 100%;
align-items: center;
}
.downloadsBlockModalContentLeft {
display: flex;
flex-direction: column;
padding-left: 20px;
}
.downloadsBlockModalArrowTop {
width: 15px;
height: 15px;
background-color: #ffffff;
position: relative;
left: 60%;
top: -7.5px;
transform: rotate(45deg);
}
.downloadsBlockModalTitle {
color: #050927;
font-family: Proxima Nova, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 25px;
line-height: 1.36;
width: fit-content;
}
.downloadsBlockModalDescription {
margin-top: 15px;
color: #828493;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1.388889;
letter-spacing: 0.5px;
width: fit-content;
}
.downloadsBlockModalMarketsWrapper {
display: flex;
flex-direction: row;
width: fit-content;
margin-top: 30px;
}
.downloadsBlockModalPlayMarketImg {
background: url('/static/images/google-play-button.png') no-repeat center center;;
height: 60px;
width: 200px;
margin-right: 20px;
}
.downloadsBlockModalAppStoreImg {
height: 60px;
width: 200px;
background: url('/static/images/apple-store-button.png') no-repeat center center;;
}
.downloadsBlockModalQrCode {
width: 150px;
height: 150px;
background: url('/static/images/qr-link-to-install.png') no-repeat center center;;
background-size: cover;
object-fit: cover;
margin-left: 20px;
margin-right: 20px;
}
}
.downloads {
display: flex;
max-width: 1064px;
justify-content: space-between;
position: relative;
background-color: #f5f6f9;
border-radius: 40px;
margin: 95px auto 0;
}
.downloads_left {
flex-basis: 37%;
padding: 45px 0 55px 60px;
}
.downloads_right {
position: absolute;
right: 20px;
bottom: -70px;
}
.downloads_title {
font-family: Noto Sans, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 1.36;
color: #050927;
margin-bottom: 15px;
}
.downloads_text {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.375;
letter-spacing: 0.5px;
color: #828493;
margin-bottom: 15px;
}
.downloads_pictures {
display: flex;
justify-content: space-between;
}
.downloads_app_stors {
display: flex;
flex-direction: column;
}
.downloads_img {
text-align: center;
}

:root {
--t-bg-body: #f5f6f9;
--t-bg-surface: #ffffff;
--t-bg-surface-alt: #f8f9fb;
--t-bg-surface-hover: #fafbfc;
--t-bg-input: #ffffff;
--t-bg-subtle: #f5f6f9;
--t-text-primary: #060923;
--t-text-secondary: #828493;
--t-text-muted: #b0b1be;
--t-text-on-brand: #ffffff;
--t-border-subtle: #f0f0f2;
--t-border-default: #dedee1;
--t-border-strong: #b0b1be;
--t-brand: #ff9500;
--t-brand-soft-bg: rgba(255,149,0,0.12);
--t-brand-soft-border: rgba(255,149,0,0.3);
--t-brand-ring: rgba(255,149,0,0.1);
--t-gradient-brand: linear-gradient(135deg, #ff9500 0%, #ff6b00 100%);
--t-gradient-sunset: linear-gradient(135deg, #ff9500 0%, #ffbb00 100%);
--t-success-bg: rgba(69,182,73,0.12);
--t-success-fg: #2d8f34;
--t-success-border: rgba(69,182,73,0.3);
--t-warning-bg: rgba(255,149,0,0.12);
--t-warning-fg: #cc7700;
--t-warning-border: rgba(255,149,0,0.3);
--t-danger-bg: rgba(220,60,60,0.08);
--t-danger-fg: #c33;
--t-danger-border: rgba(220,60,60,0.3);
--t-info-bg: rgba(80,130,200,0.12);
--t-info-fg: #3568a8;
--t-info-border: rgba(80,130,200,0.3);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.04);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.08);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.2);
--t-overlay: rgba(0,0,0,0.5);
color-scheme: light;
}
html[data-theme='dark'] {
--t-bg-body: #0f1419;
--t-bg-surface: #1a1f2e;
--t-bg-surface-alt: #232838;
--t-bg-surface-hover: #252b3d;
--t-bg-input: #232838;
--t-bg-subtle: #1a1f2e;
--t-text-primary: #f0f1f5;
--t-text-secondary: #a0a3b1;
--t-text-muted: #70768a;
--t-text-on-brand: #ffffff;
--t-border-subtle: #2a3142;
--t-border-default: #3a4156;
--t-border-strong: #4a5168;
--t-brand-soft-bg: rgba(255,149,0,0.18);
--t-brand-soft-border: rgba(255,149,0,0.4);
--t-brand-ring: rgba(255,149,0,0.18);
--t-success-bg: rgba(69,182,73,0.18);
--t-success-fg: #5ecf62;
--t-success-border: rgba(69,182,73,0.4);
--t-warning-bg: rgba(255,149,0,0.18);
--t-warning-fg: #ffb347;
--t-warning-border: rgba(255,149,0,0.4);
--t-danger-bg: rgba(220,60,60,0.18);
--t-danger-fg: #ff6b6b;
--t-danger-border: rgba(220,60,60,0.4);
--t-info-bg: rgba(110,170,240,0.18);
--t-info-fg: #8bb6e8;
--t-info-border: rgba(110,170,240,0.4);
--t-shadow-card: 0 2px 8px rgba(0,0,0,0.4);
--t-shadow-card-hover: 0 6px 20px rgba(0,0,0,0.5);
--t-shadow-modal: 0 20px 60px rgba(0,0,0,0.7);
--t-overlay: rgba(0,0,0,0.7);
color-scheme: dark;
}
.t-theme-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 8px;
border: 1px solid transparent;
background-color: transparent;
cursor: pointer;
color: var(--t-text-secondary);
transition: background-color 0.15s, color 0.15s, border-color 0.15s;
padding: 0;
flex-shrink: 0.0;
}
.t-theme-toggle:hover {
background-color: var(--t-bg-surface-hover);
border-color: var(--t-border-default);
color: var(--t-brand);
}
.t-theme-toggle svg {
width: 18px;
height: 18px;
pointer-events: none;
}
.t-theme-toggle .t-icon-sun {
display: none;
}
.t-theme-toggle .t-icon-moon {
display: inline-flex;
svg {
height: 24px;
width: 24px;
}
}
html[data-theme='dark'] .t-theme-toggle .t-icon-sun {
display: inline-flex;
}
html[data-theme='dark'] .t-theme-toggle .t-icon-moon {
display: none;
}
.header-main .t-theme-toggle, .header-dark .t-theme-toggle {
color: white;
}
.header-main .t-theme-toggle:hover, .header-dark .t-theme-toggle:hover {
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);
color: #ffbb00;
}
html[data-theme='dark'] .header-v2 {
background-color: #1a1f2e;
border-bottom-color: #2a3142;
}
html[data-theme='dark'] .header-v2 .header-user-name {
color: #f0f1f5;
}
html[data-theme='dark'] .header-v2 .header-user:hover {
background-color: rgba(255,255,255,0.06);
}
html[data-theme='dark'] .user-menu {
background-color: #1a1f2e;
box-shadow: 0 8px 28px rgba(0,0,0,0.55);
border: 1px solid #2a3142;
}
html[data-theme='dark'] .user-menu-item {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .user-menu-sub-item {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover {
background-color: #FF9500;
color: white;
}
html[data-theme='dark'] .mobile-menu {
background-color: #1a1f2e;
}
html[data-theme='dark'] .mobile-menu-title {
color: #a0a3b1;
}
html[data-theme='dark'] .mobile-menu-link {
color: #f0f1f5;
}
.header-v2 {
position: relative;
width: 100%;
height: 70px;
background-color: white;
border-bottom: 1px solid #e5e7eb;
z-index: 100;
}
.header-main {
position: absolute;
background-color: transparent;
border-bottom: 0 none transparent;
}
.header-dark {
background-color: #181E23;
border-bottom-color: #374151;
}
.header-nav {
display: flex;
align-items: center;
height: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
gap: 20px;
}
.header-left {
display: flex;
align-items: center;
gap: 15px;
}
.header-logo {
display: flex;
align-items: center;
flex-shrink: 0.0;
svg {
height: 40px;
width: auto;
max-width: 150px;
}
&:hover {
opacity: 0.9;
}
}
.header-dropdowns {
display: flex;
align-items: center;
gap: 10px;
}
.header-center {
display: flex;
align-items: center;
gap: 15px;
flex-grow: 1.0;
justify-content: center;
}
.header-right {
display: flex;
align-items: center;
gap: 15px;
}
.header-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 7px;
padding: 8px 12px;
border-radius: 6px;
text-decoration: none;
color: #fda501;
transition: all 0.2s ease 0s;
flex-shrink: 0.0;
svg {
min-width: 22px;
min-height: 22px;
width: 22px;
height: 22px;
}
&:hover {
background-color: #f3f4f6;
transform: scale(1.05);
}
}
.header-main .header-link {
color: #ffffff;
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-link-text {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
}
.header-cart {
position: relative;
svg {
min-width: 24px;
min-height: 24px;
}
}
.header-user {
display: flex;
align-items: center;
gap: 10px;
padding: 6px 12px;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease 0s;
svg {
min-width: 24px;
min-height: 24px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.header-main .header-user {
&:hover {
background-color: rgba(255, 255, 255, 0.1);
}
}
.header-user-dark {
color: #4a4a4a;
}
.header-user-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.header-company-logo {
width: 40px;
height: 40px;
object-fit: contain;
}
.header-user-name {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
}
.header-user-dark .header-user-name {
color: #4a4a4a;
}
.user-menu {
display: none;
position: fixed;
top: 70px;
right: max(12px, env(safe-area-inset-right));
width: 280px;
max-width: calc(100vw - 24px);
max-height: 80vh;
max-height: calc(100dvh - 80px - env(safe-area-inset-bottom));
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 20px 0 #00000014;
z-index: 101;
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #b0b1be;
border-radius: 3px;
}
}
.user-menu-active {
display: flex;
flex-direction: column;
}
.user-menu-item {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-main-screen {
color: white;
svg {
color: white;
}
}
.user-menu-group {
display: flex;
flex-direction: column;
}
.user-menu-group-toggle {
position: relative;
.user-menu-arrow {
position: absolute;
right: 20px;
transition: transform 0.2s ease 0s;
}
}
.user-menu-sub-list {
display: none;
flex-direction: column;
background-color: #f9fafb;
}
.user-menu-sub-list-active {
display: flex;
~ .user-menu-group-toggle .user-menu-arrow {
transform: rotate(180deg);
}
}
.user-menu-sub-item {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 12px;
padding: 10px 20px 10px 40px;
cursor: pointer;
color: #4a4a4a;
text-decoration: none;
transition: all 0.2s ease 0s;
svg {
min-width: 18px;
min-height: 18px;
color: #4a4a4a;
}
&:hover {
background-color: #fda501;
color: white;
svg {
color: white;
}
}
}
.user-menu-item-text {
flex-grow: 1.0;
}
.user-menu-sub-item-text {
font-size: 13px;
}
.mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-appearance: none;
appearance: none;
width: 40px;
height: 40px;
padding: 0;
border: none;
background-color: transparent;
cursor: pointer;
z-index: 102;
touch-action: manipulation;
}
.mobile-menu-icon {
position: relative;
display: block;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
transition: all 0.3s ease 0s;
&::before {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: -8px;
transition: all 0.3s ease 0s;
}
&::after {
content: '';
position: absolute;
left: 0;
width: 24px;
height: 2px;
background-color: #fda501;
border-radius: 2px;
top: 8px;
transition: all 0.3s ease 0s;
}
}
.header-main .mobile-menu-icon {
background-color: white;
&::before {
content: '';
background-color: white;
}
&::after {
content: '';
background-color: white;
}
}
.mobile-menu-active .mobile-menu-icon {
background-color: transparent;
&::before {
content: '';
top: 0;
transform: rotate(45deg);
}
&::after {
content: '';
top: 0;
transform: rotate(-45deg);
}
}
.mobile-menu {
display: none;
position: fixed;
top: 70px;
left: 0;
width: 100%;
height: calc(100vh - 70px);
background-color: white;
overflow-y: auto;
z-index: 99;
transform: translateX(-100%);
transition: transform 0.3s ease 0s;
}
.mobile-menu-active {
display: block;
transform: translateX(0);
}
.mobile-menu-content {
display: flex;
flex-direction: column;
padding: 20px;
gap: 20px;
}
.mobile-menu-section {
display: flex;
flex-direction: column;
gap: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e5e7eb;
&:last-child {
border-bottom: 0 none transparent;
}
}
.mobile-menu-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 1.375;
text-transform: uppercase;
letter-spacing: 1px;
color: #ababb3;
margin-bottom: 5px;
}
.mobile-menu-dropdown {
display: flex;
flex-direction: column;
}
.mobile-dropdown-toggle {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border: 1px solid #e5e7eb;
border-radius: 6px;
background-color: white;
cursor: pointer;
transition: all 0.2s ease 0s;
color: #4a4a4a;
svg {
min-width: 20px;
min-height: 20px;
color: #fda501;
}
span {
flex-grow: 1.0;
text-align: left;
}
&:hover {
background-color: #f9fafb;
}
}
.mobile-dropdown-arrow {
font-size: 10px;
color: #ababb3;
transition: transform 0.2s ease 0s;
transform: rotate(180deg);
}
.mobile-dropdown-content {
display: none;
flex-direction: column;
margin-top: 8px;
background-color: #f9fafb;
border-radius: 6px;
overflow: hidden;
a {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 15px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
width: 20px;
height: 20px;
}
&:hover {
background-color: #fda501;
color: white;
}
}
}
.mobile-dropdown-active {
display: flex;
}
.menu-splitter {
display: block;
width: -webkit-fill-available;
height: 1px;
background-color: #666666;
}
.mobile-menu-link {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
text-decoration: none;
color: #4a4a4a;
transition: all 0.2s ease 0s;
svg {
min-width: 22px;
min-height: 22px;
color: #fda501;
}
&:hover {
background-color: #f3f4f6;
}
}
.mobile-menu-user {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 15px;
border-radius: 6px;
background-color: #f9fafb;
svg {
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
color: #fda501;
}
img {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 1.375;
color: #4a4a4a;
}
}

.pcb-dashboard-store-chain-selection-modal {
display: none;
position: fixed;
z-index: 10000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.pcb-dashboard-user-search-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-content {
display: flex;
flex-direction: column;
background-color: #fefefe;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 400px;
max-height: 80%;
text-align: center;
button {
display: none;
}
}
.pcb-dashboard-store-chain-selection-modal-title-row {
display: flex;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.05em;
h2 {
flex-grow: 1.0;
align-content: center;
}
span {
flex-shrink: 1.0;
}
}
.close-button {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
&:hover {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
&:focus {
color: black;
text-decoration: none;
-webkit-text-decoration: none;;
cursor: pointer;
}
}
.store-chain-list {
list-style-type: none;
padding: 0;
overflow-y: auto;
user-select: none;
}
.store-chain-list-item {
padding: 8px;
border: 1px solid #ddd;
margin-bottom: 4px;
cursor: pointer;
&:hover {
background-color: #f1f1f1;
}
}
.selected-store-chain-item {
background-color: #ddd;
}
.currency_symbol {
font-size: 14px;
color: #fda501;
}
.disabled_icon {
color: #ababb3;
&:hover {
cursor: not-allowed;
}
}
.downloads_block_none {
display: none;
}
.download_block_mobile {
display: none;
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal {
background-color: rgba(0,0,0,0.65);
}
html[data-theme='dark'] .pcb-dashboard-user-search-modal-content, html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-content {
background-color: #1a1f2e;
color: #f0f1f5;
border: 1px solid #2a3142;
box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
html[data-theme='dark'] .pcb-dashboard-store-chain-selection-modal-title-row h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .close-button {
color: #a0a3b1;
}
html[data-theme='dark'] .close-button:hover, html[data-theme='dark'] .close-button:focus {
color: #f0f1f5;
}
html[data-theme='dark'] .store-chain-list-item {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .store-chain-list-item:hover {
background-color: #2a3142;
border-color: #3a4156;
}
html[data-theme='dark'] .selected-store-chain-item {
background-color: #2a3142;
border-color: #ff9500;
}
html[data-theme='dark'] .user-menu-group-toggle {
color: #f0f1f5;
}
html[data-theme='dark'] .user-menu-arrow {
color: #a0a3b1;
}
html[data-theme='dark'] .user-menu-sub-list {
background-color: #232838;
}
html[data-theme='dark'] .user-menu-sub-item svg {
color: #cfd2dc;
}
html[data-theme='dark'] .user-menu-sub-item:hover svg {
color: white;
}
html[data-theme='dark'] .user-menu-item-text, html[data-theme='dark'] .user-menu-sub-item-text {
color: inherit;
}
html[data-theme='dark'] .user-menu::-webkit-scrollbar-thumb {
background-color: #3a4156;
}
.button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid transparent;
border-radius: 8px;
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
&:active {
}
&:focus {
}
&:hover {
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
background: #ffffff;
color: #fda501;
fill: #fda501;
}
&:disabled {
background-color: #dedee1;
background: #ffffff;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
&:hover {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
&:focus {
background-color: #dedee1;
cursor: not-allowed;
color: #dedee1;
border-color: #dedee1;
}
}
}
.inverted-button {
box-shadow: none;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border-color: #fda501;
border-radius: 8px;
border-width: 1px;
border-style: solid;
background: #ffffff;
color: #fda501;
fill: #ffffff;
&:active {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:focus {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
&:hover {
background: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
color: #ffffff;
fill: linear-gradient(22.74deg, #FF9500 -16.66%, #FFBB00 91.68%);
}
}
.animation-component {
display: none;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 150px);
width: 300px;
height: 300px;
z-index: 100;
}
.breadcrumbs {
width: auto;
margin: 30px 0 20px;
}
.breadcrumbs_wrapper {
position: relative;
max-width: 1310px;
margin: 25px auto;
padding: 0 16px;
}
.breadcrumbs_inner {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 1.3333;
position: relative;
background: #fafafc;
display: flex;
align-items: center;
color: #fda501;
border-radius: 8px;
padding: 10px 20px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;

a {
&:visited {
color: #fda501;
}
&:link {
color: #fda501;
}
}
}
.breadcrumbs_itemWrapper {
display: flex;
align-items: center;
overflow: hidden;
}
.breadcrumbs_item {
display: flex;
align-items: center;
cursor: default;
}
.breadcrumbs_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.breadcrumbs_last_link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-wrap: pretty;
}
.separator {
margin: 0 5px;
}

html[data-theme='dark'] .breadcrumbs_inner {
background: #1a1f2e;
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_inner a:visited {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_link {
color: #ffb347;
}
html[data-theme='dark'] .breadcrumbs_last_link {
color: #f0f1f5;
}
html[data-theme='dark'] .breadcrumbs_separator {
color: #70768a;
}
html[data-theme='dark'] .separator {
color: #70768a;
}
.product-card-v2 {
display: flex;
flex-direction: column;
background-color: #ffffff;
border: 1px solid #dedee1;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s, border-color 0.3s;
position: relative;
height: 100%;
&:hover {
transform: translateY(-4px);
box-shadow: 0 0 16px 0 #fda501;
border-color: #fda501;
}
}
.product-card-v2-user-badges {
display: flex;
flex-direction: column;
top: 12px;
left: 12px;
gap: 0.5rem;
z-index: 10;
}
.product-card-discount-badge-img {
height: 1.5rem;
width: -webkit-fill-available;
object-fit: contain;
}
.product-card-discount-badge {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
color: #fda501;
border-radius: 4px;
overflow: hidden;
height: 1.5rem;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 15);
}
.discount-card-v2-image-container {
position: relative;
width: auto;
height: 1.5rem;
aspect-ratio: 1.6;
overflow: hidden;
align-content: center;
display: flex;
align-items: center;
}
.discount-card-v2-image-contain {
img {
object-fit: contain;
padding: 0.25rem;
}
}
.product-card-v2-badge {
position: absolute;
top: 12px;
right: 12px;
background-color: #fda501;
color: #ffffff;
padding: 0.5rem 0.75rem;
border-radius: 8px;
font-size: 1rem;
font-weight: bold;
z-index: 10;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 20);
}
.product-card-v2-actions {
display: flex;
flex-direction: row;
align-items: center;
gap: clamp(0.15rem, 0.3vw, 0.5rem);
padding: clamp(0.3rem, 0.6vw, 0.5rem) clamp(0.15rem, 0.4vw, 0.5rem);
border-top: 1px solid #dedee1;
background-color: #ffffff;
}
.product-card-v2-actions.product-card-v2-badge {
position: relative;
top: auto;
right: auto;
}
.product-card-v2-action-btn {
display: flex;
align-items: center;
gap: clamp(0.1rem, 0.25vw, 0.25rem);
background-color: transparent;
border: 0 none transparent;
cursor: pointer;
padding: clamp(0.2rem, 0.5vw, 0.4rem) clamp(0.25rem, 0.6vw, 0.6rem);
border-radius: 6px;
color: #666666;
font-size: clamp(0.7rem, 1.2vw, 0.9rem);
transition: all 0.2s ease;
&:hover {
background-color: #dedee1;
color: #fda501;
transform: scale(1.05);
}
}
.product-card-v2-action-btn.is-selected {
background-color: #dedee1;
color: #fda501;
transform: scale(1.05);
}
.product-card-v2-action-btn[data-loading="true"] {
opacity: 0.6;
cursor: wait;
pointer-events: none;
}
.product-card-v2-action-btn.action-clicked {
background-color: #fda501;
color: #ffffff;
transform: scale(0.95);
}
.product-card-v2-action-btn.is-inactive {
opacity: 0.4;
cursor: not-allowed;
pointer-events: none;
}
.product-card-v2-action-btn.is-inactive:hover {
background-color: transparent;
color: #666666;
transform: scale(1.0);
}
.product-card-v2-action-btn.action-icon {
width: clamp(0.8rem, 1.5vw, 1.25rem);
height: clamp(0.8rem, 1.5vw, 1.25rem);
display: block;
}
.product-card-v2-action-btn.action-count {
font-size: clamp(0.65rem, 1vw, 0.85rem);
font-weight: 600;
color: inherit;
min-width: clamp(0.9rem, 2vw, 1.5rem);
text-align: center;
}
.product-card-v2-favorite {
background-color: transparent;
border: 0 none transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
color: #666666;
transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.product-card-v2-favorite:hover {
color: #fda501;
transform: scale(1.05);
}
.product-card-v2-favorite.is-favorite {
color: #fda501;
}
.product-card-v2-favorite[data-loading="true"] {
opacity: 0.6;
cursor: wait;
}
.product-card-v2-favorite__icon {
width: 1.5rem;
height: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.product-card-v2-favorite__icon svg {
width: 100%;
height: 100%;
display: block;
}
.product-card-v2-favorite .product-card-v2-favorite__icon--active {
display: none;
}
.product-card-v2-favorite.is-favorite .product-card-v2-favorite__icon--active {
display: flex;
}
.product-card-v2-favorite.is-favorite .product-card-v2-favorite__icon--inactive {
display: none;
}
.product-card-v2-link {
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
flex: 1.0;
}
.product-card-v2-reviews-modal-container {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
background-color: rgba(6, 9, 35, 0.6);
backdrop-filter: blur(4px);
}
.product-card-v2-image-container {
display: flex;
align-items: center;
justify-content: center;
height: 200px;
padding: 1rem;
background-color: #ffffff;
border-bottom: 1px solid #dedee1;
position: relative;
}
.product-card__image-container-overlay {
display: flex;
align-self: anchor-center;
padding: 10px;
color: red;
border-radius: 50%;
background-color: #ffffff;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
z-index: 20;
&:hover {
border: 1px solid #fda501;
}
}
.product-card__image-container-overlay-unmatched {
background-color: #060923;
}
.product-card-v2-image {
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: all 0.3s ease 0s;
.product-card-v2:hover & {
transform: scale(1.05);
}
}
.product-card-v2-info {
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
flex: 1.0;
}
.product-card-v2-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.4;
letter-spacing: 0.05em;
color: #181E23;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 2.6rem;
}
.product-card-v2-prices {
display: flex;
flex-direction: column;
gap: 0.25rem;
margin-top: auto;
}
.product-card-v2-price-row {
display: flex;
align-items: baseline;
gap: 0.5rem;
}
.product-card-v2-old-price {
font-size: 0.85rem;
color: #666666;
text-decoration: line-through;
}
.product-card-v2-new-price {
font-size: 1.25rem;
font-weight: bold;
color: #fda501;
}
.product-card-v2-stores {
padding: 0.75rem 1rem;
border-top: 1px solid #dedee1;
background-color: #f5f5f5;
display: flex;
align-items: center;
gap: 0.5rem;
min-height: 60px;
justify-content: center;
}
.store-badge-v2 {
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
border: 1px solid #dedee1;
border-radius: 8px;
overflow: hidden;
width: 70px;
height: 40px;
}
.store-badge-v2-logo {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.store-badge-v2-single {
margin-right: auto;
}
.store-badges-v2-collapsed {
display: flex;
align-items: center;
gap: 0.5rem;
width: 100%;
}
.store-badge-v2-more {
display: flex;
align-items: center;
justify-content: center;
background-color: #fda501;
color: #ffffff;
border: 0 none transparent;
border-radius: 8px;
padding: 0.5rem 0.75rem;
font-size: 0.9rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
min-width: 50px;
height: 40px;
&:hover {
background-color: #b0b1be;
transform: scale(1.05);
}
}
.store-badge-v2-more-count {
margin-left: 0.25rem;
}
.store-badge-overlap {
position: relative;
width: 70px;
height: 40px;
border-radius: 8px;
border: 2px solid #ffffff;
background-color: #ffffff;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
overflow: hidden;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
z-index: 1;
&:not(:first-child) {
margin-left: -54px;
}
&:hover {
transform: scale(1.2);
z-index: 100;
box-shadow: 0 0 0 2px #fda501, 0 4px 12px 0 rgba(255, 149, 0, 0.3);
}
&:active {
transform: scale(1.15);
}
}
.stores-overlapping-container:hover .store-badge-overlap:not(:hover) {
opacity: 0.7;
}
.store-badge-overlap-logo {
height: 100%;
object-fit: cover;
width: -webkit-fill-available;
}
.store-badge-overlap-tooltip {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
background-color: #b0b1be;
color: #ffffff;
padding: 0.25rem 0.5rem;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 600;
white-space: nowrap;
opacity: 0.0;
pointer-events: none;
transition: opacity 0.2s ease 0s;
z-index: 200;
&::before {
content: '';
position: absolute;
top: -4px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid #b0b1be;
}
}
.store-badge-overlap:hover .store-badge-overlap-tooltip {
opacity: 1.0;
}
.store-badge-overlap-count {
background-color: #fda501;
display: flex;
align-items: center;
justify-content: center;
animation: pulseCount 2s ease-in-out infinite;
&:hover {
background-color: #b0b1be;
transform: scale(1.1);
}
}
.store-badges-v2-expanded {
display: flex;
align-items: center;
gap: 0.5rem;
width: 100%;
flex-wrap: wrap;
}
.store-badge-v2-more-text {
font-size: 0.85rem;
color: #666666;
font-weight: 600;
margin-left: 0.25rem;
}
.product-card-v2-compact {
display: flex;
flex-direction: column;
background-color: #ffffff;
border: 1px solid #dedee1;
border-radius: 8px;
overflow: hidden;
position: relative;
&:hover {
border-color: #fda501;
}
}
.store-badge-overlap.highlighted {
transform: scale(1.25);
z-index: 150;
box-shadow: 0 0 0 3px #fda501, 0 6px 16px 0 rgba(255, 149, 0, 0.4);
}
.product-card-v2-badge-compact {
position: absolute;
top: 8px;
right: 8px;
background-color: #fda501;
color: #ffffff;
padding: 0.25rem 0.5rem;
border-radius: 6px;
font-size: 0.8rem;
font-weight: bold;
z-index: 10;
}
.product-card-v2-image-compact {
width: 100%;
height: 120px;
object-fit: contain;
padding: 0.5rem;
}
.product-card-v2-price-compact {
padding: 0.5rem;
background-color: #f5f5f5;
text-align: center;
font-size: 1rem;
font-weight: bold;
color: #fda501;
}
.product-card-v2-expiry {
border-top: 1px solid #dedee1;
font-size: 0.8rem;
color: #666666;
display: flex;
align-items: center;
gap: 0.4rem;
padding: 0.5rem;
background-color: #f5f5f5;
}
.product-card-v2-expiry.expires-soon.product-card-v2-expiry-date {
color: #e53935;
font-weight: bold;
}
.stores-overlapping-container.animating .store-badge-overlap {
animation: slideInBadge 0.3s ease-out forwards;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(1) {
animation-delay: 0.0s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(2) {
animation-delay: 0.05s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(3) {
animation-delay: 0.1s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(4) {
animation-delay: 0.15000000000000002s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(5) {
animation-delay: 0.2s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(6) {
animation-delay: 0.25s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(7) {
animation-delay: 0.30000000000000004s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(8) {
animation-delay: 0.35000000000000003s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(9) {
animation-delay: 0.4s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(10) {
animation-delay: 0.45s;
opacity: 0.0;
}
.stores-overlapping-container.animating .store-badge-overlap:nth-child(11) {
animation-delay: 0.5s;
opacity: 0.0;
}
.stores-overlapping-container:not(:hover) .store-badge-overlap {
opacity: 1.0;
}

.products-v2-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1.5rem;

}
.product-card-v2.loading {
opacity: 0.6;
pointer-events: none;
animation: pulse 1.5s ease-in-out infinite;
}

.product-card-v2.out-of-stock {
opacity: 0.5;
&::after {
content: 'Out of Stock';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 80);
color: #ffffff;
padding: 0.75rem 1.5rem;
border-radius: 8px;
font-size: 1rem;
font-weight: bold;
z-index: 11;
}
}
.product-card-v2.featured {
border-color: #FFD700;
border-width: 2px;
&::before {
content: '⭐';
position: absolute;
top: 12px;
left: 12px;
font-size: 1.5rem;
z-index: 10;
}
}
.stores-overlapping-container {
display: flex;
align-items: center;
position: relative;
height: 40px;
padding-left: 8px;
padding-right: 8px;
width: -webkit-fill-available;
}
.store-count-overlap-text {
color: #ffffff;
font-size: 0.7rem;
font-weight: bold;
line-height: 1;
}

.fp-page {
background-color: #F5F6F9;
min-height: 100vh;
}
.fp-content {
max-width: 1280px;
margin: 0 auto;
padding: 0 40px 40px;
}

.fp-bc {
max-width: 1280px;
margin: 0 auto;
padding: 8px 40px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 16px;
color: #828493;
display: flex;
align-items: center;
gap: 4px;
flex-wrap: wrap;
}
.fp-bc a {
color: #FF9500;
text-decoration: none;
transition: opacity 0.15s;
}
.fp-bc a:hover {
opacity: 0.75;
}
.fp-bc-sep {
color: #B0B1BE;
}
.fp-hero {
position: relative;
overflow: hidden;
padding: 40px 0 36px;
}
.fp-hero-inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 40px;
position: relative;
z-index: 1;
}
.fp-hero-deals {
background: #1a1a2e;
}
.fp-hero-search {
background: #0a2518;
}
.fp-hero-cards {
background: #1a0e2e;
}
.fp-hero-fav {
background: #2e0a12;
}
.fp-hero-receipts {
background: #1e1506;
}
.fp-hero-loyalty {
background: #2e1a06;
}
.fp-hero-shop {
background: #0d2030;
}
.fp-hero-about {
background: #0d1e1a;
}
.fp-hero-ring {
position: absolute;
right: -40px;
top: -40px;
width: 240px;
height: 240px;
border-radius: 50%;
border: 50px solid rgba(255,149,0,0.06);
pointer-events: none;
}
.fp-hero-ring2 {
position: absolute;
right: 60px;
bottom: -60px;
width: 150px;
height: 150px;
border-radius: 50%;
border: 30px solid rgba(255,149,0,0.04);
pointer-events: none;
}
.fp-hero-label {
display: block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.12em;
color: rgba(255,255,255,0.55);
text-transform: uppercase;
margin-bottom: 10px;
}
.fp-hero h1 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 36px;
line-height: 44px;
color: white;
margin-bottom: 12px;
max-width: 600px;
}
.fp-hero h1 em {
color: #FF9500;
font-style: normal;
}
.fp-hero-sub {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: rgba(255,255,255,0.82);
max-width: 520px;
margin-bottom: 24px;
}
.fp-hero-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
align-items: center;
}
.fp-btn-primary {
display: inline-flex;
align-items: center;
gap: 6px;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 100%);
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.02em;
padding: 10px 22px;
border-radius: 8px;
text-decoration: none;
border: none;
cursor: pointer;
transition: opacity 0.15s;
}
.fp-btn-primary:hover {
opacity: 0.9;
}
.fp-btn-ghost {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.2);
color: rgba(255,255,255,0.9);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.02em;
padding: 10px 22px;
border-radius: 8px;
text-decoration: none;
cursor: pointer;
transition: background 0.15s;
}
.fp-btn-ghost:hover {
background: rgba(255,255,255,0.16);
}
.fp-stats {
background-color: white;
border-bottom: 1px solid #DEDEE1;
display: flex;
justify-self: center;
max-width: 1310px;
width: -webkit-fill-available;
}
.fp-stat {
flex: 1.0;
padding: 14px 16px;
text-align: center;
border-right: 1px solid #DEDEE1;
}
.fp-stat:last-child {
border-right: none;
}
.fp-stat-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 26px;
color: #FF9500;
display: block;
}
.fp-stat-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
color: #828493;
display: block;
margin-top: 2px;
}

.fp-section {
padding: 28px 0 0;
}
.fp-section-head {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 14px;
gap: 12px;
}
.fp-section-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
color: #060923;
}
.fp-section-link {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 16px;
color: #FF9500;
text-decoration: none;
white-space: nowrap;
transition: opacity 0.15s;
}
.fp-section-link:hover {
opacity: 0.75;
}
.fp-how-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
.fp-how-card {
background-color: white;
border-radius: 12px;
padding: 16px;
border: 1px solid #DEDEE1;
}
.fp-how-num {
width: 28px;
height: 28px;
border-radius: 50%;
background-color: #FF9500;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
flex-shrink: 0.0;
}
.fp-how-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
color: #060923;
margin-bottom: 4px;
}
.fp-how-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #828493;
}

.fp-note {
background-color: #F5F6F9;
border-left: 3px solid #FF9500;
border-radius: 0;
border-radius: 0 6px 6px 0;
padding: 10px 14px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 17px;
color: #828493;
margin-bottom: 16px;
}
.fp-faq-badge {
display: inline-flex;
align-items: center;
gap: 5px;
background-color: rgba(55,138,221,0.08);
border: 1px solid rgba(55,138,221,0.2);
border-radius: 6px;
padding: 4px 9px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 12px;
letter-spacing: 0.04em;
color: #185FA5;
margin-bottom: 12px;
}
.fp-faq-block {
display: flex;
flex-direction: column;
gap: 16px;
overflow: hidden;
}
.fp-faq-item {
border-bottom: 1px solid #F5F6F9;
}
.fp-faq-item:last-child {
border-bottom: none;
}
.fp-faq-q {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
padding: 14px 16px;
cursor: pointer;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
color: #060923;
list-style: none;
user-select: none;
}
.fp-faq-q::-webkit-details-marker {
display: none;
}
.fp-faq-ico {
color: #FF9500;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
flex-shrink: 0.0;
transition: transform 0.2s;
}
details[open] .fp-faq-ico {
transform: rotate(45deg);
}
.fp-faq-a {
padding: 0 16px 14px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 19px;
color: #828493;
}
.fp-cta {
border-radius: 16px;
padding: 28px 32px;
margin-top: 32px;
color: white;
}
.fp-cta-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 28px;
color: white;
margin-bottom: 8px;
}
.fp-cta-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: rgba(255,255,255,0.88);
margin-bottom: 20px;
}
.fp-cta-btn {
display: inline-flex;
align-items: center;
background-color: white;
padding: 10px 22px;
border-radius: 8px;
text-decoration: none;
transition: opacity 0.15s;
}
.fp-cta-btn:hover {
opacity: 0.92;
}
.fp-cta-btn span {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.02em;
color: #CC7700;
}
.fp-seo {
background-color: white;
border-top: 1px solid #DEDEE1;
padding: 28px 40px;
margin-top: 32px;
}
.fp-seo h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 22px;
color: #060923;
margin-bottom: 10px;
}
.fp-seo-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #828493;
}
.fp-seo-text a {
color: #FF9500;
text-decoration: none;
}
.fp-seo-toggle {
display: inline-block;
margin-top: 8px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 16px;
color: #FF9500;
cursor: pointer;
text-decoration: none;
transition: opacity 0.15s;
}
.fp-seo-toggle:hover {
opacity: 0.75;
}
.fp-seo-hidden {
display: none;
}
.fpd-cards-scroll {
display: flex;
gap: 12px;
overflow-x: auto;
padding-bottom: 8px;
-webkit-overflow-scrolling: touch;
}
.fpd-deals {
display: flex;
gap: 1.5rem;
margin: 20px 0;
}
.fpd-cards-scroll::-webkit-scrollbar {
display: none;
}
.fpd-prod-card {
flex-shrink: 0.0;
width: 175px;
background-color: white;
border-radius: 12px;
border: 1px solid #DEDEE1;
overflow: hidden;
transition: box-shadow 0.15s;
cursor: pointer;
text-decoration: none;
display: block;
}
.fpd-prod-card:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}
.fpd-card-img {
width: 100%;
height: 120px;
background-color: #F5F6F9;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.fpd-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fpd-disc-badge {
position: absolute;
top: 6px;
left: 6px;
background-color: #E03010;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 11px;
padding: 3px 6px;
border-radius: 4px;
}
.fpd-fav-btn {
position: absolute;
top: 6px;
right: 6px;
width: 26px;
height: 26px;
border-radius: 50%;
background-color: rgba(255,255,255,0.92);
display: flex;
align-items: center;
justify-content: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
border: none;
cursor: pointer;
}
.fpd-card-body {
padding: 10px 12px 12px;
}
.fpd-card-from {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
color: #B0B1BE;
margin-bottom: 3px;
}
.fpd-card-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 17px;
color: #060923;
margin-bottom: 6px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.fpd-card-price {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 20px;
color: #FF9500;
}
.fpd-card-old {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 14px;
color: #B0B1BE;
text-decoration: line-through;
margin-left: 4px;
}
.fpd-store-icons {
display: flex;
gap: 3px;
margin-top: 6px;
flex-wrap: wrap;
}
.fpd-store-icon {
width: 20px;
height: 20px;
border-radius: 4px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 7px;
line-height: 20px;
color: white;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fpd-store-icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fpd-tag-row {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.fpd-tag {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 6px 12px;
background-color: #FFF3DC;
color: #CC7700;
border-radius: 8px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 16px;
text-decoration: none;
transition: background 0.15s;
}
.fpd-tag:hover {
background-color: #FFE5A8;
}
.fps-search-form {
display: flex;
background-color: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 10px;
overflow: hidden;
margin-top: 16px;
max-width: 580px;
}
.fps-search-input {
flex: 1.0;
background-color: transparent;
border: none;
outline: none;
padding: 12px 16px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: white;
}
.fps-search-input::placeholder {
color: rgba(255,255,255,0.4);
}
.fps-search-btn {
background-color: #FF9500;
border: none;
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.02em;
padding: 0 22px;
cursor: pointer;
flex-shrink: 0.0;
transition: opacity 0.15s;
}
.fps-search-btn:hover {
opacity: 0.9;
}
.fps-popular-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.fps-tag {
display: inline-flex;
padding: 5px 12px;
background-color: rgba(55,138,221,0.12);
color: #185FA5;
border-radius: 8px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 16px;
text-decoration: none;
transition: background 0.15s;
}
.fps-tag:hover {
background-color: rgba(55,138,221,0.2);
}
.fps-chart {
background-color: white;
border: 1px solid #DEDEE1;
border-radius: 12px;
padding: 18px 20px;
}
.fps-chart-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.06em;
color: #828493;
text-transform: uppercase;
margin-bottom: 14px;
}
.fps-bar-row {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.fps-bar-row:last-child {
margin-bottom: 0;
}
.fps-bar-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 14px;
color: #828493;
width: 90px;
flex-shrink: 0.0;
text-align: right;
}
.fps-bar-bg {
flex: 1.0;
background-color: #F5F6F9;
border-radius: 4px;
height: 22px;
overflow: hidden;
}
.fps-bar-fill {
height: 100%;
background: linear-gradient(90deg, #FF9500, #FFBB00);
border-radius: 4px;
display: flex;
align-items: center;
padding-left: 8px;
}
.fps-bar-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 14px;
color: white;
}
.fpc-templates-scroll {
display: flex;
gap: 10px;
overflow-x: auto;
padding-bottom: 4px;
-webkit-overflow-scrolling: touch;
}
.fpc-templates-scroll::-webkit-scrollbar {
display: none;
}
.fpc-tpl-card {
flex-shrink: 0.0;
width: 100px;
height: 62px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: 2px solid transparent;
transition: border 0.15s, box-shadow 0.15s;
text-decoration: none;
}
.fpc-tpl-card:hover {
border-color: #FF9500;
box-shadow: 0 2px 8px rgba(255,149,0,0.2);
}
.fpc-tpl-card img {
max-width: 80%;
max-height: 80%;
object-fit: contain;
}
.fpc-tpl-card-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 11px;
color: white;
text-transform: uppercase;
}
.fpc-card-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 1.5rem;
}
.fpc-card-v2 {
position: relative;
display: flex;
flex-direction: column;
background-color: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transition: all 0.3s ease;
cursor: pointer;
}
.fpc-card-v2:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(255,149,0,0.25);
}
.fpc-card-v2-image-container {
position: relative;
width: 100%;
aspect-ratio: 1.6;
overflow: hidden;
align-content: center;
}
.fpc-card-v2-image-contain img {
object-fit: contain;
padding: 1rem;
}
.fpc-card-v2-image {
width: -webkit-fill-available;
transition: height 0.4s ease-out, opacity 0.3s ease-out, transform 0.3s ease;
}
.fpc-card-v2-image.loaded {
height: -webkit-fill-available;
opacity: 1;
}
.fpc-card-v2:hover .fpc-card-v2-image {
transform: scale(1.05);
}
.fpc-card-v2-actions {
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 0.75rem;
z-index: 3;
}
.fpc-card-v2-country-badge {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background-color: rgba(0,0,0,0.35);
border-radius: 8px;
overflow: hidden;
svg {
width: 28px;
height: 28px;
border-radius: 4px;
}
}
.fpc-card-v2-info {
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.fpc-card-v2-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 18px;
color: #060923;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.fpc-card-v2-title {
display: flex;
justify-content: space-between;
}
.fpc-card-v2-category {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 15px;
color: #828493;
}
.fpc-saved-card {
background-color: white;
border: 1px solid #DEDEE1;
border-radius: 12px;
padding: 14px 16px;
}
.fpc-saved-card-row {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
.fpc-card-logo {
width: 52px;
height: 32px;
border-radius: 6px;
flex-shrink: 0.0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fpc-card-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.fpc-card-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 18px;
color: #060923;
}
.fpc-card-discount {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #828493;
}
.fpc-card-active {
margin-left: auto;
background-color: rgba(69,182,73,0.10);
color: #2d8f34;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 11px;
letter-spacing: 0.04em;
padding: 3px 8px;
border-radius: 4px;
}
.fpc-barcode-wrap {
text-align: center;
padding: 14px;
background-color: #F5F6F9;
border-radius: 8px;
}
.fpc-barcode-lines {
display: flex;
justify-content: center;
gap: 2px;
align-items: flex-end;
height: 44px;
margin: 8px auto 4px;
}
.fpc-bar {
background-color: #060923;
border-radius: 1px;
}
.fpc-barcode-num {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
letter-spacing: 0.1em;
color: #828493;
}
.fpc-add-card {
background-color: #F5F6F9;
border: 1.5px dashed #DEDEE1;
border-radius: 12px;
padding: 18px 16px;
text-align: center;
text-decoration: none;
display: block;
transition: border-color 0.15s;
}
.fpc-add-card:hover {
border-color: #FF9500;
}
.fpc-add-icon {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #828493;
display: block;
margin-bottom: 4px;
}
.fpc-add-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
color: #828493;
}
.fpc-add-hint {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 15px;
color: #B0B1BE;
margin-top: 2px;
}
.fpf-alert-list {
overflow: hidden;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 12px;
}
.fpf-alert-row {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 16px;
border-bottom: 1px solid #F5F6F9;
text-decoration: none;
transition: background 0.12s;
}
.fpf-alert-row:last-child {
border-bottom: none;
}
.fpf-alert-row:hover {
background-color: #FAFBFC;
}
.fpf-alert-emoji {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 22px;
flex-shrink: 0.0;
}
.fpf-alert-pname {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 18px;
color: #060923;
}
.fpf-alert-detail {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 16px;
color: #828493;
margin-top: 1px;
}
.fpf-pill {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 9px;
line-height: 11px;
letter-spacing: 0.03em;
padding: 2px 6px;
border-radius: 4px;
margin-left: 6px;
vertical-align: middle;
display: inline-block;
}
.fpf-pill-wait {
background-color: rgba(255,80,50,0.10);
color: #E03010;
}
.fpf-pill-ok {
background-color: rgba(69,182,73,0.10);
color: #2d8f34;
}
.fpf-alert-chev {
margin-left: auto;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: #B0B1BE;
}
.fpf-empty {
background-color: white;
border-radius: 12px;
border: 1px solid #DEDEE1;
padding: 32px 16px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.fpf-empty-icon {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 44px;
margin-bottom: 12px;
display: block;
}
.fpf-empty-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 20px;
color: #060923;
margin-bottom: 6px;
margin: 0;
}
.fpf-empty-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #828493;
margin-bottom: 20px;
margin: 0;
max-width: 280px;
}
.fpr-stats-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-bottom: 16px;
}
.fpr-stat-card {
background-color: white;
border: 1px solid #DEDEE1;
border-radius: 12px;
padding: 14px 16px;
}
.fpr-stat-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 28px;
color: #FF9500;
display: block;
}
.fpr-stat-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
color: #828493;
display: block;
margin-top: 3px;
}
.fpr-chart {
background-color: white;
border: 1px solid #DEDEE1;
border-radius: 12px;
padding: 18px 20px;
}
.fpr-chart-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.06em;
color: #828493;
text-transform: uppercase;
margin-bottom: 14px;
}
.fpr-bar-row {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.fpr-bar-row:last-child {
margin-bottom: 0;
}
.fpr-bar-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 14px;
color: #828493;
width: 100px;
flex-shrink: 0.0;
text-align: right;
}
.fpr-bar-bg {
flex: 1.0;
background-color: #F5F6F9;
border-radius: 4px;
height: 22px;
overflow: hidden;
}
.fpr-bar-fill {
height: 100%;
background: linear-gradient(90deg, #FF9500, #FFBB00);
border-radius: 4px;
display: flex;
align-items: center;
padding-left: 8px;
}
.fpr-bar-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 14px;
color: white;
}
.fpr-receipt-card {
background-color: white;
border: 1px solid #DEDEE1;
border-radius: 12px;
padding: 16px;
}
.fpr-rcpt-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #F5F6F9;
}
.fpr-rcpt-store {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 18px;
color: #060923;
}
.fpr-rcpt-date {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 14px;
color: #828493;
}
.fpr-rcpt-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 0;
border-bottom: 1px solid #F5F6F9;
}
.fpr-rcpt-row:last-of-type {
border-bottom: none;
}
.fpr-rcpt-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
color: #060923;
}
.fpr-rcpt-qty {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 14px;
color: #828493;
}
.fpr-rcpt-price {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 16px;
color: #060923;
white-space: nowrap;
}
.fpr-rcpt-total {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 10px;
margin-top: 6px;
border-top: 2px solid #DEDEE1;
}
.fpr-rcpt-total-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 18px;
color: #060923;
}
.fpr-rcpt-total-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 24px;
color: #FF9500;
}
.fpf-fav-card {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
background-color: white;
border: 1px solid #DEDEE1;
border-radius: 12px;
overflow: hidden;
padding: 12px;
gap: 8px;
transition: box-shadow 0.15s, transform 0.15s;
}
.fpf-fav-card:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.10);
transform: translateY(-2px);
}
.fpf-fav-card-img {
width: 80px;
height: 80px;
object-fit: contain;
border-radius: 8px;
background-color: #F5F6F9;
}
.fpf-fav-card-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 17px;
color: #060923;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
width: 100%;
}
.fpf-fav-card-meta {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 15px;
color: #828493;
margin-top: 2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.fpc-modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(4px);
justify-content: center;
align-items: center;
z-index: 10;
}
.fpc-modal {
background-color: #ffffff;
border-radius: 16px;
width: min(400px, 90vw);
max-height: 90vh;
overflow: hidden;
overflow-y: auto;
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.fpc-modal-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.25rem 1.5rem;
border-bottom: 1px solid #dedee1;
}
.fpc-modal-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.25rem;
line-height: 1.4;
color: #181E23;
margin: 0;
}
.fpc-modal-discount {
background-color: #fda501;
color: #ffffff;
padding: 0.3rem 0.6rem;
border-radius: 12px;
font-size: 0.85rem;
font-weight: bold;
}
.fpc-modal-images {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 1rem;
}
.fpc-modal-image {
width: -webkit-fill-available;
border-radius: 8px;
object-fit: contain;
background-color: #f5f5f5;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
}
.fpc-modal-image.loaded {
max-height: 500px;
opacity: 1;
}
.fpc-modal-image.standard-image {
padding: 1rem;
aspect-ratio: 1.6;
object-fit: contain;
}
.fpc-modal-barcode {
display: flex;
justify-content: center;
padding: 1rem;
background-color: #ffffff;
svg {
max-width: 100%;
}
}
.fpc-modal-barcode-number {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 1.1rem;
line-height: 1.4;
text-align: center;
color: #181E23;
padding: 0.5rem 1rem;
}
.fpc-modal-description {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.95rem;
line-height: 1.5;
padding: 1rem 1.5rem;
color: #666666;
}
.fpc-modal-link {
padding: 0.5rem 1.5rem;
a {
color: #fda501;
text-decoration: none;
font-weight: 600;
&:hover {
text-decoration: underline;
}
}
}
.fpc-modal-country {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.9rem;
line-height: 1.4;
padding: 0.5rem 1.5rem;
color: #666666;
}
.fpc-modal-category {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.9rem;
line-height: 1.4;
padding: 0.75rem 1.5rem;
background-color: #f5f5f5;
color: #181E23;
text-align: center;
}
.receipt-card {
background-color: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
transition: all 0.2s ease-in-out 0s;
display: flex;
flex-direction: column;
&:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
}
.receipt-image-wrapper {
width: 100%;
height: 200px;
background-color: #F9FAFB;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.receipt-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.receipt-image-placeholder {
color: #D1D5DB;
}
.receipt-card-content {
padding: 16px;
display: flex;
flex-direction: column;
gap: 12px;
}
.receipt-card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 12px;
}
.receipt-store-name {
font-size: 18px;
font-weight: 700;
color: #4a4a4a;
margin-bottom: 4px;
}
.receipt-date {
font-size: 13px;
color: #828493;
}
.receipt-total {
font-size: 24px;
font-weight: 800;
color: #fda501;
white-space: nowrap;
}
.receipt-info-row {
display: flex;
align-items: center;
gap: 16px;
font-size: 14px;
color: #828493;
}
.receipt-items-count, .receipt-payment {
display: flex;
align-items: center;
gap: 6px;
}
.receipt-items-count svg, .receipt-payment svg {
width: 16px;
height: 16px;
}
.payment-icon {
width: 28px;
height: auto;
border-radius: 4px;
}
.receipt-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
html[data-theme='dark'] .fp-page {
background-color: #0f1419;
}
html[data-theme='dark'] .fp-bc {
color: #70768a;
}
html[data-theme='dark'] .fp-bc a {
color: #a0a3b1;
}
html[data-theme='dark'] .fp-bc a:hover {
color: #ffb347;
}
html[data-theme='dark'] .fp-bc-sep {
color: #70768a;
}
html[data-theme='dark'] .fp-hero-label {
color: #ffb347;
}
html[data-theme='dark'] .fp-hero h1 {
color: #f0f1f5;
}
html[data-theme='dark'] .fp-hero h1 em {
color: #ffb347;
}
html[data-theme='dark'] .fp-hero-sub {
color: #d4d6df;
}
html[data-theme='dark'] .fp-btn-primary {
background-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .fp-btn-primary:hover {
background-color: #ffb347;
}
html[data-theme='dark'] .fp-btn-ghost {
background-color: rgba(255,255,255,0.08);
color: #f0f1f5;
border-color: rgba(255,255,255,0.2);
}
html[data-theme='dark'] .fp-btn-ghost:hover {
background-color: rgba(255,255,255,0.15);
}
html[data-theme='dark'] .fp-stats {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fp-stat {
border-right: 1px solid #2a3142;
}
html[data-theme='dark'] .fp-stat-val {
color: #ffb347;
}
html[data-theme='dark'] .fp-stat-lbl {
color: #a0a3b1;
}
html[data-theme='dark'] .fp-section-title {
color: #f0f1f5;
}
html[data-theme='dark'] .fp-section-link {
color: #ffb347;
}
html[data-theme='dark'] .fp-how-card {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fp-how-num {
color: #ffb347;
}
html[data-theme='dark'] .fp-how-title {
color: #f0f1f5;
}
html[data-theme='dark'] .fp-how-desc {
color: #a0a3b1;
}
html[data-theme='dark'] .fp-note {
background-color: #1a1f2e;
color: #d4d6df;
border-left: 3px solid #ffb347;
}
html[data-theme='dark'] .fp-faq-badge {
background-color: rgba(255,179,71,0.15);
color: #ffb347;
}
html[data-theme='dark'] .fp-faq-block {
}
html[data-theme='dark'] .fp-faq-item {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .fp-faq-q {
color: #f0f1f5;
}
html[data-theme='dark'] .fp-faq-ico {
color: #70768a;
}
html[data-theme='dark'] .fp-faq-a {
color: #d4d6df;
}
html[data-theme='dark'] .fp-cta-title {
color: #111125;
}
html[data-theme='dark'] .fp-cta-desc {
color: #25294a;
}
html[data-theme='dark'] .fp-seo {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fp-seo h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .fp-seo-text {
color: #d4d6df;
}
html[data-theme='dark'] .fp-seo-text a {
color: #ffb347;
}
html[data-theme='dark'] .fp-seo-toggle {
color: #ffb347;
}
html[data-theme='dark'] .fpf-alert-row {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .fpf-alert-row:hover {
background-color: #232838;
}
html[data-theme='dark'] .fpf-alert-pname {
color: #f0f1f5;
}
html[data-theme='dark'] .fpf-alert-detail {
color: #a0a3b1;
}
html[data-theme='dark'] .fpf-pill-wait {
background-color: rgba(255,179,71,0.15);
color: #ffb347;
}
html[data-theme='dark'] .fpf-pill-ok {
background-color: rgba(94,207,98,0.15);
color: #5ecf62;
}
html[data-theme='dark'] .fpf-alert-chev {
color: #70768a;
}
html[data-theme='dark'] .fpf-empty {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fpf-empty-title {
color: #f0f1f5;
}
html[data-theme='dark'] .fpf-empty-desc {
color: #a0a3b1;
}
html[data-theme='dark'] .fpf-fav-card {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fpf-fav-card:hover {
border-color: #ffb347;
}
html[data-theme='dark'] .fpf-fav-card-name {
color: #f0f1f5;
}
html[data-theme='dark'] .fpf-fav-card-meta {
color: #a0a3b1;
}
html[data-theme='dark'] .fpr-stat-card {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fpr-stat-val {
color: #ffb347;
}
html[data-theme='dark'] .fpr-stat-lbl {
color: #a0a3b1;
}
html[data-theme='dark'] .fpr-chart {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fpr-chart-title {
color: #f0f1f5;
}
html[data-theme='dark'] .fpr-bar-lbl {
color: #d4d6df;
}
html[data-theme='dark'] .fpr-bar-bg {
background-color: #232838;
}
html[data-theme='dark'] .fpr-bar-val {
color: #f0f1f5;
}
html[data-theme='dark'] .fpr-receipt-card {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fpr-rcpt-header {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .fpr-rcpt-store {
color: #f0f1f5;
}
html[data-theme='dark'] .fpr-rcpt-date {
color: #a0a3b1;
}
html[data-theme='dark'] .fpr-rcpt-row {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .fpr-rcpt-name {
color: #d4d6df;
}
html[data-theme='dark'] .fpr-rcpt-qty {
color: #a0a3b1;
}
html[data-theme='dark'] .fpr-rcpt-price {
color: #f0f1f5;
}
html[data-theme='dark'] .fpr-rcpt-total {
border-top: 2px solid #2a3142;
}
html[data-theme='dark'] .fpr-rcpt-total-lbl {
color: #a0a3b1;
}
html[data-theme='dark'] .fpr-rcpt-total-val {
color: #ffb347;
}
html[data-theme='dark'] .fpc-modal {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fpc-modal-header {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .fpc-modal-title {
color: #f0f1f5;
}
html[data-theme='dark'] .fpc-modal-discount {
color: #ffb347;
}
html[data-theme='dark'] .fpc-modal-barcode {
background-color: #232838;
}
html[data-theme='dark'] .fpc-modal-barcode-number {
color: #f0f1f5;
}
html[data-theme='dark'] .fpc-modal-description {
color: #d4d6df;
}
html[data-theme='dark'] .fpc-modal-link {
color: #ffb347;
}
html[data-theme='dark'] .fpc-modal-country {
color: #a0a3b1;
}
html[data-theme='dark'] .fpc-modal-category {
color: #a0a3b1;
}
html[data-theme='dark'] .fpd-prod-card {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
.ap-hero {
position: relative;
overflow: hidden;
padding: 96px 0 120px;
background: linear-gradient(135deg, #0d1e1a 0%, #0a1f18 40%, #0a2518 100%);
}
.ap-hero-inner {
position: relative;
z-index: 2;
max-width: 1280px;
margin: 0 auto;
padding: 0 40px;
}
.ap-hero-orb {
position: absolute;
border-radius: 50%;
pointer-events: none;
filter: blur(60px);
opacity: 0.35;
}
.ap-hero-orb.ap-o1 {
width: 420px;
height: 420px;
right: -120px;
top: -80px;
background: radial-gradient(circle, #FF9500, transparent 70%);
}
.ap-hero-orb.ap-o2 {
width: 300px;
height: 300px;
left: -80px;
bottom: -100px;
background: radial-gradient(circle, #1D9E75, transparent 70%);
}
.ap-hero-orb.ap-o3 {
width: 220px;
height: 220px;
left: 45%;
top: 20%;
background: radial-gradient(circle, #FFB347, transparent 70%);
opacity: 0.2;
}
.ap-hero-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.18);
backdrop-filter: blur(10px);
border-radius: 100px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.14em;
color: rgba(255,255,255,0.9);
text-transform: uppercase;
margin-bottom: 28px;
}
.ap-hero-chip .ap-hero-chip-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(90deg, #FF9500, #FFBB00);
box-shadow: 0 0 12px #FF9500;
}
.ap-hero h1 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 64px;
line-height: 72px;
letter-spacing: -0.015em;
color: white;
margin-bottom: 24px;
max-width: 920px;
}
.ap-hero h1 em {
font-style: normal;
background: linear-gradient(90deg, #FF9500 0%, #FFBB00 55%, #FFD89A 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.ap-hero-sub {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;
color: rgba(255,255,255,0.78);
max-width: 720px;
}
.ap-stats-wrap {
max-width: 1200px;
margin: -64px auto 40px;
padding: 0 40px;
position: relative;
z-index: 3;
}
.ap-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
background: #ffffff;
border-radius: 24px;
box-shadow: 0 24px 60px rgba(6,9,35,0.10), 0 4px 12px rgba(6,9,35,0.04);
overflow: hidden;
}
.ap-stat {
padding: 36px 24px;
text-align: center;
border-right: 1px solid #f0f1f5;
position: relative;
}
.ap-stat:last-child {
border-right: none;
}
.ap-stat-val {
display: block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 56px;
line-height: 64px;
letter-spacing: -0.02em;
background: linear-gradient(135deg, #FF9500 0%, #FFBB00 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 8px;
}
.ap-stat-lbl {
display: block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.12em;
color: #828493;
text-transform: uppercase;
}
.ap-wrap {
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
}
.ap-section {
padding: 72px 0;
}
.ap-section-head {
margin-bottom: 48px;
max-width: 820px;
}
.ap-eyebrow {
display: inline-block;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 16px;
letter-spacing: 0.18em;
color: #FF9500;
text-transform: uppercase;
margin-bottom: 14px;
}
.ap-h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 44px;
line-height: 52px;
letter-spacing: -0.02em;
color: #060923;
margin-bottom: 16px;
}
.ap-lead {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: #4a4d5c;
max-width: 720px;
}
.ap-mission {
position: relative;
padding: 48px 48px 48px 64px;
background: linear-gradient(180deg, #ffffff, #f8f9fb);
border-radius: 24px;
box-shadow: 0 4px 16px rgba(6,9,35,0.04);
border: 1px solid #eef0f4;
overflow: hidden;
}
.ap-mission::before {
content: "";
position: absolute;
left: 0;
top: 20px;
bottom: 20px;
width: 6px;
background: linear-gradient(180deg, #FF9500, #FFBB00);
border-radius: 0;
}
.ap-mission-quote {
position: absolute;
top: 16px;
right: 24px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 120px;
line-height: 100px;
color: rgba(255,149,0,0.08);
pointer-events: none;
user-select: none;
}
.ap-mission p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
color: #2a2d3c;
position: relative;
z-index: 1;
}
.ap-pillars {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
}
.ap-pillar {
position: relative;
background: #ffffff;
border-radius: 20px;
padding: 32px 28px;
border: 1px solid #eef0f4;
box-shadow: 0 2px 8px rgba(6,9,35,0.03);
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
overflow: hidden;
display: block;
text-decoration: none;
color: inherit;
cursor: pointer;
}
.ap-pillar::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #FF9500, #FFBB00);
}
.ap-pillar:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(6,9,35,0.08);
border-color: #dde0e8;
}
.ap-pillar-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 16px;
background: linear-gradient(135deg, rgba(255,149,0,0.12), rgba(255,187,0,0.08));
font-size: 30px;
margin-bottom: 18px;
}
.ap-pillar-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 19px;
line-height: 26px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 8px;
}
.ap-pillar-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #70768a;
}
.ap-pillar.ap-p-deals::before {
background: linear-gradient(90deg, #FF6B6B, #FFA260);
}
.ap-pillar.ap-p-search::before {
background: linear-gradient(90deg, #00B8A9, #5FD3C7);
}
.ap-pillar.ap-p-lists::before {
background: linear-gradient(90deg, #4E9FFF, #7AC8FF);
}
.ap-pillar.ap-p-tracking::before {
background: linear-gradient(90deg, #1D9E75, #6ED4A0);
}
.ap-pillar.ap-p-cards::before {
background: linear-gradient(90deg, #9B6CFF, #C560FF);
}
.ap-pillar.ap-p-loyalty::before {
background: linear-gradient(90deg, #FF9500, #FFBB00);
}
.ap-pillar.ap-p-receipts::before {
background: linear-gradient(90deg, #FFB347, #FFE082);
}
.ap-pillar.ap-p-deals .ap-pillar-icon {
background: linear-gradient(135deg, rgba(255,107,107,0.14), rgba(255,162,96,0.10));
}
.ap-pillar.ap-p-search .ap-pillar-icon {
background: linear-gradient(135deg, rgba(0,184,169,0.14), rgba(95,211,199,0.10));
}
.ap-pillar.ap-p-lists .ap-pillar-icon {
background: linear-gradient(135deg, rgba(78,159,255,0.14), rgba(122,200,255,0.10));
}
.ap-pillar.ap-p-tracking .ap-pillar-icon {
background: linear-gradient(135deg, rgba(29,158,117,0.14), rgba(110,212,160,0.10));
}
.ap-pillar.ap-p-cards .ap-pillar-icon {
background: linear-gradient(135deg, rgba(155,108,255,0.14), rgba(197,96,255,0.10));
}
.ap-pillar.ap-p-loyalty .ap-pillar-icon {
background: linear-gradient(135deg, rgba(255,149,0,0.14), rgba(255,187,0,0.10));
}
.ap-pillar.ap-p-receipts .ap-pillar-icon {
background: linear-gradient(135deg, rgba(255,179,71,0.14), rgba(255,224,130,0.10));
}

.ap-dual {
display: grid;
grid-template-columns: 1fr 1fr;
background: #ffffff;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(6,9,35,0.05);
border: 1px solid #eef0f4;
}
.ap-dual-side {
padding: 40px 36px;
position: relative;
}
.ap-dual-consumer {
background: linear-gradient(160deg, #fff8ee 0%, #ffffff 100%);
border-right: 1px solid #eef0f4;
}
.ap-dual-business {
background: linear-gradient(160deg, #f0f8f4 0%, #ffffff 100%);
}
.ap-dual-tag {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
border-radius: 100px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
margin-bottom: 16px;
}
.ap-dual-consumer .ap-dual-tag {
background: rgba(255,149,0,0.14);
color: #c76f00;
}
.ap-dual-business .ap-dual-tag {
background: rgba(29,158,117,0.14);
color: #0d7856;
}
.ap-dual-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 12px;
}
.ap-dual-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #4a4d5c;
}
.ap-dual-bridge {
grid-column: 1 / -1;
background: linear-gradient(135deg, #0d1e1a 0%, #1a3c30 100%);
color: white;
padding: 32px 40px;
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
.ap-dual-bridge-icon {
font-size: 36px;
flex-shrink: 0.0;
}
.ap-dual-bridge-text {
flex: 1.0 1.0 280px;
}
.ap-dual-bridge-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.01em;
color: white;
margin-bottom: 4px;
}
.ap-dual-bridge-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: rgba(255,255,255,0.8);
}
.ap-markets {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.ap-market {
background: #ffffff;
border-radius: 20px;
padding: 28px 24px;
border: 1px solid #eef0f4;
box-shadow: 0 2px 8px rgba(6,9,35,0.03);
}
.ap-market-ico {
font-size: 32px;
margin-bottom: 12px;
}
.ap-market-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 17px;
line-height: 24px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 6px;
}
.ap-market-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
color: #70768a;
}
.ap-timeline {
position: relative;
padding-left: 0;
}
.ap-timeline::before {
content: "";
position: absolute;
left: 39px;
top: 0;
bottom: 20px;
width: 2px;
background: linear-gradient(180deg, #FF9500 0%, #FFBB00 50%, transparent 100%);
}
.ap-milestone {
position: relative;
padding-left: 104px;
padding-bottom: 40px;
}
.ap-milestone:last-child {
padding-bottom: 0;
}
.ap-milestone-year {
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(135deg, #ffffff, #fafbfd);
border: 3px solid #FF9500;
display: flex;
align-items: center;
justify-content: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 18px;
color: #060923;
box-shadow: 0 8px 24px rgba(255,149,0,0.22);
z-index: 1;
}
.ap-milestone-body {
padding-top: 14px;
}
.ap-milestone-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 22px;
line-height: 28px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 6px;
}
.ap-milestone-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #70768a;
max-width: 640px;
}
.ap-team {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.ap-team-card {
background: #ffffff;
border-radius: 20px;
padding: 36px 28px;
text-align: center;
border: 1px solid #eef0f4;
box-shadow: 0 2px 8px rgba(6,9,35,0.03);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ap-team-card:hover {
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(6,9,35,0.08);
}
.ap-team-avatar {
width: 88px;
height: 88px;
border-radius: 50%;
margin: 0 auto 18px;
background: linear-gradient(135deg, #FF9500 0%, #FFBB00 100%);
color: white;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 88px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 24px rgba(255,149,0,0.30);
}
.ap-team-card:nth-child(2) .ap-team-avatar {
background: linear-gradient(135deg, #1D9E75 0%, #6ED4A0 100%);
box-shadow: 0 10px 24px rgba(29,158,117,0.30);
}
.ap-team-card:nth-child(3) .ap-team-avatar {
background: linear-gradient(135deg, #4E9FFF 0%, #7AC8FF 100%);
box-shadow: 0 10px 24px rgba(78,159,255,0.30);
}
.ap-team-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 19px;
line-height: 24px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 4px;
}
.ap-team-role {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.12em;
color: #FF9500;
text-transform: uppercase;
margin-bottom: 12px;
}
.ap-team-bio {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #70768a;
}
.ap-press {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 16px;
}
.ap-press-card {
position: relative;
display: flex;
flex-direction: column;
gap: 6px;
background: #ffffff;
border-radius: 14px;
padding: 20px 48px 20px 22px;
border: 1px solid #eef0f4;
box-shadow: 0 2px 8px rgba(6,9,35,0.03);
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
text-decoration: none;
color: inherit;
cursor: pointer;
}
.ap-press-card:hover {
transform: translateY(-2px);
box-shadow: 0 12px 24px rgba(6,9,35,0.08);
border-color: #FFBB00;
}
.ap-press-arrow {
position: absolute;
top: 18px;
right: 20px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 16px;
color: #B0B1BE;
transition: color 0.18s ease, transform 0.18s ease;
}
.ap-press-card:hover .ap-press-arrow {
color: #FF9500;
transform: translate(2px, -2px);
}
.ap-press-outlet {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.12em;
color: #FF9500;
text-transform: uppercase;
}
.ap-press-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 22px;
letter-spacing: -0.01em;
color: #060923;
}
.ap-press-date {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #9AA0B4;
margin-top: 4px;
}
html[data-theme='dark'] .ap-hero {
background: linear-gradient(135deg, #0a1510 0%, #0b1915 40%, #0b1e18 100%);
}
html[data-theme='dark'] .ap-hero-chip {
background: rgba(255,255,255,0.06);
border-color: rgba(255,255,255,0.12);
}
html[data-theme='dark'] .ap-hero h1 {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-hero-sub {
color: rgba(255,255,255,0.72);
}
html[data-theme='dark'] .ap-stats {
background: #1a1f2e;
border: 1px solid #2a3142;
box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
html[data-theme='dark'] .ap-stat {
border-right: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-stat-lbl {
color: #a0a3b1;
}
html[data-theme='dark'] .ap-eyebrow {
color: #ffb347;
}
html[data-theme='dark'] .ap-h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-lead {
color: #d4d6df;
}
html[data-theme='dark'] .ap-mission {
background: linear-gradient(180deg, #1a1f2e, #151927);
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-mission p {
color: #d4d6df;
}
html[data-theme='dark'] .ap-mission-quote {
color: rgba(255,179,71,0.10);
}
html[data-theme='dark'] .ap-pillar {
background: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-pillar:hover {
border-color: #3a4156;
box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
html[data-theme='dark'] .ap-pillar-title {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-pillar-desc {
color: #a0a3b1;
}
html[data-theme='dark'] .ap-dual {
background: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-dual-consumer {
background: linear-gradient(160deg, #24190f 0%, #1a1f2e 100%);
border-right-color: #2a3142;
}
html[data-theme='dark'] .ap-dual-business {
background: linear-gradient(160deg, #0f2419 0%, #1a1f2e 100%);
}
html[data-theme='dark'] .ap-dual-title {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-dual-desc {
color: #d4d6df;
}
html[data-theme='dark'] .ap-dual-bridge {
background: linear-gradient(135deg, #0a1510 0%, #16322a 100%);
}
html[data-theme='dark'] .ap-market {
background: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-market-title {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-market-desc {
color: #a0a3b1;
}
html[data-theme='dark'] .ap-milestone-year {
background: linear-gradient(135deg, #1a1f2e, #232838);
border-color: #ffb347;
color: #f0f1f5;
}
html[data-theme='dark'] .ap-milestone-title {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-milestone-desc {
color: #a0a3b1;
}
html[data-theme='dark'] .ap-team-card {
background: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-team-name {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-team-role {
color: #ffb347;
}
html[data-theme='dark'] .ap-team-bio {
color: #a0a3b1;
}
html[data-theme='dark'] .ap-press-card {
background: #1a1f2e;
border: 1px solid #2a3142;
box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
html[data-theme='dark'] .ap-press-card:hover {
border-color: #FFBB00;
box-shadow: 0 14px 32px rgba(0,0,0,0.5);
}
html[data-theme='dark'] .ap-press-title {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-press-outlet {
color: #ffb347;
}
html[data-theme='dark'] .ap-press-date {
color: #8a8fa4;
}
html[data-theme='dark'] .ap-press-arrow {
color: #6b7085;
}
.ap-bottom {
max-width: 1200px;
margin: 0 auto;
padding: 24px 40px 96px;
}
.ap-bottom .fp-section {
margin: 0 0 56px;
}
.ap-bottom .fp-faq {
display: flex;
flex-direction: column;
gap: 14px;
}
.ap-bottom .fp-faq-item {
background: #ffffff;
border-radius: 18px;
border: 1px solid #eef0f4;
box-shadow: 0 2px 8px rgba(6,9,35,0.03);
transition: box-shadow 0.2s ease, transform 0.2s ease;
overflow: hidden;
}
.ap-bottom .fp-faq-item:hover {
box-shadow: 0 12px 28px rgba(6,9,35,0.07);
transform: translateY(-2px);
}
.ap-bottom .fp-faq-badge {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 11px;
line-height: 14px;
letter-spacing: 0.14em;
padding: 6px 12px;
border-radius: 999px;
background: linear-gradient(135deg, rgba(255,149,0,0.14) 0%, rgba(255,187,0,0.14) 100%);
color: #b56a00;
text-transform: uppercase;
}
.ap-bottom .fp-faq-q {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 26px;
letter-spacing: -0.005em;
color: #060923;
padding: 22px 26px;
gap: 14px;
}
.ap-bottom .fp-faq-a {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
color: #4b5165;
padding: 0 26px 22px;
}
.ap-bottom .fp-faq-a p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 25px;
color: #4b5165;
}
.ap-bottom .fp-cta {
padding: 56px 48px;
border-radius: 28px;
box-shadow: 0 20px 50px rgba(10,37,24,0.18);
margin-bottom: 48px;
}
.ap-bottom .fp-cta-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 34px;
line-height: 42px;
letter-spacing: -0.01em;
margin-bottom: 14px;
}
.ap-bottom .fp-cta-desc {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 28px;
margin-bottom: 28px;
max-width: 720px;
margin-right: auto;
margin-left: auto;
}
.ap-bottom .fp-cta-btn {
padding: 16px 32px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 16px;
letter-spacing: 0.12em;
border-radius: 999px;
}
.ap-bottom .fp-seo {
background: #ffffff;
border-radius: 22px;
padding: 44px 48px;
border: 1px solid #eef0f4;
box-shadow: 0 2px 8px rgba(6,9,35,0.03);
}
.ap-bottom .fp-seo h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 26px;
line-height: 34px;
letter-spacing: -0.01em;
color: #060923;
margin-bottom: 18px;
}
.ap-bottom .fp-seo-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
color: #4b5165;
}
.ap-bottom .fp-seo-text p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
color: #4b5165;
margin-bottom: 14px;
}
.ap-bottom .fp-seo-toggle {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.12em;
padding: 10px 20px;
border-radius: 999px;
}
html[data-theme='dark'] .ap-bottom .fp-faq-item {
background: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-bottom .fp-faq-q {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-bottom .fp-faq-a {
color: #cfd2dc;
}
html[data-theme='dark'] .ap-bottom .fp-faq-a p {
color: #cfd2dc;
}
html[data-theme='dark'] .ap-bottom .fp-faq-badge {
background: linear-gradient(135deg, rgba(255,187,71,0.20) 0%, rgba(255,149,0,0.20) 100%);
color: #ffc97a;
}
html[data-theme='dark'] .ap-bottom .fp-seo {
background: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .ap-bottom .fp-seo h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .ap-bottom .fp-seo-text {
color: #cfd2dc;
}
html[data-theme='dark'] .ap-bottom .fp-seo-text p {
color: #cfd2dc;
}
html[data-theme='dark'] .fps-chart {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .fps-chart-title {
color: #a0a3b1;
}
html[data-theme='dark'] .fps-bar-lbl {
color: #cfd2dc;
}
html[data-theme='dark'] .fps-bar-bg {
background-color: #232838;
}

@media screen and (max-width: 1720px) {
.user-menu {
right: 20px;
}
}

@media screen and max-width: 1280px {
.breadcrumbs {
margin-right: 10px;
margin-left: 10px;
}
}

@media screen and (min-width: 991px) and (max-width: 1100px) {
.downloads {
margin-left: 10px;
margin-right: 10px;
}
}

@media screen and (max-width: 1024px) {
.header-link-text {
display: none;
}
.header-nav {
padding: 0 15px;
}
}

@media screen and (max-width: 992px) {
.downloads_left {
padding: 30px 10px 40px;
}
.downloads_right {
display: none;
}
.downloads {
display: flex;
justify-content: center;
}
}

@media screen and (max-width: 991px) {
.pf-top {
padding: 40px 40px 32px;
}
.pf-top-inner {
grid-template-columns: 1fr;
gap: 32px;
}
.pf-nav-cols {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.pf-geo {
padding: 16px 40px;
}
.pf-bottom-inner {
padding: 16px 40px;
}
}

@media max-width: 991px {
white-space: nowrap;
overflow: auto;
}

@media (max-width: 960px) {
.ap-pillars {
grid-template-columns: repeat(2, 1fr);
}
.ap-team {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 900px) {
.fp-how-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 800px) {
.header-dropdowns {
display: none;
}
.mobile-menu-toggle {
display: -webkit-flex;
}
.header-logo svg {
max-width: 120px;
}
.header-user-name {
display: none;
}
.header-nav {
gap: 10px;
}
.header-center {
gap: 10px;
}
.header-right {
gap: 10px;
}
}

@media screen and (max-width: 768px) {
.product-card-v2-image-container {
height: 180px;
}
.product-card-v2-title {
font-size: 0.9rem;
}
.product-card-v2-new-price {
font-size: 1.15rem;
}
.store-badge-overlap {
width: 30px;
height: 30px;
&:not(:first-child) {
margin-left: -11px;
}
}
}

@media (max-width: 768px) {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;

.fp-content {
padding: 0 16px 32px;
}
.fp-bc {
padding: 8px 16px;
}
.fp-hero {
padding: 28px 0 24px;
}
.fp-hero-inner {
padding: 0 20px;
}
.fp-hero h1 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 26px;
line-height: 34px;
}
.fp-hero-sub {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
}
.fp-cta {
padding: 20px;
}
.fp-cta-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
}
.fp-seo {
padding: 20px 16px;
}
.ap-hero {
padding: 56px 0 72px;
}
.ap-hero-inner {
padding: 0 20px;
}
.ap-hero h1 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 38px;
line-height: 46px;
letter-spacing: -0.01em;
}
.ap-hero-sub {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
}
.ap-hero-chip {
padding: 6px 12px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 0.12em;
margin-bottom: 20px;
}
.ap-stats-wrap {
margin: -40px auto 24px;
padding: 0 16px;
}
.ap-stats {
grid-template-columns: 1fr;
}
.ap-stat {
padding: 20px 16px;
border-right: none;
border-bottom: 1px solid #f0f1f5;
}
.ap-stat:last-child {
border-bottom: none;
}
.ap-stat-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.02em;
}
.ap-wrap {
padding: 0 16px;
}
.ap-section {
padding: 48px 0;
}
.ap-section-head {
margin-bottom: 32px;
}
.ap-h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 30px;
line-height: 38px;
letter-spacing: -0.015em;
}
.ap-lead {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
}
.ap-mission {
padding: 32px 24px 32px 32px;
}
.ap-mission p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
}
.ap-mission-quote {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 80px;
line-height: 70px;
top: 8px;
right: 16px;
}
.ap-dual {
grid-template-columns: 1fr;
}
.ap-dual-consumer {
border-right: none;
border-bottom: 1px solid #eef0f4;
}
.ap-dual-side {
padding: 28px 24px;
}
.ap-dual-bridge {
padding: 24px;
}
.ap-markets {
grid-template-columns: 1fr;
}
.ap-timeline::before {
left: 29px;
}
.ap-milestone {
padding-left: 80px;
padding-bottom: 32px;
}
.ap-milestone-year {
width: 60px;
height: 60px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 16px;
}
.ap-milestone-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.01em;
}
.ap-bottom {
padding: 16px 20px 64px;
}
.ap-bottom .fp-cta {
padding: 36px 24px;
border-radius: 22px;
}
.ap-bottom .fp-cta-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 26px;
line-height: 32px;
letter-spacing: -0.005em;
}
.ap-bottom .fp-seo {
padding: 28px 22px;
border-radius: 18px;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.store-badge-overlap {
width: 30px;
height: 30px;
&:not(:first-child) {
margin-left: -11px;
}
}
}

@media max-width: 767px {
font-size: 10px;
padding: 0 16px;
}

@media screen and (max-width: 640px) {
.header-center {
display: none;
}
.header-logo svg {
max-width: 100px;
}
.header-nav {
padding: 0 10px;
justify-content: space-around;
}
}

@media (max-width: 600px) {
.fp-stat {
padding: 10px 8px;
}
.fp-stat-val {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 20px;
}
.fp-stat-lbl {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 9px;
line-height: 13px;
}
.fpf-alert-list {
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
gap: 8px;
}
.fpf-fav-card-img {
width: 64px;
height: 64px;
}
}

@media screen and (max-width: 575px) {
.pf-top {
padding: 32px 20px 24px;
}
.pf-nav-cols {
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.pf-tagline {
font-size: 13px;
}
.pf-geo {
padding: 16px 20px;
gap: 10px;
}
.pf-geo-link {
font-size: 12px;
padding: 5px 10px;
}
.pf-bottom-inner {
padding: 16px 20px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.pf-rights {
font-size: 13px;
}
}

@media (max-width: 560px) {
.ap-pillars {
grid-template-columns: 1fr;
}
.ap-team {
grid-template-columns: 1fr;
}
}

@media screen and (max-width: 480px) {
.products_block {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
.product_card {
.breadcrumbs_wrapper {
margin: 16px 0;
.breadcrumbs_inner {
height: fit-content;
flex-wrap: wrap;
}
}
}
.product-card-v2-actions {
justify-content: space-between;
}
.product-card-v2-image-container {
height: 150px;
padding: 0.75rem;
}
.product-card-v2-info {
padding: 0.75rem;
gap: 0.5rem;
}
.product-card-v2-title {
font-size: 0.85rem;
min-height: 2.4rem;
}
.product-card-v2-new-price {
font-size: 1.1rem;
}
.product-card-v2-badge {
top: 8px;
right: 8px;
padding: 0.4rem 0.6rem;
font-size: 0.9rem;
}
.store-badge-v2 {
width: 60px;
height: 34px;
padding: 0.4rem;
}
.store-badge-v2-more {
min-width: 45px;
height: 34px;
padding: 0.4rem 0.6rem;
font-size: 0.85rem;
}
.product-card-v2-action-btn {
.action-icon {
svg {
width: 20px;
height: 20px;
}
}
}
.store-badge-overlap {
width: 28px;
height: 28px;
&:not(:first-child) {
margin-left: -10px;
}
&:hover {
transform: scale(1.15);
}
}
.store-badge-overlap-tooltip {
font-size: 0.7rem;
}
.stores-overlapping-container {
height: 36px;
}
}

@media (max-width: 480px) {
.fp-how-grid {
grid-template-columns: 1fr;
}
.fpc-modal {
max-height: fit-content;
}
.fpc-modal-overlay {
position: unset;
padding: 20px 10px;
}
}