/** Shopify CDN: Minification failed

Line 344:0 Unexpected "<"

**/
/* Tailwind css */
.btn--smaller {
    padding: 12px 24px;
}
.self-center {
    align-self: center;
}
.h-fit {
    height: fit-content;
}
.w-fit {
    width: fit-content;
}
.h-half {
    height: 50%;
}
.h-60p {
    height: 60%;
}
.h-40p {
    height: 40%;
}
.min-h-250 {
    min-height: 250px;
}
.pt-20px {
    padding-top: 20px;
}
.pb-40px {
    padding-bottom: 40px;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.w-100px {
    width: 100px;
}
.gap-3 {
    gap: 12px;
}
.p-10 {
    padding: 2.5rem;
}
.type__heading-1 p {
    font-size: var(--type__font-900);
    font-size: var(--type__font-heading-1);
}
.border-none {
    border: none;
}
.min-height-unset {
    min-height: unset;
}
.highlight-heading {
    font-size: 24px;
}
.bottom-0 {
    bottom: 0;
}
.left-half {
    left: 50%;
}
.\!type--base {
    font-size: var(--type__font-base) !important;
}
.\!px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.\!px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.h-24 {
    height: 6rem;
}
.pink-link a {
    color: #EC008C;
    text-decoration: none;
}
@media (min-width: 768px) {
    .md\:self-center {
        align-self: center;
    }
    .md\:h-fit {
        height: fit-content;
    }
    .md\:w-fit {
        width: fit-content;
    }
    .md\:absolute {
        position: absolute;
    }
    .md\:h-full {
        height: 100%;
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
    .md\:h-half {
        height: 50%;
    }
    .md\:h-60p {
        height: 60%;
    }
    .md\:h-40p {
        height: 40%;
    }
    .md\:min-h-250 {
        min-height: 250px;
    }
    .md\:pt-20px {
        padding-top: 20px;
    }
    .md\:pb-40px {
        padding-top: 40px;
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .md\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:p-2 {
        padding: 0.5rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .highlight-heading {
        font-size: 60px;
    }
}

/* custom styles */
.group\/accordion:hover .group-hover\/accordion\:underline {
    text-decoration: none !important;
}

.video-wrapper .video-thumbnail {
    position: relative;
    cursor: pointer;
}
.video-wrapper .video-thumbnail .youtube-play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.video-wrapper .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-wrapper .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* homepage */
.window--full {
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 768px) {
    .group_banner-main_container {
        min-height: unset;
    }
}

/* collection page */
.collection--contents {
    padding-top: 20px;
    padding-bottom: 40px;
}

.collection--contents > * {
    max-width: 715px;
}

.collection--contents h1 {
    margin-bottom: 16px;
}

.collection--dynamic-links {
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.collection--dynamic-links a {
    gap: 8px;
}

.collection--dynamic-links svg path {
    stroke: #fff;
}

@media (min-width: 768px) {
    .collection--contents {
        padding-top: 40px;
    }

    .collection--contents h1 {
        margin-bottom: 12px;
    }

    .collection--dynamic-links {
        padding-bottom: 40px;
        border-bottom: 1px solid #D9D9D9;
    }
}

/* product page */
.product-type {
    margin-top: 12px;
}

.product-series, .product-brand {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .product-type {
        margin-top: 10px;
    }
}

/* our-story page */
.split-banner--logo {
    max-width: 55px;
}

@media (min-width: 768px) {
    .split-banner--logo {
        max-width: 80px;
    }
}

.block-1 {
    order: 1;
}

.block-2 {
    order: 2;
}

.block-3 {
    order: 3;
}

.block-4 {
    order: 4;
}

@media (max-width: 767px) {
    .reverse-mob .block-1 {
        order: 2 !important;
    }
    .reverse-mob .block-2 {
        order: 1 !important;
    }
    .reverse-mob .block-3 {
        order: 4 !important;
    }
    .reverse-mob .block-4 {
        order: 3 !important;
    }
}

/* section padding */
.section-padding {
    --padding-top: calc(var(--PT) * 0.75);
    --padding-bottom: calc(var(--PB) * 0.75);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
}
@media only screen and (min-width: 768px) {
  .section-padding {
    --padding-top: var(--PT);
    --padding-bottom: var(--PB);
  }
}

/* footer */
.footer--container nav:last-child {
    padding-right: 8rem;
}

.link-icons, .link-icons svg {
    width: 20px;
    height: 20px;
}

/* header */
.account-dropdown-menu {
    position: absolute;
    z-index: 50;
    top: 100%;
    background: white;
    height: fit-content;
    width: fit-content;
    left: 50%;
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    transform: translate(-50%, 0);
    padding: 16px 20px;
}
.color__bg-body.window--wide.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.color__bg-body.window--wide.sticky + * {
  padding-top: 60px;
}

.mega-menu__backdrop {
    display: none !important;
}
</head>