:root {
  --brand-navy: var(--navy);
  --brand: var(--blue);
  --brand-bright: var(--bright);
  --brand-ice: var(--ice);
}

body.panel-open { overflow: hidden; }

body .about-native-shell .about-stats {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  grid-auto-rows: auto !important;
  grid-auto-flow: column !important;
  width: calc(100% + 80px) !important;
  margin: 40px 0 48px -40px !important;
  gap: 40px !important;
  padding: 58px 44px 62px !important;
  height: 242px !important;
  min-height: 242px !important;
}

body .about-native-shell .about-quality-images > .elementor-widget-image:first-child img {
  width: 400px !important;
  height: 533px !important;
  object-fit: cover !important;
}

body .about-native-shell .about-quality-images > .elementor-widget-image:last-child img {
  width: 100% !important;
  height: 517px !important;
  object-fit: cover !important;
}

body .about-native-shell .about-customer-grid .customer-logo {
  min-height: 179px !important;
  height: 179px !important;
  gap: 0 !important;
}

/* Contact uses the prototype's asymmetric grid. Elementor otherwise turns the
 * section back into a padded flex row and stretches both cards to one height. */
body .contact-shell {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .contact-shell > .wrap {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .contact-shell .contact-layout {
  display: grid !important;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) !important;
  align-items: start !important;
  width: 100% !important;
  gap: 28px !important;
  padding: 50px 0 72px !important;
}

body .contact-shell .contact-layout > .contact-card {
  display: block !important;
  align-self: start !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 28px !important;
  gap: 0 !important;
}

body .contact-shell .contact-card > .elementor-widget-heading {
  margin: 0 0 12px !important;
}

body .contact-shell .contact-card > .elementor-widget-text-editor {
  margin: 0 0 14px !important;
}

body .contact-shell .contact-card .elementor-widget-container,
body .contact-shell .contact-card .elementor-widget-container > p {
  margin-top: 0 !important;
}

body .contact-shell .contact-info {
  display: block !important;
  width: 100% !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

body .contact-shell .contact-info .elementor-icon-list-items {
  display: grid !important;
  width: 100% !important;
  gap: 12px !important;
}

body .contact-shell .contact-info .elementor-icon-list-item {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
  gap: 8px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--line) !important;
}

body .contact-shell .contact-info .elementor-icon-list-icon,
body .contact-shell .contact-info .elementor-icon-list-text {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

body .contact-shell .contact-info .elementor-icon-list-item > a {
  border-bottom: 0 !important;
}

body .contact-shell .measflow-contact-quote > .elementor-widget-shortcode,
body .contact-shell .measflow-contact-quote .elementor-shortcode,
body .contact-shell .measflow-contact-quote .measflow-native-form,
body .contact-shell .measflow-contact-quote .measflow-native-cf7,
body .contact-shell .measflow-contact-quote .wpcf7 {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .contact-shell .measflow-native-cf7 .wpcf7-form {
  margin: 0 !important;
}

body .contact-shell .measflow-native-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body .contact-shell .measflow-native-cf7 .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(32, 144, 240, .34) !important;
  background: var(--ice);
  color: var(--navy);
}

body .contact-shell .measflow-native-cf7 form:not(.sent):not(.failed):not(.invalid) .wpcf7-response-output:empty {
  display: none;
}

body .contact-shell .measflow-native-cf7 form.invalid .wpcf7-response-output,
body .contact-shell .measflow-native-cf7 form.failed .wpcf7-response-output {
  border-color: #b42318 !important;
  background: #fff5f4;
  color: #8a1c13;
}

body .contact-shell .measflow-native-cf7 .wpcf7-spinner {
  align-self: center;
  margin: 0 0 0 12px;
}

body .contact-shell .contact-form-unavailable {
  margin: 0 !important;
  padding: 14px;
  border: 1px solid #b42318;
  background: #fff5f4;
  color: #8a1c13 !important;
}

/* Dew Point is a fixed 300px navigation rail plus a 900px content column.
 * Elementor's default flex sizing otherwise makes both columns equal and lets
 * the comparison table expand the document beyond the viewport. */
body .dew-shell {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .dew-shell > .wrap {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .dew-shell .reference-article-layout {
  display: grid !important;
  grid-template-columns: 300px minmax(0, 900px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 1200px !important;
  gap: 0 !important;
  padding: 28px 0 72px !important;
}

body .dew-shell .reference-article-layout > .sidebar {
  display: grid !important;
  align-self: start !important;
  width: 300px !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .dew-shell .dew-point-content {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 900px !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .dew-shell .dew-point-content > .elementor-widget-heading,
body .dew-shell .dew-point-content > .elementor-widget-text-editor,
body .dew-shell .dew-point-content > .e-con {
  width: 100% !important;
  min-width: 0 !important;
}

body .dew-shell .dew-intro {
  margin: 0 0 36px !important;
}

body .dew-shell .dew-intro .elementor-widget-container,
body .dew-shell .dew-intro p {
  margin-top: 0 !important;
}

body .dew-shell .dew-product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 288px)) !important;
  align-items: start !important;
  width: 100% !important;
  gap: 20px !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

body .dew-shell .dew-product-card {
  display: block !important;
  align-self: start !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .dew-shell .dew-product-card > .elementor-widget-image {
  margin: 0 0 12px !important;
}

body .dew-shell .dew-product-card .reference-product-media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body .dew-shell .dew-product-card > .elementor-widget-heading,
body .dew-shell .dew-product-card > .elementor-widget-text-editor {
  margin: 0 0 12px !important;
}

body .dew-shell .dew-section {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 0 34px !important;
  gap: 0 !important;
}

body .dew-shell .dew-section > .elementor-widget-heading {
  margin: 0 0 20px !important;
}

body .dew-shell .dew-section > .elementor-widget-text-editor,
body .dew-shell .dew-section > .elementor-widget-text-editor .elementor-widget-container {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
}

body .dew-shell .dew-comparison {
  width: 100% !important;
  min-width: 760px !important;
  margin: 0 0 18px !important;
}

body .dew-shell .dew-factors {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 0 34px !important;
  gap: 0 !important;
}

body .dew-shell .dew-factors > .category-article-section {
  display: block !important;
  width: 100% !important;
  padding: 12px 0 10px !important;
  gap: 0 !important;
}

body .dew-shell .dew-factors > .category-article-section > .elementor-widget-heading {
  margin: 0 0 8px !important;
}

body .dew-shell .dew-factors > .category-article-section > .elementor-widget-text-editor,
body .dew-shell .dew-factors > .category-article-section p {
  margin: 0 !important;
}

body .contact-shell .contact-preparation-section {
  display: block !important;
  width: 100% !important;
  padding: 34px 0 !important;
  gap: 0 !important;
  border-top: 1px solid var(--line) !important;
}

body .contact-shell .contact-preparation-section > .elementor-widget-heading {
  margin: 0 0 20px !important;
}

body .contact-shell .contact-preparation {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .contact-shell .contact-preparation .elementor-icon-list-items {
  display: grid !important;
  width: 100% !important;
  gap: 10px !important;
}

body .contact-shell .contact-preparation .elementor-icon-list-item {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  width: 100% !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .reference-product-card .product-card-detail-link {
  width: auto !important;
  margin: 12px 0 0 !important;
}

body .reference-product-card .product-card-detail-link .elementor-button {
  display: inline-flex !important;
  min-height: 38px;
  padding: 10px 18px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

body .reference-product-card .product-card-detail-link .elementor-button:hover,
body .reference-product-card .product-card-detail-link .elementor-button:focus-visible {
  background: var(--bright) !important;
  border-color: var(--bright) !important;
  color: #061a3a !important;
}

body .product-detail-shell .product-detail-wrap {
  display: block !important;
  width: min(1200px, calc(100% - 80px)) !important;
  margin: 0 auto !important;
  padding: 22px 0 72px !important;
}

body .product-detail-shell.hostinger-elementor-aos,
body .product-detail-shell .hostinger-elementor-aos {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body .product-detail-shell .product-detail-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.13fr) !important;
  align-items: start !important;
  gap: 50px !important;
  width: 100% !important;
  padding: 0 0 64px !important;
}

body .product-detail-shell .product-detail-gallery,
body .product-detail-shell .product-detail-copy {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body .product-detail-shell .product-detail-gallery > .elementor-widget-image:first-child img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body .product-detail-shell .product-detail-gallery > .product-detail-thumb {
  display: inline-block !important;
  width: 78px !important;
  margin: 10px 8px 0 0 !important;
  vertical-align: top;
}

body .product-detail-shell .product-detail-thumb img {
  display: block;
  width: 78px !important;
  height: 78px !important;
  object-fit: cover;
  border: 1px solid var(--line);
}

body .product-detail-shell .product-detail-kicker,
body .product-detail-shell .product-detail-copy > .elementor-widget-heading,
body .product-detail-shell .product-detail-description,
body .product-detail-shell .product-detail-copy > .elementor-widget-text-editor,
body .product-detail-shell .product-detail-copy > .elementor-widget-button {
  margin: 0 0 18px !important;
}

body .product-detail-shell .product-detail-kicker p,
body .product-detail-shell .product-detail-description p,
body .product-detail-shell .product-detail-note p,
body .product-detail-shell .product-quote-panel p {
  margin: 0;
}

body .product-detail-shell .product-detail-copy h1 {
  margin: 0;
  color: #000;
  font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

body .product-detail-shell .product-code {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
}

body .product-detail-shell .product-code span,
body .product-detail-shell .product-code b {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

body .product-detail-shell .product-detail-specs {
  display: grid;
  margin: 4px 0 20px;
}

body .product-detail-shell .product-detail-specs > div {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

body .product-detail-shell .product-detail-specs dt,
body .product-detail-shell .product-detail-specs dd {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}

body .product-detail-shell .product-detail-specs dd {
  font-weight: 600;
}

body .product-detail-shell .product-detail-note {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

body .product-detail-shell .product-detail-quote {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .product-detail-shell .product-detail-quote .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 194px;
  min-height: 46px;
  padding: 7px 40px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

body .product-detail-shell .product-detail-quote .elementor-button:hover,
body .product-detail-shell .product-detail-quote .elementor-button:focus-visible {
  border-color: var(--bright) !important;
  background: var(--bright) !important;
  color: #061a3a !important;
}

body .product-detail-shell .product-detail-tabs {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body .product-detail-shell .product-detail-tabs-nav {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 0 !important;
  border-bottom: 1px solid var(--line);
}

body .product-detail-shell .product-tab-control {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .product-detail-shell .product-tab-control .elementor-button {
  display: inline-flex !important;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #4f5965 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
}

body .product-detail-shell .product-tab-control.is-active .elementor-button,
body .product-detail-shell .product-tab-control .elementor-button[aria-selected="true"] {
  border-bottom-color: #000 !important;
  color: #000 !important;
}

body .product-detail-shell .product-tab-control .elementor-button:hover,
body .product-detail-shell .product-tab-control .elementor-button:focus-visible {
  color: #000 !important;
  background: #f5f7f8 !important;
}

body .product-detail-shell .product-detail-tab-panels,
body .product-detail-shell .product-tab-panel {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

body .product-detail-shell .product-detail-tab-panels {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

body .product-detail-shell .product-tab-panel {
  padding: 44px 0 52px !important;
}

body .product-detail-shell .product-tab-panel[hidden],
body .product-detail-shell .product-tab-panel:not(.is-active) {
  display: none !important;
}

body .product-detail-shell .product-tab-panel > .elementor-widget-heading {
  margin: 0 0 18px !important;
}

body .product-detail-shell .product-tab-description {
  margin: 0 0 30px !important;
}

body .product-detail-shell .product-detail-sections {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 46px !important;
  width: 100% !important;
  padding: 0 !important;
}

body .product-detail-shell .product-detail-section {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

body .product-detail-shell .product-detail-section > .elementor-widget-heading {
  margin: 0 0 18px !important;
}

body .product-detail-shell .product-detail-list .elementor-icon-list-items {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding-left: 20px !important;
}

body .product-detail-shell .product-detail-list .elementor-icon-list-item {
  display: list-item !important;
  color: var(--body);
  font-size: 15px;
  line-height: 1.55;
}

body .product-detail-shell .product-tab-specs {
  margin: 0 !important;
}

body .product-detail-shell .product-quote-panel {
  max-width: 840px;
}

body .product-detail-shell .product-quote-panel > .elementor-widget-text-editor {
  margin: 0 0 20px !important;
}

body .product-detail-shell .product-quote-form,
body .product-detail-shell .product-quote-form .elementor-shortcode,
body .product-detail-shell .product-quote-form .measflow-native-cf7,
body .product-detail-shell .product-quote-form .wpcf7 {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .product-detail-shell .product-quote-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
}

body .product-detail-shell .product-quote-form .field.full,
body .product-detail-shell .product-quote-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

body .product-detail-shell .product-quote-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body .product-detail-shell .product-quote-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #b42318;
  font-size: 13px;
}

body .product-detail-shell .product-quote-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(32, 144, 240, .34) !important;
  background: var(--ice);
  color: var(--navy);
}

body .product-detail-shell .product-quote-form form:not(.sent):not(.failed):not(.invalid) .wpcf7-response-output:empty {
  display: none;
}

body .product-detail-shell .product-quote-form form.invalid .wpcf7-response-output,
body .product-detail-shell .product-quote-form form.failed .wpcf7-response-output {
  border-color: #b42318 !important;
  background: #fff5f4;
  color: #8a1c13;
}

body .product-detail-shell .product-related-section {
  display: block !important;
  width: 100% !important;
  padding: 60px 0 !important;
}

body .product-detail-shell .product-related-section > .elementor-widget-heading {
  margin: 0 0 28px !important;
  text-align: center;
}

body .product-detail-shell .product-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

body .product-detail-shell .product-related-card {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body .product-detail-shell .product-related-card h3 {
  margin: 14px 0 6px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

body .product-detail-shell .product-related-card h3 a {
  color: inherit;
  text-decoration: none;
}

body .product-detail-shell .product-related-sku {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

body .product-detail-shell .product-related-image img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 991px) {
  body .product-detail-shell .product-detail-wrap {
    width: min(1200px, calc(100% - 40px)) !important;
  }

  body .product-detail-shell .product-detail-layout {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  body .product-detail-shell .product-detail-copy h1 {
    font-size: 42px;
  }

  body .product-detail-shell .product-tab-panel {
    padding: 38px 0 46px !important;
  }
}

@media (max-width: 560px) {
  body .product-detail-shell .product-detail-wrap {
    width: calc(100% - 32px) !important;
    padding-bottom: 52px !important;
  }

  body .product-detail-shell .product-detail-layout {
    gap: 28px !important;
    padding-bottom: 44px !important;
  }

  body .product-detail-shell .product-detail-copy h1 {
    font-size: 34px;
  }

  body .product-detail-shell .product-detail-specs > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body .product-detail-shell .product-detail-tabs-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  body .product-detail-shell .product-tab-control {
    width: 100% !important;
  }

  body .product-detail-shell .product-tab-control .elementor-button {
    justify-content: center;
    width: 100% !important;
    min-height: 58px;
    padding: 10px 5px !important;
    font-size: 13px !important;
    text-align: center;
    white-space: normal;
  }

  body .product-detail-shell .product-tab-panel {
    padding: 32px 0 40px !important;
  }

  body .product-detail-shell .product-quote-form .wpcf7-form {
    grid-template-columns: 1fr;
  }

  body .product-detail-shell .product-quote-form .field,
  body .product-detail-shell .product-quote-form .field.full {
    grid-column: 1;
  }

  body .product-detail-shell .product-detail-sections,
  body .product-detail-shell .product-related-grid {
    grid-template-columns: 1fr !important;
  }

  body .product-detail-shell .product-detail-sections {
    gap: 38px !important;
    padding: 0 !important;
  }
}

body .about-native-shell .about-customer-grid .customer-logo > .e-con-inner,
body .about-native-shell .about-customer-grid .customer-logo .elementor-widget-container {
  display: contents !important;
}

@media (max-width: 991px) {
  body .dew-shell .hostinger-elementor-aos {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  body .dew-shell .reference-article-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 24px 0 54px !important;
  }

  body .dew-shell .reference-article-layout > .sidebar,
  body .dew-shell .dew-point-content {
    width: 100% !important;
    max-width: none !important;
  }

  body .dew-shell .reference-article-layout > .sidebar {
    position: static !important;
    top: auto !important;
  }

  body .dew-shell .reference-page-heading {
    text-align: center !important;
  }

  body .dew-shell .dew-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .contact-shell .contact-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .contact-shell .contact-layout > .contact-card {
    width: 100% !important;
  }

  body .about-native-shell .about-stats {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    grid-auto-flow: row !important;
    gap: 28px 18px !important;
    padding: 46px 18px 50px !important;
  }

  body .about-native-shell .about-quality-images > .elementor-widget-image:first-child img,
  body .about-native-shell .about-quality-images > .elementor-widget-image:last-child img {
    width: 100% !important;
    height: auto !important;
  }

  body .about-native-shell .about-customer-grid .customer-logo {
    height: 179px !important;
    min-height: 179px !important;
  }
}

@media (max-width: 560px) {
  body .dew-shell .dew-product-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .about-native-shell .about-stats {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 22px !important;
    padding: 40px 18px 42px !important;
  }
}

.plain-link .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0;
  padding: 0 !important;
  color: inherit;
  line-height: inherit;
}

.plain-link .elementor-button:hover,
.plain-link .elementor-button:focus {
  color: var(--bright);
}

.icon-link .elementor-icon,
.search-btn .elementor-icon,
.menu-btn .elementor-icon,
.close-btn .elementor-icon,
.back-top .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.icon-link .elementor-icon i,
.search-btn .elementor-icon i,
.menu-btn .elementor-icon i,
.close-btn .elementor-icon i,
.back-top .elementor-icon i {
  font-size: 18px;
  line-height: 1;
}

.topbar,
.global-header-shell .topbar {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  overflow: hidden;
}

.topbar > .e-con-inner,
.topbar .wrap,
.topbar .wrap > .e-con-inner {
  height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.topbar .socials,
.topbar .toplinks {
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.topbar .socials {
  --gap: 0px !important;
  --row-gap: 0px !important;
  --column-gap: 0px !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

.topbar .toplinks {
  margin-left: auto !important;
}

.topbar .socials > .e-con-inner,
.topbar .toplinks > .e-con-inner {
  --gap: 0px !important;
  --row-gap: 0px !important;
  --column-gap: 0px !important;
  width: auto !important;
  max-width: max-content !important;
  height: 40px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

.topbar .socials > .elementor-element,
.topbar .socials > .e-con-inner > .elementor-element,
.topbar .icon-link,
.topbar .icon-link > .e-con-inner,
.topbar .icon-link .elementor-widget-container {
  width: 18px !important;
  max-width: 18px !important;
  height: 40px !important;
  min-height: 40px !important;
  flex: 0 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.topbar .socials > .elementor-element:not(:last-child),
.topbar .socials > .e-con-inner > .elementor-element:not(:last-child),
.topbar .icon-link:not(:last-child) {
  margin-right: 20px !important;
}

.topbar .blog-link .elementor-widget-container > a,
.topbar .blog-link .elementor-button {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--brand-navy);
}

.topbar .blog-link .elementor-widget-container > a:hover { color: var(--bright); }

.nav-item > .elementor-widget-button .elementor-button {
  color: var(--ink);
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav-item:hover > .elementor-widget-button .elementor-button,
.nav-item.active > .elementor-widget-button .elementor-button { color: var(--bright); }

.nav-item.active > .elementor-widget-button .elementor-button {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--bright);
}

.global-header-shell .nav-item .dropdown .elementor-widget-button,
.global-header-shell .nav-item .dropdown .elementor-widget-container {
  width: 100%;
  text-align: left;
}

.global-header-shell .nav-item .dropdown .elementor-widget-container > a,
.global-header-shell .nav-item .dropdown .elementor-button {
  display: block;
  width: 100%;
  padding: 8px 18px !important;
  color: var(--ink);
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

.global-header-shell .nav-item .dropdown .elementor-button-content-wrapper {
  width: 100%;
  justify-content: flex-start !important;
  text-align: left;
}

.global-header-shell .nav-item .dropdown .elementor-button-text {
  width: 100%;
  text-align: left;
}

.global-header-shell .nav-item .dropdown .elementor-widget-container > a:hover,
.global-header-shell .nav-item .dropdown .elementor-button:hover {
  color: var(--bright);
  background: var(--ice);
}

.lang-current { cursor: pointer; }

.lang-current,
.lang-current .elementor-widget-container {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
}

.lang-current .elementor-icon {
  width: 18px;
  height: 18px;
  color: var(--navy);
}

.current-lang-label .elementor-heading-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.lang-menu .elementor-widget-container > a,
.lang-menu .elementor-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  font-size: 13px;
  color: var(--ink);
}

.lang-menu .elementor-widget-container > a:hover,
.lang-menu .elementor-button:hover {
  color: var(--bright);
  background: var(--ice);
}

.drawer-nav .elementor-widget-container > a,
.drawer-sub .elementor-widget-container > a,
.drawer-nav .elementor-button,
.drawer-sub .elementor-button {
  width: 100% !important;
  display: block !important;
  text-align: left !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--ink) !important;
  padding: 12px 14px !important;
  font: inherit;
}

.drawer-nav .elementor-button-content-wrapper,
.drawer-sub .elementor-button-content-wrapper {
  justify-content: flex-start !important;
}

.drawer-nav .elementor-widget-container > a:hover,
.drawer-sub .elementor-widget-container > a:hover,
.drawer-nav .elementor-button:hover,
.drawer-sub .elementor-button:hover {
  border-color: var(--bright);
  color: var(--bright);
  background: var(--ice);
}

.drawer-toggle {
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
}

.drawer-toggle:hover {
  border-color: var(--bright);
  color: var(--bright);
  background: var(--ice);
}

.drawer-toggle .elementor-heading-title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.search-panel .wp-block-search,
.search-panel form {
  display: flex;
  gap: 10px;
  width: 100%;
}

.search-panel input[type="search"],
.search-panel .elementor-widget-container > input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7d7d7;
  padding: 10px 12px;
  color: var(--ink);
}

.search-panel input[type="submit"],
.search-panel button[type="submit"] {
  min-height: 46px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
}

.search-results {
  display: grid;
  gap: 10px;
}

.search-results a,
.search-results .elementor-widget-container > a {
  display: block;
  border: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--ink);
}

.search-results a:hover,
.search-results .elementor-widget-container > a:hover {
  background: var(--ice);
  border-color: var(--bright);
}

.home-contact-float .elementor-widget-container > a,
.home-contact-float .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  background: #fff;
  color: #333;
  border-radius: 19px;
  box-shadow: 0 8px 26px rgba(0,0,0,.16);
  border: 1px solid #e8eef6;
  font-size: 16px;
}

.home-contact-float .elementor-widget-container > a:hover,
.home-contact-float .elementor-button:hover {
  color: var(--bright);
  border-color: var(--bright);
}

.footer-link .elementor-button {
  color: #fff;
  line-height: 1.35;
}

.offer-link .elementor-button,
.read-more .elementor-button {
  color: var(--bright);
  font-weight: 600;
}

.offer-link .elementor-button:hover,
.read-more .elementor-button:hover {
  color: var(--blue);
}
