/** Shopify CDN: Minification failed

Line 158:92 Expected ")" to end URL token

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:core-collection (INDEX:12) */
.core-collection {
    padding: 60px 40px;
    background: #fff;
  }

  .core-collection__label {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .core-collection__heading {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #000;
  }

  .core-collection__heading strong {
    display: block;
    font-weight: 900;
  }

  .core-collection__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .core-collection__card {
    display: flex;
    flex-direction: column;
  }

  .core-collection__card-number {
    font-size: 64px;
    font-weight: 300;
    color: #f0f0f0;
    margin-bottom: 20px;
    line-height: 1;
  }

  .core-collection__card-image {
    width: 100%;
    aspect-ratio: 1;
    background: #f8f8f8;
    border: 1px solid #eee;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 14px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .core-collection__card-image:hover {
    transform: scale(1.02);
  }

  .core-collection__card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .core-collection__card-title:hover {
    color: #666;
  }

  .core-collection__card-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
  }

  .core-collection__card-specs {
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
  }

  .core-collection__card-cta {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
  }

  .core-collection__card-cta:hover {
    background: #333;
    transform: translateY(-2px);
  }

  @media (max-width: 1024px) {
    .core-collection__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
  }

  @media (max-width: 768px) {
    .core-collection {
      padding: 60px 20px;
    }

    .core-collection__heading {
      font-size: 36px;
      margin-bottom: 40px;
    }

    .core-collection__grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }

    .core-collection__card-number {
      font-size: 48px;
    }
  }
/* END_SECTION:core-collection */

/* START_SECTION:hero-enhanced (INDEX:20) */
.hero-enhanced {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url({{ 'hero-fitness.jpg' | asset_url }});
    background-size: cover;
    background-position: center;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero-enhanced__tagline {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .hero-enhanced__headline {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }

  .hero-enhanced__headline strong {
    font-weight: 900;
    display: block;
  }

  .hero-enhanced__subheading {
    font-size: 18px;
    color: #999;
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.6;
  }

  .hero-enhanced__ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .hero-enhanced__cta-primary {
    background: #000;
    color: #fff;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .hero-enhanced__cta-primary:hover {
    background: #333;
    transform: translateY(-2px);
  }

  .hero-enhanced__cta-secondary {
    background: transparent;
    color: #000;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
  }

  .hero-enhanced__cta-secondary::after {
    content: ' →';
    transition: transform 0.3s ease;
  }

  .hero-enhanced__cta-secondary:hover::after {
    transform: translateX(5px);
  }

  @media (max-width: 768px) {
    .hero-enhanced {
      padding: 80px 20px;
    }

    .hero-enhanced__headline {
      font-size: 48px;
    }

    .hero-enhanced__subheading {
      font-size: 16px;
    }

    .hero-enhanced__ctas {
      flex-direction: column;
      gap: 15px;
    }

    .hero-enhanced__cta-primary,
    .hero-enhanced__cta-secondary {
      width: 100%;
    }
  }
/* END_SECTION:hero-enhanced */

/* START_SECTION:izvor-standard (INDEX:23) */
.izvor-standard {
    padding: 60px 40px;
    background: #fff;
  }

  .izvor-standard__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .izvor-standard__heading {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
  }

  .izvor-standard__heading strong {
    display: block;
    font-weight: 900;
  }

  .izvor-standard__subheading {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .izvor-standard__values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }

  .izvor-standard__value {
    text-align: center;
  }

  .izvor-standard__value-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
  }

  .izvor-standard__value-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }

  .izvor-standard__cta {
    text-align: center;
  }

  .izvor-standard__cta-button {
    background: #000;
    color: #fff;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .izvor-standard__cta-button:hover {
    background: #333;
    transform: translateY(-2px);
  }

  @media (max-width: 1024px) {
    .izvor-standard__values {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .izvor-standard {
      padding: 60px 20px;
    }

    .izvor-standard__heading {
      font-size: 36px;
      margin-bottom: 20px;
    }

    .izvor-standard__values {
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 40px;
    }
  }
/* END_SECTION:izvor-standard */

/* START_SECTION:origin-story (INDEX:48) */
.origin-story {
    background: #000;
    color: #fff;
    padding: 60px 40px;
  }

  .origin-story__container {
    max-width: 900px;
    margin: 0 auto;
  }

  .origin-story__heading {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #fff;
  }

  .origin-story__heading strong {
    display: block;
    font-weight: 900;
  }

  .origin-story__content {
    font-size: 16px;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 40px;
  }

  .origin-story__content p {
    margin-bottom: 20px;
  }

  .origin-story__logo {
    width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  @media (max-width: 768px) {
    .origin-story {
      padding: 60px 20px;
    }

    .origin-story__heading {
      font-size: 36px;
      margin-bottom: 30px;
    }

    .origin-story__content {
      font-size: 15px;
    }
  }
/* END_SECTION:origin-story */

/* START_SECTION:transparency-section (INDEX:57) */
.transparency {
    padding: 60px 40px;
    background: #f8f8f8;
  }

  .transparency__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .transparency__heading {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
    color: #000;
  }

  .transparency__heading strong {
    display: block;
    font-weight: 900;
  }

  .transparency__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
  }

  .transparency__card {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
  }

  .transparency__card:hover {
    border-color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .transparency__card-check {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
  }

  .transparency__card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
    line-height: 1.3;
  }

  .transparency__card-description {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
  }

  .transparency__materials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .transparency__material {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
  }

  .transparency__material:nth-child(2n) {
    border-bottom: 1px solid #eee;
  }

  .transparency__material-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3;
  }

  .transparency__material-description {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }

  .transparency__avoid {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
  }

  .transparency__avoid-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
  }

  .transparency__avoid-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .transparency__avoid-item {
    text-align: center;
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
  }

  .transparency__avoid-item:hover {
    border-color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .transparency__avoid-label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }

  .transparency__avoid-note {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    .transparency {
      padding: 60px 20px;
    }

    .transparency__heading {
      font-size: 36px;
      margin-bottom: 40px;
    }

    .transparency__grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 40px;
    }

    .transparency__materials {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .transparency__avoid-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* END_SECTION:transparency-section */

/* START_SECTION:trust-badges-bar (INDEX:58) */
.trust-badges-bar {
    background: #000;
    color: #fff;
    padding: 15px 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .trust-badges-bar__container {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    min-width: min-content;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
  }

  .trust-badges-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  @media (max-width: 768px) {
    .trust-badges-bar {
      padding: 15px 20px;
    }

    .trust-badges-bar__container {
      gap: 20px;
      font-size: 11px;
    }

    .trust-badges-bar__item {
      gap: 8px;
    }
  }
/* END_SECTION:trust-badges-bar */