.PopularProductsCardList__button{cursor:pointer;background-color:var(--background-surface-1);border-radius:16px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;min-width:220px;padding:18px 0;font-size:20px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.PopularProductsCardList__button:hover:not(:disabled){background-color:var(--brand-brand-primary)}.PopularProductsCardList__button:disabled{opacity:.6;cursor:not-allowed}
