/** Shopify CDN: Minification failed

Line 381:2 Unexpected "{"
Line 381:3 Expected identifier but found "%"
Line 385:2 Unexpected "{"
Line 385:3 Expected identifier but found "%"
Line 389:12 Expected identifier but found whitespace
Line 389:14 Unexpected "{"
Line 389:34 Expected ":"
Line 389:38 Expected identifier but found "!"
Line 392:4 Unexpected "{"
Line 392:5 Expected identifier but found "%"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dc-premium-collection-style (INDEX:52) */
.collection-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
    background:
      radial-gradient(circle at 82% 18%, rgba(201, 171, 93, 0.18), transparent 28rem),
      linear-gradient(135deg, rgb(var(--color-background)) 0%, rgba(246, 243, 236, 1) 100%);
  }

  .collection-hero::before,
  .collection-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
  }

  .collection-hero::before {
    width: 28rem;
    height: 28rem;
    top: -16rem;
    right: 7%;
    border: 1px solid rgba(var(--color-foreground), 0.08);
  }

  .collection-hero::after {
    width: 12rem;
    height: 12rem;
    right: 18%;
    bottom: -8rem;
    background: rgba(201, 171, 93, 0.12);
    filter: blur(1px);
  }

  .collection-hero__inner {
    min-height: 26rem;
    position: relative;
    z-index: 1;
  }

  .collection-hero__text-wrapper {
    max-width: 76rem;
    padding: 6.8rem 0 5.6rem;
  }

  .collection-hero__title {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(4.4rem, 5vw, 7.2rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .collection-hero__title + .collection-hero__description {
    max-width: 56rem;
    margin: 2.2rem 0 0;
    color: rgba(var(--color-foreground), 0.68);
    font-size: 1.8rem;
    line-height: 1.6;
  }

  collection-component > .gradient {
    background:
      linear-gradient(180deg, rgba(246, 244, 240, 0.72) 0, rgb(var(--color-background)) 24rem);
  }

  #main-collection-filters {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  #main-collection-filters .facets-container {
    padding: 1.2rem 1.8rem;
    border: 1px solid rgba(var(--color-foreground), 0.1);
    border-radius: 1.6rem;
    background: rgba(var(--color-background), 0.88);
    box-shadow: 0 1rem 3rem rgba(30, 24, 16, 0.05);
    backdrop-filter: blur(12px);
  }

  #main-collection-filters .facets__heading,
  #main-collection-filters .facet-filters__label,
  #main-collection-filters .product-count__text {
    color: rgba(var(--color-foreground), 0.62);
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }

  #main-collection-filters .facets__summary,
  #main-collection-filters .facet-filters__sort {
    font-weight: 600;
  }

  #main-collection-filters .facets__summary:hover,
  #main-collection-filters .facet-filters__sort:hover {
    color: rgb(var(--color-foreground));
  }

  #ProductGridContainer .collection.page-width,
  #main-collection-filters.page-width {
    max-width: 150rem;
  }

  #product-grid {
    --grid-desktop-horizontal-spacing: 2.4rem;
    --grid-desktop-vertical-spacing: 3rem;
    --grid-mobile-horizontal-spacing: 1.2rem;
    --grid-mobile-vertical-spacing: 1.8rem;
    margin-top: 0;
  }

  #product-grid .grid__item {
    display: flex;
  }

  #product-grid .card-wrapper {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(var(--color-foreground), 0.1);
    border-radius: 2rem;
    background: rgb(var(--color-background));
    box-shadow: 0 1.2rem 3.5rem rgba(31, 26, 18, 0.07);
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  }

  #product-grid .card-wrapper:hover {
    transform: translateY(-0.6rem);
    border-color: rgba(var(--color-foreground), 0.18);
    box-shadow: 0 2.2rem 5rem rgba(31, 26, 18, 0.13);
  }

  #product-grid .card-wrapper:focus-within {
    outline: 2px solid rgb(var(--color-foreground));
    outline-offset: 4px;
  }

  #product-grid .card {
    height: 100%;
  }

  #product-grid .card__inner,
  #product-grid .card--standard .card__inner {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #f5f4f1;
  }

  #product-grid .card__inner::after {
    display: none;
  }

  #product-grid .card__media,
  #product-grid .card .card__inner .card__media {
    border-radius: 0;
  }

  #product-grid .card__media .media img {
    transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  #product-grid .card-wrapper:hover .card__media .media img {
    transform: scale(1.035);
  }

  #product-grid .card--standard > .card__content {
    padding: 0 1.8rem 2rem;
  }

  #product-grid .card--standard > .card__content .card__information {
    display: flex;
    min-height: 15.5rem;
    flex-direction: column;
    padding: 1.8rem 0 0;
  }

  #product-grid .card__heading {
    min-height: 4.1em;
    font-size: 1.55rem;
    font-weight: 560;
    line-height: 1.36;
    letter-spacing: -0.015em;
  }

  #product-grid .card__heading a {
    text-decoration: none;
    text-underline-offset: 0.25em;
  }

  #product-grid .card__heading a:hover {
    text-decoration: none;
  }

  #product-grid .card-information {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  #product-grid .card-information > .price {
    margin-top: auto;
    padding-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 650;
    letter-spacing: -0.01em;
  }

  #product-grid .price--on-sale .price-item--regular {
    color: rgba(var(--color-foreground), 0.45);
    font-size: 1.25rem;
  }

  #product-grid .card__badge {
    align-self: flex-start;
    grid-row-start: 1;
    justify-self: flex-start;
    margin: 1.4rem;
  }

  #product-grid .card__badge .badge {
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 999px;
    background: #1e4335;
    box-shadow: 0 0.6rem 1.8rem rgba(17, 44, 34, 0.2);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 650;
    letter-spacing: 0.03em;
  }

  #product-grid .underline-links-hover:hover a {
    text-decoration: none;
  }

  .pagination-wrapper {
    margin-top: 5rem;
  }

  .pagination__item {
    border-radius: 999px;
  }

  @media screen and (max-width: 989px) {
    .collection-hero__inner {
      min-height: 22rem;
    }

    .collection-hero__text-wrapper {
      padding: 5rem 0 4.4rem;
    }

    #main-collection-filters {
      padding-top: 1.6rem;
      padding-bottom: 2rem;
    }

    #main-collection-filters .facets-container {
      border-radius: 1.4rem;
    }
  }

  @media screen and (max-width: 749px) {
    .collection-hero__inner {
      min-height: 19rem;
    }

    .collection-hero__text-wrapper {
      padding: 4.2rem 0 3.8rem;
    }

    .collection-hero__title {
      max-width: 12ch;
      font-size: clamp(3.6rem, 12vw, 5rem);
    }

    .collection-hero__title + .collection-hero__description {
      margin-top: 1.5rem;
      font-size: 1.55rem;
      line-height: 1.55;
    }

    #main-collection-filters {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }

    #ProductGridContainer .collection.page-width {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }

    #product-grid .card-wrapper {
      border-radius: 1.4rem;
      box-shadow: 0 0.8rem 2.2rem rgba(31, 26, 18, 0.06);
    }

    #product-grid .card-wrapper:hover {
      transform: none;
    }

    #product-grid .card--standard > .card__content {
      padding: 0 1.2rem 1.4rem;
    }

    #product-grid .card--standard > .card__content .card__information {
      min-height: 13.5rem;
      padding-top: 1.3rem;
    }

    #product-grid .card__heading {
      font-size: 1.35rem;
    }

    #product-grid .card-information > .price {
      padding-top: 1.1rem;
      font-size: 1.45rem;
    }

    #product-grid .card__badge {
      margin: 0.9rem;
    }

    #product-grid .card__badge .badge {
      padding: 0.5rem 0.75rem;
      font-size: 1rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #product-grid .card-wrapper,
    #product-grid .card__media .media img {
      transition: none;
    }
  }
/* END_SECTION:dc-premium-collection-style */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:blocko-group (INDEX:259) */
.group-block__link {
    position: absolute;
    inset: 0;
    z-index: 3;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper, .group-block__overlay) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }

  /* Reset child width in horizontal layouts so align-items works correctly */
  {% if settings.content_direction == 'row' %}
  .group-block-content > * {
    width: auto !important;
  }
  {% endif %}

  @media screen and (max-width: 749px) {
    .group-block {
      width: {{ width_mobile_value }} !important;
    }

    {% if settings.vertical_on_mobile and settings.content_direction == 'row' %}
    .group-block-content {
      flex-direction: column !important;
    }

    /* Restore width 100% when switching to vertical on mobile */
    .group-block-content > * {
      width: 100% !important;
    }
    {% endif %}
  }
/* END_SNIPPET:blocko-group */

/* START_SNIPPET:blocko-text (INDEX:260) */
:root {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:blocko-text */