/* 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, #FB50CB);
  --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, #fc62d0);
  --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, #fc73d5);
  --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, #fda8e5);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #FB50CB);
  --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, #fc62d0);
  --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, #fc73d5);
  --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, #fda8e5);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, 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, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "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, 600);
  --collection_count: var(--draft-collection_count, 32);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1378px);
  --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, false);
  --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, false);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 1, buttons.scss */
.btn-violet {
  background: #C4B5FA;
  color: #212121; }

/* line 5, buttons.scss */
.btn-violet:focus {
  color: #000; }

/* line 8, buttons.scss */
.btn-violet:hover {
  background: linear-gradient(224deg, #C4B5FA 0%, #FB50CB 100%); }

/* line 15, buttons.scss */
.btn-pink {
  background: #FB50CB;
  color: #ffffff; }

/* line 19, buttons.scss */
.btn-pink:focus {
  color: #fff; }

/* line 22, buttons.scss */
.btn-pink:hover {
  color: #fff;
  background: linear-gradient(224deg, #C4B5FA 0%, #FB50CB 100%); }

/* line 29, buttons.scss */
.btn-white {
  color: #000;
  border: 1px solid #000; }

/* line 33, buttons.scss */
.btn-white:focus {
  color: #000; }

/* line 36, buttons.scss */
.btn-white:hover {
  border-color: transparent;
  color: #000;
  background: linear-gradient(224deg, #C4B5FA 0%, #FB50CB 100%); }

/* line 3, _product-snippet.scss */
.swiper-slide .product-snippet {
  height: 100%; }

/* line 7, _product-snippet.scss */
.product-snippet {
  width: 100%;
  display: flex;
  flex-direction: column; }

/* line 12, _product-snippet.scss */
.product-snippet__image-item img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 1.125rem;
  overflow: hidden;
  object-fit: cover;
  height: auto; }

/* line 21, _product-snippet.scss */
.product-snippet__view {
  margin-bottom: 1.5rem; }

/* line 24, _product-snippet.scss */
.product-snippet__title {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
  margin-bottom: 1.5rem; }

/* line 33, _product-snippet.scss */
.product-snippet__title:hover {
  color: #FB50CB; }

/* line 36, _product-snippet.scss */
.product-snippet__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

/* line 41, _product-snippet.scss */
.product-snippet__info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto; }

/* line 47, _product-snippet.scss */
.product-snippet__price {
  color: #373737;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem; }

/* line 53, _product-snippet.scss */
.product-snippet__btn {
  width: 7.9375rem;
  height: 3.125rem;
  border-radius: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600; }

@media (max-width: 750px) {
  /* line 66, _product-snippet.scss */
  .product-snippet__image-item img {
    aspect-ratio: .918;
    border-radius: 20px; }

  /* line 70, _product-snippet.scss */
  .product-snippet__title {
    font-size: 13px;
    line-height: 156%;
    margin-bottom: 13px; }

  /* line 75, _product-snippet.scss */
  .product-snippet__view {
    margin-bottom: 25px; }

  /* line 78, _product-snippet.scss */
  .product-snippet__price {
    font-size: 16.5px;
    line-height: normal; }

  /* line 82, _product-snippet.scss */
  .product-snippet__btn {
    height: 39px;
    width: 126px;
    font-size: 12px; } }
/* line 2, snippet-article.scss */
.snippet-article__title {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 1.5rem 0 .5rem; }
/* line 10, snippet-article.scss */
.snippet-article__preview img {
  width: 100%;
  display: block; }
/* line 14, snippet-article.scss */
.snippet-article__descr {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; }
  /* line 21, snippet-article.scss */
  .snippet-article__descr p {
    margin-bottom: 0; }
/* line 25, snippet-article.scss */
.snippet-article__btn {
  margin-top: 0.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.9375rem;
  height: 3.125rem;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 600;
  border-radius: 10rem; }

@media (max-width: 750px) {
  /* line 41, snippet-article.scss */
  .snippet-article__descr {
    font-size: 12px;
    line-height: normal; }
  /* line 45, snippet-article.scss */
  .snippet-article__title {
    font-size: 13px;
    line-height: normal;
    margin: 10px 0 6px; } }
/* line 2, user-account.scss */
.page_layout-user_account main .layout {
  padding: 0; }
/* line 5, user-account.scss */
.page_layout-user_account main .layout__content {
  max-width: 91.125rem;
  padding: 0 2.5rem;
  width: 100%;
  margin: 0 auto; }
/* line 11, user-account.scss */
.page_layout-user_account .co-section--content {
  display: flex;
  flex-direction: column; }
/* line 15, user-account.scss */
.page_layout-user_account .co-login {
  margin: 0 auto 0 0;
  max-width: 700px;
  width: 100%; }
/* line 19, user-account.scss */
.page_layout-user_account .co-title--h1 {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }
/* line 27, user-account.scss */
.page_layout-user_account .co-checkout-title {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
/* line 31, user-account.scss */
.page_layout-user_account .co-section--checkout_header .co-checkout-title {
  margin-top: 0; }
/* line 34, user-account.scss */
.page_layout-user_account .co-checkout-block--padded {
  padding: 0; }
/* line 37, user-account.scss */
.page_layout-user_account .co-section--content_wrapper {
  margin-left: 0;
  margin-right: 0; }
/* line 41, user-account.scss */
.page_layout-user_account .checkout-v2-wrapper.co-section--content_wrapper {
  padding-top: 1.875rem; }
/* line 44, user-account.scss */
.page_layout-user_account .co-sidebar--menu {
  margin-right: 1.25rem; }
/* line 53, user-account.scss */
.page_layout-user_account main .co-toggable_field {
  margin-top: 3px; }
  /* line 58, user-account.scss */
  .page_layout-user_account main .co-toggable_field .co-toggable_field-input--checkbox input:checked + span {
    color: #FB50CB;
    border: 2px solid #7c2864; }
  /* line 63, user-account.scss */
  .page_layout-user_account main .co-toggable_field .co-toggable_field-input--checkbox > span {
    color: rgba(0, 0, 0, 0.15);
    border-radius: 4px !important; }
    /* line 67, user-account.scss */
    .page_layout-user_account main .co-toggable_field .co-toggable_field-input--checkbox > span:after {
      content: ""; }
/* line 73, user-account.scss */
.page_layout-user_account main .co-toggable_field-description p {
  text-align: left !important; }
/* line 76, user-account.scss */
.page_layout-user_account main .co-input-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }
/* line 82, user-account.scss */
.page_layout-user_account main input {
  max-width: 100%;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #A9A9A9;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: none !important;
  height: 3.125rem; }
  /* line 94, user-account.scss */
  .page_layout-user_account main input:focus {
    box-shadow: none !important; }
/* line 98, user-account.scss */
.page_layout-user_account main .co-button--link, .page_layout-user_account main a {
  color: #000 !important; }
  /* line 101, user-account.scss */
  .page_layout-user_account main .co-button--link::after, .page_layout-user_account main a::after {
    content: ""; }
  /* line 105, user-account.scss */
  .page_layout-user_account main .co-button--link:visited, .page_layout-user_account main a:visited {
    color: #000 !important; }
  /* line 109, user-account.scss */
  .page_layout-user_account main .co-button--link:active, .page_layout-user_account main .co-button--link:focus, .page_layout-user_account main .co-button--link:hover, .page_layout-user_account main a:active, .page_layout-user_account main a:focus, .page_layout-user_account main a:hover {
    color: #FB50CB !important; }
/* line 115, user-account.scss */
.page_layout-user_account main .co-button:not(.co-button--link) {
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 300px;
  height: 3.125rem;
  background: transparent;
  transition: 0s !important; }
  /* line 123, user-account.scss */
  .page_layout-user_account main .co-button:not(.co-button--link):active, .page_layout-user_account main .co-button:not(.co-button--link):focus, .page_layout-user_account main .co-button:not(.co-button--link):hover, .page_layout-user_account main .co-button:not(.co-button--link):visited {
    border-color: transparent;
    color: #000;
    background: linear-gradient(224deg, #C4B5FA 0%, #FB50CB 100%); }
/* line 140, user-account.scss */
.page_layout-user_account .client-account__title {
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 2.6875rem;
  color: #000000;
  text-align: center; }

@media (max-width: 768px) {
  /* line 154, user-account.scss */
  .page_layout-user_account .co-sidebar--menu {
    margin-right: 0;
    margin-bottom: 20px; } }
@media (max-width: 750px) {
  /* line 162, user-account.scss */
  .page_layout-user_account main .layout__content {
    padding: 0 1em;
    width: 100%;
    margin: 0 auto; }
  /* line 167, user-account.scss */
  .page_layout-user_account .client-account__title {
    font-size: 20px; }
  /* line 170, user-account.scss */
  .page_layout-user_account .page_layout-user_account .co-title--h1 {
    font-size: 20px; } }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("Gilroy-Regular.woff2") format("woff2"), url("Gilroy-Regular.woff") format("woff"), url("Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-ExtraboldItalic.eot");
  src: local("Gilroy Extrabold Italic"), local("Gilroy-ExtraboldItalic"), url("Gilroy-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-ExtraboldItalic.woff2") format("woff2"), url("Gilroy-ExtraboldItalic.woff") format("woff"), url("Gilroy-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("Gilroy-Bold.woff2") format("woff2"), url("Gilroy-Bold.woff") format("woff"), url("Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("Gilroy-Black.woff2") format("woff2"), url("Gilroy-Black.woff") format("woff"), url("Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("Gilroy-Light.woff2") format("woff2"), url("Gilroy-Light.woff") format("woff"), url("Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("Gilroy-Semibold.woff2") format("woff2"), url("Gilroy-Semibold.woff") format("woff"), url("Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("Gilroy-Medium.woff2") format("woff2"), url("Gilroy-Medium.woff") format("woff"), url("Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-MediumItalic.eot");
  src: local("Gilroy Medium Italic"), local("Gilroy-MediumItalic"), url("Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-MediumItalic.woff2") format("woff2"), url("Gilroy-MediumItalic.woff") format("woff"), url("Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-BlackItalic.eot");
  src: local("Gilroy Black Italic"), local("Gilroy-BlackItalic"), url("Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-BlackItalic.woff2") format("woff2"), url("Gilroy-BlackItalic.woff") format("woff"), url("Gilroy-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("Gilroy-UltraLight.woff2") format("woff2"), url("Gilroy-UltraLight.woff") format("woff"), url("Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-RegularItalic.woff2") format("woff2"), url("Gilroy-RegularItalic.woff") format("woff"), url("Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-SemiboldItalic.eot");
  src: local("Gilroy Semibold Italic"), local("Gilroy-SemiboldItalic"), url("Gilroy-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-SemiboldItalic.woff2") format("woff2"), url("Gilroy-SemiboldItalic.woff") format("woff"), url("Gilroy-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-HeavyItalic.eot");
  src: local("Gilroy Heavy Italic"), local("Gilroy-HeavyItalic"), url("Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-HeavyItalic.woff2") format("woff2"), url("Gilroy-HeavyItalic.woff") format("woff"), url("Gilroy-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("Gilroy-Extrabold.woff2") format("woff2"), url("Gilroy-Extrabold.woff") format("woff"), url("Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-BoldItalic.eot");
  src: local("Gilroy Bold Italic"), local("Gilroy-BoldItalic"), url("Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-BoldItalic.woff2") format("woff2"), url("Gilroy-BoldItalic.woff") format("woff"), url("Gilroy-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-UltraLightItalic.eot");
  src: local("Gilroy UltraLight Italic"), local("Gilroy-UltraLightItalic"), url("Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-UltraLightItalic.woff2") format("woff2"), url("Gilroy-UltraLightItalic.woff") format("woff"), url("Gilroy-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-LightItalic.eot");
  src: local("Gilroy Light Italic"), local("Gilroy-LightItalic"), url("Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-LightItalic.woff2") format("woff2"), url("Gilroy-LightItalic.woff") format("woff"), url("Gilroy-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("Gilroy-Heavy.woff2") format("woff2"), url("Gilroy-Heavy.woff") format("woff"), url("Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("Gilroy-Thin.woff2") format("woff2"), url("Gilroy-Thin.woff") format("woff"), url("Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("Gilroy-ThinItalic.eot");
  src: local("Gilroy Thin Italic"), local("Gilroy-ThinItalic"), url("Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("Gilroy-ThinItalic.woff2") format("woff2"), url("Gilroy-ThinItalic.woff") format("woff"), url("Gilroy-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }
/* line 2, checkout.css */
.page_layout_checkout.page_layout {
  margin-top: 0; }
/* line 5, checkout.css */
.page_layout_checkout .widget-type_header .header {
  position: relative; }
/* line 8, checkout.css */
.page_layout_checkout .layout__content {
  max-width: 100%; }
/* line 11, checkout.css */
.page_layout_checkout .layout {
  padding: 0; }
/* line 14, checkout.css */
.page_layout_checkout .decorated-title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }
/* line 22, checkout.css */
.page_layout_checkout .checkout-v2-wrapper {
  max-width: 93.125rem;
  padding: 0 2.5rem;
  width: 100%;
  margin: 0 auto; }
  /* line 27, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper .co-toggable_field {
    margin-top: 3px; }
    /* line 30, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper .co-toggable_field .co-toggable_field-input--checkbox input:checked + span {
      color: #FB50CB;
      border: 2px solid #942e78; }
    /* line 34, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper .co-toggable_field .co-toggable_field-input--checkbox > span {
      color: rgba(0, 0, 0, 0.15);
      border-radius: 4px !important; }
      /* line 37, checkout.css */
      .page_layout_checkout .checkout-v2-wrapper .co-toggable_field .co-toggable_field-input--checkbox > span:after {
        content: ""; }
  /* line 43, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper .co-toggable_field-description p {
    text-align: left !important; }
  /* line 46, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper .co-input-label {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem; }
  /* line 52, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper input {
    max-width: 100%;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #A9A9A9;
    padding: 1rem;
    font-weight: 500;
    font-size: 1rem;
    height: 3.125rem;
    line-height: 1.5rem;
    box-shadow: none !important; }
    /* line 63, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper input:focus {
      box-shadow: none !important; }
  /* line 67, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper .co-button--link, .page_layout_checkout .checkout-v2-wrapper a {
    color: #000 !important; }
    /* line 69, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper .co-button--link::after, .page_layout_checkout .checkout-v2-wrapper a::after {
      content: ""; }
    /* line 72, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper .co-button--link:active, .page_layout_checkout .checkout-v2-wrapper .co-button--link:focus, .page_layout_checkout .checkout-v2-wrapper .co-button--link:hover, .page_layout_checkout .checkout-v2-wrapper .co-button--link:visited, .page_layout_checkout .checkout-v2-wrapper a:active, .page_layout_checkout .checkout-v2-wrapper a:focus, .page_layout_checkout .checkout-v2-wrapper a:hover, .page_layout_checkout .checkout-v2-wrapper a:visited {
      color: #000; }
  /* line 79, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper .co-button:not(.co-button--link) {
    border: 1px solid #000;
    height: 50px;
    min-width: 127px;
    color: #000;
    font-size: 14px;
    background: transparent;
    border-radius: 10rem;
    transition: 0s !important; }
    /* line 88, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper .co-button:not(.co-button--link):active, .page_layout_checkout .checkout-v2-wrapper .co-button:not(.co-button--link):focus, .page_layout_checkout .checkout-v2-wrapper .co-button:not(.co-button--link):hover, .page_layout_checkout .checkout-v2-wrapper .co-button:not(.co-button--link):visited {
      border-color: transparent;
      color: #000;
      background: linear-gradient(224deg, #C4B5FA 0%, #FB50CB 100%); }
  /* line 97, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper a, .page_layout_checkout .checkout-v2-wrapper .link {
    color: #FB50CB; }
    /* line 99, checkout.css */
    .page_layout_checkout .checkout-v2-wrapper a:hover, .page_layout_checkout .checkout-v2-wrapper a:hover, .page_layout_checkout .checkout-v2-wrapper a:active, .page_layout_checkout .checkout-v2-wrapper .link:hover, .page_layout_checkout .checkout-v2-wrapper .link:hover, .page_layout_checkout .checkout-v2-wrapper .link:active {
      color: #FB50CB; }
  /* line 103, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper .co-tabs-content .radio > span, .page_layout_checkout .checkout-v2-wrapper .co-input--radio > span, .page_layout_checkout .checkout-v2-wrapper .co-toggable_field-input--checkbox > span, .page_layout_checkout .checkout-v2-wrapper .co-toggable_field-input--radio > span {
    color: #FB50CB; }

@media (max-width: 750px) {
  /* line 112, checkout.css */
  .page_layout_checkout .decorated-title {
    font-size: 20px;
    text-align: center; }

  /* line 117, checkout.css */
  .page_layout_checkout .checkout-v2-wrapper {
    max-width: 100em;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto; } }
/* line 125, checkout.css */
.co-tabs-controls {
  gap: 1rem;
  display: flex; }

/* line 12, theme.scss */
body {
  margin: 0;
  padding: 0; }

/* line 16, theme.scss */
* {
  box-sizing: border-box; }

/* line 19, theme.scss */
body, body * {
  font-family: 'Gilroy'; }

/* line 22, theme.scss */
h1 {
  font-weight: 600;
  text-transform: uppercase; }

/* line 26, theme.scss */
h2 {
  font-weight: 600;
  text-transform: uppercase; }

/* line 30, theme.scss */
h3 {
  font-weight: 600;
  text-transform: uppercase; }

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

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

/* line 42, theme.scss */
.breadcrumb__link:hover {
  color: #FB50CB !important; }

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

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

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

  /* line 57, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 62, theme.scss */
html {
  font-size: 16px; }

@media (max-width: 1420px) {
  /* line 67, theme.scss */
  html {
    font-size: 15.78px; } }
@media (max-width: 1400px) {
  /* line 72, theme.scss */
  html {
    font-size: 15.56px; } }
@media (max-width: 1380px) {
  /* line 77, theme.scss */
  html {
    font-size: 15.34px; } }
@media (max-width: 1360px) {
  /* line 82, theme.scss */
  html {
    font-size: 15.12px; } }
@media (max-width: 1340px) {
  /* line 87, theme.scss */
  html {
    font-size: 14.9px; } }
@media (max-width: 1320px) {
  /* line 93, theme.scss */
  html {
    font-size: 14.68px; } }
@media (max-width: 1300px) {
  /* line 98, theme.scss */
  html {
    font-size: 14.46px; } }
@media (max-width: 1280px) {
  /* line 103, theme.scss */
  html {
    font-size: 14.24px; } }
@media (max-width: 1260px) {
  /* line 108, theme.scss */
  html {
    font-size: 14px; } }
@media (max-width: 1240px) {
  /* line 113, theme.scss */
  body {
    font-size: 13.78px; } }
@media (max-width: 1220px) {
  /* line 119, theme.scss */
  html {
    font-size: 13.56px; } }
@media (max-width: 1200px) {
  /* line 124, theme.scss */
  html {
    font-size: 13.34px; } }
@media (max-width: 1180px) {
  /* line 129, theme.scss */
  html {
    font-size: 13.12px; } }
@media (max-width: 1160px) {
  /* line 134, theme.scss */
  html {
    font-size: 12.9px; } }
@media (max-width: 1140px) {
  /* line 139, theme.scss */
  html {
    font-size: 12.68px; } }
@media (max-width: 1120px) {
  /* line 145, theme.scss */
  html {
    font-size: 12.46px; } }
@media (max-width: 1100px) {
  /* line 150, theme.scss */
  html {
    font-size: 12.22px; } }
@media (max-width: 1080px) {
  /* line 155, theme.scss */
  html {
    font-size: 12px; } }
@media (max-width: 1060px) {
  /* line 160, theme.scss */
  html {
    font-size: 11.78px; } }
@media (max-width: 1040px) {
  /* line 165, theme.scss */
  html {
    font-size: 11.56px; } }
@media (max-width: 1020px) {
  /* line 171, theme.scss */
  html {
    font-size: 11.34px; } }
@media (max-width: 1000px) {
  /* line 176, theme.scss */
  html {
    font-size: 11.22px; } }
/* line 184, theme.scss */
html {
  margin-bottom: 0 !important; }

/* line 189, theme.scss */
.page_layout {
  margin-top: 6rem; }

/* line 193, theme.scss */
body[data-theme-template="index"] .page_layout {
  margin-top: 0px !important; }

/* line 198, theme.scss */
.theme-bg {
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0; }

/* line 209, theme.scss */
.container {
  max-width: 91.125rem;
  padding: 0 2.5rem;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 750px) {
  /* line 216, theme.scss */
  .container {
    padding: 0 16px !important; } }
/* line 220, theme.scss */
.widget-type_footer_1,
.widget-type_form_1,
.widget-type_product_in_collection_1,
.widget-type_mobile_menu,
.widget-type_fix_line,
.widget-type_header,
.widget-type_run_lines,
.widget-type_singles_in_blog,
.widget-type_product-in-collection_2,
.widget-type_bread,
.widget-type_product-card,
.widget-type_product_info,
.widget-type_prev-view-product,
.widget-type_related_products,
.widget-type_similar_products,
.widget-type_filter-and-sort,
.widget-type_Product_list,
.widget-type_article,
.widget-type_blog,
.widget-type_search,
.widget-type_content,
.widget-type_fag,
.widget-type_cart,
.widget-type_title_cart,
.widget-type_empty-favorite,
.widget-widget-type_gift_list,
.widget-type_gift_list,
.widget-type_trip-line,
.widget-type_about,
.widget-type_footer,
.widget-type_footer_contacts,
.widget-type_footer_form,
.widget-type_reiews-slider,
.widget-type_prepod-slider,
.widget-type_brends,
.widget-type_main-banner,
.widget-type_product-slider,
.widget-type_product-slider-descr,
.widget-type_product,
.widget-type_product-card,
.widget-type_collection-top,
.widget-type_prepod-list,
.widget-type_reviews-list,
.widget-type_reviews-list {
  padding: 0 !important; }

/* line 267, theme.scss */
.widget-type_system_widget_v4_bottom_navigation_bar_1 {
  display: none; }

/* line 271, theme.scss */
main {
  position: relative;
  z-index: 1; }

/* line 280, theme.scss */
a:hover {
  color: #000; }

/* line 286, theme.scss */
.arrow-btn {
  height: 3.125rem;
  width: 3.125rem;
  min-width: 3.125rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  /* line 297, theme.scss */
  .arrow-btn svg {
    display: block;
    height: auto;
    width: 1rem; }
  /* line 303, theme.scss */
  .arrow-btn:focus {
    color: #000; }
  /* line 306, theme.scss */
  .arrow-btn:hover {
    border-color: transparent;
    color: #000;
    background: linear-gradient(224deg, #C4B5FA 0%, #FB50CB 100%); }

/* line 312, theme.scss */
.slider-pagination {
  margin: 0 1.25rem;
  height: 0.25rem;
  border-radius: 0.5rem;
  background: #9F9FC5;
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  overflow: hidden; }
  /* line 322, theme.scss */
  .slider-pagination .swiper-pagination-bullet {
    flex-grow: 1;
    height: 0.25rem;
    border-radius: 0 !important;
    margin: 0 !important;
    opacity: 1;
    background: transparent; }
  /* line 330, theme.scss */
  .slider-pagination .swiper-pagination-bullet-active {
    background: #FF7575 !important;
    backdrop-filter: blur(29.5px); }

@media (max-width: 600px) {
  /* line 336, theme.scss */
  .arrow-btn {
    height: 32px;
    width: 32px;
    min-width: 32px; }
    /* line 341, theme.scss */
    .arrow-btn svg {
      width: 10px; } }
/* line 355, theme.scss */
.arrow-btn {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 363, theme.scss */
.swiper-pagination-lock, .swiper-button-lock {
  opacity: 0;
  pointer-events: none; }
