/** Shopify CDN: Minification failed

Line 171:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:article-citations (INDEX:2) */
.grid-container.page-template.citations {
    padding-top: 0;
    background-color: #ffffff;
    padding-bottom: 60px;
    color: #000000;
  }

  .article-template.citations__container {
    padding-top: 0px;
    border-bottom: none;
  }

  .citations__title {
    font-family: 'SuisseIntl';
    font-weight: 600;
    margin-bottom: 40px;
    color: #D9D9D9;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .citations__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }

  .citations__item {
    text-align: center;
  }

  .citations__text {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: italic;
    color: #666666;
    line-height: 30px;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .grid-container.page-template.citations {
      padding-top: 0px;
      padding-bottom: 30px;
    }

    .citations__grid {
      grid-template-columns: 1fr;
      row-gap: 16px;
    }
    .citations__text {
      font-size: 10px;
    }
    .citations__title {
      font-size: 22px;
      margin-bottom: 32px;
      text-align: left;
      color: #000000;
    }
  }
/* END_SECTION:article-citations */

/* START_SECTION:article-quote (INDEX:4) */
.blog-article-quote {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 707px;
  }

  .blog-article-quote__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .blog-article-quote__image {
    width: 100%;
    height: 100%;
    display: block;
  }

  .blog-article-quote__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
  }

  .blog-article-quote__container {
    max-width: 1440px;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
  }

  .blog-article-quote__content {
    margin: 0;
    border: none;
    padding: 0;
  }

  .blog-article-quote__text {
    font-family: 'SuisseIntl', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
  }

  .blog-article-quote__opening-quote,
  .blog-article-quote__closing-quote {
    opacity: 1;
  }

  .blog-article-quote__attribution {
    display: block;
    font-size: 44px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
  }

  @media screen and (max-width: 768px) {
    .blog-article-quote {
      height: 380px;
    }
    .blog-article-quote__container {
      text-align: left;
      padding: 0 4rem;
      max-width: 100%;
    }
    .blog-article-quote__text {
      font-size: 20px;
    }
    .blog-article-quote__attribution {
      font-weight: 300;
      font-size: 20px;
      margin-top: 20px;
    }
  }
/* END_SECTION:article-quote */

/* START_SECTION:article-related-articles (INDEX:5) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
  .related-articles .blog-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid #000000;
    flex-direction: row;
  }
  .related-articles .blog-nav-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    transition: opacity 0.3s ease;
    gap: 8px;
  }
  .related-articles .blog-nav-link:hover {
    opacity: 0.7;
  }
  .related-articles .blog-nav-link svg {
    width: 14px;
    height: 14px;
  }
  .related-articles .previous-article .blog-nav-link {
    align-items: flex-start;
    width: 50%;
  }
  .related-articles .next-article .blog-nav-link {
    align-items: flex-end;
    text-align: right;
    width: 50%;
    margin-left: auto;
  }
  
  .related-articles .blog-nav-span,
  .related-articles .blog-nav-span {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #9A9797;
  }
  .related-articles .blog-nav-span-previous {
    text-align: left;
  }
  .related-articles .blog-nav-span-next {
    text-align: right;
  }
  .article-template.related-articles__container {
    margin: 0 auto;
    border-bottom: none;
  }
  .related-articles__title {
    font-family: 'SuisseIntl';
    font-weight: 600;
    font-size: 34.2px;
    margin-bottom: 32px;
  }
  .related-articles__header-line {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 40px;
  }
  
  .related-articles__slider-window {
    overflow: hidden;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .related-articles__slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .related-articles__slide {
    flex: 0 0 33.333333%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .related-articles__card {
    background: #F5F5F5;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
  }
  .related-articles__card:hover {
    transform: translateY(-5px);
  }
  .related-articles__card-image-wrapper {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }
  .related-articles__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .related-articles__card-tag {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #4DEDFF;
    color: #000000;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
  }
  .related-articles__card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .related-articles__card-title {
    font-family: 'SuisseIntl';
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 1.2;
  }
  .related-articles__card-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 24px;
    flex-grow: 1;
  }
  .related-articles__card-link {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    align-self: flex-start;
    border-radius: 4px;
    transition: background 0.3s ease;
  }
  .related-articles__card-link:hover {
    background: #333333;
  }
  .related-articles__dots {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .related-articles__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #333333;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 4px;
  }
  .related-articles__dot.is-active {
    background: #333333;
  }

  @media screen and (max-width: 1100px) {
    .related-articles__title {
      font-size: 24px;
    }
    .related-articles__slide {
      flex: 0 0 calc((100% - 40px) / 2);
    }
    .related-articles__slider-track {
      gap: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .article-template.related-articles__container {
      padding: 0;
    }

    .related-articles__container .related-articles__title {
      display: none;
    }

    .related-articles__container .related-articles__slider-window {
      display: none;
    }

    .related-articles__container .related-articles__dots {
      display: none !important;
    }

    .related-articles .blog-navigation {
      padding: 0 0 20px;
      border-bottom: 2px solid #000000;
      border-top: none;
    }

    .related-articles .previous-article .blog-nav-link {
      font-size: 16px;
    }

    .blog-navigation .blog-nav-span {
      color: #9A9797 !important;
    }

    .related-articles .previous-article .blog-nav-link>div {
      align-items: flex-start !important;
      flex-direction: column;
    }

    .related-articles .next-article .blog-nav-link>div {
      flex-direction: column;
      align-items: flex-end !important;
    }
  }
/* END_SECTION:article-related-articles */

/* START_SECTION:article-sidebar (INDEX:6) */
.article-content-sidebar {
    position: relative;
    z-index: 10;
    height: 0; /* Don't take up vertical space in the flow */
  }

  .article-content-sidebar__container {
    max-width: var(--page-width, 1440px);
    margin: 0 auto;
    position: relative;
    pointer-events: none; /* Let clicks pass through to other sections if not on the nav */
  }

  .article-content-sidebar__nav {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 180px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: auto;
  }

  /* Fixed/Sticky logic for desktop */
  @media screen and (min-width: 1200px) {
    .article-content-sidebar__nav.is-sticky {
      position: fixed;
      top: 15vh;
      left: calc(50% - 575px);
      opacity: 1;
      visibility: visible;
    }
  }

  .article-content-sidebar__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--foreground-color, #1d1d1b);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .article-content-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .article-content-sidebar__item {
    display: block;
    margin-bottom: 12px;
  }

  .article-content-sidebar__link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #666666; /* Neutral color by default */
    line-height: 1.4;
    transition: all 0.3s ease;
  }

  .article-content-sidebar__link:hover,
  .article-content-sidebar__link.is-active {
    color: var(--primary-color, #4dcdc6);
    opacity: 1;
  }

  .article-content-sidebar__link.is-active {
    font-weight: 700;
  }

  @media screen and (max-width: 1199px) {
    .article-content-sidebar {
      display: none;
    }
  }
/* END_SECTION:article-sidebar */

/* START_SECTION:article-summary (INDEX:7) */
.blog-summary.grid-container.page-template {
    margin-bottom: 0;
  }
  .blog-summary__title {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .blog-summary__content {
    width: 50%;
  }

  @media screen and (max-width: 786px) {
    .article-template.blog-summary__container {
      border-bottom: 2px solid #000000;
    }
    .blog-summary__content {
      width: 100%;
    }
    .blog-summary__title {
      font-size: 22px;
      text-transform: none;
    }
  }
/* END_SECTION:article-summary */

/* START_SECTION:article-top-title (INDEX:8) */
.blog-article-title {
    background-color: #ffffff;
    overflow: hidden;
  }

  .blog-article-title__container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 125px calc(30px + 6.25vw);
  }

  .blog-article-title__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: flex-start;
  }

  /* Left Column: Image */
  .blog-article-title__image-wrapper {
    position: relative;
    border-radius: 4px;
  }

  .blog-article-title__image {
    width: 100%;
    height: 490px;
    object-fit: cover;
  }

  /* Right Column: Content */
  .blog-article-title__content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .blog-article-title__heading {
    font-family: 'SuisseIntl', sans-serif;
    font-weight: 600;
    font-size: 44px;
  }

  .blog-article-title__subtitle {
    font-size: 22px;
    color: #888888;
    margin-bottom: 20px;
    max-width: 600px;
    word-spacing: 0.175rem;
  }

  .blog-article-title__meta {
    font-size: 18px;
    color: #b0b0b0;
    display: flex;
    gap: 32px;
    margin-bottom: 80px;
  }

  /* Author Section */
  .blog-article-title__author {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .blog-article-title__author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
    flex-shrink: 0;
    mix-blend-mode: luminosity;
  }

  .blog-article-title__author-avatar .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e0e0e0 0%, #d0d0d0 100%);
  }

  .blog-article-title__author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .blog-article-title__author-name,
  .blog-article-title__author-role {
    font-size: 14px;
    color: #888888;
  }

  /* Responsive Styling */
  @media screen and (max-width: 768px) {
    .blog-article-title {
      padding-top: 0;
      padding-bottom: 40px;
    }
    .blog-article-title__container {
      padding: 0;
    }
    .blog-article-title__grid {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .blog-article-title__image-wrapper {
      border-radius: 0;
    }
    .blog-article-title__image {
      height: 329px;
    }
    .blog-article-title__content-col {
      padding: 3rem 2rem 0;
    }
    .blog-article-title__heading {
      font-size: 22px;
      margin-bottom: 16px;
    }
    .blog-article-title__subtitle {
      font-size: 15px;
      margin-bottom: 12px;
      line-height: 16px;
    }
    .blog-article-title__meta {
      font-size: 12px;
      margin-bottom: 24px;
      gap: 60px;
    }
    .blog-article-title__author {
      gap: 16px;
    }
    .blog-article-title__author-avatar {
      width: 40px;
      height: 40px;
    }
    .blog-article-title__author-name,
    .blog-article-title__author-role {
      font-size: 12px;
    }
    .blog-article-title__author-info {
      gap: 0;
    }
  }
/* END_SECTION:article-top-title */

/* START_SECTION:faq (INDEX:36) */
.faq-section {
  padding: 0;
}

.faq-section .article-template {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 786px) {
  .faq-section {
    padding-bottom: 60px;
  }
}
/* END_SECTION:faq */

/* START_SECTION:main-article (INDEX:71) */
.article-template {
    border-bottom: 2px solid #000000;
  }

  @media screen and (max-width: 768px) {
    .article-template {
      border-bottom: none;
    }

    .article-template img {
      width: 98vw;
      max-width: 100vw;
      min-height: 329px;
      margin-left: calc(50% - 50vw) !important;
    }
  }
/* END_SECTION:main-article */

/* START_SECTION:merge-camera-roll-and-featured-products (INDEX:87) */
/* Camera Roll Section */
  .blog-article-camera-roll {
    width: 100%;
    overflow: hidden;
  }

  .article-template.blog-article-camera-roll-container {
    margin: 0 auto;
    border-bottom: 2px solid #000000;
    padding-bottom: 60px;
  }

  .blog-article-camera-roll-title {
    font-size: 34.2px;
    font-family: 'SuisseIntl';
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }

  .blog-article-camera-roll-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }

  .blog-article-camera-roll-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.25;
    overflow: hidden;
  }

  .blog-article-camera-roll-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .blog-article-camera-roll-item:hover .blog-article-camera-roll-image {
    transform: scale(1.05);
  }

  @media screen and (max-width: 768px) {
    .blog-article-camera-roll {
      padding: 60px 0;
    }

    .blog-article-camera-roll-grid {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
      gap: 16px;
      padding-bottom: 20px;
      padding-left: 0px;
      padding-right: 20px;
    }

    .blog-article-camera-roll-item {
      flex: 0 0 240px;
    }

    .blog-article-camera-roll-container {
      padding: 40px 0;
    }

    .blog-article-camera-roll-title {
      font-size: 22px;
    }
  }

  /* Feature Product Section */
  .article-template.blog-article-products__container {
    padding-bottom: 60px;
  }

  .blog-article-products {
    width: 100%;
  }

  .blog-article-products__container {
    margin: 0 auto;
    border-bottom: 2px solid #000000;
  }

  .blog-article-products__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .blog-article-products__main-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .blog-article-products__title,
  .blog-article-products__title > h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 32px;
    color: #000000;
  }

  .blog-article-products__details {
    width: 100%;
  }

  .blog-article-products__summary {
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #4dcdc6;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    cursor: pointer;
    list-style: none; /* cross-browser */
  }

  .blog-article-products__summary::-webkit-details-marker {
    display: none;
  }

  .blog-article-products__details:not([open]) .blog-article-products__summary svg {
    transform: rotate(180deg);
  }

  .blog-article-products__summary svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }

  .blog-article-products__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .blog-article-products__card {
    display: grid;
    grid-template-columns: 1fr 125px;
    gap: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
  }

  .blog-article-products__card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blog-article-products__product-title,
  .blog-article-products__product-title a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000000;
  }

  .blog-article-products__variant-title {
    font-size: 14px;
    color: #1d1d1b;
    margin-bottom: 8px;
  }

  .blog-article-products__rating {
    color: #4dcdc6;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: -2px;
  }

  .blog-article-products__add-button {
    background: #4dcdc6;
    border: none;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 150px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.2s ease;
  }

  .blog-article-products__add-button:hover {
    opacity: 0.9;
  }

  .btn-price {
    font-weight: 400;
  }

  .product-thumb {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
  }

  .blog-article-products__title-mobile-text {
    display: none;
  }

  @media screen and (max-width: 786px) {
    .blog-article-products {
      background-color: #F2F1F1;
    }
    .blog-article-camera-roll {
      padding: 0;
    }
    .blog-article-products__image-col {
      display: none;
    }
    .blog-article-products__container {
      padding: 40px 20px;
    }
    .blog-article-products__grid {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .blog-article-products__title {
      font-size: 22px;
      margin-bottom: 24px;
    }
    .article-template.blog-article-products__container {
      padding-left: 0;
      padding-right: 0;
      border-bottom: none;
    }
    .article-template.blog-article-products__container img {
      width: 100%;
      max-width: 100%; 
      min-height: 100%; 
      margin-left: auto !important;
    }
    .blog-article-products__product-title,
    .blog-article-products__product-title a {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 4px;
      color: #000000;
    }
    .blog-article-products__title-text {
      display: none;
    }
    .blog-article-products__title-mobile-text {
      display: block;
    }
    .blog-article-products__summary {
      display: flex;
    }
  }

  .merge-camera-roll-and-featured-products-wrapper {
    display: flex;
    flex-direction: column;
  }

  @media screen and (max-width: 786px) {
    .blog-article-camera-roll {
      order: 2;
      padding-bottom: 0;
    }
    .blog-article-products { order: 1 }
  }
/* END_SECTION:merge-camera-roll-and-featured-products */