/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom_footer (INDEX:19) */
.footer-contact-section {
  padding: 60px 0;
}

.footer-title {
  margin-bottom: 30px;
}

.footer-logo {
  max-width: 180px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-left {
  display: flex;
  gap: 60px;
  flex: 1;
}

.footer-left-col {
  max-width: 260px;
}

.footer-description {
  margin: 20px 0;
  line-height: 1.5;
}

.footer-social-icon {
  width: 28px;
  height: 28px;
  margin-right: 14px;
}

.footer-menu a {
  text-decoration: none;
  display: block;
  color: #000;
  margin-bottom: 10px;
}

.footer-right {
  flex: 1;
}

.footer-row {
  display: flex;
  gap: 20px;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  background: #f3f3f3;
  border-radius: 12px;
  border: none;
  padding: 14px;
  margin-bottom: 20px;
}

.footer-form button {
  width: 100%;
  padding: 14px;
  background: #000;
  border-radius: 12px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

@media(max-width: 768px){
  .footer-flex {
    flex-direction: column;
  }
  .footer-left {
    flex-direction: column;
  }
  .footer-row {
    flex-direction: column;
  }
}
/* END_SECTION:custom_footer */

/* START_SECTION:instagram-carousel (INDEX:32) */
.igc-section-wrapper {
    width: 100%;
    max-width: 100%;
    background: var(--igc-bg, linear-gradient(90deg, #F99642 0%, #FF7478 96%));
    overflow: hidden;
    box-sizing: border-box;
    container-type: inline-size;
    container-name: igc;
  }

  .igc-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .igc-header {
    text-align: center;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media screen and (min-width: 750px) {
    .igc-header {
      margin-bottom: 36px;
    }
  }

  .igc-heading {
    font-family: 'Jost', sans-serif !important;
    font-weight: 600;
    color: var(--igc-heading-color, #ffffff);
    margin: 0;
    line-height: 1.2;
    font-size: var(--igc-heading-size-mobile);
    letter-spacing: -0.01em;
  }

  @media screen and (min-width: 750px) {
    .igc-heading {
      font-size: var(--igc-heading-size-desktop);
    }
  }

  instagram-carousel {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
  }

  .igc-viewport {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    padding-bottom: 10px;
  }

  .igc-viewport:active,
  .igc-viewport.is-dragging {
    cursor: grabbing;
  }

  .igc-track {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: var(--igc-gap-mobile);
    will-change: transform;
    width: max-content;
  }

  @media screen and (min-width: 750px) {
    .igc-track {
      gap: var(--igc-gap-desktop);
    }
  }

  .igc-card-item {
    flex: 0 0 auto;
    width: calc((100vw - (var(--igc-gap-mobile) * (var(--igc-items-mobile) - 1.5))) / (var(--igc-items-mobile) - 1.5));
    width: calc((100cqw - (var(--igc-gap-mobile) * (var(--igc-items-mobile) - 1.5))) / (var(--igc-items-mobile) - 1.5));
    max-width: 200px;
    box-sizing: border-box;
  }

  @media screen and (min-width: 750px) {
    .igc-card-item {
      width: calc((100vw - (var(--igc-gap-desktop) * (var(--igc-items-desktop) - 1))) / (var(--igc-items-desktop) - 1));
      width: calc((100cqw - (var(--igc-gap-desktop) * (var(--igc-items-desktop) - 1))) / (var(--igc-items-desktop) - 1));
      max-width: var(--igc-max-width-desktop, 240px);
    }
  }

  .igc-card-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: var(--igc-radius);
    overflow: hidden;
    outline: none;
  }

  .igc-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.14;
    border-radius: var(--igc-radius);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .igc-card-link:hover .igc-image-wrapper {
    transform: scale(1.025);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  }

  .igc-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
    pointer-events: none;
  }

  .igc-placeholder-svg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .igc-placeholder-svg svg {
    width: 48px;
    height: 48px;
    opacity: 0.5;
    fill: currentColor;
  }
/* END_SECTION:instagram-carousel */

/* START_SECTION:video-reviews-carousel (INDEX:66) */
.vrc-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media screen and (min-width: 750px) {
    .vrc-section {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  .vrc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
    gap: 12px;
  }

  .vrc-title {
    text-align: left;
    color: var(--vrc-heading-color, #000000);
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    flex: 1;
    min-width: 0;
  }

  .vrc-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .vrc-nav-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, opacity 0.15s ease;
    padding: 0;
  }

  .vrc-nav-btn:hover {
    transform: scale(1.05);
    opacity: 0.85;
  }

  .vrc-nav-btn svg {
    width: 26px;
    height: 26px;
    display: block;
  }

  @media screen and (min-width: 750px) {
    .vrc-header {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 0;
    }

    .vrc-title {
      grid-column: 2;
      text-align: center;
      font-size: 3rem;
    }

    .vrc-nav {
      grid-column: 3;
      justify-self: end;
      gap: 10px;
    }

    .vrc-nav-btn {
      width: 35px;
      height: 35px;
    }

    .vrc-nav-btn svg {
      width: 35px;
      height: 35px;
    }
  }

  video-reviews-carousel {
    display: block;
    width: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
  }

  .vrc-viewport {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 20px;
    cursor: grab;
  }

  .vrc-viewport:active {
    cursor: grabbing;
  }

  .vrc-track {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: var(--vrc-gap);
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .vrc-track.no-transition {
    transition: none !important;
  }

  .vrc-card-item {
    flex: 0 0 calc((100% - (var(--vrc-gap) * (var(--vrc-items-visible) - 1))) / var(--vrc-items-visible));
    max-width: calc((100% - (var(--vrc-gap) * (var(--vrc-items-visible) - 1))) / var(--vrc-items-visible));
    min-width: 0;
    box-sizing: border-box;
  }

  .vrc-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .vrc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  }

  .vrc-card__video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 16px 16px 0 0;
  }

  .vrc-card__poster,
  .vrc-card__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .vrc-card__video {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }

  .vrc-card.is-playing .vrc-card__video {
    opacity: 1;
  }

  .vrc-card__sound-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .vrc-card__product-bar {
    position: relative;
    background: #ffffff;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    min-height: 56px;
    border-radius: 0 0 16px 16px;
  }

  .vrc-card__product-image-wrapper {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vrc-card__product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .vrc-card__product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
  }

  .vrc-card__product-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
  }

  .vrc-card__product-price {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555555;
    line-height: 1.2;
    margin-top: 2px;
  }

  .vrc-card__add-to-cart {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--vrc-add-btn-color, #e94c4c);
    color: #ffffff;
    border: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background-color 0.15s ease;
    padding: 0;
  }

  .vrc-card__add-to-cart:hover:not(:disabled) {
    transform: scale(1.1);
  }

  .vrc-card__add-to-cart:active:not(:disabled) {
    transform: scale(0.95);
  }

  .vrc-card__add-to-cart--disabled,
  .vrc-card__add-to-cart:disabled {
    background-color: #cccccc !important;
    cursor: not-allowed;
    opacity: 0.7;
  }

  .vrc-placeholder {
    width: 100%;
    height: 100%;
    background: #eeeeee;
  }

  .hidden {
    display: none !important;
  }

  /* Lightbox Modal */
  .vrc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .vrc-lightbox[hidden] {
    display: none !important;
  }

  .vrc-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
  }

  .vrc-lightbox__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vrc-lightbox__close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }

  .vrc-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.4);
  }

  .vrc-lightbox__video-container {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 16px;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .vrc-lightbox__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Variant Selector Modal */
  .vrc-variant-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .vrc-variant-modal[hidden] {
    display: none !important;
  }

  .vrc-variant-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
  }

  .vrc-variant-modal__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: vrcModalPop 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  @keyframes vrcModalPop {
    from {
      opacity: 0;
      transform: scale(0.92);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .vrc-variant-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #333333;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
  }

  .vrc-variant-modal__close:hover {
    background: #e0e0e0;
  }

  .vrc-variant-modal__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 28px;
  }

  .vrc-variant-modal__img {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    object-fit: contain;
    background: #f8f8f8;
    flex-shrink: 0;
  }

  .vrc-variant-modal__title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .vrc-variant-modal__product-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111111;
    margin: 0;
    line-height: 1.2;
  }

  .vrc-variant-modal__product-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e94c4c;
  }

  .vrc-variant-modal__options-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .vrc-variant-modal__option-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .vrc-variant-modal__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .vrc-variant-pill {
    padding: 8px 16px;
    border-radius: 999px;
    border: 2px solid #e2e2e2;
    background: #ffffff;
    color: #333333;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
  }

  .vrc-variant-pill:hover:not(.disabled) {
    border-color: #bbbbbb;
  }

  .vrc-variant-pill.selected {
    border-color: var(--vrc-add-btn-color, #e94c4c);
    background: #fff0f0;
    color: var(--vrc-add-btn-color, #e94c4c);
  }

  .vrc-variant-pill.disabled {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
    background: #f5f5f5;
  }

  .vrc-variant-modal__submit-btn {
    width: 100%;
    height: 46px;
    background-color: var(--vrc-add-btn-color, #e94c4c);
    color: #ffffff;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(233, 76, 76, 0.3);
    transition: transform 0.15s ease, background-color 0.15s ease;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .vrc-variant-modal__submit-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    background-color: #d83b3b;
  }

  .vrc-variant-modal__submit-btn:disabled {
    background-color: #cccccc;
    box-shadow: none;
    cursor: not-allowed;
  }

  /* Toast Notification */
  .vrc-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(80px);
    z-index: 10001;
    background: #111111;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  }

  .vrc-toast.active {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  .vrc-toast__icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2e7d32;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
/* END_SECTION:video-reviews-carousel */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:card-product-collection (INDEX:71) */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap');

  .collection-product-card,
  .collection-product-card * {
    box-sizing: border-box;
  }

  .collection-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    font-family: 'Jost', sans-serif !important;
  }

  .collection-product-card__media-wrapper {
    aspect-ratio: 1;
    background: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .collection-product-card__badge {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 2;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    letter-spacing: 0.01em;
    pointer-events: none;
  }

  .collection-product-card__badge--bestseller {
    background-color: #8bb742;
    color: #ffffff;
  }

  .collection-product-card__badge--save {
    background-color: #d9383a;
    color: #ffffff;
  }

  .collection-product-card__media {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%;
  }

  .collection-product-card__image {
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 1.2rem;
    transition: transform 220ms ease;
    width: 100%;
  }

  .collection-product-card__media:hover .collection-product-card__image {
    transform: scale(1.03);
  }

  .collection-product-card__favorite {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: rgba(var(--color-foreground), 0.5);
    cursor: pointer;
    display: flex;
    height: 3.6rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    transition: color 160ms ease, transform 160ms ease;
    width: 3.6rem;
    z-index: 2;
  }

  .collection-product-card__favorite:hover {
    color: #d9383a;
    transform: scale(1.1);
  }

  .collection-product-card__favorite svg {
    fill: transparent;
    height: 2.2rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: fill 160ms ease, stroke 160ms ease;
    width: 2.2rem;
  }

  .collection-product-card__favorite.is-favorite {
    color: #d9383a;
  }

  .collection-product-card__favorite.is-favorite svg {
    fill: #d9383a;
    stroke: #d9383a;
  }

  .collection-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 1.2rem;
  }

  .collection-product-card__title {
    font-family: 'Jost', sans-serif !important;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.6rem;
  }

  .collection-product-card__title a {
    color: #121212;
    text-decoration: none;
    transition: color 160ms ease;
  }

  .collection-product-card__title a:hover {
    color: #000000;
  }

  .collection-product-card__rating {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.2rem;
    font-weight: 600;
    color: #121212;
    margin-bottom: 0.8rem;
    line-height: 1;
  }

  .collection-product-card__rating .jdgm-widget {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .collection-product-card__rating .jdgm-prev-badge {
    align-items: center !important;
    display: inline-flex !important;
    gap: 0.6rem !important;
    text-decoration: none !important;
  }

  .collection-product-card__rating .jdgm-prev-badge__text {
    color: #121212;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 500;
  }

  .collection-product-card__purchase {
    margin-top: auto;
  }

  .collection-product-card__selection-row {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 2.4rem;
    margin-bottom: 1.2rem;
  }

  .collection-product-card__price {
    color: #121212;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
  }

  .collection-product-card__packs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-end;
  }

  .collection-product-card__pack {
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1.5px solid transparent;
    border-radius: 0;
    color: #121212;
    cursor: pointer;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    min-width: 1.6rem;
    padding: 0 0 0.1rem;
  }

  .collection-product-card__pack.is-selected {
    border-bottom-color: #121212;
    font-weight: 700;
  }

  .collection-product-card__pack:disabled {
    cursor: not-allowed;
    opacity: 0.35;
    text-decoration: line-through;
  }

  .collection-product-card__form {
    margin-top: 0;
  }

  .collection-product-card__add-button {
    --border-offset: 0;
    background-color: #d9383a !important;
    border: none !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    min-height: 3.4rem !important;
    height: 3.4rem !important;
    padding: 0 1.4rem;
    width: 100%;
    transition: background-color 160ms ease, transform 160ms ease;
    box-shadow: none !important;
  }

  .collection-product-card__add-button:hover {
    background-color: #c42b2d !important;
  }

  .collection-product-card__add-button::before,
  .collection-product-card__add-button::after {
    display: none !important;
  }

  .collection-product-card .product-form__error-message-wrapper {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }

  @media screen and (max-width: 749px) {
    .collection-product-card__content {
      padding-top: 1rem;
    }

    .collection-product-card__favorite {
      height: 3.2rem;
      right: 0.8rem;
      top: 0.8rem;
      width: 3.2rem;
    }

    .collection-product-card__favorite svg {
      height: 2rem;
      width: 2rem;
    }

    .collection-product-card__title {
      font-size: 1.4rem;
      margin-bottom: 0.4rem;
    }

    .collection-product-card__rating {
      font-size: 1.1rem;
      margin-bottom: 0.6rem;
    }

    .collection-product-card__selection-row {
      align-items: center;
      flex-direction: row;
      gap: 0.8rem;
      margin-bottom: 1rem;
    }

    .collection-product-card__price {
      font-size: 1.5rem;
    }

    .collection-product-card__packs {
      gap: 0.6rem;
    }

    .collection-product-card__pack {
      font-size: 1.2rem;
    }

    .collection-product-card__add-button {
      font-size: 1.25rem !important;
      min-height: 3.2rem !important;
      height: 3.2rem !important;
    }
  }
/* END_SNIPPET:card-product-collection */

/* START_SNIPPET:collection-filter-accordion (INDEX:75) */
.collection-filter-accordion {
    align-items: center;
    border-bottom: 0.1rem solid #e2e2e2;
    border-top: 0.1rem solid #e2e2e2;
    display: flex;
    font-family: 'Jost', sans-serif;
    gap: 2rem;
    margin-bottom: 2.5rem;
    min-height: 5.6rem;
    width: 100%;
  }

  .collection-filter-accordion details > summary {
    cursor: pointer;
    list-style: none;
  }

  .collection-filter-accordion details > summary::-webkit-details-marker {
    display: none;
  }

  .collection-filter-accordion [hidden] {
    display: none !important;
  }

  .collection-filter-accordion__heading,
  .collection-filter-group__summary {
    align-items: center;
    color: #121212;
    display: flex;
    justify-content: space-between;
  }

  .collection-filter-accordion__heading {
    font-size: 1.4rem;
    font-weight: 600;
    min-height: 5.6rem;
  }

  .collection-filter-accordion__heading-content {
    align-items: center;
    display: flex;
    gap: 1rem;
  }

  .collection-filter-accordion__heading-content > .svg-wrapper {
    color: #6b6b6b;
    height: 1.8rem;
    width: 1.8rem;
  }

  .collection-filter-accordion__active-count {
    align-items: center;
    background: #121212;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.1rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
  }

  .collection-filter-group__chevron {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .collection-filter-group__chevron .icon-caret {
    height: 0.8rem;
    position: static;
    transition: transform 180ms ease;
    width: 1.4rem;
  }

  .collection-filter-group[open] > .collection-filter-group__summary .collection-filter-group__chevron .icon-caret {
    transform: rotate(180deg);
  }

  .collection-filter-accordion__backdrop {
    background: rgba(18, 18, 18, 0.45);
    border: 0;
    cursor: default;
    height: 100%;
    inset: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    transition: opacity 200ms ease, visibility 200ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
  }

  .collection-filter-accordion__drawer {
    background: #ffffff;
    box-shadow: 0 0 3rem rgba(18, 18, 18, 0.18);
    height: 100dvh;
    left: 0;
    max-width: calc(100vw - 4rem);
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 240ms ease, visibility 240ms ease;
    visibility: hidden;
    width: 42rem;
    z-index: 1001;
  }

  .collection-filter-accordion__shell[open] > .collection-filter-accordion__backdrop {
    opacity: 1;
    visibility: visible;
  }

  .collection-filter-accordion__shell[open] > .collection-filter-accordion__drawer {
    transform: translateX(0);
    visibility: visible;
  }

  .collection-filter-accordion__drawer-header {
    align-items: center;
    background: #ffffff;
    border-bottom: 0.1rem solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    padding: 2rem 2.8rem;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .collection-filter-accordion__drawer-header h2 {
    align-items: center;
    color: #121212;
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    gap: 1rem;
    margin: 0;
  }

  .collection-filter-accordion__drawer-header h2 .svg-wrapper {
    color: #6b6b6b;
    height: 2rem;
    width: 2rem;
  }

  .collection-filter-accordion__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #121212;
    cursor: pointer;
    display: flex;
    height: 4rem;
    justify-content: center;
    padding: 0;
    width: 4rem;
  }

  .collection-filter-accordion__close .svg-wrapper {
    height: 1.8rem;
    width: 1.8rem;
  }

  .collection-filter-accordion__body {
    padding: 0 2.8rem 3rem;
  }

  body.collection-filter-drawer-open {
    overflow: hidden;
  }

  .collection-filter-group {
    border-bottom: 0.1rem solid #e2e2e2;
  }

  .collection-filter-group:first-child {
    border-top: 0.1rem solid #e2e2e2;
  }

  .collection-filter-group__summary {
    font-size: 1.7rem;
    font-weight: 600;
    min-height: 6.4rem;
  }

  .collection-filter-group__content {
    display: grid;
    gap: 1.4rem;
    padding: 0 0 2rem;
  }

  .collection-filter-option {
    align-items: center;
    color: #121212;
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    gap: 1.4rem;
    line-height: 1.25;
  }

  .collection-filter-option > input {
    height: 0.1rem;
    opacity: 0;
    position: absolute;
    width: 0.1rem;
  }

  .collection-filter-option__checkbox {
    align-items: center;
    background: #ffffff;
    border: 0.15rem solid #121212;
    border-radius: 0.5rem;
    display: inline-flex;
    flex: 0 0 2.6rem;
    height: 2.6rem;
    justify-content: center;
    transition: background-color 150ms ease, border-color 150ms ease;
    width: 2.6rem;
  }

  .collection-filter-option__checkbox .icon-checkmark {
    color: #ffffff;
    height: 1.2rem;
    opacity: 0;
    width: 1.4rem;
  }

  .collection-filter-option > input:checked + .collection-filter-option__checkbox {
    background: #121212;
  }

  .collection-filter-option > input:checked + .collection-filter-option__checkbox .icon-checkmark {
    opacity: 1;
  }

  .collection-filter-option > input:focus-visible + .collection-filter-option__checkbox {
    outline: 0.2rem solid #121212;
    outline-offset: 0.3rem;
  }

  .collection-filter-option.is-disabled {
    cursor: default;
    opacity: 0.4;
  }

  .collection-filter-accordion__clear {
    background: none;
    border: 0;
    color: #121212;
    cursor: pointer;
    font: inherit;
    margin-top: 1.8rem;
    padding: 0;
    text-decoration: underline;
  }

  .collection-filter-accordion__drawer-status,
  .collection-filter-accordion__toolbar-status {
    color: #555555;
    font-size: 1.3rem;
  }

  .collection-filter-accordion__drawer-status {
    margin: 1.4rem 0 0;
  }

  .collection-filter-accordion__toolbar-status {
    flex: 1;
    margin: 0;
  }

  .collection-filter-accordion__sort form {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
  }

  .collection-filter-accordion__sort label {
    color: #767676;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-transform: lowercase;
    white-space: nowrap;
  }

  .collection-filter-accordion__sort .select {
    position: relative;
    width: auto;
  }

  .collection-filter-accordion__sort .select:after,
  .collection-filter-accordion__sort .select:before,
  .collection-filter-accordion__sort .select__select:after,
  .collection-filter-accordion__sort .select__select:before {
    display: none !important;
    content: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .collection-filter-accordion__sort .select__select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #121212 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    height: auto !important;
    line-height: inherit !important;
    margin: 0 !important;
    min-height: unset !important;
    min-width: unset !important;
    outline: none !important;
    padding: 0 2rem 0 0.2rem !important;
  }

  .collection-filter-accordion__sort .select .svg-wrapper {
    color: #121212 !important;
    height: 1.2rem !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1.2rem !important;
  }

  #ProductGridContainer .grid__item[hidden] {
    display: none !important;
  }

  .collection-filter-empty {
    color: #555555;
    font-size: 1.6rem;
    margin: 3rem 0;
    text-align: center;
  }

  .collection-filter-empty[hidden] {
    display: none !important;
  }

  @media screen and (max-width: 749px) {
    .collection-filter-accordion {
      gap: 1.2rem;
      margin-bottom: 1.8rem;
    }

    .collection-filter-accordion__heading {
      font-size: 1.2rem;
    }

    .collection-filter-accordion__toolbar-status {
      font-size: 1.1rem;
    }

    .collection-filter-accordion__sort label {
      display: inline-block;
      font-size: 1.2rem;
      color: #767676;
    }

    .collection-filter-accordion__sort .select__select {
      font-size: 1.2rem !important;
      max-width: unset;
      padding-right: 1.8rem !important;
    }

    .collection-filter-accordion__drawer {
      max-width: calc(100vw - 3rem);
      width: 37.5rem;
    }

    .collection-filter-accordion__drawer-header,
    .collection-filter-accordion__body {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
/* END_SNIPPET:collection-filter-accordion */

/* START_SNIPPET:cookie-consent (INDEX:76) */
.bonez-cookie,
  .bonez-cookie button,
  .bonez-cookie input,
  [data-cookie-preferences-trigger] {
    font-family: 'Jost', sans-serif;
  }

  .bonez-cookie__banner,
  .bonez-cookie__modal {
    color: rgb(var(--color-foreground));
    background: var(--gradient-background);
    font-size: var(--cookie-font-desktop);
    letter-spacing: normal;
    line-height: 1.35;
  }

  .bonez-cookie__banner {
    position: fixed;
    z-index: 2147483000;
    width: 100%;
    max-width: none;
    max-height: min(90vh, 720px);
    margin: 0;
    padding: 0;
    overflow: auto;
    border: 0;
    box-shadow: 0 0 24px rgba(var(--color-shadow), 0.14);
  }

  .bonez-cookie__banner--bottom {
    inset: auto 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .bonez-cookie__banner--top {
    inset: 0 0 auto;
    padding-top: env(safe-area-inset-top);
  }

  .bonez-cookie__banner--center {
    inset: 50% auto auto 50%;
    width: min(680px, calc(100% - 32px));
    border-radius: 18px;
    transform: translate(-50%, -50%);
  }

  .bonez-cookie__banner--center::backdrop,
  .bonez-cookie__modal::backdrop {
    background: rgba(18, 18, 18, 0.52);
    backdrop-filter: blur(2px);
  }

  .bonez-cookie__banner-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    width: 100%;
    padding: 22px 26px;
  }

  .bonez-cookie__banner--center .bonez-cookie__banner-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    padding: 30px;
  }

  .bonez-cookie__message {
    flex: 1 1 560px;
    min-width: 0;
  }

  .bonez-cookie__banner--center .bonez-cookie__message {
    flex-basis: auto;
  }

  .bonez-cookie__message p,
  .bonez-cookie__modal p,
  .bonez-cookie__category h3 {
    margin: 0;
  }

  .bonez-cookie__message a,
  .bonez-cookie__modal a,
  .bonez-cookie__text-button {
    color: rgb(var(--color-link));
    text-underline-offset: 3px;
  }

  .bonez-cookie__text-button {
    margin-top: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: inherit;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
  }

  .bottom-footer [data-cookie-preferences-trigger] {
    margin-inline-start: 12px;
  }

  .bonez-cookie__banner-actions,
  .bonez-cookie__modal-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 14px;
  }

  .bonez-cookie__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--cookie-button-width);
    min-height: var(--cookie-button-height);
    padding: 9px 24px;
    border: 1px solid rgba(var(--color-foreground), 0.12);
    border-radius: 999px;
    color: rgb(var(--color-foreground));
    background: rgba(var(--color-foreground), 0.07);
    font-size: var(--cookie-button-font);
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }

  .bonez-cookie__button:hover {
    border-color: rgba(var(--color-foreground), 0.24);
    background: rgba(var(--color-foreground), 0.12);
  }

  .bonez-cookie__button:active {
    transform: translateY(1px);
  }

  .bonez-cookie__button:disabled {
    opacity: 0.55;
    cursor: wait;
  }

  .bonez-cookie__button:focus-visible,
  .bonez-cookie__text-button:focus-visible,
  .bonez-cookie__close:focus-visible,
  .bonez-cookie__switch:focus-visible,
  [data-cookie-preferences-trigger]:focus-visible {
    outline: 2px solid rgb(var(--color-foreground));
    outline-offset: 3px;
  }

  .bonez-cookie__modal {
    width: min(680px, calc(100% - 32px));
    max-width: 680px;
    max-height: min(90vh, 760px);
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(18, 18, 18, 0.24);
  }

  .bonez-cookie__modal-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    padding: 28px 30px 22px;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  }

  .bonez-cookie__modal h2 {
    margin: 0 0 8px;
    color: rgb(var(--color-foreground));
    font-family: 'Jost', sans-serif;
    font-size: 1.75em;
    font-weight: 650;
    line-height: 1.15;
  }

  .bonez-cookie__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: -8px -8px 0 0;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    background: transparent;
    cursor: pointer;
  }

  .bonez-cookie__close:hover {
    background: rgba(var(--color-foreground), 0.08);
  }

  .bonez-cookie__close svg {
    width: 100%;
    height: 100%;
  }

  .bonez-cookie__categories {
    padding: 0 30px;
  }

  .bonez-cookie__category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    padding: 21px 0;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  }

  .bonez-cookie__category h3 {
    color: rgb(var(--color-foreground));
    font-family: 'Jost', sans-serif;
    font-size: 1.08em;
    font-weight: 650;
  }

  .bonez-cookie__category p {
    margin-top: 5px;
    color: rgba(var(--color-foreground), 0.72);
  }

  .bonez-cookie__switch-label {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: center;
  }

  .bonez-cookie__switch {
    position: relative;
    width: 48px;
    height: 26px;
    flex: 0 0 48px;
    margin: 0;
    border: 1px solid rgba(var(--color-foreground), 0.24);
    border-radius: 999px;
    appearance: none;
    background: rgba(var(--color-foreground), 0.12);
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
  }

  .bonez-cookie__switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgb(var(--color-background));
    box-shadow: 0 1px 4px rgba(18, 18, 18, 0.22);
    transition: transform 160ms ease;
  }

  .bonez-cookie__switch:checked {
    border-color: rgb(var(--color-button));
    background: rgb(var(--color-button));
  }

  .bonez-cookie__switch:checked::after {
    transform: translateX(22px);
  }

  .bonez-cookie__switch:disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }

  .bonez-cookie__always-on {
    font-size: 0.82em;
    font-weight: 600;
    white-space: nowrap;
  }

  .bonez-cookie__status {
    margin: 12px 0 0 !important;
    color: rgba(var(--color-foreground), 0.76);
    font-size: 0.92em;
  }

  .bonez-cookie__status[data-error='true'] {
    color: #a61b1b;
  }

  .bonez-cookie__modal > .bonez-cookie__status {
    padding: 0 30px;
  }

  .bonez-cookie__modal-actions {
    justify-content: flex-end;
    padding: 24px 30px 28px;
  }

  [data-cookie-preferences-trigger] {
    padding: 0;
    border: 0;
    color: currentColor;
    background: transparent;
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
  }

  @media screen and (max-width: 749px) {
    .bonez-cookie__banner,
    .bonez-cookie__modal {
      font-size: var(--cookie-font-mobile);
    }

    .bonez-cookie__banner-inner {
      align-items: stretch;
      flex-direction: column;
      gap: 18px;
      padding: 20px 18px;
    }

    .bonez-cookie__message {
      flex-basis: auto;
    }

    .bonez-cookie__banner-actions,
    .bonez-cookie__modal-actions {
      flex-direction: column;
      gap: 10px;
    }

    .bonez-cookie__button {
      width: 100%;
      min-width: 0;
    }

    .bonez-cookie__banner--center {
      width: calc(100% - 24px);
      max-height: calc(100vh - 24px);
    }

    .bonez-cookie__banner--center .bonez-cookie__banner-inner {
      padding: 24px 20px;
    }

    .bonez-cookie__modal {
      width: calc(100% - 24px);
      max-height: calc(100vh - 24px);
    }

    .bonez-cookie__modal-header {
      padding: 24px 20px 18px;
    }

    .bonez-cookie__categories {
      padding: 0 20px;
    }

    .bonez-cookie__category {
      gap: 14px;
      padding: 18px 0;
    }

    .bonez-cookie__always-on {
      display: none;
    }

    .bonez-cookie__modal > .bonez-cookie__status {
      padding: 0 20px;
    }

    .bonez-cookie__modal-actions {
      padding: 20px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .bonez-cookie__button,
    .bonez-cookie__switch,
    .bonez-cookie__switch::after {
      transition: none;
    }
  }
/* END_SNIPPET:cookie-consent */