.theme-products-grid{position:relative;overflow:hidden;background-color:var(--theme-base-dark);color:var(--theme-base-light);padding-block:clamp(3rem,6vw,6.25rem)}.theme-products-grid__inner{display:flex;flex-direction:column;gap:clamp(2.5rem,4.5vw,4rem)}.theme-products-grid__title{margin:0;text-align:left;text-transform:uppercase;color:var(--theme-base-light)}@media (min-width: 992px){.theme-products-grid__title{text-align:center}}.theme-products-grid__filter{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:clamp(.75rem,1.5vw,1.5rem)}@media (min-width: 992px){.theme-products-grid__filter{justify-content:center}}.theme-products-grid__chip{flex-shrink:0;padding:.5rem 1rem;border:1px solid var(--theme-secondary-color);border-radius:1.875rem;background-color:transparent;color:var(--theme-secondary-color);font-size:var(--theme-small-fs);line-height:var(--theme-text-lh);text-transform:uppercase;cursor:pointer;transition:color var(--theme-transition),border-color var(--theme-transition),background-color var(--theme-transition)}.theme-products-grid__chip.is-active{background-color:var(--theme-teal-dark);border-color:var(--theme-teal-dark);color:var(--theme-secondary-color)}@media (any-hover: hover){.theme-products-grid__chip:hover{background-color:var(--theme-teal-dark);border-color:var(--theme-teal-dark)}}.theme-products-grid__chip:focus-visible{outline:2px solid var(--theme-secondary-color);outline-offset:2px}.theme-products-grid__list{--bs-gutter-x: 1.875rem;--bs-gutter-y: clamp(2.5rem, 4vw, 4rem)}.theme-products-grid__col.is-hidden{display:none}.theme-products-grid__card{display:flex;flex-direction:column;gap:1.5rem;height:100%;text-decoration:none;color:var(--theme-base-light)}.theme-products-grid__photo{display:block;aspect-ratio:390/219;border-radius:1.875rem;overflow:hidden;background:color-mix(in srgb,var(--theme-base-light) 6%,transparent)}.theme-products-grid__photo img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--theme-transition)}.theme-products-grid__tag{align-self:flex-start;padding:.25rem .625rem;border-radius:1.875rem;background-color:var(--theme-teal-dark);color:var(--theme-secondary-color);font-size:var(--theme-small-fs);line-height:var(--theme-text-lh);text-transform:uppercase}.theme-products-grid__name{font-size:var(--theme-h5-fs);line-height:var(--theme-h5-lh, 1.5);font-weight:500;text-transform:uppercase;color:var(--theme-base-light)}@media (any-hover: hover){.theme-products-grid a.theme-products-grid__card:hover .theme-products-grid__photo img{transform:scale(1.04)}.theme-products-grid a.theme-products-grid__card:hover .theme-products-grid__name{color:var(--theme-secondary-color)}}.theme-products-grid a.theme-products-grid__card:focus-visible{outline:2px solid var(--theme-secondary-color);outline-offset:4px;border-radius:.25rem}.theme-products-grid__empty{margin:0;text-align:center;color:var(--theme-grey-color)}
