/* 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, #3D3935);
  --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, #514c47);
  --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, #676059);
  --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, #a39c95);
  --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, #171716);
  --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, #2f2f2d);
  --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, #474744);
  --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, #8d8d89);
  --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, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #08ED1C);
  --color-notice-warning-is-dark: var(--draft-color-notice-warning-is-dark, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #19f72b);
  --color-notice-warning-minor-shade-is-dark: var(--draft-color-notice-warning-minor-shade-is-dark, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #32f843);
  --color-notice-warning-major-shade-is-dark: var(--draft-color-notice-warning-major-shade-is-dark, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #7ffa89);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #07E63D);
  --color-notice-success-is-dark: var(--draft-color-notice-success-is-dark, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #0ff849);
  --color-notice-success-minor-shade-is-dark: var(--draft-color-notice-success-minor-shade-is-dark, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #29f85d);
  --color-notice-success-major-shade-is-dark: var(--draft-color-notice-success-major-shade-is-dark, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #79fb9a);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #1D1F1D);
  --color-notice-info-is-dark: var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #333733);
  --color-notice-info-minor-shade-is-dark: var(--draft-color-notice-info-minor-shade-is-dark, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #494e49);
  --color-notice-info-major-shade-is-dark: var(--draft-color-notice-info-major-shade-is-dark, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #8b928b);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 50);
  --search_count: var(--draft-search_count, 50);
  --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, normal);
  --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, true); }

/* 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 */
.widget-type_widget_v4_header_1_28583e3caaa2201c2268705f0446d609 .header__menu .cut-list__more {
  z-index: 101; }

/* line 32, theme.scss */
.product .option-selector .option-value.is-radio > span {
  min-width: 90px;
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 38, theme.scss */
header {
  background: #fff; }

/* line 45, theme.scss */
.countdown {
  font-weight: 700; }

/* line 49, theme.scss */
.page_layout_sticky_left > aside > [data-sidebar], .page_layout_sticky_right > aside > [data-sidebar] {
  top: 174px;
  z-index: 4; }

/* line 54, theme.scss */
.widget-type_system_widget_v4_banner_list_22 .icon.icon-arrow-right {
  display: none !important; }

/* line 58, theme.scss */
.product-modal {
  overflow: auto;
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }

/* line 72, theme.scss */
.product-modal.active {
  opacity: 1;
  visibility: visible; }

/* line 77, theme.scss */
body:not([data-theme-template=product]) .product-modal .modal-content {
  max-width: 450px; }

/* line 82, theme.scss */
.modal-content {
  background-color: #fff;
  padding: 30px;
  position: relative;
  overflow: auto; }

/* line 89, theme.scss */
.modal-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

/* line 104, theme.scss */
.modal-title {
  font-size: 24px;
  font-weight: 500; }

/* line 109, theme.scss */
body:not([data-theme-template=product]) .product-modal .modal-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }

/* line 115, theme.scss */
.product-modal .modal-footer {
  display: flex;
  gap: 10px;
  margin-top: 15px; }

/* line 121, theme.scss */
.variant-row {
  flex-grow: 1; }

/* line 125, theme.scss */
.product-modal .modal-footer button {
  flex: 1; }

/* line 129, theme.scss */
.modal-footer button[disabled] {
  opacity: .6; }

/* line 133, theme.scss */
.product-modal .size-btn {
  background: none;
  border: 1px solid #eaeaea;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  transition: .3s; }

/* line 142, theme.scss */
.product-modal .size-btn:hover,
.product-modal .size-btn:focus-visible {
  border-color: var(--color-btn-bg); }

/* line 147, theme.scss */
.product-modal .size-btn.selected {
  border-color: var(--color-btn-bg); }

/* line 151, theme.scss */
.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8; }

/* line 157, theme.scss */
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite; }

/* line 173, theme.scss */
body[data-theme-template=product] .product-modal .modal-content {
  max-width: 640px; }

/* line 177, theme.scss */
.related-products .product-preview {
  border: 1px solid var(--bg-minor-shade);
  padding: 10px;
  border-radius: var(--product-border-radius);
  background-color: var(--product-bg);
  transition: .3s; }

/* line 185, theme.scss */
.related-products .product-preview__area-photo {
  margin-bottom: 20px; }

/* line 189, theme.scss */
.related-products .product-preview__area-photo img {
  object-fit: contain; }

/* line 193, theme.scss */
.related-products .product-preview__area-title {
  margin-bottom: 1rem;
  word-break: break-word;
  text-align: var(--product-info-align); }

/* line 199, theme.scss */
.related-products .product-preview__title {
  text-align: center; }

/* line 203, theme.scss */
.related-products .product-preview__title a {
  text-decoration: none; }

/* line 207, theme.scss */
.related-products .product-preview__area-bottom {
  text-align: center; }

/* line 211, theme.scss */
.related-products .product-preview__price-cur {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: var(--product-info-align); }

/* line 219, theme.scss */
.related-products-pagination {
  position: static;
  margin-top: 15px; }

/* line 224, theme.scss */
.related-products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-btn-bg); }

/* line 228, theme.scss */
.related-products-footer-btn {
  display: flex;
  width: 50% !important; }

/* line 233, theme.scss */
.related-products__nav div {
  width: 32px;
  height: 50px;
  background: var(--color-btn-bg);
  transition: .3s; }

/* line 240, theme.scss */
.related-products__nav div:hover {
  background: var(--color-btn-bg-minor-shade); }

/* line 244, theme.scss */
.related-products__nav div::after {
  font-size: 15px;
  color: #fff; }

/* line 249, theme.scss */
.related-products-prev {
  left: 0; }

/* line 253, theme.scss */
.related-products-next {
  right: 0; }

/* line 257, theme.scss */
.related-products .product-preview {
  height: 100%; }

/* line 261, theme.scss */
.related-products .swiper-slide {
  height: auto; }

/* line 265, theme.scss */
.related-products .product-preview:hover {
  border-color: var(--product-bg); }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
@media screen and (max-width: 767px) {
  /* line 274, theme.scss */
  body[data-theme-template=product] .product-modal .modal-footer {
    flex-direction: column; }

  /* line 277, theme.scss */
  .product-modal .modal-footer .related-products-footer-btn {
    width: 100% !important;
    flex: unset; }

  /* line 282, theme.scss */
  .modal-content {
    padding: 15px; } }
/* line 1, custom.css */
.product-preview__price-old {
  display: none !important; }

/* line 5, custom.css */
.header-mobile-search {
  display: inline-flex;
  font-size: 25px;
  align-items: center;
  justify-items: center;
  position: relative;
  top: -2px;
  border: 0;
  background: none;
  line-height: 0;
  height: 50px; }

/* line 18, custom.css */
.header-mobile-search span.icon-search {
  color: #333333;
  font-weight: 700; }

/* line 25, custom.css */
a[data-navigation-link="/collection/rasprodazha-ugg-75"] {
  color: red !important;
  font-weight: 700 !important; }

@media screen and (max-width: 767px) {
  /* line 31, custom.css */
  .layout .navigation-bar {
    display: none; }

  /* line 34, custom.css */
  .page_layout-clear header {
    display: block;
    position: sticky;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 33; }

  /* line 43, custom.css */
  body .widget-type_widget_v4_header_1_28583e3caaa2201c2268705f0446d609 .header-mobile-panel__logo img {
    max-height: 60px; } }
