@charset "UTF-8";
/* ================================================================
   ARHI.3D — custom visual system, 2026
   ================================================================ */
/* line 7, theme.scss */
:root {
  --ar-bg: #07090d;
  --ar-bg-soft: #0d1118;
  --ar-card: #111722;
  --ar-card-2: #151c28;
  --ar-line: rgba(255,255,255,.10);
  --ar-line-strong: rgba(255,255,255,.18);
  --ar-text: #f4f7fb;
  --ar-muted: #9aa7b8;
  --ar-cyan: #20d8ff;
  --ar-cyan-2: #00a8d7;
  --ar-violet: #8c6cff;
  --ar-amber: #ffb14a;
  --ar-radius: 18px;
  --ar-shadow: 0 24px 80px rgba(0,0,0,.42);
  --ar-ease: cubic-bezier(.2,.8,.2,1); }

/* line 25, theme.scss */
html {
  scroll-behavior: smooth;
  background: var(--ar-bg); }

/* line 27, theme.scss */
body {
  color: var(--ar-text) !important;
  background: radial-gradient(circle at 85% 10%, rgba(32, 216, 255, 0.08), rgba(0, 0, 0, 0) 30rem), var(--ar-bg) !important;
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased; }

/* line 36, theme.scss */
body::selection {
  background: var(--ar-cyan);
  color: #021014; }

/* line 37, theme.scss */
a {
  transition: color 0.25s var(--ar-ease), opacity 0.25s var(--ar-ease), transform 0.25s var(--ar-ease); }

/* line 38, theme.scss */
.ar-shell, .layout__content {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto; }

/* line 40, theme.scss */
h1, h2, h3, .heading {
  color: var(--ar-text) !important;
  letter-spacing: -.035em;
  line-height: 1.04; }

/* line 46, theme.scss */
p {
  color: var(--ar-muted); }

/* Header */
/* line 49, theme.scss */
header {
  position: sticky;
  inset-block-start: 0;
  z-index: 80;
  background: rgba(7, 9, 13, 0.82);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--ar-line); }

/* line 58, theme.scss */
header .layout,
header .layout__content,
header .header,
header .header-part-top,
header .header-part-main {
  background: transparent !important; }

/* line 64, theme.scss */
.header-part-top {
  display: none !important; }

/* line 65, theme.scss */
.header-part-top__inner, .header-part-main__inner {
  max-width: 1280px !important; }

/* line 66, theme.scss */
.header-part-top__inner {
  min-height: 38px; }

/* line 67, theme.scss */
.header__menu-link, .header__phone-value {
  color: #aab5c4 !important;
  font-size: 13px !important;
  letter-spacing: .02em; }

/* line 68, theme.scss */
.header__menu-link:hover, .header__phone-value:hover {
  color: var(--ar-cyan) !important; }

/* line 70, theme.scss */
.header__logo {
  display: flex !important;
  align-items: center;
  gap: 11px;
  width: 172px;
  min-width: 172px;
  height: 52px;
  color: var(--ar-text); }

/* line 80, theme.scss */
.header__logo img {
  display: none !important; }

/* line 81, theme.scss */
.header__logo::before {
  content: "";
  width: 34px;
  height: 46px;
  flex: 0 0 34px;
  background: var(--ar-mark-image) center/contain no-repeat;
  filter: invert(1) brightness(2);
  opacity: .95; }

/* line 90, theme.scss */
.header__logo::after {
  content: "ARHI.3D";
  font-weight: 850;
  font-size: 20px;
  letter-spacing: -.055em; }

/* line 97, theme.scss */
.header__show-collection-btn,
.header__search-btn,
.button.button_size-l {
  border-radius: 12px !important; }

/* line 102, theme.scss */
.header__show-collection-btn {
  color: #031015 !important;
  background: linear-gradient(135deg, var(--ar-cyan), #79edff) !important;
  box-shadow: 0 10px 30px rgba(32, 216, 255, 0.16);
  font-weight: 700; }

/* line 108, theme.scss */
.header__search-field,
.form-control {
  color: var(--ar-text) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid var(--ar-line) !important; }

/* line 114, theme.scss */
.header__search-field:focus, .form-control:focus {
  border-color: rgba(32, 216, 255, 0.6) !important;
  box-shadow: 0 0 0 4px rgba(32, 216, 255, 0.08) !important; }

/* line 118, theme.scss */
.header__search-btn {
  color: var(--ar-text) !important;
  background: #151c27 !important; }

/* line 119, theme.scss */
.header__control-btn {
  color: #c7d0dd !important; }

/* line 120, theme.scss */
.header__control-btn:hover {
  color: var(--ar-cyan) !important;
  transform: translateY(-1px); }

/* line 121, theme.scss */
.header__control-bage {
  background: var(--ar-cyan) !important;
  color: #061016 !important; }

/* line 122, theme.scss */
.header__collections {
  color: var(--ar-text);
  background: #0d121a !important;
  border: 1px solid var(--ar-line);
  box-shadow: var(--ar-shadow); }

/* line 123, theme.scss */
.header__collections-title, .header__collections-head-title {
  color: var(--ar-text) !important; }

/* line 124, theme.scss */
.ar-desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline: 8px 18px;
  white-space: nowrap; }

/* line 125, theme.scss */
.ar-desktop-nav a {
  position: relative;
  color: #aab5c4 !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important; }

/* line 126, theme.scss */
.ar-desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--ar-cyan);
  transition: right 0.3s var(--ar-ease); }

/* line 127, theme.scss */
.ar-desktop-nav a:hover {
  color: var(--ar-text) !important; }

/* line 128, theme.scss */
.ar-desktop-nav a:hover::after {
  right: 0; }

/* line 129, theme.scss */
.ar-header-phone {
  color: var(--ar-text) !important;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none !important;
  white-space: nowrap; }

/* line 130, theme.scss */
.ar-header-phone:hover {
  color: var(--ar-cyan) !important; }

/* Core buttons */
/* line 133, theme.scss */
.ar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--ar-text) !important;
  font-weight: 750;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform 0.25s var(--ar-ease), box-shadow 0.25s var(--ar-ease), border-color 0.25s var(--ar-ease); }

/* line 148, theme.scss */
.ar-button:hover {
  transform: translateY(-2px); }

/* line 149, theme.scss */
.ar-button--primary {
  color: #031015 !important;
  background: linear-gradient(135deg, #75ecff 0%, var(--ar-cyan) 55%, #19badf 100%);
  box-shadow: 0 16px 48px rgba(32, 216, 255, 0.22); }

/* line 154, theme.scss */
.ar-button--primary:hover {
  box-shadow: 0 20px 56px rgba(32, 216, 255, 0.3); }

/* line 155, theme.scss */
.ar-button--ghost {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--ar-line-strong); }

/* line 156, theme.scss */
.ar-button--ghost:hover {
  border-color: rgba(32, 216, 255, 0.55); }

/* Home hero */
/* line 159, theme.scss */
.ar-hero {
  position: relative;
  min-height: clamp(650px, 79vh, 860px);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(90deg, rgba(4, 7, 11, 0.99) 0%, rgba(4, 7, 11, 0.92) 34%, rgba(4, 7, 11, 0.24) 68%, rgba(4, 7, 11, 0.15) 100%), linear-gradient(0deg, var(--ar-bg) 0%, transparent 22%), var(--ar-hero-image) 62% center/cover no-repeat; }

/* line 169, theme.scss */
.ar-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 44%, rgba(32, 216, 255, 0.12), rgba(0, 0, 0, 0) 24rem); }

/* line 176, theme.scss */
.ar-hero::after {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: -2;
  background: var(--ar-hero-image) 62% center/cover no-repeat;
  opacity: .22;
  animation: ar-hero-drift 16s ease-in-out infinite alternate; }

/* line 177, theme.scss */
.ar-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .11;
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 64%); }

/* line 186, theme.scss */
.ar-hero__inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 84px 110px; }

/* line 187, theme.scss */
.ar-hero__content {
  max-width: 690px; }

/* line 188, theme.scss */
.ar-eyebrow, .ar-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8fdff1;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase; }

/* line 198, theme.scss */
.ar-eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--ar-cyan);
  box-shadow: 0 0 12px var(--ar-cyan); }

/* line 199, theme.scss */
.ar-hero h1 {
  margin: 25px 0 24px;
  font-size: clamp(54px, 6vw, 90px);
  font-weight: 800; }

/* line 200, theme.scss */
.ar-hero h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(90deg, #fff, #77e9ff 55%, #bcaeff);
  -webkit-background-clip: text;
  background-clip: text; }

/* line 201, theme.scss */
.ar-hero__lead {
  max-width: 610px;
  margin: 0;
  color: #b3becd;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55; }

/* line 202, theme.scss */
.ar-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 36px; }

/* line 203, theme.scss */
.ar-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 58px;
  padding-top: 26px;
  border-top: 1px solid var(--ar-line); }

/* line 204, theme.scss */
.ar-hero__meta div {
  display: grid;
  gap: 4px; }

/* line 205, theme.scss */
.ar-hero__meta strong {
  color: var(--ar-text);
  font-size: 17px; }

/* line 206, theme.scss */
.ar-hero__meta span {
  color: #7f8a99;
  font-size: 12px;
  line-height: 1.35; }

/* line 207, theme.scss */
.ar-hero__scroll {
  position: absolute;
  right: 28px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #718092;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: right bottom; }

/* line 208, theme.scss */
.ar-hero__scroll span {
  width: 34px;
  height: 1px;
  background: #718092; }

/* line 210, theme.scss */
.ar-trust {
  border-block: 1px solid var(--ar-line);
  background: #090d13; }

/* line 211, theme.scss */
.ar-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0; }

/* line 212, theme.scss */
.ar-trust span {
  position: relative;
  padding: 23px 22px 23px 38px;
  color: #aab5c5;
  font-size: 12px;
  letter-spacing: .02em; }

/* line 213, theme.scss */
.ar-trust span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid var(--ar-cyan);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(32, 216, 255, 0.7); }

/* line 214, theme.scss */
.ar-trust span + span {
  border-left: 1px solid var(--ar-line); }

/* line 216, theme.scss */
.ar-fandom-strip {
  overflow: hidden;
  border-bottom: 1px solid var(--ar-line);
  background: var(--ar-cyan);
  color: #031015; }

/* line 217, theme.scss */
.ar-fandom-strip__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  padding-block: 13px;
  animation: ar-ticker 34s linear infinite; }

/* line 218, theme.scss */
.ar-fandom-strip span {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase; }

/* line 219, theme.scss */
.ar-fandom-strip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(3, 16, 21, 0.45); }

/* line 220, theme.scss */
.ar-fandom-strip:hover .ar-fandom-strip__track {
  animation-play-state: paused; }

/* Home sections */
/* line 223, theme.scss */
.ar-section {
  padding-block: clamp(78px, 9vw, 132px); }

/* line 224, theme.scss */
.ar-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px; }

/* line 225, theme.scss */
.ar-section-head h2, .ar-materials h2, .ar-cta h2 {
  margin: 13px 0 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 780; }

/* line 226, theme.scss */
.ar-section-head > p {
  max-width: 450px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65; }

/* line 227, theme.scss */
.ar-kicker {
  color: var(--ar-cyan); }

/* line 228, theme.scss */
.ar-text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #dce7f4 !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap; }

/* line 229, theme.scss */
.ar-text-link span {
  color: var(--ar-cyan); }

/* line 230, theme.scss */
.ar-text-link:hover {
  color: var(--ar-cyan) !important;
  transform: translateX(3px); }

/* line 232, theme.scss */
.ar-directions {
  background: linear-gradient(180deg, #090d13, var(--ar-bg)); }

/* line 233, theme.scss */
.ar-directions__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px; }

/* line 234, theme.scss */
.ar-direction {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: space-between;
  padding: 30px;
  overflow: hidden;
  color: var(--ar-text) !important;
  text-decoration: none !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); }

/* line 248, theme.scss */
.ar-direction::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.12), rgba(5, 8, 12, 0.92) 78%); }

/* line 249, theme.scss */
.ar-direction > *:not(.ar-direction__media) {
  position: relative;
  z-index: 2; }

/* line 250, theme.scss */
.ar-direction__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 0.75s var(--ar-ease), opacity 0.4s var(--ar-ease); }

/* line 251, theme.scss */
.ar-direction:hover .ar-direction__media {
  transform: scale(1.055);
  opacity: .72; }

/* line 252, theme.scss */
.ar-direction--wide {
  grid-row: span 2;
  min-height: 536px; }

/* line 253, theme.scss */
.ar-direction::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -90px;
  border: 1px solid rgba(32, 216, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(32, 216, 255, 0.07);
  transition: transform 0.5s var(--ar-ease); }

/* line 254, theme.scss */
.ar-direction:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 216, 255, 0.38); }

/* line 255, theme.scss */
.ar-direction:hover::after {
  transform: scale(1.25); }

/* line 256, theme.scss */
.ar-direction__index {
  color: #657183;
  font-size: 12px;
  letter-spacing: .14em; }

/* line 257, theme.scss */
.ar-direction__icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin: auto;
  color: var(--ar-cyan);
  font-size: 56px;
  border: 1px solid rgba(32, 216, 255, 0.22);
  border-radius: 28px;
  background: radial-gradient(circle, rgba(32, 216, 255, 0.14), rgba(0, 0, 0, 0) 70%);
  transform: rotate(-6deg); }

/* line 258, theme.scss */
.ar-motion-enabled .ar-direction__icon {
  animation: ar-float 5s ease-in-out infinite; }

/* line 259, theme.scss */
.ar-direction h3 {
  margin: 0 0 12px;
  font-size: 28px; }

/* line 260, theme.scss */
.ar-direction p {
  max-width: 520px;
  margin: 0;
  line-height: 1.55; }

/* line 261, theme.scss */
.ar-direction__arrow {
  position: absolute;
  right: 26px;
  bottom: 26px;
  color: var(--ar-cyan);
  font-size: 24px; }

/* line 263, theme.scss */
.ar-process {
  border-block: 1px solid var(--ar-line);
  background: #090d13; }

/* line 264, theme.scss */
.ar-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius);
  overflow: hidden; }

/* line 265, theme.scss */
.ar-process article {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.018); }

/* line 266, theme.scss */
.ar-process article + article {
  border-left: 1px solid var(--ar-line); }

/* line 267, theme.scss */
.ar-process article > span {
  color: var(--ar-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em; }

/* line 268, theme.scss */
.ar-process h3 {
  margin: 84px 0 12px;
  font-size: 24px; }

/* line 269, theme.scss */
.ar-process p {
  margin: 0;
  line-height: 1.55; }

/* line 271, theme.scss */
.ar-catalog-heading {
  padding-bottom: 12px; }

/* line 272, theme.scss */
.ar-existing-widgets > .widget-type_system_widget_v4_promo_slider_19,
.ar-existing-widgets > .widget-type_system_widget_v4_article_previews_2,
.ar-existing-widgets > .widget-type_system_widget_v4_short_card_product_1,
.ar-existing-widgets > .widget-type_system_widget_v4_viewed_products_1 {
  display: none !important; }

/* line 276, theme.scss */
.ar-existing-widgets > .widget-type_system_widget_v4_special_products_1 {
  padding-bottom: clamp(80px, 9vw, 130px) !important;
  background: transparent !important; }

/* line 277, theme.scss */
.ar-existing-widgets .special-products__title {
  display: none !important; }

/* line 278, theme.scss */
.ar-existing-widgets .product-preview {
  height: 100%;
  color: var(--ar-text) !important;
  background: linear-gradient(180deg, #151b24, #0e131b) !important;
  border: 1px solid var(--ar-line) !important;
  border-radius: 16px !important;
  transition: transform 0.3s var(--ar-ease), border-color 0.3s var(--ar-ease), box-shadow 0.3s var(--ar-ease); }

/* line 286, theme.scss */
.ar-existing-widgets .product-preview:hover {
  transform: translateY(-6px);
  border-color: rgba(32, 216, 255, 0.35) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.35); }

/* line 287, theme.scss */
.ar-existing-widgets .product-preview__photo {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #e9edf2; }

/* line 288, theme.scss */
.ar-existing-widgets .product-preview__img {
  transition: transform 0.5s var(--ar-ease); }

/* line 289, theme.scss */
.ar-existing-widgets .product-preview:hover .product-preview__img {
  transform: scale(1.035); }

/* line 290, theme.scss */
.ar-existing-widgets .product-preview__img[src*="no_image"] {
  opacity: .16;
  filter: grayscale(1); }

/* line 291, theme.scss */
.ar-existing-widgets .product-preview__title a {
  color: var(--ar-text) !important;
  font-weight: 650; }

/* line 292, theme.scss */
.ar-existing-widgets .product-preview__price, .ar-existing-widgets .product-preview__price * {
  color: var(--ar-text) !important; }

/* line 293, theme.scss */
.ar-existing-widgets .product-preview .button {
  border-radius: 11px !important; }

/* line 294, theme.scss */
.ar-existing-widgets .product-preview .button:not(.favorites_btn) {
  color: #031015 !important;
  background: var(--ar-cyan) !important; }

/* line 295, theme.scss */
.ar-hidden-product {
  display: none !important; }

/* Keep unfinished catalogue content away from the main brand moment. */
/* line 298, theme.scss */
.ar-existing-widgets .splide__slide:has(.product-preview__img[src*="no_image"]),
.ar-existing-widgets .swiper-slide:has(.product-preview__img[src*="no_image"]),
.ar-existing-widgets .product-preview:has(.product-preview__img[src*="no_image"]) {
  display: none !important; }

/* line 302, theme.scss */
.ar-materials {
  background: linear-gradient(135deg, #0b1017, #080b10 68%);
  border-block: 1px solid var(--ar-line); }

/* line 303, theme.scss */
.ar-materials__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center; }

/* line 304, theme.scss */
.ar-materials__copy > p {
  max-width: 560px;
  margin: 28px 0 32px;
  font-size: 17px;
  line-height: 1.7; }

/* line 305, theme.scss */
.ar-materials__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }

/* line 306, theme.scss */
.ar-materials__cards article {
  min-height: 420px;
  padding: 26px;
  border: 1px solid var(--ar-line);
  border-radius: var(--ar-radius);
  background: rgba(255, 255, 255, 0.025); }

/* line 307, theme.scss */
.ar-materials__cards article > span {
  display: inline-block;
  margin-top: 38px;
  color: var(--ar-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em; }

/* line 308, theme.scss */
.ar-materials__cards h3 {
  margin: 12px 0;
  font-size: 24px; }

/* line 309, theme.scss */
.ar-materials__cards p {
  line-height: 1.6; }

/* line 310, theme.scss */
.ar-material-orb {
  width: 100%;
  aspect-ratio: 1;
  max-height: 230px;
  border-radius: 50%;
  filter: saturate(0.9); }

/* line 311, theme.scss */
.ar-material-orb--cyan {
  background: radial-gradient(circle at 35% 30%, #cbf9ff, #21d9ff 18%, #0b6e88 50%, #091219 70%);
  box-shadow: 0 0 65px rgba(32, 216, 255, 0.2); }

/* line 312, theme.scss */
.ar-material-orb--violet {
  background: radial-gradient(circle at 35% 30%, #f0ebff, #9f87ff 18%, #5840a8 50%, #100c21 70%);
  box-shadow: 0 0 65px rgba(140, 108, 255, 0.22); }

/* line 314, theme.scss */
.ar-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(100px, 12vw, 170px);
  text-align: center;
  background: #07090d; }

/* line 315, theme.scss */
.ar-cta__glow {
  position: absolute;
  left: 50%;
  bottom: -310px;
  width: 860px;
  height: 500px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 216, 255, 0.28), rgba(140, 108, 255, 0.12) 36%, rgba(0, 0, 0, 0) 70%);
  filter: blur(12px); }

/* line 316, theme.scss */
.ar-motion-enabled .ar-cta__glow {
  animation: ar-glow 5s ease-in-out infinite alternate; }

/* line 317, theme.scss */
.ar-cta__inner {
  position: relative; }

/* line 318, theme.scss */
.ar-cta .ar-kicker {
  justify-content: center; }

/* line 319, theme.scss */
.ar-cta h2 {
  font-size: clamp(48px, 7vw, 92px); }

/* line 320, theme.scss */
.ar-cta p {
  max-width: 670px;
  margin: 26px auto 38px;
  font-size: 18px;
  line-height: 1.65; }

/* line 321, theme.scss */
.ar-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px; }

/* line 322, theme.scss */
.ar-cta__contact {
  color: #c7d3e0 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

/* line 323, theme.scss */
.ar-cta__contact:hover {
  color: var(--ar-cyan) !important; }

/* Footer replacement */
/* line 326, theme.scss */
footer > .layout {
  display: none !important; }

/* line 327, theme.scss */
.ar-footer {
  border-top: 1px solid var(--ar-line);
  background: #05070a; }

/* line 328, theme.scss */
.ar-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 48px;
  padding-block: 68px 52px; }

/* line 329, theme.scss */
.ar-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--ar-text);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.055em; }

/* line 330, theme.scss */
.ar-footer__mark {
  width: 38px;
  height: 52px;
  background: var(--ar-mark-image) center/contain no-repeat;
  filter: invert(1) brightness(2); }

/* line 331, theme.scss */
.ar-footer__lead {
  max-width: 310px;
  line-height: 1.65; }

/* line 332, theme.scss */
.ar-footer h3 {
  margin: 5px 0 20px;
  color: #7d8998 !important;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

/* line 333, theme.scss */
.ar-footer nav {
  display: grid;
  gap: 12px; }

/* line 334, theme.scss */
.ar-footer nav a, .ar-footer__contacts a {
  color: #c4ceda !important;
  text-decoration: none !important; }

/* line 335, theme.scss */
.ar-footer nav a:hover, .ar-footer__contacts a:hover {
  color: var(--ar-cyan) !important;
  transform: translateX(2px); }

/* line 336, theme.scss */
.ar-footer__contacts {
  display: grid;
  align-content: start;
  gap: 12px; }

/* line 337, theme.scss */
.ar-footer__contacts span {
  color: #707c8c;
  font-size: 12px; }

/* line 338, theme.scss */
.ar-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px 28px;
  color: #626e7d;
  font-size: 11px;
  border-top: 1px solid var(--ar-line); }

/* line 339, theme.scss */
.ar-footer__bottom a {
  color: #8c98a7 !important; }

/* Inner pages */
/* line 342, theme.scss */
body:not([data-theme-template="index"]) main {
  min-height: 60vh; }

/* line 343, theme.scss */
body:not([data-theme-template="index"]) main > .layout,
body:not([data-theme-template="index"]) .page_layout_section_top {
  background: transparent !important; }

/* line 345, theme.scss */
.breadcrumb, .breadcrumb a {
  color: #718092 !important; }

/* line 346, theme.scss */
.page-title, h1.heading {
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 780 !important; }

/* line 347, theme.scss */
.page-content, .article, .collection, .cart {
  color: var(--ar-text); }

/* line 348, theme.scss */
.page-content p, .article p {
  color: #aeb8c6;
  font-size: 17px;
  line-height: 1.78; }

/* line 349, theme.scss */
.page-content a, .article a {
  color: var(--ar-cyan); }

/* line 351, theme.scss */
.ar-contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 0 70px; }

/* line 352, theme.scss */
.ar-contact-page > h2 {
  margin: 18px 0 22px;
  font-size: clamp(36px, 5vw, 64px); }

/* line 353, theme.scss */
.ar-contact-lead {
  max-width: 760px;
  margin-bottom: 44px;
  font-size: 19px !important; }

/* line 354, theme.scss */
.ar-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 80px; }

/* line 355, theme.scss */
.ar-contact-grid > div {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)); }

/* line 356, theme.scss */
.ar-contact-grid span {
  display: block;
  margin-bottom: 54px;
  color: #718092;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase; }

/* line 357, theme.scss */
.ar-contact-grid a, .ar-contact-grid strong {
  display: block;
  color: var(--ar-text) !important;
  font-size: clamp(20px, 2vw, 26px);
  text-decoration: none !important; }

/* line 358, theme.scss */
.ar-contact-grid a:hover {
  color: var(--ar-cyan) !important; }

/* line 359, theme.scss */
.ar-contact-grid p {
  margin: 12px 0 0;
  font-size: 13px !important;
  line-height: 1.5; }

/* line 360, theme.scss */
.ar-contact-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 80px;
  padding: 0;
  list-style: none;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--ar-line); }

/* line 361, theme.scss */
.ar-contact-steps li {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 30px;
  align-content: end;
  background: #0c1118;
  counter-increment: ar-contact-step; }

/* line 362, theme.scss */
.ar-contact-steps li::before {
  content: "0" counter(ar-contact-step);
  align-self: start;
  margin-bottom: auto;
  color: var(--ar-cyan);
  font-size: 12px;
  font-weight: 800; }

/* line 363, theme.scss */
.ar-contact-steps {
  counter-reset: ar-contact-step; }

/* line 364, theme.scss */
.ar-contact-steps strong {
  color: var(--ar-text);
  font-size: 22px; }

/* line 365, theme.scss */
.ar-contact-steps span {
  color: var(--ar-muted);
  line-height: 1.55; }

/* line 366, theme.scss */
.ar-contact-details {
  padding: 38px;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  background: #0b1017; }

/* line 367, theme.scss */
.ar-contact-details h2 {
  margin: 0 0 18px;
  font-size: 30px; }

/* line 368, theme.scss */
.ar-contact-details p {
  margin: 0; }

/* Product and collection refinements */
/* line 371, theme.scss */
.product, .collection {
  color: var(--ar-text); }

/* line 372, theme.scss */
.product__area-photo, .product__area-form, .collection__sidebar, .cart__area-items, .cart__area-total {
  border-color: var(--ar-line) !important; }

/* line 375, theme.scss */
.product .button, .cart .button, .collection .button {
  border-radius: 12px !important; }

/* line 376, theme.scss */
.product .product__buy-btn, .cart [data-cart-submit] {
  color: #031015 !important;
  background: linear-gradient(135deg, var(--ar-cyan), #72edff) !important; }

/* line 377, theme.scss */
.product-preview, .cart-item {
  color: var(--ar-text); }

/* line 378, theme.scss */
.collection .product-preview {
  background: #111722 !important;
  border: 1px solid var(--ar-line) !important;
  border-radius: 16px !important; }

/* line 379, theme.scss */
.collection .product-preview__title a {
  color: var(--ar-text) !important; }

/* line 380, theme.scss */
.collection-order, .collection-filter {
  background: #0e141d !important;
  border-color: var(--ar-line) !important; }

/* Accessibility */
/* line 383, theme.scss */
:focus-visible {
  outline: 2px solid var(--ar-cyan) !important;
  outline-offset: 3px; }

/* Motion system: progressive, lightweight and reduced-motion safe. */
/* line 386, theme.scss */
.ar-motion-enabled .ar-hero__content > * {
  opacity: 0;
  transform: translateY(22px);
  animation: ar-enter 0.75s var(--ar-ease) forwards; }

/* line 387, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(2) {
  animation-delay: .08s; }

/* line 388, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(3) {
  animation-delay: .16s; }

/* line 389, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(4) {
  animation-delay: .24s; }

/* line 390, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(5) {
  animation-delay: .32s; }

/* line 391, theme.scss */
.ar-motion-enabled .ar-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s var(--ar-ease), transform 0.75s var(--ar-ease); }

/* line 392, theme.scss */
.ar-motion-enabled .ar-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* line 393, theme.scss */
.ar-motion-enabled .ar-reveal .ar-direction,
.ar-motion-enabled .ar-reveal .ar-process__grid article {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.62s var(--ar-ease), transform 0.62s var(--ar-ease);
  transition-delay: calc(var(--ar-index, 0) * 70ms); }

/* line 395, theme.scss */
.ar-motion-enabled .ar-reveal.is-visible .ar-direction,
.ar-motion-enabled .ar-reveal.is-visible .ar-process__grid article {
  opacity: 1;
  transform: none; }

/* line 397, theme.scss */
.ar-hero__grid {
  animation: ar-grid-drift 22s linear infinite; }

@keyframes ar-enter {
  to {
    opacity: 1;
    transform: none; } }
@keyframes ar-float {
  0%,100% {
    transform: rotate(-6deg) translateY(0); }
  50% {
    transform: rotate(-3deg) translateY(-10px); } }
@keyframes ar-glow {
  from {
    opacity: .65;
    transform: translateX(-50%) scale(0.94); }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.08); } }
@keyframes ar-grid-drift {
  to {
    background-position: 64px 64px, 64px 64px; } }
@keyframes ar-hero-drift {
  from {
    transform: scale(1.01) translate3d(-0.4%, 0, 0); }
  to {
    transform: scale(1.07) translate3d(0.5%, -0.5%, 0); } }
@keyframes ar-ticker {
  to {
    transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  /* line 404, theme.scss */
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important; } }
@media (max-width: 1024px) {
  /* line 407, theme.scss */
  .ar-desktop-nav, .ar-header-phone {
    display: none !important; }

  /* line 408, theme.scss */
  .ar-shell, .layout__content {
    width: min(100% - 32px, 1280px); }

  /* line 409, theme.scss */
  .ar-trust__inner {
    grid-template-columns: repeat(2, 1fr); }

  /* line 410, theme.scss */
  .ar-trust span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 411, theme.scss */
  .ar-trust span:nth-child(4) {
    border-top: 1px solid var(--ar-line); }

  /* line 412, theme.scss */
  .ar-process__grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 413, theme.scss */
  .ar-process article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 414, theme.scss */
  .ar-process article:nth-child(4) {
    border-top: 1px solid var(--ar-line); }

  /* line 415, theme.scss */
  .ar-materials__grid {
    grid-template-columns: 1fr; }

  /* line 416, theme.scss */
  .ar-footer__inner {
    grid-template-columns: 1.4fr 1fr 1fr; }

  /* line 417, theme.scss */
  .ar-footer__contacts {
    grid-column: 1 / -1; } }
@media (max-width: 768px) {
  /* line 421, theme.scss */
  .ar-shell, .layout__content {
    width: min(100% - 24px, 1280px); }

  /* line 422, theme.scss */
  header,
  header .layout,
  header .layout__content,
  header .header,
  header .header-part-main,
  header .header-part-main__inner,
  header .header-part-top,
  header .header-part-top__inner {
    background: #07090d !important; }

  /* line 430, theme.scss */
  .header__logo {
    width: 110px;
    min-width: 110px; }

  /* line 431, theme.scss */
  .header__logo::before {
    width: 28px;
    height: 38px;
    flex-basis: 28px; }

  /* line 432, theme.scss */
  .header__logo::after {
    font-size: 16px; }

  /* line 433, theme.scss */
  .header__control-text {
    display: none !important; }

  /* line 434, theme.scss */
  .ar-hero {
    min-height: 700px;
    background: linear-gradient(180deg, rgba(4, 7, 11, 0.96) 0%, rgba(4, 7, 11, 0.77) 52%, rgba(4, 7, 11, 0.92) 83%, var(--ar-bg) 100%), var(--ar-hero-image) 65% center/auto 100% no-repeat; }

  /* line 440, theme.scss */
  .ar-hero__inner {
    align-items: end;
    padding-block: 120px 62px; }

  /* line 441, theme.scss */
  .ar-hero h1 {
    font-size: clamp(46px, 14vw, 66px); }

  /* line 442, theme.scss */
  .ar-hero__lead {
    font-size: 17px; }

  /* line 443, theme.scss */
  .ar-hero__actions {
    flex-direction: column;
    align-items: stretch; }

  /* line 444, theme.scss */
  .ar-hero__meta {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px; }

  /* line 445, theme.scss */
  .ar-hero__meta div {
    grid-template-columns: 110px 1fr;
    align-items: baseline; }

  /* line 446, theme.scss */
  .ar-hero__scroll {
    display: none; }

  /* line 447, theme.scss */
  .ar-trust__inner {
    grid-template-columns: 1fr; }

  /* line 448, theme.scss */
  .ar-trust span + span, .ar-trust span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 449, theme.scss */
  .ar-section {
    padding-block: 76px; }

  /* line 450, theme.scss */
  .ar-section-head {
    display: grid;
    gap: 20px;
    margin-bottom: 34px; }

  /* line 451, theme.scss */
  .ar-section-head h2, .ar-materials h2 {
    font-size: 42px; }

  /* line 452, theme.scss */
  .ar-directions__grid {
    grid-template-columns: 1fr; }

  /* line 453, theme.scss */
  .ar-direction, .ar-direction--wide {
    min-height: 300px;
    grid-row: auto; }

  /* line 454, theme.scss */
  .ar-process__grid {
    grid-template-columns: 1fr; }

  /* line 455, theme.scss */
  .ar-process article {
    min-height: 220px; }

  /* line 456, theme.scss */
  .ar-process article + article, .ar-process article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 457, theme.scss */
  .ar-process h3 {
    margin-top: 58px; }

  /* line 458, theme.scss */
  .ar-materials__cards {
    grid-template-columns: 1fr; }

  /* line 459, theme.scss */
  .ar-materials__cards article {
    min-height: auto; }

  /* line 460, theme.scss */
  .ar-cta h2 {
    font-size: 52px; }

  /* line 461, theme.scss */
  .ar-cta__actions {
    flex-direction: column; }

  /* line 462, theme.scss */
  .ar-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px; }

  /* line 463, theme.scss */
  .ar-footer__about, .ar-footer__contacts {
    grid-column: 1 / -1; }

  /* line 464, theme.scss */
  .ar-footer__bottom {
    display: grid; }

  /* line 465, theme.scss */
  .ar-contact-grid, .ar-contact-steps {
    grid-template-columns: 1fr; }

  /* line 466, theme.scss */
  .ar-contact-grid > div, .ar-contact-steps li {
    min-height: 180px; } }
@media (max-width: 420px) {
  /* line 470, theme.scss */
  .ar-hero h1 {
    font-size: 43px; }

  /* line 471, theme.scss */
  .ar-hero__meta {
    display: none; }

  /* line 472, theme.scss */
  .ar-section-head h2, .ar-materials h2, .ar-cta h2 {
    font-size: 38px; }

  /* line 473, theme.scss */
  .ar-footer__inner {
    grid-template-columns: 1fr; }

  /* line 474, theme.scss */
  .ar-footer__about, .ar-footer__contacts {
    grid-column: auto; } }
/* ARHI.3D hero image QA */
/* line 478, theme.scss */
.ar-hero::after {
  background: radial-gradient(circle at 78% 32%, rgba(140, 108, 255, 0.15), rgba(0, 0, 0, 0) 34%) !important; }

/* ARHI.3D mobile header surface */
@media (max-width: 768px) {
  /* line 481, theme.scss */
  .header-mobile-panel, .header__collections-content {
    background: #07090d!important; } }
/* ARHI3D: keep the custom footer in the platform footer row */
/* line 485, theme.scss */
.page_layout > .ar-footer {
  grid-column: 1 / -1 !important;
  grid-row: footer !important;
  min-width: 0; }

/* ================================================================
   ARHI.3D collection experience — editorial artifact archive
   ================================================================ */
/* line 496, theme.scss */
body[data-theme-template="collection"] {
  --ar-collection-card: #0b1119;
  --ar-collection-card-2: #0e1722;
  --ar-collection-line: rgba(132, 224, 255, .14);
  background: radial-gradient(circle at 100% 22%, rgba(32, 216, 255, 0.08), rgba(0, 0, 0, 0) 32rem), #07090d !important; }

/* line 505, theme.scss */
body[data-theme-template="collection"] .page_section_top {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ar-line);
  background: linear-gradient(90deg, rgba(7, 9, 13, 0.98), rgba(7, 9, 13, 0.82)), repeating-linear-gradient(90deg, transparent 0 71px, rgba(255, 255, 255, 0.035) 72px), repeating-linear-gradient(0deg, transparent 0 71px, rgba(255, 255, 255, 0.035) 72px), #09101a !important; }

/* line 516, theme.scss */
body[data-theme-template="collection"] .page_section_top::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -80px;
  top: -260px;
  border: 1px solid rgba(32, 216, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(32, 216, 255, 0.11), inset 0 0 80px rgba(32, 216, 255, 0.05); }

/* line 528, theme.scss */
body[data-theme-template="collection"] .page_section_top::after {
  content: "ARCHIVE / OBJECTS / 2026";
  position: absolute;
  right: max(28px, calc((100vw - 1280px) / 2));
  top: 36px;
  color: rgba(143, 223, 241, 0.65);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  writing-mode: vertical-rl; }

/* line 540, theme.scss */
body[data-theme-template="collection"] .page_section_top .layout__content {
  position: relative;
  padding-block: 34px 48px !important; }

/* line 545, theme.scss */
body[data-theme-template="collection"] .page-headding {
  display: grid;
  gap: 12px;
  margin: 14px 0 20px !important;
  font-size: clamp(54px, 7vw, 102px) !important;
  font-weight: 820 !important;
  letter-spacing: -.07em !important; }

/* line 554, theme.scss */
body[data-theme-template="collection"] .page-headding::before {
  content: "ARHI.3D / DIGITAL MANUFACTURE";
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .2em; }

/* line 562, theme.scss */
.ar-catalog-intro {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  align-items: end;
  gap: 44px;
  max-width: 1050px; }

/* line 570, theme.scss */
.ar-catalog-intro p {
  margin: 0;
  color: #8f9dad;
  font-size: 15px;
  line-height: 1.65; }

/* line 577, theme.scss */
.ar-catalog-intro__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end; }

/* line 584, theme.scss */
.ar-catalog-intro__links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 15px;
  color: #c8d4e1 !important;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid var(--ar-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035); }

/* line 600, theme.scss */
.ar-catalog-intro__links a:hover {
  color: #041116 !important;
  border-color: var(--ar-cyan);
  background: var(--ar-cyan);
  transform: translateY(-2px); }

/* line 607, theme.scss */
body[data-theme-template="collection"] main,
body[data-theme-template="collection"] aside {
  padding-top: 34px; }

/* line 612, theme.scss */
body[data-theme-template="collection"] main > .layout,
body[data-theme-template="collection"] aside > [data-sidebar] > .layout {
  background: transparent !important; }

/* line 617, theme.scss */
body[data-theme-template="collection"] aside [data-sidebar] {
  position: sticky;
  top: 92px; }

/* line 622, theme.scss */
body[data-theme-template="collection"] .filter {
  overflow: hidden;
  border: 1px solid var(--ar-collection-line) !important;
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(32, 216, 255, 0.055), transparent 34%), rgba(10, 16, 24, 0.94) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24); }

/* line 632, theme.scss */
body[data-theme-template="collection"] .filter::before {
  content: "НАВИГАТОР";
  display: block;
  padding: 19px 20px 0;
  color: var(--ar-cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .22em; }

/* line 642, theme.scss */
body[data-theme-template="collection"] .filter__head {
  padding: 10px 20px 18px !important;
  border-bottom: 1px solid var(--ar-line) !important; }

/* line 647, theme.scss */
body[data-theme-template="collection"] .filter__head-title {
  font-size: 25px !important;
  letter-spacing: -.045em; }

/* line 652, theme.scss */
body[data-theme-template="collection"] .filter-item {
  padding: 0 20px !important;
  border-bottom-color: var(--ar-line) !important; }

/* line 657, theme.scss */
body[data-theme-template="collection"] .filter-item__head {
  padding-block: 20px !important; }

/* line 661, theme.scss */
body[data-theme-template="collection"] .filter-item__name,
body[data-theme-template="collection"] .sidebar-collections__link,
body[data-theme-template="collection"] .filter-option__label {
  color: #c5d0dd !important; }

/* line 667, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__controls {
  padding-block: 6px; }

/* line 671, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__link:hover,
body[data-theme-template="collection"] .sidebar-collections__link.is-current {
  color: var(--ar-cyan) !important; }

/* line 676, theme.scss */
body[data-theme-template="collection"] .filter-option__btn {
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.025) !important; }

/* line 682, theme.scss */
body[data-theme-template="collection"] .filter-option__field:checked + .filter-option__content .filter-option__btn {
  color: #031015 !important;
  border-color: var(--ar-cyan) !important;
  background: var(--ar-cyan) !important; }

/* line 688, theme.scss */
body[data-theme-template="collection"] .filter-range__slider .noUi-connect,
body[data-theme-template="collection"] .filter-range__slider .ui-slider-range {
  background: linear-gradient(90deg, var(--ar-cyan), var(--ar-violet)) !important; }

/* line 693, theme.scss */
body[data-theme-template="collection"] .filter__controls .button {
  color: #031015 !important;
  border-radius: 12px !important;
  background: var(--ar-cyan) !important; }

/* line 699, theme.scss */
body[data-theme-template="collection"] .catalog-list {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 18px !important;
  counter-reset: ar-product; }

/* line 706, theme.scss */
body[data-theme-template="collection"] .product-preview-elem {
  grid-column: span 4;
  width: auto !important;
  min-width: 0 !important;
  counter-increment: ar-product; }

/* line 713, theme.scss */
body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) {
  grid-column: span 8; }

/* line 717, theme.scss */
body[data-theme-template="collection"] .product-preview {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--ar-collection-line) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 40%), var(--ar-collection-card) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s var(--ar-ease), border-color 0.35s var(--ar-ease), box-shadow 0.35s var(--ar-ease); }

/* line 730, theme.scss */
body[data-theme-template="collection"] .product-preview:hover {
  z-index: 2;
  border-color: rgba(32, 216, 255, 0.45) !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(32, 216, 255, 0.08);
  transform: translateY(-7px); }

/* line 737, theme.scss */
body[data-theme-template="collection"] .product-preview::before {
  content: attr(data-ar-index);
  position: absolute;
  z-index: 4;
  left: 18px;
  top: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #8f9cab;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(6, 10, 15, 0.68);
  backdrop-filter: blur(12px); }

/* line 757, theme.scss */
body[data-theme-template="collection"] .product-preview__content {
  display: flex !important;
  min-height: 520px;
  height: 100%;
  flex-direction: column; }

/* line 764, theme.scss */
body[data-theme-template="collection"] .product-preview__area-photo {
  padding: 10px 10px 0 !important; }

/* line 768, theme.scss */
body[data-theme-template="collection"] .product-preview__photo,
body[data-theme-template="collection"] .product-preview__photo .img-ratio {
  overflow: hidden;
  border-radius: 15px !important;
  background: radial-gradient(circle at 70% 20%, rgba(32, 216, 255, 0.11), rgba(0, 0, 0, 0) 13rem), linear-gradient(145deg, #111b27, #080d14) !important; }

/* line 777, theme.scss */
body[data-theme-template="collection"] .product-preview__photo .img-ratio {
  height: 290px !important;
  padding-top: 0 !important; }

/* line 782, theme.scss */
body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) .product-preview__photo .img-ratio {
  height: 360px !important; }

/* line 786, theme.scss */
body[data-theme-template="collection"] .product-preview__photo img {
  transition: transform 0.7s var(--ar-ease), opacity 0.35s ease, filter 0.35s ease; }

/* line 790, theme.scss */
body[data-theme-template="collection"] .product-preview:hover .product-preview__photo img {
  transform: scale(1.035); }

/* line 794, theme.scss */
body[data-theme-template="collection"] .product-preview:has(img[src*="no_image"]) .product-preview__photo img {
  opacity: .17;
  filter: invert(0.9) grayscale(1) contrast(0.65);
  transform: scale(0.55); }

/* line 800, theme.scss */
body[data-theme-template="collection"] .product-preview:has(img[src*="no_image"]) .img-ratio__inner::after {
  content: "3D OBJECT / PREVIEW IN PRODUCTION";
  position: absolute;
  inset: auto 24px 24px;
  z-index: 2;
  color: rgba(143, 223, 241, 0.72);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .18em;
  text-align: center; }

/* line 812, theme.scss */
body[data-theme-template="collection"] .product-preview__area-title,
body[data-theme-template="collection"] .product-preview__area-bottom {
  padding-inline: 20px !important; }

/* line 817, theme.scss */
body[data-theme-template="collection"] .product-preview__area-title {
  padding-top: 20px !important; }

/* line 821, theme.scss */
body[data-theme-template="collection"] .product-preview__title a {
  color: #eef4fa !important;
  font-size: 17px !important;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -.02em; }

/* line 829, theme.scss */
body[data-theme-template="collection"] .product-preview__area-bottom {
  margin-top: auto;
  padding-block: 16px 20px !important; }

/* line 834, theme.scss */
body[data-theme-template="collection"] .product-preview__price {
  display: flex;
  align-items: baseline;
  gap: 7px; }

/* line 840, theme.scss */
body[data-theme-template="collection"] .product-preview__price-cur {
  color: #f5f9fd !important;
  font-size: 25px !important;
  font-weight: 820;
  letter-spacing: -.05em; }

/* line 847, theme.scss */
body[data-theme-template="collection"] .product-preview__controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 8px !important;
  margin-top: 16px; }

/* line 854, theme.scss */
body[data-theme-template="collection"] .product-preview__controls > .button,
body[data-theme-template="collection"] .product-preview__controls > a.button {
  display: inline-flex !important;
  min-width: 42px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ar-line) !important;
  border-radius: 12px !important;
  color: #d8e4ee !important;
  background: rgba(255, 255, 255, 0.045) !important; }

/* line 868, theme.scss */
body[data-theme-template="collection"] .product-preview__controls > button:first-of-type,
body[data-theme-template="collection"] .product-preview__controls > .add-cart-counter__btn {
  color: #031015 !important;
  border-color: var(--ar-cyan) !important;
  background: linear-gradient(135deg, #75ecff, var(--ar-cyan)) !important; }

/* line 875, theme.scss */
body[data-theme-template="collection"] .product-preview__controls .button__text {
  display: inline !important;
  color: inherit !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase; }

/* line 884, theme.scss */
body[data-theme-template="collection"] .product-preview__controls .button__icon {
  color: inherit !important; }

/* line 888, theme.scss */
body[data-theme-template="collection"] .product-preview__detail-select-btn {
  grid-column: 1 / 2;
  grid-row: 1; }

/* line 893, theme.scss */
body[data-theme-template="collection"] .sticker {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: .04em; }

/* line 899, theme.scss */
body[data-theme-template="collection"] .sticker-sale {
  color: #071014 !important;
  background: var(--ar-cyan) !important; }

/* line 904, theme.scss */
body[data-theme-template="collection"] .ar-price-on-request .product-preview__price-cur {
  color: #ffd28d !important;
  font-size: 17px !important;
  letter-spacing: -.02em; }

/* line 910, theme.scss */
body[data-theme-template="collection"] .ar-price-on-request .product-preview__controls {
  grid-template-columns: 1fr auto !important; }

/* line 914, theme.scss */
body[data-theme-template="collection"] .ar-price-request-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #1a1103 !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .05em;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 12px;
  background: #ffd28d; }

/* line 930, theme.scss */
body[data-theme-template="collection"] .collection-products-controls,
body[data-theme-template="collection"] .catalog__controls,
body[data-theme-template="collection"] [class*="view-switch"] {
  color: #aab7c6; }

/* line 936, theme.scss */
body[data-theme-template="collection"] select.form-control {
  min-height: 44px;
  border-radius: 12px !important;
  background-color: #0d141d !important; }

/* Product page: zero price becomes a quote request instead of a free order. */
/* line 943, theme.scss */
.ar-product-price-request {
  display: grid;
  gap: 13px;
  padding: 20px;
  margin-top: 18px;
  border: 1px solid rgba(255, 210, 141, 0.25);
  border-radius: 16px;
  background: rgba(255, 210, 141, 0.055); }

/* line 953, theme.scss */
.ar-product-price-request strong {
  color: #ffd28d;
  font-size: 18px; }

/* line 954, theme.scss */
.ar-product-price-request p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55; }

/* line 955, theme.scss */
.ar-product-price-request a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  color: #181003 !important;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 12px;
  background: #ffd28d; }

@media (max-width: 1199px) {
  /* line 969, theme.scss */
  .ar-catalog-intro {
    grid-template-columns: 1fr;
    gap: 18px; }

  /* line 970, theme.scss */
  .ar-catalog-intro__links {
    justify-content: flex-start; }

  /* line 971, theme.scss */
  body[data-theme-template="collection"] .product-preview-elem,
  body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) {
    grid-column: span 6; } }
@media (max-width: 767px) {
  /* line 976, theme.scss */
  body[data-theme-template="collection"] .page_section_top::after {
    display: none; }

  /* line 977, theme.scss */
  body[data-theme-template="collection"] .page_section_top .layout__content {
    padding-block: 22px 34px !important; }

  /* line 978, theme.scss */
  body[data-theme-template="collection"] .page-headding {
    font-size: 52px !important; }

  /* line 979, theme.scss */
  .ar-catalog-intro p {
    font-size: 13px; }

  /* line 980, theme.scss */
  .ar-catalog-intro__links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px; }

  /* line 981, theme.scss */
  .ar-catalog-intro__links a {
    white-space: nowrap; }

  /* line 982, theme.scss */
  body[data-theme-template="collection"] main,
  body[data-theme-template="collection"] aside {
    padding-top: 18px; }

  /* line 984, theme.scss */
  body[data-theme-template="collection"] .catalog-list {
    gap: 14px !important; }

  /* line 985, theme.scss */
  body[data-theme-template="collection"] .product-preview-elem,
  body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) {
    grid-column: 1 / -1; }

  /* line 987, theme.scss */
  body[data-theme-template="collection"] .product-preview__content {
    min-height: 0; }

  /* line 988, theme.scss */
  body[data-theme-template="collection"] .product-preview__photo .img-ratio,
  body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) .product-preview__photo .img-ratio {
    height: 300px !important; }

  /* line 990, theme.scss */
  body[data-theme-template="collection"] .product-preview__controls {
    grid-template-columns: minmax(0, 1fr) 44px 44px !important; } }
/* line 992, theme.scss */
.ar-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
  gap: 48px;
  padding-block: 68px 52px; }

/* line 993, theme.scss */
.ar-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--ar-text);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.055em; }

/* line 994, theme.scss */
.ar-footer__mark {
  width: 38px;
  height: 52px;
  background: var(--ar-mark-image) center/contain no-repeat;
  filter: invert(1) brightness(2); }

/* line 995, theme.scss */
.ar-footer__lead {
  max-width: 310px;
  line-height: 1.65; }

/* line 996, theme.scss */
.ar-footer h3 {
  margin: 5px 0 20px;
  color: #7d8998 !important;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase; }

/* line 997, theme.scss */
.ar-footer nav {
  display: grid;
  gap: 12px; }

/* line 998, theme.scss */
.ar-footer nav a, .ar-footer__contacts a {
  color: #c4ceda !important;
  text-decoration: none !important; }

/* line 999, theme.scss */
.ar-footer nav a:hover, .ar-footer__contacts a:hover {
  color: var(--ar-cyan) !important;
  transform: translateX(2px); }

/* line 1000, theme.scss */
.ar-footer__contacts {
  display: grid;
  align-content: start;
  gap: 12px; }

/* line 1001, theme.scss */
.ar-footer__contacts span {
  color: #707c8c;
  font-size: 12px; }

/* line 1002, theme.scss */
.ar-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px 28px;
  color: #626e7d;
  font-size: 11px;
  border-top: 1px solid var(--ar-line); }

/* line 1003, theme.scss */
.ar-footer__bottom a {
  color: #8c98a7 !important; }

/* Inner pages */
/* line 1006, theme.scss */
body:not([data-theme-template="index"]) main {
  min-height: 60vh; }

/* line 1007, theme.scss */
body:not([data-theme-template="index"]) main > .layout,
body:not([data-theme-template="index"]) .page_layout_section_top {
  background: transparent !important; }

/* line 1009, theme.scss */
.breadcrumb, .breadcrumb a {
  color: #718092 !important; }

/* line 1010, theme.scss */
.page-title, h1.heading {
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 780 !important; }

/* line 1011, theme.scss */
.page-content, .article, .collection, .cart {
  color: var(--ar-text); }

/* line 1012, theme.scss */
.page-content p, .article p {
  color: #aeb8c6;
  font-size: 17px;
  line-height: 1.78; }

/* line 1013, theme.scss */
.page-content a, .article a {
  color: var(--ar-cyan); }

/* line 1015, theme.scss */
.ar-contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 0 70px; }

/* line 1016, theme.scss */
.ar-contact-page > h2 {
  margin: 18px 0 22px;
  font-size: clamp(36px, 5vw, 64px); }

/* line 1017, theme.scss */
.ar-contact-lead {
  max-width: 760px;
  margin-bottom: 44px;
  font-size: 19px !important; }

/* line 1018, theme.scss */
.ar-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 80px; }

/* line 1019, theme.scss */
.ar-contact-grid > div {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)); }

/* line 1020, theme.scss */
.ar-contact-grid span {
  display: block;
  margin-bottom: 54px;
  color: #718092;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase; }

/* line 1021, theme.scss */
.ar-contact-grid a, .ar-contact-grid strong {
  display: block;
  color: var(--ar-text) !important;
  font-size: clamp(20px, 2vw, 26px);
  text-decoration: none !important; }

/* line 1022, theme.scss */
.ar-contact-grid a:hover {
  color: var(--ar-cyan) !important; }

/* line 1023, theme.scss */
.ar-contact-grid p {
  margin: 12px 0 0;
  font-size: 13px !important;
  line-height: 1.5; }

/* line 1024, theme.scss */
.ar-contact-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 80px;
  padding: 0;
  list-style: none;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--ar-line); }

/* line 1025, theme.scss */
.ar-contact-steps li {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 30px;
  align-content: end;
  background: #0c1118;
  counter-increment: ar-contact-step; }

/* line 1026, theme.scss */
.ar-contact-steps li::before {
  content: "0" counter(ar-contact-step);
  align-self: start;
  margin-bottom: auto;
  color: var(--ar-cyan);
  font-size: 12px;
  font-weight: 800; }

/* line 1027, theme.scss */
.ar-contact-steps {
  counter-reset: ar-contact-step; }

/* line 1028, theme.scss */
.ar-contact-steps strong {
  color: var(--ar-text);
  font-size: 22px; }

/* line 1029, theme.scss */
.ar-contact-steps span {
  color: var(--ar-muted);
  line-height: 1.55; }

/* line 1030, theme.scss */
.ar-contact-details {
  padding: 38px;
  border: 1px solid var(--ar-line);
  border-radius: 16px;
  background: #0b1017; }

/* line 1031, theme.scss */
.ar-contact-details h2 {
  margin: 0 0 18px;
  font-size: 30px; }

/* line 1032, theme.scss */
.ar-contact-details p {
  margin: 0; }

/* Product and collection refinements */
/* line 1035, theme.scss */
.product, .collection {
  color: var(--ar-text); }

/* line 1036, theme.scss */
.product__area-photo, .product__area-form, .collection__sidebar, .cart__area-items, .cart__area-total {
  border-color: var(--ar-line) !important; }

/* line 1039, theme.scss */
.product .button, .cart .button, .collection .button {
  border-radius: 12px !important; }

/* line 1040, theme.scss */
.product .product__buy-btn, .cart [data-cart-submit] {
  color: #031015 !important;
  background: linear-gradient(135deg, var(--ar-cyan), #72edff) !important; }

/* line 1041, theme.scss */
.product-preview, .cart-item {
  color: var(--ar-text); }

/* line 1042, theme.scss */
.collection .product-preview {
  background: #111722 !important;
  border: 1px solid var(--ar-line) !important;
  border-radius: 16px !important; }

/* line 1043, theme.scss */
.collection .product-preview__title a {
  color: var(--ar-text) !important; }

/* line 1044, theme.scss */
.collection-order, .collection-filter {
  background: #0e141d !important;
  border-color: var(--ar-line) !important; }

/* Accessibility */
/* line 1047, theme.scss */
:focus-visible {
  outline: 2px solid var(--ar-cyan) !important;
  outline-offset: 3px; }

/* Motion system: progressive, lightweight and reduced-motion safe. */
/* line 1050, theme.scss */
.ar-motion-enabled .ar-hero__content > * {
  opacity: 0;
  transform: translateY(22px);
  animation: ar-enter 0.75s var(--ar-ease) forwards; }

/* line 1051, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(2) {
  animation-delay: .08s; }

/* line 1052, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(3) {
  animation-delay: .16s; }

/* line 1053, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(4) {
  animation-delay: .24s; }

/* line 1054, theme.scss */
.ar-motion-enabled .ar-hero__content > *:nth-child(5) {
  animation-delay: .32s; }

/* line 1055, theme.scss */
.ar-motion-enabled .ar-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s var(--ar-ease), transform 0.75s var(--ar-ease); }

/* line 1056, theme.scss */
.ar-motion-enabled .ar-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* line 1057, theme.scss */
.ar-motion-enabled .ar-reveal .ar-direction,
.ar-motion-enabled .ar-reveal .ar-process__grid article {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.62s var(--ar-ease), transform 0.62s var(--ar-ease);
  transition-delay: calc(var(--ar-index, 0) * 70ms); }

/* line 1059, theme.scss */
.ar-motion-enabled .ar-reveal.is-visible .ar-direction,
.ar-motion-enabled .ar-reveal.is-visible .ar-process__grid article {
  opacity: 1;
  transform: none; }

/* line 1061, theme.scss */
.ar-hero__grid {
  animation: ar-grid-drift 22s linear infinite; }

@keyframes ar-enter {
  to {
    opacity: 1;
    transform: none; } }
@keyframes ar-float {
  0%,100% {
    transform: rotate(-6deg) translateY(0); }
  50% {
    transform: rotate(-3deg) translateY(-10px); } }
@keyframes ar-glow {
  from {
    opacity: .65;
    transform: translateX(-50%) scale(0.94); }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1.08); } }
@keyframes ar-grid-drift {
  to {
    background-position: 64px 64px, 64px 64px; } }
@keyframes ar-hero-drift {
  from {
    transform: scale(1.01) translate3d(-0.4%, 0, 0); }
  to {
    transform: scale(1.07) translate3d(0.5%, -0.5%, 0); } }
@keyframes ar-ticker {
  to {
    transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  /* line 1068, theme.scss */
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important; } }
@media (max-width: 1024px) {
  /* line 1071, theme.scss */
  .ar-desktop-nav, .ar-header-phone {
    display: none !important; }

  /* line 1072, theme.scss */
  .ar-shell, .layout__content {
    width: min(100% - 32px, 1280px); }

  /* line 1073, theme.scss */
  .ar-trust__inner {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1074, theme.scss */
  .ar-trust span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 1075, theme.scss */
  .ar-trust span:nth-child(4) {
    border-top: 1px solid var(--ar-line); }

  /* line 1076, theme.scss */
  .ar-process__grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1077, theme.scss */
  .ar-process article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 1078, theme.scss */
  .ar-process article:nth-child(4) {
    border-top: 1px solid var(--ar-line); }

  /* line 1079, theme.scss */
  .ar-materials__grid {
    grid-template-columns: 1fr; }

  /* line 1080, theme.scss */
  .ar-footer__inner {
    grid-template-columns: 1.4fr 1fr 1fr; }

  /* line 1081, theme.scss */
  .ar-footer__contacts {
    grid-column: 1 / -1; } }
@media (max-width: 768px) {
  /* line 1085, theme.scss */
  .ar-shell, .layout__content {
    width: min(100% - 24px, 1280px); }

  /* line 1086, theme.scss */
  header,
  header .layout,
  header .layout__content,
  header .header,
  header .header-part-main,
  header .header-part-main__inner,
  header .header-part-top,
  header .header-part-top__inner,
  .header-mobile-panel,
  .header__collections-content {
    background: #07090d !important; }

  /* line 1096, theme.scss */
  .header__logo {
    width: 110px;
    min-width: 110px; }

  /* line 1097, theme.scss */
  .header__logo::before {
    width: 28px;
    height: 38px;
    flex-basis: 28px; }

  /* line 1098, theme.scss */
  .header__logo::after {
    font-size: 16px; }

  /* line 1099, theme.scss */
  .header__control-text {
    display: none !important; }

  /* line 1100, theme.scss */
  .ar-hero {
    min-height: 700px;
    background: linear-gradient(180deg, rgba(4, 7, 11, 0.96) 0%, rgba(4, 7, 11, 0.77) 52%, rgba(4, 7, 11, 0.92) 83%, var(--ar-bg) 100%), var(--ar-hero-image) 65% center/auto 100% no-repeat; }

  /* line 1106, theme.scss */
  .ar-hero__inner {
    align-items: end;
    padding-block: 120px 62px; }

  /* line 1107, theme.scss */
  .ar-hero h1 {
    font-size: clamp(46px, 14vw, 66px); }

  /* line 1108, theme.scss */
  .ar-hero__lead {
    font-size: 17px; }

  /* line 1109, theme.scss */
  .ar-hero__actions {
    flex-direction: column;
    align-items: stretch; }

  /* line 1110, theme.scss */
  .ar-hero__meta {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px; }

  /* line 1111, theme.scss */
  .ar-hero__meta div {
    grid-template-columns: 110px 1fr;
    align-items: baseline; }

  /* line 1112, theme.scss */
  .ar-hero__scroll {
    display: none; }

  /* line 1113, theme.scss */
  .ar-trust__inner {
    grid-template-columns: 1fr; }

  /* line 1114, theme.scss */
  .ar-trust span + span, .ar-trust span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 1115, theme.scss */
  .ar-section {
    padding-block: 76px; }

  /* line 1116, theme.scss */
  .ar-section-head {
    display: grid;
    gap: 20px;
    margin-bottom: 34px; }

  /* line 1117, theme.scss */
  .ar-section-head h2, .ar-materials h2 {
    font-size: 42px; }

  /* line 1118, theme.scss */
  .ar-directions__grid {
    grid-template-columns: 1fr; }

  /* line 1119, theme.scss */
  .ar-direction, .ar-direction--wide {
    min-height: 300px;
    grid-row: auto; }

  /* line 1120, theme.scss */
  .ar-process__grid {
    grid-template-columns: 1fr; }

  /* line 1121, theme.scss */
  .ar-process article {
    min-height: 220px; }

  /* line 1122, theme.scss */
  .ar-process article + article, .ar-process article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ar-line); }

  /* line 1123, theme.scss */
  .ar-process h3 {
    margin-top: 58px; }

  /* line 1124, theme.scss */
  .ar-materials__cards {
    grid-template-columns: 1fr; }

  /* line 1125, theme.scss */
  .ar-materials__cards article {
    min-height: auto; }

  /* line 1126, theme.scss */
  .ar-cta h2 {
    font-size: 52px; }

  /* line 1127, theme.scss */
  .ar-cta__actions {
    flex-direction: column; }

  /* line 1128, theme.scss */
  .ar-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px; }

  /* line 1129, theme.scss */
  .ar-footer__about, .ar-footer__contacts {
    grid-column: 1 / -1; }

  /* line 1130, theme.scss */
  .ar-footer__bottom {
    display: grid; }

  /* line 1131, theme.scss */
  .ar-contact-grid, .ar-contact-steps {
    grid-template-columns: 1fr; }

  /* line 1132, theme.scss */
  .ar-contact-grid > div, .ar-contact-steps li {
    min-height: 180px; } }
@media (max-width: 420px) {
  /* line 1136, theme.scss */
  .ar-hero h1 {
    font-size: 43px; }

  /* line 1137, theme.scss */
  .ar-hero__meta {
    display: none; }

  /* line 1138, theme.scss */
  .ar-section-head h2, .ar-materials h2, .ar-cta h2 {
    font-size: 38px; }

  /* line 1139, theme.scss */
  .ar-footer__inner {
    grid-template-columns: 1fr; }

  /* line 1140, theme.scss */
  .ar-footer__about, .ar-footer__contacts {
    grid-column: auto; } }
/* Catalog layout v3: keep card actions inside the card and refine quick view. */
/* line 1145, theme.scss */
body[data-theme-template="collection"] .product-preview {
  min-height: 600px; }

/* line 1149, theme.scss */
body[data-theme-template="collection"] .product-preview__content {
  min-height: 568px;
  height: auto !important; }

/* line 1154, theme.scss */
body[data-theme-template="collection"] .product-preview__controls {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  min-height: 64px;
  flex: 0 0 auto;
  margin-top: 0;
  padding: 0 20px 20px !important; }

/* line 1164, theme.scss */
body[data-theme-template="collection"] .product-preview__area-bottom {
  padding-bottom: 12px !important; }

/* line 1168, theme.scss */
body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal) {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid !important;
  place-items: center;
  padding: 24px;
  background: rgba(3, 6, 10, 0.82);
  backdrop-filter: blur(18px) saturate(115%); }

/* line 1179, theme.scss */
body[data-theme-template="collection"] .modal-product-preview__content {
  width: min(920px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(132, 224, 255, 0.18);
  border-radius: 24px;
  background: #080d13;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.025); }

/* line 1189, theme.scss */
body[data-theme-template="collection"] .product-preview-modal {
  display: grid !important;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  grid-template-areas: "photo title" "photo rating" "photo price" "photo variants" "photo controls" "photo link";
  grid-template-rows: auto auto auto 1fr auto auto;
  column-gap: 34px;
  row-gap: 12px;
  align-items: start;
  padding: 30px;
  color: var(--ar-text);
  background: radial-gradient(circle at 8% 12%, rgba(32, 216, 255, 0.08), rgba(0, 0, 0, 0) 27rem), #080d13 !important; }

/* line 1210, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo {
  grid-area: photo;
  align-self: stretch;
  min-height: 410px; }

/* line 1216, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo,
body[data-theme-template="collection"] .product-preview-modal__area-photo .product__one-photo,
body[data-theme-template="collection"] .product-preview-modal__area-photo [data-ajax-product-one-photo-item],
body[data-theme-template="collection"] .product-preview-modal__area-photo picture {
  display: block;
  width: 100%;
  height: 100%; }

/* line 1225, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(132, 224, 255, 0.13);
  border-radius: 18px;
  background: #0d1721 !important; }

/* line 1233, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%; }

/* line 1240, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo img[src*="no_image"] {
  width: 56%;
  height: 56%;
  margin: 22%;
  object-fit: contain;
  opacity: .18;
  filter: invert(1) grayscale(1); }

/* line 1249, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-title {
  grid-area: title;
  padding-right: 40px; }

/* line 1250, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-rating {
  grid-area: rating; }

/* line 1251, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-price {
  grid-area: price; }

/* line 1252, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-variants {
  grid-area: variants; }

/* line 1253, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-controls {
  grid-area: controls; }

/* line 1254, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .to_product_card_2 {
  grid-area: link; }

/* line 1256, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .product-preview__detail-link a {
  color: #f3f7fb !important;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-decoration: none !important; }

/* line 1265, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .product-preview__price-cur {
  font-size: 30px !important; }

/* line 1269, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-controls .button {
  min-height: 48px;
  border-radius: 13px !important; }

/* line 1274, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .to_product_card_2 {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  color: var(--ar-cyan) !important;
  font-weight: 700;
  text-decoration: none !important; }

@media (max-width: 767px) {
  /* line 1285, theme.scss */
  body[data-theme-template="collection"] .product-preview {
    min-height: 0; }

  /* line 1289, theme.scss */
  body[data-theme-template="collection"] .product-preview__content {
    min-height: 0; }

  /* line 1293, theme.scss */
  body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal) {
    padding: 10px; }

  /* line 1297, theme.scss */
  body[data-theme-template="collection"] .modal-product-preview__content {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 18px; }

  /* line 1303, theme.scss */
  body[data-theme-template="collection"] .product-preview-modal {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "title" "rating" "price" "variants" "controls" "link";
    gap: 12px;
    padding: 16px; }

  /* line 1317, theme.scss */
  body[data-theme-template="collection"] .product-preview-modal__area-photo,
  body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
    min-height: 230px;
    height: 230px; }

  /* line 1323, theme.scss */
  body[data-theme-template="collection"] .product-preview-modal__area-title {
    padding-right: 34px; } }
/* Catalog layout v2: calm product grid on the left, modular filter on the right. */
@media (min-width: 1024px) {
  /* line 1331, theme.scss */
  body[data-theme-template="collection"] .page_layout > main {
    grid-column: 2 / 28 !important;
    min-width: 0; }

  /* line 1336, theme.scss */
  body[data-theme-template="collection"] .page_layout > aside {
    grid-column: 29 / 38 !important;
    min-width: 0; }

  /* line 1341, theme.scss */
  body[data-theme-template="collection"] aside [data-sidebar] {
    top: 88px; } }
/* line 1346, theme.scss */
body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) {
  grid-column: span 4; }

/* line 1350, theme.scss */
body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) .product-preview__photo .img-ratio {
  height: 290px !important; }

/* line 1354, theme.scss */
body[data-theme-template="collection"] .filter {
  overflow: visible;
  padding: 10px;
  border: 0 !important;
  border-radius: 24px;
  background: rgba(7, 11, 17, 0.72) !important;
  box-shadow: none; }

/* line 1363, theme.scss */
body[data-theme-template="collection"] .filter::before {
  padding: 10px 10px 4px; }

/* line 1367, theme.scss */
body[data-theme-template="collection"] .filter__head {
  margin: 0 0 10px;
  padding: 10px 10px 16px !important;
  border-bottom: 0 !important; }

/* line 1373, theme.scss */
body[data-theme-template="collection"] .filter__head-title {
  font-size: 28px !important; }

/* line 1377, theme.scss */
body[data-theme-template="collection"] .filter__content > .filter-item,
body[data-theme-template="collection"] .filter__items > .filter-item,
body[data-theme-template="collection"] .filter__content > .only_available {
  margin: 0 0 10px;
  padding: 0 15px !important;
  border: 1px solid var(--ar-collection-line) !important;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(32, 216, 255, 0.04), transparent 42%), #0b121b !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025); }

/* line 1390, theme.scss */
body[data-theme-template="collection"] .filter__items {
  display: grid;
  gap: 10px; }

/* line 1395, theme.scss */
body[data-theme-template="collection"] .filter__items > .filter-item {
  margin: 0; }

/* line 1399, theme.scss */
body[data-theme-template="collection"] .filter-item__head {
  min-height: 54px;
  padding-block: 15px !important; }

/* line 1404, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding-bottom: 15px; }

/* line 1411, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__item,
body[data-theme-template="collection"] .sidebar-collections__controls {
  min-width: 0; }

/* line 1416, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__controls {
  height: 100%;
  padding: 0; }

/* line 1421, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__link {
  display: flex;
  min-height: 48px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025); }

/* line 1434, theme.scss */
body[data-theme-template="collection"] .sidebar-collections__link:hover,
body[data-theme-template="collection"] .sidebar-collections__link.is-current {
  border-color: rgba(32, 216, 255, 0.34);
  background: rgba(32, 216, 255, 0.08); }

/* line 1440, theme.scss */
body[data-theme-template="collection"] .filter__controls {
  padding: 10px 0 0 !important; }

@media (max-width: 1199px) {
  /* line 1445, theme.scss */
  body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) {
    grid-column: span 6; } }
@media (max-width: 1023px) {
  /* line 1451, theme.scss */
  body[data-theme-template="collection"] .filter {
    padding: 12px;
    border: 1px solid var(--ar-collection-line) !important;
    background: #09111a !important; } }
@media (max-width: 767px) {
  /* line 1459, theme.scss */
  body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) {
    grid-column: 1 / -1; }

  /* line 1463, theme.scss */
  body[data-theme-template="collection"] .product-preview-elem:nth-child(7n + 1) .product-preview__photo .img-ratio {
    height: 300px !important; } }
/* Catalog layout v3: keep card actions inside the card and refine quick view. */
/* line 1469, theme.scss */
body[data-theme-template="collection"] .product-preview {
  min-height: 600px; }

/* line 1473, theme.scss */
body[data-theme-template="collection"] .product-preview__content {
  min-height: 568px;
  height: auto !important; }

/* line 1478, theme.scss */
body[data-theme-template="collection"] .product-preview__controls {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  min-height: 64px;
  flex: 0 0 auto;
  margin-top: 0;
  padding: 0 20px 20px !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important; }

/* line 1492, theme.scss */
body[data-theme-template="collection"] .product-preview__controls .product-preview__detail-select-btn {
  display: none !important; }

/* line 1496, theme.scss */
body[data-theme-template="collection"] .product-preview__area-bottom {
  padding-bottom: 12px !important; }

/* line 1500, theme.scss */
body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal) {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid !important;
  place-items: center;
  padding: 24px;
  background: rgba(3, 6, 10, 0.82);
  backdrop-filter: blur(18px) saturate(115%); }

/* line 1511, theme.scss */
body[data-theme-template="collection"] .modal-product-preview__content {
  width: min(920px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(132, 224, 255, 0.18);
  border-radius: 24px;
  background: #080d13;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.025); }

/* line 1521, theme.scss */
body[data-theme-template="collection"] .product-preview-modal {
  display: grid !important;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  grid-template-areas: "photo title" "photo rating" "photo price" "photo variants" "photo controls" "photo link";
  grid-template-rows: auto auto auto 1fr auto auto;
  column-gap: 34px;
  row-gap: 12px;
  align-items: start;
  padding: 30px;
  color: var(--ar-text);
  background: radial-gradient(circle at 8% 12%, rgba(32, 216, 255, 0.08), rgba(0, 0, 0, 0) 27rem), #080d13 !important; }

/* line 1542, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo {
  grid-area: photo;
  align-self: stretch;
  min-height: 410px; }

/* line 1548, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo,
body[data-theme-template="collection"] .product-preview-modal__area-photo .product__one-photo,
body[data-theme-template="collection"] .product-preview-modal__area-photo [data-ajax-product-one-photo-item],
body[data-theme-template="collection"] .product-preview-modal__area-photo picture {
  display: block;
  width: 100%;
  height: 100%; }

/* line 1557, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(132, 224, 255, 0.13);
  border-radius: 18px;
  background: #0d1721 !important; }

/* line 1565, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%; }

/* line 1572, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo img[src*="no_image"] {
  width: 56%;
  height: 56%;
  margin: 22%;
  object-fit: contain;
  opacity: .18;
  filter: invert(1) grayscale(1); }

/* line 1581, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-title {
  grid-area: title;
  padding-right: 40px; }

/* line 1582, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-rating {
  grid-area: rating; }

/* line 1583, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-price {
  grid-area: price; }

/* line 1584, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-variants {
  grid-area: variants; }

/* line 1585, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-controls {
  grid-area: controls; }

/* line 1586, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .to_product_card_2 {
  grid-area: link; }

/* line 1588, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .product-preview__detail-link a {
  color: #f3f7fb !important;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-decoration: none !important; }

/* line 1597, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .product-preview__price-cur {
  font-size: 30px !important; }

/* line 1601, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-controls .button {
  min-height: 48px;
  border-radius: 13px !important; }

/* line 1606, theme.scss */
body[data-theme-template="collection"] .product-preview-modal .to_product_card_2 {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  color: var(--ar-cyan) !important;
  font-weight: 700;
  text-decoration: none !important; }

@media (max-width: 767px) {
  /* line 1617, theme.scss */
  body[data-theme-template="collection"] .product-preview {
    min-height: 0; }

  /* line 1621, theme.scss */
  body[data-theme-template="collection"] .product-preview__content {
    min-height: 0; }

  /* line 1625, theme.scss */
  body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal) {
    padding: 10px; }

  /* line 1629, theme.scss */
  body[data-theme-template="collection"] .modal-product-preview__content {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 18px; }

  /* line 1635, theme.scss */
  body[data-theme-template="collection"] .product-preview-modal {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "title" "rating" "price" "variants" "controls" "link";
    gap: 12px;
    padding: 16px; }

  /* line 1649, theme.scss */
  body[data-theme-template="collection"] .product-preview-modal__area-photo,
  body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
    min-height: 230px;
    height: 230px; }

  /* line 1655, theme.scss */
  body[data-theme-template="collection"] .product-preview-modal__area-title {
    padding-right: 34px; } }
/* line 1660, theme.scss */
body[data-theme-template="collection"] .product-preview__controls > a.product-preview__detail-select-btn.button {
  display: none !important; }

/* line 1662, theme.scss */
body[data-theme-template="collection"] .product-preview__controls {
  width: 100% !important;
  align-self: stretch;
  box-sizing: border-box; }

/* line 1664, theme.scss */
body[data-theme-template="collection"] .product-preview__controls {
  padding-inline: 0 !important; }

/* line 1667, theme.scss */
body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal) {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: auto; }

/* line 1668, theme.scss */
body[data-theme-template="collection"] .product-preview-modal {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); }

/* line 1669, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo {
  align-self: center;
  min-height: 0;
  height: 440px; }

/* line 1670, theme.scss */
body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
  min-height: 0;
  height: 440px; }

/* line 1671, theme.scss */
body[data-theme-template="collection"] .modal-product-preview__close-btn {
  top: 18px !important;
  right: 18px !important;
  z-index: 3;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 50% !important;
  background: rgba(8, 13, 19, 0.82) !important;
  backdrop-filter: blur(12px); }

/* ======================================================================
   ARHI.3D sitewide v4 — one visual language across storefront templates
   ====================================================================== */
/* A truly seamless strip: two equal groups, each including its end gap. */
/* line 1679, theme.scss */
.ar-fandom-strip {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(3, 16, 21, 0.22);
  background: linear-gradient(90deg, #29d9f8, #57e5ff 48%, #29d9f8);
  box-shadow: 0 0 44px rgba(32, 216, 255, 0.12); }

/* line 1689, theme.scss */
.ar-fandom-strip__track {
  display: flex;
  width: max-content;
  min-width: max-content;
  align-items: center;
  gap: 0;
  padding: 0;
  animation: ar-ticker-seamless 30s linear infinite;
  will-change: transform; }

/* line 1700, theme.scss */
.ar-fandom-strip__group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 26px;
  padding: 13px 26px 13px 0; }

/* line 1708, theme.scss */
.ar-fandom-strip__group span {
  white-space: nowrap; }

/* line 1712, theme.scss */
body:not([data-theme-template="index"]) > .ar-fandom-strip,
body:not([data-theme-template="index"]) header + .ar-fandom-strip {
  position: relative;
  z-index: 70; }

@keyframes ar-ticker-seamless {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-50%, 0, 0); } }
/* Portfolio: real photographs become the visual proof of the studio. */
/* line 1724, theme.scss */
.ar-works {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--ar-line);
  background: radial-gradient(circle at 88% 8%, rgba(140, 108, 255, 0.16), rgba(0, 0, 0, 0) 26rem), radial-gradient(circle at 9% 78%, rgba(32, 216, 255, 0.09), rgba(0, 0, 0, 0) 28rem), #080c12; }

/* line 1734, theme.scss */
.ar-works::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 38%, transparent 72%, black); }

/* line 1747, theme.scss */
.ar-works > .ar-shell {
  position: relative; }

/* line 1748, theme.scss */
.ar-works__head > p {
  max-width: 510px; }

/* line 1750, theme.scss */
.ar-works__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 280px 280px 330px;
  gap: 14px; }

/* line 1757, theme.scss */
.ar-work {
  position: relative;
  grid-column: span 3;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #0b1119;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26); }

/* line 1770, theme.scss */
.ar-work:nth-child(1) {
  grid-column: 1 / 8;
  grid-row: 1 / 3; }

/* line 1771, theme.scss */
.ar-work:nth-child(2) {
  grid-column: 8 / 13;
  grid-row: 1 / 3; }

/* line 1772, theme.scss */
.ar-work:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 3; }

/* line 1773, theme.scss */
.ar-work:nth-child(4) {
  grid-column: 5 / 8;
  grid-row: 3; }

/* line 1774, theme.scss */
.ar-work:nth-child(5) {
  grid-column: 8 / 10;
  grid-row: 3; }

/* line 1775, theme.scss */
.ar-work:nth-child(6) {
  grid-column: 10 / 13;
  grid-row: 3; }

/* line 1777, theme.scss */
.ar-work::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(3, 6, 10, 0.92));
  pointer-events: none; }

/* line 1785, theme.scss */
.ar-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ar-ease), filter 0.5s var(--ar-ease); }

/* line 1792, theme.scss */
.ar-work:nth-child(1) img {
  object-position: 50% 42%; }

/* line 1793, theme.scss */
.ar-work:nth-child(2) img {
  object-position: 50% 22%; }

/* line 1794, theme.scss */
.ar-work:nth-child(3) img {
  object-position: 50% 43%; }

/* line 1795, theme.scss */
.ar-work:nth-child(4) img {
  object-position: 50% 38%; }

/* line 1796, theme.scss */
.ar-work:nth-child(5) img {
  object-position: 50% 24%; }

/* line 1797, theme.scss */
.ar-work:nth-child(6) img {
  object-position: 50% 28%; }

/* line 1799, theme.scss */
.ar-work figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 22px 20px;
  display: grid;
  gap: 7px; }

/* line 1807, theme.scss */
.ar-work figcaption span {
  color: var(--ar-cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase; }

/* line 1815, theme.scss */
.ar-work figcaption strong {
  color: #f6f9fc;
  font-size: clamp(17px, 1.8vw, 25px);
  line-height: 1.08;
  letter-spacing: -.035em; }

/* line 1822, theme.scss */
.ar-work:hover {
  border-color: rgba(32, 216, 255, 0.38);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(32, 216, 255, 0.06); }

/* line 1827, theme.scss */
.ar-work:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02); }

/* Inner-page atmosphere borrowed directly from the home hero. */
/* line 1830, theme.scss */
body:not([data-theme-template="index"]) main {
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 98% 9%, rgba(32, 216, 255, 0.075), rgba(0, 0, 0, 0) 29rem), linear-gradient(180deg, rgba(10, 14, 20, 0.32), transparent 32rem); }

/* line 1838, theme.scss */
body:not([data-theme-template="index"]) main::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 44rem); }

/* line 1852, theme.scss */
body[data-theme-template="page"] main > .widget-type_system_widget_v4_breadcrumbs_1,
body[data-theme-template="product"] main > .widget-type_system_widget_v4_breadcrumbs_1,
body[data-theme-template="article"] main > .widget-type_system_widget_v4_breadcrumbs_1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(7, 9, 13, 0.62) !important; }

/* line 1859, theme.scss */
body[data-theme-template="page"] main > .widget-type_system_widget_v4_page_title_1,
body[data-theme-template="article"] main > .widget-type_system_widget_v4_page_title_1 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ar-line);
  background: radial-gradient(circle at 84% 30%, rgba(32, 216, 255, 0.13), rgba(0, 0, 0, 0) 22rem), radial-gradient(circle at 92% 110%, rgba(140, 108, 255, 0.12), rgba(0, 0, 0, 0) 20rem), #080c12 !important; }

/* line 1870, theme.scss */
body[data-theme-template="page"] main > .widget-type_system_widget_v4_page_title_1::before,
body[data-theme-template="article"] main > .widget-type_system_widget_v4_page_title_1::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -110px;
  top: -245px;
  border: 1px solid rgba(32, 216, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 110px rgba(32, 216, 255, 0.1), inset 0 0 70px rgba(32, 216, 255, 0.04); }

/* line 1883, theme.scss */
body[data-theme-template="page"] .widget-type_system_widget_v4_page_title_1 .layout__content,
body[data-theme-template="article"] .widget-type_system_widget_v4_page_title_1 .layout__content {
  position: relative;
  padding-block: clamp(42px, 6vw, 78px) !important; }

/* line 1889, theme.scss */
body[data-theme-template="page"] .page-headding,
body[data-theme-template="article"] .page-headding,
body[data-theme-template="cart"] h1.heading,
body[data-theme-template="search"] h1.heading,
body[data-theme-template="favorite"] h1.heading,
body[data-theme-template="compare"] h1.heading {
  display: grid;
  gap: 14px;
  margin: 0 !important;
  font-size: clamp(52px, 7vw, 92px) !important;
  font-weight: 820 !important;
  letter-spacing: -.065em !important; }

/* line 1903, theme.scss */
body[data-theme-template="page"] .page-headding::before,
body[data-theme-template="article"] .page-headding::before {
  content: "ARHI.3D / DIGITAL WORKSHOP";
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em; }

/* line 1912, theme.scss */
body[data-theme-template="page"] .widget-type_system_widget_v4_page_content_1 .layout__content,
body[data-theme-template="article"] .widget-type_system_widget_v4_page_content_1 .layout__content {
  padding-block: clamp(38px, 6vw, 82px) clamp(84px, 10vw, 138px) !important; }

/* line 1917, theme.scss */
body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)),
body[data-theme-template="article"] .page-content {
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid var(--ar-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 46%), rgba(8, 12, 18, 0.92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24); }

/* line 1930, theme.scss */
body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)) > :first-child,
body[data-theme-template="article"] .page-content > :first-child {
  margin-top: 0 !important; }

/* line 1933, theme.scss */
body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)) h2,
body[data-theme-template="article"] .page-content h2 {
  margin: clamp(50px, 7vw, 84px) 0 20px;
  padding-top: 26px;
  font-size: clamp(30px, 4vw, 48px);
  border-top: 1px solid var(--ar-line); }

/* line 1941, theme.scss */
body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)) h3,
body[data-theme-template="article"] .page-content h3 {
  margin: 36px 0 14px;
  font-size: 24px; }

/* line 1947, theme.scss */
body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)) ul,
body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)) ol,
body[data-theme-template="article"] .page-content ul,
body[data-theme-template="article"] .page-content ol {
  display: grid;
  gap: 10px;
  padding-left: 24px;
  color: #b5c0ce;
  font-size: 16px;
  line-height: 1.65; }

/* Catalog hero now speaks the same language as the home page. */
/* line 1960, theme.scss */
body[data-theme-template="collection"] .page_section_top {
  background: radial-gradient(circle at 86% 35%, rgba(32, 216, 255, 0.13), rgba(0, 0, 0, 0) 24rem), radial-gradient(circle at 96% 120%, rgba(140, 108, 255, 0.12), rgba(0, 0, 0, 0) 25rem), linear-gradient(90deg, rgba(7, 9, 13, 0.98), rgba(8, 13, 20, 0.9)) !important; }

/* line 1967, theme.scss */
body[data-theme-template="collection"] .page_section_top::after {
  content: "ARHI.3D / OBJECTS / COSPLAY"; }

/* line 1971, theme.scss */
body[data-theme-template="collection"] .page-headding::before {
  content: "ФАНДОМ · КОСПЛЕЙ · 3D-ПЕЧАТЬ"; }

/* line 1975, theme.scss */
body[data-theme-template="collection"] .page_section_top .layout__content {
  padding-block: 28px 62px !important; }

/* line 1979, theme.scss */
body[data-theme-template="collection"] .ar-catalog-intro {
  max-width: 1180px;
  grid-template-columns: minmax(320px, 600px) 1fr; }

/* line 1984, theme.scss */
body[data-theme-template="collection"] .product-preview {
  background: linear-gradient(155deg, rgba(32, 216, 255, 0.045), transparent 34%), linear-gradient(180deg, #101721, #0a1018) !important; }

/* line 1990, theme.scss */
body[data-theme-template="collection"] .product-preview::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0 20px auto;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ar-cyan), #a995ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ar-ease);
  pointer-events: none; }

/* line 2004, theme.scss */
body[data-theme-template="collection"] .product-preview:hover::after {
  transform: scaleX(1); }

/* line 2006, theme.scss */
body[data-theme-template="collection"] .filter__content > .filter-item,
body[data-theme-template="collection"] .filter__items > .filter-item,
body[data-theme-template="collection"] .filter__content > .only_available {
  background: linear-gradient(145deg, rgba(32, 216, 255, 0.05), transparent 45%), rgba(12, 18, 27, 0.96) !important; }

/* Product showcase: a studio object card, without changing commerce logic. */
/* line 2015, theme.scss */
body[data-theme-template="product"] .widget-type_system_widget_v4_product_7 .layout__content {
  padding-block: clamp(34px, 5vw, 68px) clamp(70px, 9vw, 120px) !important; }

/* line 2019, theme.scss */
body[data-theme-template="product"] .product {
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(12px, 2vw, 22px);
  border: 1px solid var(--ar-line);
  border-radius: 26px;
  background: radial-gradient(circle at 82% 12%, rgba(32, 216, 255, 0.09), rgba(0, 0, 0, 0) 25rem), rgba(7, 11, 17, 0.8);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3); }

/* line 2030, theme.scss */
body[data-theme-template="product"] .product__area-photo {
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px;
  background: #0c141d; }

/* line 2038, theme.scss */
body[data-theme-template="product"] .product__photo {
  overflow: hidden;
  border-radius: 14px;
  background: #101a24; }

/* line 2044, theme.scss */
body[data-theme-template="product"] .product__area-form {
  align-self: stretch;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 40%), #0a0f16; }

/* line 2054, theme.scss */
body[data-theme-template="product"] .product__title {
  display: grid;
  gap: 14px;
  font-size: clamp(42px, 5.5vw, 76px) !important;
  font-weight: 820 !important;
  letter-spacing: -.065em; }

/* line 2062, theme.scss */
body[data-theme-template="product"] .product__title::before {
  content: "ARHI.3D / ГОТОВЫЙ ОБЪЕКТ";
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em; }

/* line 2070, theme.scss */
body[data-theme-template="product"] .product-form__area-rating,
body[data-theme-template="product"] .product-form__area-available,
body[data-theme-template="product"] .product-form__area-sku {
  color: #8794a4; }

/* line 2076, theme.scss */
body[data-theme-template="product"] .product-form__area-price {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--ar-line); }

/* line 2082, theme.scss */
body[data-theme-template="product"] .product__price-cur {
  font-size: 34px !important; }

/* Empty and utility pages should still feel intentionally designed. */
/* line 2085, theme.scss */
body[data-theme-template="cart"] .widget-type_system_widget_v4_cart_4 .layout__content,
body[data-theme-template="search"] main > .layout__content,
body[data-theme-template="favorite"] main > .layout__content,
body[data-theme-template="compare"] main > .layout__content {
  min-height: 520px;
  padding-block: clamp(58px, 8vw, 104px) !important; }

/* line 2093, theme.scss */
body[data-theme-template="cart"] h1.heading::before,
body[data-theme-template="search"] h1.heading::before,
body[data-theme-template="favorite"] h1.heading::before,
body[data-theme-template="compare"] h1.heading::before {
  content: "ARHI.3D / STORE";
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em; }

@media (max-width: 1023px) {
  /* line 2105, theme.scss */
  .ar-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 380px 480px repeat(2, 320px); }

  /* line 2110, theme.scss */
  .ar-work:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1; }

  /* line 2111, theme.scss */
  .ar-work:nth-child(2) {
    grid-column: 1;
    grid-row: 2; }

  /* line 2112, theme.scss */
  .ar-work:nth-child(3) {
    grid-column: 2;
    grid-row: 2; }

  /* line 2113, theme.scss */
  .ar-work:nth-child(4) {
    grid-column: 1;
    grid-row: 3; }

  /* line 2114, theme.scss */
  .ar-work:nth-child(5) {
    grid-column: 2;
    grid-row: 3; }

  /* line 2115, theme.scss */
  .ar-work:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: 4; }

  /* line 2117, theme.scss */
  body[data-theme-template="collection"] .ar-catalog-intro {
    grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  /* line 2121, theme.scss */
  .ar-fandom-strip__track {
    animation-duration: 24s; }

  /* line 2122, theme.scss */
  .ar-fandom-strip__group {
    gap: 20px;
    padding: 11px 20px 11px 0; }

  /* line 2123, theme.scss */
  .ar-fandom-strip span {
    font-size: 9px; }

  /* line 2125, theme.scss */
  .ar-works__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 300px 440px 300px repeat(3, 380px); }

  /* line 2131, theme.scss */
  .ar-work:nth-child(n) {
    grid-column: 1; }

  /* line 2132, theme.scss */
  .ar-work:nth-child(1) {
    grid-row: 1; }

  /* line 2133, theme.scss */
  .ar-work:nth-child(2) {
    grid-row: 2; }

  /* line 2134, theme.scss */
  .ar-work:nth-child(3) {
    grid-row: 3; }

  /* line 2135, theme.scss */
  .ar-work:nth-child(4) {
    grid-row: 4; }

  /* line 2136, theme.scss */
  .ar-work:nth-child(5) {
    grid-row: 5; }

  /* line 2137, theme.scss */
  .ar-work:nth-child(6) {
    grid-row: 6; }

  /* line 2139, theme.scss */
  body[data-theme-template="page"] .page-headding,
  body[data-theme-template="article"] .page-headding,
  body[data-theme-template="cart"] h1.heading {
    font-size: 48px !important; }

  /* line 2143, theme.scss */
  body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)),
  body[data-theme-template="article"] .page-content {
    padding: 24px;
    border-radius: 18px; }

  /* line 2149, theme.scss */
  body[data-theme-template="collection"] .page_section_top .layout__content {
    padding-block: 22px 38px !important; }

  /* line 2150, theme.scss */
  body[data-theme-template="product"] .product {
    padding: 8px;
    border-radius: 20px; }

  /* line 2151, theme.scss */
  body[data-theme-template="product"] .product__area-form {
    padding: 24px; }

  /* line 2152, theme.scss */
  body[data-theme-template="product"] .product__title {
    font-size: 38px !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2156, theme.scss */
  .ar-fandom-strip__track {
    animation: none !important;
    transform: none !important; }

  /* line 2161, theme.scss */
  .ar-fandom-strip {
    overflow-x: auto; }

  /* line 2162, theme.scss */
  .ar-fandom-strip__group[aria-hidden="true"] {
    display: none; } }
/* v4.1: place the injected strip in an explicit layout row. */
/* line 2168, theme.scss */
.page_layout > .ar-fandom-strip {
  grid-area: ticker !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0; }

/* line 2175, theme.scss */
.page_layout-clear:has(> .ar-fandom-strip) {
  grid-template-areas: "header" "ticker" "main" "footer" !important; }

/* line 2183, theme.scss */
.page_layout_section_top:has(> .ar-fandom-strip) {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" "ticker ticker ticker ticker" ". sidebar main ." "footer footer footer footer" !important; }

/* line 2192, theme.scss */
.ar-work:nth-child(3) {
  grid-column: 1 / 4; }

/* line 2193, theme.scss */
.ar-work:nth-child(4) {
  grid-column: 4 / 7; }

/* line 2194, theme.scss */
.ar-work:nth-child(5) {
  grid-column: 7 / 10; }

/* line 2195, theme.scss */
.ar-work:nth-child(6) {
  grid-column: 10 / 13; }

@media (max-width: 1023px) {
  /* line 2198, theme.scss */
  .ar-work:nth-child(1) {
    grid-column: 1 / -1; }

  /* line 2199, theme.scss */
  .ar-work:nth-child(2) {
    grid-column: 1; }

  /* line 2200, theme.scss */
  .ar-work:nth-child(3) {
    grid-column: 2; }

  /* line 2201, theme.scss */
  .ar-work:nth-child(4) {
    grid-column: 1; }

  /* line 2202, theme.scss */
  .ar-work:nth-child(5) {
    grid-column: 2; }

  /* line 2203, theme.scss */
  .ar-work:nth-child(6) {
    grid-column: 1 / -1; } }
@media (max-width: 767px) {
  /* line 2207, theme.scss */
  .ar-work:nth-child(n) {
    grid-column: 1; } }
/* v4.2: InSales informational pages use .static-text, not .page-content. */
/* line 2213, theme.scss */
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)),
body[data-theme-template="article"] .static-text {
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid var(--ar-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 46%), rgba(8, 12, 18, 0.92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24); }

/* line 2226, theme.scss */
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)) > :first-child,
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)) > .ar-service-copy > :first-child,
body[data-theme-template="article"] .static-text > :first-child {
  margin-top: 0 !important; }

/* line 2232, theme.scss */
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)) h2,
body[data-theme-template="article"] .static-text h2 {
  margin: clamp(50px, 7vw, 84px) 0 20px;
  padding-top: 26px;
  font-size: clamp(30px, 4vw, 48px);
  border-top: 1px solid var(--ar-line); }

/* line 2240, theme.scss */
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)) h3,
body[data-theme-template="article"] .static-text h3 {
  margin: 36px 0 14px;
  font-size: 24px; }

/* line 2246, theme.scss */
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)) ul,
body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)) ol,
body[data-theme-template="article"] .static-text ul,
body[data-theme-template="article"] .static-text ol {
  display: grid;
  gap: 10px;
  padding-left: 24px;
  color: #b5c0ce;
  font-size: 16px;
  line-height: 1.65; }

/* line 2258, theme.scss */
.ar-service-copy > p:first-child {
  color: var(--ar-cyan) !important;
  font-size: 11px !important;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase; }

/* line 2266, theme.scss */
.ar-service-copy > p:last-child {
  margin: 34px 0 0;
  padding: 22px;
  border: 1px solid rgba(32, 216, 255, 0.16);
  border-radius: 16px;
  background: rgba(32, 216, 255, 0.045); }

@media (max-width: 767px) {
  /* line 2275, theme.scss */
  body[data-theme-template="page"] .static-text:not(:has(.ar-contact-page)),
  body[data-theme-template="article"] .static-text {
    padding: 24px;
    border-radius: 18px; } }
/* ARHI.3D v5 — strict catalogue grid + public cost calculator. */
/* Catalogue: hard-edged object archive. */
/* line 2287, theme.scss */
body[data-theme-template="collection"] .catalog-list.grid-list {
  gap: 1px !important;
  padding: 1px !important;
  border: 0 !important;
  background: rgba(142, 165, 190, 0.24) !important; }

/* line 2294, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview-elem {
  min-width: 0;
  background: #080d14; }

/* line 2299, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview {
  min-height: 100% !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #080d14 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color .25s ease, color .25s ease !important; }

/* line 2310, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview:hover {
  background: #0b131d !important;
  box-shadow: inset 0 0 0 1px var(--ar-cyan) !important;
  transform: none !important; }

/* line 2316, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview::before {
  top: 16px !important;
  left: 16px !important;
  width: auto !important;
  min-width: 34px;
  height: 34px !important;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 0 !important;
  background: rgba(5, 9, 14, 0.9) !important;
  color: #dfe9f5 !important;
  font-size: 9px !important;
  line-height: 32px !important;
  box-shadow: none !important; }

/* line 2332, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview::after {
  inset: 0 auto 0 0 !important;
  width: 2px !important;
  height: 100% !important;
  border-radius: 0 !important;
  background: var(--ar-cyan) !important;
  transform: scaleY(0) !important;
  transform-origin: bottom !important; }

/* line 2342, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview:hover::after {
  transform: scaleY(1) !important; }

/* line 2346, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__content {
  display: flex !important;
  min-height: 100%;
  padding: 0 !important;
  flex-direction: column; }

/* line 2353, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__area-photo {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(142, 165, 190, 0.2); }

/* line 2360, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__photo {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), #0b141e !important;
  background-size: 24px 24px !important; }

/* line 2374, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__photo .img-ratio,
body[data-theme-template="collection"] .catalog-list .product-preview__photo .img-ratio__inner,
body[data-theme-template="collection"] .catalog-list .product-preview__photo a,
body[data-theme-template="collection"] .catalog-list .product-preview__photo picture {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important; }

/* line 2383, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__photo img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  background: transparent !important;
  transform: scale(0.88) !important;
  transition: transform 0.45s var(--ar-ease), filter 0.35s ease !important; }

/* line 2395, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview:hover .product-preview__photo img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(0.92) !important; }

/* line 2400, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__photo::after,
body[data-theme-template="collection"] .catalog-list .ar-image-placeholder-label {
  border-radius: 0 !important; }

/* line 2405, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__area-title {
  min-height: 108px !important;
  margin: 0 !important;
  padding: 22px 20px 10px !important; }

/* line 2411, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__title {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important; }

/* line 2418, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__area-price {
  margin-top: auto !important;
  padding: 0 20px 20px !important; }

/* line 2423, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__price-cur {
  font-size: 25px !important;
  letter-spacing: -.04em; }

/* line 2428, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls {
  position: static !important;
  display: grid !important;
  width: 100% !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1fr) 54px 54px !important;
  gap: 1px !important;
  overflow: visible !important;
  border-top: 1px solid rgba(142, 165, 190, 0.24) !important;
  border-radius: 0 !important;
  background: rgba(142, 165, 190, 0.24) !important;
  opacity: 1 !important;
  transform: none !important; }

/* line 2445, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls > * {
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0b1119 !important;
  box-shadow: none !important;
  transform: none !important; }

/* line 2457, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls .product-preview__show-modal-variants-btn,
body[data-theme-template="collection"] .catalog-list .product-preview__controls .add-cart-counter,
body[data-theme-template="collection"] .catalog-list .product-preview__controls .ar-price-request-link {
  color: #041017 !important;
  background: var(--ar-cyan) !important; }

/* line 2464, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls .product-preview__detail-select-btn {
  display: none !important; }

/* line 2468, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls .button:hover,
body[data-theme-template="collection"] .catalog-list .product-preview__controls .ar-price-request-link:hover {
  color: #fff !important;
  background: #152231 !important; }

/* line 2474, theme.scss */
body[data-theme-template="collection"] .catalog-list .sticker,
body[data-theme-template="collection"] .catalog-list .product-preview__sticker {
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 2480, theme.scss */
body[data-theme-template="collection"] .collection-order select,
body[data-theme-template="collection"] .collection-order .select-wrapper,
body[data-theme-template="collection"] .view-switcher > *,
body[data-theme-template="collection"] .pagination > *,
body[data-theme-template="collection"] .ar-catalog-intro__links a,
body[data-theme-template="collection"] .show-mobile-filter-btn {
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 2490, theme.scss */
body[data-theme-template="collection"] .filter,
body[data-theme-template="collection"] .filter__content,
body[data-theme-template="collection"] .filter__head,
body[data-theme-template="collection"] .filter-item,
body[data-theme-template="collection"] .filter__content > .filter-item,
body[data-theme-template="collection"] .filter__items > .filter-item,
body[data-theme-template="collection"] .filter__content > .only_available {
  border-radius: 0 !important;
  background: #080d14 !important;
  box-shadow: none !important; }

/* line 2502, theme.scss */
body[data-theme-template="collection"] .filter {
  border: 1px solid rgba(142, 165, 190, 0.24) !important; }

/* line 2506, theme.scss */
body[data-theme-template="collection"] .filter__head,
body[data-theme-template="collection"] .filter-item,
body[data-theme-template="collection"] .filter__content > .filter-item,
body[data-theme-template="collection"] .filter__items > .filter-item,
body[data-theme-template="collection"] .filter__content > .only_available {
  margin: 0 !important;
  border-width: 0 0 1px !important;
  border-style: solid !important;
  border-color: rgba(142, 165, 190, 0.24) !important; }

/* line 2517, theme.scss */
body[data-theme-template="collection"] .filter__head {
  min-height: 72px;
  padding: 20px !important; }

/* line 2522, theme.scss */
body[data-theme-template="collection"] .filter-item__head,
body[data-theme-template="collection"] .filter-item__content {
  padding-inline: 20px !important; }

/* line 2527, theme.scss */
body[data-theme-template="collection"] .filter .button,
body[data-theme-template="collection"] .filter input,
body[data-theme-template="collection"] .filter select,
body[data-theme-template="collection"] .filter .range-slider,
body[data-theme-template="collection"] .filter .range-slider__thumb,
body[data-theme-template="collection"] .filter .checkbox {
  border-radius: 0 !important;
  box-shadow: none !important; }

@media (min-width: 1024px) {
  /* line 2538, theme.scss */
  body[data-theme-template="collection"] .catalog-list.grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 1023px) {
  /* line 2544, theme.scss */
  body[data-theme-template="collection"] .catalog-list.grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 580px) {
  /* line 2550, theme.scss */
  body[data-theme-template="collection"] .catalog-list.grid-list {
    grid-template-columns: 1fr !important; }

  /* line 2553, theme.scss */
  body[data-theme-template="collection"] .catalog-list .product-preview__photo img {
    transform: scale(0.92) !important; } }
/* Calculator page escapes generic article card styling. */
/* line 2557, theme.scss */
body[data-theme-template="page"] .static-text:has(#arhi-cost-calculator),
body[data-theme-template="page"] .page-content:has(#arhi-cost-calculator) {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 2569, theme.scss */
#arhi-cost-calculator {
  --calc-bg: #070b10;
  --calc-panel: #0b1119;
  --calc-panel-2: #0e1721;
  --calc-line: rgba(143,168,194,.22);
  --calc-muted: #8e9bab;
  width: min(1560px, calc(100% - 48px));
  margin: 0 auto;
  color: #eef4fb;
  font-family: inherit; }

/* line 2581, theme.scss */
#arhi-cost-calculator *,
#arhi-cost-calculator *::before,
#arhi-cost-calculator *::after {
  box-sizing: border-box; }

/* line 2585, theme.scss */
.arcalc-hero {
  position: relative;
  display: grid;
  min-height: 430px;
  padding: clamp(38px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 48px;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--calc-line);
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), radial-gradient(circle at 82% 28%, rgba(32, 216, 255, 0.13), rgba(0, 0, 0, 0) 24rem), #080d14;
  background-size: 40px 40px, 40px 40px, auto, auto; }

/* line 2603, theme.scss */
.arcalc-hero::after {
  content: "COST / TIME / RISK / PROFIT";
  position: absolute;
  right: 24px;
  top: 50%;
  color: rgba(210, 231, 247, 0.28);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
  transform: translateY(-50%); }

/* line 2616, theme.scss */
.arcalc-eyebrow,
.arcalc-card > header > span,
.arcalc-result__head > span {
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em; }

/* line 2625, theme.scss */
.arcalc-hero h2 {
  max-width: 900px;
  margin: 20px 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(58px, 8.3vw, 126px) !important;
  font-weight: 840 !important;
  line-height: .78 !important;
  letter-spacing: -.075em !important; }

/* line 2636, theme.scss */
.arcalc-hero h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(239, 247, 255, 0.48); }

/* line 2642, theme.scss */
.arcalc-hero p {
  max-width: 660px;
  margin: 0;
  color: #aebac8;
  font-size: 17px;
  line-height: 1.65; }

/* line 2650, theme.scss */
.arcalc-hero__stats {
  display: grid;
  border: 1px solid var(--calc-line);
  background: rgba(5, 9, 14, 0.72); }

/* line 2656, theme.scss */
.arcalc-hero__stats > div {
  display: grid;
  padding: 22px;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px solid var(--calc-line); }

/* line 2665, theme.scss */
.arcalc-hero__stats > div:last-child {
  border-bottom: 0; }

/* line 2666, theme.scss */
.arcalc-hero__stats b {
  color: var(--ar-cyan);
  font-size: 31px;
  letter-spacing: -.05em; }

/* line 2667, theme.scss */
.arcalc-hero__stats span {
  color: var(--calc-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em; }

/* line 2669, theme.scss */
.arcalc-shell {
  display: grid;
  margin-top: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 24px;
  align-items: start; }

/* line 2677, theme.scss */
.arcalc-form {
  display: grid;
  gap: 16px; }

/* line 2678, theme.scss */
.arcalc-card {
  border: 1px solid var(--calc-line);
  background: var(--calc-panel); }

/* line 2679, theme.scss */
.arcalc-card > header {
  display: grid;
  padding: 24px 28px;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: baseline;
  border-bottom: 1px solid var(--calc-line); }

/* line 2680, theme.scss */
.arcalc-card > header h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(22px, 2.6vw, 34px) !important;
  letter-spacing: -.035em; }

/* line 2682, theme.scss */
.arcalc-grid {
  display: grid;
  padding: 28px;
  gap: 18px 14px; }

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

/* line 2684, theme.scss */
.arcalc-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* line 2685, theme.scss */
.arcalc-field--wide {
  grid-column: span 1; }

/* line 2686, theme.scss */
.arcalc-field {
  display: grid;
  min-width: 0;
  gap: 8px;
  align-content: start; }

/* line 2687, theme.scss */
.arcalc-field > span:first-child {
  color: #aeb9c6;
  font-size: 12px;
  font-weight: 650; }

/* line 2688, theme.scss */
.arcalc-field small {
  color: #6f7f91;
  font-size: 10px;
  letter-spacing: .04em; }

/* line 2690, theme.scss */
.arcalc-input {
  position: relative;
  display: block; }

/* line 2691, theme.scss */
.arcalc-input i {
  position: absolute;
  right: 13px;
  top: 50%;
  color: #637387;
  font-size: 11px;
  font-style: normal;
  pointer-events: none;
  transform: translateY(-50%); }

/* line 2693, theme.scss */
#arhi-cost-calculator input,
#arhi-cost-calculator select {
  width: 100%;
  height: 50px;
  min-width: 0;
  padding: 0 42px 0 13px;
  border: 1px solid rgba(145, 168, 193, 0.24);
  border-radius: 0;
  outline: 0;
  color: #f2f7fc;
  background: #080d14;
  box-shadow: none;
  font: inherit;
  font-size: 14px; }

/* line 2709, theme.scss */
#arhi-cost-calculator select {
  cursor: pointer; }

/* line 2710, theme.scss */
#arhi-cost-calculator input[type="text"] {
  padding-right: 13px; }

/* line 2711, theme.scss */
#arhi-cost-calculator input:focus,
#arhi-cost-calculator select:focus {
  border-color: var(--ar-cyan);
  box-shadow: inset 3px 0 var(--ar-cyan); }

/* line 2714, theme.scss */
.arcalc-printer-economy {
  display: grid;
  margin: 0 28px;
  padding: 22px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 14px;
  border-top: 1px solid var(--calc-line); }

/* line 2723, theme.scss */
.arcalc-disclaimer {
  margin: 0 !important;
  padding: 0 28px 28px;
  color: #6f7e90 !important;
  font-size: 11px !important;
  line-height: 1.55 !important; }

/* line 2725, theme.scss */
.arcalc-import {
  display: grid;
  margin: 0 28px 28px;
  padding: 20px;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px dashed rgba(32, 216, 255, 0.42);
  background: rgba(32, 216, 255, 0.035); }

/* line 2735, theme.scss */
.arcalc-import strong {
  font-size: 15px; }

/* line 2736, theme.scss */
.arcalc-import p {
  margin: 5px 0 0 !important;
  color: #788799 !important;
  font-size: 11px !important; }

/* line 2737, theme.scss */
.arcalc-import label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }

/* line 2738, theme.scss */
.arcalc-import label span {
  display: grid;
  min-height: 44px;
  padding: 0 18px;
  place-items: center;
  color: #061016;
  background: var(--ar-cyan);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer; }

/* line 2739, theme.scss */
.arcalc-import output {
  grid-column: 1 / -1;
  color: #8fa1b3;
  font-size: 11px; }

/* line 2740, theme.scss */
.arcalc-import output.is-ready {
  color: #70efb4; }

/* line 2741, theme.scss */
.arcalc-import output.is-error {
  color: #ff7482; }

/* line 2743, theme.scss */
.arcalc-result {
  position: sticky;
  top: 86px;
  overflow: hidden;
  border: 1px solid rgba(32, 216, 255, 0.38);
  background: #070c12; }

/* line 2750, theme.scss */
.arcalc-result__head {
  display: flex;
  min-height: 54px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--calc-line); }

/* line 2751, theme.scss */
.arcalc-result__head i {
  color: #6f8193;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em; }

/* line 2752, theme.scss */
.arcalc-result__primary {
  padding: 28px 24px 18px; }

/* line 2753, theme.scss */
.arcalc-result__primary > span,
.arcalc-result__sale > span {
  display: block;
  color: #8d9aaa;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em; }

/* line 2755, theme.scss */
.arcalc-result__primary strong {
  display: block;
  margin-top: 8px;
  color: #f5f9fe;
  font-size: clamp(52px, 5vw, 74px);
  line-height: .95;
  letter-spacing: -.07em; }

/* line 2756, theme.scss */
.arcalc-result__sale {
  margin: 0 24px 24px;
  padding: 18px 0;
  border-block: 1px solid var(--calc-line); }

/* line 2757, theme.scss */
.arcalc-result__sale strong {
  display: block;
  margin-top: 7px;
  color: var(--ar-cyan);
  font-size: 30px;
  letter-spacing: -.045em; }

/* line 2758, theme.scss */
.arcalc-result__tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--calc-line);
  background: var(--calc-line);
  gap: 1px; }

/* line 2759, theme.scss */
.arcalc-result__tiles > div {
  display: grid;
  min-height: 86px;
  padding: 17px;
  gap: 8px;
  background: #091019; }

/* line 2760, theme.scss */
.arcalc-result__tiles span {
  color: #718093;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .07em; }

/* line 2761, theme.scss */
.arcalc-result__tiles b {
  font-size: 18px; }

/* line 2762, theme.scss */
.arcalc-breakdown {
  padding: 24px;
  border-bottom: 1px solid var(--calc-line); }

/* line 2763, theme.scss */
.arcalc-breakdown h4 {
  margin: 0 0 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 2764, theme.scss */
.arcalc-breakdown__row {
  margin-top: 13px; }

/* line 2765, theme.scss */
.arcalc-breakdown__row > div {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
  gap: 12px;
  color: #8795a5;
  font-size: 11px; }

/* line 2766, theme.scss */
.arcalc-breakdown__row span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px; }

/* line 2767, theme.scss */
.arcalc-breakdown__row b {
  color: #dbe5ef;
  font-size: 11px; }

/* line 2768, theme.scss */
.arcalc-breakdown__row > em {
  display: block;
  height: 3px;
  background: #151e29; }

/* line 2769, theme.scss */
.arcalc-breakdown__row > em > i {
  display: block;
  height: 100%; }

/* line 2770, theme.scss */
.arcalc-result__meta {
  display: grid;
  grid-template-columns: 1fr 1fr; }

/* line 2771, theme.scss */
.arcalc-result__meta > div {
  display: grid;
  padding: 14px 18px;
  gap: 4px;
  border: solid var(--calc-line);
  border-width: 0 1px 1px 0; }

/* line 2772, theme.scss */
.arcalc-result__meta span {
  color: #718093;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em; }

/* line 2773, theme.scss */
.arcalc-result__meta b {
  font-size: 13px; }

/* line 2774, theme.scss */
.arcalc-warning {
  margin: 18px !important;
  padding: 14px !important;
  border-left: 2px solid #ff6879;
  color: #ff9da7 !important;
  background: rgba(255, 82, 102, 0.06);
  font-size: 11px !important;
  line-height: 1.5 !important; }

/* line 2775, theme.scss */
.arcalc-result > small {
  display: block;
  padding: 18px;
  color: #536173;
  font-size: 9px;
  line-height: 1.5; }

/* line 2777, theme.scss */
.arcalc-actions {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid var(--calc-line);
  background: var(--calc-line);
  gap: 1px; }

/* line 2778, theme.scss */
.arcalc-actions > * {
  display: grid;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 20px;
  flex: 1;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: #cfd9e4;
  background: #0a1119;
  box-shadow: none;
  font: inherit;
  font-size: 11px;
  font-weight: 760;
  text-align: center;
  cursor: pointer; }

/* line 2779, theme.scss */
.arcalc-actions > *:first-child {
  color: #061017;
  background: var(--ar-cyan); }

/* line 2780, theme.scss */
.arcalc-actions > *:hover {
  color: #fff;
  background: #152231; }

@media (max-width: 1180px) {
  /* line 2783, theme.scss */
  .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 360px; }

  /* line 2784, theme.scss */
  .arcalc-grid--3,
  .arcalc-printer-economy {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 920px) {
  /* line 2789, theme.scss */
  #arhi-cost-calculator {
    width: min(100% - 28px, 1560px); }

  /* line 2790, theme.scss */
  .arcalc-hero {
    min-height: 0;
    grid-template-columns: 1fr; }

  /* line 2791, theme.scss */
  .arcalc-shell {
    grid-template-columns: 1fr; }

  /* line 2792, theme.scss */
  .arcalc-result {
    position: relative;
    top: auto;
    grid-row: 1; } }
@media (max-width: 600px) {
  /* line 2796, theme.scss */
  #arhi-cost-calculator {
    width: calc(100% - 20px); }

  /* line 2797, theme.scss */
  .arcalc-hero {
    padding: 34px 24px;
    gap: 28px; }

  /* line 2798, theme.scss */
  .arcalc-hero h2 {
    font-size: 52px !important; }

  /* line 2799, theme.scss */
  .arcalc-hero__stats > div {
    grid-template-columns: 68px 1fr; }

  /* line 2800, theme.scss */
  .arcalc-grid--2,
  .arcalc-grid--3,
  .arcalc-printer-economy {
    grid-template-columns: 1fr; }

  /* line 2803, theme.scss */
  .arcalc-card > header {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 7px; }

  /* line 2804, theme.scss */
  .arcalc-grid {
    padding: 20px; }

  /* line 2805, theme.scss */
  .arcalc-printer-economy {
    margin: 0 20px; }

  /* line 2806, theme.scss */
  .arcalc-disclaimer {
    padding: 0 20px 22px; }

  /* line 2807, theme.scss */
  .arcalc-import {
    margin: 0 20px 20px;
    grid-template-columns: 1fr; }

  /* line 2808, theme.scss */
  .arcalc-import output {
    grid-column: auto; }

  /* line 2809, theme.scss */
  .arcalc-actions {
    flex-direction: column; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2813, theme.scss */
  body[data-theme-template="collection"] .catalog-list .product-preview,
  body[data-theme-template="collection"] .catalog-list .product-preview::after,
  body[data-theme-template="collection"] .catalog-list .product-preview__photo img {
    transition: none !important; } }
/* ARHI.3D v5.1 — static search-friendly calculator methodology. */
/* line 2821, theme.scss */
.arcalc-seo {
  width: min(1560px, calc(100% - 48px));
  margin: 48px auto 0;
  border: 1px solid var(--ar-line);
  background: #080d14; }

/* line 2822, theme.scss */
.arcalc-seo > header {
  display: grid;
  padding: clamp(32px, 5vw, 68px);
  grid-template-columns: minmax(150px, 0.35fr) minmax(300px, 1fr) minmax(260px, 0.7fr);
  gap: 30px;
  align-items: start;
  border-bottom: 1px solid var(--ar-line); }

/* line 2823, theme.scss */
.arcalc-seo > header > span {
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em; }

/* line 2824, theme.scss */
.arcalc-seo > header h2 {
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
  font-size: clamp(34px, 4.6vw, 66px) !important;
  line-height: .95;
  letter-spacing: -.055em; }

/* line 2825, theme.scss */
.arcalc-seo > header p {
  margin: 0!important;
  color: #94a2b2!important;
  font-size: 14px!important;
  line-height: 1.7!important; }

/* line 2826, theme.scss */
.arcalc-seo__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--ar-line);
  gap: 1px; }

/* line 2827, theme.scss */
.arcalc-seo__grid article {
  min-height: 260px;
  padding: 28px;
  background: #080d14; }

/* line 2828, theme.scss */
.arcalc-seo__grid article > span {
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 800; }

/* line 2829, theme.scss */
.arcalc-seo__grid h3 {
  margin: 54px 0 14px!important;
  font-size: 20px!important; }

/* line 2830, theme.scss */
.arcalc-seo__grid p {
  margin: 0!important;
  color: #8795a5!important;
  font-size: 12px!important;
  line-height: 1.65!important; }

/* line 2831, theme.scss */
.arcalc-seo__note {
  display: grid;
  padding: 24px 28px;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  border-top: 1px solid var(--ar-line); }

/* line 2832, theme.scss */
.arcalc-seo__note strong {
  color: var(--ar-cyan);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase; }

/* line 2833, theme.scss */
.arcalc-seo__note p {
  margin: 0!important;
  color: #718093!important;
  font-size: 11px!important;
  line-height: 1.65!important; }

@media (max-width: 1180px) {
  /* line 2834, theme.scss */
  .arcalc-seo__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 920px) {
  /* line 2835, theme.scss */
  .arcalc-seo {
    width: min(100% - 28px, 1560px); }

  /* line 2835, theme.scss */
  .arcalc-seo > header {
    grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  /* line 2836, theme.scss */
  .arcalc-seo {
    width: calc(100% - 20px); }

  /* line 2836, theme.scss */
  .arcalc-seo__grid {
    grid-template-columns: 1fr; }

  /* line 2836, theme.scss */
  .arcalc-seo__note {
    grid-template-columns: 1fr; } }
/* ARHI.3D v5.2 — calculator landing polish. */
/* line 2841, theme.scss */
body[data-theme-template="page"]:has(#arhi-cost-calculator) main > .widget-type_system_widget_v4_page_title_1 {
  display: none!important; }

/* line 2842, theme.scss */
.arcalc-hero h2 {
  word-break: normal!important;
  overflow-wrap: normal!important;
  hyphens: none!important; }

@media (max-width: 1320px) and (min-width: 921px) {
  /* line 2843, theme.scss */
  .arcalc-hero h2 {
    font-size: clamp(62px, 7vw, 92px) !important; } }
