@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #663BB6);
  --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, #7347c3);
  --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, #825cca);
  --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, #b199de);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning: var(--draft-color-notice-warning, #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, #F9FFCC);
  --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, #f7ffbe);
  --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, #f5ffac);
  --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, #cbe600);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Cormorant SC");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --heading-ratio: var(--draft-heading-ratio, 1.75);
  --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, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --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, right);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 2, custom.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* line 8, custom.css */
.thankyou-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #fff5f7;
  color: #1a1a1a;
  padding: 40px 20px; }

/* line 15, custom.css */
.thankyou-container {
  max-width: 900px;
  margin: 0 auto; }

/* Success Header */
/* line 21, custom.css */
.thankyou-header {
  background: white;
  border-radius: 8px;
  padding: 50px 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-top: 4px solid #ff69b4; }

/* line 31, custom.css */
.checkmark-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  animation: scaleIn 0.5s ease-out; }

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* line 54, custom.css */
.checkmark {
  width: 40px;
  height: 40px;
  stroke: white;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: drawCheck 0.5s ease-out 0.3s forwards;
  stroke-dasharray: 100;
  stroke-dashoffset: 100; }

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0; } }
/* line 73, custom.css */
.thankyou-header h1 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.5px; }

/* line 81, custom.css */
.thankyou-header .subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
  font-style: italic; }

/* line 88, custom.css */
.order-number {
  display: inline-block;
  background: #ffe4f0;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  color: #ff1493;
  border: 1px solid #ffb3d9; }

/* Poetic Message */
/* line 100, custom.css */
.poetic-message {
  text-align: center;
  margin: 40px 0;
  padding: 0 20px; }

/* line 106, custom.css */
.poetic-message p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #555;
  font-style: italic;
  margin-bottom: 8px; }

/* line 114, custom.css */
.divider {
  width: 80px;
  height: 2px;
  background: #ff69b4;
  margin: 30px auto; }

/* Progress Tracker */
/* line 122, custom.css */
.progress-tracker {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  padding: 40px 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

/* line 133, custom.css */
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  max-width: 200px; }

/* line 142, custom.css */
.progress-icon {
  width: 60px;
  height: 60px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease; }

/* line 157, custom.css */
.progress-step.active .progress-icon {
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
  border-color: #ff69b4; }

/* line 162, custom.css */
.progress-icon svg {
  width: 28px;
  height: 28px;
  stroke: #999;
  stroke-width: 2;
  fill: none; }

/* line 170, custom.css */
.progress-step.active .progress-icon svg {
  stroke: white; }

/* Линии для десктопа */
/* line 175, custom.css */
.progress-line {
  position: absolute;
  top: 30px;
  right: 50%;
  width: 100%;
  height: 3px;
  background: #ffb3d9;
  z-index: 1; }

/* line 185, custom.css */
.progress-step:first-child .progress-line {
  display: none; }

/* line 189, custom.css */
.progress-label {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  font-weight: 500; }

/* Info Section */
/* line 197, custom.css */
.info-section {
  background: white;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

/* line 205, custom.css */
.info-section h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 600; }

/* line 212, custom.css */
.info-step {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0; }

/* line 220, custom.css */
.info-step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 226, custom.css */
.step-number {
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 0.9rem; }

/* line 241, custom.css */
.step-content h3 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #1a1a1a;
  font-weight: 600; }

/* line 248, custom.css */
.step-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6; }

/* line 254, custom.css */
.contact-box {
  margin-top: 25px;
  padding: 20px;
  background: #fff0f5;
  border-radius: 6px;
  border-left: 3px solid #ff69b4; }

/* line 262, custom.css */
.contact-box p {
  margin-bottom: 8px;
  color: #666;
  font-size: 0.95rem; }

/* line 268, custom.css */
.contact-box a {
  color: #ff1493;
  text-decoration: none;
  font-weight: 600; }

/* line 274, custom.css */
.contact-box a:hover {
  text-decoration: underline; }

/* Tips Section */
/* line 279, custom.css */
.tips-section {
  background: white;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

/* line 287, custom.css */
.tips-section h2 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: #1a1a1a;
  font-weight: 600; }

/* line 294, custom.css */
.tip-item {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 18px;
  background: #fff0f5;
  border-radius: 6px; }

/* line 304, custom.css */
.tip-number {
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.9rem; }

/* line 318, custom.css */
.tip-content strong {
  color: #1a1a1a;
  display: block;
  margin-bottom: 5px;
  font-size: 0.95rem; }

/* line 325, custom.css */
.tip-content p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6; }

/* Products Section */
/* line 332, custom.css */
.products-section {
  background: white;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

/* line 340, custom.css */
.products-section h2 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center; }

/* line 348, custom.css */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

/* line 354, custom.css */
.product-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  background: white;
  text-decoration: none;
  display: block; }

/* line 365, custom.css */
.product-card:hover {
  border-color: #ff69b4;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 105, 180, 0.2); }

/* line 371, custom.css */
.product-image {
  width: 100%;
  height: 180px;
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 383, custom.css */
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 389, custom.css */
.product-brand {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px; }

/* line 397, custom.css */
.product-name {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #333;
  min-height: 40px;
  line-height: 1.3; }

/* line 406, custom.css */
.product-price {
  color: #ff1493;
  font-size: 1.2rem;
  font-weight: 700; }

/* Social Section */
/* line 413, custom.css */
.social-section {
  background: white;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 30px; }

/* line 422, custom.css */
.social-section h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 600; }

/* line 429, custom.css */
.social-subtitle {
  color: #666;
  margin-bottom: 25px;
  font-size: 0.95rem; }

/* line 435, custom.css */
.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap; }

/* line 442, custom.css */
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  border: 2px solid #ff69b4;
  border-radius: 50px;
  text-decoration: none;
  color: #ff1493;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease; }

/* line 456, custom.css */
.social-link:hover {
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
  color: white; }

/* line 461, custom.css */
.social-count {
  opacity: 0.6;
  font-size: 0.85rem; }

/* Footer */
/* line 467, custom.css */
.thankyou-footer {
  text-align: center;
  padding: 30px;
  color: #666; }

/* line 473, custom.css */
.back-button {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid #ff69b4;
  border-radius: 50px;
  background: transparent;
  color: #ff1493;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 20px; }

/* line 486, custom.css */
.back-button:hover {
  background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
  color: white; }

/* line 491, custom.css */
.footer-text {
  font-size: 0.9rem;
  margin-top: 15px; }

/* Responsive */
@media (max-width: 768px) {
  /* line 498, custom.css */
  .thankyou-header h1 {
    font-size: 1.8rem; }

  /* line 502, custom.css */
  .progress-tracker {
    flex-direction: column;
    gap: 25px;
    padding: 30px 20px; }

  /* line 508, custom.css */
  .progress-step {
    width: 100%;
    max-width: none; }

  /* Скрыть линии в мобильной версии */
  /* line 514, custom.css */
  .progress-line {
    display: none !important; }

  /* line 518, custom.css */
  .products-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 522, custom.css */
  .social-links {
    flex-direction: column;
    align-items: center; }

  /* line 527, custom.css */
  .social-link {
    width: 100%;
    max-width: 280px;
    justify-content: center; } }
@media (max-width: 480px) {
  /* line 535, custom.css */
  .thankyou-wrapper {
    padding: 20px 10px; }

  /* line 539, custom.css */
  .thankyou-header {
    padding: 35px 20px; }

  /* line 543, custom.css */
  .info-section,
  .tips-section,
  .products-section,
  .social-section {
    padding: 25px 20px; }

  /* line 550, custom.css */
  .products-grid {
    grid-template-columns: 1fr; } }
/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 28, theme.scss */
.disabled {
  cursor: no-drop;
  background: #cacaca;
  pointer-events: none !important; }
  /* line 33, theme.scss */
  .disabled:hover, .disabled:focus {
    background: #cacaca;
    border-color: #cacaca; }
