.catalogue-page{padding-block:clamp(1.5rem,3vw,2.5rem);background:var(--background)}.catalogue-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.5rem,2.5vw,2.5rem);width:100%}.catalogue-page__sidebar{display:none}.catalogue-page__content{min-width:0}.catalogue-page__header{display:flex;flex-direction:column;gap:.625rem;margin-bottom:clamp(1.25rem,2.5vw,1.75rem)}.catalogue-page__title{margin:0;font-size:clamp(1.75rem,1.5vw + 1rem,2.375rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;color:var(--text)}.catalogue-page__description{margin:0;max-width:38rem;font-size:.9375rem;line-height:1.6;color:var(--text-secondary)}.catalogue-toolbar{margin-bottom:clamp(1.25rem,2vw,1.75rem);padding:1rem;border:1px solid var(--border);border-radius:16px;background:var(--background-elevated)}.catalogue-toolbar,.catalogue-toolbar__row--primary{display:flex;flex-direction:column;gap:.875rem}.catalogue-toolbar__search{width:100%;min-width:0}.catalogue-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.catalogue-toolbar__sort{min-width:11rem;flex:1 1 11rem}.catalogue-toolbar__count{margin:0;font-size:.8125rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.catalogue-product-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1rem,2vw,1.5rem)}.catalogue-product-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:16px;border:1px solid var(--border);background:var(--background-elevated);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.catalogue-product-card:hover{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:0 12px 32px rgb(15 23 42/.06);transform:translateY(-2px)}.catalogue-product-card__media-link{display:block;color:inherit;text-decoration:none}.catalogue-product-card__media{position:relative;aspect-ratio:5/4;overflow:hidden;background:var(--background-muted)}.catalogue-product-card__image{object-fit:cover;transition:transform .24s ease}.catalogue-product-card:hover .catalogue-product-card__image{transform:scale(1.03)}.catalogue-product-card__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,var(--background-muted),var(--background-elevated))}.catalogue-product-card__badges{position:absolute;top:.75rem;left:.75rem;z-index:1;display:flex;flex-wrap:wrap;gap:.375rem}.catalogue-product-card__badge{padding:.25rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;background:rgb(255 255 255/.92);border:1px solid var(--border);color:var(--text)}.catalogue-product-card__badge--featured{background:var(--primary-subtle);border-color:color-mix(in srgb,var(--primary) 25%,transparent);color:var(--primary)}.catalogue-product-card__body{display:flex;flex:1;flex-direction:column;gap:.625rem;padding:1rem 1.125rem 1.125rem}.catalogue-product-card__category{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary)}.catalogue-product-card__title{margin:0;font-size:1.0625rem;font-weight:600;line-height:1.35}.catalogue-product-card__title-link{color:var(--text);text-decoration:none;transition:color .16s ease}.catalogue-product-card__title-link:hover{color:var(--primary)}.catalogue-product-card__description{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-secondary);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.catalogue-product-card__packaging{margin:0;font-size:.8125rem;line-height:1.4;color:var(--text-muted)}.catalogue-product-card__cta{display:inline-flex;align-items:center;gap:.375rem;margin-top:auto;padding-top:.5rem;font-size:.875rem;font-weight:600;color:var(--primary);text-decoration:none;transition:gap .16s ease}.catalogue-product-card__cta:hover{gap:.625rem}.catalogue-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:clamp(1.75rem,3vw,2.5rem);padding-top:1.5rem;border-top:1px solid var(--border)}.catalogue-pagination__status{margin:0;font-size:.875rem;color:var(--text-secondary)}.catalogue-pagination__controls{display:flex;flex-wrap:wrap;gap:.5rem}.catalogue-skeleton__card{overflow:hidden;border-radius:16px;border:1px solid var(--border);background:var(--background-elevated)}.catalogue-skeleton__media{aspect-ratio:5/4}.catalogue-skeleton__body{display:flex;flex-direction:column;gap:.625rem;padding:1.125rem}@media (min-width:640px){.catalogue-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.catalogue-page__layout{grid-template-columns:17.5rem minmax(0,1fr);align-items:start}.catalogue-page__sidebar{display:block}.catalogue-toolbar{padding:1rem 1.125rem}.catalogue-toolbar__row--primary{flex-direction:row;align-items:center;gap:1rem}.catalogue-toolbar__search{flex:1 1 20rem}.catalogue-toolbar__actions{flex:0 1 auto;justify-content:flex-end}.catalogue-toolbar__sort{flex:0 1 12rem}.catalogue-toolbar__count{padding-inline-start:.25rem}.catalogue-toolbar__mobile-filters{display:none}.catalogue-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (min-width:1280px){.catalogue-page__layout{grid-template-columns:18rem minmax(0,1fr);gap:2.5rem}.catalogue-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (max-width:1023px){.catalogue-page__sidebar{display:none}.catalogue-toolbar__count{width:100%}}@media (prefers-reduced-motion:reduce){.catalogue-product-card,.catalogue-product-card__cta,.catalogue-product-card__image{transition:none}.catalogue-product-card:hover,.catalogue-product-card:hover .catalogue-product-card__image{transform:none}}