@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #000000);
  --bg-is-dark: var(--draft-bg-is-dark, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #1a1a1a);
  --bg-minor-shade-is-dark: var(--draft-bg-minor-shade-is-dark, true);
  --bg-major-shade: var(--draft-bg-major-shade, #333333);
  --bg-major-shade-is-dark: var(--draft-bg-major-shade-is-dark, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #FF09B6);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #ff25be);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #ff3fc5);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #ff8fdd);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #FF09B6);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #ff25be);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #ff3fc5);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ff8fdd);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, rounded);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 30px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Jost);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Jost);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 99);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, true);
  --sidebar_index_position: var(--draft-sidebar_index_position, right);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, right);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 5, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 9, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 13, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 18, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 21, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 24, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* Анимация для категорий (только для ПК) */
@media screen and (min-width: 768px) {
  /* line 30, theme.scss */
  .collection-preview {
    position: relative;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), z-index 0.01s, box-shadow 0.2s ease;
    box-shadow: 0 0 0 transparent; }

  /* line 37, theme.scss */
  .collection-preview:hover {
    transform: scale(1.18);
    z-index: 10;
    box-shadow: 0 10px 20px rgba(255, 9, 182, 0.3); }

  /* line 43, theme.scss */
  .collection-preview-elem {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

  /* line 47, theme.scss */
  .collection-preview-elem:hover {
    transform: scale(1.18); }

  /* line 51, theme.scss */
  .img-ratio__inner {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

  /* line 55, theme.scss */
  .collection-preview:hover .img-ratio__inner {
    transform: scale(1.22); }

  /* line 59, theme.scss */
  .collection-preview__title {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.2s ease; }

  /* line 63, theme.scss */
  .collection-preview:hover .collection-preview__title {
    transform: scale(1.18);
    color: #FF09B6 !important; } }
/* line 69, theme.scss */
.js-collections .splide__slide {
  overflow: visible !important; }

/* line 73, theme.scss */
.js-collections .splide__list {
  overflow: visible !important;
  padding: 18px 0 !important; }

/* line 78, theme.scss */
.js-collections .splide__track {
  overflow: visible !important;
  margin: 0 18px !important; }

/* line 83, theme.scss */
.js-collections.collections {
  overflow: visible !important;
  padding: 18px !important; }

/* line 88, theme.scss */
.js-collections .js-collections-slider {
  overflow: visible !important; }

/* Скрываем дублирующиеся элементы выбора города в футере */
/* Стили, перенесенные из лейоутликвидсайта.txt */
/* line 96, theme.scss */
body.body-over {
  overflow: hidden; }

/* line 100, theme.scss */
.hello-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: opacity 1s ease-in-out; }

/* line 114, theme.scss */
.hello-preloader.hide {
  opacity: 0;
  pointer-events: none; }

/* line 119, theme.scss */
#hello_video,
#hello_mobile_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none; }

/* line 131, theme.scss */
#hello_mobile_video {
  height: auto;
  max-height: 100vh; }

/* line 136, theme.scss */
#install-container {
  position: fixed;
  top: 60px;
  right: 20px;
  background: #000;
  padding: 8px 15px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(255, 9, 182, 0.3);
  display: flex;
  align-items: center;
  z-index: 999;
  border: 1px solid #FF09B6; }

/* line 150, theme.scss */
#install-button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center; }

/* line 162, theme.scss */
#install-button:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTZWNE0xMiAxNkw4IDEyTTEyIDE2TDE2IDEyIiBzdHJva2U9IiNGRjA5QjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTIwIDIwSDRDMy40NDc3MiAyMCAzIDIwLjQ0NzcgMyAyMUMzIDIxLjU1MjMgMy40NDc3MiAyMiA0IDIySDIwQzIwLjU1MjMgMjIgMjEgMjEuNTUyMyAyMSAyMUMyMSAyMC40NDc3IDIwLjU1MjMgMjAgMjAgMjBaIiBzdHJva2U9IiNGRjA5QjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-size: contain;
  margin-right: 8px; }

/* line 172, theme.scss */
#install-button:hover {
  color: #FF09B6; }

/* line 176, theme.scss */
.ios-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px); }

/* line 189, theme.scss */
.ios-popup-content {
  background-color: #1c1c1c;
  color: #fff;
  margin: 15% auto;
  padding: 25px;
  border: 1px solid #333;
  width: 90%;
  max-width: 340px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 30px rgba(255, 9, 182, 0.3);
  animation: fadeIn 0.5s ease-in-out; }

/* line 203, theme.scss */
.ios-popup-content .close {
  color: #f2f2f7;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: color 0.3s;
  margin-top: -10px;
  margin-right: -10px; }

/* line 213, theme.scss */
.close:hover,
.close:focus {
  color: #FF09B6;
  text-decoration: none;
  cursor: pointer; }

/* line 220, theme.scss */
.ios-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: left; }

/* line 227, theme.scss */
.app-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  margin-right: 15px;
  box-shadow: 0 0 15px rgba(255, 9, 182, 0.5); }

/* line 235, theme.scss */
.app-details {
  display: inline-block;
  text-align: left; }

/* line 240, theme.scss */
.app-details strong {
  font-size: 18px;
  display: block;
  margin-bottom: 3px; }

/* line 246, theme.scss */
.app-details p {
  margin: 0;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 5px; }

/* line 253, theme.scss */
.rating {
  color: #FF09B6;
  font-size: 14px;
  letter-spacing: 2px; }

/* line 259, theme.scss */
.ios-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #FF09B6, transparent);
  margin: 15px 0; }

/* line 265, theme.scss */
.ios-popup-content h2 {
  margin: 15px 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center; }

/* line 273, theme.scss */
.ios-steps {
  margin: 25px 0; }

/* line 277, theme.scss */
.step {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: left; }

/* line 284, theme.scss */
.step-icon {
  width: 30px;
  height: 30px;
  background-color: #FF09B6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0; }

/* line 298, theme.scss */
.step-text {
  flex-grow: 1; }

/* line 302, theme.scss */
.share-icon {
  width: 20px;
  vertical-align: middle;
  margin: 0 3px; }

/* line 308, theme.scss */
.ios-benefits {
  display: flex;
  justify-content: space-around;
  margin: 25px 0; }

/* line 314, theme.scss */
.benefit {
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 320, theme.scss */
.benefit svg {
  margin-bottom: 8px; }

/* line 324, theme.scss */
.benefit span {
  font-size: 12px;
  color: #ddd; }

/* line 329, theme.scss */
.ios-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }

/* line 335, theme.scss */
#ios-later-button,
#android-later-button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  flex-grow: 1;
  margin-right: 10px; }

/* line 349, theme.scss */
#ios-later-button:hover,
#android-later-button:hover {
  background-color: #444; }

/* line 354, theme.scss */
#ios-install-button,
#android-install-button {
  background-color: #FF09B6;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
  flex-grow: 1;
  margin-left: 10px;
  font-weight: bold; }

/* line 369, theme.scss */
#ios-install-button:hover,
#android-install-button:hover {
  background-color: #E408A4; }

/* line 374, theme.scss */
.android-description {
  margin: 15px 0;
  font-size: 14px;
  color: #aaa;
  line-height: 1.4; }

/* PREMIUM NEON DESIGN CODE */
/* APPLE-STYLE PREMIUM DESIGN CODE */
/* line 383, theme.scss */
.city-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Lighter, more elegant dimming */
  backdrop-filter: blur(20px) saturate(180%);
  /* exquisite Apple-like blur */
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.32, 0.72, 0, 1); }

/* line 399, theme.scss */
.city-popup-content {
  background-color: rgba(28, 28, 30, 0.85);
  /* iOS System Gray 6 (Dark) */
  color: #fff;
  margin: auto;
  padding: 32px;
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  /* Sublime hairline border */
  width: 90%;
  max-width: 360px;
  border-radius: 24px;
  /* iOS-like curvature */
  text-align: center;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.6);
  /* Deep, soft shadow */
  position: relative;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  /* Base state hidden */ }

/* Entry Animation Only When Opening */
/* line 417, theme.scss */
.city-popup.opening .city-popup-content {
  animation: applePop 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }

/* Typography - Clean & Modern */
/* line 422, theme.scss */
.city-popup-content h2 {
  margin: 5px 0 25px;
  font-size: 22px;
  font-weight: 600;
  /* Apple uses 600 for headers often */
  color: #fff;
  letter-spacing: 0.3px;
  text-shadow: none;
  /* Removed cheap glow */ }

/* List Item - iOS Table View Style */
/* line 432, theme.scss */
.city-popup-content label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.08);
  /* Sophisticated transparency */
  border: none;
  transition: all 0.2s ease;
  position: relative;
  /* Gentle Slide In - Base State Hidden */
  opacity: 0; }

/* Staggered Entry When Opening */
/* line 449, theme.scss */
.city-popup.opening .city-popup-content label {
  animation: slideUpFade 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }

/* Refined Stagger */
/* line 454, theme.scss */
.city-popup.opening .city-popup-content label:nth-of-type(1) {
  animation-delay: 0.1s; }

/* line 455, theme.scss */
.city-popup.opening .city-popup-content label:nth-of-type(2) {
  animation-delay: 0.15s; }

/* line 456, theme.scss */
.city-popup.opening .city-popup-content label:nth-of-type(3) {
  animation-delay: 0.2s; }

/* line 457, theme.scss */
.city-popup.opening .city-popup-content label:nth-of-type(4) {
  animation-delay: 0.25s; }

/* Subtle Interactive Hover */
/* line 460, theme.scss */
.city-popup-content label:hover {
  background-color: rgba(255, 255, 255, 0.12);
  transform: scale(1.01); }

/* Selected State - Minimalist */
/* line 466, theme.scss */
.city-popup-content label:has(input:checked) {
  background-color: #2C2C2E;
  box-shadow: inset 0 0 0 1.5px #FF09B6;
  /* Inside border is more premium */ }

/* line 471, theme.scss */
.city-popup-content input[type="radio"] {
  display: none; }

/* Icons */
/* line 474, theme.scss */
.city-icon {
  display: flex;
  margin-right: 14px;
  color: #8E8E93;
  /* iOS Gray */
  transition: 0.3s; }

/* line 481, theme.scss */
.city-popup-content input:checked + .city-icon {
  /* Note: This selector needs HTML structure input+icon */ }

/* Fix for icon color based on selection (sibling or parent) */
/* line 484, theme.scss */
.city-popup-content label:has(input:checked) .city-icon {
  color: #FF09B6; }

/* line 488, theme.scss */
.city-name {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  flex-grow: 1;
  text-align: left; }

/* line 496, theme.scss */
.city-popup-content label:has(input:checked) .city-name {
  font-weight: 600; }

/* Checkmark Indicator */
/* line 501, theme.scss */
.city-popup-content label:has(input:checked) .city-name::after {
  content: '';
  /* We can use CSS shape or SVG for checkmark, let's use a nice CSS check */
  display: block;
  width: 6px;
  height: 12px;
  border: solid #FF09B6;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 42%; }

/* The Button - iOS prominent button style */
/* line 516, theme.scss */
.city-popup-content button {
  background-color: #FF09B6;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 14px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
  width: 100%;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(255, 9, 182, 0.3);
  opacity: 0; }

/* line 533, theme.scss */
.city-popup.opening .city-popup-content button {
  animation: fadeIn 0.4s ease 0.4s forwards; }

/* line 537, theme.scss */
.city-popup-content button:active {
  transform: scale(0.96);
  opacity: 0.9; }

/* line 542, theme.scss */
.city-popup-content button:hover {
  background-color: #E608A3; }

/* line 546, theme.scss */
.city-popup-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(235, 235, 245, 0.6);
  /* iOS Label Secondary */
  background: rgba(118, 118, 128, 0.12);
  /* iOS Fill */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.2s;
  line-height: 1; }

/* line 562, theme.scss */
.city-popup-content .close:hover {
  background: rgba(118, 118, 128, 0.24);
  color: #fff; }

/* --- REFINED ANIMATION LIBRARY --- */
@keyframes applePop {
  0% {
    transform: scale(0.9) translateY(10px);
    opacity: 0; }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1; } }
@keyframes slideUpFade {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Closing Animation State - SEQUENCED */
/* line 586, theme.scss */
.city-popup.closing {
  pointer-events: none;
  transition-delay: 0.4s;
  animation: fadeOut 0.5s ease 0.4s forwards !important; }

/* line 592, theme.scss */
.city-popup.closing .city-popup-content {
  animation: applePopOut 0.5s cubic-bezier(0.32, 0.72, 0, 1) 0.4s forwards !important;
  opacity: 1 !important;
  /* Force override base hidden state */ }

/* 1. Button Leaves First */
/* line 598, theme.scss */
.city-popup.closing button {
  animation: fadeOut 0.2s ease forwards !important;
  animation-delay: 0s !important;
  opacity: 1 !important;
  /* Force override base hidden state */ }

/* 2. List Items Slide Down & Fade Out (Reverse Stagger) */
/* line 605, theme.scss */
.city-popup.closing label {
  animation: slideDownFadeOut 0.3s ease forwards !important;
  opacity: 1; }

/* line 609, theme.scss */
.city-popup.closing label:nth-of-type(4) {
  animation-delay: 0.05s !important; }

/* line 610, theme.scss */
.city-popup.closing label:nth-of-type(3) {
  animation-delay: 0.1s !important; }

/* line 611, theme.scss */
.city-popup.closing label:nth-of-type(2) {
  animation-delay: 0.15s !important; }

/* line 612, theme.scss */
.city-popup.closing label:nth-of-type(1) {
  animation-delay: 0.2s !important; }

@keyframes slideDownFadeOut {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }
@keyframes applePopOut {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1; }
  100% {
    transform: scale(0.9) translateY(10px);
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* line 641, theme.scss */
#css-snowfall-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  pointer-events: none;
  z-index: -1; }

/* line 651, theme.scss */
.snowflake {
  position: absolute;
  top: -10%;
  background-image: url("https://png.klev.club/uploads/posts/2024-04/png-klev-club-fbnc-p-snezhok-png-6.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes fall {
  to {
    transform: translateY(110vh);
    opacity: 2; } }
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }
