@charset "UTF-8";:deep(body) {
  margin: 0;
}:root {

    --smartBuy-style-palette-hue-primary: #343434;
    --smartBuy-style-palette-hue-secondary: #949494;
    --smartBuy-style-palette-hue-tertiary: #EEEEF0;
    --smartBuy-style-palette-hue-quaternary: #ED4600;
    --smartBuy-style-palette-hue-quinary: #FFFFFF;
    --smartBuy-style-palette-hue-senary: #757577;
    --smartBuy-style-palette-hue-septenary: #F84242;
    --smartBuy-style-palette-hue-octonary : #000000;
    --smartBuy-style-palette-hue-nonary  : #25A0A6;
    --smartBuy-style-palette-hue-denary   :#A3A3A3;
    --smartBuy-style-palette-hue-duodenary :#54E7EF;
    --smartBuy-style-palette-hue-tredenary  :#F38CE0;
    --smartBuy-style-palette-hue-quattuordenary  :#4E4D4D;
    --smartBuy-style-palette-hue-quindecenary  :#F2F2F2;
    --smartBuy-style-palette-hue-sexdecenary:#ECEBF1;
    --smartBuy-style-palette-hue-octonary-secondary: #131313;
    --smartBuy-style-palette-hue-octonary-quaternary-v2:#26CFD9;
    --smartBuy-style-palette-hue-senary-v2: #575757;
    --smartBuy-style-palette-hue-octonary-v2:#131313;
    --smartBuy-style-palette-hue-tertiary-v2:#EFEEEE;
    --smartBuy-style-palette-hue-quinary-v2:#F7F7F7;
}

:root[data-theme='light'] {
    --smartBuy-style-palette-hue-primary: #343434;
    --smartBuy-style-palette-hue-secondary: #949494;
    --smartBuy-style-palette-hue-tertiary: #EEEEF0;
    --smartBuy-style-palette-hue-quaternary: #ED4600;
    --smartBuy-style-palette-hue-quinary: #FFFFFF;
    --smartBuy-style-palette-hue-senary: #757577;
    --smartBuy-style-palette-hue-septenary: #F84242;
    --smartBuy-style-palette-hue-octonary : #000000;
    --smartBuy-style-palette-hue-octonary-secondary: #131313;
    --smartBuy-style-palette-hue-nonary  : #25A0A6;
    --smartBuy-style-palette-hue-denary   :#A3A3A3;
    --smartBuy-style-palette-hue-duodenary :#54E7EF;
    --smartBuy-style-palette-hue-tredenary  :#F38CE0;
    --smartBuy-style-palette-hue-quattuordenary  :#4E4D4D;
    --smartBuy-style-palette-hue-octonary-quaternary-v2:#26CFD9;
    --smartBuy-style-palette-hue-senary-v2: #575757;
    --smartBuy-style-palette-hue-octonary-v2:#131313;
    --smartBuy-style-palette-hue-tertiary-v2:#EFEEEE;
    --smartBuy-style-palette-hue-quinary-v2:#F7F7F7;
}

:root[data-theme='dark'] {
    --smartBuy-style-palette-hue-primary: #343434;
    --smartBuy-style-palette-hue-secondary: #949494;
    --smartBuy-style-palette-hue-tertiary: #EEEEF0;
    --smartBuy-style-palette-hue-quaternary: #ED4600;
    --smartBuy-style-palette-hue-quinary: #131313;
    --smartBuy-style-palette-hue-senary: #757577;
    --smartBuy-style-palette-hue-septenary: #F84242;
    --smartBuy-style-palette-hue-octonary : #000000;
    --smartBuy-style-palette-hue-octonary-secondary: #131313;
    --smartBuy-style-palette-hue-nonary  : #25A0A6;
    --smartBuy-style-palette-hue-denary   :#A3A3A3;
    --smartBuy-style-palette-hue-duodenary :#54E7EF;
    --smartBuy-style-palette-hue-tredenary  :#F38CE0;
    --smartBuy-style-palette-hue-quattuordenary  :#4E4D4D;
    --smartBuy-style-palette-hue-octonary-quaternary-v2:#26CFD9;
    --smartBuy-style-palette-hue-senary-v2: #575757;
    --smartBuy-style-palette-hue-octonary-v2:#131313;
    --smartBuy-style-palette-hue-tertiary-v2:#EFEEEE;
    --smartBuy-style-palette-hue-quinary-v2:#252525;


}

:root{
    /* input */
    --smartBuy-style-theme-input-background-primary-default:var(--smartBuy-style-palette-hue-tertiary);
    --smartBuy-style-theme-input-background-primary-hover:var(--smartBuy-style-palette-hue-quinary);
    --smartBuy-style-theme-input-background-primary-focus:var(--smartBuy-style-palette-hue-quinary);
    --smartBuy-style-theme-input-background-primary-disabled:var(--smartBuy-style-palette-hue-quinary);

    --smartBuy-style-theme-input-placeholder-primary-default:var(--smartBuy-style-palette-hue-senary);
    --smartBuy-style-theme-input-placeholder-primary-disabled:var(--smartBuy-style-palette-hue-senary);


    /* sticker */
    --smartBuy-style-theme-sticker-color-primary-default:var(--smartBuy-style-palette-hue-quinary);
    --smartBuy-style-theme-sticker-background-primary-default:var(--smartBuy-style-palette-hue-secondary);
    --smartBuy-style-theme-sticker-background-primary-npaid:var(--smartBuy-style-palette-hue-septenary);
    --smartBuy-style-theme-sticker-background-primary-paid:green;
    --smartBuy-style-theme-sticker-background-primary-queue:yellow;
    --smartBuy-style-theme-sticker-background-primary-newbie:var( --smartBuy-style-palette-hue-octonary);
    /* borderless button */
    --smartBuy-style-theme-borderless-button-primary-default:var(--smartBuy-style-palette-hue-quaternary);
    /* NEW DESIGN */

    /* content section component */
    --smartBuy-style-theme-content-section-span-primary-default:var(--smartBuy-style-palette-hue-secondary);
    --smartBuy-style-theme-content-section-h2-primary-default:var(--smartBuy-style-palette-hue-primary);

    /* icon */
    --smartBuy-style-theme-icon-background-primary-default:var(--smartBuy-style-palette-hue-tertiary);
    --smartBuy-style-theme-icon-color-primary-default:var(--smartBuy-style-palette-hue-senary);

    /* ref */
    --smartBuy-style-theme-ref-background-primary-default:var(--smartBuy-style-palette-hue-nonary);
    --smartBuy-style-theme-ref-color-primary-default:var(--smartBuy-style-palette-hue-quinary);
   /* profile */
    --smartBuy-style-theme-profile-color-primary-default:var(--smartBuy-style-palette-hue-octonary);
    /* product card */
    --smartBuy-style-theme-product-card-title-color-primary-default:var(--smartBuy-style-palette-hue-quattuordenary);
    --smartBuy-style-theme-product-card-subtitle-color-primary-default:var(--smartBuy-style-palette-hue-primary);
    --smartBuy-style-theme-product-card-date-color-primary-default:var(--smartBuy-style-palette-hue-denary);
    --smartBuy-style-theme-product-card-heart-stroke-primary-default:var(--smartBuy-style-palette-hue-secondary);
    /* item list */
    --smartBuy-style-theme-item-list-border-color-primary-default:var(--smartBuy-style-palette-hue-sexdecenary);
    --smartBuy-style-theme-item-list-title-color-primary-default: var(--smartBuy-style-palette-hue-primary);
    --smartBuy-style-theme-item-list-subtitle-color-primary-default: var(--smartBuy-style-palette-hue-primary);

    /* stories */
    --smartBuy-style-theme-stories-border-color-primary-default:
            linear-gradient(
                    180deg,
                    var(--smartBuy-style-palette-hue-duodenary),
                    var(--smartBuy-style-palette-hue-tredenary));

    /* main bg */
    --smartBuy-style-theme-main-bg-color-primary-default:var(--smartBuy-style-palette-hue-quindecenary);
    /* button */
    --smartBuy-style-theme-button-background-color-primary-default:var(--smartBuy-style-palette-hue-quaternary);
    --smartBuy-style-theme-button-color-primary-default:var(--smartBuy-style-palette-hue-quinary);
}@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Medium-DLjb-Byy.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Heavy-BrlvcR-f.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Black-ClblRCSm.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Semibold-DKjuMUmk.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Black-C5ACcemc.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-UltralightItalic-DR6Cn78j.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Semibold-Bc92XUAU.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Ultralight-DInP7H5S.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Thin-CGyhKBjJ.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-RegularItalic-Cq_24S8q.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Bold-CNahRO01.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Thin-C1VUV-Lg.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Light-A6Zrb8Qe.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Regular-D08LxxKT.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Ultralight-D1c9frt-.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Regular-DatSSo_n.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Bold-B67DxKgJ.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Semibold-DuQtZYY3.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-BoldItalic-DzZeQiKa.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Black-BEbe8XaP.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Medium-D2B0C3OD.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Heavy-DvygsK_p.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-ThinItalic-B3EJwUeK.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Bold-wnA5lqF0.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Heavy-ZRa9-PEG.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Rounded-Thin-D7Nrz0Bw.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-LightItalic-vWG04FLZ.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-HeavyItalic-Cw9LuPKW.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-MediumItalic-JFiIh4DK.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Ultralight-D8hrwN0P.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-BlackItalic-dy7ntYqQ.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Display-Light-BHTvXKPz.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Medium-DxWFA8e_.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-SemiboldItalic-DZX_c2vb.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Regular-DZAQiUrp.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Compact";
  src: url("/assets/SF-Compact-Text-Light-CfbEWaub.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.targetContainer[data-v-de02950f] {
  position: relative;
  width: 100%;
  overflow: visible;
}
.v-enter-active[data-v-de02950f],
.v-leave-active[data-v-de02950f] {
  transition: all 0.5s ease;
}
.v-enter-from[data-v-de02950f],
.v-leave-to[data-v-de02950f] {
  opacity: 0;
  transform: translateY(50px);
}
.targetContainer[data-v-de02950f]:not(:empty)::before {
  content: "";
  position: absolute;
  top: -10px; /* поднимаем тень за пределы footer’а */
  left: 0;
  right: 0;
  height: 0; /* толщина тени */
  pointer-events: none;
  background-color: transparent;
  /* любая подходящая тень, можно поиграться с размерами/прозрачностью */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.rotated-svg[data-v-2fe88e52] {
  animation: rotate-2fe88e52 2s linear infinite;
  transform-origin: center;
}
@keyframes rotate-2fe88e52 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
.button-badge[data-v-b891b634] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 0 3px;
  height: 13px;
  min-width: 13px;
  font-size: 11px;
  line-height: 11px;
  border-radius: 13px;
  box-sizing: border-box;
  background-color: #FC5231;
  color: white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-content[data-v-a71c06ba] {
  display: flex;
  justify-content: center;
  width: 100%;
  /* Высота navbar, если требуется фиксированная, либо динамическая в зависимости от содержимого */
  /* Если фиксированная – можно задать, но в нашем примере можно оставить auto */
  height: 82px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 1200;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.navbar-content .buttons-wrapper[data-v-a71c06ba] {
  width: 100%;
  margin: 15px 34px 39px 34px;
  display: flex;
  justify-content: space-between;
}
.navbar-content .buttons-wrapper .home-wrapper[data-v-a71c06ba],
.navbar-content .buttons-wrapper .favorites-wrapper[data-v-a71c06ba],
.navbar-content .buttons-wrapper .cart-wrapper[data-v-a71c06ba],
.navbar-content .buttons-wrapper .profile-wrapper[data-v-a71c06ba] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.navbar-content .buttons-wrapper .home-wrapper .click-zone[data-v-a71c06ba],
.navbar-content .buttons-wrapper .favorites-wrapper .click-zone[data-v-a71c06ba],
.navbar-content .buttons-wrapper .cart-wrapper .click-zone[data-v-a71c06ba],
.navbar-content .buttons-wrapper .profile-wrapper .click-zone[data-v-a71c06ba] {
  position: absolute;
  width: calc(100% + 60px);
  left: -30px;
  height: calc(100% + 40px);
  top: -20px;
  z-index: 10;
}
.buttons[data-v-e4264698] {
  /* фиксируем снизу во всю ширину */
  bottom: calc(var(--tg-safe-area-inset-bottom) + var(--tg-content-safe-area-inset-bottom));
  left: 0;
  /* поля работают, т.к. входят в расчёт ширины */
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem; /* ← теперь видно */
  display: flex;
  gap: 0.75rem; /* расстояние между кнопками */
}
.buttons button[data-v-e4264698] {
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5rem;
  border: 0;
  border-radius: 0.75rem;
  background: var(--smartBuy-style-palette-hue-quaternary);
  background-size: cover;
  padding: 0.625rem;
  color: var(--smartBuy-style-palette-hue-tertiary);
  cursor: var(--custom-cursor, pointer);
  position: relative;
  overflow: hidden !important;
  transition: background-color 0.15s, color 0.15s;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  --premium-gradient: linear-gradient(88.39deg, #6C93FF -2.56%, #976FFF 51.27%, #DF69D1 107.39%);
}
.buttons button[data-v-e4264698]:hover {
  background-color: var(--smartBuy-style-palette-hue-duodenary);
}
.placeholder[data-v-e4264698] {
  position: relative;
  color: var(--smartBuy-style-palette-hue-tertiary);
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100dvh;
  align-items: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: calc(25px + var(--tg-safe-area-inset-top) + var(--tg-content-safe-area-inset-top));
  overflow-y: hidden;
  overflow-x: hidden;
  user-select: none;
  background: var(--smartBuy-style-palette-hue-nonary);
}
.placeholder .screenshots[data-v-e4264698] {
  display: flex;
  gap: 20px;
}
.placeholder .screenshots img[data-v-e4264698] {
  width: 120px;
  height: 240px;
}
.placeholder .main-placeholder[data-v-e4264698] {
  width: 120px;
  height: 120px;
}
.placeholder p[data-v-e4264698] {
  margin: 0;
}
.placeholder span h2[data-v-e4264698] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}
.placeholder p[data-v-e4264698] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}
.givon-svg[data-v-1e3e1f0d] {
  transition: opacity 0.2s cubic-bezier(.4,0,.2,1);
  opacity: 1;
}
.givon-svg--fadeout[data-v-1e3e1f0d] {
  opacity: 0;
}
.givon-loader-anim[data-v-1e3e1f0d] {
  width: 68px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Можно добавить fade-in, если нужно */
  animation: loader-in-1e3e1f0d 0.2s cubic-bezier(.4,0,.2,1);
}
@keyframes loader-in-1e3e1f0d {
from { opacity: 0;
}
to { opacity: 1;
}
}

.bottom-panel[data-v-554ebc75] {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-content: stretch;
  width: 100%;
  box-sizing: border-box;
  border-radius: 11px;
  padding-top: var(--60fa01aa);
  padding-bottom: 55px;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  touch-action: none;
}
.bottom-panel .header[data-v-554ebc75] {
  position: relative;
  display: flex;
  justify-content: var(--1c14522a);
  width: 100%;
  height: max-content;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
}
.bottom-panel .header.isMobile[data-v-554ebc75] {
  padding-top: 20px;
}
.bottom-panel .header .panel-close[data-v-554ebc75] {
  display: flex;
}
.bottom-panel .header .panel-title[data-v-554ebc75] {
  display: flex;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 20px;
  color: rgb(25.5, 25.5, 25.5);
  width: 92%;
  margin-right: auto;
}
.bottom-panel.fullscreen[data-v-554ebc75] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
}

/* ---------- ручка ---------- */
.handle-zone[data-v-554ebc75] {
  position: absolute;
  width: 100%;
  height: 40px; /* увеличенная зона захвата, как в MD-гайдах :contentReference[oaicite:5]{index=5} */
  cursor: grab;
  top: -2px;
}
.handle[data-v-554ebc75] {
  width: 20%;
  height: 7px;
  background: #f0f0f0;
  border-radius: 6px;
  position: sticky; /* остаётся сверху при прокрутке контента :contentReference[oaicite:6]{index=6} */
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------- крестик ---------- */
.close-button[data-v-554ebc75] {
  position: absolute;
  top: 10px;
  right: 20px;
}
.close-button .click-zone[data-v-554ebc75] { /* “жирная” область клика для UX :contentReference[oaicite:7]{index=7} */
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -13px;
  left: -15px;
}
/* вместо keyframes */
.create-list__container[data-v-0ffeaba0] {
  overflow: hidden; /* чтобы не было прокрутки */
  height: 20vh;
  transition: height 0.1s ease-in;
  will-change: height;
}
.expanded[data-v-0ffeaba0] {
  height: 55vh;
} /* любое число > реальной высоты */
.create-list__container[data-v-0ffeaba0] {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-content: stretch;
}
.create-list__container input[data-v-0ffeaba0] {
  all: unset;
}
.create-list__container input[data-v-0ffeaba0] {
  padding: 1rem;
  border-radius: 8px;
}
.create-list__container input[data-v-0ffeaba0]::placeholder {
  color: var(--smartBuy-style-palette-hue-secondary);
}
.create-list__container .name-input[data-v-0ffeaba0] {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.create-list__container .tags-input[data-v-0ffeaba0] {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.create-list__container button[data-v-0ffeaba0] {
  all: unset;
}
.create-list__container button[data-v-0ffeaba0] {
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 8px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-quinary);
}
.create-list__container .save-button[data-v-0ffeaba0] {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@use "@flg/lib-platform-fonts/scheme" as *;
.actions-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.actions-item {
@include platformFont('primary-S');
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
.icon {
    margin-right: 12px;
}
}
.content-style[data-v-55c47bd5] {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
}
/* Анимации */
.pill-enter-active[data-v-8abf4672],
.pill-leave-active[data-v-8abf4672] {
  transition: opacity 0.3s ease;
}
.pill-enter-from[data-v-8abf4672],
.pill-leave-to[data-v-8abf4672] {
  opacity: 0;
  height: 0;
}

/* Обёртка */
.wishlists-page[data-v-8abf4672] {
  display: flex;
  gap: 12px;
  flex-direction: column;
  background: #fff;
  padding-bottom: 7px;
}

/* Хедер */
.title-bar[data-v-8abf4672] {
  background: #fff;
  padding: 16px 10px 0;
}
.title-bar__inner[data-v-8abf4672] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-bar__inner span[data-v-8abf4672] {
  font-weight: 600;
  font-size: 16px;
}
.title-bar__close[data-v-8abf4672] {
  cursor: pointer;
}

/* Секции */
.section[data-v-8abf4672] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 7px;
}

/* Списки */
.lists[data-v-8abf4672] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.lists__item[data-v-8abf4672] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lists[data-v-8abf4672] > *:not(:first-child) {
  border-top: 1px solid #EEEEF0;
  padding-top: 12px;
}
.lists[data-v-8abf4672] > *:not(:last-child) {
  padding-bottom: 12px;
}

/* Общий стиль «пилюли» */
.pill[data-v-8abf4672] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  background: #EEEEF0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #131313;
  white-space: nowrap;
  border-radius: 8px;
  padding: 15px 10px;
  cursor: pointer;
  user-select: none;
}
.new-pill[data-v-8abf4672] {
  background: #EEEEF0;
}

/* Иконка добавления внутри списка */
.pill--icon[data-v-8abf4672] {
  height: max-content;
  width: max-content;
  padding: 8px;
}

/* Вертикальный элемент для популярных */
.lists__item--vertical[data-v-8abf4672] {
  display: flex;
  flex-direction: column;
}

/* Автор популярных хотелок */
.wishlist__author-name[data-v-8abf4672] {
  margin-bottom: 5px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}

/* Пустой список */
.empty[data-v-8abf4672] {
  text-align: center;
  color: #888;
  font-size: 14px;
  padding: 12px 0;
  cursor: default;
}
@use "@flg/lib-platform-fonts/scheme" as *;
.actions-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.actions-item {
@include platformFont('primary-S');
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
.icon {
    margin-right: 12px;
}
}

/* вместо keyframes */
.create-list__container[data-v-58a79a61] {
  overflow: hidden; /* чтобы не было прокрутки */
  height: 20vh;
  transition: height 0.1s ease-in;
  will-change: height;
}
.expanded[data-v-58a79a61] {
  height: 55vh;
} /* любое число > реальной высоты */
.create-list__container[data-v-58a79a61] {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-content: stretch;
}
.create-list__container input[data-v-58a79a61] {
  all: unset;
}
.create-list__container input[data-v-58a79a61] {
  padding: 1rem;
  border-radius: 8px;
}
.create-list__container input[data-v-58a79a61]::placeholder {
  color: var(--smartBuy-style-palette-hue-secondary);
}
.create-list__container .name-input[data-v-58a79a61] {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.create-list__container .tags-input[data-v-58a79a61] {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.create-list__container button[data-v-58a79a61] {
  all: unset;
}
.create-list__container button[data-v-58a79a61] {
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 8px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-quinary);
}
.create-list__container .save-button[data-v-58a79a61] {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
/* теги сверху */
.tags-strip[data-v-1e68613f] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 3px 0;
  margin-bottom: 10px;
  align-items: center;
  align-content: flex-start;
  overflow-x: visible;
  white-space: nowrap;
  min-height: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tags-strip[data-v-1e68613f]::-webkit-scrollbar {
  display: none;
}
.tags-strip .tag[data-v-1e68613f] {
  flex-shrink: 0;
}
.tag[data-v-1e68613f] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-size: 12px;
  background: #131313;
  color: #fff;
  padding: 8px;
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* binary switch */
.bin-toggle[data-v-1e68613f] {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.bin-toggle input[data-v-1e68613f] {
  display: none;
}
.switch[data-v-1e68613f] {
  width: 34px;
  height: 18px;
  border-radius: 9px;
  position: relative;
  transition: 0.2s;
  background: #ddd;
}
.switch[data-v-1e68613f]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s;
}
.bin-toggle input:checked + .switch[data-v-1e68613f] {
  background: #ED4600;
}
.bin-toggle input:checked + .switch[data-v-1e68613f]::after {
  left: 17px;
}
.filters-modal[data-v-1e68613f] {
  padding-bottom: calc(85px + env(safe-area-inset-bottom, 0px));
}
.filters-modal .filters-themselves .section[data-v-1e68613f] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  display: flex;
  flex-direction: column;
  height: max-content;
  overflow: hidden;
}
.filters-modal .filters-themselves .section[data-v-1e68613f]:not(:last-child) {
  margin-bottom: 15px;
}
.filters-modal .filters-themselves .section .header[data-v-1e68613f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.filters-modal .filters-themselves .section .header .section-link[data-v-1e68613f] {
  padding: 3px 5px;
  border-radius: 10px;
  border: none;
  background-color: var(--smartBuy-style-palette-hue-tertiary);
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  color: var(--smartBuy-style-palette-hue-octonary-v2);
  cursor: pointer;
}
.filters-modal .filters-themselves .section-title[data-v-1e68613f] {
  display: flex;
  height: max-content;
  color: #303030;
}
.filters-modal .filters-themselves .section-content[data-v-1e68613f] {
  position: relative;
  box-sizing: border-box;
  padding-top: 4px;
  display: flex;
  width: 100%;
  max-width: 100%;
  max-height: 82px;
  flex-wrap: wrap;
  height: max-content;
  gap: 4px;
  overflow: hidden;
}
.filters-modal .filters-themselves .section-content[data-v-1e68613f] > * {
  cursor: pointer;
  transition: all 0.08s ease-in-out;
}
.filters-modal .filters-themselves .section-content .item[data-v-1e68613f] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #dddddd;
  background: white;
  color: #494949;
  padding: 5px;
  width: max-content;
  height: 37px;
  box-sizing: border-box;
  text-wrap: nowrap;
}
@media (pointer: coarse) and (hover: none) {
.filters-modal .filters-themselves .section-content .item[data-v-1e68613f]:hover {
    transform: none;
}
}
@media (pointer: fine) {
.filters-modal .filters-themselves .section-content .item[data-v-1e68613f]:hover {
    transform: translateY(-1px) rotate(1deg);
}
}
.filters-modal .filters-themselves .section-content .item.active[data-v-1e68613f] {
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: var(--smartBuy-style-palette-hue-quaternary);
  color: white;
}
.filters-modal .filters-themselves .section.multiple .section-content[data-v-1e68613f] {
  max-width: 105% !important;
  width: 105% !important;
}
.filters-modal .filters-themselves .section.multiple .section-content[data-v-1e68613f]::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 15px;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
.filters-modal .filters-themselves .section.ranged .section-content[data-v-1e68613f] {
  flex-wrap: nowrap;
}
.filters-modal .filters-themselves .section.ranged .section-content input[type=text][data-v-1e68613f] {
  all: unset;
}
.filters-modal .filters-themselves .section.ranged .section-content input[type=text][data-v-1e68613f] {
  display: flex;
  flex: 1 0;
  width: calc(100% - 4px);
  height: 22px;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: white;
  color: #303030;
  transition: all ease-in-out 0.15s;
}
.filters-modal .filters-themselves .section.ranged .section-content input[type=text][data-v-1e68613f]:focus-within {
  border: 2px solid #ED4600;
}
.filters-modal .filters-themselves .section.ranged .section-content input[type=text][data-v-1e68613f]:not(:empty)::placeholder {
  color: transparent;
}
.footer-actions[data-v-1e68613f] {
  position: fixed; /* относит. viewport */
  inset: auto 0 calc(env(safe-area-inset-bottom, 0px)); /* снизу + safe-area */
  left: 0;
  right: 0;
  display: flex;
  gap: 8px;
  padding: 12px 16px; /* единственные фикс. отступы */
  padding-bottom: 50px;
  background: #fff;
  box-shadow: 0 -2px 6px -2px rgba(0, 0, 0, 0.06);
  z-index: 9999; /* всегда поверх контента */
  box-sizing: border-box; /* padding входит в ширину */
  width: 100%; /* ровно по экрану без переполнения */
}
.footer-actions button[data-v-1e68613f] {
  all: unset;
}
.footer-actions .cancel-btn[data-v-1e68613f],
.footer-actions .apply-btn[data-v-1e68613f] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0; /* могут ужиматься */
  height: 44px;
  border-radius: 12px;
  font-size: 15px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.footer-actions .cancel-btn[data-v-1e68613f] {
  background: #EEE;
  color: #131313;
}
.footer-actions .apply-btn[data-v-1e68613f] {
  background: var(--smartBuy-style-palette-hue-quaternary);
  color: #fff;
}
.panel[data-v-1e68613f] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.scroll-area[data-v-1e68613f] {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.footer[data-v-1e68613f] {
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 -2px 6px -2px rgba(0, 0, 0, 0.06);
}
.footer-actions[data-v-1e68613f] {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  padding-bottom: env(--tg-safe-area-inset-bottom, 60px);
  box-sizing: border-box;
  width: 100%;
}
.footer-actions .cancel-btn[data-v-1e68613f],
.footer-actions .apply-btn[data-v-1e68613f] {
  flex: 1;
  height: 44px;
  border-radius: 12px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.footer-actions .cancel-btn[data-v-1e68613f] {
  background: #EEE;
  color: #131313;
}
.footer-actions .apply-btn[data-v-1e68613f] {
  background: var(--smartBuy-style-palette-hue-quaternary);
  color: #fff;
}
.panel[data-v-f465ea1b] {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}
.scroll-area[data-v-f465ea1b] {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* плавная прокрутка на iOS */
}
.m-hdr[data-v-f465ea1b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.m-hero[data-v-f465ea1b] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 14px 0;
  margin: 0 0 14px 0;
  gap: 12px;
}
.m-hero[data-v-f465ea1b]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--smartBuy-style-theme-item-list-border-color-primary-default);
}
.m-grp[data-v-f465ea1b] {
  margin: 0 0 20px;
}
.m-opts[data-v-f465ea1b] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.opt[data-v-f465ea1b] {
  padding: 8px 12px;
  border: 1px solid var(--smartBuy-style-palette-hue-tertiary);
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}
.opt.sel[data-v-f465ea1b] {
  border-color: var(--smartBuy-style-palette-hue-quaternary);
}
.opt.dis[data-v-f465ea1b] {
  opacity: 0.5;
  pointer-events: none;
}
@keyframes blink-f465ea1b {
0%, 50%, 100% {
    border-color: var(--smartBuy-style-palette-hue-tertiary);
}
25%, 75% {
    border-color: #ffc609;
}
}
.opt.blink[data-v-f465ea1b] {
  animation: blink-f465ea1b 1.2s ease-in-out;
}

/* ссылка “Размерная сетка” */
.size-grid[data-v-f465ea1b] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 6px 11px;
  margin: 0 0 14px;
  border: 1px solid var(--smartBuy-style-palette-hue-secondary);
  border-radius: 6px;
  cursor: pointer;
}

/* ——— футер (скопировано) ——— */
.footer[data-v-f465ea1b] {
  flex-shrink: 0;
  padding: 16px 0;
  background: white;
}
.button-part.like[data-v-f465ea1b] {
  width: 47px;
  flex-shrink: 0;
}
.split-button[data-v-f465ea1b] {
  display: flex;
  gap: 8px;
  width: 100%;
}
.button-part[data-v-f465ea1b] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--smartBuy-style-palette-hue-quaternary);
  color: var(--smartBuy-style-palette-hue-quinary);
  border-radius: 6px;
  height: 47px;
  padding: 0 10px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 13px;
}
.button-part[data-v-f465ea1b] > * {
  cursor: pointer;
}
.button-part.primary[data-v-f465ea1b] {
  flex: 1;
}
.button-part.secondary[data-v-f465ea1b] {
  flex: 1;
  justify-content: space-around;
  transition: background-color 0.3s;
}
.button-part.disabled[data-v-f465ea1b] {
  background: var(--smartBuy-style-palette-hue-tertiary);
  color: #888;
  cursor: not-allowed;
}
.colored[data-v-f465ea1b] {
  background: var(--smartBuy-style-palette-hue-quaternary);
}
.quantity-button[data-v-f465ea1b] {
  background: transparent;
  border: none;
  padding: 0;
}
.quantity-counter[data-v-f465ea1b] {
  font-size: 16px;
  margin: 0 5px;
}

/* новая кнопка-корзина */
.cart-button[data-v-f465ea1b] {
  aspect-ratio: 1;
  box-sizing: border-box;
}
[data-v-f465ea1b] .n-image {
  border-radius: 6px;
}
[data-v-f465ea1b] .n-image img {
  border-radius: 6px;
  border: 1px solid var(--smartBuy-style-palette-hue-tertiary);
  width: 82px;
  height: 82px;
}
.basic-attributes[data-v-f465ea1b] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.additional[data-v-f465ea1b] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
[data-v-721fab6d] .n-radio {
  /* сбрасываем дефолтный цвет */
  --n-radio-color: #ED4600;
}
input[type=radio][data-v-721fab6d]:not(:checked) {
  accent-color: #ED4600; /* Синий цвет для неактивного состояния */
}
.sort-modal[data-v-721fab6d] {
  display: flex;
  flex-direction: column;
}
.list-item[data-v-721fab6d] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 4px 0 12px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.08s;
}
.list-item + .list-item[data-v-721fab6d]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
}
.list-item[data-v-721fab6d]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.item-title[data-v-721fab6d] {
  display: flex;
  gap: 5px;
  align-items: center;
  flex: 1 0 auto;
}
.values-modal[data-v-aa3b9e8b] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* список значений */
.values-scroll[data-v-aa3b9e8b] {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

/* пункт списка */
.value-item[data-v-aa3b9e8b] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 48px;
  padding: 0 12px;
  cursor: pointer;
  transition: background 0.08s;
}
.value-item + .value-item[data-v-aa3b9e8b]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
}
.value-item[data-v-aa3b9e8b]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.item-title[data-v-aa3b9e8b] {
  flex: 1 1 auto;
  font-size: 15px;
} /* текст слева */
.value-item.active .item-title[data-v-aa3b9e8b] {
  color: #ED4600;
}

/* чек-бокс не должен перехватывать клики — только индикатор */
[data-v-aa3b9e8b] .n-checkbox {
  pointer-events: none;
}

/* кнопка «Применить» */
.save-btn[data-v-aa3b9e8b] {
  all: unset;
  position: sticky;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: var(--smartBuy-style-palette-hue-quaternary);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.values-modal[data-v-797ac4b6] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* список значений */
.values-scroll[data-v-797ac4b6] {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

/* пункт списка */
.value-item[data-v-797ac4b6] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 48px;
  padding: 0 12px;
  cursor: pointer;
  transition: background 0.08s;
}
.value-item + .value-item[data-v-797ac4b6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
}
.value-item[data-v-797ac4b6]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.item-title[data-v-797ac4b6] {
  flex: 1 1 auto;
  font-size: 15px;
} /* текст слева */
.value-item.active .item-title[data-v-797ac4b6] {
  color: #ED4600;
}

/* кнопка «Применить» */
.save-btn[data-v-797ac4b6] {
  all: unset;
  position: sticky;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: var(--smartBuy-style-palette-hue-quaternary);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}.fade-enter-active[data-v-d060a247], .fade-leave-active[data-v-d060a247] {
  transition: opacity 0.1s;
}
.fade-enter-from[data-v-d060a247], .fade-leave-to[data-v-d060a247] {
  opacity: 0;
}
.slide-up-enter-active[data-v-d060a247] {
  transition: transform 0.25s ease;
}
.slide-up-enter-from[data-v-d060a247] {
  transform: translateY(100%);
}
.slide-up-leave-active[data-v-d060a247] {
  transition: none;
}
.slide-up-leave-to[data-v-d060a247] {
  transform: translateY(100%);
}
.modal-backdrop[data-v-d060a247] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(33, 33, 33, 0.67);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.modal-sheet[data-v-d060a247] {
  background: #fff;
  border-radius: 12px 12px 0 0;
  max-height: calc(100vh - var(--tg-content-safe-area-inset-top));
  overflow: auto;
  overflow-x: hidden;
}.add-to-wishlist__container[data-v-fa77b633] {
  bottom: 100%;
  display: flex;
  justify-content: space-between;
  width: calc(100vw - 24px);
  box-sizing: border-box;
  background: #131313;
  color: #EEEEF0;
  padding: 16px 14px;
  margin: 12px;
  border-radius: 6px;
}
.add-to-wishlist__container .add-label[data-v-fa77b633] {
  font-size: 13px;
}
.add-to-wishlist__container .add-button[data-v-fa77b633] {
  font-size: 12px;
  cursor: pointer;
}
.wishlist-popup-fade-slide-enter-active[data-v-fa77b633] {
  transition: opacity 0.3s, transform 0.3s;
}
.wishlist-popup-fade-slide-leave-active[data-v-fa77b633] {
  transition: opacity 0.1s, transform 0.1s;
}
.wishlist-popup-fade-slide-enter-from[data-v-fa77b633],
.wishlist-popup-fade-slide-leave-to[data-v-fa77b633] {
  opacity: 0;
  transform: translateX(40px);
}
.wishlist-popup-fade-slide-enter-to[data-v-fa77b633],
.wishlist-popup-fade-slide-leave-from[data-v-fa77b633] {
  opacity: 1;
  transform: translateX(0);
}
:root {
  --navbar-h: 56px; /* фактическая высота вашего .navbar-wrapper */
}
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p, span, h1, h2, h3, h4, h5, h6 {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
input, textarea {
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
}
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("/fonts/DrukWideCyr/DrukWideCyr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.swipe-container {
  height: 100%;
}
.pull-to-refresh-icon {
  position: fixed;
  top: 56px;
  left: 50%;
  font-size: 26px;
  z-index: 10010;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.pull-to-refresh-icon.visible {
  opacity: 1 !important;
}
.app-header {
  position: absolute;
  top: calc(var(--tg-content-safe-area-inset-top) + var(--tg-safe-area-inset-top) - 21px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none;
  user-select: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: transparent;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.app-header.isDesktop {
  top: 20px;
}
.app-header.hidden {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 24px)) scale(0.97);
  pointer-events: none;
}
.app-logo {
  height: 25px;
  width: 68px;
  pointer-events: none;
  user-select: none;
  background: transparent;
}
.swipe-indicator {
  position: fixed;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  color: #000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swipe-indicator svg {
  width: 18px;
  height: 18px;
  transition: color 0.2s ease;
}
.swipe-indicator.active svg path {
  stroke: white;
}
.swipe-indicator.visible {
  opacity: 1;
}
.swipe-indicator.active {
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  color: white;
  border-radius: 50%;
  animation: grow-circle 0.2s ease forwards;
}
@keyframes grow-circle {
0% {
    transform: translateY(-50%) scale(0.5);
}
100% {
    transform: translateY(-50%) scale(1);
}
}
/* Для WebKit браузеров (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
* {
  scrollbar-width: none;
}
* {
  -ms-overflow-style: none;
  user-select: none;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  --flg-font-family: "SF-Compact", sans-serif;
}
.layout {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.layout-content {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #F7F7F7;
  height: calc(var(--tg-viewport-height, 100vh) - var(--navbar-h));
  max-height: calc(var(--tg-viewport-height, 100vh) - var(--navbar-h));
  transition: height 0.24s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height, max-height;
}
.navbar-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  overflow: visible;
  transform: translateY(calc(var(--tg-viewport-stable-height, 0px) - var(--tg-viewport-height, 0px)));
  /* оставляем плавность ТОЛЬКО на прозрачности (если нужна) */
  transition: opacity 0.2s ease;
  will-change: transform;
}
.navbar-wrapper #layout-footer {
  position: relative;
  z-index: 1000;
  overflow: visible;
}
.smartbuy-gray[data-v-4c6b3d53] {
  background: var(--smartBuy-style-palette-hue-quinary-v2);
  padding-top: 32px;
  padding-bottom: 33px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
}
#search-root[data-v-4c6b3d53] {
  overflow: visible;
  top: calc(var(--tg-content-safe-area-inset-top) + var(--tg-safe-area-inset-top));
  z-index: 3;
}
#search-root.isDesktop[data-v-4c6b3d53] {
  top: 40px;
}
#reference-button-root[data-v-4c6b3d53] {
  z-index: 1;
}
body[data-v-4c6b3d53] {
  --flg-font-family: "SF-Compact", sans-serif;
}
.smartbuy-container[data-v-4c6b3d53] {
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: calc(var(--tg-content-safe-area-inset-top) + var(--tg-safe-area-inset-top) + 15px);
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  touch-action: pan-x pan-y;
  overscroll-behavior: none;
}
.smartbuy-container[data-v-4c6b3d53]:not(.search)::before {
  height: 345px;
}
.smartbuy-container.isDesktop[data-v-4c6b3d53]:not(.search)::before {
  height: 278px;
}
.smartbuy-container[data-v-4c6b3d53]:not(.search)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("/other/test.png") right bottom no-repeat, var(--smartBuy-style-palette-hue-quaternary);
  background-size: auto 68%;
  background-position-x: 145px;
  background-position-y: 125px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 0;
  pointer-events: none;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.smartbuy-container.search[data-v-4c6b3d53] {
  margin-top: 0;
  background: #F7F7F7;
  height: 100%; /* ДОБАВЛЕНО: высота только в режиме поиска */
}
.smartbuy-container.isDesktop[data-v-4c6b3d53] {
  padding-top: 40px;
}
.smartbuy-container[data-v-4c6b3d53] > *:not(:last-child) {
  padding-left: 10px;
  padding-right: 10px;
}
.smartbuy-container > #stories-root[data-v-4c6b3d53] {
  padding-right: 0;
}
.fade-enter-active[data-v-4c6b3d53],
.fade-leave-active[data-v-4c6b3d53] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-4c6b3d53],
.fade-leave-to[data-v-4c6b3d53] {
  opacity: 0;
}body {
  background: #F4F4F6;
}body {
  background: #fff;
}#catalogv2-root[data-v-37166a58] {
  height: 100%;
}