/** Shopify CDN: Minification failed

Line 28:0 Unexpected "}"
Line 51:27 Expected identifier but found bad string token
Line 51:29 Unterminated string token

**/
.collection-button-wrap {
    width: 100%;
    height: max-content;
    display: flex;
    gap: 12px;
    margin: 0 auto;
}

.btn-link {
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #101B13;
    border-radius: 500px;
    padding: 0px 24px 0px 8px;
    background-color: #FFFFFF;
    text-decoration: none;
}
}

img.btn-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.btn-image img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.collection-button-link .btn-text {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    ;;;;color: #101B13;;;;;';
    font-size: 2;
    font-size: 20px;
    font-weight: 400;
}

.btn-image {
    display: flex;
}

.btn-link.active .btn-text {
    font-weight: 600;
    text-decoration: underline;
}

.btn-link.active {
    border: 2px solid #000;
}

@media (max-width:767px) {
    .collection-button-link .btn-text {
        font-size: 14px;
    }

    .btn-image img {
        width: 48px;
        height: 48px;
    }

    .collection-button .page-width {
        padding-left: 0;
        padding-right: 0;
    }

    .collection-button-wrap {
        overflow-x: auto;
        scrollbar-width: none;
        padding-left:15px;
        padding-right:15px;
    }
}