@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* 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, #5A5656);
  --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, #6c6868);
  --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, #7d7878);
  --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, #aeaaaa);
  --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, #B78888);
  --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, #c49d9d);
  --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, #d0b1b1);
  --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, #f4eded);
  --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, #5A5656);
  --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, #6c6868);
  --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, #7d7878);
  --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, #aeaaaa);
  --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, '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.5);
  --heading-weight:var(--draft-heading-weight, 300);
  --collection_count:var(--draft-collection_count, 6);
  --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, 1450px);
  --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, 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 27, theme.scss */
.page_layout_sticky_left > aside > [data-sidebar], .page_layout_sticky_right > aside > [data-sidebar] {
  top: 79px; }

@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CeraPro';
  src: url("CeraPro-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
/* line 71, theme.scss */
body, button, input, optgroup, select, textarea {
  font-family: 'CeraPro'; }

/* line 72, theme.scss */
.page_layout_section_top {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" ". sidebar main ." "section-bottom section-bottom section-bottom section-bottom" "footer footer footer footer";
  grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content) minmax(auto, max-content); }
  @media screen and (max-width: 767px) {
    /* line 72, theme.scss */
    .page_layout_section_top {
      grid-template-areas: "header" "section-top" "sidebar" "main" "section-bottom" "footer";
      grid-template-rows: max-content; } }

/* line 75, theme.scss */
.page_section_bottom {
  grid-area: section-bottom;
  grid-column: 1/-1; }

/* line 76, theme.scss */
header {
  position: relative;
  z-index: 2; }

/* line 78, theme.scss */
body:not([data-theme-template="index"]) header {
  position: sticky;
  top: 0;
  z-index: 2; }

/* line 82, theme.scss */
.is-success-notice {
  background-color: #797979!important;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300; }
  /* line 83, theme.scss */
  .is-success-notice .icon-check {
    display: none; }

/* line 86, theme.scss */
.page_layout > aside {
  position: relative;
  z-index: 0; }

/* sizes */
/* line 89, theme.scss */
.modal-sizes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  z-index: 3;
  display: none; }

/* line 100, theme.scss */
.table-sizes {
  background: #fff;
  width: 594px;
  height: 100vh;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -594px;
  overflow: auto; }
  @media (max-width: 767px) {
    /* line 100, theme.scss */
    .table-sizes {
      max-height: calc(100vh - 100px);
      overflow: hidden;
      overflow-y: auto;
      height: auto;
      border-radius: 10px 10px 0 0; } }

/* line 120, theme.scss */
.table-sizes .table-sizes__header {
  text-align: center;
  position: relative; }

/* line 125, theme.scss */
.table-sizes .table-sizes__title {
  margin-bottom: 45px;
  font-family: 'CeraPro';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #5A5656; }
  @media (max-width: 767px) {
    /* line 125, theme.scss */
    .table-sizes .table-sizes__title {
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 40px; } }

/* line 143, theme.scss */
.table-sizes .table-sizes__content_description {
  margin-bottom: 25px;
  padding: 0 35px;
  text-align: center; }

/* line 149, theme.scss */
.table-sizes .table-sizes__content_table_header {
  display: flex;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

/* line 161, theme.scss */
.table-sizes .table-sizes__header .table-sizes__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(https://static.insales-cdn.com/files/1/5756/27932284/original/cross.svg) center no-repeat;
  background-size: 100%;
  cursor: pointer; }
  @media (max-width: 767px) {
    /* line 161, theme.scss */
    .table-sizes .table-sizes__header .table-sizes__close {
      width: 20px;
      height: 20px; } }

/* line 176, theme.scss */
.table-sizes .table-sizes__content_table_header div {
  width: 100%; }
  @media (max-width: 767px) {
    /* line 176, theme.scss */
    .table-sizes .table-sizes__content_table_header div {
      word-break: break-all; } }

/* line 184, theme.scss */
.table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  justify-content: space-between; }

/* line 191, theme.scss */
.table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row:last-child {
  border-bottom: 1px solid #000; }

/* line 195, theme.scss */
.table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row div {
  text-align: center;
  width: 100%; }
  /* line 203, theme.scss */
  .table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row div.table_size--размер {
    order: -1; }
  /* line 206, theme.scss */
  .table-sizes .table-sizes__content_table_rows .table-sizes__content_table_row div:empty {
    display: none; }

/* line 211, theme.scss */
.table-sizes .table-sizes__content_bottom_description {
  margin: 30px 0 20px;
  font-size: 14px; }

/* line 216, theme.scss */
.table-sizes__content_buttons {
  display: flex; }

/* line 220, theme.scss */
.table-sizes__content_buttons a {
  padding: 12px 18px;
  height: 44px;
  line-height: 44px;
  margin-right: 12px;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 6px;
  text-decoration: none;
  color: #797979;
  display: flex;
  align-items: center; }

/* line 233, theme.scss */
.table-sizes__content_buttons a:last-child {
  margin-right: 0; }

/* line 237, theme.scss */
.table-sizes__content_buttons a:hover {
  background: rgba(217, 217, 217, 0.7); }

/* line 241, theme.scss */
.table-sizes__content_buttons a img {
  margin-right: 5px; }

/* line 245, theme.scss */
.sizes-block {
  color: #5A5656;
  margin-top: 20px; }

/* line 250, theme.scss */
.sizes-block .sizes-block-title {
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }
  /* line 258, theme.scss */
  .sizes-block .sizes-block-title img {
    transform: rotate(-90deg); }

@media all and (max-width: 767px) {
  /* line 264, theme.scss */
  .table-sizes {
    width: 100%;
    padding: 20px;
    top: auto;
    bottom: -100%;
    right: 0; }

  /* line 272, theme.scss */
  .table-sizes .table-sizes__content_table_header div {
    font-size: 12px;
    padding: 0 0 5px 5px; }

  /* line 286, theme.scss */
  .table-sizes__content_buttons a {
    padding: 12px 9px; } }
/* skeleton */
@keyframes skeleton_fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/*** footer ***/
/* line 302, theme.scss */
body.skeleton .widget-type_footer .layout__content .menu div {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 310, theme.scss */
body.skeleton .widget-type_footer .layout__content .menu li a {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 318, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback .title {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 326, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback form input {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  font-size: 0;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 335, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback form button {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 343, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback .desc {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 351, theme.scss */
body.skeleton .widget-type_footer .layout__content .feedback .copyright {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/*** header ***/
/* line 360, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .menu li a {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 368, theme.scss */
body.skeleton .logo {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 376, theme.scss */
body.skeleton .logo img {
  opacity: 0; }

/* line 380, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li.search:not(.ajax-search-item) form {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  overflow: hidden;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 389, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li.search:not(.ajax-search-item) form button {
  opacity: 0; }

/* line 393, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li.search:not(.ajax-search-item) form input {
  opacity: 0; }

/* line 397, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .grid .control li:not(.ajax-search-item) a:not(.ajax-search-link) {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 405, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .js-slider .splide__slide * {
  opacity: 0; }

/* line 409, theme.scss */
body.skeleton .widget-type_header-slider .layout__content .js-slider .splide__slide .title {
  background: #DFDFDF;
  color: transparent;
  display: table;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/*** sliders ***/
/* line 418, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 425, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .title a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 432, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .title a svg {
  opacity: 0; }

/* line 436, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .splide__arrows .splide__arrow {
  opacity: 0; }

/* line 440, theme.scss */
body.skeleton .widget-type_carousel-product .splide__slide {
  background: #DFDFDF;
  color: transparent;
  border-radius: 5px;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 447, theme.scss */
body.skeleton .widget-type_carousel-product .layout__content .grid .card {
  opacity: 0; }

/*** recently ***/
/* line 452, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 460, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card .name {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  margin: 8px auto 8px 0;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 469, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card .prices span {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 477, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .splide__arrows .splide__arrow {
  opacity: 0; }

/* line 481, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 5px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 489, theme.scss */
body.skeleton .widget-type_recently-product .layout__content .card a img {
  opacity: 0; }

/*** baner ***/
/* line 494, theme.scss */
body.skeleton .widget-type_banner-col .layout__content .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  margin: 0 auto;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 503, theme.scss */
body.skeleton .widget-type_banner-col .layout__content a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 0;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 511, theme.scss */
body.skeleton .widget-type_banner-col .layout__content a * {
  opacity: 0; }

/*** breadcrumbs ***/
/* line 516, theme.scss */
body.skeleton .widget-type_widget_v4_breadcrumbs_1_7478bf410e945871f6459f122a0afd8f .breadcrumb-wrapper ul li a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 524, theme.scss */
body.skeleton .widget-type_widget_v4_breadcrumbs_1_7478bf410e945871f6459f122a0afd8f .breadcrumb-wrapper ul li span {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/*** catalog ***/
/* line 533, theme.scss */
body.skeleton .widget-type_collection-sidebar .layout__content .title {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate;
  padding: 0;
  margin: 10px 0 30px 20px; }

/* line 543, theme.scss */
body.skeleton .widget-type_collection-sidebar .layout__content ul li a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate;
  padding: 0;
  margin: 10px; }

/* line 553, theme.scss */
body.skeleton .filter-top-controls__filter-btn {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 561, theme.scss */
body.skeleton .filter-top-controls__filter-btn * {
  opacity: 0; }

/* line 565, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card .name {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  margin: 8px auto 8px 0;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 574, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card .prices span {
  background: #DFDFDF;
  color: transparent;
  border-radius: 9999px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 582, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card a {
  background: #DFDFDF;
  color: transparent;
  border-radius: 5px;
  display: table;
  animation: skeleton_fade 1s linear infinite alternate; }

/* line 590, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card .image picture {
  opacity: 0; }

/* line 594, theme.scss */
body.skeleton .widget-type_collection .layout__content .grid .card a svg {
  display: none; }

/*** ellipsis ***/
/* line 599, theme.scss */
.widget-type_recently-product .layout__content .card .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 608, theme.scss */
.show-mobile header, .show-mobile footer, .show-mobile main {
  display: none; }

/* line 611, theme.scss */
.js-mobile-scroll {
  z-index: 2;
  display: flex;
  flex-flow: column; }
  /* line 613, theme.scss */
  .js-mobile-scroll > a {
    z-index: 2;
    position: fixed;
    top: 35px;
    right: 35px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    text-decoration: none; }
  /* line 616, theme.scss */
  .js-mobile-scroll .arrows {
    position: fixed;
    top: 50%;
    right: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: auto; }
    /* line 618, theme.scss */
    .js-mobile-scroll .arrows .numb {
      margin: 10px 0;
      font-size: 10px;
      line-height: 13px;
      text-align: center;
      color: #fff; }
    /* line 621, theme.scss */
    .js-mobile-scroll .arrows .arrow {
      -webkit-appearance: none;
      outline: none;
      border: none;
      background-color: transparent;
      width: auto;
      height: auto;
      position: initial;
      transform: none;
      padding: 0;
      margin: 0; }
      /* line 622, theme.scss */
      .js-mobile-scroll .arrows .arrow--prev {
        display: none; }
      /* line 624, theme.scss */
      .js-mobile-scroll .arrows .arrow svg {
        width: auto;
        height: 25px;
        transform: none; }
  /* line 629, theme.scss */
  .js-mobile-scroll .splide__slide {
    width: 100%;
    display: block;
    transform: none; }
    /* line 631, theme.scss */
    .js-mobile-scroll .splide__slide + .splide__slide {
      margin-top: 16px; }
    /* line 632, theme.scss */
    .js-mobile-scroll .splide__slide video {
      width: 100%;
      height: -webkit-fill-available;
      object-fit: cover;
      object-position: center;
      display: block; }
    /* line 635, theme.scss */
    .js-mobile-scroll .splide__slide picture {
      width: 100%;
      display: block; }
      /* line 637, theme.scss */
      .js-mobile-scroll .splide__slide picture img {
        width: 100%;
        height: -webkit-fill-available;
        object-fit: cover;
        object-position: center;
        display: block; }

/* Client account / login page */
/* line 645, theme.scss */
body.rf-client-account-page main {
  width: 100%; }

/* line 648, theme.scss */
body.rf-client-account-page main > .layout {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: block !important; }

/* line 654, theme.scss */
body.rf-client-account-page main > .layout > .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important; }

/* line 661, theme.scss */
body.rf-client-account-page .checkout-v2-wrapper.co-section--content_wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important; }

/* line 667, theme.scss */
body.rf-client-account-page .co-section--content {
  width: min(460px, calc(100vw - 32px)) !important;
  max-width: 460px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important; }

/* line 674, theme.scss */
body.rf-client-account-page .co-section--checkout_header,
body.rf-client-account-page .co-section--checkout_header.co-checkout-block--padded {
  width: 100% !important;
  max-width: 460px !important;
  margin: 0 auto 28px !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important; }

/* line 683, theme.scss */
body.rf-client-account-page .co-checkout-title,
body.rf-client-account-page .co-title--h1 {
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important; }

/* line 689, theme.scss */
body.rf-client-account-page .co-section--content form {
  display: block !important;
  width: 460px !important;
  max-width: calc(100vw - 32px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important; }

/* line 697, theme.scss */
body.rf-client-account-page .co-section--content form > *,
body.rf-client-account-page .co-section--content form .co-input,
body.rf-client-account-page .co-section--content form .co-input-wrapper,
body.rf-client-account-page .co-section--content form .co-form-row,
body.rf-client-account-page .co-section--content form .co-form-field {
  box-sizing: border-box !important; }

/* line 704, theme.scss */
body.rf-client-account-page .co-section--content form input,
body.rf-client-account-page .co-section--content form select {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  border: 1px solid #c9c3bf !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #5a5656 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  outline: none !important; }

/* line 723, theme.scss */
body.rf-client-account-page .co-section--content form input::placeholder {
  color: #a7a09c !important;
  opacity: 1 !important; }

/* line 727, theme.scss */
body.rf-client-account-page .co-section--content form input:focus,
body.rf-client-account-page .co-section--content form select:focus {
  border-color: #5a5656 !important;
  box-shadow: none !important; }

/* line 732, theme.scss */
body.rf-client-account-page .co-section--content form input[type="tel"],
body.rf-client-account-page .co-section--content form input[name="phone"],
body.rf-client-account-page .co-section--content form input[id="phone"] {
  width: 100% !important; }

/* line 737, theme.scss */
body.rf-client-account-page .co-section--content form button,
body.rf-client-account-page .co-section--content form input[type="submit"],
body.rf-client-account-page .co-section--content form [type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 50px !important;
  margin: 18px 0 0 !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  border: 1px solid #5a5656 !important;
  border-radius: 0 !important;
  background: #5a5656 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .2s ease,border-color .2s ease,opacity .2s ease !important; }

/* line 762, theme.scss */
body.rf-client-account-page .co-section--content form button:hover,
body.rf-client-account-page .co-section--content form input[type="submit"]:hover,
body.rf-client-account-page .co-section--content form [type="submit"]:hover {
  background: #4f4947 !important;
  border-color: #4f4947 !important; }

/* line 768, theme.scss */
body.rf-client-account-page .co-section--content form button:active,
body.rf-client-account-page .co-section--content form input[type="submit"]:active,
body.rf-client-account-page .co-section--content form [type="submit"]:active {
  opacity: .9 !important; }

/* line 773, theme.scss */
body.rf-client-account-page .co-section--content form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #5a5656 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important; }

/* line 782, theme.scss */
body.rf-client-account-page .co-section--content form .co-form-field + .co-form-field,
body.rf-client-account-page .co-section--content form .co-form-row + .co-form-row {
  margin-top: 18px !important; }

/* line 786, theme.scss */
body.rf-client-account-page .co-section--content form a {
  color: #8b7770 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important; }

/* line 791, theme.scss */
body.rf-client-account-page .co-section--content form a:hover {
  color: #5a5656 !important; }

/* line 794, theme.scss */
body.rf-client-account-page .co-section--content > a {
  display: block !important;
  width: 460px !important;
  max-width: calc(100vw - 32px) !important;
  margin: 20px auto 0 !important;
  text-align: left !important; }

@media (max-width: 767px) {
  /* line 803, theme.scss */
  body.rf-client-account-page .co-section--content {
    width: calc(100vw - 32px) !important;
    max-width: none !important; }

  /* line 807, theme.scss */
  body.rf-client-account-page .co-section--checkout_header,
  body.rf-client-account-page .co-section--checkout_header.co-checkout-block--padded {
    width: 100% !important;
    max-width: none !important; } }
/* Client account v7 — desktop width + newsletter form styling */
/* line 816, theme.scss */
body.rf-client-account-page .co-section--content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important; }

/* line 826, theme.scss */
body.rf-client-account-page .co-section--content > *:not(.co-section--checkout_header) {
  width: 100% !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  box-sizing: border-box !important; }

/* line 834, theme.scss */
body.rf-client-account-page .co-section--content form,
body.rf-client-account-page .co-section--content .co-form,
body.rf-client-account-page .co-section--content [class*="co-form"],
body.rf-client-account-page .co-section--content [class*="co-login"] {
  width: 100% !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  box-sizing: border-box !important; }

/* line 845, theme.scss */
body.rf-client-account-page .co-section--content form input,
body.rf-client-account-page .co-section--content form textarea,
body.rf-client-account-page .co-section--content form select {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: rgba(217, 217, 217, 0.3) !important;
  color: #5a5656 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 0 18px !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important; }

/* line 865, theme.scss */
body.rf-client-account-page .co-section--content form input::placeholder {
  color: #b8b8b8 !important;
  opacity: 1 !important; }

/* line 869, theme.scss */
body.rf-client-account-page .co-section--content form input:focus,
body.rf-client-account-page .co-section--content form select:focus {
  border: 0 !important;
  box-shadow: 0 0 0 1px rgba(90, 86, 86, 0.18) !important; }

/* line 874, theme.scss */
body.rf-client-account-page .co-section--content form button,
body.rf-client-account-page .co-section--content form .co-button,
body.rf-client-account-page .co-section--content form .button,
body.rf-client-account-page .co-section--content form input[type="submit"],
body.rf-client-account-page .co-section--content form [type="submit"] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 12px 0 0 !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: #d9d9d9 !important;
  color: #5a5656 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .2s ease,color .2s ease !important; }

/* line 902, theme.scss */
body.rf-client-account-page .co-section--content form button:hover,
body.rf-client-account-page .co-section--content form .co-button:hover,
body.rf-client-account-page .co-section--content form .button:hover,
body.rf-client-account-page .co-section--content form input[type="submit"]:hover,
body.rf-client-account-page .co-section--content form [type="submit"]:hover {
  background-color: #5a5656 !important;
  color: var(--bg, #fff) !important; }

/* line 910, theme.scss */
body.rf-client-account-page .co-section--content form label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  color: #5a5656 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important; }

/* line 919, theme.scss */
body.rf-client-account-page .co-section--content form a {
  color: #8b7770 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important; }

@media (min-width: 768px) {
  /* line 925, theme.scss */
  body.rf-client-account-page .co-section--checkout_header {
    width: 100% !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* line 932, theme.scss */
  body.rf-client-account-page .co-section--content > a {
    width: 820px !important;
    max-width: calc(100vw - 48px) !important;
    margin: 20px auto 0 !important;
    text-align: left !important; } }
@media (max-width: 767px) {
  /* line 940, theme.scss */
  body.rf-client-account-page .co-section--content {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }

  /* line 945, theme.scss */
  body.rf-client-account-page .co-section--content > *:not(.co-section--checkout_header),
  body.rf-client-account-page .co-section--content form,
  body.rf-client-account-page .co-section--content .co-form,
  body.rf-client-account-page .co-section--content [class*="co-form"],
  body.rf-client-account-page .co-section--content [class*="co-login"] {
    width: 100% !important;
    max-width: 460px !important; }

  /* line 953, theme.scss */
  body.rf-client-account-page .co-section--checkout_header {
    width: 100% !important;
    max-width: 460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* Keep the mobile geometry that is already working, but use the newsletter's softer surfaces. */
  /* line 961, theme.scss */
  body.rf-client-account-page .co-section--content form input,
  body.rf-client-account-page .co-section--content form textarea,
  body.rf-client-account-page .co-section--content form select {
    height: 50px !important;
    min-height: 50px !important; }

  /* line 967, theme.scss */
  body.rf-client-account-page .co-section--content form button,
  body.rf-client-account-page .co-section--content form .co-button,
  body.rf-client-account-page .co-section--content form .button,
  body.rf-client-account-page .co-section--content form input[type="submit"],
  body.rf-client-account-page .co-section--content form [type="submit"] {
    height: 50px !important;
    min-height: 50px !important;
    margin-top: 18px !important; } }
/* Client account: active code button, matching the newsletter form */
/* line 979, theme.scss */
body.rf-client-account-page .co-section--content form button.rf-phone-filled,
body.rf-client-account-page .co-section--content form .co-button.rf-phone-filled,
body.rf-client-account-page .co-section--content form .button.rf-phone-filled,
body.rf-client-account-page .co-section--content form input[type="submit"].rf-phone-filled,
body.rf-client-account-page .co-section--content form [type="submit"].rf-phone-filled {
  background-color: #797979 !important;
  color: var(--bg, #fff) !important;
  border-color: #797979 !important; }

/* line 989, theme.scss */
body.rf-client-account-page .co-section--content form button.rf-phone-filled:hover,
body.rf-client-account-page .co-section--content form .co-button.rf-phone-filled:hover,
body.rf-client-account-page .co-section--content form .button.rf-phone-filled:hover,
body.rf-client-account-page .co-section--content form input[type="submit"].rf-phone-filled:hover,
body.rf-client-account-page .co-section--content form [type="submit"].rf-phone-filled:hover {
  background-color: #5a5656 !important;
  border-color: #5a5656 !important; }

/* Checkout / order form — same visual language as Client Account.
   Important: .co-input is a field WRAPPER in InSales.
   Only .co-input-field is the actual form control. */
/* line 1002, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-input {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 1017, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-input-field {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: rgba(217, 217, 217, 0.3) !important;
  color: #5a5656 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important; }

/* line 1040, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order textarea {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 100px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: rgba(217, 217, 217, 0.3) !important;
  color: #5a5656 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  resize: vertical !important; }

/* line 1059, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order select {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: rgba(217, 217, 217, 0.3) !important;
  color: #5a5656 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  outline: none !important; }

/* line 1078, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input::placeholder,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order textarea::placeholder {
  color: #b8b8b8 !important;
  opacity: 1 !important; }

/* line 1084, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-input-field:focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input:focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order textarea:focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order select:focus {
  border: 0 !important;
  box-shadow: 0 0 0 1px rgba(90, 86, 86, 0.18) !important;
  outline: none !important; }

/* line 1093, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label {
  display: block !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #5a5656 !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  background: transparent !important; }

/* line 1105, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order button,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-button,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .button,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="submit"],
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order [type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  margin-top: 12px !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: #797979 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .2s ease,color .2s ease,opacity .2s ease !important; }

/* line 1135, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order button:hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-button:hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .button:hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="submit"]:hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order [type="submit"]:hover {
  background-color: #5a5656 !important;
  color: #fff !important; }

/* line 1144, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order button:disabled,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-button:disabled,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="submit"]:disabled {
  opacity: .55 !important;
  cursor: not-allowed !important; }

@media (max-width: 767px) {
  /* line 1152, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-input-field,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order select {
    height: 50px !important;
    min-height: 50px !important; }

  /* line 1158, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order button,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .co-button,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order .button,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="submit"],
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order [type="submit"] {
    height: 50px !important;
    min-height: 50px !important;
    margin-top: 18px !important; } }
/* Поиск: заголовок «Поиск» не показываем, как на страницах категорий. */
/* line 1172, theme.scss */
[class*="widget-type_widget_v4_page_title"] .title.search-page-title {
  display: none !important; }

/* Заголовок обычных информационных страниц — как в личном кабинете */
/* line 1177, theme.scss */
[class*="widget-type_widget_v4_page_title"] .title {
  width: 100% !important;
  max-width: none !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  color: #5a5656 !important; }

/* Убираем внутренние отступы самого блока заголовка на информационных страницах */
/* line 1193, theme.scss */
[class*="widget-type_widget_v4_page_title"] .layout__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Скрываем хлебные крошки на информационных страницах */
/* line 1199, theme.scss */
[class*="widget-type_widget_v4_breadcrumbs"] {
  display: none !important; }

/*
 * IMPORTANT:
 * The previous navigation experiment was removed here.
 * It set body { visibility:hidden; opacity:0 } while html.rf-page-loading
 * was present. If the corresponding JavaScript failed or did not run,
 * the entire site stayed invisible and produced a white screen.
 * No global body hiding is used in this file.
 */
/* =========================================================
   SEARCH RESULTS — mobile: exactly the same geometry as category
   ========================================================= */
@media screen and (max-width: 767px) {
  /* Search page has its own page-title widget.
     Hide the whole widget, not just the h1, so its layout
     cannot leave an empty vertical area. */
  /* line 1221, theme.scss */
  body[data-theme-template="search"] [class*="widget-type_widget_v4_page_title"] {
    display: none !important; }

  /* Use the same collection geometry as the category page. */
  /* line 1226, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 1231, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid {
    display: grid !important;
    grid-template-columns: repeat(2, calc(50% - 4px)) !important;
    grid-gap: 45px 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important; }

  /* Each product is wrapped in an extra div by collection/snippet.liquid. */
  /* line 1242, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important; }

  /* line 1248, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-flow: column !important;
    position: relative !important; }

  /* line 1256, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card .image,
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card .image picture {
    display: block !important;
    width: 100% !important; }

  /* line 1262, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card .image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 4px !important; }

  /* line 1272, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card .name {
    margin: 8px 0 5px !important;
    line-height: 1 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important; }

  /* line 1280, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card .prices {
    display: flex !important;
    align-items: center !important;
    line-height: 1 !important; }

  /* line 1286, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card .color-vartiants {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important; }

  /* line 1293, theme.scss */
  body[data-theme-template="search"] .widget-type_collection .layout__content .grid > div .card [data-ui-favorites-trigger] {
    top: 12px !important;
    right: 12px !important; } }
/* =========================================================
   CHECKOUT — delivery & payment radio controls
   RachellFabri neutral grey styling
   ========================================================= */
/* line 1304, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="radio"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 16px 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: 1.5px solid #a8a4a2 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  transition: border-color .18s ease,background-color .18s ease,box-shadow .18s ease !important; }

/* line 1326, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="radio"]:checked {
  border-color: #797979 !important;
  background: #797979 !important;
  box-shadow: inset 0 0 0 5px #fff !important; }

/* line 1332, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="radio"]:hover {
  border-color: #797979 !important; }

/* line 1336, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="radio"]:focus-visible {
  box-shadow: 0 0 0 2px rgba(121, 121, 121, 0.18) !important; }

/* Radio option rows: keep the control and text on one clean baseline. */
/* line 1341, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label:has(input[type="radio"]) {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #5a5656 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  cursor: pointer !important; }

/* line 1355, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label:has(input[type="radio"]) input[type="radio"] {
  margin-top: 18px !important; }

/* If the checkout renders the radio as a sibling of the text label,
   align the immediate option container in the same visual language. */
/* line 1361, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order :is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]) {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #5a5656 !important; }

/* line 1371, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order :is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]) label {
  margin: 0 !important;
  padding: 0 !important;
  color: #5a5656 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important; }

@media (max-width: 767px) {
  /* line 1381, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order input[type="radio"] {
    flex-basis: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    margin-right: 16px !important; }

  /* line 1390, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label:has(input[type="radio"]) {
    margin-bottom: 18px !important;
    font-size: 17px !important;
    line-height: 1.45 !important; } }
/* =========================================================
   CHECKOUT — remove duplicate legacy radio decorations
   and normalize delivery/payment headings
   ========================================================= */
/* line 1401, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label:has(input[type="radio"])::before,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label:has(input[type="radio"])::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important; }

/* Some InSales checkout versions put the old visual radio on a wrapper. */
/* line 1415, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order :is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"])::before,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order :is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"])::after {
  content: none !important;
  display: none !important; }

/* Delivery/payment section and option headings: 17px. */
/* line 1422, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order h2,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order h3,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order h4,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order :is(.co-title,.co-block-title,.co-section-title,.co-checkout-block-title):not(.co-title--h1),
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order :is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]) :is(h2,h3,h4,.title,.name,.label,.co-title,.co-option-title,.co-delivery-title,.co-payment-title) {
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important; }

/* Option text itself must not inherit an oversized component font. */
/* line 1433, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order label:has(input[type="radio"]) :is(span,strong,b,.name,.title,.label,.co-option-title,.co-delivery-title,.co-payment-title) {
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important; }

/* =========================================================
   CHECKOUT v20 — remove only the legacy visual radio.
   Important: never hide an element that contains the real
   input[type="radio"].
   ========================================================= */
/* Common InSales markup: the legacy circle can be a small
   sibling span next to the real radio input. */
/* line 1447, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content
.co-section--checkout_order label:has(input[type="radio"])
input[type="radio"] + span {
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important; }

/* Restore the real radio after the sibling reset above. */
/* line 1462, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content
.co-section--checkout_order label:has(input[type="radio"])
input[type="radio"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-block !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 12px 16px 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: 1.5px solid #a8a4a2 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 1482, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content
.co-section--checkout_order label:has(input[type="radio"])
input[type="radio"]:checked {
  border-color: #797979 !important;
  background: #797979 !important;
  box-shadow: inset 0 0 0 5px #fff !important; }

/* =========================================================
   CHECKOUT — personal-data consent text
   ========================================================= */
/* line 1494, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(.co-checkout_agreement,.co-agreement,.co-consent,.co-confirmation,.co-order-confirmation,[class*="agreement"],[class*="consent"],[class*="privacy"],[class*="personal-data"]),
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(.co-checkout_agreement,.co-agreement,.co-consent,.co-confirmation,.co-order-confirmation,[class*="agreement"],[class*="consent"],[class*="privacy"],[class*="personal-data"]) :is(p,label,span,a) {
  font-size: 14px !important;
  line-height: 1.45 !important; }

/* =========================================================
   CHECKOUT v26 — collapse delivery/payment descriptions.
   Titles stay visible for every option; only the description
   of the checked option is shown.
   ========================================================= */
/* line 1508, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]) :is([class*="description"], [class*="Description"],
[class*="descr"], [class*="Descr"],
[class*="delivery-description"], [class*="payment-description"],
[class*="delivery_description"], [class*="payment_description"],
[class*="option-description"], [class*="option_description"],
[class*="subtitle"], [class*="sub-title"],
[class*="hint"], [class*="details"], [class*="comment"],
[class*="price"], [class*="Price"], [class*="cost"], [class*="Cost"],
[class*="amount"], [class*="Amount"], [class*="fee"], [class*="Fee"],
[class*="delivery-price"], [class*="payment-price"],
.co-price, .co-delivery-price, .co-payment-price) {
  display: none !important; }

/* line 1525, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]:checked) :is([class*="description"], [class*="Description"],
[class*="descr"], [class*="Descr"],
[class*="delivery-description"], [class*="payment-description"],
[class*="delivery_description"], [class*="payment_description"],
[class*="option-description"], [class*="option_description"],
[class*="subtitle"], [class*="sub-title"],
[class*="hint"], [class*="details"], [class*="comment"],
[class*="price"], [class*="Price"], [class*="cost"], [class*="Cost"],
[class*="amount"], [class*="Amount"], [class*="fee"], [class*="Fee"],
[class*="delivery-price"], [class*="payment-price"],
.co-price, .co-delivery-price, .co-payment-price) {
  display: block !important; }

/* Checkout order form: remove horizontal outer padding. */
/* line 1543, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order_sided {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* =========================================================
   CHECKOUT v29 — remove hover/focus frames around radio options
   ========================================================= */
/* line 1552, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]):hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]):focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]):focus-visible,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]):focus-within,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]):hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]):focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]):focus-visible,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(.co-radio,.co-radio-row,.co-delivery-option,.co-payment-option):has(input[type="radio"]):focus-within {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important; }

/* line 1573, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
input[type="radio"]:hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
input[type="radio"]:focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
input[type="radio"]:focus-visible {
  outline: none !important;
  box-shadow: none !important; }

/* line 1583, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]) *:hover,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]) *:focus,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
label:has(input[type="radio"]) *:focus-visible {
  outline: none !important; }

/* Hide only the standalone "Доставка" heading above the locality field. */
/* line 1594, theme.scss */
.checkout-v2-wrapper .co-section--checkout_order h1:has(+ *),
.checkout-v2-wrapper .co-section--checkout_order h2:has(+ *),
.checkout-v2-wrapper .co-section--checkout_order h3:has(+ *),
.checkout-v2-wrapper .co-section--checkout_order h4:has(+ *),
.checkout-v2-wrapper .co-section--checkout_order h5:has(+ *),
.checkout-v2-wrapper .co-section--checkout_order h6:has(+ *) {
  /* intentionally scoped; JS below performs the exact text match */ }

/* v3: hide checkout options explicitly marked unavailable. */
/* line 1605, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(label, .co-toggleable, [class*="toggleable"], .co-radio, .co-radio-row,
.co-delivery-option, .co-payment-option, [class*="delivery-option"],
[class*="payment-option"])[aria-disabled="true"],
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(label, .co-toggleable, [class*="toggleable"], .co-radio, .co-radio-row,
.co-delivery-option, .co-payment-option, [class*="delivery-option"],
[class*="payment-option"]).is-disabled,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(label, .co-toggleable, [class*="toggleable"], .co-radio, .co-radio-row,
.co-delivery-option, .co-payment-option, [class*="delivery-option"],
[class*="payment-option"]).unavailable,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
:is(label, .co-toggleable, [class*="toggleable"], .co-radio, .co-radio-row,
.co-delivery-option, .co-payment-option, [class*="delivery-option"],
[class*="payment-option"]).is-unavailable {
  display: none !important; }

/* RachellFabri: never show a payment-method surcharge/price. */
/* line 1626, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
.co-payment_method :is(.co-payment-price,
.co-payment_method-price,
[class*="payment-price"],
[class*="payment_price"]) {
  display: none !important; }

/* RachellFabri: delivery price on the same line as the delivery title. */
/* line 1638, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
.co-delivery_method {
  position: relative !important; }

/* line 1643, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
.co-delivery_method .co-toggable_field-title {
  display: block !important;
  padding-right: 100px !important;
  box-sizing: border-box !important; }

/* line 1650, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order
.co-delivery_method .co-toggable_field-price.co-price--current {
  position: absolute !important;
  top: 3px !important;
  right: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important; }

/* Checkout bottom total row */
/* line 1660, theme.scss */
.rf-checkout-total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  box-sizing: border-box !important; }

/* line 1667, theme.scss */
.rf-checkout-total-label {
  display: block !important; }

/* RachellFabri — Итого над кнопкой "Подтвердить заказ" */
/* line 1673, theme.scss */
#rf-checkout-total.rf-checkout-total {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 18px 0 16px !important;
  padding: 0 !important;
  color: #5a5656 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important; }

/* line 1687, theme.scss */
#rf-checkout-total .rf-checkout-total__label,
#rf-checkout-total .rf-checkout-total__value {
  color: #5a5656 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important; }

/* line 1695, theme.scss */
#rf-checkout-total .rf-checkout-total__value {
  margin-left: auto !important;
  white-space: nowrap !important; }

/* RachellFabri — текст под кнопкой подтверждения заказа */
/* line 1702, theme.scss */
#rf-checkout-payment-notice {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #777 !important; }

/* RachellFabri — отступ после блока способов доставки */
/* line 1719, theme.scss */
.co-delivery_method-list.co-checkout-block {
  margin-bottom: 40px !important; }

/* RachellFabri — заголовок оформления заказа как на странице входа в кабинет */
/* line 1725, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header {
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
  padding-bottom: 32px !important;
  text-align: center !important;
  box-sizing: border-box !important; }

/* line 1734, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header .co-checkout-title,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header h1 {
  margin: 30px 0 0 !important;
  padding: 0 !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  color: #5a5656 !important;
  text-align: center !important; }

@media (max-width: 767px) {
  /* line 1748, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header {
    padding-bottom: 30px !important; }

  /* line 1752, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header .co-checkout-title,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header h1 {
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important; } }
/* RachellFabri — точный верхний отступ заголовка оформления заказа */
/* line 1761, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header {
  padding-top: 20px !important;
  margin-top: 0 !important; }

/* line 1766, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header .co-checkout-title,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header .decorated-title-wrapper,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header h1 {
  margin-top: 0 !important; }

/* RachellFabri — финальная корректировка видимого верхнего отступа */
/* line 1773, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header .decorated-title-wrapper,
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header h1 {
  position: relative !important;
  transform: translateY(-10px) !important; }

/* RachellFabri — точный margin заголовка оформления заказа */
/* line 1780, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .decorated-title-wrapper.co-checkout-title {
  margin: 20px 0 0 !important; }

/* RachellFabri — дополнительный отступ заголовка: 10px */
/* line 1785, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header {
  padding-bottom: 10px !important; }

/* RachellFabri — верхний padding блока заголовка 10px */
/* line 1790, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_header {
  padding-top: 30px !important; }

/* RachellFabri — карточки товаров в правом блоке оформления заказа */
@media (min-width: 768px) {
  /* line 1797, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important; }

  /* line 1804, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) auto !important;
    column-gap: 14px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #d9d9d9 !important;
    box-sizing: border-box !important; }

  /* line 1817, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important; }

  /* line 1823, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-image_container {
    width: 64px !important;
    height: 82px !important;
    margin: 0 !important;
    overflow: hidden !important; }

  /* line 1831, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-image {
    width: 64px !important;
    height: 82px !important;
    margin: 0 !important; }

  /* line 1838, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; }

  /* line 1846, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-description {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #5a5656 !important; }

  /* line 1857, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-total {
    align-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #5a5656 !important; }

  /* line 1869, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-count,
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-total .co-basket_item-count {
    font-size: 14px !important;
    font-weight: 400 !important; }

  /* line 1877, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-price {
    font-size: 15px !important;
    font-weight: 500 !important; }

  /* line 1883, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-description,
  .checkout-v2-wrapper.co-section--checkout_content
  .co-sidebar .co-basket_item-total {
    font-family: 'CeraPro', sans-serif !important; } }
/* RachellFabri — checkout: точная структура карточки как в корзине */
@media screen and (min-width: 768px) {
  /* line 1893, theme.scss */
  .co-sidebar .co-basket_item.checkout-cart-item {
    --item-image-size: 80px;
    display: grid !important;
    grid-template-areas: "image title" "image price" !important;
    grid-template-columns: var(--item-image-size) minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 24px !important;
    row-gap: 3px !important;
    align-items: start !important;
    margin: 0 0 16px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid var(--bg-major-shade) !important; }

  /* line 1907, theme.scss */
  .co-sidebar .co-basket_item.checkout-cart-item:last-child {
    margin-bottom: 0 !important; }

  /* line 1911, theme.scss */
  .co-sidebar .checkout-cart-item .item-image {
    grid-area: image !important;
    width: var(--item-image-size) !important;
    min-width: var(--item-image-size) !important;
    max-width: var(--item-image-size) !important;
    height: 106px !important;
    overflow: hidden !important;
    align-self: start !important; }

  /* line 1921, theme.scss */
  .co-sidebar .checkout-cart-item .item-image .img-ratio,
  .co-sidebar .checkout-cart-item .item-image .img-ratio__inner {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important; }

  /* line 1928, theme.scss */
  .co-sidebar .checkout-cart-item .item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important; }

  /* line 1935, theme.scss */
  .co-sidebar .checkout-cart-item .item-title {
    grid-area: title !important;
    margin: 0 !important;
    min-width: 0 !important;
    color: var(--color-text) !important;
    font-family: 'CeraPro' !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important; }

  /* line 1948, theme.scss */
  .co-sidebar .checkout-cart-item .item-product-name {
    display: block !important; }

  /* line 1952, theme.scss */
  .co-sidebar .checkout-cart-item .cart-variant-line {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px 10px !important;
    margin-top: 8px !important;
    color: var(--color-text-half-shade) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: .02em !important;
    text-transform: none !important; }

  /* line 1965, theme.scss */
  .co-sidebar .checkout-cart-item .cart-variant-color {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    border: 1px solid rgba(90, 80, 75, 0.12) !important;
    overflow: hidden !important; }

  /* line 1975, theme.scss */
  .co-sidebar .checkout-cart-item .cart-variant-value,
  .co-sidebar .checkout-cart-item .cart-quantity-value {
    white-space: nowrap !important; }

  /* line 1980, theme.scss */
  .co-sidebar .checkout-cart-item .item-price {
    grid-area: price !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--color-text) !important;
    font-family: 'CeraPro' !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    white-space: nowrap !important; } }
/* RachellFabri — итоговый блок справа в оформлении заказа: 17px / 400 */
@media (min-width: 768px) {
  /* line 1995, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar
  :is(.co-basket_subtotal, .co-basket_total, .co-basket_delivery, .co-basket_payment,
  .co-basket_subtotal-price, .co-basket_total-price, .co-basket_delivery-price,
  .co-basket_payment-price, #items_price, #total_price) {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important; }

  /* line 2004, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar
  :is(.co-basket_subtotal, .co-basket_total, .co-basket_delivery, .co-basket_payment) * {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important; } }
/* RachellFabri — checkout: отступ текста от фотографии */
@media screen and (min-width: 768px) {
  /* line 2014, theme.scss */
  .co-sidebar .co-basket_item.checkout-cart-item .item-title,
  .co-sidebar .co-basket_item.checkout-cart-item .item-price {
    margin-left: 24px !important; } }
/* RachellFabri — вертикальный разделитель checkout без тени на десктопе */
@media (min-width: 768px) {
  /* line 2022, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order,
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar-wrapper,
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar {
    box-shadow: none !important; }

  /* line 2029, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar-wrapper {
    border-left: 1px solid #e5e5e5 !important; } }
/* RachellFabri — чистый вертикальный разделитель между колонками checkout */
@media (min-width: 768px) {
  /* line 2036, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order_sided,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order_sided::before,
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order_sided::after,
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar-wrapper,
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar-wrapper::before,
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar-wrapper::after {
    box-shadow: none !important; }

  /* Убираем старую границу справа/слева и оставляем одну тонкую линию */
  /* line 2046, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-sidebar-wrapper {
    border-left: 0 !important; }

  /* line 2050, theme.scss */
  .checkout-v2-wrapper.co-section--checkout_content .co-section--checkout_order_sided {
    border-right: 1px solid #e5e5e5 !important; } }
/* RachellFabri — вертикальный отступ между вариантами доставки и оплаты */
@media (min-width: 0px) {
  /* line 2057, theme.scss */
  .co-delivery_method,
  .co-payment_method {
    margin-bottom: 5px !important; } }
