/** Shopify CDN: Minification failed

Line 65:21 Unexpected "{"
Line 65:30 Expected ":"
Line 70:23 Unexpected "{"
Line 70:32 Expected ":"
Line 74:23 Unexpected "{"
Line 74:32 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:artro-hero (INDEX:6) */
.artro-hero-textbox-margin {
    --pageMarginXL: calc(100vw - 90%);
    --pageMargin2XL: calc(100vw - 78%);
    --sideMarginXL: calc(var(--pageMarginXL) / 2);
    --sideMargin2XL: calc(var(--pageMargin2XL) / 2);
  }

  @media (min-width: 1024px) {
    .artro-hero-textbox-margin {
      padding-left: 5rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1280px) {
    .artro-hero-textbox-margin {
      padding-left: 8rem;
      padding-right: var(--sideMarginXL);
    }
  }

  @media (min-width: 1536px) {
    .artro-hero-textbox-margin {
      padding-right: var(--sideMargin2XL);
    }
  }
/* END_SECTION:artro-hero */

/* START_SECTION:artro-nav (INDEX:8) */
.nh-artro-nav summary {
    list-style: none;
  }

  .nh-artro-nav summary::-webkit-details-marker {
    display: none;
  }

  .nh-artro-nav {
    background: transparent;
  }

  .nh-artro-nav.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 22px rgba(15, 70, 147, 0.16);
    backdrop-filter: blur(4px);
  }
/* END_SECTION:artro-nav */

/* START_SECTION:artro-testimonials (INDEX:12) */
#artro-testimonials-{{ section.id }} .swiper {
    width: 100%;
    height: 100%;
  }

  #artro-testimonials-{{ section.id }} .swiper-slide {
    height: auto;
  }

  #artro-testimonials-{{ section.id }} .swiper-slide:last-child {
    margin-right: 0 !important;
  }
/* END_SECTION:artro-testimonials */

/* START_SECTION:collection (INDEX:15) */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:16) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:custom-section (INDEX:17) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:hello-world (INDEX:20) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:home-hero (INDEX:24) */
.nh-home-hero {
    overflow: hidden;
    color: #fff;
    background-color: #1f2a44;
  }

  .nh-home-hero__media {
    inset: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .nh-home-hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 24, 40, 0.1) 30%, rgba(16, 24, 40, 0.6) 100%);
    pointer-events: none;
  }

  .nh-home-hero__placeholder {
    background: linear-gradient(145deg, #2b2d6e, #111827);
  }
/* END_SECTION:home-hero */

/* START_SECTION:home-nav (INDEX:25) */
.nh-home-nav summary {
    list-style: none;
  }

  .nh-home-nav summary::-webkit-details-marker {
    display: none;
  }
/* END_SECTION:home-nav */

/* START_SECTION:nad-hero (INDEX:35) */
.nad-hero-textbox-margin {
    --pageMarginXL: calc(100vw - 90%);
    --pageMargin2XL: calc(100vw - 78%);
    --sideMarginXL: calc(var(--pageMarginXL) / 2);
    --sideMargin2XL: calc(var(--pageMargin2XL) / 2);
  }

  @media (min-width: 1024px) {
    .nad-hero-textbox-margin {
      padding-right: 2.5rem;
      padding-left: 0;
    }
  }

  @media (min-width: 1280px) {
    .nad-hero-textbox-margin {
      padding-right: var(--sideMarginXL);
    }
  }

  @media (min-width: 1536px) {
    .nad-hero-textbox-margin {
      padding-right: var(--sideMargin2XL);
    }
  }
/* END_SECTION:nad-hero */

/* START_SECTION:nad-nav (INDEX:36) */
.nh-nad-nav {
    padding-top: 4rem;
    padding-bottom: 0;
    background: transparent;
  }

  .nh-nad-nav.is-scrolled,
  .nh-nad-nav.is-static {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .nh-nad-nav__menu-toggle {
    color: #fff;
  }

  .nh-nad-nav__title {
    color: #f4f3f9;
  }

  .nh-nad-nav.is-scrolled .nh-nad-nav__menu-toggle,
  .nh-nad-nav.is-static .nh-nad-nav__menu-toggle {
    color: #2b2d6e;
  }

  .nh-nad-nav.is-scrolled .nh-nad-nav__title,
  .nh-nad-nav.is-static .nh-nad-nav__title {
    color: #f3bc07;
  }

  .nh-nad-nav summary {
    list-style: none;
  }

  .nh-nad-nav summary::-webkit-details-marker {
    display: none;
  }

  @media (min-width: 1024px) {
    .nh-nad-nav {
      padding-top: 2.25rem;
    }

    .nh-nad-nav.is-scrolled,
    .nh-nad-nav.is-static {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
/* END_SECTION:nad-nav */

/* START_SECTION:nad-origin-formula (INDEX:37) */
.nad-origin-trust-badge {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(137deg, #2b2d6e 45%, #e4203e 100%);
  }
/* END_SECTION:nad-origin-formula */

/* START_SECTION:salmon-hero (INDEX:49) */
.salmon-hero-textbox-margin {
    --pageMarginXL: calc(100vw - 90%);
    --pageMargin2XL: calc(100vw - 78%);
    --sideMarginXL: calc(var(--pageMarginXL) / 2);
    --sideMargin2XL: calc(var(--pageMargin2XL) / 2);
  }

  @media (min-width: 1024px) {
    .salmon-hero-textbox-margin {
      padding-left: 8rem;
      padding-right: 2.5rem;
    }
  }

  @media (min-width: 1280px) {
    .salmon-hero-textbox-margin {
      padding-right: var(--sideMarginXL);
    }
  }

  @media (min-width: 1536px) {
    .salmon-hero-textbox-margin {
      padding-right: var(--sideMargin2XL);
    }
  }
/* END_SECTION:salmon-hero */

/* START_SECTION:salmon-nav (INDEX:51) */
.nh-salmon-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f8f0f0;
  }

  .nh-salmon-nav.is-scrolled {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f8f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .nh-salmon-nav summary {
    list-style: none;
  }

  .nh-salmon-nav summary::-webkit-details-marker {
    display: none;
  }

  @media (min-width: 1024px) {
    .nh-salmon-nav {
      padding-top: 2.25rem;
      padding-bottom: 0;
      background-color: transparent;
    }

    .nh-salmon-nav.is-scrolled {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      background-color: #f8f0f0;
    }
  }
/* END_SECTION:salmon-nav */

/* START_SECTION:search (INDEX:53) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:55) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:56) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:60) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */