/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/font/google/target.css?{"path":"src/app/(frontend)/layout.tsx","import":"Montserrat","arguments":[{"variable":"--font-montserrat-sans","subsets":["latin"]}],"variableName":"montserrat"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Montserrat Fallback';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_069ab3 {font-family: 'Montserrat', 'Montserrat Fallback';font-style: normal
}.__variable_069ab3 {--font-montserrat-sans: 'Montserrat', 'Montserrat Fallback'
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/globals.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
	--background: #fefefe;
	--black: black;
	--gray: rgb(228, 228, 228);
	--darkGray: rgb(120, 120, 120);
	--darkBlue: #252758;
	--white: #fff;
	--lightGreen: #87e12f;
	--red: rgb(255, 36, 36);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	max-width: 100vw;
	font-family: Montserrat, sans-serif;
}

html {
	overflow-x: hidden;
}

body {
	color: var(--darkBlue);
	background: var(--background);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.btn {
	background: var(--background);
	height: 48px;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 20px;
	border-radius: 6px;
	font-size: 14px;
	color: var(--darkBlue);
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	line-height: 48px;
	font-weight: 700;
}

.btn:hover {
	background: var(--lightGreen);
}

main {
	margin-top: 60px;
	min-height: 100vh;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/CookieConsent/CookieConsent.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ============================================ */
/* COOKIE CONSENT BANNER - BOTTOM POSITION */
/* ============================================ */
#termsfeed-com---nb {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  margin: 0 !important;
  animation: slideUpFromBottom 0.4s ease-out !important;
}

@keyframes slideUpFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cc-nb-main-container {
  position: relative !important;
  bottom: 0 !important;
  top: auto !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
  padding: 24px 20px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .cc-nb-main-container {
    padding: 20px 16px !important;
  }
}

/* ============================================ */
/* ЗАГОЛОВОК */
/* ============================================ */
.cc-nb-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  .cc-nb-title {
    font-size: 18px !important;
  }
}

/* ============================================ */
/* ТЕКСТ */
/* ============================================ */
.cc-nb-text {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #4a4a4a !important;
  margin-bottom: 16px !important;
}
@media (max-width: 768px) {
  .cc-nb-text {
    font-size: 13px !important;
  }
}

/* ============================================ */
/* КНОПКИ */
/* ============================================ */
.cc-nb-buttons-container {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .cc-nb-buttons-container {
    flex-direction: column !important;
    gap: 10px !important;
  }
}

.cc-nb-okagree,
.cc-nb-reject,
.cc-nb-changep {
  padding: 12px 24px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
@media (max-width: 768px) {
  .cc-nb-okagree,
  .cc-nb-reject,
  .cc-nb-changep {
    width: 100% !important;
    padding: 14px 24px !important;
  }
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-nb-changep:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.cc-nb-okagree:active,
.cc-nb-reject:active,
.cc-nb-changep:active {
  transform: translateY(0) !important;
}

.cc-nb-okagree {
  background: var(--darkBlue) !important;
  color: #ffffff !important;
}

.cc-nb-reject {
  background: var(--red) !important;
  color: #ffffff !important;
}

.cc-nb-changep {
  background: #e0e0e0 !important;
  color: #333333 !important;
}
.cc-nb-changep:hover {
  background: #d0d0d0 !important;
}

/* ============================================ */
/* RESPONSIVE - МОБІЛЬНІ */
/* ============================================ */
@media (max-width: 768px) {
  #termsfeed-com---nb {
    max-height: 90vh !important;
    overflow-y: auto !important;
  }
  .cc-nb-main-container {
    padding: 16px 12px !important;
  }
  .cc-nb-buttons-container button {
    width: 100% !important;
  }
}
/* ============================================ */
/* ОБМЕЖЕННЯ ВИСОТИ (якщо текст занадто довгий) */
/* ============================================ */
.cc-nb-text-container {
  max-height: 150px !important;
  overflow-y: auto !important;
}
.cc-nb-text-container::-webkit-scrollbar {
  width: 6px;
}
.cc-nb-text-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.cc-nb-text-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.cc-nb-text-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 768px) {
  .cc-nb-text-container {
    max-height: 200px !important;
  }
}

/* ============================================ */
/* КАСТОМІЗАЦІЯ ПІД ВАШ БРЕНД */
/* ============================================ */
.termsfeed-com---palette-light #termsfeed-com---nb {
  background: #ffffff !important;
  border-top: 3px solid #4CAF50 !important;
}

.termsfeed-com---palette-dark #termsfeed-com---nb {
  background: #1e1e1e !important;
  border-top: 3px solid #4CAF50 !important;
}
.termsfeed-com---palette-dark .cc-nb-title {
  color: #ffffff !important;
}
.termsfeed-com---palette-dark .cc-nb-text {
  color: #cccccc !important;
}

/* ============================================ */
/* ПОСИЛАННЯ */
/* ============================================ */
.cc-nb-text a {
  color: #4CAF50 !important;
  text-decoration: underline !important;
}
.cc-nb-text a:hover {
  color: #45a049 !important;
}

/* ============================================ */
/* BACKDROP (затемнення фону) - ОПЦІОНАЛЬНО */
/* ============================================ */
/*
#termsfeed-com---nb::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
*/
/* ============================================ */
/* FIX ДЛЯ BODY (щоб контент не закривався) */
/* ============================================ */
body:has(#termsfeed-com---nb) {
  padding-bottom: 200px !important;
}
@media (max-width: 768px) {
  body:has(#termsfeed-com---nb) {
    padding-bottom: 300px !important;
  }
}

/* ============================================ */
/* ДОДАТКОВІ ВАРІАНТИ ПОЗИЦІОНУВАННЯ */
/* ============================================ */
/*
#termsfeed-com---nb {
  bottom: 20px !important;
  left: auto !important;
  right: 20px !important;
  width: 420px !important;
  max-width: calc(100vw - 40px) !important;
  border-radius: 12px !important;

  .cc-nb-main-container {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2) !important;
  }
}
*/
/*
#termsfeed-com---nb {
  bottom: 20px !important;
  left: 20px !important;
  right: auto !important;
  width: 420px !important;
  max-width: calc(100vw - 40px) !important;
  border-radius: 12px !important;
}
*/
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Logotype/Logotype.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Logotype {
  position: relative;
  z-index: 2;
}
.Logotype a {
  color: var(--darkBlue);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.Logotype .logoImage {
  width: 34px;
  height: 34px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Menu/Menu.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
nav.Menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
}
nav.Menu a {
  font-size: 16px;
  color: var(--darkBlue);
  font-weight: 500;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Footer/Footer.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
footer.footer {
  padding: 40px 0 30px 0;
  background: var(--darkBlue);
  color: var(--white);
}
footer.footer p {
  font-size: 14px;
}
footer.footer .Logotype {
  margin-bottom: 15px;
}
footer.footer .Logotype a {
  color: var(--white);
}
footer.footer .Logotype img {
  display: none;
}
footer.footer .Menu ul {
  flex-wrap: wrap;
}
footer.footer .Menu a {
  color: var(--white);
}
footer.footer .footer__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
footer.footer .footer__part {
  max-width: 440px;
}
footer.footer .footer__part p {
  letter-spacing: 1px;
}
footer.footer .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid var(--gray);
  gap: 30px;
}
footer.footer .footer__bottom-social {
  display: flex;
  gap: 12px;
}

@media all and (max-width: 768px) {
  footer.footer .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/SearchComponent/SearchComponent.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.search-component {
  display: inline-block;
}
.search-component .search-component_blur {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.507);
}
.search-component .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--darkBlue);
}
.search-component .search-btn:hover {
  transform: scale(1.05);
}
.search-component .search-form {
  animation: slideIn 0.3s ease-out;
}
.search-component .searh-results__wrapper {
  position: absolute;
  max-width: 309px;
  width: 100%;
  height: 480px;
  background-color: var(--white);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  animation: slideDown 0.3s ease-out;
}
.search-component svg {
  transition: color 0.2s;
}
.search-component .search-input-wrapper {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid var(--darkBlue);
  border-radius: 25px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
  min-width: 300px;
  margin: 0 auto;
}
.search-component .CatalogList {
  padding: 10px 0;
}
.search-component .CatalogList img {
  max-height: 80px;
}
.search-component .CatalogList .ProductCard__image-popular {
  font-size: 10px;
}
.search-component .CatalogList .ProductCard__image-discount {
  font-size: 10px;
  left: auto;
}
.search-component .CatalogList .ProductCard__price-discount {
  display: none;
}
.search-component .CatalogList .ProductCard__ .CatalogList__grid {
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
.search-component .CatalogList .CatalogList__header {
  display: none;
}
.search-component .CatalogList .ProductCard {
  display: flex;
  justify-content: space-between;
  max-height: 80px;
  max-width: none;
}
.search-component .CatalogList .ProductCard a {
  display: flex;
  align-items: center;
}
.search-component .CatalogList .ProductCard h3 {
  font-size: 13px;
  height: 30px;
}
.search-component .CatalogList .ProductCard .ProductCard__price {
  flex-wrap: wrap;
  gap: 0;
}
.search-component .CatalogList .ProductCard .ProductCard__price .ProductCard__price-total {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.search-component .CatalogList .ProductCard .ProductCard__price .ProductCard__price-discount {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.search-component .CatalogList .ProductCard .BuyButton {
  display: none;
}
.search-component .search-input {
  flex: 1 1;
  border: none;
  outline: none;
  padding: 10px 16px;
  font-size: 14px;
  background: transparent;
  color: #2c3e50;
}
.search-component .search-input::placeholder {
  color: #95a5a6;
}
.search-component .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #3498db;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  transition: all 0.2s ease;
  margin-right: 4px;
}
.search-component .search-submit:hover {
  background: #2980b9;
  transform: scale(1.1);
}
.search-component .search-submit:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
  transform: none;
}
.search-component .search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #e74c3c;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  transition: all 0.2s ease;
}
.search-component .search-close:hover {
  background: #c0392b;
  transform: scale(1.1);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
  .header--search-active .Logotype .header__menu .header-ico__wrapper {
    display: none !important;
  }
  .header--search-active .CartLink {
    z-index: 0;
  }
  .search-modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .search-component .searh-results__wrapper {
    width: 100%;
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    background-color: var(--white);
    position: absolute;
    top: 60px;
    left: 0;
    max-width: none;
    padding-bottom: 20px;
  }
  .search-component .CatalogList {
    padding: 10px 0 20px 0;
  }
  .search-component .search-input-wrapper {
    width: 100%;
  }
  .search-component .search-form {
    animation: slideIn 0.3s ease-out;
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .search-component .search-input {
    padding: 8px 12px;
    font-size: 14px;
  }
  .search-component .ProductCard {
    min-height: 100px;
    width: 100%;
  }
  .search-component .ProductCard .ProductCard__image-popular {
    font-size: 11px;
  }
  .search-component .ProductCard .ProductCard__image-discount {
    font-size: 10px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/ProductCard/ProductCard.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.ProductCard {
  max-width: 200px;
  border: 1px solid var(--darkBlue);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.ProductCard a {
  color: var(--darkBlue);
  text-decoration: none;
}
.ProductCard h3 {
  font-size: 16px;
  padding: 0 13px;
  margin-top: 6px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  /* Добавьте для точного расчета высоты */
}
.ProductCard img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.ProductCard .ProductCard__bottom {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ProductCard .ProductCard__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.ProductCard .ProductCard__price-discount {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
  opacity: 0.6;
  color: #999;
  line-height: 1;
  order: -1;
}
.ProductCard .ProductCard__price-total {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--darkBlue);
}
.ProductCard .ProductCard__image {
  position: relative;
}
.ProductCard .ProductCard__image-discount {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--red);
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 10px;
  color: var(--white);
  font-weight: 500;
}
.ProductCard .ProductCard__Desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ProductCard .ProductCard__Desc .ProductCard__image-popular {
  margin-left: 5px;
  position: absolute;
  background: var(--lightGreen);
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 10px;
  color: var(--white);
  font-weight: 500;
  max-width: 90px;
  z-index: 1;
  top: 5px;
}

@media all and (max-width: 480px) {
  .ProductCard {
    border-radius: 10px;
  }
  .ProductCard .ProductCard__price {
    display: flex;
    gap: 6px;
  }
  .ProductCard .ProductCard__price-total {
    font-weight: 700;
    font-size: 16px;
  }
  .ProductCard .ProductCard__price-discount {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 500;
    opacity: 0.7;
  }
  .ProductCard .ProductCard__bottom {
    padding: 8px;
  }
  .ProductCard h3 {
    font-size: 14px;
    height: 48px;
    padding: 0 8px;
    font-weight: 600;
  }
  .ProductCard .ProductCard__image-discount {
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 12px;
  }
  .ProductCard .ProductCard__image-popular {
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 12px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/BuyButton/BuyButton.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.BuyButton {
  border-radius: 5px;
  border: none;
  background: var(--darkBlue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-family: inherit;
}
.BuyButton:hover {
  transform: scale(1.02);
}
.BuyButton:active {
  transform: translateY(1px);
}
.BuyButton--small {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  text-decoration: none;
}
.BuyButton--small.BuyButton--in-cart {
  background: var(--lightGreen);
  color: white;
}
.BuyButton--small.BuyButton--in-cart:hover {
  transform: scale(1.02);
  background: var(--lightGreen);
}
.BuyButton--full {
  height: 42px;
  font-weight: 700;
  font-size: 16px;
  padding: 0 24px;
  gap: 8px;
  width: 100%;
  text-decoration: none;
}
.BuyButton--full.BuyButton--in-cart {
  background: var(--lightGreen);
  color: white;
}
.BuyButton--full.BuyButton--in-cart:hover {
  transform: scale(1.02);
  background: var(--lightGreen);
}

@keyframes addedToCart {
  0% {
    transform: scale(1);
    background: var(--darkBlue);
  }
  50% {
    transform: scale(1.02);
    background: var(--lightGreen);
  }
  100% {
    transform: scale(1);
    background: var(--lightGreen);
  }
}
@media (max-width: 768px) {
  .BuyButton--small {
    width: 30px;
    height: 30px;
  }
  .BuyButton--full {
    height: 38px;
    font-size: 14px;
    padding: 0 16px;
  }
}
.BuyButton:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
.BuyButton--loading {
  opacity: 0.7;
  pointer-events: none;
}
.BuyButton--loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/pages/CatalogPage/CatalogList/CatalogList.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.searh-results__wrapper .CatalogList__content {
  grid-template-columns: none;
}

.CatalogList {
  padding: 80px 0;
  min-height: 60vh;
}
@media (max-width: 768px) {
  .CatalogList {
    padding: 50px 0 40px 0;
  }
}
.CatalogList .title-h1--desktop {
  display: block;
}
@media (max-width: 768px) {
  .CatalogList .title-h1--desktop {
    display: none;
  }
}
.CatalogList .title-h1--mobile {
  font-size: 17px;
  display: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  .CatalogList .title-h1--mobile {
    display: block;
  }
}
.CatalogList__loading, .CatalogList__error {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
}
.CatalogList__error {
  color: #e74c3c;
}
.CatalogList__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}
.CatalogList__header h1 {
  margin: 0;
  font-size: 32px;
  color: #2c3e50;
}
@media (max-width: 768px) {
  .CatalogList__header {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }
}
.CatalogList__sticky-controls {
  display: none;
}
@media (max-width: 768px) {
  .CatalogList__sticky-controls {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 2;
    background: white;
    padding: 0 15px 10px 15px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 2px 20px rgba(37, 39, 88, 0.1);
  }
}
.CatalogList__sticky-controls--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CatalogList__header-right {
  align-items: center;
  gap: 20px;
}
.CatalogList__header-right--desktop {
  display: flex;
}
@media (max-width: 768px) {
  .CatalogList__header-right--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .CatalogList__header-right {
    width: 100%;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
.CatalogList__results-count {
  font-size: 16px;
  color: #7f8c8d;
  font-weight: 500;
}
@media (max-width: 768px) {
  .CatalogList__results-count {
    font-size: 12px;
  }
}
.CatalogList__filter-btn {
  position: relative;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: var(--darkBlue);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s;
}
.CatalogList__filter-btn:hover {
  background: #2980b9;
}
@media (max-width: 768px) {
  .CatalogList__filter-btn {
    display: flex;
  }
}
.CatalogList__filter-btn .filter-badge {
  position: absolute;
  bottom: 7px;
  left: 6px;
  background: #e74c3c;
  color: white;
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--background);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: bounceIn 0.3s ease-out;
  z-index: 1;
  padding: 0 4px;
}
.CatalogList__content {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 30px;
  gap: 30px;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .CatalogList__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .CatalogList__filters--desktop {
    display: none;
  }
}
.CatalogList__filters-content {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.CatalogList__filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.CatalogList__filters-header h3 {
  margin: 0;
  font-size: 18px;
  color: #2c3e50;
}
@media (min-width: 769px) {
  .CatalogList__filters-header .CatalogList__close-btn {
    display: none;
  }
}
.CatalogList__close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #7f8c8d;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.CatalogList__close-btn:hover {
  background: #e9ecef;
}
.CatalogList__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.CatalogList__filter label {
  font-weight: 600;
  color: #2c3e50;
  font-size: 14px;
}
.CatalogList__filter select {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: white;
  cursor: pointer;
  transition: border-color 0.2s;
  color: var(--darkBlue);
}
.CatalogList__filter select:hover {
  border-color: #3498db;
}
.CatalogList__filter select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.CatalogList__filter-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.CatalogList__reset-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  background: white;
  color: #e74c3c;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.CatalogList__reset-btn:hover {
  border-color: #e74c3c;
  background: #fdf2f2;
  transform: scale(1.05);
}
.CatalogList__reset-btn:active {
  transform: scale(0.95);
}
.CatalogList__reset-btn svg {
  stroke-width: 2;
}
.CatalogList__apply-btn {
  flex: 1 1;
  padding: 10px 20px;
  background: var(--darkBlue);
  color: var(--white);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.CatalogList__apply-btn:hover {
  transform: scale(1.01);
  background: #2980b9;
}
.CatalogList__apply-btn:active {
  transform: translateY(1px);
}
.CatalogList__products {
  min-height: 400px;
}
.CatalogList__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-items: start;
}
.CatalogList__empty {
  text-align: center;
  padding: 60px 20px;
}
.CatalogList__empty p {
  font-size: 18px;
  color: #7f8c8d;
  margin-bottom: 20px;
}
.CatalogList__empty button {
  padding: 12px 24px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s;
}
.CatalogList__empty button:hover {
  background: #2980b9;
}
.CatalogList__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 769px) {
  .CatalogList__modal-overlay {
    display: none;
  }
}
.CatalogList__modal {
  background: white;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  animation: modalSlideIn 0.3s ease-out;
}
.CatalogList__modal .CatalogList__filters-content {
  background: white;
  border: none;
  position: static;
}

.CatalogList__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding: 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .CatalogList__pagination {
    gap: 8px;
    margin-top: 30px;
  }
}

.CatalogList__pagination-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: white;
  color: var(--darkBlue);
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.CatalogList__pagination-btn:hover:not(:disabled) {
  background: var(--darkBlue);
  color: white;
  border-color: var(--darkBlue);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.CatalogList__pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .CatalogList__pagination-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .CatalogList__pagination-btn span {
    display: none;
  }
}

.CatalogList__pagination-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 768px) {
  .CatalogList__pagination-numbers {
    gap: 4px;
  }
}

.CatalogList__pagination-number {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: white;
  color: var(--darkBlue);
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.CatalogList__pagination-number:hover {
  background: #f8f9fa;
  border-color: var(--darkBlue);
  transform: translateY(-1px);
}
.CatalogList__pagination-number.active {
  background: var(--darkBlue);
  color: white;
  border-color: var(--darkBlue);
  box-shadow: 0 2px 8px rgba(37, 39, 88, 0.2);
  cursor: default;
}
.CatalogList__pagination-number.active:hover {
  transform: none;
}
@media (max-width: 768px) {
  .CatalogList__pagination-number {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
  }
}

.CatalogList__pagination-ellipsis {
  color: #7f8c8d;
  padding: 0 4px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media all and (max-width: 480px) {
  .ProductCard {
    max-width: calc(50% - 5px);
  }
  .ProductCard img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.1;
    object-fit: contain;
  }
  .CatalogList__grid {
    gap: 10px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/ActiveOrdersComponent/ActiveOrdersComponent.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.active-orders-component {
  position: relative;
  z-index: 100;
}

.header--search-active .active-orders-component {
  display: none;
}

.orders-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: all 0.3s ease;
}
.orders-btn:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
.orders-btn svg {
  display: block;
}

.orders__wrapper {
  overscroll-behavior: contain;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  overscroll-behavior: contain;
}

.orders-component_blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
}

.orders-modal {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  max-width: 800px;
  width: 100%;
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .orders-modal {
    margin-top: 20px;
    max-height: 95dvh;
    border-radius: 12px;
  }
}

.orders-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .orders-modal__header {
    padding: 16px;
  }
}

.orders-modal__title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
@media (max-width: 768px) {
  .orders-modal__title {
    font-size: 20px;
  }
}

.orders-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.orders-close:hover {
  background: #f3f4f6;
  color: #111827;
}

.orders-form {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .orders-form {
    padding: 16px;
  }
}

.orders-input-wrapper {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 640px) {
  .orders-input-wrapper {
    flex-direction: column;
  }
}

.orders-input {
  flex: 1 1;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: all 0.2s ease;
}
.orders-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.orders-input::placeholder {
  color: #9ca3af;
}

.orders-submit {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.orders-submit:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.orders-submit:active:not(:disabled) {
  transform: translateY(0);
}
.orders-submit:disabled {
  background: #d1d5db;
  cursor: not-allowed;
}
.orders-submit svg {
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .orders-submit {
    width: 100%;
    justify-content: center;
  }
}

.orders-content {
  flex: 1 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .orders-content {
    padding: 16px;
  }
}

.orders-loading,
.orders-error,
.orders-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: #6b7280;
}
.orders-loading svg,
.orders-error svg,
.orders-empty svg {
  margin-bottom: 16px;
}
.orders-loading p,
.orders-error p,
.orders-empty p {
  font-size: 16px;
  margin: 0;
}

.orders-error {
  color: #dc2626;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.orders-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.2s ease;
}
.order-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .order-card {
    padding: 16px;
  }
}

.order-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
  flex-wrap: wrap;
}

.order-card__number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
@media (max-width: 640px) {
  .order-card__number {
    font-size: 16px;
  }
}

.order-status {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.order-status--pending {
  background: #fef3c7;
  color: #92400e;
}
.order-status--paid {
  background: #d1fae5;
  color: #065f46;
}
.order-status--shipped {
  background: #dbeafe;
  color: #1e40af;
}
.order-status--delivered {
  background: #dcfce7;
  color: #166534;
}
.order-status--cancelled {
  background: #fee2e2;
  color: #991b1b;
}

.order-card__info {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .order-card__info {
    gap: 12px;
  }
}

.order-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-label {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.order-value {
  font-size: 14px;
  color: #111827;
  font-weight: 500;
}
.order-value--price {
  font-size: 18px;
  font-weight: 700;
  color: #059669;
}

.order-card__items {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.order-items-header {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 8px;
}

.order-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.order-item__name {
  flex: 1 1;
  font-size: 14px;
  color: #374151;
}

.order-item__quantity {
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

.order-card__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}
.order-contact-item svg {
  flex-shrink: 0;
  color: #9ca3af;
}

body.orders-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.orders-form {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .orders-form {
    padding: 16px;
  }
}

.verification-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  margin-bottom: 20px;
}
.verification-info svg {
  flex-shrink: 0;
  color: #3b82f6;
}
.verification-info p {
  margin: 0;
  font-size: 14px;
  color: #1e40af;
  line-height: 1.5;
}

.verification-sent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #f9fafb;
  border-radius: 12px;
  margin-bottom: 20px;
}
.verification-sent svg {
  color: #3b82f6;
  margin-bottom: 12px;
}
.verification-sent p {
  margin: 0 0 12px;
  font-size: 14px;
  color: #6b7280;
}
.verification-sent p strong {
  color: #111827;
  font-weight: 600;
}

.link-button {
  background: none;
  border: none;
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.link-button:hover {
  background: #eff6ff;
  color: #2563eb;
}

.resend-section {
  text-align: center;
  margin-top: 16px;
}

.resend-timer {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/CartLink/CartLink.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CartLink {
  position: relative;
  z-index: 2;
}
.CartLink a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: var(--darkBlue);
  text-decoration: none;
}
.CartLink a:hover {
  background: rgba(var(--darkBlue-rgb), 0.1);
  transform: scale(1.05);
}
.CartLink a:active {
  transform: scale(0.95);
}
.CartLink svg {
  width: 30px;
  height: 30px;
  color: var(--darkBlue);
  transition: color 0.2s ease;
}
.CartLink__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #e74c3c;
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--background);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: bounceIn 0.3s ease-out;
  z-index: 1;
  padding: 0 4px;
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.CartLink__badge.updated {
  animation: pulse 0.3s ease-out;
}

@media (max-width: 768px) {
  .CartLink a {
    padding: 6px;
  }
  .CartLink svg {
    width: 28px;
    height: 28px;
  }
  .CartLink__badge {
    width: 18px;
    height: 18px;
    font-size: 11px;
    top: -1px;
    right: -1px;
  }
}
@media (prefers-color-scheme: dark) {
  .CartLink a {
    color: var(--white);
  }
  .CartLink a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .CartLink__badge {
    border-color: var(--darkBlue);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.28.6_@playwright+test@1.56.1_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.77.4/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Header/Header.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
header.header {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--background);
  width: 100%;
  z-index: 5;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 2px 20px rgba(37, 39, 88, 0.1);
}
header.header .header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 60px;
}
header.header .header__menu {
  margin: 0 auto;
}
header.header .header-ico__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 6;
}
header.header .header__burger {
  display: none;
}

.mobile-bottom-menu {
  display: none;
}

@media all and (max-width: 884px) {
  header.header .header__menu {
    position: absolute;
    z-index: 1;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: -150%;
    background: var(--white);
    transition: all 0.3s;
  }
  header.header .header__menu nav.Menu ul {
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
  header.header .header__menu nav.Menu ul a {
    font-size: 20px;
  }
  header.header .header-ico__wrapper .search__wrapper {
    display: block;
    margin-left: auto;
  }
  header.header .header-ico__wrapper .active-orders-component {
    display: none;
  }
  header.header .header__menu.active {
    left: 0;
  }
  header.header .header__wrapper {
    gap: 5px;
  }
  header.header .header__burger {
    display: none;
  }
  header.header .header__cart {
    display: none;
  }
  .mobile-bottom-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 -2px 20px rgba(37, 39, 88, 0.1);
    padding: 10px 20px;
    z-index: 10;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    height: 60px;
  }
  .mobile-bottom-menu .mobile-bottom-menu__search {
    flex: 1 1;
    max-width: 200px;
  }
  .mobile-bottom-menu .mobile-bottom-menu__cart {
    display: flex;
    align-items: center;
  }
  .mobile-bottom-menu .mobile-bottom-menu__burger {
    display: block;
    background: none;
    cursor: pointer;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
  }
  .mobile-bottom-menu .mobile-bottom-menu__burger svg {
    width: 32px;
    height: 32px;
    color: var(--darkBlue);
  }
  .mobile-bottom-menu .mobile-bottom-menu__katalog {
    display: block;
    background: none;
    cursor: pointer;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
  }
  .mobile-bottom-menu .mobile-bottom-menu__katalog svg {
    width: 32px;
    height: 32px;
    color: var(--darkBlue);
  }
  body {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  .mobile-bottom-menu {
    padding: 8px 15px;
    gap: 10px;
  }
  .mobile-bottom-menu .mobile-bottom-menu__search {
    max-width: 150px;
  }
}
