section.svelte-1b50dhk.svelte-1b50dhk{position:relative;height:100%;width:100%;display:flex;flex-direction:column;background-color:var(--color-secondary-40);overflow:auto}section.svelte-1b50dhk header.svelte-1b50dhk{display:flex;padding:0.5rem 0 0.5rem 1rem;gap:1rem;background-color:var(--color-white)}section.svelte-1b50dhk header.platform-desktop.svelte-1b50dhk{padding:0.5rem 0.5rem 0.5rem 1.5rem}section.svelte-1b50dhk header .header-left.svelte-1b50dhk{flex:1;display:flex;align-items:center}section.svelte-1b50dhk header .header-left .header-title.svelte-1b50dhk{font-family:var(--font-primary);color:var(--color-primary-100);font-weight:700}section.svelte-1b50dhk header .header-right.svelte-1b50dhk{display:flex;align-items:center}section.svelte-1b50dhk .content.svelte-1b50dhk{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0.75rem;overflow:auto}section.svelte-1b50dhk .content .logo.svelte-1b50dhk{align-self:center;color:var(--color-primary-100)}section.svelte-1b50dhk .content .product-selection.svelte-1b50dhk{box-sizing:border-box;flex:1;align-self:center;display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:64rem}section.svelte-1b50dhk .content .product-selection .title.svelte-1b50dhk{position:relative;padding-bottom:0.25rem;font-size:1.5rem;color:var(--color-primary-100);text-align:left}section.svelte-1b50dhk .content .product-selection .title.svelte-1b50dhk::before{content:" ";position:absolute;bottom:0;left:0;width:4.5rem;height:2px;background-color:var(--color-primary-100)}section.svelte-1b50dhk .content .product-selection .description.svelte-1b50dhk{font-family:var(--font-secondary);font-size:0.875rem;color:var(--color-text)}section.svelte-1b50dhk .content .product-selection .products.svelte-1b50dhk{box-sizing:border-box;width:100%;height:100%;display:grid;grid-template-columns:1fr;gap:1rem}section.svelte-1b50dhk .content .product-selection .products a.svelte-1b50dhk{box-sizing:border-box;position:relative;aspect-ratio:16/10;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;isolation:isolate;padding:1.125rem;font-family:var(--font-primary);color:var(--color-white);font-size:1rem;text-decoration:none}section.svelte-1b50dhk .content .product-selection .products a .background.svelte-1b50dhk{position:absolute;inset:0 0 0 0;background-size:cover;background-position:center;transition:scale 0.2s ease-in-out;z-index:-1}section.svelte-1b50dhk .content .product-selection .products a .overlay.svelte-1b50dhk{flex:1;display:flex;align-items:center;justify-content:space-between}section.svelte-1b50dhk .content .product-selection .products a:hover .background.svelte-1b50dhk{scale:1.05}section.svelte-1b50dhk .content .product-selection .products.big-grid.svelte-1b50dhk{grid-template-columns:25fr 12fr 25fr}section.svelte-1b50dhk .content .product-selection .products.big-grid a.svelte-1b50dhk{font-size:1.25rem;height:17.5rem;aspect-ratio:unset}section.svelte-1b50dhk .content .product-selection .products.big-grid a.svelte-1b50dhk:nth-child(4n+1),section.svelte-1b50dhk .content .product-selection .products.big-grid a.svelte-1b50dhk:nth-child(4n+4){grid-column:span 2}