@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; } }
/* ARHI.3D v5.3 — InSales view mode must not force every tile across the full grid. */
/* line 2848, theme.scss */
body[data-theme-template="collection"] .catalog-list.grid-list > .product-preview-elem {
  grid-column: span 1!important;
  width: auto!important;
  min-width: 0!important; }

/* ARHI.3D v5.6 — full-bleed square catalogue modules. */
/* line 2857, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview {
  padding: 0!important; }

/* line 2858, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__area-bottom {
  margin: 0!important;
  padding: 0!important; }

/* line 2859, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__buy {
  width: 100%!important; }

/* line 2860, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__price {
  min-height: 66px;
  margin: 0!important;
  padding: 10px 20px 18px!important; }

/* line 2861, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls {
  width: 100%!important; }

/* ARHI.3D calculator v2 — formula help and visible result ledger. */
/* line 2866, theme.scss */
.arcalc-formula-note {
  margin: 0 28px 28px;
  padding: 16px 18px;
  border-left: 2px solid var(--ar-cyan);
  color: #8fa1b3;
  background: rgba(32, 216, 255, 0.045);
  font-size: 11px;
  line-height: 1.6; }

/* line 2866, theme.scss */
.arcalc-formula-note strong {
  color: #dce8f3; }

/* line 2866, theme.scss */
.arcalc-output {
  margin-bottom: 20px;
  border: 1px solid var(--calc-line);
  background: #080e15; }

/* line 2866, theme.scss */
.arcalc-output > header {
  display: grid;
  padding: 22px 26px;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: end;
  border-bottom: 1px solid var(--calc-line); }

/* line 2866, theme.scss */
.arcalc-output > header span {
  color: var(--ar-cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em; }

/* line 2866, theme.scss */
.arcalc-output > header h3 {
  margin: 0!important;
  font-size: 22px!important; }

/* line 2866, theme.scss */
.arcalc-output__ledger {
  background: var(--calc-line); }

/* line 2866, theme.scss */
.arcalc-output__row {
  display: grid;
  padding: 13px 24px;
  grid-template-columns: 1fr auto;
  gap: 18px;
  background: #080e15;
  border-bottom: 1px solid var(--calc-line); }

/* line 2866, theme.scss */
.arcalc-output__row span {
  color: #8291a2;
  font-size: 11px; }

/* line 2866, theme.scss */
.arcalc-output__row b {
  color: #dce7f1;
  font-size: 12px; }

/* line 2866, theme.scss */
.arcalc-output__row.is-total {
  padding-block: 17px;
  background: rgba(32, 216, 255, 0.065); }

/* line 2866, theme.scss */
.arcalc-output__row.is-total span, .arcalc-output__row.is-total b {
  color: var(--ar-cyan);
  font-weight: 850; }

/* line 2866, theme.scss */
#arcalc-summary {
  overflow: auto;
  max-height: 440px;
  margin: 0;
  padding: 24px 26px;
  border: 0;
  color: #9eacbb;
  background: #060b11;
  font: 11px/1.72 ui-monospace,SFMono-Regular,Consolas,monospace;
  white-space: pre-wrap;
  word-break: break-word; }

/* line 2866, theme.scss */
#arcalc-summary:focus {
  outline: 1px solid var(--ar-cyan);
  outline-offset: -1px; }

@media (max-width: 600px) {
  /* line 2867, theme.scss */
  .arcalc-formula-note {
    margin: 0 20px 22px; }

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

  /* line 2867, theme.scss */
  .arcalc-output__row {
    padding-inline: 20px; }

  /* line 2867, theme.scss */
  #arcalc-summary {
    padding: 20px; } }
/* ARHI.3D calculator v3.2 — cross-browser host and grid correction. */
/* line 2871, theme.scss */
html.arcalc-page-active,
body.arcalc-page-active {
  overflow-x: hidden !important; }

/* line 2876, theme.scss */
body.arcalc-page-active .arcalc-host-chain {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: visible !important; }

/* line 2888, theme.scss */
body.arcalc-page-active #arhi-cost-calculator {
  width: 100% !important;
  max-width: 1920px !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important; }

/* line 2896, theme.scss */
#arhi-cost-calculator .arcalc-shell {
  grid-template-columns: minmax(0, 1fr) 460px;
  min-width: 0; }

/* line 2901, theme.scss */
#arhi-cost-calculator .arcalc-form,
#arhi-cost-calculator .arcalc-result,
#arhi-cost-calculator .arcalc-card,
#arhi-cost-calculator .arcalc-grid,
#arhi-cost-calculator .arcalc-import,
#arhi-cost-calculator .arcalc-result__sale,
#arhi-cost-calculator .arcalc-result__primary,
#arhi-cost-calculator .arcalc-result__tiles,
#arhi-cost-calculator .arcalc-result__meta {
  min-width: 0;
  max-width: 100%; }

/* line 2914, theme.scss */
#arhi-cost-calculator .arcalc-result__sale strong,
#arhi-cost-calculator .arcalc-result__primary strong,
#arhi-cost-calculator .arcalc-result__tiles b,
#arhi-cost-calculator .arcalc-result__meta b {
  overflow-wrap: anywhere; }

/* line 2921, theme.scss */
#arhi-cost-calculator .arcalc-import label input[type="file"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important; }

@media (max-width: 1500px) {
  /* line 2935, theme.scss */
  #arhi-cost-calculator .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 420px; } }
@media (max-width: 1180px) {
  /* line 2941, theme.scss */
  #arhi-cost-calculator .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 360px; } }
@media (max-width: 980px) {
  /* line 2947, theme.scss */
  #arhi-cost-calculator .arcalc-shell {
    grid-template-columns: minmax(0, 1fr); }

  /* line 2951, theme.scss */
  #arhi-cost-calculator .arcalc-result {
    position: relative;
    top: auto;
    grid-row: 1; } }
/* ARHI.3D calculator 2026.07.4 — keep result grid item visible. */
/* line 2961, theme.scss */
#arhi-cost-calculator .arcalc-result {
  display: block !important;
  width: auto !important; }

/* ARHI.3D CATALOG + CALCULATOR FULL STYLES 2026.07.4 */
/* ARHI.3D v5 — strict catalogue grid + public cost calculator. */
/* Catalogue: hard-edged object archive. */
/* line 2968, 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 2975, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview-elem {
  min-width: 0;
  width: auto !important;
  grid-column: span 1 !important;
  background: #080d14; }

/* line 2982, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview {
  min-height: 100% !important;
  padding: 0 !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 2994, 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 3000, 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 3016, 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 3026, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview:hover::after {
  transform: scaleY(1) !important; }

/* line 3030, 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 3037, 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 3044, 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 3058, 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 3067, 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 3079, 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 3084, 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 3089, 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 3095, 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 3102, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__area-price {
  margin-top: auto !important;
  padding: 0 20px 20px !important; }

/* line 3107, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__area-bottom {
  margin: 0 !important;
  padding: 0 !important; }

/* line 3112, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__buy {
  width: 100% !important; }

/* line 3114, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__price {
  min-height: 66px;
  margin: 0 !important;
  padding: 10px 20px 18px !important; }

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

/* line 3125, 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 3142, 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 3154, 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 3161, theme.scss */
body[data-theme-template="collection"] .catalog-list .product-preview__controls .product-preview__detail-select-btn {
  display: none !important; }

/* line 3165, 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 3171, 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 3177, 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 3187, 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 3199, theme.scss */
body[data-theme-template="collection"] .filter {
  border: 1px solid rgba(142, 165, 190, 0.24) !important; }

/* line 3203, 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 3214, theme.scss */
body[data-theme-template="collection"] .filter__head {
  min-height: 72px;
  padding: 20px !important; }

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

/* line 3224, 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 3235, 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 3241, 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 3247, theme.scss */
  body[data-theme-template="collection"] .catalog-list.grid-list {
    grid-template-columns: 1fr !important; }

  /* line 3250, 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 3254, 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 3266, 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 3278, theme.scss */
html:has(#arhi-cost-calculator),
body:has(#arhi-cost-calculator) {
  overflow-x: clip; }

/* line 3281, theme.scss */
#arhi-cost-calculator .arcalc-import label input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap; }

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

/* line 3296, 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 3314, 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 3327, 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 3336, 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 3347, theme.scss */
.arcalc-hero h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(239, 247, 255, 0.48); }

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

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

/* line 3367, 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 3376, theme.scss */
.arcalc-hero__stats > div:last-child {
  border-bottom: 0; }

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

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

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

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

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

/* line 3390, 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 3391, 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 3393, theme.scss */
.arcalc-grid {
  display: grid;
  padding: 28px;
  gap: 18px 14px; }

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

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

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

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

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

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

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

/* line 3402, 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 3404, 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 3420, theme.scss */
#arhi-cost-calculator select {
  cursor: pointer; }

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

/* line 3422, 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 3425, 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 3434, theme.scss */
.arcalc-disclaimer {
  margin: 0 !important;
  padding: 0 28px 28px;
  color: #6f7e90 !important;
  font-size: 11px !important;
  line-height: 1.55 !important; }

/* line 3436, 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 3446, theme.scss */
.arcalc-import strong {
  font-size: 15px; }

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

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

/* line 3449, 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 3450, theme.scss */
.arcalc-import output {
  grid-column: 1 / -1;
  color: #8fa1b3;
  font-size: 11px; }

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

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

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

/* line 3461, 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 3462, theme.scss */
.arcalc-result__head i {
  color: #6f8193;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em; }

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

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

/* line 3466, 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 3467, theme.scss */
.arcalc-result__sale {
  margin: 0 24px 24px;
  padding: 18px 0;
  border-block: 1px solid var(--calc-line); }

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

/* line 3469, 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 3470, theme.scss */
.arcalc-result__tiles > div {
  display: grid;
  min-height: 86px;
  padding: 17px;
  gap: 8px;
  background: #091019; }

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

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

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

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

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

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

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

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

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

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

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

/* line 3482, 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 3483, theme.scss */
.arcalc-result__meta span {
  color: #718093;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em; }

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

/* line 3485, 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 3486, theme.scss */
.arcalc-result > small {
  display: block;
  padding: 18px;
  color: #536173;
  font-size: 9px;
  line-height: 1.5; }

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

/* line 3489, 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 3490, theme.scss */
.arcalc-actions > *:first-child {
  color: #061017;
  background: var(--ar-cyan); }

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

/* line 3493, theme.scss */
.arcalc-formula-note {
  margin: 0 28px 28px;
  padding: 16px 18px;
  border-left: 2px solid var(--ar-cyan);
  color: #8fa1b3;
  background: rgba(32, 216, 255, 0.045);
  font-size: 11px;
  line-height: 1.6; }

/* line 3502, theme.scss */
.arcalc-formula-note strong {
  color: #dce8f3; }

/* line 3504, theme.scss */
.arcalc-output {
  margin-bottom: 20px;
  border: 1px solid var(--calc-line);
  background: #080e15; }

/* line 3509, theme.scss */
.arcalc-output > header {
  display: grid;
  padding: 22px 26px;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: end;
  border-bottom: 1px solid var(--calc-line); }

/* line 3517, theme.scss */
.arcalc-output > header span {
  color: var(--ar-cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em; }

/* line 3518, theme.scss */
.arcalc-output > header h3 {
  margin: 0 !important;
  font-size: 22px !important; }

/* line 3519, theme.scss */
.arcalc-output__ledger {
  background: var(--calc-line); }

/* line 3520, theme.scss */
.arcalc-output__row {
  display: grid;
  padding: 13px 24px;
  grid-template-columns: 1fr auto;
  gap: 18px;
  background: #080e15;
  border-bottom: 1px solid var(--calc-line); }

/* line 3528, theme.scss */
.arcalc-output__row span {
  color: #8291a2;
  font-size: 11px; }

/* line 3529, theme.scss */
.arcalc-output__row b {
  color: #dce7f1;
  font-size: 12px; }

/* line 3530, theme.scss */
.arcalc-output__row.is-total {
  padding-block: 17px;
  background: rgba(32, 216, 255, 0.065); }

/* line 3531, theme.scss */
.arcalc-output__row.is-total span,
.arcalc-output__row.is-total b {
  color: var(--ar-cyan);
  font-weight: 850; }

/* line 3533, theme.scss */
#arcalc-summary {
  overflow: auto;
  max-height: 440px;
  margin: 0;
  padding: 24px 26px;
  border: 0;
  color: #9eacbb;
  background: #060b11;
  font: 11px/1.72 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: pre-wrap;
  word-break: break-word; }

/* line 3545, theme.scss */
#arcalc-summary:focus {
  outline: 1px solid var(--ar-cyan);
  outline-offset: -1px; }

/* line 3547, theme.scss */
.arcalc-seo {
  width: min(1560px, calc(100% - 48px));
  margin: 48px auto 0;
  border: 1px solid var(--ar-line);
  background: #080d14; }

/* line 3553, 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 3554, theme.scss */
.arcalc-seo > header > span {
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em; }

/* line 3555, 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 3556, theme.scss */
.arcalc-seo > header p {
  margin: 0 !important;
  color: #94a2b2 !important;
  font-size: 14px !important;
  line-height: 1.7 !important; }

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

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

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

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

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

/* line 3562, 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 3563, theme.scss */
.arcalc-seo__note strong {
  color: var(--ar-cyan);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase; }

/* line 3564, 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 3567, theme.scss */
  .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 360px; }

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

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

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

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

  /* line 3577, theme.scss */
  .arcalc-result {
    position: relative;
    top: auto;
    grid-row: 1; }

  /* line 3578, theme.scss */
  .arcalc-seo {
    width: min(100% - 28px, 1560px); }

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

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

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

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

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

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

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

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

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

  /* line 3594, theme.scss */
  .arcalc-formula-note {
    margin: 0 20px 22px; }

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

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

  /* line 3597, theme.scss */
  .arcalc-actions {
    flex-direction: column; }

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

  /* line 3599, theme.scss */
  .arcalc-output__row {
    padding-inline: 20px; }

  /* line 3600, theme.scss */
  #arcalc-summary {
    padding: 20px; }

  /* line 3601, theme.scss */
  .arcalc-seo {
    width: calc(100% - 20px); }

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

  /* line 3603, theme.scss */
  .arcalc-seo__note {
    grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3607, 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 calculator v3 — full-viewport workspace, contextual help and price stage. */
/* line 3613, theme.scss */
#arhi-cost-calculator {
  width: calc(100vw - 24px);
  max-width: none;
  margin-right: calc(50% - 50vw + 12px);
  margin-left: calc(50% - 50vw + 12px); }

/* line 3620, theme.scss */
.arcalc-shell {
  grid-template-columns: minmax(0, 1fr) minmax(400px, 500px);
  gap: clamp(16px, 1.5vw, 28px); }

/* line 3625, theme.scss */
.arcalc-label,
.arcalc-result-label {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 7px; }

/* line 3634, theme.scss */
.arcalc-tip {
  position: relative;
  z-index: 8;
  display: inline-grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border: 1px solid rgba(32, 216, 255, 0.58);
  border-radius: 50%;
  color: var(--ar-cyan);
  background: rgba(32, 216, 255, 0.07);
  font: 800 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  cursor: help;
  outline: 0;
  transition: color .18s ease, background .18s ease, border-color .18s ease; }

/* line 3652, theme.scss */
.arcalc-tip:hover,
.arcalc-tip:focus,
.arcalc-tip.is-open {
  z-index: 40;
  border-color: var(--ar-cyan);
  color: #061016;
  background: var(--ar-cyan); }

/* line 3661, theme.scss */
.arcalc-tip__bubble {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: calc(100% + 12px);
  width: min(330px, calc(100vw - 44px));
  padding: 13px 15px;
  border: 1px solid rgba(32, 216, 255, 0.55);
  color: #dce8f3;
  background: #0b141e;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5), inset 3px 0 var(--ar-cyan);
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  white-space: normal;
  pointer-events: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 5px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }

/* line 3688, theme.scss */
.arcalc-tip__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: rgba(32, 216, 255, 0.75);
  transform: translateX(-50%); }

/* line 3698, theme.scss */
.arcalc-tip:hover .arcalc-tip__bubble,
.arcalc-tip:focus .arcalc-tip__bubble,
.arcalc-tip.is-open .arcalc-tip__bubble {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0); }

/* line 3707, theme.scss */
.arcalc-result {
  display: block !important;
  overflow: visible;
  border-color: rgba(32, 216, 255, 0.5);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34); }

/* line 3714, theme.scss */
.arcalc-result__sale {
  position: relative;
  overflow: visible;
  min-height: 238px;
  margin: 0;
  padding: 28px 26px 26px;
  border: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), radial-gradient(circle at 86% 20%, rgba(32, 216, 255, 0.23), rgba(0, 0, 0, 0) 15rem), linear-gradient(145deg, #0a1620, #071019 68%);
  background-size: 28px 28px, 28px 28px, auto, auto; }

/* line 3729, theme.scss */
.arcalc-result__sale::after {
  content: "PRICE / REVENUE / PROFIT";
  position: absolute;
  right: 12px;
  bottom: 18px;
  color: rgba(164, 215, 230, 0.22);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .2em;
  writing-mode: vertical-rl; }

/* line 3741, theme.scss */
.arcalc-result__sale-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px; }

/* line 3750, theme.scss */
.arcalc-result__sale-top > span {
  color: #b8c7d6;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em; }

/* line 3758, theme.scss */
.arcalc-result__sale-top > i {
  padding: 7px 9px;
  border: 1px solid rgba(32, 216, 255, 0.38);
  color: var(--ar-cyan);
  background: rgba(32, 216, 255, 0.08);
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .12em; }

/* line 3769, theme.scss */
.arcalc-result__sale strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 32px;
  color: #f4fbff;
  font-size: clamp(50px, 4.2vw, 76px);
  font-weight: 850;
  line-height: .9;
  letter-spacing: -.07em;
  text-shadow: 0 0 34px rgba(32, 216, 255, 0.24); }

/* line 3782, theme.scss */
.arcalc-result__sale p {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin: 20px 34px 0 0 !important;
  color: #7f93a7 !important;
  font-size: 10px !important;
  line-height: 1.55 !important; }

/* line 3792, theme.scss */
.arcalc-result__signal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 3px;
  background: linear-gradient(90deg, var(--ar-cyan), transparent);
  box-shadow: 0 0 22px rgba(32, 216, 255, 0.6); }

/* line 3802, theme.scss */
.arcalc-result__primary {
  display: grid;
  padding: 20px 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-block: 1px solid var(--calc-line);
  background: #080e15; }

/* line 3812, theme.scss */
.arcalc-result__primary > span {
  margin: 0; }

/* line 3813, theme.scss */
.arcalc-result__primary strong {
  margin: 0;
  color: #e8f1f8;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.04em; }

/* line 3821, theme.scss */
.arcalc-result__tiles .arcalc-tip {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  font-size: 9px; }

@media (max-width: 1180px) {
  /* line 3829, theme.scss */
  .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 380px; } }
@media (max-width: 920px) {
  /* line 3833, theme.scss */
  #arhi-cost-calculator {
    width: calc(100vw - 16px);
    margin-right: calc(50% - 50vw + 8px);
    margin-left: calc(50% - 50vw + 8px); }

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

  /* line 3839, theme.scss */
  .arcalc-tip__bubble {
    left: 0;
    transform: translate(0, 5px); }

  /* line 3840, theme.scss */
  .arcalc-tip__bubble::after {
    left: 9px;
    transform: none; }

  /* line 3841, theme.scss */
  .arcalc-tip:hover .arcalc-tip__bubble,
  .arcalc-tip:focus .arcalc-tip__bubble,
  .arcalc-tip.is-open .arcalc-tip__bubble {
    transform: translate(0, 0); }

  /* line 3844, theme.scss */
  body > div[style*="position: fixed"][style*="z-index: 9999"][style*="mix-blend-mode: screen"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; } }
@media (max-width: 600px) {
  /* line 3852, theme.scss */
  .arcalc-hero h2 {
    font-size: clamp(36px, 10.7vw, 42px) !important;
    letter-spacing: -.06em !important; }

  /* line 3853, theme.scss */
  .arcalc-result__sale {
    min-height: 220px;
    padding: 24px 20px; }

  /* line 3854, theme.scss */
  .arcalc-result__sale strong {
    font-size: clamp(44px, 13vw, 58px); }

  /* line 3855, theme.scss */
  .arcalc-result__primary {
    padding-inline: 20px; } }
@media (hover: none), (pointer: coarse) {
  /* line 3859, theme.scss */
  html,
  body,
  body * {
    cursor: auto !important; }

  /* line 3862, theme.scss */
  .custom-cursor,
  .cursor-dot,
  .cursor-ring,
  .cursor-follower,
  .ar-cursor,
  .ar3d-cursor,
  #custom-cursor,
  #cursor-dot,
  #cursor-ring,
  [class*="custom-cursor"],
  body > div[style*="position: fixed"][style*="z-index: 9999"][style*="mix-blend-mode: screen"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; }

  /* line 3873, theme.scss */
  #arhi-cost-calculator button,
  #arhi-cost-calculator select,
  #arhi-cost-calculator a,
  #arhi-cost-calculator .arcalc-tip {
    cursor: pointer !important; } }
/* ARHI.3D calculator v3.2 — cross-browser host and grid correction. */
/* line 3880, theme.scss */
html.arcalc-page-active,
body.arcalc-page-active {
  overflow-x: hidden !important; }

/* line 3885, theme.scss */
body.arcalc-page-active .arcalc-host-chain {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: visible !important; }

/* line 3897, theme.scss */
body.arcalc-page-active #arhi-cost-calculator {
  width: 100% !important;
  max-width: 1920px !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important; }

/* line 3905, theme.scss */
#arhi-cost-calculator .arcalc-shell {
  grid-template-columns: minmax(0, 1fr) 460px;
  min-width: 0; }

/* line 3910, theme.scss */
#arhi-cost-calculator .arcalc-form,
#arhi-cost-calculator .arcalc-result,
#arhi-cost-calculator .arcalc-card,
#arhi-cost-calculator .arcalc-grid,
#arhi-cost-calculator .arcalc-import,
#arhi-cost-calculator .arcalc-result__sale,
#arhi-cost-calculator .arcalc-result__primary,
#arhi-cost-calculator .arcalc-result__tiles,
#arhi-cost-calculator .arcalc-result__meta {
  min-width: 0;
  max-width: 100%; }

/* line 3923, theme.scss */
#arhi-cost-calculator .arcalc-result {
  display: block !important;
  width: auto !important; }

/* line 3928, theme.scss */
#arhi-cost-calculator .arcalc-result__sale strong,
#arhi-cost-calculator .arcalc-result__primary strong,
#arhi-cost-calculator .arcalc-result__tiles b,
#arhi-cost-calculator .arcalc-result__meta b {
  overflow-wrap: anywhere; }

/* line 3935, theme.scss */
#arhi-cost-calculator .arcalc-import label input[type="file"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important; }

@media (max-width: 1500px) {
  /* line 3949, theme.scss */
  #arhi-cost-calculator .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 420px; } }
@media (max-width: 1180px) {
  /* line 3955, theme.scss */
  #arhi-cost-calculator .arcalc-shell {
    grid-template-columns: minmax(0, 1fr) 360px; } }
@media (max-width: 980px) {
  /* line 3961, theme.scss */
  #arhi-cost-calculator .arcalc-shell {
    grid-template-columns: minmax(0, 1fr); }

  /* line 3965, theme.scss */
  #arhi-cost-calculator .arcalc-result {
    position: relative;
    top: auto;
    grid-row: 1; } }
/* ARHI.3D calculator 2026.07.4 — cross-browser field help. */
/* line 3975, theme.scss */
#arhi-cost-calculator .arcalc-label,
#arhi-cost-calculator .arcalc-result-label {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 7px; }

/* line 3983, theme.scss */
#arhi-cost-calculator .arcalc-tip {
  position: relative;
  z-index: 8;
  display: inline-grid;
  width: 18px;
  height: 18px;
  min-width: 18px;
  place-items: center;
  border: 1px solid rgba(32, 216, 255, 0.75);
  border-radius: 50%;
  color: #20d8ff;
  background: rgba(32, 216, 255, 0.08);
  font: 800 11px/1 Arial, sans-serif;
  cursor: help;
  outline: 0; }

/* line 3999, theme.scss */
#arhi-cost-calculator .arcalc-tip:hover,
#arhi-cost-calculator .arcalc-tip:focus,
#arhi-cost-calculator .arcalc-tip.is-open {
  z-index: 40;
  color: #061016;
  background: #20d8ff; }

/* line 4006, theme.scss */
#arhi-cost-calculator .arcalc-tip__bubble {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: calc(100% + 12px);
  display: block;
  width: 330px;
  max-width: calc(100vw - 44px);
  padding: 13px 15px;
  border: 1px solid rgba(32, 216, 255, 0.75);
  border-radius: 0;
  color: #dce8f2;
  background: #0b1119;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  font: 500 13px/1.45 Arial, sans-serif;
  letter-spacing: 0;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 5px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }

/* line 4029, theme.scss */
#arhi-cost-calculator .arcalc-tip__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: rgba(32, 216, 255, 0.75);
  transform: translateX(-50%); }

/* line 4038, theme.scss */
#arhi-cost-calculator .arcalc-tip:hover .arcalc-tip__bubble,
#arhi-cost-calculator .arcalc-tip:focus .arcalc-tip__bubble,
#arhi-cost-calculator .arcalc-tip.is-open .arcalc-tip__bubble {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0); }

@media (max-width: 980px) {
  /* line 4046, theme.scss */
  #arhi-cost-calculator .arcalc-tip__bubble {
    left: 0;
    transform: translate(0, 5px); }

  /* line 4050, theme.scss */
  #arhi-cost-calculator .arcalc-tip__bubble::after {
    left: 9px;
    transform: none; }

  /* line 4054, theme.scss */
  #arhi-cost-calculator .arcalc-tip:hover .arcalc-tip__bubble,
  #arhi-cost-calculator .arcalc-tip:focus .arcalc-tip__bubble,
  #arhi-cost-calculator .arcalc-tip.is-open .arcalc-tip__bubble {
    transform: translate(0, 0); } }
/* ARHI3D_TOOLTIP_OPEN_2026074 */
/* line 4063, theme.scss */
#arhi-cost-calculator .arcalc-tip:hover > .arcalc-tip__bubble,
#arhi-cost-calculator .arcalc-tip:focus > .arcalc-tip__bubble,
#arhi-cost-calculator .arcalc-tip.is-open > .arcalc-tip__bubble {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important; }

/* ARHI3D_TOOLTIP_OPEN_SURFACE */
/* line 4068, theme.scss */
#arhi-cost-calculator .arcalc-tip:hover > .arcalc-tip__bubble,
#arhi-cost-calculator .arcalc-tip:focus > .arcalc-tip__bubble,
#arhi-cost-calculator .arcalc-tip.is-open > .arcalc-tip__bubble {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important; }

/* ARHI.3D calculator v4 — file-first automatic analysis wizard. */
/* line 4074, theme.scss */
#arhi-cost-calculator .arcalc-import--legacy {
  display: none !important; }

/* line 4076, theme.scss */
#arhi-cost-calculator .arcalc-smart {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(32, 216, 255, 0.38);
  background: radial-gradient(circle at 86% 10%, rgba(32, 216, 255, 0.12), rgba(0, 0, 0, 0) 28rem), linear-gradient(145deg, #08111a, #070b11 58%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28); }

/* line 4087, theme.scss */
#arhi-cost-calculator .arcalc-smart[hidden],
#arhi-cost-calculator .arcalc-smart [hidden] {
  display: none !important; }

/* line 4090, theme.scss */
#arhi-cost-calculator .arcalc-smart__head {
  display: grid;
  padding: clamp(24px, 3vw, 42px);
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 36px;
  align-items: end;
  border-bottom: 1px solid var(--calc-line); }

/* line 4099, theme.scss */
#arhi-cost-calculator .arcalc-smart__head > div > span,
#arhi-cost-calculator .arcalc-smart__kicker,
#arhi-cost-calculator .arcalc-smart__confirm > header span {
  color: var(--ar-cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em; }

/* line 4108, theme.scss */
#arhi-cost-calculator .arcalc-smart__head h3 {
  margin: 14px 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(30px, 4.2vw, 58px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important; }

/* line 4117, theme.scss */
#arhi-cost-calculator .arcalc-smart__head p {
  max-width: 760px;
  margin: 0 !important;
  color: #91a1b2 !important;
  font-size: 13px !important;
  line-height: 1.65 !important; }

/* line 4125, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border: 1px solid var(--calc-line);
  background: rgba(4, 8, 13, 0.72); }

/* line 4135, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps li {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 16px 12px;
  gap: 4px;
  border-left: 1px solid var(--calc-line);
  color: #627386; }

/* line 4145, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps li:first-child {
  border-left: 0; }

/* line 4146, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent; }

/* line 4155, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps b {
  font: 800 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }

/* line 4156, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps span {
  overflow: hidden;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  text-transform: uppercase; }

/* line 4157, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps li.is-active {
  color: #eef8ff;
  background: rgba(32, 216, 255, 0.06); }

/* line 4158, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps li.is-active b,
#arhi-cost-calculator .arcalc-smart__steps li.is-done b {
  color: var(--ar-cyan); }

/* line 4160, theme.scss */
#arhi-cost-calculator .arcalc-smart__steps li.is-active::after,
#arhi-cost-calculator .arcalc-smart__steps li.is-done::after {
  background: var(--ar-cyan);
  box-shadow: 0 0 14px rgba(32, 216, 255, 0.72); }

/* line 4163, theme.scss */
#arhi-cost-calculator .arcalc-smart__body {
  padding: clamp(20px, 2.7vw, 38px); }

/* line 4165, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop {
  position: relative;
  display: grid;
  min-height: 330px;
  padding: 38px;
  place-items: center;
  align-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px dashed rgba(32, 216, 255, 0.52);
  color: #eef7fd;
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), rgba(32, 216, 255, 0.025);
  background-size: 32px 32px;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }

/* line 4186, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop:hover,
#arhi-cost-calculator .arcalc-smart__drop.is-dragging {
  border-color: var(--ar-cyan);
  background-color: rgba(32, 216, 255, 0.07);
  transform: translateY(-2px); }

/* line 4193, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop > input,
#arhi-cost-calculator .arcalc-smart__actions input {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  white-space: nowrap !important; }

/* line 4206, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop-mark {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
  border: 1px solid rgba(32, 216, 255, 0.55);
  background: rgba(32, 216, 255, 0.06);
  box-shadow: 0 0 42px rgba(32, 216, 255, 0.12); }

/* line 4216, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop-mark i {
  position: absolute;
  display: block;
  background: var(--ar-cyan);
  box-shadow: 0 0 10px rgba(32, 216, 255, 0.7); }

/* line 4217, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop-mark i:nth-child(1) {
  top: 20px;
  left: 34px;
  width: 1px;
  height: 25px; }

/* line 4218, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop-mark i:nth-child(2) {
  top: 20px;
  left: 25px;
  width: 19px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right center; }

/* line 4219, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop-mark i:nth-child(3) {
  right: 18px;
  bottom: 16px;
  left: 18px;
  height: 1px; }

/* line 4220, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop strong {
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -.035em; }

/* line 4221, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop small {
  color: #7f90a3;
  font-size: 12px;
  line-height: 1.65; }

/* line 4222, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop > b {
  display: inline-flex;
  min-height: 50px;
  margin-top: 9px;
  padding: 0 22px;
  align-items: center;
  gap: 10px;
  color: #041015;
  background: var(--ar-cyan);
  box-shadow: 0 14px 36px rgba(32, 216, 255, 0.18);
  font-size: 12px;
  font-weight: 850; }

/* line 4235, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop > b i {
  font-style: normal; }

/* line 4236, theme.scss */
#arhi-cost-calculator .arcalc-smart__drop em {
  margin-top: 8px;
  color: #607387;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 4237, theme.scss */
#arhi-cost-calculator .arcalc-smart.is-loaded .arcalc-smart__drop {
  display: none; }

/* line 4239, theme.scss */
#arhi-cost-calculator .arcalc-smart__workbench {
  display: grid;
  min-height: 470px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  border: 1px solid var(--calc-line);
  background: #060b10; }

/* line 4247, theme.scss */
#arhi-cost-calculator .arcalc-smart__preview {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-right: 1px solid var(--calc-line);
  background: #05090e; }

/* line 4248, theme.scss */
#arhi-cost-calculator .arcalc-smart__preview canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%; }

/* line 4249, theme.scss */
#arhi-cost-calculator .arcalc-smart__preview-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 62%, rgba(32, 216, 255, 0.06)); }

/* line 4250, theme.scss */
#arhi-cost-calculator .arcalc-smart__preview > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 9px;
  border: 1px solid rgba(32, 216, 255, 0.42);
  color: var(--ar-cyan);
  background: rgba(5, 12, 18, 0.8);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em; }

/* line 4251, theme.scss */
#arhi-cost-calculator .arcalc-smart__filename {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  padding: 13px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(150, 180, 205, 0.2);
  background: rgba(5, 9, 14, 0.84);
  backdrop-filter: blur(12px); }

/* line 4252, theme.scss */
#arhi-cost-calculator .arcalc-smart__filename b {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 4253, theme.scss */
#arhi-cost-calculator .arcalc-smart__filename small {
  flex: 0 0 auto;
  color: #718398;
  font-size: 10px; }

/* line 4255, theme.scss */
#arhi-cost-calculator .arcalc-smart__analysis {
  display: flex;
  min-width: 0;
  padding: clamp(24px, 3vw, 40px);
  flex-direction: column; }

/* line 4256, theme.scss */
#arhi-cost-calculator .arcalc-smart__analysis h4 {
  margin: 14px 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(25px, 3vw, 38px) !important;
  line-height: 1.03 !important;
  letter-spacing: -.045em !important; }

/* line 4257, theme.scss */
#arhi-cost-calculator .arcalc-smart__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--calc-line);
  border-left: 1px solid var(--calc-line); }

/* line 4258, theme.scss */
#arhi-cost-calculator .arcalc-smart__facts > div {
  display: grid;
  min-width: 0;
  min-height: 82px;
  padding: 14px;
  align-content: space-between;
  gap: 10px;
  border-right: 1px solid var(--calc-line);
  border-bottom: 1px solid var(--calc-line); }

/* line 4259, theme.scss */
#arhi-cost-calculator .arcalc-smart__facts span {
  color: #66798d;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase; }

/* line 4260, theme.scss */
#arhi-cost-calculator .arcalc-smart__facts b {
  overflow: hidden;
  color: #dce9f3;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis; }

/* line 4261, theme.scss */
#arhi-cost-calculator .arcalc-smart__note {
  margin: 20px 0 0 !important;
  color: #8596a8 !important;
  font-size: 11px !important;
  line-height: 1.6 !important; }

/* line 4262, theme.scss */
#arhi-cost-calculator .arcalc-smart.is-error .arcalc-smart__analysis h4,
#arhi-cost-calculator .arcalc-smart.is-error .arcalc-smart__note {
  color: #ff7f8e !important; }

/* line 4265, theme.scss */
#arhi-cost-calculator .arcalc-smart__actions {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  align-items: stretch;
  gap: 10px; }

/* line 4266, theme.scss */
#arhi-cost-calculator .arcalc-smart__actions label,
#arhi-cost-calculator .arcalc-smart__actions button,
#arhi-cost-calculator .arcalc-smart__confirm-actions button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(144, 171, 195, 0.3);
  border-radius: 0;
  color: #d9e6ef;
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer; }

/* line 4283, theme.scss */
#arhi-cost-calculator .arcalc-smart__actions label {
  position: relative;
  flex: 0 0 auto; }

/* line 4284, theme.scss */
#arhi-cost-calculator .arcalc-smart__actions button {
  flex: 1 1 auto;
  border-color: var(--ar-cyan);
  color: #041015;
  background: var(--ar-cyan); }

/* line 4285, theme.scss */
#arhi-cost-calculator .arcalc-smart__actions button:disabled {
  border-color: rgba(144, 171, 195, 0.2);
  color: #607083;
  background: rgba(255, 255, 255, 0.03);
  cursor: wait; }

/* line 4287, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm {
  padding: clamp(24px, 3.5vw, 48px);
  border-top: 1px solid rgba(32, 216, 255, 0.32);
  background: rgba(5, 10, 15, 0.74); }

/* line 4288, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm > header {
  display: grid;
  margin-bottom: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: end; }

/* line 4289, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm h4 {
  margin: 11px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(27px, 3.6vw, 46px) !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important; }

/* line 4290, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm > header p {
  margin: 0 !important;
  color: #7c8ea1 !important;
  font-size: 11px !important;
  line-height: 1.6 !important; }

/* line 4291, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--calc-line);
  border-left: 1px solid var(--calc-line); }

/* line 4292, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid > label {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 16px;
  gap: 9px;
  border-right: 1px solid var(--calc-line);
  border-bottom: 1px solid var(--calc-line);
  background: rgba(255, 255, 255, 0.012); }

/* line 4293, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid > label > span {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #aebdca;
  font-size: 10px;
  font-weight: 750; }

/* line 4294, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid > label > span i {
  padding: 4px 6px;
  border: 1px solid rgba(255, 174, 86, 0.34);
  color: #ffbd73;
  font-size: 7px;
  font-style: normal;
  letter-spacing: .09em;
  text-transform: uppercase; }

/* line 4295, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid > label.is-auto > span i {
  border-color: rgba(32, 216, 255, 0.36);
  color: var(--ar-cyan); }

/* line 4296, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid > label.is-required {
  background: rgba(255, 174, 86, 0.025); }

/* line 4297, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid > label.is-auto {
  background: rgba(32, 216, 255, 0.022); }

/* line 4298, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-grid input,
#arhi-cost-calculator .arcalc-smart__confirm-grid select {
  height: 46px;
  padding-right: 12px; }

/* line 4300, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-actions {
  display: flex;
  margin-top: 24px;
  justify-content: flex-end;
  gap: 10px; }

/* line 4301, theme.scss */
#arhi-cost-calculator .arcalc-smart__confirm-actions button:last-child {
  min-width: 260px;
  border-color: var(--ar-cyan);
  color: #041015;
  background: var(--ar-cyan); }

@media (max-width: 1120px) {
  /* line 4304, theme.scss */
  #arhi-cost-calculator .arcalc-smart__head {
    grid-template-columns: 1fr; }

  /* line 4305, theme.scss */
  #arhi-cost-calculator .arcalc-smart__workbench {
    grid-template-columns: 1fr; }

  /* line 4306, theme.scss */
  #arhi-cost-calculator .arcalc-smart__preview {
    min-height: 420px;
    border-right: 0;
    border-bottom: 1px solid var(--calc-line); }

  /* line 4307, theme.scss */
  #arhi-cost-calculator .arcalc-smart__analysis {
    min-height: 460px; } }
@media (max-width: 760px) {
  /* line 4311, theme.scss */
  #arhi-cost-calculator .arcalc-smart__head,
  #arhi-cost-calculator .arcalc-smart__body,
  #arhi-cost-calculator .arcalc-smart__confirm {
    padding: 20px; }

  /* line 4314, theme.scss */
  #arhi-cost-calculator .arcalc-smart__steps {
    grid-template-columns: repeat(4, minmax(64px, 1fr));
    overflow-x: auto; }

  /* line 4315, theme.scss */
  #arhi-cost-calculator .arcalc-smart__steps span {
    font-size: 8px; }

  /* line 4316, theme.scss */
  #arhi-cost-calculator .arcalc-smart__drop {
    min-height: 310px;
    padding: 28px 18px; }

  /* line 4317, theme.scss */
  #arhi-cost-calculator .arcalc-smart__preview {
    min-height: 350px; }

  /* line 4318, theme.scss */
  #arhi-cost-calculator .arcalc-smart__analysis {
    min-height: 500px;
    padding: 22px; }

  /* line 4319, theme.scss */
  #arhi-cost-calculator .arcalc-smart__facts {
    grid-template-columns: 1fr 1fr; }

  /* line 4320, theme.scss */
  #arhi-cost-calculator .arcalc-smart__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 4321, theme.scss */
  #arhi-cost-calculator .arcalc-smart__confirm > header {
    grid-template-columns: 1fr; }

  /* line 4322, theme.scss */
  #arhi-cost-calculator .arcalc-smart__confirm-grid {
    grid-template-columns: 1fr; }

  /* line 4323, theme.scss */
  #arhi-cost-calculator .arcalc-smart__confirm-actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 4324, theme.scss */
  #arhi-cost-calculator .arcalc-smart__confirm-actions button:last-child {
    min-width: 0; } }
@media (prefers-reduced-motion: reduce) {
  /* line 4328, theme.scss */
  #arhi-cost-calculator .arcalc-smart__drop {
    transition: none; } }
/* ARHI.3D calculator v6 — fixed processing costs and simplified workshop. */
/* line 4334, theme.scss */
#arhi-cost-calculator .arcalc-field--engine,
#arhi-cost-calculator .arcalc-grid--engine {
  display: none !important; }

/* line 4337, theme.scss */
#arhi-cost-calculator .arcalc-simplified__primary {
  display: grid;
  padding: clamp(22px, 2.4vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px; }

/* line 4344, theme.scss */
#arhi-cost-calculator .arcalc-simplified__primary .arcalc-field {
  position: relative;
  min-height: 150px;
  padding: 24px;
  align-content: space-between;
  border: 1px solid rgba(32, 216, 255, 0.32);
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(145deg, rgba(32, 216, 255, 0.055), rgba(9, 15, 22, 0.92));
  background-size: 26px 26px, 26px 26px, auto; }

/* line 4357, theme.scss */
#arhi-cost-calculator .arcalc-simplified__primary .arcalc-field::before {
  content: "FIXED / PER ITEM";
  position: absolute;
  top: 14px;
  right: 14px;
  color: rgba(32, 216, 255, 0.48);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .14em; }

/* line 4368, theme.scss */
#arhi-cost-calculator .arcalc-simplified__primary .arcalc-label {
  padding-right: 96px;
  color: #d9e6ef;
  font-size: 13px; }

/* line 4374, theme.scss */
#arhi-cost-calculator .arcalc-simplified__primary input {
  height: 62px;
  border-color: rgba(32, 216, 255, 0.42);
  color: #f4fbff;
  background: rgba(3, 8, 13, 0.86);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.035em; }

/* line 4384, theme.scss */
#arhi-cost-calculator .arcalc-simplified__primary .arcalc-input i {
  color: var(--ar-cyan);
  font-size: 13px;
  font-weight: 800; }

/* line 4386, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details {
  margin: 0 clamp(22px, 2.4vw, 34px) clamp(22px, 2.4vw, 34px);
  border: 1px solid var(--calc-line);
  background: rgba(255, 255, 255, 0.015); }

/* line 4392, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details > summary {
  display: flex;
  min-height: 74px;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #d5e2ec;
  cursor: pointer;
  list-style: none; }

/* line 4404, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details > summary::-webkit-details-marker {
  display: none; }

/* line 4405, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details > summary span {
  display: grid;
  gap: 5px; }

/* line 4406, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details > summary b {
  font-size: 12px; }

/* line 4407, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details > summary small {
  color: #708296;
  font-size: 10px; }

/* line 4408, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details > summary i {
  color: var(--ar-cyan);
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .12em; }

/* line 4409, theme.scss */
#arhi-cost-calculator .arcalc-simplified__details[open] > summary {
  border-bottom: 1px solid var(--calc-line);
  background: rgba(32, 216, 255, 0.025); }

/* line 4411, theme.scss */
#arhi-cost-calculator .arcalc-simplified__advanced {
  display: grid;
  padding: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 4418, theme.scss */
#arhi-cost-calculator .arcalc-simplified__advanced .arcalc-field {
  padding: 15px;
  border: 1px solid rgba(145, 168, 193, 0.16);
  background: rgba(5, 10, 15, 0.58); }

/* line 4424, theme.scss */
#arhi-cost-calculator[data-ar-calc-simplified="true"] .arcalc-breakdown__row span {
  text-transform: none; }

@media (max-width: 920px) {
  /* line 4427, theme.scss */
  #arhi-cost-calculator .arcalc-simplified__advanced {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  /* line 4431, theme.scss */
  #arhi-cost-calculator .arcalc-simplified__primary {
    grid-template-columns: 1fr;
    padding: 18px; }

  /* line 4432, theme.scss */
  #arhi-cost-calculator .arcalc-simplified__primary .arcalc-field {
    min-height: 138px;
    padding: 20px; }

  /* line 4433, theme.scss */
  #arhi-cost-calculator .arcalc-simplified__details {
    margin: 0 18px 18px; }

  /* line 4434, theme.scss */
  #arhi-cost-calculator .arcalc-simplified__advanced {
    grid-template-columns: 1fr;
    padding: 14px; }

  /* line 4435, theme.scss */
  #arhi-cost-calculator .arcalc-simplified__details > summary {
    min-height: 82px;
    padding: 14px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 4439, theme.scss */
  #arhi-cost-calculator .arcalc-smart__preview canvas {
    transition: none; } }
/* =====================================================================
   ARHI.3D theme system v2
   Dark: original cyber workshop. Light: warm editorial gallery.
   ===================================================================== */
/* line 4449, theme.scss */
:root {
  color-scheme: dark; }

/* Theme control */
/* line 4454, theme.scss */
.ar-theme-switcher {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-right: 8px;
  z-index: 120; }

/* line 4463, theme.scss */
.ar-theme-toggle {
  display: inline-flex;
  min-width: 46px;
  height: 46px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--ar-line);
  border-radius: 12px;
  color: #d7e1eb;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 760;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease; }

/* line 4483, theme.scss */
.ar-theme-toggle:hover,
.ar-theme-switcher.is-open .ar-theme-toggle {
  color: #fff;
  border-color: rgba(32, 216, 255, 0.52);
  background: rgba(32, 216, 255, 0.08);
  transform: translateY(-1px); }

/* line 4491, theme.scss */
.ar-theme-toggle svg,
.ar-theme-menu svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7; }

/* line 4503, theme.scss */
.ar-theme-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: none;
  width: 286px;
  padding: 10px;
  border: 1px solid rgba(145, 168, 193, 0.24);
  border-radius: 16px;
  color: #edf5fb;
  background: rgba(8, 13, 20, 0.97);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(22px); }

/* line 4518, theme.scss */
.ar-theme-switcher.is-open .ar-theme-menu {
  display: block; }

/* line 4520, theme.scss */
.ar-theme-menu__head {
  display: flex;
  padding: 9px 10px 12px;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(145, 168, 193, 0.16); }

/* line 4529, theme.scss */
.ar-theme-menu__head strong {
  font-size: 13px; }

/* line 4530, theme.scss */
.ar-theme-menu__head span {
  color: #718498;
  font-size: 8px;
  letter-spacing: .07em;
  text-transform: uppercase; }

/* line 4532, theme.scss */
.ar-theme-menu > button {
  display: grid;
  width: 100%;
  min-height: 62px;
  padding: 10px;
  grid-template-columns: 28px minmax(0, 1fr) 14px;
  gap: 10px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(145, 168, 193, 0.12);
  border-radius: 9px;
  color: #aebdca;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  text-align: left; }

/* line 4550, theme.scss */
.ar-theme-menu > button:last-child {
  border-bottom: 0; }

/* line 4551, theme.scss */
.ar-theme-menu > button:hover {
  color: #eef8ff;
  background: rgba(255, 255, 255, 0.045); }

/* line 4552, theme.scss */
.ar-theme-menu > button span {
  display: grid;
  gap: 3px; }

/* line 4553, theme.scss */
.ar-theme-menu > button b {
  font-size: 12px; }

/* line 4554, theme.scss */
.ar-theme-menu > button small {
  color: #718498;
  font-size: 9px; }

/* line 4555, theme.scss */
.ar-theme-menu > button i {
  width: 9px;
  height: 9px;
  border: 1px solid #526779;
  border-radius: 50%; }

/* line 4561, theme.scss */
.ar-theme-menu > button.is-active {
  color: #eef8ff;
  background: rgba(32, 216, 255, 0.07); }

/* line 4565, theme.scss */
.ar-theme-menu > button.is-active i {
  border-color: #20d8ff;
  background: #20d8ff;
  box-shadow: 0 0 12px rgba(32, 216, 255, 0.6); }

/* line 5313, theme.scss */
html[data-ar-theme="light"] {
  color-scheme: light;
  --ar-bg: #f2eee8;
  --ar-bg-soft: #e8e2d9;
  --ar-card: #ffffff;
  --ar-card-2: #f8f5f0;
  --ar-line: rgba(29,37,52,.14);
  --ar-line-strong: rgba(29,37,52,.24);
  --ar-text: #151d2b;
  --ar-muted: #626d7c;
  --ar-cyan: #3e56d8;
  --ar-cyan-2: #293ca8;
  --ar-violet: #c34970;
  --ar-amber: #c66b17;
  --ar-shadow: 0 24px 64px rgba(35,39,48,.13);
  --ar-collection-card: #ffffff;
  --ar-collection-card-2: #f8f5f0;
  --ar-collection-line: rgba(62,86,216,.18);
  /* Header and menu */
  /* Global controls */
  /* Home: the first screen and photo tiles remain deliberate dark islands. */
  /* Page and article headers */
  /* Catalog */
  /* Product, cart, search and account utility pages */
  /* Quick view and overlays */
  /* Calculator: every surrounding layer follows the gallery theme. */
  /* 3D remains dark for depth and toolpath contrast. */
  /* Footer */ }
  /* line 4590, theme.scss */
  html[data-ar-theme="light"],
  html[data-ar-theme="light"] body {
    background: #f2eee8 !important; }
  /* line 4595, theme.scss */
  html[data-ar-theme="light"] body {
    color: var(--ar-text) !important;
    background-image: radial-gradient(circle at 90% 5%, rgba(195, 73, 112, 0.075), rgba(0, 0, 0, 0) 27rem), radial-gradient(circle at 9% 16%, rgba(62, 86, 216, 0.065), rgba(0, 0, 0, 0) 30rem) !important;
    background-attachment: fixed !important; }
  /* line 4603, theme.scss */
  html[data-ar-theme="light"] body::selection {
    color: #fff;
    background: #3e56d8; }
  /* line 4605, theme.scss */
  html[data-ar-theme="light"] body,
  html[data-ar-theme="light"] .page_layout,
  html[data-ar-theme="light"] .page_layout-clear,
  html[data-ar-theme="light"] .page_layout_section_top,
  html[data-ar-theme="light"] main,
  html[data-ar-theme="light"] aside {
    color: var(--ar-text);
    background-color: transparent !important; }
  /* line 4615, theme.scss */
  html[data-ar-theme="light"] h1, html[data-ar-theme="light"] h2, html[data-ar-theme="light"] h3, html[data-ar-theme="light"] h4, html[data-ar-theme="light"] h5, html[data-ar-theme="light"] h6,
  html[data-ar-theme="light"] .heading, html[data-ar-theme="light"] .page-headding, html[data-ar-theme="light"] .page-title {
    color: #151d2b !important; }
  /* line 4620, theme.scss */
  html[data-ar-theme="light"] p, html[data-ar-theme="light"] .text-muted,
  html[data-ar-theme="light"] .breadcrumb, html[data-ar-theme="light"] .breadcrumbs,
  html[data-ar-theme="light"] .breadcrumb a, html[data-ar-theme="light"] .breadcrumbs a {
    color: #626d7c !important; }
  /* line 4626, theme.scss */
  html[data-ar-theme="light"] a {
    text-decoration-color: rgba(62, 86, 216, 0.32); }
  /* line 4629, theme.scss */
  html[data-ar-theme="light"] header {
    color: #151d2b !important;
    background: rgba(250, 248, 244, 0.92) !important;
    border-bottom-color: rgba(29, 37, 52, 0.13) !important;
    box-shadow: 0 10px 30px rgba(35, 39, 48, 0.07); }
  /* line 4636, theme.scss */
  html[data-ar-theme="light"] header .layout,
  html[data-ar-theme="light"] header .layout__content,
  html[data-ar-theme="light"] header .header,
  html[data-ar-theme="light"] header .header-part-top,
  html[data-ar-theme="light"] header .header-part-main,
  html[data-ar-theme="light"] .header-part-main__inner {
    background: transparent !important; }
  /* line 4643, theme.scss */
  html[data-ar-theme="light"] .header__logo,
  html[data-ar-theme="light"] .header__logo::after,
  html[data-ar-theme="light"] .header__phone-value,
  html[data-ar-theme="light"] .ar-header-phone,
  html[data-ar-theme="light"] .header__control-btn,
  html[data-ar-theme="light"] .header__search-btn {
    color: #151d2b !important; }
  /* line 4652, theme.scss */
  html[data-ar-theme="light"] .header__logo::before,
  html[data-ar-theme="light"] .ar-footer__mark {
    filter: none !important; }
  /* line 4655, theme.scss */
  html[data-ar-theme="light"] .ar-desktop-nav a,
  html[data-ar-theme="light"] .header__menu-link {
    color: #4f5a69 !important; }
  /* line 4657, theme.scss */
  html[data-ar-theme="light"] .ar-desktop-nav a:hover,
  html[data-ar-theme="light"] .header__menu-link:hover,
  html[data-ar-theme="light"] .header__control-btn:hover {
    color: #293ca8 !important; }
  /* line 4661, theme.scss */
  html[data-ar-theme="light"] .header__search-field,
  html[data-ar-theme="light"] .header__search-input,
  html[data-ar-theme="light"] .header__search .form-control {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d3ccc2 !important; }
  /* line 4669, theme.scss */
  html[data-ar-theme="light"] .header__search-field::placeholder,
  html[data-ar-theme="light"] input::placeholder,
  html[data-ar-theme="light"] textarea::placeholder {
    color: #8a928f !important;
    opacity: 1; }
  /* line 4673, theme.scss */
  html[data-ar-theme="light"] .header__search-btn {
    background: #ece7df !important;
    border-color: #d3ccc2 !important; }
  /* line 4678, theme.scss */
  html[data-ar-theme="light"] .header__show-collection-btn {
    color: #ffffff !important;
    background: #3e56d8 !important;
    box-shadow: 0 12px 28px rgba(62, 86, 216, 0.2) !important; }
  /* line 4684, theme.scss */
  html[data-ar-theme="light"] .header__collections,
  html[data-ar-theme="light"] .header__collections-content,
  html[data-ar-theme="light"] .header__collections-menu,
  html[data-ar-theme="light"] .mobile-menu,
  html[data-ar-theme="light"] .mobile-menu__content {
    color: #151d2b !important;
    background: #fbf9f5 !important;
    border-color: #d8d1c7 !important;
    box-shadow: var(--ar-shadow) !important; }
  /* line 4695, theme.scss */
  html[data-ar-theme="light"] .header__collections-title,
  html[data-ar-theme="light"] .header__collections-head-title,
  html[data-ar-theme="light"] .header__collections a,
  html[data-ar-theme="light"] .mobile-menu a {
    color: #273240 !important; }
  /* line 4700, theme.scss */
  html[data-ar-theme="light"] .ar-theme-toggle {
    color: #273240;
    background: #ffffff;
    border-color: #d3ccc2; }
  /* line 4705, theme.scss */
  html[data-ar-theme="light"] .ar-theme-toggle:hover,
  html[data-ar-theme="light"] .ar-theme-switcher.is-open .ar-theme-toggle {
    color: #293ca8;
    border-color: rgba(62, 86, 216, 0.46);
    background: rgba(62, 86, 216, 0.06); }
  /* line 4711, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu {
    color: #151d2b;
    background: rgba(251, 249, 245, 0.98);
    border-color: #d7d0c6;
    box-shadow: 0 28px 80px rgba(41, 42, 48, 0.18); }
  /* line 4717, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu__head {
    border-color: #ddd6cd; }
  /* line 4718, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu__head span,
  html[data-ar-theme="light"] .ar-theme-menu > button small {
    color: #737d89; }
  /* line 4720, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu > button {
    color: #465363;
    border-color: #e3ddd5; }
  /* line 4724, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu > button:hover {
    color: #1b2740;
    background: #f0ece6; }
  /* line 4728, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu > button.is-active {
    color: #293ca8;
    background: rgba(62, 86, 216, 0.08); }
  /* line 4732, theme.scss */
  html[data-ar-theme="light"] .ar-theme-menu > button.is-active i {
    border-color: #3e56d8;
    background: #3e56d8;
    box-shadow: 0 0 0 4px rgba(62, 86, 216, 0.11); }
  /* line 4739, theme.scss */
  html[data-ar-theme="light"] input, html[data-ar-theme="light"] textarea, html[data-ar-theme="light"] select,
  html[data-ar-theme="light"] .form-control {
    color: #182231 !important;
    background-color: #ffffff !important;
    border-color: #d3ccc2 !important; }
  /* line 4746, theme.scss */
  html[data-ar-theme="light"] input:focus, html[data-ar-theme="light"] textarea:focus, html[data-ar-theme="light"] select:focus,
  html[data-ar-theme="light"] .form-control:focus {
    border-color: #3e56d8 !important;
    box-shadow: 0 0 0 3px rgba(62, 86, 216, 0.1) !important; }
  /* line 4752, theme.scss */
  html[data-ar-theme="light"] .button,
  html[data-ar-theme="light"] button {
    border-color: #cbc3b8; }
  /* line 4755, theme.scss */
  html[data-ar-theme="light"] .ar-button--primary,
  html[data-ar-theme="light"] .product__buy-btn,
  html[data-ar-theme="light"] [data-cart-submit] {
    color: #fff !important;
    background: #3e56d8 !important;
    box-shadow: 0 14px 34px rgba(62, 86, 216, 0.2) !important; }
  /* line 4763, theme.scss */
  html[data-ar-theme="light"] .ar-button--ghost {
    color: #202b39 !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border-color: #cbc3b8 !important; }
  /* line 4770, theme.scss */
  html[data-ar-theme="light"] .ar-hero {
    --ar-text: #f4f7fb;
    --ar-muted: #aebac8;
    --ar-line: rgba(255,255,255,.15);
    color: #f4f7fb !important;
    background: linear-gradient(90deg, rgba(6, 8, 15, 0.98), rgba(12, 14, 25, 0.88) 36%, rgba(11, 13, 24, 0.25) 69%, rgba(11, 13, 24, 0.16)), linear-gradient(0deg, #f2eee8 0%, transparent 22%), var(--ar-hero-image) 62% center/cover no-repeat !important; }
  /* line 4780, theme.scss */
  html[data-ar-theme="light"] .ar-hero h1,
  html[data-ar-theme="light"] .ar-hero h2,
  html[data-ar-theme="light"] .ar-hero h3,
  html[data-ar-theme="light"] .ar-hero__meta strong {
    color: #f8fbff !important; }
  /* line 4784, theme.scss */
  html[data-ar-theme="light"] .ar-hero__lead,
  html[data-ar-theme="light"] .ar-hero__meta span {
    color: #bac5d2 !important; }
  /* line 4786, theme.scss */
  html[data-ar-theme="light"] .ar-hero .ar-button--ghost {
    color: #f8fbff !important;
    background: rgba(8, 11, 19, 0.58) !important;
    border-color: rgba(255, 255, 255, 0.25) !important; }
  /* line 4792, theme.scss */
  html[data-ar-theme="light"] .ar-fandom-strip {
    color: #fff !important;
    background: #3e56d8 !important;
    border-color: #293ca8 !important; }
  /* line 4797, theme.scss */
  html[data-ar-theme="light"] .ar-fandom-strip i {
    background: rgba(255, 255, 255, 0.48) !important; }
  /* line 4799, theme.scss */
  html[data-ar-theme="light"] .ar-trust,
  html[data-ar-theme="light"] .ar-directions,
  html[data-ar-theme="light"] .ar-process,
  html[data-ar-theme="light"] .ar-materials,
  html[data-ar-theme="light"] .ar-works,
  html[data-ar-theme="light"] .ar-cta {
    color: #151d2b;
    background: transparent !important;
    border-color: rgba(29, 37, 52, 0.13) !important; }
  /* line 4810, theme.scss */
  html[data-ar-theme="light"] .ar-directions {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(232, 226, 217, 0.58)) !important; }
  /* line 4813, theme.scss */
  html[data-ar-theme="light"] .ar-process {
    background: #e9e3da !important; }
  /* line 4814, theme.scss */
  html[data-ar-theme="light"] .ar-materials {
    background: #f8f5f0 !important; }
  /* line 4815, theme.scss */
  html[data-ar-theme="light"] .ar-cta {
    background: #eee8df !important; }
  /* line 4817, theme.scss */
  html[data-ar-theme="light"] .ar-trust span,
  html[data-ar-theme="light"] .ar-section-head > p,
  html[data-ar-theme="light"] .ar-process p,
  html[data-ar-theme="light"] .ar-materials p,
  html[data-ar-theme="light"] .ar-cta p {
    color: #626d7c !important; }
  /* line 4823, theme.scss */
  html[data-ar-theme="light"] .ar-process__grid,
  html[data-ar-theme="light"] .ar-process article,
  html[data-ar-theme="light"] .ar-materials__cards article {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d7d0c6 !important;
    box-shadow: 0 18px 44px rgba(35, 39, 48, 0.06); }
  /* line 4832, theme.scss */
  html[data-ar-theme="light"] .ar-text-link,
  html[data-ar-theme="light"] .ar-cta__contact {
    color: #293ca8 !important;
    border-color: rgba(62, 86, 216, 0.25) !important; }
  /* line 4838, theme.scss */
  html[data-ar-theme="light"] .ar-direction,
  html[data-ar-theme="light"] .ar-work {
    --ar-text: #f7f9fc;
    --ar-muted: #bdc7d2;
    color: #f7f9fc !important;
    border-color: rgba(29, 37, 52, 0.24) !important;
    box-shadow: 0 22px 55px rgba(33, 35, 43, 0.17); }
  /* line 4846, theme.scss */
  html[data-ar-theme="light"] .ar-direction h3,
  html[data-ar-theme="light"] .ar-direction p,
  html[data-ar-theme="light"] .ar-work figcaption,
  html[data-ar-theme="light"] .ar-work figcaption strong {
    color: #f7f9fc !important; }
  /* line 4851, theme.scss */
  html[data-ar-theme="light"] .ar-existing-widgets .product-preview,
  html[data-ar-theme="light"] .special-products .product-preview {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d9d2c8 !important;
    box-shadow: 0 16px 42px rgba(35, 39, 48, 0.07); }
  /* line 4858, theme.scss */
  html[data-ar-theme="light"] .ar-existing-widgets .product-preview__title a,
  html[data-ar-theme="light"] .ar-existing-widgets .product-preview__price,
  html[data-ar-theme="light"] .ar-existing-widgets .product-preview__price * {
    color: #151d2b !important; }
  /* line 4862, theme.scss */
  html[data-ar-theme="light"] .ar-material-orb--cyan {
    background: radial-gradient(circle at 35% 30%, #eef0ff, #6478e7 19%, #364db7 48%, #202845 72%) !important;
    box-shadow: 0 20px 60px rgba(62, 86, 216, 0.18) !important; }
  /* line 4866, theme.scss */
  html[data-ar-theme="light"] .ar-material-orb--violet {
    background: radial-gradient(circle at 35% 30%, #fff0f4, #df6d91 19%, #a5395c 48%, #40202c 72%) !important;
    box-shadow: 0 20px 60px rgba(195, 73, 112, 0.18) !important; }
  /* line 4872, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="page"] main > .widget-type_system_widget_v4_page_title_1,
  html[data-ar-theme="light"] body[data-theme-template="article"] main > .widget-type_system_widget_v4_page_title_1,
  html[data-ar-theme="light"] body[data-theme-template="blog"] .page_section_top,
  html[data-ar-theme="light"] body[data-theme-template="product"] .page_section_top,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .page_section_top {
    background: linear-gradient(rgba(62, 86, 216, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.045) 1px, transparent 1px), radial-gradient(circle at 78% 26%, rgba(195, 73, 112, 0.1), rgba(0, 0, 0, 0) 24rem), #f8f5f0 !important;
    background-size: 52px 52px, 52px 52px, auto, auto !important;
    border-color: #d8d1c7 !important; }
  /* line 4886, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)),
  html[data-ar-theme="light"] body[data-theme-template="article"] .page-content,
  html[data-ar-theme="light"] body[data-theme-template="page"] .static-text:not(:has(#arhi-cost-calculator)),
  html[data-ar-theme="light"] body[data-theme-template="article"] .static-text,
  html[data-ar-theme="light"] .article,
  html[data-ar-theme="light"] .blog {
    color: #1a2533 !important;
    background: #ffffff !important;
    border-color: #d9d2c8 !important;
    box-shadow: 0 20px 60px rgba(35, 39, 48, 0.07); }
  /* line 4898, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="page"] .page-content p,
  html[data-ar-theme="light"] body[data-theme-template="article"] .page-content p,
  html[data-ar-theme="light"] .static-text,
  html[data-ar-theme="light"] .static-text p,
  html[data-ar-theme="light"] .article p,
  html[data-ar-theme="light"] .blog p {
    color: #596676 !important; }
  /* line 4905, theme.scss */
  html[data-ar-theme="light"] .ar-contact-grid > div,
  html[data-ar-theme="light"] .ar-contact-steps,
  html[data-ar-theme="light"] .ar-contact-steps li,
  html[data-ar-theme="light"] .ar-contact-details {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d8d1c7 !important;
    box-shadow: 0 16px 44px rgba(35, 39, 48, 0.06); }
  /* line 4914, theme.scss */
  html[data-ar-theme="light"] .ar-contact-grid span {
    color: #7a8290 !important; }
  /* line 4915, theme.scss */
  html[data-ar-theme="light"] .ar-contact-grid a,
  html[data-ar-theme="light"] .ar-contact-grid strong,
  html[data-ar-theme="light"] .ar-contact-steps strong {
    color: #151d2b !important; }
  /* line 4920, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] {
    background: #f2eee8 !important; }
  /* line 4923, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .ar-catalog-intro,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .ar-catalog-intro p {
    color: #596676 !important; }
  /* line 4925, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .ar-catalog-intro__links a {
    color: #293ca8 !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border-color: #d1c9be !important; }
  /* line 4931, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter__content,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter__head,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter-item,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter__content > .filter-item,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter__items > .filter-item,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter__content > .only_available,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .collection-order,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .collection-filter,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .collection-products-controls,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog__controls,
  html[data-ar-theme="light"] body[data-theme-template="collection"] [class*="view-switch"] {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d7d0c6 !important; }
  /* line 4947, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter {
    box-shadow: 0 18px 50px rgba(35, 39, 48, 0.08) !important; }
  /* line 4950, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter-item__name,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter-item__head,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter-option__label,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .sidebar-collections__link {
    color: #384555 !important; }
  /* line 4954, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter__head-title,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .sidebar-collections__link.is-current,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .sidebar-collections__link:hover {
    color: #293ca8 !important; }
  /* line 4957, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .filter-option__btn {
    background: #f7f3ed !important;
    border-color: #cec6bb !important; }
  /* line 4962, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview-elem,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d5cec4 !important; }
  /* line 4968, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview:hover {
    color: #151d2b !important;
    background: #fff !important;
    border-color: #3e56d8 !important;
    box-shadow: 0 20px 48px rgba(45, 50, 72, 0.14) !important; }
  /* line 4974, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview::before {
    color: #697483 !important;
    background: rgba(248, 245, 240, 0.94) !important;
    border-color: #d6cec4 !important; }
  /* line 4979, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__photo {
    background: radial-gradient(circle at 75% 16%, rgba(195, 73, 112, 0.08), rgba(0, 0, 0, 0) 45%), #eee9e2 !important; }
  /* line 4984, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__title,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__title a,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__price,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__price-cur {
    color: #151d2b !important; }
  /* line 4988, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__controls {
    background: #e9e3db !important;
    border-color: #d0c8bd !important; }
  /* line 4992, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__controls > * {
    color: #263341 !important;
    background: #ffffff !important;
    border-color: #d0c8bd !important; }
  /* line 4997, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__controls .product-preview__show-modal-variants-btn,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__controls .add-cart-counter,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .catalog-list .product-preview__controls .ar-price-request-link {
    color: #fff !important;
    background: #3e56d8 !important; }
  /* line 5003, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .sticker,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview__sticker {
    color: #fff !important;
    background: #c34970 !important; }
  /* line 5010, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="product"] .product,
  html[data-ar-theme="light"] body[data-theme-template="cart"] .cart,
  html[data-ar-theme="light"] body[data-theme-template="search"] main > .layout__content,
  html[data-ar-theme="light"] body[data-theme-template="favorite"] main > .layout__content,
  html[data-ar-theme="light"] body[data-theme-template="compare"] main > .layout__content {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d8d1c7 !important;
    box-shadow: 0 20px 60px rgba(35, 39, 48, 0.07); }
  /* line 5020, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="product"] .product__area-photo,
  html[data-ar-theme="light"] body[data-theme-template="product"] .product__photo {
    background: #eee9e2 !important;
    border-color: #d8d1c7 !important; }
  /* line 5025, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="product"] .product__area-form,
  html[data-ar-theme="light"] .product__area-form,
  html[data-ar-theme="light"] .cart__area-items,
  html[data-ar-theme="light"] .cart__area-total,
  html[data-ar-theme="light"] .cart-item,
  html[data-ar-theme="light"] .collection__sidebar {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d8d1c7 !important; }
  /* line 5035, theme.scss */
  html[data-ar-theme="light"] .product__title,
  html[data-ar-theme="light"] .product__price-cur,
  html[data-ar-theme="light"] .cart-item__title,
  html[data-ar-theme="light"] .cart-item__price,
  html[data-ar-theme="light"] .cart-total,
  html[data-ar-theme="light"] .cart-total * {
    color: #151d2b !important; }
  /* line 5041, theme.scss */
  html[data-ar-theme="light"] .pagination a,
  html[data-ar-theme="light"] .pagination span {
    color: #354252 !important;
    background: #fff !important;
    border-color: #d5cec4 !important; }
  /* line 5047, theme.scss */
  html[data-ar-theme="light"] .pagination .is-current,
  html[data-ar-theme="light"] .pagination .active {
    color: #fff !important;
    background: #3e56d8 !important; }
  /* line 5051, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal),
  html[data-ar-theme="light"] body[data-theme-template="collection"] .modal-product-preview__content,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview-modal,
  html[data-ar-theme="light"] .modal,
  html[data-ar-theme="light"] .modal-content,
  html[data-ar-theme="light"] .popup,
  html[data-ar-theme="light"] .popup__content,
  html[data-ar-theme="light"] .side-panel,
  html[data-ar-theme="light"] .side-panel__content,
  html[data-ar-theme="light"] .dropdown-menu,
  html[data-ar-theme="light"] .autocomplete,
  html[data-ar-theme="light"] .search-result {
    color: #151d2b !important;
    background: #fbf9f5 !important;
    border-color: #d7d0c6 !important; }
  /* line 5067, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview-modal__area-photo,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
    background: #eee9e2 !important; }
  /* line 5071, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview-modal .product-preview__price-cur,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview-modal .product-preview__title,
  html[data-ar-theme="light"] body[data-theme-template="collection"] .product-preview-modal label {
    color: #151d2b !important; }
  /* line 5074, theme.scss */
  html[data-ar-theme="light"] body[data-theme-template="collection"] .modal-product-preview__close-btn {
    color: #263341 !important;
    background: #eee9e2 !important;
    border-color: #d0c8bd !important; }
  /* line 5081, theme.scss */
  html[data-ar-theme="light"] body:has(#arhi-cost-calculator),
  html[data-ar-theme="light"] body:has(#arhi-cost-calculator) main,
  html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .page_layout,
  html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .page_layout-clear,
  html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .page_layout_section_top,
  html[data-ar-theme="light"] body[data-theme-template="page"] .static-text:has(#arhi-cost-calculator),
  html[data-ar-theme="light"] body[data-theme-template="page"] .page-content:has(#arhi-cost-calculator) {
    background: #f2eee8 !important; }
  /* line 5091, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator {
    --calc-bg: #f2eee8;
    --calc-panel: #ffffff;
    --calc-panel-2: #f8f5f0;
    --calc-line: rgba(29,37,52,.15);
    --calc-muted: #687383;
    color: #151d2b !important;
    background: #f2eee8 !important; }
  /* line 5101, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero {
    color: #151d2b !important;
    background: linear-gradient(rgba(62, 86, 216, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.045) 1px, transparent 1px), radial-gradient(circle at 82% 25%, rgba(195, 73, 112, 0.12), rgba(0, 0, 0, 0) 24rem), #f8f5f0 !important;
    background-size: 42px 42px, 42px 42px, auto, auto !important;
    border-color: #d6cec4 !important; }
  /* line 5111, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero h2,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero h3,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-card h3,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart h3,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart h4,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result h3,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo h2,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo h3 {
    color: #151d2b !important; }
  /* line 5119, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero h2 em {
    -webkit-text-stroke-color: rgba(21, 29, 43, 0.34) !important; }
  /* line 5122, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero p,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart p,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-disclaimer,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-formula-note,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo p {
    color: #687383 !important; }
  /* line 5128, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero__stats,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-card,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__confirm {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: #d6cec4 !important;
    box-shadow: 0 18px 48px rgba(35, 39, 48, 0.06); }
  /* line 5141, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-hero__stats > div,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-card > header,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__head,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__primary,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__sale,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-breakdown,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__meta > div,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output > header,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output__row,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo > header,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo__note,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__head,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__facts > div {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: var(--calc-line) !important; }
  /* line 5159, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__tiles,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output__ledger,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-actions,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo__grid,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__facts,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__confirm-grid {
    background: var(--calc-line) !important; }
  /* line 5166, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__tiles > div,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output__row,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-seo__grid article,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__confirm-grid > label,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-actions > * {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: var(--calc-line) !important; }
  /* line 5176, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-field > span:first-child,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-label,
  html[data-ar-theme="light"] #arhi-cost-calculator label,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__confirm-grid > label > span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__details > summary {
    color: #354252 !important; }
  /* line 5182, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-field small,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-input i,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__head i,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__primary > span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__sale > span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__tiles span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__meta span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-breakdown__row > div,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output__row span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__facts span,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__details > summary small {
    color: #707b89 !important; }
  /* line 5194, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator input,
  html[data-ar-theme="light"] #arhi-cost-calculator select,
  html[data-ar-theme="light"] #arhi-cost-calculator textarea {
    color: #151d2b !important;
    background: #fbfaf7 !important;
    border-color: #cec6bb !important; }
  /* line 5202, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__primary strong,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__tiles b,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__meta b,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-breakdown__row b,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output__row b,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__facts b,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-formula-note strong {
    color: #151d2b !important; }
  /* line 5210, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__steps {
    color: #596676 !important;
    background: #eee9e2 !important;
    border-color: var(--calc-line) !important; }
  /* line 5215, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__steps li.is-active {
    color: #293ca8 !important;
    background: rgba(62, 86, 216, 0.08) !important; }
  /* line 5219, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__drop {
    color: #151d2b !important;
    background: radial-gradient(circle at 72% 14%, rgba(195, 73, 112, 0.08), rgba(0, 0, 0, 0) 42%), #fbfaf7 !important;
    border-color: rgba(62, 86, 216, 0.4) !important; }
  /* line 5226, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__drop small,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__drop em {
    color: #707b89 !important; }
  /* line 5230, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__workbench,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__preview {
    color: #eef8ff !important;
    background: #071019 !important; }
  /* line 5235, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__filename,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__preview > span {
    color: #eef8ff !important;
    background: rgba(5, 12, 18, 0.88) !important;
    border-color: rgba(100, 120, 231, 0.45) !important; }
  /* line 5241, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__analysis {
    color: #151d2b !important;
    background: #ffffff !important; }
  /* line 5246, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-actions > *:first-child,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__actions button,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-smart__confirm-actions button:last-child,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-import label span {
    color: #fff !important;
    background: #3e56d8 !important;
    border-color: #3e56d8 !important; }
  /* line 5254, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-actions > *:hover {
    color: #fff !important;
    background: #293ca8 !important; }
  /* line 5255, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-output__row.is-total,
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-result__sale {
    background: rgba(62, 86, 216, 0.065) !important; }
  /* line 5257, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-breakdown__row > em {
    background: #e2dcd4 !important; }
  /* line 5259, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__primary .arcalc-field {
    border-color: rgba(62, 86, 216, 0.25) !important;
    background: linear-gradient(rgba(62, 86, 216, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.035) 1px, transparent 1px), #f8f5f0 !important; }
  /* line 5266, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__primary .arcalc-field::before {
    color: rgba(62, 86, 216, 0.62) !important; }
  /* line 5267, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__primary input {
    color: #151d2b !important;
    background: #ffffff !important;
    border-color: rgba(62, 86, 216, 0.34) !important; }
  /* line 5272, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__details {
    background: #f8f5f0 !important;
    border-color: #d6cec4 !important; }
  /* line 5276, theme.scss */
  html[data-ar-theme="light"] #arhi-cost-calculator .arcalc-simplified__advanced .arcalc-field {
    background: #ffffff !important;
    border-color: #ded7ce !important; }
  /* line 5281, theme.scss */
  html[data-ar-theme="light"] #arcalc-summary {
    color: #344353 !important;
    background: #f0ece6 !important;
    border-color: #d6cec4 !important; }
  /* line 5288, theme.scss */
  html[data-ar-theme="light"] .ar-footer {
    color: #151d2b !important;
    background: #e6e0d7 !important;
    border-color: #cec6bb !important; }
  /* line 5293, theme.scss */
  html[data-ar-theme="light"] .ar-footer__brand,
  html[data-ar-theme="light"] .ar-footer nav a,
  html[data-ar-theme="light"] .ar-footer__contacts a {
    color: #263341 !important; }
  /* line 5296, theme.scss */
  html[data-ar-theme="light"] .ar-footer h3,
  html[data-ar-theme="light"] .ar-footer__contacts span,
  html[data-ar-theme="light"] .ar-footer__lead,
  html[data-ar-theme="light"] .ar-footer__bottom,
  html[data-ar-theme="light"] .ar-footer__bottom a {
    color: #626d7c !important; }
  /* line 5301, theme.scss */
  html[data-ar-theme="light"] .ar-footer__bottom {
    border-color: #cec6bb !important; }
  @media (max-width: 767px) {
    /* line 5304, theme.scss */
    html[data-ar-theme="light"] header {
      background: rgba(250, 248, 244, 0.97) !important; }
    /* line 5305, theme.scss */
    html[data-ar-theme="light"] .ar-hero {
      background: linear-gradient(90deg, rgba(6, 8, 15, 0.97), rgba(12, 14, 25, 0.72)), var(--ar-hero-image) 62% center/cover no-repeat !important; } }

/* No-JS fallback preserves automatic system matching. */
@media (prefers-color-scheme: light) {
  /* line 5319, theme.scss */
  html:not([data-ar-theme]) {
    color-scheme: light;
    --ar-bg: #f2eee8;
    --ar-bg-soft: #e8e2d9;
    --ar-card: #ffffff;
    --ar-card-2: #f8f5f0;
    --ar-line: rgba(29,37,52,.14);
    --ar-line-strong: rgba(29,37,52,.24);
    --ar-text: #151d2b;
    --ar-muted: #626d7c;
    --ar-cyan: #3e56d8;
    --ar-cyan-2: #293ca8;
    --ar-violet: #c34970;
    --ar-amber: #c66b17;
    --ar-shadow: 0 24px 64px rgba(35,39,48,.13);
    --ar-collection-card: #ffffff;
    --ar-collection-card-2: #f8f5f0;
    --ar-collection-line: rgba(62,86,216,.18);
    /* Header and menu */
    /* Global controls */
    /* Home: the first screen and photo tiles remain deliberate dark islands. */
    /* Page and article headers */
    /* Catalog */
    /* Product, cart, search and account utility pages */
    /* Quick view and overlays */
    /* Calculator: every surrounding layer follows the gallery theme. */
    /* 3D remains dark for depth and toolpath contrast. */
    /* Footer */ }
    /* line 4590, theme.scss */
    html:not([data-ar-theme]),
    html:not([data-ar-theme]) body {
      background: #f2eee8 !important; }
    /* line 4595, theme.scss */
    html:not([data-ar-theme]) body {
      color: var(--ar-text) !important;
      background-image: radial-gradient(circle at 90% 5%, rgba(195, 73, 112, 0.075), rgba(0, 0, 0, 0) 27rem), radial-gradient(circle at 9% 16%, rgba(62, 86, 216, 0.065), rgba(0, 0, 0, 0) 30rem) !important;
      background-attachment: fixed !important; }
    /* line 4603, theme.scss */
    html:not([data-ar-theme]) body::selection {
      color: #fff;
      background: #3e56d8; }
    /* line 4605, theme.scss */
    html:not([data-ar-theme]) body,
    html:not([data-ar-theme]) .page_layout,
    html:not([data-ar-theme]) .page_layout-clear,
    html:not([data-ar-theme]) .page_layout_section_top,
    html:not([data-ar-theme]) main,
    html:not([data-ar-theme]) aside {
      color: var(--ar-text);
      background-color: transparent !important; }
    /* line 4615, theme.scss */
    html:not([data-ar-theme]) h1, html:not([data-ar-theme]) h2, html:not([data-ar-theme]) h3, html:not([data-ar-theme]) h4, html:not([data-ar-theme]) h5, html:not([data-ar-theme]) h6,
    html:not([data-ar-theme]) .heading, html:not([data-ar-theme]) .page-headding, html:not([data-ar-theme]) .page-title {
      color: #151d2b !important; }
    /* line 4620, theme.scss */
    html:not([data-ar-theme]) p, html:not([data-ar-theme]) .text-muted,
    html:not([data-ar-theme]) .breadcrumb, html:not([data-ar-theme]) .breadcrumbs,
    html:not([data-ar-theme]) .breadcrumb a, html:not([data-ar-theme]) .breadcrumbs a {
      color: #626d7c !important; }
    /* line 4626, theme.scss */
    html:not([data-ar-theme]) a {
      text-decoration-color: rgba(62, 86, 216, 0.32); }
    /* line 4629, theme.scss */
    html:not([data-ar-theme]) header {
      color: #151d2b !important;
      background: rgba(250, 248, 244, 0.92) !important;
      border-bottom-color: rgba(29, 37, 52, 0.13) !important;
      box-shadow: 0 10px 30px rgba(35, 39, 48, 0.07); }
    /* line 4636, theme.scss */
    html:not([data-ar-theme]) header .layout,
    html:not([data-ar-theme]) header .layout__content,
    html:not([data-ar-theme]) header .header,
    html:not([data-ar-theme]) header .header-part-top,
    html:not([data-ar-theme]) header .header-part-main,
    html:not([data-ar-theme]) .header-part-main__inner {
      background: transparent !important; }
    /* line 4643, theme.scss */
    html:not([data-ar-theme]) .header__logo,
    html:not([data-ar-theme]) .header__logo::after,
    html:not([data-ar-theme]) .header__phone-value,
    html:not([data-ar-theme]) .ar-header-phone,
    html:not([data-ar-theme]) .header__control-btn,
    html:not([data-ar-theme]) .header__search-btn {
      color: #151d2b !important; }
    /* line 4652, theme.scss */
    html:not([data-ar-theme]) .header__logo::before,
    html:not([data-ar-theme]) .ar-footer__mark {
      filter: none !important; }
    /* line 4655, theme.scss */
    html:not([data-ar-theme]) .ar-desktop-nav a,
    html:not([data-ar-theme]) .header__menu-link {
      color: #4f5a69 !important; }
    /* line 4657, theme.scss */
    html:not([data-ar-theme]) .ar-desktop-nav a:hover,
    html:not([data-ar-theme]) .header__menu-link:hover,
    html:not([data-ar-theme]) .header__control-btn:hover {
      color: #293ca8 !important; }
    /* line 4661, theme.scss */
    html:not([data-ar-theme]) .header__search-field,
    html:not([data-ar-theme]) .header__search-input,
    html:not([data-ar-theme]) .header__search .form-control {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d3ccc2 !important; }
    /* line 4669, theme.scss */
    html:not([data-ar-theme]) .header__search-field::placeholder,
    html:not([data-ar-theme]) input::placeholder,
    html:not([data-ar-theme]) textarea::placeholder {
      color: #8a928f !important;
      opacity: 1; }
    /* line 4673, theme.scss */
    html:not([data-ar-theme]) .header__search-btn {
      background: #ece7df !important;
      border-color: #d3ccc2 !important; }
    /* line 4678, theme.scss */
    html:not([data-ar-theme]) .header__show-collection-btn {
      color: #ffffff !important;
      background: #3e56d8 !important;
      box-shadow: 0 12px 28px rgba(62, 86, 216, 0.2) !important; }
    /* line 4684, theme.scss */
    html:not([data-ar-theme]) .header__collections,
    html:not([data-ar-theme]) .header__collections-content,
    html:not([data-ar-theme]) .header__collections-menu,
    html:not([data-ar-theme]) .mobile-menu,
    html:not([data-ar-theme]) .mobile-menu__content {
      color: #151d2b !important;
      background: #fbf9f5 !important;
      border-color: #d8d1c7 !important;
      box-shadow: var(--ar-shadow) !important; }
    /* line 4695, theme.scss */
    html:not([data-ar-theme]) .header__collections-title,
    html:not([data-ar-theme]) .header__collections-head-title,
    html:not([data-ar-theme]) .header__collections a,
    html:not([data-ar-theme]) .mobile-menu a {
      color: #273240 !important; }
    /* line 4700, theme.scss */
    html:not([data-ar-theme]) .ar-theme-toggle {
      color: #273240;
      background: #ffffff;
      border-color: #d3ccc2; }
    /* line 4705, theme.scss */
    html:not([data-ar-theme]) .ar-theme-toggle:hover,
    html:not([data-ar-theme]) .ar-theme-switcher.is-open .ar-theme-toggle {
      color: #293ca8;
      border-color: rgba(62, 86, 216, 0.46);
      background: rgba(62, 86, 216, 0.06); }
    /* line 4711, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu {
      color: #151d2b;
      background: rgba(251, 249, 245, 0.98);
      border-color: #d7d0c6;
      box-shadow: 0 28px 80px rgba(41, 42, 48, 0.18); }
    /* line 4717, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu__head {
      border-color: #ddd6cd; }
    /* line 4718, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu__head span,
    html:not([data-ar-theme]) .ar-theme-menu > button small {
      color: #737d89; }
    /* line 4720, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu > button {
      color: #465363;
      border-color: #e3ddd5; }
    /* line 4724, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu > button:hover {
      color: #1b2740;
      background: #f0ece6; }
    /* line 4728, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu > button.is-active {
      color: #293ca8;
      background: rgba(62, 86, 216, 0.08); }
    /* line 4732, theme.scss */
    html:not([data-ar-theme]) .ar-theme-menu > button.is-active i {
      border-color: #3e56d8;
      background: #3e56d8;
      box-shadow: 0 0 0 4px rgba(62, 86, 216, 0.11); }
    /* line 4739, theme.scss */
    html:not([data-ar-theme]) input, html:not([data-ar-theme]) textarea, html:not([data-ar-theme]) select,
    html:not([data-ar-theme]) .form-control {
      color: #182231 !important;
      background-color: #ffffff !important;
      border-color: #d3ccc2 !important; }
    /* line 4746, theme.scss */
    html:not([data-ar-theme]) input:focus, html:not([data-ar-theme]) textarea:focus, html:not([data-ar-theme]) select:focus,
    html:not([data-ar-theme]) .form-control:focus {
      border-color: #3e56d8 !important;
      box-shadow: 0 0 0 3px rgba(62, 86, 216, 0.1) !important; }
    /* line 4752, theme.scss */
    html:not([data-ar-theme]) .button,
    html:not([data-ar-theme]) button {
      border-color: #cbc3b8; }
    /* line 4755, theme.scss */
    html:not([data-ar-theme]) .ar-button--primary,
    html:not([data-ar-theme]) .product__buy-btn,
    html:not([data-ar-theme]) [data-cart-submit] {
      color: #fff !important;
      background: #3e56d8 !important;
      box-shadow: 0 14px 34px rgba(62, 86, 216, 0.2) !important; }
    /* line 4763, theme.scss */
    html:not([data-ar-theme]) .ar-button--ghost {
      color: #202b39 !important;
      background: rgba(255, 255, 255, 0.78) !important;
      border-color: #cbc3b8 !important; }
    /* line 4770, theme.scss */
    html:not([data-ar-theme]) .ar-hero {
      --ar-text: #f4f7fb;
      --ar-muted: #aebac8;
      --ar-line: rgba(255,255,255,.15);
      color: #f4f7fb !important;
      background: linear-gradient(90deg, rgba(6, 8, 15, 0.98), rgba(12, 14, 25, 0.88) 36%, rgba(11, 13, 24, 0.25) 69%, rgba(11, 13, 24, 0.16)), linear-gradient(0deg, #f2eee8 0%, transparent 22%), var(--ar-hero-image) 62% center/cover no-repeat !important; }
    /* line 4780, theme.scss */
    html:not([data-ar-theme]) .ar-hero h1,
    html:not([data-ar-theme]) .ar-hero h2,
    html:not([data-ar-theme]) .ar-hero h3,
    html:not([data-ar-theme]) .ar-hero__meta strong {
      color: #f8fbff !important; }
    /* line 4784, theme.scss */
    html:not([data-ar-theme]) .ar-hero__lead,
    html:not([data-ar-theme]) .ar-hero__meta span {
      color: #bac5d2 !important; }
    /* line 4786, theme.scss */
    html:not([data-ar-theme]) .ar-hero .ar-button--ghost {
      color: #f8fbff !important;
      background: rgba(8, 11, 19, 0.58) !important;
      border-color: rgba(255, 255, 255, 0.25) !important; }
    /* line 4792, theme.scss */
    html:not([data-ar-theme]) .ar-fandom-strip {
      color: #fff !important;
      background: #3e56d8 !important;
      border-color: #293ca8 !important; }
    /* line 4797, theme.scss */
    html:not([data-ar-theme]) .ar-fandom-strip i {
      background: rgba(255, 255, 255, 0.48) !important; }
    /* line 4799, theme.scss */
    html:not([data-ar-theme]) .ar-trust,
    html:not([data-ar-theme]) .ar-directions,
    html:not([data-ar-theme]) .ar-process,
    html:not([data-ar-theme]) .ar-materials,
    html:not([data-ar-theme]) .ar-works,
    html:not([data-ar-theme]) .ar-cta {
      color: #151d2b;
      background: transparent !important;
      border-color: rgba(29, 37, 52, 0.13) !important; }
    /* line 4810, theme.scss */
    html:not([data-ar-theme]) .ar-directions {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(232, 226, 217, 0.58)) !important; }
    /* line 4813, theme.scss */
    html:not([data-ar-theme]) .ar-process {
      background: #e9e3da !important; }
    /* line 4814, theme.scss */
    html:not([data-ar-theme]) .ar-materials {
      background: #f8f5f0 !important; }
    /* line 4815, theme.scss */
    html:not([data-ar-theme]) .ar-cta {
      background: #eee8df !important; }
    /* line 4817, theme.scss */
    html:not([data-ar-theme]) .ar-trust span,
    html:not([data-ar-theme]) .ar-section-head > p,
    html:not([data-ar-theme]) .ar-process p,
    html:not([data-ar-theme]) .ar-materials p,
    html:not([data-ar-theme]) .ar-cta p {
      color: #626d7c !important; }
    /* line 4823, theme.scss */
    html:not([data-ar-theme]) .ar-process__grid,
    html:not([data-ar-theme]) .ar-process article,
    html:not([data-ar-theme]) .ar-materials__cards article {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d7d0c6 !important;
      box-shadow: 0 18px 44px rgba(35, 39, 48, 0.06); }
    /* line 4832, theme.scss */
    html:not([data-ar-theme]) .ar-text-link,
    html:not([data-ar-theme]) .ar-cta__contact {
      color: #293ca8 !important;
      border-color: rgba(62, 86, 216, 0.25) !important; }
    /* line 4838, theme.scss */
    html:not([data-ar-theme]) .ar-direction,
    html:not([data-ar-theme]) .ar-work {
      --ar-text: #f7f9fc;
      --ar-muted: #bdc7d2;
      color: #f7f9fc !important;
      border-color: rgba(29, 37, 52, 0.24) !important;
      box-shadow: 0 22px 55px rgba(33, 35, 43, 0.17); }
    /* line 4846, theme.scss */
    html:not([data-ar-theme]) .ar-direction h3,
    html:not([data-ar-theme]) .ar-direction p,
    html:not([data-ar-theme]) .ar-work figcaption,
    html:not([data-ar-theme]) .ar-work figcaption strong {
      color: #f7f9fc !important; }
    /* line 4851, theme.scss */
    html:not([data-ar-theme]) .ar-existing-widgets .product-preview,
    html:not([data-ar-theme]) .special-products .product-preview {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d9d2c8 !important;
      box-shadow: 0 16px 42px rgba(35, 39, 48, 0.07); }
    /* line 4858, theme.scss */
    html:not([data-ar-theme]) .ar-existing-widgets .product-preview__title a,
    html:not([data-ar-theme]) .ar-existing-widgets .product-preview__price,
    html:not([data-ar-theme]) .ar-existing-widgets .product-preview__price * {
      color: #151d2b !important; }
    /* line 4862, theme.scss */
    html:not([data-ar-theme]) .ar-material-orb--cyan {
      background: radial-gradient(circle at 35% 30%, #eef0ff, #6478e7 19%, #364db7 48%, #202845 72%) !important;
      box-shadow: 0 20px 60px rgba(62, 86, 216, 0.18) !important; }
    /* line 4866, theme.scss */
    html:not([data-ar-theme]) .ar-material-orb--violet {
      background: radial-gradient(circle at 35% 30%, #fff0f4, #df6d91 19%, #a5395c 48%, #40202c 72%) !important;
      box-shadow: 0 20px 60px rgba(195, 73, 112, 0.18) !important; }
    /* line 4872, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="page"] main > .widget-type_system_widget_v4_page_title_1,
    html:not([data-ar-theme]) body[data-theme-template="article"] main > .widget-type_system_widget_v4_page_title_1,
    html:not([data-ar-theme]) body[data-theme-template="blog"] .page_section_top,
    html:not([data-ar-theme]) body[data-theme-template="product"] .page_section_top,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .page_section_top {
      background: linear-gradient(rgba(62, 86, 216, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.045) 1px, transparent 1px), radial-gradient(circle at 78% 26%, rgba(195, 73, 112, 0.1), rgba(0, 0, 0, 0) 24rem), #f8f5f0 !important;
      background-size: 52px 52px, 52px 52px, auto, auto !important;
      border-color: #d8d1c7 !important; }
    /* line 4886, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="page"] .page-content:not(:has(.ar-contact-page)),
    html:not([data-ar-theme]) body[data-theme-template="article"] .page-content,
    html:not([data-ar-theme]) body[data-theme-template="page"] .static-text:not(:has(#arhi-cost-calculator)),
    html:not([data-ar-theme]) body[data-theme-template="article"] .static-text,
    html:not([data-ar-theme]) .article,
    html:not([data-ar-theme]) .blog {
      color: #1a2533 !important;
      background: #ffffff !important;
      border-color: #d9d2c8 !important;
      box-shadow: 0 20px 60px rgba(35, 39, 48, 0.07); }
    /* line 4898, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="page"] .page-content p,
    html:not([data-ar-theme]) body[data-theme-template="article"] .page-content p,
    html:not([data-ar-theme]) .static-text,
    html:not([data-ar-theme]) .static-text p,
    html:not([data-ar-theme]) .article p,
    html:not([data-ar-theme]) .blog p {
      color: #596676 !important; }
    /* line 4905, theme.scss */
    html:not([data-ar-theme]) .ar-contact-grid > div,
    html:not([data-ar-theme]) .ar-contact-steps,
    html:not([data-ar-theme]) .ar-contact-steps li,
    html:not([data-ar-theme]) .ar-contact-details {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d8d1c7 !important;
      box-shadow: 0 16px 44px rgba(35, 39, 48, 0.06); }
    /* line 4914, theme.scss */
    html:not([data-ar-theme]) .ar-contact-grid span {
      color: #7a8290 !important; }
    /* line 4915, theme.scss */
    html:not([data-ar-theme]) .ar-contact-grid a,
    html:not([data-ar-theme]) .ar-contact-grid strong,
    html:not([data-ar-theme]) .ar-contact-steps strong {
      color: #151d2b !important; }
    /* line 4920, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] {
      background: #f2eee8 !important; }
    /* line 4923, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .ar-catalog-intro,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .ar-catalog-intro p {
      color: #596676 !important; }
    /* line 4925, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .ar-catalog-intro__links a {
      color: #293ca8 !important;
      background: rgba(255, 255, 255, 0.82) !important;
      border-color: #d1c9be !important; }
    /* line 4931, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter__content,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter__head,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter-item,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter__content > .filter-item,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter__items > .filter-item,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter__content > .only_available,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .collection-order,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .collection-filter,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .collection-products-controls,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog__controls,
    html:not([data-ar-theme]) body[data-theme-template="collection"] [class*="view-switch"] {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d7d0c6 !important; }
    /* line 4947, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter {
      box-shadow: 0 18px 50px rgba(35, 39, 48, 0.08) !important; }
    /* line 4950, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter-item__name,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter-item__head,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter-option__label,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .sidebar-collections__link {
      color: #384555 !important; }
    /* line 4954, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter__head-title,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .sidebar-collections__link.is-current,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .sidebar-collections__link:hover {
      color: #293ca8 !important; }
    /* line 4957, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .filter-option__btn {
      background: #f7f3ed !important;
      border-color: #cec6bb !important; }
    /* line 4962, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview-elem,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d5cec4 !important; }
    /* line 4968, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview:hover {
      color: #151d2b !important;
      background: #fff !important;
      border-color: #3e56d8 !important;
      box-shadow: 0 20px 48px rgba(45, 50, 72, 0.14) !important; }
    /* line 4974, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview::before {
      color: #697483 !important;
      background: rgba(248, 245, 240, 0.94) !important;
      border-color: #d6cec4 !important; }
    /* line 4979, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__photo {
      background: radial-gradient(circle at 75% 16%, rgba(195, 73, 112, 0.08), rgba(0, 0, 0, 0) 45%), #eee9e2 !important; }
    /* line 4984, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__title,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__title a,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__price,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__price-cur {
      color: #151d2b !important; }
    /* line 4988, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__controls {
      background: #e9e3db !important;
      border-color: #d0c8bd !important; }
    /* line 4992, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__controls > * {
      color: #263341 !important;
      background: #ffffff !important;
      border-color: #d0c8bd !important; }
    /* line 4997, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__controls .product-preview__show-modal-variants-btn,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__controls .add-cart-counter,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .catalog-list .product-preview__controls .ar-price-request-link {
      color: #fff !important;
      background: #3e56d8 !important; }
    /* line 5003, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .sticker,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview__sticker {
      color: #fff !important;
      background: #c34970 !important; }
    /* line 5010, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="product"] .product,
    html:not([data-ar-theme]) body[data-theme-template="cart"] .cart,
    html:not([data-ar-theme]) body[data-theme-template="search"] main > .layout__content,
    html:not([data-ar-theme]) body[data-theme-template="favorite"] main > .layout__content,
    html:not([data-ar-theme]) body[data-theme-template="compare"] main > .layout__content {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d8d1c7 !important;
      box-shadow: 0 20px 60px rgba(35, 39, 48, 0.07); }
    /* line 5020, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="product"] .product__area-photo,
    html:not([data-ar-theme]) body[data-theme-template="product"] .product__photo {
      background: #eee9e2 !important;
      border-color: #d8d1c7 !important; }
    /* line 5025, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="product"] .product__area-form,
    html:not([data-ar-theme]) .product__area-form,
    html:not([data-ar-theme]) .cart__area-items,
    html:not([data-ar-theme]) .cart__area-total,
    html:not([data-ar-theme]) .cart-item,
    html:not([data-ar-theme]) .collection__sidebar {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d8d1c7 !important; }
    /* line 5035, theme.scss */
    html:not([data-ar-theme]) .product__title,
    html:not([data-ar-theme]) .product__price-cur,
    html:not([data-ar-theme]) .cart-item__title,
    html:not([data-ar-theme]) .cart-item__price,
    html:not([data-ar-theme]) .cart-total,
    html:not([data-ar-theme]) .cart-total * {
      color: #151d2b !important; }
    /* line 5041, theme.scss */
    html:not([data-ar-theme]) .pagination a,
    html:not([data-ar-theme]) .pagination span {
      color: #354252 !important;
      background: #fff !important;
      border-color: #d5cec4 !important; }
    /* line 5047, theme.scss */
    html:not([data-ar-theme]) .pagination .is-current,
    html:not([data-ar-theme]) .pagination .active {
      color: #fff !important;
      background: #3e56d8 !important; }
    /* line 5051, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .modal-product-preview:has(.product-preview-modal),
    html:not([data-ar-theme]) body[data-theme-template="collection"] .modal-product-preview__content,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview-modal,
    html:not([data-ar-theme]) .modal,
    html:not([data-ar-theme]) .modal-content,
    html:not([data-ar-theme]) .popup,
    html:not([data-ar-theme]) .popup__content,
    html:not([data-ar-theme]) .side-panel,
    html:not([data-ar-theme]) .side-panel__content,
    html:not([data-ar-theme]) .dropdown-menu,
    html:not([data-ar-theme]) .autocomplete,
    html:not([data-ar-theme]) .search-result {
      color: #151d2b !important;
      background: #fbf9f5 !important;
      border-color: #d7d0c6 !important; }
    /* line 5067, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview-modal__area-photo,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview-modal__area-photo .product-preview__photo {
      background: #eee9e2 !important; }
    /* line 5071, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview-modal .product-preview__price-cur,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview-modal .product-preview__title,
    html:not([data-ar-theme]) body[data-theme-template="collection"] .product-preview-modal label {
      color: #151d2b !important; }
    /* line 5074, theme.scss */
    html:not([data-ar-theme]) body[data-theme-template="collection"] .modal-product-preview__close-btn {
      color: #263341 !important;
      background: #eee9e2 !important;
      border-color: #d0c8bd !important; }
    /* line 5081, theme.scss */
    html:not([data-ar-theme]) body:has(#arhi-cost-calculator),
    html:not([data-ar-theme]) body:has(#arhi-cost-calculator) main,
    html:not([data-ar-theme]) body:has(#arhi-cost-calculator) .page_layout,
    html:not([data-ar-theme]) body:has(#arhi-cost-calculator) .page_layout-clear,
    html:not([data-ar-theme]) body:has(#arhi-cost-calculator) .page_layout_section_top,
    html:not([data-ar-theme]) body[data-theme-template="page"] .static-text:has(#arhi-cost-calculator),
    html:not([data-ar-theme]) body[data-theme-template="page"] .page-content:has(#arhi-cost-calculator) {
      background: #f2eee8 !important; }
    /* line 5091, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator {
      --calc-bg: #f2eee8;
      --calc-panel: #ffffff;
      --calc-panel-2: #f8f5f0;
      --calc-line: rgba(29,37,52,.15);
      --calc-muted: #687383;
      color: #151d2b !important;
      background: #f2eee8 !important; }
    /* line 5101, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero {
      color: #151d2b !important;
      background: linear-gradient(rgba(62, 86, 216, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.045) 1px, transparent 1px), radial-gradient(circle at 82% 25%, rgba(195, 73, 112, 0.12), rgba(0, 0, 0, 0) 24rem), #f8f5f0 !important;
      background-size: 42px 42px, 42px 42px, auto, auto !important;
      border-color: #d6cec4 !important; }
    /* line 5111, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero h2,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero h3,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-card h3,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart h3,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart h4,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result h3,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo h2,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo h3 {
      color: #151d2b !important; }
    /* line 5119, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero h2 em {
      -webkit-text-stroke-color: rgba(21, 29, 43, 0.34) !important; }
    /* line 5122, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero p,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart p,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-disclaimer,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-formula-note,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo p {
      color: #687383 !important; }
    /* line 5128, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero__stats,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-card,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__confirm {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: #d6cec4 !important;
      box-shadow: 0 18px 48px rgba(35, 39, 48, 0.06); }
    /* line 5141, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-hero__stats > div,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-card > header,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__head,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__primary,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__sale,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-breakdown,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__meta > div,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output > header,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output__row,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo > header,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo__note,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__head,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__facts > div {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: var(--calc-line) !important; }
    /* line 5159, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__tiles,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output__ledger,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-actions,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo__grid,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__facts,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__confirm-grid {
      background: var(--calc-line) !important; }
    /* line 5166, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__tiles > div,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output__row,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-seo__grid article,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__confirm-grid > label,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-actions > * {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: var(--calc-line) !important; }
    /* line 5176, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-field > span:first-child,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-label,
    html:not([data-ar-theme]) #arhi-cost-calculator label,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__confirm-grid > label > span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__details > summary {
      color: #354252 !important; }
    /* line 5182, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-field small,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-input i,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__head i,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__primary > span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__sale > span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__tiles span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__meta span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-breakdown__row > div,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output__row span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__facts span,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__details > summary small {
      color: #707b89 !important; }
    /* line 5194, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator input,
    html:not([data-ar-theme]) #arhi-cost-calculator select,
    html:not([data-ar-theme]) #arhi-cost-calculator textarea {
      color: #151d2b !important;
      background: #fbfaf7 !important;
      border-color: #cec6bb !important; }
    /* line 5202, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__primary strong,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__tiles b,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__meta b,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-breakdown__row b,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output__row b,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__facts b,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-formula-note strong {
      color: #151d2b !important; }
    /* line 5210, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__steps {
      color: #596676 !important;
      background: #eee9e2 !important;
      border-color: var(--calc-line) !important; }
    /* line 5215, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__steps li.is-active {
      color: #293ca8 !important;
      background: rgba(62, 86, 216, 0.08) !important; }
    /* line 5219, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__drop {
      color: #151d2b !important;
      background: radial-gradient(circle at 72% 14%, rgba(195, 73, 112, 0.08), rgba(0, 0, 0, 0) 42%), #fbfaf7 !important;
      border-color: rgba(62, 86, 216, 0.4) !important; }
    /* line 5226, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__drop small,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__drop em {
      color: #707b89 !important; }
    /* line 5230, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__workbench,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__preview {
      color: #eef8ff !important;
      background: #071019 !important; }
    /* line 5235, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__filename,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__preview > span {
      color: #eef8ff !important;
      background: rgba(5, 12, 18, 0.88) !important;
      border-color: rgba(100, 120, 231, 0.45) !important; }
    /* line 5241, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__analysis {
      color: #151d2b !important;
      background: #ffffff !important; }
    /* line 5246, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-actions > *:first-child,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__actions button,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-smart__confirm-actions button:last-child,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-import label span {
      color: #fff !important;
      background: #3e56d8 !important;
      border-color: #3e56d8 !important; }
    /* line 5254, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-actions > *:hover {
      color: #fff !important;
      background: #293ca8 !important; }
    /* line 5255, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-output__row.is-total,
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-result__sale {
      background: rgba(62, 86, 216, 0.065) !important; }
    /* line 5257, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-breakdown__row > em {
      background: #e2dcd4 !important; }
    /* line 5259, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__primary .arcalc-field {
      border-color: rgba(62, 86, 216, 0.25) !important;
      background: linear-gradient(rgba(62, 86, 216, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.035) 1px, transparent 1px), #f8f5f0 !important; }
    /* line 5266, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__primary .arcalc-field::before {
      color: rgba(62, 86, 216, 0.62) !important; }
    /* line 5267, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__primary input {
      color: #151d2b !important;
      background: #ffffff !important;
      border-color: rgba(62, 86, 216, 0.34) !important; }
    /* line 5272, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__details {
      background: #f8f5f0 !important;
      border-color: #d6cec4 !important; }
    /* line 5276, theme.scss */
    html:not([data-ar-theme]) #arhi-cost-calculator .arcalc-simplified__advanced .arcalc-field {
      background: #ffffff !important;
      border-color: #ded7ce !important; }
    /* line 5281, theme.scss */
    html:not([data-ar-theme]) #arcalc-summary {
      color: #344353 !important;
      background: #f0ece6 !important;
      border-color: #d6cec4 !important; }
    /* line 5288, theme.scss */
    html:not([data-ar-theme]) .ar-footer {
      color: #151d2b !important;
      background: #e6e0d7 !important;
      border-color: #cec6bb !important; }
    /* line 5293, theme.scss */
    html:not([data-ar-theme]) .ar-footer__brand,
    html:not([data-ar-theme]) .ar-footer nav a,
    html:not([data-ar-theme]) .ar-footer__contacts a {
      color: #263341 !important; }
    /* line 5296, theme.scss */
    html:not([data-ar-theme]) .ar-footer h3,
    html:not([data-ar-theme]) .ar-footer__contacts span,
    html:not([data-ar-theme]) .ar-footer__lead,
    html:not([data-ar-theme]) .ar-footer__bottom,
    html:not([data-ar-theme]) .ar-footer__bottom a {
      color: #626d7c !important; }
    /* line 5301, theme.scss */
    html:not([data-ar-theme]) .ar-footer__bottom {
      border-color: #cec6bb !important; } }
  @media (prefers-color-scheme: light) and (max-width: 767px) {
    /* line 5304, theme.scss */
    html:not([data-ar-theme]) header {
      background: rgba(250, 248, 244, 0.97) !important; }
    /* line 5305, theme.scss */
    html:not([data-ar-theme]) .ar-hero {
      background: linear-gradient(90deg, rgba(6, 8, 15, 0.97), rgba(12, 14, 25, 0.72)), var(--ar-hero-image) 62% center/cover no-repeat !important; } }

/* line 5324, theme.scss */
html[data-ar-theme="dark"] {
  color-scheme: dark; }

@media (max-width: 1180px) {
  /* line 5329, theme.scss */
  .ar-theme-toggle span {
    display: none; }

  /* line 5330, theme.scss */
  .ar-theme-toggle {
    width: 46px;
    padding: 0; } }
@media (max-width: 720px) {
  /* line 5334, theme.scss */
  .ar-theme-switcher {
    margin-right: 4px; }

  /* line 5335, theme.scss */
  .ar-theme-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px; }

  /* line 5341, theme.scss */
  .ar-theme-menu {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: 78px;
    left: 12px;
    width: auto; } }
@media (prefers-reduced-motion: reduce) {
  /* line 5352, theme.scss */
  .ar-theme-toggle {
    transition: none; } }
/* ARHI.3D theme hotfix v2.1 — responsive switcher */
/* line 5357, theme.scss */
.ar-theme-switcher--mobile {
  display: none; }

@media (min-width: 721px) {
  /* line 5359, theme.scss */
  .header__area-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important; }

  /* line 5360, theme.scss */
  .header__area-controls > .ar-theme-switcher {
    width: auto !important; } }
@media (max-width: 720px) {
  /* line 5363, theme.scss */
  .header-mobile-panel__bottom {
    display: grid !important;
    grid-template-columns: 40px 40px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important; }

  /* line 5364, theme.scss */
  .header-mobile-panel__bottom > .header-mobile-panel__show-menu-btn,
  .header-mobile-panel__bottom > .ar-theme-switcher--mobile {
    margin: 0 !important; }

  /* line 5366, theme.scss */
  .header-mobile-panel__bottom > .ar-theme-switcher--mobile {
    display: flex !important;
    width: 40px;
    height: 40px; }

  /* line 5367, theme.scss */
  .header-mobile-panel__bottom > .header__search {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important; }

  /* line 5368, theme.scss */
  .ar-theme-switcher--mobile .ar-theme-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0; }

  /* line 5369, theme.scss */
  .ar-theme-switcher--mobile .ar-theme-toggle > span {
    display: none; }

  /* line 5370, theme.scss */
  .ar-theme-switcher--mobile .ar-theme-menu {
    position: fixed;
    z-index: 10000;
    top: 116px;
    right: 12px;
    bottom: auto;
    left: 12px;
    width: auto;
    max-width: none; } }
/* ARHI.3D theme hotfix v2.2 — mobile catalog grid */
@media (max-width: 720px) {
  /* line 5376, theme.scss */
  html, body {
    max-width: 100% !important;
    overflow-x: clip !important; }

  /* line 5377, theme.scss */
  .page_layout {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "header" "section-top" "ticker" "sidebar" "main" "footer" !important; }

  /* line 5383, theme.scss */
  .page_layout > header,
  .page_layout > .page_section_top,
  .page_layout > .ar-fandom-strip,
  .page_layout > main,
  .page_layout > aside,
  .page_layout > footer,
  .page_layout > .ar-footer {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important; }

  /* line 5394, theme.scss */
  .page_layout > main {
    grid-column: 1 !important;
    grid-row: main !important; }

  /* line 5395, theme.scss */
  .page_layout > aside {
    grid-column: 1 !important;
    grid-row: sidebar !important;
    align-self: start !important;
    height: auto !important; }

  /* line 5396, theme.scss */
  .page_layout > aside > section {
    width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
    top: auto !important; }

  /* line 5397, theme.scss */
  .filter {
    max-width: 100vw !important; } }
/* ARHI.3D theme hotfix v2.3 — stack catalog toolbar above products */
@media (max-width: 720px) {
  /* line 5403, theme.scss */
  html body .page_layout.page_layout_normal_left,
  html body .page_layout.page_layout_normal_right {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "header" "section-top" "ticker" "sidebar" "main" "footer" !important; }

  /* line 5408, theme.scss */
  html body .page_layout.page_layout_normal_left > main,
  html body .page_layout.page_layout_normal_right > main {
    grid-area: main !important; }

  /* line 5412, theme.scss */
  html body .page_layout.page_layout_normal_left > aside,
  html body .page_layout.page_layout_normal_right > aside {
    grid-area: sidebar !important; } }
/* ARHI.3D theme hotfix v2.4 — open mobile filter in viewport */
@media (max-width: 720px) {
  /* line 5421, theme.scss */
  .widget-type_system_widget_v4_sidebar_filter_3 .filter.is-show-mobile {
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important; } }
/* ARHI.3D theme hotfix v2.5 — calculator light surfaces and contrast */
/* line 5429, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .layout__content.arcalc-host-chain,
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .widget-type_system_widget_v4_page_content_1 {
  color: #151d2b !important;
  background: #f2eee8 !important; }

/* line 5431, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .widget-type_system_widget_v4_breadcrumbs_1 {
  color: #626d7c !important;
  background: #e9e3db !important;
  border-bottom-color: rgba(29, 37, 52, 0.14) !important; }

/* line 5432, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .widget-type_system_widget_v4_breadcrumbs_1 a,
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .widget-type_system_widget_v4_breadcrumbs_1 span {
  color: #626d7c !important; }

/* line 5434, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) #arcalc-sale {
  color: #293ca8 !important;
  -webkit-text-fill-color: #293ca8 !important;
  text-shadow: none !important; }

/* line 5435, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo {
  color: #151d2b !important;
  background: #f2eee8 !important;
  border-color: #d6cec4 !important; }

/* line 5436, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo > header,
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo__note,
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo__grid article {
  color: #151d2b !important;
  background: #fff !important;
  border-color: rgba(29, 37, 52, 0.14) !important; }

/* line 5439, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo__grid {
  background: #d6cec4 !important; }

/* line 5440, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo h2,
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo h3 {
  color: #151d2b !important; }

/* line 5442, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .arcalc-seo p {
  color: #596676 !important; }

/* ARHI.3D theme hotfix v2.6 — calculator breadcrumb surface */
/* line 5446, theme.scss */
html[data-ar-theme="light"] body:has(#arhi-cost-calculator) .widget-type_system_widget_v4_breadcrumbs_1 .layout__content {
  background: #e9e3db !important; }

/* =====================================================================
   ARHI.3D theme system v2.7
   Collection light-theme reconciliation + genuinely seamless ticker.
   ===================================================================== */
/* A loop is only seamless when each repeated group is at least as wide
   as the viewport. The original label set was shorter on wide screens. */
/* line 5455, theme.scss */
.ar-fandom-strip__track {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  gap: 0 !important;
  will-change: transform; }

/* line 5463, theme.scss */
.ar-fandom-strip__group {
  display: flex !important;
  flex: 0 0 auto !important;
  min-width: 100vw !important;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around; }

/* line 5472, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] {
  --ar-catalog-canvas: #f2eee8;
  --ar-catalog-surface: #fffdf9;
  --ar-catalog-surface-soft: #ece6de;
  --ar-catalog-line: #d3cbc0;
  --ar-catalog-ink: #151d2b;
  --ar-catalog-muted: #687382;
  --ar-catalog-accent: #3e56d8;
  --ar-catalog-accent-dark: #293ca8; }

/* Catalog intro: one editorial light surface instead of a dark template
   nested inside the light page shell. */
/* line 5485, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .page_section_top,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_page_title_1,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_page_title_1 > .layout__content {
  color: var(--ar-catalog-ink) !important;
  background: linear-gradient(rgba(62, 86, 216, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 86, 216, 0.045) 1px, transparent 1px), radial-gradient(circle at 84% 22%, rgba(195, 73, 112, 0.1), rgba(0, 0, 0, 0) 25rem), #f8f5f0 !important;
  background-size: 52px 52px, 52px 52px, auto, auto !important;
  border-color: var(--ar-catalog-line) !important; }

/* line 5494, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_page_title_1 > .layout__content {
  padding-top: clamp(44px, 5vw, 74px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important; }

/* line 5499, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .page-headding,
html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro,
html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro p {
  color: var(--ar-catalog-ink) !important; }

/* line 5505, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro p {
  color: var(--ar-catalog-muted) !important; }

/* line 5509, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro__links a {
  color: var(--ar-catalog-accent-dark) !important;
  background: rgba(255, 253, 249, 0.94) !important;
  border: 1px solid var(--ar-catalog-line) !important;
  box-shadow: none !important; }

/* line 5516, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro__links a:hover,
html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro__links a[aria-current=page] {
  color: #fff !important;
  background: var(--ar-catalog-accent) !important;
  border-color: var(--ar-catalog-accent) !important; }

/* Catalog workspace. Remove the surviving black widget canvas and cyan
   cast; keep flat square geometry requested for the catalog. */
/* line 5525, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] main,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_catalog_5,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_catalog_5 > .layout__content {
  color: var(--ar-catalog-ink) !important;
  background: var(--ar-catalog-canvas) !important; }

/* line 5532, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_catalog_5 > .layout__content {
  border-inline: 1px solid var(--ar-catalog-line); }

/* line 5536, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-tools {
  display: flex !important;
  min-height: 68px;
  padding: 12px !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ar-catalog-ink) !important;
  background: var(--ar-catalog-surface) !important;
  border: 1px solid var(--ar-catalog-line) !important;
  border-bottom: 0 !important; }

/* line 5549, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .switcher {
  display: inline-flex !important;
  align-items: stretch;
  background: transparent !important;
  border: 1px solid var(--ar-catalog-line) !important; }

/* line 5556, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .switcher-items {
  display: inline-flex !important;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #556171 !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid var(--ar-catalog-line) !important; }

/* line 5568, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .switcher-items:last-child {
  border-right: 0 !important; }

/* line 5572, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .switcher-items.is-active {
  color: #fff !important;
  background: var(--ar-catalog-accent) !important; }

/* line 5577, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .switcher-items svg {
  width: 17px;
  height: 17px;
  fill: currentColor !important; }

/* line 5583, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .collection-sort,
html[data-ar-theme=light] body[data-theme-template=collection] .collection-order-wrapper,
html[data-ar-theme=light] body[data-theme-template=collection] .collection-order,
html[data-ar-theme=light] body[data-theme-template=collection] .select-wrapper {
  min-width: 0;
  color: var(--ar-catalog-ink) !important;
  background: transparent !important;
  border-color: var(--ar-catalog-line) !important; }

/* line 5593, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .collection-order select {
  min-width: 190px;
  height: 44px;
  color: var(--ar-catalog-ink) !important;
  background: #fff !important;
  border: 1px solid var(--ar-catalog-line) !important; }

/* line 5601, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .select-wrapper::after {
  color: var(--ar-catalog-ink) !important; }

/* The grid itself acts as a one-pixel divider. Card media and content are
   now one coherent light tile with no rounded template-card styling. */
/* line 5607, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list {
  gap: 1px !important;
  padding: 0 !important;
  background: var(--ar-catalog-line) !important;
  border: 1px solid var(--ar-catalog-line) !important; }

/* line 5614, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview-elem,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__content,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-photo,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__photo {
  color: var(--ar-catalog-ink) !important;
  background-color: var(--ar-catalog-surface) !important;
  border-color: var(--ar-catalog-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 5626, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-photo,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__photo {
  background: linear-gradient(135deg, rgba(62, 86, 216, 0.045), transparent 46%), var(--ar-catalog-surface-soft) !important; }

/* line 5631, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list img[src*=no_image_original] {
  opacity: 0.22 !important;
  filter: grayscale(1) contrast(0.62) !important; }

/* line 5636, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview::before {
  color: #536071 !important;
  background: #fffdf9 !important;
  border-color: var(--ar-catalog-line) !important; }

/* line 5642, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-title,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-price,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-bottom {
  color: var(--ar-catalog-ink) !important;
  background: var(--ar-catalog-surface) !important; }

/* line 5649, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__controls {
  background: #fff !important;
  border-top: 1px solid var(--ar-catalog-line) !important;
  border-radius: 0 !important; }

/* line 5655, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__controls > * {
  color: #334052 !important;
  background: #fff !important;
  border-color: var(--ar-catalog-line) !important;
  border-radius: 0 !important; }

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

/* Filter becomes a calm, flat navigation rail. Category links no longer
   compete for one line and price values can no longer be clipped. */
/* line 5671, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter,
html[data-ar-theme=light] body[data-theme-template=collection] .filter__content,
html[data-ar-theme=light] body[data-theme-template=collection] .filter__head,
html[data-ar-theme=light] body[data-theme-template=collection] .filter-item {
  color: var(--ar-catalog-ink) !important;
  background: var(--ar-catalog-surface) !important;
  border-color: var(--ar-catalog-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 5682, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter__head {
  min-height: 76px; }

/* line 5686, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter__head-title {
  color: var(--ar-catalog-accent-dark) !important; }

/* line 5690, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__menu {
  display: grid !important;
  width: 100%;
  gap: 6px; }

/* line 5696, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__item,
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__controls {
  display: block !important;
  width: 100% !important;
  min-width: 0; }

/* line 5703, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__controls {
  position: relative; }

/* line 5707, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__link {
  display: flex !important;
  width: 100% !important;
  min-height: 42px;
  padding: 10px 38px 10px 12px !important;
  box-sizing: border-box;
  align-items: center;
  color: #465363 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  line-height: 1.35; }

/* line 5721, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__link.is-current,
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__link:hover {
  color: var(--ar-catalog-accent-dark) !important;
  background: #eef0ff !important;
  border-color: #aeb9f1 !important; }

/* line 5728, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__controls > .count {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #788393 !important; }

/* line 5736, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range,
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__values {
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box; }

/* line 5743, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__values {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) !important;
  gap: 7px !important;
  align-items: center; }

/* line 5750, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__values-item {
  position: relative;
  display: block !important;
  min-width: 0 !important; }

/* line 5756, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__values-label {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  transform: translateY(-50%);
  color: #7b8490 !important;
  font-size: 11px;
  pointer-events: none; }

/* line 5767, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__field {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 42px !important;
  padding: 0 8px 0 30px !important;
  box-sizing: border-box !important;
  color: var(--ar-catalog-ink) !important;
  background: #fff !important;
  border: 1px solid var(--ar-catalog-line) !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--ar-catalog-ink) !important; }

/* line 5783, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__slider {
  width: calc(100% - 10px) !important;
  margin: 24px 5px 3px !important; }

/* line 5788, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range .noUi-connect {
  background: linear-gradient(90deg, var(--ar-catalog-accent), #c34970) !important; }

/* line 5792, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter__controls {
  background: #f3eee7 !important;
  border-color: var(--ar-catalog-line) !important; }

/* line 5797, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter__controls .button {
  color: #fff !important;
  background: var(--ar-catalog-accent) !important;
  border-color: var(--ar-catalog-accent) !important;
  border-radius: 0 !important; }

@media (max-width: 720px) {
  /* line 5805, theme.scss */
  .ar-fandom-strip__group {
    min-width: max(100vw, 720px) !important; }

  /* line 5808, theme.scss */
  html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_page_title_1 > .layout__content {
    padding-top: 34px !important;
    padding-bottom: 36px !important; }

  /* line 5812, theme.scss */
  html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro__links {
    display: flex !important;
    width: 100%;
    padding-bottom: 4px;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none; }

  /* line 5821, theme.scss */
  html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro__links::-webkit-scrollbar {
    display: none; }

  /* line 5824, theme.scss */
  html[data-ar-theme=light] body[data-theme-template=collection] .ar-catalog-intro__links a {
    flex: 0 0 auto; }

  /* line 5827, theme.scss */
  html[data-ar-theme=light] body[data-theme-template=collection] .catalog-tools {
    align-items: stretch; }

  /* line 5830, theme.scss */
  html[data-ar-theme=light] body[data-theme-template=collection] .collection-order select {
    width: 100%;
    min-width: 0; } }
/* ARHI.3D theme system v2.7.1 — catalog filter sizing */
/* line 5838, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .sidebar-collections__menu {
  grid-template-columns: minmax(0, 1fr) !important; }

/* line 5841, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__values-item {
  position: static !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  justify-self: stretch !important; }

/* line 5849, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__values-label {
  position: static !important;
  display: block !important;
  margin: 0 0 5px !important;
  transform: none !important;
  color: #7b8490 !important;
  font-size: 11px;
  pointer-events: none; }

/* line 5858, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .filter-range__field {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 8px !important;
  box-sizing: border-box !important; }

/* ARHI.3D theme system v2.7.2 — collection shell cleanup */
/* line 5868, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_breadcrumbs_1,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_breadcrumbs_1 > .layout__content {
  color: var(--ar-catalog-muted) !important;
  background: #e9e3db !important;
  border-color: var(--ar-catalog-line) !important; }

/* line 5874, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_pagination_1,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_pagination_1 > .layout__content,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_sidebar_filter_3,
html[data-ar-theme=light] body[data-theme-template=collection] .widget-type_system_widget_v4_sidebar_filter_3 > .layout__content {
  color: var(--ar-catalog-ink) !important;
  background: var(--ar-catalog-canvas) !important; }

/* ARHI.3D theme system v2.7.3 — light mobile navigation */
/* line 5884, theme.scss */
html[data-ar-theme=light] .widget-type_system_widget_v4_bottom_navigation_bar_1,
html[data-ar-theme=light] .widget-type_system_widget_v4_bottom_navigation_bar_1 > .layout__content,
html[data-ar-theme=light] .navigation-bar,
html[data-ar-theme=light] .navigation-bar-panel,
html[data-ar-theme=light] .navigation-bar-search,
html[data-ar-theme=light] .navigation-bar-search__controls,
html[data-ar-theme=light] .navigation-bar-search__results {
  color: #263341 !important;
  background: #fbf9f5 !important;
  border-color: #d3ccc2 !important; }

/* line 5895, theme.scss */
html[data-ar-theme=light] .navigation-bar__item,
html[data-ar-theme=light] .navigation-bar__title,
html[data-ar-theme=light] .navigation-bar__icon {
  color: #465363 !important; }

/* line 5898, theme.scss */
html[data-ar-theme=light] .navigation-bar__item.is-active,
html[data-ar-theme=light] .navigation-bar__item:hover,
html[data-ar-theme=light] .navigation-bar__item.is-active .navigation-bar__title,
html[data-ar-theme=light] .navigation-bar__item.is-active .navigation-bar__icon {
  color: #293ca8 !important; }

/* line 5902, theme.scss */
html[data-ar-theme=light] .navigation-bar-panel__hide-btn {
  color: #263341 !important;
  background: #ece7df !important;
  border-color: #d3ccc2 !important; }

/* =====================================================================
   ARHI.3D theme system v2.8
   Full-screen bubble catalog overlay + deterministic bubble mosaic.
   ===================================================================== */
/* line 5913, theme.scss */
html[data-ar-theme=light] {
  --ar-bubble-overlay: rgba(242, 238, 232, .68);
  --ar-bubble-surface: rgba(255, 253, 249, .90);
  --ar-bubble-card: #fffdf9;
  --ar-bubble-media: #e9e3db;
  --ar-bubble-line: rgba(41, 60, 168, .22);
  --ar-bubble-ink: #151d2b;
  --ar-bubble-muted: #657181;
  --ar-bubble-shadow: 0 34px 90px rgba(34, 39, 53, .18); }

/* line 5924, theme.scss */
html[data-ar-theme=dark] {
  --ar-bubble-overlay: rgba(4, 7, 12, .72);
  --ar-bubble-surface: rgba(10, 15, 23, .90);
  --ar-bubble-card: #0d1520;
  --ar-bubble-media: #101f2c;
  --ar-bubble-line: rgba(32, 216, 255, .22);
  --ar-bubble-ink: #f5f8fc;
  --ar-bubble-muted: #9aabbb;
  --ar-bubble-shadow: 0 36px 100px rgba(0, 0, 0, .54); }

/* Header catalog becomes the translucent full-screen layer itself.
   The page remains visible, but is optically pushed into the background. */
/* line 5937, theme.scss */
.header__collections.is-show {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1090 !important;
  display: flex !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100vh;
  padding: clamp(92px, 10vh, 126px) clamp(18px, 4vw, 64px) 38px !important;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: center;
  overflow: auto !important;
  color: var(--ar-bubble-ink) !important;
  background: var(--ar-bubble-overlay) !important;
  border: 0 !important;
  backdrop-filter: blur(24px) saturate(0.78);
  -webkit-backdrop-filter: blur(24px) saturate(0.78);
  box-shadow: none !important;
  animation: ar-bubble-overlay-in 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) both; }

/* line 5959, theme.scss */
html.ar-catalog-overlay-open,
html.ar-catalog-overlay-open body {
  overflow: hidden !important; }

/* line 5964, theme.scss */
.header__collections.is-show .header__collections-content {
  position: relative;
  width: min(1120px, 100%) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 38px) !important;
  box-sizing: border-box;
  overflow: visible !important;
  color: var(--ar-bubble-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important; }

/* line 5980, theme.scss */
.header__collections.is-show .header__collections-content-top {
  display: grid !important;
  gap: clamp(18px, 3vh, 34px); }

/* line 5985, theme.scss */
.header__collections.is-show .header__collections-title {
  display: block !important;
  margin: 0;
  color: var(--ar-bubble-ink) !important;
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-align: center; }

/* line 5996, theme.scss */
.header__collections.is-show .header__collections-title::before {
  content: "ВЫБЕРИТЕ НАПРАВЛЕНИЕ";
  display: block;
  margin-bottom: 13px;
  color: var(--ar-cyan) !important;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.2em; }

/* line 6007, theme.scss */
.header__collections.is-show .header__collections-menu {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 52px);
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important; }

/* line 6022, theme.scss */
.header__collections.is-show .header__collections-item {
  position: relative;
  display: block !important;
  flex: 0 0 auto;
  width: clamp(220px, 24vw, 310px) !important;
  height: clamp(220px, 24vw, 310px) !important;
  margin: 0 !important;
  overflow: visible; }

/* line 6032, theme.scss */
.header__collections.is-show .header__collections-item:nth-child(2n) {
  width: clamp(270px, 30vw, 390px) !important;
  height: clamp(270px, 30vw, 390px) !important; }

/* line 6037, theme.scss */
.header__collections.is-show .header__collections-head {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  padding: clamp(22px, 3vw, 38px) !important;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden !important;
  color: #fff !important;
  background: radial-gradient(circle at 34% 25%, rgba(32, 216, 255, 0.6), rgba(0, 0, 0, 0) 24%), radial-gradient(circle at 72% 70%, rgba(195, 73, 112, 0.62), rgba(0, 0, 0, 0) 35%), linear-gradient(145deg, #253cae, #121a31 64%, #090d16) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 50% !important;
  box-shadow: var(--ar-bubble-shadow) !important;
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease; }

/* line 6056, theme.scss */
.header__collections.is-show .header__collections-item:nth-child(2n) .header__collections-head {
  background: radial-gradient(circle at 28% 20%, rgba(32, 216, 255, 0.36), rgba(0, 0, 0, 0) 27%), linear-gradient(145deg, #111a28, #101827 50%, #3b1830) !important; }

/* line 6060, theme.scss */
.header__collections.is-show .header__collections-head::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 30%, rgba(4, 7, 13, 0.8) 100%), radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0) 22%);
  pointer-events: none; }

/* line 6070, theme.scss */
.header__collections.is-show .header__collections-head:hover {
  border-color: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 42px 110px rgba(16, 24, 54, 0.34), 0 0 0 8px rgba(62, 86, 216, 0.1) !important;
  transform: translateY(-10px) scale(1.025); }

/* line 6076, theme.scss */
.header__collections.is-show .header__collections-photo {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: inherit !important;
  background: transparent !important; }

/* line 6088, theme.scss */
.header__collections.is-show .header__collections-photo .img-ratio,
.header__collections.is-show .header__collections-photo .img-ratio__inner,
.header__collections.is-show .header__collections-photo picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important; }

/* line 6096, theme.scss */
.header__collections.is-show .header__collections-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.04);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }

/* line 6104, theme.scss */
.header__collections.is-show .header__collections-photo img[src*=no_image],
.header__collections.is-show .header__collections-photo img[data-src*=no_image] {
  opacity: 0 !important; }

/* line 6109, theme.scss */
.header__collections.is-show .header__collections-head:hover .header__collections-photo img {
  transform: scale(1.1); }

/* line 6113, theme.scss */
.header__collections.is-show .header__collections-head-title {
  position: relative;
  z-index: 3;
  max-width: 80%;
  color: #fff !important;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45); }

/* line 6125, theme.scss */
.header__collections.is-show .header__collections-hide-btn {
  position: fixed !important;
  top: max(88px, env(safe-area-inset-top) + 76px);
  right: clamp(18px, 3vw, 42px);
  z-index: 1094 !important;
  display: inline-flex !important;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  color: var(--ar-bubble-ink) !important;
  background: var(--ar-bubble-surface) !important;
  border: 1px solid var(--ar-bubble-line) !important;
  border-radius: 50% !important;
  box-shadow: var(--ar-bubble-shadow) !important; }

@media (min-width: 768px) {
  /* line 6144, theme.scss */
  .header__collections.is-show .header__collections-content-bottom {
    display: none !important; } }
/* Product catalog: stable asymmetric sizing creates the surprise of a
   random layout without content jumping between visits. */
@media (min-width: 1041px) {
  /* line 6151, theme.scss */
  body[data-theme-template=collection] .catalog-list.grid-list {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    grid-auto-flow: dense;
    grid-auto-rows: 80px !important;
    gap: 14px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important; }

  /* line 6161, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem {
    --ar-product-bubble-radius: 44px 86px 58px 74px / 62px 46px 84px 54px;
    grid-column: span 2;
    grid-row: span 6;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: var(--ar-product-bubble-radius) !important;
    box-shadow: var(--ar-bubble-shadow) !important; }

  /* line 6174, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+1) {
    --ar-product-bubble-radius: 62px 138px 72px 106px / 86px 58px 124px 64px;
    grid-column: span 4;
    grid-row: span 6; }

  /* line 6179, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+2) {
    --ar-product-bubble-radius: 108px 48px 92px 54px / 56px 96px 62px 110px;
    grid-column: span 2;
    grid-row: span 6; }

  /* line 6184, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+3),
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+4),
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+5) {
    grid-column: span 2;
    grid-row: span 5; }

  /* line 6190, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+4) {
    --ar-product-bubble-radius: 46px 112px 58px 92px / 82px 52px 108px 50px; }

  /* line 6193, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+5) {
    --ar-product-bubble-radius: 124px 56px 84px 44px / 62px 94px 46px 112px; }

  /* line 6196, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+6),
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+7) {
    grid-column: span 3;
    grid-row: span 6; }

  /* line 6201, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+6) {
    --ar-product-bubble-radius: 78px 128px 54px 114px / 102px 56px 92px 64px; }

  /* line 6204, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+7) {
    --ar-product-bubble-radius: 132px 62px 118px 68px / 58px 104px 64px 92px; }

  /* line 6207, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+8) {
    --ar-product-bubble-radius: 74px 148px 82px 126px / 108px 64px 118px 58px;
    grid-column: span 6;
    grid-row: span 5; }

  /* line 6212, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview,
  body[data-theme-template=collection] .catalog-list .product-preview__content {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: inherit !important; }

  /* line 6220, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview {
    overflow: hidden !important;
    transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.34s ease; }

  /* line 6224, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem:hover .product-preview {
    transform: translateY(-7px); }

  /* line 6227, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview__content {
    display: flex !important;
    flex-direction: column !important; }

  /* line 6231, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview__area-photo {
    flex: 1 1 auto !important;
    min-height: 170px !important;
    overflow: hidden !important; }

  /* line 6236, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview__photo,
  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 {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important; }

  /* line 6243, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview__area-title {
    flex: 0 0 auto;
    min-height: 82px; }

  /* line 6247, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview__title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

  /* line 6253, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview__area-bottom {
    flex: 0 0 auto; } }
/* line 6257, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview-elem,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__content,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-title,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-bottom {
  color: var(--ar-bubble-ink) !important;
  background: var(--ar-bubble-card) !important;
  border-color: var(--ar-bubble-line) !important; }

/* line 6267, theme.scss */
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__area-photo,
html[data-ar-theme=light] body[data-theme-template=collection] .catalog-list .product-preview__photo {
  background: radial-gradient(circle at 75% 14%, rgba(195, 73, 112, 0.12), rgba(0, 0, 0, 0) 36%), radial-gradient(circle at 18% 78%, rgba(62, 86, 216, 0.12), rgba(0, 0, 0, 0) 38%), var(--ar-bubble-media) !important; }

/* line 6272, theme.scss */
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list {
  background: transparent !important;
  border-color: transparent !important; }

/* line 6277, theme.scss */
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview-elem,
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview,
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview__content,
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview__area-title,
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview__area-bottom {
  color: var(--ar-bubble-ink) !important;
  background: var(--ar-bubble-card) !important;
  border-color: var(--ar-bubble-line) !important; }

/* line 6287, theme.scss */
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview__area-photo,
html[data-ar-theme=dark] body[data-theme-template=collection] .catalog-list .product-preview__photo {
  background: radial-gradient(circle at 76% 16%, rgba(140, 108, 255, 0.18), rgba(0, 0, 0, 0) 35%), radial-gradient(circle at 16% 82%, rgba(32, 216, 255, 0.14), rgba(0, 0, 0, 0) 38%), var(--ar-bubble-media) !important; }

@media (max-width: 1040px) {
  /* line 6293, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem,
  body[data-theme-template=collection] .catalog-list .product-preview {
    border-radius: 38px 72px 44px 66px/58px 40px 76px 46px !important;
    overflow: hidden !important; } }
@media (max-width: 720px) {
  /* line 6300, theme.scss */
  .header__collections.is-show {
    padding: max(82px, env(safe-area-inset-top) + 70px) 14px 24px !important; }

  /* line 6303, theme.scss */
  .header__collections.is-show .header__collections-content {
    padding: 18px 6px 40px !important; }

  /* line 6306, theme.scss */
  .header__collections.is-show .header__collections-title {
    font-size: 38px; }

  /* line 6309, theme.scss */
  .header__collections.is-show .header__collections-menu {
    flex-direction: column;
    gap: 12px; }

  /* line 6313, theme.scss */
  .header__collections.is-show .header__collections-item,
  .header__collections.is-show .header__collections-item:nth-child(2n) {
    width: min(72vw, 280px) !important;
    height: min(72vw, 280px) !important; }

  /* line 6318, theme.scss */
  .header__collections.is-show .header__collections-item:nth-child(2n) {
    width: min(82vw, 330px) !important;
    height: min(82vw, 330px) !important; }

  /* line 6322, theme.scss */
  .header__collections.is-show .header__collections-hide-btn {
    top: max(74px, env(safe-area-inset-top) + 66px);
    right: 14px;
    width: 46px !important;
    height: 46px !important; }

  /* line 6328, theme.scss */
  body[data-theme-template=collection] .catalog-list .product-preview-elem,
  body[data-theme-template=collection] .catalog-list .product-preview {
    border-radius: 34px 68px 40px 62px/52px 38px 72px 44px !important; } }
@keyframes ar-bubble-overlay-in {
  from {
    opacity: 0;
    backdrop-filter: blur(0) saturate(1); }
  to {
    opacity: 1;
    backdrop-filter: blur(24px) saturate(0.78); } }
@media (prefers-reduced-motion: reduce) {
  /* line 6344, theme.scss */
  .header__collections.is-show,
  .header__collections.is-show .header__collections-head,
  .header__collections.is-show .header__collections-photo img,
  body[data-theme-template=collection] .catalog-list .product-preview {
    animation: none !important;
    transition: none !important; } }
/* The base template declares grid placement and zero radii with a more
   specific !important selector. Reassert the bubble geometry explicitly. */
@media (min-width: 1041px) {
  /* line 6357, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem {
    grid-column: span 2 !important;
    grid-row: span 6 !important;
    border-radius: var(--ar-product-bubble-radius) !important; }

  /* line 6362, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+1) {
    grid-column: span 4 !important;
    grid-row: span 6 !important; }

  /* line 6366, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+2) {
    grid-column: span 2 !important;
    grid-row: span 6 !important; }

  /* line 6370, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+3),
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+4),
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+5) {
    grid-column: span 2 !important;
    grid-row: span 5 !important; }

  /* line 6376, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+6),
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+7) {
    grid-column: span 3 !important;
    grid-row: span 6 !important; }

  /* line 6381, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+8) {
    grid-column: span 6 !important;
    grid-row: span 5 !important; }

  /* line 6385, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__content {
    border-radius: inherit !important; } }
/* ARHI.3D bubbles v2.8.2 — fixed mosaic rhythm */
@media (min-width: 1041px) {
  /* line 6394, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list {
    grid-template-rows: none !important;
    grid-auto-rows: 80px !important;
    gap: 14px !important; } }
/* ARHI.3D bubbles v2.8.3 — translucent glass overlay */
/* line 6403, theme.scss */
html[data-ar-theme=light] .header__collections.is-show {
  background: rgba(242, 238, 232, 0.68) !important;
  box-shadow: none !important; }

/* line 6407, theme.scss */
html[data-ar-theme=dark] .header__collections.is-show {
  background: rgba(4, 7, 12, 0.72) !important;
  box-shadow: none !important; }

/* line 6411, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-content,
html[data-ar-theme] .header__collections.is-show .header__collections-content-top,
html[data-ar-theme] .header__collections.is-show .header__collections-menu {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important; }

/* =====================================================================
 */
/* =====================================================================
   ARHI.3D stability hotfix v2.9.1
   Removes the costly full-viewport blur/compositor animation while keeping
   the catalog overlay readable and the trigger available above the layer.
   ===================================================================== */
/* line 6428, theme.scss */
.header__area-catalog,
.header__area-catalog .header__show-collection-btn {
  position: relative;
  z-index: 1096 !important; }

/* line 6434, theme.scss */
html[data-ar-theme] .header__collections.is-show {
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important; }

/* line 6440, theme.scss */
html[data-ar-theme=light] .header__collections.is-show {
  background: rgba(18, 24, 35, 0.82) !important; }

/* line 6444, theme.scss */
html[data-ar-theme=dark] .header__collections.is-show {
  background: rgba(0, 0, 0, 0.88) !important; }

/* line 6448, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-title {
  display: none !important; }

@media (max-width: 720px) {
  /* line 6453, theme.scss */
  html[data-ar-theme] .header__collections.is-show {
    padding-top: max(78px, env(safe-area-inset-top) + 68px) !important; } }
/* =====================================================================
   ARHI.3D catalog v3.0 — OBJECT ARCHIVE
   Editorial object index, angular product dossiers and a two-gate menu.
   No full-screen blur and no layout-reading animation.
   ===================================================================== */
/* line 6464, theme.scss */
html[data-ar-theme=light] {
  --ar-archive-bg: #f2efe8;
  --ar-archive-panel: #fffdf8;
  --ar-archive-panel-2: #e9e4dc;
  --ar-archive-ink: #121a27;
  --ar-archive-muted: #687382;
  --ar-archive-line: #cfc8bd;
  --ar-archive-line-strong: #172231;
  --ar-archive-accent: #3e56df;
  --ar-archive-signal: #16cce8;
  --ar-archive-sale: #c93466;
  --ar-archive-shadow: 0 26px 70px rgba(28, 34, 44, .12); }

/* line 6478, theme.scss */
html[data-ar-theme=dark] {
  --ar-archive-bg: #070b11;
  --ar-archive-panel: #0d141e;
  --ar-archive-panel-2: #111c28;
  --ar-archive-ink: #f0f5fb;
  --ar-archive-muted: #94a2b3;
  --ar-archive-line: #263444;
  --ar-archive-line-strong: #d6e0ea;
  --ar-archive-accent: #22cfea;
  --ar-archive-signal: #5673ff;
  --ar-archive-sale: #ff4e7c;
  --ar-archive-shadow: 0 30px 80px rgba(0, 0, 0, .38); }

/* --- Header catalog: two angular gates ------------------------------- */
/* line 6493, theme.scss */
.header__area-catalog,
.header__area-catalog .header__show-collection-btn {
  position: relative;
  z-index: 1104 !important; }

/* line 6499, theme.scss */
html[data-ar-theme] .header__collections.is-show {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1100 !important;
  display: flex !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  padding: clamp(88px, 11vh, 126px) clamp(18px, 4vw, 68px) 36px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: auto !important;
  background: linear-gradient(135deg, rgba(3, 7, 13, 0.96), rgba(9, 16, 28, 0.92)) !important;
  border: 0 !important;
  animation: ar-archive-overlay-in 0.22s ease-out both !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important; }

/* line 6518, theme.scss */
html[data-ar-theme] .header__collections.is-show::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px), radial-gradient(circle at 76% 20%, rgba(86, 115, 255, 0.3), rgba(0, 0, 0, 0) 34%), radial-gradient(circle at 18% 80%, rgba(22, 204, 232, 0.18), rgba(0, 0, 0, 0) 30%);
  background-size: 46px 46px, 46px 46px, auto, auto; }

/* line 6529, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-content {
  width: min(1180px, 100%) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  color: #f6f9fc !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important; }

/* line 6543, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-content-top {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0 !important;
  background: transparent !important; }

/* line 6550, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-content-top::before {
  content: "ARHI.3D / OBJECT DIRECTORY / 02 GATES";
  grid-row: 1;
  margin-bottom: 13px;
  color: #22d6f0;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.22em; }

/* line 6561, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-content-top::after {
  content: "ВЫБЕРИТЕ НАПРАВЛЕНИЕ";
  grid-row: 2;
  margin-bottom: clamp(22px, 4vh, 42px);
  color: #f6f9fc;
  font-size: clamp(30px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.055em; }

/* line 6572, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-title {
  display: none !important; }

/* line 6576, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-menu {
  grid-row: 3;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  width: 100% !important;
  height: clamp(340px, 48vh, 520px) !important;
  gap: 12px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important; }

/* line 6589, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-item,
html[data-ar-theme] .header__collections.is-show .header__collections-item:nth-child(2n) {
  position: relative !important;
  display: block !important;
  width: auto !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
  opacity: 0;
  animation: ar-archive-gate-in 0.48s cubic-bezier(0.18, 0.86, 0.2, 1) 0.06s both; }

/* line 6601, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-item:nth-child(2) {
  margin-top: clamp(0px, 3vh, 28px) !important;
  height: calc(100% - clamp(0px, 3vh, 28px)) !important;
  animation-delay: 0.13s; }

/* line 6607, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  padding: clamp(26px, 4vw, 52px) !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  color: #fff !important;
  background: linear-gradient(145deg, #17233a 0%, #121725 48%, #25142a 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  box-shadow: none !important;
  transform: translateZ(0);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.28s ease !important; }

/* line 6626, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-item:nth-child(2) .header__collections-head {
  background: linear-gradient(145deg, #101a27 0%, #111827 42%, #391727 100%) !important; }

/* line 6630, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head::before {
  content: "01 / COSPLAY";
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 5;
  color: #a7f4ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em; }

/* line 6642, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-item:nth-child(2) .header__collections-head::before {
  content: "02 / GAME OBJECTS"; }

/* line 6646, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(3, 7, 13, 0.02) 12%, rgba(3, 7, 13, 0.24) 48%, rgba(3, 7, 13, 0.92) 100%), linear-gradient(90deg, rgba(20, 216, 241, 0.12), transparent 38%);
  pointer-events: none; }

/* line 6656, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head:hover {
  border-color: #22d6f0 !important;
  box-shadow: none !important;
  transform: translate3d(0, -6px, 0) !important; }

/* line 6662, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-photo,
html[data-ar-theme] .header__collections.is-show .header__collections-photo .img-ratio,
html[data-ar-theme] .header__collections.is-show .header__collections-photo .img-ratio__inner,
html[data-ar-theme] .header__collections.is-show .header__collections-photo picture {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important; }

/* line 6677, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.015) !important;
  transition: transform 0.46s cubic-bezier(0.2, 0.8, 0.2, 1) !important; }

/* line 6686, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head:hover .header__collections-photo img {
  transform: scale(1.055) !important; }

/* line 6690, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-photo img[src*=no_image],
html[data-ar-theme] .header__collections.is-show .header__collections-photo img[data-src*=no_image] {
  opacity: 0 !important; }

/* line 6695, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head-title {
  position: relative;
  z-index: 4;
  max-width: 88%;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 66px) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.055em !important;
  text-shadow: none !important; }

/* line 6707, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-head-title::after {
  content: " ↗";
  color: #22d6f0;
  font-size: 0.45em;
  vertical-align: top; }

/* line 6714, theme.scss */
html[data-ar-theme] .header__collections.is-show .header__collections-hide-btn {
  position: fixed !important;
  top: max(84px, env(safe-area-inset-top) + 74px);
  right: clamp(18px, 3vw, 44px);
  z-index: 1110 !important;
  display: inline-flex !important;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f6f9fc !important;
  background: rgba(8, 14, 23, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

@keyframes ar-archive-overlay-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ar-archive-gate-in {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); } }
/* --- Collection page: editorial object archive ---------------------- */
/* line 6751, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] {
  color: var(--ar-archive-ink) !important;
  background: var(--ar-archive-bg) !important; }

/* line 6756, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .page_layout_normal_left {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 304px);
  width: min(1480px, 100% - 40px) !important;
  margin: 0 auto !important;
  gap: 20px !important;
  align-items: start !important; }

/* line 6765, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .page_layout_normal_left > main {
  grid-column: 1;
  min-width: 0; }

/* line 6770, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .page_layout_normal_left > aside {
  grid-column: 2;
  min-width: 0; }

/* line 6775, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools {
  display: flex !important;
  min-height: 72px;
  margin: 0 0 12px !important;
  padding: 10px 12px !important;
  align-items: center;
  justify-content: space-between;
  color: var(--ar-archive-ink) !important;
  background: var(--ar-archive-panel) !important;
  border: 1px solid var(--ar-archive-line) !important;
  border-radius: 0 !important; }

/* line 6788, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools::before {
  content: "OBJECT GRID / LIVE INDEX";
  margin-right: auto;
  color: var(--ar-archive-muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em; }

/* line 6797, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .collection-order,
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .select-wrapper,
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools select,
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .button {
  color: var(--ar-archive-ink) !important;
  background: transparent !important;
  border-color: var(--ar-archive-line) !important;
  border-radius: 0 !important; }

/* line 6807, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .grid-list-controls {
  margin-right: 14px; }

/* line 6811, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .grid-list-controls .button,
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .grid-list-controls button {
  width: 42px !important;
  height: 42px !important;
  color: var(--ar-archive-muted) !important;
  background: transparent !important;
  border: 1px solid var(--ar-archive-line) !important;
  border-radius: 0 !important; }

/* line 6821, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .grid-list-controls .is-active,
html[data-ar-theme] body[data-theme-template=collection] .catalog-tools .grid-list-controls [class*=active] {
  color: #fff !important;
  background: var(--ar-archive-accent) !important;
  border-color: var(--ar-archive-accent) !important; }

@media (min-width: 1041px) {
  /* line 6829, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list {
    counter-reset: ar-object;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-rows: 76px !important;
    grid-auto-flow: dense !important;
    gap: 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important; }

  /* line 6841, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem {
    counter-increment: ar-object;
    position: relative !important;
    grid-column: span 6 !important;
    grid-row: span 7 !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    color: var(--ar-archive-ink) !important;
    background: var(--ar-archive-panel) !important;
    border: 1px solid var(--ar-archive-line) !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
    box-shadow: none !important; }

  /* line 6858, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+1) {
    grid-column: span 7 !important; }

  /* line 6861, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+2) {
    grid-column: span 5 !important; }

  /* line 6864, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+3) {
    grid-column: span 5 !important;
    grid-row: span 6 !important; }

  /* line 6868, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+4) {
    grid-column: span 7 !important;
    grid-row: span 6 !important; }

  /* line 6872, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+5),
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+6) {
    grid-column: span 6 !important;
    grid-row: span 7 !important; }

  /* line 6877, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+7) {
    grid-column: span 5 !important;
    grid-row: span 6 !important; }

  /* line 6881, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem:nth-child(8n+8) {
    grid-column: span 7 !important;
    grid-row: span 6 !important; }

  /* line 6885, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem::before {
    content: counter(ar-object,decimal-leading-zero);
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 8;
    display: grid;
    width: 42px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: rgba(7, 12, 20, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    pointer-events: none; }

  /* line 6903, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__content {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    color: var(--ar-archive-ink) !important;
    background: var(--ar-archive-panel) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important; }

  /* line 6914, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview {
    overflow: hidden !important;
    transform: none !important; }

  /* line 6918, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__content {
    position: relative;
    display: flex !important;
    flex-direction: column !important; }

  /* line 6923, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__content::after {
    content: "ARHI.3D / FABRICATED OBJECT";
    position: absolute;
    right: 14px;
    bottom: 87px;
    z-index: 4;
    color: var(--ar-archive-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    writing-mode: vertical-rl;
    pointer-events: none; }

  /* line 6936, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__area-photo {
    position: relative !important;
    flex: 1 1 auto !important;
    min-height: 220px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, rgba(34, 207, 234, 0.08), transparent 44%), var(--ar-archive-panel-2) !important;
    border-bottom: 1px solid var(--ar-archive-line) !important;
    border-radius: 0 !important; }

  /* line 6945, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__area-photo::after {
    content: "PREVIEW / PRODUCTION OBJECT";
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 4;
    color: rgba(255, 255, 255, 0.78);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.15em;
    pointer-events: none; }

  /* line 6957, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__photo,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__photo .img-ratio,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__photo .img-ratio__inner {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border-radius: 0 !important; }

  /* line 6967, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.32s ease !important; }

  /* line 6973, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview:hover .product-preview__photo img {
    transform: scale(1.035) !important; }

  /* line 6976, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__area-title {
    flex: 0 0 auto !important;
    min-height: 102px !important;
    padding: 20px 52px 12px 20px !important;
    color: var(--ar-archive-ink) !important;
    background: var(--ar-archive-panel) !important;
    border: 0 !important;
    border-radius: 0 !important; }

  /* line 6985, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: var(--ar-archive-ink) !important;
    font-size: clamp(17px, 1.45vw, 23px) !important;
    font-weight: 850 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.025em !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

  /* line 6996, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__area-description {
    display: none !important; }

  /* line 6999, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__area-bottom {
    flex: 0 0 auto !important;
    min-height: 118px !important;
    padding: 0 !important;
    color: var(--ar-archive-ink) !important;
    background: var(--ar-archive-panel) !important;
    border: 0 !important;
    border-radius: 0 !important; }

  /* line 7008, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__buy {
    display: flex !important;
    min-height: 58px;
    padding: 0 20px 12px !important;
    align-items: center; }

  /* line 7014, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__price {
    color: var(--ar-archive-ink) !important; }

  /* line 7017, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__price-cur {
    color: var(--ar-archive-ink) !important;
    font-size: clamp(27px, 2.3vw, 38px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important; }

  /* line 7024, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__price-label,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__price-old {
    color: var(--ar-archive-muted) !important; }

  /* line 7028, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__controls {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 58px 58px;
    min-height: 58px !important;
    margin-top: auto !important;
    border-top: 1px solid var(--ar-archive-line) !important; }

  /* line 7035, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__controls > * {
    min-width: 0 !important;
    height: 58px !important;
    margin: 0 !important;
    color: var(--ar-archive-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid var(--ar-archive-line) !important;
    border-radius: 0 !important; }

  /* line 7045, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__controls > *:last-child {
    border-right: 0 !important; }

  /* line 7048, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__show-modal-variants-btn,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__detail-select-btn {
    color: #fff !important;
    background: var(--ar-archive-accent) !important;
    font-weight: 850 !important;
    letter-spacing: 0.02em !important; }

  /* line 7055, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__controls .button__text {
    color: inherit !important; }

  /* line 7058, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .sticker {
    color: #fff !important;
    background: rgba(8, 14, 23, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 0 !important; }

  /* line 7064, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .sticker-sale {
    background: var(--ar-archive-sale) !important; } }
/* Filter becomes an index terminal instead of a template sidebar. */
/* line 7069, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] aside .widget-type_system_widget_v4_sidebar_filter_3 {
  position: sticky;
  top: 92px; }

/* line 7074, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter,
html[data-ar-theme] body[data-theme-template=collection] .filter__content {
  color: var(--ar-archive-ink) !important;
  background: var(--ar-archive-panel) !important;
  border: 1px solid var(--ar-archive-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 7083, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter__content {
  padding: 0 18px 18px !important; }

/* line 7087, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter__content::before {
  content: "OBJECT INDEX / FILTER";
  display: block;
  margin: 0 -18px;
  padding: 14px 18px;
  color: #fff;
  background: var(--ar-archive-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em; }

/* line 7099, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter__head {
  padding: 24px 0 18px !important;
  border-bottom: 1px solid var(--ar-archive-line) !important; }

/* line 7104, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter__head-title {
  color: var(--ar-archive-ink) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important; }

/* line 7112, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-item {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--ar-archive-line) !important; }

/* line 7118, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-item__head {
  min-height: 58px;
  padding: 18px 0 !important;
  color: var(--ar-archive-ink) !important;
  background: transparent !important; }

/* line 7125, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-item__name {
  color: var(--ar-archive-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important; }

/* line 7131, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-item__content {
  padding: 0 0 18px !important; }

/* line 7135, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-option {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  min-height: 40px;
  padding: 7px 0 !important;
  align-items: center;
  color: var(--ar-archive-muted) !important;
  background: transparent !important;
  border-radius: 0 !important; }

/* line 7146, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-option__btn {
  width: 18px !important;
  height: 18px !important;
  color: #fff !important;
  background: transparent !important;
  border: 1px solid var(--ar-archive-line) !important;
  border-radius: 0 !important; }

/* line 7155, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-option__field:checked + .filter-option__content .filter-option__btn,
html[data-ar-theme] body[data-theme-template=collection] .filter-option.is-active .filter-option__btn {
  background: var(--ar-archive-accent) !important;
  border-color: var(--ar-archive-accent) !important; }

/* line 7161, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter-range__field,
html[data-ar-theme] body[data-theme-template=collection] .filter .form-control,
html[data-ar-theme] body[data-theme-template=collection] .filter .button {
  color: var(--ar-archive-ink) !important;
  background: transparent !important;
  border-color: var(--ar-archive-line) !important;
  border-radius: 0 !important; }

/* line 7170, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .filter__submit,
html[data-ar-theme] body[data-theme-template=collection] .filter button[type=submit] {
  color: #fff !important;
  background: var(--ar-archive-accent) !important;
  border-color: var(--ar-archive-accent) !important; }

@media (max-width: 1040px) {
  /* line 7178, theme.scss */
  html[data-ar-theme] .header__collections.is-show {
    padding-inline: 18px !important; }

  /* line 7181, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-menu {
    grid-template-columns: 1fr 1fr;
    height: min(56vh, 480px) !important; }

  /* line 7185, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout_normal_left {
    display: block !important;
    width: min(100% - 24px, 980px) !important; }

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

  /* line 7194, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview {
    width: 100% !important;
    min-height: 560px !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    clip-path: none !important; }

  /* line 7202, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] aside .widget-type_system_widget_v4_sidebar_filter_3 {
    position: static; } }
@media (max-width: 720px) {
  /* line 7207, theme.scss */
  html[data-ar-theme] .header__collections.is-show {
    padding: max(78px, env(safe-area-inset-top) + 68px) 12px 18px !important;
    align-items: flex-start !important; }

  /* line 7211, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-content-top::before {
    margin-top: 14px; }

  /* line 7214, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-content-top::after {
    margin-bottom: 18px;
    font-size: clamp(30px, 11vw, 46px); }

  /* line 7218, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-menu {
    grid-template-columns: 1fr;
    height: auto !important;
    gap: 10px !important; }

  /* line 7223, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-item,
  html[data-ar-theme] .header__collections.is-show .header__collections-item:nth-child(2n) {
    width: 100% !important;
    height: min(34vh, 290px) !important;
    margin: 0 !important; }

  /* line 7229, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-head {
    padding: 26px !important;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }

  /* line 7233, theme.scss */
  html[data-ar-theme] .header__collections.is-show .header__collections-head-title {
    font-size: clamp(30px, 11vw, 48px) !important; }

  /* line 7236, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-tools::before {
    display: none; }

  /* line 7239, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important; }

  /* line 7243, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview-elem,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview {
    min-height: 540px !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 7249, theme.scss */
  html[data-ar-theme] .header__collections.is-show,
  html[data-ar-theme] .header__collections.is-show .header__collections-item,
  html[data-ar-theme] .header__collections.is-show .header__collections-photo img,
  html[data-ar-theme] body[data-theme-template=collection] .catalog-list .product-preview__photo img {
    animation: none !important;
    transition: none !important; } }
/* v3.0.1 — preserve InSales' native multi-column page skeleton.
   The editorial system only owns main/aside content, not the global rows. */
/* line 7261, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  gap: 0 !important;
  align-items: stretch !important;
  grid-template-columns: minmax(var(--layout-side-padding), 1fr) repeat(var(--layout-cell-count), minmax(0, var(--layout-cell-width))) minmax(var(--layout-side-padding), 1fr) !important; }

/* line 7271, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > main {
  grid-column-start: calc(var(--initial-main-start) + 1) !important;
  grid-column-end: var(--initial-main-end) !important;
  min-width: 0 !important; }

/* line 7277, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > aside {
  grid-column-start: var(--initial-sidebar-start) !important;
  grid-column-end: var(--initial-sidebar-end) !important;
  min-width: 0 !important; }

@media (max-width: 767px) {
  /* line 7284, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "header" "section-top" "ticker" "sidebar" "main" "footer" !important; }

  /* line 7288, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > main,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > aside {
    grid-column: 1/-1 !important;
    min-width: 0 !important; } }
/* v3.0.2 — explicit modules avoid an invalid var() repeat count in the
   storefront's compiled legacy layout CSS. */
@media (min-width: 1024px) {
  /* line 7299, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left {
    grid-template-columns: minmax(40px, 1fr) repeat(36, minmax(0, 33.333333px)) minmax(40px, 1fr) !important; }

  /* line 7302, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > main {
    grid-column: 12/38 !important; }

  /* line 7305, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > aside {
    grid-column: 2/11 !important; } }
@media (max-width: 1023px) {
  /* line 7310, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "header" "section-top" "ticker" "sidebar" "main" "footer" !important; }

  /* line 7316, theme.scss */
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > header,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > .page_section_top,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > .ar-fandom-strip,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > main,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > aside,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > footer,
  html[data-ar-theme] body[data-theme-template=collection] .page_layout.page_layout_normal_left > .ar-footer {
    grid-column: 1/-1 !important;
    width: 100% !important;
    min-width: 0 !important; } }
/* v3.0.3 — beat the template's late desktop block-layout utility without
   leaking layout rules to any non-collection page. */
@media (min-width: 1024px) {
  /* line 7333, theme.scss */
  html[data-ar-theme] body.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left {
    display: grid !important;
    grid-template-columns: minmax(40px, 1fr) repeat(36, minmax(0, 33.333333px)) minmax(40px, 1fr) !important; }

  /* line 7337, theme.scss */
  html[data-ar-theme] body.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left > main {
    grid-column: 12/38 !important; }

  /* line 7340, theme.scss */
  html[data-ar-theme] body.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left > aside {
    grid-column: 2/11 !important; } }
/* v3.0.4 — final storefront skeleton. Flex is intentionally isolated to the
   collection template and is more resilient than the legacy variable grid. */
/* line 7348, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  gap: 0 !important; }

/* line 7358, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > header,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .page_section_top,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-fandom-strip,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important; }

/* line 7369, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
  order: 3 !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important; }

/* line 7376, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
  order: 3 !important;
  flex: 0 0 304px !important;
  width: 304px !important;
  min-width: 0 !important; }

/* line 7383, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > header {
  order: 0 !important; }

/* line 7387, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .page_section_top {
  order: 1 !important; }

/* line 7391, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-fandom-strip {
  order: 2 !important; }

/* line 7395, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
  order: 5 !important; }

@media (max-width: 1023px) {
  /* line 7401, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
    order: 3 !important;
    flex-basis: 100% !important;
    width: 100% !important; }

  /* line 7406, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
    order: 4 !important;
    flex-basis: 100% !important;
    width: 100% !important; } }
/* v3.0.5 — deterministic collection skeleton.
   Explicit rows prevent the legacy InSales grid and flex intrinsic sizing from
   creating empty tracks or collapsing the product stream. */
/* line 7417, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 304px !important;
  grid-template-rows: auto auto auto auto auto auto !important;
  grid-auto-flow: row !important;
  align-items: start !important; }

/* line 7425, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > header {
  grid-column: 1/-1 !important;
  grid-row: 1 !important; }

/* line 7430, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .page_section_top {
  grid-column: 1/-1 !important;
  grid-row: 2 !important; }

/* line 7435, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-fandom-strip {
  grid-column: 1/-1 !important;
  grid-row: 3 !important; }

/* line 7440, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
  grid-column: 1 !important;
  grid-row: 4 !important;
  width: auto !important;
  min-width: 0 !important; }

/* line 7447, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
  grid-column: 2 !important;
  grid-row: 4 !important;
  width: auto !important;
  min-width: 0 !important; }

/* line 7454, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer {
  grid-column: 1/-1 !important;
  grid-row: 5 !important; }

/* line 7459, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
  grid-column: 1/-1 !important;
  grid-row: 6 !important; }

@media (max-width: 1023px) {
  /* line 7465, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important; }

  /* line 7469, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
    grid-column: 1 !important;
    grid-row: 4 !important; }

  /* line 7473, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
    grid-column: 1 !important;
    grid-row: 5 !important; }

  /* line 7477, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer {
    grid-row: 6 !important; }

  /* line 7480, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
    grid-row: 7 !important; } }
/* v3.0.3 — beat the template's late desktop block-layout utility without
   leaking layout rules to any non-collection page. */
@media (min-width: 1024px) {
  /* line 7487, theme.scss */
  html[data-ar-theme] body.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left {
    display: grid !important;
    grid-template-columns: minmax(40px, 1fr) repeat(36, minmax(0, 33.333333px)) minmax(40px, 1fr) !important; }

  /* line 7491, theme.scss */
  html[data-ar-theme] body.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left > main {
    grid-column: 12/38 !important; }

  /* line 7494, theme.scss */
  html[data-ar-theme] body.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left > aside {
    grid-column: 2/11 !important; } }
/* v3.0.4 — final storefront skeleton. Flex is intentionally isolated to the
   collection template and is more resilient than the legacy variable grid. */
/* line 7500, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  gap: 0 !important; }

/* line 7510, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > header,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .page_section_top,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-fandom-strip,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important; }

/* line 7521, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
  order: 3 !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important; }

/* line 7528, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
  order: 3 !important;
  flex: 0 0 304px !important;
  width: 304px !important;
  min-width: 0 !important; }

/* line 7535, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > header {
  order: 0 !important; }

/* line 7539, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .page_section_top {
  order: 1 !important; }

/* line 7543, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-fandom-strip {
  order: 2 !important; }

/* line 7547, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
  order: 5 !important; }

@media (max-width: 1023px) {
  /* line 7553, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
    order: 3 !important;
    flex-basis: 100% !important;
    width: 100% !important; }

  /* line 7558, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
    order: 4 !important;
    flex-basis: 100% !important;
    width: 100% !important; } }
/* v3.0.6 — final override: the archive grid must win after every compatibility
   shim above. Keep this block last. */
/* line 7568, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 304px !important;
  grid-template-rows: auto auto auto auto auto auto !important;
  grid-auto-flow: row !important;
  align-items: start !important; }

/* line 7576, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > header {
  grid-column: 1/-1 !important;
  grid-row: 1 !important; }

/* line 7581, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .page_section_top {
  grid-column: 1/-1 !important;
  grid-row: 2 !important; }

/* line 7586, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-fandom-strip {
  grid-column: 1/-1 !important;
  grid-row: 3 !important; }

/* line 7591, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
  grid-column: 1 !important;
  grid-row: 4 !important;
  width: auto !important;
  min-width: 0 !important; }

/* line 7598, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
  grid-column: 2 !important;
  grid-row: 4 !important;
  width: auto !important;
  min-width: 0 !important; }

/* line 7605, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer {
  grid-column: 1/-1 !important;
  grid-row: 5 !important; }

/* line 7610, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
  grid-column: 1/-1 !important;
  grid-row: 6 !important; }

@media (max-width: 1023px) {
  /* line 7616, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important; }

  /* line 7620, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
    grid-column: 1 !important;
    grid-row: 4 !important;
    width: auto !important; }

  /* line 7625, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: auto !important; }

  /* line 7630, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > footer {
    grid-row: 6 !important; }

  /* line 7633, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > .ar-footer {
    grid-row: 7 !important; } }
/* v3.0.7 — price and actions are two deliberate dossier rows.
   This prevents the legacy flex buy-line from pushing the price under buttons. */
/* line 7641, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__buy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(60px, auto) 58px !important;
  width: 100% !important;
  min-height: 118px !important;
  padding: 0 !important;
  align-items: stretch !important; }

/* line 7651, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__price {
  display: flex !important;
  min-width: 0 !important;
  padding: 10px 20px 12px !important;
  align-items: flex-end !important;
  gap: 7px !important; }

/* line 7659, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important; }

/* v3.0.8 — OBJECT ARCHIVE, restrained edition.
   Equal specimen sheets replace the experimental masonry: the identity stays
   unusual, while products, prices and actions become instantly scannable. */
/* line 7669, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
  grid-template-columns: minmax(0, 1fr) 288px !important; }

/* line 7673, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main {
  padding: 34px 18px 72px 24px !important; }

/* line 7677, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
  padding: 34px 24px 72px 0 !important; }

/* line 7681, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important; }

/* line 7693, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem:nth-child(n) {
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 454px !important;
  min-height: 454px !important;
  margin: 0 !important;
  transform: none !important;
  overflow: hidden !important;
  background: var(--ar-archive-panel) !important;
  border: 1px solid var(--ar-archive-line) !important;
  clip-path: none !important; }

/* line 7709, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem::after {
  content: none !important; }

/* line 7713, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  clip-path: none !important; }

/* line 7720, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__content {
  display: grid !important;
  grid-template-rows: 248px 88px 118px !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important; }

/* line 7728, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__area-photo {
  height: 248px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid var(--ar-archive-line) !important; }

/* line 7735, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__photo,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__photo > *,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .img-ratio,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .img-ratio__inner {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important; }

/* line 7744, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__area-title {
  min-height: 0 !important;
  height: 88px !important;
  padding: 16px 18px 12px !important;
  overflow: hidden !important;
  border-bottom: 1px solid var(--ar-archive-line) !important; }

/* line 7752, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__title a {
  font-size: 17px !important;
  line-height: 1.14 !important;
  letter-spacing: -0.018em !important;
  -webkit-line-clamp: 3 !important; }

/* line 7759, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__area-bottom {
  min-height: 0 !important;
  height: 118px !important;
  overflow: hidden !important; }

/* line 7765, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__buy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 60px 58px !important;
  width: 100% !important;
  height: 118px !important;
  min-height: 0 !important;
  padding: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important; }

/* line 7777, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__price {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 60px !important;
  padding: 10px 18px 12px !important;
  align-items: flex-end !important;
  gap: 6px !important;
  overflow: hidden !important; }

/* line 7788, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__price-cur {
  font-size: 28px !important;
  line-height: 1 !important;
  white-space: nowrap !important; }

/* line 7794, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 52px 52px !important;
  width: 100% !important;
  height: 58px !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/* line 7804, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > * {
  height: 58px !important; }

/* line 7808, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview::after {
  content: none !important; }

@media (max-width: 1349px) {
  /* line 7813, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 1023px) {
  /* line 7818, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top {
    grid-template-columns: minmax(0, 1fr) !important; }

  /* line 7821, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > main,
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .page_layout.page_layout_normal_left.page_layout_section_top > aside {
    padding-right: 18px !important;
    padding-left: 18px !important; } }
@media (max-width: 699px) {
  /* line 7828, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important; }

  /* line 7832, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem,
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem:nth-child(n) {
    height: 438px !important;
    min-height: 438px !important; }

  /* line 7837, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__content {
    grid-template-rows: 232px 88px 118px !important; }

  /* line 7840, theme.scss */
  html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__area-photo {
    height: 232px !important; } }
/* v3.0.9 — clear the obsolete masonry row rhythm. */
/* line 7847, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list {
  grid-auto-rows: auto !important;
  align-items: start !important; }

/* line 7852, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list > .product-preview-elem:nth-child(n) {
  align-self: start !important; }

/* v3.0.10 — remove decorative copy that competes with product names. */
/* line 7859, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__content::after,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__area-photo::after {
  content: none !important; }

/* v3.0.12 — universal product fallback and one primary-action language. */
/* line 7866, theme.scss */
html[data-ar-theme] .product-preview__photo:has(img[src*=no_image_original]),
html[data-ar-theme] .product-preview__photo:has(img[data-src*=no_image_original]) {
  background: #07101a url("https://static.insales-cdn.com/files/1/6265/130373753/original/call_Xz62N8UAbhAGljTX9nEOojPo.png") 50% 50%/cover no-repeat !important; }

/* line 7871, theme.scss */
html[data-ar-theme] .product-preview__photo:has(img[src*=no_image_original]) picture,
html[data-ar-theme] .product-preview__photo:has(img[data-src*=no_image_original]) picture {
  opacity: 0 !important; }

/* line 7876, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__detail-select-btn,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter {
  color: #fff !important;
  background: var(--ar-archive-accent) !important;
  background-image: none !important;
  border-color: var(--ar-archive-accent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important; }

/* line 7892, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child:hover,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child:focus,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child:active,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn:hover,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn:focus,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn:active,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link:hover,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link:focus,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link:active {
  color: #fff !important;
  background: var(--ar-archive-accent) !important;
  background-image: none !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32) !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important; }

/* line 7910, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child::before,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child::after,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn::before,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn::after,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link::before,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link::after {
  content: none !important;
  display: none !important; }

/* line 7920, theme.scss */
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__controls > :first-child *,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn *,
html[data-ar-theme] body[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link * {
  color: #fff !important; }

/* v3.0.13 — win over the legacy photo background without touching real photos. */
/* line 7928, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__photo:has(img[src*=no_image_original]),
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__photo:has(img[data-src*=no_image_original]) {
  background-color: #07101a !important;
  background-image: url("https://static.insales-cdn.com/files/1/6265/130373753/original/call_Xz62N8UAbhAGljTX9nEOojPo.png") !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

/* v3.0.14 — the inline cart counter uses a nested legacy button. */
/* line 7939, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn:hover,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn:focus,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn:active {
  display: flex !important;
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: var(--ar-archive-accent) !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important; }

/* line 7961, theme.scss */
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn::before,
html[data-ar-theme][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn::after {
  content: none !important;
  display: none !important; }

/* v3.0.15 — explicit theme colors beat legacy per-button variants. */
/* line 7969, theme.scss */
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn,
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter,
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn,
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link {
  background-color: #3e56df !important;
  border-color: #3e56df !important; }

/* line 7977, theme.scss */
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn,
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter,
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn,
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link {
  background-color: #22cfea !important;
  border-color: #22cfea !important; }

/* v3.0.16 — reset the full background shorthand used by the base theme. */
/* line 7987, theme.scss */
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn,
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter,
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn,
html[data-ar-theme=light][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link {
  background: #3e56df !important;
  background-image: none !important; }

/* line 7995, theme.scss */
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .product-preview__show-modal-variants-btn,
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter,
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .add-cart-counter__btn,
html[data-ar-theme=dark][lang] body.settings_loaded.settings_loaded[data-theme-template=collection] .catalog-list.grid-list .ar-price-request-link {
  background: #22cfea !important;
  background-image: none !important; }
