/** Shopify CDN: Minification failed

Line 30:37 Expected ":"

**/
 .label--custom,
 .label--custom2 {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-inline: 19px;
    height: 23px;
    /* border-radius: 0px 3px 3px 0px; */
    align-items: center;
    display: flex;
    justify-content: center;
}

 .product-item__label-list {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;
}

 .product-item__image-wrapper {
    background: #e9e9e9;border-radius
    margin: 0;
}

 .product-item__image-wrapper a>img {
    padding: 60px;
}

 .product-item__info {
    background: #051c2c;
    padding: 14px;
    text-align: left;
}

 .product-item__info .meta-product-tags {
    display: flex;
    gap: 9px;
    margin-bottom: 19px;
    /* min-height: 24px; */
}

 .product-item__info .meta-product-tags span {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 20px;
}

 .product-item__info .product-item-meta__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

 .product-item__info .product-item-meta__price-list-container {
    margin-top: 19px;
}

 .product-item__info span.ed-product-teaser-on-collection,
 .product-item__info .price-list span {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

 .product-item__info .price-list>span {
    margin-right: 17px !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: unset !important;
}

 .product-item__info .price-list span.label.label--highlight {
    color: #268D1D !important;
}

 .product-item__info .product-item-meta__swatch-list {
    margin-bottom: 0;
    margin-top: 19px;
}

 .product-item__info .product-item-meta__swatch-list label.color-swatch__item {
    width: 57px;
    height: 57px;
    padding: 0;
    background: #fff;
    background-size: 73% !important;
    background-position: center center;
    background-repeat: no-repeat;
}

 .product-item__info .product-item-meta__swatch-list {
    margin-bottom: 0;
    margin-top: 19px;
    grid-template-columns: repeat(auto-fit, 57px);
    justify-content: flex-start !important;
}

 .product-item__info .product-item-meta__swatch-list .color-swatch__item:before {
    border: none !important;
}

 .product-list .section__footer {
    margin-top: min(48px, var(--vertical-breather));
    margin-top: 60px;
}

.shopify-section--featured-collections section.section {
    margin-bottom: 100px;
}
.product-item {
    background: #f6f6f6;
}
@media (max-width: 767px) {
     .label--custom,
     .label--custom2 {
        font-size: 10px;
        padding-inline: 6px;
        height: 14px;
    }
     .product-item__info .meta-product-tags span {
        font-size: 10px;
        padding: 2px 6px;
    }
     .product-item__info {
        padding: 10px 4px 10px 4px;
    }
     .product-item__info .meta-product-tags {
        margin-bottom: 16px;
        min-height: 18px;
    }
     .product-item__info .product-item-meta__title {
        font-size: 13px;
    }
     .product-item__info span.ed-product-teaser-on-collection,
     .product-item__info .price-list span {
        font-size: 11px !important;
    }
     .product-item__info .price-list>span {
        margin-right: 8px !important;
    }
     .product-item__info .product-item-meta__price-list-container {
        margin-top: 14px;
    }
     .product-item__info .product-item-meta__swatch-list label.color-swatch__item {
        width: 37px;
        height: 37px;
    }
     .product-item__info .product-item-meta__swatch-list {
        margin-top: 13px;
        grid-template-columns: repeat(auto-fit, 37px);
    }
     .product-item__info {
        flex-grow: inherit;
    }
     .product-item__info .price-list--centered {
        justify-content: flex-start;
    }
    .shopify-section--featured-collections  .section__footer a.button {
        width: 210px;
        font-size: 13px;
    }
     .product-item__label-list {
        top: 6px;
    }
     .product-item__image-wrapper a>img {
        padding: 24px;
    }
     .product-list__inner {
        row-gap: 50px;
    }
}
@media (max-width: 380px) {
     .product-item__info .meta-product-tags span {
        font-size: 8px;
        padding: 3px 6px;
    }
}