.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;
--primary-orange: #FF9500;
--dark-gray: #1A1A1A;
--medium-gray: #4A4A4A;
--light-gray: #F5F6F9;
--border-color: #E5E7EB;
--white: #FFFFFF;
--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
--shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
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;
border-radius: 12px;
}
.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 10px;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 1.375;
color: #fda501;
}

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;
}
.search_component {
display: flex;
flex-direction: column;
position: relative;
margin-bottom: clamp(20px, 5vw, 50px);
border-radius: 8px;
z-index: 3;
}
.search_component__expanded {
.overlay {
width: calc(100% + 2 * 30px);
height: calc(100% + 2 * 30px);
margin-bottom: 187px;
left: -30px;
top: -30px;
position: absolute;
background-color: white;
box-shadow: 0 15px 20px 0 rgba(27, 30, 50, 0.2);
border-radius: 10px;
z-index: 0;
}
}
.search_component__search_line {
height: 33px;
position: relative;
display: flex;
}
.search_component__input_line_main_screen {
width: -webkit-fill-available;
}
.search_component__input_line {
display: flex;
border-radius: 10px;
background-color: white;
width: -webkit-fill-available;
align-self: center;
border-color: black;
border-style: solid;
border-width: 2px;
input {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 1.4;
border-radius: 8px;
height: 33px;
color: #4a4a4a;
border-style: none;
outline: none;
flex-shrink: 1.0;
flex-grow: 1.0;
border-width: 0;
&::placeholder {
color: #ababb3;
}
&::-webkit-input-placeholder {
color: #ababb3;
}
&::-moz-placeholder {
color: #ababb3;
}
&::-ms-input-placeholder {
color: #ababb3;
}
&:-moz-placeholder {
color: #ababb3;
}
&:active {
border-style: none;
border-width: 0;
}
&:focus {
border-style: none;
border-width: 0;
}
&:hover {
border-width: 0;
}
}
}
.search_input_clear_icon {
display: none;
cursor: pointer;
margin: 0 8px;
align-self: center;
}
.search_input_search_icon {
display: flex;
margin: 0 8px;
align-self: center;
}
.search_btn {
width: 120px;
cursor: pointer;
border-radius: 0;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
&:hover {
border-radius: 0;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
}
.scan_barcode_btn {
width: 120px;
cursor: pointer;
border-radius: 0;
margin-right: 8px;
&:hover {
border-radius: 0;
}
}
.slick {
& > div:nth-child(2) {
margin: 0 10px;
& > div {
& > div {
position: relative;
padding: 0 5px;
margin: 0 10px;
display: flex;
align-items: center;
justify-content: center;
& > div {
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
}
.search_input_clear_btn {
position: absolute;
right: 102px;
color: #b0b1be;
top: 50%;
transform: translateY(-50%);
margin: 0 7px;
cursor: pointer;
}
.suggestions {
position: absolute;
width: 100%;
padding-top: 20px;
overflow: hidden;
.highlight {
color: #050927;
}
.highlightNetworks {
padding-bottom: 10px;
}
.network {
.network_list {
display: flex;
margin-bottom: 24px;
overflow: visible;
}
.network_item_allNetworks {
display: flex;
align-items: center;
justify-content: center;
color: #fda501;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
border-color: #fda501;
padding: 0 10px;
.network_item_allNetworks_div {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
}
.suggestions_item_list_track {
width: 100%;
}
.suggestions_item_list {
margin: 0 10px;
&:first-of-type {
margin-left: 10px;
}
&:last-of-type {
margin-right: 10px;
}
}
.suggestions_item_checkIcon {
position: absolute;
left: 0;
top: 0;
z-index: 99;
}
.suggestions_item {
height: 67px;
width: 92px;
overflow: hidden;
border: 1px solid #dedee1;
box-sizing: border-box;
border-radius: 8px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
.name {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
color: #050927;
text-align: center;
}
img {
width: 100%;
height: 100%;
object-fit: contain;
}
&:hover {
background: #f5f6f9;
border-color: #fda501;
}
}
}
.related {
.related_list {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
flex-wrap: wrap;
}
.related_item {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
color: #828493;
height: 33px;
border: 1px solid #dedee1;
box-sizing: border-box;
border-radius: 8px;
cursor: pointer;
display: flex;
align-items: center;
margin-bottom: 10px;
padding: 0 10px;
flex: 0.0 0.0 140px;
margin-right: 14px;
&:last-child {
margin-right: 0;
}
svg {
margin-right: 12px;
path: fill: #b0b1be;
}
&:hover {
background: #f5f6f9;
}
}
}
.suggestions__header {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
color: #b0b1be;
margin-bottom: 16px;
margin-left: 12px;
}
}
.customRightArrow {
position: absolute;
right: 0;
width: 20px;
height: 20px;
background-color: #ffffff;
border: 1px solid #dedee1;
border-radius: 50%;
svg {
transform: rotate(-90deg);
position: relative;
left: 40%;
top: -75%;
}
&:hover {
cursor: pointer;
}
}
.customLeftArrow {
z-index: 9;
position: absolute;
width: 20px;
height: 20px;
left: 0;
background-color: #ffffff;
border: 1px solid #dedee1;
border-radius: 50%;
svg {
transform: rotate(90deg);
position: relative;
left: 30%;
top: -75%;
}
&:hover {
cursor: pointer;
}
}
.search_input_radio_group {
display: flex;
justify-content: center;
margin-top: 10px;
gap: 50px;
label {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.4;
letter-spacing: 0.5px;
display: flex;
align-items: center;
color: #4a4a4a;
input {
margin-right: 5px;
}
}
}
.search_input_radio_group_main_screen {
label {
color: #ffffff;
}
}

.product-card {
background-color: var(--white);
border-radius: 16px;
overflow: hidden;
transition: var(--transition);
border: 1px solid var(--border-color);
cursor: pointer;
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
height: 100%;
}
.product-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-orange);
}
.list-view .product-card {
flex-direction: row;
height: auto;
}
.list-view .product-image-container {
width: 200px;
padding-top: 0;
height: 200px;
flex-shrink: 0;
}
.list-view .product-info {
flex: 1;
padding: 20px;
}
.list-view .product-title {
font-size: 18px;
-webkit-line-clamp: 3;
}
.list-view .product-prices {
margin-top: 12px;
}
.product-image-container {
position: relative;
width: 100%;
padding-top: 100%;
overflow: hidden;
}
.product-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
height: 80%;
object-fit: contain;
transition: var(--transition);
}
.product-card:hover .product-image {
transform: translate(-50%, -50%) scale(1.05);
}
.product-badge {
position: absolute;
top: 12px;
right: 12px;
background-color: var(--primary-orange);
color: var(--white);
padding: 6px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
box-shadow: var(--shadow-sm);
}
.product-info {
padding: 16px;
display: flex;
flex-direction: column;
gap: 8px;
flex-grow: 1;
background-color: var(--light-gray);
}
.product-title {
font-size: 15px;
font-weight: 600;
color: var(--dark-gray);
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0;
}
.product-family-link {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 2px 8px;
background-color: rgba(255,149,0,0.10);
color: #cc7700;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
text-decoration: none;
transition: background-color 0.15s;
margin-top: -4px;
align-self: flex-start;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.product-family-link:hover {
background-color: rgba(255,149,0,0.18);
color: #ff9500;
}
.product-family-prefix {
opacity: 0.7;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 9px;
}
.product-family-name {
overflow: hidden;
text-overflow: ellipsis;
}
.product-meta {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #6B7280;
}
.product-meta-dot {
width: 3px;
height: 3px;
background-color: #D1D5DB;
border-radius: 50%;
}
.product-prices {
display: flex;
align-items: baseline;
gap: 8px;
margin-top: auto;
padding-top: 12px;
border-top: 1px solid var(--border-color);
}
.price-current {
font-size: 24px;
font-weight: 800;
color: var(--primary-orange);
letter-spacing: -0.02em;
}
.price-currency {
font-size: 16px;
font-weight: 700;
color: var(--primary-orange);
}
.price-range {
font-size: 13px;
color: #6B7280;
font-weight: 500;
}
.product-details {
display: flex;
flex-direction: column;
gap: 10px;
span {
color: #4a4a4a;
cursor: copy;
text-decoration: none;
}
}
.proposal-count {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
color: #b0b1be;
margin: 5px 0;
}
.prices {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.low-price {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 1.375;
color: #fda501;
}
.high-price {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 1.375;
color: #fda501;
}
.currency_sign {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 1.3333;
color: #fda501;
margin-left: 5px;
}

.shop-card {
display: flex;
flex-direction: column;
align-items: center;
background-color: white;
border-radius: 10px;
border-style: solid;
border-width: 1px;
border-color: #828493;
margin: 10px 10px 0;
padding: 10px;
width: 20vw;
cursor: pointer;
text-decoration: none;
-webkit-text-decoration: none;;
&:hover {
border-color: #fda501;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
}
.shop-image {
width: 100px;
height: 57px;
object-fit: cover;
border-radius: 10px;
}
.shop-details {
display: flex;
flex-direction: column;
justify-content: center;
}
.shop-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 1.375;
margin: 0;
color: #4a4a4a;
}
.shop_rating {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
color: #b0b1be;
margin: 5px 0;
}
.shop_address {
display: flex;
align-items: center;
color: #b0b1be;
}

.search-body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background: linear-gradient(180deg, #FAFBFC 0%, #F5F6F9 100%);
color: #1A1A1A;
line-height: 1.6;
min-height: 100vh;
overflow-x: hidden;
}
.products_block {
display: flex;
flex-direction: column;
max-width: 1280px;
margin: 0 auto 100px;
padding: 0 clamp(0, 1vw, 20px);
min-height: 80vh;
}
.flex_section {
display: flex;
flex-direction: column;
margin: 0 10px;
}
.flex_section-search-input {
margin: 0 10px;
}
.search-section {
max-width: 1400px;
margin: 0 auto;
padding: 48px 24px 32px;
}
.search-header {
margin-bottom: 32px;
}
.search-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 36px;
line-height: 40px;
letter-spacing: -0.02em;
color: var(--dark-gray);
margin-bottom: 8px;
}
.search-subtitle {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.05em;
color: var(--medium-gray);
}
.filter-chips {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 32px;
}
.chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
background-color: var(--white);
border: 1.5px solid var(--border-color);
border-radius: 24px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--medium-gray);
cursor: pointer;
transition: var(--transition);
}
.chip:hover {
border-color: var(--primary-orange);
color: var(--primary-orange);
transform: translateY(-2px);
box-shadow: var(--shadow-sm);
}
.chip.active {
background-color: var(--primary-orange);
color: var(--white);
border-color: var(--primary-orange);
}
.results-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 24px 48px;
}
.results-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 24px;
}
.results-count {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
color: var(--dark-gray);
}
.results-count span {
color: var(--primary-orange);
}
.view-toggle {
display: flex;
gap: 8px;
background-color: var(--white);
padding: 4px;
border-radius: 10px;
box-shadow: var(--shadow-sm);
}
.view-btn {
padding: 8px 16px;
border: 0 none transparent;
background-color: transparent;
border-radius: 8px;
cursor: pointer;
transition: var(--transition);
color: var(--medium-gray);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
}
.view-btn.active {
background-color: var(--primary-orange);
color: var(--white);
}
.results-grid {
display: grid;
grid-template-columns: 1fr 320px;
gap: 24px;
}
.results-grid:has(.product_columns):not(:has(.stores-sidebar)) {
grid-template-columns: 1fr;
}
.product_columns {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 20px;
}
.product_columns.grid-view {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 20px;
}
.product_columns.list-view {
display: flex;
flex-direction: column;
gap: 16px;
}
.inline_search_section {
display: flex;
flex-grow: 1.0;
}
.product_columns_title {
display: flex;
flex-direction: column;
width: 70vw;
align-items: start;
}
.stores-sidebar {
background-color: var(--white);
border-radius: 16px;
padding: 20px;
height: fit-content;
position: sticky;
top: 92px;
border: 1px solid var(--border-color);
}
.sidebar-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
color: var(--dark-gray);
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 8px;
}
.store-card {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
border-radius: 12px;
margin-bottom: 12px;
transition: var(--transition);
cursor: pointer;
border: 1px solid transparent;
text-decoration: none;
color: inherit;
}
.store-card:hover {
background-color: var(--light-gray);
border-color: var(--primary-orange);
}
.store-logo {
width: 56px;
height: 56px;
border-radius: 10px;
object-fit: contain;
background-color: var(--light-gray);
padding: 8px;
}
.store-info {
flex: 1;
}
.store-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.05em;
color: var(--dark-gray);
margin-bottom: 4px;
}
.store-rating {
display: flex;
align-items: center;
gap: 4px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.05em;
color: #6B7280;
}
.rating-star {
color: #FBBF24;
}
.stores_column_title {
display: flex;
flex-direction: column;
width: 25vw;
align-items: start;
}
.stores_column {
display: flex;
min-width: 200px;
flex-direction: column;
align-items: start;
row-gap: 10px;
}
.search_h2 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 32px;
letter-spacing: 0.05em;
color: var(--dark-gray);
margin-top: 20px;
margin-bottom: 8px;
}
.search_h3 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.05em;
color: var(--dark-gray);
margin-bottom: 0;
}
.search_results {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19px;
letter-spacing: 0.05em;
color: var(--medium-gray);
margin: 0 0 20px;
}
.search_results_error {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 19px;
letter-spacing: 0.05em;
color: #EF4444;
padding: 0;
margin: 0 0 20px;
}
.search-get-all {
display: flex;
justify-content: center;
margin-top: 20px;
}
.search-next-page {
display: flex;
margin: 20px;
}
.stores_column_title_mobile {
display: none;
}
.inline_search_section_orientation {
flex-direction: row;
}

html[data-theme='dark'] .search-body {
--dark-gray: #f0f1f5;
--medium-gray: #a0a3b1;
--light-gray: #232838;
--border-color: #2a3142;
--white: #1a1f2e;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.45);
--shadow-md: 0 4px 6px rgba(0,0,0,0.55);
--shadow-lg: 0 10px 25px rgba(0,0,0,0.6);
background: linear-gradient(180deg, #0f1419 0%, #1a1f2e 100%);
color: #f0f1f5;
}
html[data-theme='dark'] .search-body .chip:hover {
background-color: rgba(255,149,0,0.10);
}
html[data-theme='dark'] .search-body .chip.active {
background-color: #FF9500;
color: #0f1419;
}
html[data-theme='dark'] .search-body .store-rating {
color: #a0a3b1;
}
html[data-theme='dark'] .search-body .rating-star {
color: #fbbf24;
}
html[data-theme='dark'] .search-body .search_results_error {
color: #ff6b6b;
}
html[data-theme='dark'] .search-body .store-card:hover {
border-color: #FF9500;
}
html[data-theme='dark'] .search-body .search_component__input_line {
border-color: #3a4156;
background-color: #232838;
color: #f0f1f5;
caret-color: #f0f1f5;
overflow: hidden;
display: flex;
}
html[data-theme='dark'] .search-body .search_component__input_line input {
background-color: #232838;
color: #f0f1f5;
caret-color: #f0f1f5;
padding-left: 8px;
}
html[data-theme='dark'] .search-body .search_component__input_line input::placeholder {
color: #70768a;
opacity: 1.0;
}
html[data-theme='dark'] .search-body .search_component__input_line input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #232838 inset;
-webkit-text-fill-color: #f0f1f5;
transition: background-color 5000s ease-in-out 0s;
}
html[data-theme='dark'] .search-body .search_component__expanded .overlay {
background-color: #1a1f2e;
box-shadow: 0 15px 30px rgba(0,0,0,0.6);
}
html[data-theme='dark'] .search-body .suggestions {
background-color: #1a1f2e;
color: #f0f1f5;
}
html[data-theme='dark'] .search-body .suggestions_item:hover, html[data-theme='dark'] .search-body .related_item:hover, html[data-theme='dark'] .search-body .network_item_allNetworks:hover {
background-color: #232838;
}
html[data-theme='dark'] .search-body .suggestions__header {
color: #a0a3b1;
border-color: #2a3142;
}
html[data-theme='dark'] .search-body .suggestions .highlight {
color: #FF9500;
}
html[data-theme='dark'] .search-body .product-card {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .search-body .product-card:hover {
border-color: #FF9500;
box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}
html[data-theme='dark'] .search-body .product-image-container {
background-color: #232838;
}
html[data-theme='dark'] .search-body .product-title {
color: #f0f1f5;
}
html[data-theme='dark'] .search-body .product-meta, html[data-theme='dark'] .search-body .product-meta-dot, html[data-theme='dark'] .search-body .price-range, html[data-theme='dark'] .search-body .proposal-count, html[data-theme='dark'] .search-body .price-currency, html[data-theme='dark'] .search-body .separator {
color: #a0a3b1;
}
html[data-theme='dark'] .search-body .price-current, html[data-theme='dark'] .search-body .product-prices {
color: #f0f1f5;
}
html[data-theme='dark'] .search-body .low-price {
color: #7be08a;
}
html[data-theme='dark'] .search-body .high-price {
color: #ff8a8a;
}
html[data-theme='dark'] .search-body .product-badge {
background-color: rgba(255,149,0,0.18);
color: #ffd56b;
border: 1px solid rgba(255,149,0,0.35);
}
html[data-theme='dark'] .search-body .shop-card {
background-color: transparent;
}
html[data-theme='dark'] .search-body .shop-card:hover {
background-color: #232838;
}
html[data-theme='dark'] .search-body .shop-image {
background-color: #232838;
}
html[data-theme='dark'] .search-body .shop-title {
color: #f0f1f5;
}
html[data-theme='dark'] .search-body .shop_rating, html[data-theme='dark'] .search-body .shop_address {
color: #a0a3b1;
}
html[data-theme='dark'] .search-body .search-get-all a, html[data-theme='dark'] .search-body .search-next-page a {
color: #70768a;
}

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

@media screen and (min-width: 922px) and (max-width: 1400px) {
.inline_search_section {
.stores_column {
.shop-card {
width: 90%;
padding: 0;
}
}
}
}

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

@media screen and (max-width: 1280px) {
.search_component__input_line {
width: 60vw;
}
}

@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;
}
.results-grid {
grid-template-columns: 1fr;
}
.stores-sidebar {
position: static;
margin-top: 24px;
}
.product_columns {
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}

@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 screen and (max-width: 922px) {
.search_component {
}
.search_component__input_line {
width: -webkit-fill-available;
}
}

@media screen and (min-width: 730px) and (max-width: 922px) {
.inline_search_section {
.stores_column {
.shop-card {
width: calc(100% - 40px);;
}
}
}
}

@media screen and (max-width: 800px) {
.user-menu {
display: none;
}
.user-menu-active {
display: none;
}
.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 {
width: 100%;
}
.search-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 32px;
letter-spacing: -0.02em;
}
.search-section {
padding: 32px 16px 24px;
}
.results-container {
padding: 0 16px 32px;
}
.product_columns {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
gap: 16px;
}
}

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

@media screen and (max-width: 730px) {
.inline_search_section {
.stores_column {
.shop-card {
width: 70vw;
padding: 0 10px;
margin: 10px;
}
}
}
}

@media screen and (max-width: 650px) {
.results-header {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
.results-container {
padding: 0 12px 32px;
}
.product_columns {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
}

@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 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 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;
}
}
}
}

@media screen and (max-width: 400px) {
.search_component__input_line {
.search_btn {
width: 80px;
}
.scan_barcode_btn {
width: 80px;
}
}
}

@media screen and (max-width: 370px) {
.search_component__input_line {
input {
}
.search_btn {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
width: 60px;
}
.scan_barcode_btn {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 1.4;
letter-spacing: 0.5px;
width: 60px;
}
}
}

@media screen and (max-width: 280px) {
.search_component {
.search_component__input_line {
input {
&::placeholder {
color: transparent;
}
&::-webkit-input-placeholder {
color: transparent;
}
&::-moz-placeholder {
color: transparent;
}
&::-ms-input-placeholder {
color: transparent;
}
&:-moz-placeholder {
color: transparent;
}
}
}
}
}

@media screen and (min-width: 1280px) {
.search_component__input_line {
width: 50vw;
}
}

@media screen and (min-width: 1400px) {
.inline_search_section {
.stores_column {
.shop-card {
width: 15vw;
}
}
}
}