.product-grid{max-width:80rem;margin:0 auto;padding:3rem 1rem}@media (min-width:640px){.product-grid{padding:3rem 1.5rem}}@media (min-width:1024px){.product-grid{padding:3rem 2rem}}.product-grid__filters{margin-bottom:2rem}.product-grid__title{text-align:center;margin-bottom:1.5rem}.product-grid__gender-filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.product-grid__filter-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:9999px;padding:.5rem 1.5rem;font-size:.938rem;font-weight:400;transition:all .3s}.product-grid__filter-btn:hover{background:#e5e7eb}.product-grid__filter-btn--active{color:#fff;background:#d4745c}.product-grid__filter-btn--active:hover{background:#c0634a}.product-grid__advanced-toggle{justify-content:center;margin-bottom:1rem;display:flex}.product-grid__advanced-btn{color:#d4745c;cursor:pointer;background:0 0;border:2px solid #d4745c;border-radius:.625rem;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.938rem;transition:background-color .3s;display:flex}.product-grid__advanced-btn:hover{background:#f5e6e0}.product-grid__filter-count{color:#fff;background:#d4745c;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.813rem;display:flex}.product-grid__chevron{transition:transform .3s}.product-grid__chevron--open{transform:rotate(180deg)}.product-grid__advanced-panel{z-index:1;background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;justify-self:center;width:90vw;margin-bottom:1.5rem;padding:1.5rem;position:absolute;box-shadow:0 1px 2px #0000000d}.product-grid__advanced-grid{gap:1.5rem;display:grid}@media (min-width:768px){.product-grid__advanced-grid{grid-template-columns:1fr 1fr}}.product-grid__fieldset{border:none;padding:0}.product-grid__legend{color:#6b7280;margin-bottom:.75rem;font-weight:500;display:block}.product-grid__options{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.product-grid__option-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:.625rem;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.product-grid__option-btn:hover{background:#e5e7eb}.product-grid__option-btn--active{color:#fff;background:#d4745c}.product-grid__option-btn--active:hover{background:#c0634a}.product-grid__reset-wrapper{text-align:center;margin-top:1.5rem}.product-grid__reset-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:.875rem;text-decoration:underline;transition:color .3s}.product-grid__reset-btn:hover{color:#d4745c}.product-grid__active-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.product-grid__active-tag{color:#d4745c;background:#f5e6e0;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem}.product-grid__count{text-align:center;color:#6b7280;margin-bottom:1rem}.product-grid__items{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.product-grid__items{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid__items{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.product-grid__items{grid-template-columns:repeat(4,1fr)}}.product-grid__empty{text-align:center;color:#9ca3af;padding:3rem 1rem}.product-grid__empty p{margin-bottom:1rem}.product-grid__empty-reset{cursor:pointer;color:#d4745c;font-size:inherit;background:0 0;border:none;text-decoration:underline}.product-grid__empty-reset:hover{color:#c0634a}.product-grid__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding:1rem 0;display:flex}.product-grid__page-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:.25rem .75rem;font-size:.938rem;transition:all .3s;display:flex}.product-grid__page-btn:hover:not(:disabled){color:#d4745c;background:#f5e6e0;border-color:#d4745c}.product-grid__page-btn:disabled{opacity:.4;cursor:not-allowed}.product-grid__page-btn--active{color:#fff;background:#d4745c;border-color:#d4745c}.product-grid__page-btn--active:hover:not(:disabled){color:#fff;background:#c0634a;border-color:#c0634a}.product-grid__page-btn--nav{background:0 0;border:none;font-size:1rem}.product-grid__page-ellipsis{color:#9ca3af;justify-content:center;align-items:center;width:2rem;font-size:1rem;display:flex}
.catalogue-page{background:#f9fafb;min-height:100vh}.catalogue-page__header{background:linear-gradient(#f5e6e0,#fff);padding:3rem 1rem}.catalogue-page__header-content{text-align:center;max-width:80rem;margin:0 auto}.catalogue-page__title{margin-bottom:1rem}.catalogue-page__subtitle{color:#6b7280;max-width:42rem;margin:0 auto;font-size:1.125rem}.catalogue-page__loading{text-align:center;color:#9ca3af;padding:4rem 1rem}
