.fc-collection-page {
--fc-cream: #faf6ea;
--fc-ink: #121212;
--fc-ink-soft: #535353;
--fc-muted: #8a8780;
--fc-line: rgba(18, 18, 18, 0.1);
--fc-line-soft: rgba(18, 18, 18, 0.06);
--fc-accent: #ff7a15;
--fc-bg: #ffffff;
--fc-surface: #f3f3f3;
--fc-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
--fc-sans: 'Assistant', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.fc-collection-page {
background: var(--fc-bg);
font-family: var(--fc-sans);
}
.fc-collection-page .collection {
padding-top: 0 !important;
}
.fc-collection-page .facets-vertical-sort {
padding: 0 !important;
margin: 0 auto 28px;
border-bottom: 1px solid var(--fc-line-soft);
padding-bottom: 18px !important;
}
.fc-collection-page .facets-vertical-form {
display: flex;
justify-content: space-between;
align-items: center;
gap: 24px;
flex-wrap: wrap;
}
.fc-collection-page .facet-filters__label,
.fc-collection-page .product-count__text {
font-family: var(--fc-sans);
font-size: 11px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--fc-muted);
font-weight: 600;
}
.fc-collection-page .product-count {
color: var(--fc-ink);
font-size: 13px;
}
.fc-collection-page .product-count .product-count__text {
color: var(--fc-ink);
font-weight: 500;
letter-spacing: 0.02em;
text-transform: none;
font-size: 13px;
}
.fc-collection-page .facet-filters__field .select {
border: none;
}
.fc-collection-page .facet-filters__field .select__select {
font-family: var(--fc-sans);
font-size: 13px;
font-weight: 500;
color: var(--fc-ink);
background: transparent;
border: none;
padding: 8px 28px 8px 8px;
text-transform: none;
letter-spacing: 0.01em;
cursor: pointer;
}
.fc-collection-page .facet-filters__field .select:after {
border-color: var(--fc-ink);
}
.fc-collection-page facet-filters-form,
.fc-collection-page .facets-vertical,
.fc-collection-page .facets-wrapper {
font-family: var(--fc-sans);
}
.fc-collection-page .facets-wrapper {
position: relative;
padding: 0 24px 0 0;
}
.fc-collection-page .facets-wrapper .facets__heading,
.fc-collection-page .facets-wrapper > h2 {
font-family: var(--fc-serif);
font-size: 20px;
font-weight: 500;
letter-spacing: -0.01em;
color: var(--fc-ink);
border-bottom: 1px solid var(--fc-line);
padding-bottom: 14px;
margin: 0 0 8px;
text-transform: none;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.fc-collection-page .fc-facets-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 10px 0 12px;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fc-muted);
font-weight: 600;
border-bottom: 1px solid var(--fc-line-soft);
margin-bottom: 4px;
}
.fc-collection-page .fc-facets-toolbar button {
background: transparent;
border: none;
padding: 4px 0;
font-family: var(--fc-sans);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fc-muted);
font-weight: 600;
cursor: pointer;
transition: color 0.15s;
}
.fc-collection-page .fc-facets-toolbar button:hover {
color: var(--fc-accent);
}
.fc-collection-page .fc-facets-hide {
display: inline-flex;
align-items: center;
gap: 6px;
}
.fc-collection-page .fc-facets-hide::after {
content: "";
width: 8px;
height: 8px;
border-left: 1.5px solid currentColor;
border-bottom: 1.5px solid currentColor;
transform: rotate(45deg);
transition: transform 0.2s;
}
.fc-collection-page .facets__disclosure-vertical,
.fc-collection-page details.js-filter {
border-bottom: 1px solid var(--fc-line-soft);
padding: 0;
transition: background 0.2s;
}
.fc-collection-page .facets__disclosure-vertical[open] {
background: transparent;
}
.fc-collection-page .facets__summary,
.fc-collection-page .facets__disclosure-vertical > summary {
padding: 18px 0 !important;
font-family: var(--fc-sans);
font-size: 13px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fc-ink);
list-style: none;
cursor: pointer;
display: flex !important;
justify-content: space-between;
align-items: center;
gap: 10px;
user-select: none;
transition: color 0.15s;
}
.fc-collection-page .facets__summary:hover {
color: var(--fc-accent);
}
.fc-collection-page .facets__summary::-webkit-details-marker,
.fc-collection-page .facets__summary::marker {
display: none;
content: none;
}
.fc-collection-page .facets__summary > div {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
gap: 10px;
}
.fc-collection-page .facets__selected {
color: var(--fc-accent);
font-weight: 700;
font-size: 11px;
letter-spacing: 0.05em;
margin-left: 4px;
}
.fc-collection-page .facets__selected.hidden {
display: none;
}
.fc-collection-page .facets__summary .icon-caret,
.fc-collection-page .facets__summary svg.icon-caret {
width: 10px;
height: 10px;
margin-left: auto;
flex-shrink: 0;
transition: transform 0.25s ease;
}
.fc-collection-page details[open] > .facets__summary .icon-caret,
.fc-collection-page .facets__disclosure-vertical[open] > summary .icon-caret {
transform: rotate(180deg);
}
.fc-collection-page .facets__display-vertical,
.fc-collection-page .facets__display {
padding: 0 0 22px !important;
border: none;
box-shadow: none;
background: transparent;
animation: fcFacetSlide 0.22s ease-out;
}
@keyframes fcFacetSlide {
from { opacity: 0; transform: translateY(-4px); }
to   { opacity: 1; transform: translateY(0); }
}
.fc-collection-page .facets__list {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 2px;
list-style: none;
}
.fc-collection-page .facets__item {
padding: 0;
color: var(--fc-ink);
}
.fc-collection-page .facet-checkbox,
.fc-collection-page .facets__label {
font-family: var(--fc-sans);
font-size: 14px;
color: var(--fc-ink-soft);
padding: 6px 0;
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
transition: color 0.15s ease;
line-height: 1.3;
}
.fc-collection-page .facet-checkbox:hover,
.fc-collection-page .facets__label:hover {
color: var(--fc-ink);
background: transparent;
}
.fc-collection-page .facet-checkbox input[type="checkbox"] {
accent-color: var(--fc-ink);
width: 14px;
height: 14px;
flex-shrink: 0;
}
.fc-collection-page .facet-checkbox.active {
color: var(--fc-ink);
font-weight: 500;
}
.fc-collection-page .facet-checkbox.disabled {
color: var(--fc-muted);
opacity: 0.6;
}
.fc-collection-page .facets__price {
padding: 12px 0;
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.fc-collection-page .facets__price .field {
flex: 1 1 110px;
min-width: 0;
}
.fc-collection-page .facets__price .field__input {
border: 1px solid var(--fc-line);
border-radius: 0;
background: transparent;
font-family: var(--fc-sans);
font-size: 13px;
padding: 8px 10px;
}
.fc-collection-page .facets__price .field__label {
font-size: 11px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--fc-muted);
font-weight: 600;
}
.fc-collection-page .active-facets-vertical-filter,
.fc-collection-page .active-facets {
padding: 14px 0 !important;
border-bottom: 1px solid var(--fc-line);
margin-bottom: 4px;
}
.fc-collection-page .active-facets__button {
font-family: var(--fc-sans);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
border: 1px solid var(--fc-line);
background: var(--fc-bg);
color: var(--fc-ink);
padding: 6px 12px;
border-radius: 999px;
transition: background 0.15s, border-color 0.15s;
margin: 0 6px 6px 0;
display: inline-flex;
align-items: center;
gap: 6px;
text-decoration: none;
}
.fc-collection-page .active-facets__button:hover {
background: var(--fc-ink);
color: #fff;
border-color: var(--fc-ink);
}
.fc-collection-page .active-facets__button-remove {
font-size: 11px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--fc-muted);
border: none;
background: transparent;
padding: 8px 0;
margin-top: 6px;
cursor: pointer;
font-family: var(--fc-sans);
font-weight: 600;
}
.fc-collection-page .active-facets__button-remove:hover {
color: var(--fc-accent);
}
.fc-collection-page.fc_filters_hidden .facets-wrapper {
display: none;
}
.fc-collection-page.fc_filters_hidden .product-grid-container {
grid-template-columns: 1fr !important;
}
.fc-collection-page.fc_filters_hidden #product-grid {
grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 989px) {
.fc-collection-page.fc_filters_hidden #product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.fc-collection-page .fc-facets-show {
display: none;
align-items: center;
gap: 8px;
padding: 10px 18px;
border: 1.5px solid var(--fc-ink);
background: transparent;
color: var(--fc-ink);
font-family: var(--fc-sans);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
border-radius: 999px;
cursor: pointer;
transition: all 0.2s;
}
.fc-collection-page .fc-facets-show:hover {
background: var(--fc-ink);
color: #fff;
}
.fc-collection-page .fc-facets-show::before {
content: "";
width: 14px;
height: 2px;
background: currentColor;
box-shadow: 0 -4px 0 currentColor, 0 4px 0 currentColor;
flex-shrink: 0;
}
.fc-collection-page.fc_filters_hidden .fc-facets-show {
display: inline-flex;
}
.fc-collection-page .mobile-facets__main {
font-family: var(--fc-sans);
}
.fc-collection-page .mobile-facets__wrapper {
font-family: var(--fc-sans);
}
.fc-collection-page .mobile-facets__header {
border-bottom: 1px solid var(--fc-line);
padding: 20px 24px;
}
.fc-collection-page .mobile-facets__heading {
font-family: var(--fc-serif);
font-weight: 500;
letter-spacing: -0.01em;
text-transform: none;
font-size: 22px;
}
.fc-collection-page .mobile-facets__details {
border-bottom: 1px solid var(--fc-line-soft);
}
.fc-collection-page .mobile-facets__summary {
font-family: var(--fc-sans);
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
padding: 18px 24px !important;
display: flex !important;
justify-content: space-between;
align-items: center;
color: var(--fc-ink);
}
.fc-collection-page .mobile-facets__close {
background: transparent;
border: none;
color: var(--fc-ink);
}
.fc-collection-page .mobile-facets__footer {
border-top: 1px solid var(--fc-line);
padding: 16px 24px;
display: flex;
gap: 12px;
}
.fc-collection-page .mobile-facets__footer .button {
font-family: var(--fc-sans);
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 600;
border-radius: 999px;
padding: 12px 18px;
}
.fc-collection-page .menu-opening,
.fc-collection-page .mobile-facets__open {
font-family: var(--fc-sans);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fc-ink);
border: 1.5px solid var(--fc-ink);
background: transparent;
padding: 10px 18px;
border-radius: 999px;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
}
.fc-collection-page .mobile-facets__open:hover {
background: var(--fc-ink);
color: #fff;
}
.fc-collection-page .card-wrapper .card {
background: transparent;
border: none;
}
.fc-collection-page .card-wrapper .card--standard {
background: transparent;
}
.fc-collection-page .card-wrapper .card__inner {
background: var(--fc-surface);
border: none;
border-radius: 2px;
overflow: hidden;
position: relative;
}
.fc-collection-page .card-wrapper .card__inner::after {
display: none;
}
.fc-collection-page .card-wrapper .card__media {
background: var(--fc-surface);
}
.fc-collection-page .card-wrapper .card__media img {
transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fc-collection-page .card-wrapper:hover .card__media img {
transform: scale(1.03);
}
.fc-collection-page .card-wrapper .card__content {
padding: 16px 2px 4px;
}
.fc-collection-page .card-wrapper .card__information {
padding: 0;
}
.fc-collection-page .card-wrapper .caption-with-letter-spacing,
.fc-collection-page .card-wrapper .card__vendor {
font-family: var(--fc-sans);
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--fc-muted);
font-weight: 600;
margin-bottom: 6px;
display: block;
}
.fc-collection-page .card-wrapper .card__heading {
font-family: var(--fc-sans);
font-size: 15px;
font-weight: 500;
line-height: 1.35;
letter-spacing: -0.005em;
color: var(--fc-ink);
margin: 0 0 10px;
}
.fc-collection-page .card-wrapper .card__heading a {
color: var(--fc-ink);
text-decoration: none;
}
.fc-collection-page .card-wrapper .card__heading a:hover {
color: var(--fc-accent);
}
.fc-collection-page .card-wrapper .price {
font-family: var(--fc-serif);
color: var(--fc-ink);
margin: 0;
}
.fc-collection-page .card-wrapper .price__regular .price-item--regular,
.fc-collection-page .card-wrapper .price__sale .price-item--sale {
font-family: var(--fc-serif);
font-size: 17px;
font-weight: 500;
letter-spacing: -0.005em;
color: var(--fc-ink);
}
.fc-collection-page .card-wrapper .price__sale .price-item--regular {
font-family: var(--fc-sans);
font-size: 13px;
color: var(--fc-muted);
font-weight: 400;
margin-left: 6px;
}
.fc-collection-page .card-wrapper .price__sale .price-item--regular s {
text-decoration: line-through;
}
.fc-collection-page .card-wrapper .rating {
margin-top: 6px;
gap: 6px;
font-size: 12px;
color: var(--fc-ink-soft);
}
.fc-collection-page .card-wrapper .rating-star {
--letter-spacing: 1px;
color: var(--fc-accent);
font-size: 11px;
}
.fc-collection-page .card-wrapper .rating-count {
color: var(--fc-muted);
font-size: 11px;
}
.fc-collection-page .card__badge {
top: 12px !important;
left: 12px !important;
bottom: auto !important;
right: auto !important;
}
.fc-collection-page .card__badge .badge {
font-family: var(--fc-sans);
font-size: 10px;
letter-spacing: 0.15em;
text-transform: uppercase;
font-weight: 600;
padding: 5px 10px !important;
border-radius: 0 !important;
border: none !important;
line-height: 1.2;
}
.fc-collection-page .card__badge .badge.color-scheme-4 {
background: var(--fc-ink);
color: #fff;
}
.fc-collection-page .card__badge .badge.color-scheme-3 {
background: var(--fc-accent);
color: #fff;
}
.fc-collection-page .card-wrapper .quick-add {
position: absolute;
bottom: 12px;
right: 12px;
background: var(--fc-ink);
color: #fff;
border-radius: 999px;
border: none;
opacity: 0;
transition: opacity 0.2s ease;
}
.fc-collection-page .card-wrapper:hover .quick-add {
opacity: 1;
}
.fc-collection-page #product-grid {
gap: 32px 20px;
}
@media screen and (min-width: 990px) {
.fc-collection-page #product-grid {
gap: 48px 32px;
}
}
@media screen and (min-width: 990px) {
.fc-collection-page .facets-vertical-form {
display: block;
}
.fc-collection-page .product-grid-container {
grid-template-columns: 240px 1fr;
gap: 48px;
}
}
.fc-collection-page .pagination-wrapper {
padding-top: 48px;
border-top: 1px solid var(--fc-line-soft);
margin-top: 32px;
}
.fc-collection-page .pagination__list {
gap: 6px;
}
.fc-collection-page .pagination__item {
font-family: var(--fc-sans);
font-size: 13px;
font-weight: 500;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
color: var(--fc-ink-soft);
border: 1px solid transparent;
transition: all 0.15s ease;
}
.fc-collection-page .pagination__item:hover {
border-color: var(--fc-line);
color: var(--fc-ink);
}
.fc-collection-page .pagination__item-current,
.fc-collection-page .pagination__item--current {
background: var(--fc-ink);
color: #fff !important;
border-color: var(--fc-ink);
}
.fc-collection-page .collection .title-wrapper-with-link {
padding: 48px 0;
text-align: center;
}
.fc-collection-page .collection .title {
font-family: var(--fc-serif);
font-weight: 500;
letter-spacing: -0.015em;
}
@media screen and (max-width: 749px) {
.fc-collection-page #product-grid {
gap: 28px 12px;
}
.fc-collection-page .card-wrapper .card__heading {
font-size: 13px;
line-height: 1.3;
}
.fc-collection-page .card-wrapper .price__regular .price-item--regular,
.fc-collection-page .card-wrapper .price__sale .price-item--sale {
font-size: 15px;
}
.fc-collection-page .card-wrapper .caption-with-letter-spacing,
.fc-collection-page .card-wrapper .card__vendor {
font-size: 9px;
letter-spacing: 0.15em;
}
.fc-collection-page .card__badge .badge {
font-size: 9px;
padding: 4px 8px !important;
}
}
.fc-collection-page .grid__item {
position: relative;
}
.fc-collection-page .fc-card-enhancements {
display: flex;
flex-direction: column;
gap: 10px;
padding: 10px 2px 0;
font-family: var(--fc-sans);
}
.fc-collection-page .fc-compat-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 9px 4px 7px;
background: rgba(33, 166, 100, 0.1);
color: #177a4a;
border-radius: 999px;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
width: fit-content;
line-height: 1.4;
}
.fc-collection-page .fc-compat-badge svg {
flex-shrink: 0;
}
.fc-collection-page .fc-swatches {
display: flex;
gap: 6px;
padding: 0;
margin: 0;
list-style: none;
flex-wrap: wrap;
align-items: center;
}
.fc-collection-page .fc-swatch {
display: inline-block;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--fc-swatch-bg, var(--fc-surface)) center/cover;
border: 1px solid rgba(18, 18, 18, 0.12);
transition: transform 0.15s ease, box-shadow 0.15s ease;
position: relative;
text-decoration: none;
cursor: pointer;
}
.fc-collection-page .fc-swatch:hover {
transform: scale(1.15);
box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--fc-ink);
}
.fc-collection-page .fc-swatch--oos {
opacity: 0.5;
}
.fc-collection-page .fc-swatch--oos::after {
content: "";
position: absolute;
top: 50%;
left: -1px;
right: -1px;
height: 1px;
background: var(--fc-ink);
transform: rotate(-45deg);
transform-origin: center;
}
.fc-collection-page .fc-swatch--nocolor {
background: repeating-linear-gradient(45deg, #f3f3f3, #f3f3f3 4px, #ddd 4px, #ddd 5px);
}
.fc-collection-page .fc-swatch--more {
width: auto;
min-width: 26px;
height: 18px;
border-radius: 999px;
padding: 0 6px;
background: transparent;
color: var(--fc-muted);
border: 1px dashed var(--fc-line);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.02em;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: var(--fc-sans);
line-height: 1;
}
.fc-collection-page .fc-swatch--more:hover {
background: var(--fc-ink);
color: #fff;
border-color: var(--fc-ink);
transform: none;
box-shadow: none;
}
.fc-collection-page .card-wrapper .quick-add {
position: absolute;
bottom: 12px;
right: 12px;
opacity: 0;
transform: translateY(4px);
transition: opacity 0.2s, transform 0.2s;
z-index: 2;
}
.fc-collection-page .card-wrapper:hover .quick-add,
.fc-collection-page .card-wrapper .quick-add:focus-within {
opacity: 1;
transform: translateY(0);
}
.fc-collection-page .card-wrapper .quick-add__submit {
background: var(--fc-ink);
color: #fff;
border: none;
border-radius: 999px;
padding: 10px 16px;
font-family: var(--fc-sans);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
cursor: pointer;
box-shadow: 0 6px 20px rgba(18, 18, 18, 0.18);
transition: background 0.15s, transform 0.15s;
min-height: 0;
min-width: 0;
}
.fc-collection-page .card-wrapper .quick-add__submit:hover {
background: var(--fc-accent);
transform: translateY(-1px);
}
@media (hover: none) {
.fc-collection-page .card-wrapper .quick-add {
opacity: 1;
transform: none;
bottom: 8px;
right: 8px;
}
.fc-collection-page .card-wrapper .quick-add__submit {
padding: 8px 12px;
font-size: 10px;
}
}
.fc-collection-page .card__media .media img:not(.motion-reduce) {
transition: opacity 0.5s ease, transform 0.6s ease;
}
.fc-collection-page .card-wrapper:hover .card__media .media img:first-child {
opacity: 0;
}
.fc-collection-page .card-wrapper:hover .card__media .media img + img {
opacity: 1;
}
.fc-breadcrumbs {
max-width: 1440px;
margin: 0 auto;
padding: 18px 48px 0;
font-family: var(--fc-sans);
font-size: 12px;
color: var(--fc-muted);
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.fc-breadcrumbs a {
color: var(--fc-muted);
text-decoration: none;
transition: color 0.15s;
}
.fc-breadcrumbs a:hover {
color: var(--fc-ink);
}
.fc-breadcrumbs .sep {
color: var(--fc-line);
user-select: none;
}
.fc-breadcrumbs .current {
color: var(--fc-ink);
font-weight: 500;
}
@media (max-width: 749px) {
.fc-breadcrumbs {
padding: 14px 20px 0;
font-size: 11px;
}
}
.fc-device-selector {
background: var(--fc-bg);
padding: 32px 48px 8px;
font-family: var(--fc-sans);
}
.fc-device-selector-inner {
max-width: 1440px;
margin: 0 auto;
}
.fc-device-selector-label {
font-size: 11px;
letter-spacing: 0.2em;
text-transform: uppercase;
font-weight: 600;
color: var(--fc-muted);
margin-bottom: 14px;
display: flex;
align-items: center;
gap: 10px;
}
.fc-device-selector-label::before {
content: "";
width: 28px;
height: 1.5px;
background: var(--fc-accent);
}
.fc-device-selector-tiles {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 10px;
}
.fc-device-tile {
padding: 16px 14px;
background: #faf9f6;
border: 1.5px solid transparent;
border-radius: 14px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 6px;
text-decoration: none;
color: var(--fc-ink);
transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
cursor: pointer;
text-align: center;
min-height: 86px;
}
.fc-device-tile:hover {
background: #fff;
border-color: var(--fc-ink);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(18, 18, 18, 0.06);
}
.fc-device-tile.is-current {
background: var(--fc-ink);
color: #fff;
border-color: var(--fc-ink);
}
.fc-device-tile-name {
font-family: var(--fc-sans);
font-size: 13px;
font-weight: 600;
letter-spacing: -0.005em;
line-height: 1.2;
}
.fc-device-tile-count {
font-size: 10px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--fc-muted);
font-weight: 600;
}
.fc-device-tile.is-current .fc-device-tile-count {
color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 749px) {
.fc-device-selector {
padding: 20px 20px 4px;
}
.fc-device-selector-tiles {
grid-template-columns: repeat(3, 1fr);
gap: 6px;
}
.fc-device-tile {
padding: 12px 8px;
min-height: 66px;
}
.fc-device-tile-name {
font-size: 12px;
}
.fc-device-tile-count {
font-size: 9px;
}
}