@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --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, #c48a64);
  --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, #cc9a79);
  --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, #d4ab8f);
  --color-btn-bg-major-shade-is-light:var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #eddbcf);
  --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, #c48a64);
  --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, #cc9a79);
  --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, #d4ab8f);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #eddbcf);
  --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, #252525);
  --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, #3c3c3c);
  --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, #525252);
  --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, #939393);
  --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, insales-default);
  --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, #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, Roboto);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Roboto);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1240px);
  --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, left);
  --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, 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; } }
/* line 28, theme.scss */
.favorites_btn.favorites-not-added .icon-favorites-o {
  display: inline-block !important;
  color: #111111 !important; }

/* line 33, theme.scss */
.favorites_btn.favorites-not-added .icon-favorites-f {
  display: none !important; }

/* line 37, theme.scss */
.favorites_btn.favorites-added .icon-favorites-o {
  display: none !important; }

/* line 41, theme.scss */
.favorites_btn.favorites-added .icon-favorites-f {
  display: inline-block !important;
  color: #ef5757 !important; }

/* line 46, theme.scss */
.favorites_btn.is-ev-favorite-adding,
.favorites_btn.is-ev-favorite-pulse {
  animation: ev-favorite-heart-pop 0.34s ease-out; }

/* line 51, theme.scss */
.favorites_btn.is-ev-favorite-adding .icon-favorites-o {
  display: none !important; }

/* line 55, theme.scss */
.favorites_btn.is-ev-favorite-adding .icon-favorites-f {
  display: inline-block !important;
  color: #ef5757 !important; }

/* line 60, theme.scss */
.favorites_btn.is-ev-favorite-adding .btn-icon,
.favorites_btn.is-ev-favorite-pulse.favorites-added .btn-icon,
.favorites_btn.is-ev-favorite-pulse.favorites-added .icon {
  color: #ef5757 !important; }

@keyframes ev-favorite-heart-pop {
  0% {
    transform: scale(0.78); }
  55% {
    transform: scale(1.18); }
  100% {
    transform: scale(1); } }
/* line 80, theme.scss */
.ev-favorites-floating[hidden],
.ev-favorites-drawer[hidden] {
  display: none !important; }

/* line 85, theme.scss */
.ev-favorites-floating {
  position: fixed;
  top: 145px;
  right: clamp(28px, 10vw, 120px);
  z-index: 75;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 74px;
  height: 74px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.17);
  cursor: pointer; }

/* line 105, theme.scss */
.ev-favorites-floating > .icon {
  color: #111111;
  font-size: 38px;
  line-height: 1; }

/* line 111, theme.scss */
.ev-favorites-floating__count {
  position: absolute;
  right: -3px;
  bottom: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 27px;
  height: 27px;
  padding: 0 6px;
  border-radius: 14px;
  background: #f00000;
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1; }

/* line 131, theme.scss */
body[data-theme-template*="product"] .ev-favorites-floating,
body[data-theme-template*="cart"] .ev-favorites-floating {
  display: none !important; }

/* line 136, theme.scss */
body.ev-favorites-open {
  overflow: hidden; }

/* line 140, theme.scss */
.ev-favorites-drawer {
  position: fixed;
  inset: 0;
  z-index: 120; }

/* line 146, theme.scss */
.ev-favorites-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: default; }

/* line 157, theme.scss */
.ev-favorites-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: min(560px, calc(100vw - 85px));
  height: 100%;
  padding: 42px 38px 34px 40px;
  overflow-y: auto;
  background: #ffffff;
  color: #111111;
  font-family: var(--ev-font-body);
  animation: ev-favorites-panel-enter 0.22s ease-out both; }

@keyframes ev-favorites-panel-enter {
  from {
    transform: translateX(24px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
/* line 184, theme.scss */
.ev-favorites-drawer__panel h2 {
  margin: 0 0 21px;
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; }

/* line 192, theme.scss */
.ev-favorites-drawer__close {
  position: absolute;
  top: 18px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 28px;
  cursor: pointer; }

/* line 209, theme.scss */
.ev-favorites-drawer__content {
  border-top: 1px solid #d6d6d6;
  padding-top: 21px; }

/* line 214, theme.scss */
.ev-favorites-drawer__status {
  margin: 8px 0;
  color: #777777;
  font-size: 15px; }

/* line 220, theme.scss */
.ev-favorites-item {
  display: grid;
  grid-template-columns: 72px minmax(130px, 1fr) 178px 28px;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0 0 28px; }

/* line 229, theme.scss */
.ev-favorites-item + .ev-favorites-item {
  padding-top: 10px; }

/* line 233, theme.scss */
.ev-favorites-item__photo {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 7px;
  background: #f2f2f2; }

/* line 242, theme.scss */
.ev-favorites-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 249, theme.scss */
.ev-favorites-item__details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: start;
  padding-top: 1px; }

/* line 257, theme.scss */
.ev-favorites-item__price {
  margin-bottom: 4px;
  color: #777777;
  font-size: 13px;
  line-height: 1.1; }

/* line 264, theme.scss */
.ev-favorites-item__title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  text-decoration: none; }

/* line 272, theme.scss */
.ev-favorites-item__size {
  margin-top: 8px;
  color: #777777;
  font-size: 13px;
  line-height: 1.1; }

/* line 279, theme.scss */
.ev-favorites-item__add {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: #000000;
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer; }

/* line 292, theme.scss */
.ev-favorites-item__add:disabled {
  cursor: default;
  opacity: 0.55; }

/* line 297, theme.scss */
.ev-favorites-item__remove.favorites_btn {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border: 1px solid #999999 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #555555 !important;
  box-shadow: none !important;
  font-size: 10px;
  cursor: pointer; }

/* line 318, theme.scss */
.ev-favorites-item__remove .icon {
  color: inherit !important;
  font-size: 10px; }

@media (max-width: 640px) {
  /* line 324, theme.scss */
  .ev-favorites-floating {
    top: 108px;
    right: 14px;
    width: 56px;
    height: 56px; }

  /* line 331, theme.scss */
  .ev-favorites-floating > .icon {
    font-size: 30px; }

  /* line 335, theme.scss */
  .ev-favorites-floating__count {
    min-width: 23px;
    height: 23px;
    font-size: 11px; }

  /* line 341, theme.scss */
  .ev-favorites-drawer__panel {
    width: 100%;
    padding: 36px 20px 28px; }

  /* line 346, theme.scss */
  .ev-favorites-drawer__close {
    top: 10px;
    right: 14px; }

  /* line 351, theme.scss */
  .ev-favorites-item {
    grid-template-columns: 62px minmax(0, 1fr) 24px;
    gap: 12px; }

  /* line 356, theme.scss */
  .ev-favorites-item__photo {
    width: 62px;
    height: 72px; }

  /* line 361, theme.scss */
  .ev-favorites-item__add {
    grid-column: 2 / 4;
    width: 100%; } }
@media (prefers-reduced-motion: reduce) {
  /* line 368, theme.scss */
  .ev-favorites-drawer__panel {
    animation: none; } }
/* line 373, theme.scss */
:root {
  --ev-lavender: #c4b8e5;
  --ev-lavender-dark: #b2a4d8;
  --ev-accent: #c48a64;
  --ev-text: #252525;
  --ev-muted: #777777;
  --ev-border: #202020;
  --ev-font-body: "Inter", Arial, sans-serif;
  --ev-font-heading: "Fraunces", Georgia, serif; }

/* line 384, theme.scss */
body {
  --bg: #ffffff;
  --bg-is-dark: false;
  --bg-minor-shade: #f4f4f6;
  --bg-major-shade: #d8d8e0;
  --bg-half-shade: #c8c8d2;
  --color-btn-bg: #c48a64;
  --color-btn-bg-is-dark: true;
  --color-form-controls-bg: #ffffff;
  --color-form-controls-border-color: #c8c8d2;
  --color-form-controls-color: #252525;
  background: #ffffff;
  color: var(--ev-text);
  font-family: var(--ev-font-body); }

/* line 400, theme.scss */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* line 412, theme.scss */
.page_layout {
  overflow: clip; }

/* line 416, theme.scss */
.ev-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 50px;
  background: var(--ev-lavender);
  border-bottom: 1px solid rgba(180, 126, 97, 0.35);
  overflow: visible; }

/* line 426, theme.scss */
.ev-header__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0; }

/* line 435, theme.scss */
.ev-header__logo {
  position: absolute;
  left: calc(50% - 571px);
  top: -15px;
  display: block;
  width: 144px;
  height: 80px;
  background: transparent; }

/* line 445, theme.scss */
.ev-header__logo img {
  display: block;
  width: 144px;
  max-width: none;
  max-height: none;
  height: auto; }

/* line 453, theme.scss */
.ev-header__search {
  position: absolute;
  left: calc(50% - 210px);
  top: 4px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  width: 420px;
  height: 38px;
  padding-left: 14px;
  background: #ffffff;
  border-radius: 22px; }

/* line 467, theme.scss */
.ev-header__search .icon {
  color: #888888;
  font-size: 16px; }

/* line 472, theme.scss */
.ev-header__search input {
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 10px;
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-size: 16px;
  font-weight: 300;
  background: transparent; }

/* line 485, theme.scss */
.ev-header__search button {
  height: 30px;
  width: 67px;
  margin-right: 4px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: var(--ev-accent);
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer; }

/* line 500, theme.scss */
.ev-header__actions {
  position: absolute;
  left: calc(50% + 365px);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  height: 50px;
  min-width: 0; }

/* line 512, theme.scss */
.ev-header__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 34px;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px; }

/* line 524, theme.scss */
.ev-header__badge {
  position: absolute;
  right: -8px;
  bottom: 4px;
  min-width: 14px;
  color: #d52222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1; }

/* line 535, theme.scss */
.ev-menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* line 541, theme.scss */
.ev-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 96px;
  min-height: 50px;
  padding: 0;
  background: var(--ev-lavender-dark);
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer; }

/* line 558, theme.scss */
.ev-menu-panel {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  padding: 0 24px;
  background: var(--ev-lavender);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 24px rgba(86, 71, 119, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease; }

/* line 580, theme.scss */
.ev-menu-panel__close {
  display: none; }

/* line 584, theme.scss */
.ev-menu-backdrop {
  display: none; }

/* line 588, theme.scss */
.ev-menu-panel__links,
.ev-menu-panel__contacts {
  display: flex;
  align-items: stretch; }

/* line 594, theme.scss */
.ev-menu-panel__links {
  justify-content: flex-end; }

/* line 598, theme.scss */
.ev-menu-panel__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.16s ease; }

/* line 614, theme.scss */
.ev-menu-panel__links a[href="/"] {
  display: none !important; }

/* line 618, theme.scss */
.ev-menu-panel__links a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.28); }

/* line 622, theme.scss */
.ev-menu-panel__links a:hover {
  background: var(--ev-lavender-dark); }

/* line 626, theme.scss */
.ev-menu-panel__contacts {
  flex: 0 0 auto;
  margin-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.28); }

/* line 632, theme.scss */
.ev-menu-panel__socials {
  display: flex;
  align-items: stretch; }

/* line 637, theme.scss */
.ev-menu-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 164px;
  margin: 16px 8px;
  padding: 0 14px;
  border: 1px solid #d7b59f;
  border-radius: 8px;
  background: var(--ev-accent);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

/* line 655, theme.scss */
.ev-menu-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-height: 70px;
  color: #ffffff;
  text-decoration: none; }

/* line 665, theme.scss */
.ev-menu-social svg {
  width: 26px;
  height: 26px;
  fill: currentColor; }

/* line 671, theme.scss */
.ev-menu-social_telegram {
  background: #35aee2; }

/* line 675, theme.scss */
.ev-menu-social_whatsapp {
  background: #10c75a; }

/* line 679, theme.scss */
.ev-header:hover .ev-menu-panel,
.ev-menu-toggle:checked ~ .ev-menu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0); }

/* line 694, theme.scss */
.ev-hero {
  overflow: hidden;
  height: 126px;
  min-height: 126px;
  background: linear-gradient(135deg, #f6ddea 0%, var(--ev-lavender) 100%); }

/* line 701, theme.scss */
.ev-hero__content {
  position: relative;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  box-sizing: border-box;
  width: 1472px;
  height: 126px;
  min-height: 126px;
  margin: 0;
  padding: 0 45px;
  transform: translateX(-50%); }

/* line 717, theme.scss */
.ev-hero__title {
  flex: 0 1 auto;
  min-width: 0;
  padding-top: 0; }

/* line 723, theme.scss */
.ev-hero h1 {
  margin: 0;
  color: #232323;
  font-family: var(--ev-font-heading);
  font-size: 32px;
  font-weight: 300;
  line-height: 37px; }

/* line 732, theme.scss */
.ev-hero__title-primary,
.ev-hero__title-secondary,
.ev-hero__person-title {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* line 745, theme.scss */
.ev-hero__title-primary,
.ev-hero__title-secondary {
  display: block; }

/* line 750, theme.scss */
.ev-hero__title-secondary {
  margin-top: 3px;
  color: #5c5c5c;
  font-size: 21px;
  line-height: 25px; }

/* line 760, theme.scss */
.ev-hero__person {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 18px;
  min-height: 0; }

/* line 769, theme.scss */
.ev-hero__person-title {
  position: static;
  order: 3;
  z-index: 2;
  color: #9b3b5e;
  width: auto;
  max-width: 170px;
  font-family: var(--ev-font-body);
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  text-align: left; }

/* line 783, theme.scss */
.ev-hero__photo,
.ev-hero__badge {
  position: static;
  border-radius: 50%; }

/* line 789, theme.scss */
.ev-hero__photo {
  order: 2;
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 3px solid #ffffff;
  transform: rotate(-8deg); }

/* line 799, theme.scss */
.ev-hero__badge_coco {
  order: 1;
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  object-fit: contain; }

/* line 807, theme.scss */
.ev-hero__badge_logo {
  display: none; }

/* line 815, theme.scss */
.ev-hero__badge_coco img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 822, theme.scss */
.ev-category-pills {
  display: grid;
  grid-template-columns: repeat(4, 196px);
  gap: 24px 46px;
  width: 1064px;
  max-width: calc(100% - 40px);
  margin: 26px auto 18px;
  padding: 0; }

/* line 832, theme.scss */
.ev-category-pills > a,
.ev-category-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--ev-border);
  border-radius: 24px;
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  transition: background-color 0.16s ease, border-color 0.16s ease; }

/* line 852, theme.scss */
.ev-category-pills > a:hover,
.ev-category-pills > a:focus-visible,
.ev-category-item_adult:hover .ev-category-trigger,
.ev-category-item_adult:focus-within .ev-category-trigger,
.ev-category-item_adult.is-open .ev-category-trigger {
  background: #c4b8e5;
  border-color: #241d33; }

/* line 861, theme.scss */
.ev-category-item {
  position: relative;
  z-index: 0;
  min-width: 0;
  overflow: visible; }

/* line 868, theme.scss */
.ev-category-item.is-open {
  z-index: 80; }

/* line 872, theme.scss */
.ev-category-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 70;
  width: 200px;
  padding-top: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease; }

/* line 886, theme.scss */
.ev-category-submenu__panel {
  position: relative;
  padding: 9px 0 10px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16); }

/* line 893, theme.scss */
.ev-category-submenu__panel::before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  content: "";
  transform: translateX(-50%); }

/* line 906, theme.scss */
.ev-category-submenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 4px 10px;
  color: #2c2c2c;
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none; }

/* line 921, theme.scss */
.ev-category-submenu a:hover,
.ev-category-submenu a:focus-visible {
  background: #f3f0fb; }

/* line 926, theme.scss */
.ev-category-item_adult.is-open .ev-category-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0); }

@media (hover: hover) and (pointer: fine) and (min-width: 981px) {
  /* line 934, theme.scss */
  .ev-category-item_adult:hover,
  .ev-category-item_adult:focus-within {
    z-index: 80; }

  /* line 939, theme.scss */
  .ev-category-item_adult:hover .ev-category-submenu,
  .ev-category-item_adult:focus-within .ev-category-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0); } }
/* line 948, theme.scss */
.ev-pill-arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 5px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%); }

/* line 960, theme.scss */
.ev-pill-arrow::before {
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #111111;
  content: ""; }

/* line 970, theme.scss */
.ev-pill-arrow_left {
  left: 9px; }

/* line 974, theme.scss */
.ev-pill-arrow_right {
  right: 9px; }

/* line 978, theme.scss */
.ev-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 10px 18px; }

/* line 987, theme.scss */
.ev-catalog-head h2 {
  margin: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2; }

/* line 995, theme.scss */
.ev-catalog-head label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px; }

/* line 1002, theme.scss */
.ev-catalog-head select {
  height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ffffff;
  color: #222222;
  font-size: 14px; }

/* line 1011, theme.scss */
body[data-theme-template*="collection"] .page_section_top {
  display: none !important; }

/* line 1015, theme.scss */
.ev-collection-page {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh - 170px);
  padding-bottom: 72px; }

/* line 1022, theme.scss */
.ev-collection-page .widget-type_system_widget_v4_breadcrumbs_1,
.ev-collection-page .widget-type_system_widget_v4_page_title_1 {
  display: none !important; }

/* line 1027, theme.scss */
.ev-collection-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1180px);
  margin: 16px auto 22px; }

/* line 1036, theme.scss */
.ev-collection-head h1 {
  margin: 0;
  color: #000000;
  font-family: var(--ev-font-heading);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2; }

/* line 1045, theme.scss */
.ev-collection-sort select {
  height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ffffff;
  color: #222222;
  font-family: var(--ev-font-body);
  font-size: 14px; }

/* line 1055, theme.scss */
.ev-collection-page .widget-type_system_widget_v4_catalog_4,
.ev-collection-page .widget-type_evesna_catalog {
  --catalog-grid-list-min-width: 260px !important;
  --catalog-grid-list-column-gap: 20px !important;
  --catalog-grid-list-row-gap: 42px !important;
  margin: 0; }

/* line 1063, theme.scss */
.ev-collection-page .widget-type_system_widget_v4_catalog_4 .layout__content,
.ev-collection-page .widget-type_evesna_catalog .layout__content,
.ev-collection-page .widget-type_system_widget_v4_pagination_3 .layout__content {
  width: min(calc(100% - 40px), 1180px);
  margin-right: auto;
  margin-left: auto; }

/* line 1071, theme.scss */
.ev-collection-page .product-preview .add-cart-counter,
.ev-collection-page .product-preview__compare-btn,
.ev-collection-page .product-preview__detail-select-btn {
  display: none !important; }

/* line 1077, theme.scss */
.ev-aux-catalog-page {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh - 170px);
  padding-bottom: 72px; }

/* line 1084, theme.scss */
.ev-aux-catalog-page .widget-type_system_widget_v4_breadcrumbs_1 {
  display: none !important; }

/* line 1088, theme.scss */
.ev-aux-catalog-page .widget-type_system_widget_v4_page_title_1 .layout__content,
.ev-aux-catalog-page .widget-type_system_widget_v4_catalog_4 .layout__content,
.ev-aux-catalog-page .widget-type_evesna_catalog .layout__content,
.ev-aux-catalog-page .widget-type_system_widget_v4_pagination_3 .layout__content {
  width: min(calc(100% - 40px), 1180px);
  margin-right: auto;
  margin-left: auto; }

/* line 1097, theme.scss */
.widget-type_system_widget_v4_special_products_tabs_9 .tabs__head,
.widget-type_system_widget_v4_collections_on_index_1 {
  display: none; }

/* line 1102, theme.scss */
.widget-type_system_widget_v4_special_products_tabs_9 {
  --catalog-grid-list-min-width: 260px !important;
  --catalog-grid-list-column-gap: 20px !important;
  --catalog-grid-list-row-gap: 42px !important;
  margin-top: 50px; }

/* line 1109, theme.scss */
.widget-type_system_widget_v4_special_products_tabs_9 .layout__content,
.widget-type_system_widget_v4_catalog_4 .layout__content,
.widget-type_evesna_catalog .layout__content {
  width: min(100%, 1180px); }

/* line 1115, theme.scss */
.grid-list {
  align-items: start; }

/* line 1119, theme.scss */
.product-preview {
  color: var(--ev-text); }

/* line 1123, theme.scss */
.product-preview__photo {
  background: #f6f6f6; }

/* line 1127, theme.scss */
.product-preview__photo .img-ratio {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  overflow: hidden; }

/* line 1135, theme.scss */
.product-preview__photo .img-ratio__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

/* line 1142, theme.scss */
.product-preview__photo .img-ratio__inner > a {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%; }

/* line 1151, theme.scss */
.product-preview__photo picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 1160, theme.scss */
.product-preview__photo picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

/* Обрезка cover без left/right: иначе inset: 0 !important
   ломает штатную смену фото InSales (img-2 стоит на left: 100%). */
/* line 1172, theme.scss */
.product-preview__photo .img-ratio__inner img {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important; }

/* line 1182, theme.scss */
[style*="--img-fit:contain"] .product-preview__photo picture img,
[style*="--img-fit:contain"] .product-preview__photo .img-ratio__inner img {
  object-fit: contain !important;
  object-position: center center !important; }

/* line 1188, theme.scss */
.product-preview__area-title,
.product-preview__area-price {
  text-align: left; }

/* line 1193, theme.scss */
.product-preview__title a {
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none; }

/* line 1200, theme.scss */
.product-preview__price,
.product-preview__price-cur,
.product-preview__price-cur span {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

/* line 1208, theme.scss */
.favorites_btn {
  z-index: 5 !important;
  top: 12px !important;
  right: 12px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: none !important; }

/* line 1220, theme.scss */
.product-preview__controls-left {
  top: 12px !important;
  right: 12px !important;
  left: auto !important; }

/* line 1226, theme.scss */
.product-preview__area-buy,
.product-preview__buy,
.product-preview__area-variants,
.special-products__link-all {
  display: none !important; }

/* line 1233, theme.scss */
.ev-inner-page {
  min-height: calc(100vh - 226px); }

/* line 1237, theme.scss */
.ev-inner-page .ev-category-pills {
  margin-top: 20px; }

/* line 1241, theme.scss */
.ev-inner-content {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1180px);
  margin: 70px auto 96px;
  color: #252525;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55; }

/* line 1251, theme.scss */
.ev-inner-content h1,
.ev-inner-content h2 {
  color: #252525;
  font-weight: 300; }

/* line 1257, theme.scss */
.ev-inner-content h1 {
  margin: 0 0 4px;
  font-size: 32px;
  line-height: 1.2; }

/* line 1263, theme.scss */
.ev-inner-content h2 {
  margin: 56px 0 20px;
  font-size: 24px;
  line-height: 1.35; }

/* line 1269, theme.scss */
.ev-inner-content p {
  margin: 0 0 18px; }

/* line 1273, theme.scss */
.ev-inner-content a {
  color: inherit; }

/* line 1277, theme.scss */
.ev-inner-lead {
  margin-bottom: 2px !important;
  color: #777777;
  font-size: 24px; }

/* line 1283, theme.scss */
.ev-inner-content_payment {
  max-width: 1160px; }

/* line 1287, theme.scss */
.ev-payment-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 30px;
  max-width: 820px;
  margin: 36px auto 34px; }

/* line 1295, theme.scss */
.ev-payment-logos figure {
  margin: 0;
  text-align: center; }

/* line 1300, theme.scss */
.ev-payment-logos img {
  display: block;
  width: auto;
  height: 60px;
  max-width: 120px;
  margin: 0 auto 12px;
  object-fit: contain; }

/* line 1309, theme.scss */
.ev-payment-logos figcaption {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05; }

/* line 1316, theme.scss */
.ev-payment-qr {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin: 26px auto 50px; }

/* line 1323, theme.scss */
.ev-inner-content_center {
  max-width: 900px;
  text-align: center; }

/* line 1328, theme.scss */
.ev-inner-content_center h1 {
  font-size: 22px;
  text-decoration: underline; }

/* line 1333, theme.scss */
.ev-inner-content_center h2 {
  font-size: 22px;
  font-weight: 700; }

/* line 1338, theme.scss */
.ev-inner-content_center strong {
  font-weight: 700; }

/* line 1342, theme.scss */
.ev-inner-list {
  display: inline-block;
  margin: 12px auto 34px;
  padding-left: 24px;
  text-align: left; }

/* line 1349, theme.scss */
.ev-contact-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 42px; }

/* line 1356, theme.scss */
.ev-contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none; }

/* line 1371, theme.scss */
.ev-contact-socials svg {
  width: 32px;
  height: 32px;
  fill: currentColor; }

/* line 1377, theme.scss */
.ev-document-links {
  display: grid;
  gap: 28px;
  width: min(100%, 455px);
  margin: 34px auto 56px; }

/* line 1384, theme.scss */
.ev-document-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 8px 16px;
  border: 3px solid #202020;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none; }

/* line 1397, theme.scss */
.ev-refund-note {
  color: #1c2582; }

/* line 1401, theme.scss */
.ev-repeat-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  margin: 0 auto 44px;
  border-radius: 8px;
  background: var(--ev-accent);
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none; }

/* line 1415, theme.scss */
.ev-inner-content_contacts {
  max-width: 900px;
  min-height: 0;
  margin-top: 28px;
  text-align: center; }

/* line 1422, theme.scss */
.ev-inner-content_contacts h1 {
  margin: 0;
  font-size: 32px; }

/* line 1427, theme.scss */
.ev-contact-divider {
  width: 100px;
  height: 1px;
  margin: 48px auto 44px;
  background: #9c9c9c; }

/* line 1434, theme.scss */
.ev-contact-socials_contacts {
  margin-top: 0; }

/* line 1438, theme.scss */
.ev-contact-socials_contacts a {
  width: 64px;
  height: 64px; }

/* line 1443, theme.scss */
.ev-contact-socials_contacts svg {
  width: 42px;
  height: 42px;
  fill: currentColor; }

/* line 1449, theme.scss */
.ev-contact-schedule {
  margin: 54px auto 0;
  color: #666666;
  font-size: 24px;
  line-height: 1.55; }

/* line 1456, theme.scss */
.ev-contact-note {
  max-width: 760px;
  margin: 36px auto 0 !important;
  color: #666666;
  font-size: 24px;
  line-height: 1.55; }

/* line 1464, theme.scss */
.ev-contact-line {
  margin: 62px auto 0 !important;
  color: #555555;
  font-size: 22px; }

/* line 1470, theme.scss */
.ev-contact-line a {
  text-decoration: none; }

/* line 1474, theme.scss */
.ev-contact-form {
  margin-top: 42px;
  text-align: left; }

/* line 1479, theme.scss */
.widget-type_system_widget_v4_feedback_2 {
  --bg: #ffffff;
  --bg-minor-shade: #ffffff;
  --bg-major-shade: #c8c8d2;
  --bg-half-shade: #c8c8d2;
  --color-btn-bg: var(--ev-accent);
  --color-form-controls-bg: #ffffff;
  --color-form-controls-border-color: #c8c8d2;
  background-color: transparent; }

/* line 1490, theme.scss */
.widget-type_system_widget_v4_feedback_2 .feedback .form-control {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c8c8d2;
  border-radius: 8px;
  background: #ffffff;
  color: #252525;
  font: inherit;
  font-size: 16px;
  outline: 0; }

/* line 1502, theme.scss */
.widget-type_system_widget_v4_feedback_2 .feedback input.form-control {
  height: 62px;
  padding: 0 20px; }

/* line 1507, theme.scss */
.widget-type_system_widget_v4_feedback_2 .feedback textarea.form-control {
  min-height: 102px;
  height: 102px;
  padding: 16px 20px;
  resize: vertical; }

/* line 1514, theme.scss */
.widget-type_system_widget_v4_feedback_2 .feedback .form-control:focus {
  border-color: var(--ev-accent);
  box-shadow: 0 0 0 2px rgba(196, 138, 100, 0.14); }

/* line 1519, theme.scss */
.widget-type_system_widget_v4_feedback_2 .feedback__submit-btn,
.widget-type_system_widget_v4_feedback_2 .feedback__submit .button {
  min-width: 204px;
  min-height: 60px;
  border: 0;
  border-radius: 9px;
  background: var(--ev-accent);
  box-shadow: 0 4px 10px rgba(80, 55, 42, 0.22);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer; }

/* line 1533, theme.scss */
.ev-inner-content_reviews {
  margin-top: 64px; }

/* line 1537, theme.scss */
.ev-reviews-form {
  display: grid;
  gap: 24px;
  width: min(100%, 760px);
  margin: 0 auto; }

/* line 1544, theme.scss */
.ev-reviews-form__success {
  display: none;
  padding: 14px 18px;
  border-radius: 8px;
  background: #eaf7ea;
  color: #216c32;
  text-align: center; }

/* line 1553, theme.scss */
.ev-reviews-form__field input,
.ev-reviews-form__field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c8c8d2;
  border-radius: 8px;
  background: #ffffff;
  color: #252525;
  font: inherit;
  font-size: 16px;
  outline: 0; }

/* line 1566, theme.scss */
.ev-reviews-form__field input {
  height: 62px;
  padding: 0 20px; }

/* line 1571, theme.scss */
.ev-reviews-form__field textarea {
  min-height: 102px;
  padding: 16px 20px;
  resize: vertical; }

/* line 1577, theme.scss */
.ev-reviews-form__field input:focus,
.ev-reviews-form__field textarea:focus {
  border-color: var(--ev-accent);
  box-shadow: 0 0 0 2px rgba(196, 138, 100, 0.14); }

/* line 1583, theme.scss */
.ev-reviews-form__error {
  min-height: 0;
  margin-top: 5px;
  color: #bd2626;
  font-size: 13px; }

/* line 1590, theme.scss */
.ev-reviews-form > button {
  justify-self: center;
  min-width: 204px;
  min-height: 60px;
  margin-top: 10px;
  border: 0;
  border-radius: 9px;
  background: var(--ev-accent);
  box-shadow: 0 4px 10px rgba(80, 55, 42, 0.22);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer; }

/* line 1605, theme.scss */
.ev-page-body {
  margin-top: 24px; }

/* line 1609, theme.scss */
.ev-cart-page {
  min-height: calc(100vh - 170px);
  padding-bottom: 80px; }

/* line 1614, theme.scss */
.ev-cart-page .ev-category-pills {
  margin-top: 20px; }

/* line 1618, theme.scss */
.ev-cart-page__content {
  box-sizing: border-box;
  width: min(100%, 1200px);
  margin: 20px auto 0;
  padding: 0 20px; }

/* line 1625, theme.scss */
.ev-cart-page__native {
  min-width: 0; }

/* line 1629, theme.scss */
.ev-cart-page .widget-type_system_widget_v4_back_to_catalog {
  display: none !important; }

/* line 1633, theme.scss */
.ev-cart-page .widget-type_system_widget_v4_cart_2 .layout__content,
.ev-cart-page .widget-type_system_widget_v4_shared_cart_1 .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 1641, theme.scss */
.ev-cart-page .widget-type_system_widget_v4_cart_2.layout,
.ev-cart-page .widget-type_system_widget_v4_shared_cart_1.layout {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 1649, theme.scss */
.ev-cart-page .widget-type_system_widget_v4_cart_2 .heading,
.ev-cart-page .widget-type_system_widget_v4_shared_cart_1 .heading {
  position: relative;
  left: -14px;
  width: 560px;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #111111;
  font-family: var(--ev-font-body);
  font-size: 32px;
  font-weight: 700;
  line-height: 45px; }

/* line 1663, theme.scss */
.ev-cart-page .cart {
  display: grid !important;
  grid-template-columns: 580px 464px;
  align-items: start;
  column-gap: 116px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important; }

/* line 1673, theme.scss */
.ev-cart-page .cart__area-items {
  grid-column: 1;
  width: 580px !important;
  max-width: 100% !important;
  border-bottom: 1px solid #d5d5d5; }

/* line 1680, theme.scss */
.ev-cart-page .cart__area-controls {
  grid-column: 2;
  display: block !important;
  box-sizing: border-box;
  width: 464px !important;
  max-width: 100% !important;
  margin-top: 52px !important;
  color: #111111;
  font-family: var(--ev-font-body); }

@media (min-width: 769px) {
  /* line 1695, theme.scss */
  .ev-cart-page .cart-item {
    display: grid !important;
    grid-template-columns: 90px 265px 110px 80px 35px !important;
    gap: 0 !important;
    align-items: center !important;
    box-sizing: border-box;
    width: 580px !important;
    min-height: 100px;
    padding: 0 !important;
    border: 0 !important; }

  /* line 1707, theme.scss */
  .ev-cart-page .cart-item > .item-image {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 90px !important;
    height: 100px !important;
    padding-right: 20px; }

  /* line 1718, theme.scss */
  .ev-cart-page .cart-item > .item-title {
    grid-column: 2;
    grid-row: 1; }

  /* line 1723, theme.scss */
  .ev-cart-page .cart-item > .item-image .img-ratio,
  .ev-cart-page .cart-item > .item-image .img-ratio__inner,
  .ev-cart-page .cart-item > .item-image img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important; }

  /* line 1731, theme.scss */
  .ev-cart-page .cart-item > .item-title,
  .ev-cart-page .cart-item__title,
  .ev-cart-page .cart-item__title a {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px 0;
    color: #111111 !important;
    font-family: var(--ev-font-body);
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24.8px !important;
    text-decoration: none; }

  /* line 1748, theme.scss */
  .ev-cart-page .cart-item .variant-title {
    color: #555555;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px; }

  /* line 1755, theme.scss */
  .ev-cart-page .cart-item .item-price {
    display: none !important; }

  /* line 1759, theme.scss */
  .ev-cart-page .cart-item .item-counter {
    grid-column: 3;
    grid-row: 1;
    box-sizing: border-box;
    width: 110px;
    padding: 13px 20px 16px 10px; }

  /* line 1767, theme.scss */
  .ev-cart-page .cart-item .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px; }

  /* line 1774, theme.scss */
  .ev-cart-page .cart-item .counter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #bfc1c3; }

  /* line 1789, theme.scss */
  .ev-cart-page .cart-item .counter-input {
    width: 28px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-family: var(--ev-font-body);
    font-size: 16px;
    font-weight: 300;
    text-align: center; }

  /* line 1802, theme.scss */
  .ev-cart-page .cart-item .item-total {
    grid-column: 4;
    grid-row: 1;
    box-sizing: border-box;
    width: 80px;
    padding: 15px 0;
    color: #111111;
    font-family: var(--ev-font-body);
    font-size: 16px;
    font-weight: 300;
    line-height: 24.8px;
    white-space: nowrap; }

  /* line 1816, theme.scss */
  .ev-cart-page .cart-item .item-delete {
    grid-column: 5;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px; }

  /* line 1825, theme.scss */
  .ev-cart-page .cart-item .favorites_btn {
    display: none !important; }

  /* line 1829, theme.scss */
  .ev-cart-page .cart-item .js-item-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bfc1c3;
    font-size: 0; }

  /* line 1843, theme.scss */
  .ev-cart-page .cart-item .js-item-delete .icon {
    font-size: 16px; } }
/* line 1851, theme.scss */
.ev-cart-page__subtotal {
  display: none !important; }

/* line 1857, theme.scss */
.ev-cart-page [data-ev-cart-total] {
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.3 !important; }

@media (max-width: 768px) {
  /* line 1865, theme.scss */
  .ev-cart-page [data-ev-cart-total] {
    font-size: 19px !important; } }
/* line 1872, theme.scss */
.ev-cart-note {
  box-sizing: border-box;
  width: 580px;
  max-width: 100%;
  margin: 32px 0 0;
  padding: 18px 20px;
  border: 1px solid #e6dcd4;
  border-radius: 12px;
  background: #faf6f3;
  color: #111111;
  font-family: var(--ev-font-body);
  font-size: 15px;
  line-height: 22px; }

/* line 1887, theme.scss */
.ev-cart-note > *:first-child {
  margin-top: 0; }

/* line 1891, theme.scss */
.ev-cart-note > *:last-child {
  margin-bottom: 0; }

/* line 1895, theme.scss */
.ev-cart-note p {
  margin: 0 0 10px; }

/* line 1899, theme.scss */
.ev-cart-note ul + p,
.ev-cart-note ol + p {
  margin-top: 6px !important; }

/* line 1904, theme.scss */
.ev-cart-note ul,
.ev-cart-note ol {
  margin: 0 0 6px !important;
  padding-left: 20px; }

/* line 1910, theme.scss */
.ev-cart-note li {
  margin-bottom: 6px !important; }

/* line 1914, theme.scss */
.ev-cart-note a {
  color: var(--ev-accent); }

/* line 1921, theme.scss */
.ev-cart-page .cart__area-items .ev-cart-note {
  width: 100%;
  margin: 24px 0 0; }

/* line 1928, theme.scss */
.ev-cart-page .cart__area-items[data-ev-cart-has-note] {
  border-bottom: 0; }

/* line 1934, theme.scss */
.ev-cart-page [data-ev-cart-duplicate-heading] {
  display: none !important; }

/* line 1940, theme.scss */
.ev-cart-page [data-ev-cart-count-line] {
  display: none !important; }

/* line 1945, theme.scss */
.ev-cart-page [data-ev-coupon-trigger] {
  display: none !important; }

/* line 1949, theme.scss */
.ev-cart-page [data-ev-coupon-field] {
  display: block !important;
  visibility: visible !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important; }

/* line 1960, theme.scss */
.ev-cart-page [data-ev-coupon-block] {
  display: flex !important;
  align-items: stretch;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: none !important;
  margin: 0 0 18px;
  padding: 0;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important; }

/* line 1977, theme.scss */
.ev-cart-page [data-ev-coupon-field-wrap] {
  flex: 1 1 auto;
  display: flex !important;
  align-items: stretch;
  box-sizing: border-box;
  width: auto !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 1989, theme.scss */
.ev-cart-page [data-ev-coupon-input] {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: auto !important;
  min-width: 0;
  height: 52px;
  margin: 0 !important;
  padding: 0 16px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  font-family: var(--ev-font-body);
  font-size: 15px;
  line-height: normal; }

/* line 2006, theme.scss */
.ev-cart-page [data-ev-coupon-input]::placeholder {
  color: #9a9a9a; }

/* line 2010, theme.scss */
.ev-cart-page [data-ev-coupon-input]:focus {
  border-color: #111111;
  outline: none; }

/* line 2051, theme.scss */
.ev-cart-page [data-ev-coupon-submit] {
  display: none !important; }

/* line 2055, theme.scss */
.ev-cart-page [data-ev-coupon-block]:has([data-ev-coupon-input]:not(:placeholder-shown)) [data-ev-coupon-submit] {
  position: static !important;
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto !important;
  min-width: 160px;
  height: 52px;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #6b6b6b !important;
  color: #ffffff !important;
  font-family: var(--ev-font-body);
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important; }

/* line 2059, theme.scss */
.ev-cart-page [data-ev-coupon-block][data-ev-coupon-filled] [data-ev-coupon-submit] {
  position: static !important;
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto !important;
  min-width: 160px;
  height: 52px;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #6b6b6b !important;
  color: #ffffff !important;
  font-family: var(--ev-font-body);
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important; }

/* line 2064, theme.scss */
.ev-cart-page [data-ev-coupon-clear] {
  border-color: #333333 !important;
  background: #333333 !important;
  color: #ffffff !important; }

/* line 2070, theme.scss */
.ev-cart-page [data-ev-coupon-clear] * {
  color: #ffffff !important;
  fill: #ffffff !important; }

/* line 2075, theme.scss */
.ev-cart-page [data-ev-coupon-clear]:hover {
  background: #111111 !important; }

/* line 2079, theme.scss */
.ev-cart-page [data-ev-coupon-submit] * {
  color: #ffffff !important;
  opacity: 1 !important; }

/* line 2084, theme.scss */
.ev-cart-page [data-ev-coupon-submit]:hover {
  background: #565656 !important; }

/* line 2088, theme.scss */
.ev-cart-page .cart__area-controls .button,
.ev-cart-page .cart__area-controls button,
.ev-cart-page .cart__area-controls [data-cart-submit] {
  border-radius: 10px !important;
  background: var(--ev-accent) !important;
  color: #ffffff !important;
  font-family: var(--ev-font-body) !important;
  font-weight: 600 !important; }

@media (max-width: 980px) {
  /* line 2099, theme.scss */
  .ev-cart-page__content {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px; }

  /* line 2105, theme.scss */
  .ev-cart-page__native,
  .ev-cart-page .cart,
  .ev-cart-page .cart__area-items,
  .ev-cart-page .cart__area-controls {
    width: 100% !important; }

  /* line 2112, theme.scss */
  .ev-cart-page .cart {
    display: block !important; }

  /* line 2116, theme.scss */
  .ev-cart-page .cart-item {
    grid-template-columns: 90px minmax(0, 1fr) 110px 80px 35px !important;
    width: 100% !important; }

  /* line 2121, theme.scss */
  .ev-cart-page .cart__area-controls {
    margin-top: 0; }

  /* line 2128, theme.scss */
  .ev-cart-page .cart__area-controls {
    position: relative;
    left: 0 !important;
    right: auto !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important; }

  /* line 2139, theme.scss */
  .ev-cart-page .cart__area-controls .button,
  .ev-cart-page .cart__area-controls button,
  .ev-cart-page .cart__area-controls [data-cart-submit] {
    box-sizing: border-box !important;
    max-width: 100% !important; } }
@media (max-width: 768px) {
  /* line 2149, theme.scss */
  .ev-cart-page {
    padding-bottom: 48px; }

  /* line 2153, theme.scss */
  .ev-cart-page__content {
    width: 100%;
    margin-top: 24px;
    padding: 0 16px; }

  /* line 2159, theme.scss */
  .ev-cart-page .widget-type_system_widget_v4_cart_2 .heading,
  .ev-cart-page .widget-type_system_widget_v4_shared_cart_1 .heading {
    left: -16px;
    width: calc(100% + 16px);
    font-size: 24px;
    line-height: 34px; }

  /* line 2167, theme.scss */
  .ev-cart-note {
    width: 100%;
    margin-top: 24px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 21px; }

  /* line 2175, theme.scss */
  .ev-cart-page .cart,
  .ev-cart-page .cart__area-items,
  .ev-cart-page .cart__area-controls {
    width: 100% !important; }

  /* line 2184, theme.scss */
  .ev-cart-page .cart-item {
    grid-template-columns: 70px auto minmax(0, 1fr) 32px !important;
    grid-template-areas: "image title   title delete" "image counter total total" !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    padding: 16px 0 !important; }

  /* line 2199, theme.scss */
  .ev-cart-page .cart-item + .cart-item {
    border-top: 1px solid #e6e6e6 !important; }

  /* line 2203, theme.scss */
  .ev-cart-page .cart-item > .item-image {
    grid-area: image;
    align-self: start;
    width: 70px !important;
    height: 70px !important;
    padding-right: 0; }

  /* line 2211, theme.scss */
  .ev-cart-page .cart-item > .item-image .img-ratio,
  .ev-cart-page .cart-item > .item-image .img-ratio__inner,
  .ev-cart-page .cart-item > .item-image img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 4px;
    object-fit: cover !important; }

  /* line 2220, theme.scss */
  .ev-cart-page .cart-item > .item-title,
  .ev-cart-page .cart-item__title,
  .ev-cart-page .cart-item__title a {
    font-size: 15px !important;
    line-height: 21px !important; }

  /* line 2227, theme.scss */
  .ev-cart-page .cart-item > .item-title {
    grid-area: title;
    align-self: start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    overflow-wrap: anywhere; }

  /* line 2239, theme.scss */
  .ev-cart-page .cart-item .item-counter {
    grid-area: counter;
    align-self: center;
    justify-self: start;
    width: auto !important;
    min-width: 0 !important;
    padding: 0;
    margin: 4px 0 0 0 !important; }

  /* line 2249, theme.scss */
  .ev-cart-page .cart-item .counter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important; }

  /* line 2260, theme.scss */
  .ev-cart-page .cart-item .counter-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f0f0f0 !important;
    color: #555555 !important;
    cursor: pointer !important; }

  /* line 2280, theme.scss */
  .ev-cart-page .cart-item .counter-button .icon {
    font-size: 12px !important;
    line-height: 1 !important; }

  /* line 2285, theme.scss */
  .ev-cart-page .cart-item .counter-input {
    box-sizing: border-box !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111111 !important;
    font-family: var(--ev-font-body) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
    outline: none !important;
    box-shadow: none !important; }

  /* line 2306, theme.scss */
  .ev-cart-page .cart-item .item-total {
    grid-area: total;
    align-self: center;
    justify-self: start;
    width: auto;
    padding: 0 0 0 12px !important;
    margin: 4px 0 0 0 !important;
    color: #111111 !important;
    font-family: var(--ev-font-body) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-align: left !important;
    white-space: nowrap !important; }

  /* line 2322, theme.scss */
  .ev-cart-page .cart-item .favorites_btn {
    display: none !important; }

  /* line 2326, theme.scss */
  .ev-cart-page .cart-item .item-delete {
    grid-area: delete;
    align-self: start;
    justify-self: end;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    margin: 0 !important; }

  /* line 2336, theme.scss */
  .ev-cart-page .cart-item .js-item-delete {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #bfc1c3;
    font-size: 0 !important; }

  /* line 2351, theme.scss */
  .ev-cart-page .cart-item .js-item-delete .icon {
    font-size: 16px !important; }

  /* line 2355, theme.scss */
  .ev-cart-page .cart__area-controls {
    margin-top: 0; }

  /* line 2359, theme.scss */
  .ev-cart-page [data-ev-coupon-block] {
    gap: 8px; }

  /* line 2366, theme.scss */
  .ev-cart-page [data-ev-cart-stack] .ev-cart-note {
    width: 100%;
    margin: 4px 0 18px;
    padding: 0;
    border: 0;
    background: transparent; }

  /* line 2377, theme.scss */
  .ev-cart-page .cart > [data-ev-cart-total] {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important; }

  /* line 2386, theme.scss */
  .ev-cart-page [data-ev-cart-stack] .ev-cart-note {
    margin-top: 0; }

  /* line 2390, theme.scss */
  .ev-cart-page [data-ev-coupon-input],
  .ev-cart-page [data-ev-coupon-submit] {
    height: 48px; }

  /* line 2395, theme.scss */
  .ev-cart-page [data-ev-coupon-submit] {
    min-width: 0;
    padding: 0 16px !important;
    font-size: 14px !important; }

  /* line 2401, theme.scss */
  .ev-cart-toast {
    right: 16px;
    bottom: 82px;
    width: calc(100% - 32px);
    max-width: 350px; } }
/* line 2409, theme.scss */
.ev-footer {
  margin-top: 56px;
  background: var(--ev-lavender);
  color: #ffffff; }

/* line 2415, theme.scss */
.ev-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1180px);
  min-height: 120px;
  margin: 0 auto;
  padding: 26px 20px; }

/* line 2426, theme.scss */
.ev-footer__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 300;
  line-height: 21.7px; }

/* line 2437, theme.scss */
.ev-footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px; }

/* line 2444, theme.scss */
.ev-footer a {
  color: #ffffff;
  text-decoration: underline; }

/* line 2449, theme.scss */
.ev-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: transparent;
  text-decoration: none; }

/* line 2459, theme.scss */
.ev-footer__socials svg {
  display: block; }

/* line 2463, theme.scss */
.ev-load-more {
  display: flex;
  justify-content: center;
  margin: 46px 0 0; }

/* line 2469, theme.scss */
.ev-load-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 45px;
  padding: 0 28px;
  border: 0;
  border-radius: 6px;
  background: var(--ev-accent);
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.16s ease; }

/* line 2487, theme.scss */
.ev-load-more button:hover,
.ev-load-more button:focus-visible {
  background: #aa7352; }

/* line 2492, theme.scss */
.ev-load-more[hidden],
.ev-product-hidden {
  display: none !important; }

/* Нижняя секция главной: сюда добавляются виджеты из редактора сайта */
/* line 2498, theme.scss */
.ev-index-bottom {
  margin-top: 46px; }

/* line 2502, theme.scss */
.ev-index-bottom:empty {
  display: none;
  margin-top: 0; }

/* В редакторе сайта зона остаётся видимой, чтобы в неё можно было перетащить виджет */
/* line 2508, theme.scss */
.ev-index-bottom_editor:empty {
  display: block;
  min-height: 64px;
  margin-top: 46px; }

@media (max-width: 980px) {
  /* line 2515, theme.scss */
  .ev-header {
    overflow: visible; }

  /* line 2519, theme.scss */
  .ev-header__inner {
    display: grid;
    grid-template-columns: 116px 1fr auto;
    gap: 10px;
    width: 100%;
    padding: 0 10px; }

  /* line 2527, theme.scss */
  .ev-header__logo {
    position: static;
    display: flex;
    align-items: center;
    width: 116px;
    height: 50px; }

  /* line 2535, theme.scss */
  .ev-header__logo img {
    width: 104px;
    max-height: 58px; }

  /* line 2540, theme.scss */
  .ev-header__search {
    position: static;
    width: auto;
    max-width: none; }

  /* line 2546, theme.scss */
  .ev-header__actions {
    position: static;
    gap: 10px; }

  /* line 2551, theme.scss */
  .ev-header__icon {
    width: 22px;
    font-size: 22px; }

  /* line 2556, theme.scss */
  .ev-menu-button {
    width: auto;
    padding: 0 16px; }

  /* line 2561, theme.scss */
  .ev-menu-panel {
    flex-direction: column;
    justify-content: flex-start;
    max-height: calc(100vh - 50px);
    padding: 12px 16px 18px;
    overflow-y: auto; }

  /* line 2569, theme.scss */
  .ev-menu-panel__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 2574, theme.scss */
  .ev-menu-panel__links a {
    min-height: 42px;
    white-space: normal; }

  /* line 2579, theme.scss */
  .ev-menu-panel__links a + a {
    border-left: 0; }

  /* line 2583, theme.scss */
  .ev-menu-panel__contacts {
    justify-content: center;
    margin: 10px 0 0;
    border-left: 0; }

  /* line 2589, theme.scss */
  .ev-menu-contact {
    min-height: 42px;
    margin: 0 8px 0 0; }

  /* line 2594, theme.scss */
  .ev-menu-social {
    min-height: 42px; }

  /* line 2598, theme.scss */
  .ev-hero,
  .ev-hero__content {
    min-height: 360px; }

  /* line 2603, theme.scss */
  .ev-hero__content {
    left: auto;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0 20px;
    transform: none; }

  /* line 2611, theme.scss */
  .ev-hero__title {
    padding-top: 28px; }

  /* line 2615, theme.scss */
  .ev-hero h1 {
    max-width: 55%;
    font-size: 46px;
    line-height: 52px; }

  /* line 2621, theme.scss */
  .ev-hero__person {
    position: absolute;
    inset: 0 20px 0 auto;
    width: 44%;
    opacity: 0.95; }

  /* line 2628, theme.scss */
  .ev-hero__person-title {
    top: 28px;
    left: 0;
    width: 100%;
    font-size: 34px;
    line-height: 39px; }

  /* line 2636, theme.scss */
  .ev-hero__photo {
    top: 128px;
    left: 80px;
    width: 150px;
    height: 150px; }

  /* line 2643, theme.scss */
  .ev-hero__badge_coco {
    top: 164px;
    left: -20px;
    width: 88px;
    height: 88px; }

  /* line 2650, theme.scss */
  .ev-hero__badge_logo {
    display: none; }

  /* line 2654, theme.scss */
  .ev-category-pills {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px;
    width: auto;
    max-width: calc(100% - 40px); } }
/* line 2662, theme.scss */
.ev-service-body {
  min-height: 100vh;
  background: #ffffff; }

/* line 2667, theme.scss */
.ev-service-body .page_layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/* line 2673, theme.scss */
.ev-service-header {
  position: sticky;
  top: 0;
  z-index: 90;
  min-height: 58px;
  background: var(--ev-lavender);
  border-bottom: 1px solid rgba(180, 126, 97, 0.35); }

/* line 2682, theme.scss */
.ev-service-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  width: min(100%, 1200px);
  min-height: 58px;
  margin: 0 auto;
  padding: 0 20px; }

/* line 2693, theme.scss */
.ev-service-header__logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: 144px;
  height: 58px;
  overflow: visible; }

/* line 2702, theme.scss */
.ev-service-header__logo img {
  display: block;
  width: 144px;
  max-width: none;
  height: auto; }

/* line 2709, theme.scss */
.ev-service-header__home,
.ev-service-header__menu-button {
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none; }

/* line 2718, theme.scss */
.ev-service-header__home {
  grid-column: 2;
  justify-self: center; }

/* line 2723, theme.scss */
.ev-service-header__actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 2px; }

/* line 2731, theme.scss */
.ev-service-header__profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none; }

/* line 2742, theme.scss */
.ev-service-menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none; }

/* line 2750, theme.scss */
.ev-service-header__menu-button {
  padding: 20px 12px;
  cursor: pointer;
  user-select: none; }

/* line 2756, theme.scss */
.ev-service-menu {
  position: absolute;
  top: 100%;
  right: 20px;
  display: none;
  width: min(330px, calc(100vw - 32px));
  max-height: calc(100vh - 72px);
  padding: 18px 24px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(37, 37, 37, 0.18); }

/* line 2769, theme.scss */
.ev-service-menu-toggle:checked ~ .ev-service-menu {
  display: grid;
  gap: 15px; }

/* line 2774, theme.scss */
.ev-service-menu a {
  color: var(--ev-text);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none; }

/* line 2781, theme.scss */
.ev-service-menu a:hover,
.ev-service-menu a:focus-visible {
  color: var(--ev-lavender-dark); }

/* line 2786, theme.scss */
.ev-service-main {
  display: block;
  flex: 1 0 auto;
  width: 100%;
  padding: 38px 20px 70px; }

/* line 2793, theme.scss */
.ev-service-main .layout {
  width: min(100%, 1180px);
  margin: 0 auto; }

/* line 2798, theme.scss */
.ev-service-main .checkout-v2-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto; }

/* line 2804, theme.scss */
.ev-service-body .co-title,
.ev-service-body .co-checkout-title {
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-weight: 300; }

/* line 2811, theme.scss */
.ev-service-body .co-input input,
.ev-service-body .co-input select,
.ev-service-body .co-input textarea {
  border: 1px solid #d7d0e9;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none; }

/* line 2820, theme.scss */
.ev-service-body .co-input input:focus,
.ev-service-body .co-input select:focus,
.ev-service-body .co-input textarea:focus {
  border-color: var(--ev-lavender-dark);
  outline: 0; }

/* line 2827, theme.scss */
.ev-service-body .co-button {
  border: 1px solid var(--ev-accent);
  border-radius: 7px;
  background: var(--ev-accent);
  color: #ffffff;
  font-weight: 500; }

/* line 2835, theme.scss */
.ev-service-body .co-button:hover,
.ev-service-body .co-button:focus-visible {
  border-color: #aa7352;
  background: #aa7352;
  color: #ffffff; }

/* line 2842, theme.scss */
.ev-service-main_account .co-section--content {
  max-width: 980px;
  margin: 0 auto; }

/* line 2847, theme.scss */
.ev-service-body .ev-footer {
  flex: 0 0 auto;
  margin-top: 0; }

@media (max-width: 640px) {
  /* line 2853, theme.scss */
  .ev-header__inner {
    grid-template-columns: 104px 1fr auto;
    min-height: 50px; }

  /* line 2858, theme.scss */
  .ev-header__logo img {
    width: 92px; }

  /* line 2862, theme.scss */
  .ev-header__search {
    height: 34px; }

  /* line 2866, theme.scss */
  .ev-header__search button {
    display: none; }

  /* line 2870, theme.scss */
  .ev-header__actions .ev-header__icon:not(.ev-header__cart):not(.ev-header__profile) {
    display: none; }

  /* line 2874, theme.scss */
  .ev-menu-button {
    min-height: 50px;
    padding: 0 12px;
    font-size: 12px; }

  /* line 2880, theme.scss */
  .ev-menu-panel__links {
    grid-template-columns: 1fr; }

  /* line 2884, theme.scss */
  .ev-hero,
  .ev-hero__content {
    min-height: 560px; }

  /* line 2889, theme.scss */
  .ev-hero__title {
    padding-top: 20px; }

  /* line 2893, theme.scss */
  .ev-hero h1 {
    max-width: 100%;
    padding-top: 0;
    font-size: 38px;
    line-height: 44px; }

  /* line 2900, theme.scss */
  .ev-hero__person {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 285px;
    margin-top: 18px; }

  /* line 2908, theme.scss */
  .ev-hero__person-title {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-size: 34px;
    line-height: 39px; }

  /* line 2917, theme.scss */
  .ev-hero__photo {
    top: 110px;
    left: 50%;
    width: 156px;
    height: 156px;
    transform: translateX(-12%) rotate(-23deg); }

  /* line 2925, theme.scss */
  .ev-hero__badge_coco {
    top: 118px;
    left: 7%;
    width: 82px;
    height: 86px; }

  /* line 2932, theme.scss */
  .ev-hero__badge_logo {
    display: block;
    top: 120px;
    left: auto;
    right: 4%;
    width: 82px;
    height: 82px; }

  /* line 2941, theme.scss */
  .ev-category-pills {
    grid-template-columns: 1fr;
    margin-top: 14px; }

  /* line 2946, theme.scss */
  .ev-category-pills > a,
  .ev-category-trigger {
    min-height: 42px;
    font-size: 18px; }

  /* line 2952, theme.scss */
  .ev-catalog-head {
    display: block; }

  /* line 2956, theme.scss */
  .ev-catalog-head h2 {
    margin-bottom: 10px;
    font-size: 30px; }

  /* line 2961, theme.scss */
  .ev-collection-head {
    display: block;
    width: calc(100% - 32px);
    margin-top: 20px; }

  /* line 2967, theme.scss */
  .ev-collection-head h1 {
    margin-bottom: 6px;
    font-size: 30px; }

  /* line 2972, theme.scss */
  .ev-inner-content {
    width: calc(100% - 32px);
    margin-top: 46px;
    margin-bottom: 64px;
    font-size: 17px;
    line-height: 1.5; }

  /* line 2980, theme.scss */
  .ev-inner-content h1 {
    font-size: 28px; }

  /* line 2984, theme.scss */
  .ev-inner-content h2,
  .ev-inner-content_center h2 {
    margin-top: 40px;
    font-size: 20px; }

  /* line 2990, theme.scss */
  .ev-payment-logos {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 26px 18px; }

  /* line 2995, theme.scss */
  .ev-payment-logos figcaption {
    font-size: 20px; }

  /* line 2999, theme.scss */
  .ev-document-links a {
    border-width: 2px;
    font-size: 14px; }

  /* line 3004, theme.scss */
  .ev-inner-content_contacts {
    min-height: 0;
    margin-top: 28px; }

  /* line 3009, theme.scss */
  .ev-contact-divider {
    margin: 34px auto 30px; }

  /* line 3013, theme.scss */
  .ev-contact-socials_contacts a {
    width: 52px;
    height: 52px; }

  /* line 3018, theme.scss */
  .ev-contact-socials_contacts svg {
    width: 34px;
    height: 34px; }

  /* line 3023, theme.scss */
  .ev-contact-schedule,
  .ev-contact-note {
    font-size: 17px; }

  /* line 3028, theme.scss */
  .ev-contact-schedule {
    margin-top: 34px; }

  /* line 3032, theme.scss */
  .ev-contact-note {
    margin-top: 26px !important; }

  /* line 3036, theme.scss */
  .ev-contact-line {
    margin-top: 38px !important;
    font-size: 17px; }

  /* line 3041, theme.scss */
  .ev-contact-form {
    margin-top: 30px; }

  /* line 3045, theme.scss */
  .widget-type_system_widget_v4_feedback_2 .feedback input.form-control {
    height: 56px; }

  /* line 3049, theme.scss */
  .widget-type_system_widget_v4_feedback_2 .feedback__submit-btn,
  .widget-type_system_widget_v4_feedback_2 .feedback__submit .button {
    width: 100%; }

  /* line 3054, theme.scss */
  .ev-inner-content_reviews {
    margin-top: 44px; }

  /* line 3058, theme.scss */
  .ev-reviews-form {
    gap: 18px; }

  /* line 3062, theme.scss */
  .ev-reviews-form__field input {
    height: 56px; }

  /* line 3066, theme.scss */
  .ev-reviews-form > button {
    width: 100%; }

  /* line 3070, theme.scss */
  .ev-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 156px;
    text-align: center; }

  /* line 3078, theme.scss */
  .ev-footer__copy {
    align-items: center; }

  /* line 3082, theme.scss */
  .ev-footer__socials {
    justify-content: center;
    margin-top: 6px; }

  /* line 3087, theme.scss */
  .ev-service-header__inner {
    grid-template-columns: 96px 1fr auto;
    min-height: 52px;
    padding: 0 12px; }

  /* line 3093, theme.scss */
  .ev-service-header__logo {
    width: 96px;
    height: 52px; }

  /* line 3098, theme.scss */
  .ev-service-header__logo img {
    width: 96px; }

  /* line 3102, theme.scss */
  .ev-service-header__home {
    font-size: 13px; }

  /* line 3106, theme.scss */
  .ev-service-header__menu-button {
    padding: 18px 0;
    font-size: 12px; }

  /* line 3111, theme.scss */
  .ev-service-menu {
    right: 12px; }

  /* line 3115, theme.scss */
  .ev-service-main {
    padding: 26px 16px 52px; } }
@media (min-width: 640px) and (max-width: 980px) {
  /* line 3121, theme.scss */
  .ev-hero {
    height: 116px;
    min-height: 116px;
    background: linear-gradient(135deg, #f6ddea 0%, var(--ev-lavender) 100%); }

  /* line 3127, theme.scss */
  .ev-hero__content {
    position: relative;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    box-sizing: border-box;
    width: 640px;
    height: 116px;
    min-height: 116px;
    padding: 0 28px;
    transform: translateX(-50%); }

  /* line 3142, theme.scss */
  .ev-hero__title {
    position: static;
    flex: 0 1 auto;
    min-width: 0;
    padding: 0; }

  /* line 3149, theme.scss */
  .ev-hero h1 {
    max-width: none;
    font-size: 27px;
    line-height: 31px; }

  /* line 3155, theme.scss */
  .ev-hero__title-primary,
  .ev-hero__title-secondary {
    position: static;
    width: auto; }

  /* line 3161, theme.scss */
  .ev-hero__title-secondary {
    margin-top: 3px;
    font-size: 18px;
    line-height: 21px; }

  /* line 3167, theme.scss */
  .ev-hero__person {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 14px;
    width: auto;
    min-height: 0;
    opacity: 1; }

  /* line 3178, theme.scss */
  .ev-hero__person-title {
    position: static;
    order: 3;
    width: auto;
    max-width: 130px;
    font-size: 17px;
    line-height: 20px; }

  /* line 3187, theme.scss */
  .ev-hero__photo {
    position: static;
    order: 2;
    width: 100px;
    height: 100px;
    border: 3px solid #ffffff; }

  /* line 3195, theme.scss */
  .ev-hero__badge_coco {
    position: static;
    order: 1;
    width: 68px;
    height: 68px; }

  /* line 3202, theme.scss */
  .ev-hero__badge_logo {
    display: none; } }
@media (min-width: 480px) and (max-width: 639px) {
  /* line 3208, theme.scss */
  .ev-hero {
    height: 128px;
    min-height: 128px;
    background: linear-gradient(135deg, #f6ddea 0%, var(--ev-lavender) 100%); }

  /* line 3214, theme.scss */
  .ev-hero__content {
    position: relative;
    left: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    width: 480px;
    height: 128px;
    min-height: 128px;
    padding: 0 24px;
    transform: translateX(-50%); }

  /* line 3228, theme.scss */
  .ev-hero__title {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 14px;
    padding: 0; }

  /* line 3236, theme.scss */
  .ev-hero h1 {
    max-width: none;
    font-size: 20px;
    line-height: 23px; }

  /* line 3242, theme.scss */
  .ev-hero__title-primary,
  .ev-hero__title-secondary {
    position: static;
    left: auto;
    width: auto;
    text-align: left; }

  /* line 3250, theme.scss */
  .ev-hero__title-primary {
    top: auto; }

  /* line 3254, theme.scss */
  .ev-hero__title-secondary {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin-top: 2px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 18px; }

  /* line 3265, theme.scss */
  .ev-hero__person {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    width: auto;
    min-height: 0;
    margin: 0; }

  /* line 3276, theme.scss */
  .ev-hero__person-title {
    position: static;
    order: 3;
    align-self: flex-start;
    margin-top: 14px;
    top: auto;
    left: auto;
    width: auto;
    max-width: 80px;
    font-size: 14px;
    line-height: 16px; }

  /* line 3289, theme.scss */
  .ev-hero__photo {
    top: auto;
    left: auto;
    position: static;
    order: 2;
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    border: 2px solid #ffffff;
    transform: rotate(-8deg); }

  /* line 3303, theme.scss */
  .ev-hero__badge_coco {
    position: static;
    order: 1;
    align-self: flex-start;
    margin-top: 14px;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    width: 58px;
    height: 58px; }

  /* line 3315, theme.scss */
  .ev-hero__badge_logo {
    display: none !important; }

  /* line 3319, theme.scss */
  .ev-category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px; } }
@media (max-width: 479px) {
  /* line 3326, theme.scss */
  body {
    padding-bottom: calc(51px + env(safe-area-inset-bottom, 0px)); }

  /* line 3330, theme.scss */
  .ev-header__inner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 0; }

  /* line 3338, theme.scss */
  .ev-header__logo {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 97px;
    height: 54px; }

  /* line 3347, theme.scss */
  .ev-header__logo img {
    width: 97px;
    max-height: none; }

  /* line 3352, theme.scss */
  .ev-header__search {
    position: absolute !important;
    top: 8px;
    left: 98px;
    right: auto;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    width: min(200px, calc(100% - 186px));
    height: 36px;
    padding-left: 8px; }

  /* line 3364, theme.scss */
  .ev-header__search .icon {
    font-size: 14px; }

  /* line 3368, theme.scss */
  .ev-header__search input {
    padding: 0 4px;
    font-size: 13px; }

  /* line 3373, theme.scss */
  .ev-header__search button {
    display: block;
    width: 53px;
    height: 28px;
    margin-right: 4px;
    font-size: 11px; }

  /* line 3381, theme.scss */
  .ev-header__actions {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 84px;
    height: 50px; }

  /* line 3394, theme.scss */
  .ev-header__actions .ev-header__icon:not(.ev-header__profile) {
    display: none !important; }

  /* line 3398, theme.scss */
  .ev-menu-button {
    display: flex;
    width: 44px;
    min-height: 50px;
    padding: 0;
    background: var(--ev-lavender);
    font-size: 0; }

  /* line 3407, theme.scss */
  .ev-menu-button::before {
    color: #ffffff;
    content: "☰";
    font-family: var(--ev-font-body);
    font-size: 27px;
    font-weight: 300;
    line-height: 1; }

  /* line 3416, theme.scss */
  .ev-menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: calc(51px + env(safe-area-inset-bottom, 0px));
    left: auto;
    z-index: 120;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    width: clamp(200px, 58vw, 230px);
    max-height: none;
    min-height: 0;
    padding: 64px 25px 18px 25px;
    overflow: hidden;
    background: var(--ev-lavender);
    border-top: 0;
    box-shadow: none;
    transform: translateX(100%); }

  /* line 3439, theme.scss */
  .ev-menu-panel__close {
    position: absolute;
    top: 4px;
    right: 7px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }

  /* line 3458, theme.scss */
  .ev-menu-panel__close::before {
    content: "×";
    font-family: var(--ev-font-body);
    font-size: 43px;
    font-weight: 300;
    line-height: 1; }

  /* line 3466, theme.scss */
  .ev-menu-backdrop {
    position: fixed;
    top: 0;
    right: clamp(200px, 58vw, 230px);
    bottom: calc(51px + env(safe-area-inset-bottom, 0px));
    left: 0;
    z-index: 119;
    display: block;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease; }

  /* line 3481, theme.scss */
  .ev-menu-panel__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 15px; }

  /* line 3490, theme.scss */
  .ev-menu-panel__links a {
    min-height: 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    text-transform: none; }

  /* line 3501, theme.scss */
  .ev-menu-panel__contacts {
    display: grid;
    grid-template-columns: 118px 40px;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
    width: 168px;
    margin: 32px 0 0 17px;
    border-left: 0; }

  /* line 3512, theme.scss */
  .ev-menu-contact {
    min-width: 118px;
    min-height: 69px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
    text-transform: none; }

  /* line 3525, theme.scss */
  .ev-menu-contact > span:first-child {
    display: none; }

  /* line 3529, theme.scss */
  .ev-menu-contact > span:last-child {
    max-width: 88px; }

  /* line 3533, theme.scss */
  .ev-menu-panel__socials {
    display: grid;
    grid-template-rows: repeat(4, 38px);
    align-items: center;
    gap: 0; }

  /* line 3540, theme.scss */
  .ev-menu-social {
    width: 32px;
    height: 32px;
    min-height: 0;
    border-radius: 50%;
    background: #ffffff;
    color: var(--ev-lavender); }

  /* line 3549, theme.scss */
  .ev-menu-social svg {
    width: 20px;
    height: 20px; }

  /* line 3554, theme.scss */
  .ev-header:hover .ev-menu-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%); }

  /* line 3561, theme.scss */
  .ev-menu-toggle:checked ~ .ev-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0); }

  /* line 3568, theme.scss */
  body.is-ev-menu-open .ev-header .ev-menu-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important; }

  /* line 3575, theme.scss */
  .ev-menu-toggle:checked ~ .ev-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

  /* line 3581, theme.scss */
  body.is-ev-menu-open .ev-header .ev-menu-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important; }

  /* line 3587, theme.scss */
  html.is-ev-menu-open,
  body.is-ev-menu-open {
    height: 100%;
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none; } }
@media (max-width: 479px) and (max-height: 760px) {
  /* line 3596, theme.scss */
  .ev-menu-panel {
    padding-top: 48px;
    padding-bottom: 14px; }

  /* line 3601, theme.scss */
  .ev-menu-panel__links {
    gap: 13px; }

  /* line 3605, theme.scss */
  .ev-menu-panel__links a {
    font-size: 18px;
    line-height: 1.2; }

  /* line 3610, theme.scss */
  .ev-menu-panel__contacts {
    margin-top: 28px; }

  /* line 3614, theme.scss */
  .ev-menu-contact {
    min-height: 68px;
    font-size: 12px;
    line-height: 1.25; }

  /* line 3620, theme.scss */
  .ev-menu-panel__socials {
    grid-template-rows: repeat(4, 36px); }

  /* line 3624, theme.scss */
  .ev-menu-social {
    width: 32px;
    height: 32px; }

  /* line 3629, theme.scss */
  .ev-menu-social svg {
    width: 18px;
    height: 18px; } }
@media (max-width: 479px) {
  /* line 3641, theme.scss */
  .ev-hero {
    height: 54px;
    min-height: 54px;
    background: linear-gradient(135deg, #f6ddea 0%, var(--ev-lavender) 100%); }

  /* line 3647, theme.scss */
  .ev-hero__content {
    position: relative;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 320px;
    height: 54px;
    min-height: 54px;
    padding: 0 14px;
    transform: translateX(-50%); }

  /* line 3661, theme.scss */
  .ev-hero__title {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
    padding: 0; }

  /* line 3669, theme.scss */
  .ev-hero h1 {
    max-width: none;
    padding: 0;
    font-size: 15px;
    line-height: 18px; }

  /* line 3676, theme.scss */
  .ev-hero__title-primary {
    position: static;
    top: auto;
    left: auto;
    width: auto; }

  /* line 3683, theme.scss */
  .ev-hero__title-primary {
    white-space: nowrap; }

  /* line 3687, theme.scss */
  .ev-hero__title-secondary {
    display: block;
    margin-top: 1px;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    white-space: nowrap; }

  /* line 3697, theme.scss */
  .ev-hero__person {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 6px;
    width: auto;
    min-height: 0;
    margin: 0; }

  /* line 3708, theme.scss */
  .ev-hero__person-title {
    position: static;
    order: 3;
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: 64px;
    font-size: 13px;
    line-height: 15px;
    color: #9b3b5e;
    text-align: left; }

  /* line 3725, theme.scss */
  .ev-hero__photo {
    position: static;
    order: 2;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border: 2px solid #ffffff;
    transform: rotate(-8deg); }

  /* line 3740, theme.scss */
  .ev-hero__badge_coco {
    position: static;
    order: 1;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    width: 38px;
    height: 38px; }

  /* line 3750, theme.scss */
  .ev-hero__badge_logo {
    display: none !important; }

  /* line 3754, theme.scss */
  .ev-category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, 34px);
    gap: 18px 20px;
    width: 320px;
    max-width: none;
    margin-top: 10px;
    overflow: visible; }

  /* line 3764, theme.scss */
  .ev-category-pills > a,
  .ev-category-trigger {
    min-height: 34px;
    font-size: 14px; }

  /* line 3770, theme.scss */
  .ev-category-pills > :nth-child(1) {
    grid-area: 1 / 1; }

  /* line 3771, theme.scss */
  .ev-category-pills > :nth-child(2) {
    grid-area: 2 / 1; }

  /* line 3772, theme.scss */
  .ev-category-pills > :nth-child(3) {
    grid-area: 1 / 2; }

  /* line 3773, theme.scss */
  .ev-category-pills > :nth-child(4) {
    grid-area: 2 / 2; }

  /* line 3774, theme.scss */
  .ev-category-pills > :nth-child(5) {
    grid-area: 4 / 2; }

  /* line 3775, theme.scss */
  .ev-category-pills > :nth-child(6) {
    grid-area: 3 / 1; }

  /* line 3776, theme.scss */
  .ev-category-pills > :nth-child(7) {
    grid-area: 3 / 2; }

  /* line 3777, theme.scss */
  .ev-category-pills > :nth-child(8) {
    grid-area: 4 / 1; }

  /* line 3779, theme.scss */
  .ev-category-submenu {
    left: 12px;
    padding-top: 18px;
    transform: translate(0, -8px); }

  /* line 3785, theme.scss */
  .ev-category-item_adult.is-open .ev-category-submenu {
    transform: translate(0, 0); }

  /* line 3789, theme.scss */
  .ev-catalog-head {
    display: block;
    box-sizing: border-box;
    width: 320px;
    max-width: calc(100% - 20px);
    padding: 0 0 14px; }

  /* line 3797, theme.scss */
  .ev-catalog-head h2 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.1; }

  /* line 3803, theme.scss */
  .ev-catalog-head label {
    display: none; }

  /* line 3807, theme.scss */
  .ev-catalog-head::after {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #111111;
    font-family: var(--ev-font-body);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    content: "↕ Фильтры"; }

  /* line 3819, theme.scss */
  .widget-type_system_widget_v4_special_products_tabs_9 {
    --catalog-grid-list-min-width: 0 !important;
    --catalog-grid-list-column-gap: 10px !important;
    --catalog-grid-list-row-gap: 58px !important;
    margin-top: 40px; }

  /* line 3826, theme.scss */
  .widget-type_system_widget_v4_special_products_tabs_9 .layout__content,
  .widget-type_system_widget_v4_catalog_4 .layout__content,
  .widget-type_evesna_catalog .layout__content {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto; }

  /* line 3834, theme.scss */
  .widget-type_system_widget_v4_special_products_tabs_9 .grid-list,
  .widget-type_system_widget_v4_catalog_4 .grid-list,
  .widget-type_evesna_catalog .grid-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 58px !important;
    align-items: start !important; }

  /* line 3844, theme.scss */
  .product-preview__photo .img-ratio {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important; }

  /* line 3850, theme.scss */
  .product-preview__photo .img-ratio__inner > a,
  .product-preview__photo picture,
  .product-preview__photo picture img,
  .product-preview__photo img {
    width: 100% !important;
    height: 100% !important; }

  /* line 3858, theme.scss */
  .product-preview__photo picture img,
  .product-preview__photo img {
    object-fit: cover !important;
    object-position: center center !important; }

  /* line 3864, theme.scss */
  [style*="--img-fit:contain"] .product-preview__photo picture img,
  [style*="--img-fit:contain"] .product-preview__photo img {
    object-fit: contain !important;
    object-position: center center !important; }

  /* line 3870, theme.scss */
  .product-preview__area-title {
    margin-top: 14px;
    text-align: left !important; }

  /* line 3875, theme.scss */
  .product-preview__title a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left !important; }

  /* line 3882, theme.scss */
  .product-preview__area-price {
    display: block !important;
    margin-top: 9px;
    text-align: left !important; }

  /* line 3888, theme.scss */
  .product-preview__area-bottom {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 9px !important;
    overflow: visible !important;
    text-align: left !important; }

  /* line 3897, theme.scss */
  .product-preview__buy {
    display: block !important;
    text-align: left !important; }

  /* line 3902, theme.scss */
  .product-preview__buy > :not(.product-preview__price) {
    display: none !important; }

  /* line 3906, theme.scss */
  .favorites_btn {
    width: 48px !important;
    height: 48px !important; } }
/* line 3913, theme.scss */
.ev-search-open {
  overflow: hidden; }

/* ---------- Стили живого поиска (выпадающий список) ---------- */
/* line 3919, theme.scss */
.ev-search-dropdown[hidden] {
  display: none !important; }

/* line 3923, theme.scss */
.ev-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  min-width: 380px;
  max-height: 440px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1000;
  color: #111111;
  box-sizing: border-box; }

/* line 3940, theme.scss */
.ev-search-dropdown__list {
  display: flex;
  flex-direction: column; }

/* line 3945, theme.scss */
.ev-search-dropdown__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  color: #111111;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s ease; }

/* line 3957, theme.scss */
.ev-search-dropdown__item:hover {
  background: #fbf8f5; }

/* line 3961, theme.scss */
.ev-search-dropdown__thumb {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  background: #f5f5f5; }

/* line 3970, theme.scss */
.ev-search-dropdown__thumb_empty {
  background: #eaeaea; }

/* line 3974, theme.scss */
.ev-search-dropdown__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: left; }

/* line 3981, theme.scss */
.ev-search-dropdown__title {
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 3992, theme.scss */
.ev-search-dropdown__price {
  margin-top: 3px;
  font-family: var(--ev-font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--ev-accent, #c08a63); }

/* line 4000, theme.scss */
.ev-search-dropdown__price-old {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #999999; }

/* line 4007, theme.scss */
.ev-search-dropdown__all {
  display: block;
  padding: 11px 14px;
  text-align: center;
  font-family: var(--ev-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--ev-accent, #c08a63);
  background: #fafafa;
  text-decoration: none;
  border-radius: 0 0 12px 12px;
  transition: background 0.15s ease; }

/* line 4021, theme.scss */
.ev-search-dropdown__all:hover {
  background: #f0ebe5; }

/* line 4025, theme.scss */
.ev-search-dropdown__loading,
.ev-search-dropdown__empty {
  padding: 16px;
  text-align: center;
  font-family: var(--ev-font-body);
  font-size: 14px;
  color: #777777; }

@media (max-width: 980px) {
  /* line 4035, theme.scss */
  .ev-header__search {
    position: relative !important; } }
@media (max-width: 640px) {
  /* line 4041, theme.scss */
  .ev-search-dropdown {
    position: fixed !important;
    top: 52px !important;
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    max-height: calc(100vh - 120px);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); }

  /* line 4053, theme.scss */
  .ev-search-dropdown__item {
    padding: 8px 10px;
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr); }

  /* line 4059, theme.scss */
  .ev-search-dropdown__thumb {
    width: 42px;
    height: 42px; }

  /* line 4064, theme.scss */
  .ev-search-dropdown__title {
    font-size: 13px; }

  /* line 4068, theme.scss */
  .ev-search-dropdown__price {
    font-size: 12px; } }
/* line 4074, theme.scss */
.ev-menu-contact {
  transition: none !important; }

/* line 4078, theme.scss */
.ev-menu-contact:hover,
.ev-menu-contact:focus-visible {
  border-color: #d7b59f;
  background: var(--ev-accent);
  color: #ffffff;
  box-shadow: none;
  filter: none;
  opacity: 1;
  transform: none; }

/* line 4090, theme.scss */
body[data-theme-template*="product"] {
  padding-bottom: 0;
  background: #ffffff; }

/* line 4095, theme.scss */
body[data-theme-template*="product"] .ev-header,
body[data-theme-template*="product"] .ev-footer,
body[data-theme-template*="product"] [data-fixed-panels="bottom"] {
  display: none !important; }

/* line 4101, theme.scss */
body[data-theme-template*="product"] .page_layout {
  overflow: visible; }

/* line 4105, theme.scss */
.ev-product-page {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  background: #ffffff;
  animation: ev-product-page-enter 0.28s ease-out both; }

@keyframes ev-product-page-enter {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ev-product-mobile-slide-in {
  from {
    opacity: 0.18;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* line 4135, theme.scss */
.ev-product-page__close,
.ev-product-page__account {
  position: fixed;
  z-index: 110;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  text-decoration: none; }

/* line 4146, theme.scss */
.ev-product-page__close {
  top: 12px;
  right: 14px;
  width: 42px;
  height: 42px;
  font-size: 34px; }

/* line 4154, theme.scss */
.ev-product-page__account {
  top: 44px;
  right: 42px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.14);
  font-size: 32px; }

/* line 4165, theme.scss */
.ev-product-page__native {
  width: min(100%, 1160px);
  margin: 0 auto;
  animation: ev-product-content-enter 0.34s ease-out both; }

@keyframes ev-product-content-enter {
  from {
    opacity: 0;
    transform: translateY(22px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* line 4183, theme.scss */
.ev-product-page .layout:not(.widget-type_system_widget_v4_breadcrumbs_1),
.ev-product-page .layout:not(.widget-type_system_widget_v4_breadcrumbs_1) .layout__content,
.ev-product-page [class*="widget-type_system_widget_v4_product"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 4192, theme.scss */
.ev-product-page .product__rating,
.ev-product-page .product__reviews,
.ev-product-page .product__one-click,
.ev-product-page .product__buy-one-click,
.ev-product-page .product__area-related {
  display: none !important; }

/* line 4200, theme.scss */
.ev-product-page .widget-type_system_widget_v4_breadcrumbs_1 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 12px !important;
  padding: 0 !important; }

/* line 4208, theme.scss */
.ev-product-page .widget-type_system_widget_v4_breadcrumbs_1 .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 4215, theme.scss */
.ev-product-page .breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #888888; }

/* line 4223, theme.scss */
.ev-product-page .breadcrumb-link {
  color: #888888;
  text-decoration: none; }

/* line 4228, theme.scss */
.ev-product-page .breadcrumb-link:hover {
  color: #111111; }

/* line 4232, theme.scss */
.ev-product-page .product {
  display: grid !important;
  grid-template-columns: minmax(0, 560px) minmax(320px, 1fr) !important;
  grid-template-rows: auto auto auto auto 1fr !important;
  column-gap: 40px !important;
  row-gap: 20px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important; }

/* line 4244, theme.scss */
.ev-product-page .product__area-photo {
  grid-column: 1 !important;
  grid-row: 1 / span 5 !important; }

/* line 4252, theme.scss */
.ev-product-page .product__area-calculate-delivery {
  display: none !important; }

/* line 4256, theme.scss */
.ev-product-page .product__area-photo,
.ev-product-page .product__area-title,
.ev-product-page .product__area-variants,
.ev-product-page .product__area-buy,
.ev-product-page .product__area-description {
  width: auto !important;
  max-width: none !important; }

/* line 4265, theme.scss */
.ev-product-page .product__gallery {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  top: auto !important;
  width: 560px !important;
  max-width: 100% !important;
  padding-left: 0 !important; }

/* line 4275, theme.scss */
.ev-product-page .product__gallery-main {
  order: 1;
  width: 560px !important;
  max-width: 100% !important;
  height: 560px !important;
  margin: 0 !important;
  overflow: hidden; }

/* line 4284, theme.scss */
.ev-product-page .product__gallery-main .splide,
.ev-product-page .product__gallery-main .splide__track {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important; }

/* line 4291, theme.scss */
.ev-product-page .product__gallery-main .splide__list {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  transition: none !important; }

/* line 4299, theme.scss */
.ev-product-page .product__gallery-main .splide__slide {
  grid-area: 1 / 1 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  transition: opacity 0.2s ease !important; }

/* Первое фото видно сразу с первой миллисекунды, не дожидаясь запуска JS */
/* line 4310, theme.scss */
.ev-product-page .product__gallery-main .splide__slide:first-child {
  opacity: 1 !important;
  pointer-events: auto !important; }

/* Активный слайд поднимается наверх */
/* line 4316, theme.scss */
.ev-product-page .product__gallery-main .splide__slide.is-active {
  z-index: 2 !important;
  opacity: 1 !important;
  pointer-events: auto !important; }

/* Если пользователь переключился на другое фото (2-е, 3-е и т.д.), скрываем первое */
/* line 4323, theme.scss */
.ev-product-page .product__gallery-main:has(.splide__slide.is-active:not(:first-child)) .splide__slide:first-child:not(.is-active) {
  opacity: 0 !important;
  pointer-events: none !important; }

/* line 4328, theme.scss */
.ev-product-page .product__gallery-main img,
.ev-product-page .product__gallery-main picture,
.ev-product-page [data-product-photo] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; }

/* line 4336, theme.scss */
.ev-product-page .product__gallery-tumbs,
.ev-product-page .product__gallery-thumbs {
  order: 2;
  display: flex !important;
  flex-direction: row !important;
  gap: 4px !important;
  position: static !important;
  inset: auto !important;
  width: 560px !important;
  margin: 4px 0 0 !important;
  overflow-x: auto;
  transform: none !important; }

/* line 4350, theme.scss */
.ev-product-page .product__gallery-tumbs::-webkit-scrollbar,
.ev-product-page .product__gallery-thumbs::-webkit-scrollbar {
  display: none; }

/* line 4355, theme.scss */
.ev-product-page .product__gallery-tumbs .splide,
.ev-product-page .product__gallery-thumbs .splide,
.ev-product-page .product__gallery-tumbs .splide__track,
.ev-product-page .product__gallery-thumbs .splide__track {
  width: 560px !important;
  height: auto !important;
  overflow: visible !important; }

/* line 4364, theme.scss */
.ev-product-page .product__gallery-tumbs .splide__list,
.ev-product-page .product__gallery-thumbs .splide__list {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 4px !important;
  width: 560px !important;
  height: auto !important;
  transform: none !important; }

/* line 4374, theme.scss */
.ev-product-page .product__gallery-tumbs .splide__slide,
.ev-product-page .product__gallery-thumbs .splide__slide {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  flex: 0 0 62px !important;
  width: 62px !important;
  height: 62px !important;
  margin: 0 !important; }

/* line 4387, theme.scss */
.ev-product-page .product__gallery-tumbs > *,
.ev-product-page .product__gallery-thumbs > * {
  flex: 0 0 62px !important;
  width: 62px !important;
  height: 62px !important;
  margin: 0 !important; }

/* line 4395, theme.scss */
.ev-product-page .product__area-title,
.ev-product-page .product__area-variants,
.ev-product-page .product__area-buy,
.ev-product-page .product__area-description {
  grid-column: 2; }

/* line 4402, theme.scss */
.ev-product-page .product__area-title {
  grid-row: 1;
  align-self: start; }

/* line 4407, theme.scss */
.ev-product-page .product__area-variants {
  grid-row: 2; }

/* line 4411, theme.scss */
.ev-product-page .product__area-buy {
  grid-row: 3; }

/* line 4415, theme.scss */
.ev-product-page .product__area-description {
  grid-row: 4; }

/* line 4419, theme.scss */
.ev-product-page .product__area-title .product__price {
  display: block !important;
  margin: 4px 0 0 !important;
  background: transparent !important; }

/* line 4425, theme.scss */
.ev-product-page .product__area-buy,
.ev-product-page .product__buy {
  background: transparent !important; }

/* line 4430, theme.scss */
.ev-product-page .product__buy {
  padding: 0 !important;
  width: 193px !important;
  max-width: 193px !important;
  flex: 0 0 193px !important; }

/* line 4437, theme.scss */
.ev-product-page .product__controls {
  width: 193px !important; }

/* line 4441, theme.scss */
.ev-product-page .product__buy-btn-area,
.ev-product-page .product__buy-btn-area-inner {
  width: 193px !important;
  max-width: 193px !important; }

/* line 4447, theme.scss */
.ev-product-page .product__title,
.ev-product-page h1 {
  margin: 0 0 18px !important;
  color: #111111 !important;
  font-family: var(--ev-font-heading) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important; }

/* line 4457, theme.scss */
.ev-product-page .product__price,
.ev-product-page [data-product-price] {
  color: #111111 !important;
  font-size: 21px !important;
  font-weight: 400 !important; }

/* line 4464, theme.scss */
.ev-product-page .product__area-variants {
  margin-top: 12px !important; }

/* line 4468, theme.scss */
.ev-product-page .product__area-variants .option-value,
.ev-product-page .product__area-variants [data-option-value] {
  min-width: 32px;
  height: 33px;
  padding: 0 8px !important;
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #111111 !important;
  cursor: pointer;
  transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease; }

/* line 4481, theme.scss */
.ev-product-page .product__area-variants .option-value:hover,
.ev-product-page .product__area-variants [data-option-value]:hover {
  border-color: #9b9b9b !important;
  background: #f3f3f3 !important; }

/* line 4487, theme.scss */
.ev-product-page .product__area-variants .option-value:active,
.ev-product-page .product__area-variants [data-option-value]:active {
  transform: scale(0.96); }

/* line 4492, theme.scss */
.ev-product-page .product__area-variants .option-value.is-active,
.ev-product-page .product__area-variants [data-option-value].is-active,
.ev-product-page .product__area-variants .option-value:has(input:checked) {
  border-color: #111111 !important;
  background: #f7f7f7 !important;
  box-shadow: inset 0 0 0 1px #111111; }

/* line 4500, theme.scss */
.ev-product-page .product__area-buy {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 18px !important; }

/* line 4512, theme.scss */
.ev-product-page .product__actions-btn,
.ev-product-page .product__user-btn.favorites-btn {
  display: none !important; }

/* line 4518, theme.scss */
.ev-product-page .product-form__area-variants-bundle {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important; }

/* line 4526, theme.scss */
.ev-product-page .product-form__area-variants-bundle .product__variants {
  flex: 1 1 auto !important;
  min-width: 0 !important; }

/* line 4531, theme.scss */
.ev-product-page .product-form__area-price.ev-has-fav-slot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important; }

/* line 4538, theme.scss */
.ev-product-page .ev-product-fav-slot {
  flex: 0 0 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 2px !important; }

/* line 4546, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
  cursor: pointer !important;
  color: #111111 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease; }

/* line 4566, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn:active {
  transform: scale(0.9); }

/* line 4570, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn.favorites-added,
.ev-product-page .ev-product-fav-slot .favorites_btn.is-ev-product-favorite-pulse {
  animation: ev-product-favorite-pop 0.24s ease-out; }

/* line 4575, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn .btn-icon,
.ev-product-page .ev-product-fav-slot .favorites_btn .icon {
  font-size: 20px !important;
  line-height: 1 !important;
  color: #111111 !important; }

/* line 4582, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn.favorites-added .btn-icon,
.ev-product-page .ev-product-fav-slot .favorites_btn.favorites-added .icon,
.ev-product-page .ev-product-fav-slot .favorites_btn.favorites-added .icon-favorites-f {
  color: #ef5757 !important; }

/* line 4588, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn.favorites-not-added .icon-favorites-f {
  display: none !important; }

/* line 4592, theme.scss */
.ev-product-page .ev-product-fav-slot .favorites_btn.favorites-added .icon-favorites-o {
  display: none !important; }

/* line 4596, theme.scss */
.ev-product-page .ev-product-fav-slot .btn-text {
  display: none !important; }

@keyframes ev-product-favorite-pop {
  0% {
    transform: scale(0.88); }
  60% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/* line 4614, theme.scss */
.ev-product-page [data-add-cart-counter-btn],
.ev-product-page [data-item-add] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 193px;
  min-height: 46px;
  border: 1px solid var(--ev-accent) !important;
  border-radius: 9px !important;
  background: var(--ev-accent) !important;
  color: #ffffff !important;
  font-weight: 700 !important; }

/* line 4630, theme.scss */
body[data-theme-template*="product"] .ev-product-page [data-add-cart-counter-btn].is-ev-stock-limit,
body[data-theme-template*="product"] .ev-product-page [data-item-add].is-ev-stock-limit,
body[data-theme-template*="product"] .ev-product-page .is-ev-stock-limit {
  background: var(--bg-half-shade, #808080) !important;
  background-color: var(--bg-half-shade, #808080) !important;
  border-color: var(--bg-half-shade, #808080) !important;
  color: #ffffff !important;
  cursor: default !important;
  transform: none !important; }

/* line 4641, theme.scss */
.ev-product-page .add-cart-counter {
  display: block !important;
  width: 193px !important; }

/* line 4646, theme.scss */
.ev-product-page .add-cart-counter__btn-label {
  display: inline !important; }

/* line 4650, theme.scss */
.ev-product-page [data-add-cart-counter-btn] .button__icon {
  display: none !important; }

/* line 4654, theme.scss */
.ev-product-page .add-cart-counter__controls {
  display: none !important; }

/* line 4658, theme.scss */
.ev-product-page .add-cart-counter__controls-btn,
.ev-product-page .add-cart-counter__detail {
  width: auto !important;
  min-width: 0 !important;
  min-height: 46px;
  padding: 0 8px !important; }

/* line 4666, theme.scss */
body[data-theme-template*="product"] .micro-alert {
  display: none !important; }

/* line 4670, theme.scss */
.ev-cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 360;
  box-sizing: border-box;
  width: 350px;
  min-height: 77px;
  padding: 20px 44px 20px 30px;
  border-radius: 11px;
  background: #111111;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }

/* line 4689, theme.scss */
.ev-cart-toast__text {
  display: block; }

/* line 4693, theme.scss */
.ev-cart-toast__close {
  position: absolute;
  top: 7px;
  right: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer; }

/* line 4710, theme.scss */
.ev-product-page .product__area-description,
.ev-product-page .product-description {
  margin-top: 28px !important;
  color: #252525;
  font-size: 14px;
  line-height: 1.5; }

@media (max-width: 980px) {
  /* line 4719, theme.scss */
  .ev-product-page__native {
    width: 640px;
    max-width: 100%;
    margin: 0 auto; }

  /* line 4725, theme.scss */
  .ev-product-page .product {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 0 !important; }

  /* line 4731, theme.scss */
  .ev-product-page .product__area-photo {
    grid-column: 1 !important;
    grid-row: auto !important;
    box-sizing: border-box;
    padding: 0 20px; }

  /* line 4738, theme.scss */
  .ev-product-page .product__gallery,
  .ev-product-page .product__gallery-main,
  .ev-product-page .product__gallery-tumbs,
  .ev-product-page .product__gallery-thumbs,
  .ev-product-page .product__gallery-tumbs .splide,
  .ev-product-page .product__gallery-thumbs .splide,
  .ev-product-page .product__gallery-tumbs .splide__track,
  .ev-product-page .product__gallery-thumbs .splide__track,
  .ev-product-page .product__gallery-tumbs .splide__list,
  .ev-product-page .product__gallery-thumbs .splide__list {
    width: 600px !important;
    max-width: 100% !important; }

  /* line 4752, theme.scss */
  .ev-product-page .product__gallery-tumbs,
  .ev-product-page .product__gallery-thumbs {
    margin-top: 0 !important; }

  /* line 4757, theme.scss */
  .ev-product-page .product__gallery-main {
    height: 600px !important; }

  /* line 4761, theme.scss */
  .ev-product-page .product__area-title,
  .ev-product-page .product__area-variants,
  .ev-product-page .product__area-buy,
  .ev-product-page .product__area-description {
    grid-column: 1;
    grid-row: auto;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 4774, theme.scss */
  .ev-product-page {
    animation: none;
    transition: none; } }
@media (max-width: 768px) {
  /* line 4781, theme.scss */
  .ev-search-modal__dialog {
    top: 12px;
    width: calc(100% - 24px);
    max-width: none;
    height: calc(100vh - 24px);
    min-height: 0;
    padding: 54px 24px 32px; }

  /* line 4790, theme.scss */
  .ev-search-result {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px; }

  /* line 4795, theme.scss */
  .ev-search-result__image {
    width: 64px;
    height: 64px; }

  /* line 4800, theme.scss */
  .ev-product-page {
    padding: 43px 10px 42px;
    animation: ev-product-mobile-slide-in 0.34s cubic-bezier(0.2, 0.72, 0.2, 1); }

  /* line 4807, theme.scss */
  .ev-product-page__native {
    width: 100%;
    margin: 0;
    animation: none; }

  /* line 4813, theme.scss */
  .ev-product-page__close {
    top: 4px;
    right: auto;
    left: 0;
    width: 42px;
    height: 36px;
    font-size: 0; }

  /* line 4822, theme.scss */
  .ev-product-page__account {
    display: none !important; }

  /* line 4826, theme.scss */
  .ev-product-page__close .icon {
    display: none; }

  /* line 4830, theme.scss */
  .ev-product-page__close::before {
    content: "←";
    color: #111111;
    font-family: var(--ev-font-body);
    font-size: 30px;
    font-weight: 400;
    line-height: 1; }

  /* line 4839, theme.scss */
  .ev-product-page .product {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 18px !important; }

  /* line 4845, theme.scss */
  .ev-product-page .product__gallery,
  .ev-product-page .product__gallery-main,
  .ev-product-page .product__gallery-tumbs,
  .ev-product-page .product__gallery-thumbs,
  .ev-product-page .product__gallery-tumbs .splide,
  .ev-product-page .product__gallery-thumbs .splide,
  .ev-product-page .product__gallery-tumbs .splide__track,
  .ev-product-page .product__gallery-thumbs .splide__track,
  .ev-product-page .product__gallery-tumbs .splide__list,
  .ev-product-page .product__gallery-thumbs .splide__list {
    width: 100% !important; }

  /* line 4858, theme.scss */
  .ev-product-page .product__gallery-main {
    height: auto !important;
    aspect-ratio: 1 / 1; }

  /* line 4863, theme.scss */
  .ev-product-page .product__gallery-tumbs,
  .ev-product-page .product__gallery-thumbs {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 4px !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    scrollbar-width: none; }

  /* line 4874, theme.scss */
  .ev-product-page .product__gallery-tumbs .splide,
  .ev-product-page .product__gallery-thumbs .splide,
  .ev-product-page .product__gallery-tumbs .splide__track,
  .ev-product-page .product__gallery-thumbs .splide__track {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important; }

  /* line 4884, theme.scss */
  .ev-product-page .product__gallery-tumbs .splide__list,
  .ev-product-page .product__gallery-thumbs .splide__list {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: flex-start !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 86px !important;
    transform: none !important; }

  /* line 4897, theme.scss */
  .ev-product-page .product__gallery-tumbs .splide__slide,
  .ev-product-page .product__gallery-thumbs .splide__slide {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    flex: 0 0 39px !important;
    width: 39px !important;
    height: 39px !important;
    margin: 0 !important; }

  /* line 4910, theme.scss */
  .ev-product-page .product__gallery-tumbs .splide__arrows,
  .ev-product-page .product__gallery-thumbs .splide__arrows,
  .ev-product-page .product__gallery-tumbs .splide__arrow,
  .ev-product-page .product__gallery-thumbs .splide__arrow {
    display: none !important; }

  /* line 4917, theme.scss */
  .ev-product-page .product__area-title,
  .ev-product-page .product__area-variants,
  .ev-product-page .product__area-buy,
  .ev-product-page .product__area-description {
    grid-column: 1;
    grid-row: auto; }

  /* line 4925, theme.scss */
  .ev-product-page .product__area-photo {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding: 0; }

  /* line 4931, theme.scss */
  .ev-product-page .product__area-title,
  .ev-product-page .product__area-variants,
  .ev-product-page .product__area-buy,
  .ev-product-page .product__area-description {
    padding-right: 0;
    padding-left: 0; }

  /* line 4939, theme.scss */
  .ev-product-page .product__area-title {
    margin-top: 18px !important; }

  /* line 4943, theme.scss */
  .ev-product-page .product__title,
  .ev-product-page h1 {
    font-size: 22px !important; } }
/* Уменьшение ширины оранжевой кнопки "Позвонить" в шапке */
/* line 4951, theme.scss */
.service-header a[href^="tel:"],
.service-header button[name="callback"],
.service-header__phone,
.service-header__call,
.service-header .btn {
  max-width: 140px !important;
  width: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  white-space: nowrap !important;
  box-sizing: border-box !important; }

/* line 4970, theme.scss */
.ev-product-page .product__gallery-main .splide__slide,
.ev-product-page .product__gallery-main .product__photo,
.ev-product-page .product__gallery-main .img-ratio,
.ev-product-page .product__gallery-main .img-ratio__inner,
.ev-product-page .product__gallery-main picture,
.ev-product-page .product__one-photo .img-ratio,
.ev-product-page .product__one-photo .img-ratio__inner,
.ev-product-page .product__one-photo picture {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

/* line 4984, theme.scss */
.ev-product-page .product__gallery-main .img-ratio__inner,
.ev-product-page .product__one-photo .img-ratio__inner {
  position: absolute !important;
  inset: 0 !important; }

/* line 4990, theme.scss */
.ev-product-page .product__gallery-main .product__photo,
.ev-product-page .product__one-photo .product__photo {
  position: relative !important;
  display: block !important;
  overflow: hidden !important; }

/* line 4997, theme.scss */
.ev-product-page .product__gallery-main img,
.ev-product-page .product__one-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important; }

/* line 5006, theme.scss */
.ev-product-page .product__gallery-main,
.ev-product-page .product__one-photo {
  position: relative !important; }

/* line 5011, theme.scss */
.ev-product-page .product__available {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 10px !important;
  left: 10px !important;
  z-index: 3;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 5px 11px !important;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #777777 !important;
  font-family: var(--ev-font-body);
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  transform: none !important; }

/* line 5032, theme.scss */
.ev-product-page .product__available:empty {
  display: none !important; }

/* line 5037, theme.scss */
.ev-product-page .product > .product__area-user-controls,
.ev-product-page .product__area-calculate-delivery,
.ev-product-page .product__area-accessories:empty,
.ev-product-page .product__buy-btn-area:empty,
.ev-product-page .product__buy-btn-area-inner:empty,
.ev-product-page .product__controls:empty,
.ev-product-page .product__sale:empty,
.ev-product-page .product__area-description:empty {
  display: none !important; }

/* line 5048, theme.scss */
.ev-product-page .product__area-variants:not(:has(.product__variants)) {
  display: none !important; }

@media (max-width: 768px) {
  /* line 5055, theme.scss */
  .ev-product-page {
    padding: 64px 12px 34px !important; }

  /* line 5059, theme.scss */
  .ev-product-page__close {
    top: 8px !important;
    left: 10px !important; }

  /* line 5065, theme.scss */
  .ev-product-page .product {
    gap: 10px !important; }

  /* line 5069, theme.scss */
  .ev-product-page .product__area-title {
    margin-top: 14px !important; }

  /* line 5073, theme.scss */
  .ev-product-page .product__area-variants {
    margin-top: 2px !important; }

  /* line 5077, theme.scss */
  .ev-product-page .product__area-buy {
    margin-top: 6px !important; }

  /* line 5081, theme.scss */
  .ev-product-page .product__area-description,
  .ev-product-page .product-description {
    margin-top: 14px !important; }

  /* line 5086, theme.scss */
  .ev-product-page .product__area-title .product__price {
    margin-top: 6px !important; }

  /* line 5092, theme.scss */
  .ev-product-page .product__gallery-main {
    height: auto !important;
    max-height: 52vh !important;
    aspect-ratio: 1 / 1; }

  /* line 5098, theme.scss */
  .ev-product-page .product__gallery-tumbs .splide__list,
  .ev-product-page .product__gallery-thumbs .splide__list {
    max-height: 100px !important; }

  /* line 5103, theme.scss */
  .ev-product-page .product__gallery-tumbs .splide__slide,
  .ev-product-page .product__gallery-thumbs .splide__slide {
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 46px !important; }

  /* line 5115, theme.scss */
  .ev-product-page .product-form__area-controls {
    position: static !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important; }

  /* line 5127, theme.scss */
  .ev-product-page .product-form__area-controls .product__controls {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 120 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    background: #ffffff !important;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important; }

  /* line 5143, theme.scss */
  .ev-product-page .product__controls {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important; }

  /* line 5151, theme.scss */
  .ev-product-page .product__controls-left,
  .ev-product-page .product__buy-btn-area,
  .ev-product-page .product__buy-btn-area-inner,
  .ev-product-page .add-cart-counter {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important; }

  /* line 5160, theme.scss */
  .ev-product-page [data-add-cart-counter-btn],
  .ev-product-page [data-item-add],
  .ev-product-page .product__preorder-btn,
  .ev-product-page .product__service-button__btn,
  .ev-product-page .product__not-available {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    border-radius: 8px !important; }

  /* line 5172, theme.scss */
  .ev-product-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important; } }
/* line 5179, theme.scss */
.ev-product-page__account {
  display: none !important; }

/* line 5183, theme.scss */
.ev-product-page__close {
  top: 18px !important;
  right: auto !important;
  left: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  background: rgba(244, 244, 246, 0.92) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(6px);
  font-size: 0 !important; }

/* line 5199, theme.scss */
.ev-product-page__close .icon {
  display: none !important; }

/* line 5203, theme.scss */
.ev-product-page__close::before {
  content: "" !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 12px !important;
  height: 12px !important;
  margin-left: 4px !important;
  border-left: 2px solid #1a1a1a !important;
  border-bottom: 2px solid #1a1a1a !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: rotate(45deg) !important; }

@media (max-width: 768px) {
  /* line 5220, theme.scss */
  .ev-product-page__close {
    top: 8px !important;
    left: 10px !important; }

  /* line 5225, theme.scss */
  .ev-product-page {
    padding-top: 64px !important; } }
/* line 5232, theme.scss */
.ev-product-page.is-ev-unavailable .product__buy {
  display: none !important; }

/* line 5236, theme.scss */
.ev-product-page.is-ev-unavailable .product__area-buy {
  justify-content: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
  margin-top: 4px !important; }

/* line 5243, theme.scss */
.ev-product-page.is-ev-unavailable .ev-product-favorite-inline {
  flex: 0 0 46px !important; }

/* line 5249, theme.scss */
.ev-favorites-floating {
  display: none !important; }

/* line 5254, theme.scss */
.product-preview__detail-select-btn,
.product-preview .add-cart-counter__detail,
.product-preview__compare-btn,
[data-detail-select] {
  display: none !important; }

/* line 5263, theme.scss */
.product-preview {
  position: relative !important; }

/* line 5267, theme.scss */
.product-preview__controls-left,
.product-preview__controls-right,
.product-preview__controls {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 6 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important; }

/* line 5282, theme.scss */
.product-preview .favorites_btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important; }

/* line 5304, theme.scss */
.product-preview__controls-left .favorites_btn,
.product-preview__controls-right .favorites_btn,
.product-preview__controls .favorites_btn {
  position: static !important; }

/* line 5310, theme.scss */
.product-preview .favorites_btn .btn-icon,
.product-preview .favorites_btn .icon {
  color: #111111 !important;
  font-size: 20px !important;
  line-height: 1 !important; }

/* line 5317, theme.scss */
.product-preview .favorites_btn.favorites-added .icon-favorites-f,
.product-preview .favorites_btn.favorites-added .btn-icon,
.product-preview .favorites_btn.favorites-added .icon {
  color: #ef5757 !important; }

/* line 5323, theme.scss */
.product-preview .favorites_btn .btn-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; }

/* line 5332, theme.scss */
.product-preview__photo {
  position: relative !important; }

/* line 5336, theme.scss */
.product-preview .favorites_btn {
  top: 8px !important;
  right: 8px !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important; }

/* line 5345, theme.scss */
.product-preview .favorites_btn .btn-icon,
.product-preview .favorites_btn .icon {
  font-size: 18px !important; }

/* line 5352, theme.scss */
.ev-product-page .product__available,
.product-preview .product__available,
.product-preview__available {
  color: #e01b1b !important;
  font-weight: 600 !important; }

@media (max-width: 768px) {
  /* line 5360, theme.scss */
  .ev-product-page .product__available {
    right: 10px !important;
    left: auto !important; } }
@media (min-width: 769px) {
  /* line 5368, theme.scss */
  .ev-product-page {
    position: relative !important; }

  /* line 5372, theme.scss */
  .ev-product-page__close {
    position: absolute !important;
    top: 62px !important;
    left: max(20px, calc(50% - 580px)) !important; } }
/* line 5380, theme.scss */
.ev-header__favorites {
  position: relative; }

/* line 5384, theme.scss */
.ev-header__favorites .icon {
  font-size: 23px; }

/* line 5388, theme.scss */
.ev-header__badge[hidden] {
  display: none !important; }

/* line 5392, theme.scss */
.ev-header__favorites .ev-header__badge {
  right: -9px;
  bottom: 4px; }

/* line 5398, theme.scss */
.product-preview,
.grid-list > li,
.grid-list > div {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 5406, theme.scss */
.product-preview {
  padding: 0 !important; }

/* line 5410, theme.scss */
.product-preview__photo {
  margin: 0 !important; }

/* line 5414, theme.scss */
.product-preview__photo .img-ratio {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important; }

/* line 5421, theme.scss */
.product-preview__area-title {
  margin-top: 8px !important; }

/* line 5425, theme.scss */
.product-preview__area-price,
.product-preview__area-bottom {
  margin-top: 4px !important; }

/* line 5430, theme.scss */
.widget-type_system_widget_v4_catalog_4,
.widget-type_evesna_catalog,
.widget-type_system_widget_v4_special_products_tabs_9,
.ev-collection-page .widget-type_system_widget_v4_catalog_4,
.ev-collection-page .widget-type_evesna_catalog {
  --catalog-grid-list-row-gap: 24px !important;
  --catalog-grid-list-column-gap: 16px !important; }

@media (max-width: 479px) {
  /* line 5440, theme.scss */
  .widget-type_system_widget_v4_catalog_4,
  .widget-type_evesna_catalog,
  .widget-type_system_widget_v4_special_products_tabs_9 {
    --catalog-grid-list-row-gap: 18px !important;
    --catalog-grid-list-column-gap: 8px !important; }

  /* line 5447, theme.scss */
  .widget-type_system_widget_v4_special_products_tabs_9 .grid-list,
  .widget-type_system_widget_v4_catalog_4 .grid-list,
  .widget-type_evesna_catalog .grid-list {
    column-gap: 8px !important;
    row-gap: 18px !important; }

  /* line 5454, theme.scss */
  .product-preview__photo .img-ratio {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important; }

  /* line 5461, theme.scss */
  .product-preview__area-title {
    margin-top: 7px !important; }

  /* line 5465, theme.scss */
  .product-preview__area-price,
  .product-preview__area-bottom {
    margin-top: 3px !important; } }
/* line 5473, theme.scss */
.page_layout {
  overflow-x: clip !important;
  overflow-y: visible !important; }

/* line 5478, theme.scss */
.ev-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 120 !important; }

/* line 5487, theme.scss */
.product-preview .add-cart-counter,
.product-preview .product-preview__buy,
.product-preview .product-preview__detail-select-btn,
.product-preview .button:not(.favorites_btn),
.product-preview [data-detail-select],
.product-preview [data-add-cart-counter-btn],
.product-preview [data-quick-checkout] {
  display: none !important; }

/* line 5499, theme.scss */
.ev-product-page.is-ev-unavailable .product__area-buy {
  position: relative !important;
  top: -54px !important;
  justify-content: flex-end !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: -54px !important; }

@media (max-width: 768px) {
  /* line 5511, theme.scss */
  .ev-product-page .product {
    gap: 6px !important; }

  /* line 5515, theme.scss */
  .ev-product-page .product__area-title {
    margin-top: 8px !important; }

  /* line 5519, theme.scss */
  .ev-product-page .product__title,
  .ev-product-page h1 {
    margin-bottom: 6px !important; }

  /* line 5524, theme.scss */
  .ev-product-page .product__area-title .product__price {
    margin-top: 2px !important; }

  /* line 5528, theme.scss */
  .ev-product-page .product__area-variants {
    margin-top: 0 !important; }

  /* line 5532, theme.scss */
  .ev-product-page .product__area-buy {
    margin-top: 4px !important; }

  /* line 5536, theme.scss */
  .ev-product-page .product__area-description,
  .ev-product-page .product-description {
    margin-top: 10px !important; } }
/* line 5543, theme.scss */
.ev-favorites-item {
  padding-bottom: 16px !important; }

/* line 5547, theme.scss */
.ev-favorites-item + .ev-favorites-item {
  padding-top: 4px !important; }

@media (max-width: 640px) {
  /* line 5552, theme.scss */
  .ev-favorites-item {
    grid-template-columns: 62px minmax(0, 1fr) 30px !important;
    gap: 8px 10px !important;
    padding-bottom: 14px !important; }

  /* line 5558, theme.scss */
  .ev-favorites-item__photo {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important; }

  /* line 5563, theme.scss */
  .ev-favorites-item__details {
    grid-column: 2 / 4 !important;
    grid-row: 1 !important; }

  /* line 5568, theme.scss */
  .ev-favorites-item__add {
    grid-column: 2 / 3 !important;
    grid-row: 2 !important;
    width: 100% !important; }

  /* line 5574, theme.scss */
  .ev-favorites-item__remove.favorites_btn {
    grid-column: 3 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important; } }
/* line 5584, theme.scss */
.ev-product-page .splide__arrows,
.ev-product-page .splide__arrow,
.ev-product-page .splide__arrow-icon,
.ev-product-page [class*="splide__arrow"] {
  display: none !important; }

@media (max-width: 768px) {
  /* line 5597, theme.scss */
  .ev-cart-toast {
    right: 16px;
    bottom: calc(63px + env(safe-area-inset-bottom, 0px));
    width: calc(100% - 32px);
    max-width: 350px;
    min-height: 54px;
    padding: 13px 40px 13px 20px;
    font-size: 15px;
    line-height: 18px; }

  /* line 5608, theme.scss */
  .ev-cart-toast__close {
    top: 4px;
    right: 6px;
    width: 20px;
    height: 20px; } }
/* line 5620, theme.scss */
.ev-product-page .product__one-photo {
  position: relative !important;
  box-sizing: border-box !important;
  width: 560px !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  aspect-ratio: 1 / 1; }

@media (max-width: 980px) {
  /* line 5631, theme.scss */
  .ev-product-page .product__one-photo {
    width: 600px !important; } }
@media (max-width: 768px) {
  /* line 5637, theme.scss */
  .ev-product-page .product__one-photo {
    width: 100% !important;
    max-height: 52vh !important; } }
/* line 5646, theme.scss */
.ev-product-page.is-ev-unavailable .product__buy {
  display: block !important; }

/* line 5650, theme.scss */
.ev-product-page.is-ev-unavailable .product__controls,
.ev-product-page.is-ev-unavailable .product__buy-btn-area,
.ev-product-page.is-ev-unavailable .product__preorder-btn {
  display: none !important; }

/* line 5658, theme.scss */
.ev-product-page.is-ev-unavailable .product__area-buy {
  position: static !important;
  top: auto !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important; }

/* line 5669, theme.scss */
.ev-product-page .product__price-old {
  margin-left: 8px !important;
  color: #767676 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-decoration: line-through !important; }

/* line 5678, theme.scss */
.ev-product-page__close {
  border: 1px solid rgba(0, 0, 0, 0.16) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important; }

/* line 5687, theme.scss */
.ev-menu-panel__contacts {
  display: none !important; }

/* line 5695, theme.scss */
.ev-return-pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 24px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ededed;
  color: #111111; }

/* line 5709, theme.scss */
.ev-return-pay__title {
  font-family: var(--ev-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3; }

/* line 5716, theme.scss */
.ev-return-pay__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border: 0;
  border-radius: 19px;
  background: var(--ev-accent);
  color: #ffffff;
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.16s ease; }

/* line 5735, theme.scss */
.ev-return-pay__btn:hover {
  background: #aa7352; }

/* line 5739, theme.scss */
.ev-return-pay__btn:disabled {
  cursor: default;
  opacity: 0.7; }

@media (max-width: 640px) {
  /* line 5745, theme.scss */
  .ev-return-pay {
    gap: 12px;
    margin-bottom: 20px;
    padding: 12px 14px; }

  /* line 5751, theme.scss */
  .ev-return-pay__title {
    font-size: 15px; }

  /* line 5755, theme.scss */
  .ev-return-pay__btn {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px; } }
/* line 5766, theme.scss */
.ev-card-available {
  display: block !important;
  margin-top: 4px !important;
  color: #e01b1b !important;
  font-family: var(--ev-font-body);
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  opacity: 0;
  transition: opacity 0.35s ease; }

/* line 5778, theme.scss */
.ev-card-available.is-ev-shown {
  opacity: 1; }

/* line 5782, theme.scss */
.product-preview__photo img,
.product-preview__title,
.product-preview__price,
.viewed-product__photo,
.viewed-product__title,
.viewed-product__price {
  transition: opacity 0.35s ease; }

/* line 5791, theme.scss */
.product-preview.is-ev-card-nostock .product-preview__photo img {
  opacity: 0.5 !important; }

/* line 5795, theme.scss */
.product-preview.is-ev-card-nostock .product-preview__title,
.product-preview.is-ev-card-nostock .product-preview__price {
  opacity: 0.65 !important; }

/* line 5801, theme.scss */
.viewed-product.is-ev-card-nostock .viewed-product__photo {
  opacity: 0.5 !important; }

/* line 5805, theme.scss */
.viewed-product.is-ev-card-nostock .viewed-product__title,
.viewed-product.is-ev-card-nostock .viewed-product__price {
  opacity: 0.65 !important; }

/* line 5814, theme.scss */
.ev-product-page .product__area-delivery,
.ev-product-page .product__area-accessories,
.ev-product-page .product__area-services,
.ev-product-page .product__area-social,
.ev-product-page .product__area-user-controls,
.ev-product-page .product__delivery,
.ev-product-page .product__social {
  display: none !important; }

/* line 5824, theme.scss */
.ev-product-page .product__area-buy {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

/* line 5829, theme.scss */
.ev-product-page .product__area-description,
.ev-product-page .product-description {
  margin-top: 20px !important;
  padding-top: 0 !important; }

/* line 5837, theme.scss */
.ev-product-page .product__area-share {
  grid-column: 2;
  align-self: start;
  margin-top: 20px !important;
  color: #777777;
  font-family: var(--ev-font-body);
  font-size: 13px; }

/* line 5846, theme.scss */
.ev-product-page .product__area-share:empty {
  display: none !important; }

/* line 5850, theme.scss */
.ev-product-page .product__area-share a,
.ev-product-page .product__area-share button {
  color: #777777 !important; }

/* line 5855, theme.scss */
.ev-product-page .product__area-share a:hover,
.ev-product-page .product__area-share button:hover {
  color: var(--ev-accent) !important; }

@media (max-width: 980px) {
  /* line 5861, theme.scss */
  .ev-product-page .product__area-share {
    grid-column: 1;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px; } }
@media (max-width: 768px) {
  /* line 5870, theme.scss */
  .ev-product-page .product__area-share {
    grid-column: 1;
    margin-top: 12px !important;
    padding-right: 0;
    padding-left: 0; } }
/* line 5878, theme.scss */
.ev-product-page .product__area-description > *:first-child,
.ev-product-page .product-description > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important; }

@media (max-width: 768px) {
  /* line 5885, theme.scss */
  .ev-product-page .product__area-description,
  .ev-product-page .product-description {
    margin-top: 10px !important; } }
/* line 5893, theme.scss */
.ev-product-page [data-add-cart-counter-btn].is-ev-buy-pending,
.ev-product-page [data-item-add].is-ev-buy-pending,
.ev-product-page .is-ev-buy-pending {
  background: #aa7352 !important;
  border-color: #aa7352 !important;
  transform: scale(0.985);
  transition: background-color 0.12s ease, transform 0.12s ease; }

/* line 5902, theme.scss */
.ev-product-page [data-add-cart-counter-btn].is-ev-stock-limit.is-ev-buy-pending,
.ev-product-page [data-item-add].is-ev-stock-limit.is-ev-buy-pending,
.ev-product-page .is-ev-stock-limit.is-ev-buy-pending {
  background: var(--bg-half-shade, #808080) !important;
  background-color: var(--bg-half-shade, #808080) !important;
  border-color: var(--bg-half-shade, #808080) !important;
  transform: none !important; }

/* line 5920, theme.scss */
.ev-product-page .ev-desc-toggle {
  display: none !important; }

/* line 5924, theme.scss */
.ev-product-page .ev-desc-head {
  pointer-events: none !important;
  cursor: default !important;
  user-select: text; }

@media (max-width: 768px) {
  /* line 5934, theme.scss */
  .ev-product-page .ev-desc-head {
    margin-top: 0 !important;
    padding-top: 0 !important; } }
/* line 5946, theme.scss */
.ev-product-page .tabs__head-arrow {
  display: none !important; }

/* line 5950, theme.scss */
.ev-product-page .tabs__head {
  pointer-events: none !important;
  cursor: default !important; }

/* line 5955, theme.scss */
.ev-product-page .tabs__body {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  visibility: visible !important; }

@media (min-width: 981px) {
  /* line 5976, theme.scss */
  .ev-product-page .product {
    grid-template-rows: auto !important;
    grid-auto-rows: min-content !important;
    row-gap: 0 !important;
    align-content: start !important; }

  /* line 5983, theme.scss */
  .ev-product-page .product > * {
    grid-column: 2 !important;
    grid-row: auto !important; }

  /* line 5988, theme.scss */
  .ev-product-page .product > .product__area-photo {
    grid-column: 1 !important;
    grid-row: 1 / span 30 !important; }

  /* line 5993, theme.scss */
  .ev-product-page .product > *:not(.product__area-photo) + *:not(.product__area-photo) {
    margin-top: 12px; }

  /* line 5999, theme.scss */
  .ev-product-page .product > .is-ev-desc-side {
    grid-area: auto !important;
    grid-column: 2 !important;
    grid-row: auto !important;
    align-self: start !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: none !important;
    margin: 24px 0 0 !important;
    overflow: hidden !important; } }
@media (max-width: 768px) {
  /* line 6019, theme.scss */
  .ev-product-page .product__area-buy {
    margin-bottom: 0 !important; }

  /* line 6023, theme.scss */
  .ev-product-page .product__area-description,
  .ev-product-page .product-description,
  .ev-product-page .is-ev-desc-side {
    margin-top: 8px !important; }

  /* line 6029, theme.scss */
  .ev-product-page .ev-desc-head,
  .ev-product-page .tabs__head {
    margin-top: 0 !important;
    padding-top: 0 !important; } }
/* line 6062, theme.scss */
.ev-product-page .cut-block__controls {
  display: none !important; }

/* line 6066, theme.scss */
.ev-product-page .cut-block,
.ev-product-page .cut-block__content-wrapper,
.ev-product-page .cut-block__content {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  visibility: visible !important; }

/* line 6075, theme.scss */
.ev-product-page .cut-block.is-hidden .cut-block__content-wrapper:before,
.ev-product-page .cut-block__content-wrapper:before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important; }

/* line 6084, theme.scss */
.ev-product-page .product-form__area-short-description:empty,
.ev-product-page .product__short-description:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

/* line 6092, theme.scss */
.ev-product-page .product__short-description {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  border-top: 1px solid #ececec !important;
  color: #555555 !important;
  font-size: 14px !important;
  line-height: 1.4 !important; }

/* line 6103, theme.scss */
.ev-product-page .product__full-description .product__block-title.ev-desc-head {
  margin-bottom: 6px !important; }

@media (max-width: 768px) {
  /* line 6108, theme.scss */
  .ev-product-page .product__short-description {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 8px !important;
    font-size: 14px !important; }

  /* line 6115, theme.scss */
  .ev-product-page .product__full-description {
    margin-bottom: 12px !important; } }
/* line 6121, theme.scss */
.product-preview__area-title,
.product-preview__area-price,
.product-preview__area-bottom,
.product-preview__title,
.product-preview__price {
  text-align: left !important; }

@media (min-width: 769px) {
  /* line 6134, theme.scss */
  [data-fixed-panels="bottom"] {
    display: none !important; } }
@media (max-width: 768px) {
  /* line 6140, theme.scss */
  body {
    padding-bottom: calc(51px + env(safe-area-inset-bottom, 0px)) !important; }

  /* line 6144, theme.scss */
  [data-fixed-panels="bottom"] {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 140 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

  /* line 6156, theme.scss */
  .widget-type_system_widget_v4_bottom_navigation_bar_1 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important; }

  /* line 6164, theme.scss */
  .widget-type_system_widget_v4_bottom_navigation_bar_1 .layout__content {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

  /* line 6170, theme.scss */
  .navigation-bar {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-around !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: calc(51px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border-top: 1px solid #ececec !important;
    background: #ffffff !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.04) !important; }

  /* line 6183, theme.scss */
  .navigation-bar__item {
    position: relative !important;
    flex: 1 1 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    color: #888888 !important;
    font-family: var(--ev-font-body) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important; }

  /* line 6204, theme.scss */
  .navigation-bar__item:hover,
  .navigation-bar__item.is-active,
  .navigation-bar__item.is-cur-page {
    color: var(--ev-accent, #c08a63) !important; }

  /* line 6210, theme.scss */
  .navigation-bar__icon {
    position: relative !important;
    font-size: 22px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: inherit !important; }

  /* line 6220, theme.scss */
  .navigation-bar__title {
    font-size: 10px !important;
    line-height: 1 !important;
    font-family: var(--ev-font-body) !important;
    color: inherit !important; }

  /* line 6227, theme.scss */
  .navigation-bar__bage {
    position: absolute !important;
    top: -4px !important;
    left: calc(50% + 4px) !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    border-radius: 8px !important;
    background: var(--ev-accent, #c08a63) !important;
    color: #ffffff !important;
    font-family: var(--ev-font-body) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-align: center !important;
    box-sizing: border-box !important; }

  /* line 6245, theme.scss */
  .navigation-bar__bage[hidden],
  .navigation-bar__bage:empty {
    display: none !important; }

  /* line 6251, theme.scss */
  .navigation-bar__item-search,
  .navigation-bar-panel.navigation-bar-search {
    display: none !important; }

  /* line 6257, theme.scss */
  .navigation-bar__item-home {
    order: 1; }

  /* line 6258, theme.scss */
  .navigation-bar__item-favorites {
    order: 2; }

  /* line 6259, theme.scss */
  .navigation-bar__item-cart {
    order: 3; }

  /* line 6260, theme.scss */
  .navigation-bar__item-profile {
    order: 4; } }
@media (max-width: 768px) {
  /* line 6268, theme.scss */
  body.ev-account-page {
    padding-bottom: calc(51px + env(safe-area-inset-bottom, 0px)) !important; }

  /* line 6272, theme.scss */
  body.ev-account-page [data-fixed-panels="bottom"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 20000 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    transform: none !important; }

  /* line 6289, theme.scss */
  body.ev-account-page .widget-type_system_widget_v4_bottom_navigation_bar_1,
  body.ev-account-page .widget-type_system_widget_v4_bottom_navigation_bar_1 .layout__content {
    display: block !important;
    visibility: visible !important;
    width: 100% !important; }

  /* line 6296, theme.scss */
  body.ev-account-page .navigation-bar {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important; }

  /* line 6302, theme.scss */
  body.ev-account-page [data-fixed-panels="bottom"]:has(.widget-type_system_widget_v4_bottom_navigation_bar_1 .navigation-bar) .ev-mobile-nav {
    display: none !important; } }
/* line 6309, theme.scss */
.ev-account-shell {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: flex;
  flex-direction: column;
  background: #ffffff; }

/* line 6318, theme.scss */
.ev-account-shell[hidden] {
  display: none !important; }

/* line 6322, theme.scss */
.ev-account-shell__frame {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: #ffffff; }

/* line 6329, theme.scss */
.ev-account-shell .navigation-bar {
  flex: 0 0 auto; }

/* line 6333, theme.scss */
html.is-ev-account-open,
html.is-ev-account-open body {
  overflow: hidden !important; }

@media (min-width: 769px) {
  /* line 6339, theme.scss */
  .ev-account-shell {
    display: none !important; } }
/* line 6356, theme.scss */
.ev-category-pills > a,
.ev-category-trigger {
  box-sizing: border-box;
  justify-content: flex-start;
  gap: 10px;
  height: auto;
  padding: 8px 14px;
  text-align: left; }

/* line 6366, theme.scss */
.ev-category-item .ev-category-trigger {
  width: 100%;
  height: 100%; }

/* line 6371, theme.scss */
.ev-cat__ico {
  flex: 0 0 auto;
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--ev-muted); }

/* line 6379, theme.scss */
.ev-cat__ico svg {
  display: block;
  width: 100%;
  height: 100%; }

/* line 6385, theme.scss */
.ev-cat__name {
  min-width: 0;
  line-height: 1.15;
  text-align: left; }

/* line 6393, theme.scss */
.ev-cat__chev {
  flex: 0 0 auto;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: var(--ev-muted);
  transition: transform 0.16s ease; }

/* line 6403, theme.scss */
.ev-cat__chev svg {
  display: block;
  width: 100%;
  height: 100%; }

/* line 6409, theme.scss */
.ev-category-item_adult.is-open .ev-cat__chev {
  transform: rotate(90deg); }

/* line 6417, theme.scss */
.ev-category-pills > a.ev-cat_pick {
  background: #efeaf9; }

/* line 6421, theme.scss */
.ev-category-pills > a.ev-cat_pick .ev-cat__ico {
  color: #6f5fa3; }

/* line 6428, theme.scss */
.ev-category-pills > a.is-active,
.ev-category-item.is-active .ev-category-trigger {
  background: var(--ev-lavender);
  border-color: #241d33; }

/* line 6434, theme.scss */
.ev-category-pills > a.is-active .ev-cat__ico,
.ev-category-item.is-active .ev-cat__ico {
  color: #241d33; }

/* line 6440, theme.scss */
.ev-category-pills > a.ev-cat_sale:not(.is-active) {
  border-color: transparent;
  color: #222222;
  background: #f5f5f7; }

/* line 6446, theme.scss */
.ev-category-pills > a.ev-cat_sale .ev-cat__ico {
  color: inherit; }

/* line 6450, theme.scss */
.ev-category-pills > a.ev-cat_sale:hover:not(.is-active),
.ev-category-pills > a.ev-cat_sale:focus-visible:not(.is-active) {
  border-color: transparent;
  background: #eaeaea; }

@media (min-width: 981px) {
  /* line 6459, theme.scss */
  .ev-category-pills > a.ev-cat_pick {
    grid-column: span 2; } }
@media (max-width: 768px) {
  /* line 6469, theme.scss */
  .ev-category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto; }

  /* line 6474, theme.scss */
  .ev-category-pills > a,
  .ev-category-trigger {
    min-height: 48px;
    padding: 8px 12px;
    font-size: 16px; }

  /* line 6481, theme.scss */
  .ev-cat__ico {
    width: 22px;
    height: 22px; }

  /* line 6488, theme.scss */
  .ev-category-pills > :nth-child(1),
  .ev-category-pills > :nth-child(2),
  .ev-category-pills > :nth-child(3),
  .ev-category-pills > :nth-child(4),
  .ev-category-pills > :nth-child(5),
  .ev-category-pills > :nth-child(6),
  .ev-category-pills > :nth-child(7),
  .ev-category-pills > :nth-child(8) {
    grid-area: auto; } }
@media (max-width: 479px) {
  /* line 6501, theme.scss */
  .ev-category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
    width: auto;
    max-width: calc(100% - 24px); }

  /* line 6509, theme.scss */
  .ev-category-pills > a,
  .ev-category-trigger {
    min-height: 48px;
    font-size: 15px; } }
@media (max-width: 768px) {
  /* line 6521, theme.scss */
  .navigation-bar__item-profile {
    display: none !important; }

  /* line 6525, theme.scss */
  .ev-header__actions a.ev-header__icon.ev-header__profile {
    display: inline-flex !important; } }
@media (max-width: 479px) {
  /* line 6531, theme.scss */
  .ev-header__search {
    position: absolute !important;
    left: 98px;
    right: auto;
    width: min(200px, calc(100% - 186px)); }

  /* line 6538, theme.scss */
  .ev-header__actions {
    z-index: 6;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 84px !important; }

  /* line 6546, theme.scss */
  .ev-header__actions a.ev-header__icon.ev-header__profile {
    display: inline-flex !important;
    flex: 0 0 40px;
    width: 40px;
    height: 50px;
    color: #ffffff;
    font-size: 22px; }

  /* line 6555, theme.scss */
  .ev-menu-toggle:checked ~ .ev-header__actions .ev-header__profile,
  body.is-ev-menu-open .ev-header__profile {
    visibility: hidden; } }
/* line 6565, theme.scss */
.ev-catdrawer[hidden] {
  display: none !important; }

/* line 6569, theme.scss */
.ev-catdrawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25000;
  color: var(--ev-text);
  font-family: var(--ev-font-body); }

/* line 6581, theme.scss */
.ev-catdrawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

/* line 6594, theme.scss */
.ev-catdrawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 85vw;
  max-width: 360px;
  height: 100vh;
  height: 100dvh;
  padding-left: env(safe-area-inset-left, 0px);
  background: #ffffff;
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.14);
  outline: none;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  will-change: transform; }

/* line 6614, theme.scss */
.ev-catdrawer.is-open .ev-catdrawer__overlay {
  opacity: 1; }

/* line 6618, theme.scss */
.ev-catdrawer.is-open .ev-catdrawer__panel {
  transform: translateX(0); }

@media (prefers-reduced-motion: reduce) {
  /* line 6623, theme.scss */
  .ev-catdrawer__overlay,
  .ev-catdrawer__panel {
    transition: none; } }
/* line 6629, theme.scss */
html.is-ev-catalog-open,
html.is-ev-catalog-open body {
  overflow: hidden !important; }

/* line 6635, theme.scss */
.ev-catdrawer__head {
  flex: 0 0 auto;
  padding: calc(4px + env(safe-area-inset-top, 0px)) 6px 4px 16px;
  border-bottom: 1px solid #ededed; }

/* line 6641, theme.scss */
.ev-catdrawer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px; }

/* line 6648, theme.scss */
.ev-catdrawer__title {
  margin: 0;
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2; }

/* line 6657, theme.scss */
.ev-catdrawer__close {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8e8e93;
  font-family: var(--ev-font-body);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

/* line 6677, theme.scss */
.ev-catdrawer__close:hover,
.ev-catdrawer__close:active {
  background: #f4f4f5;
  color: #3a3a3c; }

/* line 6684, theme.scss */
.ev-catdrawer__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px 16px calc(28px + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scroll-behavior: smooth; }

/* line 6695, theme.scss */
.ev-catdrawer__promo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 6704, theme.scss */
.ev-catdrawer__promo > li {
  flex: 1 1 0;
  min-width: 0; }

/* line 6709, theme.scss */
.ev-catdrawer__promo .ev-chip {
  width: 100%;
  justify-content: flex-start; }

/* line 6714, theme.scss */
.ev-catdrawer__group {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ededed; }

/* line 6720, theme.scss */
.ev-catdrawer__group-head {
  display: block;
  min-height: 0;
  margin: 0 0 8px;
  padding: 0;
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2; }

/* line 6734, theme.scss */
.ev-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: #f4f4f5;
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.16s ease, border-color 0.16s ease;
  -webkit-tap-highlight-color: transparent; }

/* line 6755, theme.scss */
.ev-chip:hover,
.ev-chip:active {
  background: #e9e9ec; }

/* line 6760, theme.scss */
.ev-chip_promo {
  background: #efeaf9;
  font-weight: 500; }

/* line 6765, theme.scss */
.ev-chip_promo:hover,
.ev-chip_promo:active {
  background: #e3dcf4; }

/* line 6770, theme.scss */
.ev-chip.is-active {
  border-color: #241d33;
  background: var(--ev-lavender); }

/* line 6776, theme.scss */
.ev-img-chips {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 6782, theme.scss */
.ev-img-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  min-height: 48px;
  padding: 4px 12px 4px 4px;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: #f4f4f5;
  color: var(--ev-text);
  font-family: var(--ev-font-body);
  font-size: 14px;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color 0.16s ease, border-color 0.16s ease;
  -webkit-tap-highlight-color: transparent; }

/* line 6801, theme.scss */
.ev-img-chip:hover,
.ev-img-chip:active {
  background: #e9e9ec; }

/* line 6806, theme.scss */
.ev-img-chip.is-active {
  border-color: #241d33;
  background: var(--ev-lavender); }

/* line 6811, theme.scss */
.ev-img-chip__img {
  display: block;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff; }

/* line 6821, theme.scss */
.ev-img-chip__img svg,
.ev-img-chip__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 6829, theme.scss */
.ev-img-chip__name {
  min-width: 0;
  text-wrap: balance; }

/* line 6835, theme.scss */
.ev-img-chips_drawer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px; }

/* line 6841, theme.scss */
.ev-img-chips_drawer .ev-img-chip {
  gap: 6px;
  height: 100%;
  padding: 3px 8px 3px 3px; }

/* line 6847, theme.scss */
.ev-img-chips_drawer .ev-img-chip__img {
  flex-basis: 38px;
  width: 38px;
  height: 38px; }

/* line 6854, theme.scss */
.ev-catdrawer__list.ev-img-chips {
  margin-top: 20px; }

/* line 6859, theme.scss */
.ev-img-chip_sale:not(.is-active),
.ev-img-chip_sale:hover:not(.is-active) {
  border-color: transparent;
  background: #f5f5f7;
  color: #222222;
  font-weight: 500; }

/* line 6867, theme.scss */
.ev-img-chip_sale:active:not(.is-active) {
  background: #eaeaea; }

@media (max-width: 359px) {
  /* line 6873, theme.scss */
  .ev-img-chips_drawer,
  .ev-img-chips_page {
    grid-template-columns: minmax(0, 1fr); } }
/* line 6880, theme.scss */
.ev-adult-nav {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 1180px);
  margin: -6px auto 24px; }

/* line 6887, theme.scss */
.ev-img-chips_page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 840px; }

/* line 6894, theme.scss */
.ev-img-chips_page .ev-img-chip {
  height: 100%;
  font-size: 15px; }

/* line 6899, theme.scss */
.navigation-bar__icon.ev-nav-hanger svg {
  display: block;
  width: 24px;
  height: 22px; }

@media (max-width: 768px) {
  /* line 6906, theme.scss */
  .ev-adult-nav {
    width: calc(100% - 32px);
    margin: 0 auto 16px; }

  /* line 6911, theme.scss */
  .ev-img-chips_page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px; }

  /* line 6916, theme.scss */
  .ev-img-chips_page .ev-img-chip {
    gap: 6px;
    padding: 3px 8px 3px 3px;
    font-size: 14px; }

  /* line 6922, theme.scss */
  .ev-img-chips_page .ev-img-chip__img {
    flex-basis: 38px;
    width: 38px;
    height: 38px; }

  /* line 6929, theme.scss */
  .navigation-bar__item-ev-catalog {
    order: 1;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    -webkit-appearance: none;
    appearance: none; }

  /* line 6938, theme.scss */
  .navigation-bar__item-ev-catalog[aria-expanded="true"] {
    color: var(--ev-accent, #c08a63) !important; } }
/* line 6946, theme.scss */
.ev-category-pills > a.ev-cat {
  gap: 10px;
  padding: 3px 14px 3px 3px; }

/* line 6951, theme.scss */
.ev-category-pills .ev-cat__ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%; }

@media (max-width: 768px) {
  /* line 6960, theme.scss */
  .ev-category-pills > a.ev-cat {
    gap: 8px;
    padding: 4px 10px 4px 4px; }

  /* line 6965, theme.scss */
  .ev-category-pills .ev-cat__ico {
    flex-basis: 38px;
    width: 38px;
    height: 38px; } }
/* 53. ПК: горизонтальное меню каталога под поиском (.ev-catnav)
   Разметка — templates/layouts.layout.liquid, сразу после .ev-header__inner.
   Выпадающие списки на чистом CSS (:hover / :focus-within). */
/* line 6975, theme.scss */
.ev-catnav {
  display: none !important; }

@media (min-width: 1024px) {
  /* line 6980, theme.scss */
  .ev-header {
    height: auto !important; }

  /* Кнопка «МЕНЮ» и её панель на ПК не нужны: разделы — в строке каталога,
     сервисные страницы — в «ИНФО». Иконки прижаты к правому краю,
     на одну линию с «ИНФО». */
  /* line 6987, theme.scss */
  .ev-menu-button,
  .ev-menu-toggle,
  .ev-menu-backdrop,
  .ev-menu-panel {
    display: none !important; }

  /* line 6994, theme.scss */
  .ev-header__actions {
    left: auto !important;
    right: max(12px, calc(50% - 559px));
    justify-content: flex-end; }

  /* line 7000, theme.scss */
  .ev-catnav {
    position: relative;
    z-index: 5;
    display: block !important;
    height: 44px;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb; }

  /* line 7010, theme.scss */
  body[data-theme-template="index"] .ev-category-pills {
    display: none !important; }

  /* line 7014, theme.scss */
  .ev-catnav__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 1142px;
    height: 100%;
    margin: 0 auto;
    padding: 0 12px;
    list-style: none;
    box-sizing: border-box; }

  /* line 7026, theme.scss */
  .ev-catnav__item {
    position: relative;
    display: flex;
    flex: 0 0 auto; }

  /* line 7032, theme.scss */
  .ev-catnav__item_info {
    margin-left: auto; }

  /* line 7036, theme.scss */
  .ev-catnav__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 3px;
    color: #222222;
    font-family: var(--ev-font-body);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    background: none;
    border: 0;
    cursor: pointer;
    transition: color 0.15s ease; }

  /* line 7054, theme.scss */
  .ev-catnav__item:first-child .ev-catnav__link {
    padding-left: 0; }

  /* line 7058, theme.scss */
  .ev-catnav__item_info .ev-catnav__link {
    padding-right: 0; }

  /* line 7062, theme.scss */
  .ev-catnav__link:hover,
  .ev-catnav__item:hover > .ev-catnav__link,
  .ev-catnav__item:focus-within > .ev-catnav__link,
  .ev-catnav__link.is-active {
    color: var(--ev-lavender-dark, #9a86d0); }

  /* line 7069, theme.scss */
  .ev-catnav__link_sale {
    color: var(--ev-accent, #c48a64); }

  /* line 7073, theme.scss */
  .ev-catnav__arrow {
    width: 10px;
    height: 10px;
    transition: transform 0.2s ease; }

  /* line 7079, theme.scss */
  .ev-catnav__item:hover .ev-catnav__arrow,
  .ev-catnav__item:focus-within .ev-catnav__arrow {
    transform: rotate(180deg); }

  /* line 7084, theme.scss */
  .ev-catnav__drop {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1000;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s; }

  /* Мостик над плашкой: закрывает зазор, hover не срывается. */
  /* line 7103, theme.scss */
  .ev-catnav__drop::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    height: 10px; }

  /* line 7112, theme.scss */
  .ev-catnav__drop_right {
    right: 0;
    left: auto;
    min-width: 180px; }

  /* line 7118, theme.scss */
  .ev-catnav__item:hover > .ev-catnav__drop,
  .ev-catnav__item:focus-within > .ev-catnav__drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

  /* line 7125, theme.scss */
  .ev-catnav__drop a {
    display: block;
    padding: 9px 18px;
    color: #222222;
    font-family: var(--ev-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    text-decoration: none; }

  /* line 7137, theme.scss */
  .ev-catnav__drop a:hover,
  .ev-catnav__drop a.is-active {
    color: var(--ev-lavender-dark, #9a86d0);
    background: #f7f4fc; } }
/* 11 пунктов в строку: на 1024–1199 плотнее, дальше — просторнее. */
@media (min-width: 1200px) {
  /* line 7146, theme.scss */
  .ev-catnav__list {
    padding: 0 20px; }

  /* line 7150, theme.scss */
  .ev-header__actions {
    right: max(20px, calc(50% - 551px)); }

  /* line 7154, theme.scss */
  .ev-catnav__link {
    padding: 0 6px;
    font-size: 14px; } }
@media (min-width: 1366px) {
  /* line 7161, theme.scss */
  .ev-catnav__list {
    max-width: 1280px; }

  /* line 7165, theme.scss */
  .ev-header__actions {
    right: calc(50% - 620px); }

  /* line 7169, theme.scss */
  .ev-catnav__link {
    padding: 0 12px; } }
/* 54. Карточки каталога: название обрезается многоточием после 2 строк
   (line-clamp), но высота блока не резервируется под 2 строки заранее —
   у товаров с короткими названиями цена сразу под текстом, без пустот.
   Компромисс: если в одном ряду сетки соседние карточки — c одно- и
   двухстрочным названием, их цены встанут на разной высоте (сетка не
   тянет карточки по высоте, align-items: start). Раньше было наоборот
   (см. историю), но так больше нет вертикальных дыр в коротких названиях. */
/* line 7181, theme.scss */
.product-preview {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 7187, theme.scss */
.product-preview__content {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  height: auto !important; }

/* Пустой блок описания не должен раздувать карточку и толкать цену вниз. */
/* line 7195, theme.scss */
[style*="--hide-description:true"] .product-preview__area-description {
  display: none !important; }

/* line 7199, theme.scss */
.product-preview__area-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 auto;
  box-sizing: content-box;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 8px !important;
  margin-bottom: 4px !important;
  font-size: 15px !important;
  line-height: 1.3 !important; }

@media (max-width: 767px) {
  /* line 7214, theme.scss */
  .product-preview__area-title {
    font-size: 14px !important; } }
/* line 7219, theme.scss */
.product-preview__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important; }

/* line 7230, theme.scss */
.product-preview__title a {
  font-size: inherit !important;
  line-height: inherit !important; }

/* line 7235, theme.scss */
.product-preview__area-price,
.product-preview__area-bottom {
  display: block !important;
  flex: 0 0 auto;
  margin-top: 0 !important; }

/* line 7242, theme.scss */
.product-preview__price {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 8px;
  margin-top: 8px !important;
  padding-bottom: 0 !important;
  line-height: 1.3; }

/* line 7253, theme.scss */
.product-preview__price-old,
.product-preview__price-cur {
  display: inline-block !important;
  white-space: nowrap; }

/* Визуальный порядок цен — актуальная, затем старая — не зависит от того,
   в каком порядке их выводит конкретный виджет (evesna_catalog выводит
   старую цену первой в разметке, evesna_special_products — вторую). */
/* line 7262, theme.scss */
.product-preview__price-cur {
  order: 1; }

/* line 7266, theme.scss */
.product-preview__price-old {
  order: 2; }

/* Телефон: цены остаются в одну строку по общей базовой линии —
   раньше здесь был flex-direction: column, из-за чего старая цена
   "нависала" вторым этажом и баз. линия соседних карточек скакала. */
@media (max-width: 767px) {
  /* line 7274, theme.scss */
  .product-preview__price {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    min-height: 0; } }
/* «От» у товаров с разными ценами вариантов: не крупнее самой цены
   и в одной строке с ней (в том числе на телефоне). */
/* line 7285, theme.scss */
.product-preview__price-label {
  display: inline-block !important;
  margin-right: -4px;
  color: inherit;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: inherit;
  white-space: nowrap; }

@media (max-width: 767px) {
  /* line 7296, theme.scss */
  .product-preview__price:has(.product-preview__price-label) {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: baseline;
    justify-content: flex-start; }

  /* line 7304, theme.scss */
  .product-preview__price:has(.product-preview__price-label) .product-preview__price-cur {
    width: auto !important;
    margin: 0 !important; } }
@media (max-width: 767px) {
  /* line 7311, theme.scss */
  .product-preview__price-label {
    font-size: 12px !important; } }
/* line 7321, theme.scss */
.categories-pills--no-icons .ev-cat__ico,
.categories-pills--no-icons .ev-img-chip__img,
.categories-pills--no-icons .ev-cat img,
.categories-pills--no-icons .ev-cat svg,
.categories-pills--no-icons .ev-img-chip img,
.categories-pills--no-icons .ev-img-chip svg,
.categories-pills--no-icons .ev-chip img,
.categories-pills--no-icons .ev-chip svg,
.categories-pills--no-icons .icon {
  display: none !important; }

/* line 7333, theme.scss */
.ev-category-pills.categories-pills--no-icons,
.ev-img-chips.categories-pills--no-icons,
.ev-adult-nav.categories-pills--no-icons .ev-img-chips,
.ev-catdrawer__promo.categories-pills--no-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  width: auto;
  max-width: calc(100% - 40px);
  margin-bottom: 24px;
  grid-template-columns: none;
  grid-template-rows: none; }

/* line 7348, theme.scss */
.ev-category-pills.categories-pills--no-icons {
  margin-left: auto;
  margin-right: auto; }

/* line 7353, theme.scss */
.ev-adult-nav.categories-pills--no-icons {
  width: min(calc(100% - 40px), 1180px);
  max-width: 1180px;
  margin: -6px auto 24px; }

/* line 7359, theme.scss */
.ev-adult-nav.categories-pills--no-icons .ev-img-chips {
  max-width: none;
  width: 100%;
  margin-bottom: 0; }

/* line 7365, theme.scss */
.ev-img-chips.categories-pills--no-icons > li,
.ev-catdrawer__promo.categories-pills--no-icons > li {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  list-style: none; }

/* line 7373, theme.scss */
.ev-category-pills.categories-pills--no-icons > a,
.ev-category-pills.categories-pills--no-icons > a.ev-cat,
.ev-category-pills.categories-pills--no-icons > a.ev-cat_pick,
.ev-category-pills.categories-pills--no-icons .ev-category-trigger,
.ev-img-chips.categories-pills--no-icons .ev-img-chip,
.ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip,
.ev-img-chips_page.categories-pills--no-icons .ev-img-chip,
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip,
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-sizing: border-box;
  width: auto;
  height: 38px;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #f5f5f7;
  box-shadow: none;
  color: #222222;
  font-family: var(--ev-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }

/* line 7406, theme.scss */
.ev-category-pills.categories-pills--no-icons .ev-cat__name,
.ev-img-chips.categories-pills--no-icons .ev-img-chip__name {
  min-width: 0;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-wrap: nowrap;
  white-space: nowrap; }

/* line 7416, theme.scss */
.ev-category-pills.categories-pills--no-icons > a.is-active,
.ev-img-chips.categories-pills--no-icons .ev-img-chip.is-active,
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip.is-active {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff !important; }

@media (hover: hover) {
  /* line 7425, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a:hover,
  .ev-img-chips.categories-pills--no-icons .ev-img-chip:hover,
  .ev-catdrawer__promo.categories-pills--no-icons .ev-chip:hover {
    background-color: #eaeaea;
    color: #000000; }

  /* line 7432, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a.is-active:hover,
  .ev-img-chips.categories-pills--no-icons .ev-img-chip.is-active:hover,
  .ev-catdrawer__promo.categories-pills--no-icons .ev-chip.is-active:hover {
    background-color: #222222;
    color: #ffffff; } }
/* line 7440, theme.scss */
.ev-catdrawer .ev-img-chips.categories-pills--no-icons,
.ev-catdrawer .ev-catdrawer__promo.categories-pills--no-icons {
  max-width: none;
  width: 100%;
  margin-bottom: 0; }

/* line 7447, theme.scss */
.ev-catdrawer .categories-pills--no-icons .ev-chip,
.ev-catdrawer .categories-pills--no-icons .ev-img-chip {
  width: auto; }

/* line 7452, theme.scss */
.ev-catdrawer__list.ev-img-chips.categories-pills--no-icons {
  margin-top: 20px; }

/* line 7458, theme.scss */
.ev-category-submenu,
.ev-collection-page .ev-category-submenu,
.ev-collection-page .widget-type_system_widget_v4_page_title_1,
.ev-collection-page .widget-type_system_widget_v4_collections_on_index_1,
.ev-collection-page .collections-menu,
.ev-collection-page .collection-menu,
.ev-collection-page .subcollections,
.ev-collection-page .sub-collections,
.ev-collection-page .collection-categories {
  display: none !important; }

@media (max-width: 768px) {
  /* line 7471, theme.scss */
  .ev-category-pills.categories-pills--no-icons,
  .ev-adult-nav.categories-pills--no-icons .ev-img-chips {
    max-width: calc(100% - 24px);
    gap: 8px; }

  /* line 7477, theme.scss */
  .ev-adult-nav.categories-pills--no-icons {
    width: calc(100% - 32px);
    margin: 0 auto 16px; }

  /* line 7482, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a,
  .ev-category-pills.categories-pills--no-icons > a.ev-cat,
  .categories-pills--no-icons .ev-img-chip,
  .categories-pills--no-icons .ev-chip {
    height: 38px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px; } }
@media (min-width: 1024px) {
  /* line 7494, theme.scss */
  body[data-theme-template="index"] .ev-category-pills {
    display: none !important; }

  /* line 7498, theme.scss */
  .ev-adult-nav.categories-pills--no-icons .ev-img-chips {
    flex-wrap: wrap; } }
/* line 7511, theme.scss */
.sticker-sale {
  display: none !important; }

@media (max-width: 1023px) {
  /* line 7520, theme.scss */
  .ev-product-page .product__price,
  .ev-product-page [data-product-price] {
    font-size: 20px !important;
    font-weight: 600 !important; }

  /* line 7526, theme.scss */
  .ev-product-page .product__price-old {
    font-size: 15px !important; } }
@media (min-width: 1024px) {
  /* line 7532, theme.scss */
  .ev-product-page .product__price,
  .ev-product-page [data-product-price] {
    font-size: 24px !important;
    font-weight: 600 !important; }

  /* line 7538, theme.scss */
  .ev-product-page .product__price-old {
    font-size: 16px !important; } }
/* line 7546, theme.scss */
.product-preview__title,
.product-preview__title a,
.product-preview__price-cur,
.product-preview__price-cur span {
  color: #111111 !important; }

/* line 7553, theme.scss */
.product-preview__title,
.product-preview__title a {
  font-size: 15px !important;
  font-weight: 500 !important; }

/* line 7559, theme.scss */
.product-preview__price,
.product-preview__price-cur,
.product-preview__price-cur span {
  font-size: 15px !important;
  font-weight: 500 !important; }

/* line 7566, theme.scss */
.product-preview__price-old {
  margin: 0 !important;
  color: #888888 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important; }

@media (max-width: 767px) {
  /* line 7575, theme.scss */
  .product-preview__title,
  .product-preview__title a,
  .product-preview__price,
  .product-preview__price-cur,
  .product-preview__price-cur span,
  .product-preview__price-label {
    font-size: 14px !important; } }
/* line 7593, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons,
.ev-catdrawer__list.categories-pills--no-icons {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0 !important; }

/* line 7603, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons > li,
.ev-catdrawer__list.categories-pills--no-icons > li {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important; }

/* line 7610, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip,
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip {
  display: flex !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 6px 10px !important;
  white-space: normal !important;
  text-align: center;
  line-height: 1.2; }

/* line 7622, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip__name,
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip__name {
  overflow: visible !important;
  text-wrap: wrap !important;
  white-space: normal !important;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none; }

/* «Все товары» в шторке — обычная ячейка сетки 2×3, без span на всю
   строку. Иначе пять оставшихся подкатегорий ломают пары, и «Домашняя
   одежда» остаётся одна. Равная сетка — patch 62. */
/* line 7635, theme.scss */
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons > li:first-child {
  grid-column: auto; }

@media (max-width: 1023px) {
  /* line 7649, theme.scss */
  .ev-category-pills.categories-pills--no-icons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    margin-bottom: 24px !important;
    padding: 0 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box; }

  /* line 7662, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a {
    width: 100% !important;
    min-height: 42px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 4px 10px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    border: 1px solid #eaeaea; }

  /* line 7679, theme.scss */
  .ev-category-pills.categories-pills--no-icons .ev-cat__name {
    white-space: normal !important;
    overflow: visible !important;
    text-wrap: wrap !important; }

  /* :not(.is-active) — иначе при открытой "Новинки"/"Хиты" сиреневый фон
     перебивал бы тёмную подсветку активного пункта (patch 55, та же
     специфичность селектора, но правило там идёт раньше по файлу). */
  /* line 7688, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a.ev-cat_pick:not(.is-active) {
    background-color: #f2ebf9;
    border-color: #f2ebf9; } }
@media (max-width: 1023px) {
  /* line 7703, theme.scss */
  .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page.categories-pills--no-icons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 0 !important; }

  /* line 7712, theme.scss */
  .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page.categories-pills--no-icons > li {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important; }

  /* line 7718, theme.scss */
  .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page.categories-pills--no-icons .ev-img-chip {
    width: 100% !important;
    min-height: 42px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 4px 10px !important;
    line-height: 1.2 !important;
    white-space: normal !important; }

  /* line 7734, theme.scss */
  .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page.categories-pills--no-icons .ev-img-chip__name {
    white-space: normal !important;
    overflow: visible !important;
    text-wrap: wrap !important; } }
/* line 7744, theme.scss */
.ev-category-pills.categories-pills--no-icons > a.ev-cat_sale:not(.is-active),
.ev-img-chips.categories-pills--no-icons .ev-img-chip_sale:not(.is-active),
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:not(.is-active),
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip_sale:not(.is-active) {
  background-color: #f5f5f7;
  color: #222222 !important;
  font-weight: 500; }

@media (max-width: 1023px) {
  /* line 7754, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a.ev-cat_sale {
    min-height: 42px !important;
    height: auto !important;
    border-radius: 24px !important;
    padding: 4px 10px !important;
    border: 1px solid transparent; }

  /* line 7762, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a.ev-cat_sale:not(.is-active) {
    background-color: #f5f5f7;
    border: 1px solid transparent;
    color: #222222 !important; } }
/* line 7769, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale,
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip_sale {
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 20px;
  padding: 6px 10px !important; }

/* line 7777, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:not(.is-active),
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip_sale:not(.is-active) {
  background-color: #f5f5f7;
  border: 1px solid transparent;
  color: #222222 !important; }

@media (hover: hover) {
  /* line 7785, theme.scss */
  .ev-category-pills.categories-pills--no-icons > a.ev-cat_sale:hover:not(.is-active),
  .ev-img-chips.categories-pills--no-icons .ev-img-chip_sale:hover:not(.is-active),
  .ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:hover:not(.is-active),
  .ev-catdrawer__list.categories-pills--no-icons .ev-img-chip_sale:hover:not(.is-active) {
    background-color: #eaeaea;
    color: #222222 !important; } }
/* line 7798, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons,
.ev-catdrawer .ev-catdrawer__promo.categories-pills--no-icons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 10px !important;
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 20px !important; }

/* line 7808, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons + .ev-catdrawer__group {
  margin-top: 0; }

/* line 7812, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons > li {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important; }

/* line 7818, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip,
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo,
.ev-catdrawer .categories-pills--no-icons .ev-chip.ev-chip_promo {
  width: 100% !important;
  min-height: 42px !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 24px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  background-color: #f2ebf9 !important;
  color: #222222 !important;
  border: none !important;
  text-decoration: none !important;
  padding: 4px 10px !important;
  line-height: 1.2 !important;
  white-space: normal !important; }

/* line 7840, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip.is-active,
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo.is-active {
  background-color: #222222 !important;
  color: #ffffff !important; }

@media (hover: hover) {
  /* line 7847, theme.scss */
  .ev-catdrawer__promo.categories-pills--no-icons .ev-chip:hover:not(.is-active),
  .ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo:hover:not(.is-active) {
    background-color: #e3dcf4 !important;
    color: #222222 !important; } }
/* line 7854, theme.scss */
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 10px !important;
  width: 100% !important; }

/* line 7861, theme.scss */
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons > li:first-child {
  grid-column: auto !important; }

/* line 7865, theme.scss */
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip {
  width: 100% !important;
  min-height: 42px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 24px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  background-color: #f5f5f7 !important;
  color: #222222 !important;
  padding: 4px 10px !important;
  line-height: 1.2 !important;
  white-space: normal !important; }

/* line 7883, theme.scss */
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip.is-active {
  background-color: #222222 !important;
  color: #ffffff !important; }

@media (hover: hover) {
  /* line 7889, theme.scss */
  .ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip:hover:not(.is-active) {
    background-color: #eaeaea !important; } }
/* line 7894, theme.scss */
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip_sale:not(.is-active) {
  background-color: #f5f5f7 !important;
  color: #222222 !important; }

/* line 7903, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip,
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo,
.ev-catdrawer .categories-pills--no-icons .ev-chip.ev-chip_promo,
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip,
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip,
.ev-catdrawer__list.categories-pills--no-icons .ev-img-chip {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 4px 10px !important;
  box-sizing: border-box !important; }

@media (max-width: 1023px) {
  /* line 7933, theme.scss */
  .ev-collection-sort {
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px; }

  /* line 7938, theme.scss */
  .ev-collection-sort select {
    width: auto;
    max-width: 100%;
    height: auto;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 6px 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #555555 !important; } }
/* line 7968, theme.scss */
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.12s ease, background-color 0.12s ease; }

/* line 7979, theme.scss */
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip .ev-img-chip__name {
  color: inherit;
  font-weight: inherit;
  text-align: center; }

/* line 7985, theme.scss */
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip.is-active,
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip.active,
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip.current,
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip[aria-current="page"] {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff !important; }

/* line 7994, theme.scss */
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip:active {
  transform: scale(0.98); }

/* line 7998, theme.scss */
.ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip:not(.is-active):not(.active):not(.current):not([aria-current="page"]):active {
  background-color: #f5f5f5; }

@media (hover: hover) {
  /* line 8003, theme.scss */
  .ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip:hover:not(.is-active):not(.active):not(.current):not([aria-current="page"]) {
    background-color: #f5f5f5; }

  /* line 8007, theme.scss */
  .ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip.is-active:hover,
  .ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip.active:hover,
  .ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip.current:hover,
  .ev-collection-page .ev-adult-nav.categories-pills--no-icons .ev-img-chips_page .ev-img-chip[aria-current="page"]:hover {
    background-color: #1a1a1a;
    color: #ffffff; } }
/* line 8025, theme.scss */
.ev-catdrawer__group {
  margin: 16px 0 0;
  padding: 0;
  border-bottom: 0; }

/* line 8031, theme.scss */
.ev-catdrawer__rule {
  display: block;
  width: 100%;
  height: 0;
  margin: 16px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ededed; }

/* line 8041, theme.scss */
.ev-catdrawer__list.ev-img-chips,
.ev-catdrawer__list.ev-img-chips.categories-pills--no-icons {
  margin-top: 0 !important; }

/* line 8046, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons,
.ev-catdrawer__list.ev-img-chips_drawer.categories-pills--no-icons,
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 10px !important; }

/* line 8054, theme.scss */
.ev-catdrawer__group .ev-img-chips_drawer.categories-pills--no-icons > li:first-child {
  grid-column: auto !important; }

/* line 8058, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip,
.ev-catdrawer__list.ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip {
  width: 100% !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  color: #1a1a1a !important;
  font-weight: 500;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.12s ease, background-color 0.12s ease; }

/* line 8070, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip.is-active,
.ev-catdrawer__list.ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip.is-active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important; }

/* line 8077, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip:active {
  transform: scale(0.98); }

/* line 8081, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip:not(.is-active):not(.ev-img-chip_sale):active {
  background-color: #f5f5f5 !important; }

/* line 8085, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:not(.is-active),
.ev-catdrawer__list.ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:not(.is-active) {
  background-color: #f7e8ec !important;
  border-color: #f0d4dc !important;
  color: #7a4e56 !important; }

/* line 8092, theme.scss */
.ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:not(.is-active):active {
  background-color: #f0d8de !important; }

@media (hover: hover) {
  /* line 8097, theme.scss */
  .ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip:hover:not(.is-active):not(.ev-img-chip_sale) {
    background-color: #f5f5f5 !important; }

  /* line 8101, theme.scss */
  .ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons .ev-img-chip_sale:hover:not(.is-active) {
    background-color: #f0d8de !important;
    color: #7a4e56 !important; } }
@media (max-width: 359px) {
  /* line 8108, theme.scss */
  .ev-catdrawer .ev-img-chips_drawer.categories-pills--no-icons,
  .ev-catdrawer__list.ev-img-chips_drawer.categories-pills--no-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
/* line 8118, theme.scss */
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip:not(.is-active),
.ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo:not(.is-active),
.ev-catdrawer .categories-pills--no-icons .ev-chip.ev-chip_promo:not(.is-active) {
  background-color: #e4d8f4 !important; }

@media (hover: hover) {
  /* line 8125, theme.scss */
  .ev-catdrawer__promo.categories-pills--no-icons .ev-chip:hover:not(.is-active),
  .ev-catdrawer__promo.categories-pills--no-icons .ev-chip_promo:hover:not(.is-active) {
    background-color: #d9cbed !important; } }
