@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --whatsapp_checkout_use_in_checkout: var(--draft-whatsapp_checkout_use_in_checkout, false);
  --whatsapp_checkout_use_in_cart: var(--draft-whatsapp_checkout_use_in_cart, true);
  --whatsapp_checkout_use_in_product: var(--draft-whatsapp_checkout_use_in_product, true);
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, 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, #FF3683);
  --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, #ff4c91);
  --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, #ff609d);
  --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, #ff9cc2);
  --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, #FF3683);
  --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, #ff4c91);
  --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, #ff609d);
  --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, #ff9cc2);
  --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, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --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, 0px);
  --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, 16px);
  --font-family-heading: var(--draft-font-family-heading, Jost);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 20);
  --search_count: var(--draft-search_count, 12);
  --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, 1208px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --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, false);
  --favorite_enabled: var(--draft-favorite_enabled, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

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

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* === FIX CLS: резервируем место под картинки и баннеры === */
/* Главное фото товара */
/* line 30, theme.scss */
.product-hero img,
.product__image img,
.product-main-photo img,
.product-gallery__main img,
.product-images__main img,
.product-photo img {
  aspect-ratio: 1 / 1;
  /* квадратное соотношение сторон */
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* Превью (мини-картинки) */
/* line 44, theme.scss */
.product-gallery__thumb img,
.product-images__thumb img,
.product-photo__thumb img,
.thumb img,
.thumbnail img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* Карточки товара в категориях */
/* line 57, theme.scss */
.product-card__image img,
.product-item__image img,
.collection-product__image img,
.catalog-item__image img,
.grid-product__image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* Баннеры / слайдеры — фиксируем минимальную высоту */
/* line 70, theme.scss */
.hero-banner,
.home-slider,
.main-slider {
  min-height: 320px;
  /* можно поменять под свой дизайн */ }

/* Видео / карты */
/* line 77, theme.scss */
.embed iframe,
.map-wrap iframe,
.video-wrap iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block; }

/* FIX CLS для главного фото товара */
/* line 86, theme.scss */
.img-ratio img {
  aspect-ratio: 1 / 1;
  /* квадратное соотношение, можешь поставить 4/5 или 3/4 */
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* === FIX CLS: резерв места под медиа === */
/* ГЛАВНОЕ фото товара + любые картинки в «обёртке» .img-ratio */
/* line 96, theme.scss */
.img-ratio img {
  aspect-ratio: 1 / 1;
  /* квадрат для карточек/фото товара; при желании поменяй */
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* Видео/карта, чтобы не прыгали */
/* line 105, theme.scss */
.map-wrap iframe,
.video-wrap iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  display: block; }

/* Карточки в каталогах (если вытянутые фото — сделай 4/5) */
/* line 114, theme.scss */
.collection .img-ratio img,
.catalog .img-ratio img {
  aspect-ratio: 4 / 5; }

/* ===== CLS fix: изображения ===== */
/* ГЛАВНОЕ фото товара на странице товара — держим квадрат,
   если хочешь 4/5 — поменяй на 4 / 5 */
/* line 122, theme.scss */
.product .img-ratio img,
.img-ratio.img-ratio_cover .product .img-ratio img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* Карточки в списках (каталоги/коллекции) — 4:5, как договаривались */
/* line 132, theme.scss */
.collection .img-ratio img,
.catalog .img-ratio img {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

/* На всякий случай перекрываем любые старые правила темы */
/* line 142, theme.scss */
.img-ratio img {
  max-width: none;
  max-height: none; }

/* Отключаем прелоадер, чтобы не дёргал макет */
/* line 147, theme.scss */
.preloader {
  display: none !important; }

/* Скрыть выползающую стрелку/кнопки слайдера на главной */
/* line 151, theme.scss */
[data-theme-template="index"] .swiper-button-prev,
[data-theme-template="index"] .swiper-button-next,
[data-theme-template="index"] .slick-prev,
[data-theme-template="index"] .slick-next,
[data-theme-template="index"] .back,
[data-theme-template="index"] .back-link {
  display: none !important; }

/* Убираем мобильную "кнопку-назад" и любые одиночные стрелки */
/* line 160, theme.scss */
a[href="javascript:history.back()"],
a.back, .back, .header__back, .js-back, .mobile-back, .back-link,
.breadcrumbs .back,
.swiper-button-prev, .slick-prev {
  /* на случай, если это всё же стрелка слайдера */
  display: none !important; }

/* Если тема рисует ссылку-назад прямо в шапке одним символом */
/* line 168, theme.scss */
header a, .header a {
  /* прячем ссылку, если в ней только символ '<' */ }

/* line 171, theme.scss */
header a::before {
  /* пусто — просто резерв на случай иконошрифта */ }

/* line 172, theme.scss */
.site-header__logo img {
  width: 100%;
  max-width: 632px;
  /* верхний предел на десктопе */
  height: auto;
  /* масштаб по ширине */
  aspect-ratio: 632 / 222;
  /* резерв высоты до загрузки */
  display: block; }

/* line 179, theme.scss */
.header-icons img,
.header-icons svg {
  width: 24px;
  height: 24px; }

/* резерв места под баннеры и слайдеры */
/* line 185, theme.scss */
.hero-banner,
.home-slider,
.main-slider {
  aspect-ratio: 16 / 10;
  /* твои баннеры ~500x313 */
  min-height: 320px;
  overflow: hidden; }

/* line 193, theme.scss */
.hero-banner img,
.home-slider img,
.main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* Фикс CLS — резервирование размеров картинок и иконок */
/* Уведомления/попапы */
/* line 204, theme.scss */
.notification-product__photo img {
  width: 100px;
  /* подгони под твои реальные размеры */
  height: 100px;
  object-fit: cover;
  display: block; }

/* Логотип */
/* line 212, theme.scss */
.site-header__logo img {
  width: 200px;
  /* твой логотип реальная ширина */
  height: auto;
  /* или высота фиксированная, если знаешь точные пропорции */
  display: block; }

/* Иконки Whatsapp и другие в навбаре */
/* line 219, theme.scss */
.phone_img {
  width: 32px;
  /* размер иконки */
  height: 32px;
  display: block; }

/* Чтобы текст не прыгал из-за шрифтов */
/* line 226, theme.scss */
html {
  font-display: swap; }

/* Нижняя навигация — резерв высоты панели */
/* line 230, theme.scss */
.navigation-bar {
  min-height: 56px; }

/* Иконки в нижней панели — фикс. размер, без сжатия */
/* line 233, theme.scss */
.navigation-bar__item .phone_img {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0; }

/* Картинка в всплывашке (уведомления/нотификации) */
/* line 240, theme.scss */
.notification-product__photo img,
.notification-product img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  display: block; }

/* На всякий случай подхватываем placeholder "no_image_medium" */
/* line 249, theme.scss */
.notification__content img[src*="no_image_medium"] {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  display: block; }

/* FIX CLS: резервируем место под нижнюю фикс-панель на мобилках */
@media (max-width: 767px) {
  /* line 257, theme.scss */
  .navigation-bar {
    min-height: 56px; }

  /* высота самой панели */
  /* line 258, theme.scss */
  .layout__content {
    padding-bottom: 56px; }

  /* сразу даём отступ под неё */ }
/* FIX CLS: уведомления/попапы не двигают страницу */
/* line 261, theme.scss */
.notification-product,
.notification,
.notice,
.promo-notice {
  position: fixed;
  /* убираем из потока — не толкает контент */
  left: 0;
  right: 0;
  bottom: 0;
  /* показываем как нижнюю плашку */
  z-index: 2147483647; }

/* Резерв и фикс размеров внутри уведомления */
/* line 273, theme.scss */
.notification__content {
  min-height: 80px;
  /* высота плашки, можно подправить */
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px; }

/* Фото товара в уведомлении — явные размеры */
/* line 282, theme.scss */
.notification-product__photo {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden; }

/* line 288, theme.scss */
.notification-product__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* На всякий случай: плейсхолдер тоже с размером */
/* line 296, theme.scss */
.notification__content img[src*="no_image_medium"] {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block; }

/* Резерв высоты под нижнюю фикс-панель */
/* line 303, theme.scss */
.outside-widgets {
  min-height: 56px; }
