/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./app/[catalog]/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_loader__ouLmS {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #888;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: styles_spin__MhtVF 1s linear infinite;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  grid-column: 1/-1;
}

@keyframes styles_spin__MhtVF {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.styles_activeCardLoader__gPAP4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.styles_activeCardLoader__gPAP4::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: styles_spin__MhtVF 1s linear infinite;
}

@keyframes styles_spin__MhtVF {
  to {
    transform: rotate(360deg);
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Search/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_search__piykP {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.styles_search__piykP input {
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-radius: 4px;
  border: 1px solid rgba(60, 60, 60, 0.3);
  font-size: 14px;
  transition: all 0.2s ease-in;
}
.styles_search__piykP input:focus {
  border: 1px solid rgb(60, 60, 60);
}
.styles_search__piykP svg {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.styles_search__piykP svg path {
  fill: rgba(60, 60, 60, 0.3);
  transition: fill 0.2s ease-in;
}
.styles_search__piykP:focus-within svg path {
  fill: rgb(60, 60, 60);
}

.styles_dropdown__JQZpB {
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: start !important;
  background-color: #fff;
  z-index: 999999;
  border-radius: 0 0 4px 4px !important;
  gap: 10px;
  padding: 15px 0 15px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.styles_dropdown__JQZpB.styles_hidden__AB5B_ {
  display: none;
}
.styles_dropdown_link__nBVAj {
  padding: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  transition: all 0.2s ease-in;
}
.styles_dropdown_link__nBVAj:hover {
  background-color: rgb(240, 240, 240);
}
.styles_dropdown_link__nBVAj img {
  width: 40px;
  width: 40px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 4px;
  margin-right: 10px;
}
.styles_dropdown_link_title__kreA9 {
  color: black;
  font-size: 14px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/cart/styles.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_cart__jB0fs {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background-color: lightgray;
  transition: all 0.1s ease-in;
}
.styles_cart__jB0fs svg {
  fill: black;
  width: 100%;
  height: 100%;
}
.styles_cart_count__BVH2P {
  position: absolute;
  right: -7px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  width: 17px;
  height: 17px;
}
.styles_cart__jB0fs:hover {
  background-color: rgb(207, 205, 205);
}
@media (hover: none) {
  .styles_cart__jB0fs {
    background-color: lightgray;
  }
}

.styles_hidden__pRbc2 {
  display: none;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/avatart/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_avatar__CsqB_ {
  width: 32px;
  height: 32px;
  background-color: lightgray;
  border-radius: 50%;
}
.styles_avatar__CsqB_ svg {
  width: 100%;
  height: 100%;
  fill: black;
  border-radius: 50%;
  padding: 4px;
}
.styles_avatar__CsqB_ img {
  object-fit: cover;
  border-radius: 50%;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */

/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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 {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.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;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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);
}
/* Slide styles start */
/* 3D Shadows */
.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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.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-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.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';
}
/* Navigation font end */

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/activeCard/slider/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_image__TqJJk {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .styles_image__TqJJk {
    max-height: 300px;
    width: 100%;
  }
}
.styles_image__TqJJk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.styles_swiper-button-next__fLyfE,
.styles_swiper-button-prev___R2O_ {
  background-color: #ff5733 !important; /* Цвет кнопок */
  color: #fff !important; /* Цвет текста или стрелки */
  border-radius: 50% !important; /* Закругленные края */
  padding: 10px !important;
  transition: background-color 0.3s !important;
}
.styles_swiper-button-next__fLyfE:hover,
.styles_swiper-button-prev___R2O_:hover {
  background-color: #c44322 !important; /* Цвет кнопок при наведении */
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/activeCard/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_modal__CfK6B {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.styles_modal_content__UlxAp {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  max-height: 600px;
  z-index: 9999;
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px 40px;
  height: 100%;
}
@media (max-width: 800px) {
  .styles_modal_content__UlxAp {
    flex-direction: column;
    width: 100vw;
    height: 70vh;
    max-width: unset;
    max-height: unset;
    overflow-y: scroll;
    padding: 15px;
    gap: 5px;
    border-radius: 0;
  }
}
.styles_modal_content_left__545yF {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  background-color: lightgrey;
}
@media (max-width: 800px) {
  .styles_modal_content_left__545yF {
    max-width: unset;
    max-height: 300px;
  }
}
.styles_modal_content_right__DZVYs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
.styles_modal_content_right_brand__emj10 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(129, 129, 129);
  text-transform: uppercase;
}
.styles_modal_content_right_name__GBNoL {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.styles_modal_content_right_retail__MBAuY {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
}
.styles_modal_content_right_price__JIrKq {
  margin-top: 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.styles_modal_content_right_price__JIrKq span {
  margin-left: 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.styles_modal_content_right_email__InLRp {
  font-size: 12px;
  font-weight: 400;
}
.styles_modal_content_right_desc__HRRb0 {
  overflow-y: auto;
  max-height: 250px;
  scrollbar-width: thin;
  color: rgb(0, 0, 0);
}
@media (max-width: 800px) {
  .styles_modal_content_right_desc__HRRb0 {
    max-height: unset;
    overflow-y: visible;
    padding-bottom: 100px;
  }
}
.styles_modal_content_right_desc__HRRb0 p {
  font-size: 14px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  margin: 7px 0px;
  font-weight: 400;
}
.styles_modal_content_right_desc__HRRb0 ul {
  padding-top: 10px;
  padding-left: 20px;
}
.styles_modal_content_right_desc__HRRb0 li {
  list-style: disc;
  font-size: 14px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  margin: 7px 0px;
  font-weight: 400;
}
.styles_modal_content_right_desc__HRRb0 a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/activeCardClose/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_close__J_MJw {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 30px;
  top: 30px;
  z-index: 99999;
  width: 32px;
  height: 32px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  background-color: #fff;
}
.styles_close__J_MJw:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .styles_close__J_MJw:hover {
    background-color: #fff;
  }
}
@media (max-width: 500px) {
  .styles_close__J_MJw {
    background-color: #fff;
    box-shadow: unset;
    transition: unset;
  }
}
@media (max-width: 500px) and (hover: none) {
  .styles_close__J_MJw:hover {
    box-shadow: unset;
  }
}
.styles_close__J_MJw img {
  width: 24px;
  height: 24px;
}

.styles_pageLoaderOverlay__lMOQX {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_loader__mwAl_ {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8d8d8d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: styles_spin__qDUQa 1s linear infinite;
}

@keyframes styles_spin__qDUQa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/activeCardLink/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_link__rawo1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.styles_pageLoaderOverlay__HotAt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  z-index: 9999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.styles_loader__Z95AL {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8d8d8d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: styles_spin__MKY6O 1s linear infinite;
}

@keyframes styles_spin__MKY6O {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/buyField/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_buy__HJff_ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
  z-index: 9999999;
}
@media (max-width: 500px) {
  .styles_buy__HJff_ {
    gap: 5px;
  }
}
.styles_buy_count__3FvEO {
  z-index: 99;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 20px 10px 10px;
  border-radius: 6px;
  max-width: 70px;
  box-shadow: 0 1px 6px 0 rgba(34, 60, 80, 0.14);
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.styles_buy_count__3FvEO::-webkit-inner-spin-button, .styles_buy_count__3FvEO::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.styles_buy_card__TxO5A {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff9800;
  border-radius: 5px;
  padding: 6px;
  width: 38px;
  height: 38px;
  transition: all 0.2s ease-in;
  flex-shrink: 0;
  transform: scale(1) !important;
}
.styles_buy_card__TxO5A svg {
  width: 100%;
  height: 100%;
  fill: white;
}
@media (max-width: 500px) {
  .styles_buy_card__TxO5A {
    width: 28px;
    height: 28px;
    padding: 3px 5px 3px 3px;
  }
}
@media (max-width: 374px) {
  .styles_buy_card__TxO5A {
    padding: 6px 8px 6px 6px;
    width: 38px;
    height: 38px;
  }
}
.styles_buy_card__TxO5A:hover {
  background-color: #ed6c02;
}
.styles_buy_card_count__Fb1Xd {
  position: absolute;
  background-color: #000000;
  font-size: 9px;
  top: -9px;
  right: -14px;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.styles_buy_card__TxO5A.styles_disabled__RZVNL {
  opacity: 0.3;
}

.styles_count_controls__W4umK {
  display: flex;
  align-items: center;
  position: relative;
  width: 70px;
}
@media (max-width: 500px) {
  .styles_count_controls__W4umK {
    width: 50px;
  }
}
@media (max-width: 374px) {
  .styles_count_controls__W4umK {
    width: 70px;
  }
}
.styles_count_controls_btn__7jF23 {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  gap: 3px;
}
.styles_count_controls_btn__7jF23 button {
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  background-color: #e0e0e0;
  text-align: center;
}
.styles_count_controls_btn__7jF23 button:hover {
  background-color: #ccc;
}
.styles_count_controls_btn__7jF23 button:first-child {
  border-radius: 4px 4px 0 0;
}
.styles_count_controls_btn__7jF23 button:last-child {
  border-radius: 0 0 4px 4px;
}

.styles_request_control__RTBBW {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styles_request_control_btn__Oy32I {
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
  transition: all 0.1s ease-in;
}
.styles_request_control_btn__Oy32I:hover {
  background-color: rgb(232, 230, 230);
}
@media (hover: none) {
  .styles_request_control_btn__Oy32I {
    background-color: unset;
  }
}
@media (max-width: 500px) {
  .styles_request_control_btn__Oy32I {
    font-size: 8px;
  }
}

.styles_inactive__wnXFb {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

.styles_count_in_cart__G8n0p {
  text-align: center;
  font-size: 10px;
}
.styles_count_in_cart__G8n0p span {
  font-weight: 700;
}

.styles_hidden__KWwny {
  display: none;
}

.styles_buy_center__xL9rs {
  justify-content: center;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/pagination/styles.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_pagination__2hP2V {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.styles_pagination_controller__r6VM2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 500px) {
  .styles_pagination_controller__r6VM2 {
    gap: 5px;
  }
}
.styles_pagination_controller_next__uXZeJ {
  transition: all 0.1s ease-in;
}
.styles_pagination_controller_next__uXZeJ:hover {
  transform: scale(1.1);
}
.styles_pagination_controller_next_end__grlNb {
  position: relative;
}
.styles_pagination_controller_next_end__grlNb img:last-child {
  position: absolute;
  left: 10px;
}
.styles_pagination_controller_prev__DtA46 {
  transform: rotate(-180deg);
  transition: all 0.1s ease-in;
}
.styles_pagination_controller_prev__DtA46:hover {
  transform: rotate(-180deg) scale(1.1);
}
.styles_pagination_controller_prev_end__zLwYM {
  position: relative;
}
.styles_pagination_controller_prev_end__zLwYM img:last-child {
  position: absolute;
  left: 10px;
}
.styles_pagination_controller_numbers___Lpal {
  display: flex;
  align-items: center;
  gap: 8px;
}
.styles_pagination_controller_numbers_btn__Z6WrU {
  padding: 5px 8px;
  border: 1px solid #666;
  border-radius: 3px;
  transition: all 0.1s ease-in;
}
.styles_pagination_controller_numbers_btn__Z6WrU.styles_active__l_k3R {
  background-color: rgba(0, 0, 0, 0.08);
}
.styles_pagination_controller_numbers_btn__Z6WrU:hover {
  transform: scale(1.1);
}

.styles_hidden__SGRck {
  display: none;
}

.styles_pageLoaderOverlay__5GAGj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_loader__tqvkp {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8d8d8d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: styles_spin__JZRIW 1s linear infinite;
}

@keyframes styles_spin__JZRIW {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogMain/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_catalog_container__Vq1k_ {
  max-width: 1480px;
}
.styles_catalog_content__hails {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  grid-auto-flow: row dense;
}
@media (max-width: 550px) {
  .styles_catalog_content__hails {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .styles_catalog_content__hails {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
}
@media (max-width: 374px) {
  .styles_catalog_content__hails {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.styles_catalog_content_item__32Yyk {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(34, 60, 80, 0.14);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.styles_catalog_content_item__32Yyk:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 6px 0 rgba(34, 60, 80, 0.3);
}
@media (hover: none) {
  .styles_catalog_content_item__32Yyk:hover {
    transform: scale(1.02);
    box-shadow: 0 1px 6px 0 rgba(34, 60, 80, 0.14);
  }
}
.styles_catalog_content_item_category__Bynlf {
  position: absolute;
  background-color: #979797;
  color: #fff;
  z-index: 9999;
  left: 10px;
  top: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  width: max-content;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}
.styles_catalog_content_item_image__zJdBx {
  width: 100%;
  height: 300px;
  background-color: lightgrey;
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .styles_catalog_content_item_image__zJdBx {
    height: 150px;
  }
}
@media (max-width: 815px) {
  .styles_catalog_content_item_image__zJdBx {
    height: 200px;
  }
}
.styles_catalog_content_item_image__zJdBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: styles_fadeIn__Je602 0.5s forwards;
}
.styles_catalog_content_item_info__BwTzo {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .styles_catalog_content_item_info__BwTzo {
    padding: 10px;
    padding-top: 5px;
  }
}
.styles_catalog_content_item_info_brand__i7sKi {
  margin-bottom: 5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.styles_catalog_content_item_info_title__griEy {
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .styles_catalog_content_item_info_title__griEy {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
}
.styles_catalog_content_item_info_shop__jWNZz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  height: 50px;
}
.styles_catalog_content_item_info_shop_price__7ymz6 {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600px;
  color: #000000;
}
@media (max-width: 500px) {
  .styles_catalog_content_item_info_shop_price__7ymz6 {
    height: 28px;
  }
}
.styles_catalog_nothing__3tpl2 {
  margin-top: 30px;
  font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
  font-weight: 500;
  text-align: center;
  color: #777777;
  grid-column: 1/-1;
}

@keyframes styles_fadeIn__Je602 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.styles_loader__pIBEL {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #888;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: styles_spin__q_lu2 1s linear infinite;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  grid-column: 1/-1;
}

@keyframes styles_spin__q_lu2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/catalogSearch/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_search_container__JNEfr {
  max-width: 1480px;
}
.styles_search_content__BYH6l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #fff;
  padding: 40px 100px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .styles_search_content__BYH6l {
    padding: 15px;
  }
}
.styles_search_content__BYH6l input {
  padding: 6px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.2s ease-in;
  clip-path: inset(0px 1px -1.5px 1px);
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .styles_search_content__BYH6l input {
    box-shadow: unset;
    border-radius: 0;
  }
}
.styles_search_content__BYH6l input:hover {
  box-shadow: 0px 1px 0px 0px rgb(0, 0, 0);
}
@media (hover: none) {
  .styles_search_content__BYH6l input:hover {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  }
}
.styles_search_content__BYH6l input:focus {
  box-shadow: 0px 1px 0px 0px rgb(0, 0, 0);
}
.styles_search_content_all__8AeSR {
  max-width: 920px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375em;
  color: rgba(0, 0, 0, 0.87);
}
.styles_search_content_all__8AeSR::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.styles_search_content_option__UOwWT {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 860px;
  gap: 30px;
}
@media (max-width: 800px) {
  .styles_search_content_option__UOwWT {
    flex-direction: column;
  }
}
.styles_search_content_option_dropdown__2HJMy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  z-index: 2;
}
.styles_search_content_option_dropdown__2HJMy:first-child {
  z-index: 50;
}
.styles_search_content_option_dropdown__2HJMy:last-child {
  z-index: 40;
}
@media (max-width: 800px) {
  .styles_search_content_option_dropdown__2HJMy {
    max-width: 100%;
    flex-direction: column;
  }
}
.styles_search_content_option_dropdown__2HJMy img {
  transition: all 0.2s ease-in;
  position: absolute;
  top: 50%;
  right: 10px;
}
.styles_search_content_option_dropdown__2HJMy label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4375em;
  color: rgba(0, 0, 0, 0.6);
}
.styles_search_content_option_dropdown__2HJMy input {
  width: 100%;
  padding-right: 40px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.styles_search_content_option_dropdown_list__APJhJ {
  display: none;
  max-height: 350px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 5px);
  z-index: 9999;
  background-color: #fff;
  padding: 10px 0;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  border-radius: 6px;
}
.styles_search_content_option_dropdown_list__APJhJ a {
  width: 100%;
  height: 100%;
  color: black;
  text-transform: uppercase;
  display: flex;
  transition: all 0.2s ease-in;
  padding: 5px 10px 5px 20px;
}
.styles_search_content_option_dropdown_list__APJhJ a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.styles_search_content_option_off__WJWYF {
  color: #fff;
  text-wrap: nowrap;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: rgb(60, 60, 60);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
.styles_search_content_option_off__WJWYF:hover {
  background-color: rgb(42, 42, 42);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
@media (hover: none) {
  .styles_search_content_option_off__WJWYF {
    background-color: rgb(60, 60, 60);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  }
}

.styles_search_content_option_dropdown_list__APJhJ {
  display: none;
}
.styles_search_content_option_dropdown_list__APJhJ.styles_active__WV1xR {
  display: block;
}

.styles_pageLoaderOverlay__MvFX_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_loader__uqXnz {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8d8d8d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: styles_spin__1AkZH 1s linear infinite;
}

@keyframes styles_spin__1AkZH {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/pageComponents/catalog/forRenderCatalog/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

