@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 */
/* HYPER-ACTIVE NEON 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.9);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  perspective: 1500px; }

/* line 398, theme.scss */
.city-popup-content {
  background: linear-gradient(160deg, #1a1a1a 0%, #0d0d0d 100%);
  color: #fff;
  margin: auto;
  padding: 35px;
  border: 2px solid rgba(255, 9, 182, 0.1);
  width: 90%;
  max-width: 380px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 50px rgba(255, 9, 182, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
  overflow: visible;
  /* Changed to visible for 3D popping elements */
  transform-style: preserve-3d;
  animation: containerPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }

/* CLOSING ANIMATION STATE */
/* CLOSING ANIMATION STATE */
/* line 418, theme.scss */
.city-popup.closing .city-popup-content {
  /* Wait for buttons to start leaving before fading out container */
  animation: fadeOut 0.4s ease 0.6s forwards !important;
  /* Delay 0.6s */ }

/* line 422, theme.scss */
.city-popup.closing .city-popup-content h2 {
  animation: fadeOut 0.3s ease forwards;
  opacity: 0; }

/* line 426, theme.scss */
.city-popup.closing .city-popup-content label {
  animation: elasticityReverse 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  /* Sequential reverse order: Bottom to Top */ }
  /* line 429, theme.scss */
  .city-popup.closing .city-popup-content label:nth-of-type(4) {
    animation-delay: 0s; }
  /* line 430, theme.scss */
  .city-popup.closing .city-popup-content label:nth-of-type(3) {
    animation-delay: 0.1s; }
  /* line 431, theme.scss */
  .city-popup.closing .city-popup-content label:nth-of-type(2) {
    animation-delay: 0.2s; }
  /* line 432, theme.scss */
  .city-popup.closing .city-popup-content label:nth-of-type(1) {
    animation-delay: 0.3s; }

/* line 434, theme.scss */
.city-popup.closing {
  pointer-events: none;
  /* Backdrop fades out last */
  animation: fadeOutBackdrop 0.5s ease 0.5s forwards; }

/* Header with Glitch-like Gradient */
/* line 441, theme.scss */
.city-popup-content h2 {
  margin: 0 0 25px;
  font-size: 20px;
  /* Reduced from 26px */
  font-weight: 700;
  /* Reduced from 900 */
  text-transform: uppercase;
  background: linear-gradient(90deg, #FF09B6, #fff, #FF09B6);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 3s linear infinite;
  letter-spacing: 0.5px; }

/* List Item Styling - ELASTIC CARDS */
/* line 455, theme.scss */
.city-popup-content label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  /* Animation Setup */
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  animation: elasticity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }

/* Aggressive Staggering (200ms gaps) */
/* line 474, theme.scss */
.city-popup-content label:nth-of-type(1) {
  animation-delay: 0.2s; }

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

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

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

/* Interactive Hover */
/* line 480, theme.scss */
.city-popup-content label:hover {
  background-color: rgba(255, 9, 182, 0.15);
  border-color: #FF09B6;
  transform: translateY(-5px) scale(1.02) !important;
  /* Force override animation frame */
  box-shadow: 0 10px 25px rgba(255, 9, 182, 0.3); }

/* Selected State */
/* line 488, theme.scss */
.city-popup-content label:has(input:checked) {
  background: linear-gradient(90deg, rgba(255, 9, 182, 0.2), transparent);
  border: 2px solid #FF09B6;
  box-shadow: 0 0 25px rgba(255, 9, 182, 0.4);
  transform: scale(1.05) !important; }

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

/* Icons with Pulse */
/* line 498, theme.scss */
.city-icon {
  display: flex;
  margin-right: 15px;
  color: #555;
  transition: 0.3s; }

/* line 505, theme.scss */
.city-popup-content input:checked ~ .city-icon {
  color: #fff;
  filter: drop-shadow(0 0 8px #FF09B6);
  animation: iconPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }

/* line 511, theme.scss */
.city-name {
  font-size: 17px;
  font-weight: 600;
  color: #bbb;
  flex-grow: 1;
  text-align: left;
  transition: 0.3s; }

/* line 520, theme.scss */
.city-popup-content input:checked ~ .city-name {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 9, 182, 0.5); }

/* The Button */
/* line 526, theme.scss */
.city-popup-content button {
  background: #FF09B6;
  color: #fff;
  border: none;
  padding: 18px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 30px;
  width: 100%;
  box-shadow: 0 5px 0 #b0007d;
  /* 3D Button style */
  transition: all 0.1s;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease 1.0s forwards; }

/* line 547, theme.scss */
.city-popup-content button:active {
  box-shadow: 0 2px 0 #b0007d;
  transform: translateY(3px) !important; }

/* line 552, theme.scss */
.city-popup-content button:hover {
  filter: brightness(1.1);
  box-shadow: 0 5px 0 #b0007d, 0 0 30px #FF09B6; }

/* line 557, theme.scss */
.city-popup-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #444;
  transition: 0.3s; }

/* line 564, theme.scss */
.city-popup-content .close:hover {
  color: #fff;
  transform: rotate(90deg); }

/* --- ANIMATION LIBRARY --- */
@keyframes containerPop {
  0% {
    transform: scale(0.5) rotateX(20deg);
    opacity: 0; }
  100% {
    transform: scale(1) rotateX(0deg);
    opacity: 1; } }
@keyframes elasticity {
  0% {
    transform: translateY(100px) scale(0.5);
    opacity: 0; }
  60% {
    transform: translateY(-10px) scale(1.05);
    opacity: 1; }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1; } }
@keyframes shineText {
  to {
    background-position: 200% center; } }
@keyframes iconPop {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1.2); } }
@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* line 604, theme.scss */
#css-snowfall-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  pointer-events: none;
  z-index: -1; }

/* line 614, 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); } }
@keyframes containerPopReverse {
  0% {
    transform: scale(1) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: scale(0.6) rotateX(-20deg) translateY(50px);
    opacity: 0; } }
@keyframes elasticityReverse {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1; }
  40% {
    transform: translateY(-10px) scale(1.05);
    opacity: 1; }
  100% {
    transform: translateY(100px) scale(0.5);
    opacity: 0; } }
@keyframes fadeOut {
  to {
    opacity: 0; } }
@keyframes fadeOutBackdrop {
  to {
    backdrop-filter: blur(0);
    background-color: transparent; } }
