/* [project]/app/common/ui/Container/Container.module.scss.module.css [app-client] (css) */
.Container-module-scss-module__3vTAUG__root {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1439px) {
  .Container-module-scss-module__3vTAUG__root {
    width: 1024px;
  }
}

@media screen and (max-width: 1279px) {
  .Container-module-scss-module__3vTAUG__root {
    width: 960px;
  }
}

@media screen and (max-width: 1024px) {
  .Container-module-scss-module__3vTAUG__root {
    box-sizing: border-box;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* [project]/app/common/ui/Footer/Footer.module.scss.module.css [app-client] (css) */
.Footer-module-scss-module__GPjbVG__root {
  flex-direction: column;
  gap: 20px;
  padding-top: 156px;
  padding-bottom: 20px;
  display: flex;
}

.Footer-module-scss-module__GPjbVG__root__infoBlock {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.Footer-module-scss-module__GPjbVG__root__selectionContainer {
  justify-content: space-between;
  display: flex;
}

.Footer-module-scss-module__GPjbVG__root__selection {
  background: none;
  padding-bottom: 0;
  padding-left: 0;
}

.Footer-module-scss-module__GPjbVG__root__selection:hover {
  transform: none;
}

.Footer-module-scss-module__GPjbVG__root__buttonGroup {
  gap: 8px;
  display: flex;
}

.Footer-module-scss-module__GPjbVG__root__infoText {
  color: var(--base-300);
  font-size: 16px;
}

.Footer-module-scss-module__GPjbVG__root__linksContanier {
  align-items: center;
  gap: 52px;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .Footer-module-scss-module__GPjbVG__root__linksContanier {
    gap: 25px;
  }
}

.Footer-module-scss-module__GPjbVG__root__image {
  cursor: pointer;
}

[data-theme="light"] .Footer-module-scss-module__GPjbVG__root__image:hover {
  filter: brightness(.6);
}

[data-theme="dark"] .Footer-module-scss-module__GPjbVG__root__image:hover {
  filter: brightness(1.6);
}

.Footer-module-scss-module__GPjbVG__root__policyText {
  color: var(--base-400);
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.Footer-module-scss-module__GPjbVG__root__policyText:hover {
  color: var(--base-200);
}

.Footer-module-scss-module__GPjbVG__root__policyText:hover:after {
  opacity: 1;
  width: 100%;
}

.Footer-module-scss-module__GPjbVG__root__policyText:after {
  content: "";
  background-color: var(--base-400);
  opacity: 0;
  width: 0;
  height: 1px;
  transition: width .3s, opacity .3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.Footer-module-scss-module__GPjbVG__root__banksContainer {
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.Footer-module-scss-module__GPjbVG__root__base400 {
  color: var(--base-400);
  fill: var(--base-400);
}

.Footer-module-scss-module__GPjbVG__root__base300 {
  color: var(--base-300);
  fill: var(--base-300);
}

.Footer-module-scss-module__GPjbVG__root__base200 {
  color: var(--base-200);
  fill: var(--base-300);
}

.Footer-module-scss-module__GPjbVG__root__base100 {
  color: var(--base-100);
  fill: var(--base-100);
}

@media screen and (max-width: 1024px) {
  .Footer-module-scss-module__GPjbVG__root {
    display: none !important;
  }
}

/* [project]/app/modules/Brand/ui/BrandInfo/BrandInfo.module.scss.module.css [app-client] (css) */
.BrandInfo-module-scss-module__H6p2yG__root {
  align-items: center;
  gap: 10px;
  display: flex;
}

.BrandInfo-module-scss-module__H6p2yG__root__brandInfo {
  flex-direction: column;
  display: flex;
}

.BrandInfo-module-scss-module__H6p2yG__root__brandTitle {
  color: var(--base-100);
  margin: 0;
}

.BrandInfo-module-scss-module__H6p2yG__root__brandType {
  color: var(--base-400);
}

.BrandInfo-module-scss-module__H6p2yG__root_default .BrandInfo-module-scss-module__H6p2yG__root__brandTitle {
  font-size: 30px;
  font-weight: 700;
}

.BrandInfo-module-scss-module__H6p2yG__root_default .BrandInfo-module-scss-module__H6p2yG__root__brandType {
  font-size: 16px;
  font-weight: 500;
}

.BrandInfo-module-scss-module__H6p2yG__root_default .BrandInfo-module-scss-module__H6p2yG__root__brandInfo {
  gap: 4px;
}

.BrandInfo-module-scss-module__H6p2yG__root_small .BrandInfo-module-scss-module__H6p2yG__root__brandTitle {
  font-size: 24px;
  font-weight: 700;
}

.BrandInfo-module-scss-module__H6p2yG__root_small .BrandInfo-module-scss-module__H6p2yG__root__brandType {
  font-size: 16px;
  font-weight: 500;
}

.BrandInfo-module-scss-module__H6p2yG__root_small .BrandInfo-module-scss-module__H6p2yG__root__brandInfo {
  gap: 0;
}

/* [project]/app/entities/Brand/ui/BrandIcon/BrandIcon.module.scss.module.css [app-client] (css) */
.BrandIcon-module-scss-module__h2coNW__root {
  background-color: var(--base-100);
  color: var(--base-800);
  text-transform: uppercase;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.BrandIcon-module-scss-module__h2coNW__root__image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* [project]/app/entities/Story/ui/StoryBlock/StoryBlock.module.scss.module.css [app-client] (css) */
.StoryBlock-module-scss-module__eScVFa__root {
  box-sizing: border-box;
  border: 4px solid var(--accent-100);
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .StoryBlock-module-scss-module__eScVFa__root {
    border-width: 2px;
    border-radius: 14px;
    width: 116px;
    height: 116px;
  }
}

.StoryBlock-module-scss-module__eScVFa__root_viewed {
  border-color: var(--base-600);
}

.StoryBlock-module-scss-module__eScVFa__root__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.StoryBlock-module-scss-module__eScVFa__root__title {
  z-index: 2;
  align-self: flex-start;
  padding: 0 19px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 19px;
}

[data-theme="light"] .StoryBlock-module-scss-module__eScVFa__root__title {
  color: var(--base-800);
}

[data-theme="dark"] .StoryBlock-module-scss-module__eScVFa__root__title {
  color: var(--base-100);
}

@media screen and (max-width: 1024px) {
  .StoryBlock-module-scss-module__eScVFa__root__title {
    padding: 0 12px;
    font-size: 12px;
    bottom: 12px;
  }
}

.StoryBlock-module-scss-module__eScVFa__root__imageContainer {
  border-radius: 22px;
  width: 164px;
  height: 164px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .StoryBlock-module-scss-module__eScVFa__root__imageContainer {
    border-radius: 12px;
    width: 108px;
    height: 108px;
  }
}

.StoryBlock-module-scss-module__eScVFa__root__gradient {
  z-index: 1;
  background: linear-gradient(360deg, #333 0%, #3333 49.48%, #fff0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

/* [project]/app/widgets/Story/StorySlider/StorySlider.module.scss.module.css [app-client] (css) */
.StorySlider-module-scss-module__uijNCG__root {
  border-radius: 24px;
  padding: 40px 0 36px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .StorySlider-module-scss-module__uijNCG__root {
    padding: 0 16px;
  }
}

.StorySlider-module-scss-module__uijNCG__root__navigationButton {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.StorySlider-module-scss-module__uijNCG__root__navigationButton_disabled {
  display: none;
}

.StorySlider-module-scss-module__uijNCG__root__prev {
  position: absolute;
  left: 0;
}

.StorySlider-module-scss-module__uijNCG__root__next {
  position: absolute;
  right: 0;
}

.StorySlider-module-scss-module__uijNCG__root__base800 {
  color: var(--base-800);
  fill: var(--base-800);
}

.StorySlider-module-scss-module__uijNCG__root__base100 {
  color: var(--base-100);
  fill: var(--base-100);
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

: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%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .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]/app/widgets/Category/ui/CategoryBlock/CategoryBlock.module.scss.module.css [app-client] (css) */
.CategoryBlock-module-scss-module__dkWyjW__root {
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .CategoryBlock-module-scss-module__dkWyjW__root {
    padding-bottom: 24px;
  }
}

.CategoryBlock-module-scss-module__dkWyjW__root__title {
  color: var(--base-100);
  margin: 0;
  padding: 32px 0;
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .CategoryBlock-module-scss-module__dkWyjW__root__title {
    display: none;
  }
}

.CategoryBlock-module-scss-module__dkWyjW__root__content {
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 292px);
  justify-content: space-between;
  row-gap: 24px;
  display: grid;
}

@media screen and (max-width: 1439px) {
  .CategoryBlock-module-scss-module__dkWyjW__root__content {
    grid-template-columns: repeat(4, 233px);
  }
}

@media screen and (max-width: 1279px) {
  .CategoryBlock-module-scss-module__dkWyjW__root__content {
    grid-template-columns: repeat(4, 218px);
  }
}

@media screen and (max-width: 1024px) {
  .CategoryBlock-module-scss-module__dkWyjW__root__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media screen and (max-width: 580px) {
  .CategoryBlock-module-scss-module__dkWyjW__root__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.CategoryBlock-module-scss-module__dkWyjW__root__skeleton {
  flex-direction: column;
  display: flex;
}

.CategoryBlock-module-scss-module__dkWyjW__root__skeleton_title {
  max-height: 43px;
  padding: 32px 0;
}

@media screen and (max-width: 1024px) {
  .CategoryBlock-module-scss-module__dkWyjW__root__skeleton_title {
    display: none;
  }
}

/* [project]/app/widgets/Order/OrderAndFavoritesBlock/OrderAndFavoritesBlock.module.scss.module.css [app-client] (css) */
.OrderAndFavoritesBlock-module-scss-module__GKypOq__root {
  gap: 16px;
  display: flex;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media screen and (max-width: 1024px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root {
    gap: 8px;
  }
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__heartIcon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__heartIcon {
    gap: 8px;
    display: flex;
  }
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__itemOrdersText {
  padding-left: 10px;
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__item {
  box-sizing: border-box;
  width: calc(50% - 8px);
  height: 80px !important;
  padding: 0 12px !important;
}

@media screen and (max-width: 1024px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__item {
    height: 58px !important;
    padding: 8px 12px !important;
  }
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root_favoriteFull {
  flex-wrap: wrap;
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root_favoriteFull .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__itemFavorite, .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favoriteWidth {
  width: 100%;
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favorite {
  background-image: url("/FavoriteBanner-optim.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favorite:before {
  content: "";
  z-index: 0;
  background: linear-gradient(#0000 0%, #0000004d 41.5%, #00000080 64.5%, #000000bf 100%);
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 1024px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favorite:before {
    background: none;
  }

  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favorite {
    color: var(--base-200);
    background-image: none;
    order: 3;
  }
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__text {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__text {
    font-size: 16px;
  }
}

[data-theme="light"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favoriteText {
  color: var(--base-800);
}

@media screen and (max-width: 1024px) {
  [data-theme="light"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favoriteText, .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favoriteText {
    color: var(--base-300);
  }
}

[data-theme="light"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__allOrderText {
  color: var(--base-100);
}

@media screen and (max-width: 1024px) {
  [data-theme="light"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__allOrderText, .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__allOrderText {
    color: var(--base-300);
  }
}

.OrderAndFavoritesBlock-module-scss-module__GKypOq__root__iconRightFavorite {
  color: #fefefe;
}

@media screen and (max-width: 1024px) {
  [data-theme="light"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__iconRightFavorite {
    color: #0b0c10;
  }

  [data-theme="dark"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__iconRightFavorite {
    color: #fefefe;
  }
}

[data-theme="light"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__icon {
  color: #0b0c10;
}

[data-theme="dark"] .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__icon {
  color: #fefefe;
}

@media screen and (max-width: 1024px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root {
    flex-flow: column;
  }

  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__item {
    border-radius: 16px;
    width: 100%;
    height: 58px;
    padding: 8px 12px;
  }

  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__text {
    font-size: 16px;
    font-weight: 500;
  }

  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__favoriteText {
    color: var(--base-300);
  }

  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root svg {
    width: 24px;
  }
}

@media screen and (max-width: 580px) {
  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__item {
    border-radius: 16px;
    height: 58px;
    padding: 8px 12px;
  }

  .OrderAndFavoritesBlock-module-scss-module__GKypOq__root .OrderAndFavoritesBlock-module-scss-module__GKypOq__root__text {
    font-size: 16px;
    font-weight: 500;
  }
}

/* [project]/app/widgets/Header/ui/MainHeaderController/components/HeaderBottom/HeaderBottom.module.scss.module.css [app-client] (css) */
.HeaderBottom-module-scss-module__MQUHVW__root {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: rgba(var(--base-800), .75);
  z-index: 3;
  background-color: #f2f3f7bf;
  padding-top: 19px;
  padding-bottom: 19px;
  position: sticky;
  top: 0;
}

[data-theme="dark"] .HeaderBottom-module-scss-module__MQUHVW__root {
  background-color: #000000bf;
}

.HeaderBottom-module-scss-module__MQUHVW__root__container {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.HeaderBottom-module-scss-module__MQUHVW__root__buttonContainer {
  gap: 16px;
  display: flex;
}

.HeaderBottom-module-scss-module__MQUHVW__root__block {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.HeaderBottom-module-scss-module__MQUHVW__root__button {
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 16px !important;
  gap: 8px !important;
}

.HeaderBottom-module-scss-module__MQUHVW__root__selection {
  max-height: 32px;
}

.HeaderBottom-module-scss-module__MQUHVW__root__expandIcon {
  color: var(--base-100);
  margin-bottom: 20px;
}

.HeaderBottom-module-scss-module__MQUHVW__root__icon {
  color: var(--base-100);
}

.HeaderBottom-module-scss-module__MQUHVW__root__iconCart {
  color: var(--accent-font-color-100);
}

.HeaderBottom-module-scss-module__MQUHVW__root__cartText {
  color: var(--accent-font-color-100);
  font-size: 20px;
  font-weight: 700;
}

/* [project]/app/entities/Brand/ui/BrandToggleButton/BrandToggleButton.module.scss.module.css [app-client] (css) */
.BrandToggleButton-module-scss-module__p15iBa__root {
  border: 2px solid var(--base-600);
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 4px 12px 4px 4px;
  display: flex;
}

.BrandToggleButton-module-scss-module__p15iBa__root svg {
  fill: var(--base-400);
}

.BrandToggleButton-module-scss-module__p15iBa__root__title_main {
  color: var(--base-400);
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
}

.BrandToggleButton-module-scss-module__p15iBa__root_active {
  border: 2px solid var(--base-100);
  background-color: var(--base-600);
}

.BrandToggleButton-module-scss-module__p15iBa__root_active svg {
  fill: var(--base-100);
}

.BrandToggleButton-module-scss-module__p15iBa__root_active .BrandToggleButton-module-scss-module__p15iBa__root__title_main, .BrandToggleButton-module-scss-module__p15iBa__root_active .BrandToggleButton-module-scss-module__p15iBa__root__title_mobile {
  color: var(--base-100);
}

.BrandToggleButton-module-scss-module__p15iBa__root__title_mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .BrandToggleButton-module-scss-module__p15iBa__root {
    padding: 4px;
  }

  .BrandToggleButton-module-scss-module__p15iBa__root__mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .BrandToggleButton-module-scss-module__p15iBa__root__mobile_active svg {
    fill: var(--base-100);
  }

  .BrandToggleButton-module-scss-module__p15iBa__root__mobile_active .BrandToggleButton-module-scss-module__p15iBa__root__title_main, .BrandToggleButton-module-scss-module__p15iBa__root__mobile_active .BrandToggleButton-module-scss-module__p15iBa__root__title_mobile {
    color: var(--base-100);
  }

  .BrandToggleButton-module-scss-module__p15iBa__root__title_mobile {
    color: var(--base-400);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .BrandToggleButton-module-scss-module__p15iBa__root__title_main {
    display: none;
  }
}

/* [project]/app/features/Brand/BrandFilterMenu/ui/BrandFilterMenuSegment/BrandFilterMenuSegment.module.scss.module.css [app-client] (css) */
.BrandFilterMenuSegment-module-scss-module__8IZpHa__root {
  cursor: grab;
  flex: 1;
  gap: 12px;
  min-width: 70px;
  display: flex;
  position: relative;
}

/* [project]/node_modules/react-indiana-drag-scroll/dist/style.css [app-client] (css) */
.indiana-scroll-container {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: auto;
}

.indiana-scroll-container--hide-scrollbars {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.indiana-scroll-container--hide-scrollbars::-webkit-scrollbar {
  -webkit-appearance: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* [project]/app/entities/Menu/ui/CategoryToggleButton/CategoryToggleButton.module.scss.module.css [app-client] (css) */
.CategoryToggleButton-module-scss-module__ulO2xq__root {
  background-color: var(--base-600);
  cursor: pointer;
  border: none;
  border-radius: 32px;
  padding: 8px 16px;
}

.CategoryToggleButton-module-scss-module__ulO2xq__root__text {
  color: var(--base-400);
  text-wrap: nowrap;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s;
}

.CategoryToggleButton-module-scss-module__ulO2xq__root_active .CategoryToggleButton-module-scss-module__ulO2xq__root__text {
  color: var(--base-100);
}

.CategoryToggleButton-module-scss-module__ulO2xq__root__skeleton {
  max-width: 130px;
  max-height: 38px;
  overflow: hidden;
}

/* [project]/app/features/Menu/CategoryFilterMenu/ui/CategoryFilterMenuSegment/CategoryFilterMenuSegment.module.scss.module.css [app-client] (css) */
.CategoryFilterMenuSegment-module-scss-module__f6I_sa__root {
  -webkit-overflow-scrolling: touch;
  display: flex;
  margin-left: unset !important;
  margin-right: unset !important;
}

.CategoryFilterMenuSegment-module-scss-module__f6I_sa__root__slide {
  justify-content: center;
  align-items: center;
  width: fit-content;
  display: flex;
}

/* [project]/app/entities/Cart/ui/DeliveryBlock/DeliveryBlock.module.scss.module.css [app-client] (css) */
.DeliveryBlock-module-scss-module__dHMrea__root {
  white-space: nowrap;
  gap: 16px;
  display: flex;
}

@media screen and (max-width: 1025px) {
  .DeliveryBlock-module-scss-module__dHMrea__root {
    padding-top: 8px;
  }
}

.DeliveryBlock-module-scss-module__dHMrea__root__inCart {
  padding-top: 8px;
}

/* [project]/app/common/ui/Progress/Progress.module.scss.module.css [app-client] (css) */
.Progress-module-scss-module__6i8ObW__root {
  width: 100%;
  height: 36px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .Progress-module-scss-module__6i8ObW__root {
    min-width: none;
  }
}

.Progress-module-scss-module__6i8ObW__root__progressTrack {
  border-radius: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

[data-theme="light"] .Progress-module-scss-module__6i8ObW__root__progressTrack {
  background-color: var(--base-400);
}

[data-theme="dark"] .Progress-module-scss-module__6i8ObW__root__progressTrack {
  background-color: var(--base-700);
}

[data-focus-visible] .Progress-module-scss-module__6i8ObW__root__progressTrack {
  outline: 2px solid var(--accent-100);
  outline-offset: 2px;
}

.Progress-module-scss-module__6i8ObW__root__progressFill {
  background: linear-gradient(90deg, var(--accent-100), var(--progress-base));
  border-radius: 12px;
  min-width: .5%;
  height: 100%;
  transition: width .3s;
}

.Progress-module-scss-module__6i8ObW__root__content {
  z-index: 1;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  display: flex;
  position: relative;
}

.Progress-module-scss-module__6i8ObW__root__contentItem {
  align-items: center;
  gap: 6px;
  display: flex;
}

.Progress-module-scss-module__6i8ObW__root__text {
  color: #fff;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 600;
}

.Progress-module-scss-module__6i8ObW__root__iconButton {
  pointer-events: auto;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.Progress-module-scss-module__6i8ObW__root__iconButton[data-focus-visible] {
  outline: 2px solid var(--accent-100);
  outline-offset: 2px;
}

.Progress-module-scss-module__6i8ObW__root__iconButton[data-disabled] {
  cursor: not-allowed;
  opacity: .5;
}

/* [project]/app/widgets/Header/ui/MainHeaderController/components/HeaderTop/HeaderTop.module.scss.module.css [app-client] (css) */
.HeaderTop-module-scss-module__4_ZsKW__root {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.HeaderTop-module-scss-module__4_ZsKW__root__brand {
  align-items: center;
  gap: 10px;
  display: flex;
}

@media screen and (max-width: 1441px) {
  .HeaderTop-module-scss-module__4_ZsKW__root__brand {
    width: 70%;
  }
}

.HeaderTop-module-scss-module__4_ZsKW__root__brandInfo {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.HeaderTop-module-scss-module__4_ZsKW__root__brandTitle {
  color: var(--base-100);
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (max-width: 1441px) {
  .HeaderTop-module-scss-module__4_ZsKW__root__brandTitle {
    font-size: 24px;
    line-height: 30px;
  }
}

.HeaderTop-module-scss-module__4_ZsKW__root__brandType {
  color: var(--base-400);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.HeaderTop-module-scss-module__4_ZsKW__root__buttonContainer {
  gap: 12px;
  display: flex;
}

.HeaderTop-module-scss-module__4_ZsKW__root__button {
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  border-radius: 16px !important;
}

.HeaderTop-module-scss-module__4_ZsKW__root__buttonText {
  font-size: 16px;
  font-weight: 500;
}

[data-theme="light"] .HeaderTop-module-scss-module__4_ZsKW__root__buttonText {
  color: var(--base-200);
}

[data-theme="dark"] .HeaderTop-module-scss-module__4_ZsKW__root__buttonText {
  color: var(--base-100);
}

.HeaderTop-module-scss-module__4_ZsKW__root__buttonIcon {
  align-items: center;
  display: flex;
}

/* [project]/app/widgets/Header/ui/MainHeaderController/MainHeaderController.module.scss.module.css [app-client] (css) */
.MainHeaderController-module-scss-module__a1E5La__root_mobile {
  z-index: 3;
  background-color: var(--base-800);
  padding-top: 24px;
  padding-bottom: 20px;
  display: none;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .MainHeaderController-module-scss-module__a1E5La__root_mobile {
    display: block;
  }

  .MainHeaderController-module-scss-module__a1E5La__root_desktop {
    display: none;
  }
}

/* [project]/app/entities/Address/ui/HeaderWithAddress/HeaderWithAddress.module.scss.module.css [app-client] (css) */
.HeaderWithAddress-module-scss-module__RXvikG__root {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.HeaderWithAddress-module-scss-module__RXvikG__root__address {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.HeaderWithAddress-module-scss-module__RXvikG__root__place {
  flex-direction: row;
  align-items: center;
  gap: 4px;
  display: flex;
}

.HeaderWithAddress-module-scss-module__RXvikG__root__addressText {
  color: var(--base-100);
  font-size: 14px;
  font-weight: 500;
}

.HeaderWithAddress-module-scss-module__RXvikG__root__type {
  color: var(--base-300);
  font-size: 14px;
  font-weight: 500;
}

/* [project]/app/entities/Profile/ui/ProfileLink/ProfileLink.module.scss.module.css [app-client] (css) */
.ProfileLink-module-scss-module__ZBCRya__root {
  background-color: var(--base-600);
  box-sizing: border-box;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  display: flex;
}

.ProfileLink-module-scss-module__ZBCRya__root__icon {
  color: var(--base-200);
}

/* [project]/app/views/main/ui/view.module.scss.module.css [app-client] (css) */
.view-module-scss-module__WT1hvq__root__icon {
  color: var(--base-100);
}

.view-module-scss-module__WT1hvq__root__clockIcon {
  color: var(--base-100);
  background-color: var(--base-600);
  border-radius: 9999px;
  padding: 10px;
}

.view-module-scss-module__WT1hvq__root__selection {
  border-radius: 30px;
  width: 50%;
}

.view-module-scss-module__WT1hvq__root__menu {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .view-module-scss-module__WT1hvq__root__menu {
    background-color: var(--base-500);
    border: 1px solid var(--base-500);
    border-radius: 0;
    gap: 0;
    padding: 16px 16px 0;
  }
}

/* [project]/app/widgets/Cart/CartWidget/CartWidget.module.scss.module.css [app-client] (css) */
.CartWidget-module-scss-module__TeHseW__root {
  z-index: 3;
  background-color: var(--base-700);
  border-radius: 20px 20px 0 0;
  padding: 12px 16px;
  display: none;
  position: sticky;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .CartWidget-module-scss-module__TeHseW__root {
    display: block;
  }
}

.CartWidget-module-scss-module__TeHseW__root__button {
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}

/* [project]/app/entities/Brand/ui/InfoCard/InfoCard.module.scss.module.css [app-client] (css) */
@media screen and (max-width: 1024px) {
  .InfoCard-module-scss-module__Q2VcwG__root {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }
}

.InfoCard-module-scss-module__Q2VcwG__root__modal {
  flex-direction: column;
  gap: 20px;
  width: 400px;
  padding: 16px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .InfoCard-module-scss-module__Q2VcwG__root__modal {
    width: 100vw;
    height: 100% !important;
  }
}

.InfoCard-module-scss-module__Q2VcwG__root__header {
  padding: 0;
}

.InfoCard-module-scss-module__Q2VcwG__root__button {
  width: 100%;
}

.InfoCard-module-scss-module__Q2VcwG__root__desc {
  color: var(--base-100);
  font-size: 16px;
}

.InfoCard-module-scss-module__Q2VcwG__root__image {
  border-radius: 16px;
  height: 210px;
}

/* [project]/app/modules/Product/ui/ProductModal/ProductModal.module.scss.module.css [app-client] (css) */
.ProductModal-module-scss-module__V-n5mG__root {
  width: 960px;
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .ProductModal-module-scss-module__V-n5mG__root {
    width: 100vw;
    height: 100vh;
    padding: 0 !important;
  }

  .ProductModal-module-scss-module__V-n5mG__root_position_center .ProductModal-module-scss-module__V-n5mG__root {
    padding: 0 !important;
  }
}

.ProductModal-module-scss-module__V-n5mG__root__modal {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

/* [project]/app/features/Product/AddProductToCart/ui/AddProductIntoCartBlock.module.scss.module.css [app-client] (css) */
.AddProductIntoCartBlock-module-scss-module__m4e6_q__root {
  z-index: 2;
  background-color: var(--base-800);
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 368px;
  padding-bottom: 0;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .AddProductIntoCartBlock-module-scss-module__m4e6_q__root {
    max-width: 100%;
    padding-bottom: 16px;
  }
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__wrapper {
  z-index: 2;
  gap: 13px;
  display: flex;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__priceContainer {
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__priceContainer {
    padding-top: 0;
  }
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__priceInfo {
  display: flex;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__priceTitle {
  color: var(--base-100);
  font-size: 14px;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__priceWieght {
  color: var(--base-400);
  padding-left: 4px;
  font-size: 14px;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__priceText {
  color: var(--base-100);
  font-size: 16px;
  font-weight: bold;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__addButton {
  cursor: pointer;
  border: none;
  border-radius: 16px;
  flex-grow: 4;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__addButton {
    flex: 6;
  }
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__addButtonText {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButtonWithMeasure {
  text-wrap: nowrap;
  flex-grow: 5;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton {
  color: var(--base-100);
  border: none;
  border-radius: 16px;
  flex-grow: 3;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton:hover, .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton[data-hovered], .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton:active, .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton[data-pressed] {
  background-color: var(--base-600);
}

@media screen and (max-width: 1024px) {
  .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton {
    flex: 2;
  }
}

@media screen and (max-width: 580px) {
  .AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountButton {
    flex: 4;
  }
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__amountText {
  text-align: center;
  min-width: 30px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__iconButton {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.AddProductIntoCartBlock-module-scss-module__m4e6_q__root__icon {
  fill: var(--base-100);
}

/* [project]/app/common/ui/AnimatedCounter/AnimatedCounter.module.scss.module.css [app-client] (css) */
.AnimatedCounter-module-scss-module__F6VeTq__root {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

/* [project]/app/modules/Product/ui/ProductInfo/ProductInfo.module.scss.module.css [app-client] (css) */
.ProductInfo-module-scss-module__xFom5a__root {
  box-sizing: border-box;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.ProductInfo-module-scss-module__xFom5a__root__closeIcon {
  color: var(--base-100);
}

@media screen and (max-width: 1024px) {
  .ProductInfo-module-scss-module__xFom5a__root {
    flex-direction: column;
    padding: 0;
    overflow: hidden auto;
  }
}

.ProductInfo-module-scss-module__xFom5a__root__right {
  flex: 1;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .ProductInfo-module-scss-module__xFom5a__root__right {
    padding: 16px 16px 0;
  }
}

.ProductInfo-module-scss-module__xFom5a__root__info {
  box-sizing: border-box;
  scrollbar-gutter: stable;
  flex-direction: column;
  gap: 32px;
  max-height: 100%;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .ProductInfo-module-scss-module__xFom5a__root__info {
    padding-bottom: 140px;
  }
}

.ProductInfo-module-scss-module__xFom5a__root__info::-webkit-scrollbar {
  background-color: var(--base-800);
  width: 8px;
}

.ProductInfo-module-scss-module__xFom5a__root__info::-webkit-scrollbar-thumb {
  background-color: var(--base-600);
  border-radius: 16px;
  width: 8px;
}

.ProductInfo-module-scss-module__xFom5a__root__mainInfo {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ProductInfo-module-scss-module__xFom5a__root__top {
  justify-content: space-between;
  display: flex;
}

.ProductInfo-module-scss-module__xFom5a__root__closeButtonContainer {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .ProductInfo-module-scss-module__xFom5a__root__closeButtonContainer {
    display: none;
  }
}

.ProductInfo-module-scss-module__xFom5a__root__closeButton {
  border-radius: 999999px !important;
}

.ProductInfo-module-scss-module__xFom5a__root__title {
  color: var(--base-100);
  font-size: 24px;
  font-weight: 600;
}

.ProductInfo-module-scss-module__xFom5a__root__description {
  line-break: loose;
  color: var(--base-300);
  font-size: 16px;
  font-weight: 400;
}

.ProductInfo-module-scss-module__xFom5a__root__nutSection {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ProductInfo-module-scss-module__xFom5a__root__nutContainer {
  gap: 40px;
  display: flex;
}

.ProductInfo-module-scss-module__xFom5a__root__nutBlock {
  flex-direction: column;
  height: 47px;
  display: flex;
}

.ProductInfo-module-scss-module__xFom5a__root__nutNumber {
  color: var(--base-200);
  font-size: 16px;
}

.ProductInfo-module-scss-module__xFom5a__root__nutText {
  color: var(--base-400);
  font-size: 14px;
}

.ProductInfo-module-scss-module__xFom5a__root__nutTitle {
  color: var(--base-100);
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.ProductInfo-module-scss-module__xFom5a__root__buttons {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .ProductInfo-module-scss-module__xFom5a__root__buttons {
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    bottom: 0;
  }
}

.ProductInfo-module-scss-module__xFom5a__root__swiper {
  flex: 1;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.ProductInfo-module-scss-module__xFom5a__root__swiperPagination {
  z-index: 10;
  background: #7b7b7b2e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
}

.ProductInfo-module-scss-module__xFom5a__root__swiperBullet {
  opacity: .3;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  transition: opacity .3s;
}

.ProductInfo-module-scss-module__xFom5a__root__swiperBulletActive {
  opacity: 1;
}

.ProductInfo-module-scss-module__xFom5a__root__customPagination {
  z-index: 10;
  scrollbar-width: none;
  background: #7b7b7b2e;
  border-radius: 30px;
  justify-content: center;
  gap: 10px;
  max-width: 90%;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  overflow-x: auto;
  transform: translateX(-50%);
}

.ProductInfo-module-scss-module__xFom5a__root__customPagination::-webkit-scrollbar {
  display: none;
}

.ProductInfo-module-scss-module__xFom5a__root__image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
}

/* [project]/app/modules/Product/modules/Modifier/ui/ManageModifiersAny/ManageModifiersAny.module.scss.module.css [app-client] (css) */
.ManageModifiersAny-module-scss-module__EApdFa__root {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.ManageModifiersAny-module-scss-module__EApdFa__root__modifier {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.ManageModifiersAny-module-scss-module__EApdFa__root__modifierTitle {
  color: var(--base-100);
}

.ManageModifiersAny-module-scss-module__EApdFa__root__titleContainer {
  flex-direction: column;
  display: flex;
}

.ManageModifiersAny-module-scss-module__EApdFa__root__modifiersPrice {
  color: var(--base-200);
  font-size: 14px;
}

/* [project]/app/modules/Product/modules/Modifier/ui/ManageModifiersOne/ManageModifiersOne.module.scss.module.css [app-client] (css) */
.ManageModifiersOne-module-scss-module__u9Km1W__root {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.ManageModifiersOne-module-scss-module__u9Km1W__root__modifier {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.ManageModifiersOne-module-scss-module__u9Km1W__root__modifierTitle {
  color: var(--base-100);
}

.ManageModifiersOne-module-scss-module__u9Km1W__root__titleContainer {
  flex-direction: column;
  display: flex;
}

.ManageModifiersOne-module-scss-module__u9Km1W__root__modifiersPrice {
  color: var(--base-200);
  font-size: 14px;
}

/* [project]/app/modules/Product/modules/Modifier/ui/ManageModifiersAmount/ManageModifiersAmount.module.scss.module.css [app-client] (css) */
.ManageModifiersAmount-module-scss-module__R7eB2q__root {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__item {
  display: flex;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__title {
  color: var(--base-200);
  font-size: 16px;
  font-weight: 400;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__price {
  color: var(--base-400);
  font-size: 14px;
  font-weight: 500;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__text {
  align-items: center;
  gap: 4px;
  display: flex;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__modifier {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 2px;
  display: flex;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__modifierTitle {
  color: var(--base-100);
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__titleContainer {
  flex-direction: column;
  display: flex;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__modifiersPrice {
  color: var(--base-200);
  font-size: 14px;
}

.ManageModifiersAmount-module-scss-module__R7eB2q__root__weightText {
  color: var(--base-300);
  font-size: 14px;
}

/* [project]/app/entities/Modifier/ui/AmountCounter/AmountCounter.module.scss.module.css [app-client] (css) */
.AmountCounter-module-scss-module__b74EXW__root {
  cursor: pointer;
  color: var(--base-100);
  background: none;
  background-color: var(--base-600);
  box-sizing: border-box;
  border: none;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 100px;
  max-width: 100px;
  height: 36px;
  padding: 6px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.AmountCounter-module-scss-module__b74EXW__root svg {
  fill: var(--base-100);
  display: block;
}

.AmountCounter-module-scss-module__b74EXW__root :hover {
  opacity: .8;
}

.AmountCounter-module-scss-module__b74EXW__root__initialState {
  padding: 8px;
}

.AmountCounter-module-scss-module__b74EXW__root__text {
  color: var(--base-100);
  text-align: center;
  min-width: 20px;
}

.AmountCounter-module-scss-module__b74EXW__root__iconButton {
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.AmountCounter-module-scss-module__b74EXW__root__iconButton :hover {
  opacity: .8;
}

.AmountCounter-module-scss-module__b74EXW__root__icon {
  color: var(--base-100);
}

.AmountCounter-module-scss-module__b74EXW__root__counterWrapper {
  justify-content: center;
  min-width: 20px;
  display: flex;
  position: relative;
}

/* [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);
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .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]/app/modules/Product/ui/ProductInfo/LargeProductImage/LargeProductImage.module.scss.module.css [app-client] (css) */
.LargeProductImage-module-scss-module__idkudW__root {
  box-sizing: border-box;
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: fit-content;
  display: flex;
  position: relative;
}

.LargeProductImage-module-scss-module__idkudW__root__swiper {
  width: 568px;
  height: 568px;
}

.LargeProductImage-module-scss-module__idkudW__root__navigationButton {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.LargeProductImage-module-scss-module__idkudW__root__navigationButton_disabled {
  display: none;
}

.LargeProductImage-module-scss-module__idkudW__root__prev {
  position: absolute;
  left: 0;
}

.LargeProductImage-module-scss-module__idkudW__root__next {
  position: absolute;
  right: 0;
}

.LargeProductImage-module-scss-module__idkudW__root__image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.LargeProductImage-module-scss-module__idkudW__root__closeIcon {
  color: var(--base-100);
}

.LargeProductImage-module-scss-module__idkudW__root__closeButton {
  background-color: var(--base-600);
  z-index: 2;
  border-radius: 100000000px;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 14px;
  left: 9px;
}

@media screen and (max-width: 1024px) {
  .LargeProductImage-module-scss-module__idkudW__root__closeButton {
    display: block;
  }
}

.LargeProductImage-module-scss-module__idkudW__root__slide {
  aspect-ratio: 4 / 4;
  position: relative;
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* [project]/app/modules/Product/ui/ProductInfo/LargeProductImage/Indicator/Indicator.module.scss.module.css [app-client] (css) */
.Indicator-module-scss-module__akpd9G__root {
  z-index: 2;
  box-sizing: border-box;
  background: #7b7b7b2e;
  border-radius: 8px;
  justify-content: space-between;
  gap: 5px;
  height: 16px;
  padding: 5px 8px;
  display: flex;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.Indicator-module-scss-module__akpd9G__root__item {
  opacity: .3;
  background: var(--base-100);
  border-radius: 3px;
  width: 5px;
  height: 5px;
}

.Indicator-module-scss-module__akpd9G__root__item_active {
  opacity: 1;
}

/* [project]/app/modules/Product/ui/ProductInfo/ProductAdditionalInfoBlock/ProductAdditionalInfoBlock.module.scss.module.css [app-client] (css) */
.ProductAdditionalInfoBlock-module-scss-module__6ARJta__root {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ProductAdditionalInfoBlock-module-scss-module__6ARJta__root__title {
  color: var(--base-100);
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.ProductAdditionalInfoBlock-module-scss-module__6ARJta__root__description {
  color: var(--base-300);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

/* [project]/app/modules/Product/ui/ProductCard/ProductCard.module.scss.module.css [app-client] (css) */
.ProductCard-module-scss-module__NOKsda__root {
  background-color: var(--base-500);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .ProductCard-module-scss-module__NOKsda__root {
    background-color: var(--base-600);
  }
}

.ProductCard-module-scss-module__NOKsda__root__counter {
  z-index: 2;
}

.ProductCard-module-scss-module__NOKsda__root_small {
  width: 156px;
}

.ProductCard-module-scss-module__NOKsda__root_small .ProductCard-module-scss-module__NOKsda__root__imageContainer {
  max-width: 148px;
  max-height: 148px;
}

.ProductCard-module-scss-module__NOKsda__root_small .ProductCard-module-scss-module__NOKsda__root__title {
  font-size: 14px;
  font-weight: 500;
}

.ProductCard-module-scss-module__NOKsda__root_small .ProductCard-module-scss-module__NOKsda__root__description {
  display: none;
}

.ProductCard-module-scss-module__NOKsda__root__title {
  color: var(--base-200);
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .ProductCard-module-scss-module__NOKsda__root__title {
    font-size: 16px;
  }
}

.ProductCard-module-scss-module__NOKsda__root__inCartTitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ProductCard-module-scss-module__NOKsda__root__description {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-orient: vertical;
  color: var(--base-200);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  display: -moz-box;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .ProductCard-module-scss-module__NOKsda__root__description {
    display: none;
  }
}

.ProductCard-module-scss-module__NOKsda__root__texts, .ProductCard-module-scss-module__NOKsda__root__main {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.ProductCard-module-scss-module__NOKsda__root__imageContainer {
  border-radius: 20px;
  width: 100%;
  height: 276px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .ProductCard-module-scss-module__NOKsda__root__imageContainer {
    height: 217px;
  }
}

@media screen and (max-width: 1279px) {
  .ProductCard-module-scss-module__NOKsda__root__imageContainer {
    height: 202px;
  }
}

@media screen and (max-width: 1024px) {
  .ProductCard-module-scss-module__NOKsda__root__imageContainer {
    height: 150px;
  }
}

.ProductCard-module-scss-module__NOKsda__root__stickers {
  z-index: 2;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ProductCard-module-scss-module__NOKsda__root__actuealMeasure {
  color: var(--base-200);
  font-size: 14px;
  font-weight: 400;
}

.ProductCard-module-scss-module__NOKsda__root__bottomBlock {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ProductCard-module-scss-module__NOKsda__root__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ProductCard-module-scss-module__NOKsda__root__skeleton {
  background-color: none;
  height: 470px;
}

@media screen and (max-width: 1439px) {
  .ProductCard-module-scss-module__NOKsda__root__skeleton {
    height: 432px;
  }
}

/* [project]/app/features/Cart/ChangeCart/ui/ChangeCartButton/ChangeCartButton.module.scss.module.css [app-client] (css) */
.ChangeCartButton-module-scss-module__YHFJAa__root {
  background-color: var(--base-600);
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 8px 0;
  display: flex;
  position: relative;
}

.ChangeCartButton-module-scss-module__YHFJAa__root:hover, .ChangeCartButton-module-scss-module__YHFJAa__root[data-hovered] {
  background-color: var(--base-600);
  filter: brightness(.9);
}

.ChangeCartButton-module-scss-module__YHFJAa__root:active, .ChangeCartButton-module-scss-module__YHFJAa__root[data-pressed] {
  background-color: var(--base-600);
  filter: brightness(.8);
  transform: scale(.98);
}

.ChangeCartButton-module-scss-module__YHFJAa__root_small .ChangeCartButton-module-scss-module__YHFJAa__root__price {
  font-size: 16px;
  font-weight: 500;
}

.ChangeCartButton-module-scss-module__YHFJAa__root_small .ChangeCartButton-module-scss-module__YHFJAa__root__plus {
  transform: translateX(-50%);
}

.ChangeCartButton-module-scss-module__YHFJAa__root_small .ChangeCartButton-module-scss-module__YHFJAa__root__plus_active {
  transform: translateX(0);
}

.ChangeCartButton-module-scss-module__YHFJAa__root__price {
  color: var(--base-100);
  font-size: 20px;
  font-weight: 500;
  transition: transform .2s;
  transform: translateX(-25%);
}

.ChangeCartButton-module-scss-module__YHFJAa__root__price_active {
  transform: translateX(0);
}

.ChangeCartButton-module-scss-module__YHFJAa__root__minus {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 19px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  left: 3px;
}

@media screen and (max-width: 580px) {
  .ChangeCartButton-module-scss-module__YHFJAa__root__minus {
    padding: 5px 14px;
    left: 0;
  }
}

.ChangeCartButton-module-scss-module__YHFJAa__root__minus_active {
  opacity: 1;
  visibility: visible;
  padding-top: 4.5px;
}

.ChangeCartButton-module-scss-module__YHFJAa__root__plus {
  width: 18px;
  transition: transform .2s;
  position: absolute;
  right: 16px;
  transform: translateX(-180%);
}

@media screen and (max-width: 426px) {
  .ChangeCartButton-module-scss-module__YHFJAa__root__plus {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 376px) {
  .ChangeCartButton-module-scss-module__YHFJAa__root__plus {
    transform: translateX(-50%);
  }
}

.ChangeCartButton-module-scss-module__YHFJAa__root__plus_active {
  transform: translateX(0);
}

.ChangeCartButton-module-scss-module__YHFJAa__root svg {
  width: 24px;
  height: 24px;
  fill: var(--base-100);
}

@media screen and (max-width: 1024px) {
  .ChangeCartButton-module-scss-module__YHFJAa__root {
    background-color: var(--base-500);
  }
}

/* [project]/app/modules/Product/ui/ProductAmount/ProductAmount.module.scss.module.css [app-client] (css) */
.ProductAmount-module-scss-module__BEtVfq__root {
  z-index: 1;
  opacity: 0;
  background-color: #00000080;
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

.ProductAmount-module-scss-module__BEtVfq__root_active {
  opacity: 1;
}

.ProductAmount-module-scss-module__BEtVfq__root__text {
  font-size: 36px;
  font-weight: 700;
}

[data-theme="light"] .ProductAmount-module-scss-module__BEtVfq__root {
  color: var(--base-800);
}

[data-theme="dark"] .ProductAmount-module-scss-module__BEtVfq__root {
  color: var(--base-100);
}

/* [project]/app/entities/Brand/ui/InfoCardAddress/InfoCardAddress.module.scss.module.css [app-client] (css) */
@media screen and (max-width: 1024px) {
  .InfoCardAddress-module-scss-module__azNVbW__root {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }
}

.InfoCardAddress-module-scss-module__azNVbW__root__modal {
  flex-direction: column;
  gap: 20px;
  width: 400px;
  padding: 16px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .InfoCardAddress-module-scss-module__azNVbW__root__modal {
    width: 100vw;
    height: 100% !important;
  }
}

.InfoCardAddress-module-scss-module__azNVbW__root__header {
  padding: 0;
}

.InfoCardAddress-module-scss-module__azNVbW__root__button {
  width: 100%;
}

.InfoCardAddress-module-scss-module__azNVbW__root__desc {
  color: var(--base-300);
  font-size: 16px;
}

.InfoCardAddress-module-scss-module__azNVbW__root__image {
  border-radius: 16px;
  height: 210px;
}

.InfoCardAddress-module-scss-module__azNVbW__root__mainContent {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.InfoCardAddress-module-scss-module__azNVbW__root__mainText {
  color: var(--base-100);
  font-size: 24px;
}

.InfoCardAddress-module-scss-module__azNVbW__root__mainDesc {
  color: var(--base-100);
  font-size: 20px;
}

.InfoCardAddress-module-scss-module__azNVbW__root__buttonContainer {
  gap: 12px;
  display: flex;
}

/* [project]/app/views/main/ui/components/MobileNavigation.module.scss.module.css [app-client] (css) */
.MobileNavigation-module-scss-module__pOWFBW__root {
  z-index: 3;
  background-color: var(--base-500);
  border-radius: 32px 32px 0 0;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  display: none;
  position: sticky;
  top: 70px;
}

@media screen and (max-width: 1024px) {
  .MobileNavigation-module-scss-module__pOWFBW__root {
    display: flex;
  }
}

.MobileNavigation-module-scss-module__pOWFBW__root__filterSegment {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

/* [project]/app/common/ui/Accordion/Accordion.module.scss.module.css [app-client] (css) */
.Accordion-module-scss-module__QOn8RG__root {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.Accordion-module-scss-module__QOn8RG__root__accordion {
  border-bottom: 1px solid var(--base-600);
  margin-bottom: 8px;
}

.Accordion-module-scss-module__QOn8RG__root__accordion:last-child {
  border-bottom: none;
}

.Accordion-module-scss-module__QOn8RG__root__titleBlock {
  cursor: pointer;
  color: var(--base-100);
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  transition: all .3s;
  display: flex;
}

.Accordion-module-scss-module__QOn8RG__root__active .Accordion-module-scss-module__QOn8RG__root__titleBlock {
  font-weight: bold;
}

.Accordion-module-scss-module__QOn8RG__root__active .Accordion-module-scss-module__QOn8RG__root__arrow {
  transform: rotate(90deg);
}

.Accordion-module-scss-module__QOn8RG__root__active .Accordion-module-scss-module__QOn8RG__root__сontent {
  max-height: 500px;
  padding-bottom: 16px;
}

.Accordion-module-scss-module__QOn8RG__root__сontent {
  max-height: 0;
  padding: 0;
  font-weight: normal;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.Accordion-module-scss-module__QOn8RG__root__text {
  color: var(--base-300);
  line-height: 1.5;
  display: block;
}

.Accordion-module-scss-module__QOn8RG__root__arrow {
  transition: transform .3s ease-in-out;
  transform: rotate(0);
}

/* [project]/app/widgets/Questions/Question.module.scss.module.css [app-client] (css) */
.Question-module-scss-module__H4T6rG__root {
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
  width: 420px;
  height: 100vh;
  padding: 0 16px 32px;
  display: flex;
  overflow: auto;
}

.Question-module-scss-module__H4T6rG__root__text {
  color: var(--base-300);
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 1024px) {
  .Question-module-scss-module__H4T6rG__root {
    width: 100%;
  }
}

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