.press-grid-section__inner{max-width:1400px;margin:0 auto}.press-grid-section__title{text-align:center;margin:0 0 32px}.press-grid{display:grid;grid-template-columns:repeat(var(--columns-mobile, 1),1fr);gap:var(--grid-gap, 24px)}@media screen and (min-width:750px){.press-grid{grid-template-columns:repeat(var(--columns-tablet, 2),1fr)}}@media screen and (min-width:990px){.press-grid{grid-template-columns:repeat(var(--columns-desktop, 3),1fr)}}.press-card{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3;isolation:isolate}.press-card__tap-toggle{display:none}.press-card__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.press-card__image{width:100%;height:100%;object-fit:cover;display:block}.press-card__image--placeholder{background:#e3e3e0}.press-card__image--placeholder svg{width:100%;height:100%}.press-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-color, #000);opacity:var(--overlay-opacity, .45);transition:opacity .35s ease}.press-card__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:24px;color:#fff}.press-card__heading{margin:0;font-size:1.25rem;line-height:1.3;color:#fff;font-family:roboto,helvetica,arial,sans-serif;font-weight:300}.press-card__hover-content{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(24px);transition:grid-template-rows .4s ease,opacity .35s ease,transform .4s ease;margin-top:0;max-height:0px}.press-card__hover-content>*{overflow:hidden;min-height:0}.press-card__subheading{margin:0 0 12px;font-size:.95rem;line-height:1.4;color:#f2f2f2}.press-card__button{display:inline-block;padding:10px 20px;border:1px solid #fff;border-radius:999px;color:#fff;text-decoration:none;font-size:.9rem;width:fit-content}.press-card__button:hover{background:#fff;color:#000}.press-card:hover .press-card__hover-content,.press-card:focus-within .press-card__hover-content,.press-card.is-active .press-card__hover-content{grid-template-rows:1fr;opacity:1;transform:translateY(0);margin-top:12px;max-height:300px}.press-card:hover .press-card__overlay,.press-card:focus-within .press-card__overlay,.press-card.is-active .press-card__overlay{opacity:calc(var(--overlay-opacity, .45) + .15)}@media(hover:none){.press-card__tap-toggle{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:transparent;border:0;cursor:pointer}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/press-grid.css.map */
