.gl-hero{display:grid;gap:2rem}.gl-hero__media{border-radius:var(--gl-r-media, 24px);overflow:hidden;background-color:var(--gl-sand, #ece4d6);aspect-ratio:var(--gl-hero-ratio, 4 / 5)}.gl-hero__media img,.gl-hero__media svg{display:block;width:100%;height:100%;object-fit:cover}.gl-hero__body{display:grid;gap:var(--gl-hero-gap, 1rem);align-content:center}.gl-hero__body>.gl-eyebrow{margin-bottom:0;justify-self:start}.gl-hero__body .gl-checks{margin:0}.gl-eyebrow--markering{background-color:#cfe0ee;color:var(--gl-ink, #121212);padding:.5em .9em;border-radius:var(--gl-r-pill, 100px)}.gl-hero__title{font-size:3.2rem;line-height:1.08;letter-spacing:-.025em;margin:0}.gl-hero__text{font-size:1.6rem;line-height:1.6;color:var(--gl-ink-70, rgba(18, 18, 18, .72));margin:0}.gl-hero__text>*:first-child{margin-top:0}.gl-hero__text>*:last-child{margin-bottom:0}.gl-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.6rem}.gl-hero__buttons .button{min-height:5rem}.gl-hero__rating{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:var(--gl-ink-70, rgba(18, 18, 18, .72));margin:0}.gl-hero__stars{display:flex;gap:.2rem;color:var(--gl-accent, #a8532e)}.gl-hero__stars svg{width:1.6rem;height:1.6rem;fill:currentColor}@media screen and (min-width:750px){.gl-hero__title{font-size:4.4rem}}@media screen and (min-width:990px){.gl-hero{grid-template-columns:repeat(2,minmax(0,1fr));gap:4.8rem;align-items:stretch}.gl-hero--media-last .gl-hero__media{order:2}.gl-hero__media{aspect-ratio:auto;height:100%;min-height:44rem}.gl-hero__title{font-size:5.2rem}}.gl-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem 1.2rem;list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.gl-cards{grid-template-columns:repeat(var(--gl-cards-columns, 4),minmax(0,1fr));gap:2.8rem 2rem}}.gl-card{display:grid;gap:.9rem;align-content:start}.gl-card__link{display:grid;gap:.9rem;text-decoration:none;color:inherit}.gl-card__media{position:relative;border-radius:var(--gl-r-card, 16px);overflow:hidden;background-color:#fff;border:1px solid var(--gl-line, rgba(18, 18, 18, .1));aspect-ratio:1 / 1}.gl-card__media img,.gl-card__media svg{display:block;width:100%;height:100%;box-sizing:border-box;padding:5%;object-fit:contain;transition:transform .4s ease}@media(hover:hover){.gl-card__link:hover .gl-card__media img{transform:scale(1.03)}}.gl-card__badge{position:absolute;left:.8rem;top:.8rem;z-index:1;padding:.3em .7em;border-radius:100px;background-color:#cfe0ee;color:#121212;font-size:1.15rem;font-weight:700;line-height:1.4}.gl-card__badge--op{background-color:#242833;color:#fff}.gl-card__title{font-size:1.45rem;line-height:1.35;font-weight:600;color:var(--gl-ink, #121212);margin:0}.gl-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem;font-size:1.45rem;color:var(--gl-ink, #121212)}.gl-card__price s{color:var(--gl-ink-55, rgba(18, 18, 18, .56));font-size:1.3rem}@media screen and (min-width:750px){.gl-card__title,.gl-card__price{font-size:1.6rem}}.gl-cards__more{margin-top:2.4rem;display:flex;justify-content:center}.gl-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.gl-tiles{grid-template-columns:repeat(var(--gl-tiles-columns, 3),minmax(0,1fr));gap:2rem}}.gl-tile{position:relative;display:block;border-radius:var(--gl-r-media, 24px);overflow:hidden;background-color:var(--gl-sand, #ece4d6);text-decoration:none;color:inherit;aspect-ratio:3 / 4}.gl-tile img,.gl-tile svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}@media(hover:hover){.gl-tile:hover img{transform:scale(1.04)}}.gl-tile__body{position:absolute;left:0;right:0;bottom:0;padding:4.8rem 1.4rem 1.4rem;background:linear-gradient(to top,#0c0c0ce0,#0c0c0c9e 42%,#0c0c0c2e 74%,#0c0c0c00);color:#fff;display:grid;gap:.2rem;text-shadow:0 1px 2px rgba(0,0,0,.35)}.gl-tile__title{font-size:1.7rem;line-height:1.25;font-weight:600;margin:0}.gl-tile__sub{font-size:1.3rem;opacity:.92;margin:0}@media screen and (min-width:750px){.gl-tile{aspect-ratio:4 / 5}.gl-tile__title{font-size:2rem}}.gl-tiles__subkop{font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gl-ink-55, rgba(18, 18, 18, .56));margin:2.8rem 0 1rem}.gl-tiles--compact{gap:1.2rem}.gl-tile--compact{aspect-ratio:4 / 3;border-radius:var(--gl-r-card, 16px)}.gl-tile--compact .gl-tile__body{padding:3rem 1.2rem 1.1rem;background:linear-gradient(to top,#0c0c0cd1,#0c0c0c73 55%,#0c0c0c00)}.gl-tile--compact .gl-tile__title{font-size:1.45rem}.gl-tile--compact .gl-tile__sub{font-size:1.2rem}@media screen and (min-width:750px){.gl-tiles__subkop{margin:3.6rem 0 1.2rem}.gl-tiles--compact{gap:2rem}.gl-tile--compact{aspect-ratio:3 / 2}.gl-tile--compact .gl-tile__title{font-size:1.6rem}}.gl-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;align-items:center;list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.gl-logos{grid-template-columns:repeat(var(--gl-logos-columns, 5),minmax(0,1fr));gap:3.2rem}}.gl-logos li{display:flex;align-items:center;justify-content:center}.gl-logos img{display:block;width:auto;max-width:100%;height:var(--gl-logo-height, 4.8rem);object-fit:contain;opacity:var(--gl-logo-opacity, 1);filter:grayscale(var(--gl-logo-grijs, 0))}
/*# sourceMappingURL=/cdn/shop/t/18/assets/gl-home.css.map */
