/* [project]/src/components/logo/logo.module.css [app-client] (css) */
.logo-module__8AycFq__logo {
  color: var(--text-primary);
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: bold;
  transition: color .3s;
}

/* [project]/src/components/search/search.module.css [app-client] (css) */
.search-module__PcfzGa__searchForm {
  width: 248px;
  max-width: 248px;
  display: inline-block;
  position: relative;
}

.search-module__PcfzGa__searchWrapper {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.search-module__PcfzGa__searchInput {
  background-color: var(--bg-secondary);
  width: 100%;
  height: 40px;
  color: var(--text-primary);
  box-sizing: border-box;
  border-style: none;
  border-radius: 18px;
  padding: 12px 36px 12px 12px;
  font-family: Raleway, sans-serif;
  transition: background-color .3s, color .3s;
  display: block;
}

.search-module__PcfzGa__searchInput::placeholder {
  color: var(--text-secondary);
}

.search-module__PcfzGa__searchIcon {
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
  flex-shrink: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  color: var(--text-secondary) !important;
}

.search-module__PcfzGa__searchWrapper svg, .search-module__PcfzGa__searchWrapper .search-module__PcfzGa__searchIcon {
  box-sizing: border-box;
  display: block;
  width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  max-height: 16px !important;
}

@media (min-width: 1024px) {
  .search-module__PcfzGa__searchForm {
    width: 400px;
    max-width: 400px;
  }

  .search-module__PcfzGa__searchInput {
    height: 44px;
    padding: 14px 42px 14px 16px;
    font-size: 15px;
  }

  .search-module__PcfzGa__searchIcon {
    right: 14px;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
  }

  .search-module__PcfzGa__searchWrapper svg {
    width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    max-height: 18px !important;
  }
}

@media (min-width: 1440px) {
  .search-module__PcfzGa__searchForm {
    width: 500px;
    max-width: 500px;
  }
}

/* [project]/src/components/header/header.module.css [app-client] (css) */
.header-module__6rtY2W__header {
  z-index: 100;
  background-color: var(--bg-primary);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 12px 0;
  transition: background-color .3s;
  display: flex;
  position: sticky;
  top: 0;
}

@media (min-width: 1024px) {
  .header-module__6rtY2W__header {
    background-color: var(--bg-primary);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
    padding: 16px 0;
  }
}

.header-module__6rtY2W__dark .header-module__6rtY2W__header {
  background-color: #1e1e1efa;
}

@media (min-width: 1024px) {
  .header-module__6rtY2W__dark .header-module__6rtY2W__header {
    background-color: #1e1e1ef7;
  }
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/src/components/banner/banner.module.css [app-client] (css) */
.banner-module__i_cOzG__banner {
  aspect-ratio: 3.2;
  cursor: pointer;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf5 100%);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  max-height: 400px;
  margin: 0 auto;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .banner-module__i_cOzG__banner {
    max-height: none;
  }
}

.banner-module__i_cOzG__banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000001a;
}

.banner-module__i_cOzG__bannerLink {
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  display: block;
}

.banner-module__i_cOzG__bannerImage {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.banner-module__i_cOzG__title {
  color: #1a1a1a;
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 375px) {
  .banner-module__i_cOzG__banner {
    border-radius: 18px;
    min-height: 160px;
  }

  .banner-module__i_cOzG__title {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .banner-module__i_cOzG__banner {
    aspect-ratio: 3.5;
    border-radius: 20px;
    min-height: 200px;
    max-height: 350px;
  }

  .banner-module__i_cOzG__title {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .banner-module__i_cOzG__banner {
    aspect-ratio: 3.5;
    border-radius: 24px;
    height: auto;
    min-height: 280px;
    max-height: none;
  }

  .banner-module__i_cOzG__title {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .banner-module__i_cOzG__banner {
    aspect-ratio: 4;
    min-height: 300px;
  }
}

@media (min-width: 1440px) {
  .banner-module__i_cOzG__banner {
    aspect-ratio: 4.2;
    border-radius: 28px;
    min-height: 340px;
  }

  .banner-module__i_cOzG__title {
    font-size: 36px;
  }
}

@media (min-width: 1920px) {
  .banner-module__i_cOzG__banner {
    aspect-ratio: 4.5;
    min-height: 400px;
  }

  .banner-module__i_cOzG__title {
    font-size: 40px;
  }
}

/* [project]/src/pages/home/banners/banners.module.css [app-client] (css) */
.banners-module__rX6Rqq__swiper {
  --banner-delay: 7s;
  box-sizing: border-box;
  --pagination-dot: #c7d2fe;
  --pagination-track: #2563eb2e;
  --pagination-fill: #2563eb;
  --pagination-h: 13px;
  --pagination-active-w: 56px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 24px;
  padding-bottom: 42px;
}

.banners-module__rX6Rqq__swiper .swiper-pagination {
  bottom: 16px;
}

.banners-module__rX6Rqq__bullet {
  width: var(--pagination-h);
  height: var(--pagination-h);
  opacity: 1;
  background: var(--pagination-dot);
  cursor: pointer;
  border-radius: 999px;
  transition: width .22s, background .22s;
  position: relative;
  overflow: hidden;
}

.banners-module__rX6Rqq__progress {
  background: var(--pagination-fill);
  transform-origin: 0;
  border-radius: 999px;
  width: auto;
  height: auto;
  position: absolute;
  inset: 1px;
  transform: scaleX(0);
}

.banners-module__rX6Rqq__swiper .swiper-pagination-bullet.banners-module__rX6Rqq__bullet {
  margin: 0 6px;
}

.banners-module__rX6Rqq__swiper .swiper-pagination-bullet-active.banners-module__rX6Rqq__bullet {
  width: var(--pagination-active-w);
  opacity: 1;
  background: var(--pagination-track);
}

.banners-module__rX6Rqq__swiper .swiper-pagination-bullet-active.banners-module__rX6Rqq__bullet .banners-module__rX6Rqq__progress {
  animation: banners-module__rX6Rqq__fill var(--banner-delay) linear forwards;
}

@keyframes banners-module__rX6Rqq__fill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (min-width: 1024px) {
  .banners-module__rX6Rqq__swiper {
    --banner-delay: 6s;
    max-width: 100%;
    margin-bottom: 32px;
    padding-bottom: 52px;
    padding-left: 0;
    padding-right: 0;
  }

  .banners-module__rX6Rqq__swiper .swiper-wrapper {
    align-items: center;
  }

  .banners-module__rX6Rqq__swiper .swiper-slide {
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .banners-module__rX6Rqq__swiper .swiper-pagination {
    bottom: 24px;
  }

  .banners-module__rX6Rqq__swiper .swiper-pagination-bullet.banners-module__rX6Rqq__bullet {
    margin: 0 8px;
  }

  .banners-module__rX6Rqq__swiper .swiper-pagination-bullet-active.banners-module__rX6Rqq__bullet {
    --pagination-active-w: 64px;
  }
}

@media (min-width: 1440px) {
  .banners-module__rX6Rqq__swiper {
    --pagination-h: 15px;
    --pagination-active-w: 72px;
    max-width: 100%;
    margin-bottom: 40px;
    padding-bottom: 56px;
  }

  .banners-module__rX6Rqq__swiper .swiper-pagination {
    bottom: 28px;
  }

  .banners-module__rX6Rqq__swiper .swiper-pagination-bullet.banners-module__rX6Rqq__bullet {
    margin: 0 10px;
  }
}

@media (min-width: 1920px) {
  .banners-module__rX6Rqq__swiper {
    max-width: 100%;
    padding-bottom: 60px;
  }

  .banners-module__rX6Rqq__swiper .swiper-pagination {
    bottom: 32px;
  }
}

/* [project]/src/components/categories/categories.module.css [app-client] (css) */
.categories-module__qGm5Tq__wrap {
  padding-bottom: env(safe-area-inset-bottom, 0);
  margin-top: 12px;
  margin-bottom: calc(env(safe-area-inset-bottom, 0)  + 16px);
  width: 100%;
  overflow: visible;
}

.categories-module__qGm5Tq__list {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  will-change: scroll-position;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  padding: 4px 0;
  display: flex;
  overflow: auto hidden;
}

@media (min-width: 768px) {
  .categories-module__qGm5Tq__list {
    padding: 4px 12px;
  }
}

.categories-module__qGm5Tq__list::-webkit-scrollbar {
  display: none;
}

.categories-module__qGm5Tq__item {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  flex-direction: column;
  flex: 0 0 70px;
  align-items: center;
  gap: 6px;
  width: 70px;
  min-width: 70px;
  transition: transform .2s;
  display: flex;
}

.categories-module__qGm5Tq__item:hover {
  transform: translateY(-2px);
}

.categories-module__qGm5Tq__item.categories-module__qGm5Tq__selected .categories-module__qGm5Tq__name {
  color: var(--accent-color);
  font-weight: 700;
  transform: scale(1.05);
}

.categories-module__qGm5Tq__categories {
  background-color: var(--bg-primary);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
}

.categories-module__qGm5Tq__categoriesSelected {
  background: var(--gradient-primary);
  border: 2px solid #004cff;
  transform: scale(1.1);
  box-shadow: 0 4px 16px #004cff66;
}

.categories-module__qGm5Tq__categoriesSelected .categories-module__qGm5Tq__emoji {
  filter: drop-shadow(0 0 4px #ffffff80);
  transform: scale(1.1);
}

.categories-module__qGm5Tq__icon {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.categories-module__qGm5Tq__emoji {
  font-size: 30px;
  line-height: 1;
  display: block;
}

.categories-module__qGm5Tq__name {
  color: var(--text-primary);
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 100%;
  max-height: 2.6em;
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .categories-module__qGm5Tq__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 12px 0 6px;
    overflow: auto hidden;
  }

  .categories-module__qGm5Tq__item {
    flex: 0 0 80px;
    gap: 8px;
    width: 80px;
    min-width: 80px;
  }

  .categories-module__qGm5Tq__categories {
    width: 60px;
    height: 60px;
  }

  .categories-module__qGm5Tq__icon {
    width: 36px;
    height: 36px;
  }

  .categories-module__qGm5Tq__emoji {
    font-size: 36px;
  }

  .categories-module__qGm5Tq__name {
    max-height: 3em;
    font-size: 12px;
  }
}

@media (min-width: 1440px) {
  .categories-module__qGm5Tq__list {
    gap: 24px;
  }

  .categories-module__qGm5Tq__item {
    flex: 0 0 90px;
    width: 90px;
    min-width: 90px;
  }

  .categories-module__qGm5Tq__categories {
    width: 70px;
    height: 70px;
  }

  .categories-module__qGm5Tq__icon {
    width: 40px;
    height: 40px;
  }

  .categories-module__qGm5Tq__emoji {
    font-size: 40px;
  }

  .categories-module__qGm5Tq__name {
    max-height: 3.2em;
    font-size: 13px;
  }
}

/* [project]/src/pages/home/categories/categories_main.module.css [app-client] (css) */
.categories_main-module__Gnp7OG__title {
  color: var(--text-primary);
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: bold;
}

/* [project]/src/components/product/productCard.module.css [app-client] (css) */
.productCard-module__ntZ4DW__card {
  background-color: var(--bg-primary);
  box-shadow: 0 2px 8px var(--shadow);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
  height: 100%;
  transition: transform .2s, box-shadow .2s, background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.productCard-module__ntZ4DW__deleteBtn {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: #0009;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  transition: background .2s, transform .2s;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.productCard-module__ntZ4DW__deleteBtn:hover {
  background: #f00c;
  transform: scale(1.1);
}

.productCard-module__ntZ4DW__deleteBtn:active {
  transform: scale(.95);
}

.productCard-module__ntZ4DW__card:hover {
  box-shadow: 0 4px 12px var(--shadow-hover);
  transform: translateY(-2px);
}

.productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted {
  background-color: var(--bg-tertiary);
  opacity: .6;
  cursor: not-allowed;
}

.productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted:hover {
  box-shadow: 0 2px 8px var(--shadow);
  transform: none;
}

.productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted .productCard-module__ntZ4DW__image {
  filter: grayscale();
  opacity: .5;
}

.productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted .productCard-module__ntZ4DW__title, .productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted .productCard-module__ntZ4DW__description, .productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted .productCard-module__ntZ4DW__price {
  color: var(--text-tertiary);
}

.productCard-module__ntZ4DW__card.productCard-module__ntZ4DW__deleted .productCard-module__ntZ4DW__addBtn {
  cursor: not-allowed;
  pointer-events: none;
  background: #ccc;
}

.productCard-module__ntZ4DW__imageWrapper {
  aspect-ratio: 1;
  background-color: var(--bg-tertiary);
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.productCard-module__ntZ4DW__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.productCard-module__ntZ4DW__imagePlaceholder {
  background: var(--gradient-primary);
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.productCard-module__ntZ4DW__imagePlaceholderContent {
  flex-direction: column;
  gap: 6px;
  width: 100%;
  display: flex;
}

.productCard-module__ntZ4DW__imagePlaceholderTitle {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.productCard-module__ntZ4DW__imagePlaceholderDesc {
  opacity: .9;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.productCard-module__ntZ4DW__content {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-height: 0;
  padding: 12px;
  display: flex;
}

.productCard-module__ntZ4DW__title {
  color: var(--text-primary);
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.productCard-module__ntZ4DW__description {
  color: var(--text-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  margin: 4px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
}

.productCard-module__ntZ4DW__price {
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.productCard-module__ntZ4DW__rating {
  color: var(--text-secondary);
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.productCard-module__ntZ4DW__reviewsCount {
  color: #999;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 400;
}

.productCard-module__ntZ4DW__addBtn {
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  background: #f44;
  border: none;
  border-radius: 8px;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  margin: auto 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s;
  display: flex;
}

.productCard-module__ntZ4DW__addBtn:hover {
  background: #f33;
}

.productCard-module__ntZ4DW__addBtn:active {
  background: #e22;
}

.productCard-module__ntZ4DW__addBtn.productCard-module__ntZ4DW__added {
  cursor: not-allowed;
  opacity: .7;
  background: #999;
}

.productCard-module__ntZ4DW__addBtn.productCard-module__ntZ4DW__added:hover {
  background: #999;
}

.productCard-module__ntZ4DW__addBtn:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.productCard-module__ntZ4DW__addBtn.productCard-module__ntZ4DW__loading {
  opacity: .7;
  cursor: not-allowed;
}

.productCard-module__ntZ4DW__loader {
  border: 2px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: .6s linear infinite productCard-module__ntZ4DW__spin;
  display: inline-block;
}

@keyframes productCard-module__ntZ4DW__spin {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/src/pages/home/goods/goods.module.css [app-client] (css) */
.goods-module__JIQaJq__wrap {
  padding-bottom: calc(env(safe-area-inset-bottom, 0)  + 80px);
  margin-top: 24px;
  margin-bottom: calc(env(safe-area-inset-bottom, 0)  + 20px);
}

@media (min-width: 1024px) {
  .goods-module__JIQaJq__wrap {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}

.goods-module__JIQaJq__grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 16px;
  padding: 0 4px;
  display: grid;
}

@media (min-width: 768px) {
  .goods-module__JIQaJq__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .goods-module__JIQaJq__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .goods-module__JIQaJq__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
  }
}

@media (min-width: 1920px) {
  .goods-module__JIQaJq__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}

.goods-module__JIQaJq__skeletonCard {
  background-color: var(--bg-primary);
  box-shadow: 0 2px 8px var(--shadow);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
  height: 100%;
  animation: 1.5s ease-in-out infinite goods-module__JIQaJq__pulse;
  display: flex;
  overflow: hidden;
}

.goods-module__JIQaJq__skeletonImage {
  aspect-ratio: 1;
  background: linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);
  background-size: 200% 100%;
  width: 100%;
  animation: 1.5s infinite goods-module__JIQaJq__shimmer;
}

.goods-module__JIQaJq__skeletonContent {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.goods-module__JIQaJq__skeletonTitle {
  background: linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  width: 80%;
  height: 16px;
  animation: 1.5s infinite goods-module__JIQaJq__shimmer;
}

.goods-module__JIQaJq__skeletonPrice {
  background: linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-secondary) 50%, var(--bg-tertiary) 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  width: 50%;
  height: 20px;
  margin-top: auto;
  animation: 1.5s infinite goods-module__JIQaJq__shimmer;
}

@keyframes goods-module__JIQaJq__shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes goods-module__JIQaJq__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .8;
  }
}

/* [project]/src/pages/home/home.module.css [app-client] (css) */
.home-module__YfYPQa__home {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 12px 20px;
}

@media (min-width: 768px) {
  .home-module__YfYPQa__home {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .home-module__YfYPQa__home {
    max-width: 1400px;
    padding: 32px 40px;
  }
}

@media (min-width: 1440px) {
  .home-module__YfYPQa__home {
    max-width: 1600px;
    padding: 40px 60px;
  }
}

.home-module__YfYPQa__filterIndicator {
  margin: 16px 0;
  padding: 0 20px;
}

.home-module__YfYPQa__filterBadges {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.home-module__YfYPQa__filterBadge {
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
  border: 2px solid var(--accent-color);
  border-radius: 24px;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  transition: background .3s, border-color .3s;
  animation: .3s ease-out home-module__YfYPQa__slideIn;
  display: flex;
  box-shadow: 0 4px 12px #004cff33;
}

@keyframes home-module__YfYPQa__slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-module__YfYPQa__filterIcon {
  font-size: 16px;
}

.home-module__YfYPQa__filterLabel {
  color: var(--text-secondary);
  font-weight: 500;
}

.home-module__YfYPQa__filterValue {
  color: var(--accent-color);
  font-size: 15px;
  font-weight: 700;
}

.home-module__YfYPQa__filterRemove {
  color: var(--text-tertiary);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.home-module__YfYPQa__filterRemove:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
  transition: background .3s, color .3s;
  transform: scale(1.1);
}

@media (min-width: 1024px) {
  .home-module__YfYPQa__filterIndicator {
    margin: 20px 0;
    padding: 0 40px;
  }

  .home-module__YfYPQa__filterBadge {
    padding: 10px 16px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=_b37d0558._.css.map*/