@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, #ff23bd);
  --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, #ff3bc4);
  --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, #ff85da);
  --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, #ff23bd);
  --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, #ff3bc4);
  --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, #ff85da);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, 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; } }
/* Анимация для категорий - работает на всех страницах */
/* line 29, 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 36, theme.scss */
.collection-preview:hover {
  transform: scale(1.18);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(255, 9, 182, 0.3); }

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

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

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

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

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

/* line 62, theme.scss */
.collection-preview:hover .collection-preview__title {
  transform: scale(1.18);
  color: #FF09B6 !important; }

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

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

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

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

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

/* Скрываем дублирующиеся элементы выбора города в футере */
/* line 91, theme.scss */
body:not([data-theme-template="index"]) .city-popup,
footer .city-popup {
  display: none !important; }

/* Стили, перенесенные из лейоутликвидсайта.txt */
/* line 97, theme.scss */
body.body-over {
  overflow: hidden; }

/* line 101, 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 115, theme.scss */
.hello-preloader.hide {
  opacity: 0;
  pointer-events: none; }

/* line 120, 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 132, theme.scss */
#hello_mobile_video {
  height: auto;
  max-height: 100vh; }

/* line 137, 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 151, 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 163, 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 173, theme.scss */
#install-button:hover {
  color: #FF09B6; }

/* line 177, 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 190, 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 204, theme.scss */
.close {
  color: #f2f2f7;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: color 0.3s;
  margin-top: -10px;
  margin-right: -10px; }

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

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

/* line 228, 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 236, theme.scss */
.app-details {
  display: inline-block;
  text-align: left; }

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

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

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

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

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

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

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

/* line 285, 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 299, theme.scss */
.step-text {
  flex-grow: 1; }

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

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

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

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

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

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

/* line 336, 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 350, theme.scss */
#ios-later-button:hover,
#android-later-button:hover {
  background-color: #444; }

/* line 355, 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 370, theme.scss */
#ios-install-button:hover,
#android-install-button:hover {
  background-color: #E408A4; }

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

/* line 382, theme.scss */
.city-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px); }

/* line 396, theme.scss */
.city-popup-content {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
  animation: fadeIn .5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2; }

/* line 412, theme.scss */
.city-popup-content h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px; }

/* line 420, theme.scss */
.city-popup-content label {
  display: block;
  margin: 15px 0;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background-color: #1c1c1e;
  border: 1px solid #333;
  transition: background-color .3s, transform .3s;
  position: relative;
  z-index: 2; }

/* line 433, theme.scss */
.city-popup-content label:hover {
  background-color: #2c2c2e;
  transform: scale(1.05); }

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

/* line 442, theme.scss */
.city-popup-content input[type=radio]:checked + span {
  background-color: #FF09B6;
  border-radius: 10px;
  transform: scale(1.05); }

/* line 448, theme.scss */
.city-popup-content input[type=radio]:checked + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF09B6;
  border-radius: 10px;
  z-index: -1; }

/* line 461, theme.scss */
.city-popup-content button {
  background-color: #FF09B6;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  transition: background-color .3s;
  position: relative;
  z-index: 2; }

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

/* line 479, theme.scss */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  transition: color .3s;
  z-index: 3; }

/* line 490, theme.scss */
.close:hover {
  color: #FF09B6; }

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

/* line 515, theme.scss */
.snowflake {
  position: absolute;
  top: -10%;
  background-image: url("https://static.insales-cdn.com/files/1/721/98198225/original/pngtree-autumn-leaf-with-aesthetic-gradation-color-png-image_9171348.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: 0; } }
