/** Shopify CDN: Minification failed

Line 129:3 Unexpected "{"
Line 494:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


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

/* START_SECTION:collections (INDEX:5) */
.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:6) */
.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:footer (INDEX:7) */
footer {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  footer a {
    text-decoration: none;
    color: var(--color-foreground);
  }
  footer .footer__links,
  footer .footer__payment {
    display: flex;
    gap: 1rem;
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:8) */
* {
    box-sizing: border-box;
  }

  .regime-announcement {
    width: 100%;
    border: 1px solid currentColor;
    padding: 0.8rem 1rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .regime-header {
    height: 6rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 2rem;
    border-bottom: 1px solid currentColor;
  }

  .regime-menu-button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .regime-menu-button span {
    display: block;
    width: 28px;
    height: 2px;
    background: currentColor;
  }

   {
  text-decoration: none;
  color: inherit;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

  .regime-logo {
  height: 6rem;
  width: auto;
  display: flex;
  align-items: center;
  overflow: visible;
}

.regime-logo img {
  height: 6rem;
  width: auto;
  object-fit: contain;
  display: block;
}



  .regime-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }

  .regime-actions a {
    text-decoration: none;
    color: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .regime-cart {
    position: relative;
  }

  .regime-cart sup {
    position: absolute;
    top: -10px;
    right: -12px;
    font-size: 0.65rem;
  }

  .regime-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--color-background, #fff);
  color: var(--color-foreground, #000);
  padding: 2rem;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
}

.regime-menu.is-open {
  transform: translateX(0);
}

.regime-menu-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  border: 0;
  background: transparent;
  font-size: 2.5rem;
  cursor: pointer;
}

  .regime-menu nav {
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .regime-menu nav a,
  .regime-shop-button {
    color: inherit;
    text-decoration: none;
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .regime-shop-button {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .regime-shop-button span {
    font-size: 0.6em;
  }

  .regime-shop-links {
    display: none;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 0.75rem;
    margin-left: 0.25rem;
  }

  .regime-shop.is-expanded .regime-shop-links {
    display: flex;
  }

  .regime-shop-links a {
    font-size: clamp(1rem, 2vw, 1.5rem) !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  @media (max-width: 700px) {

    .regime-announcement {
      font-size: 1rem;
      padding: 0.7rem;
    }

    .regime-header {
      height: 5rem;
      padding: 0 1rem;
    }

    .regime-logo {
      font-size: 1.8rem;
    }

    .regime-account {
      display: none;
    }

    .regime-actions {
      gap: 0;
    }

    .regime-actions a {
      font-size: 0.7rem;
    }

    .regime-menu {
      padding: 1.25rem;
    }

    .regime-menu-close {
      right: 1.25rem;
    }

  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:9) */
.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:password (INDEX:11) */
.regime-password {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 4rem 3rem;
    background:
      linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.1) 60%
      ),
      url('/cdn/shop/files/34645FFD-F940-418C-A9AD-CCBD85AE7DC3_ed9e1647-0022-47d8-b214-59f938d1b22c.jpg?v=1787223499') center center / cover no-repeat;
    color: white;
    box-sizing: border-box;
  }

  .regime-password-content {
    max-width: 600px;
  }

  .regime-logo {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 0 1rem;
    filter: invert(1);
    mix-blend-mode: screen;
  }

  .regime-password-content h1 {
    margin: 0 0 3rem;
    font-size: clamp(2.2rem, 6.5vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.85;
  }

  .regime-password-form form {
    display: flex;
    gap: 0;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0.5rem;
  }

  .regime-email-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.75rem 1rem;
  }

  .regime-email-input::placeholder {
    color: rgba(255,255,255,0.6);
  }

  .regime-submit-btn {
    background: white;
    color: black;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
  }

  .regime-submit-btn:hover {
    background: #e5e5e5;
  }

  @media (max-width: 700px) {
    .regime-password {
      padding: 2rem 1.25rem;
    }
    .regime-password-form form {
      flex-direction: column;
    }
    .regime-submit-btn {
      width: 100%;
    }
  }
/* END_SECTION:password */

/* START_SECTION:regime-home (INDEX:13) */
.regime-home {
    width: 100%;
    overflow: hidden;
  }

  .regime-hero-content img {
    filter: brightness(0) invert(1);
    display: block;
  }

  .regime-hero {
  aspect-ratio: 3 / 2;
  min-height: unset;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 3rem;
  position: relative;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.05) 65%
    ),
    url('/cdn/shop/files/GC33164.jpg?v=1787196824') center center / cover no-repeat;
  color: white;
}

}
  .regime-hero-eyebrow {
    margin: 0 0 0rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .regime-hero h1 {
    margin: 0;
    font-size: clamp(5rem, 16vw, 14rem);
    font-weight: 800;
    letter-spacing: -0.08em;
    line-height: 0.8;
  }

  .regime-hero-button {
    display: inline-flex;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    background: white;
    color: black;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .regime-intro {
    padding: 9rem 3rem;
    text-align: center;
  }

  .regime-intro-label,
  .regime-section-heading p {
    margin: 0 0 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .regime-intro h2 {
    margin: 0 auto;
    max-width: 900px;
    font-size: clamp(2rem, 5vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 700;
  }

  .regime-text-link {
    display: none;
  }

  .regime-shop-section,
  .regime-featured {
    padding: 4rem 3rem 7rem;
  }

  .regime-section-heading {
    margin-bottom: 2rem;
  }

  .regime-section-heading h2 {
    margin: 0;
    font-size: clamp(2.5rem, 6vw, 6rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
  }

  .regime-shop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .regime-category {
    color: inherit;
    text-decoration: none;
  }

  .regime-category-image {
    aspect-ratio: 4 / 5;
    background: #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .regime-category-footer,
  .regime-product-info {
    display: flex;
    justify-content: space-between;
    padding-top: 0.8rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .regime-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .regime-product {
    color: inherit;
    text-decoration: none;
  }

  .regime-product-image {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #e5e5e5;
  }

  .regime-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .regime-product:hover img {
    transform: scale(1.03);
  }

  .regime-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
  }

  @media (max-width: 700px) {

    .regime-hero {
      min-height: calc(100vh - 5rem);
      padding: 1.25rem;
    }

    .regime-hero h1 {
      font-size: 5rem;
    }

    .regime-intro {
      padding: 6rem 1.25rem;
    }

    .regime-shop-section,
    .regime-featured {
      padding: 3rem 1.25rem 5rem;
    }

    .regime-shop-grid {
      grid-template-columns: 1fr;
    }

    .regime-products {
      grid-template-columns: repeat(2, 1fr);
    }

  }
/* END_SECTION:regime-home */

/* START_SECTION:search (INDEX:15) */
.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:19) */
.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:20) */
.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:22) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

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