.category-grid--desktop{grid-gap:1rem;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}@media (max-width:879px){.category-grid--desktop{display:none}}.category-grid--mobile{display:none}@media (max-width:879px){.category-grid--mobile{display:block}}.categories-swiper{width:100%;padding-bottom:3rem!important}
.reviews-swiper{width:100%;padding-bottom:3.5rem!important}.reviews-swiper .swiper-wrapper{align-items:stretch}.reviews-swiper .swiper-slide{height:auto}.review-slide{background-color:#e5d5cc;background-color:var(--surface-warm);border-radius:20px;flex-direction:column;gap:.6rem;height:100%;padding:1.75rem 1.5rem 1.5rem;display:flex}.review-slide__name{font-family:var(--font-lexend);color:var(--foreground);font-size:2rem;font-weight:400;line-height:1.1}.review-slide__product{color:var(--muted-foreground);margin-bottom:.1rem;font-size:.875rem;font-style:italic}.review-slide__stars{font-size:1.1rem}.review-slide__text{color:var(--foreground);flex:1;font-size:.9rem;line-height:1.65}.review-slide__more{color:var(--primary-strong);text-underline-offset:2px;margin-top:.5rem;font-size:.875rem;font-style:italic;font-weight:700;text-decoration:underline;display:inline-block}.review-slide__more:hover{color:var(--accent)}
