@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #F5F5F5);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f4f4f4);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #f4f4f4);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #f0f0f0);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #003c96);
  --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, #004ab8);
  --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, #0058dc);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #4a92ff);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #003c96);
  --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, #004ab8);
  --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, #0058dc);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #4a92ff);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning: var(--draft-color-notice-warning, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --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, #FFFFFF);
  --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, #f7f7f7);
  --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, #ededed);
  --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, #808080);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Poppins);
  --font-family-heading: var(--draft-font-family-heading, Poppins);
  --collection_count: var(--draft-collection_count, 10);
  --product_not_available: var(--draft-product_not_available, preorder);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 1, icons.css */
.header__icon,
.header__icon-big,
.icon_arrow,
.icon_arrow-black,
.icon_favorite {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/* line 13, icons.css */
.header__icon,
.icon_favorite {
  width: 19px;
  height: 19px; }

/* line 19, icons.css */
.header__icon-big {
  width: 41px;
  height: 41px;
  background-size: 19px 19px; }

/* line 25, icons.css */
.icon_favorite {
  background-image: var(--icon-favorite); }

/* line 29, icons.css */
.icon_favorite.favorites-added {
  background-image: var(--icon-favorite-red); }

/* line 33, icons.css */
.icon_favorite._active {
  background-image: var(--icon-favorite-blue); }

/* line 37, icons.css */
.icon_user {
  background-image: var(--icon-user-white); }

/* line 41, icons.css */
.icon_favorites {
  background-image: var(--icon-heart-white); }

/* line 45, icons.css */
.icon_cart {
  position: relative;
  background-image: var(--icon-cart-white); }

/* line 50, icons.css */
.icon_search {
  background-image: var(--icon-search); }

/* line 54, icons.css */
.icon_address {
  background-image: var(--icon-address); }

/* line 58, icons.css */
.icon_message {
  background-image: var(--icon-message); }

/* line 62, icons.css */
.icon_arrow {
  width: 17px;
  height: 17px;
  background-image: var(--icon-arrow); }

/* line 68, icons.css */
.icon_arrow-black {
  width: 19px;
  height: 19px;
  background-image: var(--icon-arrow-black); }

/* line 74, icons.css */
.icon_close {
  width: 17px;
  height: 17px;
  background-image: var(--icon-close); }

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

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

/*** Новые правки по стилям ***/
/* Карточка товара */
/* Страница заказа */
/* line 19, theme.scss */
.co-order-state {
  border: none !important; }

/* Шапка */
/* line 35, theme.scss */
.tap-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 6px;
  border-top: 1px solid #00000026;
  background-color: #fff; }

/* line 46, theme.scss */
.tap-bar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px; }

/* line 61, theme.scss */
.tap-bar__item {
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  height: 100%;
  padding: .5px;
  font-size: 10px;
  line-height: 100%; }

/* line 85, theme.scss */
.tap-bar__item span {
  margin-top: 4px;
  line-height: 100%; }

/* line 90, theme.scss */
.tap-bar__item._active path {
  stroke: #646464; }

/* line 94, theme.scss */
.tap-bar__icon {
  position: relative; }

/* line 98, theme.scss */
.tap-bar__icon .icon-counter {
  right: -15px;
  background: #2394F0;
  color: #fff; }

/* line 104, theme.scss */
.tap-bar__item-btn {
  padding: .5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 129px;
  height: 31px;
  margin-left: 10px;
  padding: 0 15px;
  border: 1px solid #646464;
  border-radius: 50px; }

/* line 121, theme.scss */
.tap-bar__item-btn._active {
  border-color: #2394F0; }

/* line 125, theme.scss */
.tap-bar__item-btn:not(._active) .icon-counter {
  display: none; }

/* line 129, theme.scss */
.tap-bar__item-btn._active path {
  stroke: #2394F0; }

/* line 133, theme.scss */
.tap-bar__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #646464; }

/* line 140, theme.scss */
.tap-bar__item-btn._active .tap-bar__price {
  color: #2394F0; }

/* Модалка */
/* line 146, theme.scss */
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 156, theme.scss */
.popup.popup_show {
  animation: modalFadeIn 0.4s forwards; }

/* line 160, theme.scss */
.popup.popup_hide {
  animation: modalFadeOut 0.4s forwards; }

/* line 164, theme.scss */
.modal__content {
  position: relative;
  background: white;
  width: 90%;
  max-width: 400px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 100; }

/* line 175, theme.scss */
.map__input {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid #9d9d9d;
  outline: none; }

/* line 183, theme.scss */
.modal-close {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  color: white;
  z-index: 1000; }

/* line 194, theme.scss */
.filter__title-close {
  margin-right: 10px; }

/* line 199, theme.scss */
.micro-alert {
  top: 0;
  right: 0;
  left: 0; }

/* line 204, theme.scss */
.micro-alert-item {
  justify-content: center;
  padding: 8px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #000000; }
  @media screen and (max-width: 760px) {
    /* line 204, theme.scss */
    .micro-alert-item {
      border-radius: 0;
      padding: 15px 10px;
      text-align: center;
      width: 100%;
      padding: 15px 25px;
      box-shadow: 0px 4px 9px 0px #0000002E;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; } }

/* line 227, theme.scss */
.popup-search {
  position: absolute;
  top: 135px;
  background-color: #000000B2; }

/* line 233, theme.scss */
.search__body {
  position: relative;
  width: 100%;
  max-width: 570px;
  height: calc(100vh - 160px);
  max-height: 715px;
  padding: 30px;
  margin-top: 20px;
  margin-left: calc((100vw - 1170px) / 2 - var(--layout-side-padding));
  border-radius: 30px;
  background-color: #fff;
  z-index: 100;
  overflow: hidden; }

/* line 248, theme.scss */
.search__scroll {
  height: 100%;
  overflow-y: auto; }

/* line 253, theme.scss */
.search__products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

/* line 261, theme.scss */
.search__products-list a {
  width: 100%; }

/* line 265, theme.scss */
.search__panel-mob {
  position: sticky;
  top: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  background: #fff;
  z-index: 100; }

/* Баннеры */
/* line 276, theme.scss */
.collections__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }

/* line 284, theme.scss */
.collection__block {
  position: relative; }

/* line 288, theme.scss */
.collection__block-title {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 67px;
  width: 45%;
  font-weight: 400;
  color: #181818;
  line-height: 20px;
  z-index: 10; }

/* line 300, theme.scss */
.products-item__img.collection__block-link {
  width: 140px;
  height: 140px;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: opacity 0.35s ease; }

/* line 308, theme.scss */
.collection__block-link img {
  transition: transform 0.35s ease; }

/* line 312, theme.scss */
.collection__block-link:hover {
  opacity: 0.85; }

/* line 316, theme.scss */
.collection__block-link:hover img {
  transform: scale(1.05); }

/* line 321, theme.scss */
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }

/* line 332, theme.scss */
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; }

/* line 344, theme.scss */
.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 2px 5px 0 5px;
  color: #646464; }

/* line 351, theme.scss */
.breadcrumbs__link {
  color: #646464;
  -webkit-transition: color .3s;
  transition: color .3s; }

/* line 357, theme.scss */
.breadcrumbs__link:hover,
.breadcrumbs__item:first-child .breadcrumbs__link {
  color: #000000; }

/* line 364, theme.scss */
.products__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 30px; }

/* line 375, theme.scss */
.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden; }

/* line 388, theme.scss */
.product-item > a {
  width: 100%; }

/* line 392, theme.scss */
.products-item__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3; }

/* line 399, theme.scss */
.products-item__img {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  margin: 0 auto 10px auto;
  overflow: hidden; }

/* line 409, theme.scss */
.products-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center; }

/* line 424, theme.scss */
.products-item__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  background-color: #2394F0;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  border-radius: 40px; }

/* line 436, theme.scss */
.products-item__info {
  flex-grow: 1;
  margin-bottom: 12px; }

/* line 441, theme.scss */
.products-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px; }

/* line 453, theme.scss */
.products-item__descr {
  font-size: 12px;
  line-height: 16px;
  color: #646464; }

/* line 459, theme.scss */
.products-item__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px; }

/* line 468, theme.scss */
.products-item__price {
  font-size: 18px;
  font-weight: 700;
  color: #181818; }

/* line 474, theme.scss */
.products-item__price-old {
  font-size: 16px;
  color: #646464; }

/* line 479, theme.scss */
.products-item__price-new {
  color: #FF3131; }

/* line 487, theme.scss */
.address__message {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #FF3131;
  font-weight: 600; }

/* line 494, theme.scss */
.zone__message {
  margin-top: 12px;
  margin-bottom: 6px; }

/* line 500, theme.scss */
.zone__message > a {
  display: block;
  margin-top: 10px;
  padding: 4px 20px;
  max-width: 100px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  background-color: #2394F0;
  color: #fff;
  border-radius: 50px;
  text-align: center; }

/* line 514, theme.scss */
.btn__disabled {
  background: var(--color-btn-bg-disabled) !important;
  color: var(--color-btn-color-disabled) !important;
  border-color: var(--color-btn-bg-disabled) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important; }

/* line 523, theme.scss */
.cart__login {
  font-weight: 500; }

/* line 527, theme.scss */
.btn__auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #2394F0;
  border-radius: 30px;
  font-family: inherit;
  padding: var(--controls-btn-padding-y) var(--controls-btn-padding-x);
  outline: none;
  transition: var(--btn-transition);
  text-align: center;
  line-height: 120%; }

/* line 545, theme.scss */
.btn__auth:hover {
  color: #fff; }

/* line 550, theme.scss */
.static-text {
  line-height: 20px; }

/* line 554, theme.scss */
.static-text h2 {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 700; }

/* line 560, theme.scss */
.static-text p,
.static-text .res-caption {
  margin-bottom: 16px; }

/* line 565, theme.scss */
.static-tex ul li {
  list-style: inside; }

/* line 569, theme.scss */
.url__push {
  font-family: inherit;
  border-radius: var(--controls-form-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--controls-height-m);
  padding: 4px var(--controls-btn-padding-x);
  white-space: break-spaces;
  background-color: #999999;
  color: #fff;
  transition: color 0.3s ease; }

@media screen and (min-width: 1000px) {
  /* line 584, theme.scss */
  .tap-bar,
  .filter__title-close {
    display: none; }

  /* line 589, theme.scss */
  .search__panel-mob {
    display: none; } }
@media screen and (min-width: 560px) {
  /* line 595, theme.scss */
  .modal__back-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

  /* line 604, theme.scss */
  .modal__back-close > svg {
    display: none; } }
@media screen and (max-width: 1000px) {
  /* Переопределение стандартных стилей */
  /* line 611, theme.scss */
  main {
    padding-bottom: 56px; }

  /* line 615, theme.scss */
  .widget-type_system_widget_v4_button_on_top_1 .btn-on-top {
    bottom: 70px !important; }

  /* line 619, theme.scss */
  .widget-type_emilius_widget_header {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 624, theme.scss */
  .widget-type_widget_v4_filter_sort_2_ea2d9be5f52b4eeabf5f3a2832b2cdc3 {
    margin-bottom: 25px;
    padding: 15px 20px;
    box-shadow: 0px 4px 9px 0px #0000002E;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }

  /* line 632, theme.scss */
  .breadcrumbs {
    display: none; } }
@media screen and (max-width: 1260px) {
  /* line 638, theme.scss */
  .search__body {
    margin-top: 10px;
    margin-left: 20px; } }
@media screen and (max-width: 1000px) {
  /* line 645, theme.scss */
  .popup-search {
    top: 0; } }
@media screen and (max-width: 760px) {
  /* Баннеры */
  /* line 652, theme.scss */
  .collections__body {
    gap: 10px; }

  /* line 657, theme.scss */
  .collection__block-title {
    top: 11px;
    left: 11px;
    min-width: 67px;
    width: 50%;
    font-size: 10px;
    line-height: 11.23px; }

  /* line 666, theme.scss */
  .collection__block-link {
    width: 100px !important;
    height: 100px !important; }

  /* line 672, theme.scss */
  .popup-search {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 56px;
    height: auto;
    z-index: 50; }

  /* line 681, theme.scss */
  .search__body {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
    border-radius: 0; }

  /* line 691, theme.scss */
  .search__products-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }

  /* line 698, theme.scss */
  .static-text h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700; } }
@media screen and (max-width: 560px) {
  /* line 707, theme.scss */
  .products__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px; }

  /* line 713, theme.scss */
  .product-item {
    padding: 10px; }

  /* line 717, theme.scss */
  .modal__content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding-right: 70px;
    border-radius: 0; }

  /* line 725, theme.scss */
  .modal-close {
    color: #000; } }
@media screen and (max-width: 350px) {
  /* line 731, theme.scss */
  .collections__body {
    justify-content: center; } }
@media screen and (max-width: 340px) {
  /* line 737, theme.scss */
  .search__products-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-30px); } }
