/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ZyMall/assets/styles/main.scss ***!
  \*****************************************************************************************************************************/
@charset "UTF-8";
:root {
  --teal-frost: #F0FDFA;
  --teal-mist: #CCFBF1;
  --teal-light: #99F6E4;
  --teal: #0F766E;
  --teal-bright: #14B8A6;
  --teal-deep: #115E59;
  --midnight: #1A1A1A;
  --charcoal: #2D2D2D;
  --stone: #6B7280;
  --stone-light: #9CA3AF;
  --warm-white: #FAFFFE;
  --navy: #0F172A;
  --coral: #F97066;
  --green: #22C55E;
  --purple: rgb(139, 92, 246);
  --blue: rgb(59, 130, 246);
  --amber: rgb(245, 180, 50);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-mono: 'DM Mono', monospace;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-soft: 0 1px 3px rgba(15,118,110,.04), 0 8px 24px rgba(15,118,110,.03);
  --shadow-medium: 0 4px 12px rgba(15,118,110,.05), 0 16px 40px rgba(15,118,110,.04);
  --page-bg: #F5F5F7;
  --container-max: 1200px;
  --nav-height: 48px;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--midnight);
  background: var(--page-bg);
  line-height: 1.6;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 64px; /* высота navbar */
  min-height: 100vh;
}
@media (max-width: 768px) {
  body {
    padding-top: 56px; /* высота mobile navbar */
  }
}

#mainNav {
  flex-shrink: 0;
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

h1 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--midnight);
}

img[data-lazy] {
  opacity: 0;
  transition: opacity 0.3s;
}

img.loaded {
  opacity: 1;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--midnight);
}

.section-see-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
  transition: color 0.2s;
}
.section-see-all:hover {
  color: var(--teal-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}

.btn-primary {
  padding: 10px 24px;
  border-radius: 50px;
  background: var(--teal-bright);
  color: #fff;
  font-size: 14px;
}
.btn-primary:hover {
  background: var(--teal);
  transform: translateY(-1px);
}

.btn-outline {
  padding: 8px 20px;
  border-radius: 50px;
  background: transparent;
  color: var(--teal);
  font-size: 13px;
  border: 1.5px solid var(--teal-light);
}
.btn-outline:hover {
  background: var(--teal-frost);
  border-color: var(--teal);
}

.btn-sm {
  padding: 5px 14px;
  border-radius: 50px;
  background: var(--teal-frost);
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--teal-mist);
}
.btn-sm:hover {
  background: var(--teal-mist);
}

.bg-career {
  background: rgba(59, 130, 246, 0.12);
}

.bg-pets {
  background: rgba(249, 115, 22, 0.12);
}

.bg-money {
  background: rgba(239, 68, 68, 0.12);
}

.bg-health {
  background: rgba(20, 184, 166, 0.12);
}

.bg-family {
  background: rgba(236, 72, 153, 0.12);
}

.bg-travel {
  background: rgba(139, 92, 246, 0.12);
}

.bg-learning {
  background: rgba(234, 179, 8, 0.12);
}

.bg-home {
  background: rgba(234, 179, 8, 0.12);
}

.bg-bill {
  background: rgba(234, 88, 12, 0.12);
}

.bg-rights {
  background: rgba(220, 38, 38, 0.12);
}

/**
 * Nav
 */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  height: 64px;
  overflow: visible;
}

.nav-inner {
  display: flex;
  align-items: center;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  gap: 12px;
}

.nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-cat-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: all 0.25s;
  flex-shrink: 0;
  outline: none;
}
.nav-cat-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.nav-cat-btn.open {
  background: var(--teal-bright);
  color: #fff;
  border-color: var(--teal-bright);
}

.nav-account {
  position: relative;
}
.nav-account-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nav-account-btn svg {
    height: 20px;
    width: 20px;
  }
}
.nav-account-btn:hover, .nav-account.open .nav-account-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
}
.nav-account-btn span {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nav-account-btn span {
    display: none;
  }
}
.nav-account-chev {
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.2s;
}
@media (max-width: 768px) {
  .nav-account-chev {
    display: none;
  }
}
.nav-account.open .nav-account-chev {
  transform: rotate(180deg);
  opacity: 1;
}
.nav-account-drop {
  position: absolute;
  top: calc(100% + 10px);
  right: -8px;
  z-index: 200;
  min-width: 240px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s;
}
.nav-account.open .nav-account-drop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-account-drop::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 28px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}
.nav-account-glass {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px) saturate(1.5);
  -webkit-backdrop-filter: blur(10px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  padding: 8px;
  max-width: 300px;
}
.nav-account-header {
  padding: 10px 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 6px;
}
.nav-account-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-account-email {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-account-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.15s;
}
.nav-account-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.nav-account-link--danger {
  color: rgba(239, 68, 68, 0.85);
}
.nav-account-link--danger:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.nav-account-icon {
  font-size: 15px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.nav-account-balance {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.2);
  font-size: 12.5px;
  color: #5EEAD4;
}
.nav-account-balance-coin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5EEAD4, #14B8A6);
  color: #0F766E;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}
.nav-account-balance-text strong {
  color: #99F6E4;
  font-weight: 700;
}

.nav-mobile-user {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  margin-bottom: 8px;
}
.nav-mobile-user-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}
.nav-mobile-user-email {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.nav-cat-icon {
  flex-shrink: 0;
}

.nav-cat-chev {
  flex-shrink: 0;
  opacity: 0.5;
  transition: transform 0.3s;
}
.nav-cat-btn.open .nav-cat-chev {
  transform: rotate(180deg);
  opacity: 1;
}

.mega-menu {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: 100%;
  max-width: var(--container-max);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.mega-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-inner {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px) saturate(1.5);
  -webkit-backdrop-filter: blur(15px) saturate(1.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}
.mega-menu-inner::-webkit-scrollbar {
  width: 4px;
}
.mega-menu-inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.mega-menu-content {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 28px 24px 24px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px 24px;
  margin-bottom: 20px;
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-bottom: 8px;
}

.mega-col-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 6px;
  margin-bottom: 4px;
  transition: all 0.2s;
}
.mega-col-title:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mega-col-link {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 6px;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-col-link:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  padding-left: 12px;
}

.mega-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mega-footer-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal-bright);
  text-decoration: none;
  transition: color 0.2s;
}
.mega-footer-link:hover {
  color: var(--teal-light);
}

@media (max-width: 768px) {
  .mega-menu {
    display: none !important;
  }
}
.nav-search {
  flex: 1;
  position: relative;
  min-width: 0;
}
.nav-search input {
  width: 100%;
  padding: 8px 64px 8px 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  color: #fff;
  outline: none;
  transition: all 0.25s;
}
.nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nav-search input:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--teal-bright);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.nav-search-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.nav-search-shortcut {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-left: auto;
}

.nav-link {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
}

.nav-signin {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.nav-signin:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
}
.nav-signin svg {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .nav-signin svg {
    height: 20px;
    width: 20px;
  }
}
.nav-signin:hover svg {
  opacity: 1;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  background: var(--teal-bright);
  color: #fff;
  text-decoration: none;
  transition: all 0.25s;
  white-space: nowrap;
  border: none;
}
.nav-cta:hover {
  background: var(--teal);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(20, 184, 166, 0.25);
}

.nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  flex-shrink: 0;
}
.nav-mobile-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #fff;
  margin: 4px 0;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-mobile-toggle.open span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.nav-mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-mobile-toggle.open span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.nav-mobile-button-search {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .nav-mobile-button-search {
    display: flex;
  }
}
.nav-mobile-button-search.open {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
}

.nav-mobile-panel {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px;
  overflow-y: auto;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-8px);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s;
}
.nav-mobile-panel.open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

.nav-mobile-search {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}
.nav-mobile-search svg {
  position: absolute;
  left: 12px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.nav-mobile-search input {
  width: 100%;
  padding: 11px 14px 11px 38px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  outline: none;
  font-family: var(--font-body);
}
.nav-mobile-search input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.nav-mobile-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 6px 0;
}

.nav-mobile-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.nav-mobile-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.nav-mobile-link--cta {
  background: var(--teal-bright);
  color: #fff;
  border-color: var(--teal-bright);
  justify-content: center;
  margin-top: 4px;
}
.nav-mobile-link--cta:hover {
  background: var(--teal);
}

.nav-company {
  position: relative;
}

.nav-company-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.nav-company-btn:hover, .nav-company.open .nav-company-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.06);
}

.nav-company-chev {
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.2s;
}
.nav-company.open .nav-company-chev {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-company-drop {
  position: absolute;
  top: calc(100% + 10px);
  right: -8px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s;
}
.nav-company.open .nav-company-drop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-company-drop::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 28px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}

.nav-company-glass {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px) saturate(1.5);
  -webkit-backdrop-filter: blur(10px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  padding: 8px;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nav-company-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.15s;
}
.nav-company-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-company-icon {
  font-size: 15px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .nav-search {
    max-width: 220px;
  }
  .nav-link {
    display: none;
  }
}
@media (max-width: 768px) {
  nav {
    height: 56px;
  }
  .mega-menu {
    top: 56px;
  }
  .nav-mobile-panel {
    top: 56px;
  }
  .nav-search {
    position: absolute;
    max-width: none;
    width: 100%;
    top: 56px;
    z-index: 10;
    left: 0;
    background: rgba(0, 0, 0, 0.98);
    padding: 14px 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
  }
  .nav-search.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-company {
    display: none;
  }
  .nav-cat-btn {
    display: none;
  }
  .nav-mobile-toggle {
    display: block;
  }
}
footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-size: 13px;
  color: var(--stone);
}

.footer-links {
  display: flex;
  gap: 20px;
}
.footer-links a {
  font-size: 13px;
  color: var(--stone);
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--midnight);
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.breadcrumbs {
  margin-top: 12px;
  padding: 4px 0;
  font-size: 13px;
  color: var(--stone);
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumbs a {
  color: var(--stone);
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: var(--teal);
}
.breadcrumbs .separator {
  color: var(--stone-light);
  font-size: 11px;
}
.breadcrumbs .active {
  color: var(--midnight);
  font-weight: 500;
}

.product-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}
.product-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: var(--page-bg);
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.product-card-image:hover img {
  transform: scale(1.04);
}
.product-card-image .emoji-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  background: linear-gradient(135deg, var(--teal-frost), var(--teal-mist));
}
@media (max-width: 768px) {
  .product-card-image {
    height: 160px;
  }
}
.product-card-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  background: var(--coral);
  color: #fff;
}
.product-card-body {
  padding: 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--midnight);
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-meta {
  font-size: 12px;
  color: var(--stone);
  margin-bottom: 8px;
}
.product-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.product-card-price .current {
  font-size: 16px;
  font-weight: 700;
  color: var(--midnight);
}
.product-card-price .original {
  font-size: 13px;
  color: var(--stone-light);
  text-decoration: line-through;
}
.product-card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--stone);
}
.product-card-rating .star {
  color: var(--amber);
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
  border-radius: 0;
  transition: background 0.2s;
  cursor: pointer;
  text-decoration: none;
  color: var(--midnight);
  min-width: 0;
  width: 100%;
}
.product-item:hover {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 12px;
}
.product-item__rank {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--stone-light);
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
.product-item__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.product-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.product-item__text {
  flex: 1;
  min-width: 0;
}
.product-item__text h4 {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item__text p {
  font-size: 13px;
  color: var(--stone);
  margin: 2px 0 0;
}
.product-item__action {
  font-size: 12px;
  font-weight: 600;
  color: var(--teal);
  flex-shrink: 0;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.6);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s, background 0.3s, border-color 0.3s;
}
.product-item:hover .product-item__action {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 32px 0;
}
.pagination a, .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--stone);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.2s;
}
.pagination a:hover {
  color: var(--teal);
  border-color: var(--teal-light);
  background: var(--teal-frost);
}
.pagination .active {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
  pointer-events: none;
}
.pagination .disabled {
  opacity: 0.4;
  pointer-events: none;
}
.pagination .dots {
  background: none;
  border: none;
  color: var(--stone-light);
  min-width: auto;
  padding: 0 4px;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 16px;
}
.search__icon {
  position: absolute;
  left: 12px;
  color: var(--stone-light);
  pointer-events: none;
  transition: color 0.2s;
}
.search__input {
  width: 100%;
  padding: 8px 32px 8px 36px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--font-body);
  font-size: 13px;
  color: #fff;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.search__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.search__input:focus {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.search__clear {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.search__clear:hover {
  background: rgba(255, 255, 255, 0.25);
}
.search__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: calc(100vh - 120px);
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 200;
  animation: searchDrop 0.15s ease;
}
.search__loading, .search__empty {
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: var(--stone);
}
.search__result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--midnight);
  transition: background 0.15s;
}
.search__result:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.search__result:hover, .search__result.is-active {
  background: var(--teal-frost);
}
.search__result-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--teal-frost);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  overflow: hidden;
}
.search__result-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__result-text {
  flex: 1;
  min-width: 0;
}
.search__result-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--midnight);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search__result-price {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--teal);
  margin-top: 1px;
}
.search__see-all {
  display: block;
  padding: 12px 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.15s;
}
.search__see-all:hover {
  background: var(--teal-frost);
}
.search__dots {
  display: inline-flex;
  gap: 4px;
  margin-right: 6px;
}
.search__dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal-bright);
  animation: searchPulse 0.6s ease infinite;
}
.search__dots span:nth-child(2) {
  animation-delay: 0.15s;
}
.search__dots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes searchPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes searchDrop {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .search {
    max-width: none;
    margin: 0 8px;
  }
}

/*# sourceMappingURL=main.css.map*/