.m-collection-button{align-items:center;border:var(--cbl-border-width,1px) solid var(--color-secondary-border);border-radius:var(--cbl-border-radius,4px);box-sizing:border-box;cursor:pointer;display:inline-flex;gap:var(--cbl-image-text-gap,.8rem);height:100%;padding:var(--cbl-item-padding-y,1rem) var(--cbl-item-padding-x,1.6rem);text-decoration:none;transition:all .2s ease;white-space:nowrap}.m-collection-button:hover{border-color:var(--color-primary-border)}.m-collection-button__image{align-items:center;display:flex;flex-shrink:0;height:auto;justify-content:center;overflow:hidden;width:var(--cbl-image-size,4rem)}.m-collection-button__image img{height:100%;object-fit:contain;width:100%}.m-collection-button__image--placeholder svg{height:100%;width:100%}.m-collection-button__text{color:var(--color-primary-body);font-family:var(--ff-primary);font-weight:var(--cbl-font-weight,400)}