@keyframes fade-in: 
        from { opacity: 0; }

@keyframes slide-up: 
        from {
            transform: translateY(40px);
            opacity: 0;
        }

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

@keyframes modalFadeIn {
from: { opacity: 0; transform: scale(0.95); };
to: { opacity: 1; transform: scale(1); };
}

to { opacity: 1; }
    ;

to {
            transform: translateY(0);
            opacity: 1;
        }
    ;
.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;
}
}
.shop-card-v2 {
display: flex;
flex-direction: column;
background-color: #ffffff;
border: 2px solid #dedee1;
border-radius: 12px;
overflow: hidden;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
&:hover {
transform: translateY(-8px);
border-color: #fda501;
box-shadow: 0 0 12px 0 #fda501;
}
&:active {
transform: translateY(-4px);
}
}
.shop-card-v2-active {
border-color: #fda501;
border-width: 3px;
&:hover {
border-width: 3px;
}
}
.shop-card-v2-logo-container {
display: flex;
align-items: center;
justify-content: center;
height: 160px;
padding: 2rem;
background-color: #ffffff;
}
.shop-card-v2-logo {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.shop-card-v2-info {
padding: 1rem;
border-top: 1px solid #dedee1;
background-color: #f5f6f9;
}
.shop-card-v2-name {
font-size: 1rem;
font-weight: 600;
color: #b0b1be;
margin: 0 0 0.75rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.shop-card-v2-stats {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.shop-card-v2-stat {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.85rem;
color: #666666;
}
.shop-card-v2-stat-icon {
font-size: 1.1rem;
}
.shop-card-v2-stat-text-colored {
color: #fda501;
}
.shop-card-v2-stat-text-bold {
font-weight: 600;
}
.shop-card-v2-stat-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.2;
letter-spacing: 0.05em;
}
.shop-card-v2-compact {
display: flex;
flex-direction: column;
align-items: center;
background-color: #ffffff;
border: 2px solid #dedee1;
border-radius: 12px;
padding: 1rem;
text-decoration: none;
transition: all 0.3s ease 0s;
cursor: pointer;
min-width: 100px;
&:hover {
border-color: #fda501;
transform: scale(1.05);
}
}
.shop-card-v2-compact-active {
border-color: #fda501;
border-width: 3px;
}
.shop-card-v2-compact-logo {
width: 80px;
height: 45px;
object-fit: contain;
margin-bottom: 0.5rem;
}
.shop-card-v2-compact-name {
font-size: 0.75rem;
font-weight: 600;
color: #b0b1be;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100px;
}

.shop-card {
&.v2-enabled {
display: flex;
flex-direction: column;
background-color: #ffffff;
border: 2px solid #dedee1;
border-radius: 12px;
}
}
.selected {
border-color: #fda501;
border-width: 3px;
}
.shop-cards-v2-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1.5rem;

}
.shop-cards-v2-scroll {
display: flex;
gap: 1rem;
overflow-x: auto;
padding: 0.5rem;
scrollbar-width: thin;
scrollbar-color: #fda501 #dedee1;
& * {
flex-shrink: 0.0;
}
}
.price-notice-wrapper {
display: none;
}
.price-notice-blur {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 1000;
}
.price-notice {
display: flex;
flex-direction: column;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: min(560px, 92vw);
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
padding: 24px 24px 20px;
z-index: 1001;
h3 {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3333;
color: #181E23;
margin: 0 0 16px;
}
}
.price-notice-message {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
color: #595968;
margin: 0 0 20px;
}
.accept-button {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 1rem;
line-height: 1.375;
padding: 12px 24px;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease 0s;
border: 0 none transparent;
background-color: #fda501;
color: #ffffff;
&:hover {
background-color: #181E23;
}
}
.country-card {
display: flex;
align-items: center;
background-color: #f5f6f9;
border-radius: 8px;
overflow: hidden;
padding: 8px 16px;
cursor: pointer;
text-decoration: none;
-webkit-text-decoration: none;;
&:hover {
column-gap: 10px;
border-width: 1px;
border-style: solid;
border-color: #828493;
background-color: #ffffff;
svg {
display: block;
border-radius: 50%;
width: clamp(18px, 5vw, 32px);
height: clamp(18px, 5vw, 32px);
border-width: 1px;
border-style: solid;
border-color: #828493;
}
span {
font-weight: 800;
}
}
svg {
display: none;
}
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(8px, 5vw, 16px);
line-height: 1.375;
color: #050927;
}
}
.active-country {
border-width: 1px;
border-style: solid;
border-color: #fda501;
column-gap: 10px;
background-color: #ffffff;
svg {
display: block;
border-radius: 50%;
width: clamp(18px, 5vw, 32px);
height: clamp(18px, 5vw, 32px);
border-width: 1px;
border-style: solid;
border-color: #828493;
}
span {
font-weight: 800;
}
}
.sales-page-v2-body-style {
overflow-x: hidden;
background-color: #ffffff;
}
.deals-v2-container {
display: flex;
flex-direction: column;
max-width: 1280px;
margin: 0 auto;
padding: 0 clamp(10px, 1vw, 20px);
}
.deals-v2-header {
margin-bottom: 2rem;
padding: 2rem;
background-color: #ffffff;
border: 2px solid #dedee1;
border-left: 4px solid #fda501;
border-radius: 12px;
}
.deals-v2-header-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 1.5rem;
gap: 2rem;
}
.deals-v2-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 2rem;
line-height: 1.375;
color: #181E23;
flex: 1.0;
}
.city-v2-selector {
position: relative;
min-width: 240px;
}
.city-v2-selector-btn {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
background-color: #ffffff;
border: 2px solid #fda501;
color: #181E23;
padding: 0.75rem 1.25rem;
border-radius: 8px;
cursor: pointer;
font-size: 1rem;
font-weight: 600;
width: 100%;
transition: all 0.3s ease 0s;
&:hover {
background-color: #f5f5f5;
}
}
.city-v2-selector-current {
display: flex;
align-items: center;
gap: 0.5rem;
}
.city-v2-icon {
font-size: 1.3rem;
}
.city-v2-dropdown {
display: none;
position: absolute;
top: 100%;
right: 0;
margin-top: 0.5rem;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 15);
min-width: 320px;
max-height: 400px;
overflow: hidden;
z-index: 1000;
&.active {
display: block;
}
}
.city-v2-search {
display: flex;
padding: 1rem;
border-bottom: 1px solid #dedee1;
}
.city-v2-search-input {
flex-grow: 1.0;
padding: 0.75rem;
border: 1px solid #dedee1;
border-radius: 6px;
font-size: 0.95rem;
&:focus {
outline: none;
border-color: #fda501;
}
}
.city-v2-list {
max-height: 300px;
overflow-y: auto;
}
.city-v2-option {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 1rem;
color: #181E23;
text-decoration: none;
transition: background 0.2s;
border-bottom: 1px solid #dedee1;
cursor: pointer;
&:last-child {
border-bottom: 0 none transparent;
}
&:hover {
background-color: #f5f5f5;
}
&.active {
background-color: rgba(255, 149, 0, 10);
color: #fda501;
font-weight: 600;
}
}
.city-v2-stats {
font-size: 0.85rem;
color: #666666;
}
.stats-v2-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
}
.stat-v2-card {
background-color: #f5f5f5;
padding: 1.5rem;
border-radius: 8px;
border-left: 3px solid #fda501;
display: flex;
flex-direction: column;
}
.stat-v2-value {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 2rem;
line-height: 1.375;
display: block;
color: #fda501;
margin-bottom: 0.25rem;
}
.stat-v2-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.9rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
}
.city-v2-quick-links {
margin-bottom: 2.5rem;
padding: 1.5rem;
background-color: #f5f5f5;
border-radius: 12px;
}
.city-v2-quick-links-header {
font-size: 0.9rem;
color: #666666;
margin-bottom: 1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.city-v2-chips {
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;
gap: 0.75rem;
flex-wrap: wrap;
padding: 4px 0;
}
.city-v2-chip {
padding: 0.6rem 1.25rem;
background-color: #ffffff;
border: 2px solid #dedee1;
border-radius: 20px;
cursor: pointer;
font-size: 0.95rem;
transition: all 0.3s ease 0s;
text-decoration: none;
color: #181E23;
font-weight: 500;
white-space: nowrap;
&:hover {
border-color: #fda501;
color: #fda501;
transform: translateY(-2px);
}
&.active {
background-color: #fda501;
color: #ffffff;
border-color: #fda501;
}
}
.city-v2-disclaimer {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.9rem;
line-height: 1.43;
letter-spacing: 0.05em;
margin-top: 1rem;
color: #666666;
text-align: center;
}
.search-v2-section {
margin-bottom: 3rem;
}
.search-v2-container {
max-width: 800px;
margin: 0 auto;
position: relative;
}
.search-v2-input-wrapper {
display: flex;
position: relative;
overflow: hidden;
}
.search-v2-input {
flex-grow: 1.0;
padding: 1.25rem 4rem 1.25rem 1.5rem;
border: 2px solid #dedee1;
border-radius: 12px;
font-size: 1.1rem;
transition: all 0.3s ease 0s;
background-color: #ffffff;
&:focus {
outline: none;
border-color: #fda501;
}
&::placeholder {
color: #999999;
}
&::-webkit-input-placeholder {
color: #999999;
}
&::-moz-placeholder {
color: #999999;
}
&::-ms-input-placeholder {
color: #999999;
}
&:-moz-placeholder {
color: #999999;
}
}
.search-v2-icon {
position: absolute;
right: 0.5rem;
padding: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 1.5rem;
color: #666666;
cursor: pointer;
z-index: 10;
}
.search-v2-results-count {
margin-top: 1rem;
text-align: center;
color: #666666;
font-size: 0.95rem;
display: none;
&.active {
display: block;
}
strong {
color: #fda501;
font-size: 1.1rem;
}
}
.stores-v2-section {
margin-bottom: 3rem;
}
.stores-v2-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
h2 {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 1.5rem;
line-height: 1.3333;
color: #181E23;
}
}
.stores-v2-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1.5rem;
margin-bottom: 1.5rem;
}
.show-v2-more-stores {
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
.show-v2-more-stores-btn {
padding: 0.75rem 2rem;
background-color: #ffffff;
border: 2px solid #fda501;
color: #fda501;
border-radius: 8px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease 0s;
&:hover {
background-color: #fda501;
color: #ffffff;
}
}
.filter-v2-option.brand-v2-hidden {
display: none;
}
.show-v2-all-brands {
text-align: center;
padding-top: 0.75rem;
padding-bottom: 0.5rem;
}
.filter-v2-option.category-v2-hidden {
display: none;
}
.show-v2-all-categories {
text-align: center;
padding-top: 0.75rem;
padding-bottom: 0.5rem;
}
.show-v2-all-link {
background-color: transparent;
border: 0 none transparent;
color: #fda501;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
text-decoration: underline;
transition: color 0.2s ease 0s;
&:hover {
color: #181E23;
}
}
.main-v2-grid {
display: grid;
grid-template-columns: 280px 1fr;
gap: 2rem;
margin-bottom: 3rem;
}
.filters-v2-sidebar {
background-color: #f5f5f5;
padding: 1.5rem;
border-radius: 12px;
height: fit-content;
top: 80px;
}
.filters-v2-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
h3 {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 1.2rem;
line-height: 1.3333;
}
}
.clear-v2-filters {
color: #fda501;
background-color: transparent;
border: 0 none transparent;
cursor: pointer;
font-size: 0.9rem;
text-decoration: underline;
&:hover {
color: #181E23;
}
}
.filter-v2-group {
margin-bottom: 1.5rem;
border-bottom: 1px solid #dedee1;
padding-bottom: 1rem;
&:last-child {
border-bottom: 0 none transparent;
}
&.collapsed .filter-v2-content {
max-height: 0;
margin-top: 0;
}
&:not(.collapsed) .filter-v2-content {
overflow-y: auto;
}
&.collapsed .toggle-v2-icon {
transform: rotate(-90deg);
}
}
.filter-v2-group-header {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
padding: 0;
user-select: none;
h4 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 24px;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 0.5rem;
margin: 10px 0;
}
}
.filter-v2-icon {
font-size: 1.2rem;
}
.toggle-v2-icon {
transition: transform 0.3s;
}
.select-v2-all-btn {
color: #fda501;
background-color: transparent;
border: 0 none transparent;
cursor: pointer;
font-size: 0.85rem;
text-decoration: underline;
padding: 0;
&:hover {
color: #181E23;
}
}
.filter-v2-content {
display: flex;
flex-direction: column;
margin-top: 0.75rem;
overflow: hidden;
transition: max-height 0.3s ease;
}
.store-v2-search-input {
flex-grow: 1.0;
padding: 0.5rem;
border: 1px solid #dedee1;
border-radius: 6px;
font-size: 0.9rem;
margin-bottom: 0.75rem;
&:focus {
outline: none;
border-color: #fda501;
}
}
.store-v2-filter-list .filter-v2-option {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.4rem 0;
cursor: pointer;
color: #21272C;
label {
flex: 1.0;
cursor: pointer;
font-size: 0.9rem;
display: flex;
justify-content: space-between;
}
}
.filter-v2-option {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.4rem 0;
cursor: pointer;
color: #21272C;
label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.9rem;
line-height: 12px;
letter-spacing: 0.05em;
flex: 1.0;
cursor: pointer;
display: flex;
justify-content: space-between;
}
}
.checkbox-v2-input {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
width: 18px;
height: 18px;
cursor: pointer;
accent-color: #fda501;
}
.option-v2-count {
color: #666666;
font-size: 0.85rem;
}
.show-v2-more-btn {
margin-top: 0.5rem;
color: #fda501;
background-color: transparent;
border: 0 none transparent;
cursor: pointer;
font-size: 0.9rem;
text-decoration: underline;
padding: 0;
width: 100%;
text-align: left;
&:hover {
color: #181E23;
}
}
.price-v2-range-inputs {
display: flex;
gap: 0.5rem;
align-items: center;
margin-top: 0.5rem;
max-width: 100%;
span {
color: #181E23;
}
}
.price-v2-input {
width: 100%;
padding: 0.4rem;
border: 1px solid #dedee1;
border-radius: 4px;
font-size: 0.9rem;
&:focus {
outline: none;
border-color: #fda501;
}
}
.products-v2-section {
min-height: 600px;
}
.products-v2-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid #dedee1;
}
.results-v2-count {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.1rem;
line-height: 1.375;
color: #666666;
strong {
color: #fda501;
}
}
.sort-v2-control {
display: flex;
align-items: center;
gap: 0.5rem;
label {
color: #181E23;
}
}
.sort-v2-select {
padding: 0.5rem 1rem;
border: 1px solid #dedee1;
border-radius: 6px;
font-size: 0.95rem;
cursor: pointer;
background-color: #ffffff;
&:focus {
outline: none;
border-color: #fda501;
}
}
.no-results-v2 {
display: flex;
justify-content: center;
align-items: center;
padding: 4rem;
span {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 1.2rem;
line-height: 1.3333;
color: #181E23;
}
}
.pagination-v2 {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
margin-top: 3rem;
margin-bottom: 3rem;
flex-wrap: wrap;
}
.page-v2-btn {
padding: 12px 24px;
border: 0 none transparent;
background-color: #ffffff;
cursor: pointer;
border-radius: 8px;
transition: all 0.2s ease 0s;
color: #181E23;
font-size: 1rem;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
line-height: 1.375;
&:hover {
background-color: #fda501;
color: #ffffff;
border-color: #fda501;
}
&.active {
background-color: #fda501;
color: #ffffff;
border-color: #fda501;
}
}
.deals-v2-description {
margin-top: 3rem;
margin-bottom: 2rem;
padding: 2rem;
background-color: #f5f5f5;
border-radius: 12px;
line-height: 1.8;
p {
margin-bottom: 1rem;
}
h2 {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 1.3333;
margin-top: 1.5rem;
margin-bottom: 1rem;
}
}
.deals-v2-country-strip {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.deals-v2-country-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 14px;
background-color: white;
border: 1px solid #dedee1;
border-radius: 999px;
text-decoration: none;
color: #060923;
transition: all 0.15s;
}
.deals-v2-country-chip:hover {
border-color: #ff9500;
color: #ff9500;
}
.deals-v2-country-chip.active {
border-color: #ff9500;
background-color: rgba(255,149,0,0.08);
color: #cc7700;
}
.deals-v2-country-chip img {
width: 20px;
height: 20px;
object-fit: contain;
}
.deals-v2-country-section {
margin-top: 2rem;
margin-bottom: 1rem;
}
.deals-v2-country-section .stores-v2-header h2 {
display: flex;
align-items: center;
gap: 10px;
}
.deals-v2-country-section-flag {
width: 24px;
height: 24px;
object-fit: contain;
border-radius: 4px;
}
.deals-v2-country-section-cta {
margin-top: 1rem;
text-align: center;
}
.deals-v2-country-section-cta a {
display: inline-block;
text-decoration: none;
}

.product-search-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 20;
}
.product-search-modal {
background-color: white;
border-radius: 8px;
padding: 20px;
max-width: 800px;
max-height: 80%;
width: 90%;
position: relative;
overflow-y: auto;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.product-search-modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
flex-wrap: wrap;
h3 {
margin: 0;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 1.375;
color: #4a4a4a;
width: 100%;
}
}
.product-search-modal-image {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 4px;
border: 1px solid #ddd;
margin-top: 10px;
margin-bottom: 10px;
}
.product-search-modal-close {
background: none;
border: 0 none currentColor;
font-size: 24px;
cursor: pointer;
color: #595968;
padding: 5px;
line-height: 1;
&:hover {
color: #4a4a4a;
}
}
.product-search-modal-content {
display: flex;
flex-direction: column;
gap: 10px;
}
.product-search-item {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px;
border: 1px solid #eee;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease;
&:hover {
background-color: #f8f9fa;
border-color: #fda501;
}
}
.product-search-item-image {
flex-shrink: 0;
margin-right: 15px;
img {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 4px;
border: 1px solid #ddd;
}
}
.product-search-item-details {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1.0;
}
.product-search-item-title {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.4;
color: #4a4a4a;
margin-bottom: 8px;
}
.product-search-item-barcode {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.375;
color: #595968;
}
.no-results {
text-align: center;
font-family: Nunito, Roboto, sans-serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 1.375;
color: #595968;
padding: 40px 20px;
}

.all-stores-modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(6, 9, 35, 0.6);
z-index: 21;
justify-content: center;
align-items: center;
padding: 1rem;
overflow-y: auto;
}
.all-stores-modal-overlay.active {
display: flex;
backdrop-filter: blur(4px);
}
.all-stores-modal-container {
background-color: #ffffff;
border-radius: 16px;
max-width: 1200px;
width: 100%;
max-height: 90vh;
height: 80vh;
display: flex;
flex-direction: column;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
position: relative;
}
.all-stores-modal-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.5rem;
border-bottom: 2px solid #dedee1;
}
.all-stores-modal-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.5rem;
line-height: 1.54;
letter-spacing: 0.05em;
color: #181E23;
margin: 0;
}
.all-stores-modal-close {
background: none;
border: 0 none transparent;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
letter-spacing: 0.05em;
color: #666666;
cursor: pointer;
padding: 0.5rem;
transition: all 0.2s;
}
.all-stores-modal-close:hover {
color: #fda501;
transform: scale(1.1);
}
.all-stores-modal-search {
position: relative;
padding: 1rem 1.5rem;
}
.all-stores-modal-search-input {
width: -webkit-fill-available;
padding: 0.75rem 0.75rem 0.75rem 3rem;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 1.04;
letter-spacing: 0.05em;
border: 2px solid #dedee1;
border-radius: 12px;
outline: none;
transition: all 0.2s;
}
.all-stores-modal-search-input:focus {
border-color: #fda501;
box-shadow: 0 0 0 3px rgba(253, 165, 1, 0.2);
}
.all-stores-modal-search-icon {
position: absolute;
left: 2.5rem;
top: 50%;
transform: translateY(-50%);
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1.2rem;
line-height: 1.24;
letter-spacing: 0.05em;
pointer-events: none;
}
.all-stores-modal-counter {
padding: 0 1.5rem 1rem;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.95rem;
line-height: 0.99;
letter-spacing: 0.05em;
color: #666666;
}
#allStoresCountNumber {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.05em;
color: #181E23;
}
.all-stores-modal-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
padding: 1.5rem;
overflow-y: auto;
flex: 1.0 1.0 0;
}
.all-stores-modal-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
border: 2px solid #dedee1;
border-radius: 12px;
cursor: pointer;
transition: all 0.2s;
background-color: #ffffff;
}
.all-stores-modal-card:hover {
border-color: #fda501;
transform: translateY(-4px);
box-shadow: 0 4px 12px 0 rgba(6, 9, 35, 0.1);
}
.all-stores-modal-card.selected {
border-color: #fda501;
border-width: 3px;
background-color: rgba(253, 165, 1, 0.05);
}
.all-stores-modal-card-logo {
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.75rem;
}
.all-stores-modal-card-logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.all-stores-modal-card-logo-placeholder {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #ababb3;
display: flex;
justify-content: center;
align-items: center;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.5rem;
line-height: 1.54;
letter-spacing: 0.05em;
color: #666666;
}
.all-stores-modal-card-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 1.04;
letter-spacing: 0.05em;
color: #181E23;
text-align: center;
margin-bottom: 0.5rem;
}
.all-stores-modal-card-stats {
display: flex;
flex-direction: column;
gap: 0.25rem;
width: 100%;
}
.all-stores-modal-card-stat {
display: flex;
align-items: center;
gap: 0.5rem;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.85rem;
line-height: 0.89;
letter-spacing: 0.05em;
color: #666666;
}
.all-stores-modal-card-stat-icon {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1rem;
line-height: 1.04;
letter-spacing: 0.05em;
}
.all-stores-modal-card-stat-value {
flex: 1.0 1.0 0;
}
.all-stores-modal-empty {
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 3rem;
text-align: center;
}
.all-stores-modal-empty.active {
display: flex;
}
.all-stores-modal-empty-icon {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3rem;
line-height: 3.04;
letter-spacing: 0.05em;
margin-bottom: 1rem;
opacity: 0.5;
}
.all-stores-modal-empty-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.25rem;
line-height: 1.29;
letter-spacing: 0.05em;
color: #181E23;
margin-bottom: 0.5rem;
}
.all-stores-modal-empty-subtitle {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.95rem;
line-height: 0.99;
letter-spacing: 0.05em;
color: #666666;
}

.show-all-cities-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
background-color: transparent;
color: #fda501;
border: 2px solid #fda501;
border-radius: 12px;
padding: 0.75rem 1.25rem;
font-size: 0.95rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease 0s;
&:hover {
background-color: #fda501;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 12px 0 rgba(255, 149, 0, 0.2);
}
&:active {
transform: translateY(0);
}
}
.show-all-cities-arrow {
font-size: 1.1rem;
transition: transform 0.3s ease 0s;
}
.show-all-cities-btn:hover .show-all-cities-arrow {
transform: translateX(4px);
}
.cities-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
padding: 1rem;
overflow: auto;
&.active {
display: flex;
animation: fadeIn 0.3s ease-out;
}
}
.cities-modal-container {
background-color: #ffffff;
border-radius: 16px;
max-width: 1000px;
width: 100%;
max-height: 90vh;
display: flex;
flex-direction: column;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
animation: slideUp 0.3s ease-out;
overflow: hidden;
}
.cities-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.5rem 2rem;
border-bottom: 1px solid #dedee1;
background: linear-gradient(to right, #ffffff, #f5f6f9);
}
.cities-modal-title {
font-size: 1.5rem;
font-weight: bold;
color: #b0b1be;
margin: 0;
}
.cities-modal-close {
background: none;
border: 0 none transparent;
font-size: 1.5rem;
color: #666666;
cursor: pointer;
padding: 0.5rem;
line-height: 1;
transition: all 0.2s;
}
.cities-modal-close:hover {
color: #fda501;
transform: scale(1.1);
}
.cities-modal-search {
padding: 1rem 2rem;
position: relative;
}
.cities-search-input {
width: -webkit-fill-available;
padding: 0.75rem 1rem 0.75rem 3rem;
border: 2px solid #dedee1;
border-radius: 12px;
font-size: 1rem;
outline: none;
transition: all 0.3s ease 0s;
&:focus {
border-color: #fda501;
box-shadow: 0 0 0 4px rgba(255, 149, 0, 0.1);
}
}
.cities-search-icon {
position: absolute;
left: 2.5rem;
top: 50%;
transform: translateY(-50%);
font-size: 1.2rem;
pointer-events: none;
opacity: 0.5;
}
.cities-modal-count {
padding: 0.5rem 2rem;
font-size: 0.9rem;
color: #666666;
text-align: center;
}
.cities-count-number {
font-weight: bold;
color: #fda501;
font-size: 1.1rem;
}
.cities-modal-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.5rem;
padding: 1rem 2rem 2rem;
overflow: auto;
flex: 1.0;
}
.city-modal-card {
display: flex;
flex-direction: column;
background-color: #ffffff;
border: 2px solid #dedee1;
border-radius: 12px;
padding: 1.25rem;
text-decoration: none;
transition: all 0.3s ease 0s;
cursor: pointer;
position: relative;
overflow: hidden;
height: max-content;
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 60px;
background: linear-gradient(to bottom, rgba(255, 149, 0, 0.03), transparent);
opacity: 0.0;
transition: opacity 0.3s ease 0s;
}
&:hover {
border-color: #fda501;
transform: translateY(-4px);
box-shadow: 0 8px 16px 0 rgba(255, 149, 0, 0.15);
&::before {
opacity: 1.0;
}
}
}
.city-modal-card-selected {
border-color: #fda501;
border-width: 3px;
background-color: rgba(255, 149, 0, 0.05);
&::before {
opacity: 1.0;
}
}
.city-modal-card-icon {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.city-modal-icon-emoji {
font-size: 3rem;
transition: transform 0.3s ease 0s;
}
.city-modal-card:hover .city-modal-icon-emoji {
transform: scale(1.1);
}
.city-modal-card-info {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.city-modal-card-name {
font-size: 1.15rem;
font-weight: 600;
color: #b0b1be;
display: flex;
align-items: center;
justify-content: space-between;
text-align: center;
width: 100%;
}
.city-modal-selected-icon {
color: #fda501;
font-size: 1.2rem;
font-weight: bold;
}
.city-modal-card-stats {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.city-modal-stat {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.9rem;
color: #666666;
padding: 0.25rem 0.5rem;
background-color: #f5f6f9;
border-radius: 8px;
}
.city-modal-stat-icon {
font-size: 1.1rem;
}
.cities-modal-empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 4rem 2rem;
color: #666666;
}
.cities-empty-icon {
font-size: 4rem;
margin-bottom: 1rem;
opacity: 0.5;
}
.cities-empty-text {
font-size: 1.2rem;
font-weight: 600;
color: #b0b1be;
margin-bottom: 0.5rem;
}
.cities-empty-hint {
font-size: 0.9rem;
}

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

.modal-v2-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 2000;
display: none;
opacity: 0.0;
transition: opacity 0.3s ease 0s;
}
.modal-v2 {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
width: min(560px, 92vw);
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
padding: 24px 24px 20px;
z-index: 2001;
display: none;
opacity: 0.0;
transition: all 0.3s ease 0s;
}
.modal-v2-header {
margin-bottom: 16px;
& h3 {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.3333;
color: #181E23;
margin: 0;
}
}
.modal-v2-body {
margin-bottom: 20px;
& p {
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 1.6;
color: #595968;
margin: 0;
}
}
.modal-v2-actions {
display: flex;
gap: 12px;
justify-content: flex-end;
}
.page-v2-btn.primary {
background-color: #fda501;
color: #ffffff;
&:hover {
background-color: #181E23;
}
}
.page-v2-btn.secondary {
background-color: #dedee1;
color: #181E23;
&:hover {
background-color: #595968;
color: #ffffff;
}
}
.sales-page-v2-body-style.modal-open {
overflow: hidden;
}
.modal-v2-overlay.active {
display: block;
opacity: 1.0;
}
.modal-v2.active {
display: block;
opacity: 1.0;
transform: translate(-50%, -50%) scale(1.0);
}
.modal-v2-close {
position: absolute;
top: 16px;
right: 16px;
background-color: transparent;
border: 0 none transparent;
font-size: 2rem;
line-height: 1;
color: #595968;
cursor: pointer;
padding: 0;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.2s ease 0s;
&:hover {
background-color: #dedee1;
color: #181E23;
}
}
.share-modal-body {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
padding: 8px 0;
}
.share-option {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
padding: 16px 12px;
background-color: #ffffff;
border: 1px solid #dedee1;
border-radius: 12px;
cursor: pointer;
transition: all 0.2s ease 0s;
font-family: Nunito, Roboto, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.9rem;
line-height: 1.375;
color: #181E23;
&:hover {
background-color: #fda501;
border-color: #fda501;
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 12px 0 rgba(253, 165, 1, 0.3);
}
&:active {
transform: translateY(0);
}
}
.share-icon {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
& svg {
width: 100%;
height: 100%;
fill: currentColor;
}
}
.location-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
padding: 1rem;
overflow-y: auto;
}
.location-modal-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(6, 9, 35, 0.6);
backdrop-filter: blur(4px);
}
.location-modal-content {
background-color: white;
border-radius: 16px;
width: 90%;
max-width: 1200px;
max-height: 85vh;
display: flex;
flex-direction: column;
box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
overflow: hidden;
position: relative;
}
.location-modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px;
border-bottom: 1px solid #e5e7eb;
background-color: #f9fafb;
}
.location-modal-title {
display: flex;
align-items: center;
gap: 12px;
margin: 0;
font-size: 0.85rem;
font-weight: 700;
color: #111827;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
line-height: 1.43;
letter-spacing: 0.05em;
}
.location-modal-logo {
width: 80px;
object-fit: contain;
border-radius: 8px;
background-color: white;
padding: 4px;
}
.location-modal-close {
background-color: transparent;
border: 0 none transparent;
cursor: pointer;
padding: 8px;
border-radius: 8px;
color: #6b7280;
transition: all 0.2s ease 0s;
display: flex;
align-items: center;
justify-content: center;
&:hover {
background-color: #e5e7eb;
color: #111827;
}
}
.location-modal-body {
display: flex;
flex: 1.0;
overflow: hidden;
}
.location-modal-map-container {
flex: 1.0;
min-width: 0;
position: relative;
}
.location-map {
width: 100%;
height: 100%;
background-color: #f3f4f6;
}
.location-modal-stores-container {
width: 400px;
display: flex;
flex-direction: column;
border-left: 1px solid #e5e7eb;
background-color: #fafafa;
}
.location-stores-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
border-bottom: 1px solid #e5e7eb;
background-color: white;
}
.location-stores-header h3 {
margin: 0;
font-size: 0.85rem;
font-weight: 700;
color: #111827;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
line-height: 1.43;
letter-spacing: 0.05em;
}
.stores-count {
font-size: 0.85rem;
color: #6b7280;
background-color: #f3f4f6;
padding: 4px 12px;
border-radius: 12px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
line-height: 1.43;
letter-spacing: 0.05em;
}
.location-stores-list {
flex: 1.0;
overflow-y: auto;
padding: 12px;
}
.location-store-card {
background-color: white;
border-radius: 12px;
padding: 16px;
margin-bottom: 12px;
cursor: pointer;
transition: all 0.2s ease 0s;
border: 2px solid transparent;
&:hover {
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
transform: translateY(-2px);
}
}
.location-store-card.highlighted {
border-color: #3b82f6;
box-shadow: 0 4px 16px 0 rgba(59, 130, 246, 0.2);
}
.store-card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 8px;
}
.store-info {
flex: 1.0;
min-width: 0;
}
.store-address {
font-size: 0.85rem;
font-weight: 700;
color: #111827;
margin-bottom: 4px;
line-height: 1.43;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
letter-spacing: 0.05em;
}
.store-city {
font-size: 0.85rem;
color: #6b7280;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
line-height: 1.43;
letter-spacing: 0.05em;
}
.store-status {
font-size: 0.85rem;
font-weight: 700;
padding: 4px 10px;
border-radius: 12px;
white-space: nowrap;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
line-height: 1.43;
letter-spacing: 0.05em;
}
.store-status.open {
background-color: #d1fae5;
color: #065f46;
}
.store-status.closed {
background-color: #fee2e2;
color: #991b1b;
}
.store-hours {
font-size: 0.85rem;
color: #6b7280;
margin-bottom: 12px;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
line-height: 1.43;
letter-spacing: 0.05em;
}
.store-card-actions {
display: flex;
gap: 8px;
}
.store-route-btn {
display: flex;
align-items: center;
gap: 6px;
padding: 8px 16px;
background-color: #fda501;
color: black;
border: 0 none transparent;
border-radius: 8px;
font-size: 0.85rem;
font-weight: 700;
cursor: pointer;
transition: all 0.2s ease 0s;
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
line-height: 1.43;
letter-spacing: 0.05em;
&:hover {
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 8px 0 rgba(253, 165, 1, 0.3);
}
}
.store-route-btn svg {
flex-shrink: 0;
}
.location-stores-list::-webkit-scrollbar {
width: 8px;
}
.location-stores-list::-webkit-scrollbar-track {
background-color: #f3f4f6;
border-radius: 4px;
}
.location-stores-list::-webkit-scrollbar-thumb {
background-color: #d1d5db;
border-radius: 4px;
&:hover {
background-color: #9ca3af;
}
}

.location-modal[style*="display: block"] .location-modal-content {
animation: modalFadeIn 0.2s ease-out;
}
.product-feedback-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background-color: transparent;
border: 1px solid #dedee1;
border-radius: 8px;
padding: 0.5rem 1rem;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
border-color: #fda501;
background-color: rgba(255, 149, 0, 0.05);
}
}
.product-feedback-icon {
font-size: 1rem;
color: #fda501;
}
.product-feedback-rating {
color: #666666;
}
.feedback-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
padding: 1rem;
overflow: auto;
&.active {
display: flex;
}
}
.feedback-modal-container {
background-color: #ffffff;
border-radius: 16px;
max-width: 800px;
width: 100%;
max-height: 90vh;
display: flex;
flex-direction: column;
box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
animation: slideUp 0.3s ease;
overflow: hidden;
}
.feedback-modal-header {
padding: 1.5rem;
border-bottom: 1px solid #dedee1;
display: flex;
align-items: center;
gap: 1rem;
}
.feedback-product-thumb {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
border: 1px solid #dedee1;
}
.feedback-product-info {
flex: 1.0;
}
.feedback-product-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.15rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin: 0 0 0.25rem;
}
.feedback-store-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.9rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
}
.feedback-modal-close {
background: none;
border: 0 none transparent;
font-size: 1.5rem;
color: #666666;
cursor: pointer;
padding: 0.5rem;
line-height: 1;
border-radius: 8px;
transition: all 0.2s ease 0s;
&:hover {
background-color: #f5f6f9;
color: #b0b1be;
}
}
.feedback-rating-summary {
padding: 1rem 1.5rem;
background: linear-gradient(135deg, #fff5e6 0%, #ffe4cc 100%);
border-bottom: 1px solid #dedee1;
}
.feedback-rating-overview {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 0.75rem;
}
.feedback-rating-score {
display: flex;
flex-direction: column;
align-items: center;
}
.feedback-rating-number {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 800;
font-size: 2.25rem;
line-height: 1;
letter-spacing: 0.05em;
color: #fda501;
}
.feedback-rating-stars {
font-size: 1.15rem;
color: #fda501;
margin: 0.125rem 0;
}
.feedback-rating-count {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.8rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
}
.feedback-rating-bars {
flex: 1.0;
}
.feedback-rating-bar {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.375rem;
&:last-child {
margin-bottom: 0;
}
}
.feedback-rating-bar-label {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.8rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
width: 55px;
}
.feedback-rating-bar-bg {
flex: 1.0;
height: 6px;
background-color: #dedee1;
border-radius: 3px;
overflow: hidden;
}
.feedback-rating-bar-fill {
height: 100%;
background-color: #fda501;
border-radius: 3px;
transition: width 0.3s ease 0s;
}
.feedback-rating-bar-count {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.8rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
min-width: 25px;
text-align: right;
}
.feedback-product-likes {
display: flex;
gap: 1rem;
padding-top: 0.75rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
cursor: default;
}
.hidden {
visibility: hidden;
}
.feedback-like-stat {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.9rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 0.375rem;
color: #b0b1be;
background: none;
border: none;
padding: 0.5rem 0.75rem;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
background-color: rgba(0, 0, 0, 0.05);
}
&.is-selected {
color: #fda501;
.feedback-like-icon {
svg {
color: #fda501;
opacity: 1;
filter: grayscale(0%);
}
}
}
&:last-child {
cursor: default;
&:hover {
background-color: transparent;
}
}
}
.feedback-like-icon {
font-size: 1.125rem;
opacity: 0.6;
filter: grayscale(100%);
&:hover {
opacity: 1.0;
filter: grayscale(0%);
}
}
.feedback-filters-bar {
padding: 1rem 1.5rem;
border-bottom: 1px solid #dedee1;
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
align-items: center;
}
.feedback-filter-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
padding: 0.5rem 1rem;
border: 1px solid #dedee1;
background: none;
border-radius: 20px;
color: #666666;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
border-color: #fda501;
color: #fda501;
}
&.active {
background-color: #fda501;
color: #ffffff;
border-color: #fda501;
}
}
.feedback-modal-body {
flex: 1.0;
overflow-y: auto;
padding: 1.5rem;
}
.feedback-review-item {
padding: 1.25rem;
background-color: #f5f6f9;
border-radius: 12px;
margin-bottom: 1rem;
transition: all 0.2s ease 0s;
&:last-child {
margin-bottom: 0;
}
&:hover {
border-color: #21272C;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
}
.feedback-review-header {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin-bottom: 0.75rem;
}
.feedback-review-avatar {
width: 44px;
height: 44px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #fda501;
}
.feedback-review-user-info {
flex: 1.0;
}
.feedback-review-user-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
display: flex;
align-items: center;
gap: 0.5rem;
}
.feedback-user-badge {
font-size: 1rem;
}
.feedback-user-reputation {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.8rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
margin-top: 0.125rem;
}
.feedback-reputation-star {
color: #fda501;
}
.feedback-review-date {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.8rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
margin-left: auto;
}
.feedback-review-rating {
font-size: 1.125rem;
color: #fda501;
margin-bottom: 0.5rem;
}
.feedback-review-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.95rem;
line-height: 1.6;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.75rem;
}
.feedback-review-photos {
display: flex;
gap: 0.5rem;
margin-bottom: 0.75rem;
flex-wrap: wrap;
}
.feedback-review-photo-thumb {
width: 100px;
height: 100px;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
transition: all 0.2s ease 0s;
border: 2px solid transparent;
&:hover {
border-color: #fda501;
transform: scale(1.05);
}
}
.feedback-review-photo-thumb img {
width: 100%;
height: 100%;
object-fit: contain;
}
.feedback-review-actions {
display: flex;
gap: 1rem;
padding-top: 0.75rem;
border-top: 1px solid #dedee1;
}
.feedback-review-action-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: flex;
align-items: center;
gap: 0.375rem;
background: none;
border: 0 none transparent;
color: #666666;
cursor: pointer;
padding: 0.375rem 0.75rem;
border-radius: 8px;
transition: all 0.2s ease 0s;
&:hover {
background-color: #ffffff;
color: #fda501;
filter: grayscale(0%);
opacity: 1;
}
&.liked {
.feedback-like-icon {
opacity: 1;
filter: grayscale(0%);
}
}
}
.feedback-action-icon {
font-size: 1rem;
}
.feedback-review-replies {
margin-top: 1rem;
padding-left: 3.5rem;
}
.feedback-reply-item {
padding: 0.75rem 1rem;
background-color: #ffffff;
border-radius: 8px;
margin-bottom: 0.5rem;
border-left: 3px solid #fda501;
&:last-child {
margin-bottom: 0;
}
}
.feedback-reply-header {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
.feedback-reply-avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}
.feedback-reply-user-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
}
.feedback-shop-verified {
color: #fda501;
}
.feedback-reply-date {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.75rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
margin-left: auto;
}
.feedback-reply-text {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.875rem;
line-height: 1.5;
letter-spacing: 0.05em;
color: #b0b1be;
}
.feedback-reply-actions {
display: flex;
justify-content: flex-end;
gap: 0.5rem;
margin-top: 0.5rem;
margin-right: 5%;
}
.feedback-reply-action-icon {
background: none;
border: 0 none transparent;
font-size: 1.125rem;
cursor: pointer;
padding: 0.25rem 0.5rem;
border-radius: 4px;
transition: all 0.2s ease 0s;
opacity: 0.6;
&:hover {
opacity: 1.0;
background-color: rgba(0, 0, 0, 0.05);
}
}
.feedback-reply-delete-icon {
&:hover {
background-color: rgba(255, 68, 68, 0.1);
}
}
.feedback-user-review-actions {
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;
padding: 1rem 1.5rem;
border-top: 2px solid #dedee1;
background-color: rgba(255, 149, 0, 0.05);
border-radius: 8px;
margin-bottom: 1rem;
}
.feedback-user-review-actions h3 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.5rem;
cursor: default;
}
.feedback-user-review-actions p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
margin-bottom: 1rem;
}
.feedback-user-review-buttons {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.feedback-edit-review-btn, .feedback-delete-review-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.625rem 1rem;
border: 1px solid #dedee1;
background-color: #ffffff;
border-radius: 8px;
color: #b0b1be;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
border-color: #fda501;
background-color: rgba(255, 149, 0, 0.1);
color: #fda501;
}
}
.feedback-delete-review-btn {
&:hover {
border-color: #FF4444;
background-color: rgba(255, 68, 68, 0.1);
color: #FF4444;
}
}
.review-rules-section {
margin-bottom: 12px;
}
.review-rules-section strong {
display: block;
margin-bottom: 8px;
color: #212529;
font-weight: 600;
}
.review-rules-section ul {
margin: 0;
padding: 0 0 0 20px;
list-style: disc;
}
.review-rules-section li {
margin-bottom: 4px;
color: #495057;
}
.review-rules-prohibited {
color: #721c24;
}
.review-rules-prohibited strong {
color: #721c24;
}
.review-rules-warning {
font-family: IBM Plex Sans, sans-serif;
font-style: italic;
font-weight: 700;
font-size: 0.85rem;
line-height: 1.43;
letter-spacing: 0.05em;
margin-top: 12px;
margin-bottom: 0;
color: #856404;
}
.feedback-write-review-header {
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;
justify-content: space-between;
position: relative;
}
.feedback-write-review-tooltip {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.05em;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
display: none;
padding: 16px 1.5rem;
background-color: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 8px;
margin-bottom: 8px;
z-index: 100;
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.feedback-write-review-header h4:hover + .feedback-write-review-tooltip, .feedback-write-review-header h4:focus + .feedback-write-review-tooltip, .feedback-write-review-tooltip:hover {
display: block;
}
.feedback-write-review {
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;
padding: 1rem 1.5rem;
border-top: 2px solid #dedee1;
background-color: #ffffff;
}
.feedback-write-review-header h3 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.75rem;
cursor: default;
}
.feedback-write-review-header h4 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.75rem;
cursor: pointer;
text-decoration: underline dotted;
}
.feedback-rating-input {
display: flex;
gap: 0.375rem;
margin-bottom: 0.75rem;
}
.feedback-star-btn {
background: none;
border: 0 none transparent;
font-size: 1.75rem;
color: #dedee1;
cursor: pointer;
transition: all 0.2s ease 0s;
padding: 0;
&:hover, &.active {
color: #fda501;
transform: scale(1.1);
}
}
.feedback-review-textarea {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
width: -webkit-fill-available;
min-height: 80px;
padding: 0.625rem;
border: 1px solid #dedee1;
border-radius: 8px;
resize: vertical;
margin-bottom: 0.75rem;
transition: all 0.2s ease 0s;
&:focus {
outline: none;
border-color: #fda501;
box-shadow: 0 0 0 3px rgba(255, 149, 0, 0.1);
}
}
.feedback-photo-upload-section {
margin-bottom: 0.75rem;
}
.feedback-photo-upload-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
border: 1px dashed #dedee1;
background-color: #f5f6f9;
border-radius: 8px;
color: #666666;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
border-color: #fda501;
color: #fda501;
background-color: rgba(255, 149, 0, 0.05);
}
}
.feedback-upload-icon {
font-size: 1.125rem;
}
.feedback-photo-previews {
display: flex;
gap: 0.5rem;
margin-top: 0.75rem;
flex-wrap: wrap;
}
.feedback-photo-preview-item {
position: relative;
width: 80px;
height: 80px;
border-radius: 8px;
overflow: hidden;
border: 2px solid #dedee1;
}
.feedback-photo-preview-item img {
width: 100%;
height: 100%;
object-fit: contain;
}
.feedback-photo-preview-remove {
position: absolute;
top: 4px;
right: 4px;
width: 24px;
height: 24px;
background-color: rgba(0, 0, 0, 0.7);
color: #ffffff;
border: 0 none transparent;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
line-height: 1;
transition: all 0.2s ease 0s;
&:hover {
background-color: #ff4444;
}
}
.feedback-review-form-actions {
display: flex;
justify-content: space-between;
align-items: center;
}
.feedback-photo-count {
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;
color: #666666;
cursor: default;
}
.feedback-cancel-edit-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.43;
letter-spacing: 0.05em;
background-color: #ffffff;
color: #b0b1be;
border: 1px solid #dedee1;
padding: 0.625rem 1.5rem;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease 0s;
margin-left: auto;
margin-right: 0.75rem;
&:hover {
border-color: #fda501;
background-color: rgba(255, 149, 0, 0.1);
color: #fda501;
}
}
.feedback-submit-review-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.95rem;
line-height: 1.43;
letter-spacing: 0.05em;
background-color: #fda501;
color: #ffffff;
border: 0 none transparent;
padding: 0.625rem 1.5rem;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
background-color: #e68500;
transform: translateY(-2px);
box-shadow: 0 4px 12px 0 rgba(255, 149, 0, 0.3);
}
&:disabled {
background-color: #dedee1;
cursor: not-allowed;
transform: translateY(0);
}
}
.feedback-login-prompt {
padding: 1.5rem;
text-align: center;
background-color: #f5f6f9;
border-radius: 12px;
}
.feedback-lock-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.feedback-login-prompt h3 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.15rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.375rem;
}
.feedback-login-prompt p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
margin-bottom: 1rem;
}
.feedback-benefits {
text-align: left;
margin: 1.25rem 0;
}
.feedback-benefits div {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
color: #b0b1be;
}
.feedback-login-btn {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.95rem;
line-height: 1.43;
letter-spacing: 0.05em;
background-color: #fda501;
color: #ffffff;
border: 0 none transparent;
padding: 0.625rem 1.5rem;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease 0s;
&:hover {
background-color: #e68500;
transform: translateY(-2px);
box-shadow: 0 4px 12px 0 rgba(255, 149, 0, 0.3);
}
}
.feedback-empty-state {
padding: 3.75rem 1.25rem;
text-align: center;
cursor: default;
h3 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.25rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.5rem;
}
p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.95rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
}
}
.feedback-empty-icon {
font-size: 4rem;
margin-bottom: 1rem;
}
.feedback-photo-lightbox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.95);
z-index: 2000;
display: none;
align-items: center;
justify-content: center;
padding: 1.25rem;
&.active {
display: flex;
}
}
.feedback-lightbox-content {
position: relative;
max-width: 90%;
max-height: 90%;
display: flex;
align-items: center;
justify-content: center;
}
.feedback-lightbox-image {
max-width: 100%;
max-height: 90vh;
border-radius: 8px;
box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.5);
}
.feedback-lightbox-close {
position: absolute;
top: -50px;
right: 0;
background: none;
border: 0 none transparent;
color: #ffffff;
font-size: 2.25rem;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease 0s;
&:hover {
color: #fda501;
}
}
.feedback-lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.9);
border: 0 none transparent;
width: 48px;
height: 48px;
border-radius: 50%;
font-size: 1.5rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease 0s;
&:hover {
background-color: #fda501;
color: #ffffff;
}
&.prev {
left: -80px;
}
&.next {
right: -80px;
}
}
.feedback-lightbox-counter {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.43;
letter-spacing: 0.05em;
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
color: #ffffff;
}
.feedback-modal-body::-webkit-scrollbar {
width: 8px;
}
.feedback-modal-body::-webkit-scrollbar-track {
background: #ababb3;
}
.feedback-modal-body::-webkit-scrollbar-thumb {
background: #fda501;
border-radius: 4px;
&:hover {
background: #e68500;
}
}

html[data-theme='dark'] .sales-page-v2-body-style {
background-color: #0f1419;
}
html[data-theme='dark'] .deals-v2-header {
background-color: #1a1f2e;
border: 2px solid #2a3142;
border-left: 4px solid #ffb347;
}
html[data-theme='dark'] .deals-v2-title {
color: #f0f1f5;
}
html[data-theme='dark'] .city-v2-selector-btn {
background-color: #1a1f2e;
border: 2px solid #ffb347;
color: #f0f1f5;
}
html[data-theme='dark'] .city-v2-selector-btn:hover {
background-color: #232838;
}
html[data-theme='dark'] .city-v2-dropdown {
background-color: #1a1f2e;
border: 1px solid #2a3142;
box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
html[data-theme='dark'] .city-v2-search {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .city-v2-search-input {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #3a4156;
}
html[data-theme='dark'] .city-v2-search-input:focus {
border-color: #ffb347;
}
html[data-theme='dark'] .city-v2-option {
color: #f0f1f5;
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .city-v2-option:hover {
background-color: #232838;
}
html[data-theme='dark'] .city-v2-option.active {
background-color: rgba(255,179,71,0.12);
color: #ffb347;
}
html[data-theme='dark'] .city-v2-stats {
color: #70768a;
}
html[data-theme='dark'] .stat-v2-card {
background-color: #1a1f2e;
border-left: 3px solid #ffb347;
}
html[data-theme='dark'] .stat-v2-value {
color: #ffb347;
}
html[data-theme='dark'] .stat-v2-label {
color: #a0a3b1;
}
html[data-theme='dark'] .city-v2-quick-links {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .city-v2-quick-links-header {
color: #70768a;
}
html[data-theme='dark'] .city-v2-chip {
background-color: #232838;
border: 2px solid #3a4156;
color: #f0f1f5;
}
html[data-theme='dark'] .city-v2-chip:hover {
border-color: #ffb347;
color: #ffb347;
}
html[data-theme='dark'] .city-v2-chip.active {
background-color: #ff9500;
border-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .city-v2-disclaimer {
color: #70768a;
}
html[data-theme='dark'] .search-v2-input {
background-color: #1a1f2e;
border: 2px solid #3a4156;
color: #f0f1f5;
}
html[data-theme='dark'] .search-v2-input::placeholder {
color: #70768a;
}
html[data-theme='dark'] .search-v2-input:focus {
border-color: #ffb347;
}
html[data-theme='dark'] .search-v2-icon {
color: #70768a;
}
html[data-theme='dark'] .search-v2-results-count {
color: #a0a3b1;
}
html[data-theme='dark'] .search-v2-results-count strong {
color: #ffb347;
}
html[data-theme='dark'] .stores-v2-header h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .show-v2-more-stores-btn {
background-color: #1a1f2e;
border: 2px solid #ffb347;
color: #ffb347;
}
html[data-theme='dark'] .show-v2-more-stores-btn:hover {
background-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .show-v2-all-link {
color: #ffb347;
}
html[data-theme='dark'] .show-v2-all-link:hover {
color: #ff9500;
}
html[data-theme='dark'] .filters-v2-sidebar {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .filters-v2-header h3 {
color: #f0f1f5;
}
html[data-theme='dark'] .clear-v2-filters {
color: #ffb347;
}
html[data-theme='dark'] .clear-v2-filters:hover {
color: #ff9500;
}
html[data-theme='dark'] .filter-v2-group {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .filter-v2-group-header h4 {
color: #f0f1f5;
}
html[data-theme='dark'] .select-v2-all-btn {
color: #ffb347;
}
html[data-theme='dark'] .select-v2-all-btn:hover {
color: #ff9500;
}
html[data-theme='dark'] .store-v2-search-input {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #3a4156;
}
html[data-theme='dark'] .store-v2-search-input:focus {
border-color: #ffb347;
}
html[data-theme='dark'] .filter-v2-option {
color: #f0f1f5;
}
html[data-theme='dark'] .filter-v2-option label {
color: #f0f1f5;
}
html[data-theme='dark'] .option-v2-count {
color: #70768a;
}
html[data-theme='dark'] .show-v2-more-btn {
color: #ffb347;
}
html[data-theme='dark'] .show-v2-more-btn:hover {
color: #ff9500;
}
html[data-theme='dark'] .price-v2-range-inputs span {
color: #a0a3b1;
}
html[data-theme='dark'] .price-v2-input {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #3a4156;
}
html[data-theme='dark'] .price-v2-input:focus {
border-color: #ffb347;
}
html[data-theme='dark'] .products-v2-header {
border-bottom: 2px solid #2a3142;
}
html[data-theme='dark'] .results-v2-count {
color: #a0a3b1;
}
html[data-theme='dark'] .results-v2-count strong {
color: #ffb347;
}
html[data-theme='dark'] .sort-v2-control label {
color: #f0f1f5;
}
html[data-theme='dark'] .sort-v2-select {
background-color: #232838;
color: #f0f1f5;
border: 1px solid #3a4156;
}
html[data-theme='dark'] .sort-v2-select:focus {
border-color: #ffb347;
}
html[data-theme='dark'] .no-results-v2 span {
color: #a0a3b1;
}
html[data-theme='dark'] .page-v2-btn {
background-color: #1a1f2e;
color: #f0f1f5;
border: 1px solid #3a4156;
}
html[data-theme='dark'] .page-v2-btn:hover {
background-color: #ff9500;
border-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .page-v2-btn.active {
background-color: #ff9500;
border-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .deals-v2-description {
background-color: #1a1f2e;
color: #d4d6df;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .deals-v2-description h2 {
color: #f0f1f5;
}
html[data-theme='dark'] .deals-v2-description p {
color: #d4d6df;
}
html[data-theme='dark'] .deals-v2-description a {
color: #ffb347;
}
html[data-theme='dark'] .deals-v2-description strong {
color: #f0f1f5;
}
html[data-theme='dark'] .deals-v2-country-chip {
background-color: #1a1f2e;
border: 1px solid #3a4156;
color: #f0f1f5;
}
html[data-theme='dark'] .deals-v2-country-chip:hover {
border-color: #ffb347;
color: #ffb347;
}
html[data-theme='dark'] .deals-v2-country-chip.active {
border-color: #ffb347;
background-color: rgba(255,149,0,0.12);
color: #ffb347;
}
html[data-theme='dark'] .product-search-modal {
background-color: #1a1f2e;
box-shadow: 0 4px 16px rgba(0,0,0,0.45);
}
html[data-theme='dark'] .product-search-modal-header {
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .product-search-modal-header h3 {
color: #f0f1f5;
}
html[data-theme='dark'] .product-search-modal-close {
color: #a0a3b1;
}
html[data-theme='dark'] .product-search-modal-close:hover {
color: #f0f1f5;
}
html[data-theme='dark'] .product-search-item {
border: 1px solid #2a3142;
background-color: #232838;
}
html[data-theme='dark'] .product-search-item:hover {
background-color: #2d3447;
border-color: #ffb347;
}
html[data-theme='dark'] .product-search-item-title {
color: #f0f1f5;
}
html[data-theme='dark'] .product-search-item-barcode {
color: #a0a3b1;
}
html[data-theme='dark'] .no-results {
color: #a0a3b1;
}
html[data-theme='dark'] .modal-v2 {
background-color: #1a1f2e;
border: 1px solid #2a3142;
}
html[data-theme='dark'] .modal-v2-header h3 {
color: #f0f1f5;
}
html[data-theme='dark'] .modal-v2-body p {
color: #a0a3b1;
}
html[data-theme='dark'] .modal-v2-close {
color: #a0a3b1;
}
html[data-theme='dark'] .modal-v2-close:hover {
background-color: #232838;
color: #f0f1f5;
}
html[data-theme='dark'] .share-option {
background-color: #232838;
border: 1px solid #3a4156;
color: #f0f1f5;
}
html[data-theme='dark'] .share-option:hover {
background-color: #ff9500;
border-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .location-modal-content {
background-color: #1a1f2e;
}
html[data-theme='dark'] .location-modal-header {
background-color: #232838;
border-bottom: 1px solid #2a3142;
}
html[data-theme='dark'] .location-modal-title {
color: #f0f1f5;
}
html[data-theme='dark'] .location-modal-close {
color: #a0a3b1;
}
html[data-theme='dark'] .location-modal-close:hover {
background-color: #2a3142;
color: #f0f1f5;
}
html[data-theme='dark'] .location-map {
background-color: #0f1419;
}
html[data-theme='dark'] .location-modal-stores-container {
border-left: 1px solid #2a3142;
background-color: #161b28;
}
html[data-theme='dark'] .location-stores-header {
border-bottom: 1px solid #2a3142;
background-color: #1a1f2e;
}
html[data-theme='dark'] .location-stores-header h3 {
color: #f0f1f5;
}
html[data-theme='dark'] .stores-count {
color: #a0a3b1;
background-color: #2a3142;
}
html[data-theme='dark'] .location-store-card {
background-color: #232838;
border: 2px solid transparent;
}
html[data-theme='dark'] .location-store-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
html[data-theme='dark'] .location-store-card.highlighted {
border-color: #ffb347;
box-shadow: 0 4px 16px rgba(255,179,71,0.2);
}
html[data-theme='dark'] .store-address {
color: #f0f1f5;
}
html[data-theme='dark'] .store-city {
color: #a0a3b1;
}
html[data-theme='dark'] .store-status.open {
background-color: rgba(94,207,98,0.15);
color: #5ecf62;
}
html[data-theme='dark'] .store-status.closed {
background-color: rgba(255,107,107,0.15);
color: #ff6b6b;
}
html[data-theme='dark'] .store-hours {
color: #a0a3b1;
}
html[data-theme='dark'] .store-route-btn {
background-color: #ff9500;
color: #111125;
}
html[data-theme='dark'] .location-stores-list::-webkit-scrollbar-track {
background-color: #0f1419;
}
html[data-theme='dark'] .location-stores-list::-webkit-scrollbar-thumb {
background-color: #3a4156;
}
html[data-theme='dark'] .location-stores-list::-webkit-scrollbar-thumb:hover {
background-color: #4a5168;
}

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

@media (min-width: 769px) and (max-width: 1330px) {
.feedback-modal-container {
width: 95%;
max-width: 800px;
}
}

@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;
}
.cities-modal-grid {
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.cities-modal-header {
padding: 1.25rem 1.5rem;
}
.cities-modal-title {
font-size: 1.25rem;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
.shop-card-v2-logo-container {
height: 150px;
}
}

@media (max-width: 1024px) {
.all-stores-modal-grid {
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.all-stores-modal-header {
padding: 1rem;
}
.all-stores-modal-title {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1.25rem;
line-height: 1.29;
letter-spacing: 0.05em;
}
}

@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: 968px) {
.main-v2-grid {
grid-template-columns: 1fr;
}
.filters-v2-sidebar {
display: none;
}
}

@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;
}
}
.cities-modal-grid {
grid-template-columns: repeat(2, 1fr);
padding: 1rem;
}
.cities-modal-header {
padding: 1rem;
}
.cities-modal-title {
font-size: 1.1rem;
}
.cities-modal-search {
padding: 0.75rem 1rem;
}
.cities-search-icon {
left: 1.5rem;
}
.city-modal-icon-emoji {
font-size: 2.5rem;
}
.city-modal-card-name {
font-size: 1rem;
}
.city-modal-stat {
font-size: 0.85rem;
}
.location-modal {
padding: 0px !important;
}
.location-modal-content {
width: 95%;
max-height: 90vh;
.location-modal-stores-container {
width: -webkit-fill-available;
border-left: 0 none transparent;
border-top: 1px solid #e5e7eb;
max-height: 400px;
order: 1;
}
}
.location-modal-body {
flex-direction: column;
.location-modal-map-container {
display: block;
width: 100%;
height: 300px;
min-height: 300px;
flex: 0 0 auto !important;
order: 0;
}
}
.location-modal-header {
padding: 16px;
}
.location-modal-title {
font-size: 18px;
}
.location-modal-logo {
width: 32px;
}
.feedback-modal-overlay {
padding: 0.5rem;
}
.feedback-modal-container {
max-height: 95vh;
border-radius: 16px 16px 0 0;
margin-top: auto;
width: calc(100% - 1rem);
margin: auto auto 0;
}
.feedback-modal-header {
padding: 1rem;
}
.feedback-product-thumb {
width: 60px;
height: 60px;
}
.feedback-product-name {
font-size: 1rem;
}
.feedback-rating-summary {
padding: 0.75rem 1rem;
}
.feedback-rating-overview {
flex-direction: column;
gap: 1rem;
}
.feedback-rating-number {
font-size: 2rem;
}
.feedback-rating-stars {
font-size: 1rem;
}
.feedback-filters-bar {
padding: 0.75rem 1rem;
}
.feedback-modal-body {
padding: 1rem;
}
.feedback-review-replies {
padding-left: 2rem;
}
.feedback-write-review {
padding: 0.75rem 1rem;
}
.feedback-star-btn {
font-size: 1.5rem;
}
.feedback-review-textarea {
min-height: 70px;
}
.feedback-lightbox-nav {
&.prev {
left: 10px;
}
&.next {
right: 10px;
}
}
}

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

grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;

.deals-v2-country-strip {
overflow-x: auto;
flex-wrap: nowrap;
padding-bottom: 8px;
}
.deals-v2-country-chip {
flex-shrink: 0.0;
}
.all-stores-modal-grid {
grid-template-columns: repeat(2, 1fr);
}
.all-stores-modal-card-logo {
height: 80px;
}
.all-stores-modal-card-name {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.9rem;
line-height: 0.94;
letter-spacing: 0.05em;
}
.all-stores-modal-card-stat {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.8rem;
line-height: 0.84;
letter-spacing: 0.05em;
}
.deals-v2-header {
padding: 1rem;
}
.deals-v2-header-top {
flex-direction: column;
}
.deals-v2-title {
font-size: 1.5rem;
}
.city-v2-selector {
width: 100%;
}
.stats-v2-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.stat-v2-value {
font-size: 1.5rem;
}
.city-v2-chips {
overflow-x: auto;
flex-wrap: nowrap;
padding-bottom: 0.5rem;
}
.city-v2-chip {
white-space: nowrap;
}
.search-v2-input {
font-size: 1rem;
padding: 1rem 3rem 1rem 1rem;
}
.stores-v2-grid {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.products-v2-grid {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;
}
.products-v2-header {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.shop-card-v2-logo-container {
height: 140px;
padding: 1.5rem;
}
.shop-card-v2-info {
padding: 0.875rem;
}
.shop-card-v2-name {
font-size: 0.95rem;
}
.shop-card-v2-compact-logo {
width: 70px;
height: 40px;
}
.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 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: 560px) {
.product-search-modal {
width: 95%;
max-height: 90%;
padding: 15px;
}
.product-search-item {
flex-direction: column;
text-align: center;
}
.product-search-item-image {
margin-right: 0;
margin-bottom: 10px;
}
.product-search-item-details {
align-items: center;
}
}

@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;
}
.shop-card-v2-logo-container {
height: 120px;
padding: 1rem;
}
.shop-card-v2-info {
padding: 0.75rem;
}
.shop-card-v2-name {
font-size: 0.9rem;
}
.shop-card-v2-stat {
font-size: 0.8rem;
}
.shop-card-v2-compact-logo {
width: 60px;
height: 34px;
}
.shop-card-v2-compact-name {
font-size: 0.7rem;
}
.cities-modal-grid {
grid-template-columns: 1fr;
}
.cities-modal-overlay {
padding: 0.5rem;
}
.cities-modal-container {
max-height: 95vh;
}
.stores-overlapping-container {
height: 36px;
}
.share-modal-body {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.share-option {
padding: 12px 8px;
font-size: 0.85rem;
}
.share-icon {
width: 28px;
height: 28px;
}
.feedback-empty-state {
padding: 0;
text-align: center;
cursor: default;
h3 {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.25rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #b0b1be;
margin-bottom: 0.5rem;
}
p {
font-family: IBM Plex Sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 0.95rem;
line-height: 1.43;
letter-spacing: 0.05em;
color: #666666;
}
}
.feedback-empty-icon {
display: none;
}
.feedback-modal-overlay {
padding: 0.25rem;
align-items: inherit;
}
.feedback-modal-container {
width: calc(100% - 0.5rem);
border-radius: 12px 12px;
margin: 0;
min-height: fit-content;
}
.feedback-modal-header {
padding: 0.75rem;
gap: 0.75rem;
}
.feedback-product-thumb {
width: 50px;
height: 50px;
}
.feedback-product-name {
font-size: 0.9rem;
}
.feedback-rating-summary {
padding: 0.75rem;
}
.feedback-filters-bar {
padding: 0.75rem;
gap: 0.5rem;
}
.feedback-filter-btn {
padding: 0.375rem 0.75rem;
font-size: 0.8rem;
}
.feedback-modal-body {
padding: 0.75rem;
min-height: fit-content;
}
.feedback-review-item {
padding: 1rem;
}
.feedback-review-replies {
padding-left: 1.5rem;
}
.feedback-write-review {
display: flex;
flex-direction: column;
padding: 0.75rem;
}
.action-button.hidden {
display: none;
}
.feedback-review-textarea {
flex-grow: 1.0;
}
.feedback-photo-preview-item {
width: 50px;
height: 50px;
}
.feedback-write-review-tooltip {
bottom: -300%;
}
.feedback-review-actions {
flex-wrap: wrap;
}
}

@media (max-width: 480px) {
.all-stores-modal-overlay {
padding: 0.5rem;
}
.all-stores-modal-container {
max-height: 95vh;
border-radius: 12px;
}
.all-stores-modal-grid {
grid-template-columns: 1fr;
padding: 0 1rem 1rem;
}
.all-stores-modal-search {
padding: 1rem;
}
.all-stores-modal-counter {
padding: 0 1rem 1rem;
}
}