Sweeter, more wearable confidence pieces with warmth, flirtiness, and bite underneath.
Skip to results list
.tcg-fit-toggle {
grid-column: var(--centered);
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
align-items: center;
padding: 0 var(--page-margin) 1rem;
}
.tcg-fit-toggle__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.5rem;
padding: 0.55rem 1rem;
border: 1px solid rgb(var(--color-foreground-rgb) / 0.15);
border-radius: 999px;
background: rgb(var(--color-background-rgb) / 0.92);
color: rgb(var(--color-foreground-rgb));
font-size: 0.95rem;
line-height: 1;
text-decoration: none;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tcg-fit-toggle__link:hover,
.tcg-fit-toggle__link:focus-visible,
.tcg-fit-toggle__link.is-active {
background: rgb(var(--color-foreground-rgb));
border-color: rgb(var(--color-foreground-rgb));
color: rgb(var(--color-background-rgb));
}
.product-grid__item[hidden] {
display: none !important;
}
@media screen and (max-width: 749px) {
.tcg-fit-toggle {
padding-inline: var(--page-margin);
gap: 0.5rem;
}
.tcg-fit-toggle__link {
font-size: 0.875rem;
padding-inline: 0.85rem;
}
}