@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, #EF3D1C);
  --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, #f14f33);
  --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, #f3654c);
  --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, #f8a596);
  --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, #EF3D1C);
  --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, #f14f33);
  --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, #f3654c);
  --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, #f8a596);
  --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, #202326);
  --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, #343a3f);
  --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, #485057);
  --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, #87919b);
  --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, thin);
  --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, #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, 700);
  --collection_count:var(--draft-collection_count, 12);
  --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, 1440px);
  --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, right);
  --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);
  --zalvi_product_show_sku:var(--draft-zalvi_product_show_sku, true);
  --zalvi_product_show_short_description:var(--draft-zalvi_product_show_short_description, true);
  --zalvi_product_show_quick_checkout:var(--draft-zalvi_product_show_quick_checkout, true);
  --zalvi_product_custom_enabled:var(--draft-zalvi_product_custom_enabled, true);
  --zalvi_product_benefits_enabled:var(--draft-zalvi_product_benefits_enabled, true);
  --zalvi_product_show_description:var(--draft-zalvi_product_show_description, true);
  --zalvi_product_show_properties:var(--draft-zalvi_product_show_properties, true);
  --zalvi_product_show_fields:var(--draft-zalvi_product_show_fields, false);
  --zalvi_product_note_enabled:var(--draft-zalvi_product_note_enabled, true);
  --zalvi_product_show_thumbs:var(--draft-zalvi_product_show_thumbs, true);
  --zalvi_product_show_counter:var(--draft-zalvi_product_show_counter, true);
  --zalvi_product_sticky_info:var(--draft-zalvi_product_sticky_info, true);
  --zalvi_product_gallery_fit:var(--draft-zalvi_product_gallery_fit, contain);
  --zalvi_product_radius:var(--draft-zalvi_product_radius, 28);
  --zalvi_quiz_enabled:var(--draft-zalvi_quiz_enabled, true);
  --zalvi_collection_cta_enabled:var(--draft-zalvi_collection_cta_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; } }
/* ZALVI safe visual layer — no custom widget types */
/* line 29, theme.scss */
:root {
  --zalvi-red:#d70b0b;
  --zalvi-orange:#ff471b;
  --zalvi-accent:#ef3d1c;
  --zalvi-dark:#111315;
  --zalvi-text:#202326; }

/* line 36, theme.scss */
body {
  color: var(--zalvi-text); }

/* line 37, theme.scss */
.button, .button-primary, button[type="submit"], input[type="submit"] {
  border-radius: 10px !important; }

/* line 38, theme.scss */
.button-primary, button[type="submit"], input[type="submit"] {
  background: linear-gradient(110deg, var(--zalvi-red), var(--zalvi-orange)) !important;
  border-color: transparent !important;
  color: #fff !important; }

/* line 39, theme.scss */
a {
  transition: color .2s ease,background-color .2s ease,border-color .2s ease; }

/* ZALVI floating header — no custom widget type required */
/* line 42, theme.scss */
.zalvi-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  padding: 16px 0 0;
  background: transparent;
  pointer-events: none; }

/* On the homepage the first visual block slides underneath the floating header. */
/* line 53, theme.scss */
body[data-theme-template="index"] .zalvi-site-header {
  margin-bottom: -104px; }

/* line 57, theme.scss */
.zalvi-header-card {
  width: calc(100% - 48px);
  max-width: 1820px;
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 18px 10px 22px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 26px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(32, 35, 38, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 38px rgba(16, 18, 20, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: auto; }

/* line 76, theme.scss */
.zalvi-header-logo {
  display: inline-flex;
  align-items: center;
  width: 145px;
  min-width: 0; }

/* line 82, theme.scss */
.zalvi-header-logo img {
  display: block;
  width: 100%;
  height: auto; }

/* line 88, theme.scss */
.zalvi-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 2vw, 34px);
  min-width: 0;
  white-space: nowrap; }

/* line 96, theme.scss */
.zalvi-header-nav a {
  position: relative;
  color: #202326;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  transition: color .18s ease; }

/* line 105, theme.scss */
.zalvi-header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d70b00, #ff4b1f);
  transition: right .2s ease; }

/* line 116, theme.scss */
.zalvi-header-nav a:hover {
  color: #d91d0b; }

/* line 117, theme.scss */
.zalvi-header-nav a:hover::after {
  right: 0; }

/* line 119, theme.scss */
.zalvi-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

/* line 124, theme.scss */
.zalvi-cart {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #202326;
  background: #f5f5f5;
  transition: background .18s ease, color .18s ease, transform .18s ease; }

/* line 136, theme.scss */
.zalvi-cart:hover {
  color: #fff;
  background: linear-gradient(135deg, #d70b00, #ff4b1f);
  transform: translateY(-1px); }

/* line 141, theme.scss */
.zalvi-cart svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 150, theme.scss */
.zalvi-cart span {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #202326;
  font-size: 10px;
  font-weight: 700; }

/* line 166, theme.scss */
.zalvi-mobile-nav {
  display: none; }

@media (max-width: 1050px) {
  /* line 169, theme.scss */
  .zalvi-site-header {
    padding-top: 10px; }

  /* line 172, theme.scss */
  body[data-theme-template="index"] .zalvi-site-header {
    margin-bottom: -84px; }

  /* line 175, theme.scss */
  .zalvi-header-card {
    width: calc(100% - 24px);
    min-height: 64px;
    grid-template-columns: 150px 1fr;
    gap: 12px;
    padding: 8px 10px 8px 16px;
    border-radius: 16px; }

  /* line 183, theme.scss */
  .zalvi-header-logo {
    width: 125px; }

  /* line 184, theme.scss */
  .zalvi-header-nav {
    display: none; }

  /* line 185, theme.scss */
  .zalvi-header-actions {
    gap: 8px; }

  /* line 186, theme.scss */
  .zalvi-mobile-nav {
    display: block;
    position: relative; }

  /* line 187, theme.scss */
  .zalvi-mobile-nav summary {
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    list-style: none;
    cursor: pointer;
    border-radius: 14px;
    background: #f5f5f5; }

  /* line 201, theme.scss */
  .zalvi-mobile-nav summary::-webkit-details-marker {
    display: none; }

  /* line 202, theme.scss */
  .zalvi-mobile-nav summary i {
    width: 18px;
    height: 1.5px;
    display: block;
    background: #202326;
    border-radius: 999px; }

  /* line 209, theme.scss */
  .zalvi-mobile-nav > div {
    position: absolute;
    top: 56px;
    right: 0;
    width: min(310px, calc(100vw - 24px));
    padding: 10px;
    display: grid;
    gap: 2px;
    background: #fff;
    border: 1px solid rgba(32, 35, 38, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(16, 18, 20, 0.14); }

  /* line 222, theme.scss */
  .zalvi-mobile-nav > div a {
    padding: 13px 14px;
    color: #202326;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px; }

  /* line 229, theme.scss */
  .zalvi-mobile-nav > div a:hover {
    background: #f4f4f4;
    color: #d91d0b; } }
/* ==========================================================
   ZALVI v2 — unified visual system (safe layer, no widget_types)
   ========================================================== */
/* line 235, theme.scss */
:root {
  --zalvi-red: #d80b0b;
  --zalvi-orange: #ff4b1f;
  --zalvi-accent: #ef3d1c;
  --zalvi-dark: #111315;
  --zalvi-dark-2: #1a1d20;
  --zalvi-text: #202326;
  --zalvi-muted: #6d7175;
  --zalvi-soft: #f5f6f7;
  --zalvi-line: rgba(23, 25, 27, .09);
  --zalvi-radius: 20px;
  --zalvi-shell: 1820px;
  --zalvi-shadow: 0 20px 55px rgba(15, 18, 21, .10); }

/* line 250, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 251, theme.scss */
body {
  background: #fff;
  color: var(--zalvi-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 258, theme.scss */
::selection {
  background: rgba(239, 61, 28, 0.18);
  color: var(--zalvi-dark); }

/* Core controls */
/* line 261, theme.scss */
.button-primary,
a.button-primary,
button[type="submit"],
input[type="submit"],
.zalvi-btn--primary {
  background: linear-gradient(112deg, var(--zalvi-red), var(--zalvi-orange)) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(221, 32, 17, 0.18); }

/* line 271, theme.scss */
.button-primary:hover,
a.button-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.zalvi-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(221, 32, 17, 0.26); }

/* line 280, theme.scss */
.zalvi-btn {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }

/* line 294, theme.scss */
.zalvi-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }

/* line 301, theme.scss */
.zalvi-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-1px); }

/* Header: floating over the first screen and remaining floating on scroll */
/* line 304, theme.scss */
.zalvi-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0 0;
  background: transparent !important;
  pointer-events: none; }

/* line 312, theme.scss */
body[data-theme-template="index"] .zalvi-site-header {
  margin-bottom: -102px; }

/* line 314, theme.scss */
.zalvi-header-card {
  width: calc(100% - 40px);
  max-width: var(--zalvi-shell);
  min-height: 74px;
  grid-template-columns: 180px minmax(0, 1fr) 58px;
  gap: 28px;
  padding: 10px 14px 10px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.955);
  box-shadow: 0 14px 42px rgba(12, 15, 18, 0.15);
  backdrop-filter: blur(15px) saturate(1.15);
  -webkit-backdrop-filter: blur(15px) saturate(1.15); }

/* line 328, theme.scss */
.zalvi-header-logo {
  width: 140px; }

/* line 329, theme.scss */
.zalvi-header-nav {
  justify-content: center;
  gap: clamp(18px, 2.15vw, 38px); }

/* line 330, theme.scss */
.zalvi-header-nav a {
  font-size: 15px;
  font-weight: 560;
  letter-spacing: -.01em; }

/* line 331, theme.scss */
.zalvi-header-nav a::after {
  bottom: -10px;
  height: 2px; }

/* line 332, theme.scss */
.zalvi-cart {
  background: #f2f3f4;
  border-radius: 13px; }

/* Home hero */
/* line 335, theme.scss */
.zalvi-home-hero {
  position: relative !important;
  min-height: min(760px, 78vh);
  overflow: hidden;
  isolation: isolate; }

/* line 341, theme.scss */
.zalvi-home-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0) 0%, rgba(8, 9, 10, 0.02) 40%, rgba(8, 9, 10, 0.48) 58%, rgba(8, 9, 10, 0.8) 100%); }

/* line 353, theme.scss */
.zalvi-home-hero img {
  object-position: 34% center !important; }

/* line 354, theme.scss */
.zalvi-hero-content {
  position: relative !important;
  z-index: 3 !important;
  width: min(520px, 38vw) !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: clamp(48px, 6vw, 120px) !important;
  text-align: left !important; }

/* line 363, theme.scss */
.zalvi-hero-content h1,
.zalvi-hero-content h2,
.zalvi-hero-content h3,
.zalvi-hero-content [class*="title"] {
  max-width: 520px;
  margin-bottom: 18px !important;
  font-size: clamp(38px, 3.3vw, 62px) !important;
  line-height: .99 !important;
  letter-spacing: -.045em !important;
  font-weight: 620 !important; }

/* line 374, theme.scss */
.zalvi-hero-content p,
.zalvi-hero-content [class*="description"] {
  max-width: 470px;
  margin-bottom: 24px !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.84) !important; }

/* line 382, theme.scss */
.zalvi-hero-actions {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; }

/* line 383, theme.scss */
.zalvi-hero-secondary {
  min-height: 46px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.44) !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  text-decoration: none !important; }

/* line 394, theme.scss */
.zalvi-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  transform: translateY(-1px); }

/* Marquee */
/* line 397, theme.scss */
.zalvi-home-marquee {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--zalvi-line);
  border-bottom: 1px solid var(--zalvi-line);
  background: #fff; }

/* line 404, theme.scss */
.zalvi-home-marquee img {
  filter: saturate(0.9) contrast(1.02); }

/* Product/category area */
/* line 407, theme.scss */
.zalvi-home-catalog {
  max-width: var(--zalvi-shell);
  margin-inline: auto; }

/* line 408, theme.scss */
.zalvi-home-catalog h2,
.zalvi-home-catalog [class*="heading"] {
  letter-spacing: -.035em; }

/* line 410, theme.scss */
main [data-product-id] {
  border-radius: 18px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 414, theme.scss */
main [data-product-id]:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(17, 19, 21, 0.1); }

/* Customization showcase + benefits become one composition */
/* line 417, theme.scss */
.zalvi-custom-showcase {
  width: calc(100% - 40px) !important;
  max-width: var(--zalvi-shell) !important;
  margin: 10px auto 0 !important;
  border-radius: 28px 28px 0 0 !important;
  overflow: hidden !important;
  background: #0f1113; }

/* line 425, theme.scss */
.zalvi-custom-showcase h2,
.zalvi-custom-showcase h3,
.zalvi-custom-showcase [class*="title"] {
  letter-spacing: -.035em !important;
  font-weight: 650 !important; }

/* line 431, theme.scss */
.zalvi-custom-showcase p {
  max-width: 700px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78) !important; }

/* line 433, theme.scss */
.zalvi-custom-benefits {
  position: relative;
  z-index: 5;
  width: calc(100% - 40px) !important;
  max-width: var(--zalvi-shell) !important;
  margin: -46px auto 18px !important;
  padding-inline: 20px !important;
  background: transparent !important; }

/* line 442, theme.scss */
.zalvi-custom-benefits [data-block-id],
.zalvi-custom-benefits .zalvi-benefit-item {
  min-height: 116px;
  padding: 20px 22px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid var(--zalvi-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 42px rgba(14, 17, 20, 0.1);
  transition: transform .2s ease, box-shadow .2s ease; }

/* line 452, theme.scss */
.zalvi-custom-benefits [data-block-id]:hover,
.zalvi-custom-benefits .zalvi-benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(14, 17, 20, 0.14); }

/* line 454, theme.scss */
.zalvi-custom-benefits img {
  max-width: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important; }

/* Delivery and payment */
/* line 457, theme.scss */
.zalvi-info-card {
  width: calc(100% - 40px) !important;
  max-width: var(--zalvi-shell) !important;
  margin-inline: auto !important; }

/* line 462, theme.scss */
.zalvi-info-card [class*="banner"],
.zalvi-info-card [data-block-id] {
  border-radius: 22px !important;
  overflow: hidden; }

/* line 464, theme.scss */
.zalvi-info-card h2,
.zalvi-info-card h3 {
  letter-spacing: -.03em; }

/* FAQ */
/* line 468, theme.scss */
.zalvi-faq {
  width: calc(100% - 40px) !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding-top: 68px !important;
  padding-bottom: 86px !important; }

/* line 475, theme.scss */
.zalvi-faq-heading {
  margin-bottom: 26px; }

/* line 476, theme.scss */
.zalvi-faq-heading .zalvi-eyebrow {
  margin-bottom: 8px; }

/* line 477, theme.scss */
.zalvi-faq-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1.05;
  letter-spacing: -.04em; }

/* line 478, theme.scss */
.zalvi-faq-heading p {
  margin: 0;
  color: var(--zalvi-muted);
  font-size: 16px; }

/* line 479, theme.scss */
.zalvi-faq details,
.zalvi-faq [data-block-id],
.zalvi-faq .zalvi-faq-item {
  margin: 0 0 10px !important;
  border: 1px solid var(--zalvi-line) !important;
  border-radius: 16px !important;
  background: #f7f7f8 !important;
  overflow: hidden;
  box-shadow: none !important; }

/* line 489, theme.scss */
.zalvi-faq summary,
.zalvi-faq .zalvi-faq-question {
  min-height: 62px;
  padding: 18px 20px !important;
  font-weight: 620 !important;
  cursor: pointer; }

/* line 496, theme.scss */
.zalvi-faq details[open] {
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(16, 18, 20, 0.07) !important; }

/* Accent links/arrows without the old green */
/* line 499, theme.scss */
a:hover {
  color: var(--zalvi-accent); }

/* line 500, theme.scss */
[class*="scroll-top"], [class*="to-top"], [data-scroll-top] {
  background: linear-gradient(135deg, var(--zalvi-red), var(--zalvi-orange)) !important;
  color: #fff !important;
  border-radius: 12px !important; }

/* Generic pages */
/* line 507, theme.scss */
.zalvi-custom-shell {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin-inline: auto; }

/* line 508, theme.scss */
.zalvi-simple-page {
  padding: 130px 0 90px; }

/* line 509, theme.scss */
.zalvi-simple-page h1 {
  margin: 8px 0 28px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.05em; }

/* line 510, theme.scss */
.zalvi-simple-page__content {
  max-width: 920px;
  font-size: 17px;
  line-height: 1.7;
  color: #34383b; }

/* line 511, theme.scss */
.zalvi-simple-page__content h2 {
  margin-top: 42px;
  letter-spacing: -.03em; }

/* line 512, theme.scss */
.zalvi-simple-page__content img {
  border-radius: 20px; }

/* Custom order page */
/* line 515, theme.scss */
.zalvi-custom-page {
  overflow: hidden;
  background: #fff; }

/* line 516, theme.scss */
.zalvi-eyebrow {
  color: var(--zalvi-accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase; }

/* line 524, theme.scss */
.zalvi-custom-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b0d0f;
  color: #fff; }

/* line 533, theme.scss */
.zalvi-custom-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.035); }

/* line 540, theme.scss */
.zalvi-custom-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.96) 0%, rgba(8, 9, 10, 0.86) 36%, rgba(8, 9, 10, 0.26) 72%, rgba(8, 9, 10, 0.12) 100%); }

/* line 548, theme.scss */
.zalvi-custom-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 105px;
  padding-bottom: 75px; }

/* line 549, theme.scss */
.zalvi-custom-hero__content > * {
  max-width: 690px; }

/* line 550, theme.scss */
.zalvi-custom-hero h1 {
  margin: 12px 0 20px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 650; }

/* line 551, theme.scss */
.zalvi-custom-hero p {
  margin: 0 0 28px;
  max-width: 650px;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78); }

/* line 552, theme.scss */
.zalvi-custom-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

/* line 554, theme.scss */
.zalvi-custom-section {
  padding: 86px 0; }

/* line 555, theme.scss */
.zalvi-custom-section--dark {
  background: #111315;
  color: #fff; }

/* line 556, theme.scss */
.zalvi-section-heading {
  max-width: 760px;
  margin-bottom: 38px; }

/* line 557, theme.scss */
.zalvi-section-heading h2 {
  margin: 9px 0 12px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.045em; }

/* line 558, theme.scss */
.zalvi-section-heading p {
  margin: 0;
  max-width: 650px;
  color: var(--zalvi-muted);
  font-size: 17px;
  line-height: 1.6; }

/* line 559, theme.scss */
.zalvi-section-heading--light p {
  color: rgba(255, 255, 255, 0.62); }

/* line 561, theme.scss */
.zalvi-custom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }

/* line 562, theme.scss */
.zalvi-option-card {
  border: 1px solid var(--zalvi-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 19, 21, 0.06);
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 563, theme.scss */
.zalvi-option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(17, 19, 21, 0.11); }

/* line 564, theme.scss */
.zalvi-option-card__media {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  overflow: hidden; }

/* line 565, theme.scss */
.zalvi-option-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* line 566, theme.scss */
.zalvi-option-card__body {
  padding: 20px 20px 24px; }

/* line 567, theme.scss */
.zalvi-option-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -.025em; }

/* line 568, theme.scss */
.zalvi-option-card p {
  margin: 0;
  color: var(--zalvi-muted);
  line-height: 1.55;
  font-size: 14px; }

/* line 570, theme.scss */
.zalvi-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 571, theme.scss */
.zalvi-steps article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(145deg, #181b1e, #101214); }

/* line 572, theme.scss */
.zalvi-steps span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--zalvi-orange);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em; }

/* line 573, theme.scss */
.zalvi-steps h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -.035em; }

/* line 574, theme.scss */
.zalvi-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6; }

/* line 576, theme.scss */
.zalvi-examples {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 60px;
  align-items: center; }

/* line 577, theme.scss */
.zalvi-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 578, theme.scss */
.zalvi-tag-cloud span {
  padding: 15px 18px;
  border: 1px solid var(--zalvi-line);
  border-radius: 999px;
  background: #f6f6f7;
  font-weight: 650;
  letter-spacing: .01em; }

/* line 579, theme.scss */
.zalvi-tag-cloud span:nth-child(2), .zalvi-tag-cloud span:nth-child(5) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(110deg, var(--zalvi-red), var(--zalvi-orange)); }

/* line 581, theme.scss */
.zalvi-custom-content {
  padding-top: 20px; }

/* line 582, theme.scss */
.zalvi-custom-content .zalvi-custom-shell {
  max-width: 900px;
  font-size: 17px;
  line-height: 1.75; }

/* line 584, theme.scss */
.zalvi-custom-cta {
  padding: 54px 0;
  background: #f4f5f6; }

/* line 585, theme.scss */
.zalvi-custom-cta .zalvi-custom-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px; }

/* line 586, theme.scss */
.zalvi-custom-cta h2 {
  margin: 8px 0 8px;
  max-width: 820px;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.03;
  letter-spacing: -.04em; }

/* line 587, theme.scss */
.zalvi-custom-cta p {
  margin: 0;
  max-width: 720px;
  color: var(--zalvi-muted); }

/* Motion: restrained and cheap */
/* line 590, theme.scss */
.zalvi-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease; }

/* line 591, theme.scss */
.zalvi-reveal.is-visible {
  opacity: 1;
  transform: none; }

@media (max-width: 1100px) {
  /* line 594, theme.scss */
  .zalvi-header-card {
    width: calc(100% - 24px); }

  /* line 595, theme.scss */
  .zalvi-home-hero {
    min-height: 680px; }

  /* line 596, theme.scss */
  .zalvi-hero-content {
    width: min(48vw, 500px) !important;
    margin-right: 32px !important; }

  /* line 597, theme.scss */
  .zalvi-custom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 598, theme.scss */
  .zalvi-examples {
    grid-template-columns: 1fr;
    gap: 10px; } }
@media (max-width: 768px) {
  /* line 602, theme.scss */
  body[data-theme-template="index"] .zalvi-site-header {
    margin-bottom: -78px; }

  /* line 603, theme.scss */
  .zalvi-site-header {
    padding-top: 8px; }

  /* line 604, theme.scss */
  .zalvi-header-card {
    width: calc(100% - 16px);
    min-height: 62px;
    padding: 7px 8px 7px 13px;
    border-radius: 16px;
    grid-template-columns: 1fr auto; }

  /* line 605, theme.scss */
  .zalvi-header-logo {
    width: 112px; }

  /* line 606, theme.scss */
  .zalvi-cart, .zalvi-mobile-nav summary {
    width: 44px;
    height: 44px;
    border-radius: 12px; }

  /* line 608, theme.scss */
  .zalvi-home-hero {
    min-height: 650px; }

  /* line 609, theme.scss */
  .zalvi-home-hero::after {
    background: linear-gradient(180deg, rgba(8, 9, 10, 0.06) 28%, rgba(8, 9, 10, 0.72) 67%, rgba(8, 9, 10, 0.92) 100%); }

  /* line 610, theme.scss */
  .zalvi-home-hero img {
    object-position: 36% center !important; }

  /* line 611, theme.scss */
  .zalvi-hero-content {
    width: auto !important;
    max-width: none !important;
    margin: 0 18px 36px !important;
    align-self: flex-end !important; }

  /* line 612, theme.scss */
  .zalvi-hero-content h1, .zalvi-hero-content h2, .zalvi-hero-content h3, .zalvi-hero-content [class*="title"] {
    max-width: 520px;
    font-size: clamp(34px, 10vw, 48px) !important; }

  /* line 613, theme.scss */
  .zalvi-hero-actions {
    gap: 8px; }

  /* line 615, theme.scss */
  .zalvi-custom-showcase, .zalvi-custom-benefits, .zalvi-info-card {
    width: calc(100% - 16px) !important; }

  /* line 616, theme.scss */
  .zalvi-custom-showcase {
    border-radius: 20px 20px 0 0 !important; }

  /* line 617, theme.scss */
  .zalvi-custom-benefits {
    margin-top: -28px !important;
    padding-inline: 8px !important; }

  /* line 618, theme.scss */
  .zalvi-faq {
    width: calc(100% - 28px) !important;
    padding-top: 50px !important;
    padding-bottom: 60px !important; }

  /* line 620, theme.scss */
  .zalvi-custom-shell {
    width: calc(100% - 28px); }

  /* line 621, theme.scss */
  .zalvi-simple-page {
    padding: 100px 0 64px; }

  /* line 622, theme.scss */
  .zalvi-custom-hero {
    min-height: 620px;
    align-items: flex-end; }

  /* line 623, theme.scss */
  .zalvi-custom-hero__bg {
    background-position: center; }

  /* line 624, theme.scss */
  .zalvi-custom-hero::after {
    background: linear-gradient(180deg, rgba(8, 9, 10, 0.12) 22%, rgba(8, 9, 10, 0.88) 72%); }

  /* line 625, theme.scss */
  .zalvi-custom-hero__content {
    padding-top: 110px;
    padding-bottom: 54px; }

  /* line 626, theme.scss */
  .zalvi-custom-hero h1 {
    font-size: clamp(44px, 14vw, 64px); }

  /* line 627, theme.scss */
  .zalvi-custom-section {
    padding: 64px 0; }

  /* line 628, theme.scss */
  .zalvi-custom-grid {
    grid-template-columns: 1fr; }

  /* line 629, theme.scss */
  .zalvi-steps {
    grid-template-columns: 1fr; }

  /* line 630, theme.scss */
  .zalvi-steps article {
    min-height: 210px; }

  /* line 631, theme.scss */
  .zalvi-steps span {
    margin-bottom: 30px; }

  /* line 632, theme.scss */
  .zalvi-custom-cta .zalvi-custom-shell {
    grid-template-columns: 1fr;
    gap: 24px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 636, theme.scss */
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important; }

  /* line 637, theme.scss */
  .zalvi-reveal {
    opacity: 1;
    transform: none; } }
/* line 639, theme.scss */
body[data-theme-template="page"] .zalvi-site-header {
  margin-bottom: -102px; }

/* line 640, theme.scss */
.zalvi-site-header.is-scrolled .zalvi-header-card {
  box-shadow: 0 16px 48px rgba(12, 15, 18, 0.19);
  background: rgba(255, 255, 255, 0.975); }

@media (max-width: 768px) {
  /* line 645, theme.scss */
  body[data-theme-template="page"] .zalvi-site-header {
    margin-bottom: -78px; } }
/* ZALVI v3 polish */
/* line 650, theme.scss */
body, input, textarea, select {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important; }

/* line 651, theme.scss */
h1, h2, h3, h4, h5, h6, .section-title, [class*="heading"], [class*="title"] {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -.04em; }

/* line 652, theme.scss */
body {
  font-size: 16px;
  line-height: 1.55; }

/* line 653, theme.scss */
.zalvi-header-nav a {
  font-size: 16px;
  font-weight: 700; }

/* line 654, theme.scss */
.zalvi-home-hero .button, .zalvi-home-hero a.button, .zalvi-home-hero [class*="button"] {
  border-radius: 12px !important; }

/* line 655, theme.scss */
.zalvi-home-hero .button-primary, .zalvi-home-hero .zalvi-btn--primary, .zalvi-home-hero a.button-primary {
  background: linear-gradient(112deg, var(--zalvi-red), var(--zalvi-orange)) !important;
  color: #fff !important;
  border: none !important; }

/* line 656, theme.scss */
.zalvi-home-hero .zalvi-hero-content {
  max-width: 470px !important;
  width: min(470px, 34vw) !important;
  margin-right: clamp(36px, 6vw, 96px) !important; }

/* line 657, theme.scss */
.zalvi-home-hero .zalvi-hero-content h1, .zalvi-home-hero .zalvi-hero-content h2, .zalvi-home-hero .zalvi-hero-content [class*=title] {
  font-size: clamp(42px, 3.7vw, 72px) !important;
  line-height: .94 !important; }

/* line 658, theme.scss */
.zalvi-home-hero .zalvi-hero-content p {
  font-size: 17px !important;
  color: rgba(255, 255, 255, 0.88) !important; }

/* line 659, theme.scss */
.zalvi-home-marquee img {
  max-height: 76px !important;
  width: auto !important; }

/* line 660, theme.scss */
.zalvi-home-marquee [class*=text], .zalvi-home-marquee p, .zalvi-home-marquee span, .zalvi-home-marquee a {
  font-size: 17px !important;
  font-weight: 700 !important; }

/* line 661, theme.scss */
.zalvi-custom-benefits h2, .zalvi-custom-benefits h3 {
  font-size: 22px !important; }

/* line 662, theme.scss */
.zalvi-custom-benefits p, .zalvi-custom-benefits span {
  font-size: 15px !important; }

/* line 663, theme.scss */
.zalvi-custom-benefits img {
  max-width: 82px !important;
  max-height: 82px !important; }

/* line 664, theme.scss */
.zalvi-faq-heading .zalvi-eyebrow {
  display: none !important; }

/* line 665, theme.scss */
.zalvi-faq-heading {
  margin-bottom: 18px; }

/* line 666, theme.scss */
.zalvi-faq-heading p {
  font-size: 17px; }

/* line 667, theme.scss */
#zalvi-service-section {
  scroll-margin-top: 120px; }

/* line 668, theme.scss */
.zalvi-custom-page .zalvi-hero-kicker {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 669, theme.scss */
.zalvi-custom-grid {
  gap: 18px; }

/* line 670, theme.scss */
.zalvi-option-card {
  border-radius: 24px; }

/* line 671, theme.scss */
.zalvi-option-card__body {
  padding: 22px 22px 26px; }

/* line 672, theme.scss */
.zalvi-option-card h3 {
  font-size: 24px; }

/* line 673, theme.scss */
.zalvi-option-card p {
  font-size: 15px; }

/* line 674, theme.scss */
.zalvi-steps article {
  min-height: 280px; }

@media (max-width: 768px) {
  /* line 676, theme.scss */
  .zalvi-home-hero .zalvi-hero-content {
    width: auto !important;
    max-width: 92vw !important;
    margin: 0 20px 42px !important; }

  /* line 677, theme.scss */
  .zalvi-home-marquee img {
    max-height: 56px !important; }

  /* line 678, theme.scss */
  .zalvi-home-marquee [class*=text], .zalvi-home-marquee p, .zalvi-home-marquee span, .zalvi-home-marquee a {
    font-size: 15px !important; } }
/* ========================= ZALVI v4 HOME ========================= */
/* line 682, theme.scss */
.z4-shell {
  width: calc(100% - 40px);
  max-width: 1820px;
  margin-inline: auto; }

/* line 682, theme.scss */
.z4-section {
  padding: 78px 0; }

/* line 682, theme.scss */
.z4-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #ff5a2d; }

/* line 682, theme.scss */
.z4-kicker--dark {
  color: #e93c20; }

/* line 682, theme.scss */
.z4-section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px; }

/* line 682, theme.scss */
.z4-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.05em; }

/* line 682, theme.scss */
.z4-section-head > p {
  max-width: 410px;
  margin: 0;
  color: #72767a;
  font-size: 16px;
  line-height: 1.5; }

/* line 683, theme.scss */
.z4-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b0d0f;
  color: #fff; }

/* line 683, theme.scss */
.z4-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/* line 683, theme.scss */
.z4-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 8, 9, 0.02) 0%, rgba(7, 8, 9, 0.04) 43%, rgba(7, 8, 9, 0.72) 69%, rgba(7, 8, 9, 0.94) 100%); }

/* line 683, theme.scss */
.z4-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end; }

/* line 683, theme.scss */
.z4-hero__content {
  width: min(520px, 37vw);
  margin-right: clamp(20px, 4vw, 72px); }

/* line 683, theme.scss */
.z4-hero h1 {
  margin: 14px 0 20px;
  font-size: clamp(46px, 4.5vw, 78px);
  line-height: .93;
  font-weight: 800;
  letter-spacing: -.055em; }

/* line 683, theme.scss */
.z4-hero p {
  margin: 0 0 28px;
  max-width: 470px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8); }

/* line 683, theme.scss */
.z4-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

/* line 683, theme.scss */
.z4-btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 750;
  font-size: 15px;
  transition: .2s ease; }

/* line 683, theme.scss */
.z4-btn--primary {
  color: #fff!important;
  background: linear-gradient(110deg, #d70b0b, #ff4b1f);
  box-shadow: 0 12px 30px rgba(223, 45, 24, 0.26); }

/* line 683, theme.scss */
.z4-btn--ghost {
  color: #fff!important;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px); }

/* line 683, theme.scss */
.z4-btn:hover {
  transform: translateY(-2px); }

/* line 684, theme.scss */
.z4-marquee {
  position: relative;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid rgba(20, 22, 24, 0.08); }

/* line 684, theme.scss */
.z4-marquee img {
  max-height: 86px!important;
  width: auto!important; }

/* line 684, theme.scss */
.z4-marquee p, .z4-marquee span, .z4-marquee a {
  font-size: 18px!important;
  font-weight: 750!important; }

/* line 685, theme.scss */
.z4-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .62fr;
  gap: 16px; }

/* line 685, theme.scss */
.z4-category-card {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: #121416;
  color: #fff!important;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(14, 16, 18, 0.08); }

/* line 685, theme.scss */
.z4-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease; }

/* line 685, theme.scss */
.z4-category-card:hover img {
  transform: scale(1.035); }

/* line 685, theme.scss */
.z4-category-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6, 7, 8, 0.74) 100%); }

/* line 685, theme.scss */
.z4-category-card__label {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.035em; }

/* line 685, theme.scss */
.z4-category-card__label b {
  font-size: 25px;
  color: #ff4b1f; }

/* line 685, theme.scss */
.z4-category-card--other {
  background: radial-gradient(circle at 78% 20%, rgba(255, 67, 28, 0.28), rgba(0, 0, 0, 0) 38%), linear-gradient(135deg, #17191c, #0c0e10);
  border: 1px solid rgba(255, 255, 255, 0.04); }

/* line 685, theme.scss */
.z4-category-card__other-mark {
  position: absolute;
  right: -12px;
  top: -70px;
  font-size: 360px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 72, 31, 0.12);
  font-style: italic; }

/* line 686, theme.scss */
.z4-products {
  padding-top: 24px; }

/* line 686, theme.scss */
.z4-products > div > [data-widget-type], .z4-products > div > .widget {
  width: 100%!important; }

/* line 686, theme.scss */
.z4-products h2, .z4-products [class*=heading] {
  font-size: clamp(34px, 3.2vw, 52px) !important;
  font-weight: 800!important;
  letter-spacing: -.045em!important; }

/* line 687, theme.scss */
.z4-custom {
  padding-top: 48px; }

/* line 687, theme.scss */
.z4-custom__panel {
  overflow: hidden;
  border-radius: 30px;
  background: #0f1113;
  box-shadow: 0 30px 80px rgba(13, 15, 18, 0.14); }

/* line 687, theme.scss */
.z4-custom__visual {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center; }

/* line 687, theme.scss */
.z4-custom__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 10, 0.94) 0%, rgba(8, 9, 10, 0.7) 42%, rgba(8, 9, 10, 0.22) 100%); }

/* line 687, theme.scss */
.z4-custom__intro {
  position: relative;
  z-index: 2;
  width: min(620px, 50%);
  padding: 60px; }

/* line 687, theme.scss */
.z4-custom__intro h2 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .94;
  font-weight: 800;
  letter-spacing: -.055em; }

/* line 687, theme.scss */
.z4-custom__intro p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.55; }

/* line 687, theme.scss */
.z4-custom-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08); }

/* line 687, theme.scss */
.z4-custom-option {
  min-height: 220px;
  padding: 22px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 18px;
  background: #15181b;
  color: #fff!important;
  text-decoration: none;
  transition: background .2s ease; }

/* line 687, theme.scss */
.z4-custom-option:hover {
  background: #1d2024; }

/* line 687, theme.scss */
.z4-custom-option img {
  width: 92px;
  height: 72px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff; }

/* line 687, theme.scss */
.z4-custom-option span {
  display: block;
  margin-bottom: 20px;
  color: #ff5630;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em; }

/* line 687, theme.scss */
.z4-custom-option h3 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.035em; }

/* line 687, theme.scss */
.z4-custom-option p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.5; }

/* line 688, theme.scss */
.z4-steel {
  padding-top: 54px; }

/* line 688, theme.scss */
.z4-steel__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center; }

/* line 688, theme.scss */
.z4-steel__visual {
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #f4f5f6, #fff);
  overflow: hidden; }

/* line 688, theme.scss */
.z4-steel__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply; }

/* line 688, theme.scss */
.z4-steel__content h2 {
  margin: 10px 0 34px;
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -.055em; }

/* line 688, theme.scss */
.z4-steel-points {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(17, 19, 21, 0.1); }

/* line 688, theme.scss */
.z4-steel-points > div {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(17, 19, 21, 0.1); }

/* line 688, theme.scss */
.z4-steel-points b {
  font-size: 16px; }

/* line 688, theme.scss */
.z4-steel-points span {
  color: #73777b;
  line-height: 1.55; }

/* line 689, theme.scss */
.z4-service {
  background: #f5f6f7; }

/* line 689, theme.scss */
.z4-service-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px; }

/* line 689, theme.scss */
.z4-service-widget {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 18, 20, 0.06); }

/* line 689, theme.scss */
.z4-service-widget > [data-widget-type], .z4-service-widget > .widget {
  margin: 0!important;
  width: 100%!important; }

/* line 689, theme.scss */
.z4-service-widget [class*=banner] {
  border-radius: 0!important; }

/* line 690, theme.scss */
.z4-faq__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: start; }

/* line 690, theme.scss */
.z4-faq__title {
  position: sticky;
  top: 130px; }

/* line 690, theme.scss */
.z4-faq__title h2 {
  margin: 0 0 14px;
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -.055em; }

/* line 690, theme.scss */
.z4-faq__title p {
  margin: 0;
  max-width: 350px;
  color: #73777b;
  font-size: 17px;
  line-height: 1.55; }

/* line 690, theme.scss */
.z4-faq__items {
  display: grid;
  gap: 10px; }

/* line 690, theme.scss */
.z4-faq details {
  border: 1px solid rgba(20, 22, 24, 0.09);
  border-radius: 17px;
  background: #f7f8f8;
  overflow: hidden; }

/* line 690, theme.scss */
.z4-faq summary {
  min-height: 72px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 750; }

/* line 690, theme.scss */
.z4-faq summary::-webkit-details-marker {
  display: none; }

/* line 690, theme.scss */
.z4-faq summary i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px; }

/* line 690, theme.scss */
.z4-faq summary i:before, .z4-faq summary i:after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 8px;
  height: 2px;
  border-radius: 2px;
  background: #e43a1d; }

/* line 690, theme.scss */
.z4-faq summary i:after {
  transform: rotate(90deg);
  transition: transform .2s ease; }

/* line 690, theme.scss */
.z4-faq details[open] summary i:after {
  transform: rotate(0); }

/* line 690, theme.scss */
.z4-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #6d7175;
  line-height: 1.65; }

/* line 691, theme.scss */
.z4-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease,transform .5s ease; }

/* line 691, theme.scss */
.z4-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* line 692, theme.scss */
body[data-theme-template="index"] .zalvi-site-header {
  margin-bottom: -104px; }

/* line 692, theme.scss */
.zalvi-site-header {
  position: sticky;
  top: 0; }

@media (max-width: 1100px) {
  /* line 693, theme.scss */
  .z4-hero__content {
    width: min(500px, 46vw); }

  /* line 693, theme.scss */
  .z4-category-grid {
    grid-template-columns: 1fr 1fr; }

  /* line 693, theme.scss */
  .z4-category-card--other {
    grid-column: 1/-1;
    min-height: 190px; }

  /* line 693, theme.scss */
  .z4-custom-options {
    grid-template-columns: 1fr 1fr; }

  /* line 693, theme.scss */
  .z4-steel__grid, .z4-faq__grid {
    grid-template-columns: 1fr; }

  /* line 693, theme.scss */
  .z4-faq__title {
    position: static; }

  /* line 693, theme.scss */
  .z4-service-widgets {
    grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  /* line 694, theme.scss */
  .z4-shell {
    width: calc(100% - 20px); }

  /* line 694, theme.scss */
  .z4-section {
    padding: 58px 0; }

  /* line 694, theme.scss */
  .z4-hero {
    min-height: 700px;
    align-items: flex-end; }

  /* line 694, theme.scss */
  .z4-hero__image {
    object-position: 40% center; }

  /* line 694, theme.scss */
  .z4-hero__shade {
    background: linear-gradient(180deg, rgba(7, 8, 9, 0.02) 22%, rgba(7, 8, 9, 0.8) 68%, rgba(7, 8, 9, 0.96) 100%); }

  /* line 694, theme.scss */
  .z4-hero__inner {
    justify-content: flex-start; }

  /* line 694, theme.scss */
  .z4-hero__content {
    width: auto;
    margin: 0 12px 46px; }

  /* line 694, theme.scss */
  .z4-hero h1 {
    font-size: clamp(42px, 13vw, 62px); }

  /* line 694, theme.scss */
  .z4-hero p {
    font-size: 16px; }

  /* line 694, theme.scss */
  .z4-marquee img {
    max-height: 62px!important; }

  /* line 694, theme.scss */
  .z4-marquee p, .z4-marquee span, .z4-marquee a {
    font-size: 15px!important; }

  /* line 694, theme.scss */
  .z4-section-head--row {
    display: block; }

  /* line 694, theme.scss */
  .z4-section-head > p {
    margin-top: 12px; }

  /* line 694, theme.scss */
  .z4-category-grid {
    grid-template-columns: 1fr; }

  /* line 694, theme.scss */
  .z4-category-card {
    min-height: 300px; }

  /* line 694, theme.scss */
  .z4-category-card--other {
    grid-column: auto;
    min-height: 170px; }

  /* line 694, theme.scss */
  .z4-custom__visual {
    min-height: 540px;
    align-items: flex-end; }

  /* line 694, theme.scss */
  .z4-custom__overlay {
    background: linear-gradient(180deg, rgba(8, 9, 10, 0.1), rgba(8, 9, 10, 0.94) 75%); }

  /* line 694, theme.scss */
  .z4-custom__intro {
    width: auto;
    padding: 28px 22px 32px; }

  /* line 694, theme.scss */
  .z4-custom-options {
    grid-template-columns: 1fr; }

  /* line 694, theme.scss */
  .z4-custom-option {
    min-height: 160px; }

  /* line 694, theme.scss */
  .z4-steel__visual {
    min-height: 300px; }

  /* line 694, theme.scss */
  .z4-steel-points > div {
    grid-template-columns: 1fr;
    gap: 6px; }

  /* line 694, theme.scss */
  .z4-faq__grid {
    gap: 30px; }

  /* line 694, theme.scss */
  .z4-faq summary {
    font-size: 16px; }

  /* line 694, theme.scss */
  .z4-service-widgets {
    grid-template-columns: 1fr; } }
/* =========================================================
   ZALVI v5 — simplified home flow
   ========================================================= */
/* Custom marquee: independent from InSales widget rendering */
/* line 701, theme.scss */
.z5-marquee {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(22, 24, 27, 0.08);
  box-shadow: 0 8px 28px rgba(14, 17, 20, 0.04); }

/* line 708, theme.scss */
.z5-marquee__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: z5-marquee 30s linear infinite;
  will-change: transform; }

/* line 715, theme.scss */
.z5-marquee__item {
  min-width: 390px;
  height: 104px;
  padding: 10px 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  white-space: nowrap;
  border-right: 1px solid rgba(22, 24, 27, 0.07); }

/* line 726, theme.scss */
.z5-marquee__item img {
  width: auto !important;
  height: 68px !important;
  max-width: 150px !important;
  display: block;
  object-fit: contain; }

/* line 733, theme.scss */
.z5-marquee__item strong {
  color: #202326;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: -.02em; }

/* line 741, theme.scss */
.z5-marquee:hover .z5-marquee__track {
  animation-play-state: paused; }

@keyframes z5-marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
/* Main rhythm after removing the temporary product block */
/* line 748, theme.scss */
.z4-categories {
  padding-bottom: 66px !important; }

/* line 749, theme.scss */
.z4-custom {
  padding-top: 20px !important; }

/* line 750, theme.scss */
.z4-custom__panel {
  box-shadow: 0 28px 70px rgba(12, 15, 18, 0.12); }

/* line 751, theme.scss */
.z4-custom-option img {
  width: 82px !important;
  height: 54px !important;
  flex: 0 0 82px;
  object-fit: contain !important;
  border-radius: 8px !important; }

/* Delivery/payment are editorial rows, not CTA cards */
/* line 760, theme.scss */
.z5-service {
  padding-top: 82px !important;
  padding-bottom: 94px !important;
  background: #fff; }

/* line 765, theme.scss */
.z5-service__head {
  max-width: 760px;
  margin: 0 0 34px; }

/* line 769, theme.scss */
.z5-service__head h2 {
  margin: 8px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 4vw, 60px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.05em; }

/* line 777, theme.scss */
.z5-service__rows {
  display: grid;
  gap: 18px; }

/* line 781, theme.scss */
.z5-service-row {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(22, 24, 27, 0.08);
  border-radius: 26px;
  background: #f5f6f7; }

/* line 791, theme.scss */
.z5-service-row--reverse {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); }

/* line 794, theme.scss */
.z5-service-row__copy {
  padding: clamp(34px, 4vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 800, theme.scss */
.z5-service-row__num {
  margin-bottom: 32px;
  color: #ef3d1c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em; }

/* line 807, theme.scss */
.z5-service-row__copy h3 {
  margin: 0 0 16px;
  max-width: 520px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.045em; }

/* line 816, theme.scss */
.z5-service-row__copy p {
  margin: 0;
  max-width: 580px;
  color: #6b7074;
  font-size: 17px;
  line-height: 1.65; }

/* line 823, theme.scss */
.z5-service-row__visual {
  min-height: 330px;
  background: #101214;
  overflow: hidden; }

/* line 828, theme.scss */
.z5-service-row__visual img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover; }

/* line 835, theme.scss */
#zalvi-service-section {
  scroll-margin-top: 118px; }

/* FAQ is already strong; only tighten the vertical rhythm slightly */
/* line 838, theme.scss */
.z4-faq {
  padding-top: 68px !important;
  padding-bottom: 82px !important; }

/* line 839, theme.scss */
.z4-faq__items details {
  margin-bottom: 9px !important; }

/* line 840, theme.scss */
.z4-faq__items summary i {
  transform: scale(1.08); }

/* line 841, theme.scss */
.z4-faq__items details[open] {
  border-color: rgba(239, 61, 28, 0.22) !important; }

/* Quiet the stock footer without rebuilding its data model yet */
/* line 844, theme.scss */
footer {
  background: #111315 !important;
  color: #fff !important; }

/* line 848, theme.scss */
footer > *, footer [data-widget-type*="footer"] {
  background: #111315 !important;
  color: #fff !important; }

/* line 852, theme.scss */
footer a {
  color: rgba(255, 255, 255, 0.82) !important; }

/* line 853, theme.scss */
footer a:hover {
  color: #ff4b1f !important; }

/* line 854, theme.scss */
footer a[href*="insales"] {
  display: none !important; }

/* line 855, theme.scss */
footer img {
  filter: none; }

@media (max-width: 900px) {
  /* line 858, theme.scss */
  .z5-marquee__item {
    min-width: 315px;
    height: 92px;
    padding: 8px 28px;
    gap: 18px; }

  /* line 859, theme.scss */
  .z5-marquee__item img {
    height: 58px !important;
    max-width: 128px !important; }

  /* line 860, theme.scss */
  .z5-marquee__item strong {
    font-size: 16px; }

  /* line 861, theme.scss */
  .z5-service-row,
  .z5-service-row--reverse {
    grid-template-columns: 1fr; }

  /* line 863, theme.scss */
  .z5-service-row--reverse .z5-service-row__visual {
    order: 2; }

  /* line 864, theme.scss */
  .z5-service-row--reverse .z5-service-row__copy {
    order: 1; }

  /* line 865, theme.scss */
  .z5-service-row__visual, .z5-service-row__visual img {
    min-height: 260px; } }
@media (max-width: 600px) {
  /* line 869, theme.scss */
  .z5-marquee__item {
    min-width: 270px;
    height: 82px;
    padding: 6px 20px;
    gap: 14px; }

  /* line 870, theme.scss */
  .z5-marquee__item img {
    height: 50px !important;
    max-width: 108px !important; }

  /* line 871, theme.scss */
  .z5-marquee__item strong {
    font-size: 15px; }

  /* line 872, theme.scss */
  .z4-categories {
    padding-bottom: 42px !important; }

  /* line 873, theme.scss */
  .z4-custom {
    padding-top: 8px !important; }

  /* line 874, theme.scss */
  .z4-custom-option img {
    width: 72px !important;
    height: 48px !important;
    flex-basis: 72px; }

  /* line 875, theme.scss */
  .z5-service {
    padding-top: 58px !important;
    padding-bottom: 64px !important; }

  /* line 876, theme.scss */
  .z5-service-row {
    border-radius: 20px; }

  /* line 877, theme.scss */
  .z5-service-row__copy {
    padding: 30px 24px 34px; }

  /* line 878, theme.scss */
  .z5-service-row__num {
    margin-bottom: 20px; }

  /* line 879, theme.scss */
  .z5-service-row__copy p {
    font-size: 15px; }

  /* line 880, theme.scss */
  .z5-service-row__visual, .z5-service-row__visual img {
    min-height: 210px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 884, theme.scss */
  .z5-marquee__track {
    animation: none; } }
/* =========================================================
   ZALVI v6 — editable content + clean footer
   ========================================================= */
/* Bigger product-readable marquee. Cropped plate assets are used by default. */
/* line 892, theme.scss */
.z6-marquee .z5-marquee__item {
  min-width: 520px;
  height: 142px;
  padding: 12px 46px;
  gap: 30px; }

/* line 898, theme.scss */
.z6-marquee .z5-marquee__item img {
  width: 255px !important;
  height: 96px !important;
  max-width: 255px !important;
  object-fit: contain !important; }

/* line 904, theme.scss */
.z6-marquee .z5-marquee__item strong {
  font-size: 20px;
  font-weight: 800; }

/* Native InSales widget slots: hidden when empty on storefront, visible in editor. */
/* line 910, theme.scss */
.z6-editor-zone {
  position: relative;
  width: 100%; }

/* line 914, theme.scss */
.z6-editor-zone > [data-widget-type],
.z6-editor-zone > .widget {
  width: 100%; }

/* line 918, theme.scss */
[style*="--is-editor:true"] .z6-editor-zone:empty,
[style*="--is-editor:true"] .z6-editor-zone:not(:has(> [data-widget-type])) {
  min-height: 90px;
  margin: 16px auto;
  border: 1px dashed rgba(239, 61, 28, 0.32);
  background: rgba(239, 61, 28, 0.025); }

/* line 925, theme.scss */
.z6-editor-zone--home > [data-widget-type],
.z6-editor-zone--home > .widget,
.z6-editor-zone--page > [data-widget-type],
.z6-editor-zone--page > .widget {
  max-width: 1820px;
  margin-inline: auto; }

/* line 932, theme.scss */
.z6-editor-zone--page {
  margin: 0 auto; }

/* Footer: no stock widget leftovers. */
/* line 937, theme.scss */
.z6-footer {
  margin-top: 0;
  background: #101214 !important;
  color: #fff; }

/* line 942, theme.scss */
.z6-footer__inner {
  width: calc(100% - 40px);
  max-width: 1820px;
  margin-inline: auto;
  padding: 52px 0 22px; }

/* line 948, theme.scss */
.z6-footer__top {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(230px, auto);
  align-items: center;
  gap: 44px;
  padding-bottom: 42px; }

/* line 955, theme.scss */
.z6-footer__logo {
  display: inline-flex;
  width: 178px;
  min-height: 64px;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16); }

/* line 966, theme.scss */
.z6-footer__logo img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto; }

/* line 972, theme.scss */
.z6-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 30px; }

/* line 979, theme.scss */
.z6-footer__nav a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700; }

/* line 985, theme.scss */
.z6-footer__nav a:hover {
  color: #ff4b1f !important; }

/* line 986, theme.scss */
.z6-footer__contact {
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right; }

/* line 992, theme.scss */
.z6-footer__contact span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.45; }

/* line 997, theme.scss */
.z6-footer__contact a {
  color: #fff !important;
  text-decoration: none;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 800;
  letter-spacing: -.03em; }

/* line 1004, theme.scss */
.z6-footer__bottom {
  min-height: 54px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px; }

/* line 1015, theme.scss */
.z6-footer__bottom a {
  color: rgba(255, 255, 255, 0.58) !important;
  text-decoration: none; }

/* line 1016, theme.scss */
.z6-footer__bottom a:hover {
  color: #fff !important; }

/* The custom page deliberately keeps spaces for native page widgets. */
/* line 1019, theme.scss */
.zalvi-custom-page .z6-editor-zone--main {
  background: #fff; }

/* line 1022, theme.scss */
.zalvi-custom-page .z6-editor-zone--main > [data-widget-type],
.zalvi-custom-page .z6-editor-zone--main > .widget {
  margin-top: 10px;
  margin-bottom: 10px; }

@media (max-width: 1000px) {
  /* line 1029, theme.scss */
  .z6-marquee .z5-marquee__item {
    min-width: 440px;
    height: 124px;
    padding: 10px 30px;
    gap: 22px; }

  /* line 1030, theme.scss */
  .z6-marquee .z5-marquee__item img {
    width: 215px !important;
    height: 82px !important;
    max-width: 215px !important; }

  /* line 1031, theme.scss */
  .z6-marquee .z5-marquee__item strong {
    font-size: 18px; }

  /* line 1032, theme.scss */
  .z6-footer__top {
    grid-template-columns: 150px 1fr; }

  /* line 1033, theme.scss */
  .z6-footer__contact {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left; } }
@media (max-width: 650px) {
  /* line 1037, theme.scss */
  .z6-marquee .z5-marquee__item {
    min-width: 350px;
    height: 104px;
    padding: 8px 22px;
    gap: 16px; }

  /* line 1038, theme.scss */
  .z6-marquee .z5-marquee__item img {
    width: 170px !important;
    height: 66px !important;
    max-width: 170px !important; }

  /* line 1039, theme.scss */
  .z6-marquee .z5-marquee__item strong {
    font-size: 15px; }

  /* line 1040, theme.scss */
  .z6-footer__inner {
    width: calc(100% - 28px);
    padding-top: 38px; }

  /* line 1041, theme.scss */
  .z6-footer__top {
    grid-template-columns: 1fr;
    gap: 28px; }

  /* line 1042, theme.scss */
  .z6-footer__logo {
    width: 150px;
    min-height: 56px;
    padding: 8px 12px;
    border-radius: 14px; }

  /* line 1043, theme.scss */
  .z6-footer__nav {
    justify-content: flex-start;
    display: grid;
    gap: 10px; }

  /* line 1044, theme.scss */
  .z6-footer__contact {
    grid-column: auto; }

  /* line 1045, theme.scss */
  .z6-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px; } }
/* ZALVI v7 — dedicated static page template */
/* line 1050, theme.scss */
body[data-theme-template="page.individual"] .zalvi-site-header {
  margin-bottom: -102px; }

/* line 1051, theme.scss */
body[data-theme-template="page.individual"] .z6-editor-zone {
  position: relative; }

/* line 1052, theme.scss */
body[data-theme-template="page.individual"] .z6-editor-zone:empty {
  min-height: 0; }

@media (max-width: 768px) {
  /* line 1053, theme.scss */
  body[data-theme-template="page.individual"] .zalvi-site-header {
    margin-bottom: -78px; } }
/* ===== ZALVI v8 — custom quiz ===== */
/* line 1056, theme.scss */
.zalvi-custom-quiz {
  scroll-margin-top: 110px;
  padding: 92px 0;
  color: #fff;
  background: radial-gradient(circle at 10% 10%, rgba(255, 69, 34, 0.18), rgba(0, 0, 0, 0) 34%), radial-gradient(circle at 88% 88%, rgba(255, 131, 41, 0.12), rgba(0, 0, 0, 0) 30%), #101214; }

/* line 1057, theme.scss */
.zalvi-quiz-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: start; }

/* line 1058, theme.scss */
.zalvi-quiz-intro {
  position: sticky;
  top: 130px; }

/* line 1058, theme.scss */
.zalvi-quiz-intro h2 {
  margin: 10px 0 18px;
  max-width: 560px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: -.05em; }

/* line 1058, theme.scss */
.zalvi-quiz-intro > p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  line-height: 1.65; }

/* line 1059, theme.scss */
.zalvi-quiz-progress {
  height: 4px;
  margin-top: 38px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1); }

/* line 1059, theme.scss */
.zalvi-quiz-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--zalvi-red), var(--zalvi-orange));
  transition: width .28s ease; }

/* line 1059, theme.scss */
.zalvi-quiz-counter {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em; }

/* line 1060, theme.scss */
.zalvi-quiz-card {
  position: relative;
  min-height: 530px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px); }

/* line 1061, theme.scss */
.zalvi-quiz-step {
  display: none;
  animation: zalviQuizIn .28s ease both; }

/* line 1061, theme.scss */
.zalvi-quiz-step.is-active {
  display: block; }

/* line 1061, theme.scss */
.zalvi-quiz-step__number {
  display: block;
  margin-bottom: 28px;
  color: var(--zalvi-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em; }

/* line 1061, theme.scss */
.zalvi-quiz-step h3, .zalvi-quiz-result h3 {
  margin: 0 0 30px;
  max-width: 680px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em; }

/* line 1062, theme.scss */
.zalvi-quiz-options {
  display: grid;
  gap: 10px; }

/* line 1062, theme.scss */
.zalvi-quiz-options button {
  appearance: none;
  width: 100%;
  min-height: 70px;
  padding: 14px 18px 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease,background .18s ease,transform .18s ease; }

/* line 1062, theme.scss */
.zalvi-quiz-options button i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  font-style: normal;
  transition: transform .18s ease,background .18s ease; }

/* line 1062, theme.scss */
.zalvi-quiz-options button:hover, .zalvi-quiz-options button.is-selected {
  border-color: rgba(255, 83, 40, 0.72);
  background: rgba(255, 83, 40, 0.1);
  transform: translateY(-1px); }

/* line 1062, theme.scss */
.zalvi-quiz-options button:hover i, .zalvi-quiz-options button.is-selected i {
  transform: translateX(2px);
  background: linear-gradient(120deg, var(--zalvi-red), var(--zalvi-orange)); }

/* line 1063, theme.scss */
.zalvi-quiz-back {
  position: absolute;
  left: clamp(28px, 4vw, 54px);
  bottom: 28px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer; }

/* line 1063, theme.scss */
.zalvi-quiz-back:disabled {
  opacity: 0;
  pointer-events: none; }

/* line 1063, theme.scss */
.zalvi-quiz-result {
  display: none;
  animation: zalviQuizIn .35s ease both; }

/* line 1063, theme.scss */
.zalvi-quiz-result.is-active {
  display: block; }

/* line 1063, theme.scss */
.zalvi-quiz-result > p {
  margin: -14px 0 28px;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6; }

/* line 1063, theme.scss */
.zalvi-quiz-summary {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/* line 1063, theme.scss */
.zalvi-quiz-summary__row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/* line 1063, theme.scss */
.zalvi-quiz-summary__row span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px; }

/* line 1063, theme.scss */
.zalvi-quiz-summary__row strong {
  font-size: 15px;
  font-weight: 700; }

/* line 1063, theme.scss */
.zalvi-quiz-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 1063, theme.scss */
.zalvi-btn--light {
  color: #111315!important;
  border-color: #fff!important;
  background: #fff!important; }

/* line 1063, theme.scss */
.zalvi-quiz-restart {
  margin-top: 20px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px; }

@keyframes zalviQuizIn {
  from {
    opacity: 0;
    transform: translateY(8px); }
  to {
    opacity: 1;
    transform: none; } }
@media (max-width: 900px) {
  /* line 1064, theme.scss */
  .zalvi-custom-quiz {
    padding: 70px 0; }

  /* line 1064, theme.scss */
  .zalvi-quiz-layout {
    grid-template-columns: 1fr;
    gap: 34px; }

  /* line 1064, theme.scss */
  .zalvi-quiz-intro {
    position: static; }

  /* line 1064, theme.scss */
  .zalvi-quiz-card {
    min-height: 500px;
    border-radius: 24px; } }
@media (max-width: 560px) {
  /* line 1065, theme.scss */
  .zalvi-custom-quiz {
    padding: 58px 0; }

  /* line 1065, theme.scss */
  .zalvi-quiz-intro h2 {
    font-size: 40px; }

  /* line 1065, theme.scss */
  .zalvi-quiz-card {
    min-height: 520px;
    padding: 26px 18px 60px;
    border-radius: 20px; }

  /* line 1065, theme.scss */
  .zalvi-quiz-step h3, .zalvi-quiz-result h3 {
    font-size: 31px; }

  /* line 1065, theme.scss */
  .zalvi-quiz-options button {
    min-height: 64px;
    padding: 12px 14px 12px 16px; }

  /* line 1065, theme.scss */
  .zalvi-quiz-back {
    left: 18px;
    bottom: 24px; }

  /* line 1065, theme.scss */
  .zalvi-quiz-summary__row {
    grid-template-columns: 1fr;
    gap: 5px; }

  /* line 1065, theme.scss */
  .zalvi-quiz-result__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 1065, theme.scss */
  .zalvi-quiz-result__actions .zalvi-btn {
    justify-content: center;
    width: 100%; } }
/* =========================================================
   ZALVI v9 — leads, collection CTA, system icon-font fix
   ========================================================= */
/* System widget buttons may use an icon font. Do not override their font-family globally. */
/* line 1073, theme.scss */
.zalvi-btn,
.zalvi-lead-modal button,
.zalvi-collection-cta button {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }

/* line 1077, theme.scss */
.zalvi-collection-cta {
  width: calc(100% - 40px);
  max-width: 1820px;
  margin: clamp(44px, 6vw, 88px) auto 0;
  padding-bottom: clamp(44px, 6vw, 84px); }

/* line 1083, theme.scss */
.zalvi-collection-cta__inner {
  position: relative;
  min-height: 270px;
  padding: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background: radial-gradient(circle at 84% 20%, rgba(255, 72, 32, 0.25), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #101214 0%, #16191c 56%, #0e0f11 100%);
  box-shadow: 0 28px 75px rgba(15, 17, 19, 0.16); }

/* line 1099, theme.scss */
.zalvi-collection-cta__inner:before,
.zalvi-collection-cta__inner:after {
  content: "";
  position: absolute;
  pointer-events: none;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent, rgba(255, 63, 24, 0.55), transparent); }

/* line 1107, theme.scss */
.zalvi-collection-cta__inner:before {
  width: 420px;
  height: 2px;
  right: -70px;
  top: 55px; }

/* line 1108, theme.scss */
.zalvi-collection-cta__inner:after {
  width: 330px;
  height: 1px;
  right: 20px;
  bottom: 48px;
  opacity: .55; }

/* line 1109, theme.scss */
.zalvi-collection-cta__copy {
  position: relative;
  z-index: 1;
  max-width: 900px; }

/* line 1110, theme.scss */
.zalvi-collection-cta__copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(34px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
  color: #fff; }

/* line 1111, theme.scss */
.zalvi-collection-cta__copy p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65; }

/* line 1112, theme.scss */
.zalvi-collection-cta__button {
  position: relative;
  z-index: 1;
  white-space: nowrap; }

/* line 1114, theme.scss */
html.zalvi-modal-open, html.zalvi-modal-open body {
  overflow: hidden; }

/* line 1115, theme.scss */
.zalvi-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease,visibility .22s ease; }

/* line 1116, theme.scss */
.zalvi-lead-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* line 1117, theme.scss */
.zalvi-lead-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(7, 8, 9, 0.72);
  backdrop-filter: blur(9px);
  cursor: pointer; }

/* line 1118, theme.scss */
.zalvi-lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: #fff;
  background: #111315;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.42);
  transform: translateY(12px) scale(0.985);
  transition: transform .24s ease; }

/* line 1119, theme.scss */
.zalvi-lead-modal.is-open .zalvi-lead-modal__dialog {
  transform: none; }

/* line 1120, theme.scss */
.zalvi-lead-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-size: 27px;
  line-height: 1;
  cursor: pointer; }

/* line 1121, theme.scss */
.zalvi-lead-modal__close:hover {
  background: rgba(255, 255, 255, 0.11); }

/* line 1122, theme.scss */
.zalvi-lead-modal__heading {
  padding-right: 48px; }

/* line 1123, theme.scss */
.zalvi-lead-modal__heading h2 {
  margin: 9px 0 14px;
  max-width: 610px;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -.05em; }

/* line 1124, theme.scss */
.zalvi-lead-modal__heading p {
  margin: 0 0 30px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.6; }

/* line 1125, theme.scss */
.zalvi-lead-form {
  display: grid;
  gap: 16px; }

/* line 1126, theme.scss */
.zalvi-lead-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px; }

/* line 1127, theme.scss */
.zalvi-lead-field {
  display: grid;
  gap: 7px; }

/* line 1128, theme.scss */
.zalvi-lead-field label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750; }

/* line 1129, theme.scss */
.zalvi-lead-field label span {
  color: rgba(255, 255, 255, 0.34);
  font-weight: 550; }

/* line 1130, theme.scss */
.zalvi-lead-field input, .zalvi-lead-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font-size: 15px;
  transition: border-color .18s ease,background .18s ease,box-shadow .18s ease; }

/* line 1131, theme.scss */
.zalvi-lead-field textarea {
  resize: vertical;
  min-height: 104px; }

/* line 1132, theme.scss */
.zalvi-lead-field input::placeholder, .zalvi-lead-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.28); }

/* line 1133, theme.scss */
.zalvi-lead-field input:focus, .zalvi-lead-field textarea:focus {
  border-color: rgba(255, 80, 39, 0.72);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 3px rgba(255, 67, 28, 0.08); }

/* line 1134, theme.scss */
.zalvi-lead-field__error {
  min-height: 0;
  color: #ff765d;
  font-size: 11px;
  line-height: 1.35; }

/* line 1135, theme.scss */
.zalvi-lead-agree label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer; }

/* line 1136, theme.scss */
.zalvi-lead-agree input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #ff4325;
  flex: 0 0 auto; }

/* line 1137, theme.scss */
.zalvi-lead-agree a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-underline-offset: 3px; }

/* line 1138, theme.scss */
.zalvi-lead-captcha {
  margin-top: 2px; }

/* line 1139, theme.scss */
.zalvi-lead-form__submit {
  width: 100%;
  min-height: 56px;
  justify-content: center;
  margin-top: 2px; }

/* line 1140, theme.scss */
.zalvi-lead-form__note {
  text-align: center;
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px;
  line-height: 1.45; }

/* line 1141, theme.scss */
.zalvi-lead-form__success {
  display: none;
  padding: 14px 16px;
  border: 1px solid rgba(87, 210, 139, 0.24);
  border-radius: 13px;
  color: #b8f4d1;
  background: rgba(87, 210, 139, 0.09);
  font-size: 13px;
  line-height: 1.5; }

/* line 1142, theme.scss */
.zalvi-lead-form__success.is-show {
  display: block; }

@media (max-width: 800px) {
  /* line 1145, theme.scss */
  .zalvi-collection-cta {
    width: calc(100% - 28px); }

  /* line 1146, theme.scss */
  .zalvi-collection-cta__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 38px 26px;
    border-radius: 24px;
    gap: 28px; }

  /* line 1147, theme.scss */
  .zalvi-collection-cta__button {
    width: 100%;
    justify-content: center;
    white-space: normal; } }
@media (max-width: 600px) {
  /* line 1150, theme.scss */
  .zalvi-lead-modal {
    padding: 10px;
    align-items: end; }

  /* line 1151, theme.scss */
  .zalvi-lead-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 28px 18px 22px;
    border-radius: 24px 24px 18px 18px; }

  /* line 1152, theme.scss */
  .zalvi-lead-modal__heading {
    padding-right: 42px; }

  /* line 1153, theme.scss */
  .zalvi-lead-modal__heading h2 {
    font-size: 34px; }

  /* line 1154, theme.scss */
  .zalvi-lead-form__grid {
    grid-template-columns: 1fr; } }
/* v10: quiz text entry */
/* line 1158, theme.scss */
.zalvi-quiz-text-choice {
  display: grid;
  gap: 16px; }

/* line 1159, theme.scss */
.zalvi-quiz-text-choice input {
  width: 100%;
  min-height: 72px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  transition: border-color .18s ease,background .18s ease,box-shadow .18s ease; }

/* line 1160, theme.scss */
.zalvi-quiz-text-choice input::placeholder {
  color: rgba(255, 255, 255, 0.36);
  font-weight: 500; }

/* line 1161, theme.scss */
.zalvi-quiz-text-choice input:focus {
  border-color: rgba(255, 83, 40, 0.76);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(255, 83, 40, 0.08); }

/* line 1162, theme.scss */
.zalvi-quiz-text-choice input.has-error {
  border-color: var(--zalvi-red);
  box-shadow: 0 0 0 3px rgba(255, 42, 16, 0.1); }

/* line 1163, theme.scss */
.zalvi-quiz-text-choice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center; }

/* line 1164, theme.scss */
.zalvi-quiz-skip {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer; }

/* line 1165, theme.scss */
.zalvi-quiz-skip:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07); }

@media (max-width: 560px) {
  /* line 1166, theme.scss */
  .zalvi-quiz-text-choice__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 1166, theme.scss */
  .zalvi-quiz-text-choice__actions > * {
    width: 100%;
    justify-content: center; } }
/* ZALVI v11 — cart -> configurator */
/* line 1169, theme.scss */
.zalvi-cart-custom-cta {
  padding: 34px 24px 76px;
  background: #fff; }

/* line 1170, theme.scss */
.zalvi-cart-custom-cta__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 24px;
  background: #111416;
  color: #fff;
  box-shadow: 0 22px 60px rgba(16, 18, 20, 0.08); }

/* line 1171, theme.scss */
.zalvi-cart-custom-cta .zalvi-eyebrow {
  margin-bottom: 9px;
  color: #ff4a2d; }

/* line 1172, theme.scss */
.zalvi-cart-custom-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.05;
  letter-spacing: -.035em; }

/* line 1173, theme.scss */
.zalvi-cart-custom-cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.6; }

/* line 1174, theme.scss */
.zalvi-cart-custom-cta .zalvi-btn {
  flex: 0 0 auto;
  white-space: nowrap; }

@media (max-width: 760px) {
  /* line 1175, theme.scss */
  .zalvi-cart-custom-cta {
    padding: 22px 14px 48px; }

  /* line 1175, theme.scss */
  .zalvi-cart-custom-cta__inner {
    padding: 26px 22px;
    display: grid;
    gap: 22px;
    border-radius: 20px; }

  /* line 1175, theme.scss */
  .zalvi-cart-custom-cta .zalvi-btn {
    width: 100%;
    justify-content: center; } }
/* =========================================================
   ZALVI v12 — custom editable product page
   ========================================================= */
/* line 1180, theme.scss */
body[data-theme-template="product"] {
  background: #fff; }

/* line 1181, theme.scss */
.z-product {
  padding: 18px 0 70px;
  background: #fff; }

/* line 1182, theme.scss */
.z-product__shell {
  max-width: 1660px; }

/* line 1183, theme.scss */
.z-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(430px, 0.76fr);
  gap: clamp(34px, 4vw, 74px);
  align-items: start; }

/* line 1185, theme.scss */
.z-product-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px; }

/* line 1186, theme.scss */
.z-product-gallery--no-thumbs {
  grid-template-columns: minmax(0, 1fr); }

/* line 1187, theme.scss */
.z-product-gallery--no-thumbs .z-product-gallery__stage {
  grid-column: 1; }

/* line 1188, theme.scss */
.z-product-gallery__stage {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: clamp(540px, 65vw, 850px);
  overflow: hidden;
  border: 1px solid rgba(17, 19, 21, 0.07);
  border-radius: var(--z-product-radius);
  background: linear-gradient(145deg, #f5f6f7, #fbfbfb 55%, #f0f1f2); }

/* line 1189, theme.scss */
.z-product-gallery__stage:before {
  content: "";
  position: absolute;
  width: 52%;
  aspect-ratio: 1;
  right: -20%;
  top: -18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 70, 31, 0.08), rgba(0, 0, 0, 0) 66%);
  pointer-events: none; }

/* line 1190, theme.scss */
.z-product-gallery__main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(30px, 4vw, 72px);
  border: 0;
  background: transparent;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 1191, theme.scss */
.z-product-gallery__main img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: var(--z-product-fit);
  object-position: center;
  display: block;
  transition: opacity .18s ease,transform .35s ease; }

/* line 1192, theme.scss */
.z-product-gallery__main:hover img {
  transform: scale(1.018); }

/* line 1193, theme.scss */
.z-product-gallery__main--empty {
  cursor: default;
  flex-direction: column;
  gap: 18px;
  color: #787c80;
  font-size: 13px; }

/* line 1194, theme.scss */
.z-product-gallery__main--empty img {
  max-width: 72%;
  max-height: 70%;
  opacity: .55;
  mix-blend-mode: multiply; }

/* line 1195, theme.scss */
.z-product-gallery__badge {
  position: absolute;
  z-index: 4;
  left: 20px;
  top: 20px;
  padding: 9px 12px;
  border: 1px solid rgba(17, 19, 21, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 26px rgba(15, 17, 19, 0.06);
  backdrop-filter: blur(10px);
  color: #202326;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .04em; }

/* line 1196, theme.scss */
.z-product-gallery__zoom {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 19, 21, 0.07);
  border-radius: 50%;
  color: #25282b;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 26px rgba(15, 17, 19, 0.06);
  backdrop-filter: blur(10px); }

/* line 1197, theme.scss */
.z-product-gallery__zoom svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 1198, theme.scss */
.z-product-gallery__counter {
  position: absolute;
  z-index: 4;
  left: 20px;
  bottom: 20px;
  min-width: 58px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 17, 19, 0.76);
  backdrop-filter: blur(10px);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-align: center; }

/* line 1199, theme.scss */
.z-product-gallery__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 19, 21, 0.07);
  border-radius: 50%;
  color: #202326;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(15, 17, 19, 0.07);
  opacity: 0;
  transform: translateY(4px);
  transition: .2s ease;
  cursor: pointer; }

/* line 1200, theme.scss */
.z-product-gallery__stage:hover .z-product-gallery__arrow {
  opacity: 1;
  transform: none; }

/* line 1201, theme.scss */
.z-product-gallery__arrow:hover {
  color: #fff;
  background: #17191b; }

/* line 1202, theme.scss */
.z-product-gallery__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 1203, theme.scss */
.z-product-gallery__arrow--prev {
  left: 18px; }

/* line 1204, theme.scss */
.z-product-gallery__arrow--next {
  right: 18px; }

/* line 1205, theme.scss */
.z-product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 850px;
  overflow: auto;
  scrollbar-width: none; }

/* line 1206, theme.scss */
.z-product-gallery__thumbs::-webkit-scrollbar {
  display: none; }

/* line 1207, theme.scss */
.z-product-gallery__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 15px;
  background: #f6f7f8;
  cursor: pointer;
  transition: border-color .18s ease,box-shadow .18s ease,background .18s ease; }

/* line 1208, theme.scss */
.z-product-gallery__thumb:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #d80b0b, #ff4b1f);
  opacity: 0;
  transform: scaleX(0.45);
  transition: .18s ease; }

/* line 1209, theme.scss */
.z-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block; }

/* line 1210, theme.scss */
.z-product-gallery__thumb:hover {
  background: #fff;
  border-color: rgba(17, 19, 21, 0.16); }

/* line 1211, theme.scss */
.z-product-gallery__thumb.is-active {
  background: #fff;
  border-color: rgba(239, 61, 28, 0.38);
  box-shadow: 0 8px 24px rgba(17, 19, 21, 0.07); }

/* line 1212, theme.scss */
.z-product-gallery__thumb.is-active:after {
  opacity: 1;
  transform: scaleX(1); }

/* line 1213, theme.scss */
.z-product-gallery__thumb[hidden] {
  display: none!important; }

/* line 1215, theme.scss */
.z-product__info {
  min-width: 0; }

/* line 1216, theme.scss */
.z-product__info--sticky {
  position: sticky;
  top: 116px; }

/* line 1217, theme.scss */
.z-product-form[data-product-id] {
  padding: 4px 0 0;
  border-radius: 0;
  box-shadow: none;
  transform: none!important; }

/* line 1218, theme.scss */
.z-product-form[data-product-id]:hover {
  box-shadow: none!important;
  transform: none!important; }

/* line 1219, theme.scss */
.z-product__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px; }

/* line 1220, theme.scss */
.z-product__availability {
  position: relative;
  padding-left: 15px;
  color: #3f454a;
  font-size: 12px;
  font-weight: 650; }

/* line 1221, theme.scss */
.z-product__availability:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: #28a966;
  box-shadow: 0 0 0 4px rgba(40, 169, 102, 0.1); }

/* line 1222, theme.scss */
.z-product__availability.is-unavailable:before {
  background: #d24a43;
  box-shadow: 0 0 0 4px rgba(210, 74, 67, 0.1); }

/* line 1223, theme.scss */
.z-product__title {
  max-width: 680px;
  margin: 0;
  color: #111315;
  font-size: clamp(38px, 3.8vw, 64px);
  line-height: .96;
  font-weight: 820;
  letter-spacing: -.055em; }

/* line 1224, theme.scss */
.z-product__sku {
  min-height: 18px;
  margin-top: 14px;
  color: #979b9f;
  font-size: 12px;
  line-height: 1.45; }

/* line 1225, theme.scss */
.z-product__lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: #64696e;
  font-size: 15px;
  line-height: 1.65; }

/* line 1226, theme.scss */
.z-product__lead p {
  margin: 0; }

/* line 1227, theme.scss */
.z-product__price-row {
  min-height: 58px;
  margin: 28px 0 26px;
  display: flex;
  align-items: flex-end;
  gap: 14px; }

/* line 1228, theme.scss */
.z-product__price {
  color: #111315;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: -.045em; }

/* line 1229, theme.scss */
.z-product__old-price {
  padding-bottom: 4px;
  color: #a3a6a9;
  font-size: 17px;
  line-height: 1;
  text-decoration: line-through; }

/* line 1231, theme.scss */
.z-product__variant-source {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap!important;
  border: 0!important; }

/* line 1232, theme.scss */
.z-product__variants {
  margin-bottom: 26px; }

/* line 1233, theme.scss */
.zalvi-variant-option {
  margin: 0 0 19px; }

/* line 1234, theme.scss */
.zalvi-variant-option:last-child {
  margin-bottom: 0; }

/* line 1235, theme.scss */
.zalvi-variant-label {
  display: block;
  margin: 0 0 9px;
  color: #292d31;
  font-size: 12px;
  font-weight: 780; }

/* line 1236, theme.scss */
.zalvi-variant-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

/* line 1237, theme.scss */
.zalvi-variant-value {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 19, 21, 0.1);
  border-radius: 12px;
  color: #25292d;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 680;
  cursor: pointer;
  transition: .18s ease; }

/* line 1238, theme.scss */
.zalvi-variant-value:hover {
  border-color: rgba(17, 19, 21, 0.28);
  background: #f8f8f8; }

/* line 1239, theme.scss */
.zalvi-variant-value.is-active, .zalvi-variant-value.active, .zalvi-variant-value[checked], .zalvi-variant-value:focus-visible {
  border-color: #17191b;
  color: #fff;
  background: #17191b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 19, 21, 0.07); }

/* line 1240, theme.scss */
.zalvi-variant-value.is-disabled, .zalvi-variant-value.disabled, .zalvi-variant-value[disabled] {
  opacity: .34;
  cursor: not-allowed;
  text-decoration: line-through; }

/* line 1242, theme.scss */
.z-product__purchase {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  padding-top: 4px; }

/* line 1243, theme.scss */
.z-product-qty-wrap {
  grid-row: span 2; }

/* line 1244, theme.scss */
.z-product-qty-wrap__label {
  display: block;
  margin: 0 0 8px;
  color: #787d81;
  font-size: 11px;
  font-weight: 650; }

/* line 1245, theme.scss */
.z-product-qty {
  height: 54px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 21, 0.1);
  border-radius: 13px;
  background: #fff; }

/* line 1246, theme.scss */
.z-product-qty button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #34383c;
  background: transparent;
  font: inherit;
  font-size: 19px;
  cursor: pointer; }

/* line 1247, theme.scss */
.z-product-qty button:hover {
  background: #f4f5f6; }

/* line 1248, theme.scss */
.z-product-qty input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #17191b;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  text-align: center; }

/* line 1249, theme.scss */
.z-product__buy {
  min-height: 58px!important;
  padding: 0 22px!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 13px!important;
  font-size: 15px!important;
  font-weight: 780!important;
  cursor: pointer;
  transition: transform .18s ease,box-shadow .18s ease!important; }

/* line 1250, theme.scss */
.z-product__buy svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 1251, theme.scss */
.z-product__buy:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none!important;
  box-shadow: none!important; }

/* line 1252, theme.scss */
.z-product__quick {
  grid-column: 2;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(17, 19, 21, 0.11);
  border-radius: 13px;
  color: #24282b;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
  transition: .18s ease; }

/* line 1253, theme.scss */
.z-product__quick:hover {
  border-color: #17191b;
  background: #f7f7f7; }

/* line 1255, theme.scss */
.z-product-custom {
  margin-top: 22px;
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 17px;
  color: #202326!important;
  background: linear-gradient(135deg, #f7f7f7, #fff);
  text-decoration: none;
  transition: .2s ease; }

/* line 1256, theme.scss */
.z-product-custom:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 61, 28, 0.2);
  box-shadow: 0 14px 34px rgba(15, 17, 19, 0.07); }

/* line 1257, theme.scss */
.z-product-custom__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #d80b0b, #ff4b1f); }

/* line 1258, theme.scss */
.z-product-custom__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 1259, theme.scss */
.z-product-custom strong, .z-product-custom small {
  display: block; }

/* line 1260, theme.scss */
.z-product-custom strong {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 790; }

/* line 1261, theme.scss */
.z-product-custom small {
  color: #777c80;
  font-size: 11px;
  line-height: 1.45; }

/* line 1262, theme.scss */
.z-product-custom > b {
  color: #ef3d1c;
  font-size: 18px; }

/* line 1264, theme.scss */
.z-product-benefits {
  margin-top: 24px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(17, 19, 21, 0.08); }

/* line 1265, theme.scss */
.z-product-benefit {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 9px;
  align-items: start; }

/* line 1266, theme.scss */
.z-product-benefit > svg {
  width: 24px;
  height: 24px;
  color: #41464a;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 1267, theme.scss */
.z-product-benefit strong, .z-product-benefit small {
  display: block; }

/* line 1268, theme.scss */
.z-product-benefit strong {
  margin-bottom: 3px;
  color: #2d3135;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 780; }

/* line 1269, theme.scss */
.z-product-benefit small {
  color: #979b9f;
  font-size: 10px;
  line-height: 1.4; }

/* line 1271, theme.scss */
.z-product-details {
  padding: 76px 0 88px;
  background: #f5f6f7;
  border-top: 1px solid rgba(17, 19, 21, 0.05); }

/* line 1272, theme.scss */
.z-product-details > .z4-shell {
  max-width: 1660px; }

/* line 1273, theme.scss */
.z-product-details__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: start; }

/* line 1274, theme.scss */
.z-product-details__description h2 {
  margin: 0 0 30px;
  color: #111315;
  font-size: clamp(38px, 4vw, 62px);
  line-height: .97;
  letter-spacing: -.052em; }

/* line 1275, theme.scss */
.z-product-details__content {
  max-width: 860px;
  color: #555b60;
  font-size: 16px;
  line-height: 1.75; }

/* line 1276, theme.scss */
.z-product-details__content > *:first-child {
  margin-top: 0; }

/* line 1277, theme.scss */
.z-product-details__content h2, .z-product-details__content h3, .z-product-details__content h4 {
  color: #17191b;
  letter-spacing: -.025em; }

/* line 1278, theme.scss */
.z-product-details__content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px; }

/* line 1279, theme.scss */
.z-product-details__aside {
  display: grid;
  gap: 16px; }

/* line 1280, theme.scss */
.z-product-specs, .z-product-fields {
  padding: 26px;
  border: 1px solid rgba(17, 19, 21, 0.07);
  border-radius: 22px;
  background: #fff; }

/* line 1281, theme.scss */
.z-product-specs h3, .z-product-fields h3 {
  margin: 0 0 18px;
  color: #17191b;
  font-size: 20px;
  letter-spacing: -.025em; }

/* line 1282, theme.scss */
.z-product-specs__row, .z-product-fields__row {
  padding: 12px 0;
  display: grid;
  grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(17, 19, 21, 0.07); }

/* line 1283, theme.scss */
.z-product-specs__row:first-child, .z-product-fields__row:first-child {
  border-top: 0; }

/* line 1284, theme.scss */
.z-product-specs__row span, .z-product-fields__row > span {
  color: #969a9e;
  font-size: 12px;
  line-height: 1.45; }

/* line 1285, theme.scss */
.z-product-specs__row strong, .z-product-fields__row > div {
  color: #31363a;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 680;
  text-align: right; }

/* line 1286, theme.scss */
.z-product-note {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 22px;
  color: #fff;
  background: radial-gradient(circle at 95% 0, rgba(255, 71, 28, 0.26), rgba(0, 0, 0, 0) 38%), linear-gradient(140deg, #16191c, #0e1012);
  box-shadow: 0 18px 48px rgba(14, 16, 18, 0.12); }

/* line 1287, theme.scss */
.z-product-note:after {
  content: "Z";
  position: absolute;
  right: -20px;
  bottom: -76px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 220px;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
  pointer-events: none; }

/* line 1288, theme.scss */
.z-product-note h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  max-width: 330px;
  color: #fff;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -.04em; }

/* line 1289, theme.scss */
.z-product-note p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  max-width: 380px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
  line-height: 1.6; }

/* line 1290, theme.scss */
.z-product-note a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff!important;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none; }

/* line 1291, theme.scss */
.z-product-note a b {
  color: #ff5632;
  font-size: 17px; }

/* line 1293, theme.scss */
.z-product-lightbox {
  position: fixed;
  z-index: 99990;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease; }

/* line 1294, theme.scss */
.z-product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* line 1295, theme.scss */
.z-product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 9, 10, 0.87);
  backdrop-filter: blur(10px);
  cursor: zoom-out; }

/* line 1296, theme.scss */
.z-product-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 56px));
  height: min(860px, calc(100vh - 56px));
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 1297, theme.scss */
.z-product-lightbox__dialog img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.22)); }

/* line 1298, theme.scss */
.z-product-lightbox__close {
  position: fixed;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer; }

/* line 1299, theme.scss */
.z-product-lightbox__nav {
  position: fixed;
  z-index: 2;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-size: 36px;
  line-height: 1;
  cursor: pointer; }

/* line 1300, theme.scss */
.z-product-lightbox__nav--prev {
  left: 24px; }

/* line 1301, theme.scss */
.z-product-lightbox__nav--next {
  right: 24px; }

/* line 1302, theme.scss */
.z-product-lightbox__count {
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  font-size: 11px;
  font-weight: 760; }

/* line 1303, theme.scss */
html.z-product-lightbox-open, html.z-product-lightbox-open body {
  overflow: hidden; }

@media (max-width: 1180px) {
  /* line 1306, theme.scss */
  .z-product__layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 34px; }

  /* line 1307, theme.scss */
  .z-product-gallery {
    grid-template-columns: 72px minmax(0, 1fr); }

  /* line 1308, theme.scss */
  .z-product-gallery__thumb {
    width: 72px;
    height: 72px;
    border-radius: 13px; }

  /* line 1309, theme.scss */
  .z-product-gallery__stage {
    min-height: 650px; }

  /* line 1310, theme.scss */
  .z-product-benefits {
    grid-template-columns: 1fr;
    gap: 13px; }

  /* line 1311, theme.scss */
  .z-product-benefit {
    grid-template-columns: 26px 1fr; } }
@media (max-width: 920px) {
  /* line 1314, theme.scss */
  .z-product {
    padding-top: 8px; }

  /* line 1315, theme.scss */
  .z-product__layout {
    grid-template-columns: 1fr;
    gap: 32px; }

  /* line 1316, theme.scss */
  .z-product__info--sticky {
    position: static; }

  /* line 1317, theme.scss */
  .z-product-gallery {
    grid-template-columns: 1fr;
    gap: 12px; }

  /* line 1318, theme.scss */
  .z-product-gallery__stage {
    grid-column: 1;
    min-height: min(84vw, 720px); }

  /* line 1319, theme.scss */
  .z-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    max-height: none;
    overflow: auto;
    padding-bottom: 2px; }

  /* line 1320, theme.scss */
  .z-product-gallery__thumb {
    width: 76px;
    height: 76px; }

  /* line 1321, theme.scss */
  .z-product-details__grid {
    grid-template-columns: 1fr;
    gap: 42px; } }
@media (max-width: 620px) {
  /* line 1324, theme.scss */
  .z-product {
    padding: 4px 0 46px; }

  /* line 1325, theme.scss */
  .z-product__shell, .z-product-details > .z4-shell {
    width: calc(100% - 28px); }

  /* line 1326, theme.scss */
  .z-product-gallery__stage {
    min-height: calc(100vw - 28px);
    border-radius: 20px; }

  /* line 1327, theme.scss */
  .z-product-gallery__main {
    padding: 30px 22px; }

  /* line 1328, theme.scss */
  .z-product-gallery__badge {
    left: 12px;
    top: 12px;
    max-width: 72%;
    padding: 8px 10px;
    font-size: 9px; }

  /* line 1329, theme.scss */
  .z-product-gallery__zoom {
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px; }

  /* line 1330, theme.scss */
  .z-product-gallery__counter {
    left: 12px;
    bottom: 12px; }

  /* line 1331, theme.scss */
  .z-product-gallery__arrow {
    display: none; }

  /* line 1332, theme.scss */
  .z-product__title {
    font-size: 40px; }

  /* line 1333, theme.scss */
  .z-product__lead {
    margin-top: 18px;
    font-size: 14px; }

  /* line 1334, theme.scss */
  .z-product__price-row {
    margin: 24px 0 22px; }

  /* line 1335, theme.scss */
  .z-product__price {
    font-size: 36px; }

  /* line 1336, theme.scss */
  .z-product__purchase {
    grid-template-columns: 1fr; }

  /* line 1337, theme.scss */
  .z-product-qty-wrap {
    grid-row: auto; }

  /* line 1338, theme.scss */
  .z-product-qty {
    width: 132px; }

  /* line 1339, theme.scss */
  .z-product__buy, .z-product__quick {
    grid-column: 1;
    width: 100%; }

  /* line 1340, theme.scss */
  .z-product-benefits {
    grid-template-columns: 1fr; }

  /* line 1341, theme.scss */
  .z-product-details {
    padding: 58px 0 64px; }

  /* line 1342, theme.scss */
  .z-product-details__description h2 {
    margin-bottom: 22px;
    font-size: 39px; }

  /* line 1343, theme.scss */
  .z-product-details__content {
    font-size: 15px; }

  /* line 1344, theme.scss */
  .z-product-specs, .z-product-fields, .z-product-note {
    padding: 22px 18px;
    border-radius: 18px; }

  /* line 1345, theme.scss */
  .z-product-specs__row, .z-product-fields__row {
    grid-template-columns: 1fr;
    gap: 5px; }

  /* line 1346, theme.scss */
  .z-product-specs__row strong, .z-product-fields__row > div {
    text-align: left; }

  /* line 1347, theme.scss */
  .z-product-lightbox {
    padding: 12px; }

  /* line 1348, theme.scss */
  .z-product-lightbox__dialog {
    width: calc(100vw - 24px);
    height: calc(100vh - 80px); }

  /* line 1349, theme.scss */
  .z-product-lightbox__close {
    top: 14px;
    right: 14px; }

  /* line 1350, theme.scss */
  .z-product-lightbox__nav {
    width: 44px;
    height: 44px;
    margin-top: -22px; }

  /* line 1351, theme.scss */
  .z-product-lightbox__nav--prev {
    left: 10px; }

  /* line 1352, theme.scss */
  .z-product-lightbox__nav--next {
    right: 10px; }

  /* line 1353, theme.scss */
  .z-product-lightbox__count {
    bottom: 14px; } }
