/** Shopify CDN: Minification failed

Line 335:0 Unexpected "{"
Line 335:1 Unexpected "{"
Line 335:10 Expected ":"
Line 336:0 Unexpected "{"
Line 336:1 Unexpected "{"
Line 336:10 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:preview (INDEX:57) */
.pa-preview {
  padding: 64px 20px;
}
.pa-preview__wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.pa-preview__eyebrow {
  display: inline-block;
  font-family: 'Assistant', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9774A;
  margin-bottom: 14px;
}
.pa-preview__heading {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #4A3A2C;
  margin: 0 0 12px;
}
.pa-preview__subheading {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  color: #7A6450;
  margin: 0 auto 32px;
  max-width: 55ch;
}
.pa-preview__pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 36px;
}
.pa-preview__img-wrap {
  position: relative;
  flex: 0 0 320px;
}
.pa-preview__img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.pa-preview__placeholder {
  width: 320px;
  height: 320px;
  border-radius: 12px;
  background: #f0ece3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a89c8c;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
}
.pa-preview__img-label {
  display: block;
  margin-top: 10px;
  font-family: 'Assistant', sans-serif;
  font-size: 13px;
  color: #7A6450;
}
.pa-preview__arrow {
  font-size: 28px;
  color: #A9774A;
  font-weight: 700;
  flex: 0 0 auto;
}
.pa-preview__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  background: rgba(0,0,0,0.25);
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
}

/* ВСЕ В ОДНОЙ КАРТОЧКЕ */
.pa-preview__offer-card {
  max-width: 420px;
  margin: 0 auto;
  background: #FFFDF9;
  border: 1px solid #EBE0D2;
  border-radius: 16px;
  padding: 28px 28px 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}
.pa-preview__offer-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}
.pa-preview__price {
  font-family: 'Assistant', sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: #4A3A2C;
}
.pa-preview__price-note {
  font-family: 'Assistant', sans-serif;
  font-size: 13px;
  color: #7A6450;
}
.pa-preview__offer-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  color: #4A3A2C;
  background: #F3E9DC;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 18px;
  line-height: 1.4;
}
.pa-preview__check {
  color: #6B8E5A;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

.pa-preview__button {
  display: block;
  width: 100%;
  background: #1A1A1A;
  color: #fff;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
  box-sizing: border-box;
}
.pa-preview__button:hover {
  opacity: 0.88;
}
.pa-preview__button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pa-preview__disclaimer {
  font-family: 'Assistant', sans-serif;
  font-size: 12px;
  color: #999;
  margin: 16px 0 0;
}

@media (max-width: 749px) {
  .pa-preview__pair {
    gap: 12px;
  }
  .pa-preview__img-wrap {
    flex: 1 1 0;
    min-width: 0;
  }
  .pa-preview__img,
  .pa-preview__placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .pa-preview__arrow {
    font-size: 20px;
  }
  .pa-preview__offer-card {
    padding: 22px 20px;
  }
}
/* END_SECTION:preview */

/* START_SECTION:review-form (INDEX:61) */
.rf-section {
  background: #FDF6EC;
  padding: 64px 20px;
}
.rf-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.rf-eyebrow {
  display: block;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A9774A;
  margin-bottom: 14px;
}
.rf-heading {
  font-family: 'Assistant', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #4A3A2C;
  text-align: center;
  margin: 0 0 12px;
}
.rf-subheading {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  color: #7A6450;
  text-align: center;
  margin: 0 auto 36px;
  max-width: 45ch;
}
.rf-field {
  margin-bottom: 20px;
}
.rf-field label {
  display: block;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4A3A2C;
  margin-bottom: 6px;
}
.rf-field .req { color: #c0392b; }
.rf-field input[type="text"],
.rf-field input[type="email"],
.rf-field textarea {
  width: 100%;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  border: 1.5px solid #e3ddd3;
  border-radius: 10px;
  background: #FFFDF9;
  color: #121212;
  box-sizing: border-box;
}
.rf-field input:focus,
.rf-field textarea:focus {
  outline: none;
  border-color: #A9774A;
}
.rf-stars {
  display: flex;
  gap: 6px;
  font-size: 32px;
  color: #ddd5c7;
  cursor: pointer;
  user-select: none;
}
.rf-stars span { transition: color 0.15s; }
.rf-stars span.active { color: #f5a623; }
.rf-upload-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border: 1.5px dashed #c8c0b4;
  border-radius: 10px;
  background: #FFFDF9;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
  color: #7A6450;
  cursor: pointer;
  justify-content: center;
}
.rf-upload-btn:hover { border-color: #A9774A; }
.rf-uploaded-preview { margin-top: 10px; display: flex; gap: 8px; }
.rf-uploaded-preview img {
  width: 64px; height: 64px; object-fit: cover;
  border-radius: 8px; border: 1px solid #e3ddd3;
}
.rf-submit-btn {
  display: block;
  width: 100%;
  background: #1A1A1A;
  color: #fff;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
}
.rf-submit-btn:hover { opacity: 0.88; }
.rf-success {
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  color: #4A3A2C;
  background: #F3E9DC;
  border-radius: 12px;
  padding: 24px;
}
/* END_SECTION:review-form */

/* START_SECTION:video-journey (INDEX:65) */
{{ section.settings.heading_font | font_face: font_display: 'swap' }}
{{ section.settings.body_font | font_face: font_display: 'swap' }}

.pa-vj{ background: var(--pa-bg); font-family: var(--pa-body-font); }
.pa-vj-wrap{ max-width:880px; margin:0 auto; padding:0 22px; text-align:center; }
.pa-vj-eyebrow{
  display:inline-block; font-family: var(--pa-body-font);
  font-size:var(--pa-eyebrow-size); font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--pa-accent); opacity:var(--pa-eyebrow-opacity);
  margin-bottom:14px;
}
.pa-vj-h2{
  font-family: var(--pa-heading-font);
  font-size:var(--pa-heading-size); font-weight:var(--pa-heading-weight-custom);
  color:var(--pa-ink); opacity:var(--pa-heading-opacity);
  letter-spacing:-.01em; margin:0 0 12px; line-height:1.15;
}
.pa-vj-sub{
  font-family: var(--pa-body-font);
  font-size:var(--pa-sub-size); color:var(--pa-sub); opacity:var(--pa-sub-opacity);
  margin:0 0 32px; max-width:60ch; margin-left:auto; margin-right:auto;
}
.pa-vj-frame{
  border-radius:20px; overflow:hidden;
  box-shadow:0 24px 50px -26px rgba(0,0,0,0.35);
  background:#000;
}
.pa-vj-video{ width:100%; display:block; aspect-ratio:16/9; object-fit:cover; }
.pa-vj-placeholder{
  width:100%; aspect-ratio:16/9; display:flex; flex-direction:column; gap:10px;
  align-items:center; justify-content:center; color:rgba(255,255,255,0.5);
  font-size:14px; border:1.5px dashed rgba(255,255,255,0.25);
}
.pa-vj-caption{
  margin-top:18px; font-family: var(--pa-body-font);
  font-size:var(--pa-caption-size); color:var(--pa-sub); opacity:var(--pa-caption-opacity);
}
@media(prefers-reduced-motion:reduce){
  .pa-vj *{ transition:none !important; }
}
/* END_SECTION:video-journey */