@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #ffffff);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #D32F2F);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #d84646);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #dc5c5c);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #ea9c9c);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #D32F2F);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #d84646);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #dc5c5c);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #ea9c9c);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Jost);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Jost);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, right);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

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

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* HiWatch storefront */
/* line 29, theme.scss */
:root {
  --hw-green:#d32f2f;
  --hw-green-dark:#b71c1c;
  --hw-black:#383838;
  --hw-ink:#3f3f3f;
  --hw-muted:#757575;
  --hw-line:#e4e4e4;
  --hw-soft:#f5f5f5; }

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

/* line 31, theme.scss */
body {
  background: #fff;
  color: var(--hw-ink); }

/* line 32, theme.scss */
.hw-shell {
  width: min(1320px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

/* line 33, theme.scss */
.hiwatch-home {
  overflow: hidden; }

/* line 34, theme.scss */
.hw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hw-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase; }

/* line 35, theme.scss */
.hw-kicker:before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--hw-green); }

/* line 36, theme.scss */
.hw-section {
  padding: 96px 0; }

/* line 37, theme.scss */
.hw-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 38px; }

/* line 38, theme.scss */
.hw-heading h2, .hw-about h2, .hw-cta h2 {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--hw-black);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em; }

/* line 39, theme.scss */
.hw-heading > a {
  flex: none;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--hw-black);
  text-decoration: none;
  font-weight: 700; }

/* line 40, theme.scss */
.hw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px; }

/* line 41, theme.scss */
.hw-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: .25s ease; }

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

/* line 43, theme.scss */
.hw-btn--primary {
  color: #fff;
  background: var(--hw-green);
  box-shadow: 0 14px 35px rgba(211, 47, 47, 0.22); }

/* line 44, theme.scss */
.hw-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25); }

/* line 45, theme.scss */
.hw-btn--light {
  color: var(--hw-black);
  background: #fff; }

/* line 46, theme.scss */
.hw-btn--dark {
  color: #fff;
  background: var(--hw-black); }

/* line 47, theme.scss */
.hw-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 620px;
  margin-top: 24px;
  padding: 70px;
  align-items: center;
  gap: 40px;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(135deg, #333, #4a4a4a);
  overflow: hidden; }

/* line 48, theme.scss */
.hw-hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -250px;
  top: -300px;
  border: 100px solid rgba(211, 47, 47, 0.12);
  border-radius: 50%; }

/* line 49, theme.scss */
.hw-hero__content {
  position: relative;
  z-index: 2; }

/* line 50, theme.scss */
.hw-hero h1 {
  max-width: 720px;
  margin: 14px 0 20px;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: .92;
  letter-spacing: -.06em; }

/* line 51, theme.scss */
.hw-hero__content > p {
  max-width: 650px;
  color: #bfc6c0;
  font-size: 18px;
  line-height: 1.65; }

/* line 52, theme.scss */
.hw-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #d8ded9;
  font-size: 13px; }

/* line 53, theme.scss */
.hw-hero__trust li:before {
  content: "✓";
  margin-right: 7px;
  color: var(--hw-green);
  font-weight: 900; }

/* line 54, theme.scss */
.hw-hero__visual {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: radial-gradient(circle at center, rgba(211, 47, 47, 0.22), rgba(0, 0, 0, 0) 55%), linear-gradient(145deg, #5a5a5a, #303030);
  overflow: hidden; }

/* line 55, theme.scss */
.hw-camera {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 155px;
  border-radius: 80px 80px 45px 45px;
  background: linear-gradient(160deg, #fff, #bfc5c0);
  transform: translate(-50%, -55%) rotate(-7deg);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.4); }

/* line 56, theme.scss */
.hw-camera:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: 70px;
  bottom: -30px;
  border: 18px solid #454545;
  border-radius: 50%;
  background: radial-gradient(circle, #181818 0% 16%, #7d3030 17% 28%, #2d2d2d 30% 55%, #777777 56% 100%);
  box-sizing: border-box; }

/* line 57, theme.scss */
.hw-camera:after {
  content: "HIWATCH";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #333;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em; }

/* line 58, theme.scss */
.hw-camera span {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 38px;
  top: 38px;
  border-radius: 50%;
  background: var(--hw-green);
  box-shadow: 0 0 18px var(--hw-green); }

/* line 59, theme.scss */
.hw-scan {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(211, 47, 47, 0.35);
  border-radius: 50%;
  animation: hw-pulse 3s infinite; }

@keyframes hw-pulse {
  50% {
    transform: scale(0.85);
    opacity: .25; } }
/* line 61, theme.scss */
.hw-status {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(4, 8, 5, 0.7);
  font-size: 12px;
  backdrop-filter: blur(8px); }

/* line 62, theme.scss */
.hw-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--hw-green);
  box-shadow: 0 0 9px var(--hw-green); }

/* line 63, theme.scss */
.hw-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px; }

/* line 64, theme.scss */
.hw-category {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--hw-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(60, 60, 60, 0.06);
  transition: .25s ease; }

/* line 65, theme.scss */
.hw-category:hover {
  border-color: rgba(211, 47, 47, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(60, 60, 60, 0.11); }

/* line 66, theme.scss */
.hw-category__image {
  display: block;
  position: relative;
  height: 205px;
  padding: 18px;
  background: var(--hw-soft);
  overflow: hidden; }

/* line 67, theme.scss */
.hw-category__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease; }

/* line 68, theme.scss */
.hw-category:hover .hw-category__image img {
  transform: scale(1.04); }

/* line 69, theme.scss */
.hw-category__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  margin: 0;
  background: linear-gradient(145deg, #eee, #fafafa); }

/* line 70, theme.scss */
.hw-category__placeholder i {
  display: block;
  position: relative;
  width: 74px;
  height: 52px;
  border: 5px solid #c8c8c8;
  border-radius: 10px; }

/* line 71, theme.scss */
.hw-category__placeholder i:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 5px solid #d32f2f;
  border-radius: 50%;
  box-sizing: border-box; }

/* line 72, theme.scss */
.hw-category__body {
  display: flex;
  min-height: 145px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px; }

/* line 73, theme.scss */
.hw-category__body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2; }

/* line 74, theme.scss */
.hw-category__body h3 a {
  color: var(--hw-ink);
  text-decoration: none; }

/* line 75, theme.scss */
.hw-category__count {
  margin: 0!important;
  color: var(--hw-muted) !important;
  font-size: 13px; }

/* line 76, theme.scss */
.hw-category__link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--hw-green-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none; }

/* line 77, theme.scss */
.hw-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 35px 0;
  border-top: 1px solid var(--hw-line);
  border-bottom: 1px solid var(--hw-line); }

/* line 78, theme.scss */
.hw-benefits article {
  padding: 15px 28px;
  border-right: 1px solid var(--hw-line); }

/* line 79, theme.scss */
.hw-benefits article:last-child {
  border: 0; }

/* line 80, theme.scss */
.hw-benefits strong {
  display: block;
  color: var(--hw-black);
  font-size: 34px;
  letter-spacing: -.04em; }

/* line 81, theme.scss */
.hw-benefits span {
  display: block;
  margin-top: 8px;
  color: var(--hw-muted);
  font-size: 13px; }

/* line 82, theme.scss */
.hw-products {
  padding-bottom: 70px; }

/* line 83, theme.scss */
.hw-native-widgets {
  min-height: 80px; }

/* line 84, theme.scss */
.hw-dark {
  color: #fff;
  background: var(--hw-black); }

/* line 85, theme.scss */
.hw-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-top: 110px;
  padding-bottom: 110px; }

/* line 86, theme.scss */
.hw-about h2 {
  color: #fff; }

/* line 87, theme.scss */
.hw-about p {
  margin: 0 0 28px;
  color: #afb6b0;
  font-size: 18px;
  line-height: 1.75; }

/* line 88, theme.scss */
.hw-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }

/* line 89, theme.scss */
.hw-reasons article {
  padding: 30px;
  border: 1px solid var(--hw-line);
  border-radius: 16px;
  background: var(--hw-soft); }

/* line 90, theme.scss */
.hw-reasons article > span {
  color: var(--hw-green);
  font-size: 13px;
  font-weight: 900; }

/* line 91, theme.scss */
.hw-reasons h3 {
  margin: 22px 0 10px;
  font-size: 23px; }

/* line 92, theme.scss */
.hw-reasons p {
  margin: 0;
  color: var(--hw-muted);
  line-height: 1.65; }

/* line 93, theme.scss */
.hw-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px; }

/* line 94, theme.scss */
.hw-faq .hw-heading {
  align-items: start; }

/* line 95, theme.scss */
.hw-faq__list {
  border-top: 1px solid var(--hw-line); }

/* line 96, theme.scss */
.hw-faq details {
  border-bottom: 1px solid var(--hw-line); }

/* line 97, theme.scss */
.hw-faq summary {
  position: relative;
  padding: 25px 45px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800; }

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

/* line 99, theme.scss */
.hw-faq summary:after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  color: var(--hw-green-dark);
  font-size: 28px; }

/* line 100, theme.scss */
.hw-faq details[open] summary:after {
  content: "−"; }

/* line 101, theme.scss */
.hw-faq details p {
  margin: 0;
  padding: 0 45px 25px 0;
  color: var(--hw-muted);
  line-height: 1.65; }

/* line 102, theme.scss */
.hw-warehouses article {
  padding: 28px;
  border: 1px solid var(--hw-line);
  border-radius: 16px; }

/* line 103, theme.scss */
.hw-warehouses article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hw-green);
  font-size: 11px;
  font-weight: 900; }

/* line 104, theme.scss */
.hw-warehouses h3 {
  margin: 24px 0 8px;
  font-size: 24px; }

/* line 105, theme.scss */
.hw-warehouses p {
  margin: 0;
  color: var(--hw-muted); }

/* line 106, theme.scss */
.hw-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 90px;
  padding: 55px 60px;
  border-radius: 22px;
  background: var(--hw-green); }

/* line 107, theme.scss */
.hw-cta {
  color: #fff; }

/* line 108, theme.scss */
.hw-cta h2 {
  color: #fff; }

/* line 109, theme.scss */
.hw-cta .hw-kicker {
  color: #fff; }

/* line 110, theme.scss */
.hw-cta .hw-kicker:before {
  background: #fff; }

/* line 111, theme.scss */
.hw-cta p {
  margin: 10px 0 0; }

/* line 112, theme.scss */
.hw-b24-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease,visibility .2s ease; }

/* line 113, theme.scss */
.hw-b24-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

/* line 114, theme.scss */
.hw-b24-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68); }

/* line 115, theme.scss */
.hw-b24-modal__dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: 90vh;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden; }

/* line 116, theme.scss */
.hw-b24-modal__body {
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain; }

/* line 117, theme.scss */
.hw-b24-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #2f2f2f;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.14);
  font: 400 30px/1 Arial,sans-serif;
  cursor: pointer;
  transition: color .2s ease,background .2s ease; }

/* line 118, theme.scss */
.hw-b24-modal__close:hover {
  color: #fff;
  background: #d32f2f; }

/* line 119, theme.scss */
.hw-b24-modal-open {
  overflow: hidden; }

/* line 120, theme.scss */
.hw-store-footer {
  padding: 70px 0 60px;
  color: #d0d0d0;
  background: #2f2f2f; }

/* line 121, theme.scss */
.hw-store-footer__container {
  width: calc(100% - 48px);
  max-width: var(--layout-content-max-width, 1408px);
  margin: 0 auto; }

/* line 122, theme.scss */
.hw-store-footer__main {
  display: grid;
  grid-template-columns: 28% minmax(0, 1fr);
  gap: 80px; }

/* line 123, theme.scss */
.hw-store-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 124, theme.scss */
.hw-store-footer__logo {
  margin-bottom: 36px;
  color: #595552;
  font-family: Arial,sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.065em;
  text-decoration: none; }

/* line 125, theme.scss */
.hw-store-footer__logo span {
  color: #ff1722; }

/* line 126, theme.scss */
.hw-store-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 18px; }

/* line 127, theme.scss */
.hw-store-footer__contacts a, .hw-store-footer__contacts > div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease; }

/* line 128, theme.scss */
.hw-store-footer__contacts a:hover {
  color: #d32f2f; }

/* line 129, theme.scss */
.hw-store-footer__contacts svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: #fff; }

/* line 130, theme.scss */
.hw-store-footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 28px; }

/* line 131, theme.scss */
.hw-store-footer__socials a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  transition: color .2s ease,border-color .2s ease; }

/* line 132, theme.scss */
.hw-store-footer__socials a:hover {
  color: #d32f2f;
  border-color: #d32f2f; }

/* line 133, theme.scss */
.hw-store-footer__socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor; }

/* line 134, theme.scss */
.hw-store-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px; }

/* line 135, theme.scss */
.hw-store-footer__column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px; }

/* line 136, theme.scss */
.hw-store-footer__column h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3; }

/* line 137, theme.scss */
.hw-store-footer__column a, .hw-store-footer__column > span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease; }

/* line 138, theme.scss */
.hw-store-footer__column a:hover {
  color: #d32f2f; }

/* line 139, theme.scss */
.hw-store-footer__column svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  fill: #fff; }

/* line 140, theme.scss */
.hw-store-footer__legal {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left; }

/* line 141, theme.scss */
.hw-store-footer__legal p {
  margin: 0; }

/* line 142, theme.scss */
.hw-store-footer__copyright {
  margin-bottom: 12px;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; }

/* line 143, theme.scss */
.hw-store-footer__company {
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; }

/* line 144, theme.scss */
.hw-store-footer__legal .hw-store-footer__tax-id {
  margin-top: 5px;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; }

@media (max-width: 1200px) {
  /* line 145, theme.scss */
  .hw-store-footer__main, .hw-store-footer__nav {
    gap: 40px; } }
@media (max-width: 992px) {
  /* line 146, theme.scss */
  .hw-store-footer {
    padding: 50px 0 40px; }

  /* line 146, theme.scss */
  .hw-store-footer__container {
    width: calc(100% - 32px); }

  /* line 146, theme.scss */
  .hw-store-footer__main {
    grid-template-columns: 1fr;
    gap: 48px; }

  /* line 146, theme.scss */
  .hw-store-footer__nav {
    grid-template-columns: 1fr;
    gap: 38px; }

  /* line 146, theme.scss */
  .hw-store-footer__logo {
    margin-bottom: 28px;
    font-size: 42px; }

  /* line 146, theme.scss */
  .hw-store-footer__column {
    gap: 14px; }

  /* line 146, theme.scss */
  .hw-store-footer__column h3 {
    margin-bottom: 6px; } }
@media (max-width: 480px) {
  /* line 147, theme.scss */
  .hw-store-footer__contacts a, .hw-store-footer__contacts > div, .hw-store-footer__column a, .hw-store-footer__column > span {
    font-size: 15px; } }
@media (max-width: 1024px) {
  /* line 148, theme.scss */
  .hw-hero {
    grid-template-columns: 1fr;
    padding: 50px; }

  /* line 148, theme.scss */
  .hw-hero__visual {
    min-height: 360px; }

  /* line 148, theme.scss */
  .hw-categories, .hw-benefits {
    grid-template-columns: repeat(2, 1fr); }

  /* line 148, theme.scss */
  .hw-benefits article:nth-child(2) {
    border-right: 0; }

  /* line 148, theme.scss */
  .hw-about, .hw-faq {
    grid-template-columns: 1fr;
    gap: 40px; }

  /* line 148, theme.scss */
  .hw-footer__grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  /* line 149, theme.scss */
  .hw-shell {
    width: min(100% - 28px, 1320px); }

  /* line 149, theme.scss */
  .hw-section {
    padding: 62px 0; }

  /* line 149, theme.scss */
  .hw-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 26px; }

  /* line 149, theme.scss */
  .hw-hero {
    width: calc(100% - 20px);
    min-height: auto;
    margin-top: 10px;
    padding: 38px 22px;
    border-radius: 20px; }

  /* line 149, theme.scss */
  .hw-hero h1 {
    font-size: 48px; }

  /* line 149, theme.scss */
  .hw-hero__content > p {
    font-size: 16px; }

  /* line 149, theme.scss */
  .hw-hero__trust {
    gap: 10px;
    flex-direction: column; }

  /* line 149, theme.scss */
  .hw-hero__visual {
    min-height: 300px; }

  /* line 149, theme.scss */
  .hw-camera {
    width: 210px;
    height: 135px; }

  /* line 149, theme.scss */
  .hw-camera:before {
    left: 58px; }

  /* line 149, theme.scss */
  .hw-categories, .hw-benefits, .hw-grid-3, .hw-footer__grid {
    grid-template-columns: 1fr; }

  /* line 149, theme.scss */
  .hw-category__image {
    height: 220px; }

  /* line 149, theme.scss */
  .hw-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--hw-line); }

  /* line 149, theme.scss */
  .hw-about {
    padding-top: 70px;
    padding-bottom: 70px; }

  /* line 149, theme.scss */
  .hw-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 60px;
    padding: 35px 25px; }

  /* line 149, theme.scss */
  .hw-b24-modal {
    padding: 12px; }

  /* line 149, theme.scss */
  .hw-b24-modal__dialog {
    width: 100%;
    max-height: 90vh;
    border-radius: 12px; }

  /* line 149, theme.scss */
  .hw-b24-modal__body {
    max-height: 90vh; }

  /* line 149, theme.scss */
  .hw-footer__grid {
    gap: 38px; }

  /* line 149, theme.scss */
  .hw-footer__bottom {
    align-items: flex-start;
    flex-direction: column; } }
